/**
 * 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;
position: relative;
    bottom: -29px;
    margin: -15px auto;

}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-
]{color:#FFF;font-size:14px;
margin:5px;padding:4px 7px;
background:#6397ca;
display:inline-block;
cursor:pointer;
border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{
background:#6397ca;
border: 2px solid #6397ca;
width:2px;
height:2px;

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;
    position: relative;

}
.owl-theme .owl-dots .owl-dot span {
width:10px;
height:10px;
margin:5px 15px;
border: 2px solid #e4e9ef;
background:#fff;
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
{
 border: 2px solid #6397ca;
}
.owl-dot.active:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #6397ca;
    position: absolute;
    top: 9px;
    right: 19px;
    
}