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-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* PRESETS */

a {
    color: #DFFF71;
    text-decoration: none;
    -webkit-transition: color 500ms, background-color 500ms, background 500ms;
    -moz-transition: color 500ms, background-color 500ms, background 500ms;
    -ms-transition: color 500ms, background-color 500ms, background 500ms;
    -o-transition: color 500ms, background-color 500ms, background 500ms;
    transition: color 500ms, background-color 500ms, background 500ms;
    padding: 0 0.33em;
    font-weight: 700;
}
a:hover {
    background: #000;
    color: white;
}
h1 {
    font-size: 4em;
    line-height: 1em;
    color: #DFFF71;
    margin-bottom: 1em;
    text-align: left;
    font-weight: normal;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0.1em;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.39);
    box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.39);
}
h2 {
    border-top: 1px dashed #DFFF71;
    font-weight: normal;
    font-size: 1.8em;
    color: #DFFF71;
    margin: 1em 0;
    text-align: left;
    padding-top: 0.5em;
}
h3 {
    font-size: 1.33em;
    font-weight: normal;
    color: #DFFF71;
    margin-bottom: 1em;
    text-align: left;
}
p {
    margin-bottom: 2em;
    text-align: justify;
}
pre, code {
    background: black;
    padding: 0 0.5em;
    font-family: "Ubuntu Mono";
    margin-bottom: 2em;
    text-align: left;
    display: block;
    white-space: normal;
}
ul {
    margin-bottom: 1em;
}
li {
    list-style: circle;
    margin-left: 1em;
}

small {
    font-size: 0.8em;
    color: #555;
}


/* STRUCTURE */
html {
/*
    overflow: hidden;
*/
}
body {
    background: #222222;
    /*background-image: url("images/watermark.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 45%;
    background-attachment: fixed;
    color: #ccc;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Homenaje", sans;
    font-size: 1.0em;
    font-weight: 200;
    text-align: center;
    line-height: 1.5em;
/*
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
*/
    opacity: 0;
}
body.loading {
    background-image:  url(images/loading.gif);
    background-size: auto;
}

#top {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(images/down.png) no-repeat 50% 64%;
}

.menu {
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 2.5em;
    width: 100%;
    background: #222;
    line-height: 2.5em;
    overflow: hidden;
}

.menu a {
    display: block;
    float: left;
    padding: 0 0.5em;
    font-weight: normal;
}

.menu a:hover {
    background: #000;
    color: white;
}
.menu a.active {
    background: #e9ff9b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZmY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2RmZmY3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2I1Y2M2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #e9ff9b 0%, #dfff71 38%, #b5cc61 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9ff9b), color-stop(38%,#dfff71), color-stop(99%,#b5cc61));
    background: -webkit-linear-gradient(top, #e9ff9b 0%,#dfff71 38%,#b5cc61 99%);
    background: -o-linear-gradient(top, #e9ff9b 0%,#dfff71 38%,#b5cc61 99%);
    background: -ms-linear-gradient(top, #e9ff9b 0%,#dfff71 38%,#b5cc61 99%);
    background: linear-gradient(to bottom, #e9ff9b 0%,#dfff71 38%,#b5cc61 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ff9b', endColorstr='#b5cc61',GradientType=0 );
    color: #222;
}
.page {
    min-width: 320px;
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    background: rgb(34, 34, 34);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    padding: 5em 2em 2em 2em;
    margin-bottom: 10em;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    z-index: 2;
}

#footer {
    width: 100%;
    min-width: 320px;
    text-align: center;
    overflow: hidden;
    background: #222222 url(images/watermark.png) no-repeat 100% 100%;
    background-size: contain;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    padding: 2em;
    box-sizing: border-box;
    position:relative;
    z-index: 3;
}



/* LAYOUT */

.column {
    width: 49%;
}
.mobile .column {
    width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}



/* AUDIO */

#demos {
    height: 24em;
    overflow: auto;
}
div.audio {
    margin-bottom: 1em;
    text-align: left;
    background: #111;
    padding: 0.5em;
}
div.audio h3 {
    margin: 0;
    white-space: nowrap;
    float: left;
}
div.audio a {
    float: right;
    padding: 0.5em;
}
div.audio audio {
    width: 100%;
}





/* ABOUT */

.teaser {
    width: 80%;
    margin-left: 10%;
    box-sizing: border-box;
    opacity: 0.33;
}


/* PLUG_INS */

.pluginclasses {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}
.pluginclasses>li {
    width: 12%;
    float: left;
    font-size: 0.8em;
    text-align: center;
    color: #999;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    margin-right: 2%;
    padding: 0;
}
.pluginclasses>li img {
    margin-bottom: 5px;
    width: 100%;
}
.pluginclasses>li a {
    font-size: 1em;
    display: block;
    line-height: 1em;
    padding: 3px 0;
}
.pluginclasses>li a img {
    opacity: 0.7;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.pluginclasses>li a:hover img {
    opacity: 1;
}
.pluginclasses>li ul {
    text-align: left;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    padding-left: 2em;
    
    display: none;
}

#plugins h2 img {
    width: 2em;
    height: 2em;
    margin-right: 0.25em;
    vertical-align: top;
}
#plugin_container {
    text-align: left;
}
#plugin_container div.plugin {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    
    width: 23%;
    padding-top: 23%;
    margin: 1%;
    
    background-size: contain;
    background-position: 0 50%;
/*
    background-repeat: no-repeat;
*/
    background-color: #111;
    border: 4px solid #222;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    box-shadow: 0 0px 0px black;
}
.mobile #plugin_container div.plugin {
    width: 48%;
    padding-top: 48%;
    margin: 1%;
}
#plugin_container div.plugin h3 {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: rgba(17, 17, 17, 0.66);
    font-size: 1em;
    color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0.5em;
}
#plugin_container div.plugin:hover {
    border: 4px solid #DFFF71;
    background-color: #000;
    box-shadow: 0 3px 8px black;
}
#plugin_container div.plugin:hover h3 {
    background: #DFFF71;
    color: black;
}
#plugin_shield {
    display: none;
}


#plugin_display {
    position: fixed;
    z-index: 1000000;
    top: 0%;
    left: 0%;
    height: 0%;
    width: 100%;
    box-sizing: border-box;
    background: rgba(32, 32, 32, 0.9);
    display: table;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow: hidden;
}
#plugin_display > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#plugin_display .plugin {
    text-align: left;
    margin: auto;
    width: 90%;
    max-width: 960px;
    overflow: auto;
    box-sizing: border-box;
}
#plugin_display .plugin .pluginthumb {
    float: left;
    width: 33%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin: 0;
    padding: 0;
}
#plugin_display .plugin .pluginthumb li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.2em;
}
#plugin_display .plugin .pluginthumb li img {
    width: 100%;
    box-shadow: 2px 5px 9px black;
}
#plugin_display .plugin > :not(.pluginthumb) {
    width: 60%;
    margin-left: 40%;
}

#plugin_display #plugin_information {
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 1em;
    font-size: 0.8em;
    text-align: right;
    width: 100%;
    opacity: 0.5;
    display: none;
    text-align: right;
    display: none;
}

.plugin_preview {
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    box-shadow: 3px 8px 14px black;
    cursor: pointer;
}
/* TEAM */

.portrait {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

/* INSTALL */

a.iconlink {
    display: inline-block;
    width: 10%;
    padding: 1%;
    opacity: 0.8;
}
a.iconlink:hover {
    background: transparent;
    box-shadow: 0 2px 6px black;
    opacity: 1;
}
.mobile a.iconlink {
    width: 22%;
    padding: 1%;
}
a.iconlink img {
    width: 100%;
}

/* VOICES */
#cnext, #cadd {
    clear: none;
}
#cnext {
    clear: both;
    margin-left: 1px;
}
#ccon {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
}
#comments {
    margin: 0;
    padding: 0;
    -webkit-transition: margin-left 500ms, height 0.5s;
    -moz-transition: margin-left 500ms, height 0.5s;
    -ms-transition: margin-left 500ms, height 0.5s;
    -o-transition: margin-left 500ms, height 0.5s;
    transition: margin-left 500ms, height 0.5s;
}
#comments > div {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background: url(../images/quote.png) 0.5em 0.5em no-repeat;
    padding: 0.5em 0.5em 0.5em 50px;
    box-sizing: border-box;
}
#comments .cuser {
    display: inline-block;
    color: #DFFF71;
    margin-right: 1em;
}
#comments .cdate {
    display: inline-block;
    margin-right: 1em;
}
.crating {
    float: right;
    width: 69px;
    height: 12px;
    background: url(../images/rating_back.png) 0% 50% no-repeat;
}
.crating_ {
    height: 100%;
    background: url(../images/rating_front.png)  0% 50% no-repeat;
}
#comments .comment {
    clear: both;
}

#cnew {
    height: 0px;
    overflow: hidden;
/*
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
*/
    clear: both;
    display: block;
    background: #111;
    box-sizing: border-box;
}
#cnew.active {
    padding: 1em;
    height: auto;
}
#cnew small {
    display: block;
}
#cnewtext {
    background: #222;
    border: 1px solid #444;
    width: 75%;
    height: 8em;
    float: left;
    color: white;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
}
#cnewuser {
    background: #222;
    border: 1px solid #444;
    width: 20%;
    float: right;
    color: #444;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.77);
}
#cnewuser.active {
    color: white;
}
#cnewsend {
    clear: right;
    color: black;
    background: #DFFF71;
}
#cnewrate {
    margin-top: 1em;
    float: right;
    cursor: pointer;
}
#cnewrdesc {
    display: block;
    float: right;
    margin-top: 0.7em;
    margin-right: 0.2em;
}


/* SHTUFF & GIMMICKS */

.next, .button{
    display: inline-block;
    text-align: right;
    line-height: 2em;
    padding: 0 1em;
    margin-top: 1em;
    color: #DFFF71;
    background: #111;
    clear: both;
    float: right;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.next:hover, .button:hover {
    color: black;
    background: #DFFF71;
}
#teaser {
    width: 100%;
    height: 60%;
    top: 20%;
    position: fixed;
    background-color: black;
    background-position: 50% 50%;
    z-index: 0;
    border-top: 1px dashed #DFFF71;
    border-bottom: 1px dashed #DFFF71;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.39);
    box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.39);
}

#speaker {
    position: fixed;
    top: 0;
    right: 2%;
    width: 25%;
    height: 220px;
    background: url(images/speaker_base.png) no-repeat;
    background-size: contain;
    z-index: 1002;
}
#speaker img {
    width: 100%;
    height: 100%;
}

#knobs {
    position: fixed;
    right: 20%;
    padding-right: 5%;
    top: 0em;
    height: 75px;
    width: 110px;
    background: #222;
    z-index: 1001;
    font-size: 10px;
    line-height: 13px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
}
.knob {
    background: url(images/knob2.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    cursor:ns-resize;
}
#knob1 {
    float: left;
    margin: 5px 5px 5px 10px;
}
#knob2 {
    float: left;
    margin: 5px 10px 5px 5px; 
}



/* FOOTER */

#footer .column {
    text-align: justify;
}
#footer .column.left,
#footer .column.right {
    width: 32%;
}
#footer .column.mid {
    width: 30%;
    margin: auto;
}
.mobile #footer .column.left,
.mobile #footer .column.right {
    width: 49%;
    margin-bottom: 1%;
}
.mobile #footer .column.mid {
    clear: both;
    width: 100%;
    margin-top: 1%;
}
#footer h2 {
    border-top: 1px dashed #DFFF71;
    padding-top: 0.5em;
}
