/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */



/*--- Header ---*/

.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 1.5em;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: black;
    opacity: 0.5;
    display: none;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: black;
    text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 4em;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 4em;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

@media screen and (min-width: 48em) {
.owl-theme .owl-nav [class*='owl-'] {
    display: inline-block;
}
}



/*----- Testimonials -----*/

.owl-theme1 .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.6em;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 7em;
}

.owl-theme1 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: none;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme1 .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme1 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme1 .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme1 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme1 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme1 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

@media screen and (min-width: 48em) {
.owl-theme1 .owl-nav [class*='owl-'] {
    display: inline-block;
}
}


/*----- O Nama -----*/

.owl-theme2 .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.6em;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 7em;
}

.owl-theme2 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: none;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme2 .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme2 .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme2 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2em;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme2 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

@media screen and (min-width: 48em) {
.owl-theme2 .owl-nav [class*='owl-'] {
    
}
}