/*
--------------------------------------------------------------
Theme Name: BO-HOME/V1
Theme URI: https://brings-online.com/demo/wordpress-immobilien-themes/home-v1/
Description:  WordPress-Theme für Immobilienmakler. BO-HOME liefert alles, um Immobilienobjekte zu verwalten und zu präsentieren. Auch für Anfragen zu den Immobilienobjekten sind Formulare und Funktionen vorbereitet.
Version: 2.2.1
Tested up to: 6.8	
Requires PHP: 7.4
Author: sb | brings-online.com
Author URI: https://brings-online.com 
Text Domain: bobox
Domain Path: /languages
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
--------------------------------------------------------------
*/
@import url("css/fonts.css");
@import url("css/icofont.min.css");

/* ============= reset ============== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font: inherit; margin: 0; padding: 0; vertical-align: baseline; font-style:normal;}
mark {background:none;}
input[type="text"], input[type="submit"], textarea, select { -webkit-appearance:none;-moz-appearance:none;appearance:none;}
html { height: 100%; margin:0; padding:0;}
html {-webkit-text-size-adjust: none;}
body { height:100%; margin:0; padding:0; text-align:center;font-family: 'Montserrat', sans-serif;font-weight:300; font-size:100%; color:#484B59;}
body {overflow-x:hidden;}
img { border:none;}
h1,h2,h3,h4,h5,h6,p,ul,li,form { margin:0; padding:0;}
ul, li { list-style:none;}
.clear { clear:both;}
em {font-style:italic;}
strong {font-weight:500;}
sub, sup {font-size:10px !important;}
.hidden {visibility:hidden;}
.visible {visibility:visible;}
.bo-orange {color:#c67814;}
.bo-darkgrey {color:#565966;}

/* =========================  clear =========================  */ 

.clearfix:before,  
.clearfix:after {content: " "; display: table; }  
.clearfix:after {clear: both; }  
.clearfix {*zoom: 1;}  
.clear { clear:both;}

/* ======================= shortcode grid ====================== */ 

.columns {margin:0; padding:10px 0;}
.columns p {padding:5px 15px 5px 0;}
.columns .col1-3 img { max-width:97.5%; height:auto;}
.col1-1 { width:100%; }
.col1-2 {width:50%;}
.col1-3 {width:33.333333%;}
.col1-4 {width:25%;}
.col2-3 {width:66%;}
.col3-4 {width:75%;}
.col1-1, .col1-2, .col1-3, .col1-4, .col2-3, .col3-4 {margin:0; float:left; display:inline-block; padding:1px 0;}
.inner { margin:0 25px 0 0; }
div.columns .col2-3 .inner:last-child { margin:0;}
.col1-4 .inner { padding:0 17px 0 0;}

/* ========================= structure ========================= */

.superwrap { width:100%; margin:0; padding:0; text-align:center;}
#header {margin:0; padding:0; height:auto; position:relative; }
.wrapper {width:100%; margin:0; padding:0; text-align:center; }
.wrapper.footer {padding-bottom:30px;}
.content {margin-left:auto; margin-right:auto; max-width: 1360px; padding:0; text-align:left; position:relative; }
.top-full-menu {width:100%; max-width:1360px;}
.image-wrapper {width:100%; max-width:1360px;}
.topline-content {width:100%; max-width:1320px;}

.content.page-content { padding:0 20px 0 20px; background:#fff; }
.content.homepage-content, .content.fullpage-content { padding:0 20px; background:#fff; }
article.bo-article-content {}

.bo-columns-section {display:flex;}
.bo-column-right {flex-basis:28%;}
.bo-column-left {flex-basis:72%;}
.has-max-width-50 {max-width:50%; margin-left:auto;margin-right:auto;}
.has-max-width-60 {max-width:60%; margin-left:auto;margin-right:auto;}
.has-max-width-70 {max-width:70%; margin-left:auto;margin-right:auto;}
.has-max-width-80 {max-width:80%; margin-left:auto;margin-right:auto;}
.has-max-width-90 {max-width:90%; margin-left:auto;margin-right:auto;}

.pagetop {background:#f0f1f6; color:#484B59; padding:5px 0;}
.footer {background:#f0f1f6; color:#484B59;}

.homepage-section {height:auto; text-align:center; overflow:hidden; }
.inner-section {padding:20px 0; text-align:left;}

#sidebar {padding-left:40px;}

.img-responsive {width:100%;height:auto; display:block;}
hr, hr.wp-block-separator { margin:15px 0; display: block;  height:1px; background:none; border:none; border-bottom:1px dotted #ccc;}

.desktop-only {display:block;}
.mobile-only {display:none;}

@media screen and (max-width: 1024px)  {
.has-max-width-50 {max-width:70%;}
.has-max-width-60 {max-width:80%;}
.has-max-width-70 {max-width:90%;}
.has-max-width-80 {max-width:90%;}
.has-max-width-90 {max-width:100%;}	
.bo-column-right {flex-basis:32%;}
.bo-column-left {flex-basis:68%;}
}

@media screen and (max-width: 940px)  {
.has-max-width-50 {max-width:80%;}
.has-max-width-60 {max-width:80%;}
.has-max-width-70 {max-width:90%;}
.has-max-width-80 {max-width:100%;}
.has-max-width-90 {max-width:100%;}		
.bo-column-right {flex-basis:34%;}
.bo-column-left {flex-basis:66%;}	
.desktop-only {display:none;}
.mobile-only {display:block;}	
}

@media screen and (max-width: 800px)  {
.has-max-width-50 {max-width:100%;}
.has-max-width-60 {max-width:100%;}
.has-max-width-70 {max-width:100%;}
.has-max-width-80 {max-width:100%;}
.has-max-width-90 {max-width:100%;}		
.bo-column-right {flex-basis:36%;}
.bo-column-left {flex-basis:64%;}		
}
@media screen and (max-width: 640px)  {
.bo-columns-section {flex-wrap:wrap;}
.bo-column-right {flex-basis:100%;}
.bo-column-left {flex-basis:100%;}	
#sidebar {padding-left:0;}	
}

/* ========================= font ========================= */ 

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif; font-weight:300; line-height:1.35em;  }
h1 { font-size:36px; margin:10px 0; padding:0;}
h2 { font-size:32px;  margin:10px 0; padding:0;   }
h2 a, h3 a, h4 a, h5 a { text-decoration:none; color:#484B59; }
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {text-decoration:none; }
h3 {font-size:28px; margin:10px 0; padding:0;}
h4 {font-size:25px; margin:0; padding:0; font-weight:400; }
h5 {font-size:23px; margin:0; padding:0; font-weight:400; }

.logotitle {font-size:30px; line-height:1.2em; letter-spacing:1.2px; text-transform:uppercase; margin:0; padding:0; font-weight:700; color:#565966;}
.logotitle a { color:#565966; text-decoration:none;}
.logosubtitle {font-size:16px; line-height:25px; margin:0 0 0 1px; padding:0; font-weight:normal; color:#565966; }

.pagetitle, h1.pagetitle {font-size:36px; line-height:1.6em; margin:35px 0 35px 0; padding:0; position:relative; }
.pagetitle:after {content:""; position:absolute; bottom:-5px; left:0; height:2px; width:80px;}

.pagetitle.centerheadline {text-align:center}
.pagetitle.centerheadline:after {left:0; right:0; margin:auto; }

.archivetitle span {display:inline-block; margin:0 15px; position:relative;}
.archivetitle span:after {content:".";  position:absolute; top:-10px;right:-22px}
.archivetitle span:last-child:after {display:none;}

h2.property-section-headline {font-size:36px;position:relative; text-align:center;margin:30px 0;padding-bottom:20px;}
h2.property-section-headline:after {content:""; position:absolute; bottom:0; left:0;right:0; margin:auto; height:2px; width:120px;}

@media screen and (max-width: 940px)  {h2.property-section-headline {font-size:28px;} }
.slogan { margin:0; display: block; text-align: center;position:relative; }
.preambel {font-weight:400; padding:0; margin:25px 0 0 0;text-transform:uppercase;font-size:13px;}
.slogan > span { position:relative; height:2px; width:80px; display: inline-block;margin-bottom:25px;}
.slogan h1, .slogan h2, .slogan h3, .slogan h4, .slogan h5 { font-size:32px; line-height:1.4em;  font-weight:300; margin:0; padding:0 0 10px 0; }

.slogan.left {text-align: left;}
.slogan.right {text-align:right;}
.slogan.center {text-align:center;}


@media screen and (max-width: 360px)  {h1 {font-size:26px !important} }

a {text-decoration:none;}
p { padding:10px 0; margin:0; line-height:1.8em; font-size:16px;}
a, p a, li a, label a {text-decoration:none;}
article p a, article li a, article label a {border-bottom:1px dotted}
article .block-contact-box-list li a {border-bottom:none;}
article p a:hover, article li a:hover, article label a:hover {border-style:solid;}

article ul { margin:20px 0 25px 20px; padding:0; }
article ul li {list-style-type:disc;  padding-left:5px; line-height:1.55em; margin:6px 0; font-size:16px;}
article ul ul {margin:5px 0 15px 10px; padding:0;}
article ul li ul li  {  list-style-type:circle; }

.bo-property-more a,
.bo-taxsearch button.bo-taxform-button-submit,
.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset,
#bo-quicksearch-searchform input#searchsubmit,
#bo-quicksearch-searchform input#search2submit,
.bo-favorites-single span.bo-favorite-button,
.bo-favorites-single .bo-favorites-list-button a,
.bo-request-button a, #tabContainer #tabitems li a, 
.bo-property-marker, .contactform button, .bo-taxform-button,
.bo-taxsearch button.bo-taxform-button-submit.prop-taxsearch2-button-submit, 
.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset, .bo-quicksearch2-headline,
.bo-taxsearch .chosen-container-single .chosen-single, .bo-taxsearch ul li ul li,
ul.bo-quick-select li, .bo-quicksearch-keyword input.bo-quick-input, #bo-quicksearch-searchform.quick2search input.bo-quick-input, 
#topmenu, .filter-button-group button, .bo-top-object-title, .footer-box .footerboxtitle, .breadcrumb, .bo-content-button, .bo-simple-objsearch input[type="submit"],
.sidebarbox .widgettitle, .blog-grid-item-image .blog-category, .bo-testimonial-cite, 
.ibox a.more-link, .ibox .box-title, .ibox .box-subtitle, .bo-block-cta-buttons a, span.open-mobile-taxsearch, .topline-content, .featobj-headline,
.preambel, .bo-quicksearch2-mobile-button, .profilesubtitle, .profilename, .wp-block-button, .logosubtitle, .cookie-button, .bo-block-cta-heading, .bo-block-cta-subtitle
{font-family: 'Roboto Condensed', sans-serif;font-weight:400;}

.bo-simple-objsearch .objectsearch input[type="text"],
.contactform select,.contactform input, .contactform textarea,
.footer-box input#searchinput {font-family: 'Montserrat', sans-serif;font-weight:400;}

form input, form textarea {font-family: 'Montserrat', sans-serif;font-weight:400;}
form input[type="submit"] {font-family: 'Roboto Condensed', sans-serif;font-weight:400;}


/* ========================= button border-radius ========================= */ 

.bo-content-button a, .ibox a.more-link, .bo-block-cta-button-1, .bo-block-cta-button-2, .bo-property-more a, .bo-property-box.has-4-boxes .bo-property-more a,
.contactform button, .bo-home-form input[type="submit"], .wpcf7 input[type="submit"], .bo-request-button a, .bo-favorites-single span.bo-favorite-button, .bo-favorites-single .bo-favorites-list-button a, .wp-block-button a, .cookie-button {border-radius:7px;}


/* ===================== colors ================= */

.bo-request-button a, .contactform button, .bo-taxsearch button.bo-taxform-button-submit:hover, .bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset:hover,.bo-simple-objsearch input[type="submit"],.bo-property-marker,.property-nav .page-numbers.current,.bo-request-button a,#bo-quicksearch-searchform input#searchsubmit,#bo-quicksearch-searchform input#search2submit,.footer-box input#searchsubmit,.bo-top-object-title, .blog-grid-item-image .blog-category, .blog-grid-item-image .blog-category a, form.searchform-wp-search input#searchsubmit, .ibox a.more-link, span.open-mobile-taxsearch, .bo-quicksearch2-mobile-button, .bo-comment-count, .cookie-button, #topmenu ul li.bo-menu-highlight > a  {background:#C67814;color:#fff;}

.pagetitle:after, h2.property-section-headline:after, #respond input#submit,.bo-comment-count,.sidebarbox ul li:hover:before,
.sidebarbox ul li.current-cat:before, .sidebarbox ul li.current-menu-item:before,.sidebarbox ul li.current-menu-parent:hover:before,
.sidebarbox ul ul.sub-menu li:hover:before, .slogan > span, #topmenu > ul > li > a:before {background:#C67814;}

.preambel, p a, li a, label a, .bo-property-image .bo-loop-favorite, .property-nav .page-numbers, .bo-carousel-pager .slick-next:hover, .bo-carousel-pager .slick-prev:hover, .bo-property-carousel-wrapper:hover .bo-carousel-pager, .bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next, .contactform span.selectwrap:after, .contactform label.agreelabel a, .bo-favorites-single span.bo-favorite-button, .bo-favorites-single .bo-favorites-list-button a, #tabContainer #tabitems li a:hover,#tabContainer #tabitems li a.active,#tabContainer #tabitems li.ui-state-active a, #tabContainer #tabitems li a.active,#tabContainer #tabitems li.ui-state-active a, .filter-button-group button.is-checked, .no-prop-info p, ul.team-profile-contact-data li a:hover, #comments-box a.comment-reply-link, ul.comment-list li.bypostauthor .comment-author, .blog-grid-item:hover .blog-grid-item-title, .bo-meta i, .bo-blog-single-nav i, .bo-blog-single-nav a:hover, .bo-meta a:hover, .sidebarbox ul li:hover > a, .sidebarbox ul li.current-cat > a, .sidebarbox ul li.current-menu-item > a, .sidebarbox .tagcloud a:hover, #wp-calendar a, .footer-box ul li:hover:before,.footer-box a:hover,.footer-box input#searchinput, .bo-top-object-image .bo-loop-favorite, .slide-slick-prev:hover, .slide-slick-next:hover, .bo-faq-headline i, .ibox .box-icon, .topline-menu ul li.current-menu-item a, .topline-content a:hover, #topmenu ul li:hover > a, #topmenu ul li.active > a, #topmenu ul li.current_page_parent > a, #topmenu ul li.current_page_ancestor > a, .featobj-thumbnail .bo-loop-favorite {color:#C67814;}

.bo-property-more a, .bo-content-button a {color:#C67814; border:2px solid #C67814;font-size:17px; }

.bo-property-carousel-wrapper .slick-dots li button:hover, .bo-property-carousel-wrapper .slick-dots li button:focus, .bo-property-carousel-wrapper .slick-dots li.slick-active button, #respond input#submit, .bo-block-prop-slider .slick-dots li button:hover, .bo-block-prop-slider .slick-dots li button:focus, .bo-block-prop-slider .slick-dots  li.slick-active button, .bo-testimonial-carousel .slick-dots li.slick-active button, article p a, article li a, article label a {border-color:#C67814;}


/* ===================== top ================= */

.top-full {width:100%;}
.logo {margin:0; padding:25px 0;position:relative; z-index:999;}
.logo.logo-center {text-align:center; margin-left:auto;margin-right:auto; }
.logo img {width:100%; height:auto; display:block;}


.topline { background:#f0f1f6; padding:2px 0; margin:0; width:100%; text-align:center;  }
.topline-content {margin:0 auto; padding:10px; display:flex; justify-content:space-between;align-items:center; font-size:14px; width:calc(100% - 20px); }
.top-left {  margin:0; padding:0; text-align:left;}
.top-right { margin:0; padding:0; text-align:right;}
.topline-menu ul {list-style:none; margin:0; padding:0;}
.topline-menu ul li { display:inline-block; padding:0 10px 0 0; }
.topline-menu ul li:last-child { padding:0;}
.topline-menu ul li a, .topline-content a {color:#565966}
.topline-menu ul li a:hover,.topline-menu ul li.current-menu-item a, .topline-content a:hover {text-decoration:none;}
.topline-data span { padding:0 7px;}
.topline-data span i { margin-right:5px;}
.top-socials {display:inline-block;padding-left:15px;}
.top-socials .smicons {display:inline-block; margin:0; padding:0;}
.top-socials .smicons span {background:none;  width:22px; height:22px; display:inline-flex; margin:0 2px 0 0; padding:0; text-align:center;}
.top-socials .smicons span::before {font-size:13px;line-height:22px;color:#606774; margin:0 auto; padding:0; font-family: "icofont"; display:flex-center;}

@media screen and (max-width: 480px)  {
.logo.logo-center {text-align:left; margin-left:20px;margin-right:0; }	
.topline-content {flex-wrap:wrap; justify-content:center; align-items:center;font-size:17px; line-height:1.5em;}
.top-left {margin:30px 0 0 0; text-align:center;}
.top-right { margin:20px 0; padding:0; text-align:center;}	
.top-socials {display:block;padding-left:0; padding-top:25px;}	
.top-socials .smicons span::before {font-size:18px;}	
}

/* ===================== main menu ===================== */

.top-full-menu {margin:0 auto;  border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;text-align:center; }
#topmenu{margin:0 auto; position:relative; }
#topmenu.menu-center {text-align:center;padding:0 10px; }
#topmenu.menu-left {text-align:left;padding:0; }
#topmenu,#topmenu ul li,#topmenu ul li a,#topmenu #head-mobile {list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#topmenu:after,#topmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#topmenu #head-mobile{display:none}
#topmenu ul {list-style:none; margin:0; padding:0;}
#topmenu ul li {list-style:none; position:relative; display:inline-block; padding:0 20px; margin:0;}
#topmenu ul li a {color:#484B59;text-decoration:none; padding:20px 0; margin:0; display:block;font-size:15px; font-weight:400; text-transform:uppercase; position:relative; }
#topmenu > ul > li > a:before {content:'';width:0;height:1.5px;position:absolute;left:0;bottom:-1px; -webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;z-index:9999;} 
#topmenu ul li:hover > a:before {width:100%;}
#topmenu ul ul {position:absolute;left:-9999px;z-index:999; border-radius:0 0 2px 2px; padding:7px 0 0 0;background:#fff;  }
#topmenu ul li.edge:hover > ul{left:inherit; right:4px; width:auto; }
#topmenu ul ul li{height:0;opacity:0;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;transition:all 300ms ease; padding:0;  }
#topmenu ul ul li a {padding:12px 15px; text-align:left;min-width:180px;font-size:15px; font-weight:300;  text-transform:none; line-height:1em; text-decoration:none;}
#topmenu li:hover > ul{left:5px; width:auto;border:1px dotted #ccc;border-top:none;}
#topmenu li:hover > ul > li{height:auto;opacity:1; margin:0; display:block;width:100%;white-space:nowrap; border-bottom:1px dotted rgba(0,0,0,.1); }
#topmenu li:hover > ul > li:last-child {border-bottom:none;}
#topmenu ul ul li:last-child > a,#topmenu ul ul li.last-item > a{border-bottom:0}
#topmenu ul ul ul {margin-left:100%; top:-1px;}
#topmenu ul ul li:hover > ul{left:2px;width:auto;border:1px dotted #ccc;border-top:1px dotted #ccc;}
#topmenu ul ul li.has-sub > a:after{position:absolute;top:11px;right:5px;width:15px;height:15px;display:block;content:"\ea69"; font-family:"icofont";font-size:12px;}

#topmenu ul li.edge ul li.has-sub > a{padding-left:30px; padding-right:0;}
#topmenu ul li.edge ul li.has-sub > a:after{right:0;left:5px; content:"\ea67";}
#topmenu ul li.edge ul li.has-sub ul {margin-left:calc(-100% - 2px);top:-1px; border-top:1px solid #E6E8ED; }
#topmenu ul ul li.edge.has-sub > a{padding-left:30px; padding-right:0;}
#topmenu ul ul li.edge.has-sub > a:after{right:0;left:5px; content:"\ea67";}
#topmenu ul ul li.edge ul {margin-right:calc(100% - 5px);margin-left:0;  }

.toggleMenu { display:none;}
.fixednav {position:fixed !important; z-index:9999; left: 0;top:0; width:100% !important; max-width:100%; background:#fff; box-shadow:0 0 2px rgba(0,0,0,.3);} 
.logothumb { display:none;}
.fixednav .logothumb {display:block; float:left; margin-right:40px;}

#topmenu ul li.bo-menu-highlight > a {padding:12px 10px 12px 10px;margin-bottom:8px; border-radius:1px; color:#ffffff !important;}
#topmenu ul li.bo-menu-highlight:hover > a {border-radius:4px;}
#topmenu ul li.bo-menu-highlight.current-menu-item:hover > a {color:#ffffff !important; }
#topmenu ul li.bo-menu-highlight:hover > a:before,#topmenu ul li.bo-menu-highlight > a:before {background:none;}
#topmenu ul li.bo-external-link a:before {content:"\ef20"; font-family:"icofont"; margin-right:7px; color:#C67814;}


@media screen and (max-width: 1024px)  {
#topmenu ul li {padding:0 16px;}	
}

@media screen and (max-width: 940px)  {
#topmenu #head-mobile{display:block; position:relative; height:48px;}
.mobilebutton{ width:60px;height:48px; position:absolute;right:0;top:-5px;cursor:pointer;z-index:77; margin-bottom:2px; }
.mobilebutton:after{position:absolute;top:25px;right:15px;display:block;height:5px;width:40px;border-top:6px solid #C67814;border-bottom:6px solid #C67814;content:''}
.mobilebutton:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease; position:absolute; top:14px; right:15px; display:block; height:6px; width:40px; background:#C67814;content:''}
.mobilebutton.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:6px;width:35px;background:#C67814;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.mobilebutton.menu-opened:before{top:23px;background:#C67814;width:35px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#topmenu { position:relative;text-align:left; margin:0; padding:0; z-index:78; width:100%; }
#topmenu ul{ display:none; float:none; text-align:left; padding:10px 0;}
#topmenu ul li a {padding:16px 0; border-bottom:1px solid #EAEBEF; font-size:16px;}		
#topmenu ul li:last-child a {border-bottom:none; }			
	
#topmenu ul li {width:100%;float:none; background:#FFFFFF;}
#topmenu ul li.current-menu-item > a:before, #topmenu ul li.current-menu-item:hover > a:before, #topmenu ul li:hover > a:before {width:0;display:none;}	
#topmenu ul li ul {display:none;position:relative;float:none;left:0; border-bottom:1px solid #E6E7F0; padding-bottom:10px;}
#topmenu ul ul li  {height:auto;opacity:0;-webkit-transition:none;-ms-transition:none;transition:none; padding:0; background:none; border-bottom:none }
#topmenu ul ul li a {padding:15px 15px; text-align:left;font-size:16px; font-weight:300;  text-transform:none; text-decoration:none; border-bottom:1px dotted #ccc}
	
#topmenu li:hover > ul{left:0; width:auto;border:none;border-bottom:1px solid #E6E7F0;}
#topmenu li:hover > ul > li{ border-bottom:none;}
#topmenu ul ul ul {margin-left:0;top:0; }	
#topmenu ul ul li {opacity:1; transition:none;  }	
	
#topmenu .submenu-button {position:absolute;z-index:99;right:5px;top:3px;display:block;height:41px;width:46px;cursor:pointer}
#topmenu .submenu-button:after{position:absolute;top:10px;right:15px;width:20px;height:20px;display:block;content:'\ea99';font-family:"icofont";font-size:18px;color:#C67814;}
#topmenu .submenu-button.submenu-opened:after {position:absolute;top:10px;right:15px;width:20px;height:20px;display:block;content:'\eaa1';font-family:"icofont";font-size:18px;}	
#topmenu > ul > li.has-sub > a:after, #topmenu ul ul li.has-sub > a:after{display:none;}
#topmenu ul li.bo-menu-highlight > a {padding:15px 0 15px 10px;  border-radius:0;}
#topmenu ul li.bo-menu-highlight:hover > a {border-radius:0;}
}

/* ============ header  ========= */

.image-wrapper {margin:25px auto 0 auto; height:auto; position:relative; z-index:900;   }
.home-start-image img { width:100%; height:auto;  display:block; position:relative; }

.slideshow {padding:0; margin:0; position:relative; width:100%;  overflow:hidden;  }
.slideshow div {padding:0;  margin:0; width:100%; height:auto; }
.slideshow img {width:100%; height:auto;  margin:0; padding:0; display:block;}
.slideshow-item {position:relative;}
.slick-dots {position:absolute;z-index:555; bottom: 20px;width:100%; text-align:center;}
.slick-dots li{display: inline-block;width:20px; height:20px; margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button{font-size: 0;line-height: 0; display: block;width:20px;height:20px;padding:5px 2px;cursor: pointer; color: transparent;border: 0;outline: 1px solid #fff;background:rgba(255,255,255,.8);border-radius:100%;}
.slick-dots li button:hover,.slick-dots li button:focus,.slick-dots li.slick-active button{background:rgba(255,255,255,.3);}

@media screen and (max-width: 940px)  {	.image-wrapper {margin:0 auto;} }
@media screen and (max-width: 896px)  { .image-wrapper.slide-has-quicksearch2 .slick-dots {display:none !important;} }

@media screen and (max-width: 640px)  {
.slick-dots li{width:15px; height:15px; margin: 0 3px;}
.slick-dots li button{width:15px;height:15px;}	
}

.slidercontent { position:absolute; bottom:5%; right:0; left:0;max-width:1160px;margin: auto; z-index:910;}
.hboxwrap { text-align:left; }
.hbox-content { background:rgba(255,255,255, .85); padding:10px 20px;}


/* ============ property grids =========  */

.bo-property-grid {width:100%; display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;}
.bo-property-grid.related-grid {justify-content:center;margin-bottom:60px;}
.bo-viewed-objects-list {margin-bottom:60px;}
.bo-property-box {border:1px solid #ebebeb; border-radius:8px; box-sizing:border-box;}
.bo-property-box.has-3-boxes {width:calc(33.3333% - 30px); margin:20px 15px 25px 15px;}
.bo-property-grid.related-grid .bo-property-box.has-3-boxes:nth-child(2n + 2) {margin-right:0;}
.bo-property-box.has-2-boxes {width:calc(50% - 30px); margin:20px 60px 40px 0;}
.bo-property-box.has-2-boxes:nth-child(even) {margin-right:0;}
.bo-property-box.has-4-boxes {width:calc(25% - 15px); margin:10px 20px 10px 0;}
.bo-property-box.has-4-boxes:nth-child(4n + 4) {margin-right:0;} 
.bo-property-grid.portfolio-listing .bo-property-box.has-3-boxes {width:calc(33.3333% - 30px); margin:20px 15px 25px 15px;}
.bo-property-image {position:relative;margin:-16px; margin-bottom:25px;}
.bo-property-image img {border-radius:5px 5px 0 0;}
.bo-property-box.has-4-boxes .bo-property-image {position:relative;margin:-11px; margin-bottom:25px;}
.bo-property-content {padding:15px;  text-align:center;}
.bo-property-box.has-4-boxes .bo-property-content {padding:10px;}
.bo-property-content h2 {font-size:22px;}
.bo-property-box.has-4-boxes .bo-property-content h2 {font-size:20px;}

.bo-property-marker {position:absolute; bottom:20px; left:0; padding:12px 15px; font-weight:400; font-size:18px;}
.bo-property-marker.single-marker {z-index:115;bottom:auto; top:20px; left:20px;}
.bo-property-marker.portfolio-marker {position:relative; bottom:inherit; top:0; left:0; margin-bottom:1px; display:block; width:calc(100% - 30px);}

.bo-property-image .bo-loop-favorite {position:absolute; right:20px; top:0; background:rgba(255,255,255,.8); border:none;padding:10px;}
.bo-property-image .bo-loop-favorite i {font-size:23px; }
.bo-property-location {font-size:14px;margin:10px 0;}
.bo-property-price {margin:20px 0;font-size:20px;font-weight:400;}
.bo-property-icons {font-size:14px;margin:10px 0 20px 0;}
.bo-property-icons span {display:inline-block; margin:0 7px;}
.bo-property-icons span i {color:#808080;}

.bo-property-more { margin:50px 0 20px 0; }
.bo-property-more a {padding:10px 15px;transition:border-radius,300ms; white-space:nowrap;}
.bo-property-box.has-4-boxes .bo-property-more a {padding:7px 12px; font-size:15px;}
.bo-property-more:hover a { border-radius:2px !important;}

@media screen and (max-width: 1024px)  {
.bo-property-box.has-4-boxes {width:calc(50% - 20px); margin:20px 40px 20px 0;}
.bo-property-box.has-4-boxes:nth-child(2n + 2) {margin-right:0;}  
.bo-property-box.has-3-boxes {width:calc(33.3333% - 10px); margin:10px 15px 15px 0;}
.bo-property-box.has-3-boxes:nth-child(3n + 3) {margin-right:0;} 
.bo-property-box.has-3-boxes .bo-property-image {position:relative;margin:-11px; margin-bottom:25px;}
.bo-property-box.has-3-boxes .bo-property-content {padding:10px;}
.bo-property-box.has-3-boxes .bo-property-content h2 {font-size:20px;line-height:28px;}
.bo-property-box.has-3-boxes .bo-property-more a {font-size:16px;}
.bo-property-box.has-2-boxes {width:calc(50% - 20px); margin:20px 40px 20px 0;}
.bo-property-grid.related-grid .bo-property-box.has-3-boxes {width:calc(50% - 20px); margin-right:20px;}
.bo-property-grid.related-grid .bo-property-box.has-3-boxes:nth-child(2n + 2) {margin-right:0;}	
}

@media screen and (max-width: 786px)  { 
.bo-property-box.has-3-boxes {width:calc(100% - 20px); margin:10px 10px 20px 10px;}
.bo-property-box.has-3-boxes:nth-child(3n + 3) {margin-right:10px;} 
.bo-property-box.has-3-boxes .bo-property-content h2 {font-size:23px;line-height:32px;}
.bo-property-box.has-2-boxes {width:calc(50% - 10px); margin:10px 20px 10px 0;}
.bo-property-box.has-4-boxes {width:calc(50% - 10px); margin:10px 20px 10px 0;}	
.bo-property-grid.portfolio-listing .bo-property-box.has-3-boxes {width:calc(50% - 20px);}
}

@media screen and (max-width: 640px)  {
.bo-property-box.has-2-boxes {width:calc(100% - 20px); margin:10px;}	
.bo-property-box.has-2-boxes:nth-child(even) {margin-right:10px;}	
.bo-property-box.has-4-boxes {width:calc(100% - 20px); margin:10px;}		
.bo-property-box.has-4-boxes:nth-child(4n + 4), .bo-property-box.has-4-boxes:nth-child(2n + 2) {margin-right:10px;}		
.bo-property-grid.related-grid .bo-property-box.has-3-boxes {width:100%; margin-right:0;}
.bo-property-grid.related-grid .bo-property-box.has-3-boxes:nth-child(2n + 2) {margin-right:0;}			
}

@media screen and (max-width: 480px)  {
.bo-property-box.has-2-boxes {width:100%; margin:20px 0;}	
.bo-property-box.has-2-boxes:nth-child(even) {margin-right:0;}	
.bo-property-box.has-3-boxes {width:100%; margin:20px 0;}	
.bo-property-box.has-3-boxes:nth-child(3n + 3) {margin-right:0;}		
.bo-property-box.has-4-boxes {width:100%; margin:20px 0;}	
.bo-property-box.has-4-boxes:nth-child(4n + 4),.bo-property-box.has-4-boxes:nth-child(2n + 2) {margin-right:0;}		
.bo-property-grid.portfolio-listing .bo-property-box.has-3-boxes {width:100%; margin:10px 0;}	
.bo-property-content {height:auto; align-items:top; }	

}


/* ============ property list pagination =========  */

.property-nav { margin:15px 0 60px 0; width:100%; display:flex; justify-content:center; text-align:center;font-weight:500;}
.property-nav:empty {display:none;}
.property-nav .page-numbers {text-decoration:none; width:20px;padding:4px 10px;}
.property-nav .next.page-numbers,.property-nav .prev.page-numbers {border:1px solid #fff;}
.property-nav-numbers {width:100%;}

/* ============ property carousel =========  */

.bo-property-carousel-wrapper  {position:relative; text-align:center;padding-bottom:60px;}
.bo-property-car {margin:0 auto; max-width:100%; display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;}
.bo-carousel-item {margin:10px 15px; }
.bo-carousel-item:nth-child(3n + 3) {} 
.bo-property-carousel-wrapper .slick-dots {position:absolute;z-index:1011; bottom:-45px;width:100%; margin:0; text-align:center;}
.bo-property-carousel-wrapper .slick-dots li {display: inline-block;width:25px; height:20px; margin:0 10px 0 0;padding: 0;cursor: pointer;}
.bo-property-carousel-wrapper .slick-dots li button {font-size: 0;line-height: 0; display: block;width:25px;height:20px;padding:0;cursor: pointer; color: transparent;border: 0;outline:none;background:none;border-radius:0;border-bottom:3px solid #ccc;}
.bo-carousel-pager { position:absolute;left:0; right:0; bottom:0; width:calc(100% - 40px); padding:0 20px;margin:auto; display:flex; justify-content:space-between; }
.bo-carousel-pager .slick-prev, .bo-carousel-pager .slick-next {font-size:24px;opacity:.5;color:#aaa;text-align:center;margin-top:0; border-radius:100%;cursor:pointer;display:inline-block;position:relative;z-index:7777;}
.bo-carousel-pager .slick-next {justify-content:flex-end; margin-left:auto;}
.bo-carousel-pager .slick-prev{justify-content:flex-start; margin-right:auto;}
.bo-carousel-pager .slick-next:hover, .bo-carousel-pager .slick-prev:hover {opacity:1;}

/* ============ property featured carousel =========  */

.featobj-carousel-wrapper {margin-left:auto; margin-right:auto; max-width: 1360px; }
.featobj-carousel-wrapper  .slick-dots {text-align:left;margin:0 0 0 10px; }
.featobj-carousel-item {display:flex; flex-direction:row; flex-wrap:nowrap; vertical-align:center;align-items:center;background:#f0f1f6;}
.featobj-thumbnail {position:relative; width:73%;}
.featobj-carousel-content {padding:20px; text-align:left; position:relative; height:100%; width:27%;}
.featobj-carousel-content  .bo-property-icons span {display:block; margin:10px 0;}
.featobj-carousel-content  .bo-property-icons i {margin-right:5px;}
.featobj-carousel-content .bo-property-more { margin:40px 0 0 0; }
.featobj-headline {font-size:28px;}
.bo-property-marker.featobj-marker-desktop {position:relative; width:auto; display:inline-block;}
.bo-property-marker.featobj-marker-mobile {display:none;}

.featobj-thumbnail .bo-loop-favorite {position:absolute; right:20px; top:0; background:rgba(255,255,255,.8); border:none; padding:10px;}
.featobj-thumbnail .bo-loop-favorite i {font-size:23px; }

@media screen and (max-width: 1024px)  {
.bo-property-marker.featobj-marker-desktop {display:none;}
.bo-property-marker.featobj-marker-mobile {display:block;position:absolute; z-index:999; bottom:auto;top:20px;}
.featobj-thumbnail {width:60%;}
.featobj-carousel-content { width:40%;}	
}

@media screen and (max-width: 940px)  {
.featobj-headline {font-size:23px;}
.featobj-thumbnail {width:55%;}
.featobj-carousel-content { width:45%;}	
.featobj-carousel-content .bo-property-more { margin:30px 0 0 0;  }	
}
@media screen and (max-width: 801px)  {
.featobj-carousel-item {flex-wrap:wrap; vertical-align:center;align-items:center;margin-bottom:30px;  }	
.featobj-headline {font-size:23px;}
.featobj-thumbnail {width:100%;}
.featobj-carousel-content { width:100%; text-align:center;}	
.featobj-carousel-content .bo-property-more {margin:40px 0 15px 0;  }	
.featobj-carousel-wrapper .slick-dots {bottom:-10px; text-align:center; margin:0; }	
.featobj-carousel-wrapper .slick-dots li button {border:1px solid #fff;outline:none;background:#C67814;}	
}

@media screen and (max-width: 640px)  {
.featobj-carousel-wrapper .slick-dots li{width:20px; height:20px; }
.featobj-carousel-wrapper .slick-dots li button{width:20px; height:20px;}	
}

/* ====================== property details gallery =================== */ 

.bo-property-objekt-top {display:flex; width:100%; flex-wrap:nowrap;justify-content:flex-start;}
.property-gallery-single-wrap {position:relative; width:73.5%;max-width:1000px; margin:15px 0;}
.bo-property-sidebar {width:24%; margin:15px 0; margin-left:2.5%}

.property-gallery-single-wrap.portfolio-top-left {width:60.5%;}
.bo-property-sidebar.portfolio-top-right {width:37%; }

.property-gallery-wrap { position:relative; margin:0;width:100%;  max-width:1000px; max-height:665px; overflow:hidden;}
.property-gallery-wrap .bo-gallery-slider {position:relative;}
.property-gallery-wrap .bo-gallery-slider img { width:100%; height:auto; display:block;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {background:rgba(250,250,250,.8);top:40%; position:absolute; z-index:992; cursor:pointer; width:32px; height:32px; border-radius:100%;}
.bo-gallery-slider .slick-prev {left:10px;padding:3px 8px 7px 2px;}
.bo-gallery-slider .slick-next {right:10px;padding:padding:3px 5px 7px 5px;}
.bo-gallery-slider .slick-prev:before{content:'\eac9'; font-family:"icofont";font-size:26px;line-height:1em;opacity:1;}
.bo-gallery-slider .slick-next:before{content:'\eaca'; font-family:"icofont";font-size:26px;line-height:1em;opacity:1;}
.bo-gallery-slider button {background:transparent; border:none; font-size:0;}
.bo-gallery-slider .slick-next.slick-disabled:before, .property-gallery-wrap .slick-prev.slick-disabled:before{opacity:.25}

.property-gallery-wrap:hover .slick-next, .property-gallery-wrap:hover .slick-prev {visibility:visible;}
.property-gallery-wrap .bo-slider-nav-wrap {width:100%; height:0;  position:absolute; left:0;bottom:0; margin:0 auto;transition:all 0.8s;}
.property-gallery-wrap .bo-slider-nav {max-width:412px;height:0;opacity:0;position:absolute;right:0;left:0;bottom:10px; margin:0 auto;transition:all 0.8s;text-align:center;}
.property-gallery-wrap:hover .bo-slider-nav-wrap {height:102px;opacity:1;}
.property-gallery-wrap:hover .bo-slider-nav {height:102px;opacity:1;}
.property-gallery-wrap .bo-slider-nav .galitem-thumbnail {}
.property-gallery-wrap .bo-slider-nav .galitem-thumbnail img {width:100px; opacity:1;cursor:pointer;display:block;border:1px solid #ccc;}
.property-gallery-wrap .bo-slider-nav:hover img {opacity:1;}

@media screen and (max-width: 801px)  {
.property-gallery-wrap .bo-slider-nav {max-width:332px;}	
.property-gallery-wrap .bo-slider-nav .galitem-thumbnail img {width:80px; opacity:1;cursor:pointer;display:block;border:1px solid #ccc;}	
}
@media screen and (max-width: 640px)  {
.property-gallery-wrap .bo-slider-nav {display:none;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next { top:auto; bottom:20px; position:absolute;}
}
@media screen and (max-width: 1440px)  {.property-gallery-wrap {max-height:630px;}
}
@media screen and (max-width: 1366px)  {.property-gallery-wrap {max-height:614px;}
}
@media screen and (max-width: 1280px)  {.property-gallery-wrap {max-height:570px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {top:250px;}	
}
@media screen and (max-width: 1024px)  {.property-gallery-wrap {max-height:466px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {top:200px;}	
}

@media screen and (max-width: 940px)  {	.property-gallery-wrap {max-height:570px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {top:260px;}
}

@media screen and (max-width: 834px)  {	.property-gallery-wrap {max-height:500px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {top:220px;}
}
@media screen and (max-width: 768px)  {	.property-gallery-wrap {max-height:460px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next {top:200px;}
}
@media screen and (max-width: 680px)  {	.property-gallery-wrap {max-height:420px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next { top:120px; }	
}
@media screen and (max-width: 600px)  {.property-gallery-wrap {max-height:370px;}
}
@media screen and (max-width: 420px)  {	.property-gallery-wrap {max-height:250px;}
.bo-gallery-slider .slick-prev, .bo-gallery-slider .slick-next { display:none !important;}		
}
@media screen and (max-width: 380px)  {.property-gallery-wrap {max-height:220px;}
}
/* ====================== property details docs =================== */ 

.propdocs {margin:15px 0; padding:5px 10px; background:#f0f1f6;position:relative;}
.propdocs:before {position:absolute; content:"\efb6"; top: 50%; transform: translateY(-50%); left:10px; font-size:50px; color:#484B59; font-family:"icofont";}
.propdocs ul {padding-left:60px; display:flex;flex-wrap:wrap; justify-content:flex-start;width:calc(100% - 60px); box-sizing:border-box;}
.propdocs ul li {list-style-type:circle;font-size:15px;line-height:1.5em;width:30%;margin-right:1.5%}
.propdocs a {color:#484B59;border-bottom:none;}
.propdocs a:hover {border-bottom:none;}
.propdocs small {line-height:1.4em;}

@media screen and (max-width: 800px)  {
.propdocs ul li {width:calc(48% - 20px);margin-right:20px;}
}
@media screen and (max-width: 600px)  {
.propdocs ul li {width:calc(100% - 20px);margin-right:10px;margin-left:10px;}
.propdocs:before {top: 10%; transform:none; }	
}
@media screen and (max-width: 420px)  {
.propdocs ul {padding-left:20px; width:calc(100% - 20px); }
.propdocs:before {top:5px;left:5px; font-size:30px; }	
}

/* ====================== property details contactform =================== */ 

.contactform { margin:0; padding:15px 30px; }
.contactform-row {margin:5px 10px 5px 20px;display:flex;}
.contactform-row.has-3-items input {margin-right:10px;display:block;width:calc(36% - 15px);}
.contactform-row.has-3-items span.selectwrap {margin-right:10px;display:block;width:28%;}
.contactform-row.has-2-items input, .contactform-row.has-2-items span {margin-right:10px;display:inline-block;width:calc(50% - 7.5px);}
.contactform-row.has-1-items {flex-direction:column;flex-wrap:wrap;}
.contactform-row.has-1-items div {width:100%;}
.contactform-row.submitrow {text-align:center;}
.contactform-row.accrow {margin:0 0 0 30px;}
.contactform label { font-size:13px; display:block; margin:7px 0 0 0;}
.contactform .contactform-row.has-3-items input { font-size:12px;}
.contactform input {width:100%; border:1px solid #fff;border-bottom-color:#C67814; border-radius:1px; padding:15px 4px; margin:0 0 15px 0; font-size:14px; box-sizing:border-box;}
.contactform .contactform-row.has-3-items input { font-size:13px;}
.contactform span.selectwrap {position:relative;}
.contactform span.selectwrap:after {content:"\eac8";font-family:"icofont"; position:absolute; top:17px;right:5px; }
.contactform select {width:100%; border:1px solid #fff;border-bottom-color:#C67814;background:#fff; border-radius:1px; padding:15px 15px 15px 4px; margin:0 0 15px 0; font-size:14px;box-sizing:border-box;}
.contactform textarea {margin:20px 20px 10px 20px; width:calc(100% - 40px); border:1px solid #C67814; border-radius:1px; padding:10px 4px; font-size:14px;box-sizing:border-box;}
.contactform input:focus, .contactform textarea:focus { border-bottom-color:#444;outline:none;}
.contactform button { cursor:pointer; margin:25px auto; border:none;  font-size:17px;text-transform:uppercase; padding:12px 35px; transition:border-radius, 300ms;  }
.contactform button:hover {border-radius:2px; }

.contactform input[type="radio"], .contactform input[type="checkbox"]  {width:20px; margin:10px 0 5px -3px; float:left;}
.contactform label.shortleft { display:inline-block; margin-left:5px; float:left; width:calc(100% - 30px); line-height:1.4em;}

.error { position:relative;}
.error {display:block; color:#c00;}

.bo-property-contact {display:flex; flex-direction:row;flex-wrap:nowrap;justify-content:	center;width:100%;margin-top:50px;margin-bottom:120px;}
.property-contact-info {margin-top:30px; margin-bottom:60px;text-align:center;}

.contact-team {flex-basis:30%; background:#f0f1f6;border-radius:10px; padding:10px 0 20px 0;}
.contact-request {flex-basis:70%;}
.contact-request.contact-has-agent .contactform button {  margin:25px 0;}

.g-recaptcha {transform:scale(0.91); transform-origin:0 0;margin-top:20px;}
@media screen and (max-width: 1200px)  { .g-recaptcha {transform:scale(0.85); } }
@media screen and (max-width: 1100px)  { .g-recaptcha {transform:scale(0.8); } }
@media screen and (max-width: 1024px)  { .g-recaptcha {transform:scale(0.72); } }
@media screen and (max-width: 960px)  { .g-recaptcha {transform:scale(0.65); } }
@media screen and (max-width: 896px)  { .g-recaptcha {transform:scale(1); } }

.contactform-search-section {padding:25px 0;margin:20px 0; }
.mail-is-sent {margin:25px auto; text-align:center; padding:15px; background:#F0F1F6;}
.bo-portfolio-searchform {padding-top:40px;margin-bottom:60px; border-top:1px dotted #ccc;  }
.portfolio-listing {margin-bottom:60px;}

@media screen and (max-width: 680px)  {
.contactform { margin:0; padding:15px 0; }
.contactform-row {margin:5px 10px 5px 10px;}	
.contactform textarea {margin:20px 10px 10px 10px; width:calc(100% - 20px); }	
.contactform-row.accrow {margin:0 0 0 10px;}	
.contactform-row.has-3-items  {flex-wrap:wrap;}
.contactform-row.has-3-items input:nth-child(1) {width:100%; margin-right:0;}
.contactform-row.has-3-items input:nth-child(2) {width:calc(50% - 10px); margin-right:20px;}
.contactform-row.has-3-items input:nth-child(3) {width:calc(50% - 10px); margin-left:0;margin-right:0;}	
.contactform .contactform-row input { font-size:13px;}	
}

@media screen and (max-width: 480px)  {
.contactform-row  {flex-wrap:wrap;}
.contactform-row.has-2-items input, .contactform-row.has-2-items span {margin-right:0;display:block;width:100%;}	
.contactform-row.has-3-items input:nth-child(1) {width:100%; margin-right:0;}
.contactform-row.has-3-items input:nth-child(2) {width:100%; margin-right:0;}
.contactform-row.has-3-items input:nth-child(3) {width:100%; margin-left:0;margin-right:0;}	
.contactform .contactform-row input { font-size:13px;}	
.form-row {flex-wrap:wrap; }
.form-item {margin:0; width:100%; }	
}

.bo-home-form {margin:20px 0; padding:0; width:100%; text-align:center;}
.form-row {display:flex;flex-direction:row;flex-wrap:nowrap; width:100%;margin-bottom:10px; }
.form-item {margin:0 30px 0 0; width:calc(50% - 15px); padding:2px 0; box-sizing:border-box}
.form-item:last-child {margin-right:0;  }
.bo-home-form input {width:100%; padding:15px 4px; border:1px solid #fff;border-bottom-color:#C67814; border-radius:1px; font-size:14px;  box-sizing:border-box;}
.bo-home-form textarea {width:100%;box-sizing:border-box; border:1px solid #C67814; border-radius:1px; padding:10px 4px; font-size:14px;margin-top:20px; }
.bo-home-form input[type="submit"] {display:block; width:auto; cursor:pointer; margin:25px auto; border:none;  font-size:17px;text-transform:uppercase; padding:12px 35px; transition:border-radius, 300ms; background:#C67814;color:#fff;}
.contactform button:hover {border-radius:2px; }

.wpcf7 input {width:100%; padding:15px 4px; border:1px solid transparent;border-bottom-color:#C67814; border-radius:1px; font-size:14px;  box-sizing:border-box;background:transparent;}
.wpcf7 input[type="submit"] {display:block; width:auto; cursor:pointer; margin:25px auto; border:none;  font-size:17px;text-transform:uppercase; padding:12px 35px; transition:border-radius, 300ms; background:#C67814;color:#fff;}
.wpcf7 textarea {width:100%;box-sizing:border-box; border:1px solid #C67814; border-radius:1px; padding:10px 4px; font-size:14px;margin-top:20px;background:transparent; }
.wpcf7 input[type="radio"], .wpcf7 input[type="checkbox"]  {width:15px; margin:3px 5px 0 -25px; position:absolute; }
.wpcf7-list-item {text-align:left;margin:10px 0; padding-left:25px;}
.wpcf7 label {font-size:14px; text-align:left; position:relative; }

/* ====================== profilebox =================== */ 

.profilebox i {font-size:15px;}
.profilebox {text-align:center;}
.profilebox .profileimg {max-width:150px; margin:40px auto 10px auto;}
.profilebox img { width:100%; height:auto; display:block; border-radius:100%;}
.profilename, .profilemail, .profilephone, .profilemobile, .profilefax { display:block; padding:8px 0; font-size:16px; }
.profilename {font-size:22px; font-weight:400; }
.profilecontact {margin:20px 0 0 0;}
.profilemail a, .profilephone a, .profilemobile a { color:#484B59; text-decoration:none;}

.footer-box .profilebox {text-align:left;}
.footer-box .profilebox ul, .footer-box .profilebox ul li {list-style:none;padding-left:0;}
.footer-box .profilebox ul li i, .footer-box .profilebox ul li span {display:inline-block; margin-right:5px;}
.footer-box .profilebox ul li:before {content: ''; display:none;}
.footer-box .profilebox ul li.secaddr {padding-bottom:5px;}

.sidebarbox .profilebox {text-align:left;}
.sidebarbox .profilebox ul, .sidebarbox .profilebox ul li {list-style:none;padding-left:0;}
.sidebarbox .profilebox ul li {border:none; margin;0; line-height:1.5em; padding:0;}
.sidebarbox .profilebox ul li i, .sidebarbox .profilebox ul li span {display:inline-block; margin-right:5px;}
.sidebarbox .profilebox ul li:before {content: ''; display:none;}
.sidebarbox .profilebox ul li.secaddr {padding-bottom:5px;}

/* ====================== property details sidebar =================== */ 

.sidebar-prop-infos,.slider-nav,.activateframe,.prop-all-data table tr:hover{border:1px solid #ebebeb; }
.sidebar-prop-infos {padding:15px;margin:0 0 15px 0; border-radius:1px;}

.propprice { font-size:26px; margin-top:25px;}
.propfacts { font-size:16px; margin:0;}
.propfacts div {padding:12px 0; border-bottom:1px dotted #ebebeb;}
.propfacts div i {margin-right:15px; color:#777;}
.propfacts a {color:#484B59;}

.single-portfolio .propfacts div:last-child {border-bottom:none;}
.single-portfolio .propfacts div {padding:12px 0;}
.single-portfolio .propfacts span {font-size:13px; display:inline-block; width:50%;}
.single-portfolio .sidebar-prop-infos {padding:9px 15px;}

.bo-request-button a {padding:12px 0;margin:5px 0;display:block;font-size:18px;text-transform:uppercase;text-align:center;transition:all, 300ms; }
.bo-request-button {margin:25px 0 0 0 ;width:100%;}
.bo-request-button a:hover {border-radius:2px}

.propaddress {padding:10px; position:relative;margin-bottom:20px;background:#f0f1f6;}
.propaddress:before {position:absolute; top:10px; left:3px; content:"\ef79"; font-family:"icofont";font-size:36px; }
.propaddress p {font-size:14px; padding:0 0 0 45px; }

.floorplans {height:auto; width:100%; display:flex; flex-wrap:wrap; justify-content:flex-start;margin-bottom:30px;}
.plan-item {flex-basis:calc(50% - 30px ); margin:10px 60px 10px 0;}
.plan-item:nth-child(even) {margin-right:0;}
.floorplans img {width:100%; height:auto; display:block; margin:0; border-radius:2px;}

.bo-favorites-single.bfs-mobile {display:none;}
.bo-favorites-single {display:flex; flex-wrap:nowrap; flex-direction:row;justify-content:space-between;margin:30px 0 0 0;width:100%; }
.bopp-fav-button, .bo-favorites-list-button {width:50%;}
.bo-favorites-single span.bo-favorite-button {cursor:pointer;margin-right:5px;}
.bo-favorites-single .bo-favorites-list-button a {margin-left:5px; }

.bo-favorites-single span.bo-favorite-button, .bo-favorites-single .bo-favorites-list-button a {border:1px solid #C67814;text-align:center;padding:10px 0;font-size:15px;line-height:15px;text-transform:uppercase;width:calc(100% - 5px);display:inline-block;box-sizing:border-box;transition:all, 300ms; }
.bo-favorites-single span.bo-favorite-button i, .bo-favorites-single .bo-favorites-list-button a i {margin-right:5px;margin-left:-5px;}
.bo-favorites-single span.bo-favorite-button i.icofont-star {font-size:17px;}
.bo-favorites-single span.bo-favorite-button:hover, .bo-favorites-single .bo-favorites-list-button a:hover {border-radius:2px;}
.reset-favorites-list {flex-basis:100%;display:flex;justify-content:center; margin-top:30px; }
h3.no-favorites {text-align:center;flex-basis:100%;}
.no-favorites {background:#f0f1f6; padding:15px 0;}

/* ====================== property details tabs =================== */ 

#tabContainer { position:relative; width:100%; margin:25px 0; }
#tabContainer #tabitems {  z-index:100; margin:0; padding:0; text-align:left;}
#tabContainer #tabitems li { list-style:none; margin-right:-3px; padding:2px 0; background:none;border:none; display:inline-block; }
#tabContainer #tabitems li a { border:1px solid #EAEBEF; color:#484B59; font-size:16px; display:block;  line-height:40px; padding:0 21px 0 20px; text-decoration:none; margin:0;background:#f0f1f6; }

#tabContainer .tabtext { margin:8px 0 0 0; position:relative; z-index:99; text-align:left; border-top:1px solid #EAEBEF; padding:10px 0; width:100%;}
#tabContainer #tabitems li a i {display:none;}

@media screen and (max-width: 1024px)  {#tabContainer #tabitems li a {padding:0 15px;}}
@media screen and (max-width: 940px)  {#tabContainer #tabitems li a {font-size:15px;}}
@media screen and (max-width: 896px)  {#tabContainer #tabitems li a {padding:0 12px;}}
@media screen and (max-width: 840px)  {#tabContainer #tabitems li a {padding:0 10px;}}
@media screen and (max-width: 800px)  {#tabContainer #tabitems li a {padding:0 15px;}}
@media screen and (max-width: 520px)  {#tabContainer #tabitems li a {font-size:16px;padding:0 9px;}}

.prop-all-data { font-size:16px; padding:0;}
.prop-all-data table { margin:5px 0; padding:0; line-height:1.6em; width:100%; }
.prop-all-data table td { padding:8px 10px;margin-bottom:1px; border-bottom:1px solid #f0f1f6;border-bottom:none; vertical-align:top;}
.prop-all-data table tr:first-child td {border-top:none !important; }
.prop-all-data table tr:last-child td {border-bottom:none !important; }
.prop-all-data td.keys {width:40%;}
.prop-all-data td i { font-size:18px;}

@media screen and (max-width: 520px)  {.prop-all-data table td { padding:6px 8px;font-size:14px;}}

.propfeatures {margin:15px 0;}
.propfeatures span { border:1px solid #fff; border-radius:4px; padding:6px 10px; font-size:14px; line-height:20px; margin:3px 3px 6px 3px; display:inline-block; font-weight:400;}
.propfeatures span i {}
.print-tab-header {display:none;}
.bo-property-object-bottom {padding-bottom:60px;}
.bo-areamap-wrapper {margin:40px 0; width:100%;}


/* ====================== property details energy scale =================== */ 

.energy-scale-horizontal {padding:0;margin-bottom:40px;margin-top:40px;}
.energy-scale-steps-horizontal {width:100%; padding:8px 0 0 0; background-image:linear-gradient(90deg, #2d6c1a 0,#ffcf4d 50%,#9b1410); border-radius:2px;}
.energy-scale-steps-horizontal .eeclass span {display:inline-block; height:35px;line-height:35px; font-size:18px;padding:0; text-align:center;border-right:1px solid #fff;color:#fff;}
.energy-scale-steps-horizontal .eeclass span:nth-child(1) {width:calc(10.90909% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(2) {width:calc(7.27272% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(3) {width:calc(9.090909% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(4) {width:calc(9.090909% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(5) {width:calc(10.90909% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(6) {width:calc(10.90909% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(7) {width:calc(14.54545454% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(8) {width:calc(18.18181818% - 2px); }
.energy-scale-steps-horizontal .eeclass span:nth-child(9) {width:calc(9.090909% - 2px); border-right:none;}

.energy-scale-steps-horizontal .eenumber {background:#fff;margin:8px 0 0 0;}
.energy-scale-steps-horizontal .eenumber span {display:inline-block; height:20px;line-height:20px;width:calc(9.09090909% - 3px);font-size:12px;text-align:left; padding:0 3px 5px 0;background:#fff;}
.energy-scale-steps-horizontal .eenumber span:last-child {border:none;}
.energy-scale-value-horizontal {width:100%;position:relative;}
.energy-scale-value-horizontal .horizontal-value-step {display:inline-block;background:#606774;color:#fff; width:0;padding:0;font-size:0; margin-top:0; position:absolute;top:0;text-align:center;}
.energy-scale-value-horizontal .horizontal-value-step:before {content:"";width:0;height:0;border-left: 20px solid transparent;
  border-right: 20px solid transparent;border-top: 20px solid #fff;position:absolute;top:-7.5px; left:5px;}

@media screen and (max-width: 940px)  { 
.energy-scale-value-horizontal .horizontal-value-step:before {border-left: 10px solid transparent;  border-right: 10px solid transparent;border-top: 10px solid #fff;position:absolute;top:-5px; left:2.5px;}	
}

.activatemap {display:block; background:url(images/placeholder-maps.jpg) center center no-repeat; background-size: cover;padding:0;margin:0; text-align:center; font-size:13px;}
.activatemap .mapwrap .activatemap-content {background:#fff; padding:20px; font-size:20px; max-width:220px; min-height:100px; margin:0 auto; }
.activatemap .mapwrap {background:rgba(0,0,0,.5); padding:75px 25px;}
.activatemap .mapwrap .activatemap-button {background:#484B59; color:#fff; font-size:12px; font-weight:500; margin-bottom:25px; text-transform:uppercase;padding:10px 0;cursor:pointer;border-radius:3px;}
.activatemap .mapwrap .activatemap-button:hover {border-radius:0;}
.activatemap .mapwrap .activatemap-info {font-size:13px; line-height:20px;}
.activatemap .mapwrap .activatemap-info a {color:#484B59;}

#map {width:100%; max-width:100%; height:500px; }
#map iframe {width:100%; height:auto; display:block;  }

.mapinfo { padding:0; text-align:left; width:280px;background:#f0f1f6;}
.mapinfo a {color:#484B59;}
.objimagewrap {float:left !important;width:125px;margin:0; }
.objtextwrap {float:left !important; width:calc(100% - 135px);margin:0; padding-top:3px;}
.objimagewrap img {width:100%; height:auto; display:block; }
.mapinfo span { display:block; padding:3px 0 2px 15px;}
.mapinfo span strong {font-size:15px;}

.activateframe {display:block; background:url(images/placeholder-frames.jpg) center center no-repeat; background-size: cover;padding:0;margin:0; text-align:center; font-size:13px;}
.activateframe .activateframe-content {background:#fff; padding:20px; font-size:20px; max-width:220px; min-height:100px; margin:0 auto; }
.activateframe .framewrap {background:rgba(0,0,0,.3); padding:75px 25px; padding-bottom:50px; }
.activateframe .framewrap .activateframe-button {background:#484B59; color:#fff; font-size:12px; font-weight:500; margin-top:25px; text-transform:uppercase;padding:10px 0;cursor:pointer;border-radius:3px;}
.activateframe .framewrap .activateframe-button:hover {border-radius:0;}
.activateframe .framewrap .activateframe-info {font-size:13px; line-height:20px;}
.activateframe .framewrap .activateframe-info a {color:#484B59;}

/* ====================== property details bottom gallery =================== */ 

.property-bottom-gallery {display:flex; flex-direction:row;flex-wrap:wrap; justify-content:flex-start; width:100%; }
.property-bottom-gallery figure img {width:100%; height:auto;display:block;}
.property-bottom-gallery figure {margin-right:20px;margin-bottom:15px;width:calc(25% - 15px);max-width:325px;max-height:217px;overflow:hidden; }
.property-bottom-gallery figure:nth-child(4) {margin-right:0;}

@media screen and (max-width: 800px)  {
.property-bottom-gallery {flex-wrap:wrap;}
.property-bottom-gallery figure {margin-right:20px;margin-bottom:20px;width:calc(50% - 10px); }
.property-bottom-gallery figure:nth-child(2n + 2) {margin-right:0; }
}

@media screen and (max-width: 480px)  {
.property-bottom-gallery {flex-wrap:wrap;}
.property-bottom-gallery figure {width:100% !important; margin-right:0 !important;}	
}

/* ============ portfolio / filter  ==================  */

.filters { margin:45px 0 20px 0; padding:0; display:flex; flex-wrap:nowrap; justify-content:center;  }
.filter-button-group {flex-basis:1; }
.filter-button-group:first-child {margin-right:60px;}
.mobilefilter {display:none;}
.filter-button-group button.button { background:#fff; color:#484B59; border:1px solid #EAEBEF; padding:10px 15px; border-radius:3px; margin:0 3px 5px 0; font-size:16px;font-weight:300; cursor:pointer;}
.filter-button-group button.is-checked { border:1px solid #C67814;}

@media screen and (max-width: 800px)  {.filters { flex-wrap:wrap; justify-content:flex-start;  } }

/* ============ taxonomy / search  ==================  */

.bo-property-taxsearch-wrapper {margin:20px 0 40px 0;}
.bo-taxsearch {text-align:left; }
.bo-taxform-form {width:100%; display:flex; align-items:stretch; justify-content:flex-start;}
.bo-taxform-button {width:15%;margin:0; }
.bo-taxform-select {padding:0;height:100%;width:85%;}

.taxsearch-content {width:100%; max-width:1160px; position: absolute; bottom:5px; z-index:10011; left: 0; right: 0; margin: auto}
.taxsearch-content-inner {padding:3px; background:rgba(240,241,246,.9);}
.taxsearch-content-inner .bo-taxform-button {width:calc(15% - 3px);margin:0 3px 0 0; }
.taxsearch-content-inner .bo-taxsearch button.bo-taxform-button-submit {border-top:4px solid transparent; border-bottom:4px solid transparent;}

.bo-taxsearch ul { width:100%;display:flex;flex-direction: row; flex-wrap:wrap;justify-content:flex-start;padding:0;}
.bo-taxsearch ul li {list-style: none; margin:3px 5px 3px 0; padding:0; display: inline-block; width: calc(100% / 3 - 5px); }
.bo-taxsearch ul li select { width:100% }
.bo-taxsearch .chosen-container {width:100%; }
.bo-taxsearch .chosen-container-single {width:100%;}
.bo-taxsearch .chosen-container-single .chosen-single {width:100%; font-size:15px;font-weight:300;}
.bo-taxsearch ul li ul li {width:100%; display:block;font-size:15px;line-height:26px !important;}

.bo-taxsearch button.bo-taxform-button-submit {display:block; text-align:center; padding:0; font-size:17px;  font-weight:400; cursor:pointer;width:100%;height:100%;border:none;border-top:3px solid #fff; border-bottom:3px solid #fff; background:#EAEBEF; color:#606774;transition:background, 300ms;}
.bo-taxsearch button.bo-taxform-button-submit:hover,.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset:hover {}

.bo-taxsearch li {position:relative;}
.bo-taxsearch li.offertype:before, .bo-taxsearch li.proptype:before, .bo-taxsearch li.location:before, .bo-taxsearch li.price:before, .bo-taxsearch li.size:before, .bo-taxsearch li.rooms:before, .bo-taxsearch li.keywords:before {font-family: "icofont"; font-size:16px; color:#dedede; position:absolute; top:14px; left:10px;z-index:10;}
.bo-taxsearch li:after {content:'\ea67'; top:16px; right:9px; font-family: "Icofont"; font-size:14px; color:#dedede; position:absolute; z-index:11;}

.bo-taxsearch li.offertype:before,.bo-taxsearch-sidebar li.offertype:before { content: '\efa2';  }
.bo-taxsearch li.proptype:before,.bo-taxsearch-sidebar li.proptype:before { content: '\ec5e';}
.bo-taxsearch li.location:before,.bo-taxsearch-sidebar li.location:before { content: '\ed42';}
.bo-taxsearch li.price:before,.bo-taxsearch-sidebar li.price:before { content: '\ec05';}
.bo-taxsearch li.size:before,.bo-taxsearch-sidebar li.size:before { content: '\ef0b'; }
.bo-taxsearch li.rooms:before,.bo-taxsearch-sidebar li.rooms:before { content: '\ef58';}
.bo-taxsearch li.keywords:before,.bo-taxsearch-sidebar li.keywords:before { content: '\f005';font-size:19px;top:12px;}

.bo-taxform-button.taxsearch2-button {border-right-width:5px;width:calc(17% - 3px);}
.bo-taxsearch button.bo-taxform-button-submit.prop-taxsearch2-button-submit {font-size:17px; width:100%;height:49px; box-sizing:border-box;border-top:1px solid #fff; border-bottom:1px solid #fff;margin-top:1px}
.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset {display:block; width:100%;height:46px; line-height:47px; text-align:center; font-size:17px; font-weight:400;border-top:1px solid #fff; background:#f0f1f6; color:#606774;}

.sc-taxsearch-content {width:100%; margin: auto;}
.sc-taxsearch-content-inner {padding:3px; background:rgba(240,241,246,.9);}
article .sc-taxsearch-content-inner .bo-taxsearch ul {margin:0 !important;}
article .sc-taxsearch-content-inner .bo-taxsearch button.bo-taxform-button-submit {border:none;border-top:none; border-bottom:none;}

/* quicksearch 1 */ 

.quicksearch-content {width:100%; max-width:1160px; position: absolute; bottom:25px; z-index:10011; left: 0; right: 0; margin: auto; text-align:left; }

#bo-quicksearch-searchform {text-align:left; margin:15px 0; padding:2px 0 2px 10px; background:rgba(240,241,246,.9); border-radius:2px; display:flex;}
.image-wrapper #bo-quicksearch-searchform {margin:15px;}

.bo-quicksearch-items-wrapper {display:flex; width:calc(100% - 170px); justify-content:flex-start; align-items:center;height:60px; }
.bo-quicksearch-keyword {display:inline-block; width:300px; margin:0; padding:0;}
.bo-quicksearch-tax {display:inline-block; width:calc(100% - 300px);margin: 0; padding:0;}

ul.bo-quick-select { width:100%;display:flex;flex-direction: row; flex-wrap:nowrap;justify-content:flex-start;margin:0; padding:0;}
ul.bo-quick-select li {list-style: none; margin:0 3px; padding:0; display: inline-block; width: calc(100% / 2 - 6px); position:relative;font-size:15px; }
ul.bo-quick-select li ul li {width:100%; display:block; margin:3px 0 3px 10px; padding:8px 0 !important;font-weight:300; }
ul.bo-quick-select li select { width:100%; }
ul.bo-quick-select .chosen-container {width:100%; }
ul.bo-quick-select .chosen-container-single {width:100% ;}
ul.bo-quick-select .chosen-container-single .chosen-single {width:100% !important;background:rgba(255,255,255,.9) !important;border-radius:2px; box-sizing:border-box;height:45px; padding-left:10px;font-size:15px;font-weight:300; }

.bo-quick-select li:after {  content: '\ea67'; top:15px; right:9px;  font-family: "Icofont"; font-size:16px; color:#ddd; position:absolute; z-index:11;}
.bo-quick-select li ul li:after {content:"";}
.bo-quicksearch-keyword input.bo-quick-input {padding-left:40px;height:45px; border-radius:2px;width:100%;font-size:15px; font-weight:300; background:rgba(255,255,255,.9); box-sizing:border-box;border:1px solid #DEE0E4;}
.bo-quicksearch-keyword input.bo-quick-input:focus {outline:none !important}

#bo-quicksearch-searchform input#searchsubmit {width:160px; padding:18px 5px; margin:-1px 1px -1px 0; text-align:center; font-size:17px; border:none; border-radius:0 2px 2px 0; cursor:pointer;margin-left:auto; }

#bo-quicksearch-searchform .objectsearch { position:relative; }
#bo-quicksearch-searchform .objectsearch:before {content:"\ed17"; font-family:"Icofont"; position:absolute; top:2px; left:7px; color:#ddd; font-size:16px;  width:25px; z-index:99; }

/* quicksearch 2 */ 

.quicksearch2-content { position:absolute; z-index:80; left:0; right:0; top:0; bottom:0; margin:0 20px; align-items:center; display:flex; padding:0; height:auto; width:calc(100% - 40px); }
.quicksearch2-content.searchboxleft {justify-content:flex-start;}
.quicksearch2-content.searchboxright {justify-content:flex-end;}
#bo-quicksearch-searchform.quick2search {flex-direction:column; padding:15px;min-width:240px;max-width:360px;margin:0; border-radius:4px;}

ul.bo-quick-select.search2select { flex-direction:column;  }
ul.bo-quick-select.search2select li {list-style: none; margin:3px 0; padding:0; display:block; width:100%; }
ul.bo-quick-select.search2select li ul li { margin:3px 0 3px 10px; padding:8px 0; display:block;  }

#bo-quicksearch-searchform.quick2search input.bo-quick-input {padding:15px 10px;margin-bottom:3px;width:calc(100% - 22px); background:rgba(255,255,255,.9); border:1px solid #DEE0E4;font-size:15px;font-weight:300; }

#bo-quicksearch-searchform.quick2search .objectsearch:before {content:"";  }
.bo-quicksearch2-mobile-button {display:none;}
.bo-quicksearch2-search-data {display:block; }

#bo-quicksearch-searchform input#search2submit {width:100%;padding:20px 0; margin-top:15px; display:block;text-align:center; font-size:15px;text-transform:uppercase; border:none; border-radius:0; cursor:pointer; }

.bo-quicksearch2-headline {font-size:22px;font-weight:400; line-height:1.8em;margin:6px 0;text-align:center;}
.bo-quicksearch2-headline:after {content:""; border-bottom:1px solid #484B59; width:50px; height:1px; display:block; margin:0 auto;margin-bottom:15px;}
.bo-quicksearch2-text {font-size:14px; line-height:1.6em;margin:0;padding-bottom:10px !important; text-align:center; display:block; }

.bo-taxsearch-sidebar li { position:relative;}
.bo-taxsearch-sidebar li.offertype:before, .bo-taxsearch-sidebar li.proptype:before, .bo-taxsearch-sidebar li.location:before, .bo-taxsearch-sidebar li.price:before, .bo-taxsearch-sidebar li.size:before, .bo-taxsearch-sidebar li.rooms:before, .bo-taxsearch-sidebar li.keywords:before {font-family: "Icofont"; font-size:16px; color:#dedede; position:absolute; top:16px; left:10px;z-index:11; }
.bo-taxsearch-sidebar li:after {  content: '\ea67'; top:16px; right:9px;  font-family: "Icofont"; font-size:14px; color:#dedede; position:absolute; z-index:11;}

span.open-mobile-taxsearch {display:none;}

@media screen and (max-width: 940px)  {
.bo-quicksearch2-mobile-button {display:block;position:relative; font-weight:400;font-size:16px;text-transform:uppercase;  margin:15px 2px 5px 2px; padding:10px 0; text-align:center;border-radius:4px; cursor:pointer;}
.bo-quicksearch2-mobile-button:after {content:"\ea99"; font-family:"icofont"; font-size:14px; color:#fff; position:absolute;top:12px;right:10px; }	
.bo-quicksearch2-mobile-button.search-opened:after {content:"\eaa1";}		
.bo-quicksearch2-search-data {display:none; }	
.quicksearch2-content {top:15%;padding:0 10px;}		

.bo-taxsearch .chosen-container-single .chosen-single {font-size:14px;}
.bo-taxsearch ul li ul li {font-size:14px;}
.bo-taxsearch button.bo-taxform-button-submit {font-size:16px;}	
.bo-taxsearch button.bo-taxform-button-submit.prop-taxsearch2-button-submit {font-size:14px; }
.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset {font-size:14px; }	
.bo-quicksearch-items-wrapper {display:flex; width:calc(100% - 125px); }	
.bo-quicksearch-keyword {width:190px;margin-right:3px; }
.bo-quicksearch-tax {width:calc(100% - 190px);}	
.bo-quicksearch-tax li {width:50%;}		
	
#bo-quicksearch-searchform input#searchsubmit {width:120px}	
.quicksearch-content {bottom:5px; }
}/* eof 940 */

@media screen and (max-width:800px)  {
.bo-taxsearch ul li select {-webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important; border:1px solid #DEE0E4; background:#fff; padding:6px 2px 6px 40px; line-height:30px;color:#333 !important	}	
ul.bo-quick-select li select { width:100%; -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important;border:1px solid #DEE0E4; background:#fff; padding:6px 2px 6px 10px; line-height:30px;color:#333 !important}	
.bo-quicksearch-searchform.quick2search {max-width:calc(100% - 30px);width:calc(100% - 30px);margin:0; border-radius:2px;}	
ul.bo-quick-select a {color:#333 !important}	
}

@media screen and (max-width: 640px)  {
.quicksearch2-content {position:relative; margin:0;  padding:0; height:auto;width:100%;box-sizing:border-box; }
#bo-quicksearch-searchform.quick2search {border-radius:0 0 6px 6px;}	

.bo-taxform-form {flex-wrap:wrap; display:none;}
.bo-taxform-button {width:100%;margin:0; }
.bo-taxform-select {padding:0;height:100%;width:100%;}
.taxsearch-content {position: relative; bottom:0;}
.taxsearch-content-inner .bo-taxform-button {width:calc(100% - 10px);margin:5px;}
.taxsearch-content-inner .bo-taxform-button br {display:none;}
 .bo-taxsearch button.bo-taxform-button-submit {padding:8px 0;}	

.bo-taxsearch ul { width:calc(100% - 5px);padding:0 0 20px 10px;}
.bo-taxsearch ul li {list-style: none; margin:3px 5px 3px 0; padding:0; display:block; width: calc(100% - 5px); }

.bo-taxform-button.taxsearch2-button {width:100%;display:flex; justify-content:space-between;margin-top:5px;}	
.bo-taxsearch button.bo-taxform-button-submit.prop-taxsearch2-button-submit {font-size:13px; width:49%;}
.bo-taxsearch a.bo-taxform-button-reset.prop-taxsearch2-button-reset { font-size:13px; width:49%;margin-top:1px;padding-bottom:1px;}		

span.open-mobile-taxsearch {display:block;padding:14px 8px; margin:5px; cursor:pointer;  }	
span.open-mobile-taxsearch i {float:right;}	
	
.quicksearch-content {position:relative; margin-top:-20px;}	
#bo-quicksearch-searchform.quicksearchform {display:none; padding:0;background:none;}	
.bo-quicksearch-items-wrapper {display:flex; width:100%;flex-wrap:wrap;height:auto;}	
.bo-quicksearch-keyword {width:100%;margin-right:0; }
.bo-quicksearch-tax {width:100%;}	
ul.bo-quick-select { width:100%;flex-wrap:wrap;margin:5px 0; padding:0;}	
ul.bo-quick-select li {list-style: none; margin:3px 0; padding:0; display: inline-block; width:100%; position:relative;font-size:15px; }
.bo-quicksearch-tax li {width:100%;}		
	
#bo-quicksearch-searchform input#searchsubmit {width:100%;}	
.quicksearch-content {bottom:5px; }	
#bo-quicksearch-searchform.quick2search {max-width:calc(100% - 30px);width:calc(100% - 30px);margin:0; border-radius:2px;}
	
}/* eof 640 */


.bo-taxsearch li ul li:after, .bo-taxsearch-sidebar li ul li:after {content:"";}
.bo-taxsearch li:empty, .bo-taxsearch-sidebar li:empty {display:none;}

.bo-simple-objsearch {margin:0; padding:10px 0; display:flex; justify-content:flex-start;}
.bo-simple-objsearch .objectsearch {background:#fff;padding:9px 10px 10px 10px; border:1px solid #ebebeb; } 
.bo-simple-objsearch .objectsearch i {color:#ccc;font-size:18px }
.bo-simple-objsearch .objectsearch input[type="text"] {border:none; padding:10px; }
.bo-simple-objsearch .objectsearch input[type="text"]:focus {border:none; outline:none; }
.bo-simple-objsearch input[type="submit"] {border:none;padding:10px 12px;font-size:15px;}

.bo-search-result-info {background:#f0f1f6; padding:5px 10px 10px 10px;margin-bottom:10px;}
.bo-search-vars {font-weight:400;}
.bo-results-new-search {margin:40px 0 60px 0;}
.bo-results-new-search h4 {margin-left:20px;}
.no-prop-info p {font-weight:400;font-size:18px;}

/* =================== socials =================== */

.smicons span {background:#484B59;  width:30px; height:30px; display:inline-flex; margin:0 5px 5px 0; padding:0;  border-radius:2px; text-align:center;}
.smicons span img {border-radius:2px;}
.smicons span::before {font-size:17px;line-height: 30px;color:#F0F1F6; margin:0 auto; padding:0; font-family: "icofont"; display:flex-center;}
.smicons span:hover:before {color:#FFFFFF;}
.smicons span.google::before {content:"\ed43"; }
.smicons span.google:hover {background:#DC4A3D;}
.smicons span.twitter::before {content:"\ed7a";}
.smicons span.twitter:hover {background:#55ACEE;}
.smicons span.insta::before {content:"\ed46";}
.smicons span.insta:hover {background:#9B6954;}
.smicons span.fb::before {content:"\ed37";}
.smicons span.fb:hover {background:#3B579D;}
.smicons span.xing::before {content:"\ed87";}
.smicons span.xing:hover {background:#00605E;}
.smicons span.linked::before {content:"\ed4d";}
.smicons span.linked:hover {background:#0077B6;}
.smicons span.yt::before {content:"\ed8b";}
.smicons span.yt:hover {background:#E12B25;}
.smicons span.vimeo::before {content:"\ed7f";}
.smicons span.vimeo:hover {background:#1AB7EA;}
.smicons span.pin::before {content:"\ed5d";}
.smicons span.pin:hover {background:#BD081C;}
.smicons span.rss::before {content:"\ed64";}
.smicons span.rss:hover {background:#F26522;}
.smicons span.mail::before {content:"\ef14";}
.smicons span.mail:hover {background:#AD0203;}
.smicons span.phone::before {content:"\f008";}
.smicons span.phone:hover {background:#AD0203;}

/* =================== agents =================== */

.team-single-content {display:flex; flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%;margin-top:35px;}
.team-single-content .team-single-image {width:calc(30% - 8px); }
.team-single-content .bo-single-entry {width:calc(70% - 40px); padding-left:40px;}

@media screen and (max-width: 1024px)  { 
.team-single-content .team-single-image {width:35%; }
.team-single-content .bo-single-entry {width:calc(65% - 40px); padding-left:40px;}	
}

@media screen and (max-width: 680px)  { 
.team-single-content {flex-wrap:wrap;}	
.team-single-content .team-single-image {width:100%; max-width:400px; padding-right:0;}
.team-single-content .bo-single-entry {width:calc(100% - 10px); padding-left:10px; padding-top:20px}	
}

.team-single-image img {border-radius:2px;}
.team-profile-description {padding:0;}
.team-profile-data {font-size:16px;}
.team-profile-data h1 {font-size:23px;font-weight:400;margin-top:15px; line-height:1em;}
.team-profile-data h2 {font-size:18px; line-height:1em; margin-bottom:0; padding-bottom:0;}
.team-profile-contact {border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; margin:35px 0;max-width:70%;}
@media screen and (max-width: 1024px)  {.team-profile-contact {max-width:80%;}}
@media screen and (max-width: 896px)  {.team-profile-contact {max-width:100%;}}

ul.team-profile-contact-data {display:flex; align-items:center;flex-wrap:wrap; justify-content:flex-start;}
ul.team-profile-contact-data {list-style:none;margin:10px 0; padding:0;}
ul.team-profile-contact-data li {list-style:none; margin:0 20px 0 0; padding:5px 0;width:calc(50% - 20px);font-size:16px;}
@media screen and (max-width: 600px)  {ul.team-profile-contact-data li {width:calc(100% - 20px);}}

ul.team-profile-contact-data li i {margin-right:10px;}
ul.team-profile-contact-data li a {color:#484B59;}

.team-profile-description {margin:30px 0;}
.bo-team-properties {margin:60px 0;}

.bo-agents-grid {width:100%; display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch; padding:20px 0 60px 0;}
.bo-agent-box {padding:10px; text-align:center;border:1px solid #EAEBEF; border-bottom:3px double #EAEBEF;box-sizing:border-box;}
.bo-agent-box.has-4-boxes {width:calc(25% - 15px); margin:10px 20px 10px 0;}
.bo-agent-box.has-4-boxes:nth-child(4n + 4) {margin-right:0;} 

.sc-single-agent .bo-agent-box.has-4-boxes {width:calc(100% - 20px); margin:10px;}

.bo-agent-box-img  {width:100%;max-width:200px;padding:0 auto; margin:0 auto; }
.bo-agent-box-img img {border-radius:100%;width:100%; height:auto; display:block;}
h2.profilename, .profilename {margin:25px 0 5px 0;padding:0;line-height:1em;}
.profilesubtitle {}
.profilecontact {margin-top:15px; padding:0 0 30px 0;}
.profilecontact span {margin:0; padding:5px 0; font-size:15px;}

@media screen and (max-width: 1024px)  {
h2.profilename {font-size:20px;}	
}
@media screen and (max-width: 920px)  {
.bo-agent-box.has-4-boxes {width:calc(50% - 10px); margin:10px 20px 10px 0;}
.bo-agent-box.has-4-boxes:nth-child(2n + 2) {margin-right:0;} 	
}
@media screen and (max-width: 480px)  {
.bo-agent-box.has-4-boxes {width:calc(100% - 20px); margin:10px 20px 10px 10px;}
.bo-agent-box.has-4-boxes:nth-child(2n + 2) {margin-right:10px;} 	
}

/* ================= testimonials ============ */ 

.bo-testimonial-carousel {padding:0;margin:45px 0; }
.bo-testimonial-data.slick-slide {width:100%;display:flex; flex-direction:row;flex-wrap:nowrap;justify-content:center;vertical-align:center;align-items:center; }
.bo-testimonial-quote {width:calc(100% - 80px);margin:0 40px; text-align:center; }
.bo-testimonial-quote p {font-style:italic; margin:0; padding:5px 0;}
.bo-testimonial-quote strong {font-style:italic;}
.bo-testimonial-cite {font-size:20px; font-weight:400; display:inline-block;margin-top:20px;}

.bo-testimonial-carousel .slick-dots{ position:relative; display:block; width:100%;padding:0;margin:40px 0 0 0;list-style: none;text-align:center;}
.bo-testimonial-carousel .slick-dots li button {font-size: 0;line-height: 0; display: block;width:25px;height:20px;padding:0;cursor: pointer; color: transparent;border: 0;outline:none;background:none;border-radius:0;border-bottom:3px solid #ccc; }

.carousel-links .bo-testimonial-data.slick-slide {justify-content:flex-start !important}
.carousel-links .bo-testimonial-quote, .bo-testimonial-carousel.carousel-links .slick-dots  {text-align:left;}
.bo-testimonial-carousel.carousel-links .slick-dots  {margin-left:35px;width:calc(100% - 35px)}
.carousel-rechts .bo-testimonial-data.slick-slide {justify-content:flex-end !important}
.carousel-rechts .bo-testimonial-quote, .bo-testimonial-carousel.carousel-rechts .slick-dots  {text-align:right;}
.bo-testimonial-carousel.carousel-rechts .slick-dots {margin-right:35px; width:calc(100% - 35px)}

@media screen and (max-width: 800px)  {
.bo-testimonial-quote {width:calc(100% - 40px);margin:0 20px;}	
} 
@media screen and (max-width: 600px)  {
.bo-testimonial-quote {width:100%; margin:0;}	
.bo-testimonial-carousel .slick-dots li button {width:15px;}
} 

/* =================== table =================== */

article table {  width:80%; margin:15px 0; padding:10px; border:1px solid #EAEBEF;border-radius:2px; font-size:15px;}
article table td { border-bottom:1px solid #EAEBEF;border-top:1px solid #fff; padding:7px 10px; margin:0 3px; width:auto;}
article table td.key {background:#f0f1f6; width:200px; font-size:14px; }
article table tr:last-child td { border-bottom:none;}
article table th { border-bottom:1px solid #EAEBEF; padding:7px 10px; line-height:1.5em; font-weight:normal; }

/* =================== text search =================== */

form.searchform-wp-search {display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%;}

.search404 form.searchform-wp-search {max-width:600px;margin:30px 0 80px 0;}
form.searchform-wp-search input {-webkit-appearance:none;}
form.searchform-wp-search input#searchinput {display:inline-block; width:calc(100% - 130px); background:none; border:1px solid #EAEBEF; margin:10px;  font-style:italic; padding:15px 10px; }
form.searchform-wp-search input#searchinput:focus {-webkit-appearance:none; outline: none; color:#333; border:1px solid #EAEBEF; }
form.searchform-wp-search input#searchsubmit {width:80px; text-transform:uppercase; display:inline-block; cursor:pointer;  margin:1px;  border:none !important; border-radius:1px; text-align:center; }
form.searchform-wp-search input#searchsubmit:hover, .searchbox input#searchsubmit:focus {}

.search-item-list {margin:15px 0; padding:10px 10px 60px 10px; border-top:1px dotted #EAEBEF;}
.search-item {margin:15px 0 25px 0; padding-bottom:10px; border-bottom:1px dotted #EAEBEF;}
.search-item-thumb {float:left; margin:0 25px 10px 0; max-width:300px; }
.search-item-thumb img {width:100%; height:auto; display:block; border-radius:3px;}
.search-item p {font-size:15px; margin:0; padding:0 15px 5px 0;}
a.post-more { display:inline-block; color:#484B59; font-weight:bold; font-size:14px;}

/* =================== blog =================== */

h2.comment-reply-title {font-size:16px; font-weight:500; background:#f0f1f6; padding:10px;}
p.comment-notes {font-size:14px; margin:5px 0; padding:0;}
#respond label {display:block; font-size:15px; font-weight:500; }
#respond label span {font-size:13px; }
#respond input,#respond textarea {width:calc(100% - 14px); font-size:14px; padding:7px; margin:0 0 7px 0; border:1px solid #EAEBEF; border-radius:3px; }
#respond input[type="checkbox"] {width:30px; float:left;margin-top:8px; }
#respond p.comment-form-cookies-consent label {font-size:14px; font-weight:400; }
#respond input#submit {color:#FFFFFF;width:auto; font-size:15px; cursor:pointer; margin-top:15px; padding:10px 20px;}

#comments-box {margin:30px 0 0 0; padding:20px 60px 40px 0; width:calc(100% - 60px); }
a#cancel-comment-reply-link {display:block;}
.comment-author .says { display:none;}
.comment-author {font-weight:bold;}
.comment-meta {font-size:13px;}
#comments-box a {color:#484B59;}
#comments-box a.comment-reply-link {font-size:13px;font-weight:500; margin:5px; text-align:right; display:block;}
ul.comment-list { margin:15px 0 0 0; list-style:none; padding:0; }
ul.comment-list li { padding:5px 10px; margin:0 0 15px 0;  font-size:1em; line-height:1.6em; border-bottom:1px dotted #EAEBEF; list-style:none;}
ul.comment-list li.bypostauthor {}
ul.comment-list ul {margin:15px 0; border:1px dotted #EAEBEF; padding:10px;}
ul.comment-list ul li {border-bottom:none;}

.bo-comment-count {border-radius:100%; width:25px; height:25px;margin-right:5px;display:inline-block; text-align:center; }

.blog-grid-section {padding:20px 10px;  max-width: 1360px; margin:45px auto;   }
.blog-grid {display: grid;  grid-template-columns: repeat(1, minmax(100px,1fr));  grid-gap:15px;  grid-auto-rows: 0;}
.blog-grid-item {margin:0;}

.bo-blog-description.centerdesc {text-align:center; }

@media only screen and (max-width: 1023px) and (min-width: 640px) {  
.blog-grid {grid-template-columns: repeat(2, minmax(100px,1fr));  }
.blog-grid-item {margin-right:10px;}	
.blog-grid-item:nth-child(2) {margin-right:none;}	
}
@media only screen and (min-width: 1024px) { 
.blog-grid {grid-template-columns: repeat(3, minmax(100px,1fr));}
.blog-grid-item {margin-right:10px;}	
.blog-grid-item:nth-child(3) {margin-right:none;}	
}

.blog-grid-item-content {border:1px solid #EAEBEF; border-bottom:3px double #EAEBEF;  padding:10px;}
.blog-grid-item-title h2 {font-size:22px;}
.blog-grid-item-image {margin:0; padding:0; position:relative;}
.blog-grid-item-image img {padding:0;height:auto;margin:-11px -11px 20px -11px; width:calc(100% + 22px);}
.blog-grid-item-image .blog-category {position:absolute; bottom:10px; left:0;font-size:14px; padding:10px;}
.blog-grid-item-content a {color:#484B59;}
.blog-grid-item-text p {font-size:15px;}

.bo-blog-single-meta {margin:60px 0 10px 0; padding:10px 0; border-top:1px dotted #EAEBEF; border-bottom:1px dotted #EAEBEF}
.bo-meta {font-size:14px; padding:5px 0;}
.bo-meta i {font-size:12px; }

.bo-blog-single-nav {clear:both; height:auto; margin:10px 0 80px 0;font-size:13px; }
.bo-blog-single-nav .navleft {width:50%; float:left; vertical-align: middle;}
.bo-blog-single-nav .navright {width:50%; float:right; vertical-align: middle; text-align:right;}

.bo-blog-single-nav a, .bo-meta a {color:#484B59;}

.blog-shortcode-section {display:flex; justify-content:flex-start;flex-direction:row;flex-wrap:wrap; align-items:stretch;}
.blog-shortcode-item {width:calc(33.3333% - 20px); margin:20px 30px 25px 0; box-sizing:border-box; border:1px solid #EAEBEF; border-bottom:3px double #EAEBEF; }
.blog-shortcode-item:nth-child(3n + 3) {margin-right:0;} 
.blog-shortcode-item .blog-grid-item-content {border:none;}

@media only screen and (max-width: 940px) { 
.blog-shortcode-item {width:calc(50% - 10px); margin:20px 20px 25px 0;}
.blog-shortcode-item:nth-child(3n + 3) {margin-right:20px;} 
.blog-shortcode-item:nth-child(2n + 2) {margin-right:0;} 	
}
@media only screen and (max-width: 600px) { 
.blog-shortcode-item {width:calc(100% - 40px); margin:20px 20px 25px 20px;}
.blog-shortcode-item:nth-child(2n + 2) {margin-right:20px;} 	
.blog-shortcode-item:nth-child(3n + 3) {margin-right:20px;} 
}
@media only screen and (max-width: 420px) { 
.blog-shortcode-item {width:100%; margin:20px 0 25px 0;}
.blog-shortcode-item:nth-child(2n + 2) {margin-right:0;} 	
.blog-shortcode-item:nth-child(3n + 3) {margin-right:0;} 
}

.sidebar-thumbnail {float:left; width:60px;height:40px; margin:0 15px 0 0; padding:0;}
.sidebar-thumbnail img {border-radius:2px;width:60px; height:40px; }
.footer-box .sidebar-thumbnail {float:left; width:60px; margin:0 15px 0 0;}

/* =================== sidebar =================== */

.sidebarbox {padding:0 0 35px 0; margin:0; }
.sidebarbox .widgettitle { padding:0 0 15px 0; margin:0 0 15px 0; font-size:17px; text-transform:uppercase; font-weight:300; border-bottom:2px solid #C67814}
.sidebarbox .widgettitle [class^="icofont-"]:before, 
.sidebarbox .widgettitle [class*=" icofont-"]:before {margin-top:0 !important; margin-right:7px !important; line-height:.9em !important;}
.sidebarbox ul {margin:0; padding:0; list-style:none;}
.sidebarbox ul li {margin:3px 0;padding:6px 0 6px 20px; list-style:none;border-bottom:1px dotted #EAEBEF;position:relative;font-size:14px;color:#484B59;}
.sidebarbox ul li:before {content:""; width:2px; height:3px;background:#666; position:absolute; top:13px; left:2px;transition:all ease 300ms;}
.sidebarbox ul li:hover:before, .sidebarbox ul li.current-cat:before, .sidebarbox ul li.current-menu-item:before {content:"";height:calc(100% - 10px);position:absolute; top:4px;transition-delay:50ms;}

.sidebarbox ul.sidebar-current-posts li {padding-left:5px;}
.sidebarbox ul.sidebar-current-posts li:before, .sidebarbox ul.sidebar-current-posts li:hover:before {display:none !important;} 
.sidebarbox ul.sidebar-current-posts, .sidebarbox ul.sidebar-current-posts li {list-style:none; line-height:20px; font-size:13px;}
.sidebarbox ul li a {color:#484B59;display:block;}
.sidebarbox ul li a:hover {text-decoration:none;}
.sidebarbox ul ul.sub-menu {display:none;}
.sidebarbox ul li.current-menu-item ul.sub-menu, .sidebarbox ul li.current-menu-parent ul.sub-menu {display:block;}
.sidebarbox ul ul.sub-menu li:last-child {border-bottom:none;}
.sidebarbox ul ul.sub-menu li:hover:before {content:"";height:3px;position:absolute; top:18px;}
.sidebarbox ul li.current-menu-parent:hover:before {width:2px; height:3px;position:absolute; top:18px; left:2px;} 

.sidebarbox .tagcloud a {color:#484B59;line-height:1.5em;}

@media screen and (max-width: 640px)  {.sidebarbox ul.sidebar-current-posts, .sidebarbox ul.sidebar-current-posts li {font-size:14px;}	}

/* ========================= Calendar =========================*/

#calendar_wrap {margin:0;  }
#wp-calendar {empty-cells: show; margin:0; padding:0; font-size:13px; width:100%;}
#wp-calendar #next a {text-align: right;}
#wp-calendar #prev a {text-align: left;}
#wp-calendar a {display: block;font-weight:400; text-decoration:none; padding:6px 2px; margin:-6px -2px;}
#wp-calendar caption {display:none;}
#wp-calendar th {padding: 3px 0; text-align: center;  border:1px solid #EAEBEF;  }
#wp-calendar td {padding:6px 2px; text-align: center; border:1px solid #EAEBEF;	}
#wp-calendar th, #wp-calendar a, #wp-calendar td.pad:hover { background-color: #F0F1F6; }
.wp-calendar-nav-prev a, .wp-calendar-nav-next a {color:#484B59; padding-top:5px;}

/* =================== footer =================== */

.pagebottom {background:#EAEBEF;margin:0;}
.breadcrumb { margin:0; padding:5px 20px; font-size:12px; line-height:1.5em; font-weight:300;}
.breadcrumb #crumbs li { display:inline-block; float:left; margin:0 5px; }
.breadcrumb a {color:#484B59;}
.breadcrumb a:hover { text-decoration:underline;}

.footer-widgets { padding:20px; display:flex; justify-content:flex-start;}
.footer-box {flex-basis:calc(25% - 15px);  width:calc(25% - 15px); margin-right:20px; font-size:14px;}
.footer-box:nth-child(4) {margin-right:0;}
.footer-box .footerboxtitle {  margin:10px 0; padding:0; font-size:17px; text-transform:uppercase; line-height:30px; font-weight:400;}
.footer-box ul { margin:5px 0 25px 0; list-style:none; }
.footer-box ul li { line-height:28px; list-style:none; padding-left:20px; position:relative;}
.footer-box ul li:before {content: '\eaca'; font-family:"Icofont"; color:#484B59; font-size:13px; position:absolute; top:0px; left:-2px; transition:all ease 300ms;}
.footer-box ul li:hover:before {left:3px;}
.footer-box a {color:#484B59;  text-decoration:none;}
.footer-box a:hover {text-decoration:none;}
.footer-box p {  margin:0; padding:5px 0; font-size:1em;}

.footer-box #map-canvas { width:100%; height:300px; padding:0; margin:5px; border-radius:3px; }
.footer-box #map-canvas iframe { width:100%; height:200px; }
.footer-box #map-canvas a { color:#484B59; text-decoration:none; margin:0 0 0 10px; font-size:10px;}

.sidebarbox img, .sidebar-blog-image img, .footer-box img {max-width:100%; height:auto; border-radius:3px; }
.sidebarbox img {margin:10px 0 30px 0;}
.footer-box img {margin:5px 0;}

.footer-box #searchform { margin:10px 0 10px 5px;}
.footer-box input#searchinput {width:calc(100% - 100px); border:1px solid #f0f1f6; background:#fff; margin:0;  padding:10px 5px; font-size:13px; font-style:italic; border-radius:2px; float:left; }
.footer-box input#searchinput:focus {border:1px solid #C67814;  }
.footer-box input#searchsubmit {font-size:12px; text-transform:uppercase; width:75px; float:right; display:inline-block; padding:10px 0; margin:1px 5px 1px 0;  cursor:pointer;  border:none !important; text-align:center; -webkit-appearance:none !important; border-radius:2px;}

@media screen and (max-width: 940px)  {
.footer-widgets {flex-wrap:wrap;}	
.footer-box {flex-basis:calc(50% - 15px);  width:calc(50% - 15px); }
.footer-box:nth-child(2) {margin-right:0;}
}
@media screen and (max-width: 600px)  {
.footer-widgets {flex-wrap:wrap;}	
.footer-box {flex-basis:100%;  width:100%; margin-right:0; }
}

.bottomline { margin:0; font-size:12px; text-align:center; padding:25px 0; border-top:1px dotted rgba(0,0,0,.2) }

/* =================== wp-block / wp-core =================== */

div.alignfull {margin:0 calc(50% - 50vw);max-width: 100vw;width: 100vw;}
.wp-block-group.has-background .wp-block-group__inner-container {padding:20px;box-sizing:border-box;}
.wp-block-group.alignfull .wp-block-group__inner-container {padding:20px;box-sizing:border-box;max-width:1360px;margin-left:auto;margin-right:auto;}
.wp-block-cover {margin-top:0 !important;margin-bottom:0 !important;}
.wp-block-cover.alignfull {margin:0 calc(50% - 50vw);max-width: 100vw;width: 100vw;}
.wp-block-cover .wp-block-cover__inner-container {max-width:1160px !important; margin:0 auto;}
.wp-block-button a {font-size:17px; padding:12px 25px;margin-bottom:10px; transition:all, 300ms;}
.wp-block-button:hover a {border-radius:2px !important;}
.wp-block-buttons.alignfull .wp-block-button, .wp-block-buttons.alignfull .wp-block-button a {display:block !important; width:100% !important}
.wp-block-gallery.has-nested-images figcaption{padding:15px 0 !important;color:#ffffff !important;font-size:14px !important;font-weight:500;background:rgba(86,89,102,.8) !important;}

#TB_caption { line-height:1.6em; margin:0; padding:10px 0 10px 15px; height:auto;}
#TB_secondLine { margin:0; padding:5px 0 0 0 !important; font-size:.85em;}
#TB_caption a {color:#000;}

.wp-block-cover.alignfull.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.alignfull.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.alignfull.is-position-bottom-left .wp-block-cover__inner-container {margin-left:auto;margin-right:auto;width:100%; max-width:1360px !important; } 
.wp-block-cover.alignfull.is-position-center-right .wp-block-cover__inner-container {margin-left:auto;margin-right:auto;width:100%; max-width:1360px !important;text-align:right; } 


/* =================== home-block =================== */

/* button */ 

.bo-content-button {display:inline-block;}
.bo-content-button a {padding:12px 25px; white-space:nowrap;  margin:15px 5px 5px 0; width:auto;text-decoration:none;font-size:17px; font-weight:400;transition:all, 300ms; display:flex; justify-content:flex-start; flex-direction:row; flex-wrap:nowrap; align-items:stretch; vertical-align:center;}
.bo-content-button:hover a {border-radius:2px;opacity:.925;}

.cookie-button {text-align:center; font-size:17px; font-weight:400; padding:12px 25px; display:inline-block; cursor:pointer; margin:5px 0;}
.cookie-button:hover {border-radius:2px;transition:border-radius,300ms;}

@media screen and (max-width: 940px)  {.bo-content-button a {white-space:normal; flex-wrap:wrap;  } }


/* top object */ 
.bo-top-object-item.mobile-object {height:0;visibility:hidden;}
@media screen and (max-width: 800px)  {
.bo-top-object-item.mobile-object {height:auto;visibility:visible;}
.bo-top-object-item.desktop-object {height:0;visibility:hidden;}	
}

.bo-top-object-item .bo-property-marker {bottom:auto; top:20px;}
.bo-top-object-image .bo-loop-favorite {position:absolute; right:20px; top:0; background:rgba(255,255,255,.8); border:none; padding:10px;}
.bo-top-object-image .bo-loop-favorite i {font-size:23px; }
.bo-top-object-item {display:flex; flex-direction:row; flex-wrap:nowrap;justify-content:flex-start;align-items:stretch; width:100%; height:auto;background:#f0f1f6;}
.bo-top-object-col {flex-basis:52.2%; width:52.2%;}
.bo-top-object-col.top-object-image-col {flex-basis:47.8%; width:47.8%;}
.bo-top-object-image {position:relative;height:100%;align-items:stretch;display:flex;}
.bo-top-object-image img {width:100%;height:100%;display:block;object-position:center center;object-fit:cover;}
.bo-top-object-image .simplefavorite-button {position:absolute; bottom:15px;}
.bo-top-object-content {padding:10px 20px;height:100%; display:flex;flex-direction:column; vertical-align:center;justify-content:center;}
.bo-top-object-content .bo-top-object-topdetails {margin-top:auto;}
.bo-top-object-tax {font-size:12px;line-height:15px; margin:0; padding:0;width:100%; }
.bo-top-object-title {margin:20px 0; padding:10px;font-weight:300; font-size:18px;line-height:1.5em;display:inline-block;align-self:flex-start;}
.bo-top-object-content h2 {font-size:23px;margin:7px 0; line-height:1.4em;}
.bo-top-object-desc p {font-size:15px; line-height:25px;}
.bo-top-object-item a {border:none;}
.bo-top-object-details {font-size:13px; margin-top:auto;margin-left:-20px;margin-right:-20px;margin-bottom:10px; display:flex;flex-direction:row; justify-content:flex-start; vertical-align:center;align-items:center; background:#EAEBEF; padding:10px 20px;}
.bo-top-object-details span {margin:0; padding:0 12px; display:inline-block;border-right:1px dotted #ccc; }
.bo-top-object-details span:last-child {border-right:none;padding-right:0;}
.bo-top-object-price {font-size:20px;font-weight:500; border-right:1px dotted #ccc; padding:0 10px 0 0;}


/* top object slider */ 

.bo-block-prop-slider.mobile-slider {height:0;visibility:hidden;}
.bo-block-prop-slider .slick-dots {position:absolute;z-index:1011; bottom:-40px;width:100%; margin:0; text-align:center;}
.bo-block-prop-slider .slick-dots li {display: inline-block;width:25px; height:20px; margin:0 10px 0 0;padding: 0;cursor: pointer;}
.bo-block-prop-slider .slick-dots li button {font-size: 0;line-height: 0; display: block;width:25px;height:20px;padding:0;cursor: pointer; color: transparent;border: 0;outline:none;background:none;border-radius:0;border-bottom:3px solid #ccc;}
.slide-slick-prev, .slide-slick-next {cursor:pointer;display:inline-block;position:absolute;bottom:-40px;z-index:7777;color:#ccc;font-size:20px; }
.slide-slick-prev {left:5px; bottom:-51px;}
.slide-slick-next {right:5px;bottom:-51px;}


@media screen and (max-width: 1024px)  { 
.bo-top-object-col {flex-basis:60%; width:60%;}
.bo-top-object-col.top-object-image-col {flex-basis:40%; width:40%;}
}
@media screen and (max-width: 940px)  { 
.bo-top-object-col {flex-basis:67%; width:67%;}
.bo-top-object-col.top-object-image-col {flex-basis:33%; width:33%;}
}
@media screen and (max-width: 800px)  { 
.bo-block-prop-slider.desktop-slider {height:0;visibility:hidden;}	
.bo-block-prop-slider.mobile-slider {height:auto;visibility:visible;}	
.bo-top-object-item.mobile-object {height:auto;visibility:visible;}
.bo-top-object-item.desktop-object {display:none;}	
.bo-top-object-item {display:flex; flex-direction:row; flex-wrap:wrap;justify-content:flex-start;align-items:stretch; width:100%; height:auto;}
.bo-top-object-col {flex-basis:100%; width:100%;}
.bo-top-object-content h2 {font-size:25px;}	
}
@media screen and (max-width: 500px)  { 
.bo-top-object-details {flex-wrap:wrap; justify-content:flex-start;}
.bo-top-object-price {font-size:20px;font-weight:500; border-right:none;border-bottom:1px dotted #ccc; padding:10px 5px; display:block; width:calc(100% - 10px);}	
.bo-top-object-details span {padding:8px; display:inline-block;border-right:1px dotted #ccc; }
}

/* double box */ 

.bo-double-box {width:100%;display:flex;justify-content:center;align-items:center;}
.bo-double-box.alignfull {margin:0 calc(50% - 50vw);max-width: 100vw;width: 100vw;}
.bo-double-first {width:50%;align-self:stretch;display:flex;align-items:center; }
.bo-double-text {width:calc(100% - 60px); margin:0 0 0 auto; padding:0 30px; }
.bo-double-text-right {width:calc(100% - 60px); margin:0 auto 0 0; padding:0 30px;}
.bo-double-second {width:50%;position:relative; overflow:hidden;}
.bo-double-box h1 {margin:0; padding:0;font-size:30px;}
.bo-double-box h2 {font-size:27px;}
.bo-double-box h3 {font-size:24px;}
.bo-double-box p {padding-bottom:25px;}

.bo-double-mobile {display:none}

@media screen and (max-width: 840px)  {
.bo-double-mobile {display:block;}
.bo-double-desktop {display:none;}
.bo-double-box {width:100%; }
.bo-double-box.bo-double-mobile .bo-double-first {width:100% !important; }
.bo-double-box.alignfull.bo-double-mobile .bo-double-first {margin-bottom:0}	
.bo-double-text,.bo-double-text-right {padding:20px;margin:0; width:100%;}
.bo-double-box.bo-double-mobile {overflow:visible;}
.bo-double-box.bo-double-mobile .bo-double-second {width:100%; overflow: visible; }						
}	

/* triple box  */

.bo-triple-box {width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;overflow:hidden;}
.bo-triple-box.alignfull {margin:0 calc(50% - 50vw);max-width: 100vw;width: 100vw;}
.bo-triple-box .bo-triple-col {width:33.33333%;flex-basis:33.3333%; }
.bo-triple-box .bo-triple-col:not(.col-has-image) {align-self:stretch;display:flex;align-items:center;}
.bo-triple-text {margin:0 auto; padding:0 20px; }
.bo-triple-box.alignfull .bo-triple-text {margin:0 auto; padding:0 40px; }

.bo-triple-box h2, .bo-triple-box h3, .bo-triple-box h4, .bo-triple-box h5 { font-size:28px;}
.bo-triple-box a.bo-triple-more:hover .bo-triple-img {opacity:.8}

.bo-triple-mobile {display:none;}

@media screen and (max-width: 840px)  {
.bo-triple-desktop {display:none;}
.bo-triple-mobile {display:block;}	
.bo-triple-box {width:100%;display:flex;flex-direction:row;flex-wrap:wrap !important;justify-content:center;align-items:center;overflow:hidden;}
.bo-triple-box .bo-triple-col.col-has-image {flex-basis:100%;}
.bo-triple-box .bo-triple-col:not(.col-has-image) {flex-basis:50%; padding-bottom:15px; padding-top:15px;}			
.bo-triple-text {padding:0 20px 0 20px;width:calc(100% - 40px);}		
}
@media screen and (max-width: 480px)  {
.bo-triple-box .bo-triple-col:not(.col-has-image) {flex-basis:100% !important;width:100% !important; margin-left:0 !important;margin-right:0 !important; }		
}

/* vertical box  */

.bo-vertical-box {width:100%;display:flex;flex-direction:column;justify-content:center; align-items:center; overflow:hidden;background:#f0f1f6;margin:0; position:relative; box-sizing:border-box; }
.bo-vertical-first {}
.bo-vertical-text-top, .bo-vertical-text-bottom {padding:10px 20px;}
.bo-vertical-second {position:relative; overflow:hidden;}
.bo-vertical-img img {height:auto; max-width:100%;display: block;vertical-align: middle;}
.bo-vertical-box p {margin-bottom:15px;}
.bo-vertical-box h2 {font-size:24px; line-height:1em;}
.bo-vertical-box h3 {font-size:21px;}

.bo-vertical-mobile {display:none;}
.bo-vertical-desktop {display:block;}	

.wp-block-columns.has-4-columns .bo-vertical-box h2 {font-size:21px; line-height:1em;}

/*  faq  */

.bo-faq-headline {margin:3px 0 0 0; padding:10px 0 10px 5px;  position:relative; border:1px dotted #EAEBEF; border-left-color:transparent; border-right-color:transparent; cursor:pointer; }
.bo-faq-headline i {font-size:20px;position:absolute; margin:5px 10px 0 0; opacity:.7;}
.bo-faq-headline i {transition: 300ms ease-in-out; transition-delay:100ms;transform:rotate(360deg); }
.bo-faq-headline h3 {font-size:20px; margin:0; padding:0; line-height:30px;padding-left:30px;}
.bo-faq-answer {padding:15px; border:1px dotted #EAEBEF;border-top:none;margin:0 0 15px 0; }
.bo-faq-headline.active-headline {border-bottom:none;border-left-color:#EEEFF3; border-right-color:#EAEBEF;}
.bo-faq-headline.active-headline i {transform:rotate(180deg); opacity:1;}

/*  contact  */

.block-contact-box {background:#f0f1f6;}
.block-contact-box {border-radius:3px; padding:10px;}
.block-contact-box i {float:left; margin-right:10px;margin-top:2px;}
.block-contact-box-name {display:block; font-weight:400; font-size:15px; line-height:1.5em;}
ul.block-contact-box-list {margin:20px 0 0 0; padding:0; list-style:none;}
ul.block-contact-box-list li {margin:7px 0; padding:0; list-style:none; line-height:1.3em;font-size:14px;}
ul.block-contact-box-list li a {color:#484B59;}
ul.block-contact-box-list li a:hover {border-bottom:none;}

/*  iconbox  */

.ibox {margin:5px 0; padding:15px; border:1px solid #EAEBEF; box-shadow:0 6px 4px -6px rgba(0,0,0,.3);  position:relative; z-index:100; border-radius:3px;}
.ibox [class^="icofont-"]:before, .boxcontent [class*=" icofont-"]:before { margin:0;padding:0; width:1em; height:1em; line-height:1em;  }
.ibox [class^="fa-"]:before, .boxcontent [class*=" fa-"]:before {margin:0; padding:0; width:1em; height:1em; line-height:1em; }
.ibox .box-title {font-size:20px;line-height:1.2em;font-weight:400;}
.ibox .box-subtitle {font-size:17px;line-height:1.5em;font-weight:400; }
.ibox .box-icon { width:auto;float:left; margin:-5px 10px 5px -5px;}
.ibox p { font-size:15px; line-height:1.75em; padding:5px 0; margin:0; }
.ibox a.more-link {font-weight:400; display:inline-block; padding:10px 25px;margin-top:20px; transition:border-radius,300ms; white-space:nowrap; }
.ibox a.more-link:hover {border-radius:2px;}
a.more-link:empty {display:none;}

.bo-block-cta-section {background-size:cover;background-position:50%;}
.bo-block-cta-container {max-width: 1360px; margin: auto; display: flex;  align-items: center; justify-content: space-between; padding:0 30px;min-height:500px;}
.bo-block-cta-wrapper {max-width:40%;}

.bo-block-cta-overlay { }
.bo-block-cta-section.alignfull {margin:0 calc(50% - 50vw);max-width: 100vw;width: 100vw; overflow:hidden;}
.bo-column-left .bo-block-cta-section.alignfull {margin:0 calc(74% - 50vw);max-width: 100vw;width: 100vw; overflow:hidden;}

.bo-block-cta-section.alignfull .bo-block-cta-wrapper {margin-left:0;}
.bo-block-cta-heading {font-size:30px; font-weight:400; }
article h1.bo-block-cta-heading:after {content:""; height:0;width:0;}
h1.bo-block-cta-heading, h2.bo-block-cta-heading, h3.bo-block-cta-heading,.bo-block-cta-heading  {line-height:1.3em; margin:0; padding:10px 0 0 0; display:block;}
.bo-block-cta-heading.bo-cta-has-custom-hbg {display:inline-block;}
.bo-block-cta-subtitle {line-height:1.4em; font-size:20px; font-weight:400; }
.bo-block-cta-text {margin-top:10px; margin-bottom: 10px; }
.bo-block-cta-text p {font-size:16px; line-height:1.5em; }
.bo-block-cta-buttons {margin-top:30px;}
.bo-block-cta-button-1, .bo-block-cta-button-2 { display:inline-block; padding:15px 25px; transition:border-radius,300ms; white-space:nowrap;font-size:18px; }
.bo-block-cta-button-1 {margin-right: 10px;}
.bo-block-cta-button-1:hover, .bo-block-cta-button-2:hover {border-radius:2px;}
.bo-cta-has-custom-hbg, .bo-cta-has-custom-tbg {padding:20px;}

@media screen and (max-width: 1024px)  {.bo-block-cta-wrapper { max-width: 60%; }}

@media screen and (max-width: 896px)  {
.bo-block-cta-section {  background-attachment: scroll !important; }
.bo-block-cta-heading-mobile {font-size:90%;}		
.bo-block-cta-wrapper { max-width: 80%; }	
}

@media screen and (max-width: 600px)  {
.bo-block-cta-button-1, .bo-block-cta-button-2 {padding:12px 15px;margin-bottom:10px;}
.bo-cta-has-custom-hbg, .bo-cta-has-custom-tbg {padding:10px 10px;}
.bo-block-cta-container {display: flex;  align-items:flex-end; justify-content:flex-end;  padding:0 20px; background-size:cover;background-position:50%;}
.bo-block-cta-wrapper { max-width:100%; width:calc(100% - 20px);  margin-left:0;margin-bottom:15px; }		
p.bo-block-cta-text {font-size:15px !important; line-height:1.6em;}	

}

.animated {animation-duration:600ms;}
@-webkit-keyframes fadeIn {from { opacity: 0;}to { opacity: 1;}}
@keyframes fadeIn {from { opacity: 0;} to { opacity: 1; }}
.fadeIn {  -webkit-animation-name: fadeIn;  animation-name: fadeIn;}

@-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)}}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}


/* ======================= wp block columns  */

@media (min-width: 600px) and (max-width: 781px) {.wp-block-columns.has-3-columns .wp-block-column:nth-child(1) .bo-vertical-box {margin:0 0 20px 0;}}

@media (min-width: 600px) and (max-width: 801px) {
.wp-block-columns.has-3-columns{flex-wrap:wrap !important;}	
.wp-block-columns.has-3-columns .wp-block-column:nth-child(1) { flex-basis: 100% !important; }
.wp-block-columns.has-3-columns .wp-block-column:nth-child(2) { margin:0 ; flex-basis: 25% !important;} 
.wp-block-columns.has-3-columns .wp-block-column:nth-child(3) { margin:0; flex-basis: 25% !important;} 
.wp-block-columns.has-3-columns .wp-block-column:nth-child(1) .bo-vertical-box {margin:0;}	
}

@media (max-width: 940px) {
.wp-block-columns.has-4-columns {flex-wrap:wrap !important;}	
.wp-block-columns.has-4-columns .wp-block-column {flex-basis:calc(50% - 20px);}	
}

@media screen and (max-width: 1200px)  {
.bo-favorites-single span.bo-favorite-button {margin-right:2px;width:100%;font-size:14px;}
.bo-favorites-single .bo-favorites-list-button a {margin-left:2px;font-size:14px;}	
.propfacts div {padding:10px 0;}	
.propprice { font-size:22px; margin-top:15px;}
.propfacts { font-size:15px;}	
.bo-request-button {margin:15px 0 0 0 ;}	
.bo-favorites-single {margin:20px 0 0 0;}	
.sidebar-prop-infos {padding:9px 15px;margin:0 0 10px 0;}	
}

@media screen and (max-width: 1024px)  {
.propprice { font-size:17px; margin-top:15px;}
.propfacts div {padding:10px 0;}	
.propfacts { font-size:14px;}	
.propaddress {padding:10px; position:relative;margin-bottom:20px;}
.propaddress:before {position:absolute; top:7px; left:1px; content:"\ef79"; font-family:"icofont";font-size:25px; }
.propaddress p {font-size:14px; padding:0 0 0 25px; }
}

@media screen and (max-width: 940px)  {
.property-gallery-single-wrap {position:relative; width:70.5%; margin:15px 0;}
.bo-property-sidebar {width:28%; margin:15px 0; margin-left:1.5%}	
.bo-favorites-single.bfs-desktop {display:none;}
.bo-favorites-single.bfs-mobile {display:flex;justify-content:flex-start;}
.bo-favorites-single span.bo-favorite-button {margin-right:5px;font-size:16px;}
.bo-favorites-single .bo-favorites-list-button a {margin-left:5px;font-size:16px;}	
.propfacts div {padding:7px 0;}	
.propfacts { font-size:14px;}	.propaddress p {font-size:13px;line-height:1.2em; padding:0 0 0 20px; }
}

@media screen and (max-width: 800px)  {
.bo-property-objekt-top {flex-wrap:wrap;}	
.property-gallery-single-wrap {position:relative; width:100%; margin:15px 0;}
.bo-property-sidebar {width:100%; margin:15px 0; margin-left:0}	
.property-gallery-single-wrap.portfolio-top-left {width:100%;}
.bo-property-sidebar.portfolio-top-right {width:100%; }
.bo-favorites-single.bfs-mobile {display:flex;justify-content:flex-start;bottom:5px;}	
.bo-favorites-single span.bo-favorite-button, .bo-favorites-single .bo-favorites-list-button a {background:none ;}		
.propfacts { font-size:15px;}	.propaddress p {font-size:15px;line-height:1.2em; padding:3px 20px; }
.propprice { font-size:23px; margin-top:15px;}	
.profilename, .profilemail, .profilephone, .profilemobile, .profilefax { display:block; padding:8px 0; font-size:14px; }	
.profilename {font-size:18px;}
.profilecontact {margin:20px 0 0 0;}
}

@media screen and (max-width: 640px)  {
.bo-property-contact {flex-wrap:wrap;justify-content:	center; width:100%;}
.contact-team {display:inline-block;flex-basis:100%; background:#f0f1f6;border-radius:10px}
.contact-request {flex-basis:100%;display:inline-block;}	
.contact-request.contact-has-agent .contactform button {  margin:25px auto;}	
.profilebox .profileimg {max-width:150px; margin:20px auto 10px auto;}	
}

#gototop a {right:10px; }
#globalmail a {right:72px; }
#globalphone a { right:124px;}
#gototop, #globalmail,#globalphone { display:none; }
#gototop a, #globalmail a,#globalphone a {background:#C67814;color:#fff; text-decoration:none; font-size:30px; margin:0;cursor:pointer;width:50px; height:40px;line-height:40px;padding:5px 0;border-radius:3px 3px 0 0;position:fixed; z-index:999999; bottom:0;  -moz-transition: all 0.3s; -webkit-transition: all 0.3s;transition: all 0.3s; }
#gototop a:hover, #globalmail:hover a,#globalphone:hover a {padding-top:12px;padding-bottom:12px;}

@media screen and (max-width: 800px)  { 
.bo-fixed-items {display:none;background:rgba(0,0,0,.7) !important; z-index:99999; height:62px; position:fixed; bottom:0; left:0; width:100% !important;max-width:100% !important;}	
#gototop a, #globalmail a,#globalphone a {position:fixed; z-index:999999; bottom:0; }
#gototop a {right:30px; }
#globalmail a {right:94px; }
#globalphone a { right:158px;}
.wrapper.footer {padding-bottom:74px;}
}

/* ======================= 360  */ 
.vr-slider {position: relative; overflow: hidden; width: 100%; padding-top: 50%;}
.vr-slider iframe {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}

@media screen and (max-width: 420px)  {.bo-gallery-slider{min-height:180px;}}

@media screen and (max-width: 640px)  {
.bo-taxsearch ul { width:calc(100% - 5px);padding:0 0 20px 10px;}
.bo-taxsearch ul li {list-style: none; margin:3px 5px 3px 0; padding:0; display:block; width: calc(100% - 5px); }
}

@media screen and (max-width: 480px)  {
.topline-content {display:none;}	
.mobile-topline-button {width:30px; position:absolute; background:#565966; top:0; right:15px;border-radius:0 0 3px 3px; padding:5px; cursor:pointer; z-index:10000;}
.mobile-topline-button:before {content:"\ef4e"; font-family:"icofont";font-size:20px;color:#fff;}	
.mobile-topline-button.active-topline:before {content:"\eedd"; font-family:"icofont";font-size:20px;color:#fff;}	
.footer-box ul li { line-height:34px; }
}


@supports (-webkit-touch-callout:inherit){.bo-block-cta-section{background-attachment:scroll !important} 	}
@media (prefers-reduced-motion:reduce){.bo-block-cta-section{background-attachment:scroll !important}	}	