#img_resize_container {text-align:center;cursor:pointer;}
#img_resize_container div {transition:all 0.3s ease-out;background-size:contain;background-position:center top;background-repeat:no-repeat;}
#img_resize_container img {transition:all 0.3s ease-out;max-height:400px;}

.kit_inline_gallery .thumbs {padding:10px 50px;position:relative;}
.kit_inline_gallery .thumbs .scroll_left,.kit_inline_gallery .thumbs .scroll_right {position:absolute;top:50%;left:0;margin-top:-25px;cursor:pointer;}
.kit_inline_gallery .thumbs .scroll_right {left:auto;right:0;}
.kit_inline_gallery .thumbs .scroll_left svg,.kit_inline_gallery .thumbs .scroll_right svg {height:40px;}
.kit_inline_gallery .thumbs .scroll {overflow:hidden;position:relative;width:100%;padding: 0;}
.kit_inline_gallery .thumbs ul {list-style:none;display: block;transition: all 0.75s ease-out;}
.kit_inline_gallery .thumbs ul li {float:left;padding:5px;}
.kit_inline_gallery .thumbs ul li img {cursor:pointer;}
.kit_inline_gallery .thumbs ul li img.active {border:2px solid #ffbc13;}

.kit_inline_gallery .thumbs .scroll_left,.kit_inline_gallery .thumbs .scroll_right{ color: #ffbc13; }

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
.transition_disabled
{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}


#kit_fullscreen {display:none;position:fixed;top:0;left:0;width:100%;height:99999px;background:rgba(0,0,0,0.85);z-index:10000000;text-align:center;color:#fff;font-size:16px;font-weight:700;}
#kgf_foto {width:95%;margin:20px auto;position:relative;padding:0 50px;}
#kgf_foto .close {position:absolute;opacity:0.7;top:0;right:17px;cursor:pointer;font-size:26px;}
#kgf_foto .prev, #kgf_foto .next {position:absolute;top:50%;margin-top:-25px;cursor:pointer;left:0;}
#kgf_foto .prev img, #kgf_foto .next img {height:50px;}
#kgf_foto .prev svg, #kgf_foto .next svg {height:50px;}
#kgf_foto .next {left:auto;right:0;}
#kgf_foto .loader {position:absolute;top:50%;left:50%;height:50px;width:50px;;margin:-25px 0 0 -25px;animation: spin 1s infinite linear;}
#kgf_foto .share {padding-bottom:10px;margin-bottom:0;}
#kgf_foto .share span{display:inline-block;width:16px;height:16px;cursor:pointer;vertical-align:middle;margin-left:5px;}
#kgf_foto .share span svg {height:16px;}
#kgf_foto .arrow_text {
	display:none;
}
#kgf_foto .counter {
	display:none;
}
@keyframes spin {
  0% {transform:rotate(0deg)}
  50%{transform:rotate(180deg)}
  100%{transform:rotate(360deg)}}

#kit_fullscreen .container {margin:0 auto;max-width:1200px;width:95%;clear:both;}
#kit_fullscreen .thumber {float:right;width:200px;text-align:right;cursor:pointer;padding-right:50px;}
#kit_fullscreen .thumber:after {content:" ▼";font-size:13px;}
#kit_fullscreen .thumber.up:after {content:" ▲";}
#kit_fullscreen .title {margin-right:200px;text-align:left;padding-left:50px;}
#kit_fullscreen .thumbs {padding:10px 45px;position:relative;}
#kit_fullscreen .thumbs .prev,#kit_fullscreen .thumbs .next {position:absolute;top:50%;left:0;margin-top:-25px;cursor:pointer;}
#kit_fullscreen .thumbs .prev svg,#kit_fullscreen .thumbs .next svg {height:40px;}
#kit_fullscreen .thumbs .next {left:auto;right:0;}
#kit_fullscreen .thumbs .scroll {overflow:hidden;position:relative;width:100%;padding:0;}
#kit_fullscreen .thumbs ul {list-style:none;display: block;transition:all 0.7s ease-out;}
#kit_fullscreen .thumbs ul li {float:left;padding:5px;}
#kit_fullscreen .thumbs ul li img {cursor:pointer;}
#kit_fullscreen .thumbs ul li img.active {border:1px solid #000;padding:1px;opacity:0.7;box-shadow:2px 2px 2px rgba(0,0,0,0.3)}
.noscroll_layout {overflow:hidden !important;}

.object_page #img_resize_container{ display: none; }

/* mobile vertical */
@media (max-width: 700px) {
	#kit_fullscreen {
		background:#000;
	}
	#kit_fullscreen .container {
		display:none;
	}
	#kgf_foto {
		width:100%;
		height:100vh;
		margin:0!important;
		padding:0;
	}
	
	#kgf_foto img {
		margin-top:50vh;
		transform: translateY(-50%);
	}
	
	#kgf_foto .close {
		content: "";
		position:fixed;
		top:0;
		right:0;
		width: 40px;
    	height: 40px;
    	background: rgba(21, 49, 63, 0.7);
    	color: rgba(21, 49, 63, 0);
    	border-left: 1px solid;
    	border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.2);
		opacity: 1;
		z-index:1;
		border-radius: 0 0 0 3px;
	}
	#kgf_foto .close::before, #kgf_foto .close::after {
    	content: "";
    	position: absolute;
    	width: 16px;
    	height: 3px;
    	background: #fff;
    	top: 50%;
    	left: 50%;
	}
	
	#kgf_foto .close::before {
    	transform: translate(-50%, -50%) rotate(-45deg);
	}
	#kgf_foto .close::after {
    	transform: translate(-50%, -50%) rotate(45deg);
	}
	
	#kgf_foto .prev, #kgf_foto .next {
		position:absolute;
		bottom:16px;
		top:auto;
		height:32px;
		width:83px;
		border-radius:3px;
		line-height:32px;
		text-align:center;
		background: rgba(21, 49, 63, 0.7);
    	color: #FFF;
    	border: 1px solid;
    	border-color: rgba(255, 255, 255, 0.2);
    	font-size: 16px;
    	font-weight: 400;
	}
	#kgf_foto .prev {
		left:50%!important;
		transform:translateX(-91px);
		padding:0 10px 0 30px;
		/*&::before {
			transform:translate(-29px,-50%) rotate(-135deg);
		}*/
	}
	#kgf_foto .prev::before {
		content: "";
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	display: block;
    	width: 9px;
    	height: 9px;
    	border-top: 3px solid #FFF;
    	border-right: 3px solid #FFF;
		transform:translate(-29px,-50%) rotate(-135deg);
	}
	
	#kgf_foto .next {
		right:50%!important;
		transform:translateX(91px);
		padding:0 30px 0 10px;
		/*&::before {
			transform:translate(18px,-50%) rotate(45deg);
		}*/
	}
	
	#kgf_foto .next::before {
		content: "";
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	display: block;
    	width: 9px;
    	height: 9px;
    	border-top: 3px solid #FFF;
    	border-right: 3px solid #FFF;
		transform:translate(18px,-50%) rotate(45deg);
	}
	
	#kgf_foto .arrow_text {
		display:inline-block;
	}
	
	#kgf_foto .prev svg, #kgf_foto .next svg{
		display:none;
	}
	
	#kgf_foto .counter {
		display:block;
		width:fit-content;
		height: 24px;
    	border-radius: 3px;
    	line-height: 22px;
    	font-size: 14px;
    	background: rgba(21, 49, 63, 0.7);
    	min-width: 63px;
    	color: #FFF;
    	border: 1px solid rgba(255,255, 255, 0.2);
    	font-weight: 400;
		transform:translate(50%, 0);
		right: 50%!important;
        position: absolute;
        top: 10px!important;
		left:auto!important;
	}
	#kgf_foto .share {
		display:none;
	}
	
	#kgf_foto *::before, #kgf_foto *::after
 	{
    	box-sizing: border-box;	
	}
}
	
/* mobile horizontal */
@media (max-width: 1200px) and (max-height: 700px) {
	#kit_fullscreen {
		background:#000;
	}
	#kit_fullscreen .container {
		display:none;
	}
	#kgf_foto {
		width:100%;
		height:100vh;
		margin:0!important;
		padding:0;
	}
	
	#kgf_foto img {
		max-height:100vh!important;
		margin-top:50vh;
		transform: translateY(-50%)
	}
	
	#kgf_foto .close {
		content: "";
		position:fixed;
		top:0;
		right:0;
		width: 40px;
    	height: 40px;
    	background: rgba(21, 49, 63, 0.7);
    	color: rgba(21, 49, 63, 0);
    	border-left: 1px solid;
    	border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.2);
		opacity: 1;
		z-index:1;
		border-radius: 0 0 0 3px;
	}
	#kgf_foto .close::before, #kgf_foto .close::after {
    	content: "";
    	position: absolute;
    	width: 16px;
    	height: 3px;
    	background: #fff;
    	top: 50%;
    	left: 50%;
	}
	
	#kgf_foto .close::before {
    	transform: translate(-50%, -50%) rotate(-45deg);
	}
	#kgf_foto .close::after {
    	transform: translate(-50%, -50%) rotate(45deg);
	}
	
	#kgf_foto .prev, #kgf_foto .next {
		position:absolute;
		bottom:16px;
		top:auto;
		height:32px;
		width:83px;
		border-radius:3px;
		line-height:32px;
		text-align:center;
		background: rgba(21, 49, 63, 0.7);
    	color: #FFF;
    	border: 1px solid;
    	border-color: rgba(255, 255, 255, 0.2);
    	font-size: 16px;
    	font-weight: 400;
	}
	#kgf_foto .prev {
		right:114px;
		left:auto;
		padding:0 10px 0 30px;
		/*&::before {
			transform:translate(-29px,-50%) rotate(-135deg);
		}*/
	}
	#kgf_foto .prev::before {
		content: "";
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	display: block;
    	width: 9px;
    	height: 9px;
    	border-top: 3px solid #FFF;
    	border-right: 3px solid #FFF;
		transform:translate(-29px,-50%) rotate(-135deg);
	}
	
	#kgf_foto .next {
		right:16px;
		padding:0 30px 0 10px;
		/*&::before {
			transform:translate(18px,-50%) rotate(45deg);
		}*/
	}
	
	#kgf_foto .next::before {
		content: "";
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	display: block;
    	width: 9px;
    	height: 9px;
    	border-top: 3px solid #FFF;
    	border-right: 3px solid #FFF;
		transform:translate(18px,-50%) rotate(45deg);
	}
	
	#kgf_foto .arrow_text {
		display:inline-block;
	}
	
	#kgf_foto .prev svg, #kgf_foto .next svg{
		display:none;
	}
	
	#kgf_foto .counter {
		display:block;
		width:fit-content;
		height: 24px;
    	border-radius: 3px;
    	line-height: 22px;
    	font-size: 14px;
    	background: rgba(21, 49, 63, 0.7);
    	min-width: 63px;
    	color: #FFF;
    	border: 1px solid rgba(255,255, 255, 0.2);
    	font-weight: 400;
		right: auto;
        position: absolute;
        top: auto;
		bottom:16px;
		left:16px;
	}
	#kgf_foto .share {
		display:none;
	}
	
	#kgf_foto *::before, #kgf_foto *::after
 	{
    	box-sizing: border-box;	
	}
}

