/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-connect .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; font-size:0 }
  .owl-connect .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-connect .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #FFF;
      text-decoration: none; }
  .owl-connect .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-connect .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; position:absolute; left:43%; bottom:-30px }
  .owl-connect .owl-dots .owl-dot {
    display: inline-block; vertical-align:middle;
    zoom: 1;
    *display: inline; }
    .owl-connect .owl-dots .owl-dot span {
      width: 16px;
      height: 16px;
      margin: 5px 7px;
      background: #ddd;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border:3px #fff hidden; border-radius:50%  }
    .owl-connect .owl-dots .owl-dot.active span, .owl-connect .owl-dots .owl-dot:hover span {
      background:#666;
      width: 16px;
      height: 16px; border:none; border-radius:50% }


.owl-connect .owl-nav .owl-prev {position:absolute; top:45%; font-size:0; background:url(../images/arwlft.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-connect .owl-nav .owl-next {position:absolute; top:45%; font-size:0; text-indent:999999; background:url(../images/arwrt.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-connect .owl-nav .owl-prev:hover {position:absolute; top:45%; font-size:0; background:url(../images/arwlftdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-connect .owl-nav .owl-next:hover {position:absolute; top:45%; font-size:0; text-indent:999999; background:url(../images/arwrtdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-dots {display:none}

.owl-connectivity.owl-carousel {width:96%; margin:0 auto} 
.connectitems {width:100%; padding:10px 30px; text-align:center}
.connectitems img {margin:0 auto; margin-bottom:10px}

.connectitems p {text-align:center; font-size:10pt}
.owl-item .item { margin-right: 0px !important; }

@media screen and (min-width: 300px) {
.owl-connect .owl-nav .owl-prev, .owl-connect .owl-nav .owl-prev:hover {left:-2%; width:40px; height:40px}
.owl-connect .owl-nav .owl-next, .owl-connect .owl-nav .owl-next:hover  {right:-2%; width:40px; height:40px}
.connectitems img {width:25% !important;}


}
@media screen and (min-width: 480px) {
.owl-connect .owl-nav .owl-prev, .owl-connect .owl-nav .owl-prev:hover {left:-2%; width:40px; height:40px}
.owl-connect .owl-nav .owl-next, .owl-connect .owl-nav .owl-next:hover  {right:-2%; width:40px; height:40px}
.connectitems p {font-size:10pt}
.connectitems img {width:35% !important;}


}
@media screen and (min-width: 768px) {
.owl-connect .owl-nav .owl-prev, .owl-connect .owl-nav .owl-prev:hover {left:0%; width:40px; height:40px}
.owl-connect .owl-nav .owl-next, .owl-connect .owl-nav .owl-next:hover  {right:0%; width:40px; height:40px}
.owl-connect .owl-dots .owl-dot span, .owl-connect .owl-dots .owl-dot.active span, .owl-connect .owl-dots .owl-dot:hover span  {width: 12px; height: 12px; margin: 5px 7px;}
.connectitems img {width:35% !important;}

}

@media screen and (min-width: 1024px) {
.owl-connect .owl-nav .owl-prev, .owl-connect .owl-nav .owl-prev:hover {display:none}
.owl-connect .owl-nav .owl-next, .owl-connect .owl-nav .owl-next:hover  {display:none}
.connectitems p {font-size:11pt}
.connectitems img {width:40% !important;}
}

@media screen and (min-width: 1280px) {
.connectitems img {width:35% !important;}
}

@media screen and (min-width: 1600px) {
.connectitems img {width:40% !important;}
}