html, body{
	height: auto;
	max-height: 100%;
	font-family: 'Montserrat', sans-serif;
}

body{
	background-color: #000;
	position: relative;
}

.main-container{
	height: 100%;
	z-index:1;
}

.nav-container{
	z-index:35;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ----------------- PROJECTS ---------------------- */

div.scroll-icon{
	bottom:0px;
	left:50%;
	margin-left: -40px;
	z-index: 40;
	opacity:1;
	transition: all 0.2s linear;
	pointer-events: none;
}

div.scroll-icon img{
	width:80px;
	height:80px;
}

a.announcement{
	bottom:20px;
	right:0px;
	width:40%;
	z-index: 40;
	transition: all 0.2s linear;
	background-color: rgba(0,0,0,0.75);
	border-bottom: 2px solid white;
	color: white;
	font-weight: bold;
}

a.announcement:hover{
	text-decoration: none;
}

.announcement-icon{
	font-size: 32px;
	transition: all 0.2s linear;
}

a.announcement:hover div.announcement-icon{
	color: white !important;
}

.show-holder{
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.show-holder::-webkit-scrollbar {
  	display: none; 
}

@media only screen and (max-width: 767px) {
	.show-holder{
		flex-direction: column;
	}
	a.announcement{
		bottom:20px;
		right:20px;
		left:20px;
		width:auto;
		z-index: 40;
		transition: all 0.2s linear;
		background-color: rgba(0,0,0,0.75);
		border-bottom: 2px solid white;
		color: white;
		font-weight: bold;
		position: fixed !important
	}
}
  

.show{
	background-color: #ccc;
	height: 100vh;
	flex: 0 0 33.33%;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 40;
}

@media only screen and (max-width: 767px) {
	.show{
		height: auto;
	}
}

.logo{
	position: absolute;
	top:5px;
	left:20px;
	z-index: 100;
}

.logo>a{
	color: #fff;
	font-family: 'Bungee', sans-serif;
	font-size: 40px;
	transition: all 0.2s linear;
	position: relative;
	top:0px;
	left:0px;
}

@media only screen and (max-width: 767px) {
	.logo{
		top:10px;
		left:10px;
		z-index: 100;
		
	}
	
	.logo>a{
		color: #fff;
		font-family: 'Bungee', sans-serif;
		font-size: 30px;
		transition: all 0.2s linear;
	}
}

.logo>a:hover{
	text-decoration: none;
	text-shadow: 6px 6px 6px black;
	top:-3px;
	left:-3px;
}

.hamburger{
	position: absolute;
	top:20px;
	right:20px;
	line-height: 48px;
	width:48px;
	background-color: white;
	color: #000;
	z-index: 100;
	text-align: center;
	border-radius: 24px;
	cursor: pointer;
	transition: all 0.2s linear;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	.hamburger{
		top:10px;
		right:10px;
		line-height: 48px;
		width:48px;
		border-radius: 24px;
		font-size: 24px;
	}
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.80);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 34;
}
 
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay-menu{
	display: flex;
	width:100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.overlay-menu{
		flex-direction: column;
		height: auto;
	}
}

.overlay-menu ul{
	flex-grow:1;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	height: 100%;
	justify-content: flex-end;
	margin:0px;
	padding:30px;
}

@media only screen and (max-width: 767px) {
	.overlay-menu ul{
		padding:0px;	
	}
}

.overlay-menu ul.main-menu{
	font-family: 'Bungee', sans-serif;
	font-size: 60px;
	line-height: 68px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.overlay-menu ul.main-menu{
		font-size: 40px;
		line-height: 46px;
		margin-top: 100px;
		padding-left:10px;
	}
}

.overlay-menu ul.main-menu li{
	opacity: 0;
	position: relative;
}

.overlay-menu ul.main-menu a{
	color: #fff;
	display: inline-block;
	position: relative;
}

.overlay-menu ul.main-menu a span{
	z-index: 51;
	position: relative;
	display: inline-block;
}

.overlay-menu ul.main-menu a:hover{
	text-decoration: none;
}

.overlay-menu ul.main-menu a div{
	width:100%;
	height:8px;
	background-color: blue;
	position: absolute;
	bottom:7px;
	z-index: 50;
	transition: all 0.2s linear;
}

.overlay-menu ul li{
	overflow: hidden;
}
.overlay-menu ul.main-menu a.projects div{
	background-color: #ff7e1a;
}

.overlay-menu ul.main-menu a.news div{
	background-color: #19bbff;
}

.overlay-menu ul.main-menu a.store div{
	background-color: #ff1919;
}

.overlay-menu ul.main-menu a.tour div{
	background-color: #a019ff;
}

.overlay-menu ul.main-menu a.tim div{
	background-color: #11c300;
}

.overlay-menu ul.main-menu a.eric div{
	background-color: #ffd119;
}

.overlay-menu ul.main-menu a:hover div{
	height:16px;
}

.overlay-menu ul.contact-menu{
	align-items: flex-end;
}

.newsletter-form{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding:30px;
	justify-content:flex-end;
}

@media only screen and (max-width: 767px) {
	.overlay-menu ul.contact-menu{
		align-items: flex-start;
		padding-top:20px;
		padding-left:10px;
	}
}

.overlay-menu ul.contact-menu li{
	text-align: right;
	color: #fff;
	font-family: 'Bungee', sans-serif;
	font-size: 30px;
	margin-top:15px;
	line-height: 34px;
}

@media only screen and (max-width: 767px) {
	.overlay-menu ul.contact-menu li{
		text-align: left;
		font-size: 12px;
		line-height: 18px;
	}
}

.overlay-menu ul.contact-menu li a{
	font-family: 'Bungee Hairline', sans-serif;
	color: #5eff8f;
}

@media only screen and (max-width: 767px) {
	.overlay-menu ul.contact-menu li a{
		font-family: 'Bungee', sans-serif;
		font-size: 16px;
		color: #bd79ee;
	}
}

.overlay.open ul.main-menu li{
	animation: fadeInRight .5s ease forwards;
	animation-delay: .2s;
}

.overlay.open ul.main-menu li:nth-of-type(2) {
  animation-delay: .25s;
}
.overlay.open ul.main-menu li:nth-of-type(3) {
  animation-delay: .3s;
}
.overlay.open ul.main-menu li:nth-of-type(4) {
  animation-delay: .35s;
}

.overlay.open ul.main-menu li:nth-of-type(5) {
  animation-delay: .4s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



.overlay-menu div.social-icons{
	position: absolute;
	left:20px;
	top:60px;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.overlay-menu div.social-icons{
		padding-left:10px;
		margin-top:30px;
		position: static;
	}
}

.overlay-menu div.social-icons a{
	margin-right:5px;
}

.overlay-menu div.social-icons a:hover{
	color: #fff !important;
}

.show>.ident{
	width:65%;
	flex-grow:0;
	transition: all 0.2s linear;
	z-index:40;
}

.show>.ident.oversized{
/* 	width: 45%; */
}

.ident>.ident-holder{
	width:100%;
	padding-top:100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 40;
}

@media only screen and (max-width: 767px) {
	
	.show>.ident{
		margin-top:150px;
	}
	
}


.show>h3{
	color: #fff;
	font-family: 'Bungee', sans-serif;
	font-size: 70px;
}

.show>.link-container{
	position: relative;
	transition: all 0.2s linear;
	top:0px;
	left:0px;
	cursor: pointer !important;
	z-index: 40;
}

@media only screen and (max-width: 767px) {
	
	.show>.link-container{
		margin-bottom:50px
	}
	
}

.show>.link-container:hover{
	top:5px;
	left:5px;
}

.show>.link-container:hover>a{
	top:-10px;
	left:-10px;
	text-decoration: none;
}

.show>.link-container>a{
	display: block;
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'Bungee', sans-serif;
	position: relative;
	top:0px;
	left:0px;
	transition: all 0.2s linear;
}

.show>.link-container i{
	margin-left:8px;
}


.color-overlay{
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity: 0.3;
	pointer-events: none;
	background-color: #000;
	transition: all 0.2s linear;
	z-index: 30;
}

.link-container:hover ~ .color-overlay{
	opacity:0.0;
}

.show-detail-holder, .person-detail-holder, .tour-detail-holder{
	position: relative;
	height: 100%;
	width: 100%;
}

.show-detail-background{
	position: fixed;
	height: 100%;
	width:100%;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.3;
}

.person-detail-background{
	position: fixed;
	height: 100%;
	width:100%;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.tour-detail-background{
	position: fixed;
	height: 100%;
	width:100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.person-detail-background.eric{
	background-position: left center;
}

.show-details, .person-details, .tour-details{
	margin-top:100px;
}

.person-details.eric{
	
}

img.detail-logo{
	max-height: 200px;
	text-align: center;
	margin-bottom:30px;
	max-width: 100%;
}

div.season-holder{
	background-color: rgba(0, 0, 0, 0.53);
}

p.season-title{
	font-family: 'Bungee', sans-serif;
	color: #fff;
	font-size: 30px;
}

div.episode-holder{
	border-bottom: 1px solid rgba(204,  204,  204, 0.35);
}

div.episode-holder:last-child{
	border-bottom: 0px solid rgba(204,  204,  204, 0.35);
	padding-bottom: 0px !important;
}

div.episode-holder img{
	min-width: 100%;
	max-width: 100%;
}

p.episodes-header{
	font-family: 'Bungee', sans-serif;
	color: #fff;
	font-size: 22px;
}

p.episode-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin:0;
}

p.episode-date{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #cbcbcb;
	font-size: 13px;
	margin:0;
}

.season-links{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #d8d8d8;
	font-weight: 600;
}

.ext-link{
	padding: 3px 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	background-color: #ff0000;
	border-radius: 3px;
	font-weight: 600;
	white-space: nowrap;
	margin-right:5px;
	margin-bottom:5px;
	display: inline-block;
}

.ext-link.amazon{
	background-color: #232f3e;
	color: #FF9900;
}

.ext-link.itunes{
	background-color: #727272;
	color: #fff;
}

.ext-link.hbo{
	background-image: linear-gradient(#974de1,#402dc1);
	color: #fff;
}


.ext-link.hulu{
	background-color: #3DBB3D;
	color: #fff;
}

.ext-link.adult-swim{
	background-color: #fff;
	color: #000;
}

.ext-link.youtube{
	color: #fff;
}

.ext-link:hover{
	text-decoration: none;
	opacity: 0.7;
}

img.poster{
	width:100%;
	max-width: 100%;
}

div.project-message{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin:20px 0;
}

div.other-project{
	background-color: black;
	color: #fff;
	overflow: hidden;
	position: relative;
}

div.other-project img{
	max-width: 60%;
	margin:0 auto;
	display: block;
}

.op-back{
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
	transition: all 0.2s linear;
}

.op-logo-holder{
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Bungee', sans-serif;
	font-size: 24px;
}

a.op:hover{
	text-decoration: none;
}

a.op:hover .op-back{
	opacity: 0.8;
	transform: scale(1.2);
}

h1.op-title{
	font-family: 'Bungee', sans-serif;
	color: white;
	text-align: center;
	font-size: 50px;
}

/* ----------------- NEWS -------------------- */

.news-holder{
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	z-index: 2;
}

.news-holder .featured{
	width:50%;
	height:100%;
}

.news-holder .list{
	width:50%;
	height:100%:
}

.news-holder .featured .featured-content, .news-holder .list{
	margin-top: 90px;
	color: #fff;
	position: relative;
	z-index: 3;
}

.news-holder .featured .featured-content img{
	max-width: 100%;
	width: 100%;
}

.news-holder .featured .featured-content h1{
	font-weight: 800;
	font-size:30px;
}

.divider{
	width: 40%;
	height: 4px;
	background-color: black;
}

.item .divider{
	width: 20%;
	height: 2px;
	background-color: black;
}

a.cta-link{
	text-align: center;
	display: inline-block;
	margin:0 auto;
	background-color: black;
	color: white;
	font-family: 'Bungee';
	padding:8px 12px;
	transition: all 0.2s linear;
	left:0px;
	top:0px;
}

div.cta-div{
	background-color: #fff;
	display: inline-block;
	transition: all 0.2s linear;
	left:0px;
	top:0px;
}

div.cta-div:hover{
	left:4px;
	top:4px;
	
}

div.cta-div:hover a.cta-link{
	left:-8px;
	top:-8px;
	text-decoration: none;
}

.news-holder .list .item a{
	color: #fff;
	font-weight: bold;
}

.news-holder .list .item a:hover{
	text-decoration: none;
}

.news-date{
	color: #000000;
	font-size: 14px;
	font-weight: 600;
}

.news-holder .list .item{
	z-index: 4;
	box-shadow: 0px 0px 0px white;
	transition: all 0.2s linear;
	position: relative;
	top:0px;
	left:0px;
}

.news-holder .list .item:hover{
/* 	filter: saturate(2); */
	z-index: 5;
	box-shadow: 6px 6px 0px white;
	top:-3px;
	left:-3px;
}

.news-holder .list .item:hover img{
/* 	filter: saturate(0.5); */
}

.image_thumb {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  backface-visibility: hidden;
  visibility:hidden;
  z-index:1;
  pointer-events: none;
  margin-left:-20px;
}

@media only screen and (max-width: 991px) {
	
	.news-holder{
		display: block;
	}
	
	.news-holder .featured{
		width:100%;
		height:auto;
	}
	
	.news-holder .list{
		width:100%;
		height:auto:
	}
	
	.news-holder .featured .featured-content, .news-holder .list{
		margin-top: 0px;
	}
	
	.news-holder .featured{
		padding-top:90px !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.news-holder .featured{
		padding-top:75px !important;
	}
}


 /* ----------------- TIM / ERIC -------------------- */
 
 h1.person-name{
	display: inline-block;
	font-family: 'Bungee Inline', sans-serif;
	color: #000;
	font-size: 50px;
	background-color: rgba(255, 255, 255, 0.5);
 }
 
 @media only screen and (max-width: 767px) {
	 h1.person-name{
		font-size: 30px;
	}
}
 
 div.person-content h3{
	 color: #fff;
	 font-family: 'Bungee', sans-serif;
	 font-size: 30px;
	 margin-top: 30px;
 }
 
 p.social-links{
 }
 
 p.social-links a{
	 font-size: 25px;
	 margin-right: 10px;
 }
 
 a.twitter{
	 color: #1DA1F2;
 }
 
 a.facebook{
	 color: #597abd;
 }
 
 a.youtube{
	 color: #FF0000;
 }
 
 a.instagram{
	 color: #f5488d;
 }
 
 a.tumblr{
	 color: #1DA1F2;
 }
 
 p.social-links a:hover{
	 color: #fff !important;
 }
 
 div.link{
	 background-color: #000;
 }
 
 div.link-image img{
	 width:100%;
	 max-width: 100%;
	 min-width: 100%;
 }
 
 p.link-title{
	 font-weight: 700;
	 font-size: 18px;
	 text-transform: uppercase;
 }
 
 div.link-details{
	 color: #fff;
	 
 }
 
 div.link-description{
	 color: #efefef;
	 font-size: 14px;
 }
 
 div.link-details a{
	 position: relative;
	 font-family: 'Bungee', sans-serif;
	 font-size: 16px;
	 font-color: white;
	 top:0px;
	 left:0px;
	 transition: all 0.2s linear;
	 color: #000;
	 display: inline-block;
	 margin-right: 10px;
 }
 
 div.link-details a:hover{


 }
 
 
/* ----------------- TOURS -------------------- */
  
.tours-container{
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	z-index: 2;
	flex-direction: column;
}

#tour-map{
	height: 100%;
}

.tour-line{
	position: absolute;
	left:50%;
	width:3px;
	background-color: gray;
	margin-left:-2px;
	height:100%;
}

p.tour-title{
	margin:0px;
	padding:15px;
	background-color: black;
	color: white;
	font-family: 'Bungee', sans-serif;
	font-size: 20px;
	text-align: center;
}

.tour-column{
	overflow-y: scroll;
	border-left:1px solid #370e55;
}

p.spacer{
	height: 80px;
}

@media only screen and (max-width: 767px) {
	p.spacer{
		height: 120px;
	}
}

p.tour-header{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'Bungee', sans-serif;
	color: #11c300;
	background-color: black;
	position: relative;
}

.tour-year{
	text-align: center;
	font-weight: 900;
	color: black;
	padding:10px;
	font-size: 80px;
	display: inline-block;
	margin:0 auto;
	position: relative;
	z-index: 200;
}

.year-holder{
	position: relative;
	margin-top:60px;
	margin-bottom:60px;
}



.tour-year-line{
	height:10px;
	background-color: black;
}

.tour-title a{
	color: #fff;
	display: block
}

.tour-title a.active{
	color: #19bbff;
}

.tour-title a:hover{
	color: #19bbff;
	text-decoration: none;
}

.window-date{
	font-family: 'Bungee', sans-serif;
	font-size: 18px;
	color: #a019ff;
}

.window-location{
	font-weight: bold;
	font-size: 15px;
}

.window-tour-link a{
	font-weight: bold;
	color: #11c300;
}

/* ----------------- TOUR DETAILS -------------------- */

div.live-background{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity: 0.5;
	transition: background-color 1s ease;
}

div.live-details{
	padding-top:20px;
	padding-bottom:150px;
}

div.tour-holder{
	background-color: rgba(0, 0, 0, 0.73);
}

.tour-dates{
	color: white;
}

.row.tour-date{
	border-bottom: 1px solid #ccc;
}

.row.tour-date:last-child{
	border-bottom: 0px solid #000;
}

.tour-details h1, .tour-title h1{
	font-family: 'Bungee', sans-serif;
	color: white;
	text-align: center;
	text-shadow: 0px 0px 5px black;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.tour-media img{
	width: 100%;
	max-width: 100%;
}

a.tour-back{
	margin-top:70px;
	margin-left:5px;
	color: white;
	display: inline-block;
}

a.tour-back:hover{
	text-decoration: none;
	color: #19bbff;
}

h1.live-header{
	display: inline-block;
	font-family: 'Bungee Inline', sans-serif;
	color: #000;
	font-size: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top:100px;
	position: relative;
	z-index: 195;
 }
 
 div.upcoming-events{
	position: relative;
	z-index; 195;
 }
 
 div.featured-event{
	background-color: rgba(0, 0, 0, 0.63);
	color: white;
 }
 
 div.featured-event h3{
	 font-family: 'Bungee Inline', sans-serif;
 }

@media only screen and (max-width: 767px) {
	
	a.tour-back{
		margin-top:60px;

	}
	
	.tour-details h1{
		font-size: 30px;	
	}
	
	.tour-details{
		margin-top:30px;
	}
	
	.show-details{
		margin-top:30px;
	}
	
	.tour-year{
		font-size: 40px;
	}
	
	.year-holder{
		position: relative;
		margin-top:30px;
		margin-bottom:30px;
	}
	
}

/* ----------------- GLOBAL -------------------- */

.bungee{
	font-family: 'Bungee', sans-serif;
}

.newsletter-form h3{
	color: white;
	font-size: 24px;
}

.newsletter-form input[type=submit]{
	color: white;
	border-color: transparent;
	font-weight: bold;
	background-color: #a019ff;
}

.newsletter-form input[type=submit]:hover{
	background-color: #7706c7;
}

@media only screen and (max-width: 767px) {
	
	.newsletter-form{
		justify-content: flex-start;
		align-items: flex-start;
		padding:10px;
	}
	
}
