/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px !important; margin: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    width: 36px; height: 36px; line-height: 36px; text-align: center; position: absolute; top: 50%;
    color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px; margin-top: -18px;
	padding: 0px;
	font-size: 13px;
	background: #444;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 0px;}
.owl-theme .owl-controls .owl-buttons .owl-next{ right: 0px;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background: #ef4135;
	text-decoration: none;
}

#owl-services .owl-controls .owl-buttons div{
    width: 54px; height: 54px; line-height: 54px; text-align: center; position: absolute; top: 50%;
    color: #2c1b00;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px; margin-top: -60px;
	padding: 0px;
	font-size: 54px; border:none; background:none;
}
#owl-services .owl-controls .owl-buttons .owl-prev{ left: -25px;}
#owl-services .owl-controls .owl-buttons .owl-next{ right: -25px;}
#owl-services  .owl-controls.clickable .owl-buttons div:hover{
	background: none;
}
@media (max-width: 800px) {
    #owl-services .owl-controls .owl-buttons .owl-prev{ left: 0px;}
	#owl-services .owl-controls .owl-buttons .owl-next{ right: 0px;}
}

.news_list .owl-controls .owl-buttons div{
    width: 24px; height: 24px; line-height: 24px; text-align: center; position: absolute; top: 100%;
    color: #2c1b00;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px; margin-top:10px;
	padding: 0px;
	font-size: 24px; border:none; background:none;
}
.news_list .owl-controls .owl-buttons .owl-prev{ right: 40px; left:auto;}
.news_list .owl-controls .owl-buttons .owl-next{ right: 0px;}
.news_list .owl-controls.clickable .owl-buttons div:hover{
	background: none;
}
@media (max-width: 769px) {
    .news_list .owl-controls .owl-buttons div{ top:-50px; margin-top:0px;}
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 23px;
	height: 23px;
	margin: 0px 3px;
	background: url(../images/thumbnail.png) no-repeat top center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: url(../images/thumbnail.png) no-repeat bottom center;
}

.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 60px; width: 100%;}
@media (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination{ bottom:10px;}
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}