﻿@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}
.wrapper {
}
.frame_gallery {
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
    left: 0;
	background: rgba(32,33,36,0.9);
	display: table;
	height: 100% !important;
	height: 100vh!important;
	table-layout: fixed;
}
.top_gallery {
	width: 100%;
	height: 100vh;
}
.close {
	position: absolute;
	right: 18px;
	top: 12px;
	font-size: 1.5em;
	color: #fff;
	z-index: 1;
	opacity: 0.5
}
.close:hover {
	opacity: 1
}
.arrowbloc {
	display: block;
	margin-top: -0.5em;
	opacity: .4;
	position: absolute;
	top: 40%;
	transition: opacity .2s;
	z-index: 1;
	font-size: 3em
}
.arrowbloc:hover {
	opacity: 1;
}
.arrowbloc a {
	color: #fff;
	text-decoration: none;
	padding: 0.5em
}
._left {
	left: 0
}
._right {
	right: 0
}
.miniature_frame {
	position: fixed;
	bottom: 0;
	height: 85px;
	background: #000;
	width: 100%;
}
.miniature_img {
	clear: both;
	overflow: hidden;
	padding-bottom: 16px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
.photo_min {
	display: inline-block;
	flex-grow: 1;
	overflow: hidden;
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.photo_min a {
	display: block;
	text-decoration: none;
	margin: 4px
}
.photo_min img {
	vertical-align: middle;
	height: 80px;
	opacity: 0.4; transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	   box-sizing: border-box;
}
.photo_min a:hover img,.photo_min a.selected img {
	opacity: 1;
}
.photo_min a.selected img {
	opacity: 1;
	border:solid 2px #4080ff;
}

.frame_photo {
	width: 100%;
	height: 100%;
	position: relative;
}
.photo_big {
	width: 100%;
	text-align: center;
	height: 100%;
	padding-bottom: 85px;
	display: table;
}
.photo_big img {
	max-width: 90%;
	max-height: 70vh;
	display: inline-block;
}
.desc_img {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	margin: 16px 0 8px 0;
	pointer-events: none;
	text-align: center;
}
.center_miniature {
	margin: 0 auto;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 88px;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.miniature_inner {
	align-items: center;
	white-space: nowrap;
	padding: 0 0.5em;
	position: relative;
	width: 100%;
}
.padding_div {
	display: table;
	height: 100%;
	width: 100%;
}
.frame_img {
	display: table-cell;
	height: 90%;
	vertical-align: middle;
	text-align: center;
}
.desc_img {
	display: table-row;
	height: 10%;
}
@media (max-width:768px) {
}
@media (max-width:425px) {
}
