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

.owl-inside{ 
    max-width: 100%; 
    margin: 0 auto;
    text-align: center;
    height: 300px;
} 

.owl-inside .table-box{
    position: absolute;
    top:0;
    z-index: 1;
    
    display: table;
    width: 100%;
    min-height: 300px;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.owl-inside .table-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}




.owl-theme .owl-pagination{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%; 
}
.owl-theme .owl-next,
.owl-theme .owl-prev{
    position: absolute;
	display: inline-block;
    bottom: calc(50% - 25px);
    
    
    color: #FFF;
	font-size: 25px;
    	
	padding: 4px 12px ;
    
	
	-webkit-border-radius: 10px;
	border-radius:         10px;
    
	background: #869791;
	
	opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #333;
    opacity: 1;
}

.owl-theme .owl-next{ right: 0; }
.owl-theme .owl-prev{ left: 0; }



.owl-theme .owl-controls .owl-page{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
	opacity: 1;
}

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









