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

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

html, body{ 
    height:100%;
}

body{
    background-color: #000;
    line-height: 1.6;
    color: #cfcfcf;
    font-family: 'luloone_bold';
    text-transform: uppercase;
}

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

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

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

}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 90%; height: 80px; }
.white-popup {
  position: relative;
  background-color: #9e827c;
  background-image: url(../img/texture1.png);
  background-repeat: repeat;
  padding: 35px;
    max-width: 100%;
    width: 400px;
    height: auto;
    margin: 25px auto;
    z-index: 150;
    border-radius: 25px;
}
#gradient {
    top:0;
    left:0;
    width:100%;
    height:65%;
    z-index: 7;
    display: table-row;
}
.texture-one {
  background: url(../img/texture1.png);
  background-repeat: repeat;
  top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 8;
    position: fixed;
    opacity: 0.2;
}
.texture-two {
  background: url(../img/texture2.png);
  background-repeat: repeat;
  top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 8;
    position: fixed;
    opacity: 0.3;
}



.images {
    max-width: 100%;
    height: auto;
}
.text {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20%;
    animation: blink 4s ease 1;
    -webkit-animation: blink 4s ease 1;
    -moz-animation: blink 4s ease 1;
}
@keyframes blink{
    0%{opacity:0;}
    100%{ opacity:1;}
}

@-webkit-keyframes blink{
    0%{opacity:0;}
    100%{ opacity:1;}
}


#intro {
    text-align: center;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    
}
#intro img {
  width: 560px;
  max-width: 100%;
  margin-top: 100px;
}
p.intro-text {
    width: 500px;
    max-width: 100%;
    font-size: 14px;
    color: #1b1b40;
    margin: 0 auto;
}
#album-title {
    padding-top: 20%;
   
}
#moon {
  left: 50%;
  margin-left:-95px;
  z-index: 9;
  text-align: center;
  width: 200px;
}
#moon img {
  max-width: 100%;
  width: 50px;
}
#road{
  background: url(../img/road.jpg);
  background-position: bottom center;
  background-size: cover;
    position: fixed;
    bottom: -2%;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    display: table-row;
    width: 100%;
    height: 42%;

}
#car {
  z-index: 90;
  left: 50%;
  margin-left: -381px;
}
#car img {
  width: 770px;
}

#content {
    background:url(../img/radio.png);
    background-repeat: no-repeat;
    max-width: 100%;
    left:5%;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    width: 330px;
}
img#radio {
  padding-top: 118px;
  display: block;
  margin: 0 auto;
}
#playlist {
  margin: 0 auto;
  margin-top:12px;
  width: 300px;
}
.embed-container-one { position: relative; padding-bottom: 52.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container-one iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 80px; }

.embed-container { position: relative; padding-bottom: 52.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 80px; }

#buy {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
a.link {
    display: inline-block;
    background-color: #201f43;
    padding: 5px 25px 5px 25px;
    color: #bca6a8;
    margin-bottom: 7px;
    font-size: 14px;
}
a.link:hover {
  background-color: #bca6a8;
  color: #201f43;
  transition: all 0.8s linear 0s;
}
a#suit {
    width: 400px;
    left: 50%;
    margin-left: -190px;
    text-align: center;
    top: 15%;
    z-index: 11;
}
a#minotaur {
    width: 200px;
    left: 50%;
    margin-left: -148px;
    text-align: center;
    top: 15%;
    z-index: 12;
}
a#madmen {
    left: 50%;
    margin-left: -60px;
    text-align: center;
    top: 25%;
    z-index: 12;
}
a#mpc {
  width: 200px;
    left: 50%;
    margin-left: -148px;
    text-align: center;
    top: 15%;
    z-index: 12;
}
a#deadringer {
    width: 400px;
    left: 50%;
    margin-left: -220px;
    text-align: center;
    top: 15%;
    z-index: 12;
}

#stars {
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  position: fixed;
}
#twinkling {
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  position: fixed;
}
#stars {
  background:#161530 url(../img/stars.png) repeat top center;
  z-index:0;
}

#twinkling{
  background:transparent url(../img/twinkling.png) repeat top center;
  z-index:1;

  animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  
}
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}






/* SCROLLBAR */
::-webkit-scrollbar {
    width: 8px;
    background: #9e827c;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(5,11,25,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(107,120,161,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(107,120,161,0.4); 
}




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

}
/* Hang */
@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hang:hover, .hang:focus, .hang:active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Grow */
.grow {
  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);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

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


.wrap{
    width:100%; 
    height:100%; 
}

.main{
    margin: 0 auto;
    width: 100%;

}

.soundcloud{
    width: 100%;
    height: 32px;
    margin: 0 auto;
}






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


.socials-bar{
    color:#fff;
    top: 0;
    right: 0;
    z-index: 200;
    position: fixed;
    overflow: hidden;
}

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


.hidden>div {
    display:none;
}

.visible>div {
    display:block;
}
h3.follow_me {
  font-size: 11px;
  cursor: pointer;
  margin-right: 5px;
  color: #eadbde;
  line-height: 13px;
}
/*---------------------------------------*/
/*////////// icon font //////////*/
@font-face {
    font-family: 'luloone_bold';
    src: url('../img/lulo/luloonebold-webfont.eot');
    src: url('../img/lulo/luloonebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../img/lulo/luloonebold-webfont.woff') format('woff'),
         url('../img/lulo/luloonebold-webfont.ttf') format('truetype'),
         url('../img/lulo/luloonebold-webfont.svg#luloone_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@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.1em;
    font-size: 0%;

}


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

.iconbox {
    margin: 0 auto;
}

.iconbox a.symbol {
    font-size: 27px;
    line-height: 34px;
    color: #eadbde;
    text-decoration: none;
}
.iconbox .entersite{ 
    white-space: nowrap;
    line-height: 35px;
    padding: 0 0 0 10px;
    float:right;
    color: #eadbde;
    font-size: 11px;
}
.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; 
}

#warning-message { 
  background-color: #9e827c;
  background-image:url(../img/texture2.png);
  background-repeat: repeat;
  color:#1b1b40;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  display: none; 
}


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


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

@media only screen and (max-width: 1024px){

}


@media only screen and (max-width: 767px){
    .mobile-hide {display: none !important;}
    .mobile-only {display: block !important;}


   
}

@media only screen and (max-width: 414px){
    #content {
      background: url(../img/sm-radio.png);
      background-repeat: no-repeat;
      width: 204px;
      max-width: 100%;
    }
    img#radio{display: none;}
    #playlist { width: 187px;margin-top: 99px;}
    #buy {width: 187px; margin-top: -15px;}      
    a.link { font-size: 10px; padding: 2px 5px 2px 5px;margin-bottom: 0;}
    #car { margin-left: -297px;}
    #car img { width: 600px;}
    #intro img {margin-top: 50px;}
    #road {position: absolute;}
    .socials-bar{position: absolute;}
}
@media (max-width: 736px) and (orientation: landscape){
        .wrap { display:none; }
        #warning-message { display:block; }
    }
