body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
body, html {
	overflow-x: hidden;
}
main, div, input, textarea, select, button, form, ul, th, td,
div.rlst>a
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]):not([type=number]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


*/

div.wover {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
div.wover.u {
	opacity: 1;
}
div.wover.n {
	position: absolute;
	min-height: 100%;
}
div.wover div.wover {
	position: absolute;
}
div.wbox {
	display: none;
	position: relative;
	min-width: 240px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
	overscroll-behavior: none;
	font-size: 18px;
}
div.wbox>h1 {
	background-color: #E30613;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div {
	overflow-y: auto;
	overscroll-behavior: contain;
}
div.wbox:not(.vid)>div {
	padding: 15px;
}
div.wbox>div>h1:first-child, div.wbox>div>h2:first-child {
	margin-top: 0;
}
div.wbox>div.wclose {
	display: block;
	width: 25px;
	height: 24px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 999999;
	cursor: pointer;
}
div.wbox form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
div.wbox form.c.i {
	text-align: left;
}
div.wbox form.c .btn {
	margin: 15px 3px 0 3px;
	padding: 10px 15px;
	min-width: 100px;
}
div.wbox.s {
	max-width: 500px;
}
div.wbox.bn {
	max-width: auto;
	overflow-x: hidden;
}
div.wbox.bn img.img {
	display: block;
	max-width: calc(100vw - 60px);
	max-height: calc(100vh - 60px);
}
div.wbox.if {
	width: calc(100vw - 100px);
	max-width: 1000px;
}
div.wbox.if>iframe {
	width: 100%;
	height: calc(100vh - 120px);
	border: 0;
	vertical-align: top;
	overscroll-behavior: none;
}
div.wbox.vid {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	background: #000;
}


#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}
.ldng {
	position: relative;
}
.ldng>*:not(.ldng1) {
	opacity: 0.2;
	pointer-events: none;
}
div.ldng1 {
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
div.ldng2 {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  -webkit-animation: ldng 2s infinite linear;
  animation: ldng 2s infinite linear;
}
div.ldng2::before, div.ldng2::after {
  content: "";
  display: inline-block;
  position: absolute;
}
div.ldng2::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
div.ldng2::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
@-webkit-keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}
@keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}

header {
	background: #54bd06;
	background-image: linear-gradient(94deg,#54bd06,#419800,#54bd06);
	padding: 0 15px;
}
header>div {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
#lg {
	display: block;
	background: url(/img/mm.png) no-repeat 0/contain;
	width: 126px;
	height: 60px;
	margin: 30px 0;
}
#lg+div {
	display: inline-block;
	width: 117px;
	height: 90px;
	background: url(/img/cm.png) no-repeat 0/contain;

}
header img {
	vertical-align: top;
}
header>div>div:nth-child(2) {
	margin: 0 50px 0 30px;
	align-self: flex-end;
	max-width: 240px;
}
header>div>div:last-child {
	text-align: left;
	padding-bottom: 15px;
}
#makler {
	text-transform: uppercase;
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#makler>div {
	color: inherit;
	margin: 15px 0 0 0;
	font-size: 54px;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#slogan {
	background: #E31E25;
	color: #FFF;
	font-family: "Kalam", cursive;
	font-size: 32px;
	padding: 10px 20px 8px 20px;
	margin: 20px 0;
}
#sluzby {
	text-transform: uppercase;
	color: #FFF;
	font-size: 19px;
	font-weight: 600;
}
#kontakt {
	margin: 15px 0 0 0;
	color: #000;
	font-size: 24px;
	font-weight: 600;
}
#kontakt a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin: 3px 30px 3px 0;
	padding: 2px 0 2px 45px;
}
#kontakt a:last-child {
	margin-right: 0;
}
#kontakt a[href^="tel:"] {
	background: url(/img/i_tel.svg) no-repeat 0 center/auto 100%;
}
#kontakt a[href^="mailto:"] {
	background: url(/img/i_em.svg) no-repeat 0 center/auto 100%;
}
#kontakt a.yt {
	background: url(/img/i_yt.svg) no-repeat 0 center/auto 100%;
}
#kontakt a:hover {
	color: #333;
}
nav {
	background: #333;
}
nav>ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
nav a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	padding: 12px 21px;
}
nav a.a {
	background: #555;
}
nav a:hover {
	background: #444;
	color: #FFF;
}

main, div.main {
	display: block;
	min-width: 320px;
	max-width: 1230px;
	margin: 50px auto;
	text-align: left;
	padding: 0 15px;
}
main.pg img {
	max-width: 100%;
	height: auto;
}
div.g {
	background: #e1f8d6;
	padding: 5px 0;
}

div.main.fb {
	display: flex;
}
div.main.fb>div:first-child {
	flex: 1;
	margin: 0 7% 0 0;
}

footer {
	background: #333;
	padding: 15px;
}
footer>div {
	max-width: 1200px;
	margin: 0 auto;
	color: #CCC;
}

div.hbtn {
	display: flex;
	margin: 0 0 20px 0;
}
div.hbtn>a+a {
	margin-left: 10px;
}
div.hbtn>a {
	flex: 1;
	white-space: nowrap;
}

div.rlst {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
div.rlst>a {
	flex: 0 0 calc(33.33% - 30px);
	text-decoration: none;
	color: inherit;
	margin: 15px;
	padding: 15px;
	background: #e1f8d6;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.rlst>a>img {
	width: 100%;
	vertical-align: top;
}
div.rlst>a>h2 {
	font-size: 20px;
	margin: 15px 0 0 0;
}
div.rlst>a:hover {
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}

#realita {
	display: flex;
}
#realita img {
	vertical-align: top;
	width: 100%;
}
#realita>div:first-child {
	flex: 0 0 50%;
}
#realita>div:first-child>div {
	margin: 0 -10px;
}
#realita>div:last-child {
	flex: 1;
	margin: -8px 0 0 40px;
}
#realita table.p {
	margin: 0 0 20px 0;
}
#realita table.p th {
	padding: 0 15px 0 0;
}
#realita>div:first-child>div a:not(:empty) {
	display: inline-block;
	position: relative;
	width: calc(33.33% - 20px);
	margin: 10px 10px 0 10px;
	text-decoration: none;
	color: #FFF;
}
#realita>div:first-child>div a.m::after {
	display: flex;
	content: "Více foto...";
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.4);
	font-size: 14px;
}

form[data-ajx="hl"] {
	background: #e1f8d6;
	padding: 20px;
	margin: 20px 0;

}
form[data-ajx="hl"]>div:first-child {
	font-weight: 700;
}
form[data-ajx="hl"]>h2 {
	margin-top: 0;
}
form[data-ajx="hl"]>div {
	display: flex;
	align-items: center;
	margin: 0 0 6px 0;
}
form[data-ajx="hl"]>div>label:first-child {
	flex: 0 0 170px;
}
form[data-ajx="hl"]>div>input.fld {
	flex: 1;
}
form[data-ajx="hl"]>div.p {
	margin: 8px 0 6px 0;
}

div.ref>div {
	margin: 0 0 30px 0;
}
div.ref>div>div:first-child {
	padding: 15px;
	margin: 0 0 8px 0;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}

div.m {
	display: flex;
	justify-content: space-between;
}

a#btip {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 282px;
	height: 291px;
	background: url(/img/tipni.png) no-repeat;
}


div.hl {
	margin: 10px 0 0 0;
}
div.hl>i {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(/img/h.svg) no-repeat 0/contain;
	filter: invert(95%) sepia(0%) saturate(2602%) hue-rotate(113deg) brightness(121%) contrast(60%);
	margin: 0 2px 0 0;
}
div.hl.h1>i:first-child, div.hl.h2>i:first-child, div.hl.h3>i:first-child, div.hl.h4>i:first-child, div.hl.h5>i:first-child,
div.hl.h2>i:nth-child(2), div.hl.h3>i:nth-child(2), div.hl.h4>i:nth-child(2), div.hl.h5>i:nth-child(2),
div.hl.h3>i:nth-child(3), div.hl.h4>i:nth-child(3), div.hl.h5>i:nth-child(3),
div.hl.h4>i:nth-child(4), div.hl.h5>i:nth-child(4),
div.hl.h5>i:nth-child(5)
{
	filter: invert(91%) sepia(68%) saturate(767%) hue-rotate(348deg) brightness(104%) contrast(99%);
}

div.hlc {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;
}
div.hlr {
	border: 1px solid #000;
	border-radius: 8px;
	padding: 4px 7px;
}
div.hlc div.hlr {
	margin: 0 12px 0 25px;
}
div.hlc h1 {
	margin: 0;
}
div.hlp {
	font-size: 14px;
}

div.wbox.hl div.hl {
	margin: 4px 0 12px 0;
}
div.wbox.hl div.hl>i {
	cursor: pointer;
}

div.wbox.tip {
	min-width: 300px;
	max-width: 600px;
}
div.wbox div.c {
	margin: 20px 0 0 0;
}
div.wbox label {
	display: block;
}
div.wbox label:not(:first-child) {
	margin: 10px 0 0 0;
}

#csl {
	margin: 30px 0;
}
#csl>div:first-child {
	display: flex;
	align-items: center;
	margin: 0 0 8px 0;
}
#csl>div:first-child>div {
	font-weight: 700;
	font-size: 24px;
	border-bottom: 2px dotted #000;
}
#csl>div:first-child::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: url(/img/csl.svg) no-repeat 0/contain;
	margin: 0 15px 0 0;
}

div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
div.gal a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

/*
div.clst div {
	padding: 10px 10px 20px 10px;
}
div.clst b {
	display: block;
	font-weight: normal;
	margin: 2px 0;
	font-size: 0.8em;
	color: #666;
}
div.clst span {
	display: block;
	clear: both;
}
div.clst>div>a>h2 {
	margin-top: 0;
}
div.clst>div>a>img {
	float: left;
	border: 0;
	margin: 0 20px 10px 0;
}
div.clst>div>a:last-child {
	display: block;
	margin: 4px 0 0 4px;
}
div.clst.s {
	margin-top: -30px;
}
div.clst.s>div {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}
div.clst.s img {
	float: none;
	margin: 0 0 15px 0;
}
*/

form.frm {
	max-width: 600px;
	margin: 0 auto;
}
form.frm>div {
	display: flex;
	align-items: flex-start;
	margin: 0 0 8px 0;
}
form.frm>div>label {
	flex: 0 0 180px;
	margin: 3px 15px 0 0;
}
form.frm>div>label+* {
	flex: 1;
}
form.frm>div.b {
	padding: 0 0 0 195px;
}

/*
#k_frm {
	max-width: 550px;
	margin: 0 auto;
}
#k_frm>table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
#k_frm>table td {
	padding: 4px 0;
}
body.drg_mv, body.drg_mv * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}
div.uploader {
    border: 1px solid #666;
    padding: 4px 6px;
    margin: 10px 0;
}
div.uploader>div:first-child {
    cursor: pointer;
}
div.uploader.drg>div:first-child {
    background: #EEE;
}
div.uploader table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin: 0 0 6px 0;
}
div.uploader table:empty {
	display: none;
}
div.uploader table td {
    text-align: left;
    cursor: default;
    user-select: none;
}
div.uploader table tr[data-i] td {
	border-bottom: 3px solid #FFF;
}
body:not(.drg_mv) div.uploader table tr:hover td {
    background: #EEE;
}
div.uploader table tr.itm_drg td {
    background: #FEE;
}
div.uploader table td:last-child {
    width: 18px;
    text-align: right;
}
div.uploader table td:nth-last-child(2) {
    width: 50px;
    text-align: right;
}
div.uploader table td.th {
	width: 32px;
	padding: 0 8px 0 0;
}
div.uploader table td.th>div {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center center;
}
div.uploader div.rmv::after {
    display: inline-block;
    vertical-align: middle;
    content: "x";
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #C00;
    cursor: pointer;
		margin: -3px 0 0 0;
}
div.uploader div.b {
	cursor: pointer;
	background: url(/img/i_att.svg) no-repeat 0 center;
	background-size: 16px 16px;
	padding: 3px 0 3px 24px;
}
div.uploader.drg div.b {
	background-color: #EEE;
}
*/

#cookies {
	position: fixed;
	z-index: 2000000;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	padding: 30px;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: left;
}
#cookies>div {
	margin: 0 auto;
	max-width: 1404px;
}
#cookies a {
	color: #FFF;
}
#cookies div, #cookies td {
	color: #FFF;
}
#cookies>div>div:first-child>div {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#cookies_x {
	text-align: right;
}
#cookies_x>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_x>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_x>div:hover {
	background: #3F8F31;
	color: #FFF;
}
#cookies_i {
	display: none;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
div.cookies {
	margin: 18px 0 0 0;
}
div.cookies>div:first-child>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
div.cookies>div:first-child>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	color: #FFF;
	font-size: 1.05em;
	font-weight: 700;
}
div.cookies div.cookies_m {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	cursor: pointer;
}
div.cookies div.cookies_m::before {
	display: inline-block;
	content: ">";
	font-weight: 900;
	margin: 0 6px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_m.a::before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.cookies div.cookies_c {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border-radius: 8px;
	width: 70px;
	height: 24px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
div.cookies div.cookies_c>div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	left: 2px;
	top: 2px;
	background: #3F8F31;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_c>div::after {
	display: block;
	content: "ANO";
	font-size: 12px;
	color: #FFF;
}
div.cookies div.cookies_c.d {
	pointer-events: none;
}
div.cookies div.cookies_c.d>div {
	background: #666;
}
div.cookies div.cookies_c.n>div {
	left: 33px;
	background: #900;
}
div.cookies div.cookies_c.n>div::after {
	content: "NE";
}
div.cookies table {
	display: none;
	width: 100%;
	min-width: 600px;
	border: 0;
	border-spacing: 0;
	margin: 15px 0 0 0;
}
div.cookies table th, div.cookies table td {
	padding: 3px 10px;
}
div.cookies table th {
	background: #555;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
}
div.cookies table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.cookies table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cookies table tr:nth-child(odd) td {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
}
div.cookies>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	margin: 0 0 8px 0;
}
@media only screen and (max-width:420px) {
 #cookies {
	padding: 15px;
 }
 div.cookies>div:first-child>div:first-child>div:first-child {
	flex: 0 0 100%;
 }
 div.cookies>div:first-child>div:first-child>div:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
}
#cookies-consent {
	display: inline-block;
	cursor: pointer;
	color: inherit;
}
#cookies-consent:hover {
	text-decoration: underline;
}

div.ytvids {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
div.ytvids>div {
	position: relative;
	flex: 0 0 calc(50% - 30px);
	margin: 15px;
}
div.ytvids>div>h2 {
	margin: 10px 0;
	font-size: 21px;
}
div.ytvids>div>div.t {
	display: flex;
	align-items: center;
	border-top: 3px solid #DDD;
	padding: 8px 0 0 0;
}
div.ytvids>div>div.t>div:first-child {
	font-size: 14px;
}
div.ytvids>div>div.t>b {
	flex: 1;
	margin: 0 15px;
	font-size: 16px;
}
[data-ytv] {
	display: block;
	cursor: pointer;
}
[data-ytv]>img {
	width: 100%;
	vertical-align: top;
}


div.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
.fld, .fld100 {
	border: 1px solid #333;
	color: #000;
	background: #FFF;
	padding: 3px;
}
.fld100 {
	width: 100%;	
}
.fld.q, .fld100.q, input[data-required], textarea[data-required] {
	background: #FFF url(/img/req.png) no-repeat right 2px top 2px;
}
.btn {
	display: inline-block;
	border: 1px solid #666;
	background: #E31E25;
	color: #FFF;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	user-select: none;
	padding: 8px 12px;
}
.btn:hover {
	background: #900;
	color: #FFF;
}
.btn:disabled {
	background: #666 !important;
	color: #CCC !important;
	cursor: not-allowed;
}
div.btns.f {
	display: flex;
	justify-content: space-between;
}
div.nbtns {
	margin: 20px -5px 0 -5px;
}
div.nbtns a {
	display: inline-block;
	margin: 5px;
}

.uootblm, .uootbl {
	width: 100%; border: 0;
}
u.refr {
	display: inline-block;
	width: 24px;
	height: 40px;
	margin-left: 10px;
	background:url(/img/refr.png) no-repeat center center;
	cursor: pointer;
}

body:not(#foo) input[type=checkbox] {
	display:none;
}
body:not(#foo) input[type=checkbox]+label {
	padding-left: 40px;
	min-height: 32px;
	background: url(/img/chkv0.png) no-repeat 0 4px;
} 
body:not(#foo) input[type=checkbox]:checked+label{
	background-image: url(/img/chkv1.png);
}

input[type="text"]::-ms-clear, input[type="search"]::-ms-clear, input:not([type])::-ms-clear {
	display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	display: none;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type="number"] {
	-moz-appearance: textfield;
}

div.alrt {
	margin: 10px 0;
	padding: 8px;
	background-color: #FFCCCC;
	border: 3px solid #C00;
}
div.ov {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin: 10px 0;
}
div.pg, div.pg td, div.pg select {
	font-family: inherit;
	font-size: 11px;
	vertical-align: middle;
}
div.pg b, div.pg a {
	display: inline-block;
	margin: 5px 0 5px 3px;
	background-color: #E4E2E2;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 8px 0;
	width: 28px;
}
div.pg b, div.pg a:hover {
	background-color: #666;
	color: #FFF;
}
div.pg b {
	cursor: default;
}

table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

@media print {
 body, html {
		overflow: auto;
 }
 header, nav, footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, main {
	width: 100%;
 }
}

@media only screen and (max-width:1600px) {
 a#btip {
	display: none;
 }
}
@media only screen and (max-width:1230px) {
 #kontakt {
	font-size: 22px;
 }
}
@media only screen and (max-width:1200px) {
 #makler {
	font-size: 26px;
 }
 #makler>div {
	font-size: 48px;
 }
 #slogan {
	font-size: 24px;
 }
 #sluzby {
	font-size: 19px;
 }

}
@media only screen and (max-width:1030px) {
 #slogan {
	font-size: 21px;
 }

}
@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:960px) {
 div.rlst>a {
	flex: 0 0 calc(50% - 30px);
 }
 div.main.fb {
	display: block;
 }
 div.main.fb>div:first-child {
	margin: 0 0 30px 0;
 }
}
@media only screen and (max-width:900px) {
 header>div {
	flex-wrap: wrap;
	justify-content: center;
 }
 header>div>div:last-child {
	flex: 0 0 100%;
	text-align: center;
 }
 header img {
	width: 150px;
 }
}
@media only screen and (max-width:760px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:700px) {
 #realita {
	display: block;
 }
 #realita>div:last-child {
	margin: 30px 0 0 0;
 }
}
@media only screen and (max-width:640px) {
 div.ytvids>div {
	flex: 0 0 calc(100% - 30px);
 }

}
@media only screen and (max-width:560px) {
 div.rlst>a {
	flex: 0 0 calc(100% - 30px);
 }

}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: 100%;
	margin: 0 0 30px 0;
 }
 header>div>div:first-child {
	display: flex;
	align-items: center;
 }
 #lg {
	margin-right: 40px;
 }
 #makler {
	font-size: 22px;
 }
 #makler>div {
	font-size: 42px;
 }

 form.frm>div, form.frm>div>label, form.frm>div>label+* {
	display: block;
	width: 100%;
 }
 form.frm>div.b {
	padding-left: 0;
 }

 div.hbtn, div.hbtn>a {
	display: block;
 }
 div.hbtn>a+a {
	margin: 5px 0 0 0;
 }

}
@media only screen and (max-width:440px) {
 #musr {
	width: auto;
	left: 0;
 }
 div.m {
	display: block;
	margin: 0 0 25px 0;
 }
}
@media only screen and (max-width:400px) {

}