  body{
	background-color: #f4eff0;
}
h3{
	font-family: 'Duru Sans', sans-serif;
	font-size: 2.5em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #b91f7f;
}

/* banner styles
   ------------- */

#mun-cinema-banner-container{
	height: 170px;
	background-color: #68666a;
	margin-bottom: 50px;
}

#mun-cinema-banner-container h1{
	position: absolute;
	font-family: 'Duru Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/cinema/tpl/default/images/reel.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
	height: 190px;
	width: 500px;
}
#mun-cinema-banner-container h1 span{
	font-weight: normal;
	color: #dadada;
	text-transform: uppercase;
}
#mun-logo{
	margin-top: 10px;
	height: 69px;
	width: 117px;

}
@media (max-width: 465px) {
	#mun-cinema-banner-container{
		height: auto;
		margin-bottom: 20px;
	}
	#mun-cinema-banner-container h1{
		display: none;
		position: relative;
		background: none;
		font-size: 1.4em;
		padding: 10px;
		margin: 0;
		height: auto;
		width: auto;
	}
}
@media (max-width: 767px){
	#mun-logo{
		display: none;
	}
	#mun-cinema-banner-container h1{
		display: none;
	}
	#mun-cinema-banner-container{
		height: auto;
	}
}

/* large movie styles
   ------------------ */
#large-movie-container{

	padding-bottom: 40px;
}

#large-movie-container h4{
	text-transform: uppercase;
	color: #666666;
	font-family: 'Duru Sans', sans-serif;
}

.large-movie-sub-text{
	font-size: .8em;
	color: #555555;
}

.large-movie-description{
	color: #333333;
	line-height: 24px;
}
#large-movie-container img{
	margin-right: 20px;
}


/* medium movie styles
   ------------------- */
.med-movie{
	background-color: #323131;

	cursor: pointer;
}
.med-movie img{
	padding: 5px;
}

.med-movie-details{
	background-color: #323131;
	color: #e0e0e0;
	width: 205px;
	padding:10px;
	font-size: .85em;
	margin-top:2px;
}
#med-movie-container
{
	background-color: #bab0a4;
	padding-top:40px;
	padding-bottom:40px;
}
#med-movie-container h3{
	font-family: 'Duru Sans', sans-serif;
	font-size: 2em;
	padding: 0;

}
@media (max-width: 767px){
	#med-movie-container{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#med-movie-container  img{
		width: 50px;
		float: left;
	}
	.med-movie-details{
		width: auto;
		background-color: #323131;
		height: 70px;
		margin-left:60px;
	}
	.med-movie{
		clear:both;
		height: 70px;
		margin-bottom: 10px;
	}
}
@media (max-width: 990px) and (min-width: 321px){
	.med-movie{
		width: 100%;
	}
	.med-movie-details{
		width: 85%;
	}
}




/* small movie style
   ----------------- */
#small-movie-container
{
	padding-top:40px;
	padding-bottom:40px;
}
.small-movie{
	margin-bottom: 10px;
}
.small-movie img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.small-movie-title{
	font-weight: bold;
	color: #444444;
	margin-bottom: 10px;
}

.small-movie-sub-text{
	font-size: .8em;
	color: #555555;
	margin-bottom: 10px;
}
a.imdb{
	display: block;
	background-image: url(/cinema/tpl/default/images/imdb-icon.png);
	background-size: 55px 26px;
	width: 55px;
	height: 26px;
}
.small-movie h3{
	margin-top: 40px;
}
.small-movie h4{
	color: #666666;
}
.back-to-top{
	background-image: url(/cinema/tpl/default/images/back-to-top.png);
	background-position: right;
	background-size: auto 17px;
	height: 17px;
	width: 100%;
	cursor: pointer;
}
@media (max-width: 320px){
	#small-movie-container{
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

/* contact-container styles
   ------------------------ */
#contact-container{
	background-color: #65666a;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;

}
#contact-container h3{

	color: #ffffff
}
#contact-container a{
	color: #ffffff;
}

@media (max-width: 320px){
	#contact-container{
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

/* navbar override styles
   ---------------------- */
.navbar-inverse{
	background-color: transparent;
	border-color: transparent;
	margin-top: 120px;
	margin-left: 360px;

}
.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-size: 1.2em;
}
.navbar-inverse .navbar-nav>li>a{
	color: #eeeeee;
}
@media (max-width: 767px)
{
	.navbar-inverse{
		margin-top: 0;
		margin-left: 0;
		background-color: #65666a;
	}
	.navbar-brand span{
		color: #dadada;
		text-transform: uppercase;
		font-weight: normal;
	}

}
@media (min-width: 768px) {
	.navbar-brand{
		display: none;
	}
}

/* google map
   ---------- */
#google-map{
	height: 300px;
	width: 95%;
	margin-bottom: 20px;

}

/* contact styles
   ------------- */

#contactUsMessage{
	display: none;
	background-color: #444444;
	padding:15px;
	margin-bottom: 15px;
}

#loadingContact{
	background-image: url(/cinema/tpl/default/images/contact-loader.gif);
	height: 11px;
	width: 16px;
	margin-bottom:10px;
	display: none;
}