/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
@media screen and (min-width:240px) and (max-width: 640px) {
	#slider .owl-carousel{
	display: none;
	margin:0;
	position: relative;
	width: 100%;
	float:left;
	-ms-touch-action: pan-y;
	/*background:#FFF;*/
	}
	#slider .owl-carousel img{
		width:100%;
	}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	margin-left:0;
	float:left;
	-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-buttons div{
	display:none;
}
}
@media screen and (min-width:640px) and (max-width: 1000px) {
	#slider .owl-carousel{
	display: none;
	margin:0;
	position: relative;
	width: 100%;
	float:left;
	-ms-touch-action: pan-y;
	/*background:#FFF;*/
	}
	
	#slider .owl-carousel img{
		width:100%;
	}
	.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	float:left;
	-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-buttons div{
	display:none;
}

}
@media screen and (min-width: 1000px) {
	#slider .owl-carousel{
	display: none;
	margin:0;
	position: relative;
	width: 670px;
	height:250px;
	float:left;
	-ms-touch-action: pan-y;
	/*background:#FFF;*/
	}
	
	.owl-carousel{
	display: none;
	position: relative;
	width: 900px;
	margin-left:100px;
	float:left;
	-ms-touch-action: pan-y;
	}
	#news .owl-carousel{
	display: none;
	position: relative;
	width: 385px;
	margin-left:100px;
	float:left;
	-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;
}

#slider .owl-carousel img{
	width:670px;
}

}


.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls .owl-buttons div{
	width:30px;
	height:30px;
	text-indent:-99999px;
	background:url(../images/share/slide_btn.png) no-repeat;
	position:absolute;
}

.owl-controls .owl-buttons div.owl-prev {
	top:45px;
	left:-15px;
	background-position:top left;
	}
.owl-controls .owl-buttons div.owl-next {
	top:45px;
	right:-15px;
	background-position:top right;
	}
.owl-controls .owl-buttons div.owl-prev:hover {
	top:45px;
	left:-15px;
	background-position:bottom left;
	}
.owl-controls .owl-buttons div.owl-next:hover {
	top:45px;
	right:-15px;
	background-position:bottom right;
	}
#slider .owl-controls .owl-buttons div.owl-prev {
	top:110px;
	left:-15px;
	background-position:top left;
	}
#slider .owl-controls .owl-buttons div.owl-next {
	top:110px;
	right:-15px;
	background-position:top right;
	}
#slider .owl-controls .owl-buttons div.owl-prev:hover {
	top:110px;
	left:-15px;
	background-position:bottom left;
	}
#slider .owl-controls .owl-buttons div.owl-next:hover {
	top:110px;
	right:-15px;
	background-position:bottom right;
	}



.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);
}

.owl-item a{
	padding:15px;
	display:block;
	border-left:1px dotted #3898db;
	height:90px;
	}
	
#slider .owl-item a{
	padding:0;
	border:none;
	height:auto;
	width:100%;
	}

