/*
body.page_gallery{height:100%;}
body.page_gallery .gallery_placeholder{display:block;}*/


.slick-list,
.slick-track { height: 100%; }
.bg-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

.thumb-slide { box-sizing: border-box; height: 80px; margin: 0 6px; }
.slick-current > .thumb-slide { border: 2px solid #22737d; }

.gallery_placeholder{height:100%;position:relative;z-index:1;display:none;}

.gallery{height:100%;position:relative;z-index:1;background:#000;display:none;}
.gallery ul{list-style:none;padding:0;margin:0;}

.tourSlider_wrap{height:100%;}
.tourSlider{height:100%}
.tourSlider>.slide{overflow:hidden;}
.tourSlider>.slide>img{ max-width:none; }
.tourSlider_previous,
.tourSlider_next{width:59px;height:71px;position:absolute;top:50%;left:0;margin-left:-12px;z-index:10;background:url(../images/layout/gallery/previous.png) center center no-repeat;cursor:pointer;margin-top:-35px;}
.tourSlider_next{left:auto;right:0;background-image:url(../images/layout/gallery/next.png);margin-left:0;margin-right:-12px;}
.tourSlider_previous:active,
.tourSlider_next:active{margin-top:-34px;}
.page_gallery .tourSlider_previous,
.page_gallery .tourSlider_next{margin-top:-10px}
.page_gallery .tourSlider_previous:active,
.page_gallery .tourSlider_next:active{margin-top:-9px;}
.tourSlider> .slide.has-video{background-color:lightgrey;}
.tourSlider> .slide.has-video .video-wrapper{ width:100%; height: auto; }
.tourSlider>.slide video{
	/*width:70%;*/
	height:72%;
	width:auto;
	/*max-width:800px;*/
	/*height:auto;*/
	display:block;
	margin:75px auto 0 auto;
	/*position:absolute;*/
	/*top:50%;*/
	/*left:50%;*/
	/*transform: translateX(-50%) translateY(-50%);*/
/*	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);*/
}
.tourThumb_wrap{width:100%;position:absolute;bottom:-1px;left:0;z-index:3;box-shadow:0 0 15px #000; transition: all .5s ease-in-out; padding: 12px 0; }
.tourThumb_wrap:before{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#acd4d9;content:"";}
.tourThumb_wrap.not-visible{
	-webkit-transform: translateY(102px);
	-moz-transform: translateY(102px);
	-ms-transform: translateY(102px);
	-o-transform: translateY(102px);
	transform: translateY(102px);
	transition: all .5s ease-in-out;
}

.ulSlider_wrap{ /*margin:0 50px;*/ position:relative;}
.ulSlider{position:relative;overflow:hidden;z-index:1;}
.ulSlider>ul{height:auto!important;position:relative;overflow:hidden;z-index:1;margin:0 auto;padding:10px 0;}
.ulSlider>ul>li{height:auto!important;float:left;display:inline;position:relative;overflow:hidden;z-index:1;cursor:pointer;}
.ulSlider>ul>li>img{width:90%;margin:0 auto;display:block;position:relative;z-index:2;border:2px solid transparent;}
.ulSlider>ul>li.active>img{border:2px solid #22737d;}


.ulSlider_previous,
.ulSlider_next{width:50px;height:100%;position:absolute;top:0;/*left:-50px;*/ left: 0; cursor:pointer;background:url(../images/layout/gallery/thumb_previous.png) center center no-repeat;z-index:2;}
.ulSlider_next{left:auto;/*right:-50px;*/ right: 84px; background-image:url(../images/layout/gallery/thumb_next.png);}

.galleryMenu{width:100%;height:100%;position:absolute;top:0;left:0;display:block;}
.galleryMenu>.inner{width:70%;position:absolute;top:50%;left:15%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); /*need ie8 fallback*/
}

.galleryMenu>.inner .photo-items-centered .item{float:none; display:inline-block; left:12.2%; padding-top:8px;}
.galleryMenu>.inner{text-align:center;}
.galleryMenu .item{width:22%;margin:10px 1%;position:relative;display:inline-block;*float:left;*display:inline;cursor:pointer; overflow: hidden;}
.galleryMenu .item>img{width:100%;height:auto;display:block;max-width:100%;margin:0 auto;
    -ms-transform: scale3d(1,1,1); 
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s
}

.galleryMenu .item:hover > img {
    -ms-transform: scale3d(1.2,1.2,1.2);
    -webkit-transform: scale3d(1.2,1.2,1.2); /* Safari */
    transform: scale3d(1.2,1.2,1.2);
    -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s
}
.galleryMenu .item:hover > img.video-tour-icon {
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1); /* Safari */
    transform: scale3d(1,1,1);
    -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s
}

.galleryMenu .item .caption { position: absolute; left: 0; bottom: 0; box-sizing: border-box; background: #033d3c; background: rgba(172,212,217,.8); color: #033d3c; height: 47px; line-height: 47px; text-align: center; text-transform: uppercase; width: 100%; font-weight: bold; }
.galleryMenu .item .caption.alt { color: #fff; background: #045d5b ; background: rgba(4, 93, 91, .8); }

.galleryCategory{width:100%;height:75px;position:absolute;top:0;left:0;z-index:10;background:#add4d9;}
.galleryCategory .itemlist{margin-left:25px;position:relative;}
.galleryCategory .item{line-height:30px;float:left;display:inline;margin:25px 0 0 0;padding:0 12px;position:relative;color:#88a8ac;}
.galleryCategory .item a{color:#88a8ac;}
.galleryCategory .item.line-left:before{width:1px;height:100%;position:absolute;top:0;left:0;border-left:1px solid gray;content:"";}
.galleryCategory .item.line-right:before{width:1px;height:100%;position:absolute;top:0;right:0;border-left:1px solid gray;content:"";}
.galleryCategory .item.alt{margin-right:-13px;}
.galleryCategory .bold{font-weight:bold;}
.galleryCategory .bold.active{color:#000;}
.galleryCategory .bold a{text-decoration:none;}
.galleryCategory .select_field{width:200px;height:30px;position:relative;background:#fff;}
.galleryCaption{width:90%;height:40px;position:absolute;bottom:100%;left:0;padding:0 5%;z-index:10;color:#fff;text-align:center;font-style:italic;font-family: 'Crimson Text', serif;font-size:18px;}

.gallerySelect_custom{width:100%;max-width:190px;background:#fff;color:#0d5e68;line-height:30px;font-size:18px;position:relative;text-transform:lowercase;letter-spacing:.01em;font-style:italic;font-family: 'Crimson Text', serif;}
.gallerySelect_custom:before{width:11px;height:9px;content:url(../images/layout/gallery/category_arrow.png);position:absolute;top:2px;right:10px;z-index:2;}
.gallerySelect_custom .kSelect_label{padding:0 8px;}  
.gallerySelect_custom .kSelect_option ul{list-style:none;padding:0;margin-left:-1px;}
.gallerySelect_custom .kSelect_option li{padding:3px 12px;background:#fff;transition: all 0.4s ease;}
.gallerySelect_custom .kSelect_option li:hover,
.gallerySelect_custom .kSelect_option li.active{background:#dbdbdb;}

.plugin_gallery_placeholder .popen_content{background:transparent!important;}
.plugin_gallery_placeholder .popen_fullscreen{display:none!Important;}
.plugin_gallery_placeholder .popen_close{width:75px!important;height:75px!important;background:url(../images/layout/gallery/btn_close.png) center center no-repeat!important;cursor:pointer;position:absolute!important;top:0!important;right:0!important;}
.backToMenu{width:98px;height:75px;background:url(../images/layout/gallery/btn_back.png) center center no-repeat;position:absolute;top:0;right:75px;z-index:11;cursor:pointer;display:none;}
.gallery {transition: all 1.4s ease;}
.galleryMenu {transition: all 1.2s ease;}
.gallery{opacity:0;display:block;z-index:1;}
.galleryMenu{opacity:1;display:block;z-index:2;}
.plugin_gallery_placeholder.isGalleryOn .popen_close{background-image:url(../images/layout/gallery/btn_close_alt.png)!important;}
.plugin_gallery_placeholder.isGalleryOn .backToMenu{display:block;}
.plugin_gallery_placeholder.isGalleryOn .gallery{opacity:1;z-index:2;}
.plugin_gallery_placeholder.isGalleryOn .galleryMenu{opacity:0;z-index:1;} 
@media screen and (max-width:670px){
	.galleryMenu{height:90%;top:10%;overflow:auto;}
	.galleryMenu .item{width:47%;margin:5px 1%;}
	.galleryMenu .item .caption{font-size:13px;line-height:normal;height:auto;padding:5px 0;}
	.galleryMenu>.inner{width:100%;left:0;
		top: 0;
		-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);
	}

	.backToMenu{width:80px;height:30px;background-size:contain;right:40px;top:10px;}
	.plugin_gallery_placeholder .popen_close{width:30px!important;height:30px!important;background-size:contain!important;top:10px!important;right:10px!important;}
	.galleryCategory{height:50px;}
	.galleryCategory .itemlist{margin-left:0;}
	.galleryCategory .item{margin:10px 0 0;font-size:11px;padding:0 5px;}
	.galleryCategory .item.alt{margin-right:-5px;}
	.galleryCategory .item.line-left:before{display:none;}	
	.galleryCategory .select_field{width:120px;}
	.gallerySelect_custom{font-size:12px;font-weight:bold;}
	.tourSlider_previous, .tourSlider_next{margin-top:-40px;}
	.tourSlider_previous:active, .tourSlider_next:active{margin-top:-39px;}
	.ulSlider>ul{padding:5px 0;}
	.ulSlider>ul>li>img{width:85%;}	
}

@media screen and (max-width:480px) {
    .plugin_gallery_placeholder.isGalleryOn .backToMenu { display: none; }
}

.tourSlider .video-controls { position:absolute!important; width:80%!important; height:60%!important;top:50%!important; left:0!important; right:0; margin:0 auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:10;
	cursor:pointer;
 }
 .tourSlider .video-controls:hover.paused:after,.tourSlider .video-controls:hover.playing:after{
	opacity:1;
	transition: all .5s ease-in-out;
 }
 .tourSlider .video-controls.paused:after{
 	content:"\f144";
 	color:white;
 	font-family:fontAwesome;
 	font-size:100px;
 	position:absolute;
 	top:50%; left:0; right:0; margin:0 auto;
 	-webkit-transform:translateY(-50%);
 	-moz-transform:translateY(-50%);
 	-ms-transform:translateY(-50%);
 	-o-transform:translateY(-50%);
 	transform:translateY(-50%);
 	text-align: center;
 	opacity:0;
 	transition: all .5s ease-in-out;

 }

 .tourSlider .video-controls.playing:after{
 	content:"\f04c";
 	color:white;
 	font-family:fontAwesome;
 	font-size:100px;
 	position:absolute;
 	top:50%; left:0; right:0; margin:0 auto;
 	-webkit-transform:translateY(-50%);
 	-moz-transform:translateY(-50%);
 	-ms-transform:translateY(-50%);
 	-o-transform:translateY(-50%);
 	transform:translateY(-50%);
 	text-align: center;
 	opacity:0;
 	transition: all .5s ease-in-out;
 }
 @media screen and (max-width:670px){
 	.tourSlider .video-controls.playing:after,.tourSlider .video-controls.paused:after{font-size:30px;}
 }
 
 .thumb-slider-wrap {
 	position: relative;
	/*margin: 0 140px 0 50px;*/
	padding: 0 140px 0 50px;
	max-width: 1280px;
	margin: 0 auto;
 }
 
.btn-gallery-toggle {
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	border: none;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Open sans', sans-serif;
	padding:0;
}

.btn-gallery-toggle span {
	display: block;
}

.btn-gallery-toggle i {
	display: inline-block;
	position: relative;			
 	color: #000; 	
	margin-bottom: 3px;
}

.btn-gallery-toggle i:before {
	content: "\f04c";
	font-family: fontAwesome;
	font-size: 20px;
}
.btn-gallery-toggle.gallery-play i:before {
	content: "\f04b";
}