

.owl-demo{
	width:100%;
	float:left;
	margin:0;
	position:relative;
	
}
.pad-top{
	padding:50px 0 0 0;
}
.pad-both{
	padding:50px 50px 0;
}
.owl-next, .owl-prev{

	width:25px;
	height:25px;
	background: url(../images/next-bt.png) no-repeat center center;
	text-indent:-999999px;
	-moz-border-radius: 3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	
	
	
}
.owl-prev{
	background: url(../images/pre-bt.png) no-repeat center center;
}

.owl-demo1 .item img{ max-width:100%; }
.owl-demo1 .item { border-right:1px solid #535556; padding-right: 15px; padding-left: 15px;}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 1px;
	padding: 0;
	background-color:#2AAA4D;
	display:none;
	
	
	
	/*filter: Alpha(Opacity=50);/*IE7 fix*/
	/*opacity: 0.5;*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	background-color:#99080D;
	
	
}


/* Styling Pagination*/
.owl-controls{
	top:0;
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	z-index:5;
	}
	


.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 4px ;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*background: #fff;*/
	border:2px solid rgb(73 86 90);
	
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #2d444c;
	border:2px solid #7d8689;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #ff0000;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display:none;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/loading.gif) no-repeat center center
}

/*****************************/
.owl-carousel .owl-item{
	float: left;
	
}

.owl-demo .item, .owl-demo2 .item{
	padding: 0;
	margin:0;
	position:relative;
}
.owl-demo2:before{
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	content:'';
	background-color:#FFFFFF;
	z-index:1;
}
.owl-demo2 .item img{
	width:100%;
	display:block;
	border-right:1px solid #D1D1D1;
}





	
/* 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; 
	padding-top: 30px;;
	
}
.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-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/icons/grabbing.png) 10 10, 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);
}

@media only screen and (max-width: 640px) {

 .owl-demo .item{
	padding: 0;
	margin:0;
	

	
}
}


@media only screen and (max-width: 640px) {



.owl-controls{
	top:-25px;
	
	}
	

}