@font-face {
    font-family: 'pointednormal';
    src: url('pointed-webfont.eot');
    src: url('pointed-webfont.eot?#iefix') format('embedded-opentype'),
         url('pointed-webfont.woff2') format('woff2'),
         url('pointed-webfont.woff') format('woff'),
         url('pointed-webfont.ttf') format('truetype'),
         url('pointed-webfont.svg#pointednormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
}
html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	outline: 0px;
	width: 100%;
	height: 100%;
	background-color: #1E1E1E;
	font-family: 'Abel', sans-serif;
}
body {
	background-image: url(../_img/BG.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img {
	border: 0px;
}
#getitsoon {
	display: none;
}
#loader, #oldfart, #getitsoon {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	background-color: #1E1E1E;
}
#getTickets:hover {
	cursor: pointer;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -62px;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #CC2408;
	border-top: 6px solid #CC2408;
	border-radius: 100%;
	height: 125px;
	width: 125px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	font-family: 'pointednormal';
	text-transform: uppercase;
	text-align: left;
	color: #CC2408;
	font-size: 40px;
	font-weight: normal;
	letter-spacing:1px;
}
.bad {
	position: absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height: 80px;
	margin-top: -40px;
	margin-left: -300px;
	font-family: 'pointednormal';
	text-transform: uppercase;
	text-align: center;
	color: #CC2408;
	font-size: 40px;
	font-weight: normal;
	letter-spacing:1px;
}
@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}
#trailerBar {
	position: relative;
	width: 100%;
	height: 70px;
	background-image: url(../_img/trailerBG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: 'pointednormal';
	font-size: 28px;
}
#trailerBar a, #trailerBar a:visited, #trailerBar a:active, #trailerBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.watchTrailer:hover {
	cursor: pointer;
}
.topFixed {
	position: fixed;
	z-index: 999999;
	top: -135px;
	left: 0px;
	width: 100%;
	height: 135px;
	overflow: hidden;
	transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
}
.topFixedIn {
	top: 0px;
}
#gutterLeft {
	position: absolute;
	top: 0px;
	left: -180px;
	height: 100%;
	width: 50%;
	background-color: transparent;
	background-image: url(../_img/gutterStrip.png);
	background-repeat: repeat-x;
}
#gutterRight{
	position: absolute;
	top: 0px;
	right: -180px;
	height: 100%;
	width: 50%;
	background-color: transparent;
	background-image: url(../_img/gutterStrip.png);
	background-repeat: repeat-x;
}
#gutterMiddle {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 360px;
	margin-left: -180px;
	height: 100%;
	background-color: transparent;
	background-image: url(../_img/gutterTop.png);
	background-repeat: no-repeat;
}
#bottomMenu {
	position: fixed;
	z-index: 999999;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #1E1E1E;
}
#bottomMenu:before,
#bottomMenu:after { content: " "; display: table; }
#bottomMenu:after { clear: both; }
#bottomMenu { *zoom: 1; }
#bottomNav {
	position: relative; float: right; right: 50%;
}
.inner-div { position: relative; float: right; right: -50%; }
.menu {
	float: left; 
	margin: 0 0.5em;
	margin-top: 16px;
}
.follow {
	text-transform: uppercase;
	font-size: 16px;
	color: #878786;
	padding-top: 3px;
	margin-right: 0px;
}
.social {
	width: 284px;
	height: 44px
}
.socialLink {
	float: left;
	min-width:20px;
	height: 100%;
	margin-top: -3px;
	background-color: transparent;
	background-image: url(../_img/social.png);
	background-repeat:no-repeat;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.socialLink:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.facebook {
	width: 40px;
}
.twitter {
	width: 46px;
	background-position: -40px 0px;
}
.instagram {
	width:  58px;
	background-position: -86px 0px;
}
.google {
	width: 46px;
	background-position: -144px 0px;
}
.youtube {
	width: 52px;
	background-position: -196px 0px;
}
.pinterest {
	width: 42px;
	background-position: -248px 0px;
}
.newsletter {
	width: 155px;
	background-position: -403px 0px;
	text-align: center;
	font-family: 'pointednormal';
	text-transform: uppercase;
	font-size: 16px;
	color: #878786;
	background-color: #272727;
	border: 0px solid #515151;
	border-radius: 4px;
	padding: 4px;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	
	background-color: #CC2408;	
	color: #a8a8a8;
}
.merchandise {
	width: 98px;
	background-position: -501px 0px;
	text-align: center;
	font-family: 'pointednormal';
	text-transform: uppercase;
	font-size: 16px;
	color: #878786;
	background-color: #272727;
	border: 0px solid #515151;
	border-radius: 4px;
	padding: 4px;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	
	background-color: #CC2408;	
	color: #a8a8a8;
}
.newsletter:hover, .merchandise:hover {
	background-color: #CC2408;
	cursor: pointer;
	
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
.rights {
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	color: #878786;
}


.page {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
#temp {
	background-image: url(../_img/comingsoon.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}
#home {
	/*margin-top: 60px;*/
	background-image: url(../_images/gutterdammerung.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}
.scrollDown {
	position: fixed;
	left: 50%;
	width: 44px;
	height: 27px;
	margin-left: -22px;
	bottom: 100px;
	z-index: 99998;
}
.fadeOut {
	display: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.about {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}
.about a, .about a:active, .about a:visited {
	color: #CC2408;
	border-bottom: 2px solid #CC2408;
	text-decoration: none;
}
.about a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.more {
	display: none;
	text-align: center;
}
.more a, .more a:active, .more a:visited {
	color: #717171;
	border-bottom: 0px solid #717171;
	text-decoration: none;
}
.more a:hover {
	color: #CC2408;
	text-decoration: none;
}
#addTopLogo {
	position: absolute;
	left: 0px;
	top: 300px;
}
#names {
	text-align: center;
	color: #AAAAAA;
	font-size: 17px;
	background-color: #000000;
	overflow:hidden;
}
#sent, #sentS {
	display: none;
	text-align: center;
	color: #CC2408;
	font-size: 20px;
}
.play {
	color: #CC2408;
	font-size: 15px;
	text-align: center;
	padding: 8px;
	background-color: #1E1E1E;
	height: 230px;
}
.videoThumbsHolder:before,
.videoThumbsHolder:after { content: " "; display: table; }
.videoThumbsHolder:after { clear: both; }
.videoThumbsHolder { *zoom: 1; }
.videoThumbsHolder {
	position: relative; float: right; right: 50%;
}

.videoThumbs {
	position: relative; float: right; right: -50%;
}
.vThumb {
	float: left;
	text-align: center;
	margin: 0px;
}
.play a, .play a:active, .play a:visited {
	color: #CC2408;
	text-decoration: none;
}
.play a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.play img {
	/*vertical-align:middle;
	margin-left: 6px;
	margin-top: -1px;*/
	/*margin-bottom: 20px;*/
	padding-bottom: 6px;
}
.cast {
	float: left;
	width: 25%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.cast:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.castHover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cast img {
	width: 100%;
	height: auto;
	
}
.known:hover {
	cursor: pointer;
}
.formHolder {
	position:relative;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	color: #878787;
}

#formHolder {
	background-color: #1E1E1E;
	text-align: center;
	color: #878787;
}
#formHolder p {
	text-align: center;
	color: #878787;
}

h1 {
	font-family: 'pointednormal';
	text-transform: uppercase;
	text-align: center;
	color: #878787;
	font-weight: normal;
	letter-spacing:1px;
	margin-top: 20px;
}
h3 {
	font-family: 'pointednormal';
	text-transform: uppercase;
	text-align: left;
	color: #CC2408;
	font-size: 50px;
	font-weight: normal;
	letter-spacing:2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: 'pointednormal';
	text-align: left;
	color: #5B5B5B;
	font-weight: normal;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
}
h5 {
	font-family: 'pointednormal';
	text-align: center;
	text-transform: uppercase;
	color: #CC2408;
	font-weight: normal;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 50px;
}
h6 {
	font-family: 'pointednormal';
	text-align: center;
	color: #5B5B5B;
	font-weight: normal;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
}
.bigger {
	font-size: 40px;
	color: #FFFFFF;
}
.badge {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	   background-color: #000000;
	   border: 2px solid #CC2408;
	   border-radius: 15px; /* one half of ( (border * 2) + height + padding ) */
	   box-shadow: 1px 1px 1px black;
	   font-family: 'pointednormal';
	   color: #FFFFFF;
	   height: 17px; 
	   padding: 4px 3px 0 3px;
	   text-align: center;
	   min-width: 14px;
}
.ieFloat {
	float: left;
	width: 400px;
	padding-left: 30px;
}
.noBadge {
	float: left;
	width: 30px;
	height: 30px;
}
.noshow {
	display: none;
}
.singleField {
	border: 0px;
	background-color: #595959;
	width: 398px;
	height: 25px;
	padding: 6px;	
	padding-left: 10px;
	/* css 3 */
	 border-radius:3px;
	 /* mozilla */
	 -moz-border-radius:3px;
	 /* webkit */
	 -webkit-border-radius: 3px;
	 font-size: 16px;
	 color: #282828;
	 text-align: left;
	margin-bottom: 10px;
	font-family: 'Abel', sans-serif;
	color: #878787;
}
.revealed {
	float: left;
	border: 0px;
	background-color: #2D2D2D;
	width: 398px;
	height: 25px;
	padding: 3px;	
	padding-left: 5px;
	/* css 3 */
	 border-radius:3px;
	 /* mozilla */
	 -moz-border-radius:3px;
	 /* webkit */
	 -webkit-border-radius: 3px;
	 font-size: 16px;
	 color: #282828;
	 text-align: left;
	margin-bottom: 5px;
	font-family: 'Abel', sans-serif;
	color: #838383;
}

#sendButton, #sendButtonS {
	float: right;
	padding: 5px;
	font-family: 'pointednormal';
	text-transform: uppercase;
	color: #a8a8a8;
	background-color: #CC2408;
	/* css 3 */
	 border-radius:3px;
	 /* mozilla */
	 -moz-border-radius:3px;
	 /* webkit */
	 -webkit-border-radius: 3px;
	 filter: alpha(opacity=70);
	 transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -webkit-transition: all 0.4s ease-in-out;
	 margin-right: 4px;
}
#sendButton:hover, #sendButtonS:hover {
	color: #CC2408;
	background-color: #FFFFFF;
	cursor: pointer;
}
#MailChimp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.popupBG {
	position:absolute;
	z-index:1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../_img/BG.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#parisBG {
	opacity: 0.96;
	filter: alpha(opacity=96);
}
.centerMailChimp {
	position: absolute;
	z-index:100;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -220px;
}
.closer {
	position:absolute;
	top: 135px;
	right: 40px;
	z-index: 99999999;
}
.closer:hover {
	cursor: pointer;
}
.popUp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}
.videoPosition {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	height: 315px;
	margin-left: -280px;
	margin-top: -157px;
	z-index: 100;
}
.artist {
	position: fixed;
	z-index:1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.BGimage {
	position: absolute;
}
.artistInfo {
	position: absolute;
	bottom: 14%;
	width: 600px;
	left: 20%;
	z-index: 999;
	color: #878787;
}
.artistInfo p {
	margin-top: 2px;
}


#questions, #tourDates, #geotracker {
	position: relative;
	width: 100%;
	min-height: 600px;
	text-align: center;
	color: #5B5B5B;
}
#geotracker {
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-image: url(../_img/guitar.jpg);
	min-height: 1200px;
}
.geoHolder {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	padding-top: 110px;
	font-size: 18px;
	color: #878787;
}
#tankBG {
	position: absolute;
	background-image: url(../_img/tank.jpg);
	width: 100%;
	min-height: 100%;
	z-index: 0;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.darkerBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}
.tourHolder {
	position: relative;
	left: 50%;
	width: 860px;
	margin-left: -430px;
}
.tourHeaders {
	padding: 5px;
	background-color: #3A3A3A;
	text-transform: uppercase;
	font-size: 12px;
	color: #878787;
}
.tourDate {
	width: 110px;
	text-align: left;
}
.tourCity {
	width: 270px;
	text-align: left;
}
.tourVenue {
	width: 300px;
	text-align: left;
}

.tourVenue a, .tourVenue a:active, .tourVenue a:visited {
	text-decoration: none;
	color: #878787;
}
.tourVenue a:hover {
	text-decoration: none;
	color: #CC2408;
}

.tourDetails {
	width: 60px;
	text-align: right;
	font-size: 12px;
}
.tourDetails a, .tourDetails a:active, .tourDetails a:visited {
	text-decoration: none;
	color: #878787;
}
.tourDetails a:hover {
	text-decoration: none;
	color: #CC2408;
}

.tourTickets {
	width: 120px;
	text-align: right;
	font-family: 'pointednormal';
	text-transform: uppercase;
}
.tourTickets a, .tourTickets a:active, .tourTickets a:visited {
	background-color: #CC2408;
	border-radius: 4px;
	text-decoration: none;
	padding: 4px;
	color: #a9a8ae;
}
.tourTickets a:hover {
	background-color: #6a6a6a;
	text-decoration: none;
	color: #ffffff;
}

.tour {
	border-bottom: 1px solid #5B5B5B;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.topRed {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: #CC2408;
	margin-bottom: 100px;
}
#berlin {
	background-color: #1E1E1E;
}
.berliner {
	font-family: 'pointednormal';
	font-size: 24px;
	line-height: 1.5em;
}
.red {
	color: #CC2408;
}
.formQ {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left:-300px;
	text-align: center;
	
}
.singleFieldQ {
	border: 0px;
	background-color: #2d2d2d;
	width: 575px;
	height: 35px;
	padding: 6px;	
	padding-left: 10px;
	padding-right: 10px;
	/* css 3 */
	 border-radius:3px;
	 /* mozilla */
	 -moz-border-radius:3px;
	 /* webkit */
	 -webkit-border-radius: 3px;
	 font-size: 24px;
	 color: #282828;
	 text-align: left;
	margin-bottom: 10px;
	font-family: 'Abel', sans-serif;
	color: #8f8f8f;
}
.MultipleQ {
	border: 0px;
	background-color: #595959;
	width: 646px;
	height: 100px;
	padding: 3px;	
	padding-left: 5px;
	/* css 3 */
	 border-radius:3px;
	 /* mozilla */
	 -moz-border-radius:3px;
	 /* webkit */
	 -webkit-border-radius: 3px;
	 font-size: 16px;
	 color: #282828;
	 text-align: left;
	margin-bottom: 5px;
	font-family: 'Abel', sans-serif;
	color: #878787;
}
.O2 {
	margin-top: 50px;
	font-family: 'pointednormal';
	text-align: center;
	color: #CC2408;
	font-size: 20px;
}
.white {
	color: #FFFFFF;
}
#parisHolder {
	display: block;
}
#paris {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 660px;
	margin-top: -200px;
	margin-left: -330px;
	color: #878787;
	text-align: center;
	font-size: 24px;
}
.lighter {
	color: #bababa;
}@media only screen 
and (max-width : 930px) { 
	#home {
		/*margin-top: 60px;*/
		background-image: url(../_images/gutterdammerungMobile.jpg);
	}
}
@media only screen 
and (max-width : 680px) { 
	#home {
		/*margin-top: 60px;*/
		background-image: url(../_images/gutterdammerungMobile.jpg);
	}
	.cast {
		width: 50%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#artistIMG {
		 /*-webkit-background-size: contain;
		 -moz-background-size: contain;
		 -o-background-size: contain;
		 background-size: contain;*/
		 
		 -webkit-background-size: auto 100%;
		 -moz-background-size: auto 100%;
		 -o-background-size: auto 100%;
		 background-size: auto 100%;
	}
	
	#artistIMG img {
		height: 100%;
		width: auto;
		margin-left: -50%;
	}
}