html {
	height:100%;
	margin:0;
	padding:0;	
}

body {		
	background-color: #000;
	color:#fff;
	background:url('../images/back.jpg');
	background-size:cover;
	background-attachment: fixed;
	height:100%;
	font-size:16px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
}	

body#home {
    color: #000;
    background: url('../images/gcback_nyc.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	height:100%;
    background-color: #230d00;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

#sticky_wrapper,
#footer {	
	opacity: 0;
}

#loading_spinner {
	width: 100%;
	background-color: #000;
    height: 100%;
    position: fixed;   
}

#loading_spinner:after {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
	background-image: url("../images/gcloader.svg");
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    -webkit-animation: spinX 3s infinite;
    animation: spinX 3s infinite;
    -moz-animation: spinX 3s infinite;
    -o-animation: spinX 3s infinite;
}

@-webkit-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); } 
}

@-moz-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); } 
}

@-o-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); } 
}

@-ms-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); } 
}

img {
	width:100%;
	height:auto;
}

#logo {
	width:20%;
	height:auto;
	position:absolute;
}

a a:active, a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Permanent Marker', cursive;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding:2px;
}

.clear {
	clear: both;
}

.align-center {
	text-align: center;
}

.relative {
	position: relative;
}

#menu-header li {
	font-family: 'Permanent Marker', cursive;
	font-weight:bold;
	line-height:1.1em;
	font-size:16px;
	color:#ff1701;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow:0px;
}

#menu-header li a {
	color:#fff;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 0px 0 rgba(255,255,255,.25);
}

.nav>li>a:hover {
    background-color:transparent;
}

#home #menu-header li a {
	color:#fff;
	text-shadow:0px;
	margin-top:10px;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a:hover {
	background-image:none;
	box-shadow:0px;
	border-bottom:1px solid #fff;
	background-color:transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
	border:0px;
	background:transparent;
}

.navbar-nav {
	float:right;
	dipslay:inline;
}

.navbar-default {

	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15);
}

.navbar-default .navbar-toggle {
    border: 0px;
	border-color:transparent;
}

.container, .row, .row-fluid, .col-md-12 {
	width:100%;
	padding:0;
	margin:0;
}


.embed-container { 		
	margin-top:20px;
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:20px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:10px;
	background:#000;
}

#content_wrapper {
	margin-top: 40px;
	margin-bottom: 60px;
}

h1#main_title {
	margin-bottom: 20px;
	text-align: center;
}

#centered_brand {
	text-align: center;
}

#centered_brand img {
	margin-top: 20px;
	width: 300px;
	height: auto;
}

#centered_nav {
	text-align: center;
}

#centered_nav .navbar-nav {
	float: none;
	text-align: center;
}

#centered_nav .navbar-nav li {
	float: none;
	display: inline-block;
}

/* ================ Home Page ================ */
#home_video_wrapper.absolute {
	position: fixed;	
	z-index: 100;
	width: 100%;
	max-width: none;
	padding-bottom: 0px;
    overflow: visible;
}

#home_video_wrapper.absolute iframe {
	width: 100% !important;
	height: 100% !important;
}	

#home_video_wrapper.repositioned {
	top: auto !important;
	left: auto !important;
	margin: 0 auto !important;
	width: auto !important;
	height: auto !important;
}

#close_home_video {
    display: none;
    font-family: 'Permanent Marker', cursive;
    font-weight:bold;	
	color:#ff1701;
    font-size: 40px;
    padding: 5px;
    position: fixed;
    top: 50%;
    right: 5%;
    cursor: pointer;
    z-index: 1000;
}

#home_video_wrapper.absolute #close_home_video {
    display: block;
}


/* ================ Sticky Footer ================ */
#sticky_wrapper {
	min-height: 100%;
	margin: 0 auto -120px;
}	

#footer, .push {
	height: 120px;
}

#footer {
	height: 80px;
	margin-top: 40px;
	padding: 20px 0;
	background:#000;
}

#footer h3 {
	margin-bottom: 0px;
}



/* ================ Photos Gallery ================ */
.gallery_archive_item.col-md-4 {
	margin-bottom: 30px;
}

.gallery_block .gallery {
	margin: 1.5em auto !important;
	width: 100% !important;
}

.gallery_block .gallery figure.gallery-item {
  width: -moz-calc(33% - 20px) !important;
  width: -webkit-calc(33% - 20px) !important;
  width: -o-calc(33% - 20px) !important;
  width: calc(33% - 20px) !important;
  
  max-width: -moz-calc(33% - 20px) !important;
  max-width: -webkit-calc(33% - 20px) !important;
  max-width: -o-calc(33% - 20px) !important;
  max-width: calc(33% - 20px) !important;

   margin-left:-1px;
   transform:translateX(1px);
   min-width: 0px !important;  
   background: #000; 
}

.gallery_block .gallery figure.gallery-item img { 
	max-width: 100% !important;
	min-width: 0px !important;	
}


/* ================= FULL SCREEN VID ===================== */
#bg_vid_overlay {
	background: #000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;	
	z-index: -1;
	display: none;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../polina.jpg');
	background-repeat: no-repeat;
    background-size: cover; 
	opacity:0.4;
}

video {
	display:block;
}



/* ====================  NEWS PAGE ======================= */


.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* ================ Releases ================ */

.releasegrid {
	text-align:center;
	text-transform:uppercase;
	min-height:300px;
	margin-bottom: 30px;
}

.releasegrid img {
    border: 1px solid #121212;
}

.releasegrid span {
	font-size:9px;
	font-style:italic;
	display: block;
	margin-bottom: 20px;
}
.releasegrid h4 {
	font-weight:normal;
	font-size:18px;
	padding-top:10px;
	
}

ul.release_shop {
	list-style-type: none;
	margin: 7px auto;
	padding: 0px;
	text-align: center;
	height: 30px;
}

ul.release_shop li {
	display: inline-block;
}

ul.release_shop li a {
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	width: 55px;
	height: 30px;	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}	

ul.release_shop li a:hover {
	opacity: 1;
}

ul.release_shop li a.itunes {
	background-image: url('../images/release_itunes.png');	
}


ul.release_shop li a.spotify {
	background-image: url('../images/release_spotify.png');	
}

ul.release_shop li a.amazon {
	background-image: url('../images/release_amazon.png');	
}

/* ================ Videos ================ */
.video_thumb {
	margin-bottom: 30px;
	cursor: pointer;
}

.video_thumb.active img {
	opacity: 0.5;	
}	

#playing_video_wrapper.loading {
	background-color: #000;
	background-image: url('../images/rolling.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* ================ Welcome Popup ================ */
#welcome_overlay {	
	display: none;	
	position: fixed;
	background: rgba(0,0,0,1.0);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

#welcome_popup {
	display: none;
	visibility: hidden;
	position: fixed;
	background: #000;
	padding: 30px;
	width: auto;	
	top: 50%;	
	left: 50%;	
	z-index: 99999999;
	text-align: center;
}	

#welcome_popup img {
	max-height: -moz-calc(100% - 94px);
	max-height: -webkit-calc(100% - 94px);
	max-height: -o-calc(100% - 94px);
	max-height: calc(100% - 94px);
	width: auto;
	max-width: 100%;
}

#welcome_popup .popup_button {
	margin-top: 20px;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px; 
    width: 45%;
}

#welcome_popup #left_button {
	margin-right: 30px;
	float: left;
}

#welcome_popup #right_button {
	float: right;	
}

/* ==============================  TOUR DATES ============================== */


.bit-events td {
	border:0px!important;
}

.bit-events tr td{text-align:center!important;}

#bit-events table a {
    text-align: left;
    float: left;
    width: auto;
	color:#fff!important;
}

.bit-invert {
	background-color:red!important;
}

.bit-notify {
	color:red!important;
}

#bit-events td.bit-tickets a{
    
    padding: 5px 15px!important;
    border:1px solid #666;
	text-align:center;
	font-size:14px;
    text-transform: uppercase!important;
    font-weight: 900!important;
    font-family: 'Montserrat', sans-serif;
}

#bit-widget-0 {
	border:0px!important;
	font-family: 'Montserrat', sans-serif!important;
}

.bit-track-artist-header, tr.bit-header {display:none!important;}

tr th, .bit-tickets {
		text-transform:uppercase!important;
		font-family: 'Permanent Marker', cursive!important;
		font-weight:bold!important;
		line-height:1.1em!important;
		font-size:18px!important;
		text-align:center!important;
}

#bit-events td .bit-uiButton {

    border:0px!important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .1)!important;
    background: red!important;
    font-size: 11px!important;
    color: #fff!important;
    font-weight: bold!important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

#bit-events table {
	border:0px!important;
}

#bit-events td .bit-uiButton {
    display: inline-block;
    padding: 1px 6px;
    height: 16px;
	border:0px!important;
    line-height: 16px !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff!important;
}

#bit-events td .bit-uiButtonDefault a {
    color: #fff!important;
}

/* ====================   YOUTH AUTHORITY ====================== */
.youthimage {
	width:80%;
}
.youthtitle {
	
	text-transform:uppercase;
	color:#fff;
	font-size:60px;
	line-height:70px;
	font-weight:bold;
	display:inline-block;
	padding:5px 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.youthtitle span.red {
	color:red;
}

/* =================    NEWSLETTER =========================== */



.mc4wp-form-fields input[type="submit"]{
	background:transparent;
	color:#fff;
	font-size:12px;
	padding: 6px 10px 6px 10px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	border:1px solid #666;
	outline:none;
}

.mc4wp-form-fields input[type="email"]{
	background:transparent;
	color:#fff;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	border:1px solid #666;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	outline:none;
	min-width:350px;
}

#mc4wp-form-1 {
	text-align:left;
	margin-left:0px;
}

#footer input[type="email"] {
	padding: 6px;
}

.footer_item ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
    display: inline-block;
    float: right;
}

.footer_item ul li {
	padding-top: 6px;
	display: inline-block;	
}

.footer_item ul li a {
	width: 26px;
	height: 26px;
	background-position: center center;
	background-size: contain; 
	background-repeat: no-repeat;
	display: block;
}	

.footer_item ul li a.twitter {
	background-image: url('../images/twitter.png');
}

.footer_item ul li a.instagram {
	background-image: url('../images/instagram.png');
}	

.footer_item ul li a.youtube {
	background-image: url('../images/youtube.png');
}

.footer_item ul li a.spotify {
    background-image: url('../images/spotify.png');
}

.footer_item ul li a.facebook {
    background-image: url('../images/facebook.png');
}

#copyright {
    font-size: 12px;
    display:inline-block;
    color: #fff;
    float: right;
    padding-top: 8px;
    padding-left: 10px;
}


.preorder {
	margin-top:-20px;
	 -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}

.preorder ul {
		list-style:none;
		width:100%;
		
		text-align:center;
		    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.preorder ul li {
		display:inline-block;
		padding:0px;
		width:18%;
		margin-left:-25px;
		margin-top:-20px;
}

.preorder ul li a {
		float:left;
		
		text-align:center;
}

.preorder ul li a img {
	max-width:100%;
	width:100%;
	height:auto;
}

/* ================ Featured Overlay ================ */
#featured_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;	
	z-index: 999999999;
	cursor: pointer;
} 

#featured_overlay_continue {
	position: fixed;
	left: 0px;
	right: 0px;
	top: -moz-calc(100% - 100px);
	top: -webkit-calc(100% - 100px);
	top: -o-calc(100% - 100px);
	top: calc(100% - 100px);
	bottom: 0px;
	text-align: center;
	z-index: 999999999;
	background: #000;
}

#featured_overlay_continue a {
	cursor: pointer;
	margin: 10px auto;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	background-color: #fff;
	color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Permanent Marker', cursive;
    font-size: 20px;
    line-height: 24px;     
}
