/* ========================= Sidebar ========================= */
.sidebar .open-button{
	position: absolute;
	top: 14px;
	right: 7px;
	width: 36px;
	height: 23px;
	text-indent: 100%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border: none;
	cursor: pointer;
	outline: none;
	background: transparent;
	padding: 0;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	display: none;
	z-index: 5;
}
.sidebar .open-button span{
	position: absolute;
	height: 3px;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sidebar .open-button .line-2{
	top: 10px;
}
.sidebar .open-button .line-3{
	top: 20px;
}

.sidebar .logo {
	flex: none;
	margin-top: 40px;
}
.sidebar .logo a {
	display: block;
	width: 160px;
	margin: 0 auto;
}
.sidebar .logo a img {
	width: 100%;
	height: auto;
}

.footer{
	display: none;
	background: #ffffff;
}
.footer .media {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px 20px 20px 20px;
}
.sidebar .media{
	padding: 0 25px;
	flex: none;
	margin-bottom: 20px;
}

.sidebar .send-postcard {
	margin-top: 40px;
}

.sidebar .send-postcard a {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}

.sidebar .send-postcard a:hover {
	color: inherit;
}

.sidebar .send-postcard a img {
	display: block;
	margin: 0 auto 15px;
}

.sidebar .search,
.footer .search{
	position: relative;
	display: block;
}
.sidebar .search input,
.footer .search input{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	color: #606060;
	font-size: 17px;
	padding: 0 50px 0 20px;
}
.sidebar .search button,
.footer .search button{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: #f26d24;
}
.sidebar .search button i,
.footer .search button i{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sidebar .search button:hover,
.footer .search button:hover{
	opacity: 0.8;
}

.sidebar .links,
.footer .links{
	display: flex;
	margin: 30px 0 0 0;
}
.sidebar .links .block,
.footer .links .block{
	flex: 50%;
}
.sidebar .links .block ul,
.footer .links .block ul{
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 -5px;
	list-style-type: none;
	font-size: 0;
	text-align: left;
}
.footer .links .block.soc ul{
	float: right;
}
.sidebar .links .block ul li,
.footer .links .block ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	margin: 0;
	text-align: center;
}
.sidebar .links .block ul li a,
.footer .links .block ul li a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.sidebar .links .block.lng ul li a,
.footer .links .block.lng ul li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #989898;
	background: #f5f5f5;
}
.sidebar .links .block.lng ul li a.active,
.sidebar .links .block.lng ul li a:hover,
.footer .links .block.lng ul li a.active,
.footer .links .block.lng ul li a:hover{
	background: #ed4751;
	color: #ffffff;
	opacity: 1;
}
.sidebar .links .block.soc ul li a,
.footer .links .block.soc ul li a{
	position: relative;
	background: #7fbbc6;
}
.sidebar .links .block.soc ul li a i,
.footer .links .block.soc ul li a i{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sidebar .copy,
.footer .copy{
	position: relative;
	display: block;
	margin: 40px 0 0 0;
}
.sidebar .copy p,
.footer .copy p{
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: #989898;
}

.main-menu{
	padding: 40px 0;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.main-menu ul{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
}
.main-menu ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 13px 0;
	text-align: center;
}
.main-menu ul li:first-child{
	margin-top: 0;
}
.main-menu ul li:last-child{
	margin-bottom: 0;
}
.main-menu ul li a{
	position: relative;
	display: inline-block;
	padding: 0 5px;
	color: #000000;
}
.main-menu ul li a span{
	position: relative;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 1;
}
.main-menu ul li a:before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: -3%;
	width: 106%;
	height: 10px;
	background: #ffe4b8;
	z-index: 0;
	display: none;
}
.main-menu ul li a:hover,
.main-menu ul li a.active{
	opacity: 1;
	color: #f36d23;
}
.main-menu ul li a.active:before{
	display: block;
}

.main-menu .user{
	margin-bottom: 26px;
}
.main-menu .user .name{
	display: block;
	font-size: 15px;
	color: #f26d24;
}
.main-menu .user .count{
	display: block;
	margin-top: 5px;
}
.main-menu .user .count a span {
	font-size: 15px;
	font-weight: 200;
	line-height: 20px;
	text-transform: none;
}
.main-menu .user .count i{
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	margin: 6px 7px 0 0;
	color: #7fbbc5;
}
.main-menu .user .count b{
	font-size: 15px;
	color: #7fbbc5;
	font-weight: 400;
}

.main-menu .my-vdnh{
	margin-top: 20px;
}
.main-menu .my-vdnh span{
	font-size: 20px;
	font-weight: 700;
}
.main-menu .my-vdnh:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: -1%;
	width: 102%;
	height: 10px;
	background: #ccdbce;
	z-index: 0;
	display: block;
}

/* ========================= Header ========================= */
.header{
	position: relative;
}
.header .banner{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.header .banner .title{
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-height: 370px;
}

.header .banner .title h1{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 60px;
}

/* ========================= Works ========================= */
.grid-item .picture{
	position: relative;
}

.grid-item .category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	text-align: center;
}
.grid-item .category ul{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
}
.grid-item .category ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: center;
}
.grid-item .category ul li span {
	display: block;
	height: 20px;
	line-height: 21px;
	padding: 0 10px;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.grid-item .category a.automate{
	background: #4f83b9;
}
.grid-item .category a.fashion{
	background: #7fbbc5;
}
.grid-item .category a.cars,
.grid-item .category a.clothes{
	background: #94af97;
}
.grid-item .category a.shows,
.grid-item .category a.building{
	background: #e98d5a;
}

.grid-item .change{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	text-align: center;
}
.grid-item .change ul{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
}
.grid-item .change ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.grid-item .change ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.grid-item .change ul li a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #000000;
}

.grid-item .change ul li a.approve i:before{
	content: "\eaa0";
}
.grid-item .change ul li a.approve.active i:before{
	content: "\e905";
	color: #000000;
}
.grid-item .change ul li a.approve.active i:after{
	content: "\e906";
	margin-left: -1em;
	color: #ffffff;
}
.grid-item .change ul li a.favorite i:before{
	content: "\eaa3";
}
.grid-item .change ul li a.favorite.active i:before{
	content: "\e907";
}
.grid-item .change ul li a.prev i:before{
	content: "\eaa1";
}
.grid-item .change ul li a.next i:before{
	content: "\eaa2";
}
.grid-item .change ul li a.edit i:before{
	content: "\ea9e";
	font-size: 22px;
}
.grid-item .change ul li a.delete i:before{
	content: "\ea9d";
	font-size: 22px;
}
.grid-item .change ul li a:hover{
	background: rgba(255,255,255,1);
}

.grid-item .picture a{
	position: relative;
	display: block;
}
.grid-item .picture .image{
	position: relative;
	display: block;
	z-index: 0;
}
.grid-item .picture .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(36,36,36,0.7);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grid-item .picture .overlay .take,
.grid-item .picture .overlay .look{
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.grid-item .picture .overlay .take + .look {
	margin-left: 20px;
}
.inner-page.gallery .overlay .look{
	margin-left: 0;
}

.grid-item .picture .overlay .take i,
.grid-item .picture .overlay .look i{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f26d24;
	font-size: 20px;
	color: #ffffff;
}
.grid-item .picture .overlay .take i{
	background: #ed4751;
}
.grid-item .picture .overlay .take span,
.grid-item .picture .overlay .look span{
	display: block;
	padding-top: 5px;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
}
.grid-item .picture .overlay .take span{
	letter-spacing: 1px;
}
.grid-item .picture .overlay a:hover{
	opacity: 1;
}
.grid-item .picture a:hover{
	opacity: 1;
}
.grid-item .picture a:hover > .overlay{
	opacity: 1;
	visibility: visible;
}

.grid-item .info{
	position: relative;
	display: block;
	padding: 20px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.grid-item .info .title{
	display: block;
	font-size: 20px;
}
.grid-item .info .desc{
	display: block;
	margin-top: 5px;
	font-size: 15px;
	line-height: 25px;
	color: #989898;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 50px;
}
.grid-item .info .count{
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 15px;
}
.grid-item .info .count i{
	font-size: 20px;
	margin-top: -6px;
}
.grid-item .info .count span{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 15px;
	color: #000000;
}

/* ========================= Works Modal ========================= */
.grid-item-modal{
	position: relative;
	width: 1000px;
	overflow: visible;
	padding: 0;
	margin: 0;
	display: none;
}
.grid-item-modal .image{
	position: relative;
	display: block;
	z-index: 5;
}
.grid-item-modal .image img{
	width: 100%;
	height: auto;
}
.grid-item-modal .info{
	position: relative;
	display: block;
	padding: 20px;
	background: #ffffff;
	z-index: 5;
}
.grid-item-modal .info .title{
	display: block;
	width: calc(100% - 300px);
	font-size: 20px;
}
.grid-item-modal .info .category{
	display: block;
	width: calc(100% - 300px);
	margin-top: 15px;
}
.grid-item-modal .info .category a{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 21px;
	color: #ffffff;
	padding: 0 10px;
	text-transform: uppercase;
}
.grid-item-modal .info .category a:hover{
	text-decoration: underline;
	opacity: 1;
}
.grid-item-modal .info .category a.cars{
	background: #94af97;
}
.grid-item-modal .info .category a.fashion{
	background: #7fbbc5;
}
.grid-item-modal .info .category a.automate{
	background: #4f83b9;
}
.grid-item-modal .info .category a.building{
	background: #e98d5a;
}

.grid-item-modal .button{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%);
}
.grid-item-modal .button button{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 45px;
	line-height: 45px;
	background: #f26d24;
	border: 0;
	outline: 0;
	padding-left: 25px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
}
.grid-item-modal .button button i{
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translate(0, -50%);
	font-size: 30px;
}

.grid-item-modal .navigate{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 6;
}
.grid-item-modal .navigate .prev,
.grid-item-modal .navigate .next{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.grid-item-modal .navigate .prev{
	float: left;
	margin-left: -50px;
}
.grid-item-modal .navigate .next{
	float: right;
	margin-right: -50px;
}
.grid-item-modal .navigate a{
	display: block;
	width: 50px;
	height: 50px;
}
.grid-item-modal .navigate a i{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	color: #ffffff;
	transform: translate(-50%, -50%);
	text-align: center;
}


/* ========================= Inner ========================= */
.inner-page{
	position: relative;
	padding: 100px 0;
}
.page-title{
	display: block;
	margin-bottom: 80px;
}
.page-title h2{
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
}
.page-title h2 span{
	position: relative;
	display: inline-block;
}
.page-title h2 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 100%;
	height: 65%;
	background-color: #ffe4b8;
	z-index: -1;
}

/* ========================= About ========================= */
.about{
	position: relative;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.about .block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin: 0;
	text-align: left;
}

/* ========================= History ========================= */
.history{
	position: relative;
	display: block;
	margin-top: 80px;
}

/* ========================= Chronology ========================= */
.chronology{
	position: relative;
	display: block;
}
.chronology .block{
	position: relative;
	display: flex;
	margin: 90px 0 0 0;
}
.chronology .block .box{
	flex: 50%;
}
.chronology .block .box:first-child{
	padding: 50px 40px;
}
.chronology .box.color1{
	background: #eb8e62;
}
.chronology .box.color2{
	background: #94af97;
}
.chronology .box.color3{
	background: #7fbbc5;
}
.chronology .block .info{
	position: relative;
	display: block;
}
.chronology .block .info b{
	display: block;
	font-size: 50px;
	color: #ffffff;
}
.chronology .block .info p{
	display: block;
	color: #ffffff;
}
.chronology .block .info a{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 34px;
	padding: 0 30px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.chronology .block .gallery{
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.chronology .block .gallery .item{
	padding: 5px;
}

/* ========================= Collection ========================= */

.filter{
	position: relative;
	display: block;
	padding: 20px;
	margin: 0 0 50px 0;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.filter .block{
	position: relative;
	padding: 0;
	margin: 0 -10px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.filter .block .box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 10px;
	margin: 0;
	text-align: left;
}
.filter .block .box.button{
	width: 19%;
}
.filter .block .box .form-line{
	display: block;
}

.filter .block .box .form-line .form-group {
	margin: 0;
}

.filter .block .box .form-line select {
	width: 100%;
}
.filter .form-line button{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f26d24;
	border: 0;
	outline: 0;
	padding-right: 15px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}
.filter .form-line button i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	font-size: 24px;
}

/* ========================= Registration / Login ========================= */
.login-modal{
	width: 800px;
}
.login-modal .info,
.registration-modal .info{
	 display: flex;
}
.login-modal .title,
.registration-modal .title{
	position: relative;
	flex: 370px;
	background: #7ebbc6;
}
.login-modal .title{
	background: #95af97;
}
.login-modal .title .text,
.registration-modal .title .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.login-modal .title i,
.registration-modal .title i{
	font-size: 50px;
	color: #ffffff;
}
.login-modal .title b,
.registration-modal .title b{
	display: block;
	margin: 25px 0 0 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}
.login-modal .form,
.registration-modal .form{
	position: relative;
	flex: 630px;
	padding: 40px;
}
.login-modal .form{
	flex: 430px;
	padding: 60px;
}
.login-modal .form .block,
.registration-modal .form .block{
	position: relative;
	padding: 0;
	margin: 0 -15px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.login-modal .form .block .box,
.registration-modal .form .block .box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 30px 0;
	text-align: left;
}
.login-modal .form .block .box:last-child,
.registration-modal .form .block .box:last-child{
	margin: 0;
}
.login-modal .form .block .box.full,
.registration-modal .form .block .box.full{
	width: 100%;
}
.login-modal .form-line,
.registration-modal .form-line{
	display: block;
}
.login-modal .form-line input,
.registration-modal .form-line input{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 15px;
	color: #111111;
	background: #f5f5f5;
}
.login-modal .form-line button,
.registration-modal .form-line button{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	background: #4f83b9;
}
.login-modal .form-line button{
	background: #04b0a8;
	width: 100%;
}
.login-modal .form-line .link,
.registration-modal .form-line .link{
	text-align: center;
	display: block;
	margin: 10px;
}
.login-modal .form-line a,
.registration-modal .form-line a{
	font-size: 15px;
	color: #f36e24;
	text-decoration: underline;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 0;
}

.register-success-message {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box .form-line .form-group {
	margin-bottom: 0;
}

/* ========================= Gallery ========================= */
.gallery-category{
	position: relative;
	display: block;
}
.gallery-category ul{
	position: relative;
	padding: 0;
	margin: 0 -5px;
	list-style-type: none;
	font-size: 0;
	text-align: left;
}
.gallery-category ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 5px;
	margin: 0;
}
.gallery-category ul li a {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 21px;
	font-size: 10px;
	padding: 0 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.gallery-category ul li a.fashion{
	background: #7fbbc5;
}
.gallery-category ul li a.clothes{
	background: #94af97;
}
.gallery-category ul li a.shows{
	background: #e98d5a;
}
.gallery-category ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.gallery-comments{
	position: relative;
	display: block;
	margin: 70px 0 0 0;
}
.gallery-comments .title{
	display: block;
	margin-bottom: 60px;
}
.gallery-comments .title b{
	text-transform: uppercase;
	font-size: 30px;
}
.gallery-comments .messages{
	display: block;
}
.gallery-comments .messages ul{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
	text-align: left;
}
.gallery-comments .messages ul li{
	position: relative;
	display: block;
	padding: 30px;
	width: 100%;
	margin: 20px 0 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.gallery-comments .messages ul li .info{
	display: flex;
}
.gallery-comments .messages ul li .info .name,
.gallery-comments .messages ul li .info .date{
	flex: 50%;
}
.gallery-comments .messages ul li .info .date b{
	float: right;
	font-size: 15px;
}
.gallery-comments .messages ul li .info .date b span{
	padding-left: 10px;
}
.gallery-comments .messages ul li .status{
	display: block;
	margin-top: 10px;
}
.gallery-comments .messages ul li .status a{
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 22px;
	font-size: 10px;
	padding: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.gallery-comments .messages ul li .status a.user{
	background: #7fbbc5;
}
.gallery-comments .messages ul li .status a.admin{
	background: #e98d5a;
}
.gallery-comments .messages ul li .status a:hover {
	text-decoration: underline;
	opacity: 1;
}
.gallery-comments .messages ul li .desc{
	display: block;
	margin-top: 25px;
}
.gallery-comments .messages ul li .desc p{
	font-size: 15px;
	line-height: 25px;
}
.gallery-comments .messages ul li .delete{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
.gallery-comments .messages ul li .delete i {
    font-size: 16px;
    color: #000000;
}

.gallery-comments-form{
	display: block;
	margin-top: 80px;
	padding: 40px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	text-align: center;
}
.gallery-comments-form .form-errors{
	display: none;
	text-align: left;
	margin-bottom: 15px;
}
.gallery-comments-form textarea{
	display: block;
	width: 100%;
	min-height: 220px;
	background: #f5f5f5;
	padding: 15px 20px;
	font-size: 15px;
	color: #989898;
}
.gallery-comments-form button{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 0 40px;
	margin-top: 40px;
	background: #f26d24;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
}

.gallery-edit,
.gallery-edit-errors.form-errors {
	position: relative;
	display: block;
	padding: 20px 20px 30px 20px;
	margin: 0 0 70px 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.gallery-edit-errors.form-errors {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.form-group {
	margin-bottom: 20px;
}
.form-group label {
	display: block;
	margin-bottom: 10px;
}
.form-group .form-control {
	display: block;
	width: 100%;
	background: #f5f5f5;
	font-size: 17px;
	color: #606060;
	padding: 12px 15px;
}

.gallery-edit .form-group:last-child {
	margin-bottom: 0;
}

.gallery-edit .label{
	display: block;
}
.gallery-edit .label b{
	font-size: 20px;
	font-weight: 200;
}
.gallery-edit .block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #f5f5f5;
}
.gallery-edit .name,
.gallery-edit .tags,
.gallery-edit .desc{
	display: block;
	margin-top: 20px;
}
.gallery-edit .name{
	margin-top: 0;
}
.gallery-edit .name .block{
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
}
.gallery-edit .name .block span{
	font-size: 15px;
	color: #989898;
}
.gallery-edit .tags ul{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
	text-align: left;
}
.gallery-edit .tags ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 5px 5px;
	margin: 0;
}
.gallery-edit .tags ul li a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background: #e3e3e3;
}
.gallery-edit .tags ul li a span{
	font-size: 15px;
	color: #989898;
}
.gallery-edit .tags ul li a i{
	display: inline-block;
	vertical-align: top;
	line-height: 37px;
	margin: 0 0 0 15px;
	font-size: 15px;
	color: #1d1d1d;
	cursor: pointer;
}
.gallery-edit .tags ul li a:hover{
	opacity: 1;
}
.gallery-edit .desc .block{
	padding: 15px 20px;
}
.gallery-edit .desc .block p{
	font-size: 15px;
	color: #989898;
	line-height: 25px;
}

.gallery-buttons{
	position: relative;
	display: block;
	margin-top: 50px;
	text-align: center;
}
.gallery-buttons button,
.gallery-buttons .btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
}
.gallery-buttons button.save,
.gallery-buttons .btn.save{
	background: #04b0a8;
}
.gallery-buttons button.cancel,
.gallery-buttons .btn.cancel{
	margin-top: 40px;
	background: #4f83b9;
}
.gallery-buttons button.add,
.gallery-buttons .btn.add{
	margin-top: 40px;
	background: #f26d24;
}

/* ========================= Work ========================= */
.work{
	position: relative;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	font-size: 0;
	text-align: left;
}
.work .block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin: 0;
}
.work .block .image{
	display: block;
}
.work .block .image img{
	width: 100%;
	height: auto;
}
.work .block .info{
	display: block;
}
.work .block .info .title{
	display: block;
	margin-top: -5px;
	font-size: 50px;
	line-height: 50px;
	color: #000000;
	font-weight: 200;
}
.work .block .info .gallery-category{
	margin-top: 50px;
}
.work .block .info .text{
	display: block;
	margin-top: 40px;
}
.work .block .info .params{
	display: block;
	margin-top: 40px;
}
.work .block .info .params .params-item {
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	color: #989898;
	margin-top: 10px;
}
.work .block .info .params .params-item:first-child {
	margin-top: 0;
}
.work .block .info .params .params-item span {
	color: #000000;
}
.work .block .info .buttons{
	display: flex;
	margin-top: 60px;
}
.work .block .info .buttons .box{
	position: relative;
	flex: 50%;
	height: 45px;
}
.work .block .info .buttons .favorite{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	color: #000000;
	font-size: 20px;
}
.work .block .info .buttons .favorite i{
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	margin: 2px 10px 0 0;
}
.work .block .info .buttons a.favorite.active i:before{
	content: "\e902";
}
.work .block .info .buttons .favorite span{
	text-decoration: underline;
}
.work .block .info .buttons .pdf {
	position: absolute;
	top:0;
	left: 0;
	width: 220px;
	height: 45px;
	line-height: 45px;
	background: #f26d24;
	border: 0;
	outline: 0;
	padding-left: 25px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
}
.work .block .info .buttons .pdf i {
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translate(0, -50%);
	font-size: 30px;
}
.work .child-blocks {
	margin-top: 30px;
	margin-bottom: -30px;
}
.work .child-blocks .block {
	margin-bottom: 30px;
}

/* ========================= Welcome ========================= */
.welcome{
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background-image: url('/static/img/splash.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.welcome .block {
	position: absolute;
	min-width: 900px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -52%);
}
.welcome .block .title{
	display: block;
}
.welcome .block .title h1{
	font-size: 50px;
	color: #000000;
}
.welcome .block .title h2{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000;
}
.welcome .block .text{
	display: block;
	margin-top: 50px;
}

.welcome .block .form{
	display: block;
	margin-top: 50px;
}
.welcome .block .form button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-top: 60px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 40px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	background: #ed4552;
}

.welcome .block .form .check-mark{
	background: #ffffff;
	border: 1px solid #d5d5d5;
}
.welcome .block .form .check-text{
	font-size: 17px;
	color: #989898;
}

/* ========================= MyVdnh ========================= */
.my-vdnh{
	display: block;
	margin-top: 50px;
}
.my-vdnh .overlay{
	z-index: 100000;
}
.my-vdnh:hover .overlay{
	background: rgba(36,36,36,0.2);
}
.fancybox-slide--iframe .fancybox-content {
	width : 800px;
	height: 600px;
	max-width : 80%;
	max-height: 80%;
	margin: 0;
}

/* ========================= HistoryButtons ========================= */
.history-buttons{
	position: relative;
	display: block;
	height: 40px;
	padding: 0;
	margin: 0;
}
.history-buttons button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	text-align: center;
	background: transparent;
	border: 0;
	padding: 0;
	outline: 0;
}
.history-buttons button i{
	font-size: 45px;
	line-height: 70px;
}
.history-buttons button.goForward{
	transform: scale(-1, 1);
}

.login-button{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
}
.login-button a{
	display: inline-block;
	vertical-align: top;
	min-width: 130px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255,255,255,0.5);
}

/* ========================= 404Page ========================= */
.page-404{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url("../img/404page.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.page-404 .error{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 500px;
	transform: translate(-50%, -50%);
}
.page-404 .error .found{
	display: block;
}
.page-404 .error .found b{
	display: block;
	font-size: 120px;
	line-height: 80px;
	color: #7fbbc6;
	font-weight: 500;
}
.page-404 .error .found span{
	position: relative;
	display: inline-block;
	margin-top: 30px;
	font-size: 17px;
	color: #f4793c;
	text-transform: uppercase;
	font-weight: 500;
}
.page-404 .error .found span:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: -3%;
	width: 106%;
	height: 10px;
	background: #ffe4b8;
	z-index: -1;
}
.page-404 .error .desc{
	display: block;
	margin-top: 50px;
}
.page-404 .error .button{
	display: block;
	margin-top: 50px;
	text-align: center;
}
.page-404 .error .button a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 45px;
	line-height: 45px;
	background: #94af97;
	border: 0;
	outline: 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}

a.approve,
a.prev,
a.next,
a.favorite,
a.delete {
	cursor: pointer;
}

#favorites-form {
	position: absolute;
	left: -10000px;
	opacity: 0;
	visibility: hidden;
}

#confirm-modal,
#alert-modal {
	width: 500px;
}

#confirm-modal .modal-content,
#alert-modal .modal-content {
	text-align: center;
	padding: 30px;
}

#confirm-modal .modal-content-title,
#alert-modal .modal-content-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#confirm-modal .modal-content-message,
#alert-modal .modal-content-message {
	margin-bottom: 30px;
}

#confirm-modal .modal-content-buttons button,
#alert-modal .modal-content-buttons button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	background: #4f83b9;
	margin-left: 30px;
}

#confirm-modal .modal-content-buttons button:first-child,
#alert-modal .modal-content-buttons button:first-child {
	margin-left: 0;
}

#confirm-modal .modal-content-buttons button.yes-button {
	background: #04b0a8;
}

#confirm-modal .modal-content-buttons button.no-button,
#alert-modal .modal-content-buttons button {
	background: #4f83b9;
}

.hidden {
	visibility: hidden;
	position: absolute;
	left: -10000px;
	opacity: 0;
}

#add-works-modal {
	width: 520px;
}

#add-works-modal .modal-content {
	text-align: left;
	padding: 30px;
}

#add-works-modal .modal-content-message {
	margin-bottom: 30px;
}

#add-works-modal .modal-content-form {
	text-align: left;
}

#add-works-modal .modal-content-buttons {
	text-align: center;
	padding-top: 15px;
}

#add-works-modal .modal-content-buttons button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	margin-left: 30px;
}

#add-works-modal .modal-content-buttons button:first-child {
	margin-left: 0;
}

#add-works-modal .modal-content-buttons button.save {
	background: #04b0a8;
}

#add-works-modal .modal-content-buttons button.cancel {
	background: #4f83b9;
}

#add-works-modal .form-errors {
	display: none;
	text-align: left;
	margin-bottom: 30px;
}

.password-reset,
.password-reset-errors.form-errors {
	position: relative;
	display: block;
	padding: 50px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.password-reset-errors.form-errors {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}

.password-reset .form-errors {
	margin-bottom: 20px;
}

.password-reset.success {
	font-size: 18px;
}

.password-reset button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	background: #04b0a8;
}

.password-reset-form {
	max-width: 400px;
}

.password-reset-button {
	text-align: center;
}

.search-page .filter .form-group {
	margin-bottom: 0;
}

.search-page .filter .block {
	text-align: left;
}

.search-page .filter .block .box:not(.button) {
	width: 81%;
}

.header-filter .banner {
	display: flex;
	align-items: flex-end;
	min-height: 370px;
}

.filter-period {
	position: relative;
	width: 100%;
	padding: 20px;
}

.filter-period-head {
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.filter-period-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: -20px 0 0 -20px;
}

.filter-period-list li {
	width: 100%;
	padding-left: 20px;
	padding-top: 20px;
}

.filter-period-list li a {
	display: flex;
	height: 74px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.filter-period-list li a.active {
	border: 2px solid #ffffff;
}

.filter-period-list li:nth-child(1) a { background-color: #ffe5b8; }
.filter-period-list li:nth-child(2) a { background-color: #cbcccb; }
.filter-period-list li:nth-child(3) a { background-color: #5688af; }
.filter-period-list li:nth-child(4) a { background-color: #8baeab; }
.filter-period-list li:nth-child(5) a { background-color: #db7458; }

.postcard-list-title {
	font-size: 50px;
	margin-bottom: 70px;
}

.postcard-list-title span {
	display: inline-block;
	position: relative;
}

.postcard-list-title span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: -1;
	background-color: #ffe4b8;
	height: 44px;
}

.postcard-box {
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
	box-shadow: 0 0 5px rgba(24, 24, 25, 0.11);
	margin-bottom: 60px;
}

.postcard-title {
	font-size: 50px;
	margin-bottom: 70px;
}

.postcard-image img {
	max-width: 100%;
	height: auto;
}

.postcard-form-inner {
	background-color: #f5f5f5;
	text-align: right;
	font-size: 0;
	line-height: 1;
	padding: 50px 0;
}

.postcard-form-column {
	display: inline-block;
	width: 50%;
	text-align: left;
	padding: 0 50px;
	position: relative;
}

.postcard-form-column:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #000000;
}

.postcard-form .form-group label {
	font-size: 20px;
}

.postcard-form .form-group input.form-control {
	background-color: #ffffff;
}

.postcard-form .form-group textarea.form-control {
	height: 105px;
	background-color: #ececec;
	font-size: 17px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
}

.postcard-form .form-group:last-child {
/*	padding-top: 30px; */
	margin-bottom: 0;
}

.postcard-logo {
	text-align: right;
	margin-bottom: 70px;
}

.postcard-save {
	text-align: center;
}

.postcard-save button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	background-color: #f26d24;
}

.play-button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjQgNEMxMi45NSA0IDQgMTIuOTUgNCAyNHM4Ljk1IDIwIDIwIDIwIDIwLTguOTUgMjAtMjBTMzUuMDUgNCAyNCA0em0tNCAyOVYxNWwxMiA5LTEyIDl6Ii8+PC9zdmc+);
	background-size: 64px 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px !important;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	opacity: 0.8;
}

.filter-pavilion .selectric-items .selectric-group .selectric-group-label {
	font-size: 0;
	height: auto;
	min-height: 10px;
	line-height: 1;
	padding: 0;
	background-color: #ededed;
}

.search-filter {
	margin-bottom: 30px;
}

.search-filter .block {
	display: flex;
}

.search-filter .block .box {
	width: 100%;
}

.search-filter .block .box.button {
	width: 19%;
}

.search-filter .form-group {
	margin-bottom: 0;
}

.work-details .title {
	font-size: 50px;
	line-height: 1.2;
	color: #000000;
	font-weight: 200;
}

.work-details .image,
.work-details .params {
	margin-top: 40px;
}

.work-details .params .params-item {
	font-size: 20px;
	font-weight: 200;
	line-height: normal;
	color: #989898;
	margin-top: 10px;
}

.work-details .params .params-item span {
	color: #000000;
}

.work-details .image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.work-details .buttons {
	margin-top: 40px;
}

.work-details .buttons a {
	display: flex;
	align-items: center;
}

.work-details .buttons .favorite {
	color: #000000;
	font-size: 20px;
}

.work-details .buttons .favorite i {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	margin: 0 10px 0 0;
}

.work-details .buttons a.favorite.active i:before {
	content: "\e907";
}