/* 
 * 	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-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(../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);
}


/**/
.owl-carousel2 {}
.owl-carousel2 .owl-item { background:#f4f4f4;}
.owl-carousel2 .owl-item:nth-child(even) {background:#f9f6f6;}
.owl-carousel2 .owl-item h1 { background:#a7bdeb; color:#2d3c5b; font-size:0.875em; margin:0; font-weight:normal; padding:5px 2px 40px; font-family:'open_sansregular', Arial, Helvetica, sans-serif;}
.owl-carousel2 .owl-item h1:after { display:none;}
.owl-carousel2 .owl-item:nth-child(even) h1 {background:#cbd8f4;}
.owl-carousel2 .owl-item .priceDv { position:relative;}
.owl-carousel2 .owl-item .priceDv h3 { background:#6083cb; color:#fff; font-size:1.125em; margin:0; font-weight:normal; font-family:'open_sansregular', Arial, Helvetica, sans-serif; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius: 30px; display:inline-block; width:60px; height:60px; text-align:center; line-height:60px; position:absolute; left:50%; margin-left:-30px; top:50%; margin-top:-30px;}
.owl-carousel2 .owl-item ul {}
.owl-carousel2 .owl-item ul li { list-style:none; border-top:1px solid #e9e5e5; padding:5px 2px; text-align:center; font-size:0.750em; color:#3e3e3e; line-height:30px;}
.owl-carousel2 .owl-item ul li:first-child { padding-top:40px; border-top:none;}
.owl-carousel2 .owl-item ul li:last-child { padding:0; font-size:1.250em;}
.owl-carousel2 .owl-item ul li:last-child .darkGrayBtn, .owl-carousel2 .owl-item ul li:last-child .darkOrangeBtn { text-transform: uppercase; display:block; padding:10px 2px}
.owl-carousel2 .owl-item:nth-child(even) ul li:last-child .darkGrayBtn {background:#4a4a4a;}
.owl-carousel2 .owl-item:nth-child(even) ul li:last-child .darkGrayBtn:hover {background:#1e1e1e;}
.owl-carousel2.owl-theme .owl-controls { position:absolute; right:0; top:-10px; left:auto;}
.owl-carousel2.owl-theme .owl-controls .owl-buttons div { top:0; font-size:12px; height:18px; line-height:18px; background:#749bec;}
.owl-carousel2.owl-theme .owl-controls.clickable .owl-buttons div:hover { background:#6083cb;}
.owl-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev:before, .owl-carousel2.owl-theme .owl-controls .owl-buttons .owl-next:before { display:none;}
.owl-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev { left:-92px; }
.owl-carousel2.owl-theme .owl-controls .owl-buttons .owl-next { right:0;}




