html, body {
    margin: 0;
    padding: 0;
    background: #000;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media only screen and (min-width: 1280px) {
    html, body {
        background: #000 url('../img/photos/bg-effect.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

#wrapper {
    background: rgba(0,0,0,0.8);
}

#site {
    background: #FFF;
    max-width: 1650px;
    margin: auto;
}

#site h1 {
    font-family: 'Princess Sofia', cursive;
    font-size: 3vw;
    line-height: 3.4vw;
    margin: 0;
    padding: 0 0 50px 0;
    color: #C5B358;
    transition: color 1200ms;
}

.logo-b {
    display: none;
}

#site h2 {
    transition: color 1200ms;
    margin-top: 45px;
    color: #C5B358;
    font-family: 'Princess Sofia', cursive;
}

#site h3 {
    font-family: 'Catamaran', sans-serif;
    font-variant: all-small-caps;
}

#site p {
    font-family: 'Catamaran', sans-serif;
}


/* BANNER */
/* =========================================================== */

body #banner-container {
    height: 500px;
}

body #banner {
    background-size: 100% !important;
    height: 500px;
    background-repeat: no-repeat;
}

body #banner {
    background: #000;
}

/* BACKGROUND PLAY */
/* =========================================================== */

body.play, body.stop {
}

body.play #site h1, body.play #site h2 {
    color: #2665ad;
}

body.play #banner {
    background: #000 url('../img/photos/IMG_9691.jpg');
    background-position-y: -0px;
}

body.play #miniplayer-ad  {

}

body.play #footer {
    background: #2665ad;
}


/* UNUSED */
/* =========================================================== */

body.stop.bg8 #banner {
    background: #000 url('../img/photos/IMG_0037.jpg');
    background-position-y: -340px;
}



body.stop.bg9 #banner {
    background: #000 url('../img/photos/IMG_9683.jpg');
    background-position-y: -200px;
}

body.stop.bg9 #site h1, body.stop.bg1 #site h2 {
    color: #999;
}

body.stop.bg9 #footer {
    background: #666;
}




/* SITE TITLE */
/* =========================================================== */



#site-title {
    opacity: 0;
    transition: opacity 1500ms;
    position: absolute; top: 50px; width: 38%; min-height: 100px; padding: 0 0 0 4%;
    text-align: center;
}

#site-title img {
    width: 92%
}

#site-title.on {
    opacity: 1;
}




/* PLAYER */
/* =========================================================== */


#player {
    background: #333; width: 100%; border-top: 1px rgba(255,255,255,0.05) solid;
    opacity: 0;
}

#player-song {
    height: 100px; color: #FFF; font-size: 32px;  text-shadow: 2px 2px rgba(0,0,0,0.6), 0 0 15px rgba(0,200,255,0.1);
}



/* CONTENT */
/* =========================================================== */

#content {
    font-size: 1.5em;
    width: 66%;
    margin: auto;
    padding: 50px 0 0 0;
    line-height: 1.4em;
}

.focus {
    font-size: 1.5em;
}

#events {
    width: 425px;
    padding-top: 0;
    padding-left: 25px;
    float: right;
}

#youtube-player {
    padding-bottom: 50px;
}


/* Footer */
/* =========================================================== */


#footer {
    margin-top: 50px;
    transition: color 1200ms;
    background: #000;
}

#footer-content {
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 15px 0;
    width: 66%;
    margin: auto;

}

#footer-content h2 {
    color: rgba(255,255,255,0.8) !important;
}

#footer-content a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.7em;
}

#footer-content a:hover {
    color: rgba(255,255,255,1.0);
}

#footer-content .pipe {
    color: rgba(255,255,255,0.3);

}

#footer .panel, #footer .panel, #footer .panel {
    float: left;
    width: 33%;
}


#footer .super-panel-cruncher {
    width: 100%;
    margin: auto;
    text-align: center;
}

#footer .super-panel-cruncher.smaller {
    width: 50%;
    margin: auto;
    text-align: center;
}

#footer .super-panel-cruncher.smaller .panel {
    width: 60%;
    margin: auto;
}

/* miniplayer */
/* =========================================================== */

#miniplayer-buy {
    float: right; color: #FFF; padding: 2px; margin-top: 2px;
}

#miniplayer-buy a {
    font-size: 1em; text-decoration: none; color: #CCC;
}

#miniplayer-buy:hover {
}

#miniplayer-buy:hover a{
    color: #FFF;
}
#miniplayer-ad {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    right: 50px;
    color: #FFF;
    padding: 20px;
    opacity: 1;
    text-align: right;
    transition: opacity 400ms, right 1s;
}

#miniplayer-ad.off {
    opacity: 0;
}

#miniplayer-ad.hide {
    opacity: 0;
    right: -450px;
}

#miniplayer {
    position: fixed;
    width: 300px;
    transition: right 1s;
    top: 0;
    right: -276px;
    color: #FFF;
    font-size: 0.9em;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 0 0 0 15px;
    border: 1px rgba(255,255,255,0.1) solid;
    z-index: 200;
}

#miniplayer.open {
    right: 0;
}

#miniplayer.hide {
    right: -500px;
}

#miniplayer h1 {
    font-family: 'Catamaran', sans-serif;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

#miniplayer p {
    margin: 0;
    padding: 0;
    font-family: 'Catamaran', sans-serif;
}

#miniplayer #panel1 {
    float: left;
    padding-right: 10px;
}

#miniplayer #panel2 {
    float: left;
}

#player-controls {
    left: 15%;
    top: 350px;
    text-align: right;
}

#miniplayer:hover #player-controls {
}

#miniplayer #player-controls:hover i {
    color: #CCC;
}

#player-controls .fa {
    color: #FFF;
    font-size: 2em;
    padding-top: 10px;
    display: none;
}

#player-controls .fa.on {
    display: block;
    cursor: hand;
}



#player {
    opacity: 0;
    transition: 600ms opacity;
}

#player.playing {
    opacity: 1;
}

#pos {
    width: 0;
    transition: 600ms width;

}


#player-song {
    opacity: 0;
    transition: opacity 500ms;
}

#player-song.on {
    opacity: 1.0;
}
