
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    color: #bababa;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    font-size: 55px;
    font-weight: bold;
    font-style: normal;
    margin: 1px;
    padding: 0px 7px 0px 7px;
    height: 37px;

}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #e4e4e4 none repeat scroll 0 0;
    color: #000;
    border:1px solid #000000;
    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:-59px;
	left: 13.5%;
}

.owl-carousel3 .owl-nav{
    position: absolute;
    top:-50px;
    right: 4px;
    z-index: 544546;
}

.owl-carousel4 .owl-nav {
    position: absolute;
    top:-50px;
    right: 4px;
    z-index: 544546;
}

@media (max-width: 1800px) {.owl-nav{    left: 11.4%;}}
@media (max-width: 1680px) {.owl-nav{    left: 8.6%;}}
@media (max-width: 1600px) {.owl-nav{    left: 6.6%;}}
@media (max-width: 1440px) {.owl-nav{    left: 1.9%;}}
@media (max-width: 1366px) {.owl-nav{    left: 2.2%;}}
@media (max-width: 1280px) {.owl-nav{    left: 3.3%;}}
@media (max-width: 1024px) {.owl-nav{    left: 4.7%;}}


@media (max-width: 768px) {.owl-theme .owl-controls{display: none!important;}}