/* *display */
.owl-theme .owl-dots .owl-dot {
    *display:inline
}

/* -moz-border-radius */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    -moz-border-radius:3px
}
.owl-theme .owl-dots .owl-dot span {
    -moz-border-radius:30px
}

/* -moz-transition */
.owl-theme .owl-dots .owl-dot span {
    -moz-transition:opacity 200ms ease
}

/* -ms-transition */
.owl-theme .owl-dots .owl-dot span {
    -ms-transition:opacity 200ms ease
}

/* -o-transition */
.owl-theme .owl-dots .owl-dot span {
    -o-transition:opacity 200ms ease
}

/* -webkit-backface-visibility */
.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility:visible
}

/* -webkit-border-radius */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-border-radius:3px
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius:30px
}

/* -webkit-tap-highlight-color */
.owl-theme .owl-controls {
    -webkit-tap-highlight-color:transparent
}

/* -webkit-transition */
.owl-theme .owl-dots .owl-dot span {
    -webkit-transition:opacity 200ms ease
}

/* background */
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-dots .owl-dot span {
    background:#d6d6d6
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:#869791
}

/* border-radius */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-radius:3px
}
.owl-theme .owl-dots .owl-dot span {
    border-radius:30px
}

/* color */
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color:#fff
}

/* cursor */
.owl-theme .owl-controls .owl-nav .disabled {
    cursor:default
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    cursor:pointer
}

/* display */
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-dots .owl-dot {
    display:inline-block
}
.owl-theme .owl-dots .owl-dot span {
    display:block
}

/* font-size */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size:14px
}

/* height */
.owl-theme .owl-dots .owl-dot span {
    height:10px
}

/* margin */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin:5px
}
.owl-theme .owl-dots .owl-dot span {
    margin:5px 7px
}

/* margin-top */
.owl-theme .owl-controls {
    margin-top:10px
}

/* opacity */
.owl-theme .owl-controls .owl-nav .disabled {
    opacity:.5
}

/* padding */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding:4px 7px
}

/* text-align */
.owl-theme .owl-controls {
    text-align:center
}

/* local setting */
.owl-theme .owl-controls {
    position: relative;
    bottom: 30px;
    margin-top: -24px;
}

/* text-decoration */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration:none
}

/* transition */
.owl-theme .owl-dots .owl-dot span {
    transition:opacity 200ms ease
}

/* width */
.owl-theme .owl-dots .owl-dot span {
    width:10px
}

/* zoom */
.owl-theme .owl-dots .owl-dot {
    zoom:1
}
