/* 	Style - Settlements Theme	 */
body {
    -webkit-transition: 0.5s background ease;
    -moz-transition: 0.5s background ease;
    -o-transition: 0.5s background ease;
    transition: 0.5s background ease;
}
a, a:hover {
	outline: none !Important;
}
img {
    max-width: 100%;
	height: auto;
}
.shadow {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
}
.row.reverse {
    flex-direction: row-reverse;
}
.row.col-reverse{
	flex-direction: column-reverse;
}
.vertical_arr {
	align-items: center;
}
.bg-menu {
    width: 100%;
    z-index: 2;
}
.page-template-page-tpl-acf .bg-menu.pos-absolute {
	position: absolute;
}
.gallery_arrow_hide .slick-arrow, .gallery_dots_hide .slick-dots {
	display: none !Important;
}
@media (min-width: 992px) {
.page-template-page-tpl-acf .bg-menu.pos-absolute {
	background: transparent !Important;
}
.firstWord {
    display: block;
}
}
@media (max-width: 991px) {
.page-template-page-tpl-acf .bg-menu.pos-absolute {
    position: relative;
}
}
.btn.focus, .btn:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-outline-secondary.focus, .btn-outline-secondary:focus, button.close:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-light:focus, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
	outline: 0px auto -webkit-focus-ring-color;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #B16C42;
    background-color: inherit;
    border-color: #B16C42;
}
.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover, .show>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #B16C42;
}
.top_info {
	padding: 8px 0;
}
.pt1 {
	padding-top: 10px
}	
.mt1 {
	margin-top: 10px;
}
.pb1 {
	padding-bottom: 10px;
}
.mb1 {
	margin-bottom: 10px;
}
.pt2 {
	padding-top: 25px;
}	
.mt2 {
	margin-top: 25px;
}
.pb2 {
	padding-bottom: 25px;
}
.mb2 {
	margin-bottom: 25px;
}
.pt3 {
	padding-top: 30px;
}	
.mt3 {
	margin-top: 30px;
}
.pb3 {
	padding-bottom: 30px;
}
.mb3 {
	margin-bottom: 30px;
}
.pt5 {
	padding-top: 50px;
}	
.mt5 {
	margin-top: 50px;
}
.pb5 {
	padding-bottom: 50px;
}
.mb5 {
	margin-bottom: 50px;
}
.background-image-type {
	background-size: cover;
    background-position: center;
	width: 100%;
    height: 100%;
}
.minus_margin {
	margin-top: 0 !Important;
}
@media (min-width: 992px) {
.minus_margin {
	padding-top: 0 !Important;
	position: relative;
    z-index: 2;
}	
.background-image-type {
	min-height: 430px;
}
.mt1.minus_margin {
	margin-top: -20px !important;
}
.mt2.minus_margin {
	margin-top: -40px !important;
}
.pt3 {
	padding-top: 60px;
}	
.mt3 {
	margin-top: 60px;
}
.mt3.minus_margin {
	margin-top: -60px !important;
}
.pb3 {
	padding-bottom: 60px;
}
.mb3 {
	margin-bottom: 60px;
}
.pt5 {
	padding-top: 120px;
}
.mt5 {
	margin-top: 120px;
}
.mt5.minus_margin {
	margin-top: -120px !important;
}
.pb5 {
	padding-bottom: 120px;
}
.mb5 {
	margin-bottom: 120px;
}
}
@media (min-width: 1200px) {
.background-image-type {
	min-height: 520px;
}	
}
@media (min-width: 1600px) {
.background-image-type {
	min-height: 650px;
}		
}
.btn.flex-inline,
.btn.flex-inline2 {
	align-items: center;
    display: inline-flex;
}
.btn.flex-inline2 {
	justify-content: space-between;
}
.icon_bt {
    display: inline-block;
    margin-left: 20px;
	background-color: #fff;
}
.icon_box.accent_color .btn-primary.accent_color:hover .icon_bt {
	background-color: #fff !Important;
}
.home_icon {
	-webkit-mask: url("../../img/svg/icon-house.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-house.svg")no-repeat !Important;
    width: 17.2px;
    height: 15.29px;
}
.home2_icon {
	-webkit-mask: url("../../img/svg/icon-house2.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-house2.svg")no-repeat !Important;
	width: 21.212px;
    height: 18.855px;
}
.price_icon {
	-webkit-mask: url("../../img/svg/icon-price.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-price.svg")no-repeat !Important;
    width: 23.945px;
    height: 21.765px; 
}
.email_icon {
	-webkit-mask: url("../../img/svg/icon-email.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-email.svg")no-repeat !Important;
    width: 20px;
    height: 13.5px;
}
.phone_icon {
	-webkit-mask: url("../../img/svg/icon-phone.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-phone.svg")no-repeat !Important;
    width: 20px;
    height: 20px;
}
.plan_icon {
	-webkit-mask: url("../../img/svg/icon-plan.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-plan.svg")no-repeat !Important;
    width: 21.293px;
    height: 20.981px;
}
.send_icon {
	-webkit-mask: url("../../img/svg/icon-send.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-send.svg")no-repeat !Important;
    width: 20.082px;
    height: 20.082px;
}
.location_icon {
	-webkit-mask: url("../../img/svg/icon-location.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-location.svg")no-repeat !Important;
    width: 16.1px;
    height: 23px;
}
.arrowr_icon {
	-webkit-mask: url("../../img/svg/icon-arrow-right3.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-arrow-right3.svg")no-repeat !Important;
    width: 14.099px; 
    height: 13.742px;
}
.spacer_icon {
	-webkit-mask: url("../../img/svg/icon-street-view.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-street-view.svg")no-repeat !Important;
    width: 22.391px;
    height: 22.391px;
}
.delete_icon {
	-webkit-mask: url("../../img/svg/icon-delete.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-delete.svg")no-repeat !Important;
    width: 12.666px;
    height: 17px;
}
.filter_icon {
	-webkit-mask: url("../../img/svg/icon-filter.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-filter.svg")no-repeat !Important;
    width: 18.948px;
    height: 14px;
}
.icon1_footer,
.icon2_footer,
.icon3_footer,
.icon4_footer,
.icon5_footer {
	padding-left: 27px;
	position: relative;
}
.icon1_footer:before,
.icon2_footer:before,
.icon3_footer:before,
.icon4_footer:before,
.icon5_footer:before {
    content: '';
    position: absolute;
    width: 15px;
	height: 15px;
    left: 0;
	filter: invert(51%) sepia(1%) saturate(3290%) hue-rotate(178deg) brightness(78%) contrast(77%);
}
.icon1_footer:before {
	background: url(../../img/mail_footer.png) no-repeat;
	top: 7px;
}
.icon2_footer:before {
	background: url(../../img/tel_footer.png) no-repeat;
	top: 5px;
}
.icon3_footer:before {
	background: url(../../img/loc_footer.png) no-repeat;
	top: 6px;
}
.icon4_footer:before {
	background: url(../../img/clock_footer.png) no-repeat;
	top: 7px;
}
.icon5_footer:before {
	background: url(../../img/person_footer.png) no-repeat;
	top: 4px;
}
@media (max-width: 767px) {
.icon3_footer {
    margin: 0 auto;
	padding-left: 20px;
	display: table;
}
.footer .col-md-6:first-child .icon3_footer {
	padding-left: 0px;
}
p.icon5_footer,
p.icon4_footer,
p.icon2_footer {
    display: inline-block;
    margin-left: -27px;
}
}
@media (min-width: 992px) {
.img-expand .col-expand.mobile_media_box_img  {
    position: absolute;
    width: 100%;
    right: 0px;
	height: 100%;
	overflow: hidden;
}
.expand_width {
	max-width: 1920px;
    position: relative;
    margin: 0 auto;
}
.row.reverse.img-expand .col-expand.mobile_media_box_img  { 
	right: unset;
	left: 0px;
}
.img-expand .col-expand.mobile_media_box_img  img {
    max-width: initial;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 2;
    display: block;
}
.img-expand .col-expand.mobile_media_box_img {
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 992px) {
.img-expand {
	height: auto !Important;
}
}
@media (max-width: 991px) {
.center_img img {
    width: 100%;
}
}
.social_url {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
}
.image_bg_relative {
	position: relative;
}
.image_bg {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.txt_box.accent_color,
.html_box.accent_color {
	color: #fff;
}
.type_rotator_box.accent_color h2,
.type_list_box.accent_color h2,
.table_box.accent_color h2,
.nawigator_box.accent_color h2,
.filtracja_box.accent_color h2 {
	color: #fff;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	background: #fff;
	padding: 15px;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg {
    position: relative;
}
@media (max-width: 991px) {
.html_box .container,
.txt_box .container,
.media_box .container {
    max-width: 100%;
}
.media_box .mobile_media_box_img {
	padding: 0;
}
.html_box .image_bg,
.txt_box .image_bg,
.media_box  .background-image-type,
.media_box .image_bg {
	position: relative !Important;
    height: 300px !important;
}
.media_box .row,
.media_box .row.reverse {
    flex-direction: column-reverse;
} 
.media_box.bg_gray .container, .media_box.accent_color .container {
	padding-top: 0 !Important;
}
.media_box .more_mobile_cta .btn.btn-primary {
    margin-bottom: 0px;
}
.media_box .media_box_bg {
	padding-top: 35px;
}
.vertical_arr_txt .media_box_bg .media_box_text {
	padding-bottom: 50px;
}	
.media_box .media_box_text p:last-child {
	margin-bottom: 0;
}
.html_box.image_bg_relative .container,
.txt_box.image_bg_relative .container {
	margin-top: 0 !Important;
	padding-bottom: 1px !important;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	margin-bottom: 30px;
	padding-top: 15px;
	margin-top: -35px;
	position: relative;
	z-index: 2;
}
.media_box.image_bg_relative .media_box_bg .media_box_text,
.txt_on_image .media_box_bg .media_box_text {
	padding-bottom: 0px;	
}
.image_bg_relative .container {
	background: #F5F5F5;
	padding-bottom: 0 !Important;
    padding-top: 0 !important;
}
}
@media (max-width: 767px) {
.media_box  .background-image-type,	
.media_box .image_bg {
    height: 250px !important;
}		
}
@media (max-width: 575px) {
.media_box  .background-image-type,	
.media_box .image_bg {
    height: 200px !important;
}		
}
@media (min-width: 992px) {
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 15px;
}
.vertical_arr_txt .media_box_bg .media_box_text {
	padding-top: 30px;
	padding-bottom: 30px;
}	
.vertical_arr_txt .media_box_bg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;
}	
.txt_on_image  .vertical_arr_txt .media_box_bg .media_box_text {
	padding-top: 0px;
	padding-bottom: 0px;
}
.extra_padding .more_pc_cta,
.extra_padding .more_mobile_cta {
    padding-right: 30px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 30px;
    padding-right: 15px;
}
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 30px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 30px; 
} 
.txt_on_image .container,
.txt_on_image .container-fluid {
	position: relative;
}
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 20px;
}
.txt_on_image .col-lg-12:first-child {
	position: absolute;
	z-index: 2;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
	max-width: 960px;
    margin: auto;
}
.txt_on_image .col-lg-6:first-child {
	position: absolute;
	z-index: 2;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
	max-width: 480px;
	left: calc(50% - 480px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 480px);
	left: unset;
}
.txt_on_image .col-lg-6.vertical_arr_txt:first-child,
.media_box.image_bg_relative .col-lg-6:first-child {
	padding-right: 0 !Important;
}
.txt_on_image .reverse .col-lg-6.vertical_arr_txt:first-child,
.media_box.image_bg_relative .reverse .col-lg-6:first-child {
	padding-left: 0 !Important;
	padding-right: 15px !Important;
}
.col-lg-6.vertical_arr_txt:last-child {
	padding-left: 0 !Important;
}
.reverse .col-lg-6.vertical_arr_txt:last-child {
	padding-right: 0 !Important;
	padding-left: 15px !Important;
}
.media_box .container-fluid .reverse .mobile_media_box_img {
	padding-left: 0;
	padding-right: 15px;
}
.media_box .container-fluid .mobile_media_box_img {
	padding-right: 0;
	padding-left: 15px;
}	
}



@media (min-width: 1200px) {
.extra_padding .more_pc_cta,	
.extra_padding .more_mobile_cta {
    padding-right: 60px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 60px; 
} 
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 60px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 60px; 
} 
.txt_on_image .col-lg-12:first-child {
    max-width: 1140px;
}
.txt_on_image .col-lg-6:first-child {
	max-width: 570px;
	left: calc(50% - 570px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 570px);
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 25px;
}
}


@media (min-width: 1600px) {
.extra_padding .more_pc_cta,
.extra_padding .more_mobile_cta {
   padding-right: 90px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 90px; 
} 
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 90px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 90px; 
} 
.txt_on_image .col-lg-12:first-child,
.fluid_desc {
    max-width: 1290px;
}
.txt_on_image .col-lg-6:first-child {
	max-width: 630px;
	left: calc(50% - 630px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 630px);
}
.txt_on_image .reverse .col-lg-6:first-child,
.txt_on_image .col-lg-6:first-child {
	padding: 0 !Important;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 30px;
}
	
}


.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .more_mobile_cta .media_box_bg {
	float: right;
}
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg {
	float: left;
}
@media (min-width: 991px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg {
	max-width: 450px;
}
}

@media (min-width: 1200px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg {
	max-width: 515px;
}
}

@media (min-width: 1600px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg {
	max-width: 630px;
}
}




.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 10px;
	text-align: left;
}
@media (min-width: 1200px) {
.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 20px;
}	
}
@media (min-width: 1600px) {
.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.media_box h2, .html_box h2, .txt_box h2, .galeria_box h2 {
    text-align: left;
}
}
.more_mobile_cta .btn.btn-primary {
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
.more_mobile_cta .btn.btn-primary {
	margin-top: 20px;
	margin-bottom: 0;
}
}



#spacer .row .col-lg-12,
#spacer {
    padding-left: 0;
    padding-right: 0;
}
#spacer .row {
	margin-left: 0;
	margin-right: 0;
}




.privacy-policy .post,
.single-post .post {
    padding: 50px 0;
} 
.archive.category .header {
	margin-bottom: 50px;
}
.archive.category .footer {
	margin-top: 50px;
}
.archive.category .post_cat_list img {
    width: 100%;
}
.archive.category .post_cat_list {
    margin-bottom: 20px;
}
footer {
	font-size: 16px;
}
.aditional_icon2 a,
footer .col a {
word-wrap:break-word	
}

footer h4 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 20px;	
}
footer img {
	margin-bottom: 20px;	
}
.copyright {
	text-align: center;
}
.copyright .container {
    opacity: 0.75;
}
.copyright a {
	color: #fff;	
}
@media (min-width: 992px) {
footer .container .col:nth-child(2) p,
footer .container .col:nth-child(2) h4 {
	padding-left: 50px;
}
footer .container {
	padding-top: 50px !Important;
	padding-bottom: 50px !Important;
}
}
@media (min-width: 1200px) {
footer .container .col:nth-child(2) p,
footer .container .col:nth-child(2) h4 {
	padding-left: 70px;
}
footer h4 {
	margin-bottom: 30px;
}
footer .container {
	padding-top: 60px !Important;
	padding-bottom: 60px !Important;
}
}
@media (min-width: 1600px) {
footer h4 {
	margin-bottom: 40px;
}
footer .container {
	padding-top: 70px !Important;
	padding-bottom: 70px !Important;
}
}

@media (max-width: 991px) {
footer .container .col {
   flex-basis: 50%;
   max-width: 50%;
}
footer p {
    margin-bottom: 10px;
}
footer .container .col:first-child h4 {	
	margin-top: 0px;
}
.copyright {
    font-size: 14px;
}
}
@media (max-width: 767px) {
footer .container .col {
   flex-basis: 100%;
   max-width: 100%;
}
footer h4 {	
	margin-top: 20px;
}
footer  {
	text-align: center;
}
}
@media (min-width: 992px) {
.modal-footer {
    position: absolute;
    right: 40px;
    top: -7px;
    border: 0;
}
}



@media (min-width: 576px){
#houseTourModal .modal-dialog {
	    max-width: 1200px;
}
}
#privacyModal .modal-dialog {
	width: 80%;
	max-width: 800px;
}
#privacyModal .modal-dialog dl, ol, ul {
    padding-left: 20px;
}

@media (max-width: 575px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 100%;
}
}
#housePlanModal .modal-body img,
#houseTypePlanModal .modal-body img {
    width: 100%;
}
/*
#houseTypePlanModal .modal-body,
#housePlanModal .modal-body {
    overflow-y: scroll !important;
    overflow-x: hidden !Important;
    max-height: 700px !important;
}
*/
@media (min-width: 576px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 510px;
}
}
@media (min-width: 768px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 690px;
}
}
@media (min-width: 992px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 930px;
}
}
@media (min-width: 1201px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 1110px;
}
}
@media (min-width: 1440px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 1260px;
}
}
@media (min-width: 2000px){
#houseTypePlanModal .modal-body,
#housePlanModal .modal-body {
    max-height: 1100px !important;
}
}
@media (max-width: 575px){
.modal-footer {
	flex-direction: column;
}
.modal-footer div {
	width: 100%;
}
.modal-footer div .btn-primary {
	margin-bottom: 10px !important;
}
.modal-footer>:not(:last-child) {
    margin-right: 0;
}
.modal-footer .btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.modal-footer .btn:last-child {
	margin-bottom: 0px;
}
}
#housePlanModal span.cena_tabela {
	display: inline-block;
	padding: .375rem .75rem;
}




#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:#fff}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;border:none}.cn-button{font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0;padding:0;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.cn-button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05);text-decoration:none}.cn-button.bootstrap,.cn-button.wp-default{text-decoration:none;padding:8.5px 10px;line-height:1}.cn-button.wp-default{color:#fff;background:#fbb03b}.cn-button.bootstrap{color:#fff;background:#00a99d}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}