/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

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

.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
    opacity: .5;
    cursor: default
}

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

.owl-theme .owl-dots {
    width: 13px;
    float: left;
    position: absolute;
    top: 47%;
    right: 30px;
    margin: -50px 0 0 0 0;
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: none;
    border: 2px solid #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100%;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D91E4B; /* For browsers that do not support gradients */
    border: none;
}

.owl-theme .owl-nav {
    width:100%;
    float:right;
    position:absolute;
    bottom: -30px;
    right: 0
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    width:35px;
    height:35px;
    display:inline-block;
    border: none;
    background: #FF569A; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FF569A, #FF0066); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FF569A, #FF0066); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FF569A, #FF0066); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FF569A, #FF0066); /* Standard syntax (must be last) */
    padding:0;
    position:absolute;
    top: 0;
    text-indent: -9999px;
    border-radius:100%;
    opacity: 1;
    cursor:pointer
}

.owl-theme .owl-nav .owl-next:after,
.owl-theme .owl-nav .owl-prev:after {
    content: '\e606';
    font-family: 'simple-line-icons';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    text-indent: 0px !important;
}

.owl-theme .owl-nav .owl-next.disabled,
.owl-theme .owl-nav .owl-prev.disabled {
    background: #eeeeee;
    opacity: 1;
}

.owl-theme .owl-nav .owl-next.disabled:after,
.owl-theme .owl-nav .owl-prev.disabled:after {
    color: #bbbbbb;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: #FF0066; /* For browsers that do not support gradients */
}

.owl-theme .owl-nav .owl-next.disabled:hover,
.owl-theme .owl-nav .owl-prev.disabled:hover {
    background: #eeeeee;
}

.owl-theme .owl-nav .owl-prev {
    left: 50%;
    margin-left: -40px;
}

.owl-theme .owl-nav .owl-next {
    right: 50%;
    margin-right: -40px;
}

.owl-theme .owl-nav .owl-prev:after {
    content: '\e605';
    font-family: 'simple-line-icons';
}

@media (max-width: 767px) {
    .owl-theme .owl-dots {
        width:  auto;
        top: auto;
        bottom: 10px;
        left: 20px;
        right: auto;
        margin: 0;
        z-index: 9999;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 0 3px;
    }

    .owl-theme .owl-nav {
        bottom: -20px;
    }

    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-prev {
        width:30px;
        height:30px;
    }

    .owl-theme .owl-nav .owl-next:after,
    .owl-theme .owl-nav .owl-prev:after {
        line-height: 32px;
    }

    .owl-theme .owl-nav .owl-prev {
        margin-left: -35px;
    }

    .owl-theme .owl-nav .owl-next {
        margin-right: -35px;
    }
}