/* 
 * 	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{position: absolute;top:47.4%;width: 100%;}
.owl-prev,.owl-next{background: #a3a3a3; color:#fff;padding:13px 4px 13px 8px;border:0px #ccc solid; transition:all 0.3s;  text-align:center;   border-radius: 50%; width:45px; height:45px; line-height:16px; font-size:28px;}
.owl-prev:hover,.owl-next:hover{background:##00bad1;}
.owl-prev{float: left; padding-left:1px;}
.owl-next{float: right;}
.ecrousal { border:0 !important;  margin-top:15px !important;   padding-bottom: 24px !important;
    margin-bottom: 17px !important;}
.ecrousal h6 { display:none !important;}
.itemlistings{ border:1px solid #e5e5e5; padding:12px !important; margin:0 12px;}
.itemlistings .itmimg { border-radius:0 !important;}
.itemlistings p { margin:15px 0 !important}
.itemlistings span{ color:#333333 !important;} 
.itemlistings a.itm-a { border-radius:0 !important;background:#737373 !important; margin-top:5px !important;}
.ecrousal img.icon {    bottom: -9px!important;    right: -6px !important;    width: 22px !important;}

/**************************************/
@media screen and (max-width:1230px){
.ecrousal { width:971px !important;}	
}
@media screen and (max-width:991px){
.ecrousal { width:758px !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;}	
}