.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #bfcfcb;
    font-size: 70px;
    margin: 5px;
    padding: 5px 5px;
    background: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: none;
    color: #123a2d;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    width: 50px;
    height: 10px;
    margin: 15px 5px;
    background: #c3d1e0;
    border-radius: 15px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    border-radius: 0px;
}

.owl-prev{ position: absolute; left: -100px; top: 35%; font-size: 40px; height: 150px; line-height: 150px;}
.owl-next{ position: absolute; right: -100px; top: 35%; font-size: 40px; height: 150px; line-height: 150px;}

