/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  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;
  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: #869791;
}

/* Custom Nav */
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .owl-carousel .item {
	height: auto;
	width: 100%;
}

.owl-controls {
	z-index:9;
}

.owl-nav .owl-prev {
	position:absolute;
	z-index:9;
	top:40%;
	left:-3%;
	display:block;
    height: 28px;
    width: 28px;
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: 0 -28px !important;
	opacity:0;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.owl-nav .owl-next {
	position:absolute;
	z-index:9;
	top:40%;
	right:-3%;
	display:block;
    height: 28px;
    width: 28px;
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: -28px -28px !important;
	opacity:0;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.owl-theme:hover .owl-nav .owl-prev {
	left:1%;
	opacity:0.8;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.owl-theme:hover .owl-nav .owl-next {
	right:1%;
	opacity:0.8;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}
.owl-theme:hover .owl-nav .owl-prev:hover {
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: 0 -28px !important;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.owl-theme:hover .owl-nav .owl-next:hover {
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: -28px -28px !important;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}
.owl-dots  {
	position: absolute;
	width: 100%;
	margin-top: -40px;
	bottom: 20px;
}
/* End Custom Nav */

.visa-carousel .item {
	padding: 5px;
	margin: 0 20px;
	border: 1px solid #d1d1d1;
    width: 90%;
}

.visa-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -40px;
}

.visa-carousel .owl-nav .owl-prev {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 1%;
    height: 28px;
    width: 28px;
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: 0 -28px !important;
    opacity: 0.5;
}

.visa-carousel .owl-nav .owl-next {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 1%;
    height: 28px;
    width: 28px;
    background: url("icon_next_prev_common_slider.png") no-repeat !important;
    background-position: -28px -28px !important;
    opacity: 0.5;
}


