/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 *
 * 2do barva selekce
 */

::-moz-selection {
    background: #d8f8fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body, html {
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: none;
	letter-spacing: 0.07em;

	color: #000000;
	background-color: #ffffff;
}

button, input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	color: #bfa33a;
	text-decoration: none;
}

a:hover { text-decoration: none; }

p, h1, h2, h3, h4 { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

/* --- project --- */

body {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.content {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	padding-bottom: 1px;
}

.content .content { min-width: 0; }

.content-narrow { max-width: 1650px; }

.content-wide { max-width: 2560px; }

.content.content-padded {
	padding: 0 40px 1px 40px;
}

.content.text-content {
	padding-bottom: 4em;
}

.single-text {
	max-width: 1024px;
	margin: 0 auto;
}

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

@media screen and (max-width: 1023px)
{
	.content.content-padded { padding: 0 20px 1px 20px; }
}


@media screen and (max-width: 800px) {
	.content.content-sm-nopad {
		padding-left: 0;
		padding-right: 0;
	}
}

/* header */

#main-header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100px;
	z-index: 10;
	transition-duration: 0.4s;
	text-align: center;
	z-index: 14;
	background-color: #ffffff;
}

#main-header .content {
	height: 100px;
	position: relative;
}

#main-header.closed { top: -125px; }

.static-menu #main-header {
	position: static;
}

/*
#main-header:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 34px;
	bottom: -27px;
	left: 0;
	background-image: url("../img/pomezi/header-beak.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6;

	background-color: red;
	opacity: 0.5;
}
*/

#main-header .tools {
	position: absolute;
	top: 0;
	right: 38px;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	z-index: 11;
}

#main-header .tools a { margin-right: 15px; }

#main-header .tools a:last-of-type { margin-right: 0; }

#main-header .tools > a:first-of-type { margin-right: 25px; }

.social a:last-of-type { margin-right: 0; }

.social-icon { display: none; }

@media screen and (max-width: 580px) {
	#main-header .tools { right: 23px; }
}

/* menu */

#main-nav {
	display: block;
	height: 100%;
	position: relative;
}

#main-menu {
	height: 100%;
	margin: 0;
	padding: 0 90px 0 0;
	position: relative;
}

#main-menu:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 34px;
	bottom: -25px;
	left: 0;
	background-image: url("../img/pomezi/header-beak.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 6;
}

.lang-en #main-menu {
	padding: 0 113px 0 0;
}

#main-menu > li {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	position: relative;
}

#main-menu > li#top-logo {
	margin: 0 30px;
	width: auto;
}

#main-menu1 {
	margin-left: 65px;
}

.lang-en #main-menu1 {
	margin-left: 100px;
}

.lang-en #main-menu > li#top-logo { margin: 0 60px; }

#main-menu > li > a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0 13px;
	height: 100%;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	z-index: 7;
}

#main-menu > li > a:before {
	content: "-";
	position: absolute;
	top: calc(50% - 2px);
	right: -5px;
	line-height: 0;
	color: #000000;
}

#main-menu > li:last-of-type > a:before,
#main-menu > li#main-menu2 > a:before,
#main-menu > li#top-logo > a:before
{
	content: "";
}

#main-menu > li > a:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background-color: #bfa33a;
	opacity: 0;
	transition-duration: 0.2s;
	transition-property: opacity;
}

#main-menu > li > a:hover:after, #main-menu > li.over > a:after { opacity: 1; }

#main-menu > li#top-logo a:after, #main-menu > li#top-logo:hover a:after, #main-menu > li#top-logo.over a:after { display: none; }

#main-menu > li > ul {
	position: absolute;
	top: -1000px;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	width: auto;
	height: auto;
	transition-duration: 0.2s;
	transition-property: opacity;
	z-index: -1;
	color: #000000;
}

#submenu-cover {
	position: absolute;
	width: 100%;
	height: 0;
	top: calc(100% - 1px);
	left: 0;
	z-index: -1;
	background: linear-gradient(to top, rgba(191,163,58,0.93) 0%, rgba(191,163,58,1) 100%);
	opacity: 0;
	transition-duration: 0.2s;
	transition-property: opacity;
}

#submenu-cover.opened {
	opacity: 1;
	z-index: 5;
}

#main-menu > li > ul.opened {
	opacity: 1;
	z-index: 7;
	top: 100px;
}

#main-menu > li > ul > li {
	position: relative;
	z-index: 15;
	padding: 0;
}

#main-menu > li > ul:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#main-menu > li > ul > li > a {
	margin: 0;
	padding: 0 13px 27px 13px;
	text-align: left;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	font-size: 20px;
	transition-duration: 0.3s;
	position: relative;
}

#main-menu > li > ul > li > a:before {
	content: " ";
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 40px;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

#main-menu > li#main-menu4 > ul > li > a:before, #main-menu > li#main-menu8 > ul > li > a:before { height: 25px; }

#main-menu > li > ul > li:first-of-type > a { padding-top: 27px; }

#main-menu > li > ul > li:first-of-type > a:before { top: 34px; }

#main-menu > li > ul .subname {
	font-size: 18px;
	font-style: italic;
}

#main-menu > li > ul a:hover {
	text-decoration: none;
}

#main-menu > li > ul > li > a:hover:before { background-color: #ffffff; }

.social-menu {
	text-align: left;
	padding-left: 13px;
	position: relative;
	top: -20px;
	display: none;
}

.social-menu a { margin-right: 10px; }

@media screen and (max-width: 1740px) {
	#main-menu > li#top-logo { margin: 0 20px; }

	#main-menu:before { bottom: -23px; }

	.lang-en #main-menu > li > a {
		padding: 0 7px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1530px) {
	#main-menu > li > a {
		padding: 0 7px;
		font-size: 14px;
	}

	#main-menu { padding: 0 85px 0 0; }

	.lang-en #main-menu { padding: 0 104px 0 0; }

	.lang-en #main-menu > li > a { font-size: 12px; }

	#top-logo img { width: 200px; }

	#main-menu > li#top-logo, .lang-en #main-menu > li#top-logo { margin: 0 10px; }

	.lang-en #main-menu > li > a { padding: 0 4px; }
}

#menu-trigger { display: none; }

#logo-left { display: none; }

#main-header .tools.tools-menu { display: none; }

#webcam-icon {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: auto;
	z-index: 11;
}

@media screen and (max-width: 1023px)
{
	#webcam-icon { display: none; }

	#main-menu > li > a { font-size: 12px; }

	#main-header, #main-header .content {
		height: 80px;
		text-align: left;
	}

	#main-header:before {
		content: " ";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 21;
		background-color: #ffffff;
	}

	#main-header:after { z-index: 22; }

	#logo-left {
		display: inline-block;
		height: 100%;
		position: relative;
		z-index: 23;
	}

	#logo-left a {
		display: inline-block;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	#logo-left img {
		width: 200px;
	}

	#main-header .tools { z-index: 23; }

	#main-menu:before { display: none; }

	#main-header:after {
		content: " ";
		position: absolute;
		width: 100%;
		height: 34px;
		bottom: -27px;
		left: 0;
		background-image: url("../img/pomezi/header-beak.png");
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 20;
	}

	#menu-trigger {
		position: relative;
		display: inline-block;
		margin-left: 15px;
	}

	#menu-trigger img { height: 35px; }

	#menu-trigger:before {
		content: " ";
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("../img/pomezi/menu-close.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 70%;
		opacity: 0;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}

	#menu-trigger img {
		transition-duration: 0.3s;
		transition-delay: 0.3s;
	}

	#menu-trigger.menu-opened img {
		opacity: 0;
		transition-delay: 0s;
	}

	#menu-trigger.menu-opened:before {
		opacity: 1;
		transition-delay: 0.3s;
	}

	#menu-trigger { display: inline-block; }

	.tools a { display: none; }

	.tools.tools-menu a { display: inline-block; }

	#main-menu > li#top-logo, #main-menu7_4 { display: none; }

	#main-menu > li#main-menu1 { margin-left: 0; }

	#main-menu > li > a:before,
	#main-menu > li:last-of-type > a:before,
	#main-menu > li#main-menu4 > a:before,
	#main-menu > li#top-logo > a:before
	{
		content: "";
		display: none;
	}

	#main-menu > li > a:after { display: none; }

	#main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		box-sizing: border-box;
		background-color: rgba(191, 163, 58, 0.95);
		text-align: center;
		padding-top: 120px;
		z-index: 20;
		overflow: scroll;
		transform: translateY(-100%);
		opacity: 0;
		transition-duration: 0.5s;
	}

	#main-nav.opened {
		transform: translateY(0);
		opacity: 1;
	}

	#main-menu, .lang-en #main-menu {
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
	}

	#main-menu > li {
		display: block;
		height: auto;
		padding-bottom: 0.5em;
	}

	#main-menu > li > a, .lang-en #main-menu > li > a {
		color: #ffffff;
		font-size: 18px;
		padding-bottom: 0.3em;
	}

	#main-menu > li > ul {
		position: static;
		display: none;
		top: auto;
		left: 0;
		margin: 0;
		padding: 0;
		opacity: 1;
		height: auto;
		z-index: auto;
	}

	#main-menu > li.active > ul { display: block; }

	#main-menu > li > ul:before { display: none; }

	#main-menu > li > ul > li {
		position: relative;
		margin-bottom: 7px;
	}

	#main-menu > li > ul > li:after {
		content: " ";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 90px;
		height: 1px;
		background-color: #000000;
	}

	#main-menu > li > ul > li:last-of-type:after { display: none; }

	#main-menu > li > ul > li:first-of-type > a { padding-top: 0; }

	#main-menu > li > ul > li > a {
		line-height: normal;
		text-align: center;
		padding: 0 0 0.5em 0;
		font-size: 18px;
		transition-duration: 0s;
		color: #000000;
	}

	#main-menu > li > ul > li > a:hover:before { background-color: transparent; }

	#main-menu > li > ul .subname {
		font-size: 18px;
		font-style: italic;
		display: none;
	}

	#main-menu > li > ul strong { font-weight: 400; }

	#main-menu a { transition-duration: 0.3s; }

	#main-menu a:hover {
		text-decoration: none;
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
	}

	#main-header .tools.tools-menu {
		display: block;
		position: static;
		top: auto;
		right: auto;
		width: auto;
		height: auto;
		margin: 0em auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	#main-header .tools.tools-menu .lang-link { color: #574b1d; }

	.social-menu {
		padding: 1em 0 2em 0;
		text-align: center;
		position: static;
		display: block;
	}

	#main-header .tools-menu > a:first-of-type {
		margin: 0;
		padding-bottom: 1em;
	}

	.social-menu a { margin-right: 20px; }

	.social-menu a:last-of-type { margin-right: 0; }
}

/* changer */

.content.content-padded.changer-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content.content-padded.changer-wrapper-hp { padding-bottom: 0; }

.changer-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: calc(800 / 1920 * 100%);
	position: relative;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.changer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.changer:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

.changer .changer-item {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	top: 0;
	left: 0;
}

.changer .changer-item:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%);
}

.changer .changer-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.changer .changer-image video, .changer .changer-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.changer .changer-image img {
	transform: scale(1.06);
	transition: all 6s;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px;
}

.changer-item-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
	width: 100%;
	max-width: 490px;
	padding: 0 2em;
	margin: 0;
	box-sizing: border-box;
	z-index: 2;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.changer-item-text span { display: block; }

.changer-item-text .title {
	font-size: 25px;
	line-height: normal;
	margin-bottom: 0.5em;
}

.changer-item-text strong, .changer-item-text b { display: block; }

.penthouse-item-text { text-transform: uppercase; }

.penthouse-item-text .title {
	color: #bfa33a;
	font-weight: 700;
}

.changer-slogan {
	font-size: 35px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	padding: 0 15px;
	color: #ffffff;
	margin: 0;
	z-index: 3;
	font-weight: 700;
}

.changer-slogan span {
	display: block;
	margin: 0;
	font-weight: 400;
}

.changer-slogan .subtitle {
	font-weight: 700;
}

#changer-continue {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
}

.content-full-changer {
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 480px;
	margin-top: 100px;
	position: relative;
	margin-bottom: 50px;
}

.content-full-changer .changer:after, .content-full-changer .changer-text, .content-full-changer .changer-item-text,  .content-full-changer .changer-item::after {
	display: none;
}

.button-changer {
	position: absolute;
	bottom: 6em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
}

@media screen and (max-width: 1560px) {
	.changer-content {
		padding-top: 0;
		height: 530px;
	}

	.changer-slogan {
		font-size: 25px;
		line-height: normal;
	}

	.changer-item-text { font-size: 16px; }

	.changer-item-text .title { font-size: 20px; }
}

@media screen and (max-width: 1280px)
{
	.content.content-padded.changer-wrapper { padding-top: 80px; }
}

@media screen and (max-width: 1023px)
{
	.content-full-changer {
		margin-top: 80px;
		height: calc(100vh - 80px);
	}

	.changer-content {
		height: calc(100vh - 80px);
		max-height: none;
		padding-bottom: 2em;
	}

	.changer { height: calc(100% - 2em); }

	.changer:after { display: none; }
}

@media screen and (max-width: 490px)
{
	.changer-slogan { top: 38%; }
}

@media screen and (max-width: 600px)
{
	.changer-slogan { top: 20%; }
}

#awards-2024 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 40px;
	width: 18.3%;
	height: 100%;
	box-sizing: border-box;
	min-width: 210px;
	max-width: 350px;
	z-index: 5;
}

#awards-2024.double {
	width: 17%;
}

#awards-2024 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}

@media screen and (min-width: 1960px)
{
	#awards-2024 {
		right: calc(50% - 815px);
		transform: translateX(50%);
	}
}

@media screen and (max-width: 640px)
{
	#awards-2024 {
		padding: 40px 20px;
		width: 20%;
	}
}

@media screen and (max-width: 480px)
{
	#awards-2024 {
		height: 70%;
	}
}

/* claimy */
.claims {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 12;
	transform: translateY(-13.5%);
	padding-top: 26px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-size: 18px;
}

.claim {
	width: calc(50% - 13px);
	height: 100%;
	position: relative;
}

.claim .image {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: calc((590 / 907) * 100%);
	position: relative;
}

.claim .image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.claim svg {
	width: 100%;
	height: 100%;
}

.claim .text {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #ffffff;
	padding: 150px 75px;
}

.claim h2 {
	font-size: 25px;
	margin-bottom: 0.3em;
	font-weight: 400;
}

.claim .text h2, .claim .text span { display: table; } /* ie bug */

@media screen and (max-width: 1520px)
{
	.claim .text { padding: 100px 45px; }
}

@media screen and (max-width: 1220px)
{

	.claim .text { padding: 85px 45px; }

	.claim h2 { font-size: 20px; }

	.claims { font-size: 15px; }

	.claims .button { font-size: 16px; }
}

@media screen and (max-width: 1100px)
{
	.claim .text { padding: 65px 35px; }
}

.claim .sm-image { display: none; }

@media screen and (max-width: 1023px)
{
	.claims {
		flex-wrap: wrap;
		transform: none;
		padding: 0 0 4em 0;
	}

	.claim {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
		width: 100%;
		min-height: 400px;
		margin-top: 3px;
	}

	.claim:before {
		content: " ";
		position: absolute;
		width: 100%;
		height: 47px;
		top: -2px;
		left: 0;
		background-image: url("../img/pomezi/slant-top.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		z-index: 5;
	}

	.claim:after {
		content: " ";
		position: absolute;
		width: 100%;
		height: 82px;
		bottom: -2px;
		left: 0;
		background-image: url("../img/pomezi/slant-bottom.png");
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 5;
	}

	.claim .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
	}

	.claim svg { display: none; }

	.claim .sm-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		display: block;
	}

	.claim .text {
		position: relative;
		padding: 35px 35px 65px 35px;
	}
}

/* awards */

.awards {
	background-color: #f6f6f6;
	text-align: center;
	padding: 35px 35px 80px 35px;
	margin-bottom: 80px;
}

.awards-container {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.awards h2 {
	text-transform: uppercase;
	margin-bottom: 25px;
}

.award {
	width: 100%;
	max-width: 327px;
}

@media screen and (max-width: 880px)
{
	.awards-container {
		flex-wrap: wrap;
	}

	.award {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 480px)
{
	.award {
		width: 100%;
		max-width: 240px;
	}
}

/* buttons */

.button {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	padding: 9px 40px;
	margin-bottom: 1em;
	text-transform: lowercase;
	transition-duration: 0.3s;
}

.button-white {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: rgba(0,0,0,0.3);
}

.button-white:hover { background-color: rgba(0,0,0,0.8); }

.button-white-full {
	background-color: rgba(255,255,255,0.3);
}

.button-white-full:hover {
	background-color: rgba(255,255,255,0.6);
}

.button-brown {
	color: #000000;
	border: 1px solid #bfa33a;
	background-color: rgba(191,163,58,0);

}

.button-brown:hover { background-color: rgba(191,163,58,0.2); }

/* main text */

.main-text {
	width: 100%;
	max-width: 1080px;
	text-align: center;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0 0 6em 0;
	font-weight: 300;
}

.main-text h1, .content-properties h1, .properties-title {
	margin-bottom: 2em;
	font-size: 35px;
	font-weight: 300;
	color: #b19738;
	text-align: center;
	line-height: normal;
}

.main-text ul {
	margin: 0;
	padding: 0;
}

.main-text li {
	list-style-type: none;
	position: relative;
	margin-bottom: 2em;
}

.main-text li:after {
	position: absolute;
	display: block;
	content: " ";
	width: 120px;
	height: 1px;
	background-color: #000000;
	top: calc(100% + 1em);
	left: 50%;
	transform: translateX(-50%);
}

.main-text li:last-of-type:after { display: none; }

/* news */

.content.content-padded.news-content {
	text-align: center;
	padding-bottom: 95px;
}

.news-content h2 { text-transform: uppercase; }

.news {
	width: 100%;
	font-size: 18px;
	max-width: 1650px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.news article {
	width: calc(33% - 15.3px);
	margin: 0 23px 80px 0;
}

.news article a { display: block; }

.news article:nth-of-type(3n) { margin-right: 0; }

.news img {
	width: 100%;
	margin-bottom: 3.5em;
	transition-duration: 0.3s;
}

.news a { color: #000000; }

.news a:hover img {
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

.news h3 {
	text-transform: uppercase;
	font-size: 18px;
}

.news .news-inner {
	width: 100%;
	max-width: 385px;
	margin: 0 auto;
}

.news .news-inner a {
	color: #bfa33a;
}

.news .button-content { width: 100%; }

.news .webcam-image {
	position: relative;
	margin-bottom: 3.5em;
}

.news .webcam-image img { margin-bottom: 0; }

.news .webcam-image:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/pomezi/webcam-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1023px)
{
	.news article { width: calc(50% - 11.5px); }

	.news article:nth-of-type(3n) { margin-right: 23px; }

	.news article:nth-of-type(2n) { margin-right: 0; }
}

@media screen and (max-width: 690px)
{
	.news article { width: 100%; }

	.news article, .news article:nth-of-type(3n), .news article:nth-of-type(2n) { margin-right: 0; }
}

/* standard tiles */

.standards {
	width: 100%;
	font-size: 18px;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 150px;
}

.standards article { width: calc(50% - 45px); }

.standards .standard-image {
	position: relative;
	margin-bottom: 2em;
}

.standards .desc {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.3);
	transition-duration: 0.3s;
	color: #ffffff;
	font-size: 25px;
}

.standards .desc:hover { background-color: rgba(0,0,0,0.6); }

.standards img {
	width: 100%;
	transition-duration: 0.3s;
}

.standards a { color: #000000; }

.standards a:hover img { box-shadow: 0px 0px 8px 0px rgba(0,0,0,1); }

.standards h3 {
	text-transform: uppercase;
	font-size: 18px;
}

@media screen and (max-width: 700px)
{
	.standards article { width: 100%; }

	.standards article, .standards article:nth-of-type(3n), .standards article:nth-of-type(2n) { margin-right: 0; }
}

/* tiles */

.tiles {
	padding-bottom: 25px;
}

.tiles .tile-row {
	position: relative;
	width: 100%;
	max-width: 1650px;
	margin: 0 auto 50px auto;
	min-height: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tiles .tile-image {
	width: 50%;
	height: 100%;
	position: relative;
}

.tiles .tile-image object-fit {
	width: 100%;
	height: 100%;
}

.tiles .tile-image:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/pomezi/half-slant-tl.png");
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 5;
}

.tiles .tile-image:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/pomezi/half-slant-br.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 5;
}

.tiles .tile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tiles .tile-text {
	padding: 0 90px;
	width: 50%;
	height: auto;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.1em;
	line-height: 30px;
}

.tiles .tile-text h2 {
	font-size: 30px;
	margin-bottom: 0.5em;
	font-weight: 300;
	color: #bda23a;
}

.tiles .button {
	margin-top: 2em;
	font-size: 15px;
}

.tiles .tile-row:nth-of-type(2n) .tile-image { order: 2; }

.tiles .tile-row:nth-of-type(2n) .tile-text { order: 1; }

.tiles .tile-row:nth-of-type(2n) .tile-image:before {
	background-image: url("../img/pomezi/half-slant-tr.png");
}

.tiles .tile-row:nth-of-type(2n) .tile-image:after {
	background-image: url("../img/pomezi/half-slant-bl.png");
}

@media screen and (max-width: 1390px)
{
	.tiles .tile-row { align-items: flex-start; }

	.tiles .tile-text h2 { font-size: 25px; }

	.tiles .tile-text {
		font-size: 16px;
		line-height: 25px;
		padding: 69px 0 0 40px;
	}

	.tiles .tile-row:nth-of-type(2n) .tile-text { padding: 57px 40px 0 0; }

	.tiles .tile-image { width: 60%; }

	.tiles .tile-text { width: 40%; }
}

@media screen and (max-width: 1023px)
{
	.tiles .tile-row { flex-wrap: wrap; }

	.tiles .tile-image {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}

	.tiles .tile-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.tiles .tile-text,
	.tiles .tile-row:nth-of-type(2n) .tile-text {
		width: 100%;
		padding: 2em 0 0 0;
		margin: 0;
		text-align: center;
	}

	.tiles .tile-row:nth-of-type(2n) .tile-image { order: 1; }

	.tiles .tile-row:nth-of-type(2n) .tile-text { order: 2; }

	.tiles .tile-image:before,
	.tiles .tile-row:nth-of-type(2n) .tile-image:before {
		content: " ";
		position: absolute;
		width: 100%;
		height: 47px;
		top: -2px;
		left: 0;
		background-image: url("../img/pomezi/slant-top.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		z-index: 5;
	}

	.tiles .tile-image:after,
	.tiles .tile-row:nth-of-type(2n) .tile-image:after {
		content: " ";
		position: absolute;
		width: 100%;
		height: 82px;
		top: calc(100% - 82px);
		left: 0;
		background-image: url("../img/pomezi/slant-bottom.png");
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 5;
	}
}

@media screen and (max-width: 800px)
{
	.tiles .tile-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* tiles wide */

.tiles-wide {
	padding-bottom: 25px;
}

.tiles-wide .tile-row {
	position: relative;
	width: 100%;
	max-width: 1650px;
	margin: 0 auto 70px auto;
	height: 0;
	overflow: hidden;
	padding-top: calc((800 / 1650) * 100%);
}

.tiles-wide .tile-row:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	top: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-top.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

.tiles-wide .tile-row:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

.tiles-wide .tile-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tiles-wide .tile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tiles-wide .tile-image:before {
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}

.tiles-wide .tile-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 160px 90px;
	width: 480px;
	font-size: 18px;
	color: #ffffff;
	z-index: 2;
}

.tiles-wide .tile-text h2 {
	font-size: 25px;
	margin-bottom: 0.5em;
	font-weight: 400;
}

.tiles-wide .button { margin-top: 1em; }

@media screen and (max-width: 1350px)
{
	.tiles-wide .tile-text { padding: 80px 40px; }
}

@media screen and (max-width: 1220px)
{
	.tiles-wide .tile-text h2 { font-size: 20px; }

	.tiles-wide .tile-text { font-size: 15px; }

	.tiles-wide .button { font-size: 16px; }
}

@media screen and (max-width: 1023px)
{
	.tiles-wide .tile-row:before {
		height: 47px;
		background-position: bottom center;
	}

	.tiles-wide .tile-row { margin: 0 auto; }

	.tiles-wide { padding-bottom: 4em; }

	.tiles-wide .tile-row {
		height: auto;
		overflow: hidden;
		padding-top: 80px;
		min-height: 400px;
	}

	.tiles-wide .tile-image:before {
		width: 100%;
		background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
	}

	.tiles-wide .tile-text {
		width: auto;
		padding: 35px 35px 65px 35px;
	}
}

/* instagram */
.instagram {
	text-align: center;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.instagram-pomezi-logo, .instagram-logo {
	margin-bottom: 25px;
}

.body-social {
	text-align: center;
}

.body-social a {
	display: inline-block;
	margin: 14px 5px;
}

.social-pomezi-logo {
	margin-top: 4em;
	text-align: center;
}

/* lokalita */

.location-map { height: 890px; }

.map-content { padding-bottom: 120px; }

.map-places { display: none; }

.map-content span.gps { display: none; }

.map-icons {
	margin: 0;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	padding: 1em 3em;
}

.map-icons li {
	list-style-type: none;
	display: inline-block;
}

.map-icons .icon {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding: 0px 16px 0px 35px;
	margin-bottom: 7px;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}

/* text submenu */

.text-submenu {
	margin: 0 0 70px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	white-space: nowrap;
	flex-wrap: wrap;
	position: relative;
}

.text-submenu:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	z-index: 5;
	background-color: #f2edd8;
}

.text-submenu li {
	list-style-type: none;
}

.text-submenu a {
	display: block;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 55px;
	text-decoration: none;
	color: #bfa33a;
	border-bottom: 7px solid rgba(255,255,255,0);
	margin: 0 50px;
	transition-duration: 0.3s;
	transition: color 0.3s ease;
}

.text-submenu a:hover { color: #000000; }

.text-submenu a.active { border-bottom: 7px solid #bfa33a; }

.text-submenu a:before {
	content: " ";
	position: absolute;
	width: 13px;
	height: 27px;
	top: 2px;
	left: -27px;
	z-index: 5;
	opacity: 0;
	transition-duration: 0.3s;
	background-image: url("../img/pomezi/aph.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.text-submenu a.active:before {
	opacity: 1;
}

@media screen and (max-width: 1450px) {
	#properties-list-filters .text-submenu a {
		margin: 0 30px;
	}
}

@media screen and (max-width: 1240px) {
	#properties-list-filters .text-submenu a {
		margin: 0 25px;
		font-size: 16px;
	}
}

/* fotogalerie */

.photogallery {
	width: 100%;
	max-width: 1550px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 70px;
}

.photogallery a {
	width: calc(33.3333% - 46.6666px);
	margin: 0 70px 50px 0;
	position: relative;
	overflow: hidden;
}

.photogallery a:nth-of-type(3n) {
	margin-right: 0;
}

.photogallery img {
	width: 100%;
}

.photogallery .video-container {
	width: 100%;
	margin-bottom: 50px;
}

.photogallery .video-container video {
	width: 100%;
}

.sub-cards-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.sub-cards-menu.sub-cards-menu-mb { margin-bottom: 2em; }

.sub-cards-menu li {
	list-style-type: none;
	position: relative;
	padding-right: 7px;
}

.sub-cards-menu li:after {
	display: block;
	position: absolute;
	content: "|";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.sub-cards-menu li:last-of-type:after {
	display: none;
}

.sub-cards-menu a {
	display: block;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	padding: 0 7px;
}

.sub-cards-menu.nolower a {
	text-transform: none;
}

.sub-cards-menu a.active {
	color: #decd83;
}

@media screen and (max-width: 840px) {
	.photogallery a { width: calc(50% - 35px); }

	.photogallery a:nth-of-type(3n) { margin-right: 70px; }

	.photogallery a:nth-of-type(2n) { margin-right: 0; }
}

@media screen and (max-width: 480px) {
	.photogallery a { width: 100%; }

	.photogallery a { margin-right: 0; }

	.photogallery a:nth-of-type(3n) { margin-right: 0; }

	.photogallery a:nth-of-type(2n) { margin-right: 0; }
}

/* standard */

.standard-text {
	width: 100%;
	max-width: 1085px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 1px;
}

.standards-circles {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.standards-circles li {
	position: relative;
	list-style-type: none;
	margin: 0 2.6041vw;
	padding: 0;
	width: 20.15625vw;
	max-width: 387px;
}

.standards-circles img {
	width: 100%;
	object-fit: contain;
	object-position: center center;
}

.standards-circles h2 {
	position: absolute;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

.standards-circles span {
	display: block;
	color: #bfa33a;
	text-transform: lowercase;
}

@media screen and (max-width: 1400px) {
	.standards-circles li { width: 26vw; }
}

@media screen and (max-width: 1023px) {
	.standards-circles h2 {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 18px;
		text-shadow: 0px 0px 3px rgba(0,0,0,1);
		margin: 1em 0 0 0;
	}
}

@media screen and (max-width: 960px) {
	.standards-circles { justify-content: space-between; }

	.standards-circles li,
	.standards-circles li:nth-of-type(1),
	.standards-circles li:nth-of-type(2) {
		margin: 0 0 2vw 0;
		width: 46vw;
	}

	.standards-circles li:last-of-type { margin-left: 23vw; }
}

@media screen and (max-width: 520px) {
	.standards-circles { justify-content: center; }

	.standards-circles li,
	.standards-circles li:nth-of-type(1),
	.standards-circles li:nth-of-type(2) {
		width: 100vw;
	}

	.standards-circles li:last-of-type { margin-left: 0; }
}

/* points */

.points-content { padding-bottom: 120px; }

.points {
	position: relative;
	overflow: hidden;
}

.points a {
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
}

.points img {
	width: 100%;
}

.points .point {
	position: absolute;
	width: 81px;
	height: 81px;
	transform: translateX(-50%) translateY(-50%);
}

.points .marker {
	display: block;
	position: relative;
	width: 81px;
	height: 81px;
	border-radius: 1000px;
	background-image: url("../img/pomezi/point-marker.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	opacity: 0.8;
	transition-duration: 0.3s;
}

.points .active .marker {
	opacity: 1;
}

.points .text {
	position: absolute;
	top: calc(100% - 42px);
	left: 42px;
	display: block;
	background-color: rgba(0,0,0,0.7);
	border: 3px solid #bfa33a;
	width: 290px;
	padding: 30px 45px;
	box-sizing: border-box;
	z-index: 0;
	color: #ffffff;
	text-align: left;
	opacity: 0;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
	z-index: -1;
	cursor: pointer;
}

.points .active {
	overflow: visible;
	z-index: 3;
}

.points .text.active {
	opacity: 1;
	z-index: 2;
}

.points .text.right { transform: translateX(-100%); }
.points .text.top { transform: translateY(-100%); }
.points .text.top.right { transform: translateX(-100%) translateY(-100%); }

/* .points .text.left { transform: none; } */

.points h3, .points p {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 980px) {
	.points .point {
		width: 28px;
		height: 28px;
	}

	.points .marker {
		position: relative;
		width: 28px;
		height: 28px;
	}

	.points .text {
		padding: 10px 25px;
		width: 200px;
	}

	.points h3, .points p { font-size: 14px; }
}

@media screen and (max-width: 680px) {

	.points h3, .points p { font-size: 12px; }
}

@media screen and (max-width: 550px) {

	.points .text, .points .text.top, .points .text.right, .points .text.top.right {
		transform: translateX(-50%) translateY(-50%);
	}

	.points .text.active { z-index: 4; }
}

/* kontakt */

.contacts {
	text-align: center;
	padding-bottom: 120px;
}

.contacts .logo {
	margin-bottom: 60px;
}

.companies {
	width: 100%;
	margin: 0 auto;
	max-width: 950px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.company {
	width: 33.3333%;
	margin-bottom: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.company:first-of-type img { max-width: 220px; }

.company.company-arch {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}

.company.company-arch img { width: 100%; }

.companies h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	align-self: flex-start;
}

.whole-title {
	width: 100%;
	text-align: center;
}

.contact {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}

.contact a { text-decoration: none; }

#contact-map { width: 100%; }

@media screen and (max-width: 740px) {
	.company, .company.company-arch { width: 50%; }
}

@media screen and (max-width: 480px) {
	.company, .company.company-arch { width: 100%; }
}

.centered-text .company-logo { margin-bottom: 50px; }

/* news */

.news-list-content {
	padding-top: 80px;
}

/* katalog seznam */

.content-properties {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}

.content-properties h1 {
	padding-bottom: 1em;
	padding-top: 2em;
	margin: 0;
}

.content-properties .property-head h1 { padding-top: 0em; }

.remark {
	display: block;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.remark.remark-bottom {
	padding: 55px 0 80px 0;
}

.properties-phase1 { padding-top: 4em; }

#properties-phase1-others, #properties-phase2-others {
	display: none;
}

.properties-list {
	width: 100%;
	margin-bottom: 30px;
}

.properties-list th, .properties-list td {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid rgba(192,164,60,0.7);
	box-sizing: border-box;
	white-space: nowrap;
}

.properties-list th {
	font-weight: 400;
	text-transform: lowercase;
}

.properties-list tr:hover td {
	background-color: rgba(192,164,60,0.05);
}

.properties-list a {
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
}

.properties-list th a.active span {
	position: relative;
	display: inline-block;
}

.properties-list th a.active span:before {
	position: absolute;
	top: 2px;
	left: -16px;
	font-size: 19px;
	color: #000000;
}

.properties-list th a.asc span::before { content: "\25B4"; }

.properties-list th a.desc span::before { content: "\25BE"; }

.properties-list .flat {
	text-align: left;
	padding-left: 15px;
	width: 8%;
}

.properties-list td.flat { font-weight: 700; }

.list-icon {
	width: 20px;
	margin-left: 20px;
}

.list-icon.list-icon-big { width: 32px; }

.properties-list .disposition {
	text-align: right;
	width: 11%;
}

.properties-list td.disposition { font-weight: 700; }

.properties-list .floor { width: 18%; }

.properties-list .area { width: 13%; }

.properties-list td.area { font-weight: 700; }

.properties-list td.price, .properties-list th.price {
	text-align: right;
	padding-right: 4px;
	width: 18%;
}

.properties-list td.discount { width: 25px; }

.houses-list .disposition { width: 12%; }

.houses-list .area { width: 25%; }

.properties-list td.price { font-weight: 700; }

.properties-list td.views {
	width: 1.5%;
	max-width: 26px;
}

.properties-list .show-demand { text-transform: lowercase; }

.status.status2, .status.status3, .status.external-status4, .status.external-status1 { color: #a8a6a6; }

.status.status4, .status.external-status2 { color: #bbbbbb; }

.discount-title {
	margin-bottom: 2em;
	font-size: 20px;
	font-weight: 700;
	color: #b19738;
	text-align: center;
	line-height: normal;
}

@media screen and (max-width: 990px)
{
	.properties-list .garden { display: none; }
}

@media screen and (max-width: 890px)
{
	.properties-list .terrace { display: none; }

	.houses-list .disposition {
		width: 25%;
		text-align: center;
	}
}

@media screen and (max-width: 820px)
{
	.properties-list .balcony { display: none; }
}

@media screen and (max-width: 700px)
{
	.about-price { display: none; }

	.properties-list .disposition {
		text-align: center;
		padding: 0 10px;
	}

	.properties-list th, .properties-list td { font-size: 14px; }
}

@media screen and (max-width: 490px)
{
	.properties-list .floor { display: none; }
}

@media screen and (max-width: 450px)
{
	.properties-list .area { display: none; }

	.properties-list .floor { display: table-cell; }

	.properties-list th, .properties-list td { font-size: 12px; }
}

@media screen and (max-width: 350px)
{
	.properties-list .floor { display: none; }
}

/* filters */

.filters {
	width: 100%;
	max-width: 790px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5em 0;
}

.filters h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.filter-texts {
	margin-top: 20px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.sliders { padding: 0 80px; }

.cancel-filters {
	color: #bfa33a;
	font-style: italic;
	text-decoration: none;
}

@media screen and (max-width: 560px)
{
	.sliders { padding: 0; }
}

.checkboxlist {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	margin-top: 2em;
	flex-wrap: wrap;
}

.checkboxlist label { padding: 8px; }

.checkboxlist input {
	margin-right: 15px;
}

.loading { position: relative; }

.loading:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	background-image: url("../img/loader.svg");
	background-position: center 80px;
	background-repeat: no-repeat;
	background-size: 150px 150px;
	z-index: 5;
}

/* katalog detail */

.flat-number {
	font-size: 25px;
	margin-bottom: 0.5em;
}

.flat-number span {
	color: #bfa33a;
	text-transform: uppercase;
}

.flat-data {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 55px;
}

.flat-data span {
	display: inline-block;
}

.flat-data span:after {
	content: "\2022";
	display: inline-block;
	padding: 3px 15px 0 15px;
	font-size: 40px;
	color: #d2a84e;
	vertical-align: text-top;
	line-height: 20px;
}

.flat-data span:last-of-type:after { content: ""; }

.flat-tools {
	line-height: 30px;
	margin-bottom: 3em;
}

.flat-tools .button { margin-bottom: 2em; }

.flat-tools a {
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
}

.flat-tools .nav, .flat-tools .nav a {
	color: #cbbb7d;
	font-weight: 400;
	text-transform: lowercase;
}

.flat-tools .nav a:after {
	content: "\2022";
	display: inline-block;
	padding: 3px 15px 0 15px;
	font-size: 40px;
	color: #000000;
	vertical-align: text-top;
	line-height: 20px;
}

.flat-tools .nav a:last-of-type:after { display: none; }

.flat-tools .detail-price, .flat-tools .status {
	font-size: 26px;
}

.flat-tools .price-remark {
	display: block;
	font-size: 12px;
}

.houses-discount {
	display: block;
	color: #cbbb7d;
	font-weight: 700;
	padding-top: 0.3em;
}

.property-floorplan {
	width: 100%;
}

.property-containter { padding-bottom: 1px; }

.heatpump-desc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: normal;
	padding-top: 0.2em;
}

@media screen and (max-width: 550px)
{
	.flat-tools .nav a { display: block; }

	.flat-tools .nav a:after { display: none; }
}

@media screen and (max-width: 1023px)
{
	.property-containter { padding-top: 120px; }
}

@media screen and (max-width: 620px)
{
	.property-containter {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
}


.button-center {
	text-align: center;
	padding-bottom: 3em;
}

/* tabulka ploch */

.areas-table-containter {
	margin: 80px 0 45px 0;
}

.sub-title {
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 25px 0;
}

.areas-table {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}

.areas-table td {
	height: 30px;
	vertical-align: middle;
}

.areas-table .number {
	padding: 0 8px 0 8px;
	width: 2%;
	text-align: right;
}

.areas-table .name {
	width: 73%;
}

.areas-table .name-only {
	padding-left: 8px;
}

.areas-table .value {
	padding-right: 8px;
	text-align: right;
	width: 25%;
	white-space: nowrap;
}

.areas-table .sqm { color: #929292; }

.areas-table .living-area {
	border-top: 2px solid #e6e6e6;
}

.areas-table .living-area .name {
	color: #bfa33a;
	text-transform: uppercase;
}

.areas-table .living-area .sqm { color: #d2a84e; }

.areas-table .usable-area td, .areas-table .total-area td {
	border-top: 1px solid #e6e6e6;
	height: 35px;
	padding-top: 6px;
}

.areas-table .usable-area .name, .areas-table .total-area .name {
	color: #bfa33a;
	text-transform: uppercase;
}

.areas-table .floor-area td {
	border-bottom: 1px solid #e6e6e6;
	height: 35px;
	padding-bottom: 6px;
}

.areas-table .floor-area .name {
	color: #bfa33a;
	text-transform: uppercase;
}

.areas-table .floor-area .sqm,
.areas-table .floor-area .value,
.areas-table .usable-area .sqm,
.areas-table .total-area .sqm
{ color: #000000; }

.goodwill {
	width: 100%;
	max-width: 515px;
	margin: 50px auto 0 auto;
	padding-bottom: 8em;
	text-align: center;
}

@media screen and (max-width: 420px) {
	.areas-table {
		font-size: 14px;
	}
}

/* typicke domy */
.property-main-info {
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 auto 65px auto;
	text-align: left;
	line-height: 35px;
	padding: 0;
	white-space: nowrap;
}

.property-main-info .info:first-of-type {
	padding-right: 75px;
	font-size: 20px;
}

.property-main-info .info:last-of-type {
	padding-left: 75px;
	text-transform: lowercase;
}

.property-main-info .area {
	display: inline-block;
	width: 105px;
	font-size: 25px;
	color: #bfa33a;
}

.property-main-info .area sup {
	font-size: 14px;
}

.property-main-info .energy-rating {
	display: inline-block;
	padding-right: 90px;
	background-image: url("../img/pomezi/energy-rating.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.property-main-info .energy-rating.energy-rating-a {
	background-image: url("../img/pomezi/energy-rating-a.png");
}

.property-main-info .energy-rating.energy-rating-b {
	background-image: url("../img/pomezi/energy-rating-b.png");
}

.property-floorplans {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 150px;
}

.property-floorplans .floorplan {
	width: calc(32% - 23.3333px); /* 35 gutter */
	margin-right: 35px;
	text-align: center;
}

.property-floorplans .floorplan:last-of-type { margin-right: 0; }

.property-floorplans .floorplan img {
	width: 100%;
	will-change: transform;
	image-rendering: -webkit-optimize-contrast;
}

.property-floorplans .floorplan h3 {
	font-size: 20px;
	color: #bfa33a;
	margin-bottom: 35px;
}

.property-situation {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	margin-bottom: 80px;
}

.property-situation h3 {
	font-size: 25px;
	margin: 0 0 30px 0;
	font-weight: 400;
}

.property-situation .situation .situation-image {
	width: 100%;
	max-width: 570px;
	will-change: transform;
	image-rendering: -webkit-optimize-contrast;
}

.property-situation .situation .placement-image {
	width: 100%;
	max-width: 570px;
	will-change: transform;
	image-rendering: -webkit-optimize-contrast;
}

.property-situation .north {
	width: 30px;
	margin: 50px 40px 0 40px;
	align-self: center;
}

.floorplan-legend {
	margin: 0 auto;
	padding: 0;
	max-width: 990px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	font-size: 18px;
	margin-bottom: 5.5em;
}

.floorplan-legend li {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.floorplan-legend img {
	margin-right: 10px;
	width: 40px;
	aspect-ratio: 1/1;
}

@media screen and (max-width: 1200px) {
	.property-floorplans {
		justify-content: space-around;
	}

	.property-floorplans .floorplan {
		width: calc(50% - 17.5px);
		margin-bottom: 45px;
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.property-main-info .info:first-of-type { padding-right: 20px; }

	.property-main-info .info:last-of-type { padding-left: 20px; }
}

@media screen and (max-width: 760px) {
	.property-main-info {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.property-main-info .info {
		width: 100%;
		margin-bottom: 2em;
	}

	.property-main-info .info:first-of-type { padding-right: 0; }

	.property-main-info .info:last-of-type { padding-left: 0; }

	.heatpump-desc { justify-content: center; }
}


@media screen and (max-width: 640px) {
	.property-floorplans { margin-bottom: 50px; }

	.property-floorplans .floorplan { width: 100%; }

	.property-situation { flex-wrap: wrap; }

	.property-situation .situation .situation-image {
		width: 100%;
		max-width: none;
	}

	.property-situation .situation .placement-image {
		width: 100%;
		max-width: none;
	}

	.property-situation .north { order: 3; }

	.property-situation .situation { margin-bottom: 50px; }
}

@media screen and (max-width: 420px) {
	.heatpump-desc {
		font-size: 14px;
	}
}

/* demand */

.fix-content.single-form {
	background-image: none;
	background-color: transparent;
	width: 100%;
}

.single-form .over-content {
	text-align: center;
	color: #000000;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin-top: 0;
	line-height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.97);
}

.single-form form {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
}

.single-form p {
	margin-top: 0;
	font-size: 13px;
}

.single-form .over-content h3 {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	max-width: 525px;
	margin: 0 auto 40px auto;
}

.single-form .over-content h3 #property-num {
	display: block;
}

.single-form .over-content a { color: #000000; }

.single-form .over-content a.close {
	top: 32px;
	right: 32px;
}

.single-form .form-elements {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.single-form .form-elements-wide {
	max-width: 400px;
}

.single-form input, .single-form textarea, .single-form select {
	padding: 10px 0;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background-color: #ececec;
	border: none;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	font-size: 15px;
	font-weight: normal;
}

.single-form textarea { height: 5.6em; }

.single-form .agree-container {
	padding: 20px 0 20px 0;
}

.single-form input[type=checkbox], .single-form input[type=radio] {
	width: auto;
	margin-bottom: 0;
	line-height: normal;
	margin-right: 10px;
}

.single-form .radio { margin-bottom: 20px; }

.single-form .radio br { display: none; }

.single-form .radio label { margin-right: 15px; }

.single-form .radio label:last-of-type { margin-right: 0; }

.single-form .radio label:first-of-type {
	margin-right: 0;
	display: block;
}

.dispositions label {
	display: inline-block;
}

.single-form .changer-interest {
	display: inline-block;
	margin: 25px 0 50px 0;
}

.single-form input[type=submit], .prelim-form .form-button  {
	width: auto;
	font-size: 20px;
	padding: 10px 45px;
	border: 2px solid #aea190;
	color: #aea190;
	background-color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.single-form input[type=submit]:hover {
	background-color: rgba(176,163,146,0.15);
}

.single-form .button { margin-top: 45px; }


.single-form ::-webkit-input-placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }
.single-form :-moz-placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }
.single-form ::-moz-placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }
.single-form :-ms-input-placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }
.single-form ::-ms-input-placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }
.single-form ::placeholder { opacity: 0.5; color: #000000; text-transform: uppercase; font-size: 15px; font-weight: normal; }

.single-form .sm-logo {
	width: 160px;
}

.single-form .recaptcha-container.absolute {
	top: auto;
	bottom: 1em;
}

@media screen and (max-height: 800px) and (min-width: 1024px) {
	.single-form .form-elements {
		max-width: 640px;
	}

	.single-form .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.single-form .row input {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 980px) {
	.fix-content.single-form { width: 100%; }
}

@media screen and (max-width: 720px) {
	.single-form form { width: 100%; }

	.single-form .over-content h3 { padding: 0 50px; }
}

@media screen and (max-width: 580px) {
	.single-form input[type=submit] {
		font-size: 14px;
	}
}

/* prelim interest */

.fix-content.prelim-form {
	background-color: rgba(0,0,0,0.6);
	display: none;
	justify-content: center;
	align-items: center;
}

.fix-content.prelim-form.showed {
	display: flex;
}

.prelim-form .over-content {
	background-color: #ffffff;
	width: calc(100% - 40px);
	max-width: 920px;
	height: auto;
	min-height: 0;
	padding: 0;
}

.prelim-form-head {
	height: 73px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.prelim-logo { width: 170px; }

.prelim-form form {
	width: 100%;
	max-width: 100%;
}

.prelim-form .over-content h3 {
	font-size: 17px;
	font-weight: 300;
	text-align: right;
	max-width: none;
	margin: 0;
	white-space: nowrap;
}

.prelim-form .over-content h3 em {
	font-weight: 400;
	color: #baa236;
	display: inline;
	font-style: normal;
}

.prelim-form .over-content h3 span { display: inline; }

.prelim-form .over-content h3 br { display: none; }

.prelim-form .changer {
	position: relative;
	height: 345px;
}

.prelim-form .changer-item-text { bottom: 70px; }

.prelim-form .changer-item-text strong, .changer-item-text b { display: inline; }

.prelim-form .changer-slogan { display: none; }

.prelim-form-content {
	position: relative;
	overflow: hidden;
}

.prelim-form .form-elements {
	max-width: 445px;
}

.prelim-form-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 345px;
	z-index: 3;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.prelim-form-content:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	pointer-events: none;
}

.prelim-form input {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #d7c68e;
	font-size: 15px;
	font-style: italic;
	padding: 5px 10px;
	box-sizing: border-box;
}

.prelim-form .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.prelim-form .row input {
	width: calc(50% - 10px);
}

.prelim-form ::-webkit-input-placeholder { text-transform: lowercase; opacity: 1; }
.prelim-form :-moz-placeholder { text-transform: lowercase; opacity: 1; }
.prelim-form ::-moz-placeholder { text-transform: lowercase; opacity: 1; }
.prelim-form :-ms-input-placeholder { text-transform: lowercase; opacity: 1; }
.prelim-form ::-ms-input-placeholder { text-transform: lowercase; opacity: 1; }
.prelim-form ::placeholder { text-transform: lowercase; opacity: 1; }

.prelim-form .disposition br { display: none; }

.prelim-form .disposition label {
	white-space: normal;
	padding-right: 20px;
	min-width: 80px;
	display: inline-block;
}

.prelim-form input[type="submit"], .prelim-form a.form-button {
	display: inline-block;
	margin: 0;
	background-color: rgba(190, 162, 68, 1);
	border: 1px solid rgb(190, 162, 68);
	color: #ffffff;
	font-size: 15px;
	text-transform: lowercase;
}

.prelim-form-buttons-content {
	position: relative;
	display: inline-block;
	margin: 25px 0;
}

.prelim-form-buttons-content a.form-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	line-height: 38px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid rgb(190, 162, 68);
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 0.5s ease, background-color 0.3s ease;
}

.prelim-form-buttons-content a.form-button:hover {
	background-color: rgb(232, 221, 184);
}

.prelim-form input[type="submit"]:hover {
	background-color: rgba(190, 162, 68, 0.8);
}

.form-slide {
	transform: translateY(100%);
	padding-top: 50px;
	min-height: 345px;
	z-index: 3;
	background-color: rgba(255,255,255,0.9);
	transition: transform 0.5s ease;
}

.form-opened .form-slide {
	transform: translateY(0);
}

.form-opened .prelim-form-buttons-content a.form-button {
	opacity: 0;
	pointer-events: none;
}
.prelim-form .over-content a.close {
	border-radius: 0;
	line-height: 28px;
	top: 0;
	right: 0;
}

.prelim-form .recaptcha-container.absolute { z-index: 5; }

.prelim-form ul.error {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.6em;
	padding-top: 4px;
}

.prelim-form ul.error li {
	padding: 0;
	color: #f00000;
}

@media screen and (max-width: 720px) {
	.single-form .over-content h3 { padding: 0; }
}

@media screen and (max-width: 650px) {
	.prelim-logo { display: none; }

	.prelim-form-head { justify-content: center; }

	.single-form .over-content h3 { text-align: center; }
}

@media screen and (max-width: 520px) {
	.prelim-form .changer { height: 400px; }

	.form-slide { min-height: 400px; }

	.prelim-form-content-inner { min-height: 400px; }

	.form-slide {
		padding-left: 10px;
		padding-right: 10px;
	}

	.prelim-form .row input {
		width: calc(50% - 5px);
	}
}

@media screen and (max-width: 460px) {
	.prelim-form .over-content h3 .hyphen { display: none; }

	.prelim-form .over-content h3 br { display: inline; }
}

@media screen and (max-width: 350px) {
	.prelim-form .over-content h3 { font-size: 14px; }
}

@media screen and (max-height: 600px) {
	.fix-content.prelim-form {
		align-items: flex-start;
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
}

/* animace */

.screen-anim {
	transform: translateY(120px);
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: ease-out;
}

.screen-anim.screen-visible, .screen-anim.screen-enter {
	transform: translateY(0);
	opacity: 1;
}

.screen-anim.screen-anim-left {
	transform: translateX(-120px);
}

.screen-anim.screen-anim-right {
	transform: translateX(120px);
}

.screen-anim.screen-anim-left.screen-visible, .screen-anim.screen-anim-left.screen-enter,
.screen-anim.screen-anim-right.screen-visible, .screen-anim.screen-anim-right.screen-enter
{
	transform: translateY(0);
}

/* flat selector */
.sizer {
	width: 100%;
	height: auto;
}

.topDesc {
	position: absolute;
	width: auto;
	max-width: 400px;
	bottom: calc(20% + 100px);
	left: 42px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5em;
	z-index: 10;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.topDesc span {
	display: block;
	text-transform: uppercase;
	font-size: 1.25em;
}

@media screen and (min-width: 460px) {
	.topDesc {
		font-size: 15px;
	}
}

@media screen and (min-width: 800px) {
	.topDesc {
		font-size: 20px;
		line-height: 2em;
	}
}

#flatSelector {
	position: relative;
	overflow: hidden;
}

#flatSelectorInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#flatSelector:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

#flatSelector svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#flatSelector #areas g { cursor: pointer; }

#flatSelector .topDesc strong {
	text-transform: uppercase;
	font-size: 25px;
}

@media screen and (max-width: 1200px) {
	#flatSelector .topDesc strong, #flatSelector .topDesc {
		font-size: 15px;
		max-width: 320px;
		line-height: 1.4em;
		bottom: calc(20% + 65px);
		left: 23px;
	}
}

@media screen and (max-width: 920px) {
	#flatSelector .topDesc strong, #flatSelector .topDesc {
		font-size: 13px;
		max-width: 200px;
		line-height: 1.4em;
		bottom: calc(20% + 45px);
		left: 13px;
	}
}

@media screen and (max-width: 450px) {
	#flatSelector .topDesc strong, #flatSelector .topDesc {
		font-size: 13px;
	}
}

.buildingDescs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.buildingDesc {
	position: absolute;
	width: 153px;
	height: 153px;
	box-sizing: border-box;
	padding-top: 17px;
	border-radius: 1000px;
	border: 2px solid #ffffff;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 300;
}

.lang-en .buildingDesc {
	font-size: 18px;
	padding-top: 22px;
}

.buildingDesc strong { font-weight: 400; }

.buildingDesc strong.main {
	font-size: 30px;
	font-weight: 800;
}

.buildingDescs .n1Desc {
	top: 52%;
	left: 86%;
}

.buildingDescs .n2Desc {
	top: 46%;
	left: 52%;
}
.buildingDescs .n3Desc {
	top: 39%;
	left: 32%;
}
.buildingDescs .n4Desc {
	top: 32%;
	left: 12%;
}

#oneFloorDesc {
	display: none;
}

@media screen and (max-width: 1200px) {
	.buildingDesc, .lang-en .buildingDesc {
		font-size: 15px;
		width: 90px;
		height: 90px;
		padding-top: 7px;
	}
	.buildingDesc strong.main { font-size: 20px; }

	#n1Desc { top: 40%; }
}

#flats {
	position: absolute;
	width: 100%;
	height: 77%;
	top: 0;
	left: 0;
	z-index: 11;
}

#flatsSvg .areas g { cursor: pointer; }

#flatControls {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 24%;
	font-size: 20px;
	line-height: 45px;
	font-weight: 400;
	z-index: 1;
	text-align: center;
	color: #000000;
}

#flatControls #flatData {
	min-height: 140px;
}

#flatControls .flatNumber {
	font-size: 25px;
	font-weight: 800;
}

#controlElements {
	padding-top: 19%;
}

#flatControls .sep {
	color: #c0a43c;
	font-size: 40px;
	line-height: 0;
	position: relative;
	top: 8px;
	padding: 0 3px;
}

#flatControls #controlElements a {
	font-weight: 600;
}

#flatControls #controlElements .sep { color: #000000; }

@media screen and (max-width: 1300px) {
	#flatControls {
		font-size: 16px;
		line-height: 30px;
	}

	#flatControls .flatNumber { font-size: 20px; }

	#flatControls #flatData { min-height: 95px; }
}

@media screen and (max-width: 799px) {
	#flatControls {
		padding-top: 18%;
		padding-left: 0.5%;
	}

	#flatControls {
		font-size: 13px;
		line-height: 20px;
	}

	#flatControls .sep {
		font-size: 30px;
		top: 6px;
	}

	#flatControls .flatNumber { font-size: 15px; }
}

#buildingDescsHard { display: none; }
#buildingsCoverHard { display: none; }

@media screen and (max-width: 990px) {
	#flats { display: none; }
	#buildingDescs { display: none; }
	#buildingsCover {  display: none; }

	#buildingDescsHard { display: block; }
	#buildingsCoverHard { display: block; background-color: transparent; opacity: 0; }

	.buildingDesc { display: none; }

	#flatSelector .topDesc { display: none; }
}

/* selector faze 2 */

#selector2 {
	position: relative;
	margin-top: 100px;
}

#selector2:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

#selector2 svg { width: 100%; }

#selector2 .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#selector2 #phases-cover {
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 #phases-cover.active { opacity: 1; }

#selector2 .phases { width: 100%; }

#selector2 #phase-areas {
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 #phase-areas.active {
	opacity: 1;
}

#selector2 #phase-areas g { cursor: pointer; }

#selector2 #phase-hovers g {
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 #phase-hovers g.active { opacity: 1; }

#selector2 #phases-title {
	position: absolute;
	left: 53%;
	bottom: 35px;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	line-height: 1.4em;
	white-space: nowrap;
}

#selector2 #phases-title strong {
	font-size: 23px;
	color: #bfa33a;
	font-weight: 400;
}

#selector2 #phases-descs {
	pointer-events: none;
}

#selector2 .phase-desc {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(-50%, -50%);
	border-radius: 1000px;
	width: 18.75vw;
	height: 18.75vw;
	max-width: 360px;
	max-height: 360px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 .phase-desc.active {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}

#selector2 .phase-desc-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#selector2 .phase-desc img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

#selector2 .desc-text {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0 35px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

#selector2 .desc-text span { color: #bfa33a; }

#selector2 #phase-1-desc {
	top: 67%;
	left: 16%;
}

#selector2 #g1-3-desc {
	top: 29%;
	left: 21%;
}

#selector2 #b1-2-c1-2-desc {
	top: 29%;
	left: 49%;
}

#selector2 #e1-8-f17-desc {
	top: 44%;
	left: 52%;
}

#selector2 #d1-5-desc {
	top: 66%;
	left: 62%;
}

#selector2 #d8-f1-11-desc {
	top: 20%;
	left: 68%;
}

#selector2 #d6-7-e9-11-f18-desc {
	top: 42%;
	left: 76%;
}

#selector2 #d9-f12-16-desc {
	top: 27%;
	left: 89%;
}

#selector2 #g4-5-desc {
	top: 70%;
	left: 37%;
}

#selector2 #a1-desc {
	top: 70%;
	left: 84%;
}

#selector2 .layer-close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

#selector2 .layer-close.active {
	opacity: 1;
	pointer-events: auto;
}

#selector2 .object, #selector2 #floors {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 .object.active, #selector2 #floors.active {
	pointer-events: auto;
	opacity: 1;
}

#selector2 .object-cover {
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 .object-cover.active { opacity: 1; }

#selector2 .object-areas g { cursor: pointer; }

#selector2 .object-hovers g {
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 .object-hovers g.active { opacity: 1; }

#selector2 .select-desc {
	position: absolute;
	width: auto;
	max-width: 400px;
	bottom: 90px;
	left: 40px;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8em;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

#selector2 .select-desc.active { opacity: 1; }

#selector2 .select-desc strong { font-size: 25px; }

#selector2 .select-desc .floor-desc { display: none; }

#selector2 .select-desc .row-desc { display: none; }

#selector2 .select-desc .villas-desc { display: none; }

#selector2 .select-desc.floors .floor-desc { display: block; }

#selector2 .select-desc.houses .row-desc { display: block; }

#selector2 .select-desc.villas .villas-desc { display: block; }

#selector2 .select-desc.houses, #selector2 .select-desc.villas {
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#selector2 #floors { background-color: rgba(255,255,255,0.9); }

#selector2 #floors-svg .floor {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 #floors-svg .floor.active {
	pointer-events: auto;
	opacity: 1;
}

#selector2 #floors-svg .hovers .area {
	fill: #BDA23A;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#selector2 #floors-svg .hovers .area.active { opacity: 1; }

#selector2 #floors-svg .hovers .area.sold {
	fill: #000000;
	opacity: 0.5;
}

#selector2 #floors-svg .hovers .area.sold.active { opacity: 0.5; }

#selector2 .row-svg .object-marks g { opacity: 0; }

#selector2 .row-svg .object-marks .sold polygon, #selector2 .row-svg .object-marks .sold path { fill: #000000; }

#selector2 .row-svg .object-marks .sold { opacity: 0.5; }

#selector2 #floors-svg .areas .area {
	fill: transparent;
	cursor: pointer;
}

#selector2 #flat-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 24%;
	font-size: 20px;
	line-height: 45px;
	font-weight: 400;
	z-index: 1;
	text-align: center;
	color: #000000;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

#selector2 #flat-controls.active {
	pointer-events: auto;
	opacity: 1;
}

#selector2 #flat-controls #flat-data {
	min-height: 140px;
}

#selector2 .flat-number {
	font-size: 25px;
	font-weight: 800;
}

#selector2 #control-elements {
	padding-top: 19%;
}

#selector2 .sep {
	color: #c0a43c;
	font-size: 40px;
	line-height: 0;
	position: relative;
	top: 8px;
	padding: 0 3px;
}

#selector2 #flat-controls #control-elements a {
	font-weight: 600;
}

#selector2 #flat-controls #control-elements .sep { color: #000000; }

@media screen and (max-width: 1300px) {
	#selector2 #flat-controls {
		font-size: 16px;
		line-height: 30px;
	}

	#selector2 .flat-number { font-size: 20px; }

	#selector2 #flat-controls #flat-data { min-height: 95px; }
}

@media screen and (max-width: 1050px) {
	#selector2 .desc-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	#selector2 #flat-controls {
		width: 35%;
		padding-top: 18%;
		padding-left: 2%;
	}

	#selector2 #flat-controls {
		font-size: 13px;
		line-height: 20px;
	}

	#selector2 .sep {
		font-size: 30px;
		top: 6px;
	}

	#selector2 .flat-number { font-size: 15px; }
}

@media screen and (max-width: 870px) {
	#selector2 .desc-text {
		font-size: 12px;
	}
}

/* selector 2 general */

@media screen and (max-width: 1780px) {
	#selector2 .select-desc { font-size: 16px; }

	#selector2 .select-desc strong { font-size: 20px; }
}

@media screen and (max-width: 1750px) {
	#selector2 #phases-title {
		bottom: 50px;
		left: 62%;
	}
}

@media screen and (max-width: 1360px) {
	#selector2 .select-desc {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}

@media screen and (max-width: 1500px) {
	#selector2 #phases-title {
		bottom: 40px;
		font-size: 15px;
		left: 66%;
	}

	#selector2 #phases-title strong { font-size: 18px; }


	#selector2 .select-desc { font-size: 14px; }

	#selector2 .select-desc strong { font-size: 18px; }
}

@media screen and (max-width: 1250px) {
	#selector2 #phases-title {
		left: 70%;
		bottom: 60px;
		white-space: nowrap;
		font-size: 14px;
	}

	#selector2 #phases-title strong { font-size: 16px; }
}

@media screen and (max-width: 1023px) {
	#selector2 .desc-text {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#selector2 #phases-title {
		left: auto;
		right: 20px;
		bottom: 45px;
		text-align: right;
		transform: none;
	}
}

@media screen and (max-width: 800px) {
	#selector2 .layer, #selector2 .layer-close, #selector2 #floor-desc, #selector2 #flat-controls { display: none; }
}

/* soubory */
.downloads {
	text-align: center;
}

.downloads h2 {
	display: inline-block;
	border: 1px solid #bfa33a;
	padding: 8px 20px;
	color: #000000;
	text-decoration: none;
	font-size: 1.3em;
}

.downloads-text { padding-bottom: 50px; }

.downloads-files {
	text-align: center;
	margin-top: 3em;
}

.files-categories {
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}

.files-categories li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	border: 1px solid #000000;
	text-align: center;
	list-style-type: none;
}

.files-categories a {
	display: block;
	padding: 8px 20px;
	color: #000000;
	text-decoration: none;
}

.file-header {
	text-align: center;
	margin-bottom: 1.5em;
}

.files {
	margin: 0 0 0 0;
	padding: 0 0 2.5em 0;
	text-align: center;
}

.files li {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}

.files a {
	text-decoration: none;
	color: #000000;
}

/* --- sideform --- */

.side-form {
	position: fixed;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 7;
}

.side-form .error {
	margin-top: 0;
}

.open-side-form-button {
	position: absolute;
	top: calc(50% - 105px);
	left: 0;
	display: inline-block;
	transform: translate(-100%, -100%) rotate(-90deg);
	transform-origin: bottom right;
	background-color: #bfa33a;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 400;
	white-space: nowrap;
	padding: 17px 50px 11px 50px;
	transition: color 0.3s ease;
	clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0% 100%, 0 25%);
}

.open-side-form-button:hover {
	color: rgba(255,255,255,0.8);
}

.side-form-corner-hidden .open-side-form-button {
	display: none;
}

.side-form-tab {
	width: 100vw;
	max-width: 480px;
	padding: 60px 80px;
	box-sizing: border-box;
	position: relative;
	background-color: #eee7ce;
	color: #000000;
	transition: transform 0.8s ease;
	overflow: auto;
}

.side-form-opened .side-form-tab {
	transform: translateX(-100%);
}

.close-side-form-cross {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 19px;
	height: 19px;
}

.close-side-form-cross img {
	width: 100%;
	height: 100%;
}

.side-form-tab h2 {
	margin: 0 0 2em 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
}

.side-form-tab p {
	font-size: 1.125em;
	margin-bottom: 1.5em;
}

.side-form-content {
	position: relative;
}

.side-form form {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.side-form input[type=text] {
	background-color: #ffffff;
	border: 0;
	border-bottom: none;
	color: #bfa33a;
	text-align: left;
	padding: 26px 30px;
	font-size: 1em;
	margin-bottom: 1.2em;
	width: 100%;
	box-sizing: border-box;
}

.side-form ::placeholder {
	opacity: 1;
	color: #bfa33a;
}

.side-form label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 2em;
	letter-spacing: normal;
}

.side-form label a {
	font-weight: 800;
	transition: opacity 0.3s ease;
}

.side-form label a:hover {
	opacity: 0.9;
}

.side-form input[type=checkbox] {
	margin-right: 12px;
	border: 0;
	width: 18px;
	height: 18px;
}

.side-form input[type=submit] {
	display: inline-block;
	border: 1px solid #bfa33a;
	font-size: 20px;
	font-weight: 400;
	background-color: #ffffff;
	padding: 10px 25px;
	transition: background-color 0.3s ease;
}

.side-form input[type=submit]:hover {
	background-color: #fdfaed;
}

@media screen and (max-width: 1190px) {
	.open-side-form-button {
		display: none;
	}
}

@media screen and (max-height: 880px) {
	.side-form-tab h2 {
		margin-bottom: 15px;
	}

	.side-form input[type=text] {
		margin-bottom: 1em;
	}

	.side-form label {
		margin-bottom: 1em;
	}
}

@media screen and (max-height: 720px) {
	.side-form {
		top: auto;
		bottom: 0;
		transform: none;
	}
}

@media screen and (max-width: 620px) {
	.close-side-form-cross {
		top: 15px;
		left: 15px;
		width: 22px;
		height: 22px;
	}

	.side-form-tab h2 {
		margin-bottom: 15px;
	}

	.side-form-tab {
		padding: 15px 20px;
	}

	.side-form form {
		padding: 20px;
	}
}

@media screen and (max-width: 420px) {
	.side-form-content-inner {
		width: 100%;
	}
}

@media screen and (max-height: 630px), (max-width: 580px) {
	.side-form {
		top: 0;
		transform: none;
		z-index: 8;
	}

	.side-form-tab {
		width: 100vw;
		height: 100vh;
		max-height: 680px;
	}
}

/* footer */

.disclaimer {
	width: 100%;
	max-width: 1080px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 6em 0 10em 0;
	margin: 0 auto;
	font-weight: 300;
}

.footer-content {
	position: relative;
	color: #ffffff;
	font-size: 15px;
}

.footer-content:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 82px;
	top: -2px;
	left: 0;
	background-image: url("../img/pomezi/slant-top.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

.footer-bcg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	z-index: 0;
}

.footer-contact {
	position: relative;
	z-index: 0;
	padding: 140px 0 55px 0;
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.footer-contact:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.8);
}

.footer-contact h2 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-contact a { color:#ffffff; }

.kkcg-footer-logo {
	margin-bottom: 3em;
	width: 100%;
	max-width: 195px;
}

.footer-contact .button { margin-bottom: 2em; }

.contact-persons {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.contact-persons p {
	min-width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.contact-persons strong { text-transform: uppercase; }

.bottom-row {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.bottom-row a {
	color: #000000;
	text-transform: lowercase;
}

@media screen and (max-width: 1140px)
{
	.bottom-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
	}

	.bottom-row .copy, .bottom-row .legal { width: 100%; }

	.bottom-row a {
		display: block;
		margin-bottom: 0.5em;
	}

	.bottom-row a:last-of-type { margin-bottom: 0; }

	.bottom-row .sep { display: none; }

	.footer-contact { flex-direction: column; }

	.footer-contact div { padding-bottom: 2em; }
}

@media screen and (max-width: 800px)
{
	.bottom-row { padding: 10px 20px; }
}

/* preload */
#preloader-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	background-image: url("../img/loader.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
}

/* gallery */

.gallery {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 1% 0;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 500;
}

.gallery.loading {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/gallery/loading.svg);
}

.gallery.loading:after { display: none; }

.gallery a.prev, .gallery a.next {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: 14px auto;
	z-index: 5;
}

.gallery a.prev {
	left: 0;
	background-position: calc(0% + 35px) center;
	background-image: url(../img/gallery/left.png);
}

.gallery a.next {
	right: 0;
	background-position: calc(100% - 35px) center;
	background-image: url(../img/gallery/right.png);
}

.gallery .canvas {
	margin: 0 auto;
	width: calc(100% - 208px);
	height: 100%;
	position: relative;
	background-image: url(../img/pomezi/logo-gallery.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}

.gallery .canvas-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(calc(-50% + 50px));
	object-fit: contain;
	width: 100%;
	height: calc(100% - 100px);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .gallery .canvas-image {
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
		height: auto;
	}

	.gallery .canvas { background-image: none; }
}

.gallery .thumbnails {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: -85px;
	text-align: center;
	z-index: 6;
}

.gallery .thumbnails a {
	display: inline-block;
	margin: 0 10px;
	height: 75px;
	line-height: 75px;
	vertical-align: top;
	margin-bottom: 10px;
}

.gallery .thumbnails a.active {
	opacity: 0.6;
}

.gallery .thumbnails img {
	width: 100px;
	max-height: 75px;
}

.gallery a.close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 44px;
	height: 44px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/gallery/close-pomezi.png);
	background-size: cover;
	background-color: transparent;
	z-index: 7;
}

@media screen and (max-width: 1023px) {
	.gallery a.prev {
		background-size: 17px 46px;
		background-position: calc(0% + 17px) center;
	}

	.gallery a.next {
		background-size: 17px 46px;
		background-position: calc(100% - 17px) center;
	}

	.gallery .canvas { width: calc(100% - 102px); }

	.gallery a.close {
		width: 22px;
		height: 22px;
		top: 12px;
		right: 12px;
	}

	.gallery .thumbnails img {
		width: 50px;
		max-height: 37px;
	}

	.gallery .thumbnails a {
		height: 50px;
		line-height: 50px;
		margin-bottom: 5px;
	}

	.gallery .thumbnails {
		margin-top: -50px;
	}
}

/* flashes */

figure.flashes {
	position: fixed;
	width: 370px;
	padding: 15px;
	top: 333px;
	left: 50%;
	margin-left: -200px;
	background-color: #019C9E;
	color: #ffffff;
	font-weight: bold;
	z-index: 12;
	border: 1px solid #ffffff;
}

/* recaptcha */

.recaptcha-container.absolute {
	position: absolute;
	width: 302px;
	height: 76px;
	border-radius: 4px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: -39px 0px 0px -152px;
	box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.8);
}

/* paginator */

.pagination { text-align: center; }
.pagination ul { display:inline-block;margin:0;padding:0;border-radius:3px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05); }
.pagination li { display:inline; }
.pagination a { float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0; }
.pagination a:hover,.pagination .active a { background-color:#f5f5f5; }
.pagination .active a { color:#999999;cursor:default; }
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover { color:#999999;background-color:transparent;cursor:default; }
.pagination li:first-child a { border-left-width:1px;border-radius:3px 0 0 3px; }
.pagination li:last-child a { border-radius:0 3px 3px 0; }
.pagination-centered { text-align:center; }
.pagination-right { text-align:right; }

/* errors default */

ul.error, ul.flashes {
	display: block;
	background-color: #ee630f;
	color: #ffffff;
	padding: 0;
	margin: 1rem 0rem;
}

ul.flashes {
	background-color: #a7a7a7;
}

ul.error li, ul.flashes li {
	padding: 5px 10px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul.flashes .error {
	background-color: #ee630f;
}

/* popups */
/* 2do responzivita */

.fix-content {
	display: none;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	overflow-y: auto;
}

.fix-content.showed { display: block; }

.over-content {
	width: 30rem;
	padding: 2rem;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 6.25rem;
	position: relative;
}

#webcam-popup .over-content {
	width: 100%;
	max-width: 50em;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 1000px;
	color: #000000;
	text-decoration: none;
	margin: -0.75rem -0.75rem 0 0;
	background-color: #ffffff;
	box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.27);
	font-size: 1.5rem;
	font-family: Verdana, sans-serif;
	letter-spacing: -0.01em;
}

.webcam {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 2em;
}

.webcam iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.webcam-image {
	width: 100%;
	max-width: 1024px;
	display: block;
	margin-bottom: 2em;
}

/* chyby v poupuech */

.fix-content ul.error, .fix-content ul.flashes {
	background-color: transparent;
	color: #000000;
}

ul.flashes .error {
	background-color: #ee630f;
}

/* - - - */

a[href^="error:"] {
	background: red;
	color: white;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

div.center {
	text-align: center;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
