/*
* 	Owl Carousel Themes
*/
.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	width: 40px;
    height: 40px;
    color: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	background: #0095da;
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
    position: absolute;
    /*left: 0;*/
    top: 50%;
    margin-top: -20px;
	cursor: pointer;
    opacity: 0.3;
}
.owl-theme .owl-controls .owl-buttons div i.fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
    opacity: 1;
    /*color: #323232;*/
    /*background: #d3d8db;*/
}

/* 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: 6px;
	height: 6px;
	margin: 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #8c8c8c;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #0095da;
}

/* 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
}

/*
 * Theme 1
 */
.owl_theme1 {}
.owl_theme1 img {width: 100%;}
/*.owl_theme1 .owl-buttons {width: 100%;position: absolute;left: 0;top: 0;z-index: 100;}*/
.owl_theme1 .owl-buttons .owl-prev {left: -15px;visibility: hidden;}
.owl_theme1 .owl-buttons .owl-next {right: -15px;visibility: hidden;}
@media all and (min-width: 768px) {
    .owl_theme1 .owl-buttons {display: none;}
}
@media all and (min-width: 992px) {
    .owl_theme1 .owl-carousel {display: block;width: auto;}
}

/*
 * Theme 2
 */
.owl_theme2 {}
.owl_theme2 img {width: 100%;}
/*.owl_theme1 .owl-buttons {width: 100%;position: absolute;left: 0;top: 0;z-index: 100;}*/
.owl_theme2 .owl-buttons .owl-prev {left: -15px;visibility: hidden;}
.owl_theme2 .owl-buttons .owl-next {right: -15px;visibility: hidden;}
@media all and (min-width: 992px) {
    .owl_theme2 .owl-pagination {display: none;}
    .owl_theme2 .owl-buttons .owl-prev {left: 0;opacity: 0 !important;}
    .owl_theme2 .owl-buttons .owl-next {right: 0;opacity: 0 !important;}
    .owl_theme2:hover .owl-buttons .owl-prev,
    .owl_theme2:hover .owl-buttons .owl-next {opacity: 1 !important;}
}
