
.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%; margin:0 auto;
	-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-carousel  .owl-item .image1{/*-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;*//*box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);-webkit-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);-moz-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2); */
background:#ebebeb; border:0px solid #fc6f36; display:inline-block; overflow:hidden; position:relative}

.owl-carousel  .owl-item .image1 img{/*-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;*/box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);display:block; max-width:310px; height:auto; text-align: center;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;}

/*.owl-carousel  .owl-item .image1 .description {
    position: absolute;
    top: 0px;
    right: 108%;
    width: 100%;
    height: 100%;
    background: rgba(201, 138, 68, 0.5);
    padding: 60px 40px;
    -webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
    -moz-transition: all 0.5s cubic-bezier(0,0,0.25,1);
    -o-transition: all 0.5s cubic-bezier(0,0,0.25,1);
    transition: all 0.5s cubic-bezier(0,0,0.25,1);
}


.owl-carousel .owl-item :hover .image1 .description{
	-webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	-moz-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	-o-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	transition: all 0.5s cubic-bezier(0,0,0.25,1);
	right: 0;
}
*/
.owl-carousel  .owl-item .image1 img:hover{ transform: scale(1.2);transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; cursor:crosshair}


.owl-item h3{width:100%; float:none; display:block; font-size:20px; color:#083992; font-family:'Lato', sans-serif; text-align:center; padding:5px 0px;line-height:26px;text-transform: capitalize; font-weight:700;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; }
.owl-item h3 span{ color:#edab2f;font-family:'Lato', sans-serif;}

.owl-item p{float:left; display:block; font-size:16px; color:#fff; font-family:'Lato', sans-serif; text-align:center !important; padding:0px 15px;line-height:26px;text-transform:inherit; font-weight:400;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; list-style:none; text-decoration:none }