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

/* 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;
	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(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-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* 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: 5px;
	padding: 3px 10px;
	font-size: 18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #000/*869791*/;
	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;
}

/* Styling Pagination*/

.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: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0f0804;
}

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

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*------============-----*/
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.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);
}

/*----intro-slider-----*/
#intro-top .owl-carousel .owl-buttons div{background-color:transparent;display:block;height:80px;width:42px;margin:-16px 0 0;opacity:0;font-size:0;padding:0;
-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
#intro-top .owl-carousel .owl-buttons .owl-next{background:url(../images/owl-next.png) no-repeat;margin:-50px 100px 0 0;}
#intro-top .owl-carousel .owl-buttons .owl-prev{background:url(../images/owl-prev.png) no-repeat;margin:-50px 0 0 100px;}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;}
#intro-top .owl-carousel:hover .owl-buttons div{opacity: 1;}
#intro-top .owl-carousel .owl-buttons div i{color: #000;display: block;font-size:0;margin: -1px 0 0 -1px;padding: 5px;text-align: center;}
#intro-top .owl-carousel .owl-buttons div i{color:#000;}
.owl-theme .owl-controls{}


/*----blog-slider-----*/
.zoom-carousel .owl-carousel{width:100%;}
#blog .item img{display: block; max-width: 100%; height: auto; /*margin: 0 auto;*/}
.zoom-carousel .owl-item{opacity:0;-webkit-transition: all 1s .1s ease-in-out;-moz-transition: all 1s .1s ease-in-out;transition: all 1s .1s ease-in-out;z-index:10;}
.zoom-carousel .owl-item.active{opacity:1;}
.zoom-carousel .owl-item .zoom{opacity:1;transition: all 0.8s ease-in-out;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);transform:scale(0.9)}
.zoom-carousel .owl-item.active .zoom{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
.zoom-carousel .owl-controls{position: absolute;right: 0;top:40%;height: 40px;text-align: right;left: 0;width: auto;margin: -50px auto 0;text-align: center;}
.zoom-carousel .owl-carousel .owl-buttons .owl-next{background-color: rgba(0,0,0,0.66);color: #202424;font-size: 34px;/*box-shadow: 1px 1px 3px #aaaaaa;*/opacity: 1;display: inline-block;margin-left: 5px;height: 52px;width: 52px;padding: 0;text-align: center;border-radius: 4px;color: #aaaaaa;right:-5px;}
.zoom-carousel .owl-carousel .owl-buttons .owl-prev{background-color: rgba(0,0,0,0.66);color:#202424; font-size:34px;/*box-shadow: 1px 1px 3px #aaaaaa;*/opacity:1;display:inline-block;margin-left:5px;height:52px;width:52px;padding:0;text-align:center;border-radius: 4px;color: #aaaaaa;left:-8px;}

.zoom-carousel.facility .owl-controls{top: auto;margin: 0 auto 0;bottom: -26px;}
.zoom-carousel .owl-controls .owl-buttons div i{display:block;margin-top:-3px;}
.zoom-carousel .owl-controls .owl-buttons div i.fa-angle-right{line-height: 52px;}
.zoom-carousel .owl-controls .owl-buttons div i.fa-angle-left{line-height: 52px;}
/*.zoom-carousel .owl-controls .owl-buttons div:hover{background-color:#ff4800;border-color:#ddd}*/ 
.zoom-carousel .img-slider .owl-wrapper-outer{border:none;border-radius:0;box-shadow:none;}
.zoom-carousel .owl-carousel{background:none;}
.zoom-carousel .owl-carousel .owl-item{overflow:inherit;}
.zoom-carousel .owl-theme .owl-controls .owl-page span{opacity:1;}
.zoom-carousel .owl-theme .owl-controls .owl-page.active span{background:#aadb00;}



@media (max-width:767px){
	/*.owl-carousel .owl-wrapper-outer{padding-left:9px}*/
	.image-gallery .owl-carousel{max-width:585px;margin:18px auto 0}
	
	.destination-and-view li{/*width: 46.90%;float: left;;*/width: auto;float:none;margin:0 1.88% 26px 0 !important;text-align: center;}
	.destination-and-view .border li{border:none;}
	/*.destination-and-view li:last-child{margin: 0 auto;float: none;clear: both;}*/
	.destination-and-view li figure{margin: 0 auto 18px;}
	.destination-and-view .owl-controls .owl-buttons .owl-prev,.owl-controls .owl-buttons .owl-next{top:20%;}
	.gallery .owl-buttons .owl-next{top:46%;}
	.group-packages ul li{width:100%}
	.group-packages ul li > div{margin:0 15px}
	.group-packages ul li > div{min-height:190px}
	/*.owl-controls .owl-buttons .owl-prev{left:-20px}.owl-controls .owl-buttons .owl-next{right:-24px}*/
	
	.safari-gates ul li{width:98%}
	.best-visit ul li{width:95%;}
	/*body{border:1px solid #f00}*/
	
	
}
@media (max-width:655px){
	.image-gallery .owl-carousel{max-width:291px}
	.pench-resorts .owl-carousel{max-width:283px;margin:0 auto}
	
	/*.group-packages ul{margin: 24px auto 0;width: 100%;}
	.group-packages ul li{width: 100%;margin: 0 0 10px;float: none;}*/
	/*body{border:1px solid #0f0}*/
}
@media (max-width:639px){
	.destination-and-view li{width:75%;float:none;margin:0 auto !important;text-align:center;max-width:300px}
}
@media (max-width:480px){
	/*#cd-gallery .owl-controls{display:none !important}*/
	.destination-and-view li{width:100%;max-width:none}
	/*body{border:1px solid lightblue}*/
}	