.owl-item{height:auto;float:left;width:100%;position:relative;}
.owl-stage-outer{height:100%;width:100%;transition:all ease 0.5s; overflow:hidden; position:relative;}
.owl-stage{overflow:hidden;position:relative;top:0;height:auto;width:100%;left:0;transition:all ease 0.5s;}
.item > img{height:auto;width:100%;transition:all ease 0.5s;}
.item{height:auto;width:100%;}
#owl-example .owl-nav { display:none; } 

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.logoslider .owl-nav {
    position: absolute;
    top:30%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px auto; 
	
}
.logoslider .owl-prev {
	background:url(../images/prv.jpg) center #fff; width:16px; height:47px; text-align:center; font-size:0;
  left:-30px; cursor:pointer;
  position: absolute; 
}
.logoslider .owl-next {background:url(../images/nxt.jpg) center #fff; width:16px; height:47px; text-align:center; font-size:0;
  position: absolute; cursor:pointer;
  right:-30px;
}

#hotel-owl .owl-nav {
    position: absolute;
    top:40%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px auto; 
	
}
#hotel-owl .owl-prev {
	background:url(../images/hprev.png) center ; width:40px; height:40px; text-align:center; font-size:0;
  left:2%; cursor:pointer;
  position: absolute; 
}
#hotel-owl .owl-next {background:url(../images/hnxt.png) center; width:40px; height:40px; text-align:center; font-size:0;
  position: absolute; cursor:pointer;
  right:2%;
}
#hotel-owl1 .owl-nav {
    position: absolute;
    top:40%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px auto; 
	
}
#hotel-owl1 .owl-prev {
	background:url(../images/hprev.png) center ; width:40px; height:40px; text-align:center; font-size:0;
  left:2%; cursor:pointer;
  position: absolute; 
}
#hotel-owl1 .owl-next {background:url(../images/hnxt.png) center; width:40px; height:40px; text-align:center; font-size:0;
  position: absolute; cursor:pointer;
  right:2%;
}
#hotel-owl2 .owl-nav {
    position: absolute;
    top:40%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px auto; 
	
}
#hotel-owl2 .owl-prev {
	background:url(../images/hprev.png) center ; width:40px; height:40px; text-align:center; font-size:0;
  left:2%; cursor:pointer;
  position: absolute; 
}
#hotel-owl2 .owl-next {background:url(../images/hnxt.png) center; width:40px; height:40px; text-align:center; font-size:0;
  position: absolute; cursor:pointer;
  right:2%;
}


.video-slider .owl-nav {
    position: absolute;
    top:44%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px auto; 
	
}
.video-slider .owl-prev {
	background:url(../images/prv.jpg) center #F3F3F3; width:16px; height:47px; text-align:center; font-size:0;
  left:-30px; cursor:pointer;
  position: absolute; 
}
.video-slider .owl-next {background:url(../images/nxt.jpg) center #F3F3F3; width:16px; height:47px; text-align:center; font-size:0;
  position: absolute; cursor:pointer;
  right:-30px;
}
.owl-next:hover, .owl-prev:hover{ background-color:#fff;}

#owl-example .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#owl-example .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#owl-example .owl-dots .owl-dot.active span, #owl-example .owl-dots .owl-dot:hover span {
  background: #D85C06;
  }
#owl-example .owl-dots .active span {
  background-color: red;
  cursor: default;
}


.owl-dots {
    position:relative;
    z-index:99;
    margin-top:-35px;
	margin-left:30px;
}