/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 1em;
    margin: 5px;
    padding: 3px 4px;
     background-color:rgba(255,255,255,0.4); background-color:#dedede\9; 
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
     background-color:rgba(0,0,0,0.4); background-color:#666666\9; 
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px; }
.owl-theme .owl-dots {
  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: 12px;
      height: 12px;
      margin: 10px 5px 5px 5px;
       background-color:rgba(255,255,255,0.4); background-color:#aaaaaa\9; 
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot:hover span {
           background-color:rgba(255,255,255,0.6); background-color:#dddddd\9; 
 }

    .owl-theme .owl-dots .owl-dot.active span {
           background-color:rgba(255,255,255,0.8); background-color:#ffffff\9; 
 }






.owl-theme .owl-controls {position:relative; width:100%; z-index:30000; height:70px;}
.owl-theme .owl-controls #customDots {position:absolute; width:100%; /*top:-45px;*/}
.owl-theme .owl-nav {margin-bottom:0.5em; }
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next { position:absolute; padding:8px 5px 2px 5px ; width:35px; height:35px; text-align:center; -webkit-border-radius: 0%; -moz-border-radius: 0%; -o-border-radius: 0%; border-radius: 0%;} 
.owl-theme .owl-nav .owl-prev {left:0em;}
.owl-theme .owl-nav .owl-next { right:0em; }
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {line-height:150%;} 

.owl-theme .owl-dots .owl-dot:hover span { cursor:pointer;}
.owl-carousel .owl-item img {width:auto; margin:0px auto;}

#owl-controls {position:relative; z-index:1000; margin-bottom:-70px; top:-70px; width:100%;height:70px;}
.owl-theme .owl-dots {margin-top:20px;}
.owl-theme .owl-nav {position:absolute; width:100%; z-index:2; top:10px;}


@media screen and (max-width:400px) {
#owl-controls {margin-bottom:0px; top:0px;height:50px;}
.owl-theme .owl-dots {margin-top:0px;}
#owl-controls {display:none;}
}

@media screen and (max-width:900px) { /* tablet */
.owl-theme .owl-nav {display:none;}
.owl-carousel .owl-item img {margin-left:0;}
.owl-theme .owl-controls #customDots {top:10px;}


.owl-theme .owl-dots .owl-dot span {background-color:rgba(0,0,0,0.4); background-color:#999999\9;}
.owl-theme .owl-dots .owl-dot:hover span {background-color:rgba(0,0,0,0.6); background-color:#666666\9;}
 .owl-theme .owl-dots .owl-dot.active span {background-color:rgba(0,0,0,0.8); background-color:#222222\9;}


}








