.owl-theme .owl-controls { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; position:absolute; bottom:4px; left:0; width:100%;}
.owl-theme .owl-controls .owl-nav [class*=owl-] { color: #fff; font-size: 14px; margin: 2px; padding: 4px 7px; background: #000; display: inline-block; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover { background: #869791; color: #fff; text-decoration: none }
.owl-theme .owl-controls .owl-nav .disabled { opacity: .5; cursor: default }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display:inline;}
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 2px; /*background: url(../img/disable_dott.png) 0 0; background:url(../img/pagination-dotts.png) no-repeat 0 0;*/ background:#6b5c23; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50% }
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot.active:hover span { /*background: url(../img/active_dott.png) 0 0; background-position:0 -31px;*/background:#822c1f; width: 10px; height: 10px; position:relative; top:0;}
.owl-theme .owl-dots .owl-dot:hover span { /*background: url(../img/disable_dott.png) 0 bottom; background-position:0 -13px;*/background:#9b3f31;}

@media screen and (max-width:360px){
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 2px; background:#6b5c23; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50% }
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot.active:hover span {background:#822c1f; width:10px; height:10px; position:relative; top:0;}
}


.owl-carousel{
    
    /*width:1080px;
    height: 358px;
    position:absolute;
    background-color:#aac155;
    top:0;
    left:0;*/
}

.owl-carousel > div{
    xdisplay:inline-block;
    /*width:20%;
    height :150px;
    
    background-color:#5d730c;*/
}

.owl-carousel div img{
    
    width:100%;
	
}

.owl-carousel div h2, .owl-carousel div .textoverlay{
    position:absolute;
    color:#320e08;
    top:33%; 
	left:14%; width:100%;
    display:block; 
	z-index:9999 !important;
}
.owl-carousel div .textoverlay strong{font-family:noto_sansregular; font-weight:bold; font-size:32px;}
.owl-carousel div .textoverlay span{float:left; width:231px; height:70px!important;}
