/* 
 * 	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;
	padding: 0 20px 0 0;
}
.owl-carousel .owl-items {
	background: #f5f5f5;
	border-right: 1px solid #c5c7ba;
	border-bottom: 1px solid #c5c7ba;
	float: left;
}
.owl-carousel .owl-items:hover {
	background: #ececec;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
#demo{ position:relative; width:100%; padding:20px 0 20px 0;}
.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);
}
.customNavigation {
	width: 100%;
	position:absolute; top:10%;
}
.customNavigation a.prev {
	left:-50px;position: absolute;
}
.customNavigation a.next{
	right:-50px;position: absolute;
}
.customNavigation a {
	color: #ababab !important;
	font-size: 50px;
	padding: 0 10px 0 10px;
}
.customNavigation a:hover {
	color: #002750 !important;
}
.item-description {
	float: left;
	padding: 5px 5px;
	max-width: 240px;
	width: 90%;
}
.ratings i.text-grey{color: #ddd !important;}
.item-description h6 {
	color: #241f5d;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0; border-bottom:2px solid #ddd;
}
.item-description p {
	text-align: left;
	font-size: 12px; min-height:43px; line-height:1.2;
}
.item-img {
	float: left;
	max-width: 119px;
	position: relative;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.item-img img {
	width: 100%;
}
.item-img .textbox {
	max-width: 119px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
}
.item-img:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
}
.item-img .text {
	padding-top: 40px;
}
.item-img .textbox {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.item-img .textbox {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.item-img .textbox p {
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	padding-top: 30%;
}
