
/*////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////   GENERAL STYLES   ///////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html, body{ 
    height:100%;
}

body{
    background:url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    line-height: 1.6;
    color: #cfcfcf;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-color: #000;
}

a{
    text-decoration: none;
    color: #cfcfcf;
}

a:hover, 
a:visited{
    color: #007da7;
}

#header {
background: url(../img/header.png) 0 0 no-repeat;
width: 623px; height: 97px;
max-width: 100%;
margin-top: 20px;
position: relative;
float: left;
}
#buy {
    text-align: center;
}
a.link {
    margin-left: 3px;
}
a.link img {
    width: 78px;
}

/* Videos */


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
    overflow: hidden;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#tour {
    overflow-y:auto;
    font-size: 12px;
}
.white-popup {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 558px;
  margin: 20px auto;
}
/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


/*////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////   LAYOUT   //////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/


.wrap{
    display:table; 
    width:100%; 
    height:100%; 
    table-layout:fixed;
}

.main{
    display:table-row;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    padding: 10px;

}

.soundcloud{
    display:table-row;
    width: 100%;
    height: 32px;
    margin: 0 auto;
}

.content{
    position: relative;
    max-width: 100%;
    font-weight:100;
    *zoom: 1;

    /*---------------------------------------*/

    width: 300px;
    float: right;
    padding: 20px;
    background: rgba(137,5,12,0.5);
}

.content:before, .content:after { content: " "; display: table; }
.content:after { clear: both; }

.content img{
    max-width: 100%; 
    height:auto;
}





/*////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////   SOCIALS BAR   //////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/


.socials-bar{
    display:table-row;
    height:40px;
    color:#fff;
}

.socials-bar > *{
    float:left;
    margin-left:15px;
}

.iconbox .entersite{ 
    white-space: nowrap;
    line-height: 35px;
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
}

/*---------------------------------------*/
/*////////// icon font //////////*/

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../img/iconfont/MonoSocialIconsFont-1.10.eot');
    src: url('../img/iconfont/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../img/iconfont/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../img/iconfont/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../img/iconfont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../img/iconfont/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 0%;

}


/*---------------------------------------*/

.iconbox {
    margin-left: 0;
    text-align: center;
}
.iconbox a.symbol {
    font-size: 30px;
    color: inherit;
    line-height: 0px;
    text-decoration: none;
    padding: 0 0 3px 0;
    display: inline-block;
}

.iconbox a.symbol:before{ margin:0; }


.facebookfollow, 
.twitterfollow{
    margin-top:10px;
    margin-bottom: 3px;
    height:20px;
    overflow: hidden;
}

.facebookfollow iframe{
    border:none; overflow:hidden; width:61px; height:21px;
}

.googlefollow, 
.youtubefollow, 
.spotifyfollow{
    margin-top:8px;
    height:25px; 
    overflow:hidden; 
}




/*////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////   BUY BUTTONS   ////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/



.amazon, .itunes {
    text-indent: -9999px;/* IE 6/7 fallback */
    background-size:100% 100%;
    border-radius:.1em;
    display:inline-block;
    width:2.84090909em;
    height:1em;
    border: .03em solid #555;
    margin-left: 5px;
    overflow: hidden;

    /*---------------------------------------*/

           font-size: 27px; /*adjust the size here*/
    background-color: #000; /*adjust the background color here*/
        border-color: #5e5e5e; /*adjust the border-color here*/
}


    .amazon.preorder{ background-image:url(../img/buttons/amazon_preorder.png);}
    .amazon.download{ background-image:url(../img/buttons/amazon_download.png);}
    .amazon.available{ background-image:url(../img/buttons/amazon_available.png);}

    .itunes.preorder{ background-image:url(../img/buttons/itunes_preorder.png);}
    .itunes.download{ background-image:url(../img/buttons/itunes_download.png);}
    .itunes.available{ background-image:url(../img/buttons/itunes_available.png);}






/*////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////   MOBILE STYLES   ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/


.mobile-only {display: none !important;}

@media only screen and (max-width: 915px){
    #header {
        background: url(../img/header2.png)top center no-repeat;
        width: 306px; height: 135px;
    }
   
}

@media only screen and (max-width: 767px){
    .mobile-hide {display: none !important;}
    .mobile-only {display: block !important;}
    #stratus { display: none;}
   
}
@media only screen and (max-width: 610px){
    body {background-position: center left;}
    #header { float: none;}
    .content { float: none; position: fixed; bottom: 0; width: 200px; margin-top: 50px; padding: 10px;}
   
}
@media only screen and (max-width: 500px){
    #header{ margin-top: 0;}
    
   
}
