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

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 125px !important;
}

div.owl-carousel div.owl-item{background: #b63c3e; /* Old browsers */
background: -moz-linear-gradient(top,  #b63c3e 0%, #c2585a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63c3e), color-stop(100%,#c2585a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b63c3e 0%,#c2585a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b63c3e 0%,#c2585a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b63c3e 0%,#c2585a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b63c3e 0%,#c2585a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63c3e', endColorstr='#c2585a',GradientType=0 ); /* IE6-9 */}


/* display none until init */
div.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	height:107px !important;
	width:504px !important;
	max-width:510px !important;
	float:right;
}



div.owl-wrapper{
	display: none;
	width:100% !important;
	-webkit-transform: translate3d(0px, 0px, 0px);
	height:107px !important;
	max-height:107px !important;
}
div.owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	overflow:hidden;
		height:107px !important;
	max-height:107px !important;
}

.owl-item
{
    width:143px !important;
    max-width:145px !important;
    float:left;
    	height:105px !important;
	max-height:105px !important;
    margin-right:25px !important;
    text-align:center !important;
}

.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-carousel .owl-item{
	float: left;
    margin-right:5px;
    
}
.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(../images/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);
  width:143px;
}

