/************************************************************************************
smaller than 1200
*************************************************************************************/	
@media screen 
and (max-width: 1200px) {



}/**** END 1200 ****/


/************************************************************************************
smaller than 1024
*************************************************************************************/	
@media screen 
and (max-width: 1024px) {

.container {
	width: 100%;
	margin: 0 auto;
}

#menu_icon {
display: block;
}

#menu_social {
	float: left;
}

#menu ul {
width: 250px;
display: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
top: 55px;
left: 0;
margin: 0 !important; 
padding: 0 !important; 
z-index: 10;
}

#menu ul li {
float: none;
background: #eacf8a;
border-bottom: 1px solid #e5c77c;
position: relative;
display: block;
margin: 0;
padding: 13px;
text-align: left;
line-height: 1;
}


#menu ul li:last-child {
border: none;
}

.menu_arrow {
margin: 4px 0 0 3px;
}

#menu ul li ul {
list-style: none;
position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 12px; 
top:  12px;
margin: 0;
padding: 0;
display: none;
float: none !important;
z-index: 3;
width: 120px;
}

#menu ul li ul li {
float: none;
background: #eacf8a;
border-bottom: 1px solid #e5c77c;
position: relative;
display: block;
margin: 0;
padding: 0;
text-align: left;
line-height: 1;
}

#menu ul li ul li a {
	padding: 8px !important;
	display: block;
}


.whitebox {
	width: 90%;
}

.column_partners {
	float: none;
	width: 100%;
	display: block;
}

.image_float {
	float: none;
	margin: 5px 0 8px 0;
}

}/**** END 1024 ****/





/************************************************************************************
smaller than 900
*************************************************************************************/	
@media screen 
and (max-width: 900px) {
	


.column_third {
	width: 47%;
}



}/**** END 900 ****/


/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen 
and (max-width: 768px) {
	
	.bg_home {
	background: url(../_images/bg_mobile.jpg) no-repeat center top fixed;
}

.column_half {
	width: 98%;
	float: none;
	margin: 10px auto;
}

.video_thumbs {
	width: 90%;
	margin: 10px auto;
}

/*SIGN UP */
#signup_container {
width: 100%;
}

}/**** END 768 ****/



/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen 
and (max-width: 640px) {
	
	#videoplayer {
		width: 90%;
	}
	
	.hide_it {
		display: none;
	}







}/**** END 640 ****/



/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen 
and (max-width: 480px) {
	
	body {
		font-size: 13px;
	}
	
	#footer_signup {
		width: 100%;
	}
	
	.image_brdr_float, .image_brdr_float_right {
		float: none;
		margin: 5px 0 10px 0;
	}

.home_group_tickets {
	font-size: 1em;
}

/*VIDEOS*/
.video_thumbs {
	width: 90%;
}

/**** THEATER ****/
#zip_finder_box input[type=text] {
	width: 28%;
}


.column_third {
	width: 90%;
	float: none;
	display: block;
	margin: 20px auto;
}


}/**** END 480 ****/



/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen 
and (max-width: 320px) {
	

}/**** END 320 ****/