a {
  color:#001789;
  text-decoration:none;
}
a:hover {
  text-decoration:none;
}

h1, .h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#FFF;
	font-family:'Gilroy';
	font-weight:300;
	line-height:72px
	margin-top:80px;
	font-size:90px;
	line-height:1;
	text-shadow:rgba(0,0,0,0.9) 0 0 20px;
}
h1.smaller, .h1.smaller {
	font-size:52px;
	font-weight:600;
	line-height:1.3em;
}
h2, .h2 {
	font-family:'Gilroy';
	font-weight:300;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	font-size:46px;
	color:#001789;
	line-height:1.3em;
	text-shadow: none;
}
h2.smaller0 {
	font-size:42px;
}
h2.smaller {
	font-size:36px;
}
h2.smaller2 {
	font-size:26px;
}
img.h2-icon {
	float:right;
	margin:0 0 0 100px;
	width:130px;
}
.h-ico {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
.h-ico > span {
	width:120px;
	display:flex;
	justify-content:center;
	margin-right:20px;
}
.h-ico span > img {
	flex:0 0 auto;
	max-height:80px;
	width:auto;
}


.h-ico2 {
	display:flex;
	justify-content:space-between;
	background:#EF6B0C;
	margin:0 0 40px 0;
}
.h-ico2 .ico {
	display:flex;
	align-items:center;
	background:white;
	width:140px;
	flex: 0 0 auto;
}
.h-ico2 .ico img {
	height:100px;
	margin:auto;
}
.h-ico2 .h {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex:1 1 auto;
	padding:0 0 0 20px;
}
.h-ico2 .h h2 {
	display:flex;
	justify-content:space-between;
	color:white;
	font-size:50px;
	line-height:1em;
	margin:0;
	padding:0;
	text-align:left;
}
.h-ico2 .h .h-img, .h-ico2 .h .button-ico-r {
	flex:0 0 auto;
	margin:0 30px 0 0;
}
.h-ico2 .h .h-img img {
	width:50px;
}



h3, .h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:22px;
	color:#001789;
	line-height:1.3em;
}
h4, .h4 {
	margin:0 0 5px 0;
	padding:0;
	font-size:17px;
	color:#001789;
	line-height:1.3em;
}
h5, .h5 {
	margin:0 0 3px 0;
	padding:0;
	font-size:13px;
	color:#001789;
	font-weight:normal;
	line-height:1.3em;
}

img.ikona-16 {
	width:16px;
	height:16px;
}



/*** ul def ***/
ul.def, .def ul, ol.def {
	margin:0 0 20px 0;
	padding:0;
}
ol.def {
	margin-left:20px;
}
ul.def li, .def ul li, ol.def li {
	margin:0 0 6px 0;
	padding:0 0 0 20px;
	line-height:1.3em;
	position:relative;
}
ul.def li:before, .def ul li:before {
	content:"";
	width:8px;
	height:8px;
	position:absolute;
	left:0;
	top:9px;
	background:url(../img/orange_li.png) no-repeat center center;
	background-size:8px 8px;
}
ul.def li:last-child, .def ul li:last-child {
	margin:0;
}

ul.def.blue-li li:before, .def.blue-li ul li:before {
	background-image:url(../img/blue_li.png);
}
ul.def.green-li li:before, .def.green-li ul li:before {
	background-image:url(../img/green_li.png);
}
ul.def.orange-li2 li:before, .def.orange-li2 ul li:before {
	background-image:url(../img/icons/li_orange.png);
	top:9px;
}
ul.def.li-sipka li:before, .def.li-sipka ul li:before {
	background-image:url(../img/icons/li_sipka.png);
	background-size:12px 12px;
	width:12px;
	height:12px;
	top:4px;
}
ul.def.greenoblouk li:before, .def.greenoblouk ul li:before {
	background-image:url(../img/icons/li_oblouk_green.png);
	top:7px;
	width:12px;
	height:12px;
	background-size:12px 12px;
}
ul.def.greenoblouk.big-font2 li:before {
	top:10px;
}
ul.def.blueoblouk li:before, .def.blueoblouk ul li:before {
	background-image:url(../img/icons/li_oblouk_lightblue.png);
	top:7px;
	width:12px;
	height:12px;
	background-size:12px 12px;
}
ul.def.li-ok li:before, .def.li-ok ul li:before {
	background-image:url(../img/icons/li_ok_green.png);
	top:8px;
	width:12px;
	height:9px;
	background-size:12px 9px;
}
ul.def.libull li, .def.libull ul li {
	padding-left:15px;
}
ul.def.libull li:before, .def.libull ul li:before {
	background:none;
	background:#8B9198;
	border-radius:50%;
	width:4px;
	height:4px;
	top:9px;
}
ul.def.blue-line li, .def.blue-line ul li {
	padding-left:10px;
}
ul.def.blue-line li:before, .def.blue-line ul li:before {
	content:"";
	width:1px;
	height:1em;
	position:absolute;
	left:0;
	top:2px;
	background:#5FC3EB;
}
ul.def.orange-line li, .def.orange-line ul li {
	padding-left:10px;
}
ul.def.orange-line li:before, .def.orange-line ul li:before {
	content:"";
	width:1px;
	height:1em;
	position:absolute;
	left:0;
	top:2px;
	background:#FF6B00;
}
ul.def.green-line li, .def.green-line ul li {
	padding-left:10px;
}
ul.def.green-line li:before, .def.green-line ul li:before {
	content:"";
	width:1px;
	height:1em;
	position:absolute;
	left:0;
	top:2px;
	background:#45A06D;
}

ul.def.dotovana-hypoteka-li li, .def.dotovana-hypoteka-li ul li {
	padding-left:30px;
}
ul.def.dotovana-hypoteka-li li:before, .def.dotovana-hypoteka-li ul li:before {
	background-image:url(../img/dotovane_hypoteky_li.png);
	top:0.5em;
	width:18px;
	height:6px;
	background-size:18px 6px;
}

ul.alpha {
	margin:0 0 20px 40px;
	padding:0;
}
ul.alpha li {
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	line-height:1.3em;
}
ul.alpha li {
	list-style-type: lower-alpha;
}


/*** table0 ***/
table.table0 {

}
table.table0 th, table.table0 td {
	vertical-align:center;
	padding:3px 10px 3px 10px;
	text-align:left;
}
table.table0 th:first-child, table.table0 td:first-child {
	padding-left:0;
}
table.table0 th:last-child, table.table0 td:last-child {
	padding-right:0;
}


/*** table1 ***/
table.table1 {

}
table.table1 th, table.table1 td {
	vertical-align:top;
}
table.table1 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	padding:15px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table1 thead th {
	padding-right:0;
	width:auto;
}

table.table1 td {
	padding:0 15px 10px 0;
}
table.table1 input {
	width:250px;
}
table.table1 textarea {
	width:100%;
	height:100px;
}
table.table1 img {
  border:none;
}



.table2 {
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
	color:#001789;
	text-align:left;
}
.table2 th {
	width:45%;
	color:#8b9198;
	font-weight:400;
	text-align:left;
	white-space:nowrap;
}
.table2 th,
.table2 td {
	padding:15px;
	border:1px solid #EBEDF5;
}



/*** table3 ***/
table.table3 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	color:#707070;
	text-align:left;
	font-weight:normal;
}
table.table3 thead th {
	font-size:12px;
	font-weight:normal;
	width:auto;
	text-align:left;
	color:#EF6B0C;
}
table.table3 td, table.table3 th {
	border-bottom:1px solid #eee;
	vertical-align:center;
	padding:15px 10px 5px 10px;
}
table.table3 td:first-child, table.table3 th:first-child {
	padding-left:0;
}
table.table3 td:last-child, table.table3 th:last-child {
	padding-right:0;
}
table.table3 td {
	color:#001789;
}
table.table3.grey td {
	color:#707070;
}
table.table3 tr:last-child td, table.table3 tr:last-child th {
	border-bottom:none;
}



/*** table4 ***/
table.table4 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	color:#707070;
	text-align:left;
	font-weight:normal;
}
table.table4 thead th {
	font-weight:500;
	width:auto;
	text-align:left;
	color:#727274;
}
table.table4 td, table.table4 th {
	border-bottom:1px solid #eee;
	vertical-align:center;
	padding:15px 10px 5px 10px;
}
table.table4 td:first-child, table.table4 th:first-child {
	padding-left:0;
}
table.table4 td:last-child, table.table4 th:last-child {
	padding-right:0;
}
table.table4 td {
	color:#001789;
}
table.table4.grey td {
	color:#707070;
}
table.table4 tr:last-child td, table.table4 tr:last-child th {
	border-bottom:none;
}


/*** table5 ***/
table.table5 th {
	width:150px;
	vertical-align:top;
	color:#707070;
	text-align:left;
	font-weight:normal;
}
table.table5 thead tr th {
	font-weight:500;
	width:auto;
	text-align:left;
	color:#727274;
	border-top:1px solid #9779B4;
	border-bottom:1px solid #9779B4;
	vertical-align:bottom;
}
table.table5 td, table.table5 th {
	vertical-align:center;
	text-align:left;
	padding:10px 10px 10px 10px;
}
table.table5 td:first-child, table.table5 th:first-child {
	padding-left:0;
}
table.table5 td:last-child, table.table5 th:last-child {
	padding-right:0;
}
table.table5 td {
	color:#001789;
}
table.table5.grey td {
	color:#707070;
}




/*** table6 ***/
table.table6 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	color:#707070;
	text-align:left;
	font-weight:normal;
}
table.table6 thead th {
	font-weight:500;
	width:auto;
	text-align:left;
	color:#727274;
}
table.table6 td, table.table6 th {
	border-bottom:1px solid #eee;
	vertical-align:center;
	padding:15px 10px 5px 10px;
}
table.table6 td:first-child, table.table6 th:first-child {
	padding-left:0;
}
table.table6 td:last-child, table.table6 th:last-child {
	padding-right:0;
}
table.table6 td {
	color:#001789;
}
table.table6.grey td {
	color:#707070;
}



/*** table-white ***/
table.table-white {
	border:1px solid white;
	line-height:1.3em;
}
table.table-white td, table.table-white th {
	vertical-align:middle;
	text-align:center;
	padding:8px 8px 8px 8px;
	color:white;
	border:1px solid white;
}


.table-sparkys {
	font-size:12px;
}


.table-overflow {
	width:100%;
	overflow:auto;
}

/***  table-small ***/
.table-small {
	font-size:80%;
}
table.table-small th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
table.table-small thead tr th {
	font-weight:500;
	width:auto;
	text-align:left;
	border-bottom:1px solid #9779B4;
	vertical-align:bottom;
}
table.table-small td, table.table-small th {
	vertical-align:bottom;
	text-align:left;
	padding:5px 15px 5px 15px;
	border-bottom:1px solid #9779B4;
}
table.table-small td:first-child, table.table-small th:first-child {
	padding-left:0;
}
table.table-small td:last-child, table.table-small th:last-child {
	padding-right:0;
}

table.table-green-bord td, table.table-green-bord th {
	border-color:#47BA81!important;
}


/*** format text ***/
.format-text h2 {
	padding:0;
	margin:0 0 15px 0;
	font-size:30px;
}
.format-text h3 {
	padding:0;
	margin:0 0 5px 0;
}
.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	xwidth:100%;
	border:0!important;
}
.format-text table th, .format-text table td {
	vertical-align:top;
	padding:5px 5px 5px 0;
	border:0!important;
	border-bottom:1px solid #ccc!important;
	text-align:left;
}
.format-text table thead th {
	padding-right:0;
}
.format-text table th {
	padding-right:15px;
}

.format-text p {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}

.format-text table.tab-gallery td {
	border:0!important;
	padding:0;
	text-align:center!important;
}

.format-text ul, .format-text ol {
	margin:0 0 15px 0px;
	padding:0;
}
.format-text ul li {
	list-style:none;
	margin:0 0 5px 10px;
	padding:0 0 0 10px!important;
	background:url(../img/li.png) no-repeat 0px 10px;
	text-align:left;
}
.format-text ol li {
	margin:0 0 7px 25px;
	padding:0 0 0 0;
	text-align:left;
}
.format-text ul.double-li {
	float:left;
	width:260px;
	margin-right:20px;
}
.format-text img.bord {
	border:2px solid #ccc;
}
.format-text img.f-left {
	margin:0 15px 5px 0;
}
.format-text img.f-right {
	margin:0 0 5px 15px;
}

.format-text a:hover img {
	border-color:#aaa;
}




/*** button ***/
.button {
	background:#001789;
	padding:20px 60px 20px 60px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	display:inline-block;
}
.button-small {
	padding:7px 20px 7px 20px;
}
.button-big {
	padding:30px 50px 30px 50px;
}
.button-light {
	padding:0;
}
.button-nosidepadd {
	padding:20px 20px 20px 20px;
}

.button-ico {
	position:relative;
	padding:25px 60px 25px 30px;
}
.button-ico img {
	width:24px;
	position:absolute;
	margin:-10px 0 0 7px;
}
.button-ico-big {
	display:inline-flex;
	align-items:center;
	padding:15px 25px 15px 25px;
	font-size:54px;
}
.button-ico-big img {
	height:60px;
	margin:0 0 0 20px;
}
.button-ico-r, .button-ico-l {
	display:inline-flex;
	align-items:center;
	text-align:center;
	position: relative;
}
.button-ico-r img {
	max-height:40px;
	margin:0 0 0 20px;
}
.button-big.button-ico-r img {
	max-height: 80px;
}
.button-ico-r img.ico-rucicka {
	position: absolute;
	right: 65px;
	top: 55px;
	max-height: 50px;
}
.button-ico-l img {
	max-height:40px;
	margin:0 20px 0 0;
}

.button-full {
	display:flex;
	align-items:center;
	justify-content:center;
}
.button-full img {
	margin:0 15px 0 0;
	display:block;
	height:50px;
}
.button:hover {
	background:#1D36B4;
}

.button-light {
	background:#F0F1F8;
	color:#001789;
}
.button-light:hover {
	background:#E0E3F1;
}

.button-green {
	background:#48BA81;
	color:#fff;
}
.button-green:hover {
	background:#54CE91;
}

.button-violet {
	background:#9779B4;
	color:#fff;
}
.button-violet:hover {
	background:#AD96C5;
}

.button-orange {
	background:#F36B1F;
	color:#fff;
}
.button-orange:hover {
	background:#F48752;
}

.button-white {
	background:#fff;
	color:#001789;
}
.button-white:hover {
	background:#fff;
	color:#1D36B4;
}

.button-disabled {
	background:#ccc!important;
	color:#f5f5f5!important;
	cursor:default!important;
}


.button-noact {
  opacity:0.5;
}

.fixbutton-r-out {
	position:absolute;
	right:0;
	top:40%;
	z-index:999;
}
.fixbutton-r-out2 {
	top:20%;
}
.fixbutton-r {
	background:#EB6300;
	padding:30px 25px 30px 25px;
	text-decoration:none;
	color:white;
	font-weight:normal;
	font-size:20px;
	display:block;
	border:1px solid white;
	border-right:0;
	white-space:nowrap;
}
.fixbutton-r .ico-rucicka {
	position:absolute;
	left:25px;
	bottom:-35px;
	height:50px;
}
/* big rucicka */
.fixbutton-r--big {
	padding:60px 60px 60px 60px;
	font-size:50px;
}
.fixbutton-r--big .ico-rucicka {
	position:absolute;
	left:60px;
	bottom:-90px;
	height:auto;
}

.fixbutton-energie-out {
	position:absolute;
	right:0;
	top:130px;
	z-index:999;
}
.fixbutton-energie {
	background:#47BA81;
	padding:30px 25px 30px 25px;
	text-decoration:none;
	color:white;
	font-weight:normal;
	font-size:20px;
	display:block;
	border:1px solid white;
	border-right:0;
	white-space:nowrap;
}
.fixbutton-energie .ico-rucicka {
	position:absolute;
	left:25px;
	bottom:-35px;
	height:50px;
}

.fixbutton-l-out {
	position:absolute;
	left:0;
	top:0;
	z-index:999;
}
.fixbutton-l {
	background:#EB6300;
	padding:30px 25px 30px 25px;
	text-decoration:none;
	color:white;
	font-weight:normal;
	font-size:20px;
	display:block;
	border:1px solid white;
	border-left:0;
	white-space:nowrap;
}
.fixbutton-l .ico-rucicka {
	position:absolute;
	left:25px;
	bottom:-35px;
	height:50px;
}

.leftfixed-out, .rightfixed-out {
	position:absolute;
	top:150px;
	left:0;
	z-index:999;
}
.rightfixed-out {
	left:auto;
	right:0;
}
.leftfixed-out a, .rightfixed-out a {
	color:white;
	padding:15px;
	font-weight:normal;
	font-size:180%;
}




/*.overline {
	position:relative;
	display:inline-block;
	margin:20px 0 0 0;
	padding:20px 0;
	font-weight:600;
	color:#001789;
	text-decoration:none;
}
.overline:before {
	content:"";
	position:absolute;
	left:13px;
	top:0;
	right:13px;
	height:1px;
	background:#f0f1f7;
}
.overline:hover {
	color:#1d37b4;
}
.overline:hover:before {
	background:#1d36b4;
}*/

/*** a box ***/
a.box-a {
	padding:30px 30px 30px 30px;
	text-decoration:none;
	color:#646465;
	border:1px solid #F0F1F7;
	font-weight:normal;
	position:relative;
	display:block;
}
a.box-a .box-a-icon {
	width:120px;
	height:120px;
	display:block;
	margin:0 0 30px 0;
}
a.box-a h3 {
	font-size:18px;
	margin:0 0 15px 0;
}
a.box-a span.box-a-vice {
	display:none;
}

a.box-a:hover {
	background:#001789;
}
a.box-a:hover span.box-a-vice {
	display:block;
	position:absolute;
	background:#3345A1;
	color:white;
	padding:20px 30px 20px 30px;
	border-radius:2px;
	white-space:nowrap;
	margin:20px 0 0 0;
	font-weight:bold;
	font-size:13px;
}
a.box-a:hover .box-hover {
	display:block;
	position:absolute;
	background:#001789;
	left:-20px;
	top:-20px;
	right:-20px;
	bottom:-90px;
	z-index:1;
}
a.box-a:hover h3 {
	color:white;
}
a.box-a:hover .box-content {
	color:#99A3D0;
}

a.box-a:hover span.box-content {
	position:relative;
	z-index:2;
	display:block;
}



.box-nemovitosti .box-a-icon, .box-nemovitosti .box-icon {
	background-size: 243px 121px;
	background-image: url(../img/icons/big/nemovitosti.png);
	background-position: 0px 0px;
	width:120px!important;
	height:120px!important;
}
a.box-a.box-nemovitosti:hover .box-a-icon {
	background-position: -123px 0;
}

.box-finance .box-a-icon, .box-finance .box-icon {
	background-size: 243px 121px;
	background-image: url(../img/icons/big/finance.png);
	background-position: 0px 0px;
	width:120px!important;
	height:120px!important;
}
a.box-a.box-finance:hover .box-a-icon {
	background-position: -123px 0;
}

.box-stavby .box-a-icon, .box-stavby .box-icon {
	background-size: 243px 121px;
	background-image: url(../img/icons/big/stavby.png);
	background-position: 0px 0px;
	width:120px!important;
	height:120px!important;
}
a.box-a.box-stavby:hover .box-a-icon {
	background-position: -122px 0;
}

.box-interiery .box-a-icon, .box-interiery .box-icon {
	background-size: 243px 121px;
	background-image: url(../img/icons/big/interiery.png);
	background-position: 0px 0px;
}
a.box-a.box-interiery:hover .box-a-icon {
	background-position: -126px 0;
}

.box-energie .box-a-icon, .box-energie .box-icon {
	width:110px;
	background-size: 243px 121px;
	background-image: url(../img/icons/big/energie.png);
	background-position: 0px 0px;
}
a.box-a.box-energie:hover .box-a-icon {
	background-position: -132px 0;
}

.box-development .box-a-icon, .box-development .box-icon {
	background-size: 243px 121px;
	background-image: url(../img/icons/big/development.png);
	background-position: 0px 0px;
	width:120px!important;
	height:120px!important;
}
a.box-a.box-development:hover .box-a-icon {
	background-position: -128px 0;
}








/*** box ***/
.box {
	padding:60px 0 0 0;
	text-decoration:none;
	color:#646465;
	font-weight:normal;
	position:relative;
}
.box .box-icon {
	width:120px;
	height:93px;
	display:block;
	margin:0 0 50px 0;
}
.box h3 {
	font-size:18px;
	margin:0 0 15px 0;
}


.box.box--basic .box-content {
	display: flex;
	align-items: center;
}
.box.box--basic .box-content > * {
	margin: 0;
}
.box.box--basic h3 {
	font-size: 30px;
	border-left: 3px solid currentColor;
	padding-left: 20px;
	margin-left: 20px!important;
	min-height: 80px;
	display: flex;
	align-items: center;
}


.darkblue-bg .box {
	color:#99A3D0;
	padding-right:0;
	margin-bottom:30px;
}
.darkblue-bg a {
	color:#99A3D0;
}
.darkblue-bg .box:last-child {
	margin-bottom:0;
}
.darkblue-bg .box h3 {
	color:white;
}
.darkblue-bg .box h3 a {
	color:white;
}
.box-num {
	display:block;
	font-size:64px;
	font-family:'Gilroy';
	font-weight:700;
	margin:0 0 40px 0;
	color:white;
}
.stats .box {
	padding-top:20px;
}
.stats .box-num {
	font-size:46px;
	margin:0 0 40px 0;

}
.stats .box .box-icon {
	width:120px;
	height:93px;
	display:block;
	margin-bottom:50px;
}
.box-link {
	position:relative;
	padding-bottom:50px;
}
.box .box-vice {
	padding:20px 0 0 0;
	margin:0 0 0 0;
	position:absolute;
	bottom:0;
	color:#001789;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.box h3 a {
	color:#001789;
	text-decoration:none;
}
.box-blog {
	margin:0 0 50px 0;
}
.box-blog .blog-img {
	padding-top:60%;
	background-size:cover;
	background-position:center center;
	display:block;
	margin:0 0 20px 0;
}
.box-blog img {
	display:block;
	margin:0 auto 30px auto;
	width:100%;
}
.box-blog a {
	font-weight:normal;
	line-height:1.3em;
}
.box-date {
	font-size:14px;
	display:block;
	margin:0 0 10px 0;
}

.box.box-poptavka .box-icon {
	background-size: 120px 93px;
	background-image: url(../img/icons/big/poptavka.png);
	background-position: 0px 0px;
}
.box.box-setkani .box-icon {
	width:88px;
	background-size: 88px 93px;
	background-image: url(../img/icons/big/setkani.png);
	background-position: 0px 0px;
}
.box.box-vyuziti .box-icon {
	background-size: 120px 93px;
	background-image: url(../img/icons/big/vyuziti.png);
	background-position: 0px 0px;
}
.box.box-pruvodci .box-icon {
	background-size: 120px 107px;
	height:107px;
	background-image: url(../img/icons/big/pruvodci.png);
	background-position: 0px 0px;
}
.box.box-hodnoty .box-icon {
	height:107px;
	background-size: 120px 107px;
	background-image: url(../img/icons/big/hodnoty.png);
	background-position: 0px 0px;
}
.box.box-kdo .box-icon {
	background-size: 120px 107px;
	height:107px;
	background-image: url(../img/icons/big/kdo.png);
	background-position: 0px 0px;
}

.stats .box .box-icon {
	width:28px;
	height:28px;
}
.box.stats-pruvodci .box-icon {
	background-image:url(../img/s.png);
	background-position:-4668px 0;
}
.box.stats-smluv .box-icon {
	background-image: url(../img/s.png);
	background-position: -4668px -30px;
}
.box.stats-prodano .box-icon {
	background-image: url(../img/s.png);
	background-position: -4698px 0;
}
.box.stats-let .box-icon {
	background-image: url(../img/s.png);
	background-position: -4668px -60px;
}





.medaile .medaile-h img {
	height:60px;
}

.ab-heading {
	border-bottom:1px solid #1A2E95;
}
.ab-heading .item {
	display:flex;
	flex:0 0 auto;
	width:49%;
	font-size:40px;
	padding:0 0 40px 0;
	color:#6673B8;
	font-family:'Gilroy';
	text-decoration:none;
	font-weight:normal;
	margin:0;
}
.ab-heading .item.act {
	font-weight:700;
	margin-bottom:-1px;
	border-bottom:1px solid white;
	color:white;
}




/*** profiles ***/
.profiles {
	display:flex;
	flex-wrap:wrap;
	margin:50px 0 50px 0;
	padding:0 50px 0 50px;
}
.profiles span {
	display:block;
}
.profiles .item {
	flex:0 0 auto;
	display:flex;
	position:relative;
	font-weight:normal;
	color:#646465;
}
.profiles .item .name {
	position:relative;
}
.profiles .item .name:before {
	content:"";
	height:1px;
	background:#001789;
	width:120%;
	position:absolute;
	right:20%;
	bottom:-5px;
}
.profiles .item:nth-child(4n+3) .name:before, .profiles .item:nth-child(4n+4) .name:before {
	right:auto;
	left:-3%;
}
.profiles .item .photo {
	width:270px;
	height:270px;
	background:#EEF1F8;
	display:flex;
	align-items:center;
}
.profiles .item .photo img {
	display:block;
	max-width:270px;
	max-height:270px;
}
.profiles .item .desc {
	width:270px;
	height:270px;
	padding:46px 0 0 41px;
}
.profiles .item .desc .name {
	display:block;
	margin:0 0 10px 0;
	font-size:16px;
	color: #001789;
	font-weight:600;
}
.profiles .item .desc .category {
	font-size:15px;
	color: #8b9198;
	padding:0 20px 0 0;
}
.profiles .item .desc .link {
	position:absolute;
	bottom:30px;
	font-size:14px;
	font-weight:bold;
	color:#001789;
}

.profiles .item:nth-child(4n+3) .photo, .profiles .item:nth-child(4n+4) .photo {
	order:1;
}
.profiles .item:nth-child(4n+3) .desc, .profiles .item:nth-child(4n+4) .desc {
	order:0;
}

.profile {
	margin:50px 0 0 0;
}
.profile .item {
	display:flex;
	margin:0 0 30px 0;
}
.profile .item .photo {
	width:250px;
	margin:0 30px 0 0;
	flex:0 0 auto;
}
.profile .item .desc {
	padding:30px 0 0 0;
}
.profile .item .name {
	margin:0 0 20px 0;
	position:relative;
}
.profile .item .name:before {
	content:"";
	height:1px;
	background:#001789;
	width:300px;
	position:absolute;
	left:-100px;
	bottom:-5px;
}
.profile .item .fce {
	margin:0 0 50px 0;
}





/*** history ***/
div.history {
	position:relative;
}
div.history:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:49px;
	width:1px;
	border-right:2px dotted #FF6B00;
}
div.history .item {
	display:flex;
	margin:0 0 30px 0;
}
div.history .item .date {
	flex:0 0 auto;
	width:100px;
	height:100px;
	border-radius:50%;
	border:3px solid white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:160%;
	color:white;
	background:#001789;
	margin:0 40px 0 0;
	z-index:1;
	position:relative;
}
div.history .item .date:before {
	content:"";
	position:absolute;
	top:49px;
	left:94px;
	height:2px;
	width:25px;
	border-top:1px solid #001789;
}
div.history .item .date:after {
	content:"";
	position:absolute;
	width:7px;
	height:7px;
	left:115px;
	top:46px;
	background:#001789;
	border-radius:50%;
}
div.history .item .desc {
	padding:43px 0 0 0;
}


.map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.fullmap {
	height:100vh;
	width:100%;	
}
.mapa .page-padding {
	padding-right:100px;
}

.kontakty-mapa {
	height:400px;
}










/*** blue box ***/
.blue-box {
	height: 250px;
	background: #001789 url(../img/blue-box.png) no-repeat center top;
}
.blue-box .page-in {
	padding:75px 0 0 0;
}
.blue-box h2 {
	color: #fff;
}




/*** logo row ***/
.logo-row {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logo-row .item {
	text-align:center;
}
.logo-row .item img {
	max-width: 60%;
	max-height: 60%;
	display: block;
	margin: auto;
}


/*** icodesc-row ***/
div.icodesc-row {
	display:flex;
	justify-content:space-between;
	margin:50px 0 0 0;
}
div.icodesc-row > * {
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:20%;
}
div.icodesc-row-auto > * {
	width:auto;
	flex:1;
	margin:0 25px 0 25px;
}
div.icodesc-row-left {
	justify-content:flex-start;
}
div.icodesc-row-left > * {
	margin:0 50px 0 0;
	text-align:left;
	align-items:flex-start;
}
div.icodesc-row-left > *:last-child {
	margin-right:0;
}
div.icodesc-row-wrap {
	flex-wrap:wrap;
}
div.icodesc-row-wrap > * {
	margin-bottom:30px;
}
div.icodesc-row img {
	height:100px;
	margin:0 0 20px 0;
}
div.icodesc-row strong {
	line-height:1.3em;
	display:block;
	color:#FF6B00;
	margin:0 0 10px 0;
	font-weight:normal;
}
div.icodesc-row span {
	line-height:1.3em;
	display:block;
	color:#666668;
	margin:0 0 10px 0;
	font-weight:bold;
}

div.icodesc-row-3 {
	justify-content:space-between;
}
div.icodesc-row-3 > * {
	width:31%;
	margin-right:0;
}
div.icodesc-row-7 > * {
	width:13%;
}
div.icodesc-row-7 img {
	height:90px;
}





/*** icodesc-row2 ***/
div.icodesc-row2 {
	display:flex;
	justify-content:space-between;
	margin:50px 0 0 0;
	flex-wrap:wrap;
}
div.icodesc-row2 > * {
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:25%;
	margin:0 0 30px 0;
}
div.icodesc-row2-5 > * {
	width:20%;
}
div.icodesc-row2 .item-ico {
	display:flex;
	align-items:baseline;
	margin:0 0 20px 0;
}
div.icodesc-row2 .item-ico img {
	height:60px;
	margin:0 20px -10px 0;
}
div.icodesc-row2 .item-ico strong {
	font-size:26px;
	line-height:1.3em;
	display:block;
	color:#292C76;
	font-weight:bold;
	margin:-15px 0 0 0;
}
div.icodesc-row2 .item-ico span {
	font-size:20px;
	line-height:1.3em;
	display:block;
	color:#666668;
	margin:0 0 10px 0;
	font-weight:bold;
}
div.icodesc-row2 .item-txt {
	line-height:1.3em;
	display:block;
	margin:0 50px 0 50px;
}

div.icodesc-row2-5 .item-txt {
	font-size:80%;
	margin:0 15px 0 15px;
}




/*** icodesc-row3 ***/
div.icodesc-row3 {
	display:flex;
	justify-content:space-between;
	margin:50px 0 0 0;
}
div.icodesc-row3 > * {
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	flex:1;
}
div.icodesc-row3 span.item-img {
	height:170px;
	width:100%;
	margin:0 0 20px 0;
	display:flex;
	align-items:flex-end;
	justify-content:center;
}
div.icodesc-row3 span.item-img img {
	max-height:170px;
	max-width:170px;
}
div.icodesc-row3 span.item-txt strong {
	font-weight:normal;
	font-size:44px;
	display:block;
	line-height:1.3em;
	margin:0 0 20px 0;
}
div.icodesc-row3 span.item-txt span {
	font-weight:normal;
	font-size:20px;
	display:block;
	line-height:1.3em;
	margin:0 0 20px 0;
}
div.icodesc-row3 span.item-button {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:15px 80px 15px 80px;
	font-size:32px;
	font-weight:normal;
}
div.icodesc-row3 span.item-button img {
	height:44px;
	margin:0 0 0 15px;
}





/*** photodesc-row ***/
div.photodesc-row {
	display:flex;
	justify-content:space-between;
	margin:50px 0 0 0;
	flex-wrap:wrap;
}
div.photodesc-row > * {
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin:0 0 30px 0;
	flex:1;
}
div.photodesc-row .item-photo {
	margin:0 0 10px 0;
}
div.photodesc-row .item-photo img {
	width:60%;
	display:block;
	margin:auto;
}
div.photodesc-row .item-txt {
	line-height:1.3em;
	display:block;
	margin:0 0 0 0;
}
div.photodesc-row .item-txt strong {
	line-height:1.3em;
	display:block;
	color:#292C76;
	font-weight:bold;
	margin:0 0 5px 0;
}
div.photodesc-row .item-txt span {
	line-height:1.3em;
	display:block;
	color:#666668;
	font-weight:normal;
}





/*** faq ***/
.faq {
	margin:0 0 0 0;
	font-size:120%;
	line-height:1.3em;
}
.faq .item {
	margin:0 0 30px 0;
}
.faq > .item, .lmg-content {
	margin-left:140px;
}
.lmg-content2 {
	margin-left:140px;
}
.rmg-content {
	margin-right:140px;
}
.faq .item .q0 {
	margin:0 0 15px ;
	color:#55B37D;
	font-weight:normal;
	font-size:190%;
}
.faq .item .q {
	margin:0 0 5px 0;
	color:#EF6B0C;
	font-weight:bold;
}
.faq .item .a {
	color:#001789;
}





/*** pagemenu ***/
ul.pagemenu {
	border-bottom:1px solid #D4D4D4;
	margin:0 0 30px 0;
	display:flex;	
}
ul.pagemenu li {
	position:relative;
	bottom:-1px;
	flex: 1;
}
ul.pagemenu li a {
	display:flex;
	flex-direction: column;
	padding:20px 25px 20px 25px;
	border:1px solid #D4D4D4;
	border-right:0;
	background:white;
	margin:0 0 0 0;
	color:#666;
	font-size: 15px;
	text-align:center;
	height:100%;
}
ul.pagemenu .pagemenu-step {
	display: block;
	margin: 0 0 5px 0;
	text-align: center;
}
ul.pagemenu .pagemenu-step-in {
	display: inline-flex;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	align-items:center;
	justify-content:center;
	border:1px solid #aaa;
	color:#aaa;
	font-size:1.2em;
}
ul.pagemenu .pagemenu-title {
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
}
ul.pagemenu li a:hover {
	text-decoration:none;
}
ul.pagemenu li:not(.act) a:hover {
	background:#f5f5f5;
}
ul.pagemenu li:last-child a {
	border-right:1px solid #D4D4D4;
}
ul.pagemenu li.act:before {
	content:"";
	position:absolute;
	top:-5px;
	left:0;
	right:-1px;
	height:4px;
	background:#47BA81;
	border-bottom:0;
}
ul.pagemenu li.act:last-child:before {
	right:0;
}
ul.pagemenu li.act a {
	color:#47BA81;
	border-bottom:1px solid white;
}
ul.pagemenu li.act .pagemenu-step-in {
	background:#47BA81;
	border-color:#47BA81;
	color:white;
}


/*** ico-switch ***/
.ico-switch {
	display: flex;
	justify-content: space-between;
}
.ico-switch > * {
	flex: 1;
	padding: 10px;
	display: flex;
	align-items: center;	
	justify-content: center;
	font-size: 130%;
	background-color: #fcfcfc;
	margin-right: 20px;
	border: 2px solid #eee;
}
.ico-switch > *:last-child {
	margin-right: 0;
}
.ico-switch img {
	margin-right: 20px;
	max-height: 50px;
}
.ico-switch > *.green.act {
	background-color: #E4F3EB;
	border-color:#47BA81
}
.ico-switch > *.violet.act {
	background-color: #F0ECF3;
	border-color:#9779B4
}
.ico-switch > *.formerror {
	border-color:red!important;
}


/*** picmenu ***/
.picmenu {
	display:flex;
}
.picmenu > * {
	background-size:cover;
	background-position:top right;
	height:33vh;
	flex:1;
	text-align:right;
	padding:40px;
	font-size:50px;
	font-weight:normal;
	line-height:1.2em;
	position:relative;
}
.picmenu3 > * {
	font-size:44px;
}
.picmenu--wrap-2 {
	flex-wrap: wrap;
	gap: 5px;
}
.picmenu--wrap-2 > * {
	width: 49%;
	height: 33vh!important;
	flex: 0 0 auto;
}





/*** imgmenu ***/
div.imgmenu {
	display:flex;
}
div.imgmenu > * {
	flex:1;
}
div.imgmenu .item-in {
	background-size:cover;
	background-position:center center;
	padding-top: 100%;
	font-weight:normal;
	line-height:1.2em;
	display:block;
	position:relative;
}
.imgmenu-title {
	position:absolute;
	bottom:1em;
	left:1em;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
}
.imgmenu-title.white {
	text-shadow:rgba(0,0,0,1) 0 0 20px, rgba(0,0,0,1) 0 0 10px;
}
.imgmenu-title.darkblue {
	text-shadow:rgba(255,255,255,1) 0 0 60px, rgba(255,255,255,1) 0 0 50px, rgba(255,255,255,0.1) 0 0 40px, rgba(255,255,255,0.9) 0 0 30px, rgba(255,255,255,0.8) 0 0 20px, rgba(255,255,255,0.7) 0 0 10px;
}



/*** energie ***/
.bublina-pruh-1 .item-img {
	height:300px;
	position:absolute;
	right:0;
	margin:0 0 0 20px;
}
.bublina-pruh-1 .item-desc {
	width:70%;
}


.bublina-pruh-2 .item-img {
	height:300px;
	position:absolute;
	right:0;
	margin:-150px 0 0 20px;
}
.bublina-pruh-2 .item-desc {
	width:75%;
}





/*** files ***/
.files {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.files a {
	width:48%;
	background:#001789;
	padding:10px 15px 10px 15px;
	color:white;
	text-decoration:none;
	margin:0 0 1.5% 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.files a strong {
	font-weight:normal;
}
.files a img {
	height:28px;
}





/*** interiery ***/
.produkty {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.produkty > * {
	width:25%;
	padding:60px 50px 30px 50px;
	min-height:70vh;
}
.produkty .txt {
	width:25%;
	padding:40px 80px 40px 80px;
}
.produkty .txt strong {
	display:block;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:44px;
	line-height:1.3em;
}
.produkty .txt p {
	font-size:120%;
}
.produkty .item {
	background-size:cover;
	background-position:bottom center;
}
.produkty .item strong {
	color:white;
	padding:15px;
	font-weight:normal;
	font-size:36px;
	line-height:1.3em;
	display:inline-block;
	min-width:80%;
}



/*** produkty2 ***/
.produkty2 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.produkty2 .item {
	margin:0 0 4% 0;
	width:48%;
}
.produkty2 .item > span {
	padding:66% 0 0 0;
	position:relative;
	background-size:cover;
	background-position:bottom center;
	display:block;
}
.produkty2 .item > span > strong {
	color:white;
	padding:15px;
	font-weight:normal;
	font-size:36px;
	line-height:1.3em;
	display:inline-block;
	min-width:35%;
	position:absolute;
	top:50px;
	left:50px;
}
.produkty2 .item .cena-box {
	color:#9779B4;
	padding:15px;
	font-weight:normal;
	min-width:50%;
	position:absolute;
	bottom:50px;
	left:50px;
	background:white;
	font-size:22px;
}
.produkty2 .item .cena-box .cena {
	margin:0 0 10px 0;
	
	display:block;
}
.produkty2 .item .cena-box .cena em {
	display:block;
	font-style:normal;
	margin:0 0 15px 0;
}
.produkty2 .item .cena-box .cena strong {
	font-size:46px;
}
.produkty2 .item .cena-box .cena sup {
	font-size:24px;
	display:inline-block;
	margin:0 0 0 10px;
}
.produkty2 .item .cena-box .splatka {
	display:block;
	color:#848484;
}




/*** produkty3 ***/
.produkty3 {
	display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
.produkt3 {
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 70%;
}
.produkt3-title {
	font-weight: 500;
	font-size: 2em;
	display: inline-flex;
	align-items: flex-end;
	height: 2.6em;
}
.produkt3 table {
	width: 100%;
	font-weight: bold;
}



/*** imgrow ***/
.imgrow {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.imgrow > * {
	flex:1;
	margin:0 30px 0 30px;
}
.imgrow > * img {
	display:block;
	margin:auto;
}


/*** colors ***/
div.colors {
	display:flex;
	flex-wrap:wrap;
}
div.colors > * {
	border-radius:50%;
	width:70px;
	height:70px;
	margin:0 22px 22px 0;
	background-size:cover;
	background-position:center center;
	border:4px solid white;
}
div.colors > *.act {
	border-color:#9779B4;
}

div.colors2 {
	display:flex;
	flex-wrap:wrap;
}
div.colors2 > * {
	border-radius:50%;
	width:70px;
	height:70px;
	margin:0 10px 10px 0;
	background-size:cover;
	background-position:center center;
	border:1px solid #ccc;
}





.map-popup {
	display:flex;
	text-align:left;
}
.map-popup .photo {
	height:150px;
	width:200px;
	margin:0 20px 0 0;
	flex:0 0 200px;  
}
.map-popup .photo img {
	max-width:100%;
}
.gm-style .gm-style-iw-d {
	width:auto!important;
	height:auto!important;
	overflow:auto!important;
}



/*** stavby ***/
div.stavby .item {
	display:flex;
	padding:0 0 30px 0;
	margin:0 0 50px 0;
	border-bottom:2px solid #EF6B0C;
	justify-content:space-between;
}
div.stavby .item:last-child {
	border-bottom:none;
}
div.stavby .item-l {
	width:35%;
	display:flex;
	flex-direction:column;
}
div.stavby .item-img {
	margin:0 0 15px 0;
}
div.stavby .item-img img {
	display:block;
	width:100%;
}
div.stavby .item-butts {
	display:flex;
	justify-content:space-between;
}
div.stavby .item-butts > * {
	width:48%;
	background:#EB6300;
	font-weight:normal;
	color:white;
	text-align:center;
	padding:25px 0 25px 0;
}

div.stavby .item-r {
	width:60%;
	display:flex;
	flex-direction:column;
}
div.stavby .item h3 {
	color:#EB6300;
	font-weight:normal;
	font-size:40px;
	margin:0 0 20px 0;
}
div.stavby .stavba-icorow {
	display:flex;
	color:#707070;
	margin:0 0 10px 0;
	font-weight:bold;
	align-items:center;
}
div.stavby .stavba-icorow span {
	width:30px;
	text-align:center;
	margin:0 15px 0 0;
}
div.stavby .stavba-icorow img {
	height:30px;
	
}
.item-cena {
	margin:auto 0 0 0;
	display:flex;
	align-items:baseline;
	white-space:nowrap;
}
.item-cena strong, .item-cena span {
	color:#EF6B0C;
	font-weight:normal;
	margin-left:10px;
	line-height:1em;
}
.item-cena strong {
	font-size:44px;
}
.item-cena span {
	align-self:flex-start;
	font-size:130%;
}
/*
.cena {
	margin:auto 0 0 0;
	display:flex;
	align-items:baseline;
}
.cena strong, .cena span {
	color:#EF6B0C;
	font-weight:normal;
	margin-right:10px;
	line-height:1em;
}
.cena strong {
	font-size:44px;
}
.cena span {
	align-self:flex-start;
	font-size:130%;
}
*/

 

div.stavby.stavby-blue .item {
	border-color:#001789;
}
div.stavby.stavby-blue .item-butts > * {
	background:#001789;
}
div.stavby.stavby-blue .item h3, div.stavby.stavby-blue .item-cena strong, div.stavby.stavby-blue .item-cena span {
	color:#001789;
}


/*** stavby ***/
.stavba-pic {
	position:relative;
}
.stavba-pic-h {
	position:absolute;
	bottom:40px;
	left:40px;
	color:white;
	font-size:50px;
}

/*** carousel ***/
.carousel {
	position:relative;
}
.carousel .listing {
	display: flex;
	overflow:hidden;
	padding-right:100px;
	border-right:1px solid #F0F1F7;
}
.carousel .listing-full {
	display: flex;
	overflow:hidden;
	border-right:none;
	padding-right:0;
}
.offers .listing .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	height:400px;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
}
.offers .listing .listing-info {
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	display:block;
	padding:60px 30px 30px 30px;
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.offers .listing .tag {
	position:absolute;
	left:30px;
	top:30px;
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0px 10px 0px 10px;
	font-size:14px;
	color:#001789;
	background:#fff;
	border-radius:2px;
}
.offers .listing .name {
	display:block;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:300;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.offers .listing .perex {
	display:block;
	font-size:16px;
	line-height:26px;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.offers .listing .price {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	border-top:1px solid rgba(255,255,255,0.5);
	margin-top:26px;
	padding-top:16px;
}


.galerie .listing .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	height:220px;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
}

.galerie2 .listing .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	height:400px;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
}

.txt-carousel .listing .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
}
.txt-carousel .listing .listing-info {
	display:block;
}
.txt-carousel .listing .name {
	display:block;
	font-size:20px;
	line-height:1.3em;
	color:#001789;
	font-weight:600;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #F0F1F7;
}
.txt-carousel .listing .perex {
	display:block;
	font-size:16px;
	line-height:1.5em;
}


/* nem carousel */
.nem-carousel .listing-blok {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.nem-carousel .listing-blok .item {
	margin:0 0 30px 0;
}
.nem-carousel .listing .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
	width:24%;
}
.nem-carousel .listing .listing-info {
	display:block;
}
.nem-carousel .listing .name {
	display:block;
	font-size:20px;
	line-height:1.3em;
	padding:0 0 0 0;
	margin:0 0 15px 0;
}
.nem-carousel .listing .img {
	padding-top:66%;
	margin:0 0 15px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.nem-carousel .listing .perex {
	display:block;
	font-size:20px;
	line-height:1.5em;
}




/* carousel paging */
.carousel .arrows {
	margin-top:40px;
}
.carousel .arrows a {
	position:relative;
	width:60px;
	height:60px;
	background:#001789;
	border-radius: 50%;
	display:inline-block;
}
.carousel .arrows a:before {
	content:"";
	position:absolute;
	background-image:url(../img/s.png);
	background-position:-42px -168px;
	width:11px;
	height:16px;
	left:50%;
	margin-left:-6px;
	top:50%;
	margin-top:-8px;
}
.carousel .arrows a:hover {
	background:#1D36B4;
}
.carousel .arrows .left {
	margin-right:10px;
}
.carousel .arrows .left:before {
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}

.photo-carousel {
	margin:0 40px 0 40px!important;
}
.photo-carousel img {
	display:block;
}
.listing-right, .listing-left {
	position:absolute;
	width:30px;
	height:30px;
	background:#EF6B0C;
	border-radius: 50%;
	display:block;
	top:50%;
	margin-top:-15px;
	left:0;
	z-index:9;
}
.listing-right {
	right:0;
	left:auto;
}
.listing-right:before, .listing-left:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/right_w.png);
	width:10px;
	height:16px;
	background-size:10px 16px;
	left:50%;
	margin-left:-4px;
	top:50%;
	margin-top:-8px;
}
.swiper-blog-left {
	left:-40px;
}
.swiper-blog-right {
	right:-40px;
}

.listing-left:before {
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:-7px;
}




/* carousel paging orange */
.carousel .arrows.orange a {
	background:#FF6F20;
}
.carousel .arrows.orange a:hover {
	opacity:0.8;
}

/* carousel paging white */
.carousel .arrows.white a {
	background:#fff;
}
.carousel .arrows.white a:before {
	background-position:-54px -168px;
}
.carousel .arrows.white a:hover {
	opacity:0.8;
}



.photo-carousel .swiper-wrapper {
	display:flex;
	align-items:center;
}
.photo-carousel .swiper-wrapper .swiper-slide {
	text-align:center;
}

.swiper-button-disabled {
	display:none!important;
}




/*** videa ***/
.videa {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 50px;
}
.videa-item {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.videa video {
  aspect-ratio: 4/3;
}
.videa video[poster] {
  object-fit: cover;
  object-position: center center;
}





/*** next link ***/
a.next-link {
	position:relative;
	padding:0 30px 0 0;
	font-weight:normal;
	white-space:nowrap;
}
a.next-link:before, a.next-link:after {
  background:#001789;
  content:'';
  position:absolute;
  top:50%;
  right:0;
  width:16px;
  height:2px;
  -webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	
	transform-origin:right bottom;
}
a.next-link:after {

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	transform-origin:right top;
}
a.next-link.orange:before, a.next-link.orange:after {
  background:#FF6F20;
}
a.next-link.white:before, a.next-link.white:after {
  background:#FFF;
}



/***  pruvodce-info ***/
.pruvodce-info img {
	width:40px;
	vertical-align:middle;
}

/*** contact ***/
div.contact div {
	display:inline-block;
	margin:0 80px 0 0;
}
div.contact span.mail, div.contact span.phone {
	display:inline-block;
	padding:3px 0 5px 30px;
	font-weight:600;
	color:#001789;
	font-size:24px;
}
div.contact .icon-facebook {
	font-weight:600;
	color:#001789;
	font-size:24px;
}
.mail {
	background:url(../img/icons/foot_mail.png) no-repeat center left;
}
.phone {
	background:url(../img/icons/foot_phone.png) no-repeat center left;
}
div.contact {
	margin:0 0 50px 0;
}
div.contact .icon-facebook {
	margin-top:35px;
}
div.contact .icon-facebook:before {
	content:"";
	display:inline-block;
	background-image:url(../img/s.png?a6eda9d3);
	background-position:0 -150px;
	width:21px;
	height:21px;
	margin-right:15px;
	margin-bottom:-2px;
}
div.contact .icon-facebook a {
	font-weight:400;
	text-decoration:underline;
}
div.contact .icon-facebook a:hover {
	text-decoration:none;
}

div.contact .icons-social {
	margin:55px 0 0 0;
	display:block;
}
div.contact .icons-social img {
	width:20px;
	margin:0 10px 0 0;
}





/*** developerske projekty ***/
.developerske-projekty .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	margin-bottom:30px;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
	font-weight:normal;
}
.developerske-projekty .item .item-info {
	display:block;
	padding:90px 40px 90px 40px;
	background:linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}
.developerske-projekty .item .name {
	display:block;
	margin-bottom:20px;
	font-size:40px;
	line-height:1.3em;
	color:#fff;
	font-weight:300;
	font-family:'Gilroy';
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.developerske-projekty .item .perex {
	display:block;
	font-size:16px;
	line-height:1.3em;
	color:#fff;
	overflow:hidden;
}
.developerske-projekty .item .keys-2 {
	display:flex;
	margin-top:36px;
	font-size:16px;
	line-height:1.3em;
	color:#fff;
	overflow:hidden;
}
.developerske-projekty .item .keys-2 .keys {
	margin-right:40px;
}
.developerske-projekty .item .keys-2 .keys .caption {
	display:inline-block;
	width:150px;
	opacity:0.6;
}
.developerske-projekty .item .button {
	margin-top:40px;
}






/*** menu icons ***/
.menu-icons {
	display:flex;
	justify-content:center;
	margin:50px 0 80px 0;
	flex-wrap:wrap;
}
.menu-icons > * {
	flex:2;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
}
.menu-icons > *.double {
	flex:4;
}
.menu-icons > a {
	position:relative;
}
.menu-icons > a:before {
	position:absolute;
	top:-25px;
	left:0;
	color:white;
	background:#A3A3A3;
	border-radius:50%;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	content:"X";
}
.menu-icons > a.i0:before {	content:"1"; }
.menu-icons > a.i1:before {	content:"2"; }
.menu-icons > a.i2:before {	content:"3"; }
.menu-icons > a.i3:before {	content:"4"; }
.menu-icons > a.i4:before {	content:"5"; }
.menu-icons > a.i5:before {	content:"6"; }
.menu-icons > a.i6:before {	content:"7"; }
.menu-icons > a.i7:before {	content:"8"; }
.menu-icons > a.i8:before {	content:"9"; }
.menu-icons > a.i9:before {	content:"10"; }
.menu-icons > a.i10:before {	content:"11"; }
.menu-icons > a.i11:before {	content:"12"; }
.menu-icons > a.i12:before {	content:"13"; }
.menu-icons > a.i13:before {	content:"14"; }
.menu-icons > a.i14:before {	content:"15"; }
.menu-icons > a.i15:before {	content:"16"; }
.menu-icons > a.i16:before {	content:"17"; }
.menu-icons > a.i17:before {	content:"18"; }
.menu-icons > a.i18:before {	content:"19"; }
.menu-icons > a.i19:before {	content:"20"; }

.menu-icons > a:after {
	content:"";
	position:absolute;
	top:-5px;
	left:20px;
	background:url(../img/icons/ocasek.png) no-repeat top left;
	background-size:13px 11px;
	width:13px;
	height:11px;
}


.menu-icons > span {
	flex:1;
}
.menu-icons > a img {
	margin:0 auto 20px auto;
	height:100px;
	flex:0 0 auto;
}
.menu-icons > * span {
	font-weight:normal;
	color:#707070;
	display:block;
	width:100%;
	text-align:center;
}
.menu-icons > *.double span {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.menu-icons > *.double span em {
	font-style:normal;
	text-align:center;
	
}
.menu-icons > *.act span {
	color:#292C74;
}
.menu-icons > a.act:before {
	background:#292C74;
}
.menu-icons > a.act:after {
	background-image:url(../img/icons/ocasek_a.png);
}
.menu-icons > span img {
	display:block;
	margin:40px auto 0 auto;
	height:30px;
}

.menu-icons-smaller > a img {
	height:70px;
}
.menu-icons-smaller > span img {
	margin:30px auto 0 auto;
	height:25px;
}



.menu-txt {
	display:flex;
	justify-content:space-between;
	margin:0 0 30px 0;
}
.menu-txt a {
	color:#707070;
}
.menu-txt a.act {
	color:#001798;
}

.menu-icons-content {
	position:relative;
}
.menu-icons-content .swiper-slide {
	position:relative;
	display:flex;
	justify-content:space-between;
}
.menu-icons-content .swiper-slide .desc {
	padding-bottom:120px;
	flex:1 1 auto;
}
.menu-icons-content img {
	flex:0 0 auto;
	height:400px;
	margin:0 0 0 50px;
	order:2;
}
.menu-icons-content .videoprohlidka-slide .video {
	flex:0 0 auto;
	width:600px;
	height:400px;
	margin:0 0 0 50px;
	order:2;
}

.matterport {
	text-align:center;
	display:block;
}
.matterport-img {
	display:block;
	margin:0 0 5px 0;
}
.matterport-img img {
	display:block;
	height:150px;
	margin:auto;
}
.menu-icons-content strong {
	font-size:46px;
	display:block;
	margin:0 0 30px 0;
	color:#47BA81;
	font-weight:500;
	line-height:1.2em;
}
.menu-icons-content .link a {
	display:inline-flex;
	align-items:center;
}
.menu-icons-content .link a img {
	height:40px;
	margin:0 0 0 20px;
	display:block;  
}
.txtnumrow {
	display:flex;
	align-items:flex-start;
	margin:0 0 30px 0;
}
.txtnumrow em.num {
	flex:0 0 70px;
	font-size:80px;
	margin:-5px 0 0 0;
	font-style:normal;
	vertical-align:top;
	line-height:1em;
}

.menu-icons-content .arrows {
	position:absolute;
	bottom:0;
	left:0;
}

/* carousel paging */
.arrows {
	margin-top:40px;
	z-index:999;
	position:relative;
}
.arrows a {
	position:relative;
	width:60px;
	height:60px;
	background:#001789;
	border-radius: 50%;
	display:inline-block;
	z-index:999;
}
.arrows a:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/right_w.png);
	width:20px;
	height:33px;
	background-size:20px 33px;
	left:50%;
	margin-left:-7px;
	top:50%;
	margin-top:-16px;
}
.arrows a:hover {
	background:#1D36B4;
}
.arrows .left {
	margin-right:10px;
}
.arrows .left:before {
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:-13px;
}

.arrows-green a {
	background:#48BA81;
}
.arrows-green a:hover {
	background:#5FC291;
}

.arrows-white a {
	background:white;
}
.arrows-white a:hover {
	background:white;
}
.arrows-white a:before {
	background-image:url(../img/icons/right_violet.png);
}


 
/* headslider */
.headslider {
	position:relative;
}
.sidearrows {
	position:absolute;
	width:100%;
	top:0;
	z-index:99;
	margin:0 0 0 0;
}
.sidearrows a {
	position:absolute;
	width:30px;
	height:30px;
	background:#001789;
	border-radius: 50%;
	display:inline-block;
	z-index:999;
	top:50px;
	right:50px;
}
.sidearrows .left {
	left:50px;
	right:auto;
}
.sidearrows a:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/right_w.png);
	width:10px;
	height:16px;
	background-size:10px 16px;
	left:50%;
	margin-left:-4px;
	top:50%;
	margin-top:-8px;
}
.sidearrows a:hover {
	background:#1D36B4;
}
.sidearrows .left {
	margin-right:5px;
}
.sidearrows .left:before {
	margin-left:-6px;
}

.kuchyne-swiper-out .sidearrows a {
	top:15px;
	right:2px;
}
.kuchyne-swiper-out .sidearrows .left {
	left:2px;
	right:auto;
}
.kuchyne-swiper-out-1 .sidearrows a {
	top:160px;
}
.kuchyne-swiper-out-2 .sidearrows a {
	top:75px;
}

/*** kuchyne ***/
.photo-coverflow {
	margin:50px 0 50px 0;
}
.photo-coverflow .item {
	width: 100%;
	position: relative;
	opacity: 0.5;
}
.photo-coverflow .swiper-slide-active {
	opacity: 1;
}
.photo-coverflow .item .h {
	position:absolute;
	left:50px;
	top:50px;
	background:#9779B4;
	color:white;
	padding:20px 20px 20px 20px;
	display:none;
	font-size:180%;
}  
.photo-coverflow .swiper-slide-active.item .h {
	display:block;
}   
.photo-coverflow .item-in {
	padding-top:66%;
	background-size:cover;
	background-position:bottom center;
}   
/* carousel paging */
.photo-coverflow .arrows, .projekty-slider .arrows {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.photo-coverflow .arrows a, .projekty-slider .arrows a {
	position:absolute;
	width:50px;
	height:50px;
	border-radius: 50%;
	display:inline-block;
	z-index:3;
	margin-top:-50px;
	opacity:0.9;
}
.photo-coverflow .arrows a:hover, .projekty-slider .arrows a:hover {
	opacity:1;
}
.photo-coverflow .arrows .left, .projekty-slider .arrows .left {
	left:200px;
}
.photo-coverflow .arrows .right, .projekty-slider .arrows  .right {
	right:200px;
}

/* projekty slider */
.projekty-slider-out {
	padding:0 80px 0 80px;
	position:relative;
}
.projekty-slider-out .arrows {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.projekty-slider-out .arrows a {
	position:absolute;
	width:50px;
	height:50px;
	border-radius: 50%;
	display:inline-block;
	z-index:3;
	margin-top:-50px;
	opacity:0.9;
}
.projekty-slider-out .arrows a:hover {
	opacity:1;
}
.projekty-slider-out .arrows .left {
	left:0;
}
.projekty-slider-out .arrows  .right {
	right:0;
}
.projekt-list .item {
	background:white;
	padding:30px;
}
.projekt-list .item-img {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.projekt-list .item-graf {
	display:flex;
}
.projekt-list .graf-bg {
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	margin:0 0 15px 0;
}
.projekt-list .graf-desc-out {
	display:flex;
}
.projekt-list .graf-desc {
	display:flex;
	font-size:80%;
}
.projekt-list .graf-desc em {
	display:inline-block;
	margin:0 10px 0 0;
	width:20px;
	height:20px;
}

.kuchyne-detail .cena-in {
	padding:20px 60px 20px 20px;
}
.kuchyne-detail .cena-in .castka {
	font-size:56px;
	line-height:1em;
}


/*** dekor ***/
.dekor {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.dekor > * {
	width:100%;
	text-align:center;
}
.dekor .pic {
	background-size:cover;
	width:60%;
	padding-top:90%;
	margin:0 0 10px 0;
}
.dekor .nazev {
	padding:0 40px 0 40px;
	text-align:center;
}
.dekor-carousel .swiper-slide-active .dekor .pic {
	width:80%;
	padding-top:130%;
}

.checker {
	width:30px;
	height:30px;
	border-radius:50%;
	border:3px solid #9779B4;
	margin:10px auto 0 auto;
	position:relative;
	cursor:pointer;
}
/*.checker.act:before {
	content:"";
	width:20px;
	height:20px;
	background:#9779B4;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
}*/
.pagecarousel .swiper-slide .swiper-slide-active .checker:before {
	content:"";
	width:20px;
	height:20px;
	background:#9779B4;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
}

.celkova-cena .big-font5 {
	font-size:70px!important;
}








/*** domy ***/
.domy {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.domy .item {
	flex:0 0 auto;
	position:relative;
	display:block;
	width:49%;
	height:380px;
	margin-bottom:20px;
	background-position:center center;
	background-size:cover;
	text-decoration:none;
	font-weight:normal;
}
.domy .item .dum-info {
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	display:block;
	padding:60px 30px 30px 30px;
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.domy .item .name {
	display:block;
	font-size:24px;
	line-height:1.3em;
	color:#fff;
	font-weight:300;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.domy .item .perex {
	display:block;
	font-size:16px;
	line-height:1.3em;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.domy .item .price {
	display:block;
	font-size:18px;
	line-height:1.3em;
	color:#fff;
	font-weight:700;
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:26px;
	padding-top:16px
}
.domy .item .payment {
	float:right;
	font-size:16px;
	line-height:1.3em;
	font-weight:400;
}
.domy .item .payment > span {
	opacity:0.7;
}
.domy:after {
	content:"";
	display:block;
	clear:both;
}







/*** dum detail ***/
.flex-table .flex {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #f0f1f7;
}
.flex-table .flex:last-child {
	border-bottom:0;
}
.house-gallery {
	padding:80px 0 50px 0;
}
.house-gallery a {
	display:block;
	padding-top:68%;
	background-position:center center;
	background-size:cover;
	margin-bottom:30px;
}
.house-gallery a:last-child {
	margin-bottom:0;
}
.house-gallery .col-48 a {
	height:100%;
}




.gallery a {
	display:block;
	padding-top:68%;
	background-position:center center;
	background-size:cover;
	margin-bottom:10px;
}



.big-desc {
	font-size:30px;
	line-height:1.3em;
	color:#001789;
	font-family:'Gilroy';
	font-weight:700;
}








/*** blog ***/
div.blog-detail .page-in {
	padding-left:130px;
	padding-right:130px;
}




/*** hypokalkulacka ***/
.hypokalkulacka {
	color:white;
}
.hypokalkulacka-in {
	display:flex;
	justify-content:space-between;
}
.hypokalkulacka-in input {
	width:100%;
}
.hypokalkulacka-l {
	width:39%;
	padding:30px 30px 30px 0;
}
.hypokalkulacka-r {
	width:60%;
	padding:30px 0 30px 50px;
}
.hypokalkulacka.blue-bg input, .hypokalkulacka.blue-bg select {
	border-color:#46B4E6;
	color:#46B4E6;
}
.hypokalkulacka h3 {
	font-size:32px!important;
	color:white!important;
	font-weight:normal!important;
	margin:0 0 20px 0;
}
.hypokalkulacka .bord {
	margin:0 0 20px 0;
	padding:20px 0 0 0;
	border-bottom:2px solid white;
}
.hypokalkulacka .desc {
	line-height:1.3em;
}
.hypokalkulacka-nobg,
.hypokalkulacka-nobg .hypokalkulacka-l, .hypokalkulacka-nobg .hypokalkulacka-r {
	background:none;
	color:#646465;
}
.hypokalkulacka .investicedobidli {
	position:absolute;
	top:-1.3em;
	right:0;
}
.hypokalkulacka .investicedobidli-urok {
	position:absolute;
	bottom:-1.3em;
	right:0;
	font-size:80%;
}




.kalkulacka2-out {
	border: 1px solid #B6B4B4;	
	background: #fefefe;
}
.kalkulacka2 {
	display: flex;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 20px 20px 0 20px;
}
.kalkulacka2-in {
	display: flex;
	flex-wrap: wrap;
}
.kalkulacka2-item {
	flex: 0 1 auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.kalkulacka2-item:last-child {
	margin-right: 0;
}
.kalkulacka2-item label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
}
.kalkulacka2-item input {
	font-weight: 600;
	width: 200px;
}
.kalkulacka2-select {
	display: flex;
	align-items: center;
	height: 40px;
	border: 1px solid #B6B4B4;
	background: white;
}
.kalkulacka2-select > * {
	height: calc(100% - 4px);
	display: inline-flex;
	align-items: center;
	padding: 13px;
	margin: 2px 1px;
	border-radius: 3px;
	color: #707070;
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
}
.kalkulacka2-select > *:hover {
	background: #f5f5f5;
}
.kalkulacka2-select > *:first-child {
	margin-left: 2px;
}
.kalkulacka2-select > *:last-child {
	margin-right: 2px;
}
.kalkulacka2-select > *.act {
	background: #5FC3EB;
	color: white;
}
.kalkulacka2-item-submit {
	align-self: flex-end;
	margin-left: auto;
}
.kalkulacka2-item-submit .button {
	height: 40px!important;
	padding: 10px 20px;
	line-height: 20px;
}

.kalkulacka2-content {
	padding: 20px;
	position: relative;
	min-height: 150px;
}

.kalkulacka-list-item {
	display: flex;
	align-items: center;
	background: white;
	box-shadow: rgba(0,0,0,0.1) 0 0 5px;
	padding: 20px;
	margin-bottom: 10px;
}
.kalkulacka-list-item--act {
	outline: 5px solid #48BA81;
	outline-offset: -4px;
	color: #48BA81;
}
.kalkulacka-list-item:last-child {
	margin-bottom: 0;
}
.kalkulacka-list-item:hover {
	box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}
.kalkulacka-list-item > * {
	margin-right: 30px;
}
.kalkulacka-list-item > *:last-child {
	margin-right: 0;
}
.kalkulacka-list-item-button {
	margin-left: auto;
	white-space: nowrap;
}
.kalkulacka-list-item-logo {
	width: 120px;
	flex: 0 0 auto;
}
.kalkulacka-list-item--child {
	background-color: #fafafa;	
	box-shadow: none;
	margin-bottom: 7px;
}
.kalkulacka-list-item--child:last-child  {
	margin-bottom: 7px;
}


/*** nemovitosti ***/
.rider.ui-slider-horizontal {
	height:0;
	border:1px solid #A2A2A2;
}
.rider .ui-slider-handle {
	border-radius:50%;
	border:2px solid #FF6B00;
	background:white;
	width:28px;
	height:28px;
	top:-14px;
	margin-left:-14px;
}

.search-input {
	margin:30px 0 0 0;
}
.search-input input {
	width:100%;
	padding:20px 20px 20px 70px;
	height:60px;
	background-image:url(../img/icons/mapa2.png);
	background-size:auto 70%;
	background-repeat:no-repeat;
	background-position:left 20px center;
}
.search-input input::-webkit-input-placeholder { /* Edge */
  opacity:1;
}
.search-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:1;
}
.search-input input::placeholder {
  opacity:1;
}

label.checkbox-ico {
  padding-left:0;
  display:flex!important;
	align-items:center;
}
label.checkbox-ico:before {
  width:30px;
  height:30px;
  position:static;
  margin:0 15px 0 0;
}
label.checkbox-ico:after {
	opacity:0;
	content:'';
	position:absolute;
	width:18px;
	height:7px;
	background:transparent;
	left:5px;
	top:auto;
	border:4px solid #F36B1F;
	border-top:none;
	border-right:none;

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:-5px 0 0 0;
}
label.checkbox-ico img {
	max-height:50px;
	margin:0 15px 0 0;
}
label.checkbox-ico .checkbox-ico-label {
	margin:15px 0 0 0;
}
label.checkbox-ico strong {
	display:block;
	font-weight:normal;
}
label.checkbox-ico span {
	display:block;
	font-size:80%;
	margin:5px 0 0 0;
}
.detail-oc img {
	height:16px;
	display:block;
	margin:5px auto 0 auto;
}


.ranger-out {
	color:#646465;
}
.ranger-out div {
	position:relative;
}
.ranger-out span {
	position:absolute;
	line-height:40px;
	margin:0 0 0 0;
	left:10px;
	color:#646465;
}
.ranger-out strong {
	position:absolute;
	line-height:40px;
	margin:0 0 0 -30px;
	color:#646465;
	font-weight:normal;
}
.ranger-out input {
	padding-left:35px;
	padding-right:35px;
	text-align:right;
}


.check-list > * {
	margin:0 0 2% 0;
}



/*** items-list ***/
div.items-list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
div.items-list .item {
	width:32%;
	position:relative;
	margin:0 0 2% 0;
	display: flex;
	flex-direction: column;
}
div.items-list .item .img {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:60%;
	display:block;
}
.corner-logo {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}
.corner-logo img {
	max-width: 70%;
}
.img-title {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 0;
	background-color: #CF631B;
	padding: 3px 30px 3px 10px;
	border: 1px solid white;
	border-left: 0;
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 20px;
}
.img-title-ico {
	height: 32px;
	margin-right: 10px;
}
.img-title--big {
	bottom: 20px;
	padding: 6px 60px 6px 20px;
	border-radius: 0 30px 30px 0;
	font-size: 22px;
}

.img-priznak-out {
	width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
	z-index: 2;
  top: 0;
  right: 0;
}
.img-priznak {
	display: inline-block;
  color: #333;
  text-align: center;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  height: 30px;
  line-height: 30px;
  right: -30px;
  width: 120px;
  background-color: #FFFFFF;
  border: 1px solid #CF631B;
  color: #CF631B;
  text-transform: uppercase;
  letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}
.img-priznak-out--big {	
	width: 200px;
  height: 200px;
}
.img-priznak-out--big .img-priznak {
  top: 25px;
  height: 50px;
  line-height: 50px;
  right: -50px;
  width: 200px;
	font-size: 24px;
}

div.items-list .item .kategorie {
	font-weight:bold;
	color:#F36B1F;
	display:block;
	margin:10px 0 0 0;
	min-height: 46.8px;
}
div.items-list .item .adresa {
	display:block;
	font-weight:normal;
	color:#646465;
	margin:10px 0 0 0;
}
div.items-list .item .cena {
	display:block;
	margin:10px 0 0 0;
	font-size:150%;
	color:#F36B1F;
	font-weight:normal;
}
div.items-list .item .lupa {
	position:absolute;
	bottom:0;
	right:0;
}
div.items-list .item .lupa img {
	display:block;
	height:50px;
}





/*** paging ***/
div.paging {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:50px 0 0 0;
}
div.paging a {
	margin:0 20px 0 20px;
	color:#646465;
	font-weight:normal;
}
div.paging a.act {
	font-weight:bold;
}
div.paging a img {
	height:22px;
	display:block;
}




/*** nemovitost detail ***/
.energeticky-stitek {
	padding: 0 5px 0 10px;
	color: #ffffff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	height: 28px;
  border-radius: 4px;
}
.energeticky-stitek::after {
	content: '';
	width: 21px;
  height: 21px;
  position: absolute;
  border-radius: 4px;
  top: 3.5px;
  transform: rotate(45deg);
  right: -8px;
  z-index: -1;
  background-color: inherit;
	
}
.energeticky-stitek-type {
	font-weight: bold;
}
.energeticky-stitek-desc {

}
.energeticky-stitek--a {
	background-color: #467E39;
}
.energeticky-stitek--b {
	background-color: #63A151;
}
.energeticky-stitek--c {
	background-color: #90C25D;
}
.energeticky-stitek--d {
	background-color: #E3B42C;
}
.energeticky-stitek--e {
	background-color: #DC7127;
}
.energeticky-stitek--f {
	background-color: #D24826;
}
.energeticky-stitek--g {
	background-color: #B23027;
}
.nem-detail-slider {
	position:relative;
}
.nem-detail-slider .sidearrows {
	top:calc(50% - 15px);
}
.nem-detail-slider .sidearrows a {
	right:20px;
	top:0;
}
.nem-detail-slider .sidearrows .left {
	left:20px;
	right:auto;
}
.nem-detail-slider .swiper-slide {
	padding-top:520px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.detail-mapa-video {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.detail-mapa-video .detail-mapa {
	padding-top:65%;
	position:relative;
}
.detail-mapa-video .detail-mapa #map {
	padding-top:65%;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

.detail-mapa-video .detail-video {
	display:flex;
	align-items:flex-end;
}
a.small-zoom {
	position:absolute;
	width:30px;
	height:30px;
	background:#FF6B00;
	border-radius: 50%;
	display:inline-block;
	z-index:9;
	top:calc(50% - 15px);
	left:-15px;
}
a.small-zoom:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/left_w.png);
	width:10px;
	height:16px;
	background-size:10px 16px;
	left:50%;
	margin-left:-7px;
	top:50%;
	margin-top:-8px;
}
.detail-pics-mapa .detail-mapa {
	height:520px;
	position:relative;
}
.detail-pics-mapa .detail-mapa #map2 {
	height:520px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.detail-pics-video .detail-video {
	height:520px;
	position:relative;
}
a.full-close {
	position:absolute;
	width:30px;
	height:30px;
	background:#FF6B00;
	border-radius: 50%;
	display:inline-block;
	z-index:9;
	top:calc(50% - 15px);
	right:-15px;
}
a.full-close:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/right_w.png);
	width:10px;
	height:16px;
	background-size:10px 16px;
	left:50%;
	margin-left:-4px;
	top:50%;
	margin-top:-8px;
}

.makler-blok {
	position:relative;
	padding:0 0 30px 0;
} 
.makler-blok-txt {
	border-right:1px solid #EB6300;
	position:relative;
	padding:0 0 50px 0;
}
.makler-blok-txt-contact {
	position:absolute;
	bottom:0;
	left:0;
}
.makler-blok-txt-contact div {
	display:inline-block;
	margin:0 30px 0 0;
}
.makler-blok-txt-contact span {
	display:inline-block;
	padding:5px 0 5px 40px;
	font-weight:500;
}
.makler-blok-txt-contact a {
	font-weight:500;
}
.contact-mail {
	background:url(../img/icons/mail_orange.png) no-repeat center left;
	background-size:auto 25px;
}
.contact-phone {
	background:url(../img/icons/phone_orange.png) no-repeat center left;
	background-size:auto 25px;
}
.makler-postava {
	position:absolute;
	width:20%;
	bottom:0;
	left:38%;
}

.kontakty-contact span {
	padding:5px 0 5px 40px;
	font-weight:500;
}
.kontakty-contact span a {
	font-weight:500;
}


.napoveda-out {
	position:absolute;
	right:0;
	top:0.2em;
}
.napoveda-ico {
	width:16px;
	height:16px;
	display:block;
	border-radius:50%;
	border:1px solid #707070;
	font-size:12px;
	text-align:center;
	line-height:13px;
	cursor:help;
}
.napoveda-txt {
	position:absolute;
	right:0;
	bottom:25px;
	box-shadow:rgba(0,0,0,0.5) 0 0 3px;
	background:white;
	font-size:12px;
	z-index:9;
	padding:10px;
	line-height:1.2em;
	width:200px;
	display:none;
}
.napoveda-out:hover .napoveda-txt {
	display:block;
}

.filters {
	display: flex;
	height: 84px;
	line-height: 84px;
	margin-bottom: 56px;
	background: #f0f1f8;
	align-items: center
}
.filters .caption {
	flex:0 0 auto;
	margin-left:26px;
	margin-right:40px;
	font-size:18px;
	color:#001789;
}
.filters .item {
	position:relative;
	flex:1 1 0;
	height:28px;
	line-height:28px;
	padding-right:24px;
	margin:0 20px 0 20px;
	border-bottom:1px solid #8b9198;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:16px;
}
.filters .select:after {
	content:"";
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:7px solid #8b9198;
}
.filters .search:after {
	content:"";
	position:absolute;
	right:6px;
	top:6px;
	display:block;
	background-image: url(../img/s.png);
	background-position:-30px -150px;
	width:16px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}
.filters select {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	cursor: pointer
}
.filters input[type="text"] {
	line-height:28px;
	padding:0;
	background:transparent;
	border:0;
	height:28px;
	font-size:16px;
}




/*** before after ***/

.beforeafter .item {
	margin:0 0 30px 0;
	border-bottom:1px solid white;
	padding:0 0 30px 0;
}
.beforeafter .item:last-child {
	margin:0 0 0 0;
	border-bottom:none;
}
.beforeafter h3 {
	font-weight:normal;
	font-size:180%;
	margin:30px 0 0 30px;
}
.beforeafter-slider {
	position:relative;
}
.beforeafter-slider .sidearrows {
	top:calc(50% - 15px);
}
.beforeafter-slider .sidearrows a {
	right:-15px;
	top:0;
}
.beforeafter-slider .sidearrows .left {
	left:-15px;
	right:auto;
}




/*** ico switch ***/
.ico-switch img {
	height:110px;
}




.green-bord-bott {
	border-bottom:1px solid #47BA81;
	padding-bottom:5px;
}
.darkblue-bord-bott {
	border-bottom:1px solid #001789;
	padding-bottom:5px;
}


.pruvodci-list {
	width: 100%;
	border-collapse: collapse;
}
.pruvodci-list .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 139px;
	height: 139px;
	background: #fff
}
.pruvodci-list .photo {
	max-width: 139px;
	max-height: 139px
}
.pruvodci-list th {
	text-align: left;
	color:#001789;
	border-bottom:1px solid #f0f1f8;
	height:54px;
	line-height:54px;
	vertical-align:middle;
}
.pruvodci-list th a {
	display:block;
	text-indent:16px;
}
.pruvodci-list td {
	padding:0;
	margin:0;
	border-bottom:1px solid #f0f1f8;
	color: #9aa0a6;
	vertical-align:middle;
}
.pruvodci-list td:first-child {
	width: 159px
}
.pruvodci-list td:first-child a, .pruvodci-list th:first-child a {
	text-indent:0;
}
.pruvodci-list td + td {
	padding:16px 16px 16px 16px;
}
.pruvodci-list td a {
	font-weight: 600;
	color: #001789;
	text-decoration: none
}
.pruvodci-list .sorting {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none
}
.pruvodci-list .sorting:hover {
	text-decoration: underline
}
.pruvodci-list .sorting.asc, .pruvodci-list .sorting.desc {
	border-bottom: 2px solid #001789;
	margin-bottom: -2px
}
.pruvodci-list .sorting.asc:after {
	content: "";
	display: inline-block;
	margin: 0 -20px 0 10px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid currentColor;
	-o-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px)
}
.pruvodci-list .sorting.desc:after {
	content: "";
	display: inline-block;
	margin: 0 -20px 0 10px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	-o-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px)
}
.pruvodci-list .sorting.next-asc:hover:after {
	content: "";
	display: inline-block;
	margin: 0 -20px 0 10px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid currentColor;
	-o-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
	opacity: 0.25
}
.pruvodci-list .sorting.next-desc:hover:after {
	content: "";
	display: inline-block;
	margin: 0 -20px 0 10px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	-o-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
	opacity: 0.25
}
.pruvodci-list .geolocate {
	font-weight: 300;
	color: #9aa0a6;
	font-size: 14px
}
.pruvodci-list .geolocate:hover {
	text-decoration: underline
}


div.skype-call {
	display:inline-block!important;
}
div.skype-call div, .skype-call p {
	display:inline-block!important;
	font-size:0!important;
	line-height:1em;
}
div.skype-call img {
	display:inline-block!important;
	margin:0 0 -3px 0!important;
	vertical-align:bottom!important;
	height:23px!important;
}






/*** energie kontakty ***/
div.energie-kontakty {
	background:#47BA81;
	padding:40px;
	margin:0 0 50px 140px;
	color:white;
}



/*** energie muzete zavolat ***/
div.muzete-zavolat-out {
	padding:30px 0 30px 0;
}
div.muzete-zavolat {
	display:flex;
	color:white;
	align-items:center;
}
div.muzete-zavolat .ico img {
	height:200px;
}
div.muzete-zavolat .txt {
	font-size:40px;
	margin:0 0 0 40px;
	line-height:1.3em;
}

.muzete-zavolat-kontakty {
	margin:50px 0 0 0;
	display:flex;
	justify-content:space-between;
}
.muzete-zavolat-kontakty .item {
	display:flex;
	align-items:center;
}
.muzete-zavolat-kontakty .ico {
	margin:0 15px 0 0;
	flex:0 0 auto;
}
.muzete-zavolat-kontakty .ico img {
	height:32px;
}
.muzete-zavolat-kontakty .txt {
	color:#292D71;
	font-size:26px;
	font-weight:bold;
	position:relative;
}
.muzete-zavolat-kontakty .txt a {
	font-weight:bold;
}
.muzete-zavolat-kontakty .txt em {
	font-style:normal;
	font-size:14px;
	display:block;
	color:#707070;
	font-weight:normal;
	white-space:nowrap;
	margin:0 0 5px 0;
}

/*** kariera ***/
.sach-half-r {
	padding:50px 0 50px 50px;
}
.sach-half .item:nth-child(2n) .sach-half-l {
	order:1;
}
.sach-half .item:nth-child(2n) .sach-half-r {
	order:0;
	padding:50px 50px 50px 0;
}




/*** reference ***/
.reference-item {
	display:flex;
	justify-content:space-between;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #F0F1F7;
}
.reference-item:last-child {
	border-bottom:none;
}
.reference-item--client img {
	max-width:50%;
	margin:auto;
}
.reference-item--desc {
	margin:0 40px 0 40px;
}





/*** reference 2 ***/
.reference2-item {
	display: flex;
	gap: 30px;
	text-align: left;
}
.reference2-item-img {
	flex: 0 0 auto;
	width: 40%;
}
.reference2-item-desc {
	display: flex;
	flex-direction: column;
	text-align: left;
	flex: 1 1 auto;
}
.reference2-item-title {
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.3;
}
.reference2-item-txt {
	margin-bottom: 10px;
	line-height: 1.3;
}
.reference2-item-name {
	text-align: right;
	font-style: italic;
}
.reference2-item-data {
	line-height: 1.3;
	margin-top: auto;
}



/**** fotogalerie **********************************************************/
div.fotogalerie-in {
	margin:0 -10px 0 -10px;
}



.pager {
	margin: 32px 0 0 0;
	text-align: center
}
.pager .pages {
	font-size: 16px
}
.pager .pages .item {
	display: inline-block;
	height: 31px;
	padding: 0 8px;
	margin: 0 4px;
	line-height: 32px;
	color: #8b9198;
	font-weight: 300;
	text-decoration: none;
	border-top: 2px solid #fff;
	vertical-align: middle
}
.pager .pages .item:hover {
	color: #001789
}
.pager .pages .act {
	border-top: 2px solid #001789;
	color: #001789;
	font-weight: 600
}
.pager .text {
	margin-top: 10px;
	font-size: 14px;
	color: #636363
}






.next-step-down {
	position:absolute;
	bottom:-35px;
	left:0;
	height:70px;
}









.help-box {
	font-size:14px;
	line-height:1.2em;
	padding:10px;
	border:1px solid #ccc;
	background:white;
	position:absolute;
	width:250px;
	z-index: 2;
}






/*** popup ***/
.loader2 {
    animation: animate 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px); 
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    text-align:left;
}
@keyframes animate {
    0% { 
        transform: rotate(0deg)
    }
    100% { 
        transform: rotate(220deg)
    }
}
.loader2::after {
    animation: animate2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content:'';
    border-radius: 50%; 
    height: 80px;
    width: 80px;
    position: absolute; 
} 

.loader2.loader--dark::after {
    animation: animate2_dark 1.5s ease-in-out infinite;
} 
@keyframes animate2 {
    0% {
        box-shadow: inset white 0 0 0 17px;
        transform: rotate(-140deg);
    }
    50% {
        box-shadow: inset white 0 0 0 2px;
    }
    100% {
        box-shadow: inset white 0 0 0 17px;
        transform: rotate(140deg);
    }
}
@keyframes animate2_dark {
    0% {
        box-shadow: inset #333 0 0 0 17px;
        transform: rotate(-140deg);
    }
    50% {
        box-shadow: inset #333 0 0 0 2px;
    }
    100% {
        box-shadow: inset #333 0 0 0 17px;
        transform: rotate(140deg);
    }
}


.canvas {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:9998;
}
.popup {
	width:630px;
	height:auto;
	position:absolute;
	top:50px;
	left:50%;
	margin:0 0 0 -315px;
	background:url(../img/corner_orange.png) no-repeat bottom right white;
	background-size:200px 200px;
	padding:60px 60px 60px 60px;
	z-index:9999;
	text-align:left;
	font-size:18px;
}
.popup-full {
	width:100%;
	left:0;
	margin:0 0 0 0;
	background:white;
	font-size:inherit;
	padding:60px 0 60px 0;
}
.popup-80 {
	width:80%;
	margin:0 0 0 -40%;
}
.popup-60 {
	width:60%;
	margin:0 0 0 -30%;
}
.popup-2 {
	width:1000px;
	margin:0 0 0 -500px;
}
.popup-full .popup-close {
	margin-top:-40px;
}
.popup-podekovani {
	height:60vh;
	min-height:300px;
	display:flex;
	align-items:center;
}
.popup-green {
	background-image:url(../img/corner_green.png);
}
.popup-violet {
	background-image:url(../img/corner_violet.png);
}
.popup-blue {
	background-image:url(../img/corner_blue.png);
}
.popup-lightblue {
	background-image:url(../img/corner_lightblue.png);
}
.popup-logo-orange {
	background-image:url(../img/corner_bidli_orange.png);
}
.popup-in {
	position:relative;
}
.popup h3 {
	color:#29b5e4;
	font-size:24px;
	margin:0 0 15px 0;
	font-weight:800;
	line-height:1em;
}
.popup-close {
	position:absolute;
	top:30px;
	right:30px;
}
.popup-close img {
	width:20px;
	height:20px;
}
.popup-head {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 0 60px 0;
}
.popup-h {
	color:#12327A;
	font-size:32px;
}
.form-in {
	margin:0 0 50px 0;
}
.form-row {
	margin:0 0 15px 0;
	display:flex;
}
.form-row label {
	margin:0 0 5px 0;
	display:block;
	font-weight:normal;
	color:#EB6300;
}
.form-row > * {
	margin-right:15px;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
}
.form-row > *:last-child {
	margin-right:0;
}
.form-row input, .form-row select, .form-row textarea {
	width:100%;
}
.form-submit {
	display:flex;
	justify-content:space-between;
}
.button--form-row {
	height: 40px;
	line-height: 40px;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.podminky-row label {
	color:#707070;
	font-size:80%;
}
.podminky-row label a {
	color:#FF6829;
}

div.popup-lr {
	margin:0 0 20px 0;
}
div.popup-lr:last-child {
	margin:0 0 0 0;
}
div.popup-l {
	float:left;
	width:260px;
}
div.popup-r {
	float:right;
	width:260px;
}
div.psc-vysledek {
	margin:8px 0 0 0;
}

div.popup-row {
	margin:0 0 26px 0;
}
div.popup-row:last-child {
	xmargin:0 0 0 0;
}
div.popup input {
	font-weight:300;
}
div.popup input.popup-submit {
	position:absolute;
	right:0;
	font-weight:bold;
	color:white;
	background:#29B5E8;
}
#plyn-col {
	padding-bottom:50px;
}

div.popup .recaptcha {
	float:right;
}

.popup-covid {
	width:900px;
	padding:50px;
	margin-left:-450px;
	z-index:99999;
}
.popup-covid .popup-img img {
	width:200px;
}


/*** kalkulacka select ***/
div.kalkulacka-select {
	background:#29b5e4;
	color:white;
	padding:20px;
}
div.kalkulacka-select h3 {
	color:white;
	font-size:24px;
	margin:0 0 10px 0;
	font-weight:800;
	line-height:1em;
}
.kalkulacka-select-l, .kalkulacka-select-r {
	float:left;
	width:260px;
	font-size:17px;
}
.kalkulacka-select-r {
	float:right;
}
.kalkulacka-select-l strong, .kalkulacka-select-r strong {
	color:#150A57;
	display:block;
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:18px;
}
.kalkulacka-select .button {
	padding:10px 40px 10px 40px;
	background:white;
	color:#29b5e4;
	font-weight:600;
}



/* jednoducha kalkulacka */
div.kalkulacka-ikony {
	margin:0 0 25px 0;
}
div.kalkulacka-ikona {
	float:left;
	margin:5px 0 0 0;
	width:155px;
}
div.kalkulacka-ikona a {
	text-align:center;
	text-decoration:none;
	display:inline-block;
	min-width:66px;
}
div.kalkulacka-ikona a em {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	border:1px solid #fff;
}
div.kalkulacka-ikona a img {
	display:block;
	margin:0 auto 0 auto;
	height:82px;
}
div.kalkulacka-ikona a span {
	display:block;
	white-space:nowrap;
}
div.kalkulacka-ikona a.act em {
	border-color:#B3B3B3;
}







/*** download ***/
div.download {
	margin:0 0 20px 0;
}
a.download-item {
	display:block;
	color:#29b5e4;
	text-decoration:none;
	font-size:22px;
	font-weight:500;
	padding:15px 0 15px 0!important;
	border-bottom:1px solid #E5E5E5;
}
a.download-item img {
	float:right;
	vertical-align:middle;
	margin:0 0 0 10px;
}
a.download-item:last-child {
	border:0;
}

a.download-item:hover {
	background:#fafafa;
}





/*** dluhopisy ***/
.dluhopisy-ico {
	line-height:1.4em;
}
.dluhopisy-ico img {
	height:100px;
}
.img-cols > * {
	height:500px;
	padding:0 200px 0 200px;
	text-align:center;
}


.napoveda-box {
	position:absolute;
	background:#E5E5E5;
	color:#29b5e4;
	padding:20px;
	margin:0 0 0 0;
	white-space:normal;
	z-index:999;
	left:0;
	bottom:calc(50% + 8px);
	width:700px;
	max-width:90vw;
}
.napoveda-box-trigger {
	position:absolute;
	right:10px;
	top:50%;
	margin:-8px 0 0 0;
	cursor:help;
}


.google-g {
	position:absolute;
	margin:5px 0 0 -40px;
}
.google-g {
	width:28px;
}









/*** auta ***/
.cikcak .item {
	display: flex;
	margin: 0 0 30px 0;
	justify-content: space-between;
}
.cikcak .item > * {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cikcak .item .img {

}
.cikcak .item .desc strong {
	display: block;
	margin:0 0 20px 0;
	line-height:1.3em;
}

.cikcak:not(.cikcak--reverse) .item:nth-child(even) .img {
	order: 2;
}
.cikcak--reverse .item:nth-child(odd) .img {
	order: 1;
}







/*** cikcak ***/
.cikcak-fullimg .item {
	display: flex;
	margin: 0 0 100px 0;
	justify-content: space-between;
}
.cikcak-fullimg .item > * {

}
.cikcak-fullimg .item .img {

}
.cikcak-fullimg .item .desc strong {
	display: block;
	margin:0 0 20px 0;
	line-height:1.3em;
}


.cikcak-fullimg .item:nth-child(odd) .img {
	order: 2;
}



.img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 66%;
}
.img-bg-sq {
	padding-top: 100%;
}

.auto-item .ico-num {
	position:absolute;
	z-index:2;
	color:white;
	font-size:34px;
	font-weight:700;
	margin:34px 0 0 0;
	width:2em;
	text-align:center;
	text-shadow:rgba(0,0,0,0.5) 0 0 5px;
}

.gallery-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
	padding-top: 55%;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0!important;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.7;
	padding-top: 12%;
	background-size: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}


.colors-check {
	display: flex;
	flex-wrap: wrap;
}
.colors-check .item {
	margin: 0 50px 30px 0;
	text-align: center;
	position: relative;
}
.colors-check .item label span {
	display: block;
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 80px;
	height: 80px;
	margin:0 auto 15px auto;
}

.colors-check label.checkbox {
  padding:0 0 35px 0;
}
.colors-check label.checkbox:before {
  bottom:0;
  top:auto;
  left:50%;
  transform: translateX(-50%);
}
.colors-check label.checkbox:after {
	top:auto;
	bottom: 7px;
	left:50%;
  transform: translateX(-50%) rotate(-45deg);
}





/*** akce box ***/
.akce-box {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.akce-box-h {
	display: flex;
	align-items: center;
}
.akce-box-h-ico {
	margin-right: 40px;
	width: 100px;
}
.akce-box-h-ico img {
	width: 100px;
}
.akce-box-img {
	text-align: center;
	padding: 2em;
}
.akce-box-img img {
	max-height: 200px;
	margin: auto;
}
.akce-box-h-title {
	font-size: 170%;
	line-height: 1.3;
}
.akce-box-desc {
	font-size: 110%;
	line-height: 1.3;
}
.akce-box-desc-title {
	font-size: 300%;
	line-height: 1.2;
	margin-bottom: 20px;
	display: block;
}




/*** refsite ***/
.refsite {
	float: right;
	margin-left: 20px;
}







/*** NEW (chytry spot) ***/


/*** icoboxy ***/
.icoboxy {
	display: flex;
	gap: 1.5em;
}
.icoboxy > * {
	flex: 1;
}
.icoboxy-item {
	display: flex;
	gap: 1em;
	flex-direction: column;
	padding: 2em;
}
.icoboxy-title {
	font-weight: bold;
	color: black;
	font-size: 1.3em;
}
.icoboxy-big {
	font-weight: bold;
	font-size: 3.5em;
	line-height: 1.3em;
}

/* modifikace */
.icoboxy--2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.icoboxy--shadow .icoboxy-item {
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}




/*** okboxy ***/
.okboxy {
	display: flex;
	flex-direction: column;
	gap: 2em;
	text-align: left;
}
.okboxy-item {
	display: flex;
	gap: 1em;
}
.okboxy-ico {
	flex: 0 0 auto;
	width: 28px;
	text-align: center;
	padding-top: 2px;
}
.okboxy-content {	
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.okboxy-title {	
	font-weight: bold;
	color: black;
	font-size: 1.3em;
}





/*** icodesc-v2 ***/
.icodesc-v2 {
	display: flex;
	gap: 1.5em;
}
.icodesc-v2 > * {
	flex: 1;
}
.icodesc-v2-item {
	display: flex;
	gap: 1em;
	flex-direction: column;
}
.icodesc-v2-ico {
	width: 56px;
	height: 56px;
	display: grid;
	place-content: center;
}
.icodesc-v2-title {
	font-weight: bold;
	color: black;
	font-size: 1.3em;
}





/*** shadow-gallery ***/
.shadow-gallery {	
    display: grid;
    grid-gap: 1em;  
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.shadow-gallery-item {	
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
	padding: 2em;
	display: grid;
	place-content: center;
}





/*** otazky ***/
.otazky {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left; 
}
.otazky-item {
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
	padding: 1em;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	cursor: pointer;
}
.otazky-item-title {
	display: flex;
	gap: 1em;
	align-items: center;
	font-weight: bold;
	font-size: 1.3em;
	color: black;
}

