@charset "UTF-8";
/*
Theme Name: AKA Wireframe
Theme URI: http://akanyc.net/
Author: Chris Laursen for AKA NYC
Author URI: http://akanyc.net/
Description: Wireframe Theme for AKA Websites
Version: 1.4
  __   __ _   __     __ _  _  _  ___ 
 / _\ (  / ) / _\   (  ( \( \/ )/ __)
/    \ )  ( /    \  /    / )  /( (__ 
\_/\_/(__\_)\_/\_/  \_)__)(__/  \___) akanyc.net

ASCII Text: http://patorjk.com/software/taag/#p=display&f=Big&t=Global
  ___ ___ ___   ___             _   
 / __/ __/ __| | _ \___ ___ ___| |_ 
| (__\__ \__ \ |   / -_|_-</ -_)  _|
 \___|___/___/ |_|_\___/__/\___|\__|
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; }
 /*_____ _       _           _ 
  / ____| |     | |         | |
 | |  __| | ___ | |__   __ _| |
 | | |_ | |/ _ \| '_ \ / _` | |
 | |__| | | (_) | |_) | (_| | |
  \_____|_|\___/|_.__/ \__,_|_|*/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html {
	
}

body {
	font-family: sans-serif;
	font-size: 100%;
	color: #464646;
	background-color: white;
}
	/*_  _             _ _              
	 | || |___ __ _ __| (_)_ _  __ _ ___
	 | __ / -_) _` / _` | | ' \/ _` (_-<
	 |_||_\___\__,_\__,_|_|_||_\__, /__/
	                           |___/*/
	h1, h2, h3, h4, h5, h6 {
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}
		h1 {
			font-size: 2em;
			margin: 25px 0;
		}
		h2 {
			font-size: 1.5em;
		}
		h3 {
			font-size: 1.25em;
		}
	/*___                                  _       
	 | _ \__ _ _ _ __ _ __ _ _ _ __ _ _ __| |_  ___
	 |  _/ _` | '_/ _` / _` | '_/ _` | '_ \ ' \(_-<
	 |_| \__,_|_| \__,_\__, |_| \__,_| .__/_||_/__/
	                   |___/         |_|*/
	p {
		line-height: 1.5;
	}
		b, strong {
			font-weight: bold;
		}
		em, i {
			font-style: italic;
		}
		.superscript {
			vertical-align: super;
			font-size: .5em;
		}
	/*_    _      _       
	 | |  (_)_ _ | |__ ___
	 | |__| | ' \| / /(_-<
	 |____|_|_||_|_\_\/__/*/
	a {
		color: inherit;
		text-decoration: none;
	}
		a:hover {
			cursor: pointer;
		}
	/*___                        
	 |_ _|_ __  __ _ __ _ ___ ___
	  | || '  \/ _` / _` / -_|_-<
	 |___|_|_|_\__,_\__, \___/__/
	                |___/*/
	img {
		max-width: 100%;
	}
	/*___      _   _               
	 | _ )_  _| |_| |_ ___ _ _  ___
	 | _ \ || |  _|  _/ _ \ ' \(_-<
	 |___/\_,_|\__|\__\___/_||_/__/*/
	.rollover_button {
		display: inline-block;
		background-image: url('images/global_sprite.png');
		background-repeat: no-repeat;
	}
		
	.text_button_transparent {
		display: inline-block;
		padding: 3px;
		font-size: .75em;
		border: 1px solid #000000;
		border-radius: 0px;
	}
		.text_button_transparent:hover {
			border-color: #999999;
			cursor: pointer;
		}
		
	.text_button_light {
		display: inline-block;
		padding: 5px 10px;
		background-color: #b9b9b9;
		color: black;
		text-align: center;
	}
		.text_button_light:hover {
			background-color: #dedede;
		}
		
	.text_button_dark {
		display: inline-block;
		padding: 5px 10px;
		background-color: #606060;
		color: white;
		text-align: center;
	}
		.text_button_dark:hover {
			background-color: black;
		}
 /*_____ _ _        __          __                              
  / ____(_) |       \ \        / /                              
 | (___  _| |_ ___   \ \  /\  / / __ __ _ _ __  _ __   ___ _ __ 
  \___ \| | __/ _ \   \ \/  \/ / '__/ _` | '_ \| '_ \ / _ \ '__|
  ____) | | ||  __/    \  /\  /| | | (_| | |_) | |_) |  __/ |   
 |_____/|_|\__\___|     \/  \/ |_|  \__,_| .__/| .__/ \___|_|   
                                         | |   | |              
                                         |_|   |_|*/
#site_wrapper {
	position: relative;
	display: block;
    margin: 0 auto;
}
/*_    _                _           
 | |  | |              | |          
 | |__| | ___  __ _  __| | ___ _ __ 
 |  __  |/ _ \/ _` |/ _` |/ _ \ '__|
 | |  | |  __/ (_| | (_| |  __/ |   
 |_|  |_|\___|\__,_|\__,_|\___|_|*/
#site_header {
	text-align: center;
	background-color: #cccccc;
	padding: 10px 0;
	margin-bottom: 25px;
}
	/*___ _ _         _  _          
	 / __(_) |_ ___  | \| |__ ___ __
	 \__ \ |  _/ -_) | .` / _` \ V /
	 |___/_|\__\___| |_|\_\__,_|\_/*/
	#sitenav_mobiletoggle {
		display: none;
	}
	#site_nav {
		display: block;
		vertical-align: middle;
		text-transform: uppercase;
	}
		#site_nav li {
			position: relative;
			display: inline-block;
			padding: 10px 20px;
		}
			#site_nav .current_page {
				text-decoration: underline;
			}
			/*___                 ___                    __  __                 
			 |   \ _ _ ___ _ __  |   \ _____ __ ___ _   |  \/  |___ _ _ _  _ ___
			 | |) | '_/ _ \ '_ \ | |) / _ \ V  V / ' \  | |\/| / -_) ' \ || (_-<
			 |___/|_| \___/ .__/ |___/\___/\_/\_/|_||_| |_|  |_\___|_||_\_,_/__/
			              |_|*/
			#site_nav li ul {
				display: none;
				position: absolute;
				top: 100%;
				left: 50%;
				z-index: 999;
				width: 150px;
				margin-left: -75px;
				background-color: #cccccc;
			}
				#site_nav li:hover ul, #header_menu li.sfHover ul {
					display: block;
				}
				#site_nav li ul li {
					width: 100%;
					padding: 10px 0;
				}
	 /*___              _      _                   _____ _               
	  / __|___ _  _ _ _| |_ __| |_____ __ ___ _   |_   _(_)_ __  ___ _ _ 
	 | (__/ _ \ || | ' \  _/ _` / _ \ V  V / ' \    | | | | '  \/ -_) '_|
	  \___\___/\_,_|_||_\__\__,_\___/\_/\_/|_||_|   |_| |_|_|_|_\___|_|*/
	#header_countdown {
		display: inline-block;
		font-weight: bold;
		line-height: 1.3;
		width: 140px;
		text-align: left;
		vertical-align: middle;
	}
		.fergcorp_countdownTimer_event_time {
			display: block;
		}
			.fergcorp_countdownTimer_timeUnit {
				display: inline-block;
				width: 35px;
				text-align: center;
			}
				.fergcorp_countdownTimer_hour {
					position: relative;
				}
					.fergcorp_countdownTimer_minute {
						position: absolute;
						top: 0;
						left: 100%;
					}
				.countdown_unitlabel {
					display: block;
					font-size: .75em;
					font-weight: normal;
				}
		.fergcorp_countdownTimer_event_hint {
			font-size: .75em;
			font-weight: normal;
			text-align: center;
			width: 140px;
			display: block;
		}		
	/*___ _ _         _                  
	 / __(_) |_ ___  | |   ___  __ _ ___ 
	 \__ \ |  _/ -_) | |__/ _ \/ _` / _ \
	 |___/_|\__\___| |____\___/\__, \___/
	                           |___/*/
	.header_logo {
		display: block;
		margin: 25px auto;
	}
/*______          _            
 |  ____|        | |           
 | |__ ___   ___ | |_ ___ _ __ 
 |  __/ _ \ / _ \| __/ _ \ '__|
 | | | (_) | (_) | ||  __/ |   
 |_|  \___/ \___/ \__\___|_|*/
#site_footer {
	text-align: center;
	margin: 0;
	padding: 3px 0;
	background-color: #cccccc;
}
	.footer_box {
		display: inline-block;
		height: 50px;
		margin: 10px 5px;
		padding: 3px;
		position: relative;
		vertical-align: bottom;
	}
		.footer_contain {
			display: inline-block;
		}
		/*__  __      _ _  ___ _    _            
		 |  \/  |__ _(_) |/ __| |_ (_)_ __  _ __ 
		 | |\/| / _` | | | (__| ' \| | '  \| '_ \
		 |_|  |_\__,_|_|_|\___|_||_|_|_|_|_| .__/
		                                   |_|*/
/*
		#footer_mailchimp {
			max-width: 450px;
		}
			#mc_embed_signup {
				display: inline-block;
				vertical-align: top;
			}
				#mce-EMAIL {
					width: 150px;
					background: none;
					border: none;
					border-bottom: 1px solid black;
					border-radius: 0px;
					margin: 0;
					vertical-align: bottom;
				}
				#mc-embedded-subscribe {
					margin: 0;
				}
					#mc-embedded-subscribe:hover {
						
					}
*/
		/*___          _      _   ___                
		 / __| ___  __(_)__ _| | |_ _|__ ___ _ _  ___
		 \__ \/ _ \/ _| / _` | |  | |/ _/ _ \ ' \(_-<
		 |___/\___/\__|_\__,_|_| |___\__\___/_||_/__/*/	
		#footer_social {
			max-width: 120px;
		}
			.footer_social {
				width: 35px;
				height: 26px;
			}
			#fb_button {
				background-position: 11px 0;
			}
				#fb_button:hover {
					background-position: 11px -200px;
				}
			#tw_button {
				background-position: -44px 4px;
			}
				#tw_button:hover {
					background-position: -44px -196px;
				}
			#yt_button {
				background-position: -93px 0;
			}
				#yt_button:hover {
					background-position: -93px -200px;
				}
		/*_____ _             _             ___  _            _   _             
		 |_   _| |_  ___ __ _| |_ _ _ ___  |   \(_)_ _ ___ __| |_(_)___ _ _  ___
		   | | | ' \/ -_) _` |  _| '_/ -_) | |) | | '_/ -_) _|  _| / _ \ ' \(_-<
		   |_| |_||_\___\__,_|\__|_| \___| |___/|_|_| \___\__|\__|_\___/_||_/__/*/
		#footer_theatre {
			max-width: 330px;
		}
			.theatrelogo, #footer_theatre h3 {
				display: inline-block;
			}
			#getdirections {
				vertical-align: top;
			}
		/*___            _ _   ___     _     _   
		 / __|_ __  __ _| | | | _ \_ _(_)_ _| |_ 
		 \__ \ '  \/ _` | | | |  _/ '_| | ' \  _|
		 |___/_|_|_\__,_|_|_| |_| |_| |_|_||_\__|*/
		#footer_smallprint {
			max-width: 385px;
			font-size: .75em;
		}
/*_____                        __          __                              
 |_   _|                       \ \        / /                              
   | |  _ __  _ __   ___ _ __   \ \  /\  / / __ __ _ _ __  _ __   ___ _ __ 
   | | | '_ \| '_ \ / _ \ '__|   \ \/  \/ / '__/ _` | '_ \| '_ \ / _ \ '__|
  _| |_| | | | | | |  __/ |       \  /\  /| | | (_| | |_) | |_) |  __/ |   
 |_____|_| |_|_| |_|\___|_|        \/  \/ |_|  \__,_| .__/| .__/ \___|_|   
                                                    | |   | |              
                                                    |_|   |_|*/
#page_wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto 25px;
	display: block;
	-webkit-backface-visibility: hidden;
}
	.subnav_active { /* Current Page Header */
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
	}
/*_    _                        _____                 
 | |  | |                      |  __ \                
 | |__| | ___  _ __ ___   ___  | |__) |_ _  __ _  ___ 
 |  __  |/ _ \| '_ ` _ \ / _ \ |  ___/ _` |/ _` |/ _ \
 | |  | | (_) | | | | | |  __/ | |  | (_| | (_| |  __/
 |_|  |_|\___/|_| |_| |_|\___| |_|   \__,_|\__, |\___|
                                            __/ |     
                                           |___/*/
.home {
	
}
	#mobile_calloutbox {
		display: none;
	}
	/*_  _                 __  __        _ _        ___ _ _    _         
	 | || |___ _ __  ___  |  \/  |___ __| (_)__ _  / __| (_)__| |___ _ _ 
	 | __ / _ \ '  \/ -_) | |\/| / -_) _` | / _` | \__ \ | / _` / -_) '_|
	 |_||_\___/_|_|_\___| |_|  |_\___\__,_|_\__,_| |___/_|_\__,_\___|_|*/
	#home_slider {
		margin: 25px auto;
	}
		#home_slider > .home_sliderdiv {
			display: none;
		}
/*_______ _      _        _         _____                 
 |__   __(_)    | |      | |       |  __ \                
    | |   _  ___| | _____| |_ ___  | |__) |_ _  __ _  ___ 
    | |  | |/ __| |/ / _ \ __/ __| |  ___/ _` |/ _` |/ _ \
    | |  | | (__|   <  __/ |_\__ \ | |  | (_| | (_| |  __/
    |_|  |_|\___|_|\_\___|\__|___/ |_|   \__,_|\__, |\___|
                                                __/ |     
                                               |___/*/
.page-tickets #page_wrapper {
	text-align: center;
}
	/*_____ _    _       _     ___       __     
	 |_   _(_)__| |_____| |_  |_ _|_ _  / _|___ 
	   | | | / _| / / -_)  _|  | || ' \|  _/ _ \
	   |_| |_\__|_\_\___|\__| |___|_||_|_| \___/*/
	.tickets_info {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		max-width: 466px;
	}
		.tickets_info h2 {
			margin: 10px 25px;
		}
			.tickets_info h2:first-child {
				margin-top: 0;
			}
		.tickets_infoinner {
			padding: 10px 25px;
			display: block;
		}
			#tickets_ticketsbutton {
				 
			}
				#tickets_ticketsbutton:hover {
					
				}
			#tickets_groupsbutton {
				margin: 10px;
			}
				#tickets_groupsbutton:hover {
					
				}
			#tickets_directionsbutton {
				background-position: -633px top;
				width: 147px;
				height: 32px;
				margin-top: 15px;
			}
				#tickets_directionsbutton:hover {
					background-position: -633px bottom;
				}
			#tickets_mapbutton {
				background-position: -792px top;
				width: 147px;
				height: 42px;
			}
				#tickets_mapbutton:hover {
					background-position: -792px bottom;
				}
			
			.tickets_map {
				float: left;
				margin: 0 15px 10px 0;
			}
			
			.tickets_infoinner h3 {
				display: inline;
			}
	
         /*_                 _     _____                 
     /\   | |               | |   |  __ \                
    /  \  | |__   ___  _   _| |_  | |__) |_ _  __ _  ___ 
   / /\ \ | '_ \ / _ \| | | | __| |  ___/ _` |/ _` |/ _ \
  / ____ \| |_) | (_) | |_| | |_  | |  | (_| | (_| |  __/
 /_/    \_\_.__/ \___/ \__,_|\__| |_|   \__,_|\__, |\___|
                                               __/ |     
                                              |___/*/
.page-about {
	
}
	.about_copy {
		
	}
		.about_copy p {
			margin-bottom: 1em;
		}
 /*_____ _             _            _   _      _     _   _               _____                      
  / ____| |           | |          | | | |    (_)   | | (_)             |  __ \                     
 | (___ | |_ __ _  ___| | _____  __| | | |     _ ___| |_ _ _ __   __ _  | |__) |_ _  __ _  ___  ___ 
  \___ \| __/ _` |/ __| |/ / _ \/ _` | | |    | / __| __| | '_ \ / _` | |  ___/ _` |/ _` |/ _ \/ __|
  ____) | || (_| | (__|   <  __/ (_| | | |____| \__ \ |_| | | | | (_| | | |  | (_| | (_| |  __/\__ \
 |_____/ \__\__,_|\___|_|\_\___|\__,_| |______|_|___/\__|_|_| |_|\__, | |_|   \__,_|\__, |\___||___/
                                                                  __/ |              __/ |          
                                                                 |___/              |___/*/
/*
.listing_post {
	display: block;
	margin: 40px auto;
	position: relative;
}
	.listing_image {
		float: left;
	}
		
	.listing_textholder {
		margin-left: 246px;
		display: block;
		min-height: 210px;
	}
	.listing_post h2 {
		line-height: 1;
		margin-bottom: .5em;
	}
	.listing_post h4 {
		line-height: 1.4;
	}
	.listing_post p {
		line-height: 1.4;
		margin-bottom: 1em;
	}
		.listing_followuplink {
			
		}
			.listing_followuplink:hover {
				cursor: pointer;
			}
		.listing_remaining_paragraphs {
			overflow: hidden;
			display: none;
		}
*/
/*_____           _                     _      _     _   _                   _____                      
 |_   _|         | |                   | |    (_)   | | (_)                 |  __ \                     
   | |  ___  ___ | |_ ___  _ __   ___  | |     _ ___| |_ _ _ __   __ _ ___  | |__) |_ _  __ _  ___  ___ 
   | | / __|/ _ \| __/ _ \| '_ \ / _ \ | |    | / __| __| | '_ \ / _` / __| |  ___/ _` |/ _` |/ _ \/ __|
  _| |_\__ \ (_) | || (_) | |_) |  __/ | |____| \__ \ |_| | | | | (_| \__ \ | |  | (_| | (_| |  __/\__ \
 |_____|___/\___/ \__\___/| .__/ \___| |______|_|___/\__|_|_| |_|\__, |___/ |_|   \__,_|\__, |\___||___/
                          | |                                     __/ |                  __/ |          
                          |_|                                    |___/                  |___/*/
#isotope-filters {
	margin-bottom: 1em;
	font-size: 1.25em;
}
	#isotope-filters a {
		margin: 0 1em;
	}
	.current_filter {
		text-decoration: underline;
	}
#isotope_container {
	margin: 0 auto;
}
	.isotope-item {
		z-index: 2;
		width: 300px;
	}
		.isotope-hidden.isotope-item {
			pointer-events: none;
			z-index: 1;
		}
	/*
	Isotope Animations
	*/
	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}

/*__  __          _ _          _____ _ _     _               
 |  \/  |        | (_)        / ____| (_)   | |              
 | \  / | ___  __| |_  __ _  | (___ | |_  __| | ___ _ __ ___ 
 | |\/| |/ _ \/ _` | |/ _` |  \___ \| | |/ _` |/ _ \ '__/ __|
 | |  | |  __/ (_| | | (_| |  ____) | | | (_| |  __/ |  \__ \
 |_|  |_|\___|\__,_|_|\__,_| |_____/|_|_|\__,_|\___|_|  |___/
 
 Please edit mediasliders.css in the styles folder */
 
 
 
/*_____  _           _              _____                 
 |  __ \| |         | |            |  __ \                
 | |__) | |__   ___ | |_ ___  ___  | |__) |_ _  __ _  ___ 
 |  ___/| '_ \ / _ \| __/ _ \/ __| |  ___/ _` |/ _` |/ _ \
 | |    | | | | (_) | || (_) \__ \ | |  | (_| | (_| |  __/
 |_|    |_| |_|\___/ \__\___/|___/ |_|   \__,_|\__, |\___|
                                                __/ |     
                                               |___/*/
#photos_slider {
	margin: 25px auto;
}
	#photos_slider > img {
		display: none;
	}
/*
 __      ___     _                  _____                 
 \ \    / (_)   | |                |  __ \                
  \ \  / / _  __| | ___  ___  ___  | |__) |_ _  __ _  ___ 
   \ \/ / | |/ _` |/ _ \/ _ \/ __| |  ___/ _` |/ _` |/ _ \
    \  /  | | (_| |  __/ (_) \__ \ | |  | (_| | (_| |  __/
     \/   |_|\__,_|\___|\___/|___/ |_|   \__,_|\__, |\___|
                                                __/ |     
                                               |___/*/
#videos_slider {
	margin: 25px auto;
}
	#videos_slider .rsBullets {
		background-color: transparent;
		bottom: -25px;
	}
/*_____      _                         _____      _ _            
 |  __ \    (_)                       |  __ \    | (_)           
 | |__) | __ ___   ____ _  ___ _   _  | |__) |__ | |_  ___ _   _ 
 |  ___/ '__| \ \ / / _` |/ __| | | | |  ___/ _ \| | |/ __| | | |
 | |   | |  | |\ V / (_| | (__| |_| | | |  | (_) | | | (__| |_| |
 |_|   |_|  |_| \_/ \__,_|\___|\__, | |_|   \___/|_|_|\___|\__, |
                                __/ |                       __/ |
                               |___/                       |___/*/
.page-privacy-policy {
	line-height: 1.4;
}
	.page-privacy-policy p {
		margin-bottom: 1em;
	}
