@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700');

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #fff;
	background: #000;
}

h1,h2,h3,h4,h5, h6 {
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
	font-weight:300;
}

h1 {
	font-size: 70px;
	line-height: 80px;
}

h1 sup {
	font-size: 24px;
	top: -35px;
}

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

a, a:focus, a:active, a:hover {
	color: #fff;
	text-decoration: none;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

/* SOCIAL */
.social ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}

.social ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;	
	vertical-align: middle;
}

.social ul li a {
	display: block;
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: .0000001px;
}

.social ul li.facebook a {
	background-image:url('../img/socials/facebook.png');
}

.social ul li.twitter a {
	background-image:url('../img/socials/twitter.png');
}

.social ul li.instagram a {
	background-image:url('../img/socials/instagram.png');
}

.social ul li.youtube a {
	background-image:url('../img/socials/youtube.png');
}

.social ul li.spotify a {
	background-image:url('../img/socials/spotify.png');
}

.social ul li.itunes a {
	background-image:url('../img/socials/itunes.png');
}

#fixed_nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#fixed_nav .social ul {
	padding-top: 3px;
	text-align: right;
	margin-right: 25px;
}

ul#scroll_menu {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

ul#scroll_menu li {
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
	font-weight:300;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-size: 16px;	
}	

#fixed_nav ul#scroll_menu img {
	height: 40px;
	width: 40px;
}

#fixed_nav.scrolled {
	background-color: #000;
	z-index: 10;
}

#fixed_nav.scrolled ul#scroll_menu {
	opacity: 1;
	visibility: visible;	
}	

#main_nav {
	position: fixed;
	top: 125px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 1;
	visibility: visible;
	transition: visibility 0s, opacity 0.5s linear;
}

#main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}

#main_nav ul li {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
	font-weight:300;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;	
	cursor: pointer;
}	

#main_nav ul li img {
	max-width: 400px;
	height: auto;
	margin-bottom: -50px;
}	

#main_nav.hidex {
	opacity: 0;
	visibility: hidden;
}	

/* HOME PAGE */
#welcome {		
	height: 100vh;
	width: 100%;
	background-position: top center;
	background-size: cover;	
	background-attachment: fixed;
}

.row#music {
	padding-top: 150px;
}

#spotify_block {
	margin-top: 10%;
}

#single_spotify_text {
	margin-top: 10%;
}

.section_title {
	margin-top: 150px;
	margin-bottom: 75px;
}

.embed_container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed_container iframe, .embed_container object, .embed_container embed,
#video_thumbs li iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.main_video.embed_container {
	margin-bottom: 50px;
}

.main_video.embed_container,
#video_thumbs li {
	border: 2px #fff solid;
}

#video_thumbs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#video_thumbs li {
	cursor: pointer;
	float: left;
	width: 48%;
	margin-right: 4%;	
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 25.31%; 
	text-align: center;
	vertical-align: center;
	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;
  	position: relative;
}

#video_thumbs li:nth-of-type(even) {
	margin-right: 0;	
}	

#video_thumbs li.active {
	cursor:auto;
}

#video_thumbs li.active button {
	display: none;
}
.main_video.embed_container {
	position: relative;
}

.youtube_thumb_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-position: center center;
	background-size: contain;
	background-color: #000;
	background-repeat:no-repeat;
	z-index:1;
	text-align: center;
	vertical-align: center;
	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;
}

button[name="play"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  background: black;
  border: none;
  border-radius: 100%;
 
  cursor: pointer;
}
button[name="play"]:focus {
  outline: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
}

button[name="play"]::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
}

.row.top_margin,
#youtube_subscribe,
#more_shows {
	margin-top:75px;
}

#youtube_subscribe a {
	display: block;
	margin: 0 auto;
}

.bit-widget .bit-nav-bar-container {
	display: none;
}

.bit-widget .bit-event .bit-offers {
	border: 1px #fff solid;
}

#preorder_button {
	margin-top: 25%;
	display: block;
	text-align: center;
}

#preorder_button img {
	max-width: 30%;
}

ul#merch_grid {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
}

ul#merch_grid li {
	display: inline-block;
	text-align: center;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 4%;		
}	

ul#merch_grid li:nth-of-type(3) {
	margin-right: 0px;	
}

ul#merch_grid li a {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 15px;	
}

#copyright p {
	margin-top: 30px;
	font-size: 12px;
	color: #bcbcbe;
}

#copyright p span {
	padding-left: 5px;
	padding-right: 5px;
}

/* ---------------  Sticky Footer ---------------- */
#footer {
	border-top: 3px #fff solid;
	margin-top: 150px;
	padding-top: 50px;
	padding-bottom: 30px;
}

		

/* ---------------  Bootstrap Table Columns ---------------- */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
	position: relative;
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}