@charset "utf-8";



/* ==================================================================== Normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%;overflow:auto}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,img,b,i,ol,ul,li,fieldset,form,input,dl,dt,dd{padding:0;margin:0;border:0;word-wrap:break-word}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul{list-style-type:none}



/* ==================================================================== Fonts */
@font-face {
	font-family: 'Fregat';
	font-weight: normal;
	font-style: normal;
	src:
	url('/fonts/Fregat-regular.woff2') format('woff2'),
	url('/fonts/Fregat-regular.woff') format('woff'),
	url('/fonts/Fregat-regular.otf') format('opentype');
}
@font-face {
	font-family: 'Fregat';
	font-weight: normal;
	font-style: italic;
	src:
	url('/fonts/Fregat-italic.woff2') format('woff2'),
	url('/fonts/Fregat-italic.woff') format('woff'),
	url('/fonts/Fregat-italic.otf') format('opentype');
}
@font-face {
	font-family: 'Fregat';
	font-weight: bold;
	font-style: normal;
	src:
	url('/fonts/Fregat-bold.woff2') format('woff2'),
	url('/fonts/Fregat-bold.woff') format('woff'),
	url('/fonts/Fregat-bold.otf') format('opentype');
}
@font-face {
	font-family: 'Fregat';
	font-weight: bold;
	font-style: italic;
	src:
	url('/fonts/Fregat-bold-italic.woff2') format('woff2'),
	url('/fonts/Fregat-bold-italic.woff') format('woff'),
	url('/fonts/Fregat-bold-italic.otf') format('opentype');
}



/* ==================================================================== Base and Layout */
html {
	font-size: 62.5%;
}
html * {
	box-sizing: border-box;
}
body {
	width: 100%;
	min-width: 320px;
	max-width: 2600px;
	height: 100%;
	margin: 50px auto 0 auto;
	font-family: 'Fregat', Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	line-height: 23px; line-height: 2.3rem;
	word-spacing: -1px; word-spacing: -0.1rem;
	color: #131313;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 34px; font-size: 3.4rem;
	line-height: 34px; line-height: 3.4rem;
}
::selection {
	color: #fff;
	background: #131313;
}
a, a:visited {
	cursor: pointer;
	text-decoration: underline;
	transition: color 200ms ease, opacity 200ms ease, background-color 300ms ease;
	-webkit-font-smoothing: antialiased;
}
	a:visited {
		color: currentColor;
	}
	a:hover {
		background-color: #ffe400;
		text-decoration: none;
	}
	a:active {
		opacity: 1;
	}
p {
	margin: 5px 0 10px 0;
}
img {
	display: block;
	max-width: 100%;
}
.atlas {
	background-image: url(/dimon/i/atlas.png); background-repeat: no-repeat;
}
.nowrap {
	white-space: nowrap;
}
.clearfix:after,
.l-1col:after,
.l-2col:after,
.l-3col:after,
.lightbox-content.cinemas .row:after {
	content: ' ';
	display: table;
	clear: both;
}
.hidden {
	position: absolute; display: block; top: 0; left: 0; width: 0; height: 0; opacity: 0;
}
.l-wrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	transition: padding 300ms ease;
}
.l-2col > .l-col {
	float: left;
	width: 50%;
}
.l-3col > .l-col {
	float: left;
	width: 33.3%;
}
.map {
	background-image: url('/dimon/i/map-base.png');
	background-size: cover;
}



/* ==================================================================== Menu */
menu {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #131313;
	box-shadow: 0 0 40px rgba(255,255,255,0.7);
}
menu .logo {
	display: inline-block;
	width: 110px;
	height: 50px;
	text-indent: -9999px;
	color: rgba(0,0,0,0);
	background-color: #ffe400;
}
	menu a.logo:hover {
		background-color: #e0e6ec;
	}
menu .paypal {
	display: inline-block;
	width: 110px;
	height: 30px;
	margin-right: 10px;
	line-height: 30px;
	text-indent: -9999px;
	color: rgba(0,0,0,0);
	border-radius: 15px;
	background-color: #0197d7;
	background-position: -110px -10px;
}
	menu a.paypal:hover {
		background-color: #00a8ff;
	}
menu .is-desktop {
	display: inline-block;
	margin: 0 8px;
}

menu .l-col + .l-col {
	text-align: right;
}



/* ==================================================================== Intro */
.intro.l-wrap {
	max-width: 640px;
    padding: 0 40px;
	margin: 100px auto 70px auto;
}
.intro img {
	margin-bottom: 20px;
}
.intro p.lead {
	font-size: 18px; font-size: 1.8rem;
	line-height: 25px; line-height: 2.5rem;
}



/* ==================================================================== Map (index) */
.index-map {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 480px;
	margin: -10px auto 70px auto;
}
.index-map a {
	position: absolute;
	z-index: 2;
	display: block;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #131313;
	text-decoration: none;
	background-color: #ffd400;
	border: 2px solid #fff;
	border-radius: 50%;
}
	.index-map a:hover {
		background-color: #555;
	}
.index-map a span {
	position: absolute;
	z-index: 3;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 0 4px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 16px; line-height: 1.6rem;
	background-color: #fff;
	border-width: 0;
	border-style: solid;
	border-color: #e2e2e2;
	opacity: 0;
	transition: height 10ms ease, border-size 10ms ease, opacity 400ms ease;
}
	.index-map a:hover span {
		height: auto;
		border-width: 1px;
		opacity: 1;
	}



/* ==================================================================== Items list */
.items.l-wrap {
	max-width: 1400px;
	margin-bottom: 60px;
}
.items h2 {
	display: block;
    margin: 20px 25px 20px 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #131313;
}
.items i.subheader {
	display: block;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px; font-size: 1.8rem;
    text-align: center;
}
.items .l-3col {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px 0;
}
.items .item {
	position: relative;
    display: block;
	width: 28%;
    width: calc(33.2% - 40px);
    margin: 20px;
    padding: 0 0 10px 0;
}
.items .item a,
.items .item a:hover,
.items .item a:visited {
	color: #131313;
	text-decoration: none;
}
.items .item .image {
	background-color: #e0e6ec;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
}
.items .item img {
	width: 100%;
}
.items .item h3 {
	display: block;
	padding: 15px 10px 14px 10px;
	margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
	line-height: 2rem;
	color: #131313;
	background-color: #ffe400;
    transition: background-color 300ms ease;
}
	.items .item:hover a h3 {
		background-color: #e0e6ec;
	}
.items .item p {
	padding: 0 10px;
}
.items .item .tags {
	margin: -5px 5px 0 5px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 16px; line-height: 1.6rem;
}
	.items .item .tags span {
		display: inline-block;
		padding: 0 4px;
		margin: 5px 2px 5px 5px;
		color: #222;
		white-space: nowrap;
		border-left: 1px solid #d2d2d2;
	}
	.items .item .tags span.accent {
		color: #fff;
		text-transform: uppercase;
		background-color: #131313;
		border: 0;
	}



/* ==================================================================== Footer */
footer {
	margin-top: 80px;
	background-color: #eaebec;
}
footer .l-wrap {
	max-width: 640px;
    padding: 40px;
    margin: 0 auto;
}
footer .photo {
	position: absolute;
	right: -40px;
	top: 0;
	width: 130px;
	height: 130px;
	border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
	background-size: cover;
}
footer p.lead {
	margin-right: 80px;
	font-size: 18px; font-size: 1.8rem;
	line-height: 25px; line-height: 2.5rem;
}
footer .b-sharing {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 0;
	color: transparent;
	background-color: #ffe400;
}
	footer .b-sharing:hover {
		background-color: #c7cdd4;
	}
	footer .b-sharing.fb {background-position: -55px -55px;}
	footer .b-sharing.tw {background-position: -105px -55px;}
	footer .b-sharing.vk {background-position: -4px -55px;}
footer .email {
	display: inline-block;
	padding: 0 4px;
	white-space: nowrap;
	color: #131313;
	text-decoration: none;
	background-color: #ffe400;
}
	footer .email:hover {
		background-color: #c7cdd4;
	}
footer .legal {
	margin-top: 40px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 17px; line-height: 1.7rem;
}



/* ==================================================================== Item page */
.cover {
	height: 520px;
	background-color: #e0e6ec;
    background-position: 50% 40%;
    background-repeat: no-repeat;
	background-size: cover;
	transition: height 300ms ease;
}
.s-item .header {
	padding: 20px 20px 10px 20px;
	margin-top: -40px;
	margin-bottom: 15px;
	font-style: italic;
	background-color: #eaebec;
}
.s-item .header h2 {
	margin-bottom: 6px;
	font-size: 40px; font-size: 4rem;
	line-height: 40px; line-height: 4rem;
}
.s-item .header .tags {
	margin: 10px 0 8px 0;
	font-style: normal;
}
	.s-item .header .tags span {
		display: inline-block;
		padding: 0 4px;
		margin: 5px 5px 5px 0;
		white-space: nowrap;
		border: 1px solid #ccc;
	}
	.s-item .header .tags span.accent {
		color: #fff;
		background-color: #131313;
		border-color: #131313;
	}
.s-item .l-col.first {
	width: 60%;
	padding: 20px;
}
.s-item .l-col.second {
	width: 40%;
	padding: 20px;
}
.s-item .l-col.second h3 {
    margin-top: 3px;
	margin-bottom: 18px;
	font-size: 22px; font-size: 2.2rem;
    line-height: 26px; line-height: 2.6rem;
}
.s-item u {
	display: block;
	padding: 10px;
    margin: 18px 10px 18px -10px;
	background-color: #eaebec;
	text-decoration: none;
}
.s-item ul {
	margin-top: 5px;
	margin-bottom: 18px;
	list-style-type: square;
}
.s-item li {
	margin: 0 10px 10px 17px;
}
.s-item .l-col.second li {
	margin: 5px 15px;
    line-height: 18px; line-height: 1.8rem;
}
.s-item-gallery {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.s-item-gallery a {
		display: block;
		align-self: flex-start;
		width: 44%;
		width: calc(50% - 40px);
		margin: 20px;
		opacity: 1;
		background-color: #e0e6ec;
	}
	.s-item-gallery a:hover {
		opacity: 0.9;
	}
.s-item-download {
	margin-top: 5px;
	margin-bottom: 15px;
}
.s-item-download a {
	display: block;
	max-width: 320px;
	overflow: hidden;
	padding: 4px 6px;
	margin-bottom: 2px;
	margin-left: -6px;
	line-height: 20px; line-height: 2rem;
	font-weight: bold;
	color: #131313;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	background-color: #ffe400;
}
	.s-item-download a:hover {
		background-color: #e0e6ec;
	}
.s-item-download span {
	display: inline-block;
	margin-right: 4px;
}
.s-item .s-item-changelog {
	font-size: 14px; font-size: 1.4rem;
    color: #9a9a9a;
}
.s-item .s-item-changelog ul {
	margin-top: 0;
}
.s-item-map {
	max-width: 940px;
	margin: 10px auto;
}
.s-item-home {
	margin: 60px 20px 80px 20px;
	text-align: center;
}
.s-item-home a {
	display: inline-block;
	padding: 5px 0 4px 0;
	font-size: 20px; font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	color: #131313;
	text-decoration: none;
	border-bottom: 2px solid #ffe400;
	background-color: #fff;
	transition: background-color 300ms ease, padding 200ms ease;
}
	.s-item-home a:hover {
		padding: 5px 8px 4px 8px;
		background-color: #ffe400;
	}













/* =============================================================================== */
/* =============================================================================== */
/* =============================================================================== */
/* =============================================================================== */
/* ==================================================================== Responsive */
/* =============================================================================== */
/* =============================================================================== */
/* =============================================================================== */
/* =============================================================================== */



/* ============================================================= <1200 */
@media only screen and (max-width: 1200px) {
	.l-wrap {
		padding: 0 10px;
	}
}
/* ============================================================= <1000 */
@media only screen and (max-width: 1000px) {
	html {
		font-size: 59%;
	}
	.index-map {
		display: none;
	}
	.l-3col > .l-col {
		float: left;
		width: 50%;
	}
	.items .item {
		width: 45%;
		width: calc(49.8% - 40px);
	}
	.cover {
		height: 460px;
	}
}
/* ============================================================= <767 */
@media only screen and (max-width: 767px) {
	.l-wrap {
		padding: 0;
	}
	footer .photo {
		right: 20px;
		width: 100px;
		height: 100px;
	}
	footer p.lead {
		margin-right: 100px;
	}
	.items h2 {
		margin: 20px 13px 20px 10px;
	}
	.items .item {
		width: 46.5%;
		width: calc(49.8% - 20px);
		margin: 10px;
	}
	.cover {
		height: 400px;
	}
}
/* ============================================================= <699 */
@media only screen and (max-width: 699px) {
	menu .is-desktop {
		display: none;
	}
}
/* ============================================================= <599 */
@media only screen and (max-width: 599px) {
	html {
		font-size: 52%;
	}
	.items .item .tags {
		line-height: 17px; line-height: 1.7rem;
	}
	.cover {
		height: 360px;
	}
	.s-item .header {
		padding: 15px 10px 5px 10px;
		margin-bottom: 0;
	}
	.s-item .l-col.first,
	.s-item .l-col.second {
		padding-left: 10px;
		padding-right: 10px;
	}
	.s-item-gallery a {
		width: 46%;
		width: calc(50% - 20px);
		margin: 10px;
	}
}
/* ============================================================= <550 */
@media only screen and (max-width: 550px) {
	.s-item-map {
		display: none;
	}
	.items h2 {
		margin: 20px 10px 10px 10px;
	}
	.items .item {
		width: 95.5%;
		width: calc(100% - 20px);
		margin: 10px;
	}
	footer .photo {
		right: 0;
		width: 80px;
		height: 80px;
		border-radius: 0;
		border-bottom-left-radius: 20%;
	}
	footer p.lead {
		margin-right: 80px;
	}
	.s-item .l-col.first,
	.s-item .l-col.second {
		width: 100%;
	}
	.s-item .l-col.second {
		padding-bottom: 22px;
		margin-bottom: 10px;
		border-top: 2px solid #e2e2e2;
	}
	.s-item-gallery a {
		width: 100%;
		margin: 10px 10px 0px 10px;
	}
}
/* ============================================================= <400 */
@media only screen and (max-width: 400px) {
	.intro.l-wrap {
		padding: 0 20px;
		margin: 100px auto 50px auto;
	}
	.items.l-wrap {
		margin-bottom: 20px;
	}
	footer {
		margin-top: 60px;
	}
	footer .l-wrap {
		padding: 20px;
	}
	footer .photo {
		position: relative;
		top: -5px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	footer p.lead {
		margin-right: 0;
	}
	footer .legal {
		margin-top: 30px;
	}
	.cover {
		height: 300px;
	}
}
/* ============================================================= Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.atlas {
		background-image: url(/dimon/i/atlas@2x.png);
		background-size: 300px auto;
	}
	.map {
		background-image: url('/dimon/i/map-base@2x.png');
		background-size: cover;
	}
}
















/* https://github.com/feimosi/baguetteBox.js */
/* Button colors are defined in the script (svg stroke) */
#baguetteBox-overlay {display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000000; background-color: #000; background-color: rgba(0,0,0,0.9); transition: opacity 0.5s ease;}
#baguetteBox-overlay.visible {opacity: 1;}
#baguetteBox-overlay .full-image {display: inline-block; position: relative; width: 100%; height: 100%; text-align: center;}
#baguetteBox-overlay .full-image figure {display: inline; margin: 0; height: 100%;}
#baguetteBox-overlay .full-image img {display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);}
#baguetteBox-overlay .full-image figcaption {display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: sans-serif;}
#baguetteBox-overlay .full-image:before {content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px;}
#baguetteBox-slider {position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; transition: left 0.4s ease, -webkit-transform 0.4s ease; transition: left 0.4s ease, -moz-transform 0.4s ease; transition: left 0.4s ease, transform 0.4s ease;}
#baguetteBox-slider.bounce-from-right {-webkit-animation: bounceFromRight 0.4s ease-out; animation: bounceFromRight 0.4s ease-out;}
#baguetteBox-slider.bounce-from-left {-webkit-animation: bounceFromLeft 0.4s ease-out; animation: bounceFromLeft 0.4s ease-out;}
/* Buttons */
.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;font:1.6em sans-serif;background-color:transparent}
.baguetteBox-button#close-button{top:0;right:0;width:50px;height:50px;background-color:rgba(0,0,0,0.8)}
.baguetteBox-button#close-button svg{position:absolute;left:0;top:0}
.baguetteBox-button#next-button{top:50px;right:0;width:50px;height:85%;height:calc(100% - 50px);transition:opacity 300ms ease;opacity:.4}
.baguetteBox-button#next-button:hover{opacity:.8}
.baguetteBox-button#next-button svg{position:absolute;left:0;top:43%;top:calc(50% - 50px)}
.baguetteBox-button#previous-button{top:0;left:0;width:50px;height:100%;transition:opacity 300ms ease;opacity:.4}
.baguetteBox-button#previous-button:hover{opacity:.8}
.baguetteBox-button#previous-button svg{position:absolute;left:0;top:47%;top:calc(50% - 25px)}
/* //Buttons */
.spinner {width: 40px; height: 40px; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px;}
.double-bounce1, .double-bounce2 {width: 100%; height: 100%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out;}
.double-bounce2 {-webkit-animation-delay: -1s; animation-delay: -1s;}
@-webkit-keyframes bounceFromRight {0% {margin-left: 0;} 50% {margin-left: -30px;} 100% {margin-left: 0;}}
@keyframes bounceFromRight {0% {margin-left: 0;} 50% {margin-left: -30px;} 100% {margin-left: 0;}}
@-webkit-keyframes bounceFromLeft {0% {margin-left: 0;} 50% {margin-left: 30px;} 100% {margin-left: 0;}}
@keyframes bounceFromLeft {0% {margin-left: 0;} 50% {margin-left: 30px;} 100% {margin-left: 0;}}
@-webkit-keyframes bounce {0%,100% {-webkit-transform: scale(0); transform: scale(0);} 50% {-webkit-transform: scale(1); transform: scale(1);}}
@keyframes bounce {0%,100% {-webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0);} 50% {-webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}}