html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

article #before:after, article.patch #details:after { content: ''; display: table; clear: both; }

header p a { color: #ffc000; }
header p a:hover, header p a:focus { border-bottom: 1px dotted #ffc000; }

article #before nav.patch ul li a, article.patches nav.tags div.select { padding: 12px 14px; background: black; line-height: 1; }

header { position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 55px; margin: 0 auto; overflow: hidden; background: black; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
header nav { position: relative; width: 1200px; height: 100%; margin: 0 auto; }
header nav a.home { display: block; width: 153px; height: 28px; background-image: url("images/home.png"); background-size: cover; background-repeat: no-repeat; overflow: hidden; text-indent: -999px; float: left; margin-top: 13.5px; margin-right: 20px; }
header nav ul { float: left; border-left: 1px solid #222222; }
header nav ul li { float: left; }
header nav ul li a { display: block; width: 160px; padding: 20.5px 0; border-right: 1px solid #222222; line-height: 1; font-weight: 800; text-align: center; text-transform: uppercase; }
header nav ul li a:hover { color: #ffc000; }
header p { position: absolute; top: 18.5px; right: 0; font-size: 0.9em; line-height: 1; }

footer { position: relative; z-index: 2; width: 1200px; height: 45px; margin: 0 auto; margin-top: -45px; overflow: hidden; padding: 15px 0; }
footer p { text-align: right; font-size: 0.85em; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { cursor: default; }

select, button, a { cursor: pointer; }

input[type="text"], textarea { cursor: text; }

html, body { width: 100%; height: 100%; min-height: 100%; background: #222222 url(images/body.png); font: 14px "Open Sans", sans-serif; color: white; }

a { color: white; text-decoration: none; }
a:hover, a:focus { color: #ffc000; }

article { position: relative; width: 1200px; min-height: 100%; margin: 0 auto; padding-top: 55px; padding-bottom: 45px; }
article #before { height: 100px; padding-top: 30px; border-bottom: 1px dotted #666666; margin-bottom: 30px; }
article #before div.title { float: left; width: 50%; }
article #before div.title h1, article #before div.title input { font: 26px "Open Sans", sans-serif; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
article #before nav.patch { float: right; }
article #before nav.patch ul li { float: left; }
article #before nav.patch ul li a { display: block; width: 140px; margin-left: 10px; text-align: center; }
article nav.page a { display: block; font-size: 120px; position: absolute; top: 280px; color: #666666; }
article nav.page a:hover, article nav.page a:active { color: #ffc000; }
article nav.page a.next { left: -60px; }
article nav.page a.prev { right: -60px; }

#modal { position: absolute; z-index: 100; left: 50%; top: 200px; width: 400px; margin-left: -200px; min-height: 200px; max-height: 500px; background: black url(images/loading.gif) no-repeat center; border: 1px solid white; }
#modal.loaded { background-image: none; }
#modal div.inner { position: relative; padding: 20px; width: 100%; max-height: 500px; overflow: auto; }
#modal a.close { display: none; /*
@include box-sizing(content-box);
@include image-background('images/modal-close.png', true, true);
background-color: $black;
position: absolute;
bottom: -22px;
left: -1px;
border: 1px solid $white;
//border-radius: 50%;
*/ }
#modal h1, #modal h2 { font-size: 18px; font-weight: bold; margin-bottom: 0.6em; }
#modal h2 { margin-top: 1em; }
#modal p { margin-bottom: 0.6em; }
#modal a { color: #ffc000; }
#modal a:hover, #modal a:focus { text-decoration: underline; }
#modal ul.form { margin: 1em 0; }
#modal ul.form li { margin-bottom: 0.8em; }
#modal input.text { display: block; width: 100%; height: 35px; margin: 0; border: 1px solid #fff; padding: 6px; background: #000; font: 14px "Open Sans", sans-serif; color: #fff; }
#modal label.checkbox { display: block; clear: both; float: right; cursor: pointer; margin-bottom: 2px; }
#modal label.checkbox input { display: block; float: left; margin: 4px 4px 0 0; }
#modal button.submit { clear: both; min-width: 100px; height: 35px; padding: 5px 10px; margin: 0; border: 1px solid #fff; cursor: pointer; -webkit-appearance: none; background: transparent; outline: none; font: 14px "Open Sans", sans-serif; color: white; }
#modal div > :last-child, #modal div > ul li:last-child, #modal form > :last-child, #modal form > ul li:last-child { margin-bottom: 0; }

#overlay { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; background: #000; }

#modal form.register p.message.below { font-size: 0.9em; }

article.patches nav.tags { float: right; }
article.patches nav.tags h2 { float: left; margin-right: 10px; position: relative; top: 9px; }
article.patches nav.tags div.select { float: left; position: relative; width: 180px; }
article.patches nav.tags div.select:before { display: block; width: 11px; height: 6px; background-image: url("images/select-handle.png"); background-size: cover; background-repeat: no-repeat; overflow: hidden; text-indent: -999px; content: ''; position: absolute; top: 17px; right: 12px; }
article.patches nav.tags div.select p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
article.patches nav.tags div.select select { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
article.patches nav.patches { position: relative; }
article.patches nav.patches ul { padding: 0; margin: 0; margin-left: -20px; font-size: 0; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; }
article.patches nav.patches ul:after { content: ''; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
article.patches nav.patches ul > li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px 20px; text-align: left; -ms-text-justify: none; text-justify: none; }
article.patches nav.patches ul > li:nth-child(3n+1) { width: 33.33%; }
article.patches nav.patches ul > li:nth-child(3n+2) { width: 33.33%; }
article.patches nav.patches ul > li:nth-child(3n+3) { width: 33.33%; }
article.patches nav.patches ul li.empty { padding: 0; }
article.patches nav.patches ul li div.inner { padding: 18px 20px 20px 20px; background: black; }
article.patches nav.patches ul li h2, article.patches nav.patches ul li p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
article.patches nav.patches ul li h2 { font-weight: 700; height: 1.3em; }
article.patches nav.patches ul li p { font-size: 0.95em; }
article.patches nav.patches a.page { display: none; font-size: 130px; margin-bottom: 10px; -webkit-transform: scale(1, 1.3); position: fixed; left: 50%; }

article.patch #before div.title input { color: white; display: block; width: 95%; margin: 0; padding: 0; outline: 0; border: 0; background: transparent; }
article.patch.readonly div.title, article.patch.editable.existing div.title { margin-top: -12px; }
article.patch #panel { display: block; width: 1200px; height: 400px; background-image: url("images/panel-big.jpg"); background-size: cover; background-repeat: no-repeat; position: relative; }
article.patch #panel input { display: none; }
article.patch #patchbay { position: absolute; z-index: 1; top: 0; right: 0; width: 504px; height: 400px; }
article.patch #details { margin-top: 30px; padding: 30px 0; border-top: 1px dotted #666666; }
article.patch #details input.text, article.patch #details textarea { display: block; width: 100%; margin: 0 0 20px 0; padding: 10px; border: 1px dotted #666666; background: transparent; outline: none; resize: none; font: 14px "Open Sans", sans-serif; color: white; }
article.patch #details div.description { float: left; width: 50%; padding-right: 10px; }
article.patch #details div.description textarea { height: 73px; }
article.patch #details div.soundcloud { float: right; width: 50%; padding-left: 10px; }
article.patch #details div.soundcloud div.player { height: 166px; overflow: hidden; }

div.knob, div.switch { position: absolute; z-index: 2; overflow: hidden; background-image: url(images/knob-big.png); background-size: 100%; }
div.knob.large, div.switch.large { width: 56px; height: 56px; }
div.knob.small, div.switch.small { width: 41px; height: 41px; }
div.knob canvas, div.switch canvas { cursor: pointer; }

div.kportamento { top: 331px; left: 40px; }

div.kmastertune { top: 331px; left: 132px; }

div.kvco1wave { top: 50px; left: 32px; }

div.kvco1pw { top: 143px; left: 40px; }

div.kvco1scale { top: 221px; left: 32px; }

div.kvco2wave { top: 50px; left: 124px; }

div.kvco2pitch { top: 143px; left: 132px; }

div.kvco2scale { top: 221px; left: 124px; }

div.kvco1level { top: 57px; left: 219px; }

div.kvco2level { top: 152px; left: 219px; }

div.kvcomg { top: 264px; left: 219px; }

div.kvcoeg { top: 330px; left: 219px; }

div.khpfcutoff { top: 50px; left: 294px; }

div.khpfpeak { top: 152px; left: 302px; }

div.khpfmg { top: 264px; left: 302px; }

div.khpfeg { top: 330px; left: 302px; }

div.klpfcutoff { top: 50px; left: 377px; }

div.klpfpeak { top: 152px; left: 385px; }

div.klpfmg { top: 264px; left: 385px; }

div.klpfeg { top: 330px; left: 385px; }

div.kmgwave { top: 264px; left: 467px; }

div.kmgfreq { top: 330px; left: 467px; }

div.keg1delay { top: 199px; left: 550px; }

div.keg1attack { top: 264px; left: 550px; }

div.keg1release { top: 330px; left: 550px; }

div.keg2hold { top: 58px; left: 633px; }

div.keg2attack { top: 134px; left: 633px; }

div.keg2decay { top: 199px; left: 633px; }

div.keg2sustain { top: 264px; left: 633px; }

div.keg2release { top: 330px; left: 633px; }

div.kesplevel { top: 330px; left: 718px; }

div.kesplow { top: 330px; left: 783px; }

div.kesphigh { top: 330px; left: 848px; }

div.kespcv { top: 330px; left: 915px; }

div.kespthreshold { top: 330px; left: 980px; }

div.kvolume { top: 39px; left: 1051px; }

div.jack { position: absolute; width: 29px; height: 29px; cursor: pointer; border: 1px solid transparent; border-radius: 50%; -webkit-user-select: none; /*background: #fff;
opacity: 0.5;
border: 1px solid red;
*/ }
div.jack.from { border-color: orange; }

div.joutput { top: 28px; left: 438px; }

div.jphones { top: 73px; left: 438px; }

div.jtotal { top: 72px; left: 18px; }

div.jvcofreq { top: 72px; left: 81px; }

div.jhpfext { top: 72px; left: 131px; }

div.jhpfcutoff { top: 72px; left: 181px; }

div.jlpfcutoff { top: 72px; left: 236px; }

div.jvcagain { top: 72px; left: 292px; }

div.jmgtri { top: 129px; left: 18px; }

div.jmgpulse { top: 129px; left: 105px; }

div.jeg1trig { top: 173px; left: 260px; }

div.jeg1 { top: 129px; left: 148px; }

div.jeg1rev { top: 173px; left: 148px; }

div.jeg2trig { top: 173px; left: 394px; }

div.jeg2rev { top: 129px; left: 316px; }

div.jshclock { top: 173px; left: 61px; }

div.jshin { top: 217px; left: 18px; }

div.jshout { top: 217px; left: 105px; }

div.jvcacontrol { top: 173px; left: 192px; }

div.jvcain { top: 217px; left: 148px; }

div.jvcaout { top: 217px; left: 216px; }

div.jnoisepink { top: 217px; left: 260px; }

div.jnoisewhite { top: 217px; left: 346px; }

div.jvco12cv { top: 129px; left: 395px; }

div.jvco2cv { top: 151px; left: 353px; }

div.jkbdcv { top: 129px; left: 438px; }

div.jkbdtrig { top: 173px; left: 438px; }

div.jwheel { top: 217px; left: 395px; }

div.jbutton { top: 217px; left: 438px; }

div.jespin { top: 278px; left: 18px; }

div.jesppre { top: 278px; left: 105px; }

div.jesppost { top: 278px; left: 192px; }

div.jespcv { top: 278px; left: 279px; }

div.jespenv { top: 278px; left: 395px; }

div.jesptrig { top: 278px; left: 439px; }
