/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme-silver .owl-dots,
.owl-theme-silver .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
        
}

.owl-theme-silver .owl-nav {
    margin-top: 10px
        direction: ltr;
}

.owl-theme-silver .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #96e2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
        direction: ltr;
}

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

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

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

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

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

.owl-theme-silver .owl-dots .owl-dot.active span,
.owl-theme-silver .owl-dots .owl-dot:hover span {
    background: dimgray;
}































/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme-blue .owl-dots,
.owl-theme-blue .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
        
}

.owl-theme-blue .owl-nav {
    margin-top: 10px
        direction: ltr;
}

.owl-theme-blue .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #96e2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
        direction: ltr;
}

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

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

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

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

.owl-theme-blue .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: skyblue;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme-blue .owl-dots .owl-dot.active span,
.owl-theme-blue .owl-dots .owl-dot:hover span {
    background: powderblue;
}




















/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme-green .owl-dots,
.owl-theme-green .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
        
}

.owl-theme-green .owl-nav {
    margin-top: 10px
        direction: ltr;
}

.owl-theme-green .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #96e2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
        direction: ltr;
}

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

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

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

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

.owl-theme-green .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: limegreen;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme-green .owl-dots .owl-dot.active span,
.owl-theme-green .owl-dots .owl-dot:hover span {
    background: greenyellow;
}

























/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme-orange .owl-dots,
.owl-theme-orange .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
        
}

.owl-theme-orange .owl-nav {
    margin-top: 10px
        direction: ltr;
}

.owl-theme-orange .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #96e2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
        direction: ltr;
}

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

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

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

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

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

.owl-theme-orange .owl-dots .owl-dot.active span,
.owl-theme-orange .owl-dots .owl-dot:hover span {
    background: orangered;
}






















/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
        
}

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

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #96e2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
        direction: ltr;
}

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

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

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

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

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

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