/************************************************************************************
larger than 1500
*************************************************************************************/	
@media screen 
and (min-width: 1600px) {

.container {
width: 1200px;
}


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

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


.video_thumbs {
width: 100%;
float: none;
margin: 0 auto 35px auto;
}


#menu_icon {
display: block;
}

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

#menu ul li {
border-bottom: 1px solid #1e1e1e;
position: relative;
display: block;
float: none;
margin: 0;
padding: 0;
text-align: left;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
line-height: 1;
}

#menu ul li span,#menu ul li a {
padding: 15px;
}

#menu ul li a:hover {
background-color: #0e0e0e;
}


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

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

#menu ul li ul li {
float: none;
border-bottom: 1px solid #1e1e1e;
position: relative;
display: block;
margin: 0;
padding: 0;
text-align: left;
line-height: 1;
width: 200px !important;
}

#menu ul li ul li a {
	padding: 15px;
	display: block;
}




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



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

/******** GLOBAL *******/
.container {
width: 100%;
}


.pad_75_vert {
padding: 20px;
}

/**** THEATERS ****/
.column_theaters {
width: 48%;
}


}/**** END SMALLER THAN 1024 ****/




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


/*** HOME ***/
#home_videoplayer {
width: 94.73%;
border: 2px solid #ffffff;
}

.column_third {
	width: 47%;
}

.column_home_left,.column_home_right {
width: 96%;
float: none;
margin: 10px auto;
}



}/**** END 950 ****/




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

body {
font-size: 15px;
}

.paper_pad {
padding: 20px;
}

.column_half, .dvd_column_half {
float: none;
width: 100%;
display: block;
margin: 0 auto 35px auto;
}

.dvd_column_half .right_it {
	text-align: left !important;
}

.column_half:nth-child(2n) {
margin: 0 auto 15px auto;
}

/*** THEATERS ***/
.theater_image {
display: none;
}

.column_theaters {
float: none;
margin: 0 auto;
width: 100%;
}

/*** HOME ****/
#prayer_column_left, #prayer_column_right {
	width: 95%;
	float: none;
	margin: 0 auto 15px auto;
	text-align: center;
}

#home_quotes {
	width: 94%;
}
	


/*** SYNOPSIS ****/
.img_wrap_right {
float: none;
margin: 10px auto;
}

/*** MUSIC ****/
.video_player {
width: 100%;
}



/*** CAST ****/
ul#cast li {
width:48%;
margin: 0 1% 25px 0;
}

ul#cast li:nth-child(3n) {
margin: 0 1% 25px 0;
}


ul#cast li:nth-child(2n) {
margin: 0 0 25px 0;
}



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

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



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


.hide_it {
		display: none;
	}
/*** THEATERS ***/
#map {
	display: none;
}


/** MUSIC **/
.column_music_left,.column_music_right {
	float: none;
	width: 100%;
	margin: 10px auto;
	display: block;
}

.column_pad {
	padding: 0;
}


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



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

#footer_pad h1 {
font-size: 2em;
}

#bg_full {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}

.bg_wall1,.bg_wall2,.bg_wall3 {
background: #000000 url(../_images/bg_mobile.jpg) no-repeat center top;
}

#menu_social {
display: none;
}

.btn_main {
padding: 12px 20px;
}


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

/*** HOME ***/
#home_banner {
	font-size: 1em;
}

.home_timer ul li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	line-height: 1.4;
	font-size: 1em;
}

.btn_prayer {
padding: 20px 30px;
font-size: 1em;
}

#home_quotes {
	height: 80px;
}

#home_quotes p {
	font-size: 1.1em;
}

#home_quotes p span{
	font-size: 0.85em;
}


/*** CAST ***/
ul#cast li {
float: none;
width: auto;
margin: 0 auto 25px auto;
}

ul#cast li:nth-child(4n) {
margin: 0 auto 25px auto;
}

.cast_pad img {
border: 1px solid #9e9e9e;
margin: 20px auto;
float: none !important;
}

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


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

/***** DAY OF PRAYER ****/
.lifeway_flare {
	display: none;
}

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



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


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