/*
Theme Name: Warehouse Portal
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz/
Version: 1.0
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:#000 dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #31404E;
	font-size: 14px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
body.page .row {
	max-width: 1340px;
}
body.page .main-content-wrap .row {
	max-width: 1340px;
}
header {
	width: 100%;
	float: left;
	padding: 11px 0;
	height: 87px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	border-bottom: 1px solid #DEE5ED;
}
header .row {
	position: relative;
}
body#logged header {
	top: 32px;
}
header .logo {
	width: 235px;
	float: left;
	margin-top: 6px;
}
header .main-menu {
	text-align: right;
	width: calc(100% - 235px);
	float: right;
	margin-top: 9px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	margin-left: 60px;
	display: inline-table;
}
header .main-menu li a {
	color: #31404E;
}
header .main-menu li a:hover, header .main-menu li.current-menu-item > a, header .main-menu li.current-page-ancestor > a, header .main-menu li.current-menu-parent > a {
	color: #01ad66;
}
header .main-menu li.current-menu-item > a, header .main-menu li.current-page-ancestor > a, header .main-menu li.current-menu-parent > a {
	color: #01ad66;
	font-weight: 700;
}
header .main-menu li.button a {
	padding: 0 20px;
	height: 43px;
	display: inline-table;
	line-height: 41px;
	border: 1px solid #b7c6d5;
	border-radius: 22px;
	position: relative;
	z-index: 300;
	min-width: 114px;
	text-align: center;
}
header .main-menu li.button:last-child {
	margin-left: 15px;
}
header .main-menu li.button a:hover, header .main-menu li.button.active-link a {
	color: #01ad66;
}
header .main-menu li.button.active a {
	border-color: #fff;
	background: #fff;
	border-radius: 22px 22px 0 0;
	height: 51px;
}
header .main-menu ul ul {
	width: 250px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	position: absolute;
	top: 35px;
	left: -30px;
	z-index: 100;
	padding: 15px 30px;
	text-align: left;
	display: none;
}
header .main-menu ul ul ul {
	width: 200px;
	top: -25px;
	left: 100%;
}
header .main-menu ul ul li {
	display: block;
	padding-bottom: 0;
	margin: 10px 0;
}
header .main-menu ul ul li a {
}
header .main-menu ul li:hover > ul {
	display: block;
}
a.button {
	background: #fff;
	color: #31404E;
	padding: 0 30px;
	font-family: 'Poppins';
	height: 43px;
	border-radius: 22px;
	font-weight: 500;
	display: table;
	font-size: 14px;
	letter-spacing: 0.43px;
	line-height: 41px;
	border: 1px solid #b7c6d5;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button:hover {
	color: #fff;
	background-color: #01AD66;
	border-color: #01AD66;
}
header .menu-show {
	border: 1px solid transparent;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 40px;
	font-size: 0;
	height: 40px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 7px;
	display: block;
	width: 26px;
	height: 2px;
	background: #284668;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 11px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 19px;
}
header .menu-show span:nth-child(4) {
	top: 27px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 19px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show {
	border-color: #787878;
	border-radius: 5px;
}
.open-mobile header .menu-show span {
	background: #787878;
}
.header-search-form {
	width: calc(100% - 670px);
	margin: 10px 0 0 90px;
	float: left;
	position: relative;
}
.header-search-form .inner {
	height: 42px;
	background-color: #F2F2F2;
	width: 100%;
	border-radius: 21px;
}
.header-search-form .inner li {
	padding: 0;
}
.header-search-form .searchandfilter ul li.sf-field-search .sf-input-text {
	border: 0;
	background-color: transparent;
	height: 42px;
	font-size: 13px;
	text-align: center;
}
.header-search-form .inner input[type="submit"] {
	height: 31px;
	background-image: url('img/icon-header-search-submit.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 31px;
	float: left;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 5px;
	left: 15px;
}
.mega-menu {
	position: fixed;
	top: 119px;
	width: 100%;
	padding: 0;
	display: none;
	z-index: 700;
}
body.open-mobile .mega-menu {
	display: block;
}
.mega-menu .m-col {
	background: #fff;
	float: right;
	text-align: right;
	width: 25%;
	min-width: 230px;
	padding: 50px 70px 50px 0;
	max-width: 300px;
	position: relative;
	z-index: 900;
}
.mega-menu .m-col .title {
	color: #284668;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}
.mega-menu .m-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu .m-col ul li {
	margin-bottom: 15px;
}
.mega-menu .m-col ul li a {
	color: #787878;
}
.mega-menu .m-col ul li a:hover {
	color: #284668;
	font-weight: 600;
}
.main-box {
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	margin-top: 140px;
}
.sub-header .inner:before {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.37;
}
.main-box .main-slider .item:before {
	background: #00000066;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 1;
}
.main-box .inner .inner:before {
	display: none;
}
.main-box .row, .sub-header .row {
	position: relative;
	z-index: 100;
}
.sub-header .inner, .main-box .inner {
	padding: 140px 100px;
	border-radius: 20px;
	width: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.main-box .inner {
	padding: 0;
	height: 650px;
}
.main-box .main-slider, .main-box .main-slider .item {
	width: 100%;
	height: 650px;
}
.main-box .main-slider .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-box .main-slider .slick-arrow {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 15px auto;
	border: 0;
	width: 15px;
	height: 30px;
	z-index: 200; 
	font-size: 0;
}
.main-box .main-slider .slick-prev {
	right: 140px;
	background-image: url('img/slider-sipka-left.svg');
}
.main-box .main-slider .slick-next {
	right: 40px;
	background-image: url('img/slider-sipka-right.svg');
}
.main-box .main-slider .inner-text {
	padding: 100px 60px 0 520px;
	position: relative;
	z-index: 400;
}
.main-box .main-slider .inner-text .name {
	font-size: 40px;
	line-height: 150%;
	font-weight: 600;
	margin: 16px 0;
}
.main-box .main-slider .inner-text .price {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 16px;
}
.main-box .main-slider .inner-text p {
	font-size: 16px;
	line-height: 150%;
	max-width: 100%;
	margin-bottom: 20px;
}
a.button.arrow {
	background-color: #fff;
	border-color: #fff;
	padding-right: 60px;
	background-image: url('img/button-arrow.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}
a.button.arrow:hover {
	color: #31404E;
	background-position: calc(100% - 15px) center;
}
section.without-sub-header.login-reg-page {
	padding: 100px 0 150px;
}
.login-reg-page .half.text {
	padding-top: 100px;
	font-size: 20px;
}
.login-reg-page .half.text p {
	line-height: 155%;
	font-weight: 500;
	margin-bottom: 30px;
}
.login-reg-page .half.text p.grey {
	color: #787878;
	font-weight: 400;
	font-size: 16px;
}
.login-reg-page .half.text p.grey a {
	color: #01AD66;
	font-weight: 700;
}
.login-reg-page .log-form {
	max-width: 380px;
	float: right;
	padding-top: 50px;
}
.login-reg-page .log-form .title {
	color: #284668;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
}













.main-box .text, .sub-header .text {
	width: 50%;
	float: left;
	position: relative;
	z-index: 100;
}
.sub-header .text {
	width: 55%;
}
.sub-header.blog .text a.button {
	float: left;
	margin-right: 30px;
}
.sub-header.blog .text .date {
	display: inline-block;
	margin-top: 14px;
}
.main-box .search-form {
	border-radius: 20px;
	width: 45%;
	max-width: 390px;
	float: left;
	top: 0;
	position: absolute;
	z-index: 100;
	margin: 110px 0 0 60px;
}
.main-box .search-form .inner {
	background: #FFFFFFEB;
	border-radius: 20px;
	height: 100%;
	width: 100%;
	padding: 30px 20px 20px;
}
.main-box .search-form .inner .title {
	color: #01AD66;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.main-box .search-form .inner input[name="_sf_submit"] {
	background: #01ad66;
	border: 1px solid #01ad66;
	border-radius: 27px;
	color: #fff;
	font-family: 'Poppins';
	height: 50px;
	letter-spacing: 0.46px;
	font-size: 15px;
	width: 100%;
	display: table;
	cursor: pointer;
}
.main-box .search-form .inner input[name="_sf_submit"]:hover {
	background: #fff;
	color: #01ad66;
}
.main-box .search-form .inner .searchandfilter h4 {
	color: #31404e;
}
.main-box .search-form .inner .searchandfilter li.sf-field-submit {
	width: 100%;
}
.main-box .search-form .inner .searchandfilter li.sf-field-search {
	margin-bottom: 20px;
}
.main-box h1, .sub-header h1 {
	font-family: 'Poppins';
	margin: 0 0 30px;
	line-height: 135%;
	font-size: 49px;
	font-weight: 600;
	letter-spacing: -0.85px;
}
.main-box h1 {
	font-size: 44px;
}
.sub-header p.bigger {
	margin: 0 0 30px;
	line-height: 135%;
	font-size: 49px;
	font-weight: 400;
	letter-spacing: -0.85px;
}
.sub-header p.bigger a {
	color: #fff;
}
.sub-header p.bigger a:hover {
	color: #01AD66;
}
.main-box p, .sub-header p {
	max-width: 480px;
	font-size: 20px;
	line-height: 145%;
	margin-bottom: 45px;
	font-weight: 400;
}
.title-info {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2.81px;
	margin-bottom: 30px;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 80px 0;
}
.section-title {
	font-family: 'Poppins';
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px;
	letter-spacing: -0.48px;
	line-height: 125%;
	color: #284668;
}
.home-main-entry .section-title {
	margin-bottom: 20px;
}
.home-main-entry p {
	font-size: 16px;
	line-height: 155%;
	margin-bottom: 30px;
	float: left;
	width: calc(100% - 230px);
}
.section-title.left {
	float: left;
}
.section-title.right {
	float: right;
}
.offers-wrap .row {
	max-width: 1380px;
}
.rounded-inner {
	background: #fff;
	border-radius: 26px;
	padding: 26px;
	margin-top: 60px;
	position: relative;
	z-index: 100;
	float: left;
	width: 100%;
}
.offers {
	float: left;
	width: 100%;
}
.offers-slider {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: 20px;
}
.offers .item {
	position: relative;
	margin: 0 10px;
}
.offers .item .thumb {
	border-radius: 26px;
	overflow: hidden;
	position: relative;
}
.offers .item .thumb .wish {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
}
.offers .item .thumb .wish .wishlist_saved .wishlist_save_icon:after, .offers .item .thumb .wish .wishlist_save_icon:after {
	display: none;
}
.offers .item .thumb .wish .hint--top:hover:after, .offers .item .thumb .wish .hint--top:hover:before {
	display: none !important;
}
.offers .item .thumb .wish .wishlist-button-wrap i {
	margin-right: 0;
}
.offers .item .thumb .wish .wishlist-button-wrap i:before {
	width: 30px;
	height: 30px;
	background-image: url('img/icon-star-item.svg?v=1.01');
}
.offers .item .thumb .wish .wishlist_saved .wishlist_save_icon i:before {
	background-image: url('img/icon-star-item-active.svg');
}
.offers .item .thumb img {
	border-radius: 26px;
	width: 100%;
	display: block;
}
.offers .item .info {
	width: 100%;
	padding: 30px;	
}
.offers .item .info h2 {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 16px;
	color: #284668;
	line-height: 125%;
}
.offers .item .place {
	margin-bottom: 10px;
}
.offers .item .price {
	font-size: 16px;
	font-weight: 700;
	color: #284668;
}
.offers-slider .slick-arrow, .refs-slider .slick-arrow {
	width: 43px;
	height: 43px;
	position: absolute;
	bottom: -65px;
	right: 0;
	z-index: 100;
	font-size: 0;
	outline: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	background-image: url('img/slider-sipka-right-blue.svg');
	background-position: 17px center;
	background-repeat: no-repeat;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	background-color: #fff; 
}
.offers-slider .slick-arrow.slick-prev, .refs-slider .slick-arrow.slick-prev {
	right: 60px;
	background-image: url('img/slider-sipka-left-blue.svg');
	background-position: center center;
}
.offers-slider .slick-arrow:hover, .refs-slider .slick-arrow:hover {
	opacity: 1;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
}
section.light-blue {
	padding: 60px 0;
}
section.light-blue .wrap-inner {
	padding: 80px;
	width: 100%;
	float: left;
	border-radius: 20px;
	background: rgb(111,162,209,0.10);
}
.cta-form .half.photo img {
	margin-top: -303px;
}
.half {
	float: left;
	width: 50%;
}
.cta-form {
	/*height: 546px;*/
	padding-bottom: 0;
	margin-top: 100px;
}
.cta-form .wpcf7-spinner {
	display: none;
}
.cta-form .half.text {
	width: 40%;
}
.cta-form .half.photo {
	width: 60%;
}
.cta-form .section-title {
	background-image: url('img/symbol.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 103px auto;
	padding-top: 150px;
	font-size: 40px;
	letter-spacing: -0.85px;
	line-height: 120%;
	margin-top: -160px;
	font-family: 'Poppins';
}
.cta-form p {
	line-height: 300%;
	margin-bottom: 35px;
}
.cta-form p a {
	font-size: 24px;
	letter-spacing: -0.15px;
	font-weight: 500;
	color: #2B2E40;
	display: inline-block;
	margin-right: 25px;
}
.cta-form form .inner {
	max-width: 560px;
	width: 100%;
	display: block;
	border-radius: 34px;
	height: 68px;
	border: 1px solid #B7C6D5;
	overflow: hidden;
}
.cta-form .wpcf7 form .wpcf7-response-output {
	color: #f00;
}
.cta-form .wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}
.cta-form form.invalid .inner {
	border-color: #F00;
}
.cta-form form input[type="tel"] {
	width: 100%;
	padding: 25px 30px;
	background: #fff;
	color: #31404E;
	font-size: 14px;
	outline: none;
	font-weight: 500;
	float: left;
	font-family: 'Poppins';
	border: 0;
	letter-spacing: 0.43px;
	width: calc(100% - 140px);
}
.cta-form form input[type="submit"] {
	background: #fff;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	color: #01AD66;
	float: right;
	font-size: 14px;
	letter-spacing: 1.13px;
	height: 68px;
	font-weight: 700;
	outline: none;
	border: 0;
	cursor: pointer;
	font-family: 'Poppins';
}
section.blue {
	background: rgb(111,162,209,0.20);
}
section.newsletter {
	background: #01AD66;
	color: #fff;
}
footer .newsletter {
	color: #fff;
}
footer .col.newsletter {
	width: 50%;
	padding-right: 0;
}
section.newsletter .section-title, footer .newsletter .section-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 32px;
}
section.newsletter label, footer .newsletter label {
	color: #fff;
	font-family: 'Poppins';
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
}
section.newsletter label, footer .newsletter p {
	font-size: 15px;
}
section.newsletter .inner, footer .newsletter .inner {
	max-width: 560px;
	border-radius: 34px;
	height: 68px;
	width: 100%;
	background: #1AB575;
	margin-bottom: 35px;
}
section.newsletter .wpcf7 form.sent .wpcf7-response-output, footer .newsletter .wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}
section.newsletter form.invalid .inner, footer .newsletter form.invalid .inner {
	border-color: #F00;
}
section.newsletter .inner input[type="email"], footer .newsletter .inner input[type="email"] {
	background-color: transparent;
	width: 100%;
	padding: 25px 30px;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-weight: 500;
	float: left;
	font-family: 'Poppins';
	border: 0;
	letter-spacing: 0.43px;
	width: calc(100% - 140px);
}
section.newsletter .inner input[type="submit"], footer .newsletter .inner input[type="submit"] {
	background-color: transparent;
	width: 140px;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 15px;
	height: 68px;
	font-weight: 700;
	outline: none;
	border: 0;
	cursor: pointer;
	font-family: 'Poppins';
}
.newsletter ::-webkit-input-placeholder { 
	color: #fff;
}
.newsletter :-ms-input-placeholder {
	color: #fff;
}
.newsletter ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.sub-header {
	margin-top: 140px;
	position: relative;
	color: #fff;
}
.entry {
	font-size: 15px;
}
.entry p {
	line-height: 145%;
	margin-bottom: 20px;
}
.entry ul {
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}
.entry li {
	line-height: 145%;
	margin-bottom: 5px;
}
.entry p a, .entry li a {
	color: #01AD66;
}
.entry h2 {
	line-height: 145%;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Poppins';
	letter-spacing: -0.48px;
	margin: 0 0 25px;
	color: #01AD66;
}
.entry .line, .entry hr {
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: #BCCAD8;
	margin-bottom: 30px;
}
.entry .half.left {
	padding-right: 25px;
}
.entry .half.right {
	padding-left: 25px;
}
.cols {
	display: flex;
	flex-wrap: wrap;
}
.cols .col {
	width: 25%;
	float: left;
	text-align: center;
}
.cols .col .number {
	margin-bottom: 15px;
	font-size: 67px;
	font-family: 'Poppins';
	letter-spacing: -1.16px;
	color: #01AD66;
	font-weight: 600;
}
.cols .col p {
	font-size: 19px;
	font-weight: 500;
	font-family: 'Poppins';
	letter-spacing: 2.45px;
	color: #2B2E40;
	text-transform: uppercase;
}
img.about-logo-right {
	float: right;
	max-width: 234px;
}
.refs-slider .slick-slide {
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	transform: scale(0.8);
}
.refs-slider .slick-center {
	transform: scale(1);
}
.refs-slider .slick-slide .photo img {
	margin-bottom: 30px;
}
.refs-slider .slick-slide .info img {
	float: right;
}
.refs-slider .slick-slide .info .title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins';
	color: #01AD66;
	letter-spacing: -0.35px;
}
.refs-slider .slick-slide .info .place {
	padding: 10px 0 10px 35px;
	background-image: url('img/icon-place-black.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.refs-slider .slick-arrow.slick-prev {
	left: 50%;
	top: 50%;
	transform: translate(-400px,-70px);
}
.refs-slider .slick-arrow.slick-next {
	right: 50%;
	top: 50%;
	transform: translate(400px,-70px);
}
.offers-wrap.in-page .row {
	max-width: 1300px;
}
p.section-desc {
	max-width: 90%;
	display: table;
	margin: 0 auto 40px;
}
.content-section {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}
.content-section .half.text {
	position: relative;
}
.content-section .half.text .inner {
	border-radius: 18px;
	background: #fff;
	padding: 35px;
	width: 100%;
	max-width: 650px;
	transform: translate(-50%,80px);
}
.content-section .half.text .inner h3, .more-posts .item  h3 {
	margin: 0 0 10px;
	color: #01AD66;
	font-size: 21px;
	letter-spacing: 0.65px;
}
.content-section .half.text .inner p, .more-posts .item p {
	line-height: 140%;
	margin-bottom: 20px;
	font-size: 17px;
}
.content-section .half.text .inner .date, .more-posts .item .date {
	letter-spacing: 0.35px;
	font-size: 12px;
	display: block;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.content-section .half.text .inner .date.with-arrow, .more-posts .item .date.with-arrow {
	padding: 5px 55px 5px 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('img/icon-arrow-right-green.svg');
	display: table;
}
.content-section:hover .half.text .inner .date.with-arrow, .more-posts .item:hover .date.with-arrow {
	padding-right: 60px;
}
.content-section .half.photo img {
	border-radius: 18px;
}
.content-section.right .half.photo {
	float: right;
}
.content-section.right .half.text .inner {
	transform: translate(50%,80px);
}
.more-posts {
	display: flex;
	flex-wrap: wrap;
}
.more-posts .item {
	width: 50%;
	float: left;
	padding-right: 20px;
}
.more-posts .item:nth-child(2n+0) {
	padding: 0 0 0 20px;
}
.zkusenosti .cols .col {
	width: 33.33%;
}
section.with-line {
	padding-top: 20px;
}
section.with-line .row {
	border-top: 1px solid #bccad8;
	padding-top: 30px;
}
section.without-sub-header {
	margin-top: 40px;
	padding-bottom: 0;
}
.prostor-top, .page-content {
	width: 100%;
	float: left;
}
.prostor-top h1 {
	margin: 0 0 8px;
	font-weight: 500;
	font-family: 'Poppins';
	color: #01ad66;
}
.prostor-top.with-title h1 {
	font-size: 32px;
	font-weight: 600;
}
.prostor-top.with-title .detail-price {
	color: #000000;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 600;
}
.prostor-top.with-title .detail-vyuziti {
	font-size: 16px;
	margin-bottom: 10px;
}
.prostor-top.with-title {
	margin-bottom: 15px;
	padding-bottom: 43px;
	border-bottom: 1px solid #bccad8;
}
.prostor-top a.history-back {
	color: #284668;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 10px 40px;
	display: table;
	margin-bottom: 15px;
	background-image: url('img/history-back.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.prostor-top a.history-back:hover {
	text-decoration: underline;
}
.gallery-row {
    
}
.gallery-row div.half {
   width: calc(50% - 8px);
   position: relative;
   margin-right: 15px;
}
.gallery-row img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-row .half:nth-child(2) {
    margin-right: 0;
}
.gallery-row .half:nth-child(2) .thumb-item {
    width: calc(50% - 8px);
	float: left;
	position: relative;
	margin: 0 15px 12px 0;
}
.gallery-row .half:nth-child(2) .thumb-item:nth-child(2n+0) {
	margin-right: 0;
}
.gallery-row .half:nth-child(1) {
    -webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.gallery-row .half:nth-child(2) .thumb-item:nth-child(2) {
    -webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.gallery-row .half:nth-child(2) .thumb-item:nth-child(4) {
    -webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.gallery-row .half figure, .offers .item .thumb figure {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 462px;
	margin: 0;
}
.offers .item .thumb figure {
	aspect-ratio: 4/3;
	height: auto;
}
.gallery-row .half .thumb-item figure {
	width: 100%;
	height: 225px;
}
.gallery-row .half a {
    background-image: url('img/icon-lupa.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0A0A0A80;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.gallery-row .half a:hover {
	opacity: 0.6;
}
.prostor-top .place {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	padding: 10px 0 10px 30px;
	background-image: url('img/icon-place-black.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.prostor-top .socials {
	float: right;
}
.prostor-top .socials a {
	padding: 10px 0 10px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #2b2e40;
}
.prostor-top .socials a.share {
	background-image: url('img/icon-share.svg?v=1.021');
	margin-right: 10px;
	display: inline-block;
}
.prostor-left {
	width: 67%;
	padding-right: 30px;
	float: left;
	margin-bottom: 100px;
}
.prostor-gallery {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.top-offer {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #01ad66;
	color: #fff;
	text-transform: uppercase;
	height: 34px;
	padding: 0 30px;
	line-height: 34px;
	border-radius: 17px;
	z-index: 100;
}
.prostor-slider {
	width: 77%;
	float: left;
	padding-right: 30px;
}
.prostor-slider img {
	width: 100%;
	border-radius: 34px;
}
.prostor-slider .slick-arrow {
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	outline: none;
	border: 0;
	cursor: pointer;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 43px;
	height: 43px;
	font-size: 0;
	z-index: 100;
	opacity: 0.5;
}
.prostor-slider .slick-arrow:hover {
	opacity: 1;
}
.prostor-slider .slick-arrow.slick-prev {
	background-image: url('img/icon-slider-arrow-left.svg');
	left: 20px;
}
.prostor-slider .slick-arrow.slick-next {
	background-image: url('img/icon-slider-arrow-right.svg');
	right: 60px;
}
.prostor-gallery a.show-all {
	height: 64px;
	width: 23%;
	line-height: 62px;
	display: table;
	border-radius: 32px;
	text-align: center;
	color: #31404e;
	border: 1px solid #b7c6d5;
}
.buttons {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.buttons .item {
	height: 62px;
	line-height: 135%;
	width: calc(50% - 5px);
	padding: 0 15px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background: #ebeff3;
	margin-right: 10px;
	border-radius: 20px;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.buttons .item.smaller {
	font-size: 16px;
	line-height: 135%;
}
.buttons .item.smaller:nth-child(2) {
	margin-right: 0;
}
a.button.green {
	border-color: #01ad66;
	background-color: #01ad66;
	height: 68px;
	line-height: 66px;
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
	border-radius: 34px;
	font-size: 20px;
	text-align: center;
}
a.button.green.smaller {
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 40px;
	width: auto;
}
header a.button.green.smaller {
	float: right;
	margin: 11px 60px 0 0;
	width: auto;
	padding: 0 40px;
}
.prostor-right {
	width: 33%;
	float: right;
}
.parms {
	border-bottom: 1px solid #bccad8;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.parms .item {
	display: inline-table;
	width: 25%;

	color: #31404e;
	font-size: 18px;
	line-height: 125%;
}
.parms .item p {
	padding-top: 5px;
}
.parms .item strong {
	font-size: 14px;
}
.parms .item img {
	float: left;
	margin-right: 15px;
}
.prostor-left .entry {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.prostor-left .entry .half {
	margin-top: 30px;
}
.prostor-left .entry .half h2 {
	margin-bottom: 15px;
}
.prostor-left .entry .half p {
	line-height: 185%;
}
.sec-title {
	font-size: 21px;
	letter-spacing: -0.30px;
	color: #284668;
	font-weight: 700;
	margin-bottom: 30px;
}
.variants {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.variants .sec-title {
	font-size: 30px;
	text-align: center;
	color: #01ad66;
}
.variants .head {
	height: 68px;
	line-height: 68px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 500;
	color: #284668;
}
.variants .head .col, .variants .content .item .col {
	float: left;
	width: 25%;
}
.variants .head .col:last-child, .variants .content .col:last-child {
	width: 20%;
}
.variants .content {
	color: #000;
}
.variants .content .item {
	padding: 10px 30px;
	height: 68px;
	line-height: 48px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.variants .content .item:last-child {
	border-bottom: 0;
}
.variants a.offer {
	background-image: url('img/icon-offer.svg');
	background-position: calc(50% + 2px) center;
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	background-color: #01ad66;
}
.prostor-right .makler, .prostor-right .form-offer {
	background: #F2F2F2;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 20px;
	float: left;
}
.prostor-right .form-offer {
	padding-bottom: 10px;
}
.prostor-right a.button.blue {
	background-color: #284668;
	width: 100%;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -0.2px;
	height: 62px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: 0;
	line-height: 62px;
}
.prostor-right a.button.blue:hover {
	opacity: 0.9;
}
.prostor-right .makler .title, .prostor-right .form-offer .title {
	margin: 15px 0 30px;
	font-weight: 600;
	color: #01AD66;
	letter-spacing: -0.2px;
	font-size: 20px;
}
.prostor-right .makler img {
	margin: 0 auto 25px;
	max-width: 125px;
}
.prostor-right .makler .name {
	color: #284668;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.prostor-right .makler a {
	color: #2b2e40;
	font-size: 16px;
	line-height: 155%;
}
.prostor-right .form-offer .title {
	color: #fff;
}
.prostor-right .form-offer {
	background: #01ad66;
}
.prostor-right .form-offer input[type="text"], .prostor-right .form-offer input[type="email"], .prostor-right .form-offer input[type="tel"] {
	background: none;
	border: 1px solid #fff;
	height: 52px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 26px;
	width: 100%;
	outline: none;
}
.prostor-right .form-offer input[type="submit"] {
	background: #31404e;
	border: 1px solid #31404e;
	height: 52px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 26px;
	width: 100%;
	outline: none;
	cursor: pointer;
}
.prostor-right .form-offer form {
	margin-top: 30px;
}
.wpcf7-not-valid {
	border-color: #F00 !important;
}
.wpcf7 form .wpcf7-response-output {
	padding: 0 !important;
	margin: 15px 0 0 0 !important;
	border: 0 !important;
	color: #fff;
}
.prostor-right .form-offer .terms {
	margin-bottom: 25px;
	color: #fff;
	line-height: 150%;
	font-size: 13px;
}
.prostor-right .form-offer .terms a {
	color: #fff;
}
.prostor-right .form-offer ::placeholder {
	color: #fff;
}
.prostor-right .form-offer ::-ms-input-placeholder { /* Edge 12 -18 */
	color: #fff;
}
.prostor-left .entry ul {
	margin: 15px 0 25px;
	list-style: none;
	padding: 0;
}
.prostor-left .entry li {
	margin-bottom: 10px;
	line-height: 135%;
	padding-left: 25px;
	background-image: url('img/icon-plus.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.search-wrap {
	margin-top: 86px;
}
.search-results {
	float: left;
	width: 40%;
	padding: 20px 50px;
}
.search-results .offers .item {
	width: calc(50% - 10px);
	margin: 0 20px 30px 0;
	float: left;
	z-index: 100;
}
.search-results .offers .item:nth-child(2n+0) {
	margin-right: 0;
}
a.view-on-map {
	color: #284668;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	padding: 5px 0 5px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('img/icon-view-map.svg');
}
.search-map {
	float: right;
	width: 60%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
}
.google-map {
	width: 100%;
	height: 100%;
}
.map-wrap .google-map {
	height: 600px;
}
#update-button, .wpcf7-not-valid-tip {
	display: none;
}
.pac-logo:after {
	display: none !important;
}
.gm-style .gm-style-iw-c {
	padding: 0 !important;
	background: #284668;
}
.info-window {
	max-width: 215px;
}
.info-window img {
	width: 215px;
	height: auto;
	display: block;
}
.info-window .title {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 65px;
	left: 0;
	padding: 0 15px;
	z-index: 100;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.info-window:before {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 98px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000E1 56%, #000000 100%) 0% 0% no-repeat padding-box;
	border-radius: 20px 20px 0px 0px;
	opacity: 0.6;
	content: '';
}
.info-window a.button {
	width: calc(100% - 20px);
	height: 30px;
	background: #01AD66;
	border: 1px solid #01AD66;
	color: #fff;
	border-radius: 21px;
	margin: 10px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
}
.info-window a.button:hover {
	background: none;
	color: #01AD66;
}
.gm-style-iw-d {
	overflow: hidden !important;
}
.gm-style button[title="Zavřít"] {
	opacity: 1 !important;
}
.gm-style button[title="Zavřít"] span {
	background-image: url('img/icon-marker-close.svg') !important;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	width: 18px;
	height: 18px;
}
.gm-style .gm-style-iw-tc::after {
	background: #284668 !important;
}
.gm-style-iw-chr {
	width: 100% !important;
	position: absolute !important;
}
a.map-button {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%,0);
	background-color: #fff;
	background-image: url('img/icon-map-button.svg');
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	height: 64px;
	line-height: 64px;
	padding: 0 80px 0 40px;
	border-radius: 15px;
	font-weight: 700;
	font-size: 19px;
	display: table;
	letter-spacing: -0.33px;
	color: #284668;
	z-index: 200;
	width: max-content;
	box-shadow: 0 2px 72px 0 rgb(66,65,65,0.5);
}
a.map-button:hover {
	background-position: calc(100% - 23px) center;
}
a.map-button strong {
	color: #01ad66;
	font-weight: 700;
}
body.opened-modal .results-top .searchandfilter ul:first-child {
	max-height: calc(600px - 175px);
	overflow: auto;
}
.searchandfilter ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.searchandfilter ul li {
	float: left;
}
.searchandfilter ul li.sf-field-sort_order {
	float: right;
	margin-bottom: -60px;
	position: relative;
	top: 10px;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter, .searchandfilter ul li.sf-field-post-meta-vyuziti {
	margin-right: 0;
	padding: 15px 0;
	width: 100%;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter li, .searchandfilter ul li.sf-field-post-meta-vyuziti li {
	display: inline-table;
	width: calc(50% - 10px);
	margin-bottom: 5px;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter label, .searchandfilter ul li.sf-field-post-meta-vyuziti label {
	position: relative;
	padding-left: 32px !important;
	cursor: pointer;
}
.search-form .searchandfilter ul li.sf-field-post-meta-vyuziti label {
	color: #284668;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter input, .searchandfilter ul li.sf-field-post-meta-vyuziti input {
	display: none;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter label:before, .searchandfilter ul li.sf-field-post-meta-vyuziti label:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #b7c6d5;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter input:checked + label:after, .searchandfilter ul li.sf-field-post-meta-vyuziti input:checked + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #01ad66;
	position: absolute;
	left: 5px;
	top: 6px;
}
.searchandfilter h4 {
	display: inline-block;
	font-size: 14px !important;
	padding: 0 !important;
	font-weight: 400 !important;
	margin-right: 15px !important;
	width: 85px;
	margin-top: 5px !important;
	float: left;
}
.searchandfilter>ul>li[data-sf-combobox="1"] label {
	display: inline-block !important;
}
.searchandfilter ul li.sf-field-sort_order label {
	max-width: 194px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	color: #284668;
	padding: 10px 20px;
	background-image: url('img/icon-select-arrow.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	cursor: pointer;
}
.searchandfilter ul li.sf-field-sort_order select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.searchandfilter ul li.sf-field-post-meta-item-loc-filter select {
	color: #01AD66 !important;
}
.searchandfilter ul li.sf-field-sort_order select::-ms-expand, .searchandfilter ul li.sf-field-post-meta-item-loc-filter select::-ms-expand {
	display: none;
}
.searchandfilter ul li.sf-field-post-meta-min_price, .searchandfilter ul li.sf-field-post-meta-min_plocha {
	width: 100%;
}
.searchandfilter ul li.sf-field-post-meta-min_price .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-min_plocha .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-item-loc-filter ul[data-operator="or"], .searchandfilter ul li.sf-field-post-meta-item-city-info ul[data-operator="and"] {
	display: inline-block;
	position: relative;
}
.searchandfilter select.sf-input-select {
	min-width: inherit !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background: none !important;
	box-shadow: none !important;
	color: #01AD66 !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	border: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text].default {
	color: #01AD66 !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}
.searchandfilter ul li.sf-field-post-meta-min_price .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-min_plocha .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-item-loc-filter ul[data-operator="or"], .searchandfilter ul li.sf-field-post-meta-item-city-info ul[data-operator="and"] {
	width: calc(100% - 105px) !important;
}
.searchandfilter span {
	color: #31404e !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: 0.43px;
}
.searchandfilter ul li.sf-field-search, .searchandfilter ul li.sf-field-search label {
	width: 100%;
}
.searchandfilter ul li.sf-field-search .sf-input-text {
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 26px;
	outline: none;
	padding: 0 25px;
	color: #31404e;
	letter-spacing: 0.43px;
	border: 1px solid #b7c6d5;
}
.searchandfilter ul li.sf-field-search ::-webkit-input-placeholder { 
	color: #31404e;
}
.searchandfilter ul li.sf-field-search :-ms-input-placeholder {
	color: #31404e;
}
.searchandfilter ul li.sf-field-search ::-moz-placeholder {
	color: #31404e;
	opacity: 1;
}
.search-results .title {
	width: 100%;
	float: left;
	padding-top: 30px;
	font-size: 21px;
	margin-bottom: 45px;
	display: none;
	letter-spacing: -0.33px;
	font-weight: 700;
	border-top: 1px solid #bccad8;
}
.search-results .title strong {
	color: #01ad66;
	font-weight: 700;
}
.noUi-handle {
	box-shadow: none !important;
	height: 38px !important;
	width: 38px !important;
	cursor: pointer !important;
	border: 1px solid #b7c6d5 !important;
	box-shadow: 0 2px 22px 0 rgb(166,160,160,0.5);
}
.searchandfilter .noUi-connect {
	background-color: #b8c6d5 !important;
}
.noUi-target {
	background: rgb(184,198,213,0.29) !important;
	border: 0 !important;
	box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before, .searchandfilter .sf-range-postfix {
	display: none !important;
}
.searchandfilter .meta-slider {
	height: 6px !important;
	margin-left: 20px;
	width: calc(100% - 20px);
	max-width: inherit !important;
}
.searchandfilter .noUi-horizontal .noUi-handle {
	top: -15px !important;
}
.sf-field-post-meta-min_plocha .sf-text-number:after {
	content: ' m²';
}
form[data-sf-form-id="165"] .sf-field-post-meta-min_plocha .sf-range-max.sf-text-number:after {
	content: '+ m²';
}
form[data-sf-form-id="165"] .sf-range-max {
	max-width: 100px;
}
.sf-field-post-meta-min_price .sf-text-number:after {
	content: ' EUR';
}
.searchandfilter .sf-range-max.sf-text-number {
	right: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -7px !important;
}
.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
	margin-top: 42px;
	position: absolute;
	max-width: 90px;
}
.searchandfilter ul li.sf-field-post-meta-min_price h4 {
	position: relative;
	top: 3px;
}
.search-results .search-not-found {
	text-align: center;
}
.search-results .search-not-found p a {
	color: #01ad66;
	font-weight: 700;
}
.search-results .search-not-found .title {
	border: 0;
	padding-top: 0;
	margin-bottom: 25px;
}
.searchandfilter ul li.sf-field-post-meta-min_price, .searchandfilter ul li.sf-field-post-meta-min_plocha {
	padding-bottom: 45px;
}
.modal-shadow, .header-form-shadow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}
.menu-shadow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	display: none;
}
body.open-mobile .menu-shadow {
	display: block;
}
.modal {
	display: none;
}
.modal.in-contact {
	display: block !important;
	position: static !important;
	transform: none !important;
	border: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 100px !important;
	max-height: inherit !important;
}
.header-form {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	right: 20px;
	background: #fff;
	padding: 35px 30px 10px;
	box-shadow: 0 2px 72px 0 #424141;
	z-index: 200;
	border-radius: 15px 0 15px 15px;
	max-width: 490px;
	font-family: 'Poppins';
}
.header-form#offer-form {
	right: 153px;
}
.header-form#offer-form .inner {
	width: 100%;
	border: 1px solid #c6d5e6;
	padding: 0 25px 0 25px;
	border-radius: 15px;
	float: left;
}
.header-form#offer-form form input[type="text"], .header-form#offer-form form input[type="email"], .header-form#offer-form form input[type="tel"] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #c6d5e6;
	padding: 18px 0;
	background: none;
	outline: none;
	font-family: 'Poppins';
}
.header-form#offer-form form input[type="tel"] {
	border-bottom: 0;
}
.header-form#offer-form form .terms {
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-size: 12px;
	float: left;
	padding: 0 30px;
}
.header-form#offer-form form .terms p {
	line-height: 185%;
}
.header-form#offer-form form .terms p a {
	color: #2b2e40;
	text-decoration: underline;
}
.header-form#offer-form form .terms p a:hover {
	text-decoration: none;
}
.header-form#offer-form form input[type="submit"] {
	width: 100%;
	height: 51px;
	border: 1px solid #01ad66;
	background: #01ad66;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	border-radius: 26px;
	font-size: 15px;
	letter-spacing: 0.46px;
	font-family: 'Poppins';
}
.header-form#offer-form form input[type="submit"]:hover {
	background: #fff;
	color: #01ad66;
}
.header-form#offer-form .wpcf7-response-output {
	color: #2b2e40;
	text-align: center;
	line-height: 145%;
	margin: 0 0 15px 0 !important;
}
.acc-menu {
	float: left;
	width: 20%;
	padding-top: 50px;
}
.acc-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.acc-menu ul li {
	margin-bottom: 15px;
}
.acc-menu ul li:nth-child(1) {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal; 
}
.acc-menu ul li a {
	font-size: 18px;
	background-image: url('img/icon-li-arrow.svg');
	background-position: left center;
	background-size: auto 12px;
	background-repeat: no-repeat;
	color: #284668;
	padding: 5px 0 5px 20px;
}
.acc-menu ul li a:hover, .acc-menu ul li.active a {
	color: #01AD66;
}
section.without-sub-header.muj-ucet {
	margin-top: 0;
}
.acc-content {
	float: right;
	width: 80%;
	border-left: 1px solid #DEE5ED;
	padding: 50px 0 120px 30px;
}
.acc-content.wide {
	width: 100%;
	text-align: center;
}
.acc-content a {
	color: #01AD66;
}
.single-wishlist .meta, .pick .pick_notice {display: none !important;}
.wishlist-items, .single-wishlist {
	width: 100%;
}
.wishlist-items .wl-single-item {
	width: 200px !important;
	margin: 0 20px 20px 0 !important;
}
.wishlist-items .wl-single-item:nth-child(2n+0) {
	margin-right: 0 !important;
}
.wishlist-items .wl-single-item .remove {
	background: #fff !important;
	color: #01AD66 !important;
	position: absolute;
	top: 15px;
	width: 35px;
	height: 35px;
	font-size: 18px;
	right: 15px;
	padding: 6px !important;
	border-radius: 16px !important;
	z-index: 888;
	border: 0 !important;
	line-height: 120%;
}
.wishlist-items .wl-single-item .remove.confirm {
	width: 95px;
	font-size: 16px;
	line-height: 150%;
}
.wishlist-items .wl-single-item:hover .remove:hover {
	background: #01AD66 !important;
	color: #fff !important;
}
.update-form input[type="text"], .update-form input[type="email"], .update-form input[type="password"] {
	height: 52px;
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	width: 100%;
	padding: 0 15px;
	color: #284668;
	font-size: 15px;
	margin-bottom: 25px;
	font-family: 'Poppins';
}
#user_login {width: 100%;}
.update-form form {
	margin-bottom: 15px;
}
.update-form p {
	margin-bottom: 0 !important;
}
.update-form input[type="email"] {
	float: right;
}
.update-form input[type="submit"] {
	background: #01AD66;
	border: 1px solid #01AD66;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	display: block;
	outline: none;
	font-size: 15px;
	height: 50px;
	border-radius: 25px;
	font-family: 'Poppins';
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}
.update-form input[type="submit"]:hover {
	background: #fff;
	color:#01AD66;
}
.update-form input[name="last_name"], .update-form input[name="phone"] {
	float: right;
}
.page-content .update-form.login {
	max-width: 400px;
	margin: 40px auto 0;
}
.center-text {
	text-align: center;
}
.the_champ_login_container, .wishlist-breadcrumb, .hint--top:hover:after, .hint--top:hover:before {
	display: none !important;
}
.header-form .inner {
	border-radius: 15px;
	border: 1px solid #c6d5e6;
	padding: 0 25px 0 25px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.header-form .inner input[type="text"], .header-form .inner input[type="password"], .header-form .inner input[type="email"] {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #c6d5e6;
	padding: 18px 0;
	font-family: 'Poppins';
	margin-bottom: 0;
	outline: none;
}
.header-form .inner input[type="text"], .header-form .inner input[type="email"] {
	width: 100%;
}
.header-form .inner input[type="password"] {
	border-bottom: 0;
}
.header-form-nav {
	float: left;
	width: 100%;
	border-radius: 15px;
	padding: 10px 15px;
	background: #ebeff3;
	margin: 0 0 25px;
	list-style: none;
	padding: 0;
}
.header-form-nav {
	float: left;
	width: 100%;
	border-radius: 15px;
	padding: 8px 15px;
	background: #ebeff3;
	margin: 0 0 25px;
	list-style: none;
	text-align: center;
}
.header-form-nav li {
	float: left;
	width: 50%;
}
.header-form-nav li a {
	height: 42px;
	font-size: 14px;
	color: #2b2e40;
	width: 100%;
	float: left;
	border-radius: 15px;
	line-height: 42px;
}
.header-form-nav li.active a {
	color: #fff;
	background: #01AD66;
}
.nav-content {
	display: none;
}
.nav-content.active {
	display: block;
}
.wishlist-button-wrap i {
	font-size: 18px !important;
	margin-right: 5px;
	font-weight: 400;
	position: relative;
	top: 4px;
}
.wishlist-button-wrap i:before {
	color: #01AD66 !important;
}
.wishlist-button-wrap .wishlist_saved, .wishlist-button-wrap .wishlist_save {
	color: #284668 !important;
}
/*.wishlist-button-wrap .wishlist_saved i:before {
	color: #01AD66 !important;
}*/
.wishlist-button-wrap {
	font-size: 18px !important;
}
.wishlist_save {
	color: #01ad66 !important;
}
.wishlist_saved {
	color: #01ad66 !important;
}
.wishlist_save_icon:after {
	color: #2b2e40;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.wishlist_saved .wishlist_save_icon:after {
}
.wishlist_saved .wishlist_save_icon i:before {
	background-image: url('img/icon-star-item-active.svg');
}
.wishlist-button-wrap i:before {
	content: '';
	background-image: url('img/icon-star.svg?v=1.03');
	background-position: center center;
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	display: block;
	background-size: 100% auto;
}
.wishlist_saved .wishlist-button-wrap i:before, .wishlist_save_icon:hover i:before {
	background-image: url('img/icon-star-item-active.svg');
}
/*.wishlist_save_icon:hover:after {
	color: #01AD66;
}*/
.wishlist_save {
	cursor: pointer;
}
.wishlist-button-wrap {
	margin-top: 0 !important;
}
.prostor-top .wishlist-button-wrap {
	margin-top: 0 !important;
	top: -7px;
	position: relative;
	display: inline-block;
}
.wish-items.offers .item {
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.wish-items.offers .item .info h2 {
	color: #284668;
	font-weight: 600;
	font-size: 16px;
}
.in-wish-content {
	font-size: 14px;
}
.in-wish-content .parms {
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 0;
	border-bottom: 0;
	text-align: left;
}
.in-wish-content p.bold {
	margin-bottom: 15px;
	font-weight: 700;
}
.in-wish-content .parms .item {
	width: 100%;
	margin: 0;
	float: left;
	font-size: 15px;
}
.in-wish-content .parms .item strong {
	font-size: 12px;
}
.in-wish-content .parms .item .icon {
	margin-right: 20px;
	width: 30px;
	float: left;
	margin-top: 12px;
}
.in-wish-content .parms .item img {
	margin-right: 0;
	height: 35px;
}
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 20px;
	z-index: 9999;
	padding: 45px 70px;
	max-width: 1100px;
	overflow: auto;
	width: calc(100% - 40px) !important;
	transform: translate(-50%,-50%);
	max-height: calc(100vh - 140px);
}
.modal-shadow {
	z-index: 888;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	display: none;
}
.modal .title {
	text-align: left;
	margin-bottom: 25px;
}
.modal.hypo-form p {
	text-align: left;
	line-height: 170%;
	font-weight: 600;
}
.modal.hypo-form input[type="submit"] {
	margin-top: 30px;
}
.modal.form-wrap.hypo-form .terms {
	margin: 25px 0 0 0;
}
.modal .modal-form-info {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.modal .modal-form-info p {
	color: #1D1D1B;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}
.modal .label-check {
	text-align: center;
}
.modal .label-check.wide {
	text-align: left;
	width: 100%;
}
.modal .label-check label {
	width: auto;
	margin: 10px 0 0;
}
.modal.hypo-form input[type="text"], .modal.hypo-form input[type="email"], .modal.hypo-form input[type="tel"] {
	color: #284668;
	font-size: 15px;
	padding: 0 15px;
}
.modal-thankyou {
	max-width: 940px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	text-align: center;
	color: #fff;
	width: calc(100% - 40px);
	transform: translate(-50%,-50%);
}
.modal-thankyou .bg {
	background: transparent linear-gradient(114deg, #284668 0%, #01AD66 100%) 0% 0% no-repeat padding-box;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 30px;
	padding: 75px 50px;
	position: relative;
}
.modal-thankyou .bg .title {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 25px;
}
.modal-thankyou .bg p {
	color: #fff;
	font-size: 18px;
	line-height: 155%;
}
.modal-thankyou .bg a.close, .modal.form-wrap a.close {
	position: absolute;
	top: 25px;
	right: 35px;
	background-image: url('img/icon-modal-close.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.modal.form-wrap a.close {
	background-image: url('img/icon-modal-close-dark.svg');
}
.modal-thankyou  a.button {
	text-transform: none;
}
span[data-name="mam_zajem"] .wpcf7-list-item {
	margin: 0 20px 0 0;
}
span[data-name="your-predstava"] label {width: auto; margin-top: 27px;}
span[data-name="your-predstava"] label input {margin-right: 5px;}
input[name="campaigninput"], input[name="page_title"] {display: none !important;}
.form-wrap {
	border: 1px solid #E4E4E4;
	border-radius: 20px;
	padding: 50px;
	margin-bottom: 25px;
	width: 100%;
}
.form-wrap .title {
	color: #01AD66;
	font-family: 'Poppins';
	font-size: 26px;
	line-height: 135%;
	margin-bottom: 40px;
}
.hypo-form {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 20px;
	padding: 45px 65px 25px;
	width: 100%;
	margin-bottom: 90px;
}
.hypo-form .section-title {
	color: #01AD66;
}
.hypo-form label {
	color: #284668;
	font-size: 15px;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 600;
	width: calc(50% - 22px);
	float: left;
}
.hypo-form label.wide {
	width: 100%;
	margin-right: 0;
}
.hypo-form .terms label {
	margin: 0;
	width: auto;
	float: none;
	font-weight: 400;
}
.hypo-form .terms p {
	font-weight: 400;
	font-size: 15px;
}
.terms .wpcf7-not-valid label {
	color: #ff0000;
}
.hypo-form .terms .wpcf7-list-item {
	margin-left: 0;
}
.hypo-form input[type="text"], .hypo-form input[type="email"], .hypo-form input[type="tel"], .hypo-form textarea {
	color: #7E7E7E;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	height: 52px;
	margin-top: 10px;
	width: 100%;
	background: #FFFFFF;
	outline: none;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	font-family: 'Poppins';
}
.hypo-form textarea {
	height: 100px;
}
.hypo-form label.mar-l {
	margin-left: 44px;
}
.hypo-form p {
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}
.hypo-form p a {
	color: #000000;
	text-decoration: underline;
}
.form-wrap.hypo-form p {
	color: #284668;
}
.form-wrap.hypo-form .terms {
	margin: 15px 0 35px;
	float: left;
	width: 100%;
}
.form-wrap.hypo-form .terms a {
	color: #284668;
}
.hypo-form p a:hover {
	text-decoration: none;
}
.hypo-form input[type="submit"] {
	width: 224px;
	height: 70px;
	background: #31404e;
	border-radius: 35px;
	display: table;
	border: 1px solid #31404e;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	outline: none;
	margin: 50px auto 0;
	font-family: 'Poppins';
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}
.hypo-form input[type="submit"]:hover, section.sub-header.prodej .all-here .item.calc-form input[type="submit"]:hover, #financovani.calc-form input[type="submit"]:hover, .project-entry a.button:hover {
	background: none;
	color: #31404e;
}
.hypo-form .wpcf7 form .wpcf7-response-output {
	text-align: center;
}
.form-wrap.hypo-form .choose {
	float: left;
	height: 164px;
	margin: 0 0 50px;
	width: 100%;
}
.form-wrap.hypo-form .choose .wpcf7-list-item-label {
	margin-top: -40px;
	width: 100%;
	float: left;
	text-align:center;
	position: relative;
	z-index: 100;
}
.form-wrap.hypo-form .choose label {
	width: 164px;
	height: 164px;
	position: relative;
	margin-left: 34px;
	cursor: pointer;
}
.form-wrap.hypo-form .choose .wpcf7-list-item.first label {
	margin-left: 0;
}
.form-wrap.hypo-form .choose .wpcf7-list-item {
	margin: 0;
}
.prostor-modal-gallery {
	margin-bottom: 30px;
}
.prostor-modal-gallery .item {
	max-width: 60%;
}
.prostor-modal-gallery img {
	width: calc(100% - 20px);
	margin: 0 20px 20px 0;
	border-radius: 15px;
	display: inline-table;
}
.prostor-modal-wrap .section-name {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}
.data-in-modal .item {
	margin-top: 20px;
}
.data-in-modal {
	margin-bottom: 40px;
}
.slick-dots {
	display: none !important;
}
.prostor-slider-thumbnails {
	float: right;
	width: 23%;
	float: right;
}
.prostor-slider-thumbnails .slick-dots {
	display: block !important;
	padding: 0;
	margin: 0;
	list-style: none;
}
.prostor-slider-thumbnails .slick-dots li {
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
	float: left;
}
.prostor-slider-thumbnails .slick-dots li:nth-child(2n+0) {
	margin-right: 0;
}
.prostor-slider-thumbnails .slick-dots li img {
	border-radius: 10px;
	cursor: pointer;
}
.modal.detail_prostoru a.button {
	margin: 0 auto;
	display: table;
	width: inherit;
	padding: 0 40px;
}
#autocomplete-suggestions {
	right: 50px;
	top: 40px;
	width: 100%;
}
.ui-autocomplete {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
	list-style: none;
	padding: 0;
	width: calc(100% - 38px);
}
.ui-autocomplete .autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
	color: #31404E !important;
}
.ui-autocomplete .autocomplete-item:hover {
    background-color: #f0f0f0;
}
.ui-autocomplete .autocomplete-item a {
    text-decoration: none;
	color: #31404E !important;
}
.ui-autocomplete .autocomplete-item a:hover {
    text-decoration: underline;
}
body.scroll section.section-search-top {
	margin-top: 45px;
}
section.search-wrap.new-style {
	margin-top: 0;
}
section.section-search-top {
	margin-top: 65px;
	border-bottom: 1px solid #E4E4E4;
	padding: 45px 0 25px 0;
	top: 0;
	position: fixed;
	background: #fff;
	z-index: 222;
	transition: all 150ms linear;
}
section.section-search-top.desktop {
	display:none;
}
@media screen and (min-width:800px) {
	section.section-search-top {
		position:fixed;
	}
	section.section-search-top.desktop {
		display:block;
	}
	section.section-search-top.mobile {
		display:none;
	}
}
body#logged section.section-search-top {
	top: 34px;
	margin-top: 65px;
}
body#logged.not-admin section.section-search-top {
	top: 0;
}
section.section-search-top .row {
	max-width: 100%;
	padding: 0 35px;
}
section.section-search-top .top-searches .title {
	float: left;
	width: 220px;
	font-size: 22px;
	padding-top: 4px;
}
section.section-search-top .top-searches {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
section.section-search-top .top-searches .scroll-container {
	overflow-x: auto; 
	white-space: nowrap; 
	padding-bottom: 8px;
	scrollbar-width: none;
    -ms-overflow-style: none; 
}
section.section-search-top .top-searches .scroll-container::-webkit-scrollbar {
    display: none;
}
section.section-search-top .top-searches .scroll-container ul {
	display: inline-flex;
}
section.section-search-top .top-searches ul {
	float: right;
	width: 100%; /* calc(100% - 220px); */
	list-style: none;
	padding: 0;
	margin: 0;
}
section.section-search-top .top-searches ul li {
	display: inline-block;
	margin: 0 10px;
}
section.section-search-top .top-searches ul li a {
	border: 1px solid #E4E4E4;
	padding: 6px 15px;
	color: #2B4767;
	display: inline-block;
	border-radius: 10px;
}
section.section-search-top .top-searches ul li a:hover {
	background: #E4E4E4;
	color: #2B4767;
}
section.section-search-top .top-searches ul li a.active {
	background: #04AD66;
	color: #fff;
	border-color: #04AD66;
}
section.section-search-top h1 {
	font-weight: 400;
	float: left;
	margin: 0;
}
section.section-search-top a.open-filter {
	background-repeat: no-repeat;
	background-image: url('img/icon-new-filter.svg');
	background-position: 10px center;
	float: right;
	padding: 10px 25px 10px 55px;
	background-color: #04AD66;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}
section.search-wrap.new-style .results-top {
	display: none;
	position: fixed;
	bottom: 50%;
	right: 50%;
	transform: translate(50%,50%);
	background: #fff;
	width: calc(100% - 40px);
	z-index: 999;
	height: calc(100vh - 60px);
	max-width: 660px;
	padding-top: 90px;
	max-height: 600px;
}
section.search-wrap.new-style .search-results .projects.results {
	border: 0;
}
section.search-wrap.new-style .search-results .projects.results .item .info h3 {
	padding: 0;
	color: #284668;
	margin-bottom: 6px;
}
section.search-wrap.new-style .search-results .item .bottom .place {
	background: none;
	width: 100%;
	margin-bottom: 6px;
	padding: 0;
}
section.search-wrap.new-style .search-results .projects.results .item .bottom .year {
	float: none;
	display: inline;
	background-image: none;
	padding: 0;
	width: auto;
}
section.search-wrap.new-style .search-results .projects.results .item .bottom .price {
	color: #284668;
	font-weight: 700;
}
section.search-wrap.new-style .search-results {
	padding-top: 215px;
	position: relative;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-sort_order {
	margin-top: 0;
}
section.search-wrap.new-style .searchandfilter h4 {
	font-size: 20px !important;
	margin: 0 !important;
	width: 100% !important;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}
section.search-wrap.new-style .searchandfilter h4:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 100;
	background-image: url('img/icon-filter-arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
}
section.search-wrap.new-style .searchandfilter h4.show:after {
	transform: rotate(180deg);
}
section.search-wrap.new-style .searchandfilter h4 + ul, section.search-wrap.new-style .searchandfilter h4 + div.sf-meta-range {
	display: none;
	margin-top: 15px;
	width: 100% !important;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
section.search-wrap.new-style .searchandfilter h4 + div.sf-meta-range {
	margin-bottom: 35px;
}
section.search-wrap.new-style .searchandfilter h4:hover {
	color: #04AD66;
}
section.search-wrap.new-style .searchandfilter ul li[data-sf-field-input-type="checkbox"] label {
	background: none;
	border-radius: 0;
	font-size: 16px;
	height: auto;
	padding: 3px !important;
	line-height: inherit;
	padding-left: 32px !important;
	min-width: inherit;
	font-weight: 400 !important;
	border-bottom: 1px solid #fff;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-post-meta-item-typ label:before, section.search-wrap.new-style .searchandfilter ul li input[type="checkbox"] {
	display: none !important;
}
section.search-wrap.new-style .searchandfilter ul li label {
	width: inherit;
	cursor: pointer;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-post-meta-item-loc-filter {
	margin-right: 0 !important;
}
section.search-wrap.new-style .searchandfilter ul li li {
	margin-right: 10px !important;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-post-meta-item-loc-filter label, section.search-wrap.new-style .searchandfilter ul li.sf-field-post-meta-vyuziti label {
	border: 0 !important;
	width: 100%;
}
section.search-wrap.new-style .searchandfilter ul li[data-sf-field-input-type="checkbox"] input:checked + label, section.search-wrap.new-style .searchandfilter ul li[data-sf-field-input-type="checkbox"] label:hover {
	border-bottom: 1px solid #04AD66;
	color: #284668;
	font-weight: 700 !important;
}
section.search-wrap.new-style .searchandfilter ul li[data-sf-field-name] {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 0;
	width: 100%;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-post-meta-item-parms {
	border-bottom: 0;
}
section.search-wrap.new-style input.search-filter-reset, section.search-wrap.new-style a.show-results {
	color: #fff;
	background: #04AD66;
	border: 1px solid #04AD66;
	cursor: pointer;
	height: 40px;
	border-radius: 20px;
	padding: 0 25px;
	outline: none;
	display: inline-table;
	margin-right: 15px;
	line-height: 40px;
}
section.search-wrap.new-style a.show-results {
	float: right;
	margin-right: 0;
}
section.search-wrap.new-style input.search-filter-reset {
	float: left;
	margin-right: 0;
	font-weight: 400 !important;
	color: #04AD66;
	text-decoration: underline;
	border: 0;
	background: none;
}
section.search-wrap.new-style a.close-filter {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #04AD66;
	font-size: 26px;
}
section.section-search-top .reset-filter-title {
	color: #04AD66;
	top: 10px;
	margin-left: 15px;
	position:relative;
}
section.search-wrap.new-style input.search-filter-reset:hover, section.search-wrap.new-style a.show-results:hover {
	color: #04AD66;
	background: #fff;
}
section.search-wrap.new-style .open-title {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 35px;
	text-align: center;
	font-size: 26px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 555;
}
section.search-wrap.new-style input.search-filter-reset:hover {
	text-decoration: none;
}
section.search-wrap.new-style li.sf-field-reset {
	border-bottom: 0 !important;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 35px !important;
	border-top: 1px solid #E4E4E4;
	background: #fff;
	z-index: 555;
}
section.search-wrap.new-style .results-top-shadow {
	background: #000;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	display: none;
}
section.search-wrap.new-style .search-map {
	height: calc(100vh - 200px);
}
body#logged section.search-wrap.new-style .search-map {
	height: calc(100vh - 205px);
}
.search-results .results-top {
	padding: 40px 35px 20px;
	float: left;
	width: 100%;
	position: relative;
}
section.search-wrap.new-style .searchandfilter ul li.sf-field-search, section.search-wrap.new-style .searchandfilter ul li.sf-field-submit, a.open-mobile-filter {
	display: none;
}
.grecaptcha-badge {
	display: none !important;
}





footer {
	background: #01AD66;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 60px 0 40px;
}
footer .col {
	float: left;
	width: 20%;
	padding-right: 5%;
}
footer .col.first {
	width: 30%;
}
footer img.f-logo {
	max-width: 250px;
	margin-bottom: 28px;
}
footer .col .title {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 35px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col ul li {
	display: block;
	margin-bottom: 20px;
}
footer .col ul li a {
	color: #fff;
	font-weight: 500;
}
footer .col ul li a:hover {
	text-decoration: underline;
}
footer .col p {
	margin-bottom: 30px;
	line-height: 160%;
}
footer .col p a {
	font-weight: 700;
	color: #fff;
}
footer .col.last img {
	margin-bottom: 40px;
}
footer .copy {
	border-top: 1px solid #fff;
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 35px;
}
footer .f-sociable {
	text-align: right;
	margin-top: -10px;
}
footer .f-sociable img {
	display: inline-block;
	margin-left: 10px;
}


.clear {clear: both;}
.only-mobile, a.button.only-mobile {display: none;}
@keyframes fadeInDown {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0
}
.animated.active {
    opacity: 1;
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}



/*
@media (max-width: 1450px) {
	.search-results, .search-map {width: 50%;}
	.search-results {padding: 20px 30px;}
}
@media (max-width: 1040px) {
	header .main-menu li {margin-left: 30px;}
	.sub-header .text {width: 65%;}
	.search-results {width: 65%;}
	.search-map {width: 35%;}
	a.map-button, header a.button.green.smaller {display: none;}
	.header-search-form {width: calc(100% - 350px); margin-left: 40px;}
}
@media (max-width: 960px) {
	header .main-menu ul, .main-box .text p {display: none;}
	.main-box {height: inherit; margin-top: 100px;}
	.main-box .text {width: 100%; text-align: center;}
	header .menu-show {display: block; top: 0;}
	.main-box h1, .sub-header h1 {font-size: 34px;}
	.sub-header .text {max-width: 100%; width: 100%;}
	.main-box .search-form {bottom: 30px; left: 30px; width: 100%; margin: 50px 0 0 0; max-width: 100%; position: static; }
	.main-box .search-form .inner {background: rgb(111,162,209,0.10);}
	.rounded-inner {margin-top: 40px;}
	header {height: 65px;}
	.header-search-form {margin-top: 0;}
	header .logo {width: 180px; margin-top: 2px;}
	.sub-header {margin-top: 50px; height: inherit;}
	.header-form {border-radius: 15px;}
	.header-form {transform: translate(50%,0); right: 50% !important;}
	.main-box .inner {height: auto;}
	.main-box .main-slider .inner-text {padding: 80px 60px 100px 60px;}
	.main-box .main-slider, .main-box .main-slider .item {height: inherit;}
	.main-box .main-slider .item {border-radius: 20px; overflow: hidden;}
	
	
}
@media (max-width: 800px) {
	section.search-wrap.new-style {margin-top: 50px;}
	section.content {padding: 40px 0;}
	.cta-form .section-title {background-image: none;}
	.half, .cta-form .half.text, .search-results, .search-map, .prostor-slider, .prostor-slider-thumbnails, .prostor-left, .prostor-right, .buttons .item {width: 100%;}
	.search-map {position: static;}
	.cta-form {text-align: center; margin-top: 0;}
	.cta-form .section-title, section.newsletter .section-title, .sub-header h1, .cols .col .number {font-size: 28px;}
	.cta-form form {max-width: 100%;}
	.section-title, .sub-header p.bigger {font-size: 24px;}
	section.newsletter label, .main-box p, .sub-header p {font-size: 18px;}
	section.newsletter, footer {text-align: center;}
	footer .row {display: grid;}
	footer .col {padding: 0; width: 100%; margin: 15px 0;}
	footer .col.first, footer .col.newsletter, .prostor-right .makler, .prostor-right .form-offer {width: 100%;}
	.prostor-right .makler, .prostor-right .form-offer {text-align: center;}
	footer img.f-logo {margin: 0 auto 40px;}
	footer .col.last img {margin: 0 auto 20px;}
	footer .copy {margin-top: 0; padding-top: 25px; font-size: 15px;}
	footer {padding: 40px 0 20px;}
	.title-info {font-size: 14px; margin-bottom: 20px;}
	.sub-header {padding: 80px 0 80px; text-align: center;}
	.zkusenosti .cols .col {width: 100%; margin: 15px 0;}
	.zkusenosti .section-title {text-align: center;}
	.content-section {margin-bottom: 0;}
	.cols .col p {font-size: 16px;}
	.content-section .half.text .inner, .content-section.right .half.text .inner {max-width: 100%; transform: translate(20px,-50px); width: calc(100% - 40px);}
	.search-results {padding: 20px 20px;}
	.prostor-slider-thumbnails .slick-dots li, .prostor-slider-thumbnails .slick-dots li:nth-child(2n+0) {width: 120px; margin-right: 15px;}
	.prostor-slider-thumbnails {margin-top: 30px;}
	.wishlist_save_icon:after, a.map-button {display: none !important;}
	.prostor-top .socials a.share {margin: 0; float: right;}
	.prostor-slider, .prostor-left {padding-right: 0;}
	.prostor-slider .slick-arrow.slick-next {right: 20px;}
	.buttons .item {margin-bottom: 20px;}
	.prostor-right .makler img {margin: 0 auto 25px;}
	.prostor-right {margin: 30px 0 40px;}
	.prostor-right a.button.green, .search-results .results-top {display: none;}
	.modal {padding: 45px 25px 25px !important;}
	.hypo-form label {width: 100%; margin-left: 0 !important;}
	.search-wrap {margin-top: 60px;}
	.google-map {height: 360px;}
	.only-mobile, a.button.only-mobile {display: table;}
	.search-results .open-filter {margin-bottom: 25px !important;}
	.searchandfilter ul li.sf-field-post-meta-item-loc-filter li {width: 50%;}
	section.search-wrap.new-style .search-results {padding-top: 40px;}
	section.search-wrap.new-style .search-map, body#logged section.search-wrap.new-style .search-map {height: auto;}
	.sub-header .inner, .main-box .inner {padding: 40px 20px;}
	.main-box {margin-top: 50px;}
	.sub-header {padding-bottom: 0;}
	.header-search-form {margin-left: 30px; width: calc(100% - 280px);}
	.gallery-row div.half, .home-main-entry p {width: 100%;}
	.home-main-entry a.button.right {float: none;}
	.gallery-row .half:nth-child(1) {-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
margin-bottom: 15px;}
.gallery-row .half:nth-child(2) .thumb-item:nth-child(2) {border-radius: 0 !important;}
.gallery-row .half:nth-child(2) .thumb-item:nth-child(3) {-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;}
.prostor-top.with-title h1, .prostor-top .socials, .acc-menu, .acc-content {width: 100%;}
.prostor-top.with-title {margin-top: 0;}
.prostor-top .socials a.share {float: none;}
.acc-content {border-left: 0;}
section.light-blue .wrap-inner {padding: 40px 20px;}
.acc-content {padding: 40px 0 0 0;}
}
@media (max-width: 650px) {
	.offers-wrap a.button.right, .only-desktop {display: none !important;}
	.main-box .search-form {padding: 0; background: none; height: inherit;}
	.main-box .search-form .inner {float: left;}
	.offers-slider .slick-arrow, .refs-slider .slick-arrow {display: none !important;}
	.section-title.left {text-align: center; float: none;}
	.search-results .offers .item {width: 100%; margin-right: 0;}
	.sub-header p {max-width: 100%;}
	.variants {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	
	.variants .head,
	.variants .item {
	  display: flex;
	  min-width: 600px;
	  padding: 10px 0;
	}
	
	
	.variants .col {
	  flex: 1;
	  display: flex;
	  align-items: center;
	  word-break: break-word;
	}
	
	.variants .item .col:last-child {
	  justify-content: space-between;
	}
	.main-box .main-slider .inner-text .name {font-size: 30px;}
	.main-box .main-slider .inner-text p {font-size: 14px;}
	
}
@media (max-width: 500px) {
	.main-box h1, .sub-header h1 {font-size: 28px;}
	.title-info {font-size: 12px;}
	.offers .item {width: 70vw;}
	.main-box .main-slider .inner-text {padding: 50px 30px 100px 30px;}



}
*/
#fancybox-prev.fancy-ico span, #fancybox-next.fancy-ico span {
	width: 40px;
	height: 40px;
}
#fancybox-prev.fancy-ico span:after {
	left: 14px;
	width: 12px;
	height: 12px;
	top: 11px;
}
#fancybox-next.fancy-ico span:after {
	right: 14px;
	width: 12px;
	top: 11px;
	height: 12px;
}

@media (max-width: 1450px) {
	.search-results, .search-map {width: 50%;}
	.search-results {padding: 20px 30px;}
}
@media (max-width: 1040px) {
	header .main-menu li {margin-left: 30px;}
	.sub-header .text {width: 65%;}
	.search-results {width: 65%;}
	.search-map {width: 35%;}
	a.map-button, header a.button.green.smaller {display: none;}
	.header-search-form {width: calc(100% - 350px); margin-left: 40px;}
}
@media (max-width: 960px) {
	header .main-menu ul, .main-box .text p {display: none;}
	.main-box {height: inherit; margin-top: 100px;}
	.main-box .text {width: 100%; text-align: center;}
	header .menu-show {display: block; top: 0;}
	.main-box h1, .sub-header h1 {font-size: 34px;}
	.sub-header .text {max-width: 100%; width: 100%;}
	.main-box .search-form {bottom: 30px; left: 30px; width: 100%; margin: 50px 0 0 0; max-width: 100%; position: static; }
	.main-box .search-form .inner {background: rgb(111,162,209,0.10);}
	.rounded-inner {margin-top: 40px;}
	header {height: 65px;}
	.header-search-form {margin-top: 0;}
	header .logo {width: 180px; margin-top: 2px;}
	.sub-header {margin-top: 50px; height: inherit;}
	.header-form {border-radius: 15px;}
	.header-form {transform: translate(50%,0); right: 50% !important;}
	.main-box .inner {height: auto;}
	.main-box .main-slider .inner-text {padding: 80px 60px 100px 60px;}
	.main-box .main-slider, .main-box .main-slider .item {height: inherit;}
	.main-box .main-slider .item {border-radius: 20px; overflow: hidden;}
	
	
}
@media (max-width: 800px) {
	section.search-wrap.new-style {margin-top: 50px;}
	section.content {padding: 40px 0;}
	.cta-form .section-title {background-image: none;}
	.half, .cta-form .half.text, .search-results, .search-map, .prostor-slider, .prostor-slider-thumbnails, .prostor-left, .prostor-right, .buttons .item {width: 100%;}
	.search-map {position: static;}
	.cta-form {text-align: center; margin-top: 0;}
	.cta-form .section-title, section.newsletter .section-title, .sub-header h1, .cols .col .number {font-size: 28px;}
	.cta-form form {max-width: 100%;}
	.section-title, .sub-header p.bigger {font-size: 24px;}
	section.newsletter label, .main-box p, .sub-header p {font-size: 18px;}
	section.newsletter, footer {text-align: center;}
	footer .row {display: grid;}
	footer .col {padding: 0; width: 100%; margin: 15px 0;}
	footer .col.first, footer .col.newsletter, .prostor-right .makler, .prostor-right .form-offer {width: 100%;}
	.prostor-right .makler, .prostor-right .form-offer {text-align: center;}
	footer img.f-logo {margin: 0 auto 40px;}
	footer .col.last img {margin: 0 auto 20px;}
	footer .copy {margin-top: 0; padding-top: 25px; font-size: 15px;}
	footer {padding: 40px 0 20px;}
	.title-info {font-size: 14px; margin-bottom: 20px;}
	.sub-header {padding: 80px 0 80px; text-align: center;}
	.zkusenosti .cols .col {width: 100%; margin: 15px 0;}
	.zkusenosti .section-title {text-align: center;}
	.content-section {margin-bottom: 0;}
	.cols .col p {font-size: 16px;}
	.content-section .half.text .inner, .content-section.right .half.text .inner {max-width: 100%; transform: translate(20px,-50px); width: calc(100% - 40px);}
	.search-results {padding: 20px 20px;}
	.prostor-slider-thumbnails .slick-dots li, .prostor-slider-thumbnails .slick-dots li:nth-child(2n+0) {width: 120px; margin-right: 15px;}
	.prostor-slider-thumbnails {margin-top: 30px;}
	.wishlist_save_icon:after, a.map-button {display: none !important;}
	.prostor-top .socials a.share {margin: 0; float: right;}
	.prostor-slider, .prostor-left {padding-right: 0;}
	.prostor-slider .slick-arrow.slick-next {right: 20px;}
	.buttons .item {margin-bottom: 20px;}
	.prostor-right .makler img {margin: 0 auto 25px;}
	.prostor-right {margin: 30px 0 40px;}
	.prostor-right a.button.green, .search-results .results-top, .form-wrap .title br {display: none;}
	.modal {padding: 45px 25px 25px !important;}
	.modal.in-contact {padding: 0 !important;}
	.hypo-form label {width: 100%; margin-left: 0 !important;}
	.search-wrap {margin-top: 60px;}
	.google-map {height: 360px;}
	.only-mobile, a.button.only-mobile {display: table;}
	.search-results .open-filter {margin-bottom: 25px !important;}
	.searchandfilter ul li.sf-field-post-meta-item-loc-filter li {width: 50%;}
	section.search-wrap.new-style .search-results {padding-top: 40px;}
	section.search-wrap.new-style .search-map, body#logged section.search-wrap.new-style .search-map {height: auto;}
	.sub-header .inner, .main-box .inner {padding: 40px 20px;}
	.main-box {margin-top: 50px;}
	.sub-header {padding-bottom: 0;}
	.header-search-form {margin-left: 30px; width: calc(100% - 280px);}
	.gallery-row div.half, .home-main-entry p {width: 100%;}
	.home-main-entry a.button.right {float: none;}
	.gallery-row .half:nth-child(1) {-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 15px;}
	.gallery-row .half:nth-child(2) .thumb-item:nth-child(2) {border-radius: 0 !important;}
	.gallery-row .half:nth-child(2) .thumb-item:nth-child(3) {-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;}
	.prostor-top.with-title h1, .prostor-top .socials, .acc-menu, .acc-content {width: 100%;}
	.prostor-top.with-title {margin-top: 0;}
	.prostor-top .socials a.share {float: none;}
	.acc-content {border-left: 0;}
	section.light-blue .wrap-inner {padding: 40px 20px;}
	.acc-content {padding: 40px 0 0 0;}
	.sub-header {margin-top: 20px;}
	.searchandfilter ul li.sf-field-post-meta-min_price .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-min_plocha .sf-meta-range, .searchandfilter ul li.sf-field-post-meta-item-loc-filter ul[data-operator="or"], .searchandfilter ul li.sf-field-post-meta-item-city-info ul[data-operator="and"] {width: 100% !important;}
	.info-window a.button {left: 0; bottom: 0; position: absolute;}
	.gm-style .gm-style-iw-c {max-height: 221px !important; height: 221px !important;}
	.variants .head {display: none;}
	.variants .head .col, .variants .content .item .col {width: 100%; margin: 10px 0;}
	.variants .content .item {height: inherit; line-height: 125%;}
	.variants .col:before {content: 'Dispozice'; display: inline-block; margin-right: 10px; font-size: 14px; width: 85px; font-weight: 500; color: #284668;}
	.variants .col:nth-child(1):before {content: 'Plocha:';}
	.variants .col:nth-child(2):before {content: 'Nájemné:';}
	.variants .col:nth-child(3):before {content: 'Dostupnost:';}
	.variants .col:nth-child(4):before {content: 'Patro:';}
	.variants a.offer {position: static; display: table; margin: 20px 0 0 95px;}
	.variants a.offer:before {font-size: 14px; display: inline-block; content: 'Mám zájem'; position: absolute; left: 0; font-weight: 500; color: #284668;}
	.variants .col {position: relative;}
	.main-box .search-form .inner .searchandfilter h4 {margin: 0 0 15px !important;}

}
@media (max-width: 650px) {
	.offers-wrap a.button.right, .only-desktop {display: none !important;}
	.main-box .search-form {padding: 0; background: none; height: inherit;}
	.main-box .search-form .inner {float: left;}
	.offers-slider .slick-arrow, .refs-slider .slick-arrow {display: none !important;}
	.section-title.left {text-align: center; float: none;}
	.search-results .offers .item {width: 100%; margin-right: 0;}
	.sub-header p {max-width: 100%;}
	.main-box .main-slider .inner-text .name {font-size: 30px;}
	.main-box .main-slider .inner-text p {font-size: 14px;}
	
	
}
@media (max-width: 500px) {
	.main-box h1, .sub-header h1 {font-size: 28px;}
	.title-info {font-size: 12px;}
	section.search-wrap.new-style .searchandfilter h4 {font-size: 18px !important;}
	.offers .item {width: 70vw;}
	.main-box .main-slider .inner-text {padding: 30px 30px 100px 30px;}
	.main-box .main-slider .slick-prev {left: 50%; right: inherit; transform: translate(-30px, 0);}
	.main-box .main-slider .slick-next {right: 50%; transform: translate(30px, 0);}
	.header-search-form {display: none;}
	.prostor-right a.button.blue {line-height: 140%; height: auto; padding: 20px 15px; font-size: 20px;}
	.form-wrap .title {font-size: 22px;}
	section.search-wrap.new-style .results-top {padding: 90px 20px 20px;}
	section.search-wrap.new-style .searchandfilter ul li[data-sf-field-input-type="checkbox"] label {font-size: 14px;}
	.searchandfilter ul li.sf-field-post-meta-item-loc-filter li {width: calc(50% - 10px);}
	section.search-wrap.new-style .searchandfilter h4 + div.sf-meta-range {padding-left: 20px; padding-right: 20px; margin-top: 20px;}
	.searchandfilter .sf-range-max {margin-right: 20px;}

}
@media (max-width: 440px) {
	.searchandfilter ul li.sf-field-post-meta-item-loc-filter li {width: 100%;}


}
@media (min-width: 2200px) {
	section.search-wrap.new-style .search-results {max-width: 900px;}
	.search-map {width: calc(100% - 900px);}

}



