/*
Theme Name: deathcab
Version: 1.0
*/

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

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

html,body {
    width: 100%;
    margin: 0;
    padding:0;
    font-family: 'Highway Gothic Expanded', sans-serif;
}

body {
    background: #fff;
    overflow-x: hidden;
}

a {
    transition: 0.3s;
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('../img/loading.gif') 50% 50% no-repeat #fff;
}

.mobile {
    display: none;
}

#home {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 7;
    box-sizing: border-box;
}

.sky-container {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    background: url('../img/sky.jpg')  bottom center no-repeat #fff;
    background-size: cover;   
}

.sky {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    background: url('../img/sky.jpg')  bottom center no-repeat #fff;
    background-size: cover;   
}

.sky-fade {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10vh;
    z-index: 0;
/*    background: url('../img/gradient-fade.png')  bottom center; */
    background-repeat: repeat-x;
}
#news {
   display: none;
}

#tour {
width: 100%;
margin: 0;
z-index: 99;
position: relative;
padding-bottom: 50px;    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99c5d6+1,3a5064+100 */
background: transparent;
}

#bluewrap {
width: 100%;
margin: 0;
z-index: 99;
position: relative;
padding-bottom: 0px;    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99c5d6+1,3a5064+100 */
background: rgb(153,197,214); /* Old browsers */
background: -moz-linear-gradient(top, rgba(153,197,214,1) 1%, #0c2536 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(153,197,214,1) 1%,#0c2536 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(153,197,214,1) 1%,#0c2536 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c5d6', endColorstr='#3a5064',GradientType=0 ); /* IE6-9 */
}

.grain {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    background: url('../img/grain.png') repeat;
    background-size: 50px;      
}

.arrow {
    text-align: center;
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 10px;
    left: 50%;
    z-index: 111;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#news {
width: 100%;
min-height: 500px;
margin: 0;
position: relative;
color: #000;
z-index: 99;
background: transparent;    
}


#video {
width: 100%;
min-height: 500px;
margin: 0;
position: relative;
z-index: 99;    
}

#photo {
width: 100%;
min-height: 500px;
/** background: url(/wp/wp-content/themes/twentysixteen-child/img/photos.jpg) no-repeat top center; **/
background-size: 100%;
margin: 0;
position: relative;
z-index: 99;    
}

#merch {
width: 100%;
min-height: 500px;
/** background: url(/wp/wp-content/themes/twentysixteen-child/img/photos.jpg) no-repeat top center; **/
background-size: 100%;
margin: 0;
position: relative;
z-index: 99;  
background: transparent;    
}

#news, #video, #photo, #merch {
    padding: 50px 0px;
}

#video {
    background: #0c2536;  
    padding-top: 0px;
    padding-bottom: 80px;
}

#tour {
    background: auto;
}

#news {
    padding: 0px;
}

.margin100 {
    padding: 50px 0px;
    display: block;
}

.everslider {
    margin: 0px !important;
}

#footer {
    width: 100%;
    min-height: 500px;
    background-size: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c6deee+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(197,217,235,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(197,217,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(197,217,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5d9eb',GradientType=0 ); /* IE6-9 */
}

.signupwidget {
    position: relative;
    display: table;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    height: 450px;
    border: 0px;
    outline: 0px;
}

.subtitle {
    max-width: 500px;
    text-align: center;
    position: relative;
    display: block;
    margin: 20px auto 50px auto;
    font-size: 17px;
    color: #888d91;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dummy {
    width: 700px;
    height: auto;
    text-align: center;
    position: relative;
    display: block;
    margin: 0px auto;
    font-size: 20px;
}


.socials {
    display: block;
    max-width: 300px;
    text-align: center;    
    position: relative;
    margin: 30px auto 40px auto;    
}

.socials a {
    font-size: 20px;
    letter-spacing: 2px;
    color: #3a5064;
    padding: 7px;
    margin: 10px auto;
    display: block;    
    transition: 1s;
    text-transform: uppercase;    
}

.socials a:hover {
    letter-spacing: 4px;
}

.footerlinks {
    max-width: 250px;
    display: block;
    text-align: center;    
    margin: 20px auto 0px auto;
    padding-bottom: 30px;
}

.footerlinks a {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px;
    margin: 10px auto;
    transition: 1s;
    display: block;
    color: #3a5064;    
    text-transform: uppercase;    
}

.footerlinks a:hover {
    letter-spacing: 2px;
}


#band {
    width: 100%;
    min-height: 100px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 998;
    background-color: #c6deee;
}

#band .bandimage {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.follow {
    position: relative;
    display: block;
    margin: 40px auto 0px auto;
    font-size: 15px;    
    text-align: center;
    color: #fff;
    text-transform: uppercase;    
}

.follow a {
    color: #fff;
    transition: 0.3s;
}

.follow a:hover {
    color: #bfdaed;
}

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


p {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;    
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50vh;
    width: auto;
    z-index: 1;
    width
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.title {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.links {
    width: auto;
    position: absolute;
    top: 17%;
    display: block;
    left: 50%;
    z-index: 111;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.links a {
    color: #fff;
    padding: 4px 0px;
    font-size: 15px;
    text-align: center;
    margin: 0 10px;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
}

.links a:hover {
    color: #3a5064;
    border-bottom: 3px solid #3a5064;
}

.moons {
    width: 400px;
    position: absolute;
    bottom: 15%;
    display: table;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.moons img {
    display: inline;
    text-align: center;
    margin: 0;
    padding: 0px 40px;
    height: 20px;
    width: auto;
}

h1 {
    font-size: 70px;
    letter-spacing: 40px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0px;
    font-weight: normal;
    font-family: 'Highway Gothic Expanded', sans-serif;
    text-transform: uppercase; 
}

h1 div.break {
    display: block;
    text-align: center;
    font-size: 25px;
    margin: 0px auto 0px auto; 
}

h1 p {
    display: none;
}

h2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 14px;
    color: #fff;
    mix-blend-mode:overlay;
    font-weight: normal;
    font-family: 'Highway Gothic Expanded', sans-serif;
    text-transform: uppercase;
    z-index: 998;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 50px 0px;
    position: relative;
}

h2.blue {
    color: #3a5064;
    mix-blend-mode: unset;
}

.h1container {
    position: absolute;
    left: 50%;
    width: 120%;
    height: 100%;
    top: 50%;
    z-index: 100;
    overflow-x: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

h1.main {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.h1fade {
	-webkit-animation: spacingh1 3s ease forwards;
	animation: spacingh1 3s ease forwards;	
	-webkit-animation-delay: 0s;		
	animation-delay: 0s;	
}

.h1fademobile {
	-webkit-animation: spacingh1mobile 2s ease forwards;
	animation: spacingh1mobile 2s ease forwards;	
	-webkit-animation-delay: 0s;		
	animation-delay: 0s;	
}



h1.h1fade span {
	color: transparent;
	animation: blur 1s ease forwards;
	-webkit-animation: blur 1s ease forwards;
}


h1.h1fademobile span {
	color: transparent;
	animation: blur 1s ease forwards;
	-webkit-animation: blur 1s ease forwards;
}


h1.h1fade span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
h1.h1fade span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
h1.h1fade span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
h1.h1fade span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
h1.h1fade span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
h1.h1fade span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
h1.h1fade span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
h1.h1fade span:nth-child(8) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
h1.h1fade span:nth-child(9) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
h1.h1fade span:nth-child(10) {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
h1.h1fade span:nth-child(11) {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
h1.h1fade span:nth-child(12) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
h1.h1fade span:nth-child(13) {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}
h1.h1fade span:nth-child(14) {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
h1.h1fade span:nth-child(15) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
h1.h1fade span:nth-child(16) {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}

h1.h1fade div span:nth-child(1) {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
h1.h1fade div span:nth-child(2) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
h1.h1fade div span:nth-child(3) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}

h1.h1fade div span:nth-child(4) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}

h1.h1fade div span:nth-child(5) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}

h1.h1fade div span:nth-child(6) {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}

h1.h1fade div span:nth-child(7) {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}

h1.h1fade div span:nth-child(8) {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}


h1.h1fademobile span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
h1.h1fademobile span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
h1.h1fademobile span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
h1.h1fademobile span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
h1.h1fademobile span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
h1.h1fademobile span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
h1.h1fademobile span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
h1.h1fademobile span:nth-child(8) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
h1.h1fademobile span:nth-child(9) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
h1.h1fademobile span:nth-child(10) {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
h1.h1fademobile span:nth-child(11) {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
h1.h1fademobile span:nth-child(12) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
h1.h1fademobile span:nth-child(13) {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}
h1.h1fademobile span:nth-child(14) {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
h1.h1fademobile span:nth-child(15) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
h1.h1fademobile span:nth-child(16) {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}
h1.h1fademobile div span:nth-child(1) {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
h1.h1fademobile div span:nth-child(2) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
h1.h1fademobile div span:nth-child(3) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}

h1.h1fademobile div span:nth-child(4) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}

h1.h1fademobile div span:nth-child(5) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}

h1.h1fademobile div span:nth-child(6) {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}

h1.h1fademobile div span:nth-child(7) {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}

h1.h1fademobile div span:nth-child(8) {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}



h2 span {
    opacity: 0;
}



.h2fade {
	-webkit-animation: spacingh2 3s ease forwards;
	animation: spacingh2 3s ease forwards;	
	-webkit-animation-delay: 0s;		
	animation-delay: 0s;	
}



.h2fademobile {
	-webkit-animation: spacingh2mobile 2s ease forwards;
	animation: spacingh2mobile 2s ease forwards;	
	-webkit-animation-delay: 0s;		
	animation-delay: 0s;	
}


h2.h2fade span {
	color: transparent;
	animation: blur 1s ease forwards;
	-webkit-animation: blur 1s ease forwards;
}


h2.h2fadeblue {
    mix-blend-mode: unset;
}

h2.h2fadeblue span {
    opacity: 0;
	color: transparent;
	animation: blueblur 1s ease forwards;
	-webkit-animation: blueblur 1s ease forwards;
}


h2#h2death, h2#h2signup {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}


h2#h2death {
    margin-top: 0px;
    padding-bottom: 30px;
}

h2#h2signup {
    padding-top: 20px;
}

h2.h2fade span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
h2.h2fade span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
h2.h2fade span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
h2.h2fade span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
h2.h2fade span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
h2.h2fade span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
h2.h2fade span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
h2.h2fade span:nth-child(8) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
h2.h2fade span:nth-child(9) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
h2.h2fade span:nth-child(10) {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
h2.h2fade span:nth-child(11) {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
h2.h2fade span:nth-child(12) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
h2.h2fade span:nth-child(13) {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}
h2.h2fade span:nth-child(14) {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}






h2.h2fadeblue span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
h2.h2fadeblue span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
h2.h2fadeblue span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
h2.h2fadeblue span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
h2.h2fadeblue span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
h2.h2fadeblue span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
h2.h2fadeblue span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
h2.h2fadeblue span:nth-child(8) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
h2.h2fadeblue span:nth-child(9) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
h2.h2fadeblue span:nth-child(10) {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
h2.h2fadeblue span:nth-child(11) {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
h2.h2fadeblue span:nth-child(12) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
h2.h2fadeblue span:nth-child(13) {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}
h2.h2fadeblue span:nth-child(14) {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
h2.h2fadeblue span:nth-child(15) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
h2.h2fadeblue span:nth-child(16) {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}
h2.h2fadeblue span:nth-child(17) {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
h2.h2fadeblue span:nth-child(18) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
h2.h2fadeblue span:nth-child(19) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}
h2.h2fadeblue span:nth-child(20) {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}
h2.h2fadeblue span:nth-child(21) {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}


@keyframes spacingh2 {
	0% {letter-spacing: 20px}
	100% {letter-spacing: 15px}
}

@keyframes spacingh2 {
	0% {letter-spacing: 14px}
	100% {letter-spacing: 7px}
}

@-webkit-keyframes spacingh2 {
	0% {letter-spacing: 20px}
	100% {letter-spacing: 15px}
}

@-webkit-keyframes spacingh2 {
	0% {letter-spacing: 14px}
	100% {letter-spacing: 7px}
}

@keyframes spacingh2mobile {
	0% {letter-spacing: 12px}
	100% {letter-spacing: 9px}
}

@-webkit-keyframes spacingh2mobile {
	0% {letter-spacing: 12px}
	100% {letter-spacing: 9px}
}



@keyframes spacingh1 {
	0% {letter-spacing: 25px}
	100% {letter-spacing: 15px}
}

@-webkit-keyframes spacingh1 {
	0% {letter-spacing: 25px}
	100% {letter-spacing: 15px}
}

@keyframes spacingh1mobile {
	0% {letter-spacing: 8px;width: 100%;}
	100% {letter-spacing: 4px;width: 65%;}
}

@-webkit-keyframes spacingh1mobile {
	0% {letter-spacing: 8px;width: 100%;}
	100% {letter-spacing: 4px;width: 65%}
}


@keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #fff;}
}

@-webkit-keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #fff;}
}


@keyframes blur2 {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #fff;}
}

@-webkit-keyframes blur2 {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #fff;}
}

@keyframes blueblur {
	0%		{text-shadow:  0 0 100px #3a5064; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #3a5064;}
}

@-webkit-keyframes blueblur {
	0%		{text-shadow:  0 0 100px #3a5064; opacity:0;}
	100%		{opacity: 1;text-shadow:  0 0 0px #3a5064;}
}





a, a:hover {
text-decoration: none;
}

#sb_instagram .sbi_hover_bottom, #sb_instagram .sbi_hover_top {
    font-size: 20px !important;
    width: 100% !important;
    display: table !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0px 30px !important;
    box-sizing: border-box !important;
}

.sbi_date svg {
    display: none !important;
}
.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
    color: #fff !important;
    font-size: 30px !important;
    background: none !important;
}

/***** NEWS LIGHTBOX *****/

#iframe {width: 85%;margin: 0 auto; display: block;background: transparent;  position: relative;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;    

    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    }
@media (max-width:320px)
{
    #iframe
    {
        width:100%;
    }
}
  #iframe #wrapper {
  clear: left;
  float: none;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  overflow: auto;
  margin: 0 auto;      
}

#iframe #wrapper::-webkit-scrollbar {
    width: 12px;
}
 
#iframe #wrapper::-webkit-scrollbar-track {
    background: #7c92aa;
}
 
#iframe #wrapper::-webkit-scrollbar-thumb {
  background-color: #3a5064;
  outline: 0px;
}

div.newsitem {width: 100%;display: block; margin: 0 auto;padding-top:5vw !important;}


@media(min-width: 1700px){

  div.newsitem{
    padding-top:15vw !important;

  }
}

div.newsitem .button {display: table;margin: 0 auto;}

div.newsitem img {width: 100%;max-width: 600px;height: auto;margin: 0px;padding: 15px 0px;}

span.date {font-family: 'Highway Gothic Expanded', sans-serif; display: block;width: 100%; font-size: 12px;text-transform:uppercase;padding: 0px 0px 5px 0px;text-align: left !important;color: #3a5064;}



h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3a5064;
    font-weight: normal;
    font-family: 'Highway Gothic Expanded', sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    position: relative;
}

div.newsitem p {
    font-family: 'Highway Gothic';
    color: #3a5064;
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0px;
}

div.newsitem a {
    color: #3a5064;
    text-decoration: underline;
}


/** "RESPONSIVE LIGHTBOX" WP PLUGIN **/


.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
    transition: 0.3s;
    background: url('../js/lightbox/lightbox-close.png') !important;
  background-size: 100% !important;
    background-position: top left !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(217,245,255,0.95) !important;
}

.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
display: block;
}

a.nivo-lightbox-nav  {
opacity: 0.7;
transition: 0.3s;
padding: 0px 30px;
box-sizing: border-box;
color: #3a5064 !important;
font-size: 20px;
-webkit-transform: tranlsateY(-50%);
-ms-transform: tranlsateY(-50%);
transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}




/************ NEWS ************/

#newspage {
width: 100%;
height: auto;
background: #000;
color: #fff;
padding: 50px 0px 100px 0;
margin: 0;
z-index: 99;
position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99c5d6+1,3a5064+100 */
background: rgb(153,197,214); /* Old browsers */
background: -moz-linear-gradient(top, #0c2536 1%, rgba(153,197,214,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0c2536 1%, rgba(153,197,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0c2536 1%, rgba(153,197,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5064', endColorstr='#99c5d6',GradientType=0 ); /* IE6-9 */
}
}

.news-container {
display: block;
margin: 0 auto;
}

.news-container img, .newsitem img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.news-archive-container {
display: block;
margin: 0 auto;
padding: 50px 0;
}

.heading-news {
margin: 0 auto; display: block; width: 230px; height: auto;padding-top: 40px;padding-bottom: 10px;
}

.heading-newsarchive {
margin: 0 auto; display: block; width: 460px; height: auto;padding-top: 20px;padding-bottom: 50px;
}

#newspage #container a {
color: #fff;
}


#newspage #container {
  float: none;
  width: 65%;
  position: relative;
  background: rgba(255,255,255,0.1);
  margin: 30px auto 30px auto;
  border-top: 0px solid rgba(255,255,255,1);
  padding: 50px;
}

    
#newspage #container p {
    margin: 15px 0;
}

#newspage iframe {
max-width: 100%;
}


#newspage h2 {font-weight: 700 !important; font-size: 30px;line-height: 30px;text-transform: uppercase;letter-spacing: 3px;}
#newspage p {font-weight: 400;font-size: 14px;text-align: left;line-height: 23px;color: #fff}
#newspage a {font-weight: 700}
#newspage a:hover {text-decoration: none}
#newspage ul, #newspage ul li, #newspage ol, #newspage ol li {font-weight: 400; font-size:15px;line-height: 20px;}
#newspage ul li {
background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  list-style: none;
  text-align: left;
  list-style-type: none;
  }
  
  
#newspage ul {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;

  padding-top: 20px;
  padding-bottom: 20px;
  }
  
#newspage img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 2em);
    height: auto;
    padding-top: 1em;
}  

#newspage h1 {
    font-size: 60px;
    mix-blend-mode: overlay;
    margin: 0px auto 50px auto;
}

@media (min-width: 1400px) {
#newspage h1 {
    font-size: 60px;
    width: 140%;
    margin-left: -20%;
    mix-blend-mode: overlay;
    margin: 0px auto 50px -20%;
}
}
    
#newspage h1.h1fade span:nth-child(17) {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
#newspage h1.h1fade span:nth-child(18) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
#newspage h1.h1fade span:nth-child(19) {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
}
#newspage h1.h1fade span:nth-child(20) {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}    
  
#newspage span.date {display: block; margin: 0 auto;font-weight: 400;font-size: 0.8em;text-transform:uppercase;padding-bottom: 20px;text-align: center !important}

#newspage ol {
margin-top: 30px;
}

.padding20 {
display: none;
}

a.loadmorebutton:hover {background-color: #000;color: #fff;}

.newsarchive {
font-size: 15px;
line-height: 30px;
text-align: center !important;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin-top: 0px;
}


.grid-layout .lptw-post-date {
    font-size: 0.9em !important;
    color: #bbbbbb !important;
    line-height: 0.9em !important;
    margin: 1rem 0 0.25em 0 !important; 
}

.grid-layout .lptw-post-title {
    padding: 0em 0.5em !important;
    font-size: 1.5em !important;
    line-height: 1em !important;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px !important;
}

.lptw-grid-element {
    /* min-height: 400px; */
    overflow: hidden;
    background: rgba(58,80,100,0.2) !important;
    box-sizing: border-box;
    transition: 0.3s;
    padding: 20px !important;
}

.lptw-grid-element:hover {
    background: rgba(58,80,100,1) !important;    
}

.lptw-container, #news-container, .news-archive-container {
    max-width: 1024px;
}


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

@media (max-width: 2560px) {
.lptw-container, #news-container, .news-archive-container {
    max-width: 1920px;
}   
}

@media (max-width: 1920px) {
.lptw-container, #news-container, .news-archive-container {
    max-width: 1440px;
}   
}

@media (max-width: 1280px) {
.lptw-container, #news-container, .news-archive-container {
    max-width: 1024px;
}   
}

@media (max-width: 1024px) {
.lptw-container, #news-container, .news-archive-container {
    max-width: 900px;
}   
}

@media (max-width: 800px) {
.lptw-container, #news-container, .news-archive-container, .lptw-grid-element {
    max-width: 100%;
}   
.lptw-grid-element {
    min-height: 20px !important
}    
}


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

#news, #video, #photo, #merch {
    padding: 10px 0px;
}    
    
#scene {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#scene div {
    width: 135%;
    height: 140%;
    margin-top: -17.5%;
    display: block;
    overflow: hidden;
    margin-left: -20%;
    background: url('../img/sky-portrait.jpg')  bottom center no-repeat #fff;
    background-size: cover;  
}    
    
.h1container {
    width: 100%;
}    
    
.window { 
    width: 45vh;
    height: auto;
    }
    
    #video, #tour {
        padding-bottom: 30px;
    }    
    
    .tour-container {
        max-width: 100%;
        margin: 0px auto;
    }
  
    .margin100 {
        display: none;
    }    

.moons {
    width: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
}


.moons img {
    padding: 0px 1.2em;
    height: 15px;
}
    
    .links {
    width: 100%;
    top: 15%;
    display: table;
    margin: 0 auto;
    text-align: center
    }
    
    .title {
        top: 30px;
    }

    .links a {
    display: inline;
    margin: 10px 10px;
    }
    
    h1.main {
        font-size: 35px;
        line-height: 45px;
        top: 45%;
        max-width: 65%;
        letter-spacing: 12px;
    }  
 
    h2 {
    max-width: 80%;
    font-size: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;  
        padding: 40px 0px 30px 0px;
    }
    
    h2#h2tour {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    
    
    h2#h2video {
        padding-top: 0px;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 0px;
    }    
    
h1 div {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0px auto 0px auto; 
}    
    
    h2#h2death, h2#h2signup {
        font-size: 40px;
        line-height: 40px;
        padding: 50px 0px 20px 0px;        
    }  
    
    #band {
        min-height: 50px;
        overflow: hidden;
    }    
    
    #band .bandimage {
        width: 120%;
        margin-left: -10%;
        overflow: hidden;
    }
    
.lptw-grid-element {
    background: rgba(58,80,100,0.7) !important;
}    

    
    #newspage {
        padding: 20px 0px 50px 0px;
    }
    
    #newspage h1 {
        padding: 0px;
        margin: 0px auto 170px auto;
    }    

    #iframe
    {
        width:100%;
        padding: 0px 0px 30px 0px;
    }

  #iframe #wrapper {
  clear: left;
  float: none;
  width: 77%;
  background: transparent;
  position: relative;
  overflow: auto;
      padding-right: 0px;
  margin: 0 auto;
 -webkit-overflow-scrolling: touch;
}    

#iframe #wrapper::-webkit-scrollbar {
    width: 5px;
}
 
#iframe #wrapper::-webkit-scrollbar-track {
    background: #7c92aa;
}
 
#iframe #wrapper::-webkit-scrollbar-thumb {
  background-color: #3a5064;
  outline: 0px;
}

div.newsitem p {
    line-height: 20px;
}

.nivo-lightbox-wrap {
    position: absolute;
top: 0% !important;
bottom: 0% !important;
left: 0% !important;
right: 0% !important;
}
    
.video-wrapper {
    width: 100% !important;
}
    
}

@media (max-width: 374px) {
    
    .links a {
        font-size: 13px;
    }
    
    h1.main {
        font-size: 30px;
    }
    h2#h2death, h2#h2signup {
    font-size: 30px;
    line-height: 30px;
    padding: 50px 0px 20px 0px;
}
.subtitle {
    font-size: 15px;
    letter-spacing: 1px;
}   
.socials a {
    font-size: 17px;
}    
    .footerlinks a {
        font-size: 13px;
    }    
}



@media (max-width: 1300px) {
    h1 {font-size: 60px;}
}

@media (max-width: 1200px) {
    h1 {font-size: 58px;}
}

@media (max-width: 1200px) {
    h1 {font-size: 55px;}
}

@media (max-width: 1100px) {
    h1 {font-size: 50px;}
}

@media (max-width: 1000px) {
    h1 {font-size: 48px;}
}

@media (max-width: 950px) {
    h1 {font-size: 45px;}
}

@media (max-width: 900px) {
    h1 {font-size: 40px !important;}
}


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

#scene div {
    width: 135%;
    height: 140%;
    margin-top: -17.5%;
    display: block;
    overflow: hidden;
    margin-left: -20%;
    background: url('../img/sky.jpg')  bottom center no-repeat #fff;
    background-size: cover;  
}    
    
}