@charset "UTF-8";
/*
Theme Name: MTC Studio II
Theme URI: http://akanyc.net/
Author: Chris Laursen for AKA NYC
Author URI: http://akanyc.net/
Description: Theme for MTC Studio II shows
Version: 1.0
  __   __ _   __     __ _  _  _  ___ 
 / _\ (  / ) / _\   (  ( \( \/ )/ __)
/    \ )  ( /    \  /    / )  /( (__ 
\_/\_/(__\_)\_/\_/  \_)__)(__/  \___) akanyc.net

ASCII Text: http://patorjk.com/software/taag/#p=display&f=Standard&t=GLOBAL

CSS RESET+
http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }

img { max-width: 100%; } /* responsive images */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* border-box sizing */
html { -webkit-text-size-adjust: 100%; } /* iphone rotation text size adjustment turned off */
.entry-content img, .comment-content img, .widget img { max-width: 100%; } img[class*="align"], img[class*="wp-image-"] { height: auto; } img.size-full { max-width: 100%; width: auto; } .wp-caption { max-width: 100%; } /* WordPress Image Styling Fix */
@-ms-viewport { width: device-width; } @viewport { width: device-width; }

 /*____ _     ___  ____    _    _     
  / ___| |   / _ \| __ )  / \  | |    
 | |  _| |  | | | |  _ \ / _ \ | |    
 | |_| | |__| |_| | |_) / ___ \| |___ 
  \____|_____\___/|____/_/   \_\_____|*/
body {
	margin-top: 0!important;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: italic;
	font-weight: 400;
	color: #323232;
	background-color: #ffffff;
	text-align: center;
}
	/*___                                  _       
	 | _ \__ _ _ _ __ _ __ _ _ _ __ _ _ __| |_  ___
	 |  _/ _` | '_/ _` / _` | '_/ _` | '_ \ ' \(_-<
	 |_| \__,_|_| \__,_\__, |_| \__,_| .__/_||_/__/
	                   |___/         |_|*/
	p {
		font-family: "Chronicle SSm A", "Chronicle SSm B";
		font-style: normal;
		font-weight: 400;
		font-size: 0.8125em;
		line-height: 1.4;
	}
		p + p {
			margin-top: 1.05em;
		}
		b, strong, .font_bold {
			font-weight: 700;
		}
		em, i {
			font-style: italic;
		}
		.superscript {
			vertical-align: super;
			font-size: 8px;
		}
	/*_    _      _       
	 | |  (_)_ _ | |__ ___
	 | |__| | ' \| / /(_-<
	 |____|_|_||_|_\_\/__/*/
	a {
		color: inherit;
		text-decoration: none;
	}
		a:hover {
			cursor: pointer;
		}
		.link_std:hover {
			color: #1da09b;
		}
		p a {
			font-weight: bold;
		}
			p a:hover {
				color: #1da09b;
			}
		
	.clearfix:after {
		content: "";
		display: table;
		clear: both;
	}





/*_______   ______   ___   ____ ____      _    ____  _   ___   __
 |_   _\ \ / /  _ \ / _ \ / ___|  _ \    / \  |  _ \| | | \ \ / /
   | |  \ V /| |_) | | | | |  _| |_) |  / _ \ | |_) | |_| |\ V / 
   | |   | | |  __/| |_| | |_| |  _ <  / ___ \|  __/|  _  | | |  
   |_|   |_| |_|    \___/ \____|_| \_\/_/   \_\_|   |_| |_| |_|*/
.font_header {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #00345c;
}
.font_narrow {
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
	font-style: normal;
	font-weight: 400;
}
.font_condensed {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;	
}

.font_info {
	font-family: 'Chronicle', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.85em;
	line-height: 1.3;
}
.font_large {
	font-size: 1.25em;
}
.font_larger {
	font-size: 1.5em;
}
.font_largest {
	font-size: 2em;
}
.font_small {
	font-size: 0.875em;
}
.font_smaller {
	font-size: 0.75em;
}
.font_smallest {
	font-size: 0.625em;
}

/* headlines with lines */
.decorated, .decoratedOrange{
     overflow: hidden;
     text-align: center;
 }
.decorated > span, .decoratedOrange > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after, .decoratedOrange > span:before, .decoratedOrange > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 5px solid;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before, .decoratedOrange > span:before{
    right: 100%;
}
.decorated > span:after, .decoratedOrange > span:after{
    left: 100%;
}
.decoratedOrange > span:before, .decoratedOrange > span:after{
	border-bottom-color: rgba(222, 142, 75, 0.4);
}

sup {
    vertical-align: super;
    font-size: smaller;
} 



/*____  _   _ _____ _____ ___  _   _ ____  
 | __ )| | | |_   _|_   _/ _ \| \ | / ___| 
 |  _ \| | | | | |   | || | | |  \| \___ \ 
 | |_) | |_| | | |   | || |_| | |\  |___) |
 |____/ \___/  |_|   |_| \___/|_| \_|____/*/
.button_color {
	display: block;
	padding: 0.375em;
	letter-spacing: 1px;
	text-align: center;
	color: white;
	background-color: #143473;
	max-width: 230px;
	margin: 0;
}
	.button_color:hover {
		background-color: #118261;
	}





/*_   _ _____    _    ____  _____ ____  
 | | | | ____|  / \  |  _ \| ____|  _ \ 
 | |_| |  _|   / _ \ | | | |  _| | |_) |
 |  _  | |___ / ___ \| |_| | |___|  _ < 
 |_| |_|_____/_/   \_\____/|_____|_| \_\*/
#header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: #000000;
}
	#head_gettix {
		position: relative;
		z-index: 10;
	}
	#mm_toggle {
		position: relative;
		z-index: 10;
		display: block;
		padding: 0.375em;
		font-size: 1.5em;
		color: white;
		background-color: #2c2c2c;
	}
		#mm_toggle.opened {
			color: black;
			background-color: white;
		}
	#backtomtc {
		display: none;
	}
		#backtomtc:hover {
			background: #be5a11;
		}
	#mainmenu {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: #000000;
		overflow: hidden;
		opacity: 0;
		transition: top 400ms, opacity 400ms;
	}
		#mainmenu.opened {
			top: 100%;
			height: auto;
			opacity: 1.0;
		}
		.mm_item {
			display: inline-block;
			width: 33%;
			width: calc(100% / 3.1);
			padding: 0.375em;
			font-size: 1.5em;
			font-weight: 300;
			color: white;
			text-transform: uppercase;
		}
			.mm_item:hover {
				background-color: #118261;
			}
			.mm_item.current {
				color: #b9b9b9;
			}
	/* SITEWIDE ALERT */
	#sitewide_alert {
		display: table;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1000000;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		background-color: black;
		background-color: rgba(0, 0, 0, 0.75);
	}
		.centercenter {
			display: table-cell;
			vertical-align: middle;
		}
			#alert_content {
				max-width: 30em;
				margin: 0 auto;
				padding: 1.5em;
				color: red;
				background-color: white;
				border: 3px solid;
				border-radius: 0.5em;
			}
				#alert_content p {
					margin-bottom: 0;
					font-size: 1.5em;
				}
					#alert_content p + p {
						margin-top: 1em;
					}





/*____  _____ ____ _____ ___ ___  _   _ ____  
 / ___|| ____/ ___|_   _|_ _/ _ \| \ | / ___| 
 \___ \|  _|| |     | |  | | | | |  \| \___ \ 
  ___) | |__| |___  | |  | | |_| | |\  |___) |
 |____/|_____\____| |_| |___\___/|_| \_|____/*/
.section {
	display: block;
	padding: 5%;
	text-align: left;
	background-color: #ffffff;
}
	.section_header {
		display: block;
		width: 100%;
		margin: 0 auto 0.25em;
		font-size: 3em;
		text-align: center;
	}
	
	.width_limiter {
		display: block;
		margin: 0 auto;
		max-width: 1024px;
		width: 100%;
	}
.banner {
	display: block;
	margin: 0 auto;
	width: 100%;
}
	




/*_   _  ___  __  __ _____ 
 | | | |/ _ \|  \/  | ____|
 | |_| | | | | |\/| |  _|  
 |  _  | |_| | |  | | |___ 
 |_| |_|\___/|_|  |_|_____|*/
#home {
	text-align: center;
	background-color: #ffffff;
}
		.home_addons {
			display: block; 
		}

			.timeoutny {
				width: 5em;
				margin: 0 auto 1em;
			}
			#quotes {
				position: relative;
				width: 100%;
				height: 4.5em;
				margin-bottom: 0.5em;
				font-size: 1em;
				line-height: 1.2;
				color: #00345C;
				text-align: center;
				font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 1.5em;
				margin-top: 20px;
			}
				.quote {
					position: absolute;
					background: white;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					padding: 0 1em;
				}
					.quat {
						font-weight: 700;
					}
					.quat_source {
						font-size: 0.75em;
					}
			#tagline {
				display: block;
				float: left;
				margin: 0 auto;
				text-align: left;
				text-transform: uppercase;
				color: #5f5f5f;
				font-size: 3.25em;
				max-width: 408px;
			}
			.now_playing {
				display: block;
				float: left;
				margin: 0 auto;
				text-transform: uppercase;
				font-size: 1.25em;
				max-width: 408px;
				text-align: center;
				font-family: "Gotham SSm A","Gotham SSm B";
				color: #118261;
				font-weight: 700;
			}
			#critics_pick {
			  	margin-bottom: -70px;
			  	margin-top: 20px;
			  	float: right;
			  	clear: left;
			}
				#pricecircle {
					display: inline-block;
					vertical-align: middle;
					width: 2em;
					margin-left: 0.5em;
				}
		#logoetc {
			margin-bottom: 1em;
			max-width: 50%;
			margin-top: 120px;
		}
		#billing {
			display: block;
			margin: 0 auto;
			font-size: 0.8125em;
			text-align: center;
			color: #be5a11;
		}
			#showname {
				margin-bottom: 0.25em;
			}
			.billing {
				display: inline-block;
				width: 100%;
				margin-bottom: 0.5em;
			}
		#studioii {
				display: inline-block;
				max-width: 231px;
				padding: 0;
				margin: 30px 0 0;
			}
		#homevidrap {
			display: block;
			max-width: 600px;
			margin: 1em auto;
			color: #be5a11;
		}
		#home_video {
			position: relative;
			max-width: 100%;
			height: 0;
			height: auto;
			margin: 0 auto;
			padding-bottom: 56.25%;
			overflow: hidden;
		}
			#home_video iframe, #home_video object, #home_video embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

/* INTER 1 */
#inter1 {display: inline-block; position: relative; width: 100%; max-width: 2000px; background: url('images/inter-bgd-top.jpg') center center no-repeat; height: 520px;}
	#inter1 .inter1-bgd{position: absolute; top:0; width: 100%;background: url('images/inter-topfull.png')top center no-repeat; height: 520px; padding: 0;}

		#inter1-cont {display: block; position: relative; width: 100%; height: 100%;}
		.inter01-quote {display: block; width: 280px; height: 95px; position: absolute; top: 50%; left: 50%; margin: -48px 0 0 -140px;}
		
	.light3 {display: block; position: absolute; top:0; left: 0; margin: 0; width: 100%; height: 520px; transition: all 0.3s ease;}
	  
  	.light3.one {background: url('images/inter-bgd-top-a.png') center center no-repeat; 
	  	-webkit-animation: zoomzoom3 1s infinite; 
        animation: zoomzoom3 1s infinite; }
  	.light3.two {background: url('images/inter-bgd-top-b.png') center center no-repeat;   
        -webkit-animation: zoomzoom3 1s infinite;
        animation: zoomzoom3 1s infinite;
		-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }


/* INTER 2 */
#inter2 {display: inline-block; position: relative; width: 100%; max-width: 2000px; background: url('images/inter-bgd-botmed.jpg') center center no-repeat; height: 369px;}
#inter2 .inter2-bgd{position: absolute; top:0; width: 100%;background: url('images/inter-botmedfull.png')center center no-repeat; height: 369px; padding:0;}

	#inter2 .inter2-slider {display: block; width: 500px; height: 225px; margin: 50px auto 0;}
	#inter2 .quotequote {top:274px; left: 50%; z-index: 443;}
	.author {width: 100%; display: block; text-align: center; color: #fff;margin:34px 0 3px;font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 800; font-style: normal; font-size: 20px; text-transform: uppercase;}
	#inter2 .simplequote {font-family: "Gotham Cond SSm A", "Gotham Cond SSm B"; font-style: normal; font-weight: 400; font-size: 42px; text-transform: uppercase; line-height: 1.1; color: white;text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);}
	#inter2 .alignquote {display: table-cell!important; text-align: center;vertical-align: middle; width: 100%; height: 138px!important;}
	#inter2 .author {font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B"; font-style: normal; font-weight: 400; font-size: 20px;text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);}
	#inter2 .author span, #inter2 .author img {display: inline-block; vertical-align: middle;}
	#inter2 .slick-dots li.slick-active button:before, #inter2 .slick-dots li button:before {font-size: 14px; color: white;}
	
	 .light2 {display: block; position: absolute; top:0; left: 0; margin: 0; width: 100%; height: 369px; transition: all 0.3s ease;}
	  
  	.light2.one {background: url('images/inter-bgd-botmed-a.png') center center no-repeat; background-size: cover; 
	  	-webkit-animation: zoomzoom3 1s infinite; 
        animation: zoomzoom3 1s infinite; }
  	.light2.two {background: url('images/inter-bgd-botmed-b.png') center center no-repeat; background-size: cover;   
        -webkit-animation: zoomzoom3 1s infinite;
        animation: zoomzoom3 1s infinite;
		-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .light2.three {background: url('images/inter-bgd-botmed-c2.png') center center no-repeat; background-size: cover;   
        -webkit-animation: zoomzoom3 1s infinite;
        animation: zoomzoom3 1s infinite;
		-webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }


@-webkit-keyframes zoomzoom3 {
  0%   {-webkit-opacity: 0;}
  35%   {-webkit-opacity: 0;}
  40%   {-webkit-opacity: 1;}
  60%   {-webkit-opacity: 1;}
  65%   {-webkit-opacity: 0;}
  100% {-webkit-opacity: 0;}
}
@keyframes zoomzoom3 {
  0%   {opacity: 0;}
  40%   {opacity: 1;}
  60%   {opacity: 1;}
  100% {opacity: 0;}
}

@-webkit-keyframes zoomzoom4 {
  0%   {-webkit-opacity: 0; }
  25%   {-webkit-opacity: 1;}
  75%   {-webkit-opacity: 1;}
  100% {-webkit-opacity: 0; }
}
@keyframes zoomzoom4 {
  0%   { opacity: 0;}
  25%   {opacity: 1;}
  75%   {opacity: 1;}
  100% {opacity: 0;}
}
	

/* INTER 3 */
#inter3 {display: inline-block; position: relative; width: 100%; max-width: 2000px; background: url('images/inter-bgd-topmed.jpg') center center no-repeat; height: 421px;}
.inter-blocker {display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
#inter3 .inter3-bgd{position: absolute; top:0; width: 100%;background: url('images/inter-topmedfull.png')top center no-repeat; height: 421px;}

		#inter3-cont {display: block; position: relative; width: 100%; height: 100%;}
		.inter03-quote {display: block; width: 200px; height: 42px; position: absolute; top: 50%; left: 50%; margin: -21px 0 0 -100px;}
		
 .light {display: block; position: absolute; top:0; left: 0; margin: 0; width: 100%; height: 421px; transition: all 0.3s ease;}
	  
  	.light.one {background: url('images/inter-bgd-topmed-a.png') center center no-repeat; background-size: cover; 
	  	-webkit-animation: zoomzoom 1s infinite; 
        animation: zoomzoom 1s infinite; }
  	.light.two {background: url('images/inter-bgd-topmed-b.png') center center no-repeat; background-size: cover;   
        -webkit-animation: zoomzoom2 1s infinite;
        animation: zoomzoom2 1s infinite;
		-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
    .inter-mask1 {display: block; position: absolute; top:-1px; left: 0; width:2000px; z-index: 9000;}
    .inter-mask2 {display: block; position: absolute; bottom:-1px; left: 0; width:2000px; z-index: 8999;}
  	
@-webkit-keyframes zoomzoom {
  0%   { -webkit-transform: scale(1.6); -webkit-opacity: 0;}
  25%   {-webkit-opacity: 1;}
  75%   {-webkit-opacity: 1;}
  100% { -webkit-transform: scale(0.01); -webkit-opacity: 0;}
}
@keyframes zoomzoom {
  0%   { transform: scale(1.6); opacity: 0;}
  25%   {opacity: 1;}
  75%   {opacity: 1;}
  100% { transform: scale(0.01); opacity: 0;}
}

@-webkit-keyframes zoomzoom2 {
  0%   { -webkit-transform: scale(1.6); -webkit-opacity: 0; }
  25%   {-webkit-opacity: 1;}
  75%   {-webkit-opacity: 1;}
  100% { -webkit-transform: scale(0.01); -webkit-opacity: 0; }
}
@keyframes zoomzoom2 {
  0%   { transform: scale(1.6); opacity: 0;}
  25%   {opacity: 1;}
  75%   {opacity: 1;}
  100% { transform: scale(0.01); opacity: 0;}
}

/* INTER 4 */
#inter4 {display: inline-block; position: relative; width: 100%; max-width: 2000px; background: url('images/inter-bgd-bot.jpg') center center no-repeat; height: 386px;}
#inter4 .inter4-bgd{position: absolute; top:0; width: 100%;background: url('images/inter-botfull.png')top center no-repeat; height: 386px;}

#inter4-cont {display: block; position: relative; width: 100%; height: 100%;}
		.inter04-quote {display: block; width: 200px; height: 56px; position: absolute; top: 50%; left: 50%; margin: -28px 0 0 -100px;}
		
 .light4 {display: block; position: absolute; top:0; left: 0; margin: 0; width: 100%; height: 386px; transition: all 0.3s ease;}
	  
  	.light4.one {background: url('images/inter-bgd-bot-a.png') center center no-repeat; background-size: cover; 
	  	-webkit-animation: zoomzoom3 1s infinite; 
        animation: zoomzoom3 1s infinite; }
  	.light4.two {background: url('images/inter-bgd-bot-b.png') center center no-repeat; background-size: cover;   
        -webkit-animation: zoomzoom3 1s infinite;
        animation: zoomzoom3 1s infinite;
		-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }


.smallinter {display: block; width: 100%;}


   /*_    ____   ___  _   _ _____ 
    / \  | __ ) / _ \| | | |_   _|
   / _ \ |  _ \| | | | | | | | |  
  / ___ \| |_) | |_| | |_| | | |  
 /_/   \_\____/ \___/ \___/  |_|*/
#about {
	display: inline-block; width: 100%;
	background-color: #ffffff;
}

	#about .font_header {
		margin-bottom: 0.75em;
		max-width: 1024px;
	}
	#about .width_limiter {max-width: 681px; padding-top: 0; text-align: center;}

	.about-learnmore {display: inline-block; font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700; color: white; padding: 12px 30px; margin-top: 40px; background: #143473;}
	.about-learnmore:hover {background: #118264;}
	.about_pop {display: block;}


/*_____ ___ ____ _  _______ _____ ____  
 |_   _|_ _/ ___| |/ / ____|_   _/ ___| 
   | |  | | |   | ' /|  _|   | | \___ \ 
   | |  | | |___| . \| |___  | |  ___) |
   |_| |___\____|_|\_\_____| |_| |____/*/
#tickets {
	
}
	.tix_section {
		display: block;
	}
	#tickets h2 {
		margin-bottom: 0.75em;
	}
			/* TICKETING OPTIONS */
			#tix_leftside {
				margin-bottom: 1em;
			}
				.tix_option {
					display: block;
					padding: 1em;
					padding-left: 0;
					transition: background-color 333ms;
				}
				.tix_option .font_header {	
					font-family: "Gotham SSm A", "Gotham SSm B";
					font-style: normal;
					font-weight: 700;
					font-size: 22px;
					color: #118261;
				}
					a.tix_option:hover .font_header {
						color: black;
					}
				.tix_option .font_info {
					font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
					font-style: normal;
					font-weight: 400;
					color: #323232;
				}
								
					
		/* CALENDAR */
		#calendar {
			display: block;
			margin-bottom: 1em;
			text-align: center;
		}
			#cal_month_selectors {
				display: block;
				background-color: #2c2c2c;
			}
				.cal_month_selector {
					display: inline-block;
					padding: 0.25em 0.5em;
					font-size: 1.5em;
					color: #b9b9b9;
				}
					.cal_month_selector:hover {
						color: #be5a11;
						background-color: rgba(255,255,255,0.20);
					}
					.cal_month_selector.current {
						color: #ffffff;
					}
					.iconCalendar {
						float: right;
						display: inline-block;
						padding-top: 5px;
						padding-right: 20px;
					}
			#cal_weekly {
				display: block;
				background: #d1d1d1 url('images/bg-dots-gray.png') repeat center center;
			}
				.cal_arrow {
					display: inline-block;
					vertical-align: middle;
					width: 10%;
					padding-top: 22px;
				}
					.cal_arrow:hover {
						background-color: rgba(255,255,255,0.25);
					}
				#cal_week {
					display: inline-block;
					overflow: hidden;
					vertical-align: middle;
					width: 80%;
				}
				#cal_week_days {
					display: block;
					vertical-align: middle;
					width: 100%;
					white-space: nowrap;
					overflow: auto;
					overflow-x: auto;
					overflow-y: hidden;
				}
					.day {
						display: inline-block;
						vertical-align: top;
						width: 33%;
						width: calc(100% / 3);
						padding: 0.25em 0;
					}
						.day:hover {
							background-color: rgba(255,255,255,0.15);
						}
						.day_dark {
							color: #919191;
						}
						.day_of_week {
							display: block;
						}
						.day_of_month {
							display: block;
						}
						.showtime {
							display: inline-block;
							padding: 0 0.025em;
							font-size: 14px;
						}
						.ampersand {
							display: inline-block;
							margin-left: -5px;
						}
	/*
		Popup Calendar
	*/
	#popup_calendar_outer_wrapper {
		display: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		background-color: rgba(0,0,0,0.75);
		font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
		font-weight: 400;
		font-style: normal;
	}
		#popup_calendar_deadzone {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#popup_calendar_inner_wrapper {
			position: relative;
			width: 90%;
			max-width: 640px;
			margin: 5% auto;
			background-color: white;
		}
			#popup_calendar_closebutton {
				position: absolute;
				top: 0;
				left: 100%;
				padding: 0 10px;
				font-size: 2em;
				line-height: 1;
				color: #000;
			}
				#popup_calendar_closebutton:hover {
					color: #fff;
				}
			#popup_calendar_outer_wrapper .months_nav {
				position: relative;
				background-color: #2c2c2c;
				text-align: center;
			}
			
			#popup_calendar_outer_wrapper .month_selector {
					display: inline-block;
					padding: 0.25em 0.5em;
					font-size: 1.5em;
					color: #b9b9b9;
					text-align: center;
					font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
					font-style: normal;
					font-weight: 800;
					text-transform: uppercase;
				}
			
			#popup_calendar_outer_wrapper .days_of_week {
				font-size: 1.5em;
			}
			
			#popup_calendar_outer_wrapper .days {
				display: block;
				vertical-align: inherit;
				width: 100%;
				white-space: normal;
				overflow: inherit;
				margin-bottom: 0;
				background: #d1d1d1 url('images/bg-dots-gray.png') repeat center center;
			}
				#popup_calendar_outer_wrapper .popup_calendar_month {
					text-align: left;
				}
				
				#popup_calendar_outer_wrapper .month_selector:hover {
					color: #be5a11;
					background-color: rgba(255,255,255,0.20);
				}

				#popup_calendar_outer_wrapper .month_selector.current {
					color: #ffffff;
				}
				
					#popup_calendar_outer_wrapper .calendar_day {
						display: inline-block;
						vertical-align: top;
						width: 13.15%;
						min-width: 0;
						margin: 0.5%;
						padding-bottom: 0.5em;
						text-align: center;
					}
						#popup_calendar_outer_wrapper .calendar_day:hover {
							background-color: rgba(255,255,255,0.15);
					}
						
						#popup_calendar_outer_wrapper .day_of_month {
							font-size: 2em;
						}
						
						#popup_calendar_outer_wrapper .showtime {
							font-size: 1em;
						}
						
						#popup_calendar_outer_wrapper a:hover {
							color: #1da09b;
						}
						
						#popup_calendar_closebutton:hover {
							cursor: pointer;
						}
						


		/* TABBEDS */
		.tabbed_list {
			position: relative;
			display: block;
			margin: 0 0 1.5em;
		}
			.tabbed_list li {
				position: relative;
				display: inline-block;
				vertical-align: top;
				width: 33.2%;
/* 				width: calc(100% / 3.1); */
				height: 40px;
				text-align: center;
				border: 1px solid #ffffff;
				background-color: #b9b9b9;
				font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
				font-weight: 800;
				font-style: normal;
			}
				.tabbed_list li a {
					font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
					font-style: normal;
					font-weight: 300;
					display: block;
					height: 100%;
					padding-top: 0.5em;
					font-size: 0.75em;
					background-color: #b9b9b9;
				}
					.tabbed_list li a:hover, .tabbed_list .current_list_item a {
						background-color: #118261;
						color: #ffffff;
					}
				
					
				.tabbed_list .tl_arrow {
					display: none;
					position: absolute;
					z-index: 10;
					top: 98%;
					left: 0;
					width: 100%;
					height: 20px;
				}
					.tabbed_list .current_list_item .tl_arrow {
						display: block;
					}
			.tabbed_list_content {
				display: block;
			}
				.list_item_content {
					display: none;
				}





/*____ ___ ___  ____  
 | __ )_ _/ _ \/ ___| 
 |  _ \| | | | \___ \ 
 | |_) | | |_| |___) |
 |____/___\___/|____/*/
#bios {
	
}
	#bios .font_header {
	}
	#bio {
		margin-bottom: 1.5em;
		background-color: #B9B9BF;
	}
		.bio {
			display: none;
			padding: 0.5em;
			min-height: 232px;
		}
			.bio_name {
				display: inline-block;
				margin-right: 0.5em;
				font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
				font-weight: 800;
				font-style: normal;
			}
			.bio_role {
				display: inline-block;
				margin-bottom: 0.25em;
			}
			.bio_bio {
				display: block;
			}
				.bio_bio p{
					line-height: 1.5;
				}
	.headshots_wrap {
		display: block;
		text-align: center;
	}
		.headshots_header {
			display: block;
			margin-bottom: 0.25em;
		}
		.headshots_title {
			display: none;
			vertical-align: top;
		}
		.headshots {
			display: block;
		}
			.headshot {
				display: inline-block;
				vertical-align: top;
				width: 33%;
				width: calc(100% / 3);
				margin: 6px;
				padding: 2px;
			}
				.headshot.nophoto {
					width: 50%;
					max-width: 224px;
					height: 224px;
					padding: 0 0.5em 0;
					color: #8f8f8f; color: white;
					background: #118261;
					display: inline-table;
				}
				.headshot.nophoto:hover {
					background: #143474;
				}
				.headshot.current {
					opacity: 0.8;
				}
				.headshot.nophoto.current {
					opacity: 1; background: #143474;
				}
				.headshot_img {
					display: block;
					margin: 0 auto;
				}
				.headshot_hover {
					display: none;
					margin: 0 auto;
				}

				
				.bioTextWrapper {
					vertical-align: middle;
					display: table-cell;
				}
				.headshot_name {
					font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
					font-weight: 800;
					font-style: normal;
					display: block;
					text-transform: uppercase;
					color: #ffffff;
					margin-bottom: 5px;
				}
				.headshot_role {
					display: block;
					color: #ffffff;
					font-size: 1em;
					line-height: 1em;
				}
				.bio-pic {display: block; float: left; height: auto; margin: 0 15px 5px 0;}
	.closeButton {
		top: 5px;
		right: 5px;
		float: right;
		display: inline-block;
		width: 20px;
	}
	.closeButton:hover {
		cursor: pointer;
	}
	.biofilter.section_header {font-size: 22px;}
	.biofilter.section_header span:hover {color:#118261;}


/*__  __ _____ ____ ___    _    
 |  \/  | ____|  _ \_ _|  / \   
 | |\/| |  _| | | | | |  / _ \  
 | |  | | |___| |_| | | / ___ \ 
 |_|  |_|_____|____/___/_/   \_\*/
#media {
	text-align: center;
}

	#media .width_limiter {font-size: 0;}
	
	#media .font_header {
	}
			#media_filters {
				display: block;
				margin-bottom: 1em;
			}
				.media_filter {
					display: inline-block;
					margin: 0 0.5em;
				}
					.media_filter:hover {
						color: #1ea19d;
					}
					.media_filter.current {
						color: #b9b9b9;
					}
		.media_link {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			width: 32%;
			margin: 0.5%;
		}
			.media_link img {
				display: block;
				width: 100%;
			}
			.video_playbutton {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 40px;
				height: 40px;
				margin: -20px 0 0 -20px;
				border: 2px solid white;
				border-radius: 50%;
			}
				.media_link:hover .video_playbutton {
					border-color: #be5a11;
				}
				
				.video_playbutton .triangle {
					position: absolute;
					top: 8px;
					left: 13px;
					width: 0;
					height: 0;
					padding: 0;
					border-left: 15px solid white;
					border-top: 10px solid transparent;
					border-bottom: 10px solid transparent;
				}
					.media_link:hover .triangle {
						border-left-color: #be5a11;
					}
			.video_title {
				display: none;
			}

	.page-test-page button.mfp-arrow.mfp-arrow-left, .page-home button.mfp-arrow.mfp-arrow-left {
		background: transparent;
		background: url('images/arrow-left-teal.png') no-repeat center center;
	}
	.page-test-page button.mfp-arrow.mfp-arrow-right, .page-home button.mfp-arrow.mfp-arrow-right {
		background: transparent;
		background: url('images/arrow-right-teal.png') no-repeat center center;
	}
	.page-test-page .mfp-arrow-right::after, .page-test-page .mfp-arrow-right .mfp-a, .page-test-page .mfp-arrow-left::after, .page-test-page .mfp-arrow-left .mfp-a, .page-test-page .mfp-arrow-left::before, .page-test-page .mfp-arrow-right::before {
		border: none;
	}
	.page-home .mfp-arrow-right::after, .page-home .mfp-arrow-right .mfp-a, .page-home .mfp-arrow-left::after, .page-home .mfp-arrow-left .mfp-a, .page-home .mfp-arrow-left::before, .page-home .mfp-arrow-right::before {
		border: none;
	}
	.page-test-page .mfp-close, .page-home .mfp-close {
		font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	}
	.photo_credit {
		color: #f2d2b7;
		padding-top: 10px;
	}


/*
NEWS and REVIEWS PAGES
*/
#news, #reviews {
	text-align: center;
}
	#news .font_header, #reviews .font_header {
	}
	
			#news_slider, #reviews_slider {
				margin-bottom: 0;
				padding: 0 50px;
			}
			.article {
				display: inline-block;
				vertical-align: top;
				margin: 1em 0.5em;
			}
				.article a:hover {
					color: #de8e4b;
				}
				.article_image {
					display: block;
					margin: 0 auto 0.5em;
				}
				.article_title {
					display: block;
					margin-bottom: 0.25em;
					line-height: 1.1;
					text-transform: uppercase;
				}
				.article_publication {
					display: block;
					font-style: italic;
					line-height: 1.1;
					font-size: 12px;
				}
				#news .slick-prev, #news .slick-next, #reviews .slick-prev, #reviews .slick-next {
					width: 24px;
					height: 40px;
					top: 40%;
					margin-top: -35px;
				}
					#news .slick-prev, #reviews .slick-prev {
						left: -10px;
					}
					#news .slick-next, #reviews .slick-next {
						right: -10px;
					}
					#news .slick-prev:before, #news .slick-next:before, #reviews .slick-prev:before, #reviews .slick-next:before {
						font-size: 40px;
					}
	
/* IMPORTANT HATS */

#hats-container {display: inline-block; position: relative; width: 100%; overflow: hidden; background: #ededed;}
	#hats-container h2 {padding: 50px 30px 5px;}
	.onemorehat {display: inline-block; font-size: 0;}
	.hat-number {display: inline-block; background:#ededed; text-align: center; font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;  font-weight: 400; font-style: normal; font-size: 25px; color: #118265; letter-spacing: 1px; margin-bottom: 10px;}
	.hat-title {display: block; background:#ededed; text-align: center; font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;  font-weight: 700; font-style: normal; font-size: 37px; color: #118265; margin-bottom: 15px; text-transform: uppercase;}
	.hat-img {display: inline-block; background: url('') center center; background-size:cover; width:50%; max-width: 590px;}
		.hat-img img {display: block; width:100%;}
	.hat-text {display: inline-block; vertical-align: top; background:#ededed; width:50%; max-width: 400px; margin-left: 20px; text-align: left; font-size: 20px; line-height: 1.8;}
	.hat-box {display: block; width: 100%; max-width: 1024px; margin: 15px auto 0; position: relative;}
#sync1 {display: block; width: 100%; max-width: 1024px; margin: 0;}

#sync2 {display: inline-block; width: 100%; margin: -4px auto 0; background: #ededed url('images/hat-timeline3.png') center top repeat-x; margin-bottom: 50px;}
	#sync2.slick-initialized .slick-slide {/* width: 118px!important; */ display: inline-block; float: none;}
	#sync2.slick-initialized.slick-slider .slick-track {text-align: center;}
.ruler {display: inline-block; width: 100%; height: 45px; background: url('images/hat-cursor2.png') center top no-repeat; opacity: 0;}
	.onemoreyear:hover .ruler, .onemoreyear.slick-marked .ruler {opacity: 1;}
/* 	.onemoreyear.slick-active:first-child .ruler {opacity: 1;} */
.theline {display: inline-block; width: 100%; height: 40px; background: url('images/hat-line2.png') center bottom no-repeat;}
	.onemoreyear:hover .theline, .onemoreyear.slick-marked .theline {background: url('images/hat-line.png') center bottom no-repeat;}
.hat-year {display: inline-block; width: 100%; text-align: center; padding-top: 5px;}
	.onemoreyear:hover .hat-year, .onemoreyear.slick-marked .hat-year {color: #118261;}

	
	.hats_prev {display: block; position: absolute; left: 0; top: 50%;}
	.hats_next {display: block; position: absolute; right: 0; top: 50%;}

/* INSTAGRAM FEED */

#instaz {display: inline-block; width: 100%; padding: 50px 0;}
	.insta-cont {display: block; margin: 0 auto;}
		.insta-hash {display: block; width: 100%; margin: 0 auto 1em; font-size: 1.5em;  text-align: center; font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; font-weight: 400; font-style: normal; color: #00345c;}
		.insta-slider {display: block; width: 84%; max-width: 880px; margin: 0 auto;}
			#instaz .slick-slide {text-align: center;}
			.insta-cell {display: inline-block; max-width: 278px; margin: 0 10px; position: relative;}
			.insta-cell-cont {display: block; position: relative;}
				.insta-cell .insta-img {display: block; width: 100%;}
				.insta-hover {display: block; position: absolute; width: 100%; height: 100%; bottom: -150%; background: #143473; background: rgba(20,52,115,0.85); padding: 0 10px; color: white;font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400; font-size: 22px; text-align: center;}
					.insta-align {display: table-cell!important; text-align: center;  vertical-align: middle;  width: 254px; height: 274px;}
					.insta-hover p {color: white;font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400; font-size: 18px;}
					.insta-hover span {font-size: 13px; padding-top: 5px;}
				.insta-cell:hover .insta-hover { bottom: 0;}
				
			.insta-slider .slick-prev, .insta-slider .slick-next, #news_slider .slick-prev, #news_slider .slick-next, #reviews_slider .slick-prev, #reviews_slider .slick-next, #media .slick-prev, #media .slick-next {width: 25px; height: 38px; margin-top: -19px; text-indent: -9999px;}
			#sync2 .slick-prev, #sync2 .slick-next  {width: 25px; height: 38px; margin-top: -9px; top:11px; text-indent: -9999px;}
			.insta-slider .slick-prev, .insta-slider .slick-prev:hover, #news_slider .slick-prev, #news_slider .slick-prev:hover, #reviews_slider .slick-prev, #reviews_slider .slick-prev:hover, #sync2 .slick-prev, #sync2 .slick-prev:hover, #media .slick-prev, #media .slick-prev:hover {background-image: url('images/slid-left.png')!important; left: 0;}
			.insta-slider .slick-next, .insta-slider .slick-next:hover, #news_slider .slick-next, #news_slider .slick-next:hover, #reviews_slider .slick-next, #reviews_slider .slick-next:hover, #sync2 .slick-next, #sync2 .slick-next:hover, #media .slick-next, #media .slick-next:hover {background-image: url('images/slid-right.png')!important; right: 0;}
			.insta-slider .slick-prev, .insta-slider .slick-prev:hover {left: -28px;}
			.insta-slider .slick-next, .insta-slider .slick-next:hover {right: -30px;}
			.insta-slider .slick-prev:hover, .insta-slider .slick-next:hover, #news_slider .slick-prev:hover, #news_slider .slick-next:hover, #reviews_slider .slick-prev:hover, #reviews_slider .slick-next:hover,  #media .slick-prev:hover, #media .slick-next:hover {opacity:0.7;}
			
			.share-fb {display: inline-block; width: 45px; height: 45px; background: url('images/share-fb.png') center center no-repeat; margin: 10px 10px 0 0;}
			.share-tw {display: inline-block; width: 45px; height: 45px; background: url('images/share-tw.png') center center no-repeat; margin: 10px 0 0;}

/*
SOCIAL BUTTONS
*/
#social_buttons {
	text-align: center;
	padding-bottom: 15px;
}
	.social_button {
		display: inline-block;
		vertical-align: middle;
		width: 36px;
		height: 36px;
		margin-right: 3px;
		background-color: #1da09b;
		border: 2px solid #1da09b;
		border-radius: 50%;
		-webkit-transition: border-color 400ms;
		-moz-transition: 	border-color 400ms;
		-o-transition: 		border-color 400ms;
		transition: 		border-color 400ms;
	}
		.social_button:hover {
			background-color: #323232;
			border-color: #323232;
			-webkit-transition: background-color 400ms;
			-moz-transition: 	background-color 400ms;
			-o-transition: 		background-color 400ms;
			transition: 		background-color 400ms;
		}
		.social_button img {
			display: block;
		}

/*
FOOTER
*/
#footer {
	display: inline-block;
	width: 100%;
	background-color: #2c2c2c;
	color: white;
	margin: 0;
	margin-top: 25px;
	margin-bottom: -160px;
}



/*____  _____ ____  ____   ___  _   _ ____ _____     _______ 
 |  _ \| ____/ ___||  _ \ / _ \| \ | / ___|_ _\ \   / / ____|
 | |_) |  _| \___ \| |_) | | | |  \| \___ \| | \ \ / /|  _|  
 |  _ <| |___ ___) |  __/| |_| | |\  |___) | |  \ V / | |___ 
 |_| \_\_____|____/|_|    \___/|_| \_|____/___|  \_/  |_____|*/

/* Under 640px and Landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {

	#head_gettix, #mm_toggle {
		display: inline-block;
		width: 100%;
		padding: 0.5em;
	}

}




/* 0+ */
/* 480+ */
@media only screen and (min-width: 0) {

	.mm_item {
		padding: 1em; font-size: 1.25em;
	}
	p {
		font-size: 1em;
	}
	#tagline, .now_playing {
		width: 100%;
		max-width: 300px;
		text-align: center;
		float: none;
	}
	#critics_pick {
	  	margin-bottom: -70px;
	  	margin-top: 20px;
	  	float: right;
	  	clear: left;
	}
	#home {padding: 75px 0 5%;}
	#home_tab, #home_cred {display: none;}
	#home_mob {display: block;}
	
	.navbuynow {display: block; position: relative;  padding: 15px 0; background-color: #118261; color: white; text-align: center; z-index: 777;}
	
	#home_logos {
		width: 90%;
		padding-top: 20px;
		margin: 0 auto;
	}
	#studioii {
		width: 90%;
	}
	#writersroom {
		width: 90%;
	}
		#quotes {
			height: 7em;
		}
	#billing {
		max-width: 600px;
		font-size: 1.5em;
		margin-top: 20px;
	}
		.billing {
			max-width: 200px;
		}

	#tix_leftside {
		text-align: center;
	}
		.tix_option {
			display: inline-block;
			vertical-align: top;
			min-width: 240px;
		}
					.day {
						width: 25%;
					}
			.headshot {
				width: 46%;
			}

		.bio {
			padding: 1em;
		}
		.bio-pic {width: 100px; margin: 0 10px 5px 0;}

	#about {
	}
			#about .width_limiter {
			padding: 10px;
			}	
	.home_addons {
		margin: 0 auto;
		width: 100%;
	}
		#logoetc {
			max-width: 100%;
			margin-top: 20px;
		}
		.media_link {
			width: 49%;
		}
				.tabbed_list li a {
					padding-top: 0.825em;
					font-size: 14px;
				}
				
		.insta-hover p {font-size: 16px; line-height: 1.3;}
		.insta-hover span {font-size: 12px;}
	
	.section {
		padding: 5% 3%;
	}
		.section_header {font-size: 1.5em;}
	.cal_arrow {
		padding-left: 5px;
		padding-right: 5px;
	}
	#inter2 .inter2-slider {max-width: 100%;}
		#inter2 .simplequote {max-width: 90%; margin: 0 auto; font-size: 28px;}
	.insta-cell {max-width: none;}
	.button_color {margin: 0 auto;}
	
	.hat-img {width:70%;}
	#hats-container h2.section_header {font-size: 15px}
	.hat-number {font-size: 16px;}
	.hat-title {font-size: 24px;}
	.hat-text {width:90%; margin: 0;}
	.hat-text p {font-size: 14px; padding-top: 10px;}
	
}

/* 480+ */
@media only screen and (min-width: 480px) {
	#logoetc {
	}	
	#critics_pick {
		margin-bottom: -110px;
	}
}

@media only screen and (min-width: 568px) {
	.mm_item { font-size: 1.5em; }
	#home_tab {display: block;}
	#home_mob {display: none;}
	#inter2 .simplequote {max-width: 100%; margin: 0 auto; font-size: 34px;}
	.bio-pic { width: 150px; margin: 0 15px 5px 0;}
	.hat-img {width:50%;}
	
	#quotes {
		height: 4em;
	}
	
	.hat-text {height: 500px}
	#hats-container h2.section_header {font-size: 3em;}
	.hat-number {font-size: 25px;}
	.hat-title {font-size: 37px;}
	.hat-text p { position: relative; top: 50%; transform: translateY(-50%); }
	.hats_prev {display: block; position: absolute; left: -20px; top: 50%;}
	.hats_next {display: block; position: absolute; right: -20px; top: 50%;}
	.hat-text p {font-size: 20px; padding-top: 0;}
}

/* 640+ */
@media only screen and (min-width: 640px) {

body {
	padding-bottom: 0;
}
	.section {
		padding: 3% 7%;
	}
		.section_header {font-size: 2em;}
		
	#critics_pick {
		margin-bottom: -140px;
	}
	#logoetc {
		margin-top: 0;
	}
	#homevidrap {
		margin-top: 2em;
	}
	#about {

	}
		#about .width_limiter {
			padding: 2em;
		}
					.day {
						width: 20%;
					}
.headshot {
	width: 33%;
	width: calc(100% / 3);
}
#media {

}
		.media_link {
			width: 32%;
		}
			.video_playbutton {
				width: 80px;
				height: 80px;
				margin: -40px 0 0 -40px;
			}
				.video_playbutton .triangle {
					top: 16px;
					left: 26px;
					border-left: 30px solid white;
					border-top: 20px solid transparent;
					border-bottom: 20px solid transparent;
				}
	
	.inter01-quote {display: block; width: 500px; height: 169px; position: absolute; top: 50%; left: 50%; margin: -90px 0 0 -250px;}
	.inter03-quote {display: block; width: 500px; height: 106px; position: absolute; top: 50%; left: 50%; margin: -53px 0 0 -250px;}
	.inter04-quote {display: block; width: 500px; height: 140px; position: absolute; top: 50%; left: 50%; margin: -70px 0 0 -250px;}
	
	.insta-slider .slick-prev, .insta-slider .slick-prev:hover, #news_slider .slick-prev, #news_slider .slick-prev:hover, #reviews_slider .slick-prev, #reviews_slider .slick-prev:hover, #media .slick-prev, #media .slick-prev:hover {left: -28px;}
	.insta-slider .slick-next, .insta-slider .slick-next:hover, #news_slider .slick-next, #news_slider .slick-next:hover, #reviews_slider .slick-next, #reviews_slider .slick-next:hover, #media .slick-next, #media .slick-next:hover {right: -30px;}	
					
}

@media only screen and (min-width: 768px) {

	#mm_toggle {
		display: none;
	}
	#backtomtc {
		display: inline-block;
		vertical-align: middle;
		width: 85px;
		padding: 0;
	}
		#backtomtc img {
			display: block;
		}
	#mainmenu {
		display: inline-block !important;
		vertical-align: middle;
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		opacity: 1.0;
		float: right;
		padding-top: 0.5em;
	}
		.mm_item {
			display: inline-block;
			width: auto;
			padding: 0.5em 0.4em; font-size: 1.2em;
			border-left: 1px solid transparent; border-right: 1px solid transparent;
			transition: border-color 333ms;
		}
			.mm_item:hover {
				border-color: white;
				border-color: rgba(255,255,255,0.50);
			}
						.headshot:hover .headshot_img {display: none;}
				.headshot:hover .headshot_hover {display: block;}	

	.home_addons {
		padding-top: 1em;
	}

}



/* 800+ */
@media only screen and (min-width: 800px) {


#home {
	text-align: right;
	margin: 7% 7% 3%;
	background: white url('images/hp-visual.jpg') no-repeat left bottom scroll;
	background-size: contain;
	-ms-behavior: url(/backgroundsize.min.htc);
}
	#home_tab, #home_mob {display: none;}
	#home_cred {display: block;}
		.home_addons.right {
			width: 50%;
		}
	
	#home {
		margin-top: 290px;
	}
		
	.width_limiter {
		position: relative;
	}
	.home_addons.left {
		position: absolute;
		top: -280px;
		left: 0;
		right: 0;
	}
		
		.timeoutny {
			width: 7em;
			margin: 0 3em 0 0;
		}
		#quotes {
			height: 3.25em;
		}
			.quote {
				padding: 0;
			}
	#tagline {
		font-size: 2em;
		max-width: 100%;
		text-align: left;
	}
	.now_playing {
		max-width: 100%;
		text-align: center;
	}
	#critics_pick {
		margin-bottom: -80px;
		margin-top: 0;
	}
	#logoetc {
		display: inline-block;
		vertical-align: top;
		width: 44%;
		max-width: 552px;
		margin-bottom: 0;
	}
	#logo {
		float: left;
	}
	#billing {
		display: inline-block;
		float: left;
		vertical-align: top;
		width: 100%;
		max-width: 600px;
		margin-right: 10%;
		padding-top: 0.5em;
		font-size: 1em;
		text-align: right;
	}
		.billing {
			display: block;
			width: 100%;
			max-width: none;
			margin-bottom: 0.25em;
		}
	 #home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -136px;
 	}
	#studioii {
		padding: 0;
		width: 60%;
	}
	#writersroom {
		padding: 0;
		width: 60%;
	}
					.day {
						width: 16.5%;
						width: calc(100% / 6);
					}
		.bio {
			padding: 2em;
		}
		.headshots_header {
			display: none;
		}
		.headshots_title {
			display: inline-block;
			vertical-align: top;
			margin-right: 0.25em;
		}
		.headshots {
			display: inline-block;
			vertical-align: top;
			width: 96%;
		}
			.headshot, .headshot.nophoto {
				width: 31%;
			}

				.tabbed_list li a {
					padding-top: 0.55em;
					font-size: 1em;
				}
	.inter01-quote {display: block; width: 697px; height: 236px; position: absolute; top: 50%; left: 50%; margin: -118px 0 0 -348px;}
	.inter03-quote {display: block; width: 570px; height: 121px; position: absolute; top: 50%; left: 50%; margin: -60px 0 0 -285px;}
	.inter04-quote {display: block; width: 704px; height: 197px; position: absolute; top: 50%; left: 50%; margin: -98px 0 0 -352px;}
	
	.insta-cell { max-width: 278px;}	
		.insta-hover p {font-size: 18px;}
		.insta-hover span {font-size: 13px;}
	.button_color {margin: 0;}
			
}

@media only screen and (min-width: 862px) {
	.mm_item { padding: 0.5em 0.6em; }
	
}



/* 960+ */
@media only screen and (min-width: 960px) {

#header {
	text-align: left;
}
	#head_gettix {
		position: absolute;
		top: 1em;
		right: 1em;
	}
		.mm_item {
			padding: 0.5em 0.75em;
		}
		.home_addons {
			display: inline-block;
			vertical-align: top;
			float: left;
		}

		#quotes {
			height: 3.5em;
		}
	#tagline {
	 	font-size: 2.25em;
	 	text-align: left;
 	}
 	.now_playing {
	 	text-align: center;
 	}
	#billing {
		
	}
	#tix_leftside {
		display: inline-block;
		vertical-align: top;
		width: 31%;
		margin-right: 4%;
		margin-bottom: 0;
		text-align: left;
	}
			.tix_option {
				display: block;
			}
	#tix_rightside {
		display: inline-block;
		vertical-align: top;
		width: 65%;
	}
				.cal_arrow {
					width: 7%;
				}
				#cal_week_days {
					/*width: 86%;*/
				}
					.day {
						width: 20%;
						width: calc(100% / 5);
					}
				.headshot.nophoto {
					
				}
			.video_title {
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 0.5em;
				background-color: #b9b9b9;
				opacity: 0;
				transition: opacity 333ms;
			}
				.media_link:hover .video_title {
					opacity: 1.0;
				}
#social_buttons {
	position: fixed;
	top: 150px;
	left: 1em;
}
	.social_button {
		display: block;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
			.headshot {
				width: 25%;
				width: calc(100% / 4);
			}
 	#home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -154px;
 	}
 	#cal_week {
		width: 86%;
	}
		.section_header {font-size: 3em;}
}


/* 1120+ */
@media only screen and (min-width: 1120px) {

		.mm_item {
			padding: 0.5em 0.6em;
		}
				.navbuynow {display: block; position: absolute; top:0; right:0; padding: 23px 45px; background: url('images/nav-buynow.png') right bottom no-repeat; background-size:cover; color: white; min-height: 85px;}
	#billing {
		font-size: 1.125em;
	}
					.day {
						width: 16.5%;
						width: calc(100% / 6);
					}
	
	#home {
		margin-top: 250px;
		padding: 115px 0px 5%;
	}
	
	.home_addons.left {
		width: 35%;
		top: -300px;
		right: 0;
		left: initial;
	}
	
	#tagline {
	 	font-size: 2.75em;
	 	text-align: left;
 	}
 	.now_playing {
 		max-width: 300px;
	 	text-align: center;
 	}
 	#critics_pick {
		margin-bottom: -130px;
		margin-top: 0;
	}
 	#home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -175px;
 	}


}





/* 1280+ */
@media only screen and (min-width: 1280px) {

		.timeoutny {
			width: 9em;
		}
		.home_addons.right {
			width: 50%;
		}
	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
 	.now_playing {
	 	text-align: center;
 	}
	
	#billing {
		font-size: 1.25em;
	}
					.day {
						width: 14%;
						width: calc(100% / 7);
					}
	#home_logos {
		width: 96%;
		margin-left: auto;
		margin-right: 10%;
		float: left;
		text-align: left;
		margin-top: -183px;
	}
}





/* 1440+ */
@media only screen and (min-width: 1440px) {
	
	

	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
	#billing {
		font-size: 1.375em;
	}
	
}





/* 1600+ */
@media only screen and (min-width: 1600px) {
	
	.width_limiter {
		position: relative;
	}
	#home {
		margin-top: 280px;
	}
	.home_addons.left {
		width: 45%;
		position: absolute;
		top: -330px;
		right: 0;
	}
	#mainmenu {
		padding-top: 0;
	}

		.mm_item {
			font-size: 1.75em;
		}
	.width_limiter {
		font-size: 1.125em;
	}
	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
	.cal_arrow {
		padding-top: 27px;
	}

}




/* 1920+ */
@media only screen and (min-width: 1920px) {

}

/* Slick News Slider CSS */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    background-image: url('./images/arrow-left-teal.png');
}
.slick-next {
	background: #fff;
	background-image: url('./images/arrow-right-teal.png');
}


