.gallery_modal {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1070;
	display:none;
	opacity:0;
}
.gallery_modal.in {
	opacity:1;
}

.gallery_modal .title {
	height: 10%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	font-size:0;
	padding-left: 4%;
	background-color: #000;
	color: #fff;
}
.gallery_modal .title:before {
	content:'';
	display:inline-block;
	vertical-align:bottom;
	height: 87%;
}
.gallery_modal .title .wrap {
	display:inline-block;
	vertical-align:bottom;
}
.gallery_modal .title .kategori {
	font-size:40px;
	font-weight:900;
	display:inline-block;
	vertical-align:middle;
}
.gallery_modal .title .kategori i {
	font-style:normal;
	display:none;
}
.gallery_modal .title .kategori i.active {
	display: inline;
}
.gallery_modal .title .foto {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	margin-left: 12px;
}

.gallery_modal .big_img {
	background-color:#000;
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
}

.gallery_modal .big_img .owl-prev,
.gallery_modal .big_img .owl-next {
	position:absolute;
	top: 44%;
	display:block;
	z-index: 99999;
	font-size:0;
}
.gallery_modal .big_img .owl-prev:before,
.gallery_modal .big_img .owl-next:before {
	content:'';
	display:block;
	font-family: 'icomoon';
	font-size:50px;
	color:#fff;
}
.gallery_modal .big_img .owl-prev {
	left: 2%;
}
.gallery_modal .big_img .owl-next {
	right: 2%;
}

.gallery_modal .owl-stage-outer,
.gallery_modal .owl-stage,
.gallery_modal .owl-item {
	height:100%;
}

.gallery_modal .owl-item {
	font-size:0;
}
.gallery_modal .big_img .owl-item:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.gallery_modal .big_img img {
	max-width:90%;
	max-height:100%;
	width:auto !important;
	display: inline-block;
	vertical-align: middle;
}

.gallery_modal .thumbs .img {
	height:100%;
	cursor: pointer;
	margin-right: 20px;
	position:relative;
}
.gallery_modal .thumbs * {
	-webkit-backface-visibility: hidden;
}
.gallery_modal .thumbs img {
	height:100%;
	width:auto;
}
.gallery_modal .thumbs .img:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.3);
	display:block;
	opacity:1;
	-webkit-transition:.3s;
	transition:.3s;
}
.gallery_modal .thumbs .img.active:before {
	opacity:0;
}

.gallery_modal .thumbs {
	text-align: center;
	padding: 2% 5%;
	background-color:rgba(255,255,255,.9);
	-webkit-transition:.3s;
	transition:.3s;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	height: 100%;
}

.gallery_modal .thumbs_wrap {
	height: 17%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.gallery_modal .thumbs_wrap:hover .thumbs  {
	top:0 !important;
}

.gallery_modal .icon-x {
	font-size: 66px;
	position:absolute;
	top: 36%;
	right: 3%;
	cursor:pointer;
}