/* 
 * 	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-']{
  width: 17px;
  height: 34px;
  font-size: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: -250px;
  opacity: 0.8;
  transition: 0.2s;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  text-decoration: none;
  opacity: 1;  
}
.owl-theme .owl-controls .owl-nav .owl-prev{
	left: -32px;
	background: url(../images/arr_l.png) center center no-repeat;
}
.owl-theme .owl-controls .owl-nav .owl-next{
	right: -32px;
	background: url(../images/arr_r.png) center center no-repeat;
}
.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;
}
.owl-theme .owl-controls .owl-nav{
	position: relative;
}
.fcar .owl-carousel .owl-item img{
	height: 468px;
	max-height: 468px;
}
.videocar .item-video{
	height: 416px;
}
.videocar .owl-video-wrapper{
	height: 406px;
}
.videocar .owl-controls .owl-nav [class*='owl-']{
	top: -239px;
}