/* Add here all your CSS customizations */
.justify{
	text-align : justify;
}
.home div.featured-boxes div.featured-box{
	margin-top:0;
}
.owl-wrapper-outer .thumbnail{
	text-align : center;
	box-shadow: -1px 2px 10px #030303;
}
.gallery_thumbnail_box{
	height: 200px;
	width: 211px;
}
.gallery_thumbnail_box img{
	max-height: 100%;
	margin: auto;
}
.owl-carousel .owl-item{
	padding: 0 10px;
	width : 250px !important;
}
.home_page_slider{
	padding : 0;
	margin: auto;
}
.nav > li > a {
	padding: 10px 11px;
}
.main{
	background: #FFF;
}
.fb-like-box{
	background : #FFF;
}
h2.sub_heading {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 50px;
	position: relative;
	background: #0099e6;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-right: 0;
	font-size: 24px;
	max-width: 300px;
}
h2.sub_heading .arrow-down{
	position: absolute;
	bottom: -15px;
	border-top: 15px solid #0099e6;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	margin: 0 0 0 21px;
	width: 0;
}
h1.sectionTitle{
	color: #EE82EE !important;
	font-weight: bold;
}
.contactUsTitle
{
	color : red;
	font-weight:bold;
}
.contactUsPlace{
	color : #00AEFF;
	font-weight:bold;
}