
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'KabelLTStdBook';
    src: url('fonts/KabelLTStdBook.eot');
    src: url('fonts/KabelLTStdBook.eot') format('embedded-opentype'),
         url('fonts/KabelLTStdBook.woff2') format('woff2'),
         url('fonts/KabelLTStdBook.woff') format('woff'),
         url('fonts/KabelLTStdBook.ttf') format('truetype'),
         url('fonts/KabelLTStdBook.svg#KabelLTStdBook') format('svg');
}

@font-face {
    font-family: 'neodecowebfont';
    src: url('fonts/neodecowebfont.eot');
    src: url('fonts/neodecowebfont.eot') format('embedded-opentype'),
         url('fonts/neodecowebfont.woff2') format('woff2'),
         url('fonts/neodecowebfont.woff') format('woff'),
         url('fonts/neodecowebfont.ttf') format('truetype'),
         url('fonts/neodecowebfont.svg#neodecowebfont') format('svg');
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: KabelLTStdBook, sans-serif;
}

body {
    background: url('../img/') #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
}

#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;
}

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

#mobile {
    display: none !important;
}

#home, #tour, #videos, #signup {
    position: relative;
    display: block;
    margin: 0px;
}

#home {
    height: 100vh;
    background: url('https://dominorecords.s3.amazonaws.com/lowerdens/initialbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#presave #home {
    background: transparent;
}

#presave {
    overflow: auto;
}

#main #presave {
    position: relative;
    height: 100vh;
    display: block;
    width: 100%;
}

#presave #home {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

#main #presave #home {
    position: absolute;
}

#presave #top {
    position: fixed;
    top: 30px;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main #presave #top, #main #presave #bottom, #main #presave .noise, #main #presave .bg {
    position: absolute;
}

#presave #bottom {
    position: fixed;
    bottom: 30px;
    text-align: center;
    left: 50%;
    z-index: 3;
    max-width: 400px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#presave p.heading {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}


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

#videos {
    background: url('https://dominorecords.s3.amazonaws.com/lowerdens/tour.jpg') #5057a7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.tour-container {
    display: block;
    padding: 30px 0 0px 0px;
}

#tour {
    padding: 60px 0px 100px 0px;
    background: #5057a7; /* Old browsers */
    background: -moz-linear-gradient(top,  #5057a7 0%, #120510 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #5057a7 0%,#120510 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #5057a7 0%,#120510 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5057a7', endColorstr='#120510',GradientType=0 ); /* IE6-9 */
}

h1 {
    font-family: neodecowebfont, sans-serif;
    color: #e2d6d5;
    font-size: 80px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto 70px auto;
}

h1#videoheading {
    color: #250922;
    padding-top: 90px;
}

h1#signup {
    padding-top: 60px;
}

h1#tourheading {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#signup p {
    color: #e2d6d5;
    text-align: center;
    font-size: 20px;
    margin: 30px auto;
    display: block;
}

#menu, #submenu {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 6;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#submenu {
    bottom: 15px;
}

#menu a, #submenu a  {
    display: inline-block;
    margin: 10px auto;
    color: #e2d6d5;
    font-size: 25px;
    padding: 12px;
    text-align: center;
    transition: 0.6s;
}

#submenu a#mobile {
    display: none;
}

#menu a:hover, #submenu a:hover {
    color: #e2d6d5;
    text-shadow: 0px 0px 5px #e2d6d5;
}

.bg-video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

#presave .bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('https://dominorecords.s3.amazonaws.com/lowerdens/trophybg.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

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

.content .main {
    font-size:40px;
        text-transform: uppercase;
}

.content .sub {
    font-size: 20px;
    text-transform: uppercase;
}

.content .sub a {
    font-size: 15px;
}

.content a {
    display: block;
    margin: 6px auto;
    text-transform: none;
}

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


form {
  font-size: 15px;
  line-height: 15px;
  color: #e2d6d5;
    max-width: 480px;
    text-align: left;
    display: table;
    margin: 0 auto;
}

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

.float.left {
    width: 25px;
    margin-left: 30px;
}

.float.right {
    width: 360px;
}

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

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

.button {
  display: table;
  margin: 0px auto 10px auto;
  text-align: center;
  padding: 13px 0 9px 0;
  border-radius: 6px;
background: #e2d6d5;
    color: black;    
  font-size: 18px;
  width: 425px;
  line-height: auto;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s;
    font-family: "KabelLTStdBook", monospace;
    overflow-wrap: break-word;
    word-break: break-word;
    outline: 0;
    border: 0px;
    cursor: pointer;
    -webkit-appearance: none;
  }  

.button.first {
    margin-top: 30px;
}


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

#mcbutton.button {
    width: auto;
}

.button:hover {
    box-shadow: 0 0 10px #e2d6d5;
}

  span.subb {
        font-size: 20px;
        max-width: 530px;
    }

#presave span.subb.subbsubb {
    text-align: center;
    font-size: 16px;
    opacity: 1;
    clear: both;
    line-height: 17px;
    opacity: 0.5;
    margin-top: 0px;
    max-width: 600px;
    color: #1f0c1d;
}


.competitionlogo {
    display: block;
    width: 600px;
    height: auto;
    margin: 20px auto;
}

#presave p {
    font-size: 18px;
    color: #e2d6d5;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;    
}

#presave span {
    color: #e2d6d5;
}

#presave p.heading {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.border {
    border: 2px solid #1d0c17;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    box-sizing: border-box;
    display: block;
}

.competition {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 500px;
    height: auto;
    display: block;
    z-index: 4;
}

.jana {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url('../img/jana-desktop.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 3;
    display: block;
}

.noise {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('https://dominorecords.s3.amazonaws.com/lowerdens/noise.gif');
    background-repeat: repeat;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.3;
    display: block;
}

#presave .noise {
    position: fixed;
}

.flicker {
	-webkit-animation: flicker 3s infinite;    
	-ms-animation: flicker 3s infinite;    	
    animation: flicker 3s infinite;
	background: #222;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	mix-blend-mode: soft-light;
    display: none;
}


@-webkit-keyframes flicker
{
0% {opacity:0.2;}  
19% {opacity:0.1;}      
20% {opacity:0.3;}      
40% {opacity:0.2;}
49% {opacity:0.2;}
60% {opacity:.35;}
63% {opacity:0.2;}
70% {opacity:.25;}
75% {opacity:0.4;}
100% {opacity:0.2;}    
}

@keyframes flicker
{
0% {opacity:0.2;}  
19% {opacity:0.1;}      
20% {opacity:0.3;}      
40% {opacity:0.2;}
49% {opacity:0.2;}
60% {opacity:.35;}
63% {opacity:0.2;}
70% {opacity:.25;}
75% {opacity:0.4;}
100% {opacity:0.2;}  
}

#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: #e2d6d5;
    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: KabelLTStdBook, sans-serif;
    color: #e2d6d5;
    font-size: 18px;
    line-height: 25px;
    text-align: left;    
}

.privacy-container ul li {
    color: #e2d6d5;
    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: #e2d6d5;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: absolute;
    bottom: 35px;
    left: 45px;
    color: rgba(21,9,19,.8);
    font-family: KabelLTStdBook;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -5px;
    left: 20px;
    font-size: 20px;
    color: #150913;
    transition: 0.3s;
    opacity: 0;
    font-weight: normal;
}

.play:hover {
    color: rgba(21,9,19,1);    
}

.play:hover span {
    opacity: 1;
}

.socials {
    position: absolute;
    bottom: 55px;
    right: 57px;
    font-size: 17px;
    font-weight: normal;
    z-index: 4;
    transition: 0.3s;
    text-align: center;
}

.socials a {
    padding: 10px 6px;
    color: rgba(21,9,19,.8);
}

.socials a:hover {
    color: rgba(21,9,19,1);    
}


.privacy-link {
    position: absolute;
    padding: 15px;
    bottom: 15px;
    right: 45px;
    text-align: center;
    color: rgba(21,9,19,.8);
    font-size: 18px;
    font-family: KabelLTStdBook;
    font-weight: normal;
    z-index: 4;
    transition: 0.3s;
}

#presave .privacy-link {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display:inline;
    right: auto;
    bottom: auto;
    padding: 0px;
    color: #1f0c1d;  
    font-size: 17px;
}

.privacy-link:hover {
    color: rgba(21,9,19,1);    
}

    #presave span, .float, #presave p.heading  {
        text-shadow: 0px 0px 2px #e2d6d5;
    }


.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)}
}



#video, .royalSlider, #video-gallery, .rsContainer, .rsVideocontainer, .rsImg {
    max-width: 100% !important;
}

#video-gallery {
    display: block;
    margin: 40px auto 0px auto;
}

#video-gallery.lyricsGallery {
    margin: 0px auto;
}

@media (min-width: 800px) {
#video-gallery.lyricsGallery  {
    width: 1000px !important;
    height: 1054px !important;
}

#video-gallery.lyricsGallery .rsImg, #video-gallery.lyricsGallery .rsSlide {
    width: 800px !important;
    height: 1054px !important;    
}

#video-gallery.lyricsGallery .rsImg {
    margin-left: 100px !important;
    margin-top: 0px !important;
}


}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: transparent !important;
}

#video-gallery.lyricsGallery.rsDefault .rsArrow.rsHidden {
    opacity: 1;
    visibility: visible;
}


.play.mobile svg {
    display: none;
}


    .arrow {
        color: #e2d6d5;
        bottom: -5px;
        padding: 10px;
        font-size: 18px;
        position: absolute;
        left: 50%;
        z-index: 5;
       -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);        
    }


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


@media (max-width: 800px) {
	
	#desktop {
		display: none !important;
	}	
    
    #mobile {
        display: block !important;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    html, body {
        height: 100%;
          -webkit-overflow-scrolling: touch;
    }
    
    #menu {
        bottom: 40px;
    }    
    
    #home {
        height: 100%;
    }
    
    #tour {
        padding-bottom: 30px;   
    }
    
    #presave #home {
        width: 80%;
    }
    
    
    .arrow {
        bottom: 0px;
    }    
    
    h1#videoheading {
        padding-top: 60px;
    }    
    
#presave .bg {
    background: url('../img/trophybg-mobile.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0.7;
}    
    
.competitionlogo {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto;
}    

.jana {
    background: url('../img/jana-mobile.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
    
 form {
        max-width: 90%;
     width: 90%;
    }
    
    #preorder.top {
        top: 15px;
    }
    
    #preorder a {
        margin: 10px auto;
    }
    
    #preorder span.subb {
        text-align: left;
    }
    
    .button {
        font-size: 16px;
        width: 95%;
        margin: 10px auto;
        padding: 15px 0px;
        text-align: center;
    }          
    
    #presave #top, #presave #bottom {
        width: 100%;
        line-height: 14px;
    }
    
    #presave #bottom {
        width: 80%;
    }
    
    #presave .noise {
        opacity: 0.15;
    }
    
    .button {
        -webkit-appearance: none;
        padding: 15px 0px 10px 0px;
    }

    
    .float {
        float: left;
        display: inline;
    }

    .float.left {
        width: 25px;
        margin-left: 0px;
    }

    .float.right {
        width: calc(100% - 25px);
    }    
        
    
    #submenu {
        display: none;
    }
    
    #bg-video {
        display: none;
    }    
    
#presave span.subb.subbsubb {
    text-align: center;
    font-size: 14px;
    opacity: 1;
    clear: both;
    line-height: 14px;
    opacity: 0.5;
    margin-top: 0px;
    max-width: 600px;
    color: #e2d6d5;
}    

#menu a, #submenu a  {
    display: block;
    margin: 0px auto;
    color: #e2d6d5;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    transition: 0.6s;
}
    
    .competition {
        width: 70%;
        top: 50px;
    }    
    
    .socials {
        right: auto;
        bottom: auto;
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }    
    
    .socials a {
        color: #e2d6d5;
        opacity: 0.7;
        padding: 10px 10px;
    }    
    
.border {
    border: 2px solid #1d0c17;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
}   
    
    .noise {
        opacity: 0.25;
    } 
    
    
    
.bg-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../img/bg-mobile.jpg');
    background-size: cover;
    background-repeat: nno-repeat;
    background-position: center bottom;
    z-index: 1;
}    
    
.play {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: rgba(21,9,19,.8);
    font-family: KabelLTStdBook;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    font-size: 12px;
}    
    
.play:hover span {
    opacity: 0;
}    
    
.privacy-link {
    position: relative;
    padding: 15px;
    bottom: auto;
    right: auto;
    text-align: center;
    margin: 20px auto;
    color: rgba(234,229,201,.5);
    font-size: 18px;
    font-family: KabelLTStdBook;
    font-weight: normal;
    z-index: 4;
    transition: 0.3s;
}

#presave .privacy-link {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display:inline;
    right: auto;
    bottom: auto;
    padding: 0px;
    opacity: 1;
    color: #e2d6d5;  
    font-size: 14px;
}    
    
#video {
    background: url('../img/tour-mobile.jpg') #5057a7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}    
    
    #video-gallery {
        margin: 40px auto 0px auto;
    }    
    
    #video {
        padding-bottom: 0px;
    }    
    
    h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }  
    
    .tour-container {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }    
    
    #presave span, .float, #presave p.heading  {
        text-shadow: 0px 0px 2px #e2d6d5;
    }

}


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

}


@media (min-width: 800px) and (max-width: 1600px) {
#menu a, #submenu a  {
    font-size: 24px;
    padding: 10px;
}
 
}

@media (min-width: 800px) and (max-width: 1450px) {
#menu a, #submenu a  {
    font-size: 22px;
    padding: 6px;
}

}


@media (max-width: 320px) {
    #presave #bottom {
        bottom: 0px;
    }
    
    #videos {
        margin-top: -1px;
    }
    
    #presave #top {
        top: 15px;
    }
    
    #presave #home {
        width: 90%;
    }
span.subb {
    font-size: 20px;
    line-height: 21px;
    max-width: 530px;
}    
}