@charset "UTF-8";

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#theater {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	}

#theater h2{
	font-size: 200%;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#theater a {
	color: #FCC;	
	}

#map iframe {
	margin-top: 10px;
	}

/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px){

#main {
	width: 100%;
}

#theater {
	width: 90%;
	margin-bottom: 5px;
	}

#theater h2{
	width: 90%;
	}

#theater a {
	width: 90%;
	}

#map iframe {
	width: 90%;
	}

}

/***** Basic Styles END*****/
