/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel.homebanner,.owl-carousel.frelink{
	display: none;
	position: relative;
	width: 100%;
	
	-ms-touch-action: pan-y;
}
.owl-carousel.homebanner .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.homebanner .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel.homebanner .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.homebanner .owl-item{
	float: left;
	height: 525px;
	width:100%;
}
.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);
}


.homebanner .owl-controls,.owl-controls.frelink{position: absolute;top:40%;left:0;width:100%;margin-top:-50px;z-index: 999999;}
.owl-controls.frelink .owl-item{float:left;}
/* 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);
}
.bannerbg{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	display: block;
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width:100%;
}

.homebanner .owl-buttons,.frelink .owl-buttons{width:100%;text-align: center;}
.homebanner .owl-buttons .owl-prev,.homebanner .owl-buttons .owl-next{width:17px;height: 28px;text-indent: -99999999px;overflow: hidden;margin-top:-260px;display: none;}
.homebanner .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;float:left;margin-left:50px;}
.homebanner .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;float:right;margin-right:50px;}
.homebanner .owl-buttons .owl-prev:hover{background: url(../images/left-h.png) center no-repeat;}
.homebanner .owl-buttons .owl-next:hover{background: url(../images/right-h.png) center no-repeat;}

.homebanner .owl-pagination{text-align: center;width:180px;margin:0 auto;margin-top:320px;}
.homebanner .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homebanner .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 6px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
}

.homebanner .owl-controls .owl-page.active span,
.homebanner .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #fff;
}

@media screen and (max-height:780px) {
	.homebanner .owl-controls{bottom:5%;top:auto;}
	.homebanner .owl-pagination{margin-top:0;}
	.homebanner .owl-buttons .owl-prev, .homebanner .owl-buttons .owl-next{margin-top:-120px;}
}




.owl-carousel.frelink{margin-top:30px;}
.owl-carousel.frelink .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel.frelink{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel.frelink .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.frelink .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel.frelink .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.frelink .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.frelink  .owl-wrapper,
.owl-carousel.frelink  .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);
}
.frelink .owl-buttons .owl-prev,.frelink .owl-buttons .owl-next{width:16px;height: 29px;text-indent: -99999999px;overflow: hidden;margin-top:-45px;}
.frelink .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;float:left;margin-left:-20px;}
.frelink .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;float:right;margin-right:-20px;}
.frelink .owl-buttons .owl-prev:hover{background: url(../images/left.png) center no-repeat;}
.frelink .owl-buttons .owl-next:hover{background: url(../images/right.png) center no-repeat;}
#owl-demo .item{margin:5px;}
#owl-demo .item{}