
.owl-theme .owl-controls {
    text-align: right;
    margin-bottom: 30px;
    position: absolute;top: -5%;right: 14%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0px;
    color: #e2bd86;
    cursor: pointer;
    display: inline-block;
    font-size: 45px;
    margin: 5px;
    padding: 0px 13px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #e7e7e7 none repeat scroll 0 0;
    color: #e2bd86;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display:none;
}
.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: #D55E3F none repeat scroll 0 0;
}

#carousaltwo .owl-controls{top: -14%}
#carousalthree .owl-controls{top: -14%}
@media(min-width:300px) and (max-width:767px)
{
    .owl-theme .owl-controls{top: -3%;right: 47%}
    #carousaltwo .owl-controls {top: -7%;}
}
@media(min-width:768px) and (max-width:991px)
{
    .owl-theme .owl-controls{top: -8.5%;right: 27%}
    #carousaltwo .owl-controls {top: -15%;}
}
@media(min-width:992px) and (max-width:1024px)
{
    .owl-theme .owl-controls{top: -6.5%;right: 24%}
    #carousaltwo .owl-controls {top: -12%;}
}
@media(min-width:1025px) and (max-width:1200px)
{
    .owl-theme .owl-controls{top: -6.5%;right: 17%}
    #carousaltwo .owl-controls {top: -15%;}
}