/* 
 * 	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(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);
}

/******* Custom Next Back Buttons *****/

.owl-buttons{width: 100%;}
.owl-prev,.owl-next{background: #a3a3a3; color:#fff;padding:11px 4px 13px 8px;border:0px #ccc solid; transition:all 0.3s;  text-align:center;   border-radius: 50%; width:45px; height:45px; line-height:24px; font-size:20px;position: absolute;top:42.4%; z-index:9999;}
.owl-prev:hover,.owl-next:hover{background:#f2a6b5; color: #000;}
.owl-prev{float: left; padding-left:1px;}
.owl-next{float: right; right:0;}
.ecrousal { border:0 !important;     padding-bottom: 24px !important;
    margin-bottom: 17px !important;}
.ecrousal h6 { display:none !important;}
.owl-item {padding:15px 10px !important;}
.itemlistings {padding:15px 15px !important; border:1px solid #e2e2e2;  box-shadow:0 0 0 #e8e8e8 !important; transition:0.5s all ease;} 
.itemlistings:hover {box-shadow:0 0 8px 8px #e8e8e8 !important;}
.itemlistings .itmimg { border:0 !important; overflow:hidden; position:relative;}
.itemlistings .itmimg img { transition:0.5s all ease;}
.itemlistings:hover  .itmimg img{ transform:scale(1.1);}
.itemlistings span{ margin:12px 0 !important; color:#000 !important; font-size:15px !important;}  
.itemlistings a.itm-a {border:1px solid #0074b7 !important; padding:8px 20px !important; transition:0.5s all ease; background:#fff !important; color:#0074b7 !important; margin-top:5px !important; border-radius:0 !important; font-size:15px !important;}
.itemlistings a.itm-a:hover { background:#0074b7 !important; color:#fff !important;}
.ecrousal img.icon {    bottom: -9px!important;    right: -6px !important;    width: 22px !important;}

/**************************************/


@media screen and (max-width:767px){
.ecrousal { width:550px !important;}	
}
@media screen and (max-width:600px){
.ecrousal { width:400px !important;}	
}
@media screen and (max-width:500px){
.ecrousal { width:250px !important;}	
}