﻿body, html {
 background-color:#EFF0F2;
 font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #383838;
 font-weight: 300;
 font-size:22px;
 margin:0;
 padding:0;
 max-width: 100vw;
 display: block;
	overflow-y: auto;
	overflow-x: hidden;
/*	scroll-behavior: smooth;*/

}

.body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.body a[name=header] {
	display: none;
}
input, textarea, button, legend, fieldset, div[contentEditable="true"], .textarea, select, option {
	font-family: 'Resumetr-Regular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #0d4c94;
}
input, textarea, div[contentEditable="true"], .textarea, select, option {
	background-color: #fff;
	border: none;
}
label, .popup-closer {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*a, img, ul, div, span, textarea, input, button, label, div:after, div:before, a:before {*/
* {
	outline:none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a, a:link, a:visited {
	color:#3465C8;
	text-decoration: none;
	/*border-bottom: 1px solid;*/
}
a[href^="#"] {
	/*border-bottom: 1px dashed;*/
}
a:empty, a[href=""] {
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover {
	/*text-decoration:underline;*/
	color:#4C87FE;
}
div {
	display:block;
}
img {
	/*width: auto;
	height: auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 80vh;
	min-width: 25vw;*/
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0;
	padding:0;
	line-height:30px;
	list-style:none;
	/*color:#fff;*/
}

p, ul {
	padding-bottom: 10px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.wrapper {
	height: 100%;
	max-width: 1600px;
	padding: 0 50px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	/*overflow-x: hidden;*/
}
.main .wrapper {
	padding-bottom: 50px;
}
.resume-page .main-screen:not(.main-templates) .wrapper {
    max-width: none;
}
.main-templates {
	z-index: 2999;
	position: relative;
}


.hidden, .interface-checker {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	max-width: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	clip-path: inset(100%) !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}
.red {
	color: #f00;
}
.nowrap {
	white-space:nowrap !important;
}
.underline {
	text-decoration:underline !important;
}
strong, .strong {
	font-weight: bold;
	font-weight: 500;
}

.header, .footer {
	position: relative;
	z-index: 2000;
}
.gohome {
	position: fixed;
	z-index: 100;
	width: 18px;
	height: 18px;
	background-color: #F66300;
	padding: 23px 20px 16px;
	border-radius: 50px;
	right: 10px;
	bottom: 10px;
	border: none !important;
	outline: none;
}
.gohome span {
	border: #fff solid 1px;
	border-width: 2px 2px 0 0;
	-ms-transform: rotate(-45deg); /* Для IE */
	-webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(-45deg);
	display: block;
	width: 16px;
	height: 16px;
}

.header {
	background-size: auto 100vh, auto 100vh;
	background-color: #F0EFF4;
	background-image: url("../images/header-lb.png"), url("../images/header-rt.jpg");
	background-position: left calc(-500px + 20vw) bottom -10vh, top -80px right;
	background-repeat: no-repeat;
}
.header .wrapper, .main-header, .master-line .wrapper > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*padding-bottom: 70px;*/
}
@media screen and (max-width: 166vh) {
	.header .wrapper {
		background-color: rgba(238,238,238,0.8);
	}
}

.main-header {
	/*height: 90vh;*/
	/*height: calc(100vh - 80px);*/
	height: auto;
	min-height: calc(100vh - 80px);
	text-align: center;
}

.topline {
	height: 80px;
	background-color: #3465C8;

	position: fixed;
	z-index: 3000;
	width: 100vw;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}
.topline + div { /*for fixed topline*/
	margin-top: 80px;
}
.topline .wrapper, .right-top-menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	padding: 0;
}
.right-top-menu {
	margin-left: 20px;
    order: 10;
    align-items: center;
    position: relative;
}
.header .topmail {
	text-align: right;
}
.main-menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
    padding: 0;
	/*flex: 1;*/
	/*display: none;*/
}
.topline .main-menu {
    order: 3;
    display: flex;
    align-items: stretch;
	justify-content: center;
	flex: 1;
}
.topline .main-menu li {
    display: flex;
    align-items: stretch;
	position: relative;
}
.main-menu li.selected:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	top: -15px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}
.topline .main-menu a {
    display: flex;
    align-items: center;
    color: #eee;
    padding: 0 2vw;
}
label[for="menu-opener"] {
	display: block;
	height: 26px;
	width: 38px;
	border-bottom: 5px solid #fff;
	position: relative;
	/*top:46px;*/
	/*right: 30px;*/
	z-index: 1001;
    order: 1;
    margin: 24.5px 20px 24.5px 0;
}
label[for="menu-opener"]:before, label[for="menu-opener"]:after {
	width: 100%;
	height: 1px;
	top:0;
	right: 0;
	content: " ";
	display: block;
	border-top: 5px solid #fff;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
label[for="menu-opener"]:after {
	top: 50%;
}
#menu-opener:checked ~ .topline {
	/*background-color: rgba(56,137,255,0.9);*/
}
#menu-opener:checked ~ .topline label[for="menu-opener"] {
	border-bottom-color: transparent;
}
#menu-opener:checked ~ .topline label[for="menu-opener"]:before {
	-ms-transform: rotate(45deg); /* Для IE */
	-webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(45deg);
	top: 50%;
}
#menu-opener:checked ~ .topline label[for="menu-opener"]:after {
	-ms-transform: rotate(-45deg); /* Для IE */
	-webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(-45deg);
}

.social {
	display: flex;
	flex-direction: row;
	padding: 0;
}

.social li a, .resume-keyline li a, .resume-keyline li label {
	display: block;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: 60px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	border: none;
	margin-left: 14px;
}
.account-menu {
    width: auto;
    overflow: visible;
}
.account-menu .username {
    background-image: url("../images/icon-user.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    color: #eee;
    padding-left: 45px;
    display: flex;
	white-space: nowrap;
}
.account-menu ul {
	display: none;
}
.user-logged #usermenu-opener:checked ~ .topline .account-user, .user-unlogged #usermenu-opener:checked ~ .topline .account-guest {
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: #3465C8;
    right: -45px;
    top: 80px;
    padding: 0;
}
@media screen and (max-width: 800px) {
	.user-logged #usermenu-opener:checked ~ .topline .account-user, .user-unlogged #usermenu-opener:checked ~ .topline .account-guest {
		right: -6vw;
	}
}
.account-menu li {
    display: flex;
    align-items: stretch;
}
.account-menu li a {
    display: flex;
    align-items: center;
    color: #eee;
    padding: 10px 45px;
    margin: 0;
    flex: 1;
    white-space: nowrap;
	font-size: 22px;
}
.account-menu li a:hover {
    background-color: rgba(56, 137, 255, 0.9);
}
.social li a:hover, .account-resume-controls a:hover {
	-ms-transform: rotate(360deg); /* Для IE */
	-webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(360deg);
	/*margin: -4px -4px -4px 10px;*/
	/*padding: 4px;*/
}
.account-resume-controls a:hover {
	/*background-color: #fff;*/
	/*border-radius: 50%;*/
}
.social li a[href*="vk.com"] {
	background-image: url("../images/icon-vk.svg");
}
.social li a[href*="facebook.com"] {
	background-image: url("../images/icon-fb.svg");
}
.social li a[href*="t.me"] {
	background-image: url("../images/icon-tg.svg");
}
.social li a[href*="youtube"] {
	background-image: url("../images/icon-yt.svg");
}
.social li a[href*="instagram.com"] {
	background-image: url("../images/icon-ig.svg");
}
.social li a[href*="mailto"] {
	background-image: url("../images/icon-em.svg");
}
@media screen and (max-width: 690px) {
	.social li a {
		/*width: 4vw;*/
		/*height: 4vw;*/
		margin-left: 2vw;
	}
	.right-top-menu {
		margin-left: 2vw;
	}
	.features li {
		font-size: 2.5vw;
		line-height: 3vw;
	}
	.features li:first-child {
		padding-left: 0;
	}
	.features li:last-child {
		padding-right: 0;
	}
}
.language-selector {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: -7px -7px -7px 7px;
	/*border-radius: 50px;*/
	background-color: rgba(255,255,255,0);
	position: absolute;
	top:25px;
	z-index: 301;
}
.language-selector + * {
	margin-left: 58px;
}
.language-selector:hover {
	background-color: rgba(255,255,255,0.9);
	padding-bottom: 0;
	border-radius: 0;
}
.language-selector:hover:before {
	content: " ";
	position: absolute;
	border: 6px solid transparent;
	height: 1px;
	width: 1px;
	border-left-color: #4064C7;
	top: 16px;
}
.language-selector li {
	padding: 7px;
	display: none;
}
.language-selector:hover li {
	padding: 3.5px 7px 7px 7px;
	order:2;
	-webkit-transition: padding 0s;
	-moz-transition: padding 0s;
	-o-transition: padding 0s;
	-ms-transition: padding 0s;
	transition: padding 0s;
}

.language-selector label, .form-input-select-iconed label:not(.for-input-opener):before, .resume-subgroup-iconed .group-header:before {
	display: block;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-indent: 60px;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #fff;
	border-radius: 50px;
}
.language-selector label[for*="-ru"], .form-input-select-iconed label[for*="-ru"]:before, .resume-subgroup-iconed input[id*="-ru"] + .group-header:before {
	background-image: url("../images/ru.png");
}
.language-selector label[for*="-en"], .form-input-select-iconed label[for*="-en"]:before, .resume-subgroup-iconed input[id*="-en"] + .group-header:before {
	background-image: url("../images/en.png");
}

.form-input-select-iconed label[for*="-es"]:before, .resume-subgroup-iconed input[id*="-es"] + .group-header:before {
	background-image: url("../images/es.png");
}
.form-input-select-iconed label[for*="-fr"]:before, .resume-subgroup-iconed input[id*="-fr"] + .group-header:before {
	background-image: url("../images/fr.png");
}
.form-input-select-iconed label[for*="-it"]:before, .resume-subgroup-iconed input[id*="-it"] + .group-header:before {
	background-image: url("../images/it.png");
}
.form-input-select-iconed label[for*="-cn"]:before, .resume-subgroup-iconed input[id*="-cn"] + .group-header:before {
	background-image: url("../images/cn.png");
}
.form-input-select-iconed label[for*="-jp"]:before, .resume-subgroup-iconed input[id*="-jp"] + .group-header:before {
	background-image: url("../images/jp.png");
}
.form-input-select-iconed label[for*="-kr"]:before, .resume-subgroup-iconed input[id*="-kr"] + .group-header:before {
	background-image: url("../images/kr.png");
}
.form-input-select-iconed label[for*="-de"]:before, .resume-subgroup-iconed input[id*="-de"] + .group-header:before {   /** сделать цикл для других языков **/
	background-image: url("../images/de.png");
}

.language-selector:hover li, #language-ru:checked ~ .body .language-selector li.language-selector-ru, #language-en:checked ~ .body .language-selector li.language-selector-en {
	display: block;
}
#language-ru:checked ~ .body .language-selector li.language-selector-ru, #language-en:checked ~ .body .language-selector li.language-selector-en {
	order: 1;
	padding: 7px 7px 3.5px 7px;
}
.header .topmail {
	flex: 1;
	text-align: right;
}

.main-menu a, a.instalink, a.instalink:hover {
	border: none;
}

.logo {
    background-image: url("../images/logo.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 5000px;
	overflow: hidden;
	white-space: nowrap;
	width: 212px;
	height: 37px;
    margin: 21.5px 0;
}


.main-screen {
	padding: 0;
	clear: both;
	/*width: 100vw;*/
	width: 100%;
	flex: 1;
}
.map-page .main-screen, .album-editor .main-screen {
	width: 100%;
}
.gllpMap	{
	width:100%;
	max-height:calc(100vh - 80px);
	height:600px;
	background-position: center center;
	background-image:url('https://maps.googleapis.com/maps/api/staticmap?center=20,20&zoom=1&size=500x275&scale=2&sensor=false&key=AIzaSyBDSng7sY7LpGDtGLUehF4MYWbVUKar0Zs');
}

.main .wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	/*justify-content: space-evenly;*/
	align-items: stretch;
	/*margin: 0 auto;*/
}


.footer {
	background-color: #383838;
	/*padding: 50px 0;*/
	z-index: 17000;
	height: 80px;
}
.footer .wrapper {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer .popup .wrapper {
	text-align: left;
}
.footer .popup .wrapper .textarea {
	max-height: 25vh;
	min-height: 52px;
}
.footer .logo {
}
.footer-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#footer-popup-opener:checked ~ .popup-wrapper {
	display: flex;
	position: absolute;
}




@media screen and (max-width: 740px) {
	.footer .wrapper {
		flex-direction: column;
	}
	.footer-menu {
		margin: 20px auto;
	}
}


@media screen and (max-width: 1220px) {
}
@media screen and (min-width: 891px) {
}
@media screen and (max-width: 890px) {

}
@media screen and (max-width: 1024px) {
}

.footer-menu, .footer-menu li {
	text-align: center;
	line-height: 18px;
}
.footer-menu a, .footer-menu label {
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
}
.footer-menu a:hover, .footer-menu label:hover {
	text-decoration: underline;
}
.footer .key-line {
	margin: 2vw 0;
	display: flex;
	align-items: center;
	width: max-content;
	padding: 0 10px;
}
.footer .key-line h4 {
	font-size: 18px;
}
.footer .key-line-order label {
	padding: 12px 60px;
}
.footer .key-line-order label.popup-opener-video {
	margin: 10px 0;
}
.footer-text h3 {

}
@media screen and (max-width: 580px) {
	.footer .key-line {
		flex-direction: column;
		padding-top: 20px;
	}
}
.footer-text {
	max-width: 580px;
}

@media screen and (max-width: 600px) {
	.header .key-line-item a, .header .key-line-item label {
		min-width: calc(50vw - 100px);
	}
}

.popup-wrapper {
	display: none;
	align-items: flex-start;
	z-index: 16000000;
}
#popup-opener:not(:checked) ~ .popup-wrapper {
	position: fixed;
	width: 100%;
	height: 100dvh;
	height: 100vh; /* Фолбэк для браузеров без dvh */
	min-height: -webkit-fill-available; /* iOS Safari */
	background-color: rgba(10,10,20,0.6);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	/*overflow: auto;*/
	top: 0;
	left: 0;
}

#popup-opener:not(:checked) ~ .body {
	webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	filter: blur(6px);
	height: 100vh;
	overflow-y:scroll;
	overflow-x:hidden;
}
.popup {
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	min-width: 300px;
	max-width: 100vw;
	max-height: 100vh;
}
.popup-full {
	padding: 35px 0;
	/*background-color: #EFEFEF;*/
	overflow-x: hidden;
	width: auto;
	/*max-width: 1500px;*/
}
@media screen and (max-width: 177vh) and (max-width: 1200px) {
}
@media screen and (max-height: 56vw) and (max-height: 745px) {
}


.popup-header h4 span {
	display: block;
}
.popup-closer {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 300;
}


.popup-closer:before, .popup-closer:after {
	position: absolute;
	width: 100%;
	height: 1px;
	-ms-transform: rotate(45deg); /* Для IE */
	-webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	content: " ";
	display: block;
	border-top: 2px solid #aaa;
}
.popup-closer:after {
	-ms-transform: rotate(-45deg); /* Для IE */
	-webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
	transform: rotate(-45deg);
}
.popup-within-youtube .popup-closer {
	z-index: 999;
	right:-32px;
	top: -32px;
}
.popup-closer:hover:before, .popup-closer:hover:after {
	border-color: #fff;
}
.popup-within-youtube .popup-closer:hover:before, .popup-within-youtube .popup-closer:hover:after {
	border-color: #fff;
}
.popup p, .popup h4, .popup-fields input {
	color: #000;
}
.popup p.popup-subhead, .order-form-privacy {
	color: #aaa;
}

.popup-fields-item {
	position: relative;
}
.popup-fields input {
	padding: 28px 20px 12px;
	display: block;
	width: 100%;
	margin: 15px 0;
	border: solid 1px #aaa !important;
}
.popup-fields-item label {
	position: absolute;
	top: 22px;
	left: 22px;
}
.popup-fields-item input:valid ~ label, .popup-fields-item input:focus ~ label {
	font-size: 12px;
	top: 8px;
	color:#0655A1;
}
.popup .key-line {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
.popup .key-line .order-form-submit {
	background-color: #999;
	margin-top: 14px;
	padding: 14px 50px;
}
.popup .key-line .order-form-submit:hover {
	background-color:#0655A1;
}
.popup-content {
	position: relative;
}


/*********************************************************************************/
.album-header {
	display: flex;
	flex-direction: column;
	clear: both;
	/*width: 100%;*/
	height: calc(50vh - 80px);
	min-height: 200px;
	justify-content: center;
	align-items: center;
	/*margin: 2px;*/
	background-color: #000;
	position: relative;
}
.album-header > * {
	position: relative;
	z-index: 200;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.album-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 199;
}
.album-header .album-title {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-size: 60px;
	padding: 20px 0;
	/*text-transform: uppercase;*/
}

@media only screen and (max-width: 1000px) {
	.album-header .album-title {
		font-size: 6vw;
	}
}

.album-header .album-coordinate, .album-header .album-date, .album-header .album-count {
	color: #fff;
}
.album-header .album-coordinate {
	font-size: 14px;
	background-color: rgba(255,255,255,0.66);
	color: #333;
	display: flex;
	line-height: 25px;
	padding: 0 10px;
	margin: 10px;
	font-weight: 500;
}
.album-header .album-coordinate:hover {
	background-color: #fff;
}
@media only screen and (max-width: 500px) {
	.album-header .album-coordinate, .album-header .album-date, .album-header .album-count {
		font-size: 4.4vw;
	}
	.album-header .album-coordinate {
		font-size: 3.6vw;
	}
}

.album-shots, .albums-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	clear: both;
}
.album-shots {
	margin: 1px;
	justify-content: center;
}
.one-shot {
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1px;
	cursor: pointer;
	height: 13vw;
	overflow: hidden;
	max-width: 1000px;
	position: relative;
}
.album-cover-list .one-shot {
	width: 200px;
	height: 200px;
	padding-left: 0;
	position: relative;
	margin: 0;
}
.album-cover-list .one-shot:after {
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border: 10px solid transparent;
	content: "";
	top:0px;
	left: 0px;
}

.album-cover-list input:checked + .one-shot:after, .album-cover-list a.current-photo:after {
	border-color: #3465C8;
}
#album-cover-select:not(:checked) ~ .album-cover-list {display: none;}

#album-select, #album-select + .input {
	display: inline-block;
}
.alert {
	position: absolute;
	top: 13px;
	right: 13px;
	background-color: #16a303;
	color: #fff;
	padding: 10px 20px;
	z-index: 30000;
}

.album-cover-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
	background-color: rgba(240,240,240,.95);
}
.album-cover-select {
	display: inline-block;
	background-color: #3465C8;
	color: #fff;
	padding: 4px 10px !important;
	font-size: 18px !important;
	font-weight: 400;
}

.one-shot .img_target {
	position: absolute;
	display: block;
	height: 1px;
	width: inherit;
	margin-top: -81px;
	top:0;
}
.one-shot span {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 120%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-size: 12px;
}
.one-shot:hover span {
	background: rgba(0,0,0,0.7);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	height: 100%;
}
.img-action, .img-action-edit {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 20px;
}
.img-action-edit {
	bottom: 90px;
    color: #aaa !important;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
}
.img-action-edit:hover {
	color:#fff !important;
}
.full-selector:not(:checked) + .full-shot + .full-arrows .img-action, .full-selector:not(:checked) + .full-shot + .full-arrows .img-action-edit {
	display: none;
}
.img-action-url, .img-action-edit-desc {
	bottom: 40px;
}
.img-action:before, .img-action:after {
	content: "";
	position: absolute;
	display: block;
	border: 2px solid #aaa;
}
.img-action-url:before, .img-action-url:after {
	width: 20px;
	height: 14px;
	border-radius: 25px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.img-action-url:before {
	right: 1px;
	top:0;
	border-width: 2px 2px 0 2px;
}
.img-action-url:after {
	left: 1px;
	bottom:2px;
	border-width: 0 2px 2px 2px;
}
.img-action-dwl:before {
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 16px;
	height: 16px;
	bottom: 4px;
	left: 6px;
}
.img-action-dwl:after {
	border-width: 0 2px 0 0;
	width: 2px;
	height: 24px;
	bottom: 1px;
	left: 12px;
}
.img-action-dwl {
	/*border-bottom: 2px solid #aaa !important;*/
}
.img-action:hover:before, .img-action:hover:after, .img-action-dwl:hover {
	border-color: #fff !important;
}


@media only screen and (max-width: 1600px) {
	.one-shot {
		height: 19vw;
		flex: var(--width1600) !important;
	}
}
@media only screen and (max-width: 1200px) {
	.one-shot {
		height: 26vw;
		flex: var(--width1200) !important;
	}
}
@media only screen and (max-width: 800px) {
	.one-shot {
		height: 30vw;
		flex: var(--width800) !important;
	}
}
@media only screen and (max-width: 500px) {
	.one-shot {
		height: 36vw;
		flex: var(--width500) !important;
	}
}
.full-shot, .arrows-shot, .arrows-shot span {
	display: block;
}
.full-shot {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.full-selector:checked + .full-shot {
	width: 100vw;
	height: calc(100vh - 70px);
	background-image: var(--background) !important;
}
.full-selector:not(checked) + .full-shot {
	/*width: 50px;*/
	/*height: 50px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.show-desc {
	display: none;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.full-selector:checked + .full-shot + .full-arrows, .full-selector:checked + .full-shot + .full-arrows .show-desc {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.full-selector:checked + .full-shot + .full-arrows .show-desc {
	justify-content: center;
	align-items: flex-end;
	height: 100vh;
	top: -35px;
}
.show-desc > span {
	display: flex;
	flex-direction: column;
	padding: 0;
	background-color: rgba(0,0,0,0);
	width: inherit;
	line-height: 16px;
	padding: 16px 0 50px;
	justify-content: center;
}
#show-desc:checked ~ .popup-wrapper .show-desc > span/*, #show-desc:not(:checked) ~ .popup-wrapper .show-desc:hover span*/ {
	background-color: rgba(255,255,255,0.8);
	color: #000;
	text-shadow: none;
}
.desk-exif {
	/*column-count: 3;*/
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 12px;
	margin-top: 12px;
}
#show-desc:not(:checked) ~ .popup-wrapper .show-desc/*:not(:hover)*/ > span {
	padding: 0;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	flex-direction: row;
}
#show-desc:not(:checked) ~ .popup-wrapper .show-desc/*:not(:hover)*/ > span span, #show-desc:not(:checked) ~ .popup-wrapper .show-desc .photo-atr {
	display: none;
}
.full-arrows .arrow-shot {
	width: 33%;
	/*outline: 1px solid #f00;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.full-arrows .arrow-next {
	justify-content: flex-end;
}
.full-selector:checked + .full-shot + .full-arrows .arrow-shot span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 10vw;
	height: 10vw;
	opacity: 0.5;
}
.full-selector:checked + .full-shot + .full-arrows .arrow-shot:hover span {
	width: 12vw;
	height: 12vw;
	opacity: 1;
}

@media only screen and (max-width: 100vh) {
	.full-selector:checked + .full-shot + .full-arrows .arrow-shot span {
		opacity: 0;
	}
}
/*********************************************************************************/
.albums-header {
	text-align: center;
	padding: 20px 0;
}
.albums-title {
	font-size: 3vw;
	padding-bottom: 10px;
}
.album {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*width: 20vw;*/
	width: 20%;
	height: 20vw;
	/*flex: 20vw;*/
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.album .album-cover {
	opacity: 1;
}
.album:hover .album-cover {
	width: 110%;
	height: 110%;
	margin: -5%;
}
.album-desc {
	width: 90%;
	padding: 5%;
	padding-top: 20%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	height: auto;
	position: absolute;
	display: flex;
	flex-direction: column;
	/*top:0;*/
	z-index: 200;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.album-count {
	font-size: 15px;
	line-height: 20px;
}

@media only screen and (max-width: 1600px) {
	.album {
		width: 25%;
		height: 25vw;
	}
}
@media only screen and (max-width: 1200px) {
	.album {
		width: 33.33%;
		height: 33.33vw;
	}
}
@media only screen and (max-width: 800px) {
	.album {
		width: 50%;
		height: 50vw;
	}
}
.album-filters {
	margin-bottom: 30px;
}
.album-filters > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.album-filters a {
	background-color: #999999;
	color: #fff;
	padding: 0 10px;
	margin: 5px;
	font-size: 15px;
	white-space: nowrap;
}
.album-filters a:hover, .album-filters a.selectedfilter {
	background-color: #3465C8;
}

.album-desc .album-title {
	line-height: 24px;
	margin-bottom: 5px;
}

/****************************************************************************************/
.hints {
	display: flex;
	flex-direction: row;
}
.hint:not(:last-child) {
	margin-right: 10px;
}
.gm-style-iw-chr {
	height: 13px !important; 
}
.gm-style-iw-chr button.gm-ui-hover-effect {
	width: 38px !important;
    height: 38px !important;
    border-radius: 80px;
    opacity: 1 !important;
	background: white !important;
}
.gm-style-iw-chr button.gm-ui-hover-effect span {
	margin: 7px !important;
}
.gm-style-iw-chr button.gm-ui-hover-effect:hover {
    opacity: 1 !important;
}
.gm-style-iw-chr button.gm-ui-hover-effect:hover span {
	background-color: #3465C8;
}
.map-album-cover {
	display: block;
	width: 200px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 6px 0 10px 6px;
}
.map-album-title, .map-album-count {
	display: block;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 200px;
	color: #383838;
	padding: 0 0 2px 6px;
}
.map-album-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}
.gm-style-iw.gm-style-iw-c {
	max-width: 94vw !important;
}
.album-editor input, .album-editor select, a.open-url {
	padding: 6px 10px;
	margin: 0 6px 12px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.album-editor label {
	font-size: 20px;
	padding-left: 12px;
}
.album-select input, .album-select select {
	margin: 20px 6px;
}
.album-editor select {
	padding: 10px;
}
div.input {
	position:relative;
}
div.input label:not(.album-cover-select) {
	display: inline-block;
	//min-width: 150px;
	max-width: 94vw !important;
}
.long-text {
	width: 900px;
	max-width: calc(94vw - 190px) !important;
}
.long-text[name*=desc] {
	width: calc(94vw - 520px);
}
.current-photo-bg {
	position:absolute;
	display:block;
	top:100px;
	right: 10px;
	width: 400px;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.album-editor input[type=button], .album-editor input[type=submit], a.open-url {
	background-color: #3465C8;
	color: #fff;
	cursor: pointer;
	line-height: 30px;
    display: inline-block;
}
#album-country {
	text-align: center;
	width: 30px;
}
form {
	/*display: inline-block;*/
}

.timeline {
	display: flex;
	/*flex-direction: column-reverse;*/
	flex-direction: column;
	width: calc(100% - 120px);
	margin: 20px auto;
	/*outline: 1px #999999 dashed;*/
}
.timeline_year {
	display: flex;
	flex-direction: row;
	border-top: 1px #999999 dotted;
	width: 100%;
	position: relative;
	height: 40px;
}
.year_title {
	position: absolute;
	right: calc(100% + 5px);
	display: block;
	font-size: 15px;
	top: 0;
	height: 20px;
	margin-top: -10px;
	line-height: 20px;
}
.year_title_end {
	right: auto;
	left: calc(100% + 5px);
}
.album_intime {
	background-color: #999999;
	position: absolute;
	height: 100%;
	top:-20%;
	height: 40%;
}
.album_intime > span {
	display: none;
}
.album_intime:hover {
	background-color: #4064C7;
}

.album_intime:hover .album-cover {
	position: absolute;
	display: block;
	top: -142px;
	left: -57px;
	height: 120px;
	width: 120px;
	border-radius: 120px;
	opacity: 1;
	border: 2px solid #4064C7;
	background-color: rgba(255,255,255,0.8);
}
.album_intime:hover .album-cover:after {
	content: "";
	display: block;
	position: absolute;
	height: 36px;
	width: 2px;
	background-color: #4064C7;
	left: 55px;
	top: 100%;
}
.album_intime:hover .album-desc {
	position: absolute;
	display: block;
	left: 7px;
	top: -24px;
	text-shadow: none;
	white-space: nowrap;
	font-size: 14px;
	background: none;
	color: #666;
	padding: 0;
	font-weight: 400;
}
.album_intime_right:hover .album-desc {
	left: auto;
	right: calc(100% + 2px);
	text-align: right;
	width: auto;
}
.album_intime .album-count {
	display: none;
}
.backlink {
	width: 0;
	height: 80px;
	position: absolute;
	top: -80px;
}
/****************************************************************************************/

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  /* Small screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 700px) {

  /* Medium screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) {

  /* Medium screen, retina, stuff to override above media query */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 699px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (                min-resolution: 192dpi) and (max-width: 699px),
only screen and (                min-resolution: 2dppx)  and (max-width: 699px) { 

  /* Medium screen, retina, stuff to override above media query */
	.wrapper {
		/*zoom:80%;*/
	}
}

@media only screen and (min-width: 1300px) {

  /* Large screen, non-retina
	.popup-within-youtube, .popup-youtube iframe, .popup-youtube {
		width: 90%;
	}*/
}
@media only screen and (min-width: 2000px) {
	.wrapper {
		/*zoom:140%;*/
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1600px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (                min-resolution: 192dpi) and (min-width: 1600px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1600px) { 

  /* Large screen, retina, stuff to override above media query */
	.wrapper {
	/*	
		zoom:140%;
	 */
	}
	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx)
{

}


