/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  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.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #707070;
}


div.su-carousel-slide a.su-carousel-item-link {position: relative;display: block;}
div.su-carousel-slide a.su-carousel-item-link:before {content: '';position: absolute;height: 100%;width: 100%;left: 0;opacity: 0;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;right: 0;background: rgba(0,0,0,0.4);z-index: 1;}
div.su-carousel-slide a.su-carousel-item-link:after {font-family: FontAwesome;content: "\f067";position: absolute;bottom: 45%;left: 50%;margin-bottom: -15px;margin-left: -15px;background: rgba(255, 255, 255, 0.3);padding: 12px 15px;line-height: normal;display: inline-block;color: #FFF;opacity: 0;border-radius: 3px;z-index: 11;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
div.su-carousel-slide span.su-carousel-slide-title { position: absolute;left: 0;right: 0;padding: 8px 13px;background: #444;color: #fff; bottom: 0;z-index: 1;}
.su-carousel-title-hover div.su-carousel-slide span.su-carousel-slide-title {bottom: -36px; opacity: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;color: #fff;}
.su-carousel-title-hover div.su-carousel-slide:hover span.su-carousel-slide-title {opacity: 1;bottom: 0;}
div.su-carousel-slide:hover a.su-carousel-item-link:before {opacity: 1;}
div.su-carousel-slide:hover a.su-carousel-item-link:after {opacity: 1;bottom: 50%;}

.su-carousel-slides .owl-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  opacity: 0.5;
}
.su-carousel-slides .owl-nav:hover {
  opacity: 1;
}

/* L/R arrows */
.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-'] {
width: 45px;
height: 45px;
text-align: center;
font-size: 20px;
font-family: FontAwesome;
line-height: 45px;
-webkit-font-smoothing: antialiased;
padding: 0;
margin: 0 0 0 5px;
background: rgba(200,200,200,0.6);
}


.su-carousel.arrow-default .su-carousel-slides .owl-nav {position: inherit;}


.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-prev,
.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -45px;
}
  

.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-prev {
  left: 15px;
}
.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-next {
  right: 15px;
}
.su-carousel-slides .owl-prev { right: 33px; }
.su-carousel-slides .owl-next { right: 0; }


.su-carousel.arrow-bottom-right .owl-nav {
	bottom: 50px;
	right: 15px;	
	top: auto;
	left: auto;
}

.su-carousel.arrow-top-left .owl-nav {
	bottom: auto;
	right: auto;	
	top: 15px;
	left: 15px;
}


.su-carousel.arrow-top-right .owl-nav {
	bottom: auto;
	left: auto;
	right: 15px;	
	top: 15px;
}

.su-carousel.arrow-bottom-left .owl-nav {
	bottom: 50px;
	right: auto;	
	top: auto;
	left: 15px;
}


.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-']:hover  {
	background: rgba(100,100,100,0.5);
}

.su-carousel-slides .owl-prev:before { content: "\f053"; }
.su-carousel-slides .owl-next:before { content: "\f054"; }
.su-cimg {position: relative; margin-bottom: 15px;}

h3.su-carousel-slide-title {
margin: 0 0 15px 0;
font-size: 20px;
font-weight: 100;
}

.carousel-link {
background: rgba(200,200,200,0.6);
position: absolute;
z-index: 1;
color: #fff;
left: 50%;
top: 50%;
text-align: center;
width: 46px;
height: 46px;
line-height: 46px;
margin-top: -23px;
margin-left: -23px;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}


.carousel-link:hover {
  color: #FFF;
 background: rgba(100,100,100,0.5); 
}
.su-cimg:hover .carousel-link {
  opacity: 1;
}