/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.sliderWrapperInner {
	width:100%; margin: 0 auto 0 auto ; text-align:center;
	z-index:4000000;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.sliderWrapper {
	position:relative; height:100%;
}

.sliderWrapperInner {
	width:100%; margin: 0 auto 0 auto ; text-align:center;
}

.image {

}
.owl-carousel { margin-bottom: 30px;}
.slider img {
	border:none;
}
.sliderLeft {
	position: absolute;
	top: 0;
	left:0;
	right: 50%;
	margin-right: 330px;	
	z-index:20000;
	bottom:0;

background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
	
}
.sliderRight {
	position: absolute;
	top: 0;
	left: 50%;
	right:0;
	margin-left: 330px;
	z-index:20001;
	bottom:0;

background: -moz-linear-gradient(left, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */

}

.sliderWrapper {
	background:#FFF!important;
}

.sliderControls {

}

.customSliderPrev {
	position:absolute;
	top:120px;
	right:20px;
	text-indent:-1000em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	background:url(../../../../img/icn/itemcarousel_btn_prev.png) no-repeat top left;
	background-size:50px 50px;
	width:50px;
	height:50px;
	opacity:0.9;
}

.customSliderPrev:hover {
	/*background-position: 100% 0; */
	opacity:0.7;
}

.customSliderNext {
	position:absolute;
	top:120px;
	left:20px;
	text-indent:-1000em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	background:url(../../../../img/icn/itemcarousel_btn_next.png) no-repeat top left;
	background-size:50px 50px;
	width:50px;
	height:50px;
	opacity:0.9;

}

.customSliderNext:hover {
	/*background-position: 100% 100%;*/
	opacity:0.7;
}

.slider-nav span.kanbanText {
	line-height:100%;
	width:100%;
	height:32px;
	background:#333;
	display:block;
}

.slider-nav span.kanbanText span.kanbanLabel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#EFEFEF;
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
	display:none;
	padding:0px 8px 0px 8px;
	text-decoration:none;
	line-height:100%;
	height:32px;

}

.owl-item.active.center span.kanbanText span.kanbanLabel {
	display:table-cell;
	vertical-align: middle;
	text-decoration:none!important;
}

.slider-for {
	display:none;
}

.owl-item a {
	display:block;
	text-decoration:none;
}



.sliderDots div {
	margin:0 6px;
	width: 10px; 
	height: 10px; 
}

.sliderDots div span { 
  position: absolute; 
  top: 0; 
  left: 0; 
  content: "\2022"; 
  width: 10px; 
  height: 10px; 
  font-family: "slick"; 
  font-size: 6px; 
  line-height: 20px; 
  text-align: center; 
  color: black; 
  background-color: #aaaaaa; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
  
 -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
	opacity:1; 

}

.sliderDots div span:hover, .sliderDots div span:focus { 
 	background-color: #CCC;
	opacity:1; 
}


.sliderDots div.active span { 
	background-color: #404040; 
	opacity:1; 
}


.sliderLeft , .sliderRight {
	display:none;
}

.sliderDots {
	bottom:-2.1em!important;
}


@media only screen and (min-device-width: 768px) and (max-device-width:1279px){
	.sliderLeft , .sliderRight {
		display:block;
	}

	.sliderOuter {
		height:314px;
	}

}

@media only screen and (min-device-width: 1280px){
	.sliderLeft , .sliderRight {
		display:block;
	}

	.sliderOuter {
		height:374px;
	}

}






