.owl-theme .owl-dots .owl-dot span { background: #d6d6d6; border-radius: 30px; display: block; height: 10px; margin: 5px 7px; transition: opacity 200ms ease 0s; width: 10px }
.owl-theme .owl-dots .owl-dot { display: inline-block }
.owl-theme .owl-controls { margin-top:0; text-align: center }
.mainOwlBanner .owl-carousel .owl-item { padding: 0 }
.mainOwlBanner .owl-carousel .owl-nav { position: inherit; right: auto; z-index: 0; top: auto }
.mainOwlBanner .owl-carousel .owl-nav .owl-next, .mainOwlBanner .owl-carousel .owl-nav .owl-prev {color:#000; font-size: 20px; height: 50px; line-height:44px; margin-left: 0; text-align: center; width: 50px; position: absolute; top: 50%; margin-top: -25px; opacity: 0; transition: opacity .35s ease 0s; -webkit-transition: opacity .35s ease 0s; -moz-transition: opacity .35s ease 0s }
.mainOwlBanner:hover .owl-carousel .owl-nav .owl-next, .mainOwlBanner:hover .owl-carousel .owl-nav .owl-prev { opacity: 1 }
.mainOwlBanner .owl-carousel .owl-nav .owl-prev { left: 10px }
.mainOwlBanner .owl-carousel .owl-nav .owl-next { right: 10px }
.mainOwlBanner .owl-carousel .owl-dots { bottom: 0; padding: 15px; position: absolute }
.mainOwlBanner .owl-carousel .owl-controls { margin: 0 }
.mainOwlBanner .owl-carousel .owl-dots .owl-dot span { background: #fff; border-radius: 30px; box-shadow: 0 0 2px 1px rgba(0,0,0,.1); display: block; height: 10px; margin: 5px 7px; width: 10px; transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s }
.mainOwlBanner .owl-carousel .owl-dots .owl-dot.active span, .mainOwlBanner .owl-carousel .owl-dots .owl-dot:hover span { transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2) }
.mainOwlBanner .owl-carousel .owl-dots .owl-dot:hover span { background: #000;}

.owlContent { position: absolute; width: 50%;}
.owlContent.bottomleft { bottom: 10%; left: 10% }
.owlContent.bottomright { bottom: 10%; right: 10%; text-align: right }
.owlContent.bottomcenter { bottom: 10%; left: 0; margin-left: 25%; text-align: center }
.owlContent h3 {
    display: inline-block;
    font-family: Times New Roman;
    font-size: 35px;
    margin: 0;
}
.owlContent .owlBtn {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 19px;
    padding: 8px 20px;
    text-transform: initial;
}
.owlContent p {
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}
.mainOwlBanner.staticRight { margin-top: 28px }
@media (max-width:980px) {
.owlContent h3 { font-size: 25px }
.owlContent .owlBtn { font-size: 15px }
.owlContent p { font-size: 12px; margin: 0;}
}
