body:has(.stickyHeader) .probootstrap-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}

body:has(#edit-menu) .probootstrap-header {
  margin-top: 59px;
}

header {
  z-index: 4;
}

nav #st-main-menu .nav-item .dropdown-toggle::after {
  margin-left: unset !important;
}

.probootstrap-header {
  padding: 15px 0;
  width: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 101;
  top: 0;
  -webkit-box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.probootstrap-header .container {
  overflow: visible;
  position: relative;
}

.logo-area {
  top: 0;
  position: relative;
}

.logo-area > a > img {
  max-height: 57px;
}

.probootstrap-burger-menu {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: 20px;
}
.probootstrap-burger-menu i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  color: #fff;
  font: 700 14px/0.4 Helvetica, arial;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.probootstrap-burger-menu i::after, .probootstrap-burger-menu i::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.probootstrap-burger-menu i::before {
  top: -7px;
}

.probootstrap-burger-menu i::after {
  bottom: -7px;
}

.probootstrap-burger-menu:hover i::before {
  top: -10px;
}

.probootstrap-burger-menu:hover i::after {
  bottom: -10px;
}

.probootstrap-burger-menu.active i {
  background: 0 0;
}

.probootstrap-burger-menu.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.probootstrap-burger-menu.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i {
  color: #fff;
  background: #000;
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::after, .probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::before {
  background: #fff;
}

.probootstrap-burger-menu.active {
  position: absolute;
  top: 30px;
  right: 20px;
}

.mobile-menu-overlay {
  z-index: 1099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.probootstrap-hover-overlay:before, .probootstrap-hover-overlay:hover:before, .probootstrap-mobile-menu-active.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

#st-sitemenu-contact {
  position: absolute;
  right: 15px;
  top: -35px;
  display: none;
}
#st-sitemenu-contact .iq-phonenumber {
  color: #ffffff !important;
}
#st-sitemenu-contact ul {
  margin: 0;
  padding: 0;
}
#st-sitemenu-contact ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: inline;
  font-size: 12px;
}
#st-sitemenu-contact ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px 4px;
  border-radius: 50%;
  font-size: 13px;
}

.probootstrap-nav {
  flex-grow: 1;
  margin: 0;
}
.probootstrap-nav .nav-item .nav-link {
  padding: 10px 0;
}

.probootstrap-mobile-menu-active .probootstrap-nav {
  text-align: left;
  position: fixed;
  display: block !important;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  height: 100vh;
  width: 300px;
  background: #000;
  padding: 40px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text {
  display: block;
  float: left;
  clear: both;
  margin-top: 30px;
  color: #fff;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons {
  padding: 0;
  margin: 0 0 20px;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li {
  display: inline-block;
  zoom: 1;
  padding: 0;
  margin: 0;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li a {
  color: #fff;
  padding: 10px;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li:first-child a {
  padding-left: 0;
}

.probootstrap-mobile-menu-active.show .probootstrap-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.probootstrap-main-nav {
  margin: 0;
  padding: 0;
  float: right;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.probootstrap-main-nav li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: inline;
  font-size: 18px;
}
.probootstrap-main-nav li a {
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.probootstrap-main-nav li a:hover {
  color: #2866AB;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a {
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 0;
  display: block;
  border-bottom: none !important;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a:hover {
  color: #2866AB;
}

.probootstrap-main-nav li.probootstrap-cta {
  margin-left: 20px;
}

.probootstrap-main-nav li.probootstrap-cta a {
  border: 2px solid #fff;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
}

.probootstrap-main-nav li.probootstrap-cta a:hover {
  background: #fff;
  color: #2866AB;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta {
  margin-left: 0;
  margin-top: 20px;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.probootstrap-main-nav li.active a,
.probootstrap-main-nav li.active a:hover {
  border-bottom: 2px solid #fff;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.active a {
  border-bottom: none !important;
  color: #2866AB;
}

.probootstrap-main-nav li a {
  color: #fff;
}

.probootstrap-main-nav .dropdown-menu {
  background-color: #000;
}
.probootstrap-main-nav .dropdown-menu li {
  display: block;
}
.probootstrap-main-nav .dropdown-menu li a {
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}

.probootstrap-main-nav .dropdown-menu li a:focus, .probootstrap-main-nav .dropdown-menu li:hover {
  background-color: #999;
}

@media (max-width: 767px) {
  .probootstrap-main-nav .open .dropdown-backdrop {
    display: none;
    z-index: -1;
  }
  .probootstrap-main-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .probootstrap-main-nav .open .st-menu-sub-links {
    margin-left: 20px;
  }
  .probootstrap-main-nav .open .st-menu-sub-links-section-divider {
    display: none;
  }
}
#st_section_00 .probootstrap-main-nav .dropdown-menu li a:hover {
  background-color: unset;
}

#st_section_00 .probootstrap-main-nav .dropdown-menu li:hover {
  background-color: #999;
}

.st-sitemenu-03v2 ul#st-main-menu.probootstrap-main-nav li a {
  display: block;
}

.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  background-color: unset;
}

.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a {
  font-size: 16px;
}

#iqListingsContainer #st-main-menu .dropdown-menu {
  background-color: unset;
}

.st-sitemenu-02v2 .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.st-sitemenu-02 .st-sitemenu ul#st-main-menu li, .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li {
  padding: unset;
}

.st-sitemenu-02 .st-sitemenu ul#st-main-menu li:hover, .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li:hover {
  padding: 0;
}

.st-sitemenu-02v2 .dropdown-menu li:last-child {
  margin-bottom: 0 !important;
}

.st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  background-color: #666 !important;
}

.st-header-carousel-14v2 {
  position: relative;
  z-index: 2;
  background: 0 0;
  border: none;
  margin: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-wrap-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 49;
}

.probootstrap-home-search {
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  margin-top: 300px;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.5);
}
.probootstrap-home-search form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.probootstrap-home-search form .heading {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 300;
}
.probootstrap-home-search form .probootstrap-field-group .btn {
  border-radius: 0;
  height: 50px;
  width: 50px;
  float: right;
  padding: 0;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields {
  width: calc(100% - 50px);
  text-align: left;
  float: left;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields input,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields input:active, .probootstrap-home-search form .probootstrap-field-group .probootstrap-fields input:focus,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields select:active,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-field {
  width: 100%;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-category {
  width: 40%;
  float: left;
  position: relative;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-category i {
  right: 10px;
  left: auto;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-category,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-field {
  position: relative;
  float: left;
  width: 100%;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-category input,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-field input {
  padding-left: 40px;
}
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-category i,
.probootstrap-home-search form .probootstrap-field-group .probootstrap-fields .search-field i {
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.probootstrap-card .probootstrap-card-text .probootstrap-card-heading,
.service .heading,
h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.probootstrap-home-search a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.probootstrap-home-search a:hover {
  color: #fff;
}

#homepage_searchform .t2 {
  font-size: 1.8em;
}

#st_section_01 .probootstrap-home-search p {
  text-align: left !important;
}

#st-header-carousel-14v2 .iq-carousel-caption {
  bottom: 60px;
  right: 90px;
  padding: 0;
}
#st-header-carousel-14v2 .carousel-indicators {
  bottom: 37px !important;
}
#st-header-carousel-14v2 .carousel-indicators [data-bs-target] {
  box-sizing: content-box !important;
  flex: 0 1 auto !important;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin: 0 9px !important;
  background-color: #555555 !important;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999em;
  opacity: 0.4 !important;
  border: 2px solid #555555 !important;
  cursor: pointer;
}
#st-header-carousel-14v2 .carousel-indicators .active {
  border: 2px solid #000 !important;
  background: transparent !important;
  opacity: 1 !important;
}
#st-header-carousel-14v2 .carousel-indicators button:not(.active):hover {
  border: 2px solid black !important;
  background: black !important;
  opacity: 1 !important;
}
#st-header-carousel-14v2 .carousel-inner > .carousel-item {
  background-size: cover;
}
#st-header-carousel-14v2 .carousel-item {
  height: 800px !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search {
    margin-top: 180px;
  }
  .probootstrap-home-search .probootstrap-field-group .btn {
    width: 100%;
  }
  .probootstrap-home-search .probootstrap-field-group .btn.btn-primary, .probootstrap-home-search .probootstrap-field-group .btn.btn-primary:hover, .probootstrap-home-search .probootstrap-field-group .btn.btn-success, .probootstrap-home-search .probootstrap-field-group .btn.btn-success:hover {
    color: var(--bay-white);
    background-color: var(--bay-maincolor);
    border-color: var(--bay-maincolor);
  }
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields {
    width: 100%;
  }
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #st-header-carousel-14v2 .carousel-inner .carousel-item {
    height: 650px !important;
  }
}
.probootstrap-card .probootstrap-card-text {
  padding: 20px;
}
.probootstrap-card .probootstrap-card-text p:last-child {
  margin-bottom: 0;
}
.probootstrap-card .probootstrap-card-text .probootstrap-card-heading {
  font-size: 1.266em;
  margin-top: 0;
}
.probootstrap-card .probootstrap-card-price {
  padding: 20px;
}

.probootstrap-gutter10 > div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.area-background-height {
  height: 381px;
}

.probootstrap-section.probootstrap-section-areas {
  padding: 4em 0em;
}

.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay h3 {
  color: var(--bay-maincolor);
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay p {
  opacity: 0;
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button {
  margin-top: 42px;
}

.probootstrap-hover-overlay {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
.probootstrap-hover-overlay img {
  width: 100%;
}
.probootstrap-hover-overlay .probootstrap-area-background,
.probootstrap-hover-overlay img,
.probootstrap-hover-overlay h3,
.probootstrap-hover-overlay p {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.probootstrap-hover-overlay .probootstrap-text-overlay {
  text-align: center;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.probootstrap-hover-overlay .probootstrap-text-overlay .probootstrap-card-heading,
.probootstrap-hover-overlay .probootstrap-text-overlay .service .heading,
.probootstrap-hover-overlay .probootstrap-text-overlay h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.probootstrap-hover-overlay .probootstrap-text-overlay h3 {
  font-size: 2em;
}
.probootstrap-hover-overlay .probootstrap-text-overlay p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
}
.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
  margin-bottom: 0;
}
.probootstrap-hover-overlay button {
  position: relative;
  z-index: 1;
  opacity: 0;
  top: 500px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.probootstrap-hover-overlay:before {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-area-background {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.probootstrap-hover-overlay:is(:hover, :focus-within) img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay h3 {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay p {
  opacity: 0;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button.btn-primary, .probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button.btn-primary:hover, .probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button.btn-success, .probootstrap-hover-overlay:is(:hover, :focus-within) .probootstrap-text-overlay button.btn-success:hover {
  color: var(--bay-white);
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter10 > div[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .area-background-height {
    height: 288px;
  }
}
.probootstrap-section.probootstrap-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8em 0;
}
.probootstrap-section.probootstrap-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.probootstrap-section.probootstrap-bg .container {
  position: relative;
  z-index: 2;
}
.probootstrap-section.probootstrap-bg .heading {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem; /* 30px */
  line-height: 1.25;
}
.probootstrap-section.probootstrap-bg .sub-heading {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
  .probootstrap-section.probootstrap-bg {
    padding: 4em 0;
  }
}
@media (max-width: 1024px), (prefers-reduced-motion: reduce) {
  .probootstrap-section.probootstrap-bg {
    background-attachment: scroll;
  }
}
#st_section_05 a {
  text-decoration: none !important;
}

.probootstrap-card.probootstrap-listing {
  margin-bottom: 20px;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-transition: 0.3s transform ease-in-out, 0.3s box-shadow ease-in-out, 0.3s top ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s box-shadow ease-in-out, 0.3s top ease-in-out;
  position: relative;
  top: 0;
  overflow: hidden;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-media {
  position: relative;
  overflow: hidden;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-media img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  object-fit: cover;
  width: 100%;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-text-overlay {
  text-align: center;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.4s ease-out;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-text-overlay a {
  position: relative;
  opacity: 0;
  top: 350px;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-out, 0.3s transform ease-out, 0.3s top ease-out;
  transition: 0.3s opacity ease-out, 0.3s transform ease-out, 0.3s top ease-out;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-text {
  min-height: 120px; /* preserves layout intent */
}
.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location {
  display: table;
  margin-bottom: 20px;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location i, .probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location span {
  display: table-cell;
  vertical-align: top;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location i {
  position: relative;
  top: 2px;
  width: 25px;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-price .probootstrap-listing-price {
  font-size: 16px;
  color: #bdbdbd;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-price .probootstrap-listing-price strong {
  font-size: 30px;
  font-weight: 300;
  color: #2866AB;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-extra {
  float: left;
  background: #fff;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul {
  padding: 0 20px;
  margin: 0;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul li {
  width: 25%;
  float: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  color: #000;
}
.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul li span {
  display: block;
  color: #bdbdbd;
}
.probootstrap-card .probootstrap-card-text .probootstrap-card-heading {
  margin-top: 0;
  font-size: 1.266em;
}
.probootstrap-card .probootstrap-card-text,
.probootstrap-card .probootstrap-card-price {
  padding: 20px;
}

.probootstrap-section .service .heading,
.probootstrap-section h3 {
  font-size: 1.266em;
}

@media (max-width: 479px) {
  /* Extra small devices Phones (lt 479px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 215px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
  .probootstrap-card.probootstrap-listing .probootstrap-card-media img {
    height: 300px;
  }
}
.probootstrap-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.probootstrap-half.reverse {
  position: relative;
}
.probootstrap-half.reverse .image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.probootstrap-half .image-wrap,
.probootstrap-half .text {
  width: 50%;
}
.probootstrap-half .image-wrap {
  min-height: 400px;
  overflow: hidden;
}
.probootstrap-half .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  background-color: #2866AB;
}
.probootstrap-half .text {
  padding: 100px;
  background: #161C2E;
}
.probootstrap-half .text .subtitle {
  color: rgba(255, 255, 255, 0.2);
}
.probootstrap-half .text p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.probootstrap-half .text .probootstrap-card-heading,
.probootstrap-half .text .service .heading,
.probootstrap-half .text h2, .probootstrap-half .text h3, .probootstrap-half .text h4, .probootstrap-half .text h5 {
  color: #fff;
}
.probootstrap-half .text .probootstrap-card-heading,
.probootstrap-half .text .service .heading,
.probootstrap-half .text .probootstrap-section h3 {
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
}

.probootstrap-card .probootstrap-card-text .probootstrap-card-heading,
.service .heading,
h3 {
  font-size: 1.266em;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .text .probootstrap-card-heading,
  .probootstrap-half .text .service .heading,
  .probootstrap-half .text .probootstrap-section h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .probootstrap-half .image-wrap,
  .probootstrap-half .text {
    width: 100%;
  }
  .probootstrap-half .image-wrap {
    min-height: 400px;
    width: 100%;
  }
  .probootstrap-half.reverse .image-wrap {
    position: relative;
    height: 400px;
  }
  .probootstrap-half .text {
    width: 100%;
    padding: 30px 15px;
  }
}
.service {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.09);
}
.service .icon {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  border: 2px solid rgba(40, 102, 171, 0.2);
  border-radius: 50%;
  text-align: center;
}
.service .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  color: #2866AB;
}
.service .heading {
  font-size: 1.266em;
}
.service p:last-child {
  margin-bottom: 0;
}

.probootstrap-section h3 {
  font-size: 1.266em;
}

.probootstrap-card.probootstrap-person .probootstrap-card-media {
  padding-top: 30px;
}
.probootstrap-card.probootstrap-person .probootstrap-card-media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}

.probootstrap-person {
  text-align: center !important;
}
.probootstrap-person > .probootstrap-card-text {
  height: 115px;
}
.probootstrap-person .probootstrap-card-text a {
  text-decoration: none !important;
}
.probootstrap-person .probootstrap-card-text a:hover {
  text-decoration: underline !important;
}

.st-footer-06 .copyright {
  padding: 10px 0 10px;
  text-align: left;
  color: var(--bay-footercolor);
}
.st-footer-06 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}
.st-footer-06 #footer {
  background-color: var(--bay-footerbackground);
  padding: 60px 0 0;
  width: 100%;
}
.st-footer-06 #footer ul.list-inline li {
  display: inline;
  font-size: 14px;
}
.st-footer-06 #footer ul.list-inline li a {
  text-decoration: none;
}
.st-footer-06 #footer ul.list-inline li a:hover {
  color: #ffffff !important;
}
.st-footer-06 #footer .probootstrap-footer-widget {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.st-footer-06 #footer .probootstrap-footer-widget .heading {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.st-footer-06 #footer .widget:before, .st-footer-06 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}
.st-footer-06 #footer .st-footer-company-disclaimer {
  color: var(--bay-footercolor);
  font-size: 13px;
  margin: 0 0 0 10px;
}
.st-footer-06 #footer .widget a {
  color: var(--bay-footercolor);
  font-size: 14px;
  text-decoration: none;
}
.st-footer-06 #footer .widget a:hover {
  color: var(--bay-hovercolor);
}
.st-footer-06 #footer .widget address {
  color: var(--bay-footercolor);
  font-size: 14px;
}
.st-footer-06 #footer .widget h2 {
  color: var(--bay-footercolor);
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}
.st-footer-06 #footer .widget h3 {
  color: var(--bay-footercolor);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 20px;
}
.st-footer-06 #footer .widget h4 {
  color: var(--bay-footercolor);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}

.st-footer-06 #footer .widget > ul,
.st-footer-06 #footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-06 #footer .widget > ul > li,
.st-footer-06 #footer .widget > ul > li > a,
.st-footer-06 #footer .widget ul > li,
.st-footer-06 #footer .widget ul > li > a {
  color: var(--bay-footercolor);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-06 #footer .widget > ul > li > a::before,
.st-footer-06 #footer .widget ul > li > a::before {
  content: "\f10c";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-06 #footer .widget .social-links ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.st-footer-06 #footer .widget .social-links > ul > li,
.st-footer-06 #footer .widget .social-links > ul > li > a,
.st-footer-06 #footer .widget .social-links ul > li,
.st-footer-06 #footer .widget .social-links ul > li > a {
  color: var(--bay-footercolor);
  display: inline;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}

.st-footer-06 #footer .widget .social-links > ul > li > a::before,
.st-footer-06 #footer .widget .social-links ul > li > a::before {
  content: "";
  font-family: var(--bay-primary-font);
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}

.st-footer-06 #footer .widget .social-links ul > li > a > .fa {
  color: var(--bay-footercolor);
  font-size: 15px;
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-twitter:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-facebook:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-youtube:hover,
.st-footer-06 #footer .widget .social-links ul > li > a > .icon-gplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-instagram:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-linkedin:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-googleplus:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-pinterest:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-blog:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .widget .social-links ul > li > a > .icon-contact:hover {
  background: var(--bay-hovercolor);
}

.st-footer-06 #footer .copyright .list-inline > li > a {
  color: var(--bay-footercolor);
}

.st-footer-06 #footer .probootstrap-card .probootstrap-card-text .probootstrap-card-heading,
.st-footer-06 #footer .service .heading {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}

#footer .copyright div.probootstrap-footer-widget {
  font-size: 12px;
}

.probootstrap-footer-widget.right {
  text-align: right;
  color: #333;
}

.probootstrap-footer {
  padding: 5em 0;
}

.st-mls-details {
  font-size: 13px !important;
}

.st-footer-mls-disclaimer span {
  color: unset !important;
}

@media screen and (max-width: 479px) {
  #footer ul.list-inline li {
    display: block;
    margin-top: 8px;
  }
  #footer ul.list-inline li.st-footer-divider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .probootstrap-footer-widget.right {
    text-align: left;
  }
  .probootstrap-footer {
    padding: 3em 0;
  }
}
.probootstrap-footer.probootstrap-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

.probootstrap-footer.probootstrap-bg a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-footer.probootstrap-bg a:hover {
  color: #fff;
  text-decoration: underline;
}

.probootstrap-card .probootstrap-card-text .probootstrap-footer.probootstrap-bg .probootstrap-card-heading, .probootstrap-footer.probootstrap-bg .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-footer.probootstrap-bg .service .heading, .probootstrap-footer.probootstrap-bg h2, .probootstrap-footer.probootstrap-bg h3, .probootstrap-footer.probootstrap-bg h4, .service .probootstrap-footer.probootstrap-bg .heading {
  color: #fff;
}

.probootstrap-footer.probootstrap-bg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.probootstrap-footer > .container {
  position: relative;
  z-index: 2;
}

.probootstrap-footer form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  color: #fff;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.probootstrap-footer form .form-control:active, .probootstrap-footer form .form-control:focus {
  outline: 0;
  border: 1px solid #fff;
}

.probootstrap-footer form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-field {
  position: relative;
}

.probootstrap-footer form .btn.btn-subscribe {
  height: 40px;
  line-height: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 4px;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  padding-left: 15px;
  padding-right: 15px;
  background: #2866AB;
}

.probootstrap-footer form .btn.btn-subscribe:active, .probootstrap-footer form .btn.btn-subscribe:focus, .probootstrap-footer form .btn.btn-subscribe:hover {
  color: #000;
  background: #fff;
}

.probootstrap-footer .copyright p {
  font-size: 15px;
}

.iq-agent-search-listings {
  font-size: 1.75rem;
}

.iq-v2recent-listings {
  font-weight: 500 !important;
  color: #555555 !important;
  font-size: 1.75rem;
}

.iq-agent-recent-sale {
  font-size: 1.75rem !important;
}

.iq-v2active-listings {
  font-size: 1.75rem;
}

.iq-agent-contact-form {
  font-size: 1.75rem;
}

.iq-contact-list {
  font-size: 1.5rem;
  margin-top: 3px;
}

.agent-team-members {
  font-size: 1.75rem;
  color: #555555;
}

.iq-recent-buyer-listing:hover {
  color: #0a58ca !important;
}

.iq-agent-label {
  color: #212529;
}

.iq-agent-listings {
  color: #555555;
  font-weight: 500 !important;
}

.iq-contact-line-field .iq-leads-contact {
  font-size: 1.5rem !important;
}

.listing-table-header label {
  color: #212529 !important;
}

.iq-agent-submit {
  border-color: #888888 !important;
}

.iq-listings-view button {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.agent-v2details {
  color: #555555;
  font-size: 2rem;
}

.website-contact-form {
  font-size: 1.75rem;
  font-weight: 500 !important;
  color: #555555;
}

.communities-agent-name {
  font-size: 18px !important;
}

#iq_agents .iq-pg-header h1 {
  color: #ffffff !important;
  font-size: 45px !important;
}

#iq_agents .iq-pg-header h1 {
  color: black !important;
}

@media (max-width: 480px) {
  #iq_agents .iq-pg-header h1 {
    color: #000 !important;
  }
  .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
}
.iq-blog-header {
  color: #555555;
  font-size: 2rem;
  font-weight: 500 !important;
}

.iq-blog-name {
  font-size: 2.5rem !important;
}

@media (max-width: 991px) {
  .iq-blog-name {
    font-size: 24px !important;
  }
}
.iq-communities-header {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.communities-featured-member {
  font-size: 1.75rem;
}

.communities-featured-text {
  color: #555555;
}

.featured-community {
  font-size: 1.75rem !important;
  color: #555555;
  font-weight: 400 !important;
}

.search-communities {
  font-size: 1.75rem;
}

.search-communities {
  font-weight: 500 !important;
  color: #555555;
}

.iq-v2communites-btn .iq-about-btn {
  font-size: 16px !important;
}

.iq-secondary-community-btn {
  font-weight: 400 !important;
  font-size: 1.5rem !important;
}

@media (max-width: 479px) {
  .communities-featured-text {
    font-size: 22.7px;
  }
}
.iq-community-title {
  font-size: 45px !important;
  font-weight: 400 !important;
}

.iq-site-location {
  font-size: 1.75rem !important;
  color: #555555 !important;
  font-weight: 500 !important;
}

#site-wrapper[data-page=house-value] .st-inside-content-wrapper .container {
  margin-top: 0 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile nav {
  display: block !important;
  margin-bottom: 20px !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile nav a {
  padding: 10px 15px !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile nav li a:hover {
  background-color: #eee !important;
  color: #000 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report hr {
  margin-top: 20px !important;
  border-top: 1px solid #eee;
  opacity: 0.8 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report .panel-body table th {
  color: #7e8890 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report .panel-body table .iq-agent-listing-address a {
  text-decoration: none !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report .panel-body table td {
  color: #7e8890 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .housefile .house-value-report .panel-body table td strong {
  color: #7e8890 !important;
}
#site-wrapper[data-page=house-value] .container-fluid .container {
  max-width: 1170px !important;
}

.btn-get-report {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
}

.iq-housevalue-header {
  font-weight: 500 !important;
}

.container .house-value-report .iq-housevalue-contact a {
  text-decoration: none !important;
}

.container .house-value-report .iq-housevalue-contact h4 {
  color: #212529 !important;
}

.housefile .house-value-report .panel-default .panel-heading {
  color: #333 !important;
}

.iq-share-friend {
  color: #555555;
  font-weight: 500 !important;
  font-size: 1.5rem;
}

.iq-total-price {
  color: #212529;
}

.iq-listings-header {
  font-weight: 500 !important;
  color: #555555;
  font-size: 1.75rem;
}

.office-listing-details {
  color: #212529;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
}

.iq-label-color,
.iq-get-code,
.iq-label-bytext {
  color: #212529;
  font-weight: 500 !important;
}

.iq-sales-form,
.iq-contact-form-label,
.iq-v2contact-label {
  color: #212529;
}

#iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form #publicid-container select,
#iq_listing #iq_listing_full_details_v2 .iq_listing_contact_sidebar_v2 #iq_lead_form .iq-listing-form-details {
  border-radius: 4px !important;
}

#iqListingsContainer .st-menu-sub-links a {
  font-size: 12px !important;
  padding-left: 30px !important;
}

.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form .iq-request-showing-form,
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #additionalinformation-container,
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #viewingdate1-container {
  width: 50%;
}
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #emailaddress-container {
  margin-top: 10px;
}
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form input,
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form #additionalinformation-container textarea {
  border-radius: 4px;
}
.bayListingShowingRequest #iq_listing_showing_request #iq_lead_form input {
  border-left: 2px solid red !important;
}

@media screen and (max-width: 344px) {
  .probootstrap-home-search,
  .probootstrap-home-search p {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .probootstrap-home-search {
    margin-top: 65px !important;
  }
}
.agent-v2details {
  color: #555555;
  font-size: 2rem;
}

.website-contact-form {
  font-size: 1.75rem;
  font-weight: 500 !important;
  color: #555555;
}

.communities-agent-name {
  font-size: 18px !important;
}

#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:focus,
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:focus {
  box-shadow: unset;
}
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button,
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced {
  color: #333;
  border-color: #ccc !important;
  background-color: #ffffff;
}
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .dropdown button:hover,
#iqListingsContainer #iqSearchFormHeader #iq_criteria_form .btn-advanced:hover {
  background-color: #e6e6e6;
  border-color: #adadad !important;
}

@media (max-width: 480px) {
  #iq_agents .iq-pg-header h1 {
    color: #000 !important;
  }
  .st-inside-content-wrapper {
    padding-top: 0 !important;
  }
}
.btn-first-search {
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.iq-portal-header,
.iq-home-header,
.iq-hidden-header,
.iq-saved-header {
  font-weight: 500 !important;
}

.iq-profile-portal,
.iq-portal-directory {
  color: #212529;
}

.iq-portal-name {
  color: #555555 !important;
  font-weight: 500 !important;
}

.iq-portal-status {
  color: #212529 !important;
  font-weight: 400;
}

.iq-profile-form label {
  color: #212529;
  font-weight: 500 !important;
}

.btn-create-account {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem;
}

#iq-myportal .iq-pg-body .iq-portal-agent-card-name a:hover {
  text-decoration: none !important;
}
#iq-myportal .iq-pg-header h1 {
  font-weight: 500 !important;
}

#iq_myportal_register_dialog .modal-body #iq_lead_form .iq-lead-page input {
  border-radius: 4px;
}
#iq_myportal_register_dialog .modal-body #iq_lead_form .iq-lead-page .iq-form-field-required {
  border-left: 2px solid red !important;
}

#myportal_carousel .carousel-inner .carousel-item {
  position: relative;
}
#myportal_carousel .carousel-inner .carousel-item:after, #myportal_carousel .carousel-inner .carousel-item:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#myportal_carousel .carousel-inner .carousel-item:after {
  content: "\a";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#myportal_carousel .carousel-inner .carousel-item:before {
  z-index: 1;
}
#myportal_carousel .carousel-inner .carousel-item:after, #myportal_carousel .carousel-inner .carousel-item:before {
  opacity: 0.7;
}
#myportal_carousel .carousel-caption {
  z-index: 1;
}

#iq_myportal_passwordreminder_dialog .container {
  min-width: 320px;
}

#iq_myportal_passwordreminder_form .text-danger {
  color: #a94442 !important;
  margin-top: 15px !important;
}
#iq_myportal_passwordreminder_form .form-group button {
  margin-top: 12px !important;
}

@media (min-width: 1200px) {
  #iq_myportal_passwordreminder_dialog .container {
    width: 1170px;
  }
}
.iq-v2office-header {
  font-weight: 500 !important;
  color: #555555;
}

.iq-office-manager-size {
  font-size: 1.75rem !important;
}

.iq-office-modern-details {
  margin-right: 3rem;
  margin-left: 3rem;
}
.iq-office-modern-details h1, .iq-office-modern-details h2, .iq-office-modern-details h3, .iq-office-modern-details h4 {
  color: inherit !important;
  text-transform: inherit !important;
}
@media (max-width: 576px) {
  .iq-office-modern-details {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 75px !important;
  }
}

.iq-offices-searchby {
  font-size: 18px !important;
}

#iq-offices .iq-pg-header .iq-office-header {
  font-weight: 400 !important;
}

#iq-offices_modern {
  margin-top: 40px;
  padding-inline: 50px;
}
@media (width: 480px) {
  #iq-offices_modern {
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 479px) {
  #iq-offices_modern {
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 6px !important;
  }
}

body:has([data-page=real-estate]) .st-inside-content-wrapper .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.iq-pg-body .iq-realestate-table {
  margin: 0;
  justify-content: center;
  padding: 0;
}

@media (max-width: 480px) {
  body:not(.editbar) .iq-realestate-header,
  body:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  body:not(.editbar) .iq-realestate-header,
  body:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 120px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body:not(.editbar) .iq-realestate-header,
  body:not(.editbar) .real-estate-page-title .section-heading {
    padding-top: 80px !important;
  }
}
#bay_search_listings_header {
  margin-top: 0;
}

@media (max-width: 479px) {
  .st-inside-content-wrapper {
    padding-top: 70px;
  }
}
.iq-header-vendor {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.iq-vendor-header {
  font-size: 18px !important;
}

.iq-vendor-card {
  color: #212529;
}

.iq-vendors-header {
  font-size: 45px !important;
  font-weight: 500 !important;
}

.vendors-header {
  color: var(--bay-dark-gray-33);
}

.iq-vendors-agent {
  color: var(--bay-dark-gray-33);
  font-weight: 500 !important;
}

.iq-vendors-elements {
  color: var(--bay-dark-gray-33);
}

/*!==============================
 * Theme Name: Haus
 * Theme URL: https://probootstrap.com/haus-free-real-estate-html5-website-template
 * Version: 1.0
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */
.probootstrap-logo, body {
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-family: icomoon;
  src: url(/templates/homepage/03/fonts/icomoon/icomoon.eot?1z9v6x);
  src: url(/templates/homepage/03/fonts/icomoon/icomoon.eot?1z9v6x#iefix) format("embedded-opentype"), url(/templates/homepage/03/fonts/icomoon/icomoon.ttf?1z9v6x) format("truetype"), url(/templates/homepage/03/fonts/icomoon/icomoon.woff?1z9v6x) format("woff"), url(/templates/homepage/03/fonts/icomoon/icomoon.svg?1z9v6x#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
html {
  overflow-x: hidden;
  font-size: 1em;
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #7e8890;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.navbar-dark .navbar-brand {
  color: #fff !important;
}

.autocomplete-suggestion li h6 {
  color: #555 !important;
}

.skiptranslate iframe {
  visibility: hidden !important;
}

/* end :: Header nav-link css hover style not applied */
/* start :: BS5 accordian header size css overwrite*/
.accordion .accordion-item h2.accordion-header {
  margin: 0 !important;
}

/* end :: BS5 card padding is not applied properly with td.card-body */
/* start :: BS5 card padding is not applied properly with td.card-body */
.card-body {
  padding: 1rem 1rem;
}

/* end :: BS5 card padding is not applied properly with td.card-body */
h1 {
  margin-top: 0;
  font-size: 1.602em;
}

h2 {
  font-size: 1.424em;
}

h4 {
  font-size: 1.125em;
}

.font_small, small {
  font-size: 0.889em;
}

figure, ol, p, ul {
  margin-bottom: 1.3em;
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #2866AB;
}

a:active, a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

a.hover-reverse {
  color: #000;
}

a.hover-reverse:active, a.hover-reverse:focus, a.hover-reverse:hover {
  color: #2866AB;
  text-decoration: none;
}

.probootstrap-logo {
  float: left;
  color: #2866AB;
  padding-left: 20px;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}

.probootstrap-logo:active, .probootstrap-logo:focus, .probootstrap-logo:hover {
  color: #2866AB;
}

.probootstrap-header-social {
  position: absolute;
  top: 34px;
  right: 60px;
}

.probootstrap-header-social li {
  display: inline;
  list-style: none;
  margin-left: 5px;
}

.probootstrap-header-social li a {
  color: #fff;
}

.btn {
  border: none;
  border-radius: 0;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  padding: 10px 40px;
}

.btn.btn-sm {
  font-size: 16px;
  padding: 5px 20px;
}

.btn.btn-lg {
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input-group-btn .btn.btn-lg {
  padding: 0;
}

.btn.btn-primary:active, .btn.btn-primary:focus {
  outline: 0;
}

.btn.btn-ghost {
  background: 0 0;
  border: 2px solid #2866AB;
  color: #2866AB;
}

.btn.btn-ghost:hover {
  background: #2866AB;
  color: #fff;
  border: 2px solid #2866AB;
}

.btn.btn-ghost:active, .btn.btn-ghost:focus {
  outline: 0;
  background: 0 0;
  color: #2866AB;
  border: 2px solid #2866AB;
}

.btn.btn-ghost.btn-ghost-white {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-ghost.btn-ghost-white:hover {
  background: #fff;
  color: #2866AB;
}

.btn.btn-ghost.btn-ghost-white:active, .btn.btn-ghost.btn-ghost-white:focus {
  outline: 0;
  background: #fff;
  color: #2866AB;
  border: 2px solid #fff;
}

.btn.btn-black, .btn.btn-black:active, .btn.btn-black:focus, .btn.btn-black:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn.btn-black:active, .btn.btn-black:focus {
  outline: 0;
}

.probootstrap-section {
  padding: 4em 2em;
  position: relative;
}

.probootstrap-section.probootstrap-section-lighter {
  background: #f7f7f7;
}

.probootstrap-section.probootstrap-section-sm {
  padding: 3em 0;
}

.probootstrap-section.probootstrap-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section > .container.probootstrap-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-section-colored, .probootstrap-section.probootstrap-section-dark {
  background: #ddf0f3;
  background: -webkit-gradient(linear, left top, right top, from(#ddf0f3), to(#2866ab));
  background: linear-gradient(to right, #ddf0f3 0, #2866ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ddf0f3, endColorstr=#2866ab, GradientType=1);
}

.probootstrap-section.probootstrap-section-colored .section-heading h2, .probootstrap-section.probootstrap-section-dark .section-heading h2 {
  color: #fff;
}

.probootstrap-section.probootstrap-section-colored .section-heading p, .probootstrap-section.probootstrap-section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-section.probootstrap-section-colored .heading-with-icon, .probootstrap-section.probootstrap-section-colored .heading-with-icon i, .probootstrap-section.probootstrap-section-dark .heading-with-icon, .probootstrap-section.probootstrap-section-dark .heading-with-icon i {
  color: #2866AB;
}

.probootstrap-section.probootstrap-section-colored p, .probootstrap-section.probootstrap-section-dark .section-heading h2, .probootstrap-section.probootstrap-section-dark p {
  color: #fff;
}

.probootstrap-section.probootstrap-section-dark {
  background: #161C2E;
  color: #fff;
}

.probootstrap-section.probootstrap-section-dark .section-heading p, .probootstrap-section.probootstrap-section-dark p {
  color: rgba(255, 255, 255, 0.6);
}

#userid-container label {
  margin-bottom: 5px;
  font-weight: 700;
}

.iq-pg-header .header-template {
  font-size: 2rem !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

.st-inside-header {
  height: 300px;
}

.probootstrap-section.probootstrap-bg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.probootstrap-relative {
  position: relative;
}

.probootstrap-owl-navigation {
  margin: 0;
  padding: 0;
}

.probootstrap-owl-navigation.absolute {
  position: absolute;
  top: 2px;
}

.probootstrap-owl-navigation.absolute.right {
  right: 10px;
}

.probootstrap-owl-navigation.absolute.left {
  left: 0;
}

.probootstrap-owl-navigation li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.probootstrap-owl-navigation li a {
  font-size: 30px;
  padding: 0;
  color: #ccc;
}

.probootstrap-link-wrap {
  padding-left: 40px;
}

.stack-link {
  padding: 0;
  margin: 0;
  display: block;
}

.stack-link li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.stack-link small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.stack-link a:hover small {
  color: #fff;
}

.section-heading h2 {
  font-size: 2.074em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.lead {
  line-height: 1.65;
}

.probootstrap-breadcrumbs {
  font-size: 14px;
}

.probootstrap-breadcrumbs a, .probootstrap-breadcrumbs span {
  display: inline-block;
  zoom: 1;
}

.probootstrap-breadcrumbs a {
  position: relative;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}

.probootstrap-breadcrumbs a:first-child {
  padding-left: 0;
}

.probootstrap-breadcrumbs a:hover {
  text-decoration: underline;
}

.probootstrap-breadcrumbs a:after {
  position: absolute;
  content: "/";
  right: 0;
  top: 1px;
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-breadcrumbs span {
  padding-left: 5px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.3);
}

.probootstrap-card .probootstrap-card-media.icon {
  font-size: 30px;
}

.probootstrap-card .probootstrap-card-media.svg-sm .svg {
  height: 80px;
  margin-bottom: 0;
}

.probootstrap-card .probootstrap-card-media.colored .svg {
  fill: #2866AB;
}

.probootstrap-card.probootstrap-listing:hover .probootstrap-card-media img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.probootstrap-card.probootstrap-listing:hover .probootstrap-card-media .probootstrap-text-overlay a {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: 15px;
  background: #fff;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love:focus, .probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love:hover {
  -webkit-box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.7);
  background: #2866AB;
  color: #fff;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love.active {
  -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #2866AB;
  color: #fff;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location span {
  font-weight: 400;
  font-size: 14px;
  color: #bdbdbd;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category {
  margin-bottom: 5px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category span {
  display: inline-block;
  zoom: 1;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category.for-sale span {
  background: #22EAAA;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category.for-rent span {
  background: #EE5A5A;
}

.probootstrap-card.probootstrap-person {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.probootstrap-card.probootstrap-person small {
  color: #c2c2c2;
}

.page-title {
  margin-top: 200px;
  text-align: left;
  float: left;
  width: 100%;
}

.page-title h1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
}

.t2 {
  top: 2px;
}

.image-popup {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

#map {
  width: 100%;
  height: 500px;
}

.autocomplete-suggestion table i {
  position: relative !important;
  left: 0 !important;
  top: 8px !important;
  color: black !important;
}

.autocomplete-suggestion table div {
  color: black !important;
}

.probootstrap-cart a .number {
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  width: 25px;
  font-size: 12px;
  height: 25px;
  margin-top: -5px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: #2866AB;
  color: #fff;
}

.media-item, .product-item {
  -webkit-box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 6px 68px -6px rgba(0, 0, 0, 0.09);
  background: #fff;
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
}

.media-item .text p:last-child, .media-item figure, .product-item .text p:last-child, .product-item figure {
  margin-bottom: 0;
}

.media-item .text, .product-item .text {
  padding: 20px;
}

.media-item .text .heading, .product-item .text .heading {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.4;
}

.probootstrap-half .service-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.probootstrap-half .service-item .number {
  font-weight: 700;
  font-size: 100px;
  left: 0;
  margin-left: -50px;
  top: 0;
  color: rgba(255, 255, 255, 0.05);
  z-index: 1;
  line-height: 100px;
  position: absolute;
}

.probootstrap-block-image {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.probootstrap-block-image figure {
  width: 200px;
  margin: 0 auto;
}

.probootstrap-block-image figure img {
  max-width: 100%;
  border-radius: 50%;
}

.probootstrap-block-image h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.probootstrap-footer-social {
  padding: 0;
  margin: 0;
}

.probootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-footer-social li a {
  padding: 10px;
  font-size: 22px;
}

.probootstrap-footer-social li a:hover {
  text-decoration: none !important;
}

.probootstrap-footer-social li:first-child > a {
  padding-left: 0;
}

.area-background-height {
  height: 381px;
}

.service.hover_service {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.service.hover_service:focus, .service.hover_service:hover {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.probootstrap-form {
  margin-bottom: 50px;
}

.probootstrap-form.probootstrap-form-box {
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
  box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

.probootstrap-form .form-note-link {
  font-weight: 400;
}

.probootstrap-form .form-note-link a {
  color: #bfbfbf;
}

.probootstrap-form .form-note-link a:active, .probootstrap-form .form-note-link a:focus, .probootstrap-form .form-note-link a:hover {
  color: #404040;
}

.probootstrap-form label {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.probootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid #ccc;
  background: 0 0;
  color: #000;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.probootstrap-form .form-control:active, .probootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2866AB;
}

.probootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.probootstrap-contact-info, .with-icon {
  padding: 0;
  margin: 0 0 30px;
  color: rgba(0, 0, 0, 0.4);
}

.probootstrap-contact-info li, .with-icon li {
  padding: 0;
  margin: 20px 0 15px;
  list-style: none;
  line-height: 24px;
  display: table;
}

.probootstrap-contact-info li > i, .probootstrap-contact-info li > span, .with-icon li > i, .with-icon li > span {
  vertical-align: top;
  display: table-cell;
}

.probootstrap-contact-info li > i, .with-icon li > i {
  font-size: 20px;
  position: relative;
  top: 4px;
  width: 30px;
}

.with-icon li i {
  top: 4px;
  font-size: 15px;
}

.with-icon.colored i {
  color: #2866AB;
}

.probootstrap-section-heading .sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0;
}

.probootstrap-section-heading .heading {
  margin-top: 0;
}

.row.heading h2 {
  font-size: 28px;
}

.lead {
  font-size: 20px;
}

.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: 0 0 !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 12px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i, .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
  background: rgba(0, 0, 0, 0.7) !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots, .owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: 0 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: 0 0;
  border: 2px solid #000;
}

.probootstrap-testimony-wrap {
  max-width: 700px;
  margin: 0 auto;
  display: table;
}

.probootstrap-testimony-wrap blockquote, .probootstrap-testimony-wrap figure {
  display: table-cell;
  vertical-align: top;
}

.probootstrap-testimony-wrap figure {
  width: 120px;
  margin: 0 auto 50px;
}

.probootstrap-testimony-wrap figure img {
  border-radius: 50%;
}

.probootstrap-testimony-wrap blockquote {
  padding-left: 40px;
  border-left: none;
}

.mfp-no-margins .mfp-container, .mfp-no-margins img.mfp-img {
  padding: 0;
}

.probootstrap-testimony-wrap .author {
  margin-top: 50px;
  display: block;
  font-size: 14px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.image-link {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.gototop, .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.image-source-link {
  color: #DDD;
}

.probootstrap-gutter0 > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.probootstrap-gutter40 > div[class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.probootstrap-gutter60 > div[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.probootstrap-black-color {
  color: #000 !important;
}

.probootstrap-white-color {
  color: #fff !important;
}

.probootstrap-primary-color {
  color: #2866AB !important;
}

.probootstrap-secondary-color {
  color: #ddf0f3 !important;
}

.probootstrap-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: url(/templates/homepage/03/img/preloader.gif) center no-repeat #fff;
}

.gototop {
  position: fixed;
  bottom: -20px;
  z-index: 9999999;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:active, .gototop a:focus, .gototop a:hover {
  text-decoration: none;
  outline: 0;
  background: rgba(0, 0, 0, 0.9);
}

.st-footer-divider {
  margin: 0 9px;
}

body {
  overflow: visible;
}

.iq-pg-header h1 {
  color: #fff; /* #555 */
}

.iq-pg-header h2 {
  font-size: 2rem !important;
}

.iq-listing-info-affix {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1160px;
  box-shadow: none !important;
}

#webeditor {
  font-size: 14px;
}

#iq-editing-buttons > div > .btn {
  padding: 6px 12px;
  font-size: 14px;
}

.navbar-brand {
  max-height: 30px;
}

.probootstrap-home-search .probootstrap-field-group .btn {
  width: 50px;
}

.ui-autocomplete li {
  text-align: left;
}

.btn.btn-xs .dropdown-toggle {
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .service .heading, h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}

.probootstrap-card .probootstrap-card-text .probootstrap-card-heading {
  margin-top: 0;
}

#iq_mortcalc_dialog .modal-content .modal-body .mortage-btn {
  text-align: right;
}

#iq-agentportal .iq-pg-header h1 {
  font-weight: 500 !important;
}

#webeditor #edit-menu {
  z-index: 9999 !important;
}

#bay_res_criteria_modal_v2 #iq_res_criteria_form .btn-background {
  justify-content: center;
}

#iq_editor_choosetemplate_dialog,
#iq_editor_maintainpages_dialog_v2,
#iq_editor_maintainimages_dialog,
#bayMenuEditorDialog_v2,
#iq_editor_changedomainname_dialog,
#iq_editagenttemplate_dialog,
#iq_editor_editfield_dialog,
#iq_customcss_dialog,
#iq_manage_scripts_dialog,
#iq_editor_uploadfavicon_dialog,
#iq_editor_editfield_dialog,
#bayCentralizedListingEditorDialog_v2 {
  margin-top: 40px;
}

#iq_marketanalysis .iq-pg-header h1 {
  font-weight: 500 !important;
}

.iq-pg-content #iq_lead_form #iq_lead_page_0001 .contact-form-listing {
  text-align: center !important;
}

#site-wrapper[data-page=house-value] .st-inside-content-wrapper .container-fluid .img-fill-background {
  position: fixed !important;
}

.st-inside-content-wrapper .container .iq-housevalue-contact {
  padding: 9px !important;
}

#iq_lead_dialog #iq_lead_form #iq_lead_carousel .iq-send-text-form {
  border-left: 2px solid red !important;
}

/*	HAUS Template - sitetemplates changes
-------------------------------------------------------------------*/
.st-haus .btn-primary,
.st-haus .btn-primary:hover,
.st-haus .btn-success,
.st-haus .btn-success:hover {
  color: #fff;
  background-color: var(--bay-maincolor);
  border-color: var(--bay-maincolor);
}
.st-haus a#nav-expander {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}
.st-haus a#nav-expander:hover {
  moz-transition: unset;
  ms-transition: unset;
  o-transition: unset;
  transition: unset;
  webkit-transition: unset;
}
.st-haus .st-site-wrapper .st-insidepage-wrapper h1 {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.st-haus h3 {
  margin-top: 0.5em;
}
.st-haus .st-inside-content-wrapper .container {
  margin-top: 10px;
}
.st-haus .st-inside-content-wrapper.st-inside-content-noheader .container {
  margin-top: 90px;
}
.st-haus .st-section-08 {
  color: var(--bay-bodycolor);
  background-color: var(--bay-maincolor);
}

.header-name {
  font-weight: normal !important;
}

.iq-text-decoration {
  text-decoration: none !important;
}

#bay_res_criteria_modal_v2 #iq_res_criteria_form .iq-textdropdown button {
  border-radius: 4px !important;
}

.st-menu-wrapper .st-sitemenu-02v2 .st-sitemenu ul#st-main-menu li a:hover {
  color: #ffffff !important;
  background-color: var(--bay-highlightcolor) !important;
}

/* Media Queries - Consolidated and Organized */
@media (min-width: 600px) {
  .st-haus .st-inside-content-lowered > .container,
  .st-haus .st-inside-content-lowered > .container-fluid {
    margin-top: 35px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .st-haus .st-inside-content-wrapper .container {
    margin-top: 0;
    padding: 0;
  }
  .probootstrap-gutter0 > div[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .probootstrap-gutter40 > div[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .probootstrap-gutter60 > div[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}
.instantValuationForm {
  top: 234px;
}

body:has(#edit-menu) #iq_listing_dialog, body:has(#edit-menu) .savedLists {
  top: 50px !important;
}

/*# sourceMappingURL=site.css.map */
