
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  font-family: 'Arial', 'CenturyGothic', Arial, Helvetica, sans-serif;    
    color: #05b6e3;
    border:0;
    cursor: pointer;
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    font-style: normal;	
    margin: 1px;
    padding: 0px 48px 0px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #000;
    border:0;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}


.owl-nav{
    position: absolute;
    top: -70px;
	right: 0px;
    width: 180px;
}

.owl-carousel1 .owl-nav{
    position: absolute;
    top:-69px;
    right: 4px;
    z-index: 544546;
}

.owl-carousel4 .owl-nav {
  position: absolute;
    top: -32px;
  right: 14px;
  z-index: 544546;
}

.owl-prev{
float: left;
margin-left: -10px!important;
}

.owl-next{
float: right;
margin-right: -10px!important;
}


@media (max-width: 950px) {
.owl-nav {    width: 92px;    }
.owl-theme .owl-controls .owl-nav [class*="owl-"] {    padding: 0px 19px 0px 7px;}
}