
	* {
		-webkit-font-smoothing: subpixel-antialiased;
	}


@font-face {
    font-family:'HelveticaNeueLT Std';
    src: url('fonts/HelveticaNeueLTStd-Roman.eot');
	src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
		url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

	html, body {
		width:100%;
        height: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
        font-family: 'HelveticaNeueLT Std', Arial, sans-serif;
	}

html {
    overflow: auto;
}

	body {
		background: #fff;
	}

    body#sub {
        overflow: auto;
    }

	#loading {
		background-size: 34px;  
		background: #000 url('../img/loading.gif');
		background-repeat: no-repeat;
		background-position: 50% 50%;	
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}

	#home {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}

    h1 {
        position: absolute;
        top: 5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #f23462;
        font-size: 5vw;
        font-weight: normal;
        margin: 0px;
    }

body#sub h1 {
    font-size: 3vw;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform:  none;    
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000 url('../img/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}


#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000 url('../img/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}

#lightbox.privacy {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.privacy-container p {
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

.privacy-container ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;   
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.privacy-container a {
    color: #fff;
}

@media (max-width: 768px) {
.privacy-container h1 {
    max-width: 90%;
}
.privacy-container {    
    max-width: 100%;
}
}

.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 1.5s forwards ease;
    animation: zoomin 1.5s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 1.5s forwards ease;
    animation: zoomout 1.5s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

	a {
		text-decoration: none;
	}

	a:hover {
        text-decoration: none;
	}

    .mellow {
        height: 60vh;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

body#sub .mellow {
    position: relative;
    top: auto;
    left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;   
    display: block;
    margin: 50px auto;
}

    .play {
        position: fixed;
        bottom: 30px;
        left: 50px;
        padding: 10px;
        font-size: 20px;
        color: #000;
        opacity: 1;
        transition: 0.3s;        
    }

    .play:hover {
        color: #f23462;
    }

.credit {
    font-size: 11px;
    opacity: 0.3;
    text-align: right;
       position: fixed;
        bottom: 4%;
        right: 50px;
        padding: 10px;
        color: #000;
        transition: 0.3s;      
}

.credit a {
    color: #000;
    text-decoration: underline;
}

    .follow {
        position: absolute;
        bottom: 3%;
        left: 50%;
        font-size: 15px;
        color: #000;

        display: table;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.follow a {
            border-bottom: 2px solid #000;
        padding: 5px 0px;
        color: #000;
        margin: 0px 10px;   
}

.follow a:hover {
    color: #f23462;
    border-bottom: 2px solid #f23462;
}

    .menu {
        position: absolute;
        bottom: 9%;
        left: 50%;
        display: table;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

body#sub .follow, body#sub .menu {
    position: relative;
}

body#sub .follow {
    margin: 30px auto;
    display: table;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
}


@media (min-width: 800px) and (max-height: 850px) {
    
    .menu {bottom: 8%;}
}
    

    .menu a {
        padding: 10px;
        font-size: 20px;
        color: #000;
        opacity: 1;
        transition: 0.3s;
    }

    .menu a:hover {
        color: #f23462;
    }

	.mobile, #mobile {
		display: none;
	}

.tour-container {
    width: 800px;
    display: block;
    margin: 0 auto;
}

/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
	
	.desktop, #desktop {
		display: none;
	}	
    
    .mobile, #mobile {
        display: block;
    }

    

    .credit {
        bottom: -5px !important;
    }
    
    .tour-container {
        width: 100%;
    }
    
    .mellow {
        width: 60%;
        height: auto;
    }
    
    .menu {
        bottom: 13%;
    }
    
    .play {
        bottom: auto;
        left: 50%;
        color: #fff;
        padding: 50px;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    h1 {
        font-size: 50px;
    }
    
    body#sub h1 {
        font-size: 50px;
        margin-bottom: 30px;
        padding: 0px 10vw;
    }
    
    .mellow, .play {
        top: 20%;
         -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .play {
        top: 30%;
    }
    
    body#sub .play {
        display: none;
    }
    
    .credit {
        position: absolute;
        bottom: 30%;
        left: 50%;
        font-size: 10px;
        display: table;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
    
    body#sub .credit {
        display: none;
    }
    
    .follow {
        bottom: 7%;
        padding-bottom: 3px;
    }
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

	#home {
		background: url(../img/);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 360px) and (orientation: portrait) {

    .credit {
        bottom: 25%;
    }
    
}





/**** PRESAVE ****/

a.closeme {
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 20px;
    font-size: 30px;
    color: #000;
}

a.closeme:hover {
    opacity: 0.7;
}

.textbox {
        position: relative;
    text-align: center;
        font-size: 13px;
        color: #000;
        left: 50%;
    margin-bottom: 20px;
        display: table;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);    
}

span.subb, .textbox {
    max-width: calc(20vw + 10vh);
}
 
#menu {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
    max-width: 100%;
}

#menu img {
    height: 40vh;
}

#menu.top {
    top: 30px;
}

#menu.bottom {
    bottom: 10px;
}


#menu span {
    text-align: center;
    display: block;
    margin: 25px auto 0px auto;
}

#menu .main {
    font-size:60px;
        text-transform: uppercase;
}

#menu .sub {
    font-size: 30px;
    text-transform: uppercase;
}


#menu a.privacy {
    display: inline;
    margin: 0px;
}


form {
  font-size: 15px;
  line-height: 15px;
  color: #888;
    text-align: left;    
}

.float {
    float: left;
    display: inline;
    margin-top: 0px;
    margin-bottom: 20px;
}

.float.left {
    width: 25px;
}

.float.right {
    font-size: 13px;
    width: 350px;
    font-weight: 800;
}

span.break {
    display: block;
    height: 0px;
    margin: 0;
}

.checkbox {
    margin: 0px;
    width: 30px;    
}

.button {
  display: table;
  margin: 10px auto;
  text-align: center;
  padding: 10px 0px;
    box-sizing: border-box;
  border-radius: 6px;
    font-style: italic;
    border: 1px solid #000;
  background: transparent;					  
  color: #000;
  font-size: 15px;
  width: 200px;
    border-radius: 0px;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s;
    overflow-wrap: break-word;
    word-break: break-word;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }  



.button.apple {
    margin-top: 0px;
    clear: both;
}

#mcbutton.button {
    width: auto;
}

.button:hover {
background: #fff;
}

  span.subb {
        font-size: 30px;
      line-height: 30px;

      color: #888;
      text-transform: uppercase;
    }

#thanks span.subb {
    font-size: 25px;
    line-height: 25px;
}

#thanks span.subb.smaller {
    font-size: 18px;
    line-height: 18px;
}

#thanks a {
    color: #888;
    padding: 20px 0px;
    text-transform: uppercase;
    text-decoration: underline;
}

#tour .menu {
    background: #00a5d3
}

span.subb.subbsubb {
    font-size: 10px;
    opacity: 1;
    clear: both;
    text-align: center !important;
    line-height: 11px;
    margin-top: 35px;
    text-transform: none;
    color: #444;
}


.subb a {
    color: #444;
    text-decoration: underline;
}


iframe.spotify {
    display: block;
    margin: 0 auto;
}

#signup p {
    font-size: 35px;
    line-height: 35px;
}

#signup form, #signup input, #signup fieldset {
    box-shadow: none;
    outline: none;
    border: none;
}

#signup form, #signup input, #signup .button {
    max-width: 100%;
    width: 100%;
}

#signup input.email {
    width: 100%;
    background: transparent;
background: #e02826;
    color: #00a5d3;
    padding: 20px 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

#signup .response {
    display: none;
    text-align: center;
    color: #e02826;
}

#signup input.button {
    color: #e02826;
    font-size: 20px;
    background: transparent;
}

    input::placeholder  {color: #00a5d3}
    input::-webkit-input-placeholder   {color: #00a5d3}
    input::-moz-input-placeholder  {color: #00a5d3}
    input::-o-input-placeholder   {color: #00a5d3}
    input::-ms-input-placeholder   {color: #00a5d3}   

@media (min-width: 800px) and (max-width: 1240px) {
    .sub .art, .sub .art img {
        width: 80vh;
        height: 80vh;
    }
    .sub .art {
        margin-top: 10vh;
    }
    .sub .menu {
        width: calc(100vw - 80vh);        
    }
    .sub img {
        z-index: 3;
    }
    .sub .ontop {
        z-index: 4;
    }
}

@media (min-width: 800px) and (max-height: 650px) {
  span.subb {
        font-size: 20px;
      line-height: 20px;
      color: #888;
      text-transform: uppercase;
    }    
}

@media (max-width: 800px) {
    
    

#signup .menu .center {
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

    
#signup input.email {
    width: 90%;
    font-family: 'Open Sans';
    background: transparent;
background: #e02826;
    color: #00a5d3;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}        
 
#menu {
    max-width: 100%;
}

span.subb {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
    color: #888;
    text-transform: uppercase;
}    
    
    #menu {
        width: 80%;
    }
    
    form {
        max-width: 100%;
    }
    
    #menu.top {
        top: 15px;
    }
    
    #menu a {
        margin: 0 auto;
    }
    
    .button {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }          
    
    .button, input.buttoninput {
        -webkit-appearance: none;
            white-space: pre-wrap;
    }
    
    .float {
        float: left;
        display: inline;
    }

    .float.left {
        width: 25px;
    }

    .float.right {
        width: calc(100% - 25px);
    }    
    
}


@media (max-width: 800px) and (orientation: landscape) {
    

    
    #menu span {
        margin: 5px auto;
    }
    
    .button {
        padding: 5px auto;
    }
    
    #menu .main {
        font-size: 20px;
    }

}


@media (min-width: 1500px) {

span.subb, .textbox {
    max-width: calc(15vw + 10vh);
} 
}

@media (min-width: 800px) and (max-width: 1200px) and (max-height: 720px) {

span.subb, .textbox {
    max-width: calc(25vw + 10vh);
}
    .textbox {
        font-size: 11px;
        line-height: 13px;
    }    
    .button {
        font-size: 12px;
    }    
}

@media (max-width: 800px) {
span.subb, .textbox {
    max-width: 100%;
}    
}

@media (max-width: 320px) {
    .textbox {
        font-size: 11px;
        line-height: 13px;  
    }    
    .button {
        font-size: 12px;
    }      
    iframe {
        margin-left: -20px;
    }
    
    body#sub iframe {
        margin-left: 0px;
    }
    h1 {
        font-size: 40px;
    }

    .mellow {
        width: 50%;
        height: auto;
    }
        
}

@media (max-height: 450px) {
    h1 {
        top: 3%;
    }
    body#sub h1 {
        top: auto;
    }
}