/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
.owl-item{ width:100%;}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-controls{
  position: absolute;
  top: 11px;
  right: 0;
}
.owl-pagination{
  display: none;
}
.owl-pagination .owl-page + .owl-page{
  margin-left: 5px;
}
.owl-pagination .owl-page{
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #7c7b7a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-pagination .owl-page:hover, .owl-pagination .owl-page.active{
  background-color: #dc4637;
}

.owl-carousel{
	padding-top: 30px;
	padding-bottom: 29px;
}

.owl-carousel .item{
	margin-left: 5px;
	margin-right: 5px;
}
.owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-carousel-2{
	padding-top: 0;
	padding-bottom: 0;
}
.owl-carousel-2 .owl-pagination{
	display: none;
}
.owl-carousel-2 .item {
    margin-left: 14px;
    margin-right: 25px;
}
.owl-carousel-2 .item .box img{
	width: auto;
}
.owl-carousel-2 .owl-buttons{
	position: absolute;
		top: -45px;
	right: 15px;
}
.owl-carousel-2 .owl-buttons *{
	display: inline;
}
.owl-carousel-2 .owl-buttons *:hover{
	color: #dc4637;
}
.owl-carousel-2 .owl-buttons *:before{
	font-family: "FontAwesome";
	font-size: 36px;
}

.owl-carousel-2 .owl-buttons .owl-prev{
	font-size: 0;
}
.owl-carousel-2 .owl-buttons .owl-next{
	font-size: 0;
	margin-left: 6px;
}



.owl-carousel-2 .owl-buttons .owl-prev:before{
	content: "\f104";
}
.owl-carousel-2 .owl-buttons .owl-next:before{
	content: "\f105";
}