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



}/**** END 1500 ****/




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

/*** GLOBALS ***/
.container {
width: 95%;
margin: 0 auto;
}
	
	/*** MENU ***/
#menu {
background: rgba(25, 45, 64, 1);
}

#menu_content {
text-align: left !important;
}

.show_menu {
display: inline-block !important;
z-index: 800;
}

.social_text {
padding: 0 4px 0 4px !important;
}

#menu_content ul.nav {
position: absolute;
top: 60px;
left: 0;
display: none;
width: 230px;
z-index: 800;
background: rgba(25, 45, 64, 1);
margin: 0;
text-align: left !important;
padding: 0;
}

#menu_content ul.nav li {
float: none;
display: block;
font-size: 0.90em;
text-align: left !important;
padding: 8px 15px;
margin: 0;
line-height: 1.3;
z-index: 8888;
}

#menu_content ul.nav li ul {
position: relative;
top: 0;
border: none;
margin: 0;
padding: 0;
display: block;
}


#menu_content ul.nav li ul li {
border: none;
}



}/**** END 1280 ****/




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




/*** NEWS ***/
	
.news_column {
width: 47%;
}


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





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

/*** GLOBALS ***/
#wrapper_bg {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
}

.bg_main {
background: url(../_images/bg_home_mobile.jpg) no-repeat center top fixed;
}

.container_half {
width: 95%;
}

.column_third {
width: 47%;
}
	
	.column_twothird {
		width: 47%;
	}
	
	.image_float {
		float: none;
		margin: 10px auto;
	}

	/*** HOME ***/
#home_container {
margin: 25px auto;
position: relative;
width: 95%;
	text-align: center;
}

/*** THEATERS ***/
.bg_theaters {
background: url(../_images/bg_theaters_mobile.jpg) no-repeat center top fixed;
}

/*** GROUPS ***/
.bg_groups {
background: url(../_images/bg_groups_mobile.jpg) no-repeat center top fixed;
}

/*** ABOUT ***/
.bg_about {
background: url(../_images/bg_about_mobile.jpg) no-repeat center top fixed;
}


#about_column {
width: 90%;
margin: 10px auto;
}

/*** NEWS ***/
.bg_news {
background: url(../_images/bg_news_mobile.jpg) no-repeat center top fixed;
}



/*** PHOTOS ***/
.bg_photos {
background: url(../_images/bg_photos_mobile.jpg) no-repeat center top fixed;
}


/*** PARTNERS ***/
.bg_partners {
background: url(../_images/bg_partners_mobile.jpg) no-repeat center top fixed;
}

/*** RESOURCES ***/
.bg_resources {
background: url(../_images/bg_resources_mobile.jpg) no-repeat center top fixed;
}

/*** CAST ***/
ul#cast li {
width: 43%;

}



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


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

.column_half, .column_half_spacer {
width: 98%;
display: block;
margin: 5px auto;
}


.logo {
width: 90%;
margin: 2% auto 0 auto;
}


.column_footer_left,.column_footer_right {
display: none;
}

.footer_hide {
display: block;
}

/** THEATERS **/
.theaterlist {
font-size: 1em;
}
.theater_state {
display: none;
}

.theater_buy {
width: 50%;
}

.btn_tickets,.btn_tickets_al {
padding: 10px;
}

.show_distance {
display: inline-block;
}

	.feature_video_player {
		width: 95% !important;
	}

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



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

/*** GLOBALS ***/
.white_box_pad {
padding: 30px;
}

/*** NEWS ***/
.news_column {
width: 90%;
margin: 10px auto;
}
	
	ul#cast li {
	width: 90%;
		margin: 0 auto;
	}



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

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



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


/*** HOME BUTTONS ***/
.button_big_blue,.button_big_blue2,.button_big_blue3 {
padding: 20px 25px;
font-size: 1em;
}

/** IN THE NEWS **/
.column_third,.column_twothird {
width: 90%;
margin: 10px auto;
}


.in_theaters {
display: none;
}

#footer_pad {
font-size: 0.75em;
}

/** HOME **/
#home_zip_finder_box input[type=text], .home_btn_zip {
width: 100% !important;
display: block;
margin: 0 auto;
text-align: center;
}



/* THEATERS */
.theater_info, .theater_buy {
float: none;
width: 100%;
margin: 0 0 6px 0;
text-align: center;
}



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



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





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