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

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

html, body{ 
    height:100%;
}



body{

      width: 100%;
      height: 100%;
      background-color: #000000; 
 
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat;
	line-height: 1.6;
	color: #000000;
	font-family: 'Oswald',;
	font-weight: 300;
	text-transform: uppercase;
}

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

a:hover, 
a:visited{
    color: #fff;
}


img#header {
    max-width: 100%;
    width:523px;
    margin: 0 auto;
    margin-bottom: -8px;
    margin-top: 37px;
}
#buy {
    color: #e1d4db;
    font-family: 'Oswald';
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 2px;
    padding:10px;
}


.links {
    display: block;
}
a.link {
    display: inline-block;
    color: #000000;
    background: #e8a22a;
    padding: 10px 25px 10px 25px;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}

/* Videos */
.video-holder {
    width: 100%;
    background-color: #eee2ea;
    background: url(../img/lightpaperfibers.png);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat;
    padding-top: 0px;
    padding-bottom: 30px;
}
#video {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
    overflow: hidden;
    width: 100%;
    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;
  background:#1d1433;
  padding: 20px;
  width: auto;
  max-width: 600px;
  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%; 
    table-layout:fixed;
}

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

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

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

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

    width: 100%;
    margin:0 auto;
    padding-top: 20px;
    height: 100%;
    text-align: center;

      width: 100%;
      height: 100%;
      background-color: #000000; 
	

    background: url(../img/bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

}

.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:35px;
    position: fixed;
    top: 0;
    width: 100%;
    
}

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

.socials-bar .entersite{ 
    white-space: nowrap;
    line-height: 35px;
    padding: 0 10px 0 0;
    float:right;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.bar{
 background-color: #000000;   
 display: table-row;  
 bottom:0;  
 width:100%;
 height:11px;
 position:fixed;
}

.hidden>div {
    display:none;
}

.visible>div {
    display:block;
}
h3.follow_me {
  font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
  cursor: pointer;
  margin-left: 5px;
  line-height: 8px;
}

/*---------------------------------------*/
/*////////// 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%;

}


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

.socials-bar a.symbol {
    font-size: 32px;
    line-height: 34px;
    color: inherit;
    text-decoration: none;
    padding: 0 0 3px 0;
    float:right;
}

.socials-bar 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; 
}

.iconbox {
    margin-left: 0;
    float: right;
}



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


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

@media only screen and (max-width: 767px){
    .mobile-hide {display: none !important;}
    .mobile-only {display: block !important;}
    #stratus { display: none;}
    #buy { font-size: 24px;}
   
}
@media only screen and (max-width: 534px){
    .content{height:300px;}
    .video-holder {padding-top: }
    #buy { font-size: 14px;}
    img#header { width:300px; margin-top:30px;}
}
