/* ==========================================================================
GLOBAL STYLES
========================================================================== */
:root {
  --color-black: #000;
  --color-black-200: #222;
  --color-white: #fff;
  --brand-color-primary: #305C85;
  --brand-color-primary-rgb: 48, 92, 133;
  --brand-color-primary-2: #393e46;
  --brand-color-secondary: #1D3750;
  --animation-speed: 0.2s;
  --box-shadow: 0px 1px 8px 3px rgb(var(--color-grey-900), 3%);
  --font-family: 'Montserrat', sans-serif;
}
html, body { height: 100%; }
body { background: var(--color-white); font-family: var(--font-family); color: var(--color-black); font-size: 15px; line-height: 24px; -webkit-font-smoothing: antialiased; -webkit-animation-name: initial; display: flex; flex-direction: column; }
body.home { display: inherit; }
img { max-width: 100%; height: auto; }

/* Spacing Section Margin and Padding */
.p20 { padding: 20px 0; }
.p30 { padding: 30px 0; }
.p40 { padding: 40px 0; }
.p50 { padding: 50px 0; }
.p60 { padding: 60px 0; }
.p80 { padding: 80px 0; }
.m60 { margin: 50px 0; }
.m80 { margin: 80px 0; }

/* ==========================================================================
Typography
========================================================================== */
/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 { font-weight: 500; color: var(--brand-color-primary); font-family: var(--font-family); }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

@media only screen and (max-width: 992px) {
  h1, .h1 { font-size: 22px; }
  h2, .h2 { font-size: 20px; }
  h3, .h3 { font-size: 18px; }
}

/* Paragraphs */
p { margin: 0 0 15px 0; }

/* Links */
a { color: var(--color-#337ab7); text-decoration: none; }
a:hover, a:focus { outline: none; text-decoration: none; color: var(--brand-color-secondary); }

/* Buttons */
.btn__primary{background:none;display:inline-block;color:var(--color-white);border-color:var(--brand-color-primary);border-width:2px;background:var(--brand-color-primary)}
.btn__primary:hover,.btn__primary:focus{color:var(--color-white);border-color:var(--brand-color-primary-shade);background-color:var(--brand-color-primary-shade)}
.btn__outline{display:inline-block;background:none;border:2px solid transparent}
.btn__primary__outline{color:var(--brand-color-primary);border-color:var(--brand-color-primary)}
.btn__primary__outline:hover,.btn__primary__outline:focus{color:var(--color-white);background:var(--brand-color-primary)}
.btn__secondary__outline{color:var(--color-black);border-color:var(--color-black)}
.btn__secondary__outline:hover,.btn__secondary__outline:focus{color:var(--color-white);background:var(--color-black)}
.btn__light__outline{color:var(--color-white);border-color:var(--color-white)}
.btn__light__outline:hover,.btn__light__outline:focus{color:var(--color-white);background:var(--brand-color-primary);border-color:var(--brand-color-primary)}

/* Div to act like a table cell */
.table-container { display: table; height: 100%; width: 100%; }
.table-container .table-cell { display: table-cell; vertical-align: middle; }
.table-container .table-cell .center-cell { margin: 0 auto; }

/* Sticky Footer */
.sticky-footer { flex: 1; }

/* Responsive Embed */
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
.embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; }

.flex { display: flex; }
.flex-center { display: flex; align-items: center; }

/* Video Embed */
.fluid-video { display: block; width: 100%; height: 0; padding-bottom: 56.25%; /* 16/9 format */ overflow: hidden; position: relative; margin-bottom: 10px; }
.fluid-video iframe, .fluid-video embed, .fluid-video object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.section__center {
	text-align: center;
}

/* ==========================================================================
Target Body
========================================================================== */

/* Social Icons */
.header #social, .footer #social { *zoom: 1; float: right; margin:0; padding:0; list-style:none; }
#social:before, #social:after { content: " "; display: table; }
#social:after { clear: both; }
.header #social li, .footer #social li { float:left; }
.header #social li a, .footer #social li a { text-decoration:none; color: var(--color-white); border-radius: 40px; border-radius: 40px; background-clip: padding-box; font-size: 18px; display: block; text-align: center; padding: 0; width: 40px; height:40px; display: flex; justify-content: center; align-items: center; margin: 0 8px 8px 0; background: var(--color-black); font-size:0; }
.footer #social li a { border: 1px solid var(--color-white); background: none; }
.footer #social li a:hover { border-color: transparent; }
.header #social li a:after, .footer #social li a:after { font-family: FontAwesome; font-size: initial; }
.header #social li a.social-facebook:after, .footer #social li a.social-facebook:after { content: '\f09a'; }
.header #social li a.social-facebook:hover, .footer #social li a.social-facebook:hover { background: #3b5998 !important; }
.header #social li a.social-twitter:after, .footer #social li a.social-twitter:after { content: '\f099'; }
.header #social li a.social-twitter:hover, .footer #social li a.social-twitter:hover { background: #55acee !important; }
.header #social li a.social-pinterest:after, .footer #social li a.social-pinterest:after { content: '\f0d2'; }
.header #social li a.social-pinterest:hover, .footer #social li a.social-pinterest:hover { background: #cb2027 !important; }
.header #social li a.social-youtube:after, .footer #social li a.social-youtube:after { content: '\f16a'; }
.header #social li a.social-youtube:hover, .footer #social li a.social-youtube:hover { background: #bb0000 !important; }
.header #social li a.social-linkedin:after, .footer #social li a.social-linkedin:after { content: '\f0e1'; }
.header #social li a.social-linkedin:hover, .footer #social li a.social-linkedin:hover { background: #007bb6 !important; }
.header #social li a.social-instagram:after, .footer #social li a.social-instagram:after { content: '\f16d'; }
.header #social li a.social-instagram:hover, .footer #social li a.social-instagram:hover { background: #517fa4 !important; }
.header #social li a.social-houzz:after, .footer #social li a.social-houzz:after { content: '\f27c'; }
.header #social li a.social-houzz:hover, .footer #social li a.social-houzz:hover { background: #7ac142 !important; }

/* ==========================================================================
Main Header
========================================================================== */
.header { position: absolute; left: 0; right: 0; }
.header .top-nav { position: relative; z-index: 9; background: var(--brand-color-primary); color: var(--color-white); }
.header .top-nav a { color: var(--color-white); }
.header .top-nav ul { list-style: none; padding: 0; margin: 0; }
.header .top-nav ul li { font-size: 14px; float: left; margin-right: 15px; }
.header .top-nav ul li a { transition: var(--animation-speed); }
.header .top-nav .quick-info ul li { margin-top: 10px; }
.header .top-nav .quick-info ul li i { margin-right: 5px; }
.header .top-nav #social { margin: 0 20px 0 -120px; float: right; }
.header .top-nav #social li { margin-right:0; }
.header .top-nav #social li a { width:30px; height:45px; line-height:inherit; margin:0;border-radius:0; line-height:45px; background:inherit; }
.header .top-nav .my-account { float: right; margin: 10px 0; -webkit-border-radius: 4px; border-radius: 4px; background-clip: padding-box; background: var(--color-white); }
.header .top-nav .my-account ul li { color: var(--brand-color-primary); position: relative; margin: 0; }
.header .top-nav .my-account ul li:after { font-size: 10px; position: absolute; top: 1px; right: 0; content: '|'; }
.header .top-nav .my-account ul li a { transition: var(--animation-speed); color: #252a2b; padding: 0 15px; font-size: 12px; font-weight: bold; display: inline-block; }
.header .top-nav .my-account ul li a:hover { color: #666; }
.header .top-nav .my-account ul li:last-child { border: 0; }
.header .top-nav .my-account ul li:last-child:after { content: none; }

@media only screen and (max-width: 767px) { .header .top-nav { max-height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; position: fixed; top: 50px; background: var(--color-white); color: #222; width: 100%; border-width: 0 2px 2px 2px; border-style: solid; border-color: var(--brand-color-primary); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); z-index: 999; }
  .header .top-nav.open-nav { -webkit-transform: translate3d(15%, 0, 0); -moz-transform: translate3d(15%, 0, 0); -ms-transform: translate3d(15%, 0, 0); -o-transform: translate3d(15%, 0, 0); transform: translate3d(15%, 0, 0); }
  .header .top-nav a { color: #222; }
  .header .top-nav .container-fluid { margin: 0; padding: 0; }
  .header .top-nav .container-fluid .row { margin: 0; }
  .header .top-nav .container-fluid .row .col-md-8, .header .top-nav .container-fluid .row .col-md-4, .header .top-nav .container-fluid .row .col-md-6 { padding: 0; }
  .header .top-nav ul { float: none !important; }
  .header .top-nav ul li { margin: 0 !important; float: none !important; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; font-weight: bold; }
  .header .top-nav ul li a { font-weight: bold !important; color: #222 !important; display: block !important; border: 0 !important; padding: 10px 20px !important; margin: 0 !important; }
  .header .top-nav ul li a:hover { background: none !important; color: #252a2b !important; }
  .header .top-nav ul li #myrsol_adminblock { background: #f4f4f4; }
  .header .top-nav .quick-info { margin: 0; float: none; }
  .header .top-nav .quick-info ul li { padding: 10px 20px; }
  .header .top-nav .quick-info ul li a { padding: 0 !important; display: inline-block !important; }
  .header .top-nav .quick-info ul li.realtor { background: var(--brand-color-primary); color: var(--color-white); }
  .header .top-nav .my-account { float: none; margin: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; background: none; }
  .header .top-nav .my-account ul li:after { display: none; } }

.mobile-contact {
    background: var(--brand-color-primary);
    color: var(--color-white);
  	padding: 5px 0;
}
.mobile-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.mobile-contact ul a {
 color: var(--color-white);
}

/* ========================================================================== Navigation ========================================================================== */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules) You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm { box-sizing: border-box; position: relative; z-index: 9999; -webkit-tap-highlight-color: transparent; }
.sm, .sm ul, .sm li { display: block; list-style: none; margin: 0; padding: 0; direction: ltr; text-align: left; }
.sm-rtl, .sm-rtl ul, .sm-rtl li { direction: rtl; text-align: right; }
.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 { margin: 0; padding: 0; }
.sm ul { display: none; }
.sm li, .sm a { position: relative; }
.sm a { display: block; }
.sm a.disabled { cursor: default; }
.sm::after { content: ""; display: block; height: 0; font: 0px/0 serif; clear: both; overflow: hidden; }
.sm *, .sm *::before, .sm *::after { box-sizing: inherit; }

@media (min-width: 993px) { 	/* Switch to desktop layout ----------------------------------------------- These transform the menu tree from collapsible to desktop (navbar + dropdowns) -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul { position: absolute; width: 12em; }
  .sm-clean li { float: left; }
  .sm-clean.sm-rtl li { float: right; }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li { float: none; }
  .sm-clean a { white-space: nowrap; }
  .sm-clean ul a, .sm-clean.sm-vertical a { white-space: normal; }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a { white-space: nowrap; }
  /* ...end */
  .sm-clean ul a.disabled { background: var(--color-white); color: #ccc; }
  .sm-clean .scroll-up, .sm-clean .scroll-down { position: absolute; display: none; visibility: hidden; overflow: hidden; background: var(--color-white); height: 20px; }
  .sm-clean .scroll-up:hover, .sm-clean .scroll-down:hover { background: #eee; }
  .sm-clean .scroll-up:hover .scroll-up-arrow { border-color: transparent transparent #50c6db; }
  .sm-clean .scroll-down:hover .scroll-down-arrow { border-color: #666 transparent transparent; }
  .sm-clean .scroll-up-arrow, .sm-clean .scroll-down-arrow { position: absolute; top: 0; left: 50%; margin-left: -6px; width: 0; height: 0; overflow: hidden; border-width: 6px; border-style: dashed dashed solid; border-color: transparent transparent #555; }
  .sm-clean .scroll-down-arrow { top: 8px; border-style: solid dashed dashed; border-color: #555 transparent transparent; }
  .sm-clean { float: left; }
  .sm-clean .sub-arrow { position: absolute; right: 14px; margin-left: 5px; text-align: center; }
  .sm-clean .sub-arrow:after { font-family: FontAwesome; content: '\f107'; }
  .sm-clean ul { position: absolute; z-index: 999; width: 12em; box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); *zoom: 1; background: var(--color-white); }
  .sm-clean ul:before, .sm-clean ul:after { content: " "; display: table; }
  .sm-clean ul:after { clear: both; }
  .sm-clean ul li { float: none; }
  .sm-clean ul li a { color: var(--brand-color-primary); }
  .sm-clean ul > li > a { position: relative; }
  .sm-clean ul > li > a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #f8f8f8; }
  .sm-clean ul > li > a .sub-arrow:after { content: '\f105'; }
  .sm-clean ul > li:last-of-type > a:before { display: none; }
  .sm-clean ul > li:hover > a { color: var(--color-black); background-color: #f4f4f4; }
  .sm-clean ul > li:hover > a .sub-arrow:after { content: '\f104'; }
  .sm-clean li { position: relative; display: block; float: left; }
  .sm-clean li a { padding: 6px 12px; white-space: nowrap; font-size: 16px; border-bottom: 1px solid transparent; color: var(--brand-color-primary); }
  .sm-clean li a:not(:only-child){padding-right:30px}
  .sm-clean li a.has-submenu { padding-right: 30px; }
  .sm-clean li a:hover .sub-arrow:after { content: '\f106'; }
  .sm-clean > li:hover > a { color: var(--color-black); border-color: var(--color-black); }
  .sm-clean > li:hover > a .sub-arrow:after { content: '\f106'; } }
@media only screen and (max-width: 992px) { .sm-clean ul { padding-left: 10px; }
  .sm-clean li { float: none; }
  .sm-clean li a { text-decoration: none; padding: 10px 0; border-bottom: 1px solid rgba(72, 72, 72, 0.1); color: #484848; }
  .sm-clean li a .sub-arrow { border-left: 1px solid rgba(72, 72, 72, 0.1); font-size: 20px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; width: 47px; line-height: 47px; color: var(--color-black); }
  .sm-clean li a .sub-arrow:after { font-family: FontAwesome; content: '\f107'; }
  .sm-clean li a.highlighted .sub-arrow { background: rgba(72, 72, 72, 0.05); }
  .sm-clean li a.highlighted .sub-arrow:after { content: '\f106'; } }


/* Main Nav */
#main-nav { width: 100%; display:flex; justify-content:center; }
#main-nav #main_navigation { float: none; }
.site-nav { position: absolute; left: 0; right: 0; border-radius: 0; background-clip: padding-box; border: 0; margin: 0; -webkit-transition: var(--animation-speed); transition: var(--animation-speed); z-index: 12; min-height: 80px; background-color: var(--color-white); background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); backdrop-filter: blur(4px) contrast(0.7); }
.site-nav.nav-fade { position: fixed !important; top: 0; z-index: 9900; -webkit-transform: translateZ(0); transform: translateZ(0); min-height: 70px; }
.site-nav.nav-fade .navbar-header .navbar-brand { display: flex; height: 70px; padding: 10px 15px; }
.site-nav.nav-fade #nav { margin-top: 20px; }
.site-nav.nav-fade #nav > li > a { margin-top: 0; }
.site-nav .navbar-header { margin-right: 20px; }
.site-nav .navbar-header .navbar-brand { display: flex; align-items: center; height: 80px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;}
.site-nav .navbar-header .navbar-brand img, .site-nav .navbar-header .navbar-brand svg, .site-nav .logo-2 { height: 70px; max-width: none; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; image-rendering: -moz-crisp-edges;image-rendering: -o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav ul ul { display: none; }
.site-nav .nav .open > a { background: none !important; color: #252a2b !important; }
.site-nav .nav .open > a:before { width: 100% !important; }
.site-nav .nav .open .open > a { background: #252a2b !important; color: var(--color-white) !important; }
.site-nav .tabdrop b { display: none; }
.site-nav .tabdrop.open ul { display: block !important; position: absolute; }
.site-nav .tabdrop.open ul:before { display: none; }


@media only screen and (max-width: 992px) { body { padding-top: 50px; }
  .nav-wrap-open { overflow: hidden !important; }
  .nav-wrap-open .site-nav { border-color: #eee !important; }
  .site-nav { background: none; position: fixed; display: block; top: 0; left: 0; right: 0; z-index: 9; height: 50px; min-height: 0; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; border-bottom: 1px solid var(--color-white) !important; }
  .site-nav.nav-fade { background: none; min-height: 50px; }
  .site-nav.nav-fade .navbar-header { background: var(--color-white); }
  .site-nav.nav-fade .navbar-header .navbar-brand { padding: 0 10px !important; height: 50px; display: inline-block; float: none; }
  .site-nav.nav-fade .navbar-header .navbar-brand img, .site-nav.nav-fade .navbar-header .navbar-brand svg, .site-nav .logo-2 { height: 50px; display: inline-block; margin: 0 auto; }
  .site-nav .flex { display: block; }
  .site-nav .container-fluid { padding-left: 0; padding-right: 0; height: 100%; }
  .site-nav .navbar-header { margin-right: 0; margin-left: 0; background: var(--color-white); color: #222; border-bottom: 0; width: 100%; position: relative; z-index: 2; }
  .site-nav .navbar-header .wrap-logo { position: absolute; width: 100%; text-align: center; z-index: 3; }
  .site-nav .navbar-header .navbar-brand { padding: 0 50px !important; height: 50px; display: inline-block; float: none; }
  .site-nav .navbar-header .navbar-brand img, .site-nav .navbar-header .navbar-brand svg, .site-nav .logo-2 { height: 50px; display: inline-block; margin: 0 auto; }
  .site-nav .navbar-header .navbar-toggle { -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; padding: 13px 10px; margin: 0; border: 0; position: relative; width: 60px; height: 50px; float: left; z-index: 4; color: var(--brand-color-primary); }
  .site-nav .navbar-header .navbar-toggle.open { background: #f4f4f4; color: #252a2b; }
  .site-nav .navbar-header .navbar-toggle.open:after { content: '\f00d'; }
  .site-nav .navbar-header .navbar-toggle:after { text-align: center; font-family: FontAwesome; content: '\f0c9'; font-size: 22px; }
  .site-nav .navbar-header .search-prop-link { line-height: 28px; }
  .site-nav .navbar-header .button-nav { text-align: center; display: block; position: relative; background: none; padding: 10px; margin: 0; border: 0; width: 60px; height: 50px; z-index: 4; color: var(--brand-color-primary); font-size: 20px; }
  .site-nav .navbar-header .button-nav svg { margin-top: 2px; height: 26px; width: 26px; fill: #666; }
  .site-nav .navbar-header .button-nav.open { background: #f4f4f4; color: #252a2b; }
  .site-nav .navbar-header .button-nav.open svg { fill: #252a2b; }
  .site-nav .navbar-header .button-nav:focus, .site-nav .navbar-header .button-nav:hover { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: none; }
  .navbar-mobile { position: fixed; top: 50px; left: -100%; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); bottom: 0; height: 100%; width: 100%; z-index: 9999; }
  .navbar-mobile.nav-slide { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile.nav-slide .overlay { opacity: 0.85; filter: alpha(opacity=85); }
  .navbar-mobile.nav-slide .wrap { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile.slide-delay { left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .navbar-mobile .wrap { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; overflow-y: scroll; -webkit-overflow-scrolling: touch; background: var(--color-white); display: block; top: 50px; left: -91%; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); width: 91%; height: 100%; z-index: 9; padding-bottom: 50px; }
  .navbar-mobile .overlay { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin: 0; background: #252a2b; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; border: 0; margin: 0; width: 100%; }
  .navbar-mobile ul { list-style: none; margin: 0; padding: 0; }
  .navbar-mobile ul ul li a { background: #f4f4f4 !important; }
  .navbar-mobile ul li.item-with-ul > a { padding-right: 60px; }
  .navbar-mobile ul li a { padding: 12px 20px; background: var(--color-white); border-color: #eee; font-size: 16px; }
  .navbar-mobile ul li span.touch-button { width: 60px !important; height: 49px !important; background: none; border-width: 0 0 0 1px; border-style: solid; border-color: #eee; }
  .navbar-mobile ul li span.touch-button:after { font-size: 14px; line-height: 26px; -webkit-border-radius: 4px; border-radius: 4px; background-clip: padding-box; display: block; padding: 2px 0; margin: 9px auto; height: 30px; width: 30px; font-family: FontAwesome; content: "\f067"; color: var(--color-white); background: #252a2b; }
  .navbar-mobile ul li span.touch-button.active:after { content: '\f068'; background-color: #252a2b; background-color: rgba(37, 42, 43, 0.8); }
  .navbar-mobile ul li span.touch-button i { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .site-nav .navbar-header .navbar-brand { margin-left: 0px; }
  .navbar-mobile .wrap { left: -80%; width: 80%; }
  /* Show Mobile Navbar on Tablet View */
  .navbar-header { float: none; }
  .navbar-toggle { display: block; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .site-nav { min-height: 70px; }
  .site-nav .col-md-3 { width: 20%; }
  .site-nav .col-md-9 { width: 80%; }
  .site-nav .navbar-header { margin-right: 20px; }
  .site-nav .navbar-header .navbar-brand { height: 70px; padding: 10px 15px; }
  /*.site-nav .navbar-header .navbar-brand img, .site-nav .navbar-header .navbar-brand svg, .site-nav .logo-2 { height: 46px; }
  .site-nav.nav-fade .navbar-header .navbar-brand img, .site-nav.nav-fade .logo-2 { height: 46px; }*/
  .site-nav #nav { margin-top: 20px; }
  .site-nav #nav > li { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; margin: 0 8px; }
  .site-nav #nav > li > a { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; margin-top: 0; } }


@media only screen and (max-width: 992px) {
.header .mls-search{position:absolute;width:100%!important;transition:.2s;top:50px;background:var(--color-white);box-shadow:inset 0 5px 10px -10px rgba(109,75,75,0.75),0 0 8px rgba(0,0,0,0.12);padding:0;z-index:-1}
.header .mls-search-hide{top:-100%}
}
.header__search-mls-address{width:100%}
.header__search-mls-address form{position:relative}
.header__search-mls-address form .row{margin-left:-5px;margin-right:-5px}
.header__search-mls-address form .row div[class*=col-]{padding-left:5px;padding-right:5px}
.header__search-mls-address form .form-group{position:relative;margin:0}
.header__search-mls-address form .form-control{background:none}
.header__search-mls-address form button[type=submit]{font-size:16px;border-radius:0;border:0;color:var(--brand-color-primary);text-align:center;padding:0 20px;height:100%;position:absolute;right:0;top:0;background:none; display: flex; justify-content:center; align-items:center;}
@media only screen and (max-width: 992px) {
.header__search-mls-address form button[type=submit]{height:40px;line-height:40px;padding:0 15px}
}
.header__search-mls-address form button[type=submit]:hover{color:var(--color-black)}
.header__search-mls-address form [id^=qs_suggest]{padding:5px 50px 5px 10px;border-radius:4px;border:0;box-shadow:1px 1px 3px rgb(0 0 0 / 10%);background: var(--color-white);}
@media only screen and (max-width: 992px) {
.header__search-mls-address form [id^=qs_suggest]{border:0;padding:5px 20px 5px 0}
}
.header__search-mls-address form .mls-loading-results{position:absolute;left:-30px;top:50%;transform:translate(0,-50%)}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .mls-loading-results{display:none}
}
.header__search-mls-address form .mls-loading-results .fa{font-size:20px}
.header__search-mls-address form .ms-ctn input{margin:0;background:none}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-helper{left:auto;right:15px;top:-13px}
}
.header__search-mls-address form .ms-ctn .ms-sel-ctn{height:auto;margin-left:0}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-sel-ctn{padding:0 30px 0 15px}
}
.header__search-mls-address form .ms-ctn .ms-sel-ctn input{height:36px;min-width:30%;font-size:14px;}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-sel-ctn input{height:30px}
}
.header__search-mls-address form .ms-ctn .ms-sel-ctn input::-webkit-input-placeholder{color:var(--color-black-200);}
.header__search-mls-address form .ms-ctn .ms-sel-ctn input:-moz-placeholder{color:var(--color-black-200);}
.header__search-mls-address form .ms-ctn .ms-sel-ctn input::-moz-placeholder{color:var(--color-black-200);}
.header__search-mls-address form .ms-ctn .ms-sel-ctn input:-ms-input-placeholder{color:var(--color-black-200);}
.header__search-mls-address form .ms-ctn .ms-sel-item{position:relative;margin:1px 2px 1px 0;padding:7px 20px 7px 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:30%}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-sel-item{padding:4px 20px 4px 3px}
}
.header__search-mls-address form .ms-ctn .ms-close-btn{text-align:center;position:absolute;top:0;right:0;margin:0;height:100%;background:none;width:20px;font-size:12px}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-close-btn{line-height:26px}
}
.header__search-mls-address form .ms-ctn .ms-close-btn:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"\f00d";font-family:"fontAwesome"}
@media only screen and (max-width: 992px) {
.header__search-mls-address form .ms-ctn .ms-res-ctn.dropdown-menu{margin:0;border:0;border-radius:0}
.header__search-mls-address form .ms-ctn .ms-res-ctn .ms-res-item{padding-left:15px;padding-right:15px}
}
.header__search-mls-address form .ms-ctn .ms-res-ctn div[class*=col-]{width:100%}
.header__search-mls-address form .ms-ctn .ms-res-ctn em{background:yellow;color:var(--brand-color-primary)}



/* ==========================================================================
Homepage Banner
========================================================================== */
/* Banner */
.banner { position: relative; min-height: 134px; }
.banner__image { height: 900px; background-size: cover; background-position: center center; }
.int .banner__image { height: 500px; }
.banner .banner-text { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; }
.banner .banner-text .container-fluid { height: 100%; }
.banner .banner-text .text-container { height: 100%; color: var(--color-white); display: flex;flex-direction: column;justify-content: center; }
.banner .banner-text .text-container .t-contents { position: relative; text-align: center; display: block; margin: 0 auto; width: 100%; }
.banner .banner-text .text-container span { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); display: block; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; font-size: 55px; letter-spacing: 5.5px; line-height: 60px; }
.banner .banner-text .text-container p { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); font-weight: bold; margin: 0; font-size: 20px; letter-spacing: 1.6px; }
.banner .banner-text .text-container ul { text-align: center; list-style: none; margin: 20px 0 0 0; padding: 0; *zoom: 1; }
.banner .banner-text .text-container ul:before, .banner .banner-text .text-container ul:after { content: " "; display: table; }
.banner .banner-text .text-container ul:after { clear: both; }
.banner .banner-text .text-container ul li { display: inline; margin-right: 2px; }
.banner .banner-text .text-container ul li a { -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); padding: 8px 14px; text-align: center; display: inline-block; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 14px; color: var(--color-white); background-color: var(--brand-color-secondary); }
.banner .banner-text .text-container ul li a:hover { background: var(--color-white); color: #222; }
.banner .banner-text .text-container .t-contents { position: relative; text-align: center; display: block; margin: 50px auto 0 auto; width: 100%; }
.banner .wrap-qs { position: absolute; top: auto; right: 0; bottom: 0; left: 0; z-index: 4; }
.banner .banner-quick-search { background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rgb), 0.6); }
.banner .banner-quick-search .wrapper { position: relative; padding: 20px 0 0 0; *zoom: 1; }
.banner .banner-quick-search .wrapper:before, .banner .banner-quick-search .wrapper:after { content: " "; display: table; }
.banner .banner-quick-search .wrapper:after { clear: both; }
.banner .banner-quick-search .wrapper .row { margin-left: -10px; margin-right: -10px; }
.banner .banner-quick-search .wrapper .col-xs-1, .banner .banner-quick-search .wrapper .col-sm-1, .banner .banner-quick-search .wrapper .col-md-1, .banner .banner-quick-search .wrapper .col-lg-1, .banner .banner-quick-search .wrapper .col-xs-2, .banner .banner-quick-search .wrapper .col-sm-2, .banner .banner-quick-search .wrapper .col-md-2, .banner .banner-quick-search .wrapper .col-lg-2, .banner .banner-quick-search .wrapper .col-xs-3, .banner .banner-quick-search .wrapper .col-sm-3, .banner .banner-quick-search .wrapper .col-md-3, .banner .banner-quick-search .wrapper .col-lg-3, .banner .banner-quick-search .wrapper .col-xs-4, .banner .banner-quick-search .wrapper .col-sm-4, .banner .banner-quick-search .wrapper .col-md-4, .banner .banner-quick-search .wrapper .col-lg-4, .banner .banner-quick-search .wrapper .col-xs-5, .banner .banner-quick-search .wrapper .col-sm-5, .banner .banner-quick-search .wrapper .col-md-5, .banner .banner-quick-search .wrapper .col-lg-5, .banner .banner-quick-search .wrapper .col-xs-6, .banner .banner-quick-search .wrapper .col-sm-6, .banner .banner-quick-search .wrapper .col-md-6, .banner .banner-quick-search .wrapper .col-lg-6, .banner .banner-quick-search .wrapper .col-xs-7, .banner .banner-quick-search .wrapper .col-sm-7, .banner .banner-quick-search .wrapper .col-md-7, .banner .banner-quick-search .wrapper .col-lg-7, .banner .banner-quick-search .wrapper .col-xs-8, .banner .banner-quick-search .wrapper .col-sm-8, .banner .banner-quick-search .wrapper .col-md-8, .banner .banner-quick-search .wrapper .col-lg-8, .banner .banner-quick-search .wrapper .col-xs-9, .banner .banner-quick-search .wrapper .col-sm-9, .banner .banner-quick-search .wrapper .col-md-9, .banner .banner-quick-search .wrapper .col-lg-9, .banner .banner-quick-search .wrapper .col-xs-10, .banner .banner-quick-search .wrapper .col-sm-10, .banner .banner-quick-search .wrapper .col-md-10, .banner .banner-quick-search .wrapper .col-lg-10, .banner .banner-quick-search .wrapper .col-xs-11, .banner .banner-quick-search .wrapper .col-sm-11, .banner .banner-quick-search .wrapper .col-md-11, .banner .banner-quick-search .wrapper .col-lg-11, .banner .banner-quick-search .wrapper .col-xs-12, .banner .banner-quick-search .wrapper .col-sm-12, .banner .banner-quick-search .wrapper .col-md-12, .banner .banner-quick-search .wrapper .col-lg-12 { padding-left: 10px; padding-right: 10px; }
.banner .banner-quick-search #quicksearch_select .form-group { float: left; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; background: var(--color-white); position: relative; margin-bottom: 20px; width: 100%; }
.banner .banner-quick-search #quicksearch_select .form-group:after { position: absolute; font-family: FontAwesome; color: var(--color-black); top: 8px; right: 14px; content: "\f0dc"; font-size: 12px; }
.banner .banner-quick-search #quicksearch_select .form-group select { position: relative; z-index: 1; width: 100% !important; height: 40px; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -moz-appearance: none; -webkit-appearance: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; color: #222; outline: none; }
.banner .banner-quick-search #quicksearch_select .form-group select option { text-transform: none; color: var(--color-black); background-color: var(--color-white); }
.banner .banner-quick-search #quicksearch_select .form-group select::-ms-expand { display: none; }
.banner .banner-quick-search #quicksearch_select .form-links { float: left; position: relative; min-height: 1px; width: 7%; text-align: center; padding-left: 10px; padding-right: 10px; }
.banner .banner-quick-search #quicksearch_select .form-links a { color: var(--color-white); }
.banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced { display: none; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn { display: block; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; padding: 5px 0; height: 40px; background: var(--brand-color-secondary) }
.banner .banner-quick-search #quicksearch_select .qsearch-btn i { font-size: 28px; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn span { display: none; }
.banner .banner-quick-search #quicksearch_select .qsearch-btn:hover, .banner .banner-quick-search #quicksearch_select .qsearch-btn:active { background: var(--brand-color-primary); }

@media only screen and (max-width: 767px) { .banner { height: auto; min-height: 0; }
  .banner__image { height: auto; }
  .int .banner__image { height: 200px; }
  .int .banner__image img { max-height: 150px !important; }
  .banner .banner-text { height: 300px; position: absolute; top: 0; right: 0; bottom: auto; left: 0; z-index: 9; }
  .banner .banner-text .text-container { height: 100%; color: var(--color-white); }
  .banner .banner-text .text-container span { font-size: 20px; letter-spacing: 1px; line-height: 20px; }
  .banner .banner-text .text-container p { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: bold; margin: 0; line-height: 18px; font-size: 14px; letter-spacing: 0.7px; }
  .banner .banner-text .text-container ul { text-align: center; list-style: none; margin: 20px 0 0 0; padding: 0; *zoom: 1; }
  .banner .banner-text .text-container ul:before, .banner .banner-text .text-container ul:after { content: " "; display: table; }
  .banner .banner-text .text-container ul:after { clear: both; }
  .banner .banner-text .text-container ul li a { padding: 2px 8px; margin-bottom: 6px; font-size: 14px; }
  .banner .banner-text .text-container .t-contents { margin: 0; }
  .banner .wrap-qs { position: relative; }
  .banner .banner-quick-search { position: relative; background: #f4f4f4; }
  .banner .banner-quick-search .wrapper { padding: 20px 0; }
  .banner .banner-quick-search #quicksearch_select select:focus, .banner .banner-quick-search #quicksearch_select select:hover { font-size: 16px; }
  .banner .banner-quick-search #quicksearch_select .form-group { margin-bottom: 15px; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul { position: absolute; top: 0px; left: -15px; right: -15px; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li { width: 100%; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li i { display: none; }
  .banner .banner-quick-search #quicksearch_select .quicksearch_links ul li:after { display: none; }
  .banner .banner-quick-search #quicksearch_select .form-links { text-align: center; width: 50%; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced { line-height: 40px; display: block; font-weight: bold; font-size: 13px; height: 40px; color: #222 !important; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn-advanced:hover { color: #252a2b !important; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn { width: 100%; display: block; background: var(--brand-color-secondary); -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; font-size: 14px; padding: 8px 0; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn span { display: inline-block; }
  .banner .banner-quick-search #quicksearch_select .qsearch-btn i { font-size: inherit; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner { height: auto; min-height: 46px; }
  .int .banner__image { height: 300px; }
  .int .banner__image img { max-height: 150px !important; }
  .banner .banner-text .text-container .t-contents { margin: 0; }
  .banner .banner-quick-search .wrapper .col-sm-2 { width: 18.666667%; }
  .banner .banner-quick-search .form-links { width: 12.333333% !important; } }
@media only screen and (min-width: 993px) and (max-width: 1100px) { .banner { height: 100%; } .int .banner { height: auto; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .banner .banner-quick-search .wrapper .col-md-2 { width: 15.5%; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) { .banner .banner-quick-search .wrapper .col-lg-2 { width: 15.5%; } }
@media only screen and (min-width: 1500px) { .banner .banner-quick-search .wrapper .col-lg-2 { width: 15.5%; } }

/* Hero Slider & Video */
.banner .slick-dots{position:absolute;margin:0;padding:0;z-index:9;right:20px;bottom:100px;list-style:none;display:flex}
.banner .slick-dots li{margin-left:4px}
.banner .slick-dots .slick-active button{opacity:.9;width:35px}
.banner .slick-dots button{padding:0;overflow:hidden;text-indent:-999px;height:10px;width:20px;background:var(--color-white);border:0;border-radius:50px;opacity:.6}
.banner .collection__slider-arrows{top:auto;bottom:0;left:auto;transform:none;display:flex}
.banner .collection__slider-arrows .slick-arrow{flex-direction:row;position:relative;box-shadow:none;border-radius:0;left:auto;right:auto;background:var(--color-blue-100)}
.banner .collection__slider-arrows .slick-arrow:hover{background:var(--brand-color-primary)}
.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-grey-900)}
@media only screen and (max-width: 767px) {
  .hero__media{position:relative;height: 300px;}
  .hero__media__video {height: 300px;}
}
.hero__media__slider{overflow:hidden;height:100%}
.hero__media__slider .slick-slider,.hero__media__slider .slick-list,.hero__media__slider .slick-track{height:100%}
.hero__media__slider .item{background-size:cover;background-position:center center;height:100%}
.hero__media__slider:after{background-color:rgba(var(--color-grey-900),0.2);position:absolute;top:0;right:0;bottom:0;left:0;content:""}
.hero__media__video{background-size:cover;background-position:top center;background-color:#333;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}
.hero__media__video:after{background-color:rgba(var(--color-grey-900),0.2);position:absolute;top:0;right:0;bottom:0;left:0;content:""}
.hero__media__video video{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.hero__media__video .inline-YTPlayer{height:100%!important;max-width:100%!important}
.hero__media__video .mb_YTPlayer{position:static!important}

/* ==========================================================================
Featured Properties
========================================================================== */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.featured-properties { background: #f4f4f4; }
.featured-properties .title { position: relative; }
.featured-properties h2 { width: 100%; text-align: center; margin-top: 0; font-size: 32px; }
.featured-properties a { -webkit-transition: var(--animation-speed); transition: var(--animation-speed); }
.featured-properties .slick-arrow { position: absolute; z-index: 1; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border: 0; color: var(--brand-color-primary); font-size: 30px; padding: 0 15px; background: none; outline: none; }
.featured-properties .slick-arrow:hover { color: var(--brand-color-primary-2); }
.featured-properties .slick-arrow.slick-prev { left: 10%; }
.featured-properties .slick-arrow.slick-next { right: 10%; }
.featured-properties .glider-controls { font-weight: bold; }
.featured-properties .glider-controls a { position: absolute; top: 0; right: auto; bottom: auto; left: auto; text-decoration: none; font-size: 30px; text-transform: uppercase; display: inline-block; padding: 0 15px; color: #252a2b; float: left; cursor: pointer; }
.featured-properties .glider-controls a:hover { color: var(--color-black); }
.featured-properties .glider-controls a.next-button-slick { margin-left: 10%; left: 0; }
.featured-properties .glider-controls a.prev-button-slick { right: 0; margin-right: 10%; }
.featured-properties .featured-properties-slider { margin-left: -15px; margin-right: -15px; }
.featured-properties .item { outline: none; }
.featured-properties .prop-wrap { position: relative; margin: 15px; border-radius: 5px; background-clip: padding-box; overflow: hidden; }
.featured-properties .prop-wrap:hover .glider-pic a { -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter: blur(3px); }
.featured-properties .prop-wrap:hover .glider-content { opacity: 1; filter: alpha(opacity=100); }
.featured-properties .prop-wrap a { position: relative; }
.featured-properties .prop-wrap .glider-pic { background: rgba(0,0,0,0.05); position: relative; overflow: hidden; }
.featured-properties .prop-wrap .glider-pic a { background-size:cover; background-position:center; -webkit-transition: var(--animation-speed); transition: var(--animation-speed); opacity: 1; filter: alpha(opacity=100); display: block; padding-bottom: 70%; width: 100%; }
.featured-properties .prop-wrap .glider-pic a img { position:absolute; top:50%; left:0; right:0; transform: translate(0, -50%); }
.featured-properties .prop-wrap .glider-content { display: flex; flex-direction: column; justify-content: center; backdrop-filter: blur(5px) contrast(0.8); -webkit-backdrop-filter: blur(5px) contrast(0.8); border-radius: 5px; background-clip: padding-box; -webkit-transition: var(--animation-speed); transition: var(--animation-speed); opacity: 0; filter: alpha(opacity=0); background-color: rgba(var(--brand-color-primary-rgb), 0.6); position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; *zoom: 1; font-size: 14px; color: var(--color-white); padding: 20px 40px; }
.featured-properties .prop-wrap .glider-content:before, .featured-properties .prop-wrap .glider-content:after { content: " "; display: table; }
.featured-properties .prop-wrap .glider-content:after { clear: both; }
.featured-properties .prop-wrap .glider-content .price { -webkit-transition: var(--animation-speed); transition: var(--animation-speed); padding-bottom: 10px; margin-bottom: 10px; font-weight: bold; border-bottom: 1px solid var(--color-white); font-family: 'Montserrat', sans-serif; font-size: 30px; letter-spacing: 1.5px; }
.featured-properties .prop-wrap .glider-content .address { font-size: 12px; letter-spacing: 0.6px; }
.featured-properties .prop-wrap .glider-content .area { line-height: 32px; font-size: 20px; letter-spacing: 0.5px; }
.featured-properties .prop-wrap .glider-content .lowbig { text-transform: capitalize; display: block; font-size: 14px; font-weight: 400; }
.featured-properties .prop-wrap .glider-content .lowbig ul { list-style: none; padding: 0; margin: 0; }
.featured-properties .prop-wrap .glider-content .lowbig ul li { display: inline-block; font-size: 16px; letter-spacing: 0.8px; margin-right: 5px; }
.featured-properties .prop-wrap .glider-content .lowbig ul li:after { content: '|'; padding-left: 10px; }
.featured-properties .prop-wrap .glider-content .lowbig ul li:last-child:after { display: none; }
.featured-properties .prop-wrap .glider-content .ftr-vd { border-radius: 5px; background-clip: padding-box; border: 1px solid #fff; padding: 3px 14px; margin-top: 20px; display: inline-block; text-indent: 0; color: var(--color-white); }
.featured-properties .prop-wrap .glider-content .ftr-vd:hover { color: var(--color-black); background: var(--color-white); border-color: var(--color-white); }

@media only screen and (max-width: 767px) { .featured-properties .title h2 { font-size: 20px; }
  .featured-properties .glider-controls { display: none; }
  .featured-properties .featured-properties-slider { margin-left: -3px; margin-right: -3px; }
  .featured-properties .prop-wrap { margin: 0 3px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding: 5px; line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 0; margin: 0; font-size: 14px; border: 0; }
  .featured-properties .prop-wrap .glider-content .area, .featured-properties .prop-wrap .glider-content .address { display: none; }
  .featured-properties .prop-wrap .glider-content .lowbig ul li { font-size: 12px; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { padding: 2px 8px; margin-top: 5px; font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .featured-properties .title h2 { font-size: 20px; }
  .featured-properties .featured-properties-slider { margin-left: -10px; margin-right: -10px; }
  .featured-properties .prop-wrap { margin: 10px; }
  .featured-properties .prop-wrap .glider-pic a { height: 180px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding: 10px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 0; margin: 0; font-size: 14px; border: 0; }
  .featured-properties .prop-wrap .glider-content .area { font-size: 16px; line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .address { display: none; }
  .featured-properties .prop-wrap .glider-content .lowbig ul li { font-size: 12px; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { margin-top: 10px; font-size: 12px; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .featured-properties .prop-wrap { margin-bottom: 10px; }
  .featured-properties .prop-wrap .glider-pic a { height: 250px; }
  .featured-properties .prop-wrap .glider-content { font-size: 14px; padding-bottom: 30px; }
  .featured-properties .prop-wrap .glider-content .price { padding: 6px 10px; font-size: 16px; }
  .featured-properties .prop-wrap .glider-content .area { font-size: 16px; }
  .featured-properties .prop-wrap .glider-content .address { line-height: 20px; }
  .featured-properties .prop-wrap .glider-content .lowbig { position: relative; border: 0; font-size: 12px; margin: 5px 0 10px 0; padding: 0; width: 100%; }
  .featured-properties .prop-wrap .glider-content .ftr-vd { margin-top: 10px; font-size: 12px; } }

/* ==========================================================================
Newest Listings
========================================================================== */
.newest-listings { text-align: center; padding: 60px 0 180px 0; background: #f4f4f4; }
.newest-listings .h2 { margin-bottom: 40px; }
.newest-listings .new-list { display: flex; justify-content: center; }
.newest-listings .new-list ul { list-style: none; margin: 0 0 0 10px; padding: 0; }
.newest-listings .new-list ul li { float: left; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); zoom: 1; margin: 0px 10px; }
.newest-listings .new-list ul li a { text-align: right; position: absolute; display: block; float: left; left: -190px; top: 18px; font-size: 18px; width: 180px; }
.newest-listings .new-list ul li span a { text-align: center; position: static; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); zoom: 1; border: 2px solid var(--brand-color-primary); border-radius: 60px; height: 60px; width: 60px; padding-top: 17px; font-size: 24px; }
.newest-listings .new-list ul li span a:hover { color: var(--color-white); background: var(--brand-color-primary); }
@media screen and (max-width: 767px) {
  .newest-listings { padding: 20px 0 40px 0; }
  .newest-listings .new-list { width: 290px; margin: 0 auto; }
  .newest-listings .h2 { margin-bottom: 10px; }
  .newest-listings .new-list ul { margin: 0; }
  .newest-listings .new-list ul li { -webkit-transform: rotate(0deg); transform: rotate(0deg); zoom: 1; width: 33%; margin: 0 0 40px 0; }
  .newest-listings .new-list ul li a { position: absolute; padding-top: 62px; display: block; text-align: center; width: 100px; font-size: 16px; z-index: 1; left: 0; }
  .newest-listings .new-list ul li span a { display: block; text-align: center; position: relative; float: none; -webkit-transform: rotate(0deg); transform: rotate(0deg); zoom: 1; border-radius: 80px; margin: 0 auto; border: 3px solid var(--brand-color-primary); z-index: 2; height: 60px; width: 60px; border-width: 2px; font-weight: 400; font-size: 24px; padding: 18px 0; }
  .newest-listings .new-list ul li:nth-child(10) { display: none; }
}
@media screen and (min-width: 768px) and (max-width: 991px) { 
  .newest-listings { padding: 20px 0 140px 0; }
  .newest-listings .h2 { margin-bottom: 30px; }
  .newest-listings .new-list ul { margin-left: 5%; }
  .newest-listings .new-list ul li span a { height: 50px; width: 50px; padding-top: 11px; font-size: 20px; }
}


/* ==========================================================================
Agent Testimonials
========================================================================== */
.agent-testimonials {
  position: relative;
}
.agent-testimonials__wrap {
  position: relative;
  z-index: 1;
}
.agent-testimonials__slider {
  display: none;
}
.agent-testimonials__slider.slick-initialized {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.agent-testimonials__slider .slick-slide {
  outline: none;
  opacity: 0.5;
  transition: var(--animation-speed);
}
.agent-testimonials__slider .slick-active,
.agent-testimonials__slider .slick-center {
  opacity: 1;
}
.agent-testimonials .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.agent-testimonials .slick-dots .slick-active button {
  width: 35px;
  opacity: 1;
}
.agent-testimonials .slick-dots button {
  margin: 3px;
  border: 0;
  height: 10px;
  width: 20px;
  border-radius: 50px;
  background: var(--brand-color-primary);
  opacity: 0.5;
  overflow: hidden;
  text-indent: -999px;
}
.agent-testimonials__slider-arrows {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
}
.agent-testimonials__slider-arrows button {
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 60px;
  height: 60px;
  width: 60px;
  padding: 1px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .agent-testimonials__slider-arrows button {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-testimonials__slider-arrows button {
    height: 50px;
    width: 50px;
  }
}
.agent-testimonials__slider-arrows button:hover {
  color: var(--brand-color-primary);
}
.agent-testimonials__slider-arrows button:hover svg {
  fill: var(--brand-color-primary);
}
.agent-testimonials__slider-arrows button svg {
  fill: var(--color-black);
  height: 24px;
  width: 24px;
  transition: var(--animation-speed);
}
@media only screen and (max-width: 767px) {
  .agent-testimonials__slider-arrows button svg {
    height: 18px;
    width: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-testimonials__slider-arrows button svg {
    height: 20px;
    width: 20px;
  }
}
.agent-testimonials__name {
  margin-top: 30px;
  padding-top: 30px;
}
.agent-testimonials__name a {
  color: var(--text);
  font-size: 16px;
}
.agent-testimonials__name a:hover {
  color: var(--brand-color-primary);
}
.agent-testimonials__inner {
  position: relative;
  padding: 100px 40px 40px 40px;
}
.agent-testimonials__inner:after {
  position: absolute;
  top: 30px;
  left: 40px;
  content: "“";
  font-size: 120px;
  line-height: 120px;
  color: var(--color-black);
  opacity: 0.3;
}
.agent-testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 15px;
}

/* ==========================================================================
Community Links
========================================================================== */
.community-links { background: var(--brand-color-secondary); color: var(--color-white); text-align: center; }
.community-links .h2 { margin: 0 0 10px 0; color: var(--color-white); }
.community-links ul { *zoom: 1; list-style: none; margin: 30px 0 0 0; padding: 0; }
.community-links ul:before, .community-links ul:after { content: " "; display: table; }
.community-links ul:after { clear: both; }
.community-links ul li { text-align: center; display: block; width: 25%; float: left; position: relative; }
.community-links ul li a { position: relative; color: var(--color-white); font-size: 14px; display: inline-block; padding: 5px 10px; z-index: 3; }
.community-links ul li a:before { transition: var(--animation-speed); position: absolute; top: auto; right: 0; bottom: 0; left: 0; border-bottom: 1px solid var(--color-white); margin: 0 auto; width: 0; content: ''; }
.community-links ul li a:hover, .community-links ul li a:focus { background: none !important; }
.community-links ul li a:hover:before, .community-links ul li a:focus:before { width: 100%; }

@media only screen and (max-width: 767px) { .community-links ul li { width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .community-links ul li { width: 33.33333%; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .community-links ul li { width: 33.33333%; } }
/* ==========================================================================
Property Types List
========================================================================== */
.property-types-list .h3 { display: block; margin: 0 0 3px 0; padding: 14px 20px; font-weight: 700; text-transform: uppercase; background: var(--brand-color-primary); color: var(--color-white); font-size: 16px; }
.property-types-list ul { list-style: none; margin: 0; padding: 0; }
.property-types-list ul li { margin-bottom:3px; }
.property-types-list ul li a { color: var(--color-black); display: block; padding: 12px 20px; font-size: 15px; background: #f4f4f4; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.property-types-list ul li a:after { float: right; font-family: FontAwesome; content: "\f105"; }
.property-types-list ul li a:hover { background-color: var(--brand-color-secondary); color: var(--color-white); }
.property-types-list ul li a span { float: right; width: 35px; text-align: center; }

@media only screen and (max-width: 992px) { .property-types-list { margin-top: 40px; } }
/* ==========================================================================
Body Contents
========================================================================== */
.body-contents { position: relative; }
.body-contents .contents a:hover { opacity: 0.8; filter: alpha(opacity=80); }

.home-contents { -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); position: relative; z-index: 1; }

/* ==========================================================================
Sidebar
========================================================================== */
.sb-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; height: 100%; }

.sb { height: 100%; }
.sb .row { height: 100%; }
.sb .sidebar-bg-wrap { height: 100%; }
.sb .sidebar-bg-wrap .sidebar-bg { height: 100%; width: 4px; background: #eee; }

.sidebar { position: relative; }
.sidebar .h3 { margin: 0 0 20px 0; }
.sidebar a { transition: var(--animation-speed); }
.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget { *zoom: 1; padding: 20px; border-style: solid; border-width: 0 0 4px 4px; border-color: #eee; }
.sidebar .widget:before, .sidebar .widget:after { content: " "; display: table; }
.sidebar .widget:after { clear: both; }
.sidebar .q-search { padding-right: 20px !important; background: #eee; position: relative; }
.sidebar .q-search .row { margin-left: -10px; margin-right: -10px; }
.sidebar .q-search .col-xs-1, .sidebar .q-search .col-sm-1, .sidebar .q-search .col-md-1, .sidebar .q-search .col-lg-1, .sidebar .q-search .col-xs-2, .sidebar .q-search .col-sm-2, .sidebar .q-search .col-md-2, .sidebar .q-search .col-lg-2, .sidebar .q-search .col-xs-3, .sidebar .q-search .col-sm-3, .sidebar .q-search .col-md-3, .sidebar .q-search .col-lg-3, .sidebar .q-search .col-xs-4, .sidebar .q-search .col-sm-4, .sidebar .q-search .col-md-4, .sidebar .q-search .col-lg-4, .sidebar .q-search .col-xs-5, .sidebar .q-search .col-sm-5, .sidebar .q-search .col-md-5, .sidebar .q-search .col-lg-5, .sidebar .q-search .col-xs-6, .sidebar .q-search .col-sm-6, .sidebar .q-search .col-md-6, .sidebar .q-search .col-lg-6, .sidebar .q-search .col-xs-7, .sidebar .q-search .col-sm-7, .sidebar .q-search .col-md-7, .sidebar .q-search .col-lg-7, .sidebar .q-search .col-xs-8, .sidebar .q-search .col-sm-8, .sidebar .q-search .col-md-8, .sidebar .q-search .col-lg-8, .sidebar .q-search .col-xs-9, .sidebar .q-search .col-sm-9, .sidebar .q-search .col-md-9, .sidebar .q-search .col-lg-9, .sidebar .q-search .col-xs-10, .sidebar .q-search .col-sm-10, .sidebar .q-search .col-md-10, .sidebar .q-search .col-lg-10, .sidebar .q-search .col-xs-11, .sidebar .q-search .col-sm-11, .sidebar .q-search .col-md-11, .sidebar .q-search .col-lg-11, .sidebar .q-search .col-xs-12, .sidebar .q-search .col-sm-12, .sidebar .q-search .col-md-12, .sidebar .q-search .col-lg-12 { padding-left: 10px; padding-right: 10px; }
.sidebar #quicksearch_select { position: relative; *zoom: 1; }
.sidebar #quicksearch_select:before, .sidebar #quicksearch_select:after { content: " "; display: table; }
.sidebar #quicksearch_select:after { clear: both; }
.sidebar #quicksearch_select .form-group { float: left; -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; background: var(--color-white); position: relative; margin-bottom: 20px; width: 100%; }
.sidebar #quicksearch_select .form-group:after { position: absolute; font-family: FontAwesome; color: #222; top: 8px; right: 14px; content: "\f0dc"; font-size: 12px; }
.sidebar #quicksearch_select .form-group select { position: relative; z-index: 1; width: 100% !important; height: 40px; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -moz-appearance: none; -webkit-appearance: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; color: #222; outline: none; }
.sidebar #quicksearch_select .form-group select option { text-transform: none; color: #222; background-color: var(--color-white); }
.sidebar #quicksearch_select .form-group select::-ms-expand { display: none; }
.sidebar #quicksearch_select .form-links { text-align: center; position: relative; min-height: 1px; width: 100%; }
.sidebar #quicksearch_select .form-links a { transition: var(--animation-speed); }
.sidebar #quicksearch_select .qsearch-btn-advanced { text-align: center; margin-bottom: -10px; padding: 5px 0; display: block; font-weight: bold; font-size: 13px; color: #222 !important; }
.sidebar #quicksearch_select .qsearch-btn-advanced:hover { color: #252a2b !important; }
.sidebar #quicksearch_select .qsearch-btn { display: block; width: 100%; background: var(--brand-color-primary); color: var(--color-white); -webkit-border-radius: 20px; border-radius: 20px; background-clip: padding-box; padding: 8px 0; text-align: center; font-size: 16px; }
.sidebar #quicksearch_select .qsearch-btn span { display: inline-block; }
.sidebar #quicksearch_select .qsearch-btn:hover { opacity: 0.8; filter: alpha(opacity=80); }
.sidebar #quicksearch_select .qsearch-btn:active { background: var(--brand-color-primary-2); }
.sidebar .bar-links { padding: 0; }
.sidebar .bar-links .wrap { position: relative; }
.sidebar .bar-links a { display: block; padding: 20px; }
.sidebar .bar-links a:hover { background: var(--brand-color-primary); color: var(--color-white); }
.sidebar .bar-links a:hover svg { fill: var(--color-white); }
.sidebar .bar-links a:hover .title { color: var(--color-white); }
.sidebar .bar-links a:hover .title span { color: var(--color-white); }
.sidebar .bar-links .icon { float: left; margin-right: 10px; margin-top: 5px; position: absolute; top: 0; left: 10px; opacity: 0.1; filter: alpha(opacity=10); }
.sidebar .bar-links .icon svg { transition: var(--animation-speed); display: block; fill: #666; height: 70px; width: 70px; }
.sidebar .bar-links .title { line-height: 20px; }
.sidebar .bar-links .title span { font-size: 14px; text-transform: uppercase; }
.sidebar .image-links { padding: 0; }
.sidebar .image-links .wrap { position: relative; overflow: hidden; }
.sidebar .image-links .wrap:hover .title { background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rgb), 0.9); }
.sidebar .image-links .wrap .pic { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center; background-position: center center; width: 100%; padding-bottom: 45.971014492%; }
.sidebar .image-links .wrap img { max-width: 100%; }
.sidebar .image-links .wrap .title { background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rgb), 0.7); transition: var(--animation-speed); position: absolute; top: auto; right: 0; bottom: 15px; left: 0; color: var(--color-white); font-weight: bold; font-size: 14px; padding: 10px 20px; }.sidebar .accordion { padding: 0; }
.sidebar .accordion .panel-group { margin: 0; }
.sidebar .accordion .panel { box-shadow: none; border-radius: 0; background-clip: padding-box; margin: 0; border: 0; background: var(--color-white); border-top: 1px solid var(--color-white); }
.sidebar .accordion .panel:first-child { border: 0; }
.sidebar .accordion .panel-heading { padding: 0; background: #eee; border: 0; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; }
.sidebar .accordion h4 a { transition: var(--animation-speed); position: relative; display: block; color: var(--color-white); background: var(--brand-color-primary); padding: 15px 20px; font-size: 16px; }
.sidebar .accordion h4 a:after { position: absolute; right: 12px; font-family: FontAwesome; content: "\f106"; }
.sidebar .accordion h4 a.collapsed { background: #eee; color: var(--color-black); }
.sidebar .accordion h4 a.collapsed:after { content: "\f107"; }
.sidebar .accordion h4 a:hover { color: var(--color-white); background-color: var(--brand-color-primary); }
.sidebar .accordion .panel-body { border: 0 !important; font-size: 14px; }
.sidebar .accordion .panel-body a { transition: var(--animation-speed); color: #252a2b; }
.sidebar .accordion .panel-body a:hover { color: #252a2b; }
.sidebar .accordion .panel-body a strong { font-weight: 400; color: #252a2b; }
.sidebar .accordion .panel-body .recent-posts p { line-height: 18px; }
.sidebar .accordion .panel-body ul { list-style: none; padding: 0; margin: 0; }
.sidebar .accordion .panel-body ul li { padding: 3px 0; }
.sidebar .accordion .panel-body ul li a { display: inline-block; color: #666; line-height: 20px; }
.sidebar .accordion .panel-body ul li a:before { font-family: FontAwesome; content: "\f105"; margin-right: 5px; }
.sidebar .accordion .panel-body ul li:first-child a { padding-top: 0; }
.sidebar .accordion .panel-body ul li:last-child { border-bottom: 0; }
.sidebar .accordion .panel-body ul li:last-child a { padding-bottom: 0; }
.sidebar .widget.featured-properties { padding: 0; }
.sidebar .widget.featured-properties .h3 { margin: 20px; }
.sidebar .featured-properties .prop-wrap { border-radius: 0; margin: 0; }
.sidebar .featured-properties .featured-properties-slider { margin: 0 0 -7px 0; }
.sidebar .featured-properties .prop-wrap .glider-content .price { font-size:22px; }
.sidebar .featured-properties .prop-wrap .glider-content .area { font-size: 18px; line-height: 24px; }
.sidebar .featured-properties .prop-wrap .glider-content .lowbig ul li { font-size: inherit; }
.sidebar .featured-properties .prop-wrap .glider-content .ftr-vd { margin-top: 10px; }
.sidebar .featured-properties .prop-wrap .glider-content { padding: 20px; border-radius: 0; }

@media only screen and (max-width: 767px) { .sidebar { -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; height: 0; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }
  .sidebar.open { opacity: 1; filter: alpha(opacity=100); display: block !important; height: 100% !important; }
  .sidebar #quicksearch_select select:focus, .sidebar #quicksearch_select select:hover { font-size: 16px; } }
@media only screen and (max-width: 992px) { .sidebar .widget { padding-right: 0; }
  .sidebar .bar-links a { padding-right: 0; }
  .sidebar .image-links .wrap .title { padding: 6px 20px; font-size: 12px; }
  .sidebar .accordion .panel-heading .panel-title a { font-size: 14px; }
  .sidebar .accordion .panel-body { padding-right: 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .sidebar .widget { padding-right: 0; }
  .sidebar .bar-links a { padding-right: 0; }
  .sidebar .accordion .panel-body { padding-right: 0; } }

/* ==========================================================================
Footer
========================================================================== */
.footer { color: var(--color-white); background: #222; }
.footer a { color: var(--color-white); transition: var(--animation-speed); }
.footer a:hover { color: var(--brand-color-secondary); }
.footer .ftr-btm { background: var(--brand-color-primary); font-size: 14px; }
.footer .ftr-btm .box { margin: 60px 0; }
.footer .ftr-btm .box:first-child { border-left: 0; }
.footer .ftr-btm .box:nth-child(2) { border-left: 0; }
.footer .ftr-btm p { margin-bottom: 20px; }
.footer .ftr-btm p:last-child { margin: 0; }
.footer .ftr-btm h4 { font-weight: bold; color: var(--color-white); margin: 0 0 15px 0; font-size: 16px; }
.footer .ftr-btm ul { list-style: none; padding: 0; margin: 0; *zoom: 1; }
.footer .ftr-btm ul:before, .footer .ftr-btm ul:after { content: " "; display: table; }
.footer .ftr-btm ul:after { clear: both; }
.footer .ftr-btm ul li { margin: 0 0 2px 0; padding: 0 10px 0 15px; position: relative; width: 50%; float: left; }
.footer .ftr-btm ul li a:before { position: absolute; font-family: FontAwesome; color: var(--color-white); left: 0; content: "\f105"; font-size: 12px; }
.footer .logo img, .footer .logo svg { display: block; max-width: 100%; margin-bottom: 20px; max-height: 100px; }
.footer .contact { text-align: center; }
.footer .contact i { font-size: 42px; margin-bottom: 20px; }
.footer .new-listings ul { list-style: none; padding: 0; margin: 0; }
.footer .new-listings ul li { float: left; width: 33.33333%; text-align: center; position: relative; }
.footer .new-listings ul li a { padding: 5px 0; font-size: 14px; display: block; }
.footer .new-listings ul li a:after { transition: var(--animation-speed); position: absolute; top: auto; right: 0; bottom: 0; left: auto; width: 10px; height: 10px; border-right: 1px solid #999; border-bottom: 1px solid #999; content: ''; }
.footer .new-listings ul li a:hover:after { height: 100%; width: 100%; }
.footer .new-listings ul li a span { margin: 5px 0; display: block; font-size: 20px; }
.footer .copyright { position: relative; text-align: left; background: var(--brand-color-primary-2); font-size: 12px; line-height: 18px; }
.footer .copyright p { margin: 0; }
.footer .copyright a { color: var(--color-white); }
.footer .copyright a.scrollup { margin: 0 auto; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; top: -25px; right: 0; bottom: auto; left: 0; -webkit-border-radius: 30px; border-radius: 30px; background-clip: padding-box; background: var(--brand-color-primary); height: 50px; width: 50px; font-size: 16px; }
.footer .copyright a.scrollup:hover { text-decoration:none; background: var(--brand-color-secondary); }
.footer .copyright a:hover { text-decoration: underline; }

@media only screen and (max-width: 767px) { .footer .ftr-btm .box { margin: 30px 0; border: 0; }
  .footer .ftr-btm .contact { text-align: left; }
  .footer .ftr-btm .contact i { display: none; }
  .footer #social-links { margin-top: 20px; float: left; } }
@media only screen and (max-width: 992px) { .footer .flex { display: block; }
  .footer .copyright a.scrollup { top: -20px;  height: 40px; width: 40px; line-height: 34px; font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .footer .ftr-btm .box { margin: 30px 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .footer .ftr-btm .box { margin: 40px 0; }
  .footer .ftr-btm ul li { width: 100%; } }

.container-fluid-full { margin-left: 15px; margin-right: 15px; }

.csstransforms3d { display: none; }

@media only screen and (max-width: 767px) { body { font-size: 14px; }
  .p30 { padding: 30px 0; }
  .p40 { padding: 30px 0; }
  .p50 { padding: 30px 0; }
  .p60 { padding: 30px 0; }
  .p80 { padding: 80px 0; }
  .m60 { margin: 50px 0; }
  .m80 { margin: 80px 0; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { body { font-size: 14px; }
  .p60 { padding: 40px 0; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .p30 { padding: 30px 0; }
  .p40 { padding: 30px 0; }
  .p50 { padding: 30px 0; }
  .p60 { padding: 40px 0; }
  .p80 { padding: 80px 0; }
  .m60 { margin: 50px 0; }
  .m80 { margin: 80px 0; } }
/* Wide Desktops */
@media only screen and (min-width: 1500px) { .container { width: 1500px; }
  .container-fluid { max-width: 1500px; } }

.modal { z-index: 9999; }
.grid_view .listings-wrap .myrsol-idx-summary { background: none; }
#listings .listings-wrap .myrsol-idx-summary h3 { text-transform: none; font-family: 'Montserrat', sans-serif; letter-spacing: 0; }
.listings_view .details-onecol-grouped h4 { border-bottom: 1px solid #999; margin-bottom: 10px; display: inline-block; }
.didx-listing .wrap-right { top: 100px; }

/* Map Search */
.dynidx-map-container .map-view { width: calc(100% - 375px); }
.dynidx-map-container .list-view { width: 375px; }
.dynidx-map-container .list-view .br-logo { height: 14px; }
.dynidx-map-container .list-view .dynidx-map-results .well { margin-left: 5px; }
.dynidx-map-container .list-view .dynidx-map-results .well .fa { font-size: inherit; }

@media only screen and (max-width: 767px) { .dynidx-map-container .list-view .dynidx-map-summary .marker-summary { margin-top: 30%; } }
.dynidx-map-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; min-height: 100%; padding-top:0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.dynidx-map-fullscreen .dynidx-map-container { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-height: 1px; }
.dynidx-map-fullscreen #prop_display { padding: 0; }
.dynidx-map-fullscreen .header { position: relative; }
.dynidx-map-fullscreen .site-nav { position: relative; }

@media only screen and (min-width: 1680px) { .dynidx-map-fullscreen .dynidx-map-container .map-view { width: calc(100% - 35%); }
  .dynidx-map-fullscreen .dynidx-map-container .list-view { width: 35%; }
  .dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-summary { width: 50%; float: left; } }

/* Testimonials */
.testimonial-top .row{display:flex;flex-wrap:wrap}
@media only screen and (max-width: 992px) {
.testimonial-top .row{display:inherit}
}
.testimonial-top .row [class*="col-"]{margin-bottom:30px}
.testimonial-top blockquote{text-align:center;padding:20px 0;margin:0;border: 0; border-top:2px solid #333; border-bottom:2px solid #333;height:100%;}
.testimonial-top__star{position:relative;padding-bottom:20px;margin-bottom:20px;color:#f8b703;}
.testimonial-top__star:after{content:'';height:1px;width:30px;background:#999;position:absolute;left:50%;transform:translate(-50%,0);bottom:0}
.testimonial-top__body{position:relative}
.testimonial-top__body small{font-size:inherit}
.testimonial-top__body small strong{color:var(--brand-color-primary)}

/* Reviews Widget */
.reviews-links{display:flex;flex-wrap:wrap;gap:15px}
.reviews-links__box{padding:15px;border-radius:15px;border:1px solid #d6dae4;min-width:250px;}
.reviews-links__box a{display:flex;align-items:center;color:#000}
.reviews-links__box a:hover{color:var(--brand-color-primary);text-decoration:none}
.reviews-links__box--zillow{background-color:#006aff}
.reviews-links__image{margin-right:15px}
.reviews-links__image svg{height:40px;width:40px}
.reviews-links__text{font-weight:700;font-size:16px}
.reviews-links__text .fa{color:#f8b703}


/* Features Areas */
.explore-areas__masonry{list-style:none;padding:0;margin:0;-webkit-column-count:4;column-count:4;-webkit-column-gap:6px;column-gap:6px;margin-top:6px;}
@media only screen and (max-width: 767px) {
.explore-areas__masonry{-webkit-column-count:2;column-count:2}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.explore-areas__masonry{-webkit-column-count:3;column-count:3}
}
.explore-areas__masonry-item{background-color:#eee;display:inline-block;position:relative;width:100%;min-width:100px;-webkit-column-break-inside:avoid;break-inside:avoid;padding-bottom:85%;-webkit-transform:translate3d(0,0,0);overflow:hidden}
.explore-areas__masonry-item:hover a:after{opacity:1}
.explore-areas__masonry-item a{position:absolute;inset:-1px;display:block;background-size:cover;background-position:center center;-webkit-transition:all .2s ease;transition:all .2s ease}
.explore-areas__masonry-item a:before{position:absolute;content:'';top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=0)}
.explore-areas__masonry-item a img{object-fit:cover;width:100%;height:100%}
.explore-areas__masonry-item a .area{transition:all .2s ease;position:absolute;left:20px;right:20px;bottom:20px;font-weight:700;font-size:20px;color:var(--color-white);text-shadow:0 1px 1px rgba(0,0,0,0.3);line-height:18px}
.explore-areas__masonry-item a:after{content:'';transition:all .2s ease;position:absolute;opacity:0;inset:0;background-color:var(--brand-color-primary);background-color:rgba(var(--brand-color-primary-rgb),0.6);backdrop-filter:blur(5px) contrast(0.8);-webkit-backdrop-filter:blur(5px) contrast(0.8);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%23fff' d='M20.5 6C12.51 6 6 12.51 6 20.5S12.51 35 20.5 35c3.456 0 6.634-1.221 9.129-3.25l9.81 9.81a1.5 1.5 0 1 0 2.122-2.12l-9.811-9.811A14.426 14.426 0 0 0 35 20.5C35 12.51 28.49 6 20.5 6zm0 3C26.869 9 32 14.131 32 20.5c0 3.103-1.224 5.906-3.209 7.97a1.5 1.5 0 0 0-.32.321A11.455 11.455 0 0 1 20.5 32C14.131 32 9 26.869 9 20.5S14.131 9 20.5 9z'/%3E%3C/svg%3E");background-size:50px;background-repeat:no-repeat;background-position:center}




/* Homepage Video Background Banner YouTube */
@font-face{font-family:ytpregular;src:url(/img/site-plugins/mb-ytplayer/font/ytp-regular.eot)}
@font-face{font-family:ytpregular;src:url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"),url(/img/tm-08/mb-ytplayer/font/ytp-regular.ttf) format("truetype");font-weight:400;font-style:normal}
.mb_YTPlayer:focus{outline:0}
.YTPWrapper{display:block;transform:translateZ(0) translate3d(0,0,0);transform-style:preserve-3d;perspective:1000px;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}
.mb_YTPlayer .loading{position:absolute;top:10px;right:10px;font-size:12px;color:#fff;background:rgba(0,0,0,0.51);text-align:center;padding:2px 4px;border-radius:5px;font-family:"Droid Sans",sans-serif;-webkit-animation:fade .1s infinite alternate;animation:fade .1s infinite alternate}
.YTPFullscreen,.inline_YTPlayer img{border:none!important;padding:0!important}
@-webkit-keyframes fade {
0%{opacity:.5}
100%{opacity:1}
}
@keyframes fade {
0%{opacity:.5}
100%{opacity:1}
}
.YTPFullscreen{display:block!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;margin:0!important;opacity:1!important;background-color:#000!important}
.inlinePlayButton,.inlinePlayButtonMobile{font-family:ytpregular;font-size:45px;color:#fff;text-align:center;border-radius:100%;background-color:rgba(0,0,0,0.4);position:absolute;width:80px;height:80px;line-height:80px;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer;opacity:.8;transition:all .4s;transform:scale(1.3)}
.inlinePlayButtonMobile{transform:scale(1)}
.mb_YTPlayer:hover .inlinePlayButton{opacity:1;transform:scale(1)}
.inlinePlayButton:hover{background-color:#000;transform:scale(1.3)!important}
.mbYTP_wrapper iframe{max-width:8000px!important}
.inline_YTPlayer{margin-bottom:20px;vertical-align:top;position:relative;left:0;overflow:hidden;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.7);background:rgba(0,0,0,0.5)}
.inline_YTPlayer img{margin:0!important;transform:none!important}
.mb_YTPBar,.mb_YTPBar .buttonBar{box-sizing:border-box;left:0;padding:5px;width:100%}
.mb_YTPBar .ytpicon{font-size:20px;font-family:ytpregular}
.mb_YTPBar .mb_YTPUrl.ytpicon{font-size:30px}
.mb_YTPBar{transition:opacity .5s;display:block;height:10px;background:#333;position:fixed;bottom:0;text-align:left;z-index:1000;font:14px/16px sans-serif;color:#fff;opacity:.1}
.mb_YTPBar.visible,.mb_YTPBar:hover{opacity:1}
.mb_YTPBar .buttonBar{transition:all .5s;background:0 0;font:12px/14px san-serif;position:absolute;top:-30px;height:40px}
.mb_YTPBar:hover .buttonBar{background:rgba(0,0,0,0.4)}
.mb_YTPBar span{display:inline-block;font:16px/20px sans-serif;position:relative;width:30px;height:25px;vertical-align:middle}
.mb_YTPBar span.mb_YTPTime{width:130px}
.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer}
.mb_YTPBar span.mb_YTPUrl img{width:60px}
.mb_YTPBar span.mb_OnlyYT{left:300px;right:auto}
.mb_YTPBar span.mb_OnlyYT img{width:25px}
.mb_YTPBar span.mb_YTPUrl a{color:#fff}
.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlayPause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img{cursor:pointer}
.mb_YTPBar .mb_YTPProgress{height:10px;width:100%;background:#222;bottom:0;left:0}
.mb_YTPBar .mb_YTPLoaded{height:10px;width:0;background:#444;left:0}
.mb_YTPBar .mb_YTPseekbar{height:10px;width:0;background:#bb110e;bottom:0;left:0;box-shadow:rgba(82,82,82,0.47) 1px 1px 3px}
.mb_YTPBar .YTPOverlay{backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:flat;box-sizing:border-box}
.YTPOverlay.raster{background:url(/img/site-plugins/mb-ytplayer/images/raster.png)}
.YTPOverlay.raster.retina{background:url(/img/site-plugins/mb-ytplayer/images/raster@2x.png)}
.YTPOverlay.raster-dot{background:url(/img/site-plugins/mb-ytplayer/images/raster_dot.png)}
.YTPOverlay.raster-dot.retina{background:url(/img/site-plugins/mb-ytplayer/images/raster_dot@2x.png)}
.mb_YTPBar .simpleSlider{position:relative;width:100px;height:10px;border:1px solid #fff;overflow:hidden;box-sizing:border-box;margin-right:10px;cursor:pointer!important;border-radius:3px}
.mb_YTPBar.compact .simpleSlider{width:40px}
.mb_YTPBar.compact span.mb_OnlyYT{left:260px}
.mb_YTPBar .simpleSlider.muted{opacity:.3}
.mb_YTPBar .level{position:absolute;left:0;bottom:0;background-color:#fff;box-sizing:border-box}
.mb_YTPBar .level.horizontal{height:100%;width:0}
.mb_YTPBar .level.vertical{height:auto;width:100%}
