/* theme colors */
/* default css */
/***********************
 START DEFAULTS
 ***********************/
* {
  -webkit-overflow-scrolling: touch;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #555555;
}
/*html, body { color:@bodytext; font-family:Arial, Helvetica, sans-serif; height:100%; min-width:320px; }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family:Arial, Helvetica, sans-serif; }*/
html,
body {
  color: #555555;
  font-family: 'Open Sans', Oxygen;
  height: 100%;
  min-width: 320px;
}
body {
  color: #555555;
  padding-top: 0px;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Oxygen;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #555555;
}
legend {
  width: auto;
  border: none;
}
button {
  border: 1px solid #fff;
  background: #7089a1;
  color: #ffffff;
}
label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 5px;
}
section {
  position: relative;
  display: table;
  width: 100%;
  overflow: visible;
}
.iq-listing-agent-details a {
  font-size: 12px;
}
.iq-pg-content .property-container {
  margin-top: 40px;
  background-color: #254e75;
}
.iq-pg-content .property-content {
  padding: 7px;
}
.iq-pg-content .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.iq-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.iq-fullscreen-layout {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  z-index: 12000;
  background-color: #ffffff;
}
.iq-phonenumber {
  border: none !important;
  text-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
}
.iq-phonenumber hover {
  border-radius: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
}
/***********************
 END DEFAULTS
 ***********************/
/***********************
 START BOOTSTRAP OVERRIDES
 ***********************/
.form-control {
  border-radius: 0;
}
.form-inline .form-row {
  margin-top: 15px;
  display: table;
  min-width: 100%;
}
.form-inline .form-row:first-child {
  margin-top: 0;
}
.btn,
.btn.hover,
.btn:link,
.btn:hover,
.btn:active,
.btn:visited,
.btn.active,
.btn.hover {
  border-radius: 0;
}
.well .well {
  border: 0;
  padding: 0;
}
.img-thumbnail {
  background-clip: content-box;
}
.modal-backdrop.in {
  opacity: .75;
  filter: alpha(opacity=75);
}
.modal-body {
  padding: 10px;
}
.modal-body .row {
  margin-left: -5px;
  margin-right: -5px;
}
.modal-content .col-xs-1,
.modal-content .col-sm-1,
.modal-content .col-md-1,
.modal-content .col-lg-1,
.modal-content .col-xs-2,
.modal-content .col-sm-2,
.modal-content .col-md-2,
.modal-content .col-lg-2,
.modal-content .col-xs-3,
.modal-content .col-sm-3,
.modal-content .col-md-3,
.modal-content .col-lg-3,
.modal-content .col-xs-4,
.modal-content .col-sm-4,
.modal-content .col-md-4,
.modal-content .col-lg-4,
.modal-content .col-xs-5,
.modal-content .col-sm-5,
.modal-content .col-md-5,
.modal-content .col-lg-5,
.modal-content .col-xs-6,
.modal-content .col-sm-6,
.modal-content .col-md-6,
.modal-content .col-lg-6,
.modal-content .col-xs-7,
.modal-content .col-sm-7,
.modal-content .col-md-7,
.modal-content .col-lg-7,
.modal-content .col-xs-8,
.modal-content .col-sm-8,
.modal-content .col-md-8,
.modal-content .col-lg-8,
.modal-content .col-xs-9,
.modal-content .col-sm-9,
.modal-content .col-md-9,
.modal-content .col-lg-9,
.modal-content .col-xs-10,
.modal-content .col-sm-10,
.modal-content .col-md-10,
.modal-content .col-lg-10,
.modal-content .col-xs-11,
.modal-content .col-sm-11,
.modal-content .col-md-11,
.modal-content .col-lg-11,
.modal-content .col-xs-12,
.modal-content .col-sm-12,
.modal-content .col-md-12,
.modal-content .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
/***********************
 END BOOTSTRAP OVERRIDES
 ***********************/
/***********************
 START IQ OVERRIDES
 ***********************/
.iq-pg-header {
  overflow: hidden;
  margin-bottom: 10px;
}
.container-fluid .iq-pg-header {
  padding-left: 15px;
  padding-right: 15px;
}
.iq-pg-header h1 {
  padding: 10px 0 0 0;
  font-size: 45px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.iq-pg-body {
  margin-bottom: 20px;
  background-color: #ffffff;
  overflow: visible;
  padding: 15px;
}
.iq-pg-body .iq-pg-head {
  margin-bottom: 15px;
}
.iq-pg-body .iq-pg-head img {
  width: 100%;
  display: block;
}
.iq-pg-body .iq-pg-content .img-responsive {
  margin-bottom: 20px;
  width: 100%;
  max-height: none !important;
}
.iq-form-field-required {
  border-left: 2px solid red;
}
.iq-select-wrapper {
  display: block;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.iq-select-wrapper .form-control {
  border: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset;
}
#iq_lead_form-messagebody {
  height: 120px !important;
}
.iq-plusminus {
  position: absolute;
  right: 0;
  padding: 7px 25px;
  top: 25px;
}
.iq-plusminus button {
  margin-left: 5px;
  color: #ffffff;
  background-color: #7089a1;
}
.iq-plusminus button:hover {
  background-color: #dddddd;
  color: #555555;
}
.iq-plusminus button:first-child {
  margin-left: 0;
}
.iq-selectdropdown {
  position: absolute;
  right: 0;
  padding: 7px 25px;
  top: 25px;
}
.iq-selectdropdown button {
  margin-left: 5px;
  color: #ffffff;
  background-color: #7089a1;
}
.iq-selectdropdown button:hover,
.iq-selectdropdown button:active {
  background-color: #7089a1;
  color: #ffffff;
}
.iq-selectdropdown button:first-child {
  margin-left: 0;
}
.iq-selectdropdown .dropdown-menu {
  margin: -9px 25px 0 0;
}
.iq-textdropdown {
  position: absolute;
  right: 0;
  padding: 7px 25px;
  top: 25px;
}
.iq-textdropdown button {
  margin-left: 5px;
  color: #ffffff;
  background-color: #7089a1;
}
.iq-textdropdown button:hover,
.iq-textdropdown button:active {
  background-color: #7089a1;
  color: #ffffff;
}
.iq-textdropdown button:first-child {
  margin-left: 0;
}
.iq-textdropdown .dropdown-menu {
  margin: -9px 25px 0 0;
}
.st-myportal-05 .st-myportal-footer .st-myportal-arrow {
  display: none;
}
/***********************
 END IQ OVERRIDES
 ***********************/
/***********************
 START JQUERY UI OVERRIDES
 ***********************/
.ui-dialog {
  border-radius: 5px;
  box-shadow: 0 0 0 0;
  z-index: 11010;
}
.ui-dialog .ui-dialog-content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.ui-dialog-titlebar button,
.ui-dialog-titlebar button:hover {
  background-color: #ffffff;
  background-image: url(http://www.cbprofessionalassociates.com/assets/img/ui-icons_454545_256x240.png);
  background-position: -95px -128px;
}
.ui-widget-header {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #dbe1ea;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #7089a1;
  background: #7089a1;
  color: #ffffff;
}
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.ui-widget-content {
  border: 0;
  background: #fff;
  color: #555555;
}
.ui-corner-all {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ui-menu .ui-menu-item:hover {
  border: 0;
}
.ui-menu .ui-menu-item a {
  background: none;
  padding: 2px 10px;
}
.ui-menu .ui-menu-item a:hover {
  background-color: #fcfcfc;
  border: 1px solid #e7e7e7;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.ui-menu .ui-menu-item {
  list-style-image: none !important;
}
/***********************
 END JQUERY UI OVERRIDES
 ***********************/
.st-loading {
  background-image: url(../../img/animated/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.st-disclaimer-tinymce {
  background-color: #10354d;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}
.st-featuredagents-tinymce {
  background-color: #254e75;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.st-body-tinymce {
  background-color: #254e75;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.st-footer-banner {
  margin: 25px 0;
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
  background: none;
}
.video-container .poster img {
  height: 100vh;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-pg-header h1 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .iq-pg-body {
    padding: 15px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/***********************
 Homepage Scroll
 ***********************/
.scroll_down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}
.scroll_down {
  position: absolute;
  bottom: -25px;
  left: 48.7%;
  z-index: 101;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff !important;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px;
}
.scroll_down:hover {
  opacity: .5;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/* timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ddd;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin-left: 65px;
  margin-right: 10px;
}
.timeline > li > .timeline-panel.arrrow:before {
  position: absolute;
  top: 26px;
  left: -15px;
  right: auto;
  display: inline-block;
  border-top: 15px solid transparent;
  *border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel.arrrow:after {
  position: absolute;
  top: 27px;
  left: -14px;
  right: auto;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline-badge.note {
  background-color: #555 !important;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 13px;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* template sections */
/* SITEMENU */
.st-sitemenu-01 {
  color: #555555;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 11005;
}
.st-sitemenu-01 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-01 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-01 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-01 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 40px;
}
.st-sitemenu-01 .st-sitemenu-social-links li {
  color: #555555;
  display: inline-block;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-01 .st-sitemenu-social-links li a {
  color: #555555;
  border: 1px solid #555555;
  padding: 3px;
  border-radius: 50%;
  font-size: 13px;
}
.st-sitemenu-01 .st-sitemenu-social-links li a:hover {
  background-color: #ffffff;
}
.st-sitemenu-01 .st-sitemenu-social-links li a.iq-phonenumber {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #555555 !important;
  border: 0 !important;
  text-decoration: none;
}
.st-sitemenu-01 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-01 .dropdown-header {
  color: #555555;
}
.st-sitemenu-01 .navbar-nav > li > a {
  color: #555555;
  padding-top: 8px;
  padding-bottom: 8px;
}
.st-sitemenu-01 .nav .open > a,
.st-sitemenu-01 .nav .open > a:hover,
.st-sitemenu-01 .nav .open > a:focus,
.st-sitemenu-01 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-01 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-01 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-01 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-01 .dropdown-menu > ul > li > a:hover {
  margin: 0px;
  padding: 0px;
}
.st-sitemenu-01 .navbar-nav > li > a:hover {
  color: #7089a1;
}
.st-sitemenu-01 .dropdown-menu > li > a:hover {
  color: #7089a1;
}
.st-sitemenu-01 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-01 .navbar-toggle {
  color: #555555;
  margin: 10px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-01 .navbar-brand {
  padding: 0;
}
.st-sitemenu-01 .navbar-brand img {
  height: 76px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-01 .navbar-brand img {
    height: 45px;
  }
  .st-sitemenu-01 .st-sitemenu-social-links {
    display: none!important;
  }
  .st-sitemenu-01 {
    padding-bottom: 3px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-01 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-01 {
    padding-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-01 .collapse {
    display: none!important;
  }
  .st-sitemenu-01 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-01 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-01 .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-sitemenu-01 .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-02 {
  text-transform: uppercase;
  top: 0;
  right: -293px;
  width: 300px;
  min-height: 100%;
  position: fixed;
  background: #447bc9;
  z-index: 12000;
  color: #ffffff;
}
.st-sitemenu-02 .nav-stacked::-webkit-scrollbar {
  display: none;
}
.st-sitemenu-02 .nav-stacked {
  -ms-overflow-style: none;
}
.st-sitemenu-02 .navbar-header {
  margin-top: 50px;
}
.st-sitemenu-02 .navbar-toggle {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  background-color: #447bc9;
  position: fixed;
  color: #ffffff;
  display: block;
  right: 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
}
.st-sitemenu-02 .navbar-nav {
  margin: 0;
}
.st-sitemenu-02 .nav li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0 15px 20px;
}
.st-sitemenu-02 .nav > li > a:hover,
.st-sitemenu-02 .nav > li > a:focus,
.st-sitemenu-02 .nav > .open > a {
  text-decoration: none;
  background-color: #3d73c1;
  color: #ffffff;
}
.st-sitemenu-02 .st-sitemenu {
  display: table;
}
.st-sitemenu-02 .st-sitemenu li {
  display: block;
  float: left;
  width: 300px;
  padding: 0;
  border-bottom: 1px solid #5788cf;
}
.st-sitemenu-02 .st-sitemenu-footer {
  display: block;
  padding: 30px 15px;
  font-size: 12px;
  text-align: center;
}
.st-sitemenu-02 .st-sitemenu-footer a,
.st-sitemenu-02 .st-sitemenu-footer h4 {
  color: #ffffff;
}
.st-sitemenu-02 .st-sitemenu-footer ul {
  margin-top: 15px;
}
.st-sitemenu-02 .st-sitemenu-footer li {
  display: inline;
  list-style: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.st-sitemenu-02 .st-sitemenu-footer li:last-child {
  margin-right: 0;
}
.st-sitemenu-02 .st-sitemenu-footer li a {
  color: #ffffff;
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 5px;
}
.st-sitemenu-02 .dropdown-menu {
  position: relative;
  background-color: #3d73c1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 20px 0;
}
.st-sitemenu-02 .dropdown-menu li:first-child {
  border-top: 1px solid #5788cf;
}
.st-sitemenu-02 .dropdown-menu li a,
.st-sitemenu-02 .dropdown-menu li a:hover {
  font-size: 14px;
  padding-left: 30px;
  background-color: #3d73c1;
}
.st-sitemenu-02 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #5788cf;
  clear: both;
}
.st-sitemenu-02 .dropdown-menu .dropdown-header {
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.st-sitemenu-02 .nav li .st-menu-sub-links {
  border-style: none;
  margin: 0 0 0 10px;
}
.st-sitemenu-02 .nav li .st-menu-sub-links-section-divider {
  border-style: none;
}
.st-sitemenu-02 .nav li .st-menu-sub-links a {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 0 5px 20px;
}
.st-sitemenu-02 .nav li .st-menu-sub-links a:hover {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 0 5px 20px;
}
.st-sitemenu-02 .navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  z-index: 1030;
  width: 50px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-02 .navbar-header {
    margin-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-02 .navbar-header {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-inside-content-wrapper .navbar-brand img {
    height: 50px;
  }
}
.st-sitemenu-03 {
  color: #555555;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.st-sitemenu-03 .agent-phone {
  line-height: 50px;
}
.st-sitemenu-03 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-03 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-03 .nav .open > a,
.st-sitemenu-03 .nav .open > a:hover,
.st-sitemenu-03 .nav .open > a:focus,
.st-sitemenu-03 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-03 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
  z-index: 13000;
}
.st-sitemenu-03 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-03 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.st-sitemenu-03 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-03 .navbar-toggle {
  color: #555555;
  margin: 5px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-03 .navbar-brand {
  padding: 0;
}
.st-sitemenu-03 .navbar-brand img {
  height: 80px;
}
.st-sitemenu-03 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 40px;
}
.st-sitemenu-03 .st-sitemenu-social-links li {
  display: inline-block;
  color: #555555;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-03 .st-sitemenu-social-links li a {
  color: #555555;
  border: 1px solid #555555;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 12px;
}
.st-sitemenu-03 .st-sitemenu-social-links li a:hover {
  background-color: #ffffff;
}
.st-sitemenu-03 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-03 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-03 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-03 .collapse {
    display: none!important;
  }
  .st-sitemenu-03 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-03 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-04 {
  color: #555555;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  background-color: rgba(225, 225, 225, 0.6);
  z-index: 99;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.st-sitemenu-04 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-04 .st-sitmenu-mobile {
  height: 50px;
  padding: 0;
}
.st-sitemenu-04 .st-sitmenu-mobile .navbar-brand {
  height: 50px;
  padding: 0;
}
.st-sitemenu-04 .st-sitmenu-mobile .navbar-brand img {
  height: 50px;
  padding: 0;
}
.st-sitemenu-04 .st-sitmenu-mobile .agent-name,
.st-sitemenu-04 .st-sitmenu-mobile .agent-phone {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 2px;
}
.st-sitemenu-04 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-04 .nav .open > a,
.st-sitemenu-04 .nav .open > a:hover,
.st-sitemenu-04 .nav .open > a:focus,
.st-sitemenu-04 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-04 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-04 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-04 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-04 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-04 .navbar-toggle {
  color: #555555;
  margin: 5px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-04 .st-agent-infoheader {
  width: 100%;
  background-color: #254e75;
}
.st-sitemenu-04 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid #eeeeee;
}
.st-sitemenu-04 .st-agent-infoheader .agent-image img {
  height: 92px;
}
.st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
  height: 92px;
}
.st-sitemenu-04 .st-agent-infoheader .agent-info {
  float: right;
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 11px;
}
.st-sitemenu-04 .st-agent-infoheader .agent-name {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.st-sitemenu-04 .st-agent-infoheader .agent-phone {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.st-sitemenu-04 .st-agent-infoheader .st-agent-office {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
.st-sitemenu-04 .st-agent-infoheader .agent-address {
  margin: 5px 0 0 0;
}
.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links {
  list-style: none;
  padding: 0;
  margin: 0 -3px 0 0;
}
.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links a:link,
.st-sitemenu-social-links a:hover,
.st-agent-infoheader-wrapper .st-sitemenu-social-links a:active,
.st-sitemenu-social-links a:visited {
  color: #ffffff;
}
.st-sitemenu-04 .st-agent-infoheader .st-sitemenu-social-links li {
  display: inline;
  margin: 0 5px 0 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-04 .st-agent-infoheader .agent-info {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
    height: 80px;
  }
  .st-sitemenu-04 .st-agent-infoheader .navbar-brand img {
    height: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-04 .st-agent-infoheader .agent-info {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-05 {
  color: #ffffff;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1001;
  position: relative;
}
.st-sitemenu-05 a {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
}
.st-sitemenu-05 .nav .open > a,
.st-sitemenu-05 .nav .open > a:hover,
.st-sitemenu-05 .nav .open > a:focus,
.st-sitemenu-05 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-05 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-05 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-05 .st-menu-sub-links {
  text-align: left;
  min-width: 300px;
}
.st-sitemenu-05 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-05 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-05 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-05 .navbar-brand {
  padding: 0;
}
.st-sitemenu-05 .navbar-brand img {
  height: 100px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-05 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-05 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-05 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-05 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-06 {
  color: #ffffff;
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 11005;
}
.st-sitemenu-06 a {
  color: #ffffff;
  padding: 5px 0;
}
.st-sitemenu-06 a:hover {
  color: #555555;
}
.st-sitemenu-06 .agent-phone {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
.st-sitemenu-06 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-06 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-06 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-06 .st-sitemenu-social-links {
  margin: 0;
  height: 50px;
}
.st-sitemenu-06 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-06 .st-sitemenu-social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
}
.st-sitemenu-06 .st-sitemenu-social-links li a:hover {
  background-color: #555555;
  color: #ffffff;
}
.st-sitemenu-06 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-06 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-06 .nav .open > a,
.st-sitemenu-06 .nav .open > a:hover,
.st-sitemenu-06 .nav .open > a:focus,
.st-sitemenu-06 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-06 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-06 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-06 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-06 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-06 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-06 .navbar-brand {
  padding: 0;
}
.st-sitemenu-06 .navbar-brand img {
  height: 100px;
}
.st-sitemenu-06 .navbar-collapse {
  padding-right: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-06 .collapse {
    display: none!important;
  }
  .st-sitemenu-06 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-06 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-06 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-07 {
  color: #ffffff;
  min-height: 50px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 99;
  position: absolute;
}
.st-sitemenu-07 a:hover {
  color: #555555;
}
.st-sitemenu-07 a {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
}
.st-sitemenu-07 .nav .open > a,
.st-sitemenu-07 .nav .open > a:hover,
.st-sitemenu-07 .nav .open > a:focus,
.st-sitemenu-07 .nav a:hover {
  background-color: #ffffff;
  border-color: #555555;
}
.st-sitemenu-07 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
  z-index: 4;
}
.st-sitemenu-07 .dropdown-menu .divider {
  margin: 5px;
}
.st-sitemenu-07 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-07 .navbar-toggle {
  color: #ffffff;
  margin: 7px 10px 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-07 .navbar-brand {
  padding: 0;
}
.st-sitemenu-07 .navbar-brand img {
  height: 100px;
}
.st-sitemenu-07 .navbar-collapse {
  padding-right: 0;
}
.st-sitemenu-07 a.agent-name,
.st-sitemenu-07 a.agent-name:hover,
.st-sitemenu-07 .agent-phone,
.st-sitemenu-07 .agent-phone:hover {
  color: #ffffff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 2px;
  padding: 0;
}
.st-sitemenu-07 .st-agent-infoheader {
  width: 100%;
  background-color: #254e75;
  padding: 10px;
  height: 150px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.st-sitemenu-07 .agent-name {
  color: #ffffff;
  margin: 5px 0;
  text-transform: uppercase;
}
.st-sitemenu-07 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid #eeeeee;
}
.st-sitemenu-07 .st-agent-infoheader .agent-image img {
  height: 100px;
}
.st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
  height: 100px;
}
.st-sitemenu-07 .st-agent-infoheader .agent-info {
  float: right;
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
.st-sitemenu-07 .st-agent-infoheader .agent-name {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.st-sitemenu-07 .st-agent-infoheader .agent-phone {
  color: #ffffff;
  margin: 0;
}
.st-sitemenu-07 .st-agent-infoheader .agent-address {
  margin: 17px 0 0 0;
}
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:link,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:hover,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:active,
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links a:visited {
  color: #ffffff;
}
.st-sitemenu-07 .st-agent-infoheader .st-sitemenu-social-links li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.st-sitemenu-07 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-07 {
    background-color: #254e75;
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
  .st-sitemenu-07 .st-agent-infoheader .agent-info {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
    height: 80px;
  }
  .st-sitemenu-07 .st-agent-infoheader .navbar-brand img {
    height: 70px;
  }
  .st-sitemenu-07 .navbar-brand img {
    margin-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-07 {
    background-color: #254e75;
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
  .st-sitemenu-07 .st-agent-infoheader .agent-info {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-07 {
    background-color: #254e75;
  }
  .st-sitemenu-07 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-07 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-07 .st-sitemenu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-08 {
  color: #ffffff;
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 11005;
  text-transform: uppercase;
}
.st-sitemenu-08 a {
  color: #ffffff;
  padding: 5px 0;
}
.st-sitemenu-08 a:hover {
  color: #555555;
}
.st-sitemenu-08 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-08 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-08 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-08 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
}
.st-sitemenu-08 .st-sitemenu-social-links li {
  color: #ffffff;
  display: inline-block;
  margin: 0 0 0 5px;
}
.st-sitemenu-08 .st-sitemenu-social-links li a {
  color: #ffffff;
  font-size: 14px;
}
.st-sitemenu-08 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-08 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-08 .nav .open > a,
.st-sitemenu-08 .nav .open > a:hover,
.st-sitemenu-08 .nav .open > a:focus,
.st-sitemenu-08 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-08 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-08 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-08 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-08 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-08 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-08 .navbar-brand {
  padding: 0;
}
.st-sitemenu-08 .navbar-brand img {
  height: 100px;
}
.st-sitemenu-08 .navbar-collapse {
  padding-right: 0;
}
.st-sitemenu-08 .st-agent-infoheader {
  height: 105px;
}
.st-sitemenu-08 .st-agent-infoheader .agent-image {
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid #eeeeee;
}
.st-sitemenu-08 .st-agent-infoheader .agent-image img {
  height: 100px;
}
.st-sitemenu-08 .st-agent-infoheader .navbar-brand img {
  height: 100px;
}
.st-sitemenu-08 .st-agent-infoheader .agent-info {
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
.st-sitemenu-08 .st-agent-infoheader .agent-name {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.st-sitemenu-08 .st-agent-infoheader .agent-phone {
  color: #ffffff;
  margin: 0;
}
.st-sitemenu-08 .st-agent-infoheader .agent-address {
  margin: 5px 0 0 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-08 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-08 .st-agent-infoheader {
    height: auto;
  }
  .st-sitemenu-08 .collapse {
    display: none!important;
  }
  .st-sitemenu-08 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-08 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-09 {
  color: #ffffff;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 11005;
  background-color: rgba(0, 0, 0, 0.5);
}
.st-sitemenu-09 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-09 .st-sitemenu a:link,
.st-sitemenu-09 .st-sitemenu a:visited,
.st-sitemenu-09 .st-sitemenu a:active {
  color: #ffffff;
}
.st-sitemenu-09 .st-sitemenu a:hover {
  color: #555555;
}
.st-sitemenu-09 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-09 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-09 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 50px;
}
.st-sitemenu-09 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-09 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-09 .st-sitemenu-social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
}
.st-sitemenu-09 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 12px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-09 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-09 .nav .open > a,
.st-sitemenu-09 .nav .open > a:hover,
.st-sitemenu-09 .nav .open > a:focus,
.st-sitemenu-09 .nav a:hover {
  border-color: #ffffff;
}
.st-sitemenu-09 .dropdown-menu li a:link {
  color: #000000;
}
.st-sitemenu-09 .dropdown-menu li a:visited {
  color: #000000;
}
.st-sitemenu-09 .dropdown-menu {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-09 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-09 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-09 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-09 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-09 .navbar-brand {
  padding: 10px 50px;
}
.st-sitemenu-09 .navbar-brand img {
  height: 100px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-09 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-09 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-09 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-09 .collapse {
    display: none!important;
  }
  .st-sitemenu-09 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-09 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-10 {
  color: #555555;
  min-height: 40px;
  font-size: 14px;
  text-align: right;
  padding: 0 20px 0 20px;
}
.st-sitemenu-10 .navbar-nav {
  margin: auto;
  float: none;
  display: table;
}
.st-sitemenu-10 img {
  max-height: 40px;
}
.st-sitemenu-10 a {
  color: #555555;
  padding: 5px 0;
}
.st-sitemenu-10 a:hover {
  color: #555555;
}
.st-sitemenu-10 .agent-phone {
  color: #555555;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
.st-sitemenu-10 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-10 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-10 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-10 .st-sitemenu-social-links {
  margin: auto;
  height: 50px;
  display: table;
}
.st-sitemenu-10 .st-sitemenu-social-links li {
  display: inline-block;
  color: #555555;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-10 .st-sitemenu-social-links li a {
  color: #555555;
  border: 1px solid #555555;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
}
.st-sitemenu-10 .st-sitemenu-social-links li a:hover {
  background-color: #555555;
  color: #ffffff;
}
.st-sitemenu-10 .st-sitemenu-social-links li a.st-sitemenu-number {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-10 .st-sitemenu-social-links li a.st-sitemenu-number:hover {
  background-color: transparent;
}
.st-sitemenu-10 .nav .open > a,
.st-sitemenu-10 .nav .open > a:hover,
.st-sitemenu-10 .nav .open > a:focus,
.st-sitemenu-10 .nav a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.st-sitemenu-10 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-10 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-10 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-10 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-10 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-10 .navbar-collapse {
  padding-right: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-10 {
    min-height: initial;
  }
  .st-sitemenu-10 .collapse {
    display: none!important;
  }
  .st-sitemenu-10 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-10 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-11 .navbar-default {
  background-color: #fff;
  border-color: #fff;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.st-sitemenu-11 .navbar-default.navbar-static-top {
  border-radius: 0;
  margin-bottom: 0;
  moz-border-radius: 0;
  o-border-radius: 0;
  webkit-border-radius: 0;
}
.st-sitemenu-11 .navbar-default .navbar-brand img {
  display: block;
  height: 60px;
  width: auto;
}
.st-sitemenu-11 .navbar-default .navbar-brand {
  color: #7089a1;
  display: block;
  font-size: 26px;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  padding: 10px 40px 10px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.st-sitemenu-11 .navbar-default .navbar-brand::after {
  background: #254e75;
  content: "";
  height: 95px;
  moz-transform: rotate(30deg);
  ms-transform: rotate(30deg);
  o-transform: rotate(30deg);
  position: absolute;
  right: -20px;
  top: -8px;
  transform: rotate(30deg);
  webkit-transform: rotate(30deg);
  width: 1px;
}
.st-sitemenu-11 .navbar-default .navbar-brand span {
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
}
.st-sitemenu-11 .navbar-default .navbar-brand span strong {
  font-weight: 600;
}
.st-sitemenu-11 .navbar-default .navbar-brand:hover {
  color: #7089a1;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.st-sitemenu-11 .navbar-default .navbar-brand:hover > span {
  color: #7089a1;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.st-sitemenu-11 .navbar-default .navbar-nav > li > a {
  color: #555555;
  font-size: 13px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  text-shadow: none;
}
.st-sitemenu-11 .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #7089a1;
}
.st-sitemenu-11 .navbar-default .navbar-nav > .active > a::after {
  background: #e9573f;
  border-radius: 100%;
  bottom: 15px;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -4px;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: absolute;
  webkit-border-radius: 100%;
  width: 8px;
}
.st-sitemenu-11 .navbar-default .navbar-nav li.dropdown.open > a,
.navbar-default .navbar-nav li.dropdown.open > a:hover {
  background-color: #254e75;
  color: #ffffff;
}
.st-sitemenu-11 .dropdown-menu {
  background-color: #254e75;
  border: none;
  border-radius: 1px;
  box-shadow: none;
  moz-border-radius: 1px;
  moz-box-shadow: none;
  o-border-radius: 1px;
  o-box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  webkit-border-radius: 1px;
  webkit-box-shadow: none;
}
.st-sitemenu-11 .dropdown-menu > li > a {
  color: #ffffff;
  padding-bottom: 12px;
  padding-top: 12px;
}
.st-sitemenu-11 .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #7089a1;
  color: #ffffff;
}
.st-sitemenu-11 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-11 #iq_bootstrap_site_menu {
  float: right;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-11 .navbar-default .navbar-nav > li > a {
    color: #555555;
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-11 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-11 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #7089a1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-11 .navbar-default .navbar-nav > li > a {
    color: #555555;
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
  }
  .st-sitemenu-11 #iq_bootstrap_site_menu {
    float: left;
    width: 100%;
  }
  .st-sitemenu-11 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #7089a1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-sitemenu-12 {
  color: #a2ce55;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: #3d3d3d;
  position: fixed;
  z-index: 11005;
}
.st-sitemenu-12 a {
  color: #a2ce55;
  text-decoration: none;
}
.st-sitemenu-12 a:hover {
  color: #65932A;
  text-decoration: none;
}
.st-sitemenu-12 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-12 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-12 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-12 .dropdown-header {
  color: #555555;
}
.st-sitemenu-12 .navbar-nav > li > a {
  color: #a2ce55;
}
.st-sitemenu-12 .nav .open > a,
.st-sitemenu-12 .nav .open > a:hover,
.st-sitemenu-12 .nav .open > a:focus,
.st-sitemenu-12 .nav a:hover {
  background-color: transparent;
  color: #65932A;
}
.st-sitemenu-12 .dropdown-menu {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-12 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-12 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-12 .dropdown-menu > ul > li > a:hover {
  margin: 0px;
  padding: 0px;
}
.st-sitemenu-12 .dropdown-menu li:first-child {
  margin-top: 10px;
}
.st-sitemenu-12 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-12 .navbar-toggle {
  color: #555555;
  margin: 5px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-12 .navbar-brand {
  padding: 0;
}
.st-sitemenu-12 .navbar-brand img {
  height: 56px;
  margin: 15px 0 15px 0;
}
.st-sitemenu-13 {
  color: #ffffff;
  min-height: 36px;
  font-size: 14px;
  text-align: right;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 11005;
  background-color: rgba(37, 78, 117, 0.6);
}
.st-sitemenu-13 .st-sitemenu {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.st-sitemenu-13 .st-sitemenu a:link,
.st-sitemenu-09 .st-sitemenu a:visited,
.st-sitemenu-09 .st-sitemenu a:active {
  color: #ffffff;
}
.st-sitemenu-13 .st-sitemenu a:hover {
  color: #555555;
}
.st-sitemenu-13 .st-menu-sub-links {
  text-align: left;
}
.st-sitemenu-13 .st-menu-sub-links a:hover {
  font-weight: bold;
}
.st-sitemenu-13 .st-sitemenu-social-links {
  margin: 0 15px 0 0;
  height: 30px;
}
.st-sitemenu-13 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-13 .st-sitemenu-social-links li {
  display: inline-block;
  color: #ffffff;
  margin: 10px 10px 10px 0;
}
.st-sitemenu-13 .st-sitemenu-social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
}
.st-sitemenu-13 .st-sitemenu-social-links li a.iq-phonenumber {
  font-size: 12px;
  line-height: 25px;
  color: #555555;
  border: 0;
  text-decoration: none;
}
.st-sitemenu-13 .st-sitemenu-social-links li a.iq-phonenumber:hover {
  background-color: transparent;
}
.st-sitemenu-13 .navbar-nav > li > a {
  color: #ffffff;
  padding: 5px 10px !important;
  margin-top: 15px;
}
.st-sitemenu-13 .nav .open > a,
.st-sitemenu-13 .nav .open > a:hover,
.st-sitemenu-13 .nav .open > a:focus,
.st-sitemenu-09 .nav a:hover {
  border-color: #ffffff;
}
.st-sitemenu-13 .dropdown-menu li a:link {
  color: #ffffff;
}
.st-sitemenu-13 .dropdown-menu li a:visited {
  color: #ffffff;
}
.st-sitemenu-13 .dropdown-menu {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: 0;
}
.st-sitemenu-13 .dropdown-menu .divider {
  margin: 5px 20px;
  height: 1px;
  background-color: #e5e5e5;
  clear: both;
}
.st-sitemenu-13 .st-menu-sub-links-section-divider {
  margin-top: 15px;
}
.st-sitemenu-13 .dropdown-header {
  font-size: inherit;
}
.st-sitemenu-13 .navbar-toggle {
  color: #ffffff;
  margin: 5px 10px 0 0;
  border: 1px solid #555555;
  border-radius: 0;
  padding: 5px;
}
.st-sitemenu-13 .navbar-brand {
  padding: 10px 50px;
}
.st-sitemenu-13 .navbar-brand img {
  height: 60px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
  .st-sitemenu-13 .st-sitemenu-social-links {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-sitemenu-13 .collapse {
    display: none!important;
  }
  .st-sitemenu-13 .navbar-toggle {
    display: block;
  }
  .st-sitemenu-13 .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/*- // SITEMENU */
/* SLIDEMENU */
.st-slidemenu-wrapper {
  text-transform: uppercase;
  top: 0;
  left: -300px;
  width: 300px;
  min-height: 100%;
  position: absolute;
  background: #eeeeee;
  z-index: 1000;
  color: #000;
}
.st-slidemenu-wrapper .dropdown .open {
  background: #eeeeee;
}
.st-slidemenu-01 {
  display: table;
  width: 100%;
  overflow: visible;
}
.st-slidemenu-01 .st-sitemenu {
  width: 100%;
  margin: 0;
}
.st-slidemenu-01 .st-sitemenu .st-menu-links {
  display: block;
  padding: 0px;
}
.st-slidemenu-01 .st-sitemenu .st-menu-links:hover {
  background-color: #7089a1;
}
.st-slidemenu-01 .st-sitemenu .st-menu-links a {
  padding: 0 15px;
  color: #555555;
  text-shadow: none;
}
.st-slidemenu-01 .st-sitemenu .st-menu-links a:hover {
  color: #ffffff;
  text-decoration: none;
}
.st-slidemenu-01 .st-sitemenu .st-menu-divider {
  display: block;
  width: 100%;
  font-size: 1px;
  height: 1px;
  padding: 0;
}
.st-slidemenu-01 .navbar-nav .open .dropdown-menu > li > a,
.st-slidemenu .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 5px 15px;
  background-color: #eeeeee;
}
.st-slidemenu-01 .navbar-nav > li.open > a {
  padding-bottom: 0;
}
.st-slidemenu-01 .navbar-nav > li {
  width: 100%;
}
.st-slidemenu-01 .navbar-nav > li:hover,
.st-slidemenu-01 .navbar-nav > li > a:hover {
  background: none;
  font-weight: bold;
}
.st-slidemenu-01 .dropdown-menu {
  position: relative;
  background-color: #3d73c1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.st-slidemenu-01 .dropdown-menu li:first-child {
  border-top: 1px solid #5788cf;
}
.st-slidemenu-01 .dropdown-menu li a,
.st-sitemenu-02 .dropdown-menu li a:hover {
  font-size: 14px;
  padding-left: 30px;
  background-color: #3d73c1;
}
/* // SLIDEMENU */
/* AGENT INFO HEADER */
/* // AGENT INFO HEADER  */
/* HEADER CAROUSEL */
.st-header-carousel-01 {
  position: relative;
  min-height: 420px;
}
.st-header-carousel-01 .carousel-inner {
  height: 100%;
}
.st-header-carousel-01 .item {
  height: 100%;
  min-height: 420px;
  background-position: center;
  background-size: cover;
}
.st-header-carousel-01 .carousel-control {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #eeeeee;
  position: absolute;
  top: 40%;
  bottom: inherit;
  padding: 15px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-01 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-01 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
.st-header-carousel-01 .carousel-indicators {
  display: none;
}
.st-header-carousel-01 .carousel-caption {
  position: relative;
  right: auto;
  left: auto;
  text-align: right;
  bottom: auto;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
}
.st-header-carousel-01 .carousel-caption h1 {
  color: #ffffff;
  font-weight: normal;
  font-size: 60px;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.st-header-carousel-01 .carousel-caption a:link,
.carousel-caption a:visited,
.st-header-wrapper .carousel-caption a:hover,
.st-header-wrapper .carousel-caption a:active {
  color: #ffffff;
  border-top: 2px solid #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 24px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 40px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 50px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-header-carousel-01 .carousel-caption {
    text-align: center;
  }
  .st-header-carousel-01 .carousel-caption h1 {
    font-size: 50px;
  }
  .st-header-carousel-01 .carousel-caption a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-header-carousel-01 .carousel-caption {
    margin-right: 10%;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-02 {
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  margin-top: -120px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.st-header-carousel-02 .carousel-inner {
  height: 100%;
  z-index: -1;
}
.st-header-carousel-02 .item {
  height: 100%;
  min-height: 475px;
  background-position: center;
  background-size: cover;
}
.st-header-carousel-02 h1 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 60px;
  margin: 15px 0;
}
.st-header-carousel-02 h3 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
.st-header-carousel-02 hr {
  color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  border: 1px solid;
}
.st-header-carousel-02 a:link,
.st-header-carousel-02 a:visited,
.st-header-carousel-02 a:hover,
.st-header-carousel-02 a:active {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
.st-header-carousel-02 .item {
  padding-top: 150px;
  background-size: cover;
  background-position: center;
}
.st-header-carousel-02 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px!important;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-02 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-02 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-02 h1 {
    font-size: 20px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-02 .carousel-control {
    font-size: 14px!important;
    line-height: 14px;
  }
  .st-header-carousel-02 .st-carousel-control-left {
    left: 3%;
  }
  .st-header-carousel-02 .st-carousel-control-right {
    right: 3%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-02 h1 {
    font-size: 20px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-02 .carousel-control {
    font-size: 14px!important;
    line-height: 14px;
  }
  .st-header-carousel-02 .st-carousel-control-left {
    left: 3%;
  }
  .st-header-carousel-02 .st-carousel-control-right {
    right: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .st-header-carousel-02 h1 {
    font-size: 30px;
  }
  .st-header-carousel-02 h3 {
    margin: 10px 0;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-03 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding-top: 100px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.st-header-carousel-03 .st-carousel-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.st-header-carousel-03 h1 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 60px;
  margin: 15px 0;
}
.st-header-carousel-03 h3 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
.st-header-carousel-03 hr {
  color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  border: 1px solid;
}
.st-header-carousel-03 ul {
  list-style-type: none;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0;
}
.st-header-carousel-03 ul li {
  color: #ffffff;
  display: inline;
  font-size: 15px;
  padding: 0 10px;
}
.st-header-carousel-03 a:link,
.st-header-carousel-03 a:visited,
.st-header-carousel-03 a:hover,
.st-header-carousel-03 a:active {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-03 h1 {
    font-size: 20px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .st-header-carousel-03 {
    background-attachment: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-03 h1 {
    font-size: 20px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .st-header-carousel-03 h1 {
    font-size: 30px;
  }
  .st-header-carousel-03 h3 {
    margin: 10px 0;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-04 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.st-header-carousel-04 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-04 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-04 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
.st-header-carousel-04 .navbar-brand {
  padding: 0;
}
.st-header-carousel-04 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}
.st-header-carousel-04 .st-logo img {
  height: 105px;
}
.st-header-carousel-04 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}
.st-header-carousel-04 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
}
.st-header-carousel-04 .iq-carousel-caption h1 {
  font-size: 35px;
  color: #ffffff;
  margin: 0px;
  letter-spacing: 1;
}
.st-header-carousel-04 .iq-carousel-caption h2 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
  letter-spacing: 1;
}
.st-header-carousel-04 .iq-carousel-caption a:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-04 .st-logo {
    height: 80px;
    margin: 0px 0 0 10%;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-04 .st-logo {
    height: 80px;
    margin: 0px 0 0 10%;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-logo {
    z-index: 999;
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .scroll_down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-04 .carousel-control {
    display: none;
  }
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-06 {
  height: 100%;
  position: relative;
}
.st-header-carousel-06 .carousel-inner {
  height: 100%;
  z-index: -1;
}
.st-header-carousel-06 .item {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.st-header-carousel-06 .carousel-control {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-06 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-06 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
.st-header-carousel-06 .st-searchform-wrapper {
  left: 10%;
  right: 10%;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-06 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-06 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-07 {
  height: 100%;
  position: fixed;
  width: 100%;
}
.st-header-carousel-07 .carousel-inner {
  height: 100%;
  z-index: -1;
}
.st-header-carousel-07 .item {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.st-header-carousel-07 .carousel-control {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-07 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-07 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
.st-header-carousel-07 .st-searchform-wrapper {
  left: 10%;
  right: 10%;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-07 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-07 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-header-carousel-08 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.st-header-carousel-08 .st-carousel-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-align: center;
}
.st-header-carousel-08 .st-header-carousel-logo {
  display: block;
  margin-bottom: 50px;
}
.st-header-carousel-08 h1 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 65px;
  margin: 20px 0;
}
.st-header-carousel-08 h2 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}
.st-header-carousel-08 .st-header-carousel-title1 {
  font-family: 'Satisfy', cursive;
}
.st-header-carousel-08 .st-header-carousel-title2,
.st-header-carousel-08 .st-header-carousel-title3 {
  font-family: 'Amiri', serif;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-08 {
    background-attachment: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
}
.st-header-carousel-10 .item {
  background-position: center;
  background-size: cover;
}
.st-header-carousel-10 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-10 .st-carousel-control-left {
  left: 5%;
  right: inherit;
}
.st-header-carousel-10 .st-carousel-control-right {
  left: inherit;
  right: 5%;
}
.st-header-carousel-10 .navbar-brand {
  padding: 0;
}
.st-header-carousel-10 .st-logo {
  margin: 70px 0 0 10%;
  position: absolute;
  z-index: 99;
}
.st-header-carousel-10 .st-logo img {
  height: 105px;
}
.st-header-carousel-10 .st-searchform-wrapper {
  position: absolute;
  bottom: 20%;
  left: 10%;
  right: 10%;
}
.st-header-carousel-10 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
}
.st-header-carousel-10 .iq-carousel-caption h1 {
  font-size: 26px;
  color: #ffffff;
  margin: 0px;
  letter-spacing: 1;
}
.st-header-carousel-10 .iq-carousel-caption h2 {
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
  letter-spacing: 1;
}
.st-header-carousel-10 .iq-carousel-caption a:hover {
  text-decoration: none;
}
.st-header-carousel-10 .item {
  left: 0 !important;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
.st-header-carousel-10 .carousel-control {
  background-image: none !important;
}
.st-header-carousel-10 .next.left,
.st-header-carousel-10 .prev.right {
  opacity: 1;
  z-index: 1;
}
.st-header-carousel-10 .active.left,
.st-header-carousel-10 .active.right {
  opacity: 0;
  z-index: 2;
}
.st-header-carousel-11 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.st-header-carousel-11 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.st-header-carousel-11 .st-carousel-control-left {
  left: 5%;
  right: inherit;
}
.st-header-carousel-11 .st-carousel-control-right {
  left: inherit;
  right: 5%;
}
.st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 90px;
}
.st-header-carousel-11 .iq-carousel-caption h1 {
  font-size: 35px;
  color: #ffffff;
  margin: 0px;
  letter-spacing: 1;
}
.st-header-carousel-11 .iq-carousel-caption h2 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
  letter-spacing: 1;
}
.st-header-carousel-11 .iq-carousel-caption a:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-11 .carousel-control {
    display: none;
  }
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* carousel fades instead of slides */
.st-header-carousel-12 {
  position: relative;
}
.st-header-carousel-12 .item {
  left: 0 !important;
  -webkit-transition: opacity .6s;
  /*adjust timing here */
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  min-height: 560px;
}
.st-header-carousel-12 .carousel-control {
  background-image: none !important;
  /* remove background gradients on controls */
}
.st-header-carousel-12 .next.left,
.st-header-carousel-12 .prev.right {
  opacity: 1;
  z-index: 1;
}
.st-header-carousel-12 .active.left,
.st-header-carousel-12 .active.right {
  opacity: 0;
  z-index: 2;
}
.st-header-12 .st-logo img {
  height: 120px;
  display: block;
}
.st-header-12 h1 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  padding: 0px;
  margin: 60px 0 28px 0;
  font-size: 38px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.24);
}
.st-header-12 .st-button-row .btn {
  border-color: #7089a1;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.st-header-12 .st-button-row .btn-primary {
  background-color: #254e75;
  color: #ffffff;
  margin-right: 20px;
}
.st-header-12 .st-button-row .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #326e2b;
  border-color: #234d1e;
}
.st-header-12 .st-button-row {
  margin: 40px 23px 0 0;
}
.st-header-12 .st-social-links a {
  color: #ffffff;
}
.st-header-12 .st-social-links .fa-stack {
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-12 .st-logo img {
    margin: 0 auto;
  }
  .st-header-12 h1 {
    font-size: 28px;
    text-align: center;
  }
  .st-header-12 .st-button-row {
    margin: 10px 0 30px 0;
  }
  .st-header-12 .st-button-row .btn-primary {
    display: block;
    margin: 0 auto;
    width: 310px;
    margin-bottom: 20px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 900px;
  }
  .st-header-carousel-12 .carousel-inner .st-hero .item {
    height: 900px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-12 .st-logo img {
    margin: 0 auto;
  }
  .st-header-12 h1 {
    font-size: 28px;
    text-align: center;
  }
  .st-header-12 .st-button-row {
    margin: 10px 0 30px 0;
  }
  .st-header-12 .st-button-row .btn-primary {
    display: block;
    margin: 0 auto;
    width: 310px;
    margin-bottom: 20px;
  }
  .st-header-carousel-12 .carousel-inner {
    height: 900px;
  }
  .st-header-carousel-12 .carousel-inner .st-hero .item {
    height: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-12 .carousel-inner .item {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
  .st-header-12 .st-social-links .fa-stack {
    font-size: 18px;
    margin-right: 5px;
  }
  .st-header-12 .st-button-row .btn-primary {
    width: 310px;
    display: block;
    margin: 0 auto;
  }
  .st-header-12 .st-button-row .st-social-links {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .st-header-12 .st-button-row .st-social-links .fa {
    margin: 0 auto;
  }
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 930px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 560px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-header-carousel-12 .carousel-inner {
    height: 560px;
  }
  .st-header-carousel-12 .carousel-inner .item {
    height: 560px;
  }
}
.st-header-carousel-13 .item {
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.st-header-carousel-13 .carousel-control {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  bottom: inherit;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.st-header-carousel-13 .st-carousel-control-left {
  left: 10%;
  right: inherit;
}
.st-header-carousel-13 .st-carousel-control-right {
  left: inherit;
  right: 10%;
}
.st-header-carousel-13 .navbar-brand {
  padding: 0;
}
.st-header-carousel-13 .st-logo {
  top: 70px;
  left: 10%;
  position: absolute;
  z-index: 99;
}
.st-header-carousel-13 .st-logo img {
  height: 105px;
}
.st-header-carousel-13 .st-searchform-wrapper {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
}
.st-header-carousel-13 .st-searchform-wrapper form {
  max-width: none;
}
.st-header-carousel-13 .st-social-links {
  margin: 5px 0 0 0;
}
.st-header-carousel-13 .st-social-links li {
  color: #555555;
  display: inline-block;
  list-style: none;
}
.st-header-carousel-13 .st-social-links li a {
  color: #ffffff;
  padding: 3px;
  font-size: 14px;
}
.st-header-carousel-13 .agent-info-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px 15px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.7) 100%);
}
.st-header-carousel-13 .agent-info {
  color: #ffffff;
  vertical-align: bottom;
  text-align: right;
  padding: 15px;
}
.st-header-carousel-13 .agent-info a {
  color: #ffffff;
}
.st-header-carousel-13 .agent-image-wrapper {
  vertical-align: bottom;
  width: 200px;
  padding: 15px 20px 15px 0;
}
.st-header-carousel-13 .agent-image-wrapper img {
  width: 200px;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-header-carousel-13 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  .st-header-carousel-13 .st-logo {
    z-index: 999;
  }
  .st-header-carousel-13 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13 .st-searchform-05 h1 {
    display: block;
    float: none;
    text-align: center;
  }
  .st-header-carousel-13 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-header-carousel-13 .st-logo img {
    height: 80px;
  }
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  .st-header-carousel-13 .st-searchform-wrapper {
    top: 30%;
    left: 10%;
    right: 10%;
  }
  .st-header-carousel-13 .agent-info {
    text-align: center;
  }
  .st-header-carousel-13 .st-social-links {
    margin: 5px auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  /* Small devices Tablets (gte 768px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-header-carousel-13 .carousel-control {
    display: none;
  }
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // HEADER CAROUSEL */
/* SEARCHFORMS */
.st-searchform-01 {
  background: #eeeeee;
  color: #555555;
  position: relative;
  z-index: 3;
}
.st-searchform-01 .nav-tabs {
  margin-top: -45px;
  border: 0;
}
.st-searchform-01 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  background: #10354d;
  color: #ffffff;
  border-style: none;
}
.st-searchform-01 .nav-tabs > li > a:hover {
  background-color: #254e75;
  color: #254e75;
  border-style: none;
}
.st-searchform-01 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.st-searchform-01 .nav-tabs > li > a > span {
  color: #ffffff;
  display: inline !important;
}
.st-searchform-01 .nav-tabs > li.active > a > span {
  color: #555555;
  display: inline !important;
}
.st-searchform-01 .nav-tabs li .fa {
  color: #ffffff;
}
.st-searchform-01 .nav-tabs li.active .fa {
  color: #555555;
}
.st-searchform-01 .agent-search-button {
  height: 65px;
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  border: 1px solid #7089a1;
  padding: 0 15px;
  margin-top: 8px;
  font-size: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-01 .form-text-highlight {
  color: #555555;
  font-size: 11px;
  margin-top: 10px;
}
.st-searchform-01 .st-button-search-wrapper {
  background: #254e75;
  color: #ffffff;
  padding: 15px 0 30px 0;
  text-align: center;
  width: 100%;
}
.st-searchform-01 .st-button-search-wrapper h1 {
  color: #ffffff;
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}
.st-searchform-01 .nav .active a {
  background-color: #eeeeee;
  color: #555555;
}
.st-searchform-01 .form-control {
  color: #555555;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffffff;
}
.st-searchform-01 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-01 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-01 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-01 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-01 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-01 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-01 .st-search-wrapper .nav-tabs {
    margin-top: -40px;
  }
  .st-searchform-01 .st-search-wrapper .nav-tabs > li > a {
    font-size: 14px;
  }
  .st-searchform-01 .prop-search-button {
    width: 100%;
    min-width: 75px;
    background: #10354d;
    color: #ffffff;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
  .st-searchform-01 .nearby-search-button {
    width: 100%;
    min-width: 75px;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-01 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: #10354d;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
    height: auto;
    padding: 5px 0 5px 0;
  }
  .st-searchform-01 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-02 {
  background: #eeeeee;
  color: #555555;
}
.st-searchform-02 .nav-tabs {
  margin-top: -45px;
  border: 0;
  z-index: 100;
}
.st-searchform-02 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  background: #7089a1;
  color: #ffffff;
  border: 0;
}
.st-searchform-02 .nav-tabs > li > a:hover {
  background: #7089a1;
  color: #ffffff;
}
.st-searchform-02 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.st-searchform-02 .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #eeeeee;
  color: #555555;
}
.st-searchform-02 .nav-tabs > li > a > span {
  display: inline !important;
}
.st-searchform-02 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #10354d;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-02 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-02 .form-text-highlight {
  color: #555555;
  font-size: 11px;
  margin-top: 10px;
}
.st-searchform-02 .st-button-search-wrapper {
  background: #254e75;
  color: #ffffff;
  padding: 15px 0 30px 0;
  text-align: center;
  width: 100%;
}
.st-searchform-02 .st-button-search-wrapper h1 {
  color: #ffffff;
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}
.st-searchform-02 .nav .active a {
  background-color: #eeeeee;
  color: #555555;
}
.st-searchform-02 .form-control {
  color: #555555;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffffff;
}
.st-searchform-02 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-02 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-02 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-02 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-02 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-02 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-02 .prop-search-button {
    width: 100%;
    min-width: 75px;
    background: #10354d;
    color: #ffffff;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
  .st-searchform-02 .nearby-search-button {
    width: 100%;
    min-width: 75px;
    padding: 0 9px;
    margin-top: 16px;
    font-size: 24px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
}
.st-searchform-03 {
  background: #254e75;
  color: #ffffff;
  padding-top: 18px;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.st-searchform-03 .nav-tabs {
  margin-top: -62px;
  border: 0;
  z-index: 100;
  display: none;
}
.st-searchform-03 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 30px;
  background: #7089a1;
  color: #ffffff;
  border: 0;
}
.st-searchform-03 .nav-tabs > li > a:hover {
  background: #7089a1;
  color: #ffffff;
}
.st-searchform-03 .nav-tabs > li.active > a,
.st-searchform-03 .nav-tabs > li.active > a:hover,
.st-searchform-03 .nav-tabs > li.active > a:focus {
  background: #7089a1;
  color: #ffffff;
  border: none;
}
.st-searchform-03 .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.st-searchform-03 .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #7089a1;
}
.st-searchform-03 .nav-tabs > li > a {
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
}
.st-searchform-03 .prop-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  background: #10354d;
  color: #ffffff;
  margin-top: 20px;
  font-size: 36px;
}
.st-searchform-03 .nearby-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  color: #ffffff;
  margin-top: 20px;
  font-size: 36px;
}
.st-searchform-03 .form-text-highlight {
  color: #ffffff;
  font-size: 11px;
  margin-top: 10px;
}
.st-searchform-03 .st-button-search-wrapper {
  background: #254e75;
  color: #ffffff;
  padding: 15px 0 20px 0 ;
  text-align: center;
  width: 100%;
}
.st-searchform-03 .st-button-search-wrapper h1 {
  color: #ffffff;
  font-size: 24px;
  margin-top: -5px;
  width: 100%;
}
.st-searchform-03 .st-button-search-wrapper a {
  color: #ffffff;
}
.st-searchform-03 .st-search-wrapper .form-control {
  color: #555555;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #7089a1;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  background-color: #ffffff;
}
.st-searchform-03 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-03 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-03 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-03 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-03 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-03 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-03 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: #10354d;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
  }
  .st-searchform-03 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-04 {
  background: #eeeeee;
  color: #555555;
  padding-top: 18px;
}
.st-searchform-04 form {
  margin-top: 25px;
  margin-bottom: 25px;
}
.st-searchform-04 .form-text-highlight {
  color: #555555;
  font-size: 11px;
  margin-top: 10px;
}
.st-searchform-04 .form-control {
  color: #555555;
  text-transform: uppercase;
  border-radius: 0;
  /*padding:16px 0px 18px 9px;*/
  border-color: #7089a1;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  background-color: #ffffff;
}
.st-searchform-04 .prop-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  background: #10354d;
  color: #ffffff;
  margin-top: 20px;
  font-size: 38px;
  height: auto;
}
.st-searchform-04 .nearby-search-button {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
  min-width: 86px;
  color: #ffffff;
  margin-top: 20px;
  font-size: 38px;
  height: auto;
}
.st-searchform-04 .st-mls-homes-update {
  margin-top: 10px;
}
.st-searchform-04 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-04 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-04 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-04 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-04 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-04 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-04 .prop-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    background: #10354d;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
  .st-searchform-04 .nearby-search-button {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
    min-width: 86px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-searchform-04 .prop-search-button {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-searchform-04 .prop-search-button {
    height: 120px;
  }
}
.st-searchform-05 h1 {
  font-size: 35px;
  display: inline-block;
  float: left;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.st-searchform-05 input {
  border-radius: 0;
  -webkit-appearance: none;
}
.st-searchform-05 .input-group .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.st-searchform-05 input[type="search"] {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.st-searchform-05 input[type="search"]::-webkit-input-placeholder {
  font-size: 16px;
}
.st-searchform-05 input[type="search"]::-moz-placeholder {
  font-size: 16px;
}
.st-searchform-05 input[type="search"]:-ms-input-placeholder {
  font-size: 16px;
}
.st-searchform-05 .btn-group {
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
}
.st-searchform-05 .btn-group .btn {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #254e75;
  border: 0;
  border-right: 1px solid #ffffff;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  line-height: 12px;
}
.st-searchform-05 .btn-group .btn:hover {
  color: #254e75;
}
.st-searchform-05 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
/* .st-searchform-05 .btn-group .btn span { margin-left:4px; } */
.st-searchform-05 .btn-group .btn:last-child {
  border-right: 0;
}
.st-searchform-05 .btn-group .btn.active,
.st-searchform-05 .btn-group .btn:hover {
  background-color: #7089a1;
}
.st-searchform-05 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #7089a1;
  position: absolute;
  bottom: -5px;
}
.st-searchform-05 .fa-search {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  border: 0;
}
.st-searchform-05 .st-searchform-advanced {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  padding: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-05 .st-searchform-advanced .fa {
  font-size: 12px;
  vertical-align: bottom;
}
.st-searchform-05 .st-searchform-map {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  padding: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-05 .st-searchform-map .fa {
  font-size: 12px;
  vertical-align: bottom;
  padding-right: 10px;
}
.st-searchform-05 .input-lg {
  height: 45px;
}
.st-searchform-05 input {
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-05 #iq_additional_searchfields {
  margin: 10px 0 0 0px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
}
.st-searchform-05 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}
.st-searchform-05 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: #555555;
  border-style: none;
}
.st-searchform-05 .st-slider-display {
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}
.st-searchform-05 .ui-slider {
  height: 10px;
}
.st-searchform-05 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid #555555;
  background: #ffffff;
  color: inherit;
}
.st-searchform-05 .ui-slider,
.st-searchform-05 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-05 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-05 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-05 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-05 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-05 .st-listings-getlocation {
  color: #ffffff;
}
.st-searchform-05 #st_listings-advancedsearch {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
  .st-searchform-05 #multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-searchform-05 .input-group-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-05 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-05 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-05 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-05 .ui-slider,
  .st-searchform-05 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-searchform-05 .btn-group .hidden-md {
    display: none!important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-searchform-05 h1 {
    font-size: 40px;
  }
  .st-searchform-05 form {
    max-width: 60%;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-searchform-05 h1 {
    font-size: 45px;
  }
  .st-searchform-05 form {
    max-width: 60%;
  }
  .st-searchform-05 .btn-group {
    margin-top: 15px;
  }
}
.st-searchform-06 {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  top: 40%;
  width: 100%;
}
.st-searchform-06 .st-form-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 50%;
  margin: 0 auto;
}
.st-searchform-06 .st-form-tabs-wrapper {
  max-width: 40%;
  margin: 0 auto;
  color: #000000;
}
.st-searchform-06 .st-form-tab {
  background-color: rgba(211, 211, 211, 0.7);
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.st-searchform-06 .st-form-tab-active {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.st-searchform-06 .dropdown-menu li {
  text-align: left;
}
.st-searchform-06 .iq-textdropdown {
  top: 0;
  padding: 12px 15px;
}
.st-searchform-06 .form-group {
  padding-left: 5px;
  padding-right: 5px;
}
.st-searchform-06 .input-group-btn:last-child > .btn {
  margin-left: 10px;
  border-radius: 4px;
}
.st-searchform-06 input {
  border-radius: 4px;
  font-size: 14px ;
}
.st-searchform-06 .btn:hover {
  color: #ffffff;
  background-color: none;
}
.st-searchform-06 .iq-textdropdown .dropdown-menu {
  margin-right: 15px;
}
.st-searchform-06 .prop-search-button {
  width: 100%;
  background: #10354d;
  color: #ffffff;
  height: auto;
}
.st-searchform-06 .nearby-search-button {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
  height: auto;
}
.st-searchform-06 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-06 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-06 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-06 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-06 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-06 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0px;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0px;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  .st-searchform-06 .form-group {
    margin-bottom: 0px;
  }
  .st-searchform-06 .nearby-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
  .st-searchform-06 .prop-search-button {
    width: 100%;
    color: #ffffff;
    margin-top: 10px;
    font-size: 20px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 50%;
  }
  .st-searchform-06 .st-form-tabs-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .st-searchform-06 .st-form-wrapper {
    max-width: 40%;
  }
}
.st-searchform-07 {
  display: table;
}
.st-searchform-07 input {
  border-radius: 0;
  -webkit-appearance: none;
}
.st-searchform-07 h1 {
  font-size: 60px;
  display: inline-block;
  float: left;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.st-searchform-07 .input-group .btn {
  height: 50px;
  line-height: 50px;
}
.st-searchform-07 input[type="search"] {
  height: 50px;
  line-height: 50px;
}
.st-searchform-07 .btn-group {
  margin-top: 25px;
  margin-bottom: 15px;
  display: table;
}
.st-searchform-07 .btn-group .hidden-xs,
.st-searchform-07 .btn-group .hidden-sm {
  display: inline-block !important;
}
.st-searchform-07 .btn-group .btn {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #254e75;
  border: 0;
  border-right: 2px solid #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
}
.st-searchform-07 .btn-group .btn span {
  margin-left: 4px;
}
.st-searchform-07 .btn-group .btn:last-child {
  border-right: 0;
}
.st-searchform-07 .btn-group .btn.active,
.st-searchform-07 .btn-group .btn:hover {
  background-color: #254e75;
}
.st-searchform-07 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #254e75;
  position: absolute;
  bottom: -8px;
}
.st-searchform-07 .fa-search {
  color: #ffffff;
  font-size: 35px;
  padding: 0;
  border: 0;
}
.st-searchform-07 .st-searchform-advanced {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-07 .st-searchform-map {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-07 .st-searchform-map .fa {
  padding-right: 10px;
}
.st-searchform-07 .input-lg {
  height: 45px;
}
.st-searchform-07 input {
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-07 #iq_additional_searchfields {
  margin: 10px 0 0 0px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
}
.st-searchform-07 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}
.st-searchform-07 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: #555555;
  border-style: none;
}
.st-searchform-07 .st-slider-display {
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}
.st-searchform-07 .ui-slider {
  height: 10px;
}
.st-searchform-07 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid #555555;
  background: #ffffff;
  color: inherit;
}
.st-searchform-07 .ui-slider,
.st-searchform-07 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-07 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-07 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-07 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-07 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-07 .st-listings-getlocation {
  color: #ffffff;
}
.st-searchform-07 #st_listings-advancedsearch {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-07 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 .btn-group .hidden-xs {
    display: none!important;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 .btn-group .hidden-sm {
    display: none!important;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-07 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
  .st-searchform-07 .btn-group .hidden-sm {
    display: none!important;
  }
  .st-searchform-07 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-07 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-07 .ui-slider,
  .st-searchform-07 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-searchform-07 .btn-group .btn {
    font-size: 12px;
  }
  .st-searchform-07 h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-08 {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  top: 22%;
  width: 100%;
}
.st-searchform-08 form {
  margin-left: 15px;
}
.st-searchform-08 h1,
.st-searchform-08 h4,
.st-searchform-08 a {
  color: #ffffff;
  text-transform: uppercase;
}
.st-searchform-08 h1 {
  margin-top: 0;
  font-size: 30px;
}
.st-searchform-08 h4 {
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 5px;
}
.st-searchform-08 .dropdown-menu li {
  text-align: left;
}
.st-searchform-08 .form-group {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
.st-searchform-08 input {
  border-radius: 4px;
}
.st-searchform-08 .btn:hover {
  color: #ffffff;
  background-color: none;
}
.st-searchform-08 .st-slider-display {
  margin: 5px 0;
  font-size: 13px;
}
.st-searchform-08 .st-advanced {
  margin: 10px 0;
  display: block;
}
.st-searchform-08 .ui-slider {
  height: 20px;
  border-style: none;
  background-color: transparent !important;
}
.st-searchform-08 .ui-slider-horizontal .ui-slider-handle {
  top: auto;
  border-radius: 50%;
  border: 5px solid #555555;
  background: #ffffff;
  color: inherit;
}
.st-searchform-08 .ui-slider,
.st-searchform-08 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 6px;
  height: 20px;
}
.st-searchform-08 .ui-autocomplete {
  z-index: 9999;
}
.st-searchform-08 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-08 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-08 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-08 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-08 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-08 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-08 {
    top: 12%;
    bottom: 50px;
  }
  .st-searchform-08 .st-slider-display {
    height: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-09 {
  background: #ffffff;
  color: #555555;
  padding-top: 18px;
}
.st-searchform-09 form {
  margin-top: 25px;
  margin-bottom: 25px;
}
.st-searchform-09 label {
  margin-bottom: 0;
}
.st-searchform-09 .form-text-highlight {
  color: #555555;
  font-size: 11px;
  margin-top: 10px;
}
.st-searchform-09 .form-row {
  margin-top: 10px;
}
.st-searchform-09 .form-control {
  color: #555555;
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 0px 18px 9px;
  background-color: #ffffff;
}
.st-searchform-09 .st-mls-homes-update {
  margin-top: 5px;
  font-size: 11px;
}
.st-searchform-09 .nav > li > a {
  padding: 5px 15px;
  border-radius: 0;
}
.st-searchform-09 .nav-tabs > li.active > a,
.st-searchform-09 .nav-tabs > li.active > a:hover,
.st-searchform-09 .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  padding: 5px 15px;
}
.st-searchform-09 .input-lg {
  height: 45px;
}
.st-searchform-09 .iq-plusminus {
  padding: 4px 25px;
}
.st-searchform-09 .iq-textdropdown {
  padding: 4px 25px;
}
.st-searchform-09 .prop-search-button {
  width: 100%;
  margin-top: 10px;
  background: #10354d;
  color: #ffffff;
  height: auto;
}
.st-searchform-09 .nearby-search-button {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
  height: auto;
}
.st-searchform-09 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-09 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-09 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-09 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-09 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-10 .btn-warning {
  background-color: #254e75;
  border-color: #7089a1;
}
.st-searchform-10 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle {
  background-color: #7089a1;
  border-color: #254e75;
}
.st-searchform-10 .quick-search {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.7);
}
.st-searchform-10 .quick-search input {
  color: #ffffff;
}
.st-searchform-11-container {
  min-height: 420px;
}
.st-searchform-11 {
  background-color: rgba(223, 223, 223, 0.92);
  border-radius: 4px;
  display: table;
  width: 310px;
}
.st-searchform-11 h3 {
  font-size: 18px;
  color: #254e75;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}
.st-searchform-11 #searchform_accordion {
  color: #000000;
  height: 210px;
}
.st-searchform-11 #searchform_accordion .ui-widget-content {
  background-color: transparent;
  padding: 0px;
}
.st-searchform-11 #searchform_accordion .ui-autocomplete li {
  padding: 5px 0 5px 0;
  border-style: none;
  background-color: #ffffff;
}
.st-searchform-11 #searchform_accordion .ui-accordion .ui-accordion-content {
  padding: 0px;
  border-style: none;
  background-color: #ffffff;
}
.st-searchform-11 #searchform_accordion li {
  padding: 15px 30px;
  border-bottom: 1px solid #efefef;
}
.st-searchform-11 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.st-searchform-11 .ui-accordion .ui-accordion-icons {
  padding: 0px;
  color: #000000;
  font-weight: 500;
}
.st-searchform-11 span {
  color: #254e75;
  font-weight: 500;
}
.st-searchform-11 .st-submit-search .btn {
  background-color: #246C98;
  border-color: #1F5D83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.st-searchform-11 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}
.st-searchform-11 .st-submit-search {
  margin: 19px 0;
}
.st-searchform-11 .fa {
  line-height: 18px;
  vertical-align: middle;
}
.st-searchform-11 .fa-chevron-up {
  color: #b3b2b2;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-11 {
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-searchform-11 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .st-searchform-11 {
    float: right;
  }
}
@media (min-width: 1920px) {
  .st-searchform-11 {
    float: right;
  }
}
.st-searchform-12 {
  display: table;
}
.st-searchform-12 input {
  border-radius: 0;
  -webkit-appearance: none;
}
.st-searchform-12 h1 {
  font-size: 30px;
  line-height: 70px;
  display: inline-block;
  float: left;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.st-searchform-12 .st-searchform-banner {
  margin: 100px 0 100px 0;
}
.st-searchform-12 .st-searchform-banner h1 {
  font-size: 60px;
  text-transform: none;
  display: block;
  float: none;
  color: #ffffff;
}
.st-searchform-12 .input-group .btn {
  height: 50px;
  line-height: 50px;
}
.st-searchform-12 input[type="search"] {
  height: 50px;
  line-height: 50px;
}
.st-searchform-12 .btn-group {
  margin-top: 25px;
  margin-bottom: 15px;
  display: table;
}
.st-searchform-12 .btn-group .hidden-xs,
.st-searchform-12 .btn-group .hidden-sm {
  display: inline-block !important;
}
.st-searchform-12 .btn-group .btn {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #254e75;
  border: 0;
  border-right: 2px solid #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
}
.st-searchform-12 .btn-group .btn span {
  margin-left: 4px;
}
.st-searchform-12 .btn-group .btn:last-child {
  border-right: 0;
}
.st-searchform-12 .btn-group .btn.active,
.st-searchform-12 .btn-group .btn:hover {
  background-color: #254e75;
}
.st-searchform-12 .btn-group .btn.active div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #254e75;
  position: absolute;
  bottom: -8px;
}
.st-searchform-12 .fa-search {
  color: #ffffff;
  font-size: 35px;
  padding: 0;
  border: 0;
}
.st-searchform-12 .st-searchform-advanced {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-12 .st-searchform-map {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 0 0 0;
  float: right;
  text-transform: uppercase;
}
.st-searchform-12 .st-searchform-map .fa {
  padding-right: 10px;
}
.st-searchform-12 .input-lg {
  height: 45px;
}
.st-searchform-12 input {
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-12 #iq_additional_searchfields {
  margin: 10px 0 0 0px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
}
.st-searchform-12 #iq_additional_searchfields .btn-group {
  margin: -26px 15px;
  width: 40px;
}
.st-searchform-12 #iq_additional_searchfields .btn-group .btn {
  padding: 5px 5px;
  background-color: transparent;
  color: #555555;
  border-style: none;
}
.st-searchform-12 .st-slider-display {
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: table;
  width: 100%;
}
.st-searchform-12 .ui-slider {
  height: 10px;
}
.st-searchform-12 .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  border-radius: 50%;
  border: 5px solid #555555;
  background: #ffffff;
  color: inherit;
}
.st-searchform-12 .ui-slider,
.st-searchform-12 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.82);
}
.st-searchform-12 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-12 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-12 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-12 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-12 .st-listings-getlocation {
  color: #ffffff;
}
.st-searchform-12 #st_listings-advancedsearch {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-12 .dropdown-menu {
  max-height: 290px;
  overflow: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 .btn-group .hidden-xs {
    display: none!important;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 .btn-group .hidden-sm {
    display: none!important;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-searchform-12 .btn-group {
    margin-top: 10px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
  .st-searchform-12 .btn-group .hidden-sm {
    display: none!important;
  }
  .st-searchform-12 #iq_additional_searchfields {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }
  .st-searchform-12 #iq_additional_searchfields .ui-slider-horizontal .ui-slider-range {
    height: auto;
  }
  .st-searchform-12 .ui-slider,
  .st-searchform-12 .ui-slider-range {
    background: none;
    background-color: rgba(255, 255, 255, 0.82);
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-searchform-12 .btn-group .btn {
    font-size: 12px;
  }
  .st-searchform-12 h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-searchform-13 {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  top: 22%;
  width: 100%;
}
.st-searchform-13 form {
  margin-left: 15px;
}
.st-searchform-13 h1,
.st-searchform-13 h4,
.st-searchform-13 a {
  color: #ffffff;
  text-transform: uppercase;
}
.st-searchform-13 h1 {
  color: #ffffff;
  margin-top: 0;
  font-size: 30px;
}
.st-searchform-13 h4 {
  color: #ffffff;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 12px;
}
.st-searchform-13 .st-form-wrapper {
  background-color: rgba(37, 78, 117, 0.4);
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 5px;
}
.st-searchform-13 .dropdown-menu li {
  text-align: left;
}
.st-searchform-13 input {
  border-radius: 0 !important;
}
.st-searchform-13 .btn:hover {
  color: #ffffff;
  background-color: none;
}
.st-searchform-13 .st-slider-display {
  margin: 11px 0;
  font-size: 10px;
}
.st-searchform-13 .st-advanced {
  color: #ffffff;
  margin: 10px 0;
  display: block;
}
.st-searchform-13 .input-group {
  margin-bottom: 10px;
}
.st-searchform-13 .ui-slider {
  height: 19px;
}
.st-searchform-13 .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  border-radius: 50%;
  border: 5px solid #555555;
  background: #ffffff;
  color: inherit;
}
.st-searchform-13 .ui-slider,
.st-searchform-08 .ui-slider-range {
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 5px;
}
.st-searchform-13 #ui-id-1 {
  z-index: 99999;
  position: relative;
}
.st-searchform-13 button {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-13 button:hover {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-13 .prop-search-button {
  width: 100%;
  min-width: 75px;
  background: #254e75;
  color: #ffffff;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.st-searchform-13 .nearby-search-button {
  width: 100%;
  min-width: 75px;
  padding: 0 9px;
  margin-top: 16px;
  font-size: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-color: #254e75;
  color: #ffffff;
}
.st-searchform-13 .st-listings-getlocation {
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
.st-searchform-13 .dropdown-menu {
  max-height: 180px !important;
  overflow: auto !important;
}
.st-searchform-13 .st-florida-keys .st0 {
  fill: transparent;
}
.st-searchform-13 .st-florida-keys .st1 {
  fill: #FFFFFF;
  enable-background: new;
  opacity: .8;
}
.st-searchform-13 .st-florida-keys .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.25;
}
.st-searchform-13 .st-florida-keys .st3 {
  fill: #254e75;
  enable-background: new;
}
.st-searchform-13 .st-florida-keys .st4 {
  fill: #ffffff;
}
.st-searchform-13 .st-florida-keys .st5 {
  fill: #ffffff;
}
.st-searchform-13 .st-florida-keys .st6 {
  fill: transparent;
  stroke: #005289;
  stroke-width: .5;
  cursor: pointer;
}
.st-searchform-13 .st-florida-keys .st7 {
  fill: #231F20;
}
.st-searchform-13 .st-florida-keys .st6:hover {
  fill: rgba(255, 255, 255, 0.5);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-searchform-13 .st-form-wrapper {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .st-searchform-13 {
    top: 12%;
    bottom: 50px;
  }
  .st-searchform-13 .st-slider-display {
    height: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // SEARCHFORMS */
/* ICONS */
.st-icons-01 {
  background-color: #254e75;
  padding: 0 0 20px 0;
  text-align: center;
}
.st-icons-01 h1 {
  font-size: 36px;
  color: #ffffff;
}
.st-icons-01 a {
  font-size: 50px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-01 h1 {
    font-size: 24px;
    color: #ffffff;
  }
  .st-icons-01 a {
    font-size: 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-01 h1 {
    font-size: 24px;
    color: #ffffff;
  }
  .st-icons-01 a {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-icons-01 h1 {
    font-size: 26px;
    color: #ffffff;
  }
  .st-icons-01 a {
    font-size: 45px;
  }
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .st-icons-01 h1 {
    font-size: 26px;
    color: #ffffff;
  }
  .st-icons-01 a {
    font-size: 45px;
  }
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-02 {
  position: relative;
  padding-top: 25px;
  text-align: center;
}
.st-icons-02 a {
  text-decoration: none;
  color: #254e75;
  display: block;
  margin: 10px 0 25px 0;
}
.st-icons-02 .st-icon {
  background-color: #254e75;
  border-radius: 50%;
  padding: 20px 15px;
  margin: auto;
  display: table;
}
.st-icons-02 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-02 .st-icon a {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-02 .st-icon a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-03 {
  margin-top: -145px;
  text-align: center;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-bottom: 10px solid #7089a1;
  position: relative;
}
.st-icons-03 a {
  text-decoration: none;
  color: #555555;
  display: block;
  margin: 10px 0 0 0;
}
.st-icons-03 .st-icon {
  background-color: #254e75;
  border-radius: 50%;
  padding: 15px;
  margin: auto;
  display: table;
}
.st-icons-03 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-03 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-03 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-icons-04 #icons {
  padding: 40px 0;
  width: 100%;
}
.st-icons-04 #icons h2 {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.st-icons-04 #icons h2 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.st-icons-04 .icons-container {
  display: block;
  margin-bottom: 20px;
}
.st-icons-04 .icons-container:hover > .icons-icon a {
  box-shadow: 0 0 0 5px #254e75;
  moz-box-shadow: 0 0 0 5px #254e75;
  ms-box-shadow: 0 0 0 5px #254e75;
  o-box-shadow: 0 0 0 5px #254e75;
  webkit-box-shadow: 0 0 0 5px #254e75;
}
.st-icons-04 .icons-icon {
  display: block;
  margin-bottom: 20px;
}
.st-icons-04 .icons-icon a {
  background: #254e75;
  border: 8px solid #fff;
  border-radius: 100%;
  display: block;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: relative;
  webkit-border-radius: 100%;
  width: 100px;
}
.st-icons-04 .icons-icon a > i {
  color: #fff;
  font-size: 45px;
  height: 45px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}
.st-icons-04 .icons-content {
  text-align: center;
}
.st-icons-04 .icons-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.st-icons-05 {
  text-align: center;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-bottom: 10px solid #7089a1;
  position: relative;
}
.st-icons-05 a {
  text-decoration: none;
  color: #555555;
  display: block;
  margin: 10px 0 0 0;
}
.st-icons-05 .st-icon {
  background-color: #555555;
  border-radius: 50%;
  padding: 15px;
  margin: auto;
  display: table;
}
.st-icons-05 .st-icon a {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-icons-05 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-icons-05 .st-icon a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // ICONS */
/* MYPORTAL */
.st-myportal-01 {
  padding: 40px 0;
  background: #254e75;
  color: #ffffff;
}
.st-myportal-01 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: #ffffff;
}
.st-myportal-01 h4 {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
}
.st-myportal-01 .fa-search {
  font-size: 48px;
  margin-top: -2px;
}
.st-myportal-01 .st-myportal-description {
  margin: 0;
}
.st-myportal-01 .st-myportal-register {
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #254e75;
  border: 1px solid #ffffff;
}
.st-myportal-01 .st-myportal-signin {
  text-transform: uppercase;
  background: #ffffff;
  color: #555555;
}
.st-myportal-01 .st-myportal-footer {
  text-align: center;
  position: relative;
}
.st-myportal-01 .st-myportal-footer .st-myportal-arrow {
  background-color: #254e75;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40px;
  z-index: 2;
  padding: 5px;
  display: table;
}
.st-myportal-01 .st-myportal-footer .fa-angle-down {
  top: 0;
  font-size: 46px;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-01 h1 {
    font-size: 30px;
  }
  .st-myportal-01 h4 {
    font-size: 16px;
  }
  .st-myportal-01 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-02 {
  padding: 40px 0;
  background: #254e75;
  color: #ffffff;
}
.st-myportal-02 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: #ffffff;
}
.st-myportal-02 h4 {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
}
.st-myportal-02 .fa-search {
  font-size: 48px;
  margin-top: -2px;
}
.st-myportal-02 .st-myportal-description {
  margin: 0;
}
.st-myportal-02 .st-myportal-register {
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #254e75;
  border: 1px solid #ffffff;
}
.st-myportal-02 .st-myportal-signin {
  text-transform: uppercase;
  background: #ffffff;
  color: #555555;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-02 h1 {
    font-size: 30px;
  }
  .st-myportal-02 h4 {
    font-size: 16px;
  }
  .st-myportal-02 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-03 {
  padding: 15px 0 10px 0;
  background: #254e75;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
.st-myportal-03 .st-sign-in-btn {
  padding-right: 2px;
  line-height: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: #000000;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #ccc;
}
.st-myportal-03 .st-myportal-register {
  padding-right: 2px;
  line-height: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  min-width: 45%;
  background: #fff;
  color: #000000;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #ccc;
}
.st-myportal-03 .st-portal-caret-right {
  color: #ffb02a;
  padding-right: 14px;
  font-size: 20px;
  line-height: 22px;
}
.st-myportal-03 .st-myportal-text {
  padding-left: 15px;
  font-size: 16px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-03 {
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-myportal-03 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-myportal-03 .st-myportal-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-04 {
  padding: 15px 0 10px 0;
  background: #7089a1;
  color: #ffffff;
  text-transform: uppercase;
}
.st-myportal-04 .st-signin-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: #7089a1;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #eeeeee;
}
.st-myportal-04 .st-register-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #fff;
  color: #7089a1;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #eeeeee;
}
.st-myportal-04 .st-myportal-text {
  padding-left: 15px;
  font-size: 18px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-05 {
  padding: 40px 0;
  background: #254e75;
  color: #ffffff;
}
.st-myportal-05 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
  color: #ffffff;
}
.st-myportal-05 h4 {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
}
.st-myportal-05 .st-myportal-description {
  margin: 0;
}
.st-myportal-05 .st-myportal-register {
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #254e75;
  border: 1px solid #ffffff;
}
.st-myportal-05 .st-myportal-signin {
  text-transform: uppercase;
  background: #ffffff;
  color: #555555;
}
.st-myportal-05 .st-myportal-footer {
  text-align: center;
  position: relative;
}
.st-myportal-05 .st-myportal-footer .st-myportal-arrow {
  background-color: #254e75;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40px;
  z-index: 2;
  padding: 5px;
  display: table;
}
.st-myportal-05 .st-myportal-footer .fa-angle-down {
  top: 0;
  font-size: 46px;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-myportal-05 h1 {
    font-size: 30px;
  }
  .st-myportal-05 h4 {
    font-size: 16px;
  }
  .st-myportal-05 .st-myportal-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-myportal-06 #subscribe {
  background-color: #f4f4f4;
  background-image: url(http://www.cbprofessionalassociates.com/assets/css/img/bgfooter.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
  moz-background-size: cover !important;
  ms-background-size: cover !important;
  o-background-size: cover !important;
  padding: 60px 0 55px;
  webkit-background-size: cover !important;
  width: 100%;
}
.st-myportal-06 #subscribe h3 {
  font-size: 32px;
  line-height: 38px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
}
.st-myportal-06 .subscribe-button {
  background-color: #254e75;
  color: #ffffff;
  padding: 8px;
  line-height: 53px;
  vertical-align: middle;
}
.st-myportal-06 .btn-warning {
  background-color: #254e75;
  border-color: #7089a1;
  width: 100%;
  font-size: 14px;
}
.st-myportal-06 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle {
  background-color: #7089a1;
  border-color: #254e75;
}
/* // MYPORTAL */
/* PANEL */
.st-panel-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 250px 10px;
  text-align: center;
  color: #ffffff;
}
.st-panel-01 h1 {
  color: white;
  margin-top: 0;
  font-size: 60px;
}
.st-panel-01 p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}
.st-panel-01 a {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.st-panel-01 a:hover {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panel-01 h1 {
    font-size: 30px;
  }
  .st-panel-01 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panel-02 {
  padding-top: 86px;
  padding-bottom: 73px;
  border-top: 10px solid #7089a1;
  background-size: cover;
}
.st-panel-02 .st-panel {
  width: 330px;
  margin: 10px 0 10px auto;
  text-align: center;
  padding: 64px 33px 33px 33px;
  background-color: #313131;
}
.st-panel-02 .st-panel .btn {
  color: #ffffff;
  background-color: #246c98;
  border-color: #1f5d83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.st-panel-02 .st-panel img {
  margin-bottom: 40px;
}
.st-panel-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}
.st-panel-02 .btn {
  background-color: #246C98;
  border-color: #1F5D83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panel-02 .st-panel {
    margin-right: auto;
    width: 290px;
    paddin: 40px 15px 15px 15px;
  }
}
/* // PANEL */
/* PANELS */
.st-panels-01 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
.st-panels-01 .st-panel img {
  width: 100%;
  height: auto;
}
.st-panels-01 .st-panel-contents {
  text-align: left;
  color: #ffffff;
  padding: 40px;
  position: absolute;
  bottom: 0;
}
.st-panels-01 h1 {
  text-transform: uppercase;
  font-size: 45px;
  margin: 0;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
}
.st-panels-01 p {
  font-size: 16px;
  color: #ffffff;
}
.st-panels-01 a {
  border: 1px solid #ffffff;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.st-panels-01 a:visited {
  color: #ffffff;
}
.st-panels-01 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 h1 {
    font-size: 24px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 h1 {
    font-size: 28px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-01 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-01 h1 {
    font-size: 28px;
  }
  .st-panels-01 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-02 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
.st-panels-02 .st-panel img {
  width: 100%;
  height: auto;
}
.st-panels-02 .st-panel-contents {
  text-align: left;
  color: #ffffff;
  padding: 40px;
  position: absolute;
  bottom: 0;
}
.st-panels-02 h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  color: #ffffff;
}
.st-panels-02 p {
  font-size: 16px;
  color: #ffffff;
}
.st-panels-02 a {
  border: 1px solid #ffffff;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.st-panels-02 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-panels-02 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-02 h1 {
    font-size: 30px;
  }
  .st-panels-02 p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-03 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
.st-panels-03 .st-panel img {
  width: 100%;
  height: auto;
}
.st-panels-03 .st-panel-contents {
  text-align: left;
  color: #ffffff;
  padding: 40px;
  position: absolute;
  bottom: 0;
}
.st-panels-03 h1 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}
.st-panels-03 p {
  font-size: 16px;
  color: #ffffff;
}
.st-panels-03 a {
  border: 1px solid #ffffff;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.st-panels-03 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-panels-03 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-03 h1 {
    font-size: 30px;
  }
  .st-panels-03 p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-panels-04 .st-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
.st-panels-04 .st-panel img {
  width: 100%;
  height: auto;
}
.st-panels-04 .st-panel-contents {
  text-align: left;
  color: #ffffff;
  padding: 40px;
  position: absolute;
  bottom: 0;
}
.st-panels-04 .st-panel-image {
  padding: 40px;
  position: absolute;
  top: 0;
}
.st-panels-04 .st-panel-image img {
  max-width: 75%;
  max-height: 25%;
}
.st-panels-04 h1 {
  text-transform: uppercase;
  font-size: 45px;
  margin: 0;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
}
.st-panels-04 p {
  font-size: 16px;
  color: #ffffff;
}
.st-panels-04 a {
  border: 1px solid #ffffff;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.st-panels-04 a:visited {
  color: #ffffff;
}
.st-panels-04 a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
  .st-panels-04 .st-panel-image {
    padding: 30px;
    position: absolute;
    top: 0;
  }
  .st-panels-04 .st-panel-image img {
    max-width: 75%;
    max-height: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-panels-04 .st-panel-contents {
    padding: 30px;
  }
  .st-panels-04 h1 {
    font-size: 30px;
  }
  .st-panels-04 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // PANELS */
/* Social */
.st-social-01 {
  background-color: #7089a1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  height: 50px;
}
.st-social-01 .st-social-links {
  background-color: #7089a1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.st-social-01 .st-social-links a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-social-01 {
    height: 70px;
  }
  .st-social-01 .st-social-links {
    float: none!important;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-social-01 {
    height: 70px;
  }
  .st-social-01 .st-social-links {
    float: none!important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // Social */
/* CALLOUTS */
.st-callout-01 {
  background-color: #eeeeee;
  color: #555555;
  width: 100%;
  display: table;
  padding: 40px 0;
}
.st-callout-01 table {
  margin: auto;
  text-align: left;
}
.st-callout-01 h1 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #555555;
  margin-top: 0;
  margin-bottom: 5px;
}
.st-callout-01 .st-callout-image img {
  max-width: 90px;
  margin-right: 15px;
}
.st-callout-01 .st-callout-content {
  font-size: 16px;
}
.st-callout-01 .st-callout-content a {
  margin-left: 5px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout-01 h1 {
    font-size: 30px;
  }
  .st-callout-01 img {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout-01 h1 {
    font-size: 30px;
  }
  .st-callout-01 img {
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-callout-01 h1 {
    font-size: 35px;
  }
  .st-callout-01 img {
    max-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-callout-03 {
  padding: 50px 0 35px 0;
  background-color: #eeeeee;
  border-top: 1px solid #ffffff;
}
.st-callout-03 h3 {
  text-align: center;
  color: #555555;
  text-transform: uppercase;
}
.st-callout-03 a {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-callout-04 {
  padding: 40px 0;
  background-color: #eeeeee;
}
.st-callout-04 h4,
.st-callout-04 h3 {
  text-transform: uppercase;
}
.st-callout-04 .img-circle {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.st-callout-04 .img-circle img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-callout-05 {
  margin-bottom: 20px;
}
.st-callout-05 .st-orange-banner {
  background-color: #f7b74a;
  width: 100%;
  height: 54px;
  border-top: 1 px solid #fec668;
  border-bottom: 1px solid #e8a93e;
  position: absolute;
}
.st-callout-05 .st-callout-container {
  padding: 25px 0 0 0;
}
.st-callout-05 h3 {
  font-size: 14px;
  color: #7089a1;
}
.st-callout-05 h4 {
  font-size: 14px;
  color: #7089a1;
  font-style: italic;
}
.st-callout-05 .st-callout-image-container {
  height: 360px;
  overflow: hidden;
}
.st-callout_group_01 {
  padding: 50px 0 50px 0;
  background-color: #254e75;
}
.st-callout_group_01 h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 30px;
}
.st-callout_group_01 img {
  margin-right: 20px;
  max-height: 60px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout_group_01 h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_01 img {
    max-width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout_group_01 h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_01 img {
    max-width: 250px;
  }
}
.st-callout_group_02 {
  padding: 50px 0 50px 0;
  background-color: #254e75;
}
.st-callout_group_02 h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 30px;
}
.st-callout_group_02 img {
  margin-right: 20px;
  max-height: 60px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-callout_group_02 h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_02 img {
    max-width: 280px;
  }
  .st-callout_group_02 a img {
    max-width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-callout_group_02 h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 24px;
  }
  .st-callout_group_02 img {
    max-width: 250px;
  }
}
/* // CALLOUTS */
/* INTRO */
.st-intro-01 {
  background-color: #254e75;
  padding: 20px 0;
}
.st-intro-01 p {
  text-align: justify;
  color: #ffffff;
  font-size: 20px;
  line-height: 33px;
}
.st-intro-01 a {
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-intro-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-intro-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-intro-02 {
  background-color: #254e75;
  color: #ffffff;
}
.st-intro-02 h1 {
  margin: 60px 0 0 40px;
  color: #ffffff;
  font-size: 45px;
}
.st-intro-02 .st-intro-text {
  padding: 40px;
}
.st-intro-02 .st-bg-container {
  background-size: cover;
  background-position: right;
  min-height: 610px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-intro-02 h1 {
    font-size: 40px;
  }
  .st-intro-02 .st-bg-container {
    background-image: none!important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-intro-03 {
  background-color: #254e75;
  padding: 20px 0;
}
.st-intro-03 p {
  text-align: justify;
  color: #ffffff;
  font-size: 18px;
  line-height: 33px;
}
.st-intro-03 a {
  color: #ffffff;
}
/* // INTRO */
/* CAREER */
.st-career-01 {
  background-color: #254e75;
  color: #ffffff;
  width: 100%;
  display: table;
  padding: 40px 0;
  border-bottom: 1px solid #ffffff;
}
.st-career-01 table {
  margin: auto;
  text-align: left;
}
.st-career-01 h1 {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-career-01 h1 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-career-01 h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-career-01 h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-career-02 {
  padding: 54px 0 54px 0;
}
.st-career-02 .st-career-image-container {
  overflow: hidden;
}
.st-career-02 .st-career-content {
  margin: 25% 0 7.25%;
}
.st-career-02 h2 {
  color: #7089a1;
  font-weight: 700;
  font-size: 36px;
}
.st-career-02 h3 {
  color: #FAB840;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0 10px 0;
}
.st-career-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}
.st-career-02 .btn {
  background-color: #246C98;
  border-color: #1F5D83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.st-callout_group_03 {
  background-color: #254e75;
  color: #ffffff;
  padding: 30px;
}
.st-callout_group_03 h1 {
  color: #ffffff;
}
.st-callout_group_03 h2 {
  color: #ffffff;
}
.st-callout_group_03 h3 {
  color: #ffffff;
}
.st-callout_group_03 a {
  color: #ffffff;
}
/* Featured AGENTS */
.st-featured-agents-01 {
  background-color: #254e75;
  color: #ffffff;
  padding: 30px 0;
}
.st-featured-agents-01 h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
}
.st-featured-agents-01 .description {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
}
.st-featured-agents-01 hr {
  border-top: 1px #7089a1 solid;
  background-color: #7089a1;
  color: #7089a1;
  margin: 5px 30px;
}
.st-featured-agents-01 .carousel .row {
  margin: 0 15px;
  padding: 15px 0;
}
.st-featured-agents-01 .carousel-indicators {
  position: relative;
  bottom: 0;
}
.st-featured-agents-01 .carousel-indicators li {
  margin: 5px;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.st-featured-agents-01 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.st-featured-agents-01 .carousel-control {
  width: 30px;
  bottom: 0;
  color: #ffffff;
}
.st-featured-agents-01 .carousel-control.left {
  left: -30px;
  background-image: none;
}
.st-featured-agents-01 .carousel-control.right {
  right: -30px;
  background-image: none;
}
.st-featured-agents-01 .agent-image {
  height: auto;
  background-size: cover;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}
.st-featured-agents-01 .agent-image img {
  width: 100%;
  height: auto;
  display: block;
}
.st-featured-agents-01 .agent-info {
  height: 115px;
  padding-right: 0;
  margin-top: 5px;
}
.st-featured-agents-01 .agent-name {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.st-featured-agents-01 .agent-name a {
  color: #ffffff;
  text-decoration: none;
}
.st-featured-agents-01 .agent-phone {
  margin-top: 10px;
}
.st-featured-agents-01 .agent-address {
  margin: 0;
  font-size: 13px;
}
.st-featured-agents-01 .agent-social {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.st-featured-agents-01 .agent-social a:link,
.st-featured-agents-wrapper .agent-social a:hover,
.st-featured-agents-wrapper .agent-social a:active,
.st-featured-agents-wrapper .agent-social a:visited {
  color: #ffffff;
}
.st-featured-agents-01 .agent-social li {
  display: inline;
  margin: 0 5px 0 0;
}
.st-featured-agents-02 .jcarousel-wrapper {
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
  margin: 20px auto;
  moz-border-radius: 5px;
  moz-box-shadow: 0 0 2px #999;
  ms-border-radius: 5px;
  ms-box-shadow: 0 0 2px #999;
  o-border-radius: 5px;
  o-box-shadow: 0 0 2px #999;
  position: relative;
  webkit-border-radius: 5px;
  webkit-box-shadow: 0 0 2px #999;
}
.st-featured-agents-02 .jcarousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1120px;
}
.st-featured-agents-02 .jcarousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20000em;
}
.st-featured-agents-02 .jcarousel li {
  border: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  o-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 200px;
}
.st-featured-agents-02 .jcarousel img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.st-featured-agents-02 .jcarousel-control-prev,
.jcarousel-control-next {
  background: #254e75;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  width: 30px;
}
.st-featured-agents-02 .jcarousel-control-prev {
  left: 15px;
  color: #ffffff;
  background-color: #254e75;
}
.st-featured-agents-02 .jcarousel-control-next {
  right: 15px;
  color: #ffffff;
  background-color: #254e75;
}
.st-featured-agents-02 .jcarousel-pagination {
  bottom: -40px;
  left: 50%;
  margin: 0;
  moz-transform: translate(-50%, 0);
  ms-transform: translate(-50%, 0);
  o-transform: translate(-50%, 0);
  position: absolute;
  transform: translate(-50%, 0);
  webkit-transform: translate(-50%, 0);
}
.st-featured-agents-02 .jcarousel-pagination a {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px #4e443c;
  color: #4e443c;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  line-height: 10px;
  margin-right: 7px;
  moz-border-radius: 10px;
  moz-box-shadow: 0 0 2px #4e443c;
  ms-border-radius: 10px;
  ms-box-shadow: 0 0 2px #4e443c;
  o-border-radius: 10px;
  o-box-shadow: 0 0 2px #4e443c;
  text-decoration: none;
  text-indent: -9999px;
  webkit-border-radius: 10px;
  webkit-box-shadow: 0 0 2px #4e443c;
  width: 10px;
}
.st-featured-agents-02 .jcarousel-pagination a.active {
  background: #254e75;
  box-shadow: 0 0 0 1px #fc6e51;
  color: #fff;
  moz-box-shadow: 0 0 0 1px #fc6e51;
  ms-box-shadow: 0 0 0 1px #fc6e51;
  o-box-shadow: 0 0 0 1px #fc6e51;
  opacity: 1;
  webkit-box-shadow: 0 0 0 1px #fc6e51;
}
.st-featured-agents-02 .jcarousel .st-featuredagent-name {
  width: 100%;
  padding: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #254e75;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featured-agents-02 .jcarousel-wrapper {
    max-width: 239px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    moz-border-radius: 5px;
    moz-box-shadow: 0 0 2px #999;
    ms-border-radius: 5px;
    ms-box-shadow: 0 0 2px #999;
    o-border-radius: 5px;
    o-box-shadow: 0 0 2px #999;
    position: relative;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 0 2px #999;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featured-agents-02 .jcarousel-wrapper {
    max-width: 383px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    moz-border-radius: 5px;
    moz-box-shadow: 0 0 2px #999;
    ms-border-radius: 5px;
    ms-box-shadow: 0 0 2px #999;
    o-border-radius: 5px;
    o-box-shadow: 0 0 2px #999;
    position: relative;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 0 2px #999;
  }
}
/* JUST LISTED HOMES */
.st-justlistedhomes-01 .property-container {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.st-justlistedhomes-01 .property-image {
  overflow: hidden;
  position: relative;
  height: 173px;
}
.st-justlistedhomes-01 .property-status {
  background: #1b1d2a;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  max-width: 70%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  width: auto;
}
.st-justlistedhomes-01 .property-price {
  background-color: #254e75;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  line-height: 22px;
  max-width: 80%;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
}
.st-justlistedhomes-01 .property-price h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 5px;
}
.st-justlistedhomes-01 .property-price small {
  font-size: 13px;
  font-weight: 400;
}
.st-justlistedhomes-01 .property-features {
  background-color: #254e75;
  color: #fff;
  display: block;
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.st-justlistedhomes-01 .property-features span {
  font-size: 13px;
  padding: 2px 5px;
}
.st-justlistedhomes-01 .property-content {
  padding: 10px 15px;
}
.st-justlistedhomes-01 .property-content h3 .property-text h3 {
  color: #254e75;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.st-justlistedhomes-01 .property-content h3 small,
.property-text h3 small {
  color: #254e75;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
.st-justlistedhomes-01 .property-content-list {
  display: table;
}
.st-justlistedhomes-01 .property-image-list {
  position: relative;
  vertical-align: top;
  height: 238px;
}
.st-justlistedhomes-01 .property-text {
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: top;
}
.st-justlistedhomes-01 .property-text h3 a {
  color: #254e75;
}
.st-justlistedhomes-01 .property-footer {
  display: table;
  padding: 0;
  position: relative;
  width: 100%;
}
/* FEATURED HOMES */
.st-featuredhomes-01 {
  padding: 55px 0 40px 0;
  background-color: #ffffff;
  color: #666666;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.st-featuredhomes-01 h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  margin: auto -20%;
  padding: 0 20px;
}
.st-featuredhomes-01 hr {
  border-top: 1px #7089a1 solid;
  margin-top: 5px;
  margin-bottom: 5px;
}
.st-featuredhomes-01 .st-featured-home {
  width: 100%;
  height: auto;
  background-image: url(../../../global/images/spacer.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
  box-shadow: inset 4px -2px 22px 4px rgba(0, 0, 0, 0.2);
}
.st-featuredhomes-01 .st-featured-home img {
  width: 100%;
  height: auto;
  display: block;
}
.st-featuredhomes-01 .st-featured-home-info {
  cursor: pointer;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.st-featuredhomes-01 .st-featured-home-info address {
  margin-top: 10px;
  margin-bottom: 10px;
}
.st-featuredhomes-01 a {
  color: #555555;
}
.st-featuredhomes-01 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  margin-top: 20px;
  background-color: #254e75;
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-featuredhomes-01 h1 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-02 {
  padding: 40px 0 25px 0;
  background-color: #ffffff;
  color: #666666;
}
.st-featuredhomes-02 h1 {
  text-align: center;
  text-transform: uppercase;
}
.st-featuredhomes-02 .st-featured-home {
  color: #666666;
}
.st-featuredhomes-02 .st-featured-home .carousel {
  width: 100%;
  height: auto;
}
.st-featuredhomes-02 .st-featured-home .carousel-inner {
  width: 100%;
  height: auto;
}
.st-featuredhomes-02 .st-featured-home .carousel-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.st-featuredhomes-02 .st-featured-home .carousel-control {
  z-index: 6;
}
.st-featuredhomes-02 .st-featured-home carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.st-featuredhomes-02 .st-featured-home .st-carousel-chevron-main-right {
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
  z-index: 4;
}
.st-featuredhomes-02 .st-featured-home .st-carousel-chevron-main-left {
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
  z-index: 4;
}
.st-featuredhomes-02 hr {
  border-top: 5px #254e75 solid;
  margin-top: 5px;
  margin-bottom: 5px;
}
.st-featuredhomes-02 .st-featured-home h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #ffffff;
  color: #666666;
  position: absolute;
}
.st-featuredhomes-02 .st-featured-homes-zoom {
  text-shadow: 1px 1px 5px #000;
  line-height: 67px;
  position: absolute;
  left: 5px;
  color: #254e75;
  font-size: 34px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.st-featuredhomes-02 .st-featured-homes-zoom:hover {
  opacity: .7;
}
.st-featuredhomes-02 .st-featured-home {
  min-height: 350px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
}
.st-featuredhomes-02 .st-featured-home:hover {
  border-bottom: 5px solid #254e75;
}
.st-featuredhomes-02 .st-featured-home-price {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  text-shadow: 1px 1px 5px #000;
  padding-top: 10px;
  z-index: 3;
}
.st-featuredhomes-02 .st-featured-home .fa-dollar {
  font-size: 25px;
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}
.st-featuredhomes-02 .st-featured-home address {
  padding: 20px 10px 10px 15px;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
}
.st-featuredhomes-02 .st-featured-home .st-featured-home-info {
  padding: 5px 15px 0 15px;
  text-transform: uppercase;
}
.st-featuredhomes-02 .st-featured-home-agent {
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px 15px 0px 20px;
  width: 100%;
  display: table;
}
.st-featuredhomes-02 .st-featured-home-agent img {
  margin: 5px 5px 0 0;
}
.st-featuredhomes-02 .st-featured-home-agent-name {
  text-transform: uppercase;
}
.st-featuredhomes-02 .st-featured-home-agent-phone {
  padding-top: 10px;
  font-size: 12px;
}
.st-featuredhomes-02 .st-featured-home-agent-email {
  font-size: 12px;
}
.st-featuredhomes-02 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  margin-top: 20px;
  background-color: #254e75;
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-03 {
  padding: 40px 0 40px 0;
  background-color: #ffffff;
  color: #666666;
}
.st-featuredhomes-03 .st-featured-home a {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}
.st-featuredhomes-03 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 0;
  margin-bottom: 5px;
}
.st-featuredhomes-03 .description {
  font-size: 16px;
}
.st-featuredhomes-03 .st-featured-home {
  position: relative;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eeeeee;
}
.st-featuredhomes-03 .st-featured-home img {
  width: 100%;
  height: auto;
  display: block;
}
.st-featuredhomes-03 address {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #ffffff;
}
.st-featuredhomes-03 .st-featured-home address a {
  color: #ffffff;
}
.st-featuredhomes-03 fa fa-fw fa-search-plus {
  color: #666666;
  font-size: 36px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-03 h1 {
    font-size: 30px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-03 h1 {
    font-size: 30px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-featuredhomes-03 h1 {
    font-size: 35px;
  }
  .st-featuredhomes-03 .st-featured-home {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-05 {
  margin: 50px 0 35px 0;
}
.st-featuredhomes-05 a {
  color: #555555;
  display: block;
}
.st-featuredhomes-05 h2 {
  font-size: 30px;
  color: #000000;
}
.st-featuredhomes-05 hr {
  border-top: 1px #555555 solid;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 75%;
  float: left;
}
.st-featuredhomes-05 .st-featured-home {
  margin-bottom: 15px;
}
.st-featuredhomes-05 .st-featured-home a {
  background-position: center;
  background-size: cover;
  display: block;
}
.st-featuredhomes-05 .st-featured-home img {
  width: 100%;
  height: auto;
}
.st-featuredhomes-05 .st-featured-details {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  padding: 5px 5px 10px 5px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
.st-featuredhomes-05 .btn-danger {
  display: inline-block;
  color: #ffffff;
  background-color: #254e75;
  border-color: #7089a1;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-05 .btn-danger {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-featuredhomes-05 .btn-danger {
    display: block;
  }
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-06 {
  padding: 50px 0 35px 0;
  background-color: #ffffff;
}
.st-featuredhomes-06 a {
  color: #555555;
  display: block;
}
.st-featuredhomes-06 h2 {
  font-size: 30px;
  color: #555555;
}
.st-featuredhomes-06 h3 {
  font-size: 25px;
  color: #555555;
  margin-top: 0;
}
.st-featuredhomes-06 td.st-featured-home {
  padding-left: 0;
  vertical-align: top;
}
.st-featuredhomes-06 .st-featured-home a {
  background-position: center;
  background-size: cover;
  display: block;
  background-clip: content-box;
}
.st-featuredhomes-06 .st-featured-home img {
  width: 100%;
  height: auto;
}
.st-featuredhomes-06 .st-featured-home .img-thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
  border-bottom-width: 4px;
  border-radius: 0;
}
.st-featuredhomes-06 .st-featured-details {
  background-color: #ffffff;
  padding: 15px;
  vertical-align: top;
}
.st-featuredhomes-06 .st-featured-details address {
  text-transform: uppercase;
}
.st-featuredhomes-06 .st-featured-contact {
  background-color: #ffffff;
}
.st-featuredhomes-06 .st-featured-contact a {
  background-position: top;
  background-size: cover;
  background-clip: content-box;
}
.st-featuredhomes-06 .st-featured-contact img {
  width: 100%;
  height: auto;
}
.st-featuredhomes-06 .btn-info {
  display: inline-block;
  background-color: #254e75;
  border-color: #7089a1;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-06 td {
    display: block!important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
  .st-featuredhomes-06 .btn-info {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-featuredhomes-06 td {
    display: block!important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
  .st-featuredhomes-06 .btn-info {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-featuredhomes-06 td {
    display: block!important;
    width: 100%;
  }
  .st-featuredhomes-06 td.st-featured-home {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-featuredhomes-07 .property-container {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.st-featuredhomes-07 .property-image {
  overflow: hidden;
  position: relative;
  height: 173px;
}
.st-featuredhomes-07 .property-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.st-featuredhomes-07 .property-status {
  background: #1b1d2a;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  max-width: 70%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  width: auto;
}
.st-featuredhomes-07 .property-price {
  background-color: #254e75;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  line-height: 22px;
  max-width: 80%;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
}
.st-featuredhomes-07 .property-price h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 5px;
}
.st-featuredhomes-07 .property-price small {
  font-size: 13px;
  font-weight: 400;
}
.st-featuredhomes-07 .property-features {
  background-color: #254e75;
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.st-featuredhomes-07 .property-features span {
  font-size: 13px;
  padding: 2px 5px;
}
.st-featuredhomes-07 .property-content {
  padding: 10px 15px;
}
.st-featuredhomes-07 .property-content h3 .property-text h3 {
  color: #254e75;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.st-featuredhomes-07 .property-content h3 small,
.property-text h3 small {
  color: #254e75;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
.st-featuredhomes-07 .property-content-list {
  display: table;
}
.st-featuredhomes-07 .property-image-list {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 50%;
}
.st-featuredhomes-07 .property-image-list img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.st-featuredhomes-07 .property-text {
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
.st-featuredhomes-07 .property-text h3 a {
  color: #254e75;
}
.st-featuredhomes-07 .property-footer {
  display: table;
  padding: 0;
  position: relative;
  width: 100%;
}
.st-featuredhomes-07 a.btn-danger {
  display: inline-block;
  color: #ffffff !important;
  background-color: #254e75;
  border-color: #7089a1;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-featuredhomes-07 .btn-danger {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .st-featuredhomes-07 .btn-danger {
    display: block;
  }
  /*Extra small devicesPhones (lt 768px)*/
}
.st-featuredhomes-08 {
  margin: 40px 0 0 0;
}
.st-featuredhomes-08 .property-container {
  margin-top: 40px;
  background-color: #254e75;
}
.st-featuredhomes-08 .property-content {
  padding: 7px;
}
.st-featuredhomes-08 .property-content a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.st-featuredhomes-08 .more-featured-listings {
  margin: 40px 0 40px 0;
}
.st-featuredhomes-08 .more-featured-listings a {
  border: 1px solid #555555;
  color: #555555;
  padding: 10px;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.st-featuredhomes-08 .more-featured-listings hr {
  border-top: 1px solid #555555;
}
/* // FEATURED HOMES */
/* AREAS */
.st-areas-01 {
  padding: 20px 0 25px 0;
  background-color: #ffffff;
  color: #666666;
}
.st-areas-01 .btn,
.st-areas-01 .btn.hover,
.st-areas-01 .btn:link,
.st-areas-01 .btn:hover,
.st-areas-01 .btn:active,
.st-areas-01 .btn:visited,
.st-areas-01 .btn.active,
.st-areas-01 .btn.hover {
  background-color: #254e75;
  border-radius: 0;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.st-areas-01 h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 20px;
  color: #555555;
  margin: 0;
}
.st-areas-01 .map-image {
  background-image: url(../../../global/images/spacer.gif);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
}
.st-areas-01 .map-image img {
  width: 100%;
  height: auto;
}
.st-areas-01 .description {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
}
.st-areas-01 .area-list .area-info {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ffffff;
}
.st-areas-01 .area-list .area-info:last-child {
  border-bottom: 0;
  margin: 0;
}
.st-areas-01 .area-list .area-info ul {
  margin: 5px 0 0 0;
  list-style: none;
}
.st-areas-01 .area-list .area-info li a {
  margin-top: 10px;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #555555;
}
.st-areas-01 .view-more {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-01 h1 {
    font-size: 30px;
  }
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-areas-01 .area-list .area-info li {
    font-size: 10px;
    padding: 0 20px 0 0;
  }
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-areas-01 .area-list .area-info li {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-02 {
  padding: 40px 0 0 0;
}
.st-areas-02 h1 {
  text-transform: uppercase;
  color: #555555;
}
.st-areas-02 h4 {
  text-transform: uppercase;
  padding-bottom: 4px;
}
.st-areas-02 hr {
  border-top: 1px #ccc solid;
  margin-bottom: 5px;
  width: 95%;
}
.st-areas-02 .description {
  font-size: 18px;
  letter-spacing: 1px;
  color: #555555;
  font-weight: normal;
  display: block;
}
.st-areas-02 .media-object {
  width: 150px;
  background-color: #f1f1f1;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 768px)*/
  .st-areas-02 img {
    width: 100%;
  }
  .st-areas-02 h4 {
    padding-top: 18px;
  }
  .st-areas-02 h1 {
    font-size: 22px !important;
  }
  .st-areas-02 .description {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .st-areas-02 .media .pull-left {
    margin-right: 0;
  }
  .st-areas-02 .media a.img-thumbnail {
    display: block;
    float: none !important;
  }
  .st-areas-02 .media-object {
    min-width: 100%;
    background-color: #f1f1f1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px) */
  .st-areas-02 h4 {
    padding-top: 10px;
  }
  .st-areas-02 .media .pull-left {
    margin-right: 0;
  }
  .st-areas-02 .media a.img-thumbnail {
    display: block;
    float: none !important;
  }
  .st-areas-02 .media-object {
    min-width: 100%;
    background-color: #f1f1f1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .st-areas-02 h4 {
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devices Desktops (gte 1200px) */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-03 {
  padding: 20px 0 40px 0;
  background: #254e75;
}
.st-areas-03 h1 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
}
.st-areas-03 .map-image {
  width: 100%;
  height: 427px;
  padding: 5px;
  border: 10px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.4);
}
.st-areas-03 .map-image img {
  width: 100%;
  height: 427px;
}
.st-areas-03 .description {
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-03 h1 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-areas-03 h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-areas-03 h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-04 {
  padding: 40px 0;
}
.st-areas-04 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 5px;
}
.st-areas-04 h4 {
  text-transform: uppercase;
}
.st-areas-04 .st-areas-description {
  font-size: 16px;
}
.st-areas-04 .img-circle {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.st-areas-04 .img-circle img {
  width: 100%;
  height: auto;
}
.st-areas-04 .img-circle h1 a {
  font-size: 30px;
  color: #ffffff;
  width: 100%;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-04 h1 {
    font-size: 30px;
  }
  .st-areas-04 h4 {
    text-align: center;
  }
  .st-areas-04 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-areas-04 h1 {
    font-size: 30px;
  }
  .st-areas-04 h4 {
    text-align: center;
  }
  .st-areas-04 a {
    padding: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-areas-04 h1 {
    font-size: 35px;
  }
  .st-areas-04 .img-circle h1 a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-05 {
  color: #555555;
  padding: 50px 0;
}
.st-areas-05 h2 {
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}
.st-areas-05 h3 {
  margin: 0 0 10px 0;
}
.st-areas-05 hr {
  border-top: 1px #555555 solid;
}
.st-areas-05 img {
  width: 100%;
  margin-bottom: 15px;
}
.st-areas-05 p {
  font-size: 13px;
  text-align: justify;
  margin-bottom: 10px;
}
.st-areas-05 .btn {
  margin-bottom: 10px;
}
.st-areas-05 .btn-danger {
  color: #ffffff;
  background-color: #254e75;
  border-color: #7089a1;
}
.st-areas-05 .dropdown-menu {
  left: auto;
  margin-top: -10px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-06 {
  padding: 40px 0;
}
.st-areas-06 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 5px;
}
.st-areas-06 h2 {
  text-transform: uppercase;
  font-size: 16px;
}
.st-areas-06 .st-areas-description {
  font-size: 16px;
  margin-bottom: 10px;
}
.st-areas-06 .st-area .img-thumbnail {
  display: block;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-06 h1 {
    font-size: 30px;
  }
  .st-areas-06 .st-areas-description {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-07 {
  padding: 40px 0;
}
.st-areas-07 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 5px;
}
.st-areas-07 .st-area {
  margin-bottom: 15px;
  min-height: 170px;
}
.st-areas-07 .st-area .img-thumbnail {
  display: block;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
}
.st-areas-07 .st-area h3 {
  margin-top: 10px;
}
.st-areas-07 .st-area ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.st-areas-07 .st-area ul li {
  margin-bottom: 5px;
}
.st-areas-07 .st-area img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-07 h1 {
    font-size: 30px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-areas-07 h1 {
    font-size: 30px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-areas-07 h1 {
    font-size: 35px;
  }
  .st-areas-07 .st-area ul {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-areas-08 {
  color: #fff;
}
.st-areas-08 h1 {
  color: #ffffff;
  font-size: 30px;
}
.st-areas-08 h5 {
  text-align: center;
  color: #ffffff;
}
.st-areas-08 p {
  font-size: 14px;
  margin-bottom: 20px;
}
.st-areas-08 .st-areas-description {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 5%;
  padding: 10px 30px 30px 30px;
  border: 1px solid #cccccc;
}
.st-areas-08 .st-areas-title {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #cccccc;
  z-index: 5;
}
.st-areas-08 .st-areas-link {
  color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  text-decoration: none;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-areas-08 h1 {
    color: #ffffff;
    font-size: 16px;
  }
  .st-areas-08 .st-areas-title {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 1px #cccccc;
    z-index: 5;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-areas-08 h1 {
    color: #ffffff;
    font-size: 16px;
  }
  .st-areas-08 .st-areas-title {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 1px #cccccc;
    z-index: 5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
/* // AREAS */
/* BLOG */
.st-blog-01 {
  background-color: #254e75;
  padding: 20px 0 40px 0;
  color: #ffffff;
}
.st-blog-01 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.st-blog-01 h4,
.st-blog-01 a {
  color: #ffffff;
}
.st-blog-01 img {
  display: block;
  width: 100%;
  height: auto;
}
.st-blog-01 .st-blog {
  border-right: 1px solid #ffffff;
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}
.st-blog-01 .st-blog .st-blog-header {
  margin-bottom: 10px;
}
.st-blog-01 .st-blog .st-blog-body {
  margin-bottom: 35px;
  font-size: 13px;
}
.st-blog-01 .st-blog-cat {
  margin-top: 10px;
  vertical-align: top;
  position: relative;
}
.st-blog-01 .st-blog-cat ul {
  padding-left: 25px;
}
.st-blog-01 .st-blog-cat .st-blog-cat-header {
  margin-bottom: 10px;
}
.st-blog-01 .st-blog-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
.st-blog-01 .st-blog-links {
  padding-left: 0;
}
.st-blog-01 .st-blog-links ul {
  margin: 0;
  padding: 0;
  display: table;
}
.st-blog-01 .st-blog-links li {
  color: #ffffff;
  display: inline-block;
  margin-left: 3px;
  float: right;
}
.st-blog-01 .st-blog-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}
.st-blog-01 .st-blog-links li a:hover {
  background-color: #ffffff;
  color: #254e75;
}
.st-blog-01 .st-blog-cat .st-blog-cat-all {
  float: right;
  list-style: none;
  text-align: right;
  font-style: italic;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block!important;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 49%;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block!important;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-blog-01 .st-blog,
  .st-blog-01 .st-blog-cat {
    display: block!important;
  }
  .st-blog-01 .st-blog {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .st-blog-01 .st-blog-footer {
    margin-bottom: 0;
  }
  .st-blog-01 .st-blog .st-blog-body {
    margin-bottom: 40px;
  }
  .st-blog-01 .st-blog-cat ul {
    padding-left: 0;
  }
  .st-blog-01 .st-blog-cat li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-blog-02 {
  background-color: #7089a1;
  padding: 20px 0 40px 0;
  color: #ffffff;
}
.st-blog-02 h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.st-blog-02 h4,
.st-blog-02 a {
  color: #ffffff;
}
.st-blog-02 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-blog-03 #news {
  background: #fff;
  padding: 60px 0;
  width: 100%;
}
.st-blog-03 .post-container {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.st-blog-03 .post-noborder {
  border-bottom: none;
}
.st-blog-03 .post-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  box-sizing: border-box;
  display: inline;
  float: left;
  height: 75px;
  margin-right: 18px;
  moz-background-size: cover !important;
  moz-box-sizing: border-box;
  ms-background-size: cover !important;
  ms-box-sizing: border-box;
  o-background-size: cover !important;
  o-box-sizing: border-box;
  overflow: hidden;
  position: relative;
  webkit-background-size: cover !important;
  webkit-box-sizing: border-box;
  width: 75px;
}
.st-blog-03 .post-img-circle {
  border-radius: 100%;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  webkit-border-radius: 100%;
}
.st-blog-03 .post-content {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  padding: 0;
}
.st-blog-03 .post-content.list-agent > .post-meta {
  font-size: 14px;
  font-weight: 400;
}
.st-blog-03 .post-content > .post-meta {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 0 !important;
}
.st-blog-03 .post-content > .post-meta a {
  color: #254e75;
}
.st-blog-03 .post-content > .heading h2 {
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-transform: none;
}
.st-blog-03 .post-content > .heading span {
  font-size: 16px;
  font-weight: 800;
}
.st-blog-03 .post-content > .heading {
  color: #254e75;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}
.st-blog-03 .post-content > .heading h2 a {
  font-size: 14px;
  color: #254e75;
}
.st-blog-03 ul li a {
  color: #254e75;
}
.st-blog-04 {
  background-color: #ededed;
  padding: 30px 0;
}
.st-blog-04 h2 {
  color: #959084;
  font-size: 34px;
  margin-bottom: 60px;
}
.st-blog-04 h3 {
  color: #000000;
  font-size: 18px;
  margin: 22px 0 11px 0;
}
.st-blog-04 .st-blog-date {
  position: absolute;
  left: 50%;
  top: -31px;
  margin-left: -31px;
  height: 62px;
  width: 62px;
  padding-top: 8px;
  z-index: 1;
  background-color: #fab840;
  border-radius: 31px;
}
.st-blog-04 .st-blog-image-wrapper {
  position: relative;
  border: 3px solid #cccccc;
}
.st-blog-04 .st-blog-articlemonth {
  line-height: 16px;
  font-size: 14px;
  font-weight: 900;
  color: #63466;
  text-align: center;
}
.st-blog-04 .st-blog-articleday {
  line-height: 28px;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
.st-blog-04 a {
  color: #7089a1;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-blog-entry-container {
    margin-top: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-blog-entry-container {
    margin-top: 40px;
  }
}
/* // BLOG */
/* VIDEOS */
.st-videos-01 {
  padding: 40px 0 80px 0;
  background-color: #fff;
}
.st-videos-01 h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 0;
}
.st-videos-01 h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #555555;
  line-height: 22px;
  margin-top: 20px;
}
.st-videos-01 .st-video {
  box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}
.st-videos-01 .st-video-description {
  font-size: 16px;
  margin-bottom: 25px;
}
.st-videos-01 .st-video address {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
}
.st-videos-01 .st-video-thumb {
  position: relative;
  height: auto;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  font-size: 36px;
}
.st-videos-01 .st-video-thumb img {
  width: 100%;
  height: auto;
}
.st-videos-01 .st-video-thumb a {
  z-index: 1;
  position: absolute;
  width: 75px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  padding: 10px;
  opacity: .6;
  cursor: pointer;
  height: 75px;
  text-align: center;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-videos-01 .st-video {
    margin-bottom: 25px;
  }
  .st-videos-01 .st-video-thumb {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* // VIDEOS */
/* YOUTUBE */
.st-youtube-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 250px 10px;
  text-align: center;
  color: #ffffff;
}
.st-youtube-01 h1 {
  color: white;
  margin-top: 0;
  font-size: 60px;
}
.st-youtube-01 p {
  margin-bottom: 0;
  text-align: center;
}
.st-youtube-01 a {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.st-youtube-01 a:hover {
  border: 2px solid white;
  padding: 10px;
  display: inline-block;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .st-youtube-01 h1 {
    font-size: 30px;
  }
  .st-youtube-01 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-youtube-02 {
  margin: 50px 0 30px 0;
  padding: 40px;
  background-color: #7089a1;
}
.st-youtube-02 {
  margin: 50px 0 30px 0;
  padding: 40px;
  background-color: #7089a1;
}
.st-youtube-02 .st-panel {
  max-width: 330px;
  background-color: #313131;
  padding: 30px 0 30px 0;
}
.st-youtube-02 .st-panel p {
  color: #ffffff;
  margin: 20px;
}
.st-youtube-02 img {
  max-width: 244px;
  margin: 0 auto;
}
.st-youtube-02 .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c5577;
  border-color: #133a52;
}
.st-youtube-02 .btn {
  background-color: #246C98;
  border-color: #1F5D83;
  border-radius: 4px;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-youtube-02 .st-panel {
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-youtube-02 .st-panel {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* // YOUTUBE */
/* FOOTERS */
.st-footer-01 footer {
  padding: 20px 0;
  background-color: #10354d;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-01 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-01 footer li {
  display: inline;
  color: #555555;
  padding: 0 5px;
}
.st-footer-01 footer a:link,
.st-footer-01 footer a:visited,
.st-footer-01 footer a:hover,
.st-footer-01 footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.st-footer-01 .st-footer-divider {
  color: #ffffff;
}
.st-footer-01 .st-footer-social a {
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px 8px;
}
.st-footer-01 .st-footer-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01 .st-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01 .st-listings-updated {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-01 .st-listings-updated {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-01 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-01 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-01 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-01 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-01 li.st-footer-divider {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-footer-02 {
  background-position: center bottom;
  background-attachment: fixed;
}
.st-footer-02 footer {
  padding: 20px 0;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-02 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-02 footer li {
  display: inline;
  color: #ffffff;
  padding: 0 5px;
}
.st-footer-02 footer a:link,
.st-footer-02 footer a:visited,
.st-footer-02 footer a:hover,
.st-footer-02 footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.st-footer-02 .st-footer-social a {
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px 8px;
}
.st-footer-02 .st-footer-divider {
  color: #ffffff;
}
.st-footer-02 .st-footer-disclaimer {
  font-size: 11px;
}
.st-footer-02 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-02 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-02 .st-listings-updated {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-02 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-02 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-02 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-02 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-02 li.st-footer-divider {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-footer-03 {
  background-position: center bottom;
  background-attachment: fixed;
}
.st-footer-03 footer {
  padding: 20px 0;
  color: #555555;
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-03 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-03 footer li {
  display: inline;
  color: #ffffff;
  padding: 0 5px;
}
.st-footer-03 footer a:link,
.st-footer-03 footer a:visited,
.st-footer-03 footer a:hover,
.st-footer-03 footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.st-footer-03 .st-footer-social a {
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px 8px;
}
.st-footer-03 .st-footer-disclaimer {
  font-size: 11px;
}
.st-footer-03 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-03 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-03 .st-listings-updated {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-03 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-03 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-03 li.st-footer-divider {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-footer-03 #footer {
  background-color: #0f101a;
  padding: 60px 0 0;
  width: 100%;
}
.st-footer-03 #footer .widget:before,
.st-footer-03 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}
.st-footer-03 #footer .widget {
  margin-bottom: 20px;
}
.st-footer-03 #footer .widget a {
  color: #898ba2;
}
.st-footer-03 #footer .widget a:hover {
  color: #7089a1;
}
.st-footer-03 #footer .widget h2 {
  color: #d9dae9;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}
.st-footer-03 #footer .widget h3 {
  color: #d9dae9;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}
.st-footer-03 #footer .widget h4 {
  color: #d9dae9;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}
.st-footer-03 #footer .widget > ul,
#footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.st-footer-03 #footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
  color: #898ba2;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}
.st-footer-03 #footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
  content: '\f10c';
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}
.st-footer-03 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid #6b6e80;
}
.st-footer-03 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}
.st-footer-03 footer {
  min-height: 40px;
  color: #898ba2;
}
.st-footer-03 footer .st-footer-divider {
  color: #898ba2;
}
.st-footer-03 footer a:link {
  color: #898ba2;
}
.st-footer-03 footer a:visited {
  color: #898ba2;
}
.st-footer-03 footer a:hover {
  color: #7089a1;
}
.st-footer-03 .copyright .social-links > li > a {
  background: #6b6e80;
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}
.st-footer-03 .copyright .social-links > li > a > .fa {
  color: #1b1d2a;
  font-size: 19px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.st-footer-03 .copyright .social-links > li > .icon-twitter:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-facebook:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-youtube:hover,
.st-footer-03 .copyright .social-links > li > .icon-gplus:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-instagram:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-linkedin:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-googleplus:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-pinterest:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-blog:hover {
  background: #7089a1;
}
.st-footer-03 .copyright .social-links > li > .icon-contact:hover {
  background: #7089a1;
}
.st-footer-03 .btn-warning {
  background-color: #254e75;
  border-color: #7089a1;
}
.st-footer-03 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #7089a1;
  border-color: #254e75;
}
.st-footer-04 footer {
  padding: 20px 0;
  color: #555555;
  z-index: 1;
  text-align: center;
  height: auto;
  min-height: 200px;
}
.st-footer-04 footer ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.st-footer-04 footer li {
  display: inline;
  color: #ffffff;
  padding: 0 5px;
}
.st-footer-04 footer a:link,
.st-footer-04 footer a:visited,
.st-footer-04 footer a:hover,
.st-footer-04 footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.st-footer-04 .st-footer-social a {
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px 8px;
}
.st-footer-04 .st-footer-disclaimer {
  font-size: 11px;
}
.st-footer-04 .st-footer-mls-disclaimer {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-04 .iq-disclaimer-text {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
.st-footer-04 .st-listings-updated {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-03 .st-footer-nav li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-links {
    margin-top: 25px;
  }
  .st-footer-03 .st-footer-links li {
    display: block;
    margin-bottom: 10px;
  }
  .st-footer-03 .st-footer-social {
    margin: 25px 0;
  }
  .st-footer-03 li.st-footer-divider {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.st-footer-04 #footer {
  background-color: #ffffff;
  padding: 60px 0 0;
  width: 100%;
}
.st-footer-04 #footer .widget:before,
.st-footer-04 #footer .widget:after {
  clear: both;
  content: "";
  display: table;
}
.st-footer-04 #footer .widget {
  margin-bottom: 20px;
}
.st-footer-04 #footer .widget a {
  color: #555555;
}
.st-footer-04 #footer .widget a:hover {
  color: #7089a1;
}
.st-footer-04 #footer .widget h2 {
  color: #555555;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}
.st-footer-04 #footer .widget h3 {
  color: #555555;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}
.st-footer-04 #footer .widget h4 {
  color: #555555;
  ont-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 30px;
}
.st-footer-04 #footer .widget > ul,
#footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.st-footer-04 #footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
  color: #898ba2;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
}
.st-footer-04 #footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
  content: '\f10c';
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}
.st-footer-04 .copyright {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 40px;
  text-align: center;
  border-top: 1px solid #6b6e80;
}
.st-footer-04 .copyright .scroltop {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}
.st-footer-04 footer {
  min-height: 40px;
  color: #555555;
}
.st-footer-04 footer .st-footer-divider {
  color: #555555;
}
.st-footer-04 footer a:link {
  color: #555555;
}
.st-footer-04 footer a:visited {
  color: #555555;
}
.st-footer-04 footer a:hover {
  color: #7089a1;
}
.st-footer-04 .copyright .social-links > li > a {
  background: #254e75;
  border-radius: 100%;
  display: block;
  height: 40px;
  margin-top: 25px;
  position: relative;
  width: 40px;
}
.st-footer-04 .copyright .social-links > li > a > .fa {
  color: #ffffff;
  font-size: 19px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.st-footer-04 .copyright .social-links > li > .icon-twitter:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-facebook:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-youtube:hover,
.st-footer-04 .copyright .social-links > li > .icon-gplus:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-instagram:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-linkedin:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-googleplus:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-pinterest:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-blog:hover {
  background: #7089a1;
}
.st-footer-04 .copyright .social-links > li > .icon-contact:hover {
  background: #7089a1;
}
.st-footer-04 .btn-warning {
  background-color: #254e75;
  border-color: #7089a1;
}
.st-footer-04 .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #7089a1;
  border-color: #254e75;
}
.st-footer-05 {
  border-style: solid;
  border-width: 8px;
  border-color: #7089a1;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  background-color: #3D3D3D;
  padding-top: 60px;
}
.st-footer-05 h3 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.st-footer-05 ul {
  margin: 30px 0 30px 0;
  padding: 0px;
}
.st-footer-05 ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #6A6B6C;
}
.st-footer-05 ul li a {
  color: #6A6B6C;
}
.st-footer-05 ul:last-of-type {
  margin: 0;
}
.st-footer-05 .st-bottom-row {
  background-color: #9C9FA1;
  color: #ffffff;
  line-height: 56px;
  vertical-align: middle;
  padding: 10px 0 10px 0;
}
.st-footer-05 .st-bottom-row a {
  color: #ffffff;
}
.st-footer-05 .st-col-5 {
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #999999;
}
.st-footer-05 .st-col-5:last-of-type {
  border-style: none;
}
.st-footer-05 .st-col-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.st-footer-05 .st-col-5 a {
  font-size: 16px;
  color: #307eae;
  text-transform: uppercase;
}
.st-footer-05 .st-col-5 .fa {
  font-size: 18px;
  margin-right: 20px;
  font-weight: bold;
  color: #999999;
}
.st-footer-05 .st-social-links .fa-stack {
  margin: 5px 0 5px 0;
  font-size: 18px;
}
.st-footer-05 .st-footer-banner {
  margin: 10px 10px 30px 10px;
}
.st-footer-05 .st-footer-links li {
  margin-left: 20px;
  color: #ffffff;
  font-size: 12px;
  display: inline;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .st-footer-05 .st-footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
}
/* // FOOTERS */
/*Do not Remove. This is for showing media queries in development*/
div#development {
  padding: 10px;
  position: fixed;
  color: #000;
  z-index: 5000;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  div#development:before {
    content: "(max-width: 479px)";
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  div#development:before {
    content: "(min-width:480px) and (max-width:767px)";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  div#development:before {
    content: "(min-width:768px) and (max-width:991px)";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  div#development:before {
    content: "(min-width:992px) and (max-width:1199px)";
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
  div#development:before {
    content: "(min-width:1200px) and (max-width:1919px)";
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  div#development:before {
    content: "(min-width:1920px)";
  }
}
.st-interactivemap-01 h1 {
  text-align: center;
  text-transform: uppercase;
}
.st-interactivemap-01 .description {
  text-align: center;
}
.st-interactivemap-01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
/* TESTIMONIALS */
.st-testimonials-01 #testimony {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: auto;
  min-height: 450px;
  moz-background-size: cover !important;
  ms-background-size: cover !important;
  o-background-size: cover !important;
  padding-bottom: 60px;
  padding-top: 120px;
  position: relative;
  webkit-background-size: cover !important;
  width: 100%;
}
.st-testimonials-01 #testimony::after {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.st-testimonials-01 #testislider {
  position: relative;
  z-index: 2;
}
.st-testimonials-01 #testislider .carousel-inner .item {
  left: 0 !important;
  moz-transition: opacity 0.7s ease-in-out;
  ms-transition: opacity 0.7s ease-in-out;
  opacity: 1;
  o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  webkit-transition: opacity 0.7s ease-in-out;
  z-index: 1;
}
.st-testimonials-01 #testislider .carousel-control.left,
#testislider .carousel-control.right {
  background: transparent;
  background-image: none;
  filter: alpha(opacity=70);
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15%;
  opacity: 0.7;
  width: 50px;
}
.st-testimonials-01 #testislider .carousel-control.left {
  left: -70px;
  right: auto;
}
.st-testimonials-01 #testislider .carousel-control.right {
  left: auto;
  right: -70px;
}
.st-testimonials-01 #testislider .carousel-control i,
#testislider .carousel-control span {
  bottom: 0;
  display: inline-block;
  height: 50px;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: auto;
  width: 50px;
  z-index: 5;
}
.st-testimonials-01 .testimony-container {
  height: auto;
  margin: 0;
  padding: 0;
}
.st-testimonials-01 .testimony-content {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.st-testimonials-01 .testimony-content h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}
.st-testimonials-01 .testimony-content blockquote {
  border-left: none;
  padding-left: 0;
  position: relative;
  text-indent: 2em;
}
#testislider.carousel .active.left,
#testislider.carousel .active.right {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
/* CUSTOM PAGES CALLOUT*/
.st-custompage-callouts-01 .st-callout-link {
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
  color: #cccccc;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 36%;
  left: 11%;
  width: 80%;
}
.st-custompage-callouts-01 .st-callout-link a {
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.st-custompage-callouts-01 .st-callout-link a:visited {
  color: #fffffff;
}
.st-custompage-callouts-01 .st-callout-link a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/* individual pages */
/* ST AGENT PROFILE */
.iq-agent-profile-search select,
.iq-agent-profile-search input,
.iq-agent-profile-search button,
.iq-agent-profile-search textarea .iq-agent-profile {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agent-profile-text {
  padding-bottom: 15px;
}
.iq-agent-profile-text h3 {
  margin: 5px 0 10px 0;
}
.iq-agent-profile-text hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}
.iq-agent-profile-video {
  text-align: justify;
  padding-bottom: 15px;
}
.iq-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.iq-agent-profile .iq-agent-profile-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agent-profile .iq-agent-profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agent-profile .iq-agent-profile-head {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-agent-profile .iq-agent-profile-head a:hover {
  text-decoration: none;
}
.iq-agent-profile .iq-agent-profile-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agent-profile .iq-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-agent-profile .iq-agent-profile-info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}
.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-social-links {
  font-size: 17px;
  margin-top: 15px;
}
.iq-agent-profile-info-icons {
  padding-right: 5px;
}
.iq-agent-profile .iq-agent-profile-info-icons {
  padding-right: 5px;
}
.iq-agent-profile .iq-agent-profile-office {
  margin-top: 15px;
}
.iq-agent-profile .iq-agent-profile-office img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agent-profile .iq-agent-profile-office a {
  color: #555555;
  background-size: cover;
  background-position: center;
  display: block;
}
.iq-agent-profile .iq-agent-profile-foot {
  padding: 45px 0 10px 25px;
}
.iq-agent-profile .iq-agent-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: .7;
  text-decoration: none;
}
#iq-listings_recentsold_wrapper .iq-list-price {
  display: none;
}
#iq-listings_buyerlistings_wrapper .iq-list-price {
  display: none;
}
/* MAIN BODY */
.iq-agent-profile-body h3 {
  margin: 10px 0 15px 0;
}
.iq-agent-profile-body hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}
.iq-agent-button-profile {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}
.iq-agent-button-profile:hover {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 20px;
  opacity: .7;
}
.iq-agent-button-profile-body {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 20px;
}
.iq-agent-button-profile-body:hover {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 20px;
  opacity: .7;
}
.iq-agent-listing-address {
  color: #254e75;
}
/* SIDEBAR */
.iq-agent-profile-sidebar h3 {
  margin-top: 0;
  font-weight: normal;
}
.iq-agent-profile-sidebar hr {
  margin: 0 0 10px 0;
}
.iq-agent-side-bar-icons {
  vertical-align: bottom;
}
.iq-agent-profile-ratings {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0;
}
.iq-agent-profile-contact .iq-agent-button:hover {
  opacity: .7;
  text-decoration: none;
}
.iq-agent-profile-search h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0;
}
.iq-agent-profile-search form label,
.iq-agent-profile-search p,
.pin p,
.iq-agent-profile-search input.disabled {
  font-size: 11px;
  display: block;
  width: 100%;
  margin: 15px 0 5px 1px;
  color: #666;
  font-weight: bold;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.iq-agent-profile-search form {
  margin-bottom: 0;
}
.iq-agent-profile-search button.btn-inverse {
  width: 100%;
}
.iq-agent-profile-search button.btn,
.iq-agent-profile-search a.btn {
  font-size: 14px;
  padding-top: 0 0 20px 0;
}
.iq-agent-profile-search input.disabled {
  padding: 0;
  cursor: default;
}
.iq-agent-profile-search select,
.iq-agent-profile-search input,
.iq-agent-profile-search button,
.iq-agent-profile-search textarea {
  height: 40px;
  font-size: 15px;
}
.iq-pg-ft .iq-wrap {
  border: 0;
}
.iq-agent-team-member h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.iq-agent-team-member h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.iq-agent-team-member .iq-agent-team-member-body {
  padding: 2px 0 0 10px;
}
.iq-agent-team-member .st-button-team {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 0 20px;
}
.iq-agent-team-member .st-button-team:hover {
  text-decoration: none;
}
.iq-agent-team-member-icons {
  padding-right: 5px;
}
.-railo-dump .label {
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  border-radius: 0px;
  white-space: normal;
}
.-railo-dump table {
  margin: 0px;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:315px; }*/
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:625px; }*/
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:665px; }*/
  .iq-agent-profile-search select,
  .iq-agent-profile-search input,
  .iq-agent-profile-search button,
  .iq-agent-profile-search textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-agentportal-jumbo h1 {
  font-size: 35px;
  margin-bottom: 10px;
}
.iq-agentportal-jumbo-info {
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 25px;
}
/* MY PORTAL LOGIN PAGE */
.iq-agentportal-carousel h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 5px;
}
.iq-agentportal-carousel .item {
  background: #333;
  background-size: cover;
  text-align: center;
  height: 300px !important;
}
.iq-agentportal-carousel {
  margin-bottom: 20px;
}
.iq-agentportal-carousel .carousel-caption {
  padding-bottom: 90px;
}
.iq-agentportal-carousel .carousel-caption p {
  font-size: 19px;
}
.iq-agentportal-login {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  padding: 15px;
}
.iq-agentportal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.iq-agentportal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}
.iq-agentportal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: #7089a1;
  margin: 0;
}
.iq-agentportal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}
.iq-agentportal-login-button {
  width: 100%;
  margin: 10px 0;
}
.iq-agentportal-login-button:hover {
  opacity: .7;
  color: #fff;
}
.iq-agentportal-login-button:active {
  opacity: .7;
  color: #fff;
}
.iq-agentportal-chevron-main-right {
  right: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 0 0 3px;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-agentportal-chevron-main-left {
  left: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 3px 0 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
/* AGENT PORTAL NAVIGATION */
.iq-agentportal-sidebar-nav-icons {
  font-size: 13px;
}
.iq-agentportal-sidebar-nav ul li a {
  background-color: #f8f8f8;
  margin-bottom: 5px;
}
.iq-agentportal-sidebar-nav ul li a:hover {
  background-color: #e3e3e3;
  margin-bottom: 5px;
}
.iq-agentportal-nav-collapse {
  padding-left: 25px;
}
.iq-agentportal-nav-collapse li {
  padding-left: 5px;
}
.iq-agentportal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}
.iq-agentportal-nav-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}
.iq-agentportal-nav-form-btn:hover,
.iq-portal-nav-form-btn:active,
.iq-portal-nav-form-btn:visited,
iq-portal-nav-form-btn:link {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  opacity: .7;
}
/* AGENT PORTAL SHOWING REQUESTS PAGE*/
.iq-agentportal-watch-action-icons {
  display: inline;
  padding: 0 5px;
}
.iq-agentportal-showingrequestsresults-subhd {
  height: 40px;
  font-size: 85%;
}
.iq-agentportal-showingrequests-count {
  padding: 15px 10px;
  font-size: 16px;
}
.iq-agentportal-showingrequests-nav-icons {
  padding-right: 10px;
}
.iq-agentportal-showingrequests-nav-icons-drop {
  padding: 0 10px 0 15px;
  margin: 10px 0;
}
.iq-agentportal-showingrequests-nav-icons-drop {
  padding: 0 10px 0 15px;
}
.iq-agentportal-showingrequests-statusmessage {
  display: inline;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}
.iq-agentportal-showingrequests-table-head {
  border-top: 0!important;
  font-weight: bold;
}
.iq-agentportal-showingrequests-table-icon {
  font-size: 15px;
}
.st-pg-header sup {
  font-size: 25%;
  vertical-align: super;
}
.st-pg-subheader sup {
  font-size: 25%;
  vertical-align: super;
}
/* IQ AGENTS FORM */
.iq-agents-search-form {
  display: table;
  width: 100%;
}
/* IQ GRID SQUARE OPTION */
.iq-agents-card-wrapper {
  /*padding-left:5px; padding-right:5px; */
}
.iq-agents-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-card:hover {
  border: 1px solid #999;
}
.iq-agents-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-agents-card .iq-agents-card-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.iq-agents-card .iq-agents-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agents-card .iq-agents-card-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
}
.iq-agents-card .iq-agents-card-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-card .iq-agents-card-head a:hover {
  text-decoration: none;
}
.iq-agents-card .iq-agents-card-title {
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
}
.iq-agents-card .iq-agents-card-body {
  height: 160px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  height: 100px;
  line-height: 17px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 13px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-links {
  margin-top: 5px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 14px;
  padding-right: 5px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office {
  color: #555555;
  margin: 25px 0 0 2px ;
  white-space: nowrap;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office ul {
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office a {
  color: #555555;
}
.iq-agents-card .iq-agents-card-foot {
  padding: 10px 15px 12px 15px;
}
.iq-agents-card .iq-agents-card-foot a {
  width: 100%;
}
.iq-agents-card .iq-agents-card-foot .iq-agents-card-foot-icons {
  font-size: 12px;
}
/* IQ GRID LIST OPTION */
.iq-agents-grid {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-grid:hover {
  border: 1px solid #999;
}
.iq-agents-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.iq-agents-grid .iq-agents-grid-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agents-grid .iq-agents-grid-head {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-agents-grid .iq-agents-grid-head a:hover {
  text-decoration: none;
}
.iq-agents-grid .iq-agents-grid-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-grid .iq-agents-grid-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-agents-grid .iq-agents-grid-body {
  padding: 0;
  overflow: hidden;
}
.iq-agents-grid .iq-agents-grid-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}
.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-social-links {
  font-size: 17px;
  margin-top: 8px;
}
.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-info-icons {
  padding-top: 3px;
  font-size: 14px;
  padding-right: 5px;
}
.iq-agents-grid .iq-agents-grid-office {
  color: #555555;
  padding: 0 5px 0 40px;
}
.iq-agents-grid .iq-agents-grid-office-map {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}
.iq-agents-grid .iq-agents-grid-office h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}
.iq-agents-grid .iq-agents-grid-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}
.iq-agents-grid .iq-agents-grid-office a {
  color: #555555;
  text-decoration: none;
}
.iq-agents-grid .iq-agents-grid-foot {
  padding: 30px 0 10px 25px;
}
.iq-agents-grid .iq-agents-grid-foot a {
  width: 100%;
}
.iq-agents-grid .iq-agents-grid-button {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 10px;
}
.iq-agents-grid .iq-agents-grid-button:hover {
  opacity: .7;
}
.iq-agents-grid .iq-agents-grid-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: .7;
  text-decoration: none;
}
/* IQ GRID SQUARE SMALL */
.iq-agents-card-sm-wrapper {
  /*padding-left:5px; padding-right:5px; */
}
.iq-agents-card-sm {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-card-sm:hover {
  border: 1px solid #999;
}
.iq-agents-card-sm h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-agents-card-sm .iq-agents-card-sm-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agents-card-sm .iq-agents-card-sm-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
  height: 55px;
}
.iq-agents-card-sm .iq-agents-card-sm-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-card-sm .iq-agents-card-sm-head a:hover {
  text-decoration: none;
}
.iq-agents-card-sm .iq-agents-card-sm-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.iq-agents-card-sm .iq-agents-card-sm-body {
  height: 80px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info {
  line-height: 17px;
  height: 90px;
}
.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-info-icons {
  font-size: 13px;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-teams {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 20px 0 10px 25px;
  }
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 0 0 10px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-blog-cat-title {
  margin-bottom: 20px;
}
.iq-blog-cat-title h3 {
  margin-top: 0;
  font-weight: normal;
}
.iq-blog-menu {
  line-height: 22px;
  list-style-type: none;
  padding-left: 20px;
}
.iq-blog-menu li {
  padding-left: 0;
}
.iq-results-sub-head {
  margin-bottom: 25px;
}
.iq-blog-menu {
  max-height: 300px;
  overflow: auto;
}
.iq-blog-dropdown {
  margin: 0;
}
/*Blog List Page Grid*/
.iq-blog-entry-list-grid {
  margin-bottom: 20px;
}
.iq-blog-entry-list {
  margin-bottom: 30px;
}
.iq-blog-results-list-image {
  background-size: cover;
  background-position: top;
  height: 105px;
  margin-bottom: 0;
}
.iq-blog-results-list-head h1 {
  color: #254e75;
  font-weight: normal;
  margin: 0;
}
.iq-blog-results-list-head a {
  color: #555555;
  text-decoration: none;
}
.iq-blog-results-list-head h6 {
  color: #254e75;
  font-weight: normal;
  margin: 0;
}
.iq-blog-entry-list-sub {
  padding: 5px 0 0 0;
}
.iq-blog-entry-list-sub-info {
  line-height: 16px;
  font-size: 12px;
  color: #254e75;
}
.iq-blog-entry-list-sub-highlight {
  color: #7089a1;
}
.iq-blog-entry-list-body {
  text-align: justify;
  margin-top: 15px;
}
.iq-blog-entry-list-body img {
  max-width: 100%!important;
}
.iq-blog-entry-list-footer {
  margin-top: 15px;
  background-color: #eee;
  padding: 5px;
}
.iq-blog-entry-list-footer > div {
  padding: 5px;
}
.iq-blog-entry-list-footer a {
  font-size: 11px;
}
/*Blog Page*/
.iq-blog-entry-display ul li {
  line-height: 24px !important;
}
.iq-blog-entry-title {
  color: #254e75;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
}
.iq-blog-entry-sub-title {
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 5px 0 5px 0;
}
.iq-blog-entry-posted {
  line-height: 24px;
}
.iq-blog-entry-posted-info {
  line-height: 24px;
  color: #7089a1;
}
.iq-blog-entry-text {
  margin: 10px;
}
.iq-blog-entry-text img {
  max-width: 100%!important;
}
.iq-blog-entry-comment-wrap {
  display: table;
  width: 100%;
  margin: 20px 0 20px 0;
  background-color: #F0F0F0;
}
.iq-blog-entry-social-icons {
  padding: 5px;
}
.iq-blog-entry-social-icons ul {
  margin: 0;
}
.iq-blog-entry-social-icons li {
  display: inline-block;
  margin: 0 10px 0 0 !important;
}
.iq-blog-entry-be-social {
  font-size: 11px;
}
.iq-blog-entry-footer-links {
  margin: 15px 0 15px 15px;
  display: table;
  float: left;
  font-size: 85%;
  width: 45%;
}
.iq-blog-comment-header {
  background-color: transparent;
}
.iq-blog-comments-body {
  background-color: #eee;
}
.iq-blog-comment-by {
  font-size: 13px;
  padding-left: 5px;
  text-transform: uppercase;
  color: #254e75;
}
.iq-blog-comment {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.iq-blog-comment-header-info {
  font-size: 11px;
  height: 12px;
  padding: 0 5px;
  margin-bottom: 5px;
}
.iq-blog-comments-body {
  background-color: #eee;
}
.iq-blog-comment-body-wrap {
  padding: 10px;
}
.iq-blog-comment-login-required {
  text-align: center;
  font-size: 18px;
}
.iq-blog-comment-login-buttons {
  margin: 25px 10px 10px 10px;
  text-align: center;
}
.iq-blog-comment-header-wrap {
  padding: 0;
}
.iq-blog-comment-post {
  margin: 10px 0 0 0;
  text-align: right;
}
.iq-blog-btn {
  width: 100%;
  color: #ffffff !important;
}
.iq-blog-btn:hover {
  opacity: .7;
  text-decoration: none !important;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
  .iq-blog-dropdown {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
  .iq-blog-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-blog-results-list-head h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .iq-blog-results-list-image {
    height: 269px;
  }
  .iq-blog-results-list-title {
    padding: 0;
  }
  .iq-blog-entry-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-blog-entry-list h1 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-communities-sidebar .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}
.iq-communities-sidebar .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.facebook {
  color: #3B5998!important;
}
.btn-facebook {
  background-color: #3B5998!important;
  color: #fff!important;
  border-color: #fff;
}
.twitter {
  color: #55acee!important;
}
.btn-twitter {
  background-color: #55acee!important;
  color: #fff!important;
  border-color: #fff;
}
.pinterest {
  color: #C92228!important;
}
.btn-pinterest {
  background-color: #C92228!important;
  color: #fff!important;
  border-color: #fff;
}
.back {
  color: #C92228!important;
}
.btn-back {
  background-color: #cccccc !important;
  color: #000000!important;
  border-color: #fff;
}
.iq-communities {
  padding: 0 0 20px 0;
}
/* New Slider Carousel */
.iq-communities-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  background-position: center;
}
.iq-communities-carousel .carousel-inner > div > div h3 {
  font-size: 45px;
  color: #fff;
}
.iq-communities-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-communities-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-communities-grid-carousel .carousel {
  height: 300px;
}
.iq-communities-grid-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
}
.iq-communities-sidebar .well h3 {
  margin-top: 0;
}
.iq-communities-sidebar .well .table {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.facebook {
  color: #3B5998!important;
}
.btn-facebook {
  font-size: 16px;
  background-color: #3B5998!important;
  color: #fff!important;
  border-color: #fff;
}
.twitter {
  color: #55acee!important;
}
.btn-twitter {
  font-size: 16px;
  background-color: #55acee!important;
  color: #fff!important;
  border-color: #fff;
}
.pinterest {
  color: #C92228!important;
}
.btn-pinterest {
  font-size: 16px;
  background-color: #C92228!important;
  color: #fff!important;
  border-color: #fff;
}
.back {
  color: #C92228!important;
}
.btn-back {
  background-color: #cccccc !important;
  color: #000000!important;
  border-color: #fff;
}
.iq-community {
  padding: 0 0 20px 0;
}
/* New Slider Carousel */
.iq-community-carousel {
  position: relative;
}
.iq-community-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  background-position: center;
}
.iq-community-carousel .carousel-inner > div > div h3 {
  font-size: 45px;
  color: #fff;
}
.iq-community-carousel .carousel-inner > div > div h3 {
  font-size: 45px;
  color: #fff;
}
.iq-community-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-community-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-community-grid-carousel .carousel {
  height: 300px;
}
.iq-community-grid-carousel .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
}
.iq-community-sidebar .well h3 {
  margin-top: 0;
}
.iq-community-sidebar .well .table {
  margin-bottom: 0;
}
.iq-community-head {
  margin-bottom: 10px;
}
.iq-community-head h2 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
div[data-page="house-value"] .st-header-carousel-wrapper {
  display: none;
}
div[data-page="house-value"] .st-inside-content-wrapper {
  margin: 0!important;
  padding: 0!important;
}
div[data-page="house-value"] .st-inside-content-wrapper > .container-fluid {
  margin-top: 0!important;
}
div[data-page="house-value"] .st-insidepage-wrapper {
  margin: 0!important;
  padding: 0!important;
}
div[data-page="house-value"] .st-footer-wrapper {
  display: none;
}
div[data-page="house-value"] .st-inside-header {
  display: none !important;
}
.dataTables_wrapper .pagination {
  float: right;
  margin: 0;
}
.iq-housevalue-address h3,
.iq-housevalue-price h3 {
  margin-top: 0;
}
.iq-housevalue-details {
  margin-bottom: 25px;
}
.iq-housevalue-sale {
  margin-bottom: 25px;
}
.iq-housevalue-comparables {
  margin-bottom: 25px;
}
.iq-housevalue-lead {
  margin-top: 25px;
}
.iq-housevalue-contact .btn-primary {
  color: #fff;
  width: 100%;
}
.iq-homereport-details h4,
.iq-homereport-sale h4 {
  font-weight: bold;
  margin-top: 25px;
}
.iq-homereport-comparables h4 {
  font-weight: bold;
  margin-top: 25px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .iq-housevalue-address h3,
  .iq-housevalue-price h3 {
    text-align: center;
  }
  .carousel-inner h1 {
    font-size: 45px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .iq-housevalue-address h3,
  .iq-housevalue-price h3 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.facebook {
  color: #3B5998!important;
}
.btn-facebook {
  background-color: #3B5998!important;
  color: #fff!important;
  border-color: #fff;
}
.twitter {
  color: #55acee!important;
}
.btn-twitter {
  background-color: #55acee!important;
  color: #fff!important;
  border-color: #fff;
}
.pinterest {
  color: #C92228!important;
}
.btn-pinterest {
  background-color: #C92228!important;
  color: #fff!important;
  border-color: #fff;
}
.linkedin {
  color: #0077b5!important;
}
.btn-linkedin {
  background-color: #0077b5!important;
  color: #fff!important;
  border-color: #fff;
}
.print {
  color: #5cb85c!important;
}
.btn-print {
  background-color: #5cb85c!important;
  color: #fff!important;
  border-color: #fff;
}
.watch {
  color: #f0ad4e!important;
}
.btn-watch {
  background-color: #f0ad4e!important;
  color: #fff!important;
  border-color: #fff;
}
.remove {
  color: #d9534f!important;
}
.btn-remove {
  background-color: #d9534f!important;
  color: #fff!important;
  border-color: #fff;
}
#iq_listing .fa-twitter-square {
  color: #0084b4;
}
#iq_listing .fa-fb-square {
  color: #3b5998;
}
#iq_listing .fa-pinterest-square {
  color: #cb2027;
}
#iq_listing .fa-envelope {
  color: #007ee5;
}
.iq-listing-alerts .iq-listing-previews {
  margin: 0 0 10px 0;
  background-color: #666666;
  padding: 6px;
}
.iq-listing-alerts .iq-listing-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
  line-height: 40px;
}
.iq-listing-alerts .iq-listing-previews .iq-listing-previews-logo {
  width: 250px;
  height: 45px;
  float: left;
  background-image: url('../../img/alerts/globalluxury.png');
  background-repeat: no-repeat;
}
.iq-listing-alerts .iq-listing-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-listing-alerts .iq-listing-new img {
  border: 1px solid #fff;
}
.iq-listing-alerts .iq-listing-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listing-alerts .iq-listing-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-listing-alerts .iq-listing-reduced img {
  border: 1px solid #fff;
}
.iq-listing-alerts .iq-listing-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listing-alerts .iq-listing-open-house {
  margin: auto;
  background-color: #b2393a;
  padding: 5px;
}
.iq-listing-alerts .iq-listing-open-house img {
  border: 1px solid #fff;
}
.iq-listing-alerts .iq-listing-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listing-alerts .iq-listing-open-house-host {
  padding: 15px;
  border: 1px solid #b2393a;
  margin-bottom: 10px;
  font-size: 12px;
}
.iq-listing-alerts .iq-listing-open-house-host img {
  height: 75px;
  margin-right: 10px;
}
.iq-listing-head {
  margin-bottom: 15px;
}
.iq-listing-head address {
  font-size: 15px;
  margin: 0;
}
.iq-listing-head h2 {
  font-size: 15px;
  margin: 0;
}
.iq-listing-head h3 {
  font-size: 13px;
  margin: 0;
}
.iq-listing-head .iq-listing-calc {
  font-size: 10px;
}
.iq-listing-head [data-close-modal=true] {
  background-color: #ffffff;
  position: absolute;
  top: 0px ;
  right: -30px;
  padding: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.iq-listing-nav {
  margin-bottom: 10px;
}
.iq-listing-slider .carousel {
  height: auto;
}
.iq-listing-slider .carousel-control {
  bottom: 50px!important;
}
.iq-listing-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}
.iq-listing-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listing-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listing-agent {
  margin-top: 10px;
}
.iq-listing-agent .iq-listing-agent-details {
  min-height: 75px;
  margin-top: 10px;
}
.iq-listing-agent .iq-listing-agent-details a {
  display: block;
  margin-bottom: 5px;
}
.iq-listing-agent .iq-listing-agent-details a img {
  height: 75px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}
.iq-listing-agent .iq-listing-agent-details h4 {
  margin: 0;
}
.iq-myportal-buttons .btn {
  color: #fff;
}
.iq-image-description {
  padding: 10px;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  height: auto!important;
}
#iq_listing_mls_disclaimer p {
  font-size: 12px;
  margin: 20px 0 20px 0;
}
#iq_listing_map {
  height: 450px;
  position: relative;
}
.iq-listing-list-price {
  text-align: right;
}
#iq_fullscreen_carousel .item {
  height: 100vh;
}
#iq_fullscreen_carousel .item div {
  height: 100vh;
}
#iq_fullscreen_carousel .carousel-indicators {
  top: calc(0vh);
  width: 90%;
  margin-left: -45%;
}
#iq_fullscreen_carousel .carousel-indicators li {
  position: relative;
  border-radius: 0;
  width: 30px;
  height: 17px;
  margin: 0 2px;
}
#iq_fullscreen_carousel .carousel-indicators li img {
  width: 100%;
  height: 100%;
  display: block;
}
#iq_fullscreen_carousel .carousel-indicators div {
  display: block!important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#iq_fullscreen_carousel .carousel-indicators .active div {
  display: none!important;
}
#iq_listing_carousel_nav {
  z-index: 5;
}
#iq_listing_mls_disclaimer {
  display: none ;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .btn-toolbar a span {
    display: none;
  }
  .iq-listing-head address,
  .iq-listing-head h2,
  .iq-listings-card-price {
    font-size: 16px;
  }
  #iq_listing_map {
    height: 225px;
    position: relative;
  }
  #iq_listing_showing_request #iq_lead_form {
    display: none;
  }
  .well {
    min-height: inherit;
    margin-bottom: inherit;
  }
  #iq_lead_form input {
    font-size: 10px;
  }
  .iq-listing-list-price {
    text-align: left;
  }
  .iq-listing-slider.well.well-sm {
    padding: 0px;
  }
  #iq_listing_dialog .iq-listings-mobile-watch-icon {
    line-height: 20px;
  }
  .iq-listing-nav.row {
    margin-bottom: 0px !important;
  }
  .iq-image-description {
    padding: 5px;
  }
  #iq_listing_previous {
    display: none;
  }
  #iq_listing_dialog p {
    font-size: 12px;
  }
  .iq-listing-info-affix .btn-toolbar {
    margin-top: 10px;
  }
  .iq-listing-head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial!important;
    box-shadow: none!important;
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .iq-listing-head address,
  .iq-listing-head h2 {
    font-size: 16px;
  }
  #iq_listing_map {
    height: 225px;
    position: relative;
  }
  #iq_listing_showing_request #iq_lead_form {
    display: none;
  }
  .well {
    min-height: inherit;
    margin-bottom: inherit;
  }
  #iq_lead_form input {
    font-size: 10px;
  }
  .iq-listing-list-price {
    text-align: left;
  }
  .iq-listing-info-affix .btn-toolbar {
    margin-top: 10px;
  }
  .iq-listing-head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial!important;
    box-shadow: none!important;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-listing-info-affix .btn-toolbar {
    margin-top: 5px;
  }
  .iq-listing-head [data-close-modal=true] {
    background-color: #ffffff;
    position: initial!important;
    box-shadow: none!important;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  #iq_fullscreen_carousel .carousel-indicators li {
    width: 50px;
    height: 28px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  #iq_fullscreen_carousel .carousel-indicators li {
    width: 60px;
    height: 34px;
  }
}
/* Bootstrap override */
.affix {
  top: 0px !important;
}
#iq_forsale_list {
  min-height: 320px;
  display: table;
  width: 100%;
}
.iq-hidden {
  display: none;
}
.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}
.search .iq-textdropdown {
  position: absolute;
  bottom: 0 !important;
  top: 0;
}
.search .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.search .btn .btn-xs .dropdown-toggle {
  background-color: #ebebeb !important;
  color: #000000 !important;
}
.search.affix {
  top: 0px;
  width: 100%;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  z-index: 12002 !important;
}
.search .iq-textdropdown button {
  background-color: #d6d6d6;
  color: #000000;
  bottom: 3px;
  right: -4px;
}
.search label {
  font-size: 12px;
  color: #555555;
  margin-bottom: 6px;
}
.modal-body .iq-textdropdown {
  position: absolute;
  bottom: 0 !important;
  top: 0;
  right: -4px;
}
.modal-body .iq-textdropdown button {
  background-color: #ffffff;
  color: #000000;
}
.modal-body .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.iq-criteria-nav {
  position: relative;
  font-size: 13px;
  width: 100%;
  z-index: 999;
}
.iq-criteria-nav label {
  font-weight: normal;
}
.iq-criteria-nav .well {
  margin-bottom: 0;
}
.iq-criteria-nav hr {
  margin: 0;
}
.iq-criteria-nav td {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
}
.iq-criteria-nav td:last-child {
  border-right: 0;
}
.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
.iq-criteria-nav .iq-criteria-drop {
  box-sizing: content-box;
  position: absolute;
  left: -1px;
  display: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.iq-criteria-nav .active > div,
.iq-criteria-nav .active > a,
.iq-criteria-nav .active > a:hover,
.iq-criteria-nav .active > a:focus {
  background-color: #fcfcfc!important;
}
.iq-criteria-drop {
  z-index: 1000;
}
.iq-listing-head {
  position: relative;
}
.iq-results-content {
  overflow: auto;
  overflow-x: hidden;
}
.iq-form-control-spacer {
  padding: 10px 0 10px 0;
}
.iq-criteria-nav td[class*="col-"],
.iq-criteria-nav th[class*="col-"] {
  float: left;
}
.iq-listings-card {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.iq-listings-card .carousel-inner img {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgba(245, 246, 247, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.iq-listings-card:hover {
  border: 1px solid #999;
}
.iq-listings-card-icons {
  color: #fff;
  font-size: 12px;
}
.iq-listings-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}
.iq-listings-card-image-expand a {
  font-family: arial, helvetica, sans-serif;
}
.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listings-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-listings-card-card-zoom:hover {
  opacity: .7;
}
.iq-listings-card-price-sent {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background-color: #33CC99;
}
.iq-listings-card-price {
  color: #ffffff;
  font-size: 28px;
  background-color: #254e75;
  height: 50px;
  padding: 5px 15px;
}
.iq-listings-card .listings-price {
  color: #ffffff;
  line-height: 38px;
  float: left;
  padding: 0 10px;
}
.iq-listings-card .carousel {
  height: auto;
}
.iq-listings-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}
.iq-listings-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}
.iq-listings-card address a {
  color: #666;
}
.iq-listings-card .iq-listings-card-icons {
  color: #888;
}
.iq-listings-card-social-icons {
  padding-right: 5px;
}
.iq-listings-card-agent-area {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.iq-listings-card-agent-area h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
  color: #555555;
  margin: 0;
}
.iq-listings-card-agent-area-icons {
  color: #888;
}
.iq-listings-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}
.iq-listings-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}
.iq-listings-card-menu-foot .iq-listings-card-video {
  margin: 0 0 3px 0;
}
.iq-listings-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
.iq-listings-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: .7;
}
.iq-listings-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}
.iq-listings-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: .7;
}
.iq-listings-watch-btn {
  border: 1px solid #eea236;
  border-radius: 0;
  background-color: #f0ad4e;
  color: #fff;
}
.iq-listings-watch-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: .7;
}
.iq-listings-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}
.iq-listings-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
}
.iq-listings-card-menu li {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
/* .iq-listings-card-openhouse { position:absolute; bottom:20px; right:20px; height:40px; max-height:40px; color:#ffffff; overflow:hidden; } */
.iq-listings-card-openhouse {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  max-height: 40px;
  color: #ffffff;
  overflow: hidden;
  display: table!important;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
/* LIST GRID */
.iq-listings-list-card-wrap {
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}
.iq-listings-list-card-wrap:hover {
  border: 1px solid #999;
  margin-bottom: 25px;
}
.iq-listings-map-selected {
  border-right: 4px solid #d9534f;
  border-left: 4px solid #d9534f;
}
.iq-listings-list-card {
  padding: 20px;
}
/* .iq-listings-list-card .iq-listings-alerts{ margin:10px; } */
.iq-listings-list-card .iq-listings-alerts .iq-listings-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-previews img {
  border: 1px solid #fff;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-new img {
  border: 1px solid #fff;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced img {
  border: 1px solid #fff;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house img {
  border: 1px solid #fff;
}
.iq-listings-list-card .iq-listings-alerts .iq-listings-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-list-card-head {
  padding: 5px 15px;
  background-color: #254e75;
  color: #fff;
  font-size: 18px;
}
.iq-listings-list-card-head address {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  display: inline;
  padding-left: 5px;
}
.iq-listings-list-card-head .distance {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
.iq-listings-list-card-head .badge {
  font-size: 18px;
}
.iq-listings-card-price .badge {
  font-size: 18px;
  float: left;
  margin: 8px 0;
}
.iq-listings-list-compare-input {
  font-size: 10px;
  color: #ffffff;
  line-height: 40px !important;
  float: right;
}
.iq-listings-list-card-icons {
  color: #ffffff;
  font-size: 17px;
}
.iq-listings-list-card-cols {
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.iq-listings-list-card-cols .carousel-inner {
  background-image: url(../../img/animated/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}
/*.iq-listings-list-card-col-1{ padding:0; }*/
.iq-listings-list-card-col-1 .well {
  margin-bottom: 0;
}
/*.iq-listings-list-card-col-2{ overflow:hidden; padding-right:0; }*/
.iq-listings-list-card-col-2 .iq-listings-list-card-price-wrap {
  font-size: 30px;
  font-weight: bold;
}
.iq-listings-list-card-col-2 .iq-listings-list-card-price-wrap > div {
  font-size: 50%;
}
.iq-listings-list-card-body td {
  font-size: 10px;
  background-color: #fff;
}
.iq-listings-list-card-body span {
  font-size: 18px;
  font-weight: bold;
}
.iq-listings-list-card-body .iq-listings-grid-mls-info {
  vertical-align: middle;
  font-size: 13px;
}
.iq-listings-list-card-body .iq-listings-grid-mls-info span {
  font-size: 13px;
  font-weight: bold;
}
.iq-listings-list-card-body .iq-listings-card-grid-onsite {
  vertical-align: middle;
  font-size: 13px;
}
.iq-listings-list-card-body .iq-listings-card-grid-onsite span {
  font-size: 13px;
  font-weight: bold;
}
.iq-listings-list-card-btn-wrap {
  margin-bottom: 20px;
}
.iq-listings-list-card-btn-wrap a:link,
.iq-listings-list-card-btn-wrap a:visited,
.iq-listings-list-card-btn-wrap a:hover,
.iq-listings-list-card-btn-wrap a:active {
  color: #ffffff;
}
.iq-listings-list-card-agent-area {
  height: 95px;
  margin: 0;
  position: relative;
}
.iq-listings-list-card-agent-area > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.iq-listings-list-card-agent-area a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
.iq-listings-list-card-agent-card {
  height: 100px;
}
.iq-listings-list-card-agent-card img {
  height: 100%;
  margin-right: 10px;
  float: left;
  border: 1px solid #e3e3e3;
}
.iq-listings-list-card-agent-area-icons {
  color: #888;
}
.iq-listings-list-card-agent-body {
  padding-top: 5px;
  text-align: left;
}
.iq-listings-list-card-agent-body h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.iq-listings-list-card-agent-area .iq-listings-list-card-list-provider {
  font-size: 10px;
  padding-top: 10px;
  text-align: left;
}
.iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
  height: 50px;
}
.iq-listings-list-card-agent-area .iq-listings-card-agent-idx > div {
  font-size: 10px;
}
.iq-listings-list-card-info-area {
  padding: 10px 15px;
}
.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}
.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listings-list-card-card-zoom {
  top: 43%;
  right: 45%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-listings-list-card-card-zoom:hover {
  opacity: .7;
}
.iq-listings-list-card .carousel {
  height: auto;
}
.iq-listings-list-card .carousel-inner {
  height: 100%;
}
.iq-listings-list-card .carousel-inner > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
/* DEFAULT FORM AREA */
.iq-listings-prop-search-form hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.iq-listings-list-form-head ul {
  padding: 10px;
  line-height: 20px;
}
.iq-listings-list-form-head .iq-listings-list-property {
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}
#description-container {
  margin: 10px 0 0 0;
  display: table;
  width: 100%;
}
#openhouse-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 28px 5px 30px;
}
.iq-listings-list-form-prop-drop {
  padding: 10px;
  line-height: 20px;
}
.iq-listings-list-form-prop-drop .iq-listings-list-form-prop-font {
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}
.iq-listings-list-form-watch-badges ul {
  margin: 0;
}
.iq-listings-list-form-watch-badges li {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: center;
  float: right;
  line-height: 34px;
}
.iq-listings-mobile-watch-icon {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  line-height: 40px;
}
#iq_listing_dialog .iq-listings-mobile-watch-icon {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  line-height: 30px;
}
#iq_listing_dialog #iq_listing_mls_disclaimer {
  display: block;
}
.iq-listings-list-form-margin-5 {
  margin-bottom: 5px;
}
.iq-listings-list-form-margin-10 {
  margin-bottom: 10px;
}
.iq-listings-list-form-margin-15 {
  margin-bottom: 15px;
}
.iq-listings-list-form-margin-20 {
  margin-bottom: 20px;
}
.iq-listings-prop-form-wrap {
  display: table;
  width: 100%;
}
.iq-listings-prop-form-head-row {
  display: table;
  width: 100%;
}
.iq-listings-status-message {
  font-size: 18px;
}
.iq-listings-compare-wrap {
  margin-bottom: 20px;
  height: 40px;
  border: 1px solid #e3e3e3;
}
.iq-listings-compare-image-wrap {
  margin: 0 4px 0 5px;
  display: inline;
  height: 34px;
  width: 50px;
  vertical-align: middle;
  border: 0;
}
.iq-listings-view-filter-wrap {
  margin-bottom: 10px;
}
.iq-listings-view-filter-wrap a {
  font-family: arial, helvetica, sans-serif;
}
.iq-listings-view-filter-pull-right {
  line-height: 30px;
  padding-right: 15px;
}
.iq-listings-view-filter-pull-right li {
  display: inline;
}
.iq-listings-details-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* COMPARE GRID */
.iq-compare-grid {
  width: 100%;
  margin: 0 0 20px 0;
}
.iq-compare-grid-col {
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
.iq-compare-grid-col-first {
  width: 200px;
}
.iq-compare-grid-col .iq-compare-grid-label {
  text-align: right;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}
.iq-compare-grid-col .iq-compare-grid-text {
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}
.iq-compare-grid-col .iq-compare-image {
  height: 137px;
  margin: 0 0 10px 10px;
  text-align: center;
}
.iq-compare-grid-col .iq-compare-image img {
  height: 135px;
  border: 1px solid #ccc;
}
/* OVERLAY AREA */
.iq-listings-details-alerts .iq-listings-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-listings-details-alerts .iq-listings-previews img {
  border: 1px solid #fff;
}
.iq-listings-details-alerts .iq-listings-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-details-alerts .iq-listings-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-listings-details-alerts .iq-listings-new img {
  border: 1px solid #fff;
}
.iq-listings-details-alerts .iq-listings-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-details-alerts .iq-listings-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-listings-details-alerts .iq-listings-reduced img {
  border: 1px solid #fff;
}
.iq-listings-details-alerts .iq-listings-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-details-alerts .iq-listings-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}
.iq-listings-details-alerts .iq-listings-open-house img {
  border: 1px solid #fff;
}
.iq-listings-details-alerts .iq-listings-open-house a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-listings-details-head {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-color: #254e75;
  padding: 5px 15px 5px 15px;
}
.iq-listings-details-head h2 {
  color: #fff;
}
.iq-listings-details-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listings-details-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-listings-details-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-listings-details-zoom:hover {
  opacity: .7;
}
.iq-listings-details-slider .carousel {
  height: 585px;
}
.iq-listings-details-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 585px;
  background-position: center;
}
.iq-overlay-side-icons {
  color: #254e75;
  font-size: 45px;
}
.iq-listings-details-info-grid {
  margin-left: 0;
  margin-right: 0;
}
.iq-listings-details-info-grid ul {
  padding-left: 0;
  list-style: none;
}
.iq-listings-details-info-grid li {
  float: left;
  width: 25%;
  height: 90px;
  padding: 5px 5px 5px 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}
.iq-listings-details-info-grid .iq-listings-details-info {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 4px;
  padding-top: 15px;
}
.iq-listings-list-card-listinginfo {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.iq-listings-list-card-listinginfo .fa {
  color: #ffffff;
}
.iq-search-layout .iq-compare-wrap {
  line-height: 32px;
  margin-bottom: 15px;
}
.iq-search-layout .iq-compare-wrap .btn-sm {
  float: left;
  margin: 2px 2px;
}
#iq_criteria_form .btn {
  background-color: #254e75;
  color: #ffffff;
  border-color: #254e75;
}
#iq_res_criteria_form .btn-info,
#iq_mul_criteria_form .btn-info,
#iq_com_criteria_form .btn-info,
#iq_lan_criteria_form .btn-info {
  background-color: #254e75;
  color: #ffffff;
  border-color: #254e75;
}
/*--- Overlay FontAwesome Enhancement ---*/
* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
  display: none;
}
*:hover > .fa.fa-hover-show {
  display: inline-block;
}
.-railo-dump .label {
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  border-radius: 0px;
  white-space: normal;
}
.-railo-dump table {
  margin: 0px;
}
.iq-search-layout .iq-listings-filters .small {
  font-size: 10px;
}
.iq-search-layout .iq-listings-filters .form-control {
  height: 30px;
}
.iq-search-layout .iq-listings-filters {
  height: 87px;
  padding: 10px 0 10px 0;
  z-index: 3;
  background-color: #ffffff;
}
.iq-search-layout .ui-slider-horizontal {
  background: #cccccc;
  margin: 11px;
}
.iq-search-layout .ui-slider-range {
  background: #ebebeb!important;
}
.iq-search-layout .ui-slider-handle {
  border-radius: 50%;
  background: #ffffff !important;
  border-color: #536670!important;
  border-width: 8px!important;
  top: -0.4em !important;
  margin-left: -0.8em !important;
  width: 1.6em!important;
  height: 1.6em!important;
}
#iq_res_criteria_modal .container,
#iq_com_criteria_modal .container,
#iq_lan_criteria_modal .container,
#iq_mul_criteria_modal .container {
  padding: 10px 0 0 0;
}
#iq_listing_dialog .container {
  padding: 0;
}
.modal-content {
  border-radius: 0px;
}
.modal-header {
  background-color: #254e75;
  min-height: 56px;
}
.modal-title {
  color: #ffffff;
}
.modal-header .close {
  color: #ffffff;
}
.form-control {
  border-radius: 0px;
}
#iq_res_criteria_modal fieldset,
#iq_com_criteria_modal fieldset,
#iq_lan_criteria_modal fieldset,
#iq_mul_criteria_modal fieldset {
  padding-top: 15px;
  margin: 0;
}
.iq-searchform-label {
  padding: 10px 0 10px 0;
}
.switch-toggle label {
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 30px;
  outline: 0!important;
}
.switch-toggle input:focus + label {
  color: #fff;
  border-color: #254e75 !important;
}
.switch-toggle input:checked + label {
  color: #fff;
  background-color: #254e75 !important;
}
.switch-light strong {
  font-size: 14px;
  padding: 15px 0 15px 0;
  margin: 0;
  display: block;
}
.switch-light {
  padding: 0px;
}
.switch-light input + span > span.iq-yes {
  color: #000000;
}
.switch-light input + span > span.iq-no {
  color: #ffffff;
}
.switch-light input:checked + span > span.iq-yes {
  color: #ffffff;
}
.switch-light input:checked + span > span.iq-no {
  color: #000000;
}
.switch-light a {
  background-color: #254e75;
}
.switch-toggle a {
  display: block;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #254e75 !important;
}
.switch-light .btn-primary {
  background-color: #254e75;
  outline: 0!important;
}
fieldset legend {
  font-size: 14px !important;
  text-align: center !important;
  font-weight: bold;
  padding: 5px 0 5px 0;
  margin: 0;
}
.iq-listings-filters fieldset legend {
  text-align: left !important;
  padding: 0 0 7px 0 !important;
  color: #555555 !important;
  font-size: 12px !important;
}
.iq-searchform-companylogo {
  line-height: 53px;
  vertical-align: middle;
}
.iq-searchform-companylogo img {
  height: 50px;
}
/* jquery ui overrides */
.ui-dialog {
  z-index: 12050 !important;
}
/* bootstrap overrides */
.iq-search-layout .btn-default.active {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .search.iq-listings-filters {
    min-height: 60px !important;
  }
  .search.iq-listings-filters form {
    margin-top: 5px;
  }
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #iq_map_container {
    margin-bottom: 25px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-head address,
  .iq-listings-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-listings-list-card-head .badge {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
    height: 25px;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block!important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
  .listings-price {
    color: #ffffff;
    font-size: 16px;
  }
  #iq_beds_container,
  #iq_baths_container,
  #iq_sqfoot_container,
  #iq_subtype_container,
  #iq_acreage_container,
  #iq_zoning_container,
  #iq_units_container label,
  #iq_buildings_container label {
    margin-top: 10px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
  #iq_res_criteria_modal .well,
  #iq_com_criteria_modal .well,
  #iq_lan_criteria_modal .well,
  #iq_mul_criteria_modal .well {
    margin-bottom: 20px;
  }
  #iq_beds_container_dropdown {
    display: none;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .iq-search-layout .iq-listings-filters {
    height: 50px;
    padding: 10px 0 10px 0;
    z-index: 3;
    background-color: #ffffff;
  }
  .iq-listings-list-card-btn-wrap {
    margin: 10px 0 10px 0;
    font-size: 14px;
  }
  .iq-listings-list-card-agent-area {
    height: 70px;
    font-size: 80%;
    margin: 0 0 10px 0;
  }
  .iq-listings-list-card-agent-card {
    height: 70px;
    margin: 0;
  }
  .iq-listings-list-card-agent-body {
    height: 70px;
    text-align: right;
  }
  .iq-listing-contact {
    margin-top: 20px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0px ;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  #iq_listing_next {
    display: none;
  }
  .iq-listing-head {
    font-size: 16px;
  }
  .modal-body {
    padding: 5px;
    font-size: 10px;
  }
  label.iq-stack {
    width: 100% !important;
    display: inline-block !important;
    margin: 10px 0 10px 0 !important;
  }
  .iq-listings-list-card-btn-wrap a:link,
  .iq-listings-list-card-btn-wrap a:visited,
  .iq-listings-list-card-btn-wrap a:hover,
  .iq-listings-list-card-btn-wrap a:active {
    padding: 5px;
    font-size: 16px;
  }
  #iq_listings .img-responsive {
    max-height: 50px;
  }
  .iq-listings-card .iq-listings-card-price {
    font-size: 14px;
    display: table;
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  .iq-listings-card .badge {
    font-size: 14px;
  }
  .iq-listings-card .iq-listings-mobile-watch-icon {
    font-size: 16px;
  }
  .iq-listings-list-card-info-area {
    padding: 0 10px;
  }
  .iq-slider {
    padding: 10px;
  }
  #iq_results_content_loading h1 {
    font-size: 24px;
  }
  #iq_listings .iq-pg-header {
    display: none;
  }
  .st-inside-header {
    display: none;
  }
  .form-control {
    font-size: 10px;
  }
  .iq-listing-info-affix {
    width: auto !important;
    margin: 0 !important;
    padding: 0 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #iq_map_container {
    margin-bottom: 25px;
  }
  .iq-listings-list-card-head address,
  .iq-listings-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-listings-list-card-head .badge {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-area .iq-listings-card-agent-idx img {
    height: 25px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block!important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
  #iq_beds_container,
  #iq_baths_container,
  #iq_sqfoot_container,
  #iq_subtype_container,
  #iq_acreage_container,
  #iq_zoning_container,
  #iq_units_container label,
  #iq_buildings_container label {
    margin-top: 10px;
  }
  #iq_res_criteria_modal label,
  #iq_com_criteria_modal label,
  #iq_lan_criteria_modal label,
  #iq_mul_criteria_modal label {
    margin: 0px;
    font-size: 12px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
  .iq-listings-list-card-btn-wrap {
    margin-top: 20px;
    font-size: 14px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0px ;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  #iq_listing_next {
    display: none;
  }
  .iq-listing-head {
    font-size: 16px;
  }
  .modal-body {
    padding: 10px;
  }
  label.iq-stack {
    width: 100% !important;
    display: inline-block !important;
    margin: 10px 0 10px 0 !important;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .img-responsive {
    max-height: 100px;
  }
  .iq-listings-list-card-agent-body {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-listings-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-listings-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-listings-list-card-body button {
    width: 100%;
  }
  .iq-listings-list-card-body .iq-listings-btn-space {
    margin-top: 5px;
  }
  #iq_beds_container,
  #iq_baths_container,
  #iq_sqfoot_container,
  #iq_subtype_container,
  #iq_acreage_container,
  #iq_zoning_container,
  #iq_units_container label,
  #iq_buildings_container label {
    margin-top: 10px;
  }
  #iq_res_criteria_modal label,
  #iq_com_criteria_modal label,
  #iq_lan_criteria_modal label,
  #iq_mul_criteria_modal label {
    font-size: 12px;
  }
  .iq-rowlimit {
    position: absolute;
    top: 25px;
    left: 0px ;
    font-size: 10px;
    z-index: 999;
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
    padding: 5px;
  }
  .iq-search-layout .iq-listings-filters {
    height: 50px;
    padding: 10px 0 10px 0;
    z-index: 3;
    background-color: #ffffff;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  #iq_res_criteria_modal label.btn,
  #iq_com_criteria_modal label.btn,
  #iq_lan_criteria_modal label.btn,
  #iq_mul_criteria_modal label.btn {
    margin: 5px 0 5px 0;
    width: 100%;
  }
  .iq-searchform-companylogo {
    line-height: 35px !important;
  }
  .iq-searchform-companylogo img {
    height: 35px !important;
  }
  /* .iq-listings-card-openhouse { position:absolute; top:20px; left:20px; height:40px; max-height:40px; color:#ffffff; overflow:hidden; } */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .iq-listings-filters {
    font-size: 10px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-body {
    font-size: 10px !important;
  }
  .iq-listings-list-card-agent-body h4 {
    font-size: 14px !important;
  }
  .iq-listings-list-card-agent-card img {
    width: 70px;
    height: auto !important;
  }
  .iq-listings-list-card-agent-card .iq-company-logo {
    display: none;
  }
  .iq-narrow-results {
    display: none !important;
  }
  #iq_list_price_container {
    padding: 0px;
    margin: 0 -15px 0 -15px;
  }
  /* .iq-listings-card-openhouse { position:absolute; top:20px; left:20px; height:40px; max-height:40px; color:#ffffff; overflow:hidden; } */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  .iq-listings-filters {
    font-size: 12px;
  }
  .iq-listings-list-card-listinginfo {
    font-size: 12px;
  }
  .iq-listings-list-card-agent-body {
    font-size: 12px !important;
  }
  .iq-listings-list-card-agent-body h4 {
    font-size: 14px !important;
  }
  .iq-listings-list-card-agent-card img {
    width: 70px;
    height: auto !important;
  }
  .iq-listings-list-card-agent-card .iq-company-logo {
    width: 80px;
    height: auto;
  }
  .iq-narrow-results {
    display: none !important;
  }
  #iq_list_price_container {
    padding: 0px;
    margin: 0 -15px 0 -15px;
  }
  /* .iq-listings-card-openhouse { position:absolute; top:20px; left:20px; height:40px; max-height:40px; color:#ffffff; overflow:hidden; } */
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}
.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
/* MY PORTAL LOGIN PAGE */
/*.iq-portal-carousel h2{ margin:0; color:#fff; padding-top:90px; font-size:52px; font-family:"trebuchet ms", sans-serif; }*/
.iq-portal-carousel h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 5px;
}
.iq-portal-carousel .item {
  background: #333;
  background-size: cover;
  text-align: center;
  height: 300px !important;
}
.iq-portal-carousel {
  margin-bottom: 20px;
}
.iq-portal-carousel .carousel-caption {
  padding-bottom: 90px;
}
.iq-portal-carousel .carousel-caption p {
  font-size: 19px;
}
.iq-portal-login {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  padding: 15px;
}
.iq-portal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.iq-portal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}
.iq-portal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: #7089a1;
  margin: 0;
}
.iq-portal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}
.iq-portal-login-button {
  width: 100%;
  margin: 10px 0;
}
.iq-portal-login-button:hover {
  opacity: .7;
  color: #fff;
}
.iq-portal-login-button:active {
  opacity: .7;
  color: #fff;
}
.iq-portal-chevron-main-right {
  right: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 0 0 3px;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-portal-chevron-main-left {
  left: 25%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 3px 0 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
/* MY PORTAL */
.iq-portal-jumbo h1 {
  font-size: 35px;
  margin-bottom: 10px;
}
.iq-portal-jumbo-info {
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 25px;
}
.iq-portal-card-button {
  text-align: right;
}
.iq-portal-card-button button {
  width: 180px;
}
.table-responsive .label-responsive {
  display: none;
  font-weight: bold;
  background-color: #fff;
}
/* MY PORTAL ALERTS*/
.iq-portal-icon-copy {
  font-size: 18px;
  color: #777;
}
.iq-portal-callout-danger {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.iq-portal-callout-danger h4 {
  color: #B94A48;
}
.iq-portal-callout-warning {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.iq-portal-callout-warning h4 {
  color: #C09853;
}
.iq-portal-callout-info {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.iq-portal-callout-info h4 {
  color: #3A87AD;
}
/* MY PORTAL CRITERIA CARDS */
.iq-portal-watch-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-portal-watch-card .iq-portal-watch-count {
  height: 140px;
  background-color: #f0ad4e;
  text-align: center;
}
.iq-portal-watch-card .iq-portal-watch-body {
  height: 110px;
  display: table;
}
.iq-portal-watch-card .iq-portal-watch-total {
  font-size: 29px;
  color: #fff;
}
.iq-portal-watch-card .iq-portal-watch-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-portal-watch-card .iq-portal-watch-description p {
  margin-top: 10px;
}
.iq-portal-watch-card .iq-portal-watch-description button {
  margin: 10px 0 0 0;
}
.iq-portal-watch-card .iq-portal-watch-description button:hover {
  opacity: .7;
  color: #fff;
}
.iq-portal-saved-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-portal-saved-card .iq-portal-saved-count {
  height: 140px;
  background-color: #2D83B6;
  text-align: center;
}
.iq-portal-saved-card .iq-portal-saved-body {
  height: 140px;
  display: table;
}
.iq-portal-saved-card .iq-portal-saved-total {
  font-size: 29px;
  color: #fff;
}
.iq-portal-saved-card .iq-portal-saved-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-portal-saved-card .iq-portal-saved-description p {
  margin: 10px 0 0 0;
}
.iq-portal-saved-card .iq-portal-saved-description button {
  margin: 10px 5px 0 0;
}
.iq-portal-saved-card .iq-portal-saved-description button:hover {
  opacity: .7;
  color: #fff;
}
.iq-portal-emailed-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-portal-emailed-card .iq-portal-emailed-count {
  height: 140px;
  background-color: #33CC99;
  text-align: center;
}
.iq-portal-emailed-card .iq-portal-emailed-body {
  height: 140px;
  display: table;
}
.iq-portal-emailed-card .iq-portal-emailed-total {
  font-size: 29px;
  color: #fff;
}
.iq-portal-emailed-card .iq-portal-emailed-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-portal-emailed-card .iq-portal-emailed-description p {
  margin: 10px 0 0 0;
}
.iq-portal-emailed-card .iq-portal-emailed-description button {
  margin: 10px 5px 0 0;
}
.iq-portal-emailed-card .iq-portal-emailed-description button:hover {
  opacity: .7;
  color: #fff;
}
/* MY PORTAL AGENT SIDEBAR */
.iq-portal-agent-card-wrap {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 14px;
  width: 100%;
}
.iq-portal-agent-card-wrap h5 {
  margin-bottom: 10px;
  font-size: 17px;
}
.iq-portal-agent-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-portal-agent-card:hover {
  border: 1px solid #999;
}
.iq-portal-agent-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-portal-agent-card .iq-portal-agent-card-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-portal-agent-card .iq-portal-agent-card-name {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
}
.iq-portal-agent-card .iq-portal-agent-card-name h1 {
  color: #ffffff;
  margin: 0;
}
.iq-portal-agent-card .iq-portal-agent-card-name a:hover {
  text-decoration: none;
}
.iq-portal-agent-card .iq-portal-agent-card-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap {
  background-color: #ffffff;
  height: 160px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info {
  height: 70px;
  line-height: 16px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-info-icons {
  font-size: 12px;
  color: #888;
  padding-right: 10px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-social-icons {
  font-size: 13px;
  color: #7089a1;
  padding-right: 5px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-info .iq-portal-agent-card-social-links {
  margin-top: 8px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office {
  color: #555555;
  margin: 13px 0 0 2px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office ul {
  font-size: 11px;
  line-height: 13px;
  list-style: none;
}
.iq-portal-agent-card .iq-portal-agent-card-info-wrap .iq-portal-agent-card-office a {
  color: #555555;
}
.iq-portal-agent-card .iq-portal-agent-card-foot {
  padding: 15px 0 12px 0;
  background-color: #ffffff;
}
.iq-portal-agent-card .iq-portal-agent-card-foot .iq-portal-agent-card-foot-icons {
  color: #7089a1;
  font-size: 12px;
}
.iq-portal-office-info-contact-agent {
  background-color: #fff;
  padding: 15px 0 22px 15px;
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  margin-bottom: 20px;
}
.iq-portal-office-info-contact-agent .iq-portal-office-info-contact-agent-icon {
  font-size: 14px;
  color: #7089a1;
  padding-right: 5px;
}
.iq-portal-office-info-contact-agent-thumb {
  height: 100px;
  width: 75px;
  background-size: cover;
}
.iq-portal-office-info-contact-agent h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.iq-portal-office-info-contact-agent h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.iq-portal-office-info-contact-agent .iq-portal-office-info-contact-agent-body {
  padding: 2px 0 0 10px;
}
.iq-portal-agent-team-member-icons {
  font-size: 12px;
  padding-right: 5px;
}
.iq-portal-card-sm-social-links {
  margin-top: 5px;
}
.iq-portal-card-sm-social-icons {
  font-size: 16px;
  padding-right: 5px;
}
/* MY PORTAL NAVIGATION */
.iq-portal-sidebar-nav-icons {
  font-size: 13px;
}
.iq-portal-sidebar-nav ul li a {
  background-color: #f8f8f8;
  margin-bottom: 5px;
}
.iq-portal-sidebar-nav ul li a:hover {
  background-color: #e3e3e3;
  margin-bottom: 5px;
}
/*.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-watches-on{ background:#FF9966; height:30px; padding:7px 0 0 10px; }
	.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-watches-on a{ color:#fff; }
	
.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-watching-on{ background:#2D83B6; height:30px; padding:7px 0 0 10px; }
	.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-watching-on a{ color:#fff; }
	
.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-emailed-on{ background:#33CC99; height:30px; padding:7px 0 0 10px; }
	.iq-portal-sidebar-nav .iq-portal-sidebar-sub-tab-emailed-on a{ color:#fff; }
*/
.iq-portal-nav-collapse {
  padding-left: 25px;
}
.iq-portal-nav-collapse li {
  padding-left: 5px;
}
.iq-portal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}
.iq-portal-nav-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}
.iq-portal-nav-form-btn:hover,
.iq-portal-nav-form-btn:active,
.iq-portal-nav-form-btn:visited,
iq-portal-nav-form-btn:link {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  opacity: .7;
}
/*MY PORTAL WATCHES PAGE*/
.iq-portal-watches-table table {
  width: 100%;
}
.iq-portal-watches-table table th {
  text-align: center;
}
/*.iq-portal-watch-results-content .table-responsive{ overflow-x:auto; }*/
.iq-portal-watch-statusmessage {
  display: inline;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}
.iq-portal-watch-action-icons {
  display: inline;
  padding: 0 5px;
}
.iq-portal-watch-action-icon {
  font-size: 15px;
}
/* MY PORTAL FILES PAGE*/
.iq-portal-files-results-icon {
  font-size: 15px;
  padding-right: 5px;
}
.iq-portal-files-results-subhd {
  height: 40px;
  font-size: 85%;
}
.iq-portal-files-statusmessage {
  display: inline;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}
.iq-portal-files-table-head {
  border-top: 0!important;
  font-weight: bold;
}
.iq-portal-files-table-icon {
  font-size: 15px;
}
/* MY PORTAL WATCH FORM */
.iq-criteria-nav label {
  font-weight: bold;
  margin: 3px 0 0 0;
}
.iq-criteria-nav .well {
  margin-bottom: 0;
}
.iq-criteria-nav hr {
  margin: 0;
}
.iq-criteria-nav td {
  vertical-align: top;
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
}
.iq-criteria-nav td select {
  font-size: 12px;
}
.iq-criteria-nav td:last-child {
  border-right: 0 ;
}
.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
.iq-form-control-spacer {
  margin: 5px 0;
  display: block;
}
#iq-myportal .ui-widget.ui-widget-content {
  z-index: 999;
}
/*.iq-criteria-nav td[class*="col-"], .iq-criteria-nav th[class*="col-"] { float:left; }*/
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-criteria-nav td {
    display: block!important;
    border-style: none;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav {
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-criteria-nav td {
    display: block!important;
    border-style: none;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0px;
  }
  .iq-criteria-nav {
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
/* MY PORTAL WATCHING PAGE*/
.iq-portal-watching-results-subhd {
  height: 40px;
  font-size: 85%;
}
.iq-portal-watching-nav-count {
  padding: 15px 10px!important;
  font-size: 16px;
  height: auto!important;
}
.iq-portal-watching-nav-icons {
  padding-right: 10px;
}
.iq-portal-watching-nav-icons-drop {
  padding: 0 10px 0 15px;
  margin: 10px 0;
}
.iq-portal-watching-nav-icons-drop {
  padding: 0 10px 0 15px;
}
.iq-portal-watching-delete-all-wrap {
  margin: 0;
}
.iq-portal-watching-nav-delete-all {
  color: #888 !important;
}
.iq-portal-watching-nav-delete-all:hover {
  color: #d53033 !important;
}
.iq-portal-watching-statusmessage {
  display: inline;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 16px;
}
.iq-portal-watching-table-head {
  border-top: 0!important;
  font-weight: bold;
}
.iq-portal-watching-table-icon {
  font-size: 15px;
}
.iq-portal-watching-listing-cards-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.iq-portal-watching-listing-card {
  background: #ffffff;
  color: #555555;
}
.st-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}
.st-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-portal-watching-listing-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-portal-watching-listing-card-zoom:hover {
  opacity: .7;
}
.iq-portal-watching-listing-home {
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
}
.iq-portal-watching-listing-home-price-sent {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background-color: #33CC99;
}
.iq-portal-watching-listing-home-price-watching {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background-color: #2D83B6;
}
.iq-portal-watching-listing-home .fa-dollar {
  font-size: 25px;
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}
.iq-portal-watching-listing-home .portal-price {
  text-shadow: 1px 1px 5px #000;
  margin-right: -5px;
}
.iq-portal-watching-listing-home .carousel {
  height: 195px;
}
.iq-portal-watching-listing-home .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 195px;
  background-position: center;
}
.iq-portal-watching-listing-home address {
  padding: 15px 0 8px 14px;
  margin-bottom: 0;
}
.iq-portal-watching-listing-home address a {
  color: #666;
}
.iq-portal-watching-listing-home .iq-portal-icons {
  color: #888;
}
.iq-portal-watching-listing-body {
  padding: 0 0 18px 20px;
}
.iq-portal-watching-listing-home .iq-portal-watching-home-info {
  padding: 0 0 0 5px;
}
.iq-portal-watching-listing-home .iq-portal-watching-home-info a {
  color: #666;
}
.iq-portal-watching-home-info-icon {
  color: #888;
  padding-right: 5px;
}
.iq-portal-watching-listing-home-agent {
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
  display: table;
}
.iq-portal-watching-listing-social {
  background-color: #eee;
  height: 35px;
  padding: 9px 10px 0 13px;
}
.iq-portal-watching-listing-social ul li {
  display: inline-block;
}
.iq-portal-watching-listing-remove {
  float: right;
}
.iq-portal-watching-listing-social-icons {
  color: #777777;
}
.iq-portal-watching-listing-sent {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}
.iq-portal-watching-listing-sent-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}
.iq-portal-watching-listing-watched {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}
.iq-portal-watching-listing-watched-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}
.iq-portal-watching-listing-hidden {
  padding: 2px 0 2px 18px;
  background-color: #eee;
  color: #666;
}
.iq-portal-watching-listing-hidden-icon {
  color: #666;
  font-size: 12px;
  padding-right: 5px;
}
.iq-portal-watching-listing-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
}
.iq-portal-watching-listing-form-btn:hover {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  opacity: .7;
}
.iq-portal-watching-form-links {
  line-height: 24px;
}
.iq-portal-watching-form-links ul {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.iq-portal-watching-form-links-icons {
  padding-right: 5px;
}
.iq-portal-pagination-active {
  background-color: #777 !important;
  color: #fff !important;
}
/*.iq-form-field-required{ position:absolute; right:30px; margin-top:-20px; color:#f00000; font-weight:bold; font-size:14px; }	
*/
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 315px;
  }
  .st-watching-watch-create {
    width: 100%;
  }
  .iq-portal-jumbo h1 {
    font-size: 25px;
  }
  .iq-portal-jumbo-info {
    font-size: 15px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-body {
    padding: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-emailed-card .iq-portal-emailed-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-saved-card .iq-portal-saved-description p {
    margin-bottom: 0;
    text-align: justify;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: 65px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: 65px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: 65px;
  }
  .iq-portal-card-button {
    text-align: center;
  }
  .iq-portal-carousel .carousel-caption {
    padding-bottom: 50px;
  }
  .iq-portal-carousel h3 {
    font-size: 25px;
  }
  .table-responsive table {
    width: 100%;
  }
  .table-responsive th {
    display: none;
  }
  .table-responsive tr td {
    display: block;
    border-top: 0 !important;
    text-align: center;
  }
  .table-responsive tr td:last-child {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .table-responsive .label-responsive {
    display: inline;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .st-watching-files-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
  .iq-portal-watching-results-hd {
    margin: 15px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  /*MY PORTAL WATCHES PAGE*/
  .iq-portal-watching-delete-all-desk {
    display: none;
  }
  .st-watching-watch-create {
    width: 100%;
  }
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 585px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-body {
    padding: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-body {
    padding: 15px;
  }
  .iq-portal-watch-card .iq-portal-watch-description p {
    margin-bottom: 0;
  }
  .iq-portal-emailed-card .iq-portal-emailed-description p {
    margin-bottom: 0;
  }
  .iq-portal-saved-card .iq-portal-saved-description p {
    margin-bottom: 0;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: 65px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: 65px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: 65px;
  }
  .iq-portal-card-button {
    text-align: center;
  }
  .iq-portal-carousel .carousel-caption {
    padding-bottom: 85px;
  }
  .iq-portal-carousel h3 {
    font-size: 45px;
  }
  .table-responsive table {
    width: 100%;
  }
  .table-responsive th {
    display: none;
  }
  .table-responsive tr td {
    display: block;
    border-top: 0 !important;
  }
  .table-responsive tr td:last-child {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .table-responsive .label-responsive {
    display: inline;
  }
  .iq-portal-watching-results-hd {
    margin: 15px 0;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .st-watching-files-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 710px;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: 65px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: 65px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: 65px;
  }
  .navbar-toggle {
    display: none;
  }
  .iq-portal-watching-watch-create {
    width: 100%;
  }
  .iq-portal-agent-card-wrap {
    display: none;
  }
  .iq-portal-watching-results-hd {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  .iq-portal-agent-card .iq-portal-agent-card-image {
    height: 205px;
  }
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
  .iq-portal-watch-card .iq-portal-watch-count {
    height: 140px;
  }
  .iq-portal-watch-description {
    padding-top: 15px;
  }
  .iq-portal-saved-card .iq-portal-saved-count {
    height: 140px;
  }
  .iq-portal-saved-description {
    padding-top: 15px;
  }
  .iq-portal-emailed-card .iq-portal-emailed-count {
    height: 140px;
  }
  .iq-portal-emailed-description {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  .iq-portal-agent-card-wrap2 {
    display: none;
  }
}
/* HACK TO MAKE SCROLLBARS SHOW ON DIVS WHEN THEY OVERFLOW */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
/* OFFICE SEARCH PAGE */
.iq-office-details {
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border: 1px solid #e3e3e3;
  color: #3C4548;
}
.iq-office-details h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 22px;
  margin: 0;
}
.iq-office-details .office-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-office-details .office-image img {
  width: 100%;
  height: auto;
}
.iq-office-details .office-name {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-office-details .office-name h1 {
  color: #ffffff;
}
.iq-office-details .button-nav {
  margin-top: 20px;
  padding-right: 5px;
}
.iq-office-details .info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}
.iq-office-details .info .phone-lines {
  padding: 9px 0;
}
.iq-office-details .info .phone-lines .info-icons {
  font-size: 12px;
}
.iq-office-details .map {
  margin-top: 15px;
}
.iq-office-details .map a {
  display: block;
  background-position: center;
}
.iq-office-details .map img {
  width: 100%;
  height: auto;
}
.iq-office .iq-agents-card-sm .iq-agents-card-sm-image {
  height: auto;
}
.iq-office-details .info-icons {
  font-size: 13px;
  padding-right: 5px;
}
.iq-office-details-sidebar h3 {
  margin-top: 0;
  font-weight: normal;
}
.iq-office-details-sidebar hr {
  margin: 0 0 10px 0;
}
.iq-office-info-manager hr {
  margin-bottom: 0;
}
.iq-office-info-manager .iq-office-info-manager-icon {
  font-size: 14px;
  padding-right: 5px;
}
.iq-office-info-manager-thumb {
  height: 80px;
  width: 70px;
  background-size: cover;
  float: left;
}
.iq-office-info-manager h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.iq-office-info-manager h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-office-details .office-image {
    height: 205px;
  }
  .iq-office-details .button-nav {
    margin-top: 4px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -16px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-office-details .button-nav {
    margin-top: 4px;
  }
  .iq-office-details .button-nav {
    margin-top: 10px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -15px 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-office-details .button-nav {
    margin-top: 15px;
  }
  .iq-office-info-header {
    padding-bottom: 25px;
  }
  .iq-office-details .iq-offices-map-area {
    margin: 22px -16px 0 -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-offices-search-form {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
/* OFFICE GRID PAGE */
.iq-offices-grid {
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border: 1px solid #e3e3e3;
  color: #3C4548;
}
.iq-offices-grid:hover {
  border: 1px solid #999;
}
.iq-offices-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 22px;
  margin: 0;
}
.iq-offices-grid .office-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-offices-grid .office-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-offices-grid .office-name {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-offices-grid .office-name h1 {
  color: #ffffff;
}
.iq-offices-grid .office-map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}
.iq-offices-grid .office-map a {
  display: block;
}
.iq-offices-grid .office-map img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-offices-grid .button-nav {
  margin-top: 20px;
  padding-right: 5px;
}
.iq-offices-grid .button-nav a {
  width: 100%;
}
.iq-offices-grid .info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}
.iq-offices-grid .info .phone-lines {
  padding: 9px 0;
}
.iq-offices-grid .info .phone-lines .info-icons {
  font-size: 12px;
}
.iq-offices-grid .info-icons {
  font-size: 13px;
  padding-right: 5px;
}
/* OFFICE CARD PAGE */
.iq-offices-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-offices-card:hover {
  border: 1px solid #999;
}
.iq-offices-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-offices-card .iq-offices-card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.iq-offices-card .iq-offices-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-offices-card .iq-offices-card-head {
  padding: 15px 0;
  background-color: #254e75;
}
.iq-offices-card .iq-offices-card-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-offices-card .iq-offices-card-head a:hover {
  text-decoration: none;
}
.iq-offices-card .iq-offices-card-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.iq-offices-card .iq-offices-card-body {
  height: 120px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-info {
  height: 70px;
  line-height: 17px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-info .iq-offices-card-info-icons {
  font-size: 12px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-office {
  color: #555555;
  margin: 13px 0 0 2px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-office ul {
  font-size: 11px;
  line-height: 13px;
}
.iq-offices-card .iq-offices-card-body .iq-offices-card-office a {
  color: #555555;
}
.iq-offices-card .iq-offices-card-foot {
  padding: 15px 0 20px 0;
}
/* above has been cleaned up */
.iq-offices-grid .list-foot {
  padding: 20px 0 0 0;
}
.iq-offices-grid .list-foot ul li {
  display: inline;
  padding-right: 10px;
  line-height: 10px;
}
.iq-offices-grid .list-foot .icons {
  font-size: 14px;
}
.iq-offices-grid .list-foot .dropup ul {
  padding: 5px;
}
.iq-offices-grid .list-foot .dropup li {
  display: inline;
  padding-right: 15px;
}
.iq-offices-grid .list-foot .dropup li a {
  line-height: 0;
  padding: 0 0 0 12px;
  width: 100%;
}
.iq-offices-grid .iq-offices-map-area {
  height: 180px;
  min-width: 225px;
  margin: 22px 8px 0 -25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.social-office {
  border: 0;
  font-size: 13px;
}
.social-office:hover,
.social-office:focus,
.social-office:active,
.social-office.active,
.open .dropdown-toggle.social-office {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.st-agent-officecard {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.st-agent-officecard h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.st-agent-officecard .st-agent-officecard-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.st-agent-officecard .st-agent-officecard-name {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
}
.st-agent-officecard .st-agent-officecard-name h1 {
  color: #ffffff;
  margin: 0;
}
.st-agent-officecard .st-agent-officecard-name a:hover {
  text-decoration: none;
}
.st-agent-officecard .st-agent-officecard-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.st-agent-officecard .st-agent-officecard-info-wrap {
  background-color: #ffffff;
  height: 95px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info {
  height: 70px;
  line-height: 2px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-info-icons {
  font-size: 14px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-social-icons {
  font-size: 16px;
  padding-right: 5px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-info .st-agent-officecard-social-links {
  margin-top: 8px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office {
  color: #555555;
  margin: 13px 0 0 2px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office ul {
  font-size: 11px;
  line-height: 13px;
}
.st-agent-officecard .st-agent-officecard-info-wrap .st-agent-officecard-office a {
  color: #555555;
}
.st-agent-officecard .st-agent-officecard-foot {
  padding: 10px 0 12px 0;
  background-color: #ffffff;
}
.st-agent-officecard .st-agent-officecard-foot .st-agent-officecard-foot-icons {
  font-size: 15px;
}
.iq-offices-profile-text {
  margin-bottom: 20px;
}
/* ST AGENT PROFILE */
.st-side-bar-icons {
  padding-right: 5px;
  color: #888;
  font-size: 14px;
  vertical-align: top;
}
.st-agent-profile {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  color: #555555;
}
.st-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.st-agent-profile .st-agent-profile-image {
  height: 306px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.st-agent-profile .st-agent-profile-name {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.st-agent-profile .st-agent-profile-name a:hover {
  text-decoration: none;
}
.st-agent-profile .st-agent-profile-name h1 {
  color: #ffffff;
}
.st-agent-profile .st-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.st-agent-profile .st-agent-profile-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}
.st-agent-profile .st-agent-profile-info .st-agent-profile-social-links {
  font-size: 17px;
  margin-top: 8px;
}
.st-agent-profile .st-agent-profile-info .st-agent-profile-social-links .st-agent-profile-info-icons {
  font-size: 16px;
  padding-top: 3px;
}
.st-agent-profile .st-agent-profile-info-icons {
  font-size: 14px;
  color: #7089a1;
  padding-right: 5px;
}
.st-agent-profile .st-agent-profile-office {
  color: #555555;
  padding: 0 5px 0 47px;
}
.st-agent-profile .st-agent-profile-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}
.st-agent-profile .st-agent-profile-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}
.st-agent-profile .st-agent-profile-office a {
  color: #555555;
}
.st-agent-profile .st-agent-profile-foot {
  padding: 45px 0 10px 25px;
}
.st-agent-profile .st-button-agent {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 20px;
}
.st-agent-profile .st-button-agent:hover {
  opacity: .7;
  text-decoration: none;
}
.iq-offices-button-agent-profile {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}
.iq-offices-button-agent-profile:hover {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 20px;
  opacity: .7;
}
.st-agent-profile-search {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
}
.st-agent-profile-search h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.st-agent-profile-contact {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
}
.st-agent-profile-contact h6 {
  text-transform: uppercase;
  padding: 5px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.iq-pg-ft .iq-wrap {
  border: 0;
}
.st-agent-team-member {
  background-color: #fff;
  padding: 5px 5px 20px 10px;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  margin-bottom: 25px;
}
.st-agent-team-member h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -5px;
}
.st-agent-team-member h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.st-agent-team-member .st-team-member-body {
  padding: 2px 0 0 10px;
}
.st-agent-team-member .st-button-team {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 0 20px;
}
.st-agent-team-member .st-button-team:hover {
  text-decoration: none;
}
.st-agent-team-member-icons {
  font-size: 12px;
  padding-right: 5px;
}
.iq-office-info-manager hr {
  margin-bottom: 0;
}
.iq-office-info-manager .iq-office-info-manager-icon {
  font-size: 14px;
  padding-right: 5px;
}
.iq-office-info-manager-thumb {
  height: 80px;
  width: 70px;
  background-size: cover;
  float: left;
}
.iq-office-info-manager h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.iq-office-info-manager h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
/*.iq-office-info-manager-media{ background-color:#fff; box-shadow:0 0 6px 2px rgba(189,195,199,0.5); margin-bottom:20px; }*/
.iq-office-info-manager .iq-office-info-manager-body {
  padding: 2px 0 0 10px;
}
.iq-offices-grided-thumbs hr {
  margin-bottom: 0;
}
.iq-offices-grided-thumbs h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-size: 16px;
  margin: 0;
}
.iq-offices-grided-thumbs-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 310px;
  margin: 10px 0 15px 0;
}
.iq-offices-grided-thumb {
  background-size: cover;
  background-position: center;
  height: 60px;
  border: 5px solid #f5f5f5;
}
.iq-office-sidebar-button {
  border: 1px solid #ddd;
  background: #7089a1;
  color: #ffffff !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
}
.iq-office-sidebar-button:hover {
  border: 1px solid #ddd;
  background: #7089a1;
  color: #ffffff !important;
  border-radius: 0;
  padding: 7px 20px;
  width: 100%;
  opacity: .7;
}
.st-agent-team-member {
  background-color: #fff;
  padding: 5px 5px 20px 10px;
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  margin-bottom: 25px;
}
.st-agent-team-member h6 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-size: 16px;
  margin-bottom: -5px;
}
.st-agent-team-member h7 {
  text-transform: uppercase;
  padding: 5px 0 0 10px;
  font-size: 14px;
}
.st-agent-team-member .st-team-member-body {
  padding: 2px 0 0 10px;
}
.st-agent-team-member .st-button-team {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 0 20px;
}
.st-agent-team-member .st-button-team:hover {
  text-decoration: none;
}
.st-agent-team-member-icons {
  font-size: 12px;
  padding-right: 5px;
}
.st-agent-listings-card {
  -webkit-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  -moz-box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.st-agent-listings-card-icons {
  color: #fff;
  font-size: 12px;
}
.st-agent-listings-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}
.st-agent-listings-card-image-expand a {
  font-family: arial, helvetica, sans-serif;
}
.st-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}
.st-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.st-agent-listings-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.st-agent-listings-card-card-zoom:hover {
  opacity: .7;
}
.st-agent-listings-card-price-sent {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background-color: #33CC99;
}
.st-agent-listings-card-price {
  color: #ffffff;
  font-size: 28px;
  background-color: #254e75;
}
.st-agent-listings-card .listings-price {
  text-shadow: 1px 1px 5px #000;
  padding: 0 0 0 20px;
}
.st-agent-listings-card .carousel {
  height: 195px;
}
.st-agent-listings-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 195px;
  background-position: center;
}
.st-agent-listings-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}
.st-agent-listings-card address a {
  color: #666;
}
.st-agent-listings-card .st-agent-listings-card-icons {
  color: #888;
}
.st-agent-listings-card-social-icons {
  padding-right: 5px;
}
.st-agent-listings-card-agent-area {
  padding: 0 0 10px 0;
}
.st-agent-listings-card-agent-area h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
.st-agent-listings-card-agent-area-icons {
  color: #888;
}
.st-agent-listings-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}
.st-agent-listings-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}
.st-agent-listings-card-menu-foot .st-agent-listings-card-video {
  margin: 0 0 3px 0;
}
.st-agent-listings-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
.st-agent-listings-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: .7;
}
.st-agent-listings-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}
.st-agent-listings-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: .7;
}
.st-agent-listings-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}
.st-agent-listings-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
}
.st-agent-listings-card-menu li {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-offices-grid .office-image {
    height: 205px;
  }
  .iq-offices-grid .button-nav {
    margin-top: 4px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -16px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-offices-grid .button-nav {
    margin-top: 4px;
  }
  .iq-offices-grid .button-nav {
    margin-top: 10px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -15px 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-offices-grid .button-nav {
    margin-top: 15px;
  }
  .iq-office-info-header {
    padding-bottom: 25px;
  }
  .iq-offices-grid .iq-offices-map-area {
    margin: 22px -16px 0 -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-pg-body .iq-pg-header img {
  width: 100%;
}
.iq-pg-body .iq-pg-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.iq-pg-sidebar {
  margin: 10px 0 0 0;
}
.iq-pg-sidebar ul {
  padding: 10px 0 0 10px;
}
.iq-pg-sidebar img {
  width: 100%;
}
.iq-pg-rss {
  min-height: 150px;
}
.iq-pg-rss h5 {
  font-size: 16px;
  font-weight: bold;
}
.facebook {
  color: #3B5998!important;
}
.btn-facebook {
  background-color: #3B5998!important;
  color: #fff!important;
  border-color: #fff;
}
.twitter {
  color: #55acee!important;
}
.btn-twitter {
  background-color: #55acee!important;
  color: #fff!important;
  border-color: #fff;
}
.pinterest {
  color: #C92228!important;
}
.btn-pinterest {
  background-color: #C92228!important;
  color: #fff!important;
  border-color: #fff;
}
.linkedin {
  color: #0077b5!important;
}
.btn-linkedin {
  background-color: #0077b5!important;
  color: #fff!important;
  border-color: #fff;
}
.print {
  color: #5cb85c!important;
}
.btn-print {
  background-color: #5cb85c!important;
  color: #fff!important;
  border-color: #fff;
}
.watch {
  color: #f0ad4e!important;
}
.btn-watch {
  background-color: #f0ad4e!important;
  color: #fff!important;
  border-color: #fff;
}
.remove {
  color: #d9534f!important;
}
.btn-remove {
  background-color: #d9534f!important;
  color: #fff!important;
  border-color: #fff;
}
.iq-rental-alerts .iq-rental-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rental-alerts .iq-rental-previews img {
  border: 1px solid #fff;
}
.iq-rental-alerts .iq-rental-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rental-alerts .iq-rental-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-rental-alerts .iq-rental-new img {
  border: 1px solid #fff;
}
.iq-rental-alerts .iq-rental-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rental-alerts .iq-rental-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rental-alerts .iq-rental-reduced img {
  border: 1px solid #fff;
}
.iq-rental-alerts .iq-rental-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rental-alerts .iq-rental-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}
.iq-rental-alerts .iq-rental-open-house img {
  border: 1px solid #fff;
}
.iq-rental-alerts .iq-rental-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rental-head {
  margin-bottom: 10px;
}
.iq-rental-head address {
  font-size: 30px;
  margin: 0;
}
.iq-rental-head h2 {
  font-size: 30px;
  margin: 0;
}
.iq-rental-head .iq-rental-calc {
  font-size: 9px;
}
.iq-rental-slider .carousel {
  height: auto;
}
.iq-rental-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}
.iq-rental-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rental-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rental-agent {
  margin-top: 10px;
}
.iq-rental-agent .iq-rental-agent-details {
  min-height: 75px;
  margin-top: 10px;
}
.iq-rental-agent .iq-rental-agent-details a {
  display: block;
  margin-bottom: 5px;
}
.iq-rental-agent .iq-rental-agent-details a img {
  height: 75px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0;
}
.iq-rental-agent .iq-rental-agent-details h4 {
  margin: 0;
}
.iq-myportal-buttons .btn {
  color: #fff;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  .btn-toolbar a span {
    display: none;
  }
  .iq-rental-head address,
  .iq-rental-head h2,
  .iq-listings-card-price {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  .iq-rental-head address,
  .iq-rental-head h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
.iq-hidden {
  display: none;
}
.iq-criteria-nav .iq-textdropdown {
  position: absolute;
  right: -5px;
  top: -1px;
}
.iq-criteria-nav .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.iq-criteria-nav {
  position: relative;
  font-size: 13px;
  width: 100%;
  z-index: 999;
}
.iq-criteria-nav label {
  font-weight: normal;
}
.iq-criteria-nav .well {
  margin-bottom: 0;
}
.iq-criteria-nav hr {
  margin: 0;
}
.iq-criteria-nav td {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #e7e7e7;
}
.iq-criteria-nav td:last-child {
  border-right: 0;
}
.iq-criteria-nav td > a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
.iq-criteria-nav .iq-criteria-drop {
  box-sizing: content-box;
  position: absolute;
  left: -1px;
  display: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.iq-criteria-nav .active > div,
.iq-criteria-nav .active > a,
.iq-criteria-nav .active > a:hover,
.iq-criteria-nav .active > a:focus {
  background-color: #fcfcfc!important;
}
.iq-form-control-spacer {
  margin: 5px 0;
}
.iq-criteria-nav td[class*="col-"],
.iq-criteria-nav th[class*="col-"] {
  float: left;
}
.iq-rentals-card {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.iq-rentals-card:hover {
  border: 1px solid #999;
}
.iq-rentals-card-icons {
  color: #fff;
  font-size: 12px;
}
.iq-rentals-card-image-expand {
  padding: 0;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: -15px;
}
.iq-rentals-card-image-expand a {
  font-family: arial, helvetica, sans-serif;
}
.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rentals-card-card-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-rentals-card-card-zoom:hover {
  opacity: .7;
}
.iq-rentals-card-price-sent {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background-color: #33CC99;
}
.iq-rentals-card-price {
  color: #ffffff;
  font-size: 28px;
  background-color: #254e75;
  height: 50px;
  padding: 5px 15px;
}
.iq-rentals-card .listings-price {
  color: #ffffff;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}
.iq-rentals-card .carousel {
  height: auto;
}
.iq-rentals-card .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
}
.iq-rentals-card address {
  padding: 15px 0 8px 0;
  margin-bottom: 0;
}
.iq-rentals-card address a {
  color: #666;
}
.iq-rentals-card .iq-rentals-card-icons {
  color: #888;
}
.iq-rentals-card-social-icons {
  padding-right: 5px;
}
.iq-rentals-card-agent-area {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.iq-rentals-card-agent-area h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
  color: #555555;
  margin: 0;
}
.iq-rentals-card-agent-area-icons {
  color: #888;
}
.iq-rentals-card-menu-foot {
  padding: 8px 0 2px 0;
  color: #666;
  text-align: center;
  height: 30px;
}
.iq-rentals-card-menu-foot-icon {
  color: #666;
  padding-right: 5px;
}
.iq-rentals-card-menu-foot .iq-rentals-card-video {
  margin: 0 0 3px 0;
}
.iq-rentals-card-form-btn {
  border: 1px solid #ddd;
  background-color: #7089a1;
  border-radius: 0;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
.iq-rentals-card-form-btn:hover {
  border: 1px solid #999;
  background: #999;
  color: #f5f5f5;
  border-radius: 0;
  opacity: .7;
}
.iq-rentals-save-search-btn {
  border: 1px solid #ddd;
  background: #777;
  color: #fff;
  border-radius: 0;
}
.iq-rentals-save-search-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: .7;
}
.iq-rentals-watch-btn {
  border: 1px solid #eea236;
  border-radius: 0;
  background-color: #f0ad4e;
  color: #fff;
}
.iq-rentals-watch-btn:hover {
  border: 1px solid #ccc;
  background: #888;
  color: #fff;
  border-radius: 0;
  opacity: .7;
}
.iq-rentals-card-menu {
  font-size: 16px;
  margin: -27px 0 0 11px;
  z-index: 2;
  color: #fff;
}
.iq-rentals-card-menu a {
  color: #fff;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
}
.iq-rentals-card-menu li {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
/* LIST GRID */
.iq-rentals-list-card-wrap {
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}
.iq-rentals-list-card-wrap:hover {
  border: 1px solid #999;
  margin-bottom: 25px;
}
.iq-rentals-map-selected {
  border-right: 4px solid #d9534f;
  border-left: 4px solid #d9534f;
}
.iq-rentals-list-card {
  padding: 20px;
}
/* .iq-rentals-list-card .iq-rentals-alerts{ margin:10px; } */
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews img {
  border: 1px solid #fff;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new img {
  border: 1px solid #fff;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced img {
  border: 1px solid #fff;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house img {
  border: 1px solid #fff;
}
.iq-rentals-list-card .iq-rentals-alerts .iq-rentals-open-house span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-list-card-head {
  padding: 5px 15px;
  background-color: #254e75;
  color: #fff;
  font-size: 18px;
}
.iq-rentals-list-card-head address {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  display: inline;
  padding-left: 5px;
}
.iq-rentals-list-card-head .distance {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
.iq-rentals-list-card-head .badge {
  font-size: 18px;
}
.iq-rentals-list-compare-input {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px !important;
  float: right;
}
.iq-rentals-list-card-icons {
  color: #ffffff;
  font-size: 17px;
}
.iq-rentals-list-card-cols {
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.iq-rentals-list-card-cols .carousel-inner {
  background-image: url(../../img/animated/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}
/*.iq-rentals-list-card-col-1{ padding:0; }*/
.iq-rentals-list-card-col-1 .well {
  margin-bottom: 0;
}
/*.iq-rentals-list-card-col-2{ overflow:hidden; padding-right:0; }*/
.iq-rentals-list-card-col-2 .iq-rentals-list-card-price-wrap {
  font-size: 30px;
  font-weight: bold;
}
.iq-rentals-list-card-col-2 .iq-rentals-list-card-price-wrap > div {
  font-size: 50%;
}
.iq-rentals-list-card-body td {
  font-size: 10px;
  background-color: #fff;
}
.iq-rentals-list-card-body span {
  font-size: 18px;
  font-weight: bold;
}
.iq-rentals-list-card-body .iq-rentals-grid-mls-info {
  vertical-align: middle;
  font-size: 13px;
}
.iq-rentals-list-card-body .iq-rentals-grid-mls-info span {
  font-size: 13px;
  font-weight: bold;
}
.iq-rentals-list-card-body .iq-rentals-card-grid-onsite {
  vertical-align: middle;
  font-size: 13px;
}
.iq-rentals-list-card-body .iq-rentals-card-grid-onsite span {
  font-size: 13px;
  font-weight: bold;
}
.iq-rentals-list-card-btn-wrap {
  margin-bottom: 20px;
}
.iq-rentals-list-card-btn-wrap a:link,
.iq-rentals-list-card-btn-wrap a:visited,
.iq-rentals-list-card-btn-wrap a:hover,
.iq-rentals-list-card-btn-wrap a:active {
  color: #ffffff;
}
.iq-rentals-list-card-agent-area {
  height: 100px;
}
.iq-rentals-list-card-agent-area a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
.iq-rentals-list-card-agent-card {
  height: 75px;
}
.iq-rentals-list-card-agent-card img {
  height: 74px;
  padding-right: 10px;
  float: left;
}
.iq-rentals-list-card-agent-area-icons {
  color: #888;
}
.iq-rentals-list-card-agent-body {
  padding-top: 5px;
  text-align: left;
}
.iq-rentals-list-card-agent-body h4 {
  margin: 0 0 5px 0;
}
.iq-rentals-list-card-agent-area .iq-rentals-list-card-list-provider {
  font-size: 10px;
  padding-top: 10px;
  text-align: left;
}
.iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
  height: 50px;
}
.iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx > div {
  font-size: 10px;
}
.iq-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: none;
}
.iq-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rentals-list-card-card-zoom {
  top: 43%;
  right: 45%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-rentals-list-card-card-zoom:hover {
  opacity: .7;
}
.iq-rentals-list-card .carousel {
  height: auto;
}
.iq-rentals-list-card .carousel-inner {
  height: 100%;
}
.iq-rentals-list-card .carousel-inner > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
/* DEFAULT FORM AREA */
.iq-rentals-prop-search-form hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.iq-rentals-list-form-head ul {
  padding: 10px;
  line-height: 20px;
}
.iq-rentals-list-form-head .iq-rentals-list-property {
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}
#description-container {
  margin: 10px 0 0 0;
  display: table;
  width: 100%;
}
#openhouse-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 28px 5px 30px;
}
.iq-rentals-list-form-prop-drop {
  padding: 10px;
  line-height: 20px;
}
.iq-rentals-list-form-prop-drop .iq-rentals-list-form-prop-font {
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}
.iq-rentals-list-form-watch-badges ul {
  margin: 0;
}
.iq-rentals-list-form-watch-badges li {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: center;
  float: right;
  line-height: 34px;
}
.iq-rentals-list-form-margin-5 {
  margin-bottom: 5px;
}
.iq-rentals-list-form-margin-10 {
  margin-bottom: 10px;
}
.iq-rentals-list-form-margin-15 {
  margin-bottom: 15px;
}
.iq-rentals-list-form-margin-20 {
  margin-bottom: 20px;
}
.iq-rentals-prop-form-wrap {
  display: table;
  width: 100%;
}
.iq-rentals-prop-form-head-row {
  display: table;
  width: 100%;
}
.iq-rentals-status-message {
  font-size: 18px;
}
.iq-rentals-compare-wrap {
  margin-bottom: 20px;
  height: 40px;
  border: 1px solid #e3e3e3;
}
.iq-rentals-compare-image-wrap {
  margin: 0 4px 0 5px;
  display: inline;
  height: 34px;
  width: 50px;
  vertical-align: middle;
  border: 0;
}
.iq-rentals-view-filter-wrap {
  margin-bottom: 10px;
}
.iq-rentals-view-filter-wrap a {
  font-family: arial, helvetica, sans-serif;
}
.iq-rentals-view-filter-pull-right {
  line-height: 30px;
  padding-right: 15px;
}
.iq-rentals-view-filter-pull-right li {
  display: inline;
}
.iq-rentals-details-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* COMPARE GRID */
.iq-compare-grid {
  width: 100%;
  margin: 0 0 20px 0;
}
.iq-compare-grid-col {
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
.iq-compare-grid-col-first {
  width: 200px;
}
.iq-compare-grid-col .iq-compare-grid-label {
  text-align: right;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}
.iq-compare-grid-col .iq-compare-grid-text {
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #dbe1ea;
  min-height: 30px;
}
.iq-compare-grid-col .iq-compare-image {
  height: 137px;
  margin: 0 0 10px 10px;
  text-align: center;
}
.iq-compare-grid-col .iq-compare-image img {
  height: 135px;
  border: 1px solid #ccc;
}
/* OVERLAY AREA */
.iq-rentals-details-alerts .iq-rentals-previews {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rentals-details-alerts .iq-rentals-previews img {
  border: 1px solid #fff;
}
.iq-rentals-details-alerts .iq-rentals-previews span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-details-alerts .iq-rentals-new {
  margin: 0 0 10px 0;
  background-color: #fe9901;
  padding: 5px;
}
.iq-rentals-details-alerts .iq-rentals-new img {
  border: 1px solid #fff;
}
.iq-rentals-details-alerts .iq-rentals-new span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-details-alerts .iq-rentals-reduced {
  margin: 0 0 10px 0;
  background-color: #36386e;
  padding: 5px;
}
.iq-rentals-details-alerts .iq-rentals-reduced img {
  border: 1px solid #fff;
}
.iq-rentals-details-alerts .iq-rentals-reduced span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-details-alerts .iq-rentals-open-house {
  margin: 0 0 10px 0;
  background-color: #b2393a;
  padding: 5px;
}
.iq-rentals-details-alerts .iq-rentals-open-house img {
  border: 1px solid #fff;
}
.iq-rentals-details-alerts .iq-rentals-open-house a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.iq-rentals-details-head {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  background-color: #254e75;
  padding: 5px 15px 5px 15px;
}
.iq-rentals-details-head h2 {
  color: #fff;
}
.iq-rentals-details-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rentals-details-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-rentals-details-zoom {
  top: 25%;
  right: 43%;
  text-shadow: 1px 1px 5px #000;
  line-height: 100px;
  position: absolute;
  color: #fff;
  font-size: 34px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.iq-rentals-details-zoom:hover {
  opacity: .7;
}
.iq-rentals-details-slider .carousel {
  height: 585px;
}
.iq-rentals-details-slider .carousel-inner > div {
  background-size: cover;
  width: 100%;
  height: 585px;
  background-position: center;
}
.iq-overlay-side-icons {
  color: #254e75;
  font-size: 45px;
}
.iq-rentals-details-info-grid {
  margin-left: 0;
  margin-right: 0;
}
.iq-rentals-details-info-grid ul {
  padding-left: 0;
  list-style: none;
}
.iq-rentals-details-info-grid li {
  float: left;
  width: 25%;
  height: 90px;
  padding: 5px 5px 5px 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}
.iq-rentals-details-info-grid .iq-rentals-details-info {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 4px;
  padding-top: 15px;
}
#iq_rentals .iq-compare-wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#iq_rentals .iq-compare-wrap .btn-sm {
  float: right;
  margin: 2px 2px;
}
/*--- Overlay FontAwesome Enhancement ---*/
* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
  display: none;
}
*:hover > .fa.fa-hover-show {
  display: inline-block;
}
.-railo-dump .label {
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  border-radius: 0px;
  white-space: normal;
}
.-railo-dump table {
  margin: 0px;
}
@media (max-width: 479px) {
  /*Extra small devices Phones (lt 479px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-head address,
  .iq-rentals-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-rentals-list-card-head .badge {
    font-size: 12px;
  }
  .iq-rentals-list-card-agent-area {
    height: auto;
  }
  .iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
    height: 25px;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block!important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devices Phones (lt 768px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  .iq-rentals-list-card-head address,
  .iq-rentals-list-card-head .distance {
    font-size: 75%;
    line-height: inherit;
  }
  .iq-rentals-list-card-head .badge {
    font-size: 12px;
  }
  .iq-rentals-list-card-agent-area {
    height: auto;
  }
  .iq-rentals-list-card-agent-area .iq-rentals-card-agent-idx img {
    height: 25px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
  .iq-criteria-nav td {
    display: block!important;
    border-bottom: 1px solid #e5e5e5;
  }
  .iq-criteria-nav td:last-child {
    border-bottom: 0;
  }
  .iq-criteria-nav .iq-criteria-drop {
    position: relative;
    border: 0;
    left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  .iq-rentals-prop-search-form hr {
    margin-top: 10px;
  }
  .iq-rentals-status-message {
    text-align: center;
    margin-bottom: 15px;
  }
  #list_price-container {
    margin-bottom: 15px;
  }
  #update_results-container button {
    width: 100%;
  }
  .iq-rentals-list-card-body button {
    width: 100%;
  }
  .iq-rentals-list-card-body .iq-rentals-btn-space {
    margin-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
}
body {
  background-color: #fff;
}
#iq_showcase_carousel .item {
  height: 100vh;
}
#iq_showcase_carousel .carousel-inner .item .iq-listing-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#iq_showcase_carousel .iq-img-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgba(245, 246, 247, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(245, 246, 247, 0.1) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
#iq_showcase_carousel .iq-showcase-address {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
}
#iq_showcase_carousel .iq-showcase-address h2 {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  margin: 0;
  text-transform: uppercase;
}
#iq_showcase_carousel .iq-showcase-address h3 {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#iq_showcase_area {
  padding-top: 10px;
  padding-bottom: 50px;
}
#iq_showcase_area .iq-listing-vs-median {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
  display: table-cell;
  width: 1%;
  float: none;
}
#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
  padding: 5px 15px;
  text-align: center;
  width: 85px;
}
#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow > span {
  border-radius: 50%;
  border: 2px solid;
  display: block;
  line-height: 50px;
  width: 50px;
  font-size: 36px;
  margin: auto;
}
#iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow > div {
  margin-top: 5px;
}
#iq_showcase_footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
#iq_showcase_footer a {
  color: #888;
  border: 1px solid;
  width: 50px;
  line-height: 50px;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 25px;
}
#iq_showcase_footer h5 {
  color: #ccc;
}
#iq_showcase_carousel .iq-social-links {
  margin: 5px 0 0 0;
}
#iq_showcase_carousel .iq-social-links li {
  color: #555555;
  display: inline-block;
  list-style: none;
}
#iq_showcase_carousel .st-social-links li a {
  color: #ffffff;
  padding: 3px;
  font-size: 14px;
}
#iq_showcase_carousel .agent-info-wrapper {
  padding: 5px 20px 15px 15px;
  float: right;
  background: rgba(0, 0, 0, 0.6);
}
#iq_showcase_carousel .agent-info {
  color: #ffffff;
  vertical-align: bottom;
  text-align: right;
  padding: 15px;
}
#iq_showcase_carousel .agent-info a {
  color: #ffffff;
}
#iq_showcase_carousel .agent-image-wrapper {
  vertical-align: bottom;
  width: 100px;
  padding: 15px 20px 15px 0;
}
#iq_showcase_carousel .agent-image-wrapper img {
  width: 100px;
}
#iq_showcase_carousel .iq-showcase-image {
  background-size: cover;
  background-position: center center;
}
#iq_showcase_carousel .iq-showcase-carousel-chevron-main-left {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
#iq_showcase_carousel .iq-showcase-carousel-chevron-main-right {
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0;
  border-radius: 15px;
  background-color: #eeeeee;
}
.iq-fullscreen-layout #iq_bootstrap_site_menu {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 12001;
  color: #ffffff;
}
.iq-fullscreen-layout #iq_bootstrap_site_menu a {
  color: #ffffff;
}
.iq-fullscreen-layout #iq_bootstrap_site_menu a:hover {
  color: #000000;
}
.iq-fullscreen-layout #iq_bootstrap_site_menu .dropdown-menu a {
  color: #000000;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (lt 479px)*/
  #iq_showcase_footer a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  #iq_showcase_carousel .iq-showcase-address h2 {
    padding: 15px;
    font-size: 1.0em;
  }
  #iq_showcase_carousel .iq-showcase-address h3 {
    padding: 15px;
    font-size: 1.0em;
  }
  #iq_showcase_carousel .item .iq-listing-image {
    background-attachment: inherit;
  }
  #iq_showcase_carousel .agent-name {
    font-size: 12px;
  }
  #iq_showcase_carousel .agent-info {
    color: #ffffff;
    font-size: 10px;
    padding: 15px;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial!important;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-right {
    position: initial;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-left {
    position: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (lt 768px)*/
  #iq_showcase_footer a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  #iq_showcase_carousel .iq-showcase-address h2 {
    padding: 15px;
    font-size: 1.0em;
  }
  #iq_showcase_carousel .iq-showcase-address h3 {
    padding: 15px;
    font-size: 1.0em;
  }
  #iq_showcase_carousel .item .iq-listing-image {
    background-attachment: initial;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial!important;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-right {
    position: initial;
  }
  #iq_showcase_carousel .iq-listing-carousel-chevron-main-left {
    position: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (gte 768px)*/
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat {
    display: block;
    width: auto;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat-arrow {
    padding-right: 0;
  }
  #iq_showcase_area .iq-listing-vs-median .iq-listing-stat table {
    width: 100%;
  }
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial!important;
  }
  section {
    background-attachment: inherit!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (gte 992px)*/
  #iq_showcase_carousel .carousel-inner .item .iq-listing-image {
    background-attachment: initial!important;
  }
  section {
    background-attachment: inherit!important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devices Desktops (gte 1200px)*/
  #iq_showcase_carousel .carousel-indicators li {
    width: 50px;
    height: 28px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (gte 1920px)*/
  #iq_showcase_carousel .carousel-indicators li {
    width: 60px;
    height: 34px;
  }
}
.st-pg-header sup {
  font-size: 25%;
  vertical-align: super;
}
.st-pg-subheader sup {
  font-size: 25%;
  vertical-align: super;
}
/* IQ AGENTS FORM */
.iq-agents-search-form {
  display: table;
  width: 100%;
}
/* IQ GRID SQUARE OPTION */
.iq-agents-card-wrapper {
  /*padding-left:5px; padding-right:5px; */
}
.iq-agents-card {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-card:hover {
  border: 1px solid #999;
}
.iq-agents-card h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-agents-card .iq-agents-card-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.iq-agents-card .iq-agents-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agents-card .iq-agents-card-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
}
.iq-agents-card .iq-agents-card-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-card .iq-agents-card-head a:hover {
  text-decoration: none;
}
.iq-agents-card .iq-agents-card-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.iq-agents-card .iq-agents-card-body {
  height: 160px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info {
  height: 100px;
  line-height: 17px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-info-icons {
  font-size: 13px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-links {
  margin-top: 8px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-info .iq-agents-card-social-icons {
  font-size: 14px;
  padding-right: 5px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office {
  color: #555555;
  margin: 25px 0 0 2px ;
  white-space: nowrap;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 5px;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office ul {
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
}
.iq-agents-card .iq-agents-card-body .iq-agents-card-office a {
  color: #555555;
}
.iq-agents-card .iq-agents-card-foot {
  padding: 10px 15px 12px 15px;
}
.iq-agents-card .iq-agents-card-foot a {
  width: 100%;
}
.iq-agents-card .iq-agents-card-foot .iq-agents-card-foot-icons {
  font-size: 12px;
}
/* IQ GRID LIST OPTION */
.iq-agents-grid {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-grid:hover {
  border: 1px solid #999;
}
.iq-agents-grid h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.iq-agents-grid .iq-agents-grid-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agents-grid .iq-agents-grid-head {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-agents-grid .iq-agents-grid-head a:hover {
  text-decoration: none;
}
.iq-agents-grid .iq-agents-grid-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-grid .iq-agents-grid-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-agents-grid .iq-agents-grid-body {
  padding: 0;
  overflow: hidden;
}
.iq-agents-grid .iq-agents-grid-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}
.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-social-links {
  font-size: 17px;
  margin-top: 8px;
}
.iq-agents-grid .iq-agents-grid-info .iq-agents-grid-info-icons {
  padding-top: 3px;
  font-size: 14px;
  padding-right: 5px;
}
.iq-agents-grid .iq-agents-grid-office {
  color: #555555;
  padding: 0 5px 0 40px;
}
.iq-agents-grid .iq-agents-grid-office-map {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}
.iq-agents-grid .iq-agents-grid-office h6 {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}
.iq-agents-grid .iq-agents-grid-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}
.iq-agents-grid .iq-agents-grid-office a {
  color: #555555;
  text-decoration: none;
}
.iq-agents-grid .iq-agents-grid-foot {
  padding: 30px 0 10px 25px;
}
.iq-agents-grid .iq-agents-grid-foot a {
  width: 100%;
}
.iq-agents-grid .iq-agents-grid-button {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 10px;
}
.iq-agents-grid .iq-agents-grid-button:hover {
  opacity: .7;
}
.iq-agents-grid .iq-agents-grid-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: .7;
  text-decoration: none;
}
/* IQ GRID SQUARE SMALL */
.iq-agents-card-sm-wrapper {
  /*padding-left:5px; padding-right:5px; */
}
.iq-agents-card-sm {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agents-card-sm:hover {
  border: 1px solid #999;
}
.iq-agents-card-sm h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.iq-agents-card-sm .iq-agents-card-sm-image {
  height: 260px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agents-card-sm .iq-agents-card-sm-head {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #254e75;
  height: 55px;
}
.iq-agents-card-sm .iq-agents-card-sm-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agents-card-sm .iq-agents-card-sm-head a:hover {
  text-decoration: none;
}
.iq-agents-card-sm .iq-agents-card-sm-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.iq-agents-card-sm .iq-agents-card-sm-body {
  height: 80px;
  margin-bottom: 0;
  padding: 12px 0 0 15px;
}
.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info {
  line-height: 17px;
  height: 70px;
}
.iq-agents-card-sm .iq-agents-card-sm-body .iq-agents-card-sm-info .iq-agents-card-sm-info-icons {
  font-size: 13px;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 10px 0 10px 25px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-teams {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 5px 20px 0;
  }
  .iq-agents-grid .iq-agents-grid-foot {
    padding: 20px 0 10px 25px;
  }
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
  .iq-agents-card .iq-agents-card-image {
    padding-bottom: 10px;
  }
  .iq-agents-grid .iq-agents-grid-office {
    padding: 0 0 0 10px;
  }
  .iq-agents-form-group-office {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-search {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-languages {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-first {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-name-last {
    margin-bottom: 10px;
  }
  .iq-agents-form-group-grid-toggle {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
/* ST AGENT PROFILE */
/*.iq-form-field-required{ margin:-24px  0 0 3px; color:red; display:table; }
*/
.iq-agent-profile {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  color: #555555;
}
.iq-agent-profile-text {
  padding-bottom: 15px;
}
.iq-agent-profile-text h3 {
  margin: 5px 0 10px 0;
}
.iq-agent-profile-text hr {
  margin: 5px 0 15px 0;
  color: #e3e3e3;
}
.iq-agent-profile-video {
  text-align: justify;
  padding-bottom: 15px;
}
.iq-agent-profile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.iq-agent-profile .iq-agent-profile-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-agent-profile .iq-agent-profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agent-profile .iq-agent-profile-head {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-agent-profile .iq-agent-profile-head a:hover {
  text-decoration: none;
}
.iq-agent-profile .iq-agent-profile-head h1 {
  color: #ffffff;
  margin: 0;
}
.iq-agent-profile .iq-agent-profile-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-agent-profile .iq-agent-profile-info {
  padding: 20px 0 0 25px;
  line-height: 18px;
}
.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-social-links {
  font-size: 17px;
  margin-top: 15px;
}
.iq-agent-profile-info-icons {
  padding-right: 5px;
}
.iq-agent-profile .iq-agent-profile-info-icons {
  padding-right: 5px;
}
.iq-agent-profile .iq-agent-profile-office {
  margin-top: 15px;
}
.iq-agent-profile .iq-agent-profile-office img {
  width: 100%;
  height: auto;
  display: block;
}
.iq-agent-profile .iq-agent-profile-office a {
  color: #555555;
  background-size: cover;
  background-position: center;
  display: block;
}
.iq-agent-profile .iq-agent-profile-foot {
  padding: 45px 0 10px 25px;
}
.iq-agent-profile .iq-agent-button .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  opacity: .7;
  text-decoration: none;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:315px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:625px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .form-inline .form-group {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .iq-agent-profile .iq-agent-profile-office {
    padding: 0 5px 20px 0;
  }
  .iq-agent-profile .iq-agent-profile-foot {
    padding: 20px 0 10px 25px;
  }
  /*.iq-agent-profile .iq-agent-profile-image{ height:665px; }*/
  .iq-agent-profile-search select,
  input,
  button,
  textarea {
    margin-bottom: 10px;
  }
  .iq-form-field-required {
    margin: -5px 0 14px 3px;
    color: red;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
.iq-vendor-list h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 31px;
}
.iq-vendor-list .iq-vendor-list-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-vendor-list .iq-vendor-list-name {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-vendor-list .iq-vendor-list-name a:hover {
  text-decoration: none;
}
.iq-vendor-list .iq-vendor-list-name h1 {
  color: #ffffff;
  margin: 0;
}
.iq-vendor-list .iq-vendor-list-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-vendor-list .iq-vendor-list-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}
.iq-vendor-list .iq-vendor-list-info .iq-vendor-list-social-links {
  font-size: 17px;
  margin-top: 8px;
}
.iq-vendor-list .iq-vendor-list-info .iq-vendor-list-social-links .iq-vendor-list-info-icons {
  font-size: 16px;
  padding-top: 3px;
}
.iq-vendor-list .iq-vendor-list-info-icons {
  font-size: 13px;
}
.iq-vendor-list .iq-vendor-list-office {
  color: #555555;
  padding: 0 5px 0 40px;
}
.iq-vendor-list .iq-vendor-list-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}
.iq-vendor-list .iq-vendor-list-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}
.iq-vendor-list .iq-vendor-list-office a {
  color: #555555;
}
.iq-vendor-list .iq-vendor-list-foot {
  padding: 10px 0 0 20px;
}
.iq-vendor-list .iq-vendor-button {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 20px;
}
.iq-vendor-list .iq-vendor-button:hover {
  opacity: .7;
  text-decoration: none;
}
.iq-vendors-sidebar {
  padding-left: 0;
}
.iq-vendors-sidebar-nav {
  margin-bottom: 20px;
}
.iq-vendors-sidebar-tab {
  margin-bottom: 5px;
}
.iq-vendors-sidebar-tab a {
  background-color: #f9f9f9;
}
.iq-vendors-list-foot {
  margin-bottom: 10px;
}
.iq-vendors-dropdown {
  margin: 0;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
#iq-vendorportal .navbar-brand {
  height: auto;
}
#iq-vendorportal .table table {
  width: 100%;
}
.iq-vendorportal-jumbo h1 {
  font-size: 35px;
  margin-bottom: 10px;
}
.iq-vendorportal-jumbo-info {
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 25px;
}
.iq-vendorportal-login {
  box-shadow: 0 0 6px 2px rgba(189, 195, 199, 0.5);
  padding: 15px;
}
.iq-vendorportal-login h3 {
  text-transform: uppercase;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.iq-vendorportal-login-info {
  padding: 0 40px 3px 20px;
  text-align: justify;
}
.iq-vendorportal-login-info h6 {
  font-size: 18px;
  padding: 15px 0 5px 0;
  color: #7089a1;
  margin: 0;
}
.iq-vendorportal-login-icon {
  padding-right: 5px;
  font-size: 18px;
}
.iq-vendorportal-login-button {
  width: 100%;
  margin: 10px 0;
}
.iq-vendorportal-login-button:hover {
  opacity: .7;
  color: #fff;
}
.iq-vendorportal-login-button:active {
  opacity: .7;
  color: #fff;
}
/* VENDOR PORTAL NAVIGATION */
.iq-vendorportal-sidebar-nav-icons {
  font-size: 13px;
}
.iq-vendorportal-sidebar-nav ul li a {
  background-color: #f8f8f8;
  margin-bottom: 5px;
}
.iq-vendorportal-sidebar-nav ul li a:hover {
  background-color: #e3e3e3;
  margin-bottom: 5px;
}
.iq-vendorportal-nav-collapse {
  padding-left: 25px;
}
.iq-vendorportal-nav-collapse li {
  padding-left: 5px;
}
.iq-vendorportal-sidebar-nav-no-collapse li {
  height: 30px;
  margin-top: 5px;
  padding: 7px 0 0 10px;
}
.iq-vendorportal-nav-form-btn {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  width: 100%;
}
.iq-vendorportal-nav-form-btn:hover,
.iq-portal-nav-form-btn:active,
.iq-portal-nav-form-btn:visited,
iq-portal-nav-form-btn:link {
  border: 1px solid #fff;
  background: #888;
  color: #f5f5f5;
  border-radius: 0;
  padding: 3px 20px;
  opacity: .7;
}
/* VENDOR PORTAL CRITERIA CARDS */
.iq-vendorportal-open-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-vendorportal-open-card .iq-vendorportal-open-count {
  height: 140px;
  background-color: #f0ad4e;
  text-align: center;
  vertical-align: middle;
}
.iq-vendorportal-open-card .iq-vendorportal-open-body {
  height: 110px;
  display: table;
}
.iq-vendorportal-open-card .iq-vendorportal-open-total {
  font-size: 29px;
  color: #fff;
}
.iq-vendorportal-open-card .iq-vendorportal-open-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-vendorportal-open-card .iq-vendorportal-open-description p {
  margin-top: 10px;
}
.iq-vendorportal-open-card .iq-vendorportal-open-description button {
  margin: 10px 0 0 0;
}
.iq-vendorportal-open-card .iq-vendorportal-open-description button:hover {
  opacity: .7;
  color: #fff;
}
.iq-vendorportal-pending-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-count {
  height: 140px;
  background-color: #2D83B6;
  text-align: center;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-body {
  height: 140px;
  display: table;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-total {
  font-size: 29px;
  color: #fff;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-description p {
  margin: 10px 0 0 0;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-description button {
  margin: 10px 5px 0 0;
}
.iq-vendorportal-pending-card .iq-vendorportal-pending-description button:hover {
  opacity: .7;
  color: #fff;
}
.iq-vendorportal-complete-card {
  background-color: #eeeeee;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-count {
  height: 140px;
  background-color: #33CC99;
  text-align: center;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-body {
  height: 140px;
  display: table;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-total {
  font-size: 29px;
  color: #fff;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-criteria {
  font-size: 20px;
  color: #fff;
  margin-top: -5px;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-description p {
  margin: 10px 0 0 0;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-description button {
  margin: 10px 5px 0 0;
}
.iq-vendorportal-complete-card .iq-vendorportal-complete-description button:hover {
  opacity: .7;
  color: #fff;
}
.iq-vendor-notes-container.panel.panel-info {
  border: 1px solid #ededed;
  background-color: #fff;
}
.iq-vendor-notes-container > .panel-heading {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ededed;
}
.iq-vendors-list {
  border: 1px solid #999;
  width: 100%;
  clear: both;
  display: block;
}
.iq-vendors-list h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 31px;
}
.iq-vendors-list .iq-vendors-list-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iq-vendors-list .iq-vendors-list-name {
  padding: 13px 35px 13px 0;
  background-color: #254e75;
}
.iq-vendors-list .iq-vendors-list-name a:hover {
  text-decoration: none;
}
.iq-vendors-list .iq-vendors-list-name h1 {
  color: #ffffff;
  margin: 0;
}
.iq-vendors-list .iq-vendors-list-title {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  padding-left: 28px;
}
.iq-vendors-list .iq-vendors-list-info {
  padding: 15px 0 0 25px;
  line-height: 18px;
}
.iq-vendors-list .iq-vendors-list-info .iq-vendors-list-social-links {
  font-size: 17px;
  margin-top: 8px;
}
.iq-vendors-list .iq-vendors-list-info .iq-vendors-list-social-links .iq-vendors-list-info-icons {
  font-size: 16px;
  padding-top: 3px;
}
.iq-vendors-list .iq-vendors-list-info-icons {
  font-size: 13px;
}
.iq-vendors-list .iq-vendors-list-office {
  color: #555555;
  padding: 0 5px 0 40px;
}
.iq-vendors-list .iq-vendors-list-office h6 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}
.iq-vendors-list .iq-vendors-list-office img {
  height: 190px;
  width: auto;
  margin: 0 5px 20px 0;
  box-shadow: 3px 3px 11px 1px rgba(189, 195, 199, 0.6);
}
.iq-vendors-list .iq-vendors-list-office a {
  color: #555555;
}
.iq-vendors-list .iq-vendors-list-foot {
  padding: 10px 0 0 20px;
}
.iq-vendors-list .iq-vendors-button {
  border: 1px solid #ffffff;
  background: #7089a1;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 20px;
}
.iq-vendors-list .iq-vendors-button:hover {
  opacity: .7;
  text-decoration: none;
}
.iq-vendors-sidebar {
  padding-left: 0;
}
.iq-vendor-sidebar-nav {
  margin-bottom: 20px;
}
.iq-vendors-sidebar-tab {
  margin-bottom: 5px;
}
.iq-vendors-sidebar-tab a {
  background-color: #f9f9f9;
}
.iq-vendors-list-foot {
  margin-bottom: 10px;
}
.iq-vendors-dropdown {
  margin: 0;
}
@media (max-width: 479px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devices Phones (lt 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
  .iq-vendors-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (gte 768px) */
  .iq-vendors-sidebar {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (gte 992px) */
}
@media (min-width: 1920px) {
  /* HD devices Desktops (gte 1920px) */
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (gte 1200px) */
}
/*site templates */
.st-01 .st-site-wrapper {
  height: 100%;
}
.st-01 .ui-state-hover,
.st-01 .ui-widget-content .ui-state-hover,
.st-01 .ui-widget-header .ui-state-hover,
.st-01 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-01 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-01 .st-homepage-wrapper,
.st-01 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-01 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}
.st-01 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-01 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-01 .st-inside-content-wrapper > .container,
.st-01 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 #iq_listings {
    margin-top: 53px;
    background-color: #ffffff;
  }
  .st-01 .st-sitemenu-03 {
    padding: 5px 20px 0 0;
  }
  .st-01 .st-sitemenu-03 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-01 .st-sitemenu-03 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-01 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-01 .st-site-wrapper {
  height: 100%;
}
.st-01 .ui-state-hover,
.st-01 .ui-widget-content .ui-state-hover,
.st-01 .ui-widget-header .ui-state-hover,
.st-01 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-01 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-01 .st-homepage-wrapper,
.st-01 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-01 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}
.st-01 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-01 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-01 .st-inside-content-wrapper > .container,
.st-01 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-01 #iq_listings {
    margin-top: 53px;
    background-color: #ffffff;
  }
  .st-01 .st-sitemenu-03 {
    padding: 5px 20px 0 0;
  }
  .st-01 .st-sitemenu-03 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-01 .st-sitemenu-03 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-01 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-01 .st-inside-content-wrapper > .container,
  .st-01 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-01 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-02 .st-site-wrapper {
  height: 100%;
}
.st-02 .ui-state-hover,
.st-02 .ui-widget-content .ui-state-hover,
.st-02 .ui-widget-header .ui-state-hover,
.st-02 .ui-state-focus,
.st-02 .ui-widget-content .ui-state-focus,
.st-02 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-02 .st-homepage-wrapper,
.st-02 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-02 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-02 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-02 .st-inside-content-wrapper > .container,
.st-02 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .st-inside-content-wrapper > .container,
  .st-02 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-02 #iq_listings {
    margin-top: 53px;
    background-color: #ffffff;
  }
  .st-02 .st-sitemenu-04 {
    padding: 5px 20px 0 0;
  }
  .st-02 .st-sitemenu-04 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-02 .st-sitemenu-04 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-02 .iq-agent-profile {
    margin-top: 60px;
  }
  .st-02 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .st-inside-content-wrapper > .container,
  .st-02 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-02 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-02 .st-inside-content-wrapper > .container,
  .st-02 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-02 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-03 .ui-state-hover,
.st-03 .ui-widget-content .ui-state-hover,
.st-03 .ui-widget-header .ui-state-hover,
.st-03 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-03 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-03 #st_section_01 {
  z-index: 10;
}
.st-03 .st-homepage-wrapper,
.st-03 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-03 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}
.st-03 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-03 .st-inside-content-wrapper .st-header-carousel-02 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-03 .st-inside-content-wrapper {
  margin-top: -140px;
}
.st-03 .st-inside-content-wrapper > .container,
.st-03 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-03 [data-page=house-value] [data-section=companylogo] img {
  height: 50px;
}
.st-03 [data-page=house-value] .st-sitemenu-05 a {
  color: #666666;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .st-inside-content-wrapper > .container,
  .st-03 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-03 #iq_listings {
    margin-top: 185px;
    background-color: #ffffff;
  }
  .st-03 .st-sitemenu-05 {
    padding: 0;
    margin: 10px 0 0 0;
  }
  .st-03 .st-sitemenu-05 .navbar-toggle {
    color: #000000;
  }
  .st-03 .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .st-inside-content-wrapper > .container,
  .st-03 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-03 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-03 .st-inside-content-wrapper > .container,
  .st-03 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-03 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-04 .st-site-wrapper {
  height: 100%;
}
.st-04 .ui-state-hover,
.st-04 .ui-widget-content .ui-state-hover,
.st-04 .ui-widget-header .ui-state-hover,
.st-04 .ui-state-focus,
.st-04 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-04 .st-homepage-wrapper,
.st-04 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-04 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}
.st-04 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-04 .st-inside-content-wrapper .st-header-carousel-02 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-04 .st-header-carousel-02 {
  margin-top: 0;
}
.st-04 .st-sitemenu-07 a {
  text-align: left;
}
.st-04 .agent-name {
  font-size: 14px;
}
.st-04 .st-inside-content-wrapper > .container,
.st-04 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-04 [data-page=house-value] .st-sitemenu-07 {
  background-color: #ffffff;
}
.st-04 [data-page=house-value] .st-sitemenu-07 a {
  color: #666666;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-04 .st-inside-content-wrapper {
    margin-top: -140px;
  }
  .st-04 [data-page=agent] .st-inside-content-wrapper {
    margin-top: 100px;
  }
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .st-inside-content-wrapper > .container,
  .st-04 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-04 #iq_listings {
    margin-top: 240px;
    background-color: #ffffff;
  }
  .st-04 .st-sitemenu-07 {
    padding: 5px 20px 0 0;
  }
  .st-04 .st-sitemenu-07 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-04 .st-sitemenu-07 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-04 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-04 .st-inside-content-wrapper {
    margin-top: -140px;
  }
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .st-inside-content-wrapper > .container,
  .st-04 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-04 .st-inside-content-wrapper {
    margin-top: -140px;
  }
  .st-04 .st-inside-content-wrapper .st-header-carousel-02 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-04 .st-inside-content-wrapper > .container,
  .st-04 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-04 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-05 .st-site-wrapper {
  height: 100%;
}
.st-05 .ui-state-hover,
.st-05 .ui-widget-content .ui-state-hover,
.st-05 .ui-widget-header .ui-state-hover,
.st-05 .ui-state-focus,
.st-05 .ui-widget-content .ui-state-focus,
.st-05 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-05 .st-homepage-wrapper,
.st-05 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-05 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-05 .st-inside-content-wrapper .st-header-carousel-03 {
  background-position: center top;
  height: 300px;
  min-height: 300px;
  background-size: cover;
}
.st-05 .st-inside-content-wrapper > .container,
.st-05 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-featuredhomes-03 {
  margin-top: 50px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .st-inside-content-wrapper > .container,
  .st-05 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-05 #iq_listings {
    margin-top: 105px;
    background-color: #ffffff;
  }
  .st-05 .st-sitemenu-06 {
    padding: 5px 20px 0 10px;
  }
  .st-05 .st-sitemenu-06 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-05 .st-sitemenu-06 .navbar-toggle {
    margin-top: 8px;
    border-style: none;
  }
  .st-05 .st-header-carousel-03 {
    max-height: 420px !important;
  }
  .st-05 .st-header-carousel-03 .st-carousel-inner {
    max-height: 420px !important;
  }
  .st-05 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .st-inside-content-wrapper > .container,
  .st-05 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-05 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-05 .st-inside-content-wrapper > .container,
  .st-05 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-05 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-06 .st-site-wrapper {
  height: 100%;
}
.st-06 .ui-state-hover,
.st-06 .ui-widget-content .ui-state-hover,
.st-06 .ui-widget-header .ui-state-hover,
.st-06 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-06 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-06 .st-homepage-wrapper,
.st-06 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-06 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-06 .st-inside-content-wrapper .st-header-carousel-03 {
  background-position: center top;
  height: 300px;
  min-height: 300px;
  background-size: cover;
}
.st-06 .st-inside-content-wrapper > .container,
.st-06 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-06 .st-featuredhomes-03 {
  margin-top: 50px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .st-inside-content-wrapper > .container,
  .st-06 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 18px;
  }
  .st-06 #iq_listings {
    margin-top: 102px;
    background-color: #ffffff;
  }
  .st-06 .st-sitemenu-08 {
    padding: 5px 10px 5px 10px;
  }
  .st-06 .st-sitemenu-08 .navbar-brand img {
    max-height: 40px;
    margin-top: 2px;
  }
  .st-06 .st-sitemenu-08 .navbar-toggle {
    margin-top: 7px;
    border-style: none;
  }
  .st-06 .st-sitemenu-08 a {
    padding: 0px;
  }
  .st-06 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    max-height: 420px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .st-inside-content-wrapper > .container,
  .st-06 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-06 .st-inside-content-wrapper .st-header-carousel-03 {
    height: 100px;
    min-height: 100px;
  }
  .st-06 .st-inside-content-wrapper > .container,
  .st-06 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-06 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-07 .st-site-wrapper {
  height: 100%;
}
.st-07 .st-sitemenu-02 {
  z-index: 12002 !important;
}
.st-07 .ui-dialog {
  z-index: 12004;
}
.st-07 [page|="listings"] .st-social-top-wrap {
  box-shadow: none !important;
}
.st-07 .ui-state-hover,
.st-07 .ui-widget-content .ui-state-hover,
.st-07 .ui-widget-header .ui-state-hover,
.st-07 .ui-state-focus,
.st-07 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-07 .st-homepage-wrapper,
.st-07 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-07 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-07 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/07/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-07 .st-inside-content-wrapper > .container,
.st-07 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-07 .st-social-top-wrap {
  color: #555555;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.st-07 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}
.st-07 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
.st-07 .st-social-top-wrap li a {
  text-decoration: underline;
}
.st-07 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-07 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-07 .st-inside-content-wrapper > .container,
  .st-07 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 body {
    position: relative;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-07 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-07 #iq_listings {
    margin-top: 90px;
    background-color: #ffffff;
  }
  .st-07 .iq-listings-filters {
    margin-bottom: 10px;
  }
  .st-07 .iq-results-content {
    margin-top: 15px !important;
  }
  .st-07 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-07 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-07 .st-inside-content-wrapper > .container,
  .st-07 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 body {
    position: relative;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-07 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-07 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-07 .st-inside-content-wrapper > .container,
  .st-07 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-07 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-07 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-07 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-08 .st-site-wrapper {
  height: 100%;
}
.st-08 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.st-08 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-08 .st-searchform-07 ul li {
  text-align: left;
}
.st-08 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.st-08 .ui-widget-header .ui-state-hover,
.st-08 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-08 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-08 .st-homepage-wrapper,
.st-08 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-08 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-08 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/08/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-08 .st-inside-content-wrapper > .container,
.st-08 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-08 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-08 .st-inside-content-wrapper > .container,
  .st-08 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-08 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-08 #iq_listings {
    margin-top: 105px;
    background-color: #ffffff;
  }
  .st-08 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-08 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-08 .st-inside-content-wrapper > .container,
  .st-08 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-08 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-08 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-08 .st-inside-content-wrapper > .container,
  .st-08 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-08 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-09 .st-site-wrapper {
  height: 100%;
}
.st-09 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
  text-align: center;
}
.st-09 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}
.st-09 .st-searchform-07 ul li {
  text-align: left;
}
.st-09 .st-homepage-wrapper .carousel-inner {
  height: calc(100vh - 146px);
}
.st-09 .ui-state-hover,
.st-09 .ui-widget-content .ui-state-hover,
.st-09 .ui-widget-header .ui-state-hover,
.st-09 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-09 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-09 .st-homepage-wrapper,
.st-09 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-09 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-09 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/09/img/header.jpg) no-repeat top;
  background-position: center top;
  height: 240px;
  background-size: cover;
}
.st-09 .st-inside-content-wrapper > .container,
.st-09 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-09 .st-header-carousel-11 .iq-carousel-caption {
  text-align: right;
  position: absolute;
  bottom: 200px;
  right: 90px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-09 .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-09 .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh);
    display: table-cell;
    margin: 0 auto;
  }
  .st-09 .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-09 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-09 .st-inside-content-wrapper > .container,
  .st-09 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-09 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-09 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-09 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-09 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-09 .st-inside-content-wrapper {
    margin-top: 50px;
  }
  .st-09 .st-searchform-07 .st-listings-getlocation {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-09 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-09 .st-inside-content-wrapper > .container,
  .st-09 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-09 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-09 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-09 .st-inside-content-wrapper > .container,
  .st-09 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-09 .iq-pg-header h1 {
    font-size: 35px;
  }
}
.st-11 .st-site-wrapper {
  height: 100%;
}
.st-11 .ui-state-hover,
.st-11 .ui-widget-content .ui-state-hover,
.st-11 .ui-widget-header .ui-state-hover,
.st-11 .ui-state-focus,
.st-11 .ui-widget-content .ui-state-focus,
.st-11 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-11 .st-homepage-wrapper,
.st-11 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-11 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 420px;
}
.st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}
.st-11 .st-homepage-wrapper .st-header-carousel-06,
.st-11 .st-inside-content-wrapper .st-header-carousel-06 {
  background-position: center top;
  background-size: cover;
}
.st-11 .st-inside-content-wrapper > .container,
.st-11 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-11 .st-myportal-04 {
  background-color: #ffffff;
}
.st-11 .st-myportal-04 .st-signin-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #eeeeee;
  color: #7089a1;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #7089a1;
}
.st-11 .st-myportal-04 .st-register-btn {
  padding-right: 2px;
  height: 32px;
  text-transform: uppercase;
  width: 45%;
  background: #eeeeee;
  color: #7089a1;
  border: 0;
  font-size: 13px;
  border-bottom: 4px solid #7089a1;
}
.st-11 .st-footer-01 footer {
  background-color: #eeeeee;
  color: #555555;
}
.st-11 .st-footer-01 footer li,
.st-11 .st-footer-01 footer a:link,
.st-11 .st-footer-01 footer a:visited,
.st-11 .st-footer-01 footer a:hover,
.st-11 .st-footer-01 footer a:active {
  color: #555555;
}
.st-11 .st-footer-01 .st-footer-social a {
  border: 1px solid #555555;
}
.st-11 .st-sitemenu-01 .st-sitemenu-social-links li a {
  border-style: none ;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-11 .st-inside-content-wrapper > .container,
  .st-11 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 570px;
  }
  .st-11 #iq_listings {
    margin-top: 52px;
  }
  .st-11 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-11 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-11 .st-searchform-06 {
    top: 35%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-11 .st-inside-content-wrapper > .container,
  .st-11 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 570px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-11 .st-inside-content-wrapper > .container,
  .st-11 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-11 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-11 .st-homepage-wrapper .st-header-carousel-wrapper {
    min-height: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-11 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
.st-12 .st-site-wrapper {
  height: 100%;
}
.st-12 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 146px);
  width: 100%;
  text-align: center;
}
.st-12 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: calc(100vh - 146px);
  display: table-cell;
  margin: 0 auto;
}
.st-12 .st-searchform-07 ul li {
  text-align: left;
}
.st-12 .st-homepage-wrapper .carousel-inner {
  height: calc(100vh - 146px);
}
.st-12 .ui-state-hover,
.st-12 .ui-widget-content .ui-state-hover,
.st-12 .ui-widget-header .ui-state-hover,
.st-12 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-12 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-12 .st-homepage-wrapper,
.st-12 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-12 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-12 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/12/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-12 .st-inside-content-wrapper > .container,
.st-12 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-12 .st-searchform-07 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .st-12 .st-searchform-07 .st-searchform-contents {
    vertical-align: middle;
    height: 100vh);
    display: table-cell;
    margin: 0 auto;
  }
  .st-12 .st-homepage-wrapper .carousel-inner {
    height: 100vh;
  }
  .st-12 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-12 .st-inside-content-wrapper > .container,
  .st-12 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-12 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-12 #iq_listings {
    margin-top: 52px;
  }
  .st-12 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-12 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-12 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-12 #st_section_02 {
    position: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-12 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-12 .st-inside-content-wrapper > .container,
  .st-12 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-12 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-12 #st_section_02 {
    position: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-12 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-12 .st-inside-content-wrapper > .container,
  .st-12 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-12 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-12 #st_section_02 {
    position: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-13 .st-site-wrapper {
  height: 100%;
}
.st-13 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.st-13 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-13 .st-searchform-07 ul li {
  text-align: left;
}
.st-13 .ui-state-hover,
.st-13 .ui-widget-content .ui-state-hover,
.st-13 .ui-widget-header .ui-state-hover,
.ui-state-focus,
.st-13 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-13 .st-homepage-wrapper,
.st-13 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-13 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-13 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/13/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-13 .st-inside-content-wrapper > .container,
.st-13 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-13 .st-footer-01 footer {
  background-color: #eeeeee;
  color: #555555;
}
.st-13 .st-footer-01 footer li,
.st-13 .st-footer-01 footer a:link,
.st-13 .st-footer-01 footer a:visited,
.st-13 .st-footer-01 footer a:hover,
.st-13 .st-footer-01 footer a:active {
  color: #555555;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-13 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-13 .st-inside-content-wrapper > .container,
  .st-13 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-13 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-13 #iq_listings {
    margin-top: 52px;
  }
  .st-13 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-13 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-13 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-13 .iq-listing-head {
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-13 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-13 .st-inside-content-wrapper > .container,
  .st-13 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-13 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-13 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-13 .st-inside-content-wrapper > .container,
  .st-13 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-13 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-14 html {
  height: auto;
}
.st-14 body {
  background: #fff;
  color: #6b6e80;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  padding-top: 70px;
  scrollbar-face-color: #333 !important;
}
.st-14 .st-inside-content-wrapper .st-inside-header {
  background-position: center top;
  height: 300px;
  background-size: cover;
}
.st-14 .st-inside-content-wrapper > .container,
.st-14 .st-inside-content-wrapper > .container-fluid {
  margin-top: -120px;
  padding: 0px;
}
.st-14 ::-moz-selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}
.st-14 ::-webkit-selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}
.st-14 ::selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}
.st-14 ::-webkit-scrollbar {
  width: 10px;
}
.st-14 ::-webkit-scrollbar-track {
  background-color: #333;
}
.st-14 ::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 2px;
  moz-border-radius: 2px;
  o-border-radius: 2px;
  webkit-border-radius: 2px;
}
.st-14 ::-webkit-scrollbar-button {
  display: none;
}
.st-14 ::-webkit-scrollbar-corner {
  background-color: #000000;
}
.st-14 h1,
.st-14 h2,
.st-14 h3,
.st-14 h4,
.st-14 h5,
.st-14 h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.st-14 a {
  color: #fc6e51;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.st-14 a:hover {
  color: #e9573f;
  moz-transition: all 0.2s ease-in-out;
  ms-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.st-14 select,
.st-14 textarea,
.st-14 input[type="text"],
.st-14 input[type="password"],
.st-14 input[type="datetime"],
.st-14 input[type="datetime-local"],
.st-14 input[type="date"],
.st-14 input[type="month"],
.st-14 input[type="time"],
.st-14 input[type="week"],
.st-14 input[type="number"],
.st-14 input[type="email"],
.st-14 input[type="url"],
.st-14 input[type="search"],
.st-14 input[type="tel"],
.st-14 input[type="color"],
.st-14 .uneditable-input {
  color: #333;
}
.st-14 select:focus,
.st-14 textarea:focus,
.st-14 input[type="text"]:focus,
.st-14 input[type="password"]:focus,
.st-14 input[type="datetime"]:focus,
.st-14 input[type="datetime-local"]:focus,
.st-14 input[type="date"]:focus,
.st-14 input[type="month"]:focus,
.st-14 input[type="time"]:focus,
.st-14 input[type="week"]:focus,
.st-14 input[type="number"]:focus,
.st-14 input[type="email"]:focus,
.st-14 input[type="url"]:focus,
.st-14 input[type="search"]:focus,
.st-14 input[type="tel"]:focus,
.st-14 input[type="color"]:focus,
.st-14 .uneditable-input:focus {
  border-color: #bbb;
  box-shadow: none;
  color: #000000;
  moz-box-shadow: none;
  webkit-box-shadow: none;
}
.st-14 .btn,
.form-control {
  border-radius: 2px;
  moz-border-radius: 2px;
  o-border-radius: 2px;
  webkit-border-radius: 2px;
}
.st-14 .form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  color: #000000;
  moz-box-shadow: none;
  webkit-box-shadow: none;
}
.st-14 .clear-marg {
  margin: 0 !important;
}
.st-14 .btn-success {
  background-color: #82b440;
  border-color: #7aa93c;
}
.st-14 .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle {
  background-color: #6f9a37;
  border-color: #6f9a37;
}
.st-14 #header {
  height: auto;
  min-height: 450px;
  padding-bottom: 60px;
  padding-top: 150px;
  width: 100%;
}
.st-14 #header.heading {
  background-size: cover !important;
  min-height: 200px;
  moz-background-size: cover !important;
  ms-background-size: cover !important;
  o-background-size: cover !important;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  webkit-background-size: cover !important;
}
.st-14 #header.heading > * {
  position: relative;
  z-index: 2;
}
.st-14 #header.heading::after {
  backgroust-myportal-06nd-color: rgba(0, 0, 0, 0.75);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.st-14 #header.heading .page-title {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.st-14 #header.heading .page-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.st-14 #header.heading .page-title h2 span {
  font-weight: 400;
}
.st-14 #header.heading .breadcrumb {
  background-color: transparent;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.st-14 #header.heading .breadcrumb > .active {
  color: #dedede;
}
.st-14 #header.heading .quick-search {
  margin-bottom: 20px;
  margin-top: 20px;
}
.st-14 .st-inside-content-wrapper #header {
  padding: 0px;
  min-height: inherit !important;
}
.st-14 #content {
  background: #f4f4f4;
  padding: 60px 0;
  position: relative;
  width: 100%;
}
.st-14 .heading-title {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}
.st-14 .heading-title h2 {
  border: 2px solid #898ba2;
  display: inline;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
}
.st-14 .heading-title.heading-title-sm h2 {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 14px;
}
.st-14 .heading-title.bg-white h2::before {
  background: #fff;
}
.st-14 .heading-title h2::before {
  background: #f4f4f4;
  border-radius: 100%;
  content: '';
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -16px;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: absolute;
  top: 0;
  webkit-border-radius: 100%;
  width: 30px;
}
.st-14 .heading-title h2::after {
  background: #898ba2;
  border-radius: 100%;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
  moz-border-radius: 100%;
  ms-border-radius: 100%;
  o-border-radius: 100%;
  position: absolute;
  top: 0;
  webkit-border-radius: 100%;
  width: 12px;
}
.st-14 #ascrail2000-hr {
  display: none;
}
.st-14 .ui-state-hover,
.st-14 .ui-widget-content .ui-state-hover,
.st-14 .ui-widget-header .ui-state-hover,
.st-14 .ui-state-focus,
.st-14 .ui-widget-content .ui-state-focus,
.st-14 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-14 body {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #6b6e80;
  background: #fff;
  overflow-x: hidden;
  scrollbar-face-color: #333;
}
.st-14 ::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}
.st-14 ::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}
.st-14 ::selection {
  color: #fff;
  text-shadow: none;
  background: #3498db;
}
.st-14 ::-webkit-scrollbar {
  width: 10px;
}
.st-14 ::-webkit-scrollbar-track {
  background-color: #333;
}
.st-14 ::-webkit-scrollbar-thumb {
  background-color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.st-14 ::-webkit-scrollbar-button {
  display: none;
}
.st-14 ::-webkit-scrollbar-corner {
  background-color: ;
}
.st-14 a {
  color: #fc6e51;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.st-14 a:hover {
  color: #e9573f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.st-14 .quick-search {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.7);
}
.st-14 #header.heading {
  position: relative;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.st-14 #header.heading > * {
  position: relative;
  z-index: 2;
}
.st-14 #header.heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.st-14 .heading-title {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.st-14 .heading-title h2 {
  position: relative;
  display: inline;
  padding: 12px 20px;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #898ba2;
}
.st-14 .heading-title.heading-title-sm h2 {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 24px;
}
.st-14 .heading-title.bg-white h2::before {
  background: #fff;
}
.st-14 .heading-title h2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -15px;
  background: #f4f4f4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.st-14 .heading-title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  margin-left: -6px;
  background: #898ba2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.st-14 .heading-title.heading-title-alt {
  text-align: left;
  margin: 0 0 30px;
}
.st-14 .heading-title.heading-title-alt h3 {
  font-size: 26px;
  line-height: 30px;
}
.st-14 .jcarousel-wrapper {
  position: relative;
  margin: 20px auto;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -ms-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.st-14 .jcarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.st-14 .jcarousel ul {
  position: relative;
  width: 20000em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-14 .jcarousel li {
  width: 200px !important;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.st-14 .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
/* Carousel Controls */
.st-14 .jcarousel-control-prev,
.st-14 .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  background: #1b1d2a;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 14px;
  line-height: 30px;
}
.st-14 .jcarousel-control-prev {
  left: 15px;
}
.st-14 .jcarousel-control-next {
  right: 15px;
}
/* Carousel Pagination */
.st-14 .jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.st-14 .jcarousel-pagination a {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 7px;
  font-size: 11px;
  line-height: 10px;
  text-decoration: none;
  background: #fff;
  color: #4e443c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  -ms-box-shadow: 0 0 2px #4e443c;
  -o-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}
.st-14 .jcarousel-pagination a.active {
  background: #fc6e51;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #fc6e51;
  -moz-box-shadow: 0 0 0 1px #fc6e51;
  -ms-box-shadow: 0 0 0 1px #fc6e51;
  -o-box-shadow: 0 0 0 1px #fc6e51;
  box-shadow: 0 0 0 1px #fc6e51;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-14 #iq_listings {
    margin-top: 160px;
  }
  .st-14 #iq_agent {
    margin-top: 80px;
  }
  .st-14 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
.st-15 .st-site-wrapper {
  height: 100%;
}
.st-15 #homepage_searchform .ui-corner-all {
  color: #000000;
  z-index: 9999;
}
.st-15 .ui-state-hover,
.st-15 .ui-widget-content .ui-state-hover,
.st-15 .ui-widget-header .ui-state-hover,
.st-15 .ui-state-focus,
.st-15 .ui-widget-content .ui-state-focus,
.st-15 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-15 .st-homepage-wrapper,
.st-15 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-15 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-15 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 830px;
}
.st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}
.st-15 .st-inside-content-wrapper > .container,
.st-15 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-15 .st-inside-content-wrapper .st-header-carousel-wrapper > div {
  position: relative;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-15 .st-inside-content-wrapper > .container,
  .st-15 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-15 #iq_listings {
    margin-top: 52px;
  }
  .st-15 .st-sitemenu-09 {
    position: inherit;
    min-height: 60px;
    padding-top: 5px;
  }
  .st-15 .st-sitemenu-09 .navbar-toggle {
    border-style: none;
    margin-top: 9px;
  }
  .st-15 .st-sitemenu-09 .navbar-brand {
    background-color: none;
    padding: 0px;
  }
  .st-15 .st-social-top-wrap {
    background-attachment: none;
  }
  .st-15 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-15 .st-inside-content-wrapper > .container,
  .st-15 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-15 .st-inside-content-wrapper > .container,
  .st-15 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-15 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-15 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
.st-16 .st-site-wrapper {
  height: 100%;
}
.st-16 .st-sitemenu-02 {
  z-index: 12001;
}
.st-16 .ui-dialog {
  z-index: 12004;
}
.st-16 [page|="listings"] .st-social-top-wrap {
  box-shadow: none !important;
}
.st-16 .ui-state-hover,
.st-16 .ui-widget-content .ui-state-hover,
.st-16 .ui-widget-header .ui-state-hover,
.st-16 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-16 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-16 .st-homepage-wrapper,
.st-16 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-16 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-16 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/16/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-16 .st-inside-content-wrapper > .container,
.st-16 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-16 .st-social-top-wrap {
  color: #555555;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.st-16 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}
.st-16 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
.st-16 .st-social-top-wrap li a {
  text-decoration: underline;
}
.st-16 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-16 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-16 .st-inside-content-wrapper .st-carousel-inner {
    height: 100px;
  }
  .st-16 .st-inside-content-wrapper > .container,
  .st-16 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-16 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-16 body {
    position: relative;
  }
  .st-16 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-16 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-16 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-16 .st-social-top-wrap {
    position: inherit;
  }
  .st-16 #iq_listings {
    margin-top: 40px;
  }
  .st-16 .iq-listings-filters {
    min-height: 60px;
    margin-top: 10px;
  }
  .st-16 .iq-results-content {
    margin-top: 15px;
  }
  .st-16 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-16 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-16 .st-inside-content-wrapper > .container,
  .st-16 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-16 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-16 body {
    position: relative;
  }
  .st-16 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-16 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-16 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-16 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-16 .st-inside-content-wrapper > .container,
  .st-16 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-16 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-16 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-16 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-17 .st-site-wrapper {
  height: 100%;
}
.st-17 .st-homepage-wrapper .st-carousel-inner {
  height: calc(100vh - 100px);
}
.st-17 .ui-state-hover,
.st-17 .ui-widget-content .ui-state-hover,
.st-17 .ui-widget-header .ui-state-hover,
.st-17 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-17 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-17 .st-homepage-wrapper,
.st-17 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-17 .st-featuredhomes-03 a {
  color: #ffffff;
}
.st-17 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-17 .st-inside-content-wrapper .st-header-carousel-08 {
  background-position: center top;
  min-height: 300px;
  height: 300px;
  background-size: cover;
}
.st-17 .st-inside-content-wrapper > .container,
.st-17 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-17 .st-inside-content-wrapper .st-sitemenu-social-links {
  display: none;
}
.st-17 .st-sitemenu-10 .navbar-brand img {
  display: none;
}
.st-17 .st-inside-content-wrapper .navbar-brand img {
  display: block;
  height: 50px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .st-inside-content-wrapper > .container,
  .st-17 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-17 .scroll_down {
    display: none !important;
  }
  .st-17 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .st-inside-content-wrapper > .container,
  .st-17 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-17 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-17 .st-inside-content-wrapper > .container,
  .st-17 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-17 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-17 .navbar-toggle {
    display: block!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-18 .st-site-wrapper {
  height: 100%;
}
.st-18 .st-header-carousel-10 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-18 .st-header-carousel-10 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-18 .st-homepage-wrapper .carousel-inner .item {
  height: 100vh;
}
.st-18 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.st-18 .ui-widget-header .ui-state-hover,
.st-18 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-18 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-18 .st-homepage-wrapper,
.st-18 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-18 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-18 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/18/img/header_01_image.jpg) no-repeat top;
  background-position: center top;
  height: 300px;
  background-size: cover;
}
.st-18 .st-inside-content-wrapper > .container,
.st-18 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-18 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-18 .st-inside-content-wrapper > .container,
  .st-18 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-18 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-18 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-18 #iq_listings {
    margin-top: 52px;
  }
  .st-18 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-18 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-18 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-18 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-18 .st-inside-content-wrapper > .container,
  .st-18 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-18 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-18 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-18 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-18 .st-inside-content-wrapper > .container,
  .st-18 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-18 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-19 .st-site-wrapper {
  height: 100%;
}
.st-19 .st-header-carousel-04 .st-searchform-05 .st-searchform-wrapper {
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-19 .st-header-carousel-04 .st-searchform-05 .st-searchform-properties {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-19 .st-homepage-wrapper .carousel-inner .item {
  height: 100vh;
}
.st-19 .st-sitemenu-02 {
  z-index: 12001;
}
.st-19 body {
  background-color: #f5f5f5;
}
.st-19 .ui-state-hover,
.st-19 .ui-widget-content .ui-state-hover,
.st-19 .ui-widget-header .ui-state-hover,
.st-19 .ui-state-focus,
.st-19 .ui-widget-content .ui-state-focus,
.st-19 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-19 .st-homepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-19 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-19 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/19/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 150px !important;
  background-size: cover;
}
.st-19 .st-inside-content-wrapper > .container,
.st-19 .st-inside-content-wrapper > .container-fluid {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.st-19 .st-social-top-wrap {
  color: #555555;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.st-19 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}
.st-19 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
.st-19 .st-social-top-wrap li a {
  text-decoration: underline;
}
.st-19 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}
.st-19 .st-insidepage-wrapper .navbar-brand {
  height: 150px;
  padding: 0px;
}
.st-19 .st-insidepage-wrapper .navbar-brand img {
  height: 100%;
}
.st-19 .iq-pg-body {
  margin-bottom: 0;
}
.st-19 .iq-pg-header {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.st-19 .iq-pg-header h1 {
  color: #555555;
}
.st-19 .st-footer-04 #footer {
  background-color: #254e75;
  color: #ffffff;
}
.st-19 .st-footer-04 #footer .widget h3 {
  color: #ffffff;
}
.st-19 .st-footer-04 #footer .widget h4 {
  color: #ffffff;
}
.st-19 .st-footer-04 #footer .widget a,
.st-19 .st-footer-04 #footer .widget a:link,
.st-19 .st-footer-04 #footer .widget a:visited,
.st-19 .st-footer-04 #footer .widget a:hover,
.st-19 .st-footer-04 #footer .widget a:active {
  color: #ffffff;
}
.st-19 .st-footer-04 #footer a,
.st-19 .st-footer-04 #footer a:link,
.st-19 .st-footer-04 #footer a:visited,
.st-footer-04 #footer a:hover,
.st-19 .st-footer-04 #footer a:active {
  color: #ffffff;
}
.st-19 .st-footer-04 #footer .st-footer-divider {
  color: #ffffff;
}
.st-19 .st-footer-04 .copyright {
  border-top-color: #ffffff;
}
.st-19 #iq_listings .iq-pg-header {
  display: none;
}
.st-19 #st_section_03 .st-panel-01 {
  height: 100vh;
}
.st-19 #st_section_05 .st-panel {
  height: 100vh;
}
.st-19 #st_section_06 .st-intro-02 {
  height: 50vh;
}
.st-19 #st_section_07 .st-panel {
  height: 50vh;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-19 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-19 .st-inside-content-wrapper > .container,
  .st-19 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-19 .st-insidepage-wrapper .navbar-brand {
    height: 66px;
    margin-top: 40px;
  }
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 body {
    position: relative;
  }
  .st-19 .st-header-carousel-04 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
  .st-19 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-19 #iq_listings {
    margin-top: 100px;
    background-color: #ffffff;
  }
  .st-19 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-19 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-19 .st-inside-content-wrapper > .container,
  .st-19 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-19 .st-insidepage-wrapper .navbar-brand {
    height: 66px;
    margin-top: 40px;
  }
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 body {
    position: relative;
  }
  .st-19 .st-header-carousel-04 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
  .st-19 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-19 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-19 .st-inside-content-wrapper > .container,
  .st-19 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-19 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-19 .st-header-carousel-04 .st-logo {
    height: 70px;
    margin: 10px 0 0 10%;
  }
  .st-19 .st-header-carousel-04 .st-logo img {
    height: 80px;
  }
  .st-19 .st-header-carousel-04 .carousel-control {
    display: none;
  }
  .st-19 .st-header-carousel-04 .st-searchform-wrapper {
    bottom: 10%;
  }
  .st-19 .scroll_down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-20 .st-site-wrapper {
  height: 100%;
}
.st-20 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.st-20 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-20 .st-searchform-07 ul li {
  text-align: left;
}
.st-20 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}
.st-20 .ui-state-hover,
.st-20 .ui-widget-content .ui-state-hover,
.st-20 .ui-widget-header .ui-state-hover,
.st-20 .ui-state-focus,
.st-20 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-20 .st-homepage-wrapper,
.st-20 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-20 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-20 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/20/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-20 .st-inside-content-wrapper > .container,
.st-20 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-20 .st-panels-wrapper {
  margin-top: 75px;
}
.st-20 #st_section_01 .st-panel {
  height: 50vh;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-20 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-20 .st-inside-content-wrapper > .container,
  .st-20 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-20 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-20 #iq_listings {
    margin-top: 52px;
  }
  .st-20 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-20 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-20 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-20 .st-panels-wrapper {
    margin-top: 0;
  }
  .st-20 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-20 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-20 .st-inside-content-wrapper > .container,
  .st-20 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-20 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-20 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-20 .st-inside-content-wrapper > .container,
  .st-20 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-20 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-21 body {
  font-family: 'Sanchez', serif;
}
.st-21 h1,
.st-21 h3,
.st-21 h4 {
  font-family: 'Sanchez', serif;
}
.st-21 #searchform_accordion {
  font-family: 'Droid Sans', sans-serif;
}
.st-21 .st-site-wrapper {
  height: 100%;
}
.st-21 .st-slidemenu-wrapper {
  text-transform: uppercase;
  width: 100%;
  height: 0px;
  min-height: 0px;
  background: #3D3D3D;
  z-index: 12002;
  color: #a2ce55;
  position: absolute;
  top: 64px;
  left: 0px;
  box-shadow: inherit;
  border-color: #2B2B2B;
  border-width: 1px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-style: solid !important;
}
.st-21 .st-slidemenu-01 {
  display: table;
  width: 100%;
  overflow: visible;
  background-color: #3D3D3D;
  padding-left: 35px;
}
.st-21 .st-slidemenu-01 a {
  color: #A2CE4B;
}
.st-21 .st-sitemenu-01 {
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px;
  border-style: solid;
}
.st-21 .st-sitemenu-01 .navbar-nav > li > a {
  padding: 33px 15px 33px 15px;
  color: #ffffff;
}
.st-21 .st-sitemenu-01 .nav .open > a,
.st-21 .st-sitemenu-12 .nav .open > a:hover,
.st-21 .st-sitemenu-01 .nav .open > a:focus,
.st-sitemenu-01 .nav a:hover {
  background-color: transparent;
  color: #65932A;
}
.st-21 .st-sitemenu-01 .dropdown-menu {
  border-color: #7089a1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  right: 0!important;
}
.st-21 .st-sitemenu-01 .dropdown-menu li:first-child {
  margin-top: 10px;
}
.st-21 .st-sitemenu-01 .dropdown-menu li a {
  text-transform: none;
  font-size: 12px;
}
.st-21 .st-sitemenu-01 .dropdown-menu:before {
  position: absolute;
  top: -20px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #7089a1;
  border-left: 20px solid transparent;
  content: '';
}
.st-21 .st-sitemenu-01 .dropdown-menu:after {
  position: absolute;
  top: -19px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  content: '';
}
.st-21 .st-sitemenu-12 {
  height: 87px;
}
.st-21 .st-sitemenu-12 .dropdown-menu {
  border-color: #7089a1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
}
.st-21 .st-sitemenu-12 .dropdown-menu:before {
  position: absolute;
  top: -20px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #7089a1;
  border-left: 20px solid transparent;
  content: '';
}
.st-21 .st-sitemenu-12 .dropdown-menu:after {
  position: absolute;
  top: -19px;
  right: 40px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  content: '';
}
.st-21 .st-sitemenu-12 .navbar-toggle {
  margin: 30px 0 0 0;
  color: #A2CE4B;
}
.st-21 .st-sitemenu-12 .dropdown-menu li a {
  text-transform: none;
  font-size: 12px;
}
.st-21 .ui-state-hover,
.st-21 .ui-widget-content .ui-state-hover,
.st-21 .ui-widget-header .ui-state-hover,
.st-21 .ui-state-focus,
.st-21 .ui-widget-content .ui-state-focus,
.st-21 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-21 .st-homepage-wrapper,
.st-21 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-21 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-21 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/21/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-21 .st-inside-content-wrapper > .container,
.st-21 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-21 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-21 .st-inside-content-wrapper > .container,
  .st-21 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-21 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-21 #iq_listings {
    margin-top: 140px;
  }
  .st-21 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-21 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-21 .st-inside-content-wrapper > .container,
  .st-21 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-21 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-21 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-21 .st-inside-content-wrapper > .container,
  .st-21 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-21 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-22 .st-site-wrapper {
  height: 100%;
}
.st-22 .st-searchform-07 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.st-22 .st-searchform-07 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-22 .st-searchform-07 ul li {
  text-align: left;
}
.st-22 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}
.st-22 .ui-state-hover,
.st-22 .ui-widget-content .ui-state-hover,
.st-22 .ui-widget-header .ui-state-hover,
.st-22 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-22 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-22 .st-homepage-wrapper,
.st-22 .st-insidepage-wrapper {
  margin: 0 0 -785px 0;
  padding: 0 0 785px 0;
  width: 100%;
  min-height: 100%;
}
.st-22 .st-site-menu {
  background-color: #254e75;
  border-color: none;
}
.st-22 .st-site-menu .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.st-22 .st-site-menu .navbar-brand {
  padding: 0;
  padding-right: 15px;
}
.st-22 .st-site-menu .navbar-brand img {
  height: 50px;
}
.st-22 .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.st-22 .navbar-inverse {
  border-color: #536670;
}
.st-22 .navbar-inverse .navbar-nav > .active > a,
.st-22 .navbar-inverse .navbar-nav > .active > a:hover,
.st-22 .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #7089a1;
}
.st-22 .navbar-inverse .navbar-nav > .open > a,
.st-22 .navbar-inverse .navbar-nav > .open > a:hover,
.st-22 .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #7089a1;
}
.st-22 .st-insidepage-wrapper {
  padding-top: 65px;
}
.st-22 .iq-pg-header {
  margin-bottom: 0;
}
.st-22 .iq-pg-header h1 {
  padding: 0 15px;
  font-size: 25px;
  color: #555555;
}
.st-22 #iq_listings .iq-pg-header {
  display: none;
}
.st-22 .iq-search-layout-2 .iq-listings-filters .small {
  font-size: 10px;
}
/* jquery ui overrides */
.st-22 .ui-slider-horizontal {
  background: #cccccc;
  margin: 11px;
}
.st-22 .ui-slider-range {
  background: #ebebeb !important;
}
.st-22 .ui-slider-handle {
  border-radius: 50%;
  background: #ffffff !important;
  border-color: #536670!important;
  border-width: 8px!important;
  top: -0.4em !important;
  margin-left: -0.8em !important;
  width: 1.6em!important;
  height: 1.6em!important;
}
.st-22 .modal-body label {
  margin-top: 15px;
}
.st-22 .iq-slider-label {
  margin-bottom: -20px;
}
.st-22 .btn-default:focus,
.st-22 .btn:active,
.st-22 .btn-default.active,
.st-22 .open .dropdown-toggle.btn-default {
  background-color: #536670;
  color: #ffffff;
}
.st-22 .st-header-carousel-11 .item {
  min-height: 100vh;
  padding-top: 50px;
}
.st-22 .st-featuredhomes-08 .container {
  width: 100%;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-22 .iq-pg-header h1 {
    font-size: 15px;
  }
  .st-22 #iq_listings .iq-pg-body.iq-search-layout-2 {
    padding-top: 5px;
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: #ffffff;
  }
  .st-22 #iq_beds_container,
  .st-22 #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
  .st-22 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
  .st-23 #st_section_11 {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-22 .iq-pg-header h1 {
    font-size: 15px;
  }
  .st-22 #iq_listings .iq-pg-body.iq-search-layout-2 {
    padding-top: 5px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit;
    margin: inherit !important;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: #ffffff;
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: #ffffff;
  }
  .st-22 #iq_beds_container,
  #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-22 .iq-pg-header h1 {
    font-size: 20px;
  }
  .st-22 #iq_listings .iq-pg-body.iq-search-layout-2 {
    padding-top: 5px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit;
    display: table;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: #ffffff;
  }
  .st-22 #iq_pricerange_container {
    margin-top: 15px;
  }
  .st-22 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background-color: #ffffff;
  }
  .st-22 #iq_beds_container,
  .st-22 #iq_baths_container,
  .st-22 #iq_sqfoot_container,
  .st-22 #iq_subtype_container,
  .st-22 #iq_acreage_container,
  .st-22 #iq_zoning_container,
  .st-22 #iq_units_container label,
  .st-22 #iq_buildings_container label {
    margin-top: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
  .st-22 .iq-listings-filters {
    font-size: 10px;
  }
  .st-22 #iq_res_criteria_modal label,
  .st-22 #iq_com_criteria_modal label,
  .st-22 #iq_lan_criteria_modal label,
  .st-22 #iq_mul_criteria_modal label {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .iq-listings-filters {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-23 .st-site-wrapper {
  height: 100%;
}
.st-23 .st-homepage-wrapper .carousel-inner {
  height: calc(100vh - 100px);
}
.st-23 .ui-state-hover,
.st-23 .ui-widget-content .ui-state-hover,
.st-23 .ui-widget-header .ui-state-hover,
.st-23 .ui-state-focus,
.st-23 .ui-widget-content .ui-state-focus,
.st-23 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-23 .st-homepage-wrapper,
.st-23 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-23 .st-featuredhomes-03 a {
  color: #ffffff;
}
.st-23 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-23 .st-inside-content-wrapper .st-header-carousel-08 {
  background-position: center top;
  min-height: 300px;
  height: 300px;
  background-size: cover;
}
.st-23 .st-inside-content-wrapper > .container,
.st-23 .st-inside-content-wrapper > .container-fluid {
  margin-top: -50px;
}
.st-23 .st-inside-content-wrapper .st-sitemenu-social-links {
  display: none;
}
.st-23 .st-inside-content-wrapper .navbar-nav {
  float: right;
}
.st-23 .st-sitemenu-10 .navbar-brand img {
  display: none;
}
.st-23 .st-inside-content-wrapper .navbar-brand img {
  display: block;
  height: 50px;
}
.st-23 .iq-pg-header h1 {
  color: #555555;
  font-size: 35px;
}
.st-23 [data-page=house-value] [data-section=menu] {
  height: auto !important;
}
.st-23 .st-inside-content-wrapper .st-inside-header {
  height: 100px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .st-inside-content-wrapper > .container,
  .st-23 .st-inside-content-wrapper > .container-fluid {
    margin-top: 0;
  }
  .st-23 .iq-pg-header h1 {
    font-size: 28px;
  }
  .st-23 #st_section_11 {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .st-inside-content-wrapper > .container,
  .st-23 .st-inside-content-wrapper > .container-fluid {
    margin-top: 0;
  }
  .st-23 .iq-pg-header h1 {
    font-size: 28px;
  }
  .st-23 #st_section_11 {
    display: none!important;
  }
  .st-23 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-23 .st-inside-content-wrapper .st-header-carousel-08 {
    min-height: 100px;
    height: 100px;
  }
  .st-23 .st-inside-content-wrapper > .container,
  .st-23 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-23 #st_section_11 {
    height: 30px!important;
  }
  .st-23 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-24 .st-site-wrapper {
  height: 100%;
}
.st-24 .st-sitemenu-02 {
  z-index: 12002 !important;
}
.st-24 .ui-dialog {
  z-index: 12004;
}
.st-24 [page|="listings"] .st-social-top-wrap {
  box-shadow: none !important;
}
.st-24 .ui-state-hover,
.st-24 .ui-widget-content .ui-state-hover,
.st-24 .ui-widget-header .ui-state-hover,
.st-24 .ui-state-focus,
.st-24 .ui-widget-content .ui-state-focus,
.st-24 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-24 .st-homepage-wrapper,
.st-24 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-24 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-24 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/24/img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-24 .st-inside-content-wrapper > .container,
.st-24 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-24 .st-social-top-wrap {
  color: #555555;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 12000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.st-24 .st-social-top-wrap ul {
  margin: 0 80px 0 0;
}
.st-24 .st-social-top-wrap li {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
.st-24 .st-social-top-wrap li a {
  text-decoration: underline;
}
.st-24 .st-social-top-wrap .st-social-divider {
  padding: 0 15px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-24 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-24 .st-inside-content-wrapper > .container,
  .st-24 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
    padding: 0px;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 28px;
  }
  .st-24 body {
    position: relative;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-24 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
  .st-24 #iq_listings {
    margin-top: 100px;
  }
  .st-24 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-24 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-24 .st-inside-content-wrapper > .container,
  .st-24 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-24 body {
    position: relative;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit!important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
  .st-24 .st-searchform-05 #agent_multifield_autocomplete {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-24 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-24 .st-inside-content-wrapper > .container,
  .st-24 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-24 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-24 .st-social-top-wrap .st-social-divider {
    padding: 0 10px;
  }
  .st-24 .iq-search-layout-2 .iq-listings-filters {
    position: inherit !important;
    height: inherit !important;
    margin: 0 -15px !important;
    box-shadow: none !important;
    z-index: 3;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-25 .st-site-wrapper {
  height: 100%;
}
.st-25 .st-searchform-12 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.st-25 .st-searchform-12 .st-searchform-contents {
  vertical-align: middle;
  height: 100vh;
  display: table-cell;
  margin: 0 auto;
}
.st-25 .st-searchform-12 ul li {
  text-align: left;
}
.st-25 .st-homepage-wrapper .carousel-inner {
  height: 100vh;
}
.st-25 .ui-state-hover,
.st-25 .ui-widget-content .ui-state-hover,
.st-25 .ui-widget-header .ui-state-hover,
.st-25 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-25 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-25 .st-homepage-wrapper,
.st-25 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-25 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-25 .st-inside-content-wrapper .st-inside-header {
  background: url(../../../sitetemplates/25/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-25 .st-inside-content-wrapper > .container,
.st-25 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-25 .st-footer-01 footer {
  background-color: #eeeeee;
  color: #555555;
}
.st-25 .st-footer-01 footer li,
.st-25 .st-footer-01 footer a:link,
.st-25 .st-footer-01 footer a:visited,
.st-25 .st-footer-01 footer a:hover,
.st-25 .st-footer-01 footer a:active {
  color: #555555;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-25 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-25 .st-inside-content-wrapper > .container,
  .st-25 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-25 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-25 #iq_listings {
    margin-top: 52px;
  }
  .st-25 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-25 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-25 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-25 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-25 .st-inside-content-wrapper > .container,
  .st-25 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-25 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-25 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-25 .st-inside-content-wrapper > .container,
  .st-25 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-25 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-26 .st-site-wrapper {
  height: 100%;
}
.st-26 .st-homepage-wrapper .carousel-inner {
  height: 100%;
}
.st-26 .ui-state-hover,
.st-26 .ui-widget-content .ui-state-hover,
.st-26 .ui-widget-header .ui-state-hover,
.st-26 .ui-state-focus,
.st-26 .ui-widget-content .ui-state-focus,
.st-26 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-26 .st-homepage-wrapper,
.st-26 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-26 .st-homepage-wrapper .carousel-inner {
  z-index: 1 !important;
}
.st-26 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-26 .st-inside-content-wrapper .st-header-carousel-01 {
  height: 300px;
  min-height: 300px;
  z-index: -1;
}
.st-26 .st-inside-content-wrapper > .container,
.st-26 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-26 .st-homepage-wrapper #st-featured-agents-carousel .carousel-inner {
  height: auto;
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<768px)*/
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .st-inside-content-wrapper > .container,
  .st-26 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-26 #iq_listings {
    margin-top: 52px;
  }
  .st-26 .st-sitemenu-03 {
    min-height: 60px;
    padding: 6px 0 0 0;
  }
  .st-26 .st-sitemenu-03 .navbar-toggle {
    border-style: none;
    margin-top: 8px;
  }
  .st-26 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 50vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .st-inside-content-wrapper > .container,
  .st-26 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small devices Tablets (>=768px)*/
  .st-26 .st-inside-content-wrapper .st-header-carousel-01 {
    height: 100px;
    min-height: 100px;
    z-index: -1;
  }
  .st-26 .st-inside-content-wrapper > .container,
  .st-26 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-26 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /* Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /* HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-27 .st-site-wrapper {
  height: 100%;
}
.st-27 .st-content-wrapper {
  margin-top: 77px;
}
.st-27 .ui-state-hover,
.st-27 .ui-widget-content .ui-state-hover,
.st-27 .ui-widget-header .ui-state-hover,
.st-27 .ui-state-focus,
.ui-widget-content .ui-state-focus,
.st-27 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
/* bottom margin is negative the height of the footer and the padding is the height of the footer to force the footer to the bottom of the page all the time */
.st-27 .st-homepage-wrapper,
.st-27 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-27 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-27 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/27/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-27 .st-inside-content-wrapper > .container,
.st-27 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-27 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-27 .st-inside-content-wrapper > .container,
  .st-27 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-27 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-27 #iq_listings {
    margin-top: 52px;
  }
  .st-27 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-27 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-27 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-27 .st-inside-content-wrapper > .container,
  .st-27 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-27 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-27 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-27 .st-inside-content-wrapper > .container,
  .st-27 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-27 iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
.st-28 #homepage_searchform .ui-corner-all {
  color: #000000;
  z-index: 9999;
}
.st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
  height: 100vh;
}
.st-28 .ui-state-hover,
.st-28 .ui-widget-content .ui-state-hover,
.st-28 .ui-widget-header .ui-state-hover,
.st-28 .ui-state-focus .st-28,
.ui-widget-content .ui-state-focus,
.st-28 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-28 .st-homepage-wrapper,
.st-28 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-28 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
  min-height: 830px;
}
.st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
  height: 100px;
  min-height: 100px;
  z-index: -1;
}
.st-28 .st-inside-content-wrapper > .container,
.st-28 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-28 .st-inside-content-wrapper .st-header-carousel-wrapper > div {
  position: relative;
}
.st-28 .st-sitemenu-13 .dropdown-menu li a:link {
  color: #555555;
}
.st-28 .st-sitemenu-13 .dropdown-menu li a:visited {
  color: #555555;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-28 .st-inside-content-wrapper > .container,
  .st-28 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-28 .st-sitemenu-09 {
    position: inherit;
    min-height: 60px;
    padding-top: 5px;
  }
  .st-28 .st-sitemenu-09 .navbar-toggle {
    border-style: none;
    margin-top: 9px;
  }
  .st-28 .st-sitemenu-09 .navbar-brand {
    background-color: none;
    padding: 0px;
  }
  .st-28 .st-social-top-wrap {
    background-attachment: none;
  }
  .st-28 #iq_listings {
    margin-top: 105px;
  }
  .st-28 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-28 .st-inside-content-wrapper > .container,
  .st-28 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-28 #iq_listings {
    margin-top: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-28 .st-inside-content-wrapper > .container,
  .st-28 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-28 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
  .st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
  .st-28 .st-inside-content-wrapper .st-header-carousel-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 479px) {
  /* Extra small devicesPhones (<479px)*/
  .st-28 .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-color: #999999;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Extra small devicesPhones (<768px)*/
  .st-28 .st-intro-02 h1 {
    font-size: 24px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-image: none!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium devices Desktops (>=992px)*/
  .st-28 .st-intro-02 h1 {
    font-size: 40px;
  }
  .st-28 .st-intro-02 .st-bg-container {
    background-image: none!important;
  }
}
.st-29 .st-site-wrapper {
  height: 100%;
}
.st-29 .ui-state-hover,
.st-29 .ui-widget-content .ui-state-hover,
.st-29 .ui-widget-header .ui-state-hover,
.st-29 .ui-state-focus,
.st-29 .ui-widget-content .ui-state-focus,
.st-29 .ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.st-29 .st-homepage-wrapper,
.st-29 .st-insidepage-wrapper {
  margin: 0 0 -200px 0;
  padding: 0 0 200px 0;
  width: 100%;
  min-height: 100%;
}
.st-29 .st-inside-wrapper .st-content-wrapper {
  border-top: 8px #ffffff solid;
  padding: 30px 30px 0 30px;
}
.st-29 .st-inside-content-wrapper .st-inside-header {
  background: url(http://www.cbprofessionalassociates.com/sitetemplates/29/img/header.jpg) no-repeat top;
  background-position: center;
  height: 300px;
  background-size: cover;
}
.st-29 .st-inside-content-wrapper > .container,
.st-29 .st-inside-content-wrapper > .container-fluid {
  margin-top: -150px;
  padding: 0px;
}
.st-29 .st-footer-01 footer {
  background-color: #eeeeee;
  color: #555555;
}
.st-29 .st-footer-01 footer li,
.st-29 .st-footer-01 footer a:link,
.st-29 .st-footer-01 footer a:visited,
.st-29 .st-footer-01 footer a:hover,
.st-29 .st-footer-01 footer a:active {
  color: #555555;
}
.st-29 .st-homepage-wrapper #st_section_07 .st-panel {
  height: 50vh !important;
}
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-29 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-29 .st-inside-content-wrapper > .container,
  .st-29 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
  .st-29 #iq_listings {
    margin-top: 52px;
  }
  .st-29 .st-sitemenu-01 {
    position: inherit;
    min-height: 60px;
    padding: 6px 0 0 10px;
  }
  .st-29 .st-sitemenu-01 .navbar-toggle {
    border-style: none;
  }
  .st-29 .st-homepage-wrapper .st-header-carousel-wrapper {
    display: block;
    height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Extra small devicesPhones (<768px)*/
  .st-29 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-29 .st-inside-content-wrapper > .container,
  .st-29 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Small devices Tablets (>=768px)*/
  .st-29 .st-inside-content-wrapper .st-inside-header {
    height: 100px;
  }
  .st-29 .st-inside-content-wrapper > .container,
  .st-29 .st-inside-content-wrapper > .container-fluid {
    margin-top: -50px;
  }
  .st-29 .iq-pg-header h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Medium devices Desktops (>=992px)*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  /*Large devicesDesktops (>=1200px)*/
}
@media (min-width: 1920px) {
  /*HD devices Desktops (>=1920px)*/
  /* Full Height: 692px 538px */
  /* 416px 262px */
}
/*vendor portal */
@media (max-width: 479px) {
  /*Extra small devicesPhones (<768px)*/
  .st-01 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-02 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-11 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-12 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-13 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-15 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-18 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-20 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-25 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-26 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-27 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-29 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 40px;
  }
  .st-04 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 236px;
  }
  .st-05 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-06 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-08 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-19 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 98px;
  }
  .st-07 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 110px;
  }
  .st-14 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 194px;
  }
  .st-21 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 125px;
  }
  .st-24 [data-page="vendorportal"] .iq-portal-sidebar-nav,
  .st-28 [data-page="vendorportal"] .iq-portal-sidebar-nav {
    margin-top: 90px;
  }
}