.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
-webkit-tap-highlight-color:transparent;}

.owl-theme .owl-controls .owl-nav .owl-prev{
	color: #024650;
    font-size: 35px;    
    width: 41px;
    background: url('../img/fesq.png') center center;
    height: 27px;
    display: inline-block;
    line-height: 43px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    bottom: -30px;
    left: 15%;
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover{opacity: 0.50;}

.owl-controls .owl-nav .owl-next {
   color: #024650;
    font-size: 35px;    
    width: 41px;
    background:url('../img/fdir.png') center center no-repeat;
    height: 27px;
    display: inline-block;
    line-height: 43px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    bottom: -30px;
    right: 15%;
} .owl-controls .owl-nav .owl-next:hover{opacity: 0.50;}


@media screen and (max-width: 1199px) and (min-width: 992px) {
.owl-theme .owl-controls .owl-nav .owl-prev{left: 15%;}
.owl-controls .owl-nav .owl-next {right: 15%;} 
} 



@media screen and (max-width: 991px) and (min-width: 767px) { 
.owl-theme .owl-controls .owl-nav .owl-prev{left: 14%;}
.owl-controls .owl-nav .owl-next {right: 14%;} 
}


  /* styles for mobile */  
  @media screen and (max-width: 768px) and (min-width: 300px) {
.owl-theme .owl-controls .owl-nav .owl-prev{left: 10%;}
.owl-controls .owl-nav .owl-next {right: 10%;} 
}