/*Social media colors*/
/*Font type*/
/*Website font type and color text*/
/*Basic menu text color*/
/*Basic colors button*/
/*Web colors*/
/*Prefijo*/
/*#cecece*/
/*----------------------------------------------------------------------------------*/
/* FONTS
 /*----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Didot LT Std Italic';
  src: url('../fonts/didot/DidotLTStd-Italic.eot');
  src: local('Didot LT Std Italic'), local('DidotLTStd-Italic'), url('../fonts/didot/DidotLTStd-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/didot/DidotLTStd-Italic.woff2') format('woff2'), url('../fonts/didot/DidotLTStd-Italic.woff') format('woff'), url('../fonts/didot/DidotLTStd-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'DidotLTStd-Headline';
  src: url('../fonts/didot/DidotLTStd-Headline.eot?#iefix') format('embedded-opentype'), url('../fonts/didot/DidotLTStd-Headline.woff') format('woff'), url('../fonts/didot/DidotLTStd-Headline.ttf') format('truetype'), url('../fonts/didot/DidotLTStd-Headline.svg#DidotLTStd-Headline') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DidotLTStd-Headline';
  src: url('../fonts/didot/DidotLHBold.eot');
  src: local('DidotLH Bold'), local('DidotLHBold'), url('../fonts/didot/DidotLHBold.eot?#iefix') format('embedded-opentype'), url('../fonts/didot/DidotLHBold.woff2') format('woff2'), url('../fonts/didot/DidotLHBold.woff') format('woff'), url('../fonts/didot/DidotLHBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
	font-family: 'MinionPro';
	font-style: normal;
	font-weight: normal;
	src: url('https://d1e1jt2fj4r8r.cloudfront.net/fonts/MinionPro/MinionPro-Regular.otf');
}

@font-face {
	font-family: 'MinionPro';
	font-style: normal;
	font-weight: bold;
	src: url('https://d1e1jt2fj4r8r.cloudfront.net/fonts/MinionPro/MinionPro-Bold.otf');
}
@font-face {
  font-family: 'Biondi Sans Custom';
  src: url('../fonts/biondi-sans-custom.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Vanitas Black';
  src: url('../fonts/vanitas-black.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
} 
/*----------------------------------------------------------------------------------*/
/* BODY
 /*----------------------------------------------------------------------------------*/
body {
  font-family: Helvetica Neue Light, Helvetica Neue, Arial, Helvetica, sans-serif  !important;
  margin: 0;
  padding: 0;
  font-size:16px !important;
  top: 0 !important;
  left: 0 !important;
  position: relative;
}
main {
	max-width:100%;
	overflow-x:hidden;
}
.gwr {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.ib-wrap-full-width #wrap-result .gwr, body.ib-wrap-full-width .wrap-result .gwr, #flex-filters-theme #wrap-subfilters .gwr, body.ib-wrap-full-width .gwr.gwr-breadcrumb .flex-breadcrumb, body.ib-wrap-full-width #flex-filters-theme .content-filters #wrap-filters .gwr-filters, body.ib-wrap-full-width #flex-filters-theme .gwr.c-flex {
  width: 96% !important;
  max-width: 1755px !important;
}
#flex-filters-theme .gwr.c-flex {
  margin-bottom: 15px;
}
/*----------------------------------------------------------------------------------*/
/* Google Translate
 /*----------------------------------------------------------------------------------*/
.skiptranslate {
  display: none;
}
.mobile_menu_div_100 {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------------------*/
/* ANIMACIONES
 /*-----------------------------------------------------------------------------------------------------*/
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* SECCION
 /*-----------------------------------------------------------------------------------------------------*/
.ms-section {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-color: #fff;
}
/*-----------------------------------------------------------------------------------------------------*/
/* BOTONES
 /*-----------------------------------------------------------------------------------------------------*/
.ms-btn, .ms-wrap-footer .clidxboost-btn-link, .mg-neighborhoods:not(.ib-view-list) .mg-nexplore {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 45px;
  min-width: 200px;
  background-color: #333;
  overflow: hidden;
  transition: all 0.6s;
  border: 1px solid #333;
}
.ms-btn span, .ms-wrap-footer .clidxboost-btn-link span, .mg-neighborhoods:not(.ib-view-list) .mg-nexplore span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.ms-btn:hover, .ms-wrap-footer .clidxboost-btn-link:hover, .mg-neighborhoods:not(.ib-view-list) .mg-nexplore:hover {
  background-color: #000;
  border-color: #000;
}
@media screen and (min-width: 991px) {
  .ms-btn, .ms-wrap-footer .clidxboost-btn-link, .mg-neighborhoods:not(.ib-view-list) .mg-nexplore {
    min-width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* CONTENEDOR DE BOTONES
 /*-----------------------------------------------------------------------------------------------------*/
.ms-wrap-btn {
  width: 100%;
  text-align: center;
}
/*-----------------------------------------------------------------------------------------------------*/
/* BOTON DE NEXT EN EL MAIN DEL HOME
 /*-----------------------------------------------------------------------------------------------------*/
.ms-next-step {
  background-color: transparent;
  bottom: 8%;
  box-sizing: border-box;
  cursor: pointer;
  height: 62px;
  left: 50%;
  padding: 5px 5px 10px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 38px;
  z-index: 2;
}
.ms-next-step:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
  outline: 0;
}
.ms-next-step .chevron {
  top: 0;
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.ms-next-step .chevron:before, .ms-next-step .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.ms-next-step .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.ms-next-step .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.ms-next-step .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.ms-next-step .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
@media screen and (min-width: 768px) {
  .ms-next-step {
    bottom: 8%;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* SOMBRA PARA EL HEADER
 /*-----------------------------------------------------------------------------------------------------*/
.ms-bottom-shadow {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
.mg-neighborhoods:not(.ib-view-list) .mg-nsimg {
  height: 100%;
}
#code-map-neighboardhood {
  height: 100%;
}
.vc-title-ng {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.mg-neighborhoods:not(.ib-view-list) .mg-nheader {
  background-color: #333;
}
.ms-btn-scroll-up {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-btn-scroll-up:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: #ff875f;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.ms-btn-scroll-up:after {
  content: "\e91c";
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'idx-icons';
  transform: rotate(90deg);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .ms-btn-scroll-up.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
  }
}
.ms-btn-scroll-up:hover:before {
  animation: circle 1.05s infinite;
}
.ms-lazy {
  opacity: 0;
  transition: opacity 0.3s;
}
.ms-lazy.ms-loaded {
  opacity: 1;
}
#wrap-subfilters .gwr {
  width: 96% !important;
  max-width: 1755px !important;
}
#wrap-subfilters .gwr #sub-filters {
  margin-left: auto;
}
/*----------------------------------------------------------------------------------*/
/* Header
 /*----------------------------------------------------------------------------------*/
#header .slogan {
  font-size: 12px;
}
#header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#header .press {
  font-size: 14px;
  font-style: italic;
  margin-left: 15px;
}
#header .press a {
  display: block;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu {
  left: 50%;
  margin-left: -110px;
}
#header a {
  transition: all 0.3s ease-in-out;
}
#header a:hover {
  color: #f7ef8a;
}
#header .info-contact {
  font-weight: 600;
  font-size: 14px;
  margin-left: 2%;
  border-right: solid 1px #545454;
  padding-right: 23px;
  margin-right: 1%;
}
#header .info-contact:before, #header .info-contact .infos {
  display: inline-block;
  vertical-align: middle;
}
#header .info-contact .info-contact-phone:before {
  content: '';
  display: inline-block;
  background-image: url(../images/call-icon.png);
  width: 22px;
  height: 38px;
  margin-right: 7px;
  vertical-align: middle;
}
#header .info-contact .mail {
  font-size: 18px;
}
#header .new-login {
  display: none;
}
#header .new-login #user-options li {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  font-size: 14px;
}
#header .new-login #user-options li:not(:last-child):after {
  content: '|';
  display: block;
  position: absolute;
  right: -9px;
  top: 6px;
  font-size: 12px;
}
#header .new-login #user-options li a {
  display: block;
  padding: 5px;
}
#header .new-login .ms-icon-login {
  padding-left: 4px;
  border: solid 1px #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 2px;
  margin-right: 5px;
}
#header .new-login .ms-icon-login:before {
  content: "\e943";
  display: inline-block;
  margin-right: 5px;
  font-family: 'idx-icons';
}
@media (max-width: 1023px) {
  #header .ms-wrap-header .ms-middle-header .logo-content {
    width: 160px;
  }
}
@media (max-width: 1679px) {
  #header {
    /*.new-login*/
  }
  #header .info-contact {
    display: none;
  }
}
@media (max-width: 1329px) {
  #header .slogan, #header .press {
    display: none;
  }
}
@media (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu {
    display: none;
  }
}
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 32;
  position: fixed;
  background-color: #000;
  color: #fff;
}
#header a {
  color: #fff;
}
#header .ms-wrap-header {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header {
    width: 96%;
  }
}
#header .ms-wrap-header .ms-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  position: relative;
}
#header .ms-wrap-header .ms-top-header .ms-wp-social {
  margin-left: 10px;
}

#header .ms-wrap-header .ms-top-header .ms-login-access {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access {
    padding: 0;
    padding-left: 30px;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea {
  display: flex;
  height: 30px;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register {
  position: relative;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register .ms-btn-login {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register .ms-btn-login {
    font-size: 12px;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login {
  padding-right: 7px;
  margin-right: 7px;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-icon-login:before, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-icon-login:before {
  content: "\e943";
  display: inline-block;
  margin-right: 5px;
  font-family: 'idx-icons';
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login:after, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login:after {
  content: "";
  display: block;
  height: 8px;
  width: 1px;
  background-color: #333;
  position: absolute;
  top: 11px;
  right: 0;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active {
  position: static;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active:after, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active:after {
  display: none !important;
}
@media screen and (min-width: 640px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active {
    position: relative;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active > a, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active > a, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active > a {
    font-size: 14px;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active > a:after, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active > a:after {
  content: "\e90c";
  font-family: "idx-icons" !important;
  font-size: 8px;
  display: inline-block;
  margin-left: 10px;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  /*min-width: 170px;*/
  right: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 2;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
@media screen and (min-width: 640px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active {
    min-width: 180px;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active li a, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active li a {
  min-height: 35px;
  display: flex;
  align-items: center;
  line-height: 1.1;
  color: #333;
  padding: 10px 30px;
  text-transform: none;
  transition: all 0.6s;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active li a, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active li a {
    padding: 10px 15px;
  }
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active:hover .menu_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active:hover .menu_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active:focus .menu_login_active, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active:focus .menu_login_active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info {
  display: flex;
  height: 30px;
  align-items: center;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email {
  width: 35px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone span, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email span {
  display: none;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone:before {
  content: "\e900";
  display: inline-block;
  font-family: 'idx-icons';
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email:before {
  content: "\e91a";
  display: inline-block;
  font-family: 'idx-icons';
}
@media screen and (min-width: 320px) {
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email {
    width: auto;
    padding: 0 10px;
  }
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone span, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email span {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone span span, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email span span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email {
    padding-right: 0;
    padding-left: 30px;
  }
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone span, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-top-header {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    background-color: transparent;
  }
}
#header .ms-wrap-header .ms-middle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}
#header .ms-wrap-header .ms-middle-header .logo-content {
  border-radius: 4px;
  display: flex;
  padding: 10px 0;
  line-height: 0;
  margin-left: 10px;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
#header .ms-wrap-header .ms-middle-header .logo-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
@media screen and (max-width: 1024px) {
	#header .ms-wrap-header .ms-middle-header .logo-content img {
		max-height:50px;
	}
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-middle-header .logo-content {
    margin-left: 0;
    max-width: 280px;
  }
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .logo-content {
    max-width: 220px;
  }
}
@media screen and (min-width: 1400px) {
  #header .ms-wrap-header .ms-middle-header .logo-content {
    max-width: 290px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  width: 100%;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu {
  display: none;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul {
  display: flex;
  height: 60px;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 10px;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li {
    margin: 0 15px;
    font-size: 14px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #000;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:hover:after, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li a {
    font-size: 15px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu {
  left: 0;
  position: absolute;
  top: 100%;
  /*transform: scaleY(0);
   transform-origin: 0 0 0;
   transition: all 0.6s ease 0s;
   visibility: hidden;*/
  z-index: 2;
  text-align: left;
  box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  min-width: 220px;
  padding: 25px 0;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: none;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu::-webkit-scrollbar {
  width: 10px;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu::-webkit-scrollbar-thumb {
  background-color: #fff;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: rgba(255, 255, 255, 0.35);
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a {
  min-height: 35px;
  display: flex;
  align-items: center;
  line-height: 1.1;
  color: #333;
  padding: 10px 30px;
  text-transform: none;
  transition: all 0.6s;
  font-size: 13px;
  text-align: left;
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a {
    font-size: 13px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a:hover, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a:focus {
  color: #000;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li.menu-item-has-children:hover .sub-menu {
  /*opacity: 1;
   transform: scaleY(1);
   visibility: visible;*/
  display: block;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
  /** MEGA MENU **/
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega {
  position: static !important;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu {
  padding: 40px 4%;
  background-color: #fff;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  box-shadow: none;
  display: none;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu:before {
  content: "";
  display: block;
  height: 100%;
  width: 120%;
  position: absolute;
  left: -10%;
  top: 0;
  background: #fff;
  z-index: -1;
  border-top: 1px solid #ccc;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .menu-item {
  width: 20%;
  padding: 0 15px;
  flex-grow: 1;
  border: 0;
  flex-direction: column;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .menu-item a {
  min-height: auto;
  padding: 0;
  margin: 5px 0;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .menu-item a:hover, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .menu-item a:focus {
  background-color: transparent;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .menu-item > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  padding: 0;
  width: 100%;
  position: relative;
  flex-direction: column;
  margin-top: 5px;
  box-shadow: none;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .sub-menu:before {
  display: none;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .sub-menu li {
  width: 100%;
  padding: 0;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 15px;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .sub-menu li a {
  font-size: 13px !important;
  margin: 0;
  width: auto;
  text-transform: capitalize;
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega > .sub-menu .sub-menu li a {
    font-size: 15px !important;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main #menu-primary-menu .menu-item.mega:hover > .sub-menu {
  display: flex;
}
@media screen and (min-width: 1330px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu {
    display: block;
    padding-left: 15px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search, #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu {
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-indent: -999999px;
  transition: all 0.3s;
  width: 50px;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search:focus, #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
  outline: 0;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search span, #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  text-indent: 0;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
  font-size: 12px;
  font-weight: 600;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search span {
  align-items: center;
  display: flex;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search span:before {
  content: "\e922";
  display: inline-block;
  font-family: 'idx-icons';
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
    font-size: 13px;
    margin-right: 15px;
    width: 60px;
  }
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
    align-items: center;
    display: flex;
    overflow: initial;
    text-indent: initial;
    text-transform: uppercase;
  }
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search span {
    margin-right: 4px;
  }
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu {
  transition: all 0.6s ease;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: all 0.6s;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span + span {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
    height: 5px;
    width: 100%;
  }
  #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span span + span {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  /*----------------------------------------------------------------------------------*/
  /* MenÃº Latearl
   /*----------------------------------------------------------------------------------*/
  #header .ms-wrap-header .ms-middle-header {
    height: 90px;
  }
  #header .ms-wrap-header .ms-middle-header .ms-item {
    height: 90px;
    padding-top: 30px;
  }
}
#header .ms-menu-responsive {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  z-index: 999;
  width: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  background-color: #fff !important;
  padding-top: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
#header .ms-menu-responsive .mobile_menu_div_100 {
  width: 100%;
  border-top: 1px solid #ccc;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  box-sizing: border-box;
  height: calc(100vh - 45px);
  overflow-y: auto;
  padding: 0 0 10rem;
  position: relative;
  transition: opacity 0.15s linear 0s;
}
#header .ms-menu-responsive .mobile_menu_div_100::-webkit-scrollbar {
  width: 10px;
}
#header .ms-menu-responsive .mobile_menu_div_100::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
#header .ms-menu-responsive .mobile_menu_div_100::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 768px) {
  #header .ms-menu-responsive {
    max-width: 300px;
  }
}
#header .ms-menu-responsive .menu-more-options li {
  position: relative;
  padding: 0 30px;
}
#header .ms-menu-responsive .menu-more-options li a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 1.5625rem 0;
  font-size: 0.875rem;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  transition: all 0.6s;
}
#header .ms-menu-responsive .menu-more-options li a:hover, #header .ms-menu-responsive .menu-more-options li a:focus {
  color: #353a50;
}
#header .ms-menu-responsive .menu-more-options li .sub-menu {
  padding: 0;
  padding-bottom: 15px;
  display: none;
}
#header .ms-menu-responsive .menu-more-options li .sub-menu li {
  padding: 0;
}
#header .ms-menu-responsive .menu-more-options li .sub-menu li a {
  border-bottom: 0;
  padding: 0.9375rem 0;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children {
  transition: background-color 0.6s;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children > a {
  cursor: pointer;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children > a:after {
  content: "\e921";
  font-family: "idx-icons" !important;
  display: flex;
  width: 12px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  color: #333;
  right: 1rem;
  top: 0;
  margin: 0 auto;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active {
  background-color: #f6f6f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active > a {
  border-bottom-color: transparent;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active > a:after {
  transform: rotate(-180deg);
  /*.sub-menu{
   padding: 0;
   max-height: 100%;
   opacity: 1;
   transform: scaleY(1);
   visibility: visible;
   transition: all 0.6s ease 0s;
   }*/
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu {
  padding: 0;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eaeaea;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item:last-child {
  margin-bottom: 0;
  border: 0;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item a {
  background-color: none;
  min-height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: normal;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item a:after {
  display: none;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item .sub-menu {
  background-color: transparent;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item .sub-menu li {
  padding: 0;
  margin: 0;
  border: 0;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active.mega .sub-menu .menu-item .sub-menu li a {
  font-size: 14px;
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-weight: normal;
}
#header .ms-menu-responsive .menu-more-options::-webkit-scrollbar {
  width: 10px;
}
#header .ms-menu-responsive .menu-more-options::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#header .ms-menu-responsive .menu-more-options::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: rgba(0, 0, 0, 0.07);
}
#header .available-languages-content {
  margin-left: 30px;
  position: relative;
}
#header .available-languages-content.list-show .item-languages {
  display: flex;
  height: 30px;
  opacity: 1;
}
#header #available-languages {
  position: relative;
  display: flex;
  align-items: center;
  width: 70px;
  height: 100%;
  justify-content: center;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  #header #available-languages {
    font-size: 0.75rem;
  }
}
#header #available-languages #languages-map {
  height: 16px;
  width: 24px;
  background-color: transparent;
  background-image: url(../images/banderas.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 4px;
}
#header #available-languages #languages-map.flag-english {
  background-position: 0 0;
}
#header #available-languages #languages-map.flag-russian {
  background-position: 0px -36px;
}
#header #available-languages #languages-map.flag-spanish {
  background-position: 0px -72px;
}
#header #available-languages #languages-map.flag-portuguese {
  background-position: 0px -108px;
}
#header #available-languages #languages-map.flag-french {
  background-position: 0px -144px;
}
#header #available-languages #languages-map.flag-italy {
  background-position: 0px -180px;
}
#header #available-languages #languages-map.flag-german {
  background-position: 0px -216px;
}
#header #available-languages #languages-map.flag-chinese {
  background-position: 0px -252px;
}
#header #available-languages:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #434343;
}
#header .languages-list {
  width: 70px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
#header .languages-list .item-languages {
  height: 0;
  width: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.6s;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  #header .languages-list .item-languages {
    font-size: 0.75rem;
  }
}
#header .languages-list .item-languages span {
  width: 25px;
  display: inline-block;
  text-align: center;
}
#header .languages-list .item-languages.active {
  display: none;
  /*&:hover{
   background-color: rgba(0,0,0,0.7);
   }*/
}
#header .languages-list .item-languages:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 24px;
  background-image: url('../images/banderas.png');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 4px;
}
#header .languages-list .item-languages.flag-english:after {
  background-position: 0 0;
}
#header .languages-list .item-languages.flag-russian:after {
  background-position: 0px -36px;
}
#header .languages-list .item-languages.flag-spanish:after {
  background-position: 0px -72px;
}
#header .languages-list .item-languages.flag-portuguese:after {
  background-position: 0px -108px;
}
#header .languages-list .item-languages.flag-french:after {
  background-position: 0px -144px;
}
#header .languages-list .item-languages.flag-italy:after {
  background-position: 0px -180px;
}
#header .languages-list .item-languages.flag-german:after {
  background-position: 0px -216px;
}
#header .languages-list .item-languages.flag-chinese:after {
  background-position: 0px -252px;
}
#header .ms-btn-profile {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  #header .ms-btn-profile {
    margin-left: 20px;
    margin-right: 0;
  }
}
.r-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 32;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: all 0.65s ease;
}
/*----------------------------------------------------------------------------------*/
/* MenÃº activo
 /*----------------------------------------------------------------------------------*/
.opened-menu {
  overflow: hidden;
}
.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item {
  padding-right: 50px;
}
.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu {
  z-index: 9999;
  right: 0;
  position: fixed;
  height: 50px;
  margin-top: -30px;
}
@media screen and (min-width: 1024px) {
  .opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu {
    margin-top: -35px;
  }
}
.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
@media screen and (min-width: 1024px) {
  .opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
    width: 30px;
    height: 3px;
  }
  .opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span + span {
    margin-top: 5px;
  }
}
.opened-menu #header .ms-menu-responsive {
  animation: slide-left 0.3s ease-out;
  display: block;
  width: 100%;
}
.opened-menu #header .r-overlay {
  visibility: visible !important;
  opacity: 0.5;
}
@media (max-width: 320px) {
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email {
    padding: 0;
    width: 35px;
  }
  #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email span {
    display: none;
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* FOOTER
 /*-----------------------------------------------------------------------------------------------------*/
#footer, #footer-ft {
  padding: 30px 0;
}
#footer .ms-wrap-footer, #footer-ft .ms-wrap-footer {
  width: 90%;
  margin: 0 auto;
  max-width: 1540px;
}
#footer .ms-info-footer, #footer-ft .ms-info-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
#footer .ms-info-footer img, #footer-ft .ms-info-footer img {
  max-width: 100%;
  width: auto;
}
#footer .ms-info-footer .ms-avatar, #footer-ft .ms-info-footer .ms-avatar {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#footer .ms-info-footer .ms-wrap-gt, #footer-ft .ms-info-footer .ms-wrap-gt {
  text-align: center;
}
#footer .ms-logo-footer, #footer-ft .ms-logo-footer {
  display: block;
  margin: 0 auto;
  width: 225px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #footer .ms-logo-footer, #footer-ft .ms-logo-footer {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #footer .ms-wrap-gt {
	  text-align:center;
  }
  #footer .ms-wrap-gt a {
    display:block;
	width:100%;
	margin:0 auto;
  }
  #footer .ms-wrap-gt address { 
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center !important;
  }
}
#footer .ms-logo-footer img, #footer-ft .ms-logo-footer img {
  width: 100%;
}
#footer .ms-link, #footer-ft .ms-link, #footer address, #footer-ft address {
  font-size: 15px;
  color: #fff;
  transition: color 0.3s;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
}
#footer address, #footer-ft address {
  margin-top: 5px;
}
#footer address span, #footer-ft address span {
  display: block;
}
#footer .ms-link:hover, #footer-ft .ms-link:hover, #footer .ms-link:focus, #footer-ft .ms-link:focus {
  color: #14a9d4;
}
#footer .ms-wrap-mls, #footer-ft .ms-wrap-mls {
  margin-top: 40px;
}
#footer .ms-wrap-mls img, #footer-ft .ms-wrap-mls img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#footer .ms-bottom-footer, #footer-ft .ms-bottom-footer {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #454545;
}
#footer .ms-bottom-footer .ms-sub-menu-footer, #footer-ft .ms-bottom-footer .ms-sub-menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .ms-bottom-footer .ms-sub-menu-footer li, #footer-ft .ms-bottom-footer .ms-sub-menu-footer li {
  margin: 0 5px;
  width: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#footer .ms-bottom-footer .ms-copyright, #footer-ft .ms-bottom-footer .ms-copyright {
  font-size: 12px;
  color: #fff;
  margin: 15px 0;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
#footer .ms-bottom-footer .ms-trem, #footer-ft .ms-bottom-footer .ms-trem {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #818181;
  font-size: 11px;
  font-weight: 600;
}
#footer .ms-bottom-footer .ms-trem a, #footer-ft .ms-bottom-footer .ms-trem a {
  background-color: #0072ac;
  color: #fff;
  padding: 4.5px 10px;
  margin-left: 5px;
  transition: all 0.3s;
}
#footer .ms-bottom-footer .ms-trem a:hover, #footer-ft .ms-bottom-footer .ms-trem a:hover, #footer .ms-bottom-footer .ms-trem a:focus, #footer-ft .ms-bottom-footer .ms-trem a:focus {
  background-color: #005a88;
}
#footer .ms-bottom-footer .ms-trem a:focus, #footer-ft .ms-bottom-footer .ms-trem a:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
  outline: 0;
}
#footer .ms-bottom-footer .ms-trem a span, #footer-ft .ms-bottom-footer .ms-trem a span {
  font-weight: 600;
}
#footer .ms-bottom-footer .ms-footer-section, #footer-ft .ms-bottom-footer .ms-footer-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .ms-menu-footer, #footer-ft .ms-menu-footer {
  margin: 15px 0;
  border-top: 1px solid #454545;
}
#footer .ms-menu-footer .ms-title, #footer-ft .ms-menu-footer .ms-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid #454545;
  text-align: left;
  position: relative;
  z-index: 2;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
}
#footer .ms-menu-footer .ms-title:after, #footer-ft .ms-menu-footer .ms-title:after {
  content: "\e902";
  font-size: 14px;
  color: #fff;
  font-family: "idx-icons" !important;
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: 5px;
  top: 10px;
  transition: transform 0.3s;
}
#footer .ms-menu-footer .ms-list, #footer-ft .ms-menu-footer .ms-list {
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
  padding: 0 15px;
}
#footer .ms-menu-footer .ms-list li, #footer-ft .ms-menu-footer .ms-list li {
  text-align: left;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.6s;
}
#footer .ms-menu-footer .ms-list li:hover, #footer-ft .ms-menu-footer .ms-list li:hover, #footer .ms-menu-footer .ms-list li:focus, #footer-ft .ms-menu-footer .ms-list li:focus {
  color: #14a9d4;
}
#footer .ms-menu-footer .active + .ms-list, #footer-ft .ms-menu-footer .active + .ms-list {
  height: auto;
  max-height: 1500px;
  padding: 15px;
}
#footer .ms-menu-footer .active + .ms-title:before, #footer-ft .ms-menu-footer .active + .ms-title:before {
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  #footer .ms-menu-footer, #footer-ft .ms-menu-footer {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  #footer .ms-menu-footer, #footer-ft .ms-menu-footer {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    border-top: 0;
    width: 90%;
    justify-content: space-between;
    margin-top: 40px;
  }
  #footer .ms-menu-footer .ms-item .ms-title, #footer-ft .ms-menu-footer .ms-item .ms-title {
    font-size: 14px;
    padding: 0 0 20px 0;
    border-bottom: 0;
  }
  #footer .ms-menu-footer .ms-item .ms-title:after, #footer-ft .ms-menu-footer .ms-item .ms-title:after {
    display: none;
  }
  #footer .ms-menu-footer .ms-item .ms-list, #footer-ft .ms-menu-footer .ms-item .ms-list {
    height: auto;
    padding: 0;
    background-color: transparent !important;
  }
  #footer .ms-menu-footer .ms-item .ms-list.ms-cl-2, #footer-ft .ms-menu-footer .ms-item .ms-list.ms-cl-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer .ms-menu-footer .ms-item .ms-list.ms-cl-2 li, #footer-ft .ms-menu-footer .ms-item .ms-list.ms-cl-2 li {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  #footer, #footer-ft {
    padding-bottom: 0;
  }
  #footer .ms-bottom-footer, #footer-ft .ms-bottom-footer {
    padding: 5px 0;
  }
  #footer .ms-bottom-footer .ms-footer-section, #footer-ft .ms-bottom-footer .ms-footer-section {
    justify-content: space-between;
    margin-top: 0 !important;
    flex-direction: row;
  }
  #footer .ms-bottom-footer .ms-footer-section .ms-copyright, #footer-ft .ms-bottom-footer .ms-footer-section .ms-copyright {
    order: 1;
  }
  #footer .ms-bottom-footer .ms-footer-section .ms-sub-menu-footer, #footer-ft .ms-bottom-footer .ms-footer-section .ms-sub-menu-footer {
    order: 2;
  }
  #footer .ms-bottom-footer .ms-footer-section .ms-trem, #footer-ft .ms-bottom-footer .ms-footer-section .ms-trem {
    order: 3;
  }
  #footer .ms-wrap-footer, #footer-ft .ms-wrap-footer {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .ms-wrap-footer .ms-bottom-footer, #footer-ft .ms-wrap-footer .ms-bottom-footer {
    width: 100%;
  }
  #footer .ms-wrap-footer .ms-info-footer, #footer-ft .ms-wrap-footer .ms-info-footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  #footer .ms-wrap-footer .ms-info-footer .ms-avatar, #footer-ft .ms-wrap-footer .ms-info-footer .ms-avatar {
    width: 140px;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }
  #footer .ms-wrap-footer .ms-info-footer .ms-wrap-gt, #footer-ft .ms-wrap-footer .ms-info-footer .ms-wrap-gt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #footer .ms-wrap-footer .ms-info-footer .ms-link, #footer-ft .ms-wrap-footer .ms-info-footer .ms-link, #footer .ms-wrap-footer .ms-info-footer address, #footer-ft .ms-wrap-footer .ms-info-footer address {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: 25px;
  }
  #footer .ms-wrap-footer .ms-info-footer address, #footer-ft .ms-wrap-footer .ms-info-footer address {
    max-width: 230px;
  }
  #footer .ms-wrap-footer .ms-info-footer address span, #footer-ft .ms-wrap-footer .ms-info-footer address span {
    margin-top: 5px;
  }
  #footer .ms-wrap-footer .ms-wrap-mls, #footer-ft .ms-wrap-footer .ms-wrap-mls {
    margin-left: auto;
  }
  #footer .ms-wrap-footer .ms-wrap-mls .ms-img-a, #footer-ft .ms-wrap-footer .ms-wrap-mls .ms-img-a {
    display: none;
  }
  #footer .ms-wrap-footer .ms-social, #footer-ft .ms-wrap-footer .ms-social {
    margin-left: 25px;
  }
  #footer .ms-wrap-footer .ms-social .ms-link, #footer-ft .ms-wrap-footer .ms-social .ms-link {
    margin-left: 0;
  }
  #footer .ms-menu-footer, #footer-ft .ms-menu-footer {
    margin-left: auto;
    width: 50%;
  }
  #footer .ms-menu-footer .ms-space, #footer-ft .ms-menu-footer .ms-space {
    margin-right: 100px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1300px) {
  #footer, #footer-ft {
    padding-top: 60px;
  }
  #footer .ms-menu-footer, #footer-ft .ms-menu-footer {
    justify-content: space-between;
    margin-top: 15px;
    margin-left: auto;
  }
  #footer .ms-wrap-footer .ms-info-footer .ms-avatar, #footer-ft .ms-wrap-footer .ms-info-footer .ms-avatar {
    width: 255px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* LG - ESTILOS DEFINIDOS POR EL MAQUETADOR ASIGNADO: AquÃ­ puedes generar el css para tu proyecto
 /*-----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Chapaza-Regular';
  src: url('../fonts/Chapaza-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Chapaza-Regular.woff') format('woff'), url('../fonts/Chapaza-Regular.ttf') format('truetype'), url('../fonts/Chapaza-Regular.svg#Chapaza-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1660px) {
  body.home {
    padding-top: 148px;
  }
}
/*----------------------------------------------------------------------------------*/
/* Colores del proyecto
 /*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/* Header
 /*----------------------------------------------------------------------------------*/
#header {
  transition: background-color 0.4s;
}
#header .ms-social {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header .ms-social .ms-link {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 100;
  margin: 0 4px;
  transition: all 0.4s;
  background-color: #a1a1a1;
  border-radius: 3px;
  color: #fff;
}
#header .ms-social .ms-link:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
  outline: 0;
}
#header .ms-social .ms-link span {
  display: none;
}
#header .ms-social .ms-link.idx-icon-facebook {
  background-color: #3a5b9a;
}
#header .ms-social .ms-link.idx-icon-twitter {
  background-color: #5fcbf1;
}
#header .ms-social .ms-link.idx-icon-google-plus {
  background-color: #de4f42;
}
#header .ms-social .ms-link.idx-icon-youtube-logo {
  background-color: #bc2026;
}
#header .ms-social .ms-link.idx-icon-instagram {
  background: #f09433;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
#header .ms-social .ms-link.idx-icon-linkedin2 {
  background-color: #0866c1;
}
#header .ms-social .ms-link.idx-icon-pinterest-p {
  background-color: #3a5b9a;
}
@media screen and (min-width: 1024px) {
  #header .ms-social {
    justify-content: flex-start;
  }
  #header .ms-social .ms-link {
    margin-left: 0;
    margin-right: 10px;
  }
  #header .ms-social .ms-link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
   #header .ms-wrap-header .ms-middle-header .ms-item .ms-wp-social.mobile{
    display:block;
  }
  #header .ms-wrap-header .ms-top-header .ms-item.ms-wp-social {
	  display:none;
  }
}
@media screen and (min-width: 1024px) {
   #header .ms-wrap-header .ms-middle-header .ms-item .ms-wp-social.mobile{
    display:none;
  }
}
/*----------------------------------------------------------------------------------*/
/* MAIN
 /*----------------------------------------------------------------------------------*/
#welcome {
  padding: 50px 20px;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #333;
}
#welcome .ms-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333;
}
#welcome .ms-slider .ms-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#welcome #flex-bubble-search {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: 650px;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #welcome #flex-bubble-search {
    position: absolute;
    bottom: 15%;
  }
}
#welcome #flex-bubble-search #clidxboost-btn-search:after {
  color: #333;
}
#welcome #flex-bubble-search .flex-bubble-header {
  display: none;
}
#welcome #flex-bubble-search .flex-bubble-header .flex-bubble-title {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  #welcome #flex-bubble-search .flex-bubble-header .flex-bubble-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 991px) {
  #welcome #flex-bubble-search .flex-bubble-header .flex-bubble-title {
    font-size: 28px;
  }
}
#welcome #flex-bubble-search .flex-link, #welcome #flex-bubble-search .flex-content-btn {
  display: none;
}
#welcome #flex-bubble-search .content-flex-bubble-search input {
  padding-left: 15px;
  border-radius: 2px;
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  #welcome #flex-bubble-search .content-flex-bubble-search input {
    height: 50px;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  #welcome #flex-bubble-search .content-flex-bubble-search #flex_idx_single_autocomplete select {
    height: 50px;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  #welcome #flex-bubble-search .content-flex-bubble-search #clidxboost-btn-search {
    height: 50px;
  }
}
#welcome .ms-title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
@media screen and (min-width: 640px) {
  #welcome .ms-title {
    font-size: 50px;
  }
  #welcome .ms-title span {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #welcome .ms-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1440px) {
  #welcome .ms-title {
    margin-top: -150px;
  }
}
#welcome .ms-subtitle {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
#welcome .ms-wrap-btn {
  z-index: 2;
  margin: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 540px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  #welcome .ms-wrap-btn {
    margin-top: 20px;
  }
}
#welcome .ms-wrap-btn .ms-btn {
  width: 48%;
  min-width: auto;
}
/*-----------------------------------------------------------------------------------------------------*/
/* FEATURED PROPERTIES
 /*-----------------------------------------------------------------------------------------------------*/
#featured-properties {
  padding: 40px 0;
}
#featured-properties .flex-block-description {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1550px;
}
#featured-properties .ms-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#featured-properties .titles h2 {
  text-transform: uppercase;
}
#featured-properties .clidxboost-btn-link, #featured-properties .title-block {
  display: none;
}
#featured-properties .clidxboost-properties-slider .gs-wrapper-arrows, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none {
  display: flex !important;
}
@media screen and (min-width: 640px) {
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none {
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    background-color: transparent;
    border: 0;
    color: #333;
    opacity: 1;
    position: relative;
    text-indent: -999999px;
    transition: all 0.3s;
    width: 45px;
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow::before, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow::before, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow::before, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow::before {
    align-items: center;
    background-image: none;
    bottom: 0;
    content: "\e902";
    display: flex;
    font-family: 'idx-icons';
    font-size: 40px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow {
    right: -45px;
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow::before, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow::before {
    transform: rotate(-90deg);
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    left: -45px;
  }
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow::before, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow::before {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow {
    right: -60px;
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #featured-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    left: -60px;
  }
}
#featured-properties .clidxboost-properties-slider .clidxboost-gs-wrapper-bullets {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  #featured-properties .ms-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  #featured-properties .clidxboost-gs-wrapper-bullets {
    margin: 35px 0 30px 0;
  }
}
@media screen and (min-width: 1660px) {
  #featured-properties {
    padding: 60px 0 100px 0;
  }
  #featured-properties .titles h2 {
    font-size: 46px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* SOLD PROPERTIES
 /*-----------------------------------------------------------------------------------------------------*/

#sold-properties .flex-block-description {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1550px;
}
#sold-properties .ms-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#sold-properties .titles h2 {
  text-transform: uppercase;
}
#sold-properties .clidxboost-btn-link, #sold-properties .title-block {
  display: none;
}
#sold-properties .clidxboost-properties-slider .gs-wrapper-arrows, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none {
  display: flex !important;
}
@media screen and (min-width: 640px) {
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none {
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    background-color: transparent;
    border: 0;
    color: #333;
    opacity: 1;
    position: relative;
    text-indent: -999999px;
    transition: all 0.3s;
    width: 45px;
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow::before, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow::before, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow::before, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow::before {
    align-items: center;
    background-image: none;
    bottom: 0;
    content: "\e902";
    display: flex;
    font-family: 'idx-icons';
    font-size: 40px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow {
    right: -45px;
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow::before, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow::before {
    transform: rotate(-90deg);
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    left: -45px;
  }
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow::before, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow::before {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-next-arrow {
    right: -60px;
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow, #sold-properties .clidxboost-properties-slider .gs-wrapper-arrows.gs-none .gs-prev-arrow {
    left: -60px;
  }
}
#sold-properties .clidxboost-properties-slider .clidxboost-gs-wrapper-bullets {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  #sold-properties .ms-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  #sold-properties .clidxboost-gs-wrapper-bullets {
    margin: 35px 0 30px 0;
  }
}
@media screen and (min-width: 1660px) {
  #sold-properties {
    padding: 40px 0px 50px 0;
  }
  #sold-properties .titles h2 {
    font-size: 46px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* ABOUT
 /*-----------------------------------------------------------------------------------------------------*/
#about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#about .ms-wrap-img {
  width: 100%;
  height: auto;
  position: relative;
  order: 1;
}
#about .ms-wrap-img:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
#about .ms-wrap-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  display: none;
}
#about .ms-wrap-img img.ms-img-0 {
  display: block;
}
#about .ms-wrap-b {
  display: none;
}
#about article {
  order: 2;
  width: 100%;
  padding: 30px;
  text-align: center;
}
#about article .ms-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 20px;
}
#about article p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
#about article .ms-btn {
  margin-top: 10px;
}
@media screen and (min-width: 991px) {
  #about {
    align-items: stretch;
  }
  #about .ms-wrap-img, #about article {
    width: 50%;
  }
  #about article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
    text-align: left;
  }
  #about article .ms-wrap-btn {
    text-align: left;
  }
  #about article p {
    line-height: 1.8;
  }
  #about article .ms-title {
    margin-bottom: 0;
    font-size: 32px;
  }
  #about article .ms-wrap-btn, #about article header, #about article p {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  #about article .ms-title {
    font-size: 35px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* TESTIMONIALS
 /*-----------------------------------------------------------------------------------------------------*/
#testimonials {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonials .ms-slider {
  width: 90%;
  margin: 0 auto;
  max-width: 1060px;
}
#testimonials .ms-slider blockquote {
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 1060px;
  text-align: justify;
  text-align-last: center;
}
#testimonials .ms-slider blockquote cite {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 991px) {
  #testimonials .ms-slider blockquote cite {
    font-size: 24px;
  }
}
#testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow, #testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow {
  background-color: #333;
  border: 1px solid #333;
}
#testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow:hover, #testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow:hover, #testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-next-arrow:focus, #testimonials .clidxboost-properties-slider .gs-wrapper-arrows .gs-prev-arrow:focus {
  color: #333;
}
#testimonials .gs-container-items {
  height: auto;
}
@media screen and (min-width: 991px) {
  #testimonials {
    padding: 80px 0;
  }
  #testimonials .ms-slider blockquote {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #testimonials {
    padding: 100px 0;
  }
  #testimonials .ms-slider blockquote {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  #testimonials {
    min-height: 600px;
  }
  #testimonials .ms-slider blockquote {
    font-size: 32px;
  }
}
#testimonials .clidxboost-gs-wrapper-bullets .gs-bullet:before {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  #testimonials .clidxboost-gs-wrapper-bullets .gs-bullet:before {
    width: 6px;
    height: 6px;
  }
}
#testimonials .clidxboost-gs-wrapper-bullets .gs-bullet.gs-bullet-active:before {
  background-color: #333;
}
@media screen and (min-width: 1400px) {
  #testimonials .clidxboost-gs-wrapper-bullets {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* SPONSORS
 /*-----------------------------------------------------------------------------------------------------*/
#sponsors {
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #sponsors {
    padding: 65px 15px;
  }
}
#sponsors img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/*----------------------------------------------------------------------------------*/
/* Footer
 /*----------------------------------------------------------------------------------*/
footer#footer {
  background-color: #000;
  padding: 0;
  color: #ccc;
}
footer#footer .container {
  width: 93%;
  margin: auto;
}
@media (max-width: 1400px) {
  footer#footer .container {
    text-align: center;
  }
}
footer#footer .container .ms-sub-menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#footer .container .ms-sub-menu-footer li {
  margin: 0 5px;
  width: auto;
  color: #999;
  font-size: 13px;
  font-weight: 600;
}
footer#footer .container .ms-sub-menu-footer li:hover {
  color: #fff;
}
footer#footer .container .copyright {
  width: 100%;
  text-align: justify;
  padding: 10px 0 0 0;
}
footer#footer address {
  line-height: normal;
  margin: 0;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
footer#footer .finfos li {
  font-size: 14px;
  text-align: left;
}
footer#footer .finfos li h3 {
  position: relative;
}
footer#footer .finfos li h3:before {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  border: solid 1px #4c4c4c;
  border-radius: 50%;
  position: absolute;
  left: -43px;
  top: -8px;
  background-image: url(../images/ficons.png);
}
footer#footer .finfos li:nth-child(2) h3:before {
  background-position: 0 -31px;
}
footer#footer .finfos li:nth-child(3) h3:before {
  background-position: 0 -62px;
}
footer#footer .finfos li:nth-child(4) h3:before {
  background-position: 0 -93px;
}
footer#footer .finfos h3 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
footer#footer .finfos .ms-social {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
footer#footer .finfos .ms-social .ms-link {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 100;
  height: 20px;
  justify-content: center;
  padding: 5px;
  width: 20px;
}
footer#footer .finfos .ms-social .ms-link + .ms-link {
  margin-left: 10px;
}
footer#footer .finfos .ms-social .ms-link span {
  display: none;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-facebook {
  background-color: #3a5b9a;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-twitter {
  background-color: #5fcbf1;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-google-plus {
  background-color: #de4f42;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-youtube-logo {
  background-color: #bc2026;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-instagram {
  background: #f09433;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
footer#footer .finfos .ms-social .ms-link.idx-icon-linkedin2 {
  background-color: #0866c1;
}
footer#footer .finfos .ms-social .ms-link.idx-icon-pinterest-p {
  background-color: #3a5b9a;
}
footer#footer img {
  max-width: 100%;
}
footer#footer .footer-partners {
  margin: auto;
  display: block;
}
footer#footer .sub {
  font-size: 13px;
  color: #999;
}
footer#footer .sub .right .by {
  background-color: #0075be;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
  font-size: 11px;
}
@media (max-width: 767px) {
  footer#footer {
    text-align: center;
    padding: 30px 0 50px 0;
  }
  footer#footer .logo-footer {
    transform: scale(0.8);
    margin-bottom: 30px;
  }
  footer#footer .finfos {
    padding-left: 80px;
    margin-bottom: 40px;
  }
  footer#footer .finfos li {
    margin-bottom: 20px;
  }
  footer#footer .footer-partners {
    margin-bottom: 20px;
  }
  footer#footer .realtor {
    display: block;
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  footer#footer {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  footer#footer .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer#footer .sub .right {
    text-align: right;
  }
  footer#footer .sub .right img, footer#footer .sub .right p {
    display: inline-block;
    vertical-align: middle;
  }
  footer#footer .sub .right img {
    margin-right: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  footer#footer .logo-footer {
    margin: auto auto 30px auto;
    display: block;
  }
  footer#footer .finfos {
    margin-bottom: 20px;
  }
  footer#footer .finfos li {
    display: inline-block;
    vertical-align: top;
    margin: 17px 38px;
  }
  footer#footer .footer-partners {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  footer#footer .logo-footer, footer#footer .finfos {
    display: inline-block;
    vertical-align: middle;
  }
  footer#footer .finfos li {
    display: inline-block;
    vertical-align: top;
    margin: 28px 40px;
  }
  footer#footer .finfos li h3 {
    margin-bottom: 12px;
  }
  footer#footer .sub {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1329px) and (min-width: 1024px) {
  footer#footer .footer-partners {
    margin-bottom: 30px;
  }
}
@media (max-width: 1659px) and (min-width: 1330px) {
  footer#footer .logo-footer {
    width: 220px;
    margin-right: 50px;
  }
}
@media (min-width: 1600px) {
  footer#footer .logo-footer {
    width: 220px;
  }
}
@media (min-width: 1660px) {
  footer#footer .logo-footer {
    margin-right: 2%;
  }
  footer#footer .finfos li {
    margin: 28px 38px;
  }
  footer#footer .footer-partners {
    display: inline-block;
    vertical-align: middle;
    max-width: 17%;
  }
}
@media (min-width: 1800px) {
  footer#footer .footer-partners {
    margin-right: 0;
    max-width: 500px;
  }
}
@media (min-width: 1900px) {
  footer#footer .logo-footer {
    margin-right: 4%;
  }
  footer#footer .finfos {
    margin-right: 3%;
  }
}
/*----------------------------------------------------------------------------------*/
/* CONDOS Y AREAS
 /*----------------------------------------------------------------------------------*/
#condo-areas {
  padding: 40px 0;
  width: 90%;
  max-width: 1550px;
}
#condo-areas .ms-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #condo-areas {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  #condo-areas {
    padding: 80px 0;
  }
  #condo-areas .ms-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
#condo-areas .ms-wrap-slider {
  margin: 0 auto;
  position: relative;
}
#condo-areas .ms-wrap-slider:after {
  content: "";
  display: block;
  clear: both;
}
#condo-areas .ms-wrap-slider .ms-item {
  padding: 0;
  width: 25%;
  float: left;
}
@media screen and (min-width: 768px) {
  #condo-areas .ms-wrap-slider .ms-item {
    padding: 0 15px;
  }
}
#condo-areas .ms-wrap-slider .ms-item .ms-wrap-img {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
#condo-areas .ms-wrap-slider .ms-item .ms-wrap-img:after {
  content: "";
  display: block;
  padding-bottom: 137%;
}
#condo-areas .ms-wrap-slider .ms-item .ms-wrap-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.19);
}
#condo-areas .ms-wrap-slider .ms-item .ms-wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 0;
}
#condo-areas .ms-wrap-slider .ms-item .ms-item-title {
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
#condo-areas .ms-wrap-slider .ms-item:hover .ms-wrap-img img, #condo-areas .ms-wrap-slider .ms-item:focus .ms-wrap-img img {
  transform: scale3d(1.1, 1.1, 1);
}
#condo-areas .ms-wrap-slider.gs-builded .ms-item {
  width: 100%;
}
#condo-areas .ms-wrap-btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #condo-areas .ms-wrap-btn {
    margin-top: 30px;
  }
}
#condo-areas .ms-wrap-btn .ms-btn {
  background-color: transparent;
  color: #333;
}
#condo-areas .gs-prev-arrow, #condo-areas .gs-next-arrow {
  opacity: 1;
  background-color: transparent;
  color: #333;
  transition: all 0.3s;
}
#condo-areas .gs-prev-arrow:before, #condo-areas .gs-next-arrow:before {
  background-image: none;
  content: "\e902";
  font-family: 'idx-icons';
  font-size: 40px;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#condo-areas .gs-prev-arrow {
  left: -40px;
}
#condo-areas .gs-prev-arrow:before {
  transform: rotate(90deg);
}
#condo-areas .gs-next-arrow {
  right: -40px;
}
#condo-areas .gs-next-arrow:before {
  transform: rotate(-90deg);
}
/*----------------------------------------------------------------------------------*/
/* Fixed
 /*----------------------------------------------------------------------------------*/
.fixed-active .fixed-box.ib-filter-container {
  top: 80px;
}
@media screen and (min-width: 1024px) {
  .fixed-active .fixed-box.ib-filter-container {
    top: 90px;
  }
}
.fixed-active .title-conteiner.fixed-box {
  top: 80px;
}
@media screen and (min-width: 1024px) {
  .fixed-active .title-conteiner.fixed-box {
    top: 90px;
  }
}
.full-page-luxury:not(.view-map).fixed-active-m .fixed-box-m {
  top: 80px !important;
}
@media screen and (min-width: 1024px) {
  .full-page-luxury:not(.view-map).fixed-active-m .fixed-box-m {
    top: 90px !important;
  }
}
.lg-theme .ib-filter-container.ib-filter-container-inscroll {
  position: relative;
  top: 0;
  animation: none !important;
}
@media (max-width: 989px) {
  .lg-theme.fixed-active .ib-filter-container.ib-filter-container-inscroll {
    position: fixed;
  }
}
/*----------------------------------------------------------------------------------*/
/* Search modal en mobile
 /*----------------------------------------------------------------------------------*/
@media (max-width: 640px) {
  .active-search-modal #flex-bubble-search {
    position: fixed !important;
    z-index: 999999;
    transform: translateY(0) !important;
    height: 100vh;
    margin-top: 0 !important;
  }
  .active-search-modal #flex-bubble-search .content-flex-bubble-search {
    background-color: #eaeaea;
  }
  .active-search-modal #flex-bubble-search .flex-link {
    color: #333 !important;
  }
  .active-search-modal #flex-bubble-search #ib-autocomplete-add .ui-autocomplete {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .active-search-modal #header, .active-search-modal .cta-container {
    z-index: 0 !important;
  }
}
/*----------------------------------------------------------------------------------*/
/* FORMATOS (HEADER)
 /*----------------------------------------------------------------------------------*/
.ms-header-transparent.home {
  padding-top: 0;
}
.ms-header-transparent.home #header {
  background-color: transparent;
  box-shadow: none;
}
.ms-header-transparent.home #header #available-languages {
  color: #fff;
}
.ms-header-transparent.home #header #available-languages:after {
  border-top: 7px solid #fff;
}
.ms-header-transparent.home #header .ms-wp-login, .ms-header-transparent.home #header .ms-wp-contact {
  color: #fff;
}
.ms-header-transparent.home #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li > a {
  color: #fff;
}
.ms-header-transparent.home #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
  color: #fff;
}
.ms-header-transparent.home #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  background-color: #fff;
}
.ms-header-transparent.home #header .ms-wrap-header .ms-top-header {
  background-color: transparent;
}
.ms-header-transparent.home #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login:after, .ms-header-transparent.home #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login:after {
  background-color: #fff;
}
.ms-header-transparent.home #welcome {
  min-height: 100vh;
}
.ms-header-transparent.opened-menu #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  background-color: #333;
}
/*----------------------------------------------------------------------------------*/
/* FORMATO MAIN CON BORDES
 /*----------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .ms-bordered {
    width: 96% !important;
    max-width: 1755px;
    min-height: calc(100vh - 110px) !important;
  }
}
@media screen and (min-width: 1024px) {
  .ms-header-transparent .ms-bordered {
    min-height: calc(100vh - 20px) !important;
    margin-bottom: 20px;
  }
}
/*----------------------------------------------------------------------------------*/
/* FORMATOS (SECCION WELCOME)
 /*----------------------------------------------------------------------------------*/
#welcome.ms-a-format .ms-title {
  margin-top: -100px;
}
#welcome.ms-a-format .ms-wrap-btn {
  position: absolute;
  bottom: 14%;
}
#welcome.ms-a-format #flex-bubble-search {
  position: relative;
  bottom: auto;
  margin-top: 15px;
}
#welcome.ms-b-format {
  align-items: flex-start;
  padding: 50px 10%;
}
@media screen and (min-width: 1024px) {
  #welcome.ms-b-format {
    padding: 50px 18%;
  }
}
#welcome.ms-b-format .ms-title {
  order: 0;
  margin-top: 0;
  text-align: left;
}
#welcome.ms-b-format .ms-wrap-btn {
  order: 1;
  margin-left: 0;
  margin-bottom: 90px;
}
#welcome.ms-b-format .ms-subtitle {
  order: 2;
  text-align: left;
}
#welcome.ms-b-format #flex-bubble-search {
  order: 3;
  margin-left: 0;
  position: relative;
}
#welcome.ms-c-format {
  align-items: flex-start;
  padding: 50px 8%;
}
#welcome.ms-c-format .ms-title {
  order: 0;
  margin-top: -150px;
  text-align: left;
}
#welcome.ms-c-format .ms-wrap-btn {
  order: 1;
  margin-left: 0;
  left: 8%;
  position: absolute;
  bottom: 16%;
  width: 84%;
}
@media screen and (min-width: 1500px) {
  #welcome.ms-c-format .ms-wrap-btn {
    bottom: 50px;
  }
}
#welcome.ms-c-format .ms-subtitle {
  order: 2;
  text-align: left;
}
#welcome.ms-c-format #flex-bubble-search {
  order: 3;
  margin-left: 0;
  position: relative;
}
/*----------------------------------------------------------------------------------*/
/* FORMATOS (SECCION ABOUT)
 /*----------------------------------------------------------------------------------*/
#about.ms-a-format {
  width: 96%;
  max-width: 1755px;
}
#about.ms-a-format .ms-wrap-img img.ms-img-0 {
  display: none;
}
#about.ms-a-format .ms-wrap-img img.ms-img-a {
  display: block;
}
@media screen and (min-width: 991px) {
  #about.ms-a-format {
    align-items: center;
  }
  #about.ms-a-format .ms-wrap-img {
    width: 100%;
    max-height: 830px;
  }
  #about.ms-a-format article {
    position: absolute;
    padding: 50px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    top: auto;
    max-width: 700px;
    z-index: 2;
    right: 3%;
  }
  #about.ms-a-format article .ms-btn {
    background-color: transparent !important;
    border-color: #fff !important;
  }
  #about.ms-a-format article .ms-btn:hover, #about.ms-a-format article .ms-btn:fovus {
    color: #fff !important;
    background-color: #d0c651 !important;
    border-color: #d0c651 !important;
  }
}
#about.ms-b-format .ms-wrap-img {
  width: 50%;
}
#about.ms-b-format .ms-wrap-img img.ms-img-0 {
  display: none;
}
#about.ms-b-format .ms-wrap-img img.ms-img-b {
  display: block;
}
#about.ms-b-format article .ms-btn {
  background-color: transparent !important;
  border-color: #333 !important;
  color: #333 !important;
}
#about.ms-b-format article .ms-btn:hover, #about.ms-b-format article .ms-btn:focus {
  color: #fff !important;
  background-color: #d0c651 !important;
  border-color: #d0c651 !important;
}
#about.ms-b-format .ms-wrap-b {
  display: block;
}
@media screen and (min-width: 991px) {
  #about.ms-b-format .ms-wrap-img {
    width: 33.33%;
    max-height: 830px;
    order: 0;
  }
  #about.ms-b-format .ms-wrap-img img.ms-img {
    position: relative;
  }
  #about.ms-b-format .ms-wrap-b {
    order: 2;
  }
  #about.ms-b-format article {
    width: 33.33%;
    background-color: #fff;
    text-align: center;
    order: 1;
  }
  #about.ms-b-format article .ms-wrap-btn {
    text-align: center;
  }
}
/*----------------------------------------------------------------------------------*/
/* FORMATOS (SECCION FOOTER)
 /*----------------------------------------------------------------------------------*/
#footer.ms-a-format, #footer-ft.ms-a-format {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
#footer.ms-a-format .ms-bottom-footer, #footer-ft.ms-a-format .ms-bottom-footer {
  border-top-color: #d1d1d1;
}
#footer.ms-a-format .ms-social .ms-link, #footer-ft.ms-a-format .ms-social .ms-link {
  background-color: #303030;
  color: #fff;
}
#footer.ms-a-format .ms-social .ms-link:hover, #footer-ft.ms-a-format .ms-social .ms-link:hover, #footer.ms-a-format .ms-social .ms-link:focus, #footer-ft.ms-a-format .ms-social .ms-link:focus {
  background-color: #fff;
  color: #333;
}
#footer.ms-a-format .ms-link, #footer-ft.ms-a-format .ms-link, #footer.ms-a-format address, #footer-ft.ms-a-format address, #footer.ms-a-format .ms-menu-footer .ms-title, #footer-ft.ms-a-format .ms-menu-footer .ms-title, #footer.ms-a-format .ms-menu-footer .ms-list li, #footer-ft.ms-a-format .ms-menu-footer .ms-list li, #footer.ms-a-format .ms-bottom-footer .ms-sub-menu-footer li, #footer-ft.ms-a-format .ms-bottom-footer .ms-sub-menu-footer li, #footer.ms-a-format .ms-bottom-footer .ms-copyright, #footer-ft.ms-a-format .ms-bottom-footer .ms-copyright, #footer.ms-a-format .ms-bottom-footer .ms-trem, #footer-ft.ms-a-format .ms-bottom-footer .ms-trem {
  color: #303030;
}
#footer.ms-a-format .ms-wrap-footer .ms-wrap-mls .ms-img, #footer-ft.ms-a-format .ms-wrap-footer .ms-wrap-mls .ms-img {
  display: none;
}
#footer.ms-a-format .ms-wrap-footer .ms-wrap-mls .ms-img-a, #footer-ft.ms-a-format .ms-wrap-footer .ms-wrap-mls .ms-img-a {
  display: inline-block;
}
/*----------------------------------------------------------------------------------*/
/* FORMATOS (SECCION CONDOS Y NEIGHBORHOODS)
 /*----------------------------------------------------------------------------------*/
.ms-wrap-ng-cd .mg-neighborhoods .mg-nsimg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-npb {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-nsitem {
    width: calc(33.33% - 1px);
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    height: auto;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-nsitem:nth-child(3n) {
    margin-right: 0;
    width: 33.33%;
    margin-top: -1px;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-nsitem:after {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-nsitem .mg-nsimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-neighborhoods .mg-nheader {
    position: absolute !important;
    bottom: 1px !important;
    right: 0 !important;
    height: calc(50% - 1px) !important;
    z-index: 4 !important;
    padding: 0 !important;
    width: 33.33% !important;
  }
}
@media screen and (min-width: 1024px) {
  .ms-wrap-ng-cd.ms-a-format.ms-cl-9 .mg-neighborhoods .mg-nsitem:nth-child(3n) {
    margin-top: 0;
  }
  .ms-wrap-ng-cd.ms-a-format.ms-cl-9 .mg-neighborhoods .mg-nsitem:nth-child(6n) {
    margin-bottom: 0;
    margin-top: -1px;
  }
  .ms-wrap-ng-cd.ms-a-format.ms-cl-9 .mg-neighborhoods .mg-nsitem:after {
    padding-bottom: 45%;
  }
  .ms-wrap-ng-cd.ms-a-format.ms-cl-9 .mg-neighborhoods .mg-nheader {
    height: calc(33% - -3px) !important;
    border-top: 1px solid #fff;
  }
}
/*----------------------------------------------------------------------------------*/
/* Reseteando colores por defecto
 /*----------------------------------------------------------------------------------*/
#header #available-languages:hover, #header #available-languages:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea a:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea a:focus {
  color: #d0c651 !important;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register .ms-btn-login, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register .ms-btn-login {
  transition: all 0.4s;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-btn-login:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-btn-login:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register .ms-btn-login:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register .ms-btn-login:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login .ms-btn-login:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login .ms-btn-login:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .register .ms-btn-login:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .register .ms-btn-login:focus {
  color: #d0c651 !important;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active > a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active > a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active > a:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active > a:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active li a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active li a:hover, #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .show_modal_login_active .menu_login_active li a:focus, #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .show_modal_login_active .menu_login_active li a:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone {
  transition: all 0.4s;
}
#header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email:hover, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone:hover, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-email:focus, #header .ms-wrap-header .ms-top-header .ms-contact-info .ms-btn-phone:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main ul li a:hover, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main ul li a:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:after {
  background-color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:hover > a, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li:focus > a {
  color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a:hover, #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li .sub-menu li a:focus {
  color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
  color: #d0c651;
}
#header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  background-color: #d0c651;
}
#header .ms-menu-responsive .menu-more-options li a:hover, #header .ms-menu-responsive .menu-more-options li a:focus {
  color: #d0c651;
}
.ms-wrap-ng-cd .mg-neighborhoods .ms-btn {
  background-color: #d0c651;
  border: 1px solid #d0c651;
}
.ms-wrap-ng-cd .mg-neighborhoods .ms-btn:hover, .ms-wrap-ng-cd .mg-neighborhoods .ms-btn:focus {
  background-color: #223645;
  border: 1px solid #223645;
}
.ms-profile-menu .ms-header-profile .ms-btn-back:hover, .ms-profile-menu .ms-header-profile .ms-btn-back:focus {
  color: #d0c651;
}
.ms-profile-menu .ms-header-agent .ms-wrap-detail .ms-wrap-action .ms-email:hover, .ms-profile-menu .ms-header-agent .ms-wrap-detail .ms-wrap-action .ms-phone:hover, .ms-profile-menu .ms-header-agent .ms-wrap-detail .ms-wrap-action .ms-email:focus, .ms-profile-menu .ms-header-agent .ms-wrap-detail .ms-wrap-action .ms-phone:focus {
  color: #d0c651;
}
/*----------------------------------------------------------------------------------*/
/* Coloreando header transparente al hacer scroll
 /*----------------------------------------------------------------------------------*/
.headerColor #header {
  background-color: #fff !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1) !important;
}
.headerColor #header #available-languages {
  color: #333 !important;
}
.headerColor #header #available-languages:after {
  border-top: 7px solid #333 !important;
}
.headerColor #header .ms-wp-login, .headerColor #header .ms-wp-contact {
  color: #333 !important;
}
.headerColor #header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li > a {
  color: #333 !important;
}
.headerColor #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-search {
  color: #333 !important;
}
.headerColor #header .ms-wrap-header .ms-middle-header .ms-item .ms-btn-menu span {
  background-color: #333 !important;
}
.headerColor #header .ms-wrap-header .ms-top-header {
  background-color: transparent;
}
.headerColor #header .ms-wrap-header .ms-top-header .ms-login-access .item-lo-hea .login:after, .headerColor #header .ms-wrap-header .ms-top-header .ms-login-access .item-no-hea .login:after {
  background-color: #333 !important;
}
#welcome .ms-wrap-btn .ms-btn {
  background-color: transparent !important;
  border-color: #fff !important;
}
#welcome .ms-wrap-btn .ms-btn:hover, #welcome .ms-wrap-btn .ms-btn:focus {
  background-color: #d0c651 !important;
  border-color: #d0c651 !important;
}
#welcome #flex-bubble-search #clidxboost-btn-search:after {
  color: #d0c651;
}
#featured-properties .ms-btn {
  background-color: #d0c651;
  border: 1px solid #d0c651;
}
#featured-properties .ms-btn:hover, #featured-properties .ms-btn:focus {
  background-color: #223645;
  border-color: #223645;
}
#about .ms-btn {
  background-color: #d0c651;
  border: 1px solid #d0c651;
}
#about .ms-btn:hover, #about .ms-btn:focus {
  background-color: #223645;
  border-color: #223645;
}
#footer .ms-wrap-footer .ms-info-footer .ms-link, #footer-ft .ms-wrap-footer .ms-info-footer .ms-link, #footer .ms-wrap-footer .ms-info-footer address, #footer-ft .ms-wrap-footer .ms-info-footer address {
  transition: all 0.4s;
}
#footer .ms-wrap-footer .ms-info-footer .ms-link:hover, #footer-ft .ms-wrap-footer .ms-info-footer .ms-link:hover, #footer .ms-wrap-footer .ms-info-footer address:hover, #footer-ft .ms-wrap-footer .ms-info-footer address:hover, #footer .ms-wrap-footer .ms-info-footer .ms-link:focus, #footer-ft .ms-wrap-footer .ms-info-footer .ms-link:focus, #footer .ms-wrap-footer .ms-info-footer address:focus, #footer-ft .ms-wrap-footer .ms-info-footer address:focus {
  color: #d0c651;
}
#footer .ms-menu-footer .ms-list li a:hover, #footer-ft .ms-menu-footer .ms-list li a:hover, #footer .ms-menu-footer .ms-list li a:focus, #footer-ft .ms-menu-footer .ms-list li a:focus {
  color: #d0c651;
}
#footer .ms-bottom-footer .ms-sub-menu-footer li a:hover, #footer-ft .ms-bottom-footer .ms-sub-menu-footer li a:hover, #footer .ms-bottom-footer .ms-sub-menu-footer li a:focus, #footer-ft .ms-bottom-footer .ms-sub-menu-footer li a:focus {
  color: #d0c651;
}
#footer .flex-content-form .clidxboost-btn-link, #footer-ft .flex-content-form .clidxboost-btn-link {
  background-color: #d0c651;
  border-color: #d0c651;
}
#footer .flex-content-form .clidxboost-btn-link:hover, #footer-ft .flex-content-form .clidxboost-btn-link:hover, #footer .flex-content-form .clidxboost-btn-link:focus, #footer-ft .flex-content-form .clidxboost-btn-link:focus {
  background-color: #223645;
  border-color: #223645;
}
#condo-areas .ms-wrap-slider .ms-item:hover .ms-item-title, #condo-areas .ms-wrap-slider .ms-item:focus .ms-item-title {
  color: #d0c651;
}
#condo-areas .ms-wrap-btn .ms-btn {
  border-color: #333;
}
#condo-areas .ms-wrap-btn .ms-btn:hover, #condo-areas .ms-wrap-btn .ms-btn:focus {
  background-color: #d0c651;
  border-color: #d0c651;
  color: #fff;
}
#condo-areas .gs-prev-arrow:hover, #condo-areas .gs-next-arrow:hover, #condo-areas .gs-prev-arrow:focus, #condo-areas .gs-next-arrow:focus {
  color: #d0c651;
}
.wrap-preloader {
  background-color: #fff;
}
.wrap-preloader .preloader-icon:before {
  border-top-color: #d0c651;
}
.ms-btn-scroll-up {
  background-color: #d0c651;
}
.ms-btn-scroll-up:before {
  background-color: #d0c651;
  opacity: 0.8;
}
/*----------------------------------------------------------------------------------*/
/* ANIMACIONES
 /*----------------------------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  #welcome .ms-title {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #welcome .ms-subtitle {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.6s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #welcome .ms-wrap-btn {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.9s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #welcome #flex-bubble-search {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #welcome.ms-loaded-animate .ms-title, #welcome.ms-loaded-animate .ms-subtitle, #welcome.ms-loaded-animate .ms-wrap-btn, #welcome.ms-loaded-animate #flex-bubble-search {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  #featured-properties .ms-title {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider:nth-child(2n) {
    transition-delay: 0.4s;
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider:nth-child(3n) {
    transition-delay: 0.5s;
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider:nth-child(4n) {
    transition-delay: 0.6s;
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider:nth-child(5n) {
    transition-delay: 0.7s;
  }
  #featured-properties .clidxboost-properties-slider .gs-item-slider:nth-child(6n) {
    transition-delay: 0.8s;
  }
  #featured-properties .clidxboost-gs-wrapper-bullets {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #featured-properties .ms-wrap-btn {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 1.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #featured-properties.ms-loaded-animate .ms-title, #featured-properties.ms-loaded-animate .ms-wrap-btn, #featured-properties.ms-loaded-animate .clidxboost-gs-wrapper-bullets, #featured-properties.ms-loaded-animate .clidxboost-properties-slider .gs-item-slider {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  #about article .ms-title {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #about article p {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.6s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #about .ms-wrap-btn {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.9s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #about.ms-loaded-animate article .ms-title, #about.ms-loaded-animate article p, #about.ms-loaded-animate .ms-wrap-btn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .ms-wrap-ng-cd:not(.ms-a-format) {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  .ms-wrap-ng-cd:not(.ms-a-format).ms-loaded-animate {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.3s;
    transition-delay: 0.3s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(2n) {
    transition-delay: 0.4s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(3n) {
    transition-delay: 0.5s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(4n) {
    transition-delay: 0.6s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(5n) {
    transition-delay: 0.7s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(6n) {
    transition-delay: 0.8s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(7n) {
    transition-delay: 0.9s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(8n) {
    transition-delay: 1s;
  }
  .ms-wrap-ng-cd.ms-a-format .mg-nsitem:nth-child(9n) {
    transition-delay: 1.1s;
  }
  .ms-wrap-ng-cd.ms-a-format:not(.ms-cl-9) .mg-nheader {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0.8s;
  }
  .ms-wrap-ng-cd.ms-a-format.ms-cl-9 .mg-nheader {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 1.1s;
  }
  .ms-wrap-ng-cd.ms-a-format.ms-loaded-animate .mg-nsitem, .ms-wrap-ng-cd.ms-a-format.ms-loaded-animate .mg-nheader {
    opacity: 1;
  }
  #testimonials blockquote p {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #testimonials blockquote cite {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.6s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #testimonials.ms-loaded-animate blockquote p, #testimonials.ms-loaded-animate blockquote cite {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  #condo-areas .ms-title {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #condo-areas .ms-wrap-slider .gs-item-slider {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #condo-areas .ms-wrap-slider .gs-item-slider:nth-child(2n) {
    transition-delay: 0.4s;
  }
  #condo-areas .ms-wrap-slider .gs-item-slider:nth-child(3n) {
    transition-delay: 0.5s;
  }
  #condo-areas .ms-wrap-slider .gs-item-slider:nth-child(4n) {
    transition-delay: 0.6s;
  }
  #condo-areas .ms-wrap-slider .gs-item-slider:nth-child(5n) {
    transition-delay: 0.7s;
  }
  #condo-areas .ms-wrap-slider .gs-item-slider:nth-child(6n) {
    transition-delay: 0.8s;
  }
  #condo-areas .clidxboost-gs-wrapper-bullets {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #condo-areas .ms-wrap-btn {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-duration: 1s;
    transition-delay: 1.3s;
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  }
  #condo-areas.ms-loaded-animate .ms-title, #condo-areas.ms-loaded-animate .ms-wrap-btn, #condo-areas.ms-loaded-animate .clidxboost-gs-wrapper-bullets, #condo-areas.ms-loaded-animate .ms-wrap-slider .gs-item-slider {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
#ms-ng-a {
  /*padding: 30px 0 0;
   @media screen and (min-width: 768px){
   padding: 60px 0 0;
   }
   @media screen and (min-width: 1024px){
   padding: 80px 0 0;
   }*/
}
#ms-ng-a .ms-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  #ms-ng-a .ms-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.ib-inventory-building .cw-tab-list li a.cw-active, .ib-inventory-building .cw-tab-list li a:hover, .ib-inventory-building .cw-tab-list li button.cw-active, .ib-inventory-building .cw-tab-list li button:hover {
  background-color: #d0c651 !important;
  border-color: #d0c651 !important;
}
#featured-properties .clidxboost-btn span, #featured-properties .clidxboost-btn-link span {
  background-color: #d0c651 !important;
  border-color: #d0c651 !important;
}
#featured-properties .clidxboost-btn span, #featured-properties .clidxboost-btn-link span {
  background-color: #223645 !important;
  border-color: #223645 !important;
  color: #fff;
}
@media screen and (min-width: 991px) {
  #featured-properties .clidxboost-btn, #featured-properties .clidxboost-btn-link, .ib-inventory-building .cw-tab-list li {
    height: 60px !important;
    min-width: 250px;
  }
}
/***********************************************************/
.mobile_menu_div_100 {
  width: 100%;
}
.ib-inventory-building {
  margin: 0 auto;
}
.ib-inventory-building .cw-tab-list li a.cw-active, .ib-inventory-building .cw-tab-list li a:hover {
  background-color: #e41f1f !important;
  border-color: #e41f1f !important;
}
.ib-inventory-building .cw-tab-list li button.cw-active, .ib-inventory-building .cw-tab-list li button:hover {
  background-color: #e41f1f !important;
  border-color: #e41f1f !important;
}
@media screen and (min-width: 991px) {
  .ib-inventory-building .cw-tab-list li {
    height: 60px !important;
    min-width: 250px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
/* FORMATO DE FOOTER VERSION 2
 /*-----------------------------------------------------------------------------------------------------*/
#footer.ms-footer-a, #footer-ft.ms-footer-a {
  background-color: #fff;
  padding: 15px 0 0;
}
#footer.ms-footer-a .ms-bottom-footer, #footer-ft.ms-footer-a .ms-bottom-footer {
  margin-top: 0;
}
#footer.ms-footer-a .ms-wrap-footer, #footer-ft.ms-footer-a .ms-wrap-footer {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img {
  position: relative;
  width: 100%;
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img:after, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img img, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-logo, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-logo {
  height: 48px;
  left: 3%;
  top: calc(6% + 16px);
  max-width: 100%;
  width: auto;
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-team, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-team {
  bottom: 0;
  max-height: calc(100% - 90px);
  left: 50%;
  position: absolute;
  top: auto;
  transform: translateX(-50%);
  width: auto;
}
@media screen and (min-width: 991px) {
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-team, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-team {
    height: auto;
    max-width: 100%;
  }
}
#footer.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-text, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-text {
  color: #fff;
  font-size: 10px;
  left: 3%;
  letter-spacing: 1.75px;
  position: absolute;
  text-transform: uppercase;
  top: calc(6% - 8px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-text, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img .hr-text {
    font-size: 12px;
  }
}
#footer.ms-footer-a .ms-form, #footer-ft.ms-footer-a .ms-form {
  background-color: #eaeaea;
  padding: 30px 15px;
}
#footer.ms-footer-a .ms-form .ms-title, #footer-ft.ms-footer-a .ms-form .ms-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer.ms-footer-a .ms-form .ms-title span, #footer-ft.ms-footer-a .ms-form .ms-title span {
  display: block;
}
#footer.ms-footer-a .ms-form .ms-subtitle, #footer-ft.ms-footer-a .ms-form .ms-subtitle {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#footer.ms-footer-a .ms-form .form-search h3, #footer-ft.ms-footer-a .ms-form .form-search h3 {
  display: none;
}
#footer.ms-footer-a .ms-form .form-search .flex-content-form .form-item:nth-child(6), #footer-ft.ms-footer-a .ms-form .form-search .flex-content-form .form-item:nth-child(6) {
  display: none;
}
#footer.ms-footer-a .ms-form .form-search .flex-content-form .form-item > span, #footer-ft.ms-footer-a .ms-form .form-search .flex-content-form .form-item > span {
  display: none;
}
#footer.ms-footer-a .ms-form .form-search .flex-content-form .form-item .medium, #footer-ft.ms-footer-a .ms-form .form-search .flex-content-form .form-item .medium {
  font-size: 14px;
  min-height: 45px;
}
#footer.ms-footer-a .ms-form .form-search .flex-content-form .form-item .clidxboost-btn-link span, #footer-ft.ms-footer-a .ms-form .form-search .flex-content-form .form-item .clidxboost-btn-link span {
  color: #fff;
  background-color: transparent;
  border: 0;
}
#footer.ms-footer-a .ms-form .ms-close-modal, #footer-ft.ms-footer-a .ms-form .ms-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  z-index: 2;
  display: none;
  background-color: #d0c651;
  transition: all 0.3s;
}
#footer.ms-footer-a .ms-form .ms-close-modal:hover, #footer-ft.ms-footer-a .ms-form .ms-close-modal:hover {
  background-color: #333;
}
#footer.ms-footer-a .ms-bottom-footer, #footer-ft.ms-footer-a .ms-bottom-footer {
  border: 0;
  background-color: #171717;
  width: 100%;
  padding: 20px 15px;
  position: relative;
  z-index: 2;
}
#footer.ms-footer-a .ms-bottom-footer .ms-trem, #footer-ft.ms-footer-a .ms-bottom-footer .ms-trem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#footer.ms-footer-a .ms-bottom-footer .ms-trem .ms-lazy, #footer-ft.ms-footer-a .ms-bottom-footer .ms-trem .ms-lazy {
  margin-bottom: 15px;
}
#footer.ms-footer-a .ms-copyright, #footer-ft.ms-footer-a .ms-copyright {
  text-transform: uppercase;
  line-height: 1.4;
}
#footer.ms-footer-a .ms-social, #footer-ft.ms-footer-a .ms-social {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
#footer.ms-footer-a .ms-social .ms-link, #footer-ft.ms-footer-a .ms-social .ms-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  font-size: 18px;
}
#footer.ms-footer-a .ms-social .ms-link span, #footer-ft.ms-footer-a .ms-social .ms-link span {
  display: none;
}
#footer.ms-footer-a .ms-wrap-video, #footer-ft.ms-footer-a .ms-wrap-video {
  padding: 40px 15px;
  text-align: center;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-title, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-title, #footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-subtitle, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-subtitle {
  display: block;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-title, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-subtitle, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-subtitle {
  font-size: 15px;
  color: #949494;
  font-weight: 300;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-email, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-email {
  margin: 10px 0;
  font-size: 15px;
  color: #0259a9;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-phone, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-phone {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}
#footer.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-address, #footer-ft.ms-footer-a .ms-wrap-video .ms-wrap-data .ms-address {
  font-size: 16px;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer {
  width: 100%;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img {
  position: relative;
  width: 100%;
  background-color: #333;
  max-width: 360px;
  margin: 0 auto;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img:after, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img:after {
  content: "";
  padding-bottom: 56.25%;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img img, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer .ms-wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer .ms-btn-play, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer .ms-btn-play {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-indent: -999999px;
  font-size: 28px;
}
#footer.ms-footer-a .ms-wrap-video .ms-video-footer .ms-btn-play:after, #footer-ft.ms-footer-a .ms-wrap-video .ms-video-footer .ms-btn-play:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\ea1c";
  font-family: 'idx-icons';
  text-indent: 0;
}
@media screen and (min-width: 640px) {
  #footer.ms-footer-a .ms-form .ms-title, #footer-ft.ms-footer-a .ms-form .ms-title {
    margin: 15px 0;
    font-size: 34px;
  }
  #footer.ms-footer-a .ms-form .ms-subtitle, #footer-ft.ms-footer-a .ms-form .ms-subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer.ms-footer-a, #footer-ft.ms-footer-a {
    padding-top: 30px;
  }
  #footer.ms-footer-a .flex-content-form, #footer-ft.ms-footer-a .flex-content-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer.ms-footer-a .flex-content-form .form-item, #footer-ft.ms-footer-a .flex-content-form .form-item {
    width: 48%;
  }
  #footer.ms-footer-a .flex-content-form .form-item.full-item, #footer-ft.ms-footer-a .flex-content-form .form-item.full-item {
    width: 100%;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-img:after, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img:after {
    padding-bottom: 45%;
  }
  #footer.ms-footer-a .ms-bottom-footer, #footer-ft.ms-footer-a .ms-bottom-footer {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 991px) {
  #footer.ms-footer-a, #footer-ft.ms-footer-a {
    padding: 10px;
    width: 100%;
  }
  #footer.ms-footer-a .ms-wrap-footer, #footer-ft.ms-footer-a .ms-wrap-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px 0;
    align-items: stretch;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-img, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img, #footer.ms-footer-a .ms-wrap-footer .ms-wrap-video, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-video, #footer.ms-footer-a .ms-wrap-footer .ms-form, #footer-ft.ms-footer-a .ms-wrap-footer .ms-form {
    width: 50%;
    flex-grow: 1;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-form, #footer-ft.ms-footer-a .ms-wrap-footer .ms-form {
    background-color: #efefef;
    padding: 30px 20px;
  }
  #footer.ms-footer-a .ms-wrap-form, #footer-ft.ms-footer-a .ms-wrap-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
  #footer.ms-footer-a .ms-bottom-footer, #footer-ft.ms-footer-a .ms-bottom-footer {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #footer.ms-footer-a .ms-wrap-footer .ms-form, #footer-ft.ms-footer-a .ms-wrap-footer .ms-form {
    padding: 70px 20px;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-img, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-img, #footer.ms-footer-a .ms-wrap-footer .ms-wrap-video, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-video, #footer.ms-footer-a .ms-wrap-footer .ms-form, #footer-ft.ms-footer-a .ms-wrap-footer .ms-form {
    width: 33.33%;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-video, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #footer.ms-footer-a .ms-wrap-footer .ms-wrap-form, #footer-ft.ms-footer-a .ms-wrap-footer .ms-wrap-form {
    max-width: 500px;
  }
  #footer.ms-footer-a .ms-bottom-footer, #footer-ft.ms-footer-a .ms-bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
  }
  #footer.ms-footer-a .ms-bottom-footer .ms-trem, #footer-ft.ms-footer-a .ms-bottom-footer .ms-trem {
    flex-direction: row;
    align-items: center;
    z-index: 2;
  }
  #footer.ms-footer-a .ms-bottom-footer .ms-trem .ms-lazy, #footer-ft.ms-footer-a .ms-bottom-footer .ms-trem .ms-lazy {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 15px;
  }
  #footer.ms-footer-a .ms-bottom-footer .ms-sub-menu-footer, #footer-ft.ms-footer-a .ms-bottom-footer .ms-sub-menu-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
  }
}
#footer .ms-close-modal, #footer-ft .ms-close-modal {
  text-indent: -999999px;
  overflow: hidden;
}
#footer .ms-close-modal:before, #footer-ft .ms-close-modal:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: "\e913";
  font-family: "idx-icons" !important;
  font-size: 1rem;
  text-indent: 0;
}
body.ms-active-form #footer .ms-wrap-footer .ms-form, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 15px;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  body.ms-active-form #footer .ms-wrap-footer .ms-form, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form {
    align-items: center;
    justify-content: center;
  }
}
body.ms-active-form #footer .ms-wrap-footer .ms-form .ms-title, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .ms-title, body.ms-active-form #footer .ms-wrap-footer .ms-form .ms-subtitle, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .ms-subtitle {
  text-align: center;
}
body.ms-active-form #footer .ms-wrap-footer .ms-form .flex-content-form .form-item .clidxboost-btn-link, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .flex-content-form .form-item .clidxboost-btn-link {
  margin: 0 auto;
}
body.ms-active-form #footer .ms-wrap-footer .ms-form .ms-wrap-form, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .ms-wrap-form {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.ms-active-form #footer .ms-wrap-footer .ms-form .ms-wrap-form, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .ms-wrap-form {
    padding: 20px 40px;
  }
}
body.ms-active-form #footer .ms-wrap-footer .ms-form .ms-close-modal, body.ms-active-form #footer-ft .ms-wrap-footer .ms-form .ms-close-modal {
  display: block;
}
.ms-section .mg-neighborhoods:not(.ib-view-list) .mg-nexplore {
  display: flex;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
.ms-section .mg-neighborhoods:not(.ib-view-list) .mg-nexplore:hover, .ms-section .mg-neighborhoods:not(.ib-view-list) .mg-nexplore:focus {
  border-color: #d0c651 !important;
  background-color: #d0c651 !important;
  color: #fff !important;
}
/*----------------------------------------------------------------------------------*/
/* Video modal
 /*----------------------------------------------------------------------------------*/
.video-inside {
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  height: 0;
  left: 0;
  opacity: 0;
  bottom: 0;
  transform: translateY(100vh);
  transition: transform 0.5s ease, opacity 0.5s ease, height 0s ease 0.5s, visibility 0s ease 0.5s;
  visibility: hidden;
  width: 100vw;
}
.video-inside.ms-show-video {
  height: 100%;
  opacity: 1;
  transition: transform 0.5s ease, height 0.5s ease;
  transform: translateY(0);
  visibility: visible;
}
.video-inside .iframe {
  position: relative;
  width: 80%;
  background: #333;
  border: 7px solid #fff;
  height: auto;
  z-index: 10;
  max-height: 90vh;
}
.video-inside .iframe:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-inside .iframe iframe, .video-inside .iframe video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-inside .close-vi {
  z-index: 11;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s linear;
  font-size: 0.8em;
  transition: all 0.3s;
}
.video-inside .close-vi span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: -1px;
}
.video-inside .close-vi:hover {
  background-color: #fff;
}
.video-inside .close-vi:hover span {
  color: #d0c651;
}
.video-inside .bg-close {
  z-index: 9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 480px) {
  .video-inside .iframe {
    max-width: 492px;
  }
}
@media screen and (min-width: 480px) and (min-width: 1024px) {
  .video-inside .iframe {
    max-width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .video-inside .iframe {
    max-width: 77%;
  }
}
.home #welcome #ms-change-text .quotes, .wf-active .home #welcome #ms-change-text .quotes {
  display: none;
}
.home #welcome #ms-change-text .quotes span, .wf-active .home #welcome #ms-change-text .quotes span {
  top: -20px !important;
  opacity: 0 !important;
  font-size: 17px;
  transition: all 0.5s;
  display: block !important;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #welcome #ms-change-text .quotes span, .wf-active .home #welcome #ms-change-text .quotes span {
    font-size: 22px;
  }
}
.home #welcome #ms-change-text .quotes.active.active_span span, .wf-active .home #welcome #ms-change-text .quotes.active.active_span span {
  top: 0 !important;
  opacity: 1 !important;
}
/*----------------------------------------------------------------------------------*/
/* NEW BLOG FORMAT
 /*----------------------------------------------------------------------------------*/
.ms-news-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.ms-news-page .ms-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.ms-news-page .ms-news-article {
  width: 100%;
  position: relative;
}
.ms-news-page .ms-news-article article {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.ms-news-page .ms-news-article article:after {
  content: "";
  display: block;
  clear: both;
}
.ms-news-page .ms-news-article article figure {
  margin: 0;
  padding: 0;
}
.ms-news-page .ms-news-article article figure a {
  line-height: 0;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.ms-news-page .ms-news-article article figure a:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.ms-news-page .ms-news-article article figure a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.ms-news-page .ms-news-article article h3, .ms-news-page .ms-news-article article h2 {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.ms-news-page .ms-news-article article span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8a8a8a;
  display: block;
  margin-top: 5px;
}
.ms-news-page .ms-news-article article p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
.ms-news-page .ms-news-article article .ms-link {
  padding: 15px 0 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  float: right;
}
.thegallery .gs-wrapper-items {
  padding: 0 !important;
}
.thegallery .gs-wrapper-content img {
  width: 100% !important;
}
.thegallery .gs-container-navs .gs-style-bullets {
  bottom: 0;
  transform: none;
  left: 0;
  position: relative;
  background-color: transparent;
}
.thegallery .gs-container-navs .gs-style-bullets .gs-bullet.gs-bullet-active {
  background-color: #4a4a4a;
}
.gs-wrapper-items.gs-transition-swipe {
  align-items: baseline;
}
.custom-cms article {
  width: 90%;
  margin: auto auto 50px auto;
  max-width: 1200px;
}
.custom-cms article .title-block {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 25px;
}
.custom-cms article p {
  text-align: justify;
}
.custom-cms article a {
  color: #4566c1;
}
.custom-cms article a:hover {
  color: #000;
}
.custom-cms article iframe {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
.custom-cms article .cbtn {
  display: inline-block;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.custom-cms article .cbtn:hover {
  background-color: #d0c651;
  color: #000;
}
@media (max-width: 767px) {
  .custom-cms article .cbtn {
    padding: 12px 30px;
    font-size: 11px;
  }
}
@media (max-width: 1329px) and (min-width: 768px) {
  .custom-cms article .cbtn {
    padding: 15px 40px;
    font-size: 13px;
  }
}
@media (max-width: 1659px) and (min-width: 1330px) {
  .custom-cms article .cbtn {
    padding: 18px 40px;
    font-size: 13px;
  }
}
@media (min-width: 1660px) {
  .custom-cms article .cbtn {
    padding: 20px 60px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .custom-cms .title-block {
    font-size: 20px;
  }
  .custom-cms .featured-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto auto 20px auto;
  }
  .custom-cms p {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .custom-cms .title-block {
    font-size: 42px;
  }
  .custom-cms p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (max-width: 1329px) and (min-width: 768px) {
  .custom-cms .featured-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto auto 20px auto;
  }
}
@media (min-width: 1330px) {
  .custom-cms .featured-image {
    max-width: 600px;
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.page-meet-nelson.custom-cms .title-block, .page-video-gallery.custom-cms .title-block, .page-meet-nelson.custom-cms .subtitle-block, .page-video-gallery.custom-cms .subtitle-block {
  text-align: center;
}
.page-meet-nelson.custom-cms .title-block, .page-video-gallery.custom-cms .title-block {
  margin-bottom: 0;
}
.page-meet-nelson.custom-cms .subtitle-block, .page-video-gallery.custom-cms .subtitle-block {
  margin-bottom: 30px;
}
.page-meet-nelson.custom-cms .ms-social, .page-video-gallery.custom-cms .ms-social {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
}
.page-meet-nelson.custom-cms .ms-social .ms-link, .page-video-gallery.custom-cms .ms-social .ms-link {
  align-items: center;
  background-color: #a1a1a1;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 100;
  height: 20px;
  justify-content: center;
  margin: 0 4px;
  transition: all 0.4s;
  width: 20px;
}
.page-meet-nelson.custom-cms .ms-social .ms-link:focus, .page-video-gallery.custom-cms .ms-social .ms-link:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
  outline: 0;
}
.page-meet-nelson.custom-cms .ms-social .ms-link span, .page-video-gallery.custom-cms .ms-social .ms-link span {
  display: none;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-facebook, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-facebook {
  background-color: #3a5b9a;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-twitter, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-twitter {
  background-color: #5fcbf1;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-google-plus, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-google-plus {
  background-color: #de4f42;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-youtube-logo, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-youtube-logo {
  background-color: #bc2026;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-instagram, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-instagram {
  background: #f09433;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-linkedin2, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-linkedin2 {
  background-color: #0866c1;
}
.page-meet-nelson.custom-cms .ms-social .ms-link.idx-icon-pinterest-p, .page-video-gallery.custom-cms .ms-social .ms-link.idx-icon-pinterest-p {
  background-color: #3a5b9a;
}
@media screen and (min-width: 1024px) {
  .page-meet-nelson.custom-cms .ms-social, .page-video-gallery.custom-cms .ms-social {
    justify-content: flex-start;
  }
  .page-meet-nelson.custom-cms .ms-social .ms-link, .page-video-gallery.custom-cms .ms-social .ms-link {
    margin-left: 0;
    margin-right: 10px;
  }
  .page-meet-nelson.custom-cms .ms-social .ms-link:last-child, .page-video-gallery.custom-cms .ms-social .ms-link:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-meet-nelson.custom-cms .meet-nelson-videos, .page-video-gallery.custom-cms .meet-nelson-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos iframe, .page-video-gallery.custom-cms .meet-nelson-videos iframe, .page-meet-nelson.custom-cms .meet-nelson-videos p, .page-video-gallery.custom-cms .meet-nelson-videos p {
    margin: 0;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos > iframe, .page-video-gallery.custom-cms .meet-nelson-videos > iframe {
    width: 49%;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos p > iframe, .page-video-gallery.custom-cms .meet-nelson-videos p > iframe {
    width: 100%;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos p:first-of-type, .page-video-gallery.custom-cms .meet-nelson-videos p:first-of-type {
    display: none;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos p:nth-of-type(2), .page-video-gallery.custom-cms .meet-nelson-videos p:nth-of-type(2), .page-meet-nelson.custom-cms .meet-nelson-videos p:nth-of-type(3), .page-video-gallery.custom-cms .meet-nelson-videos p:nth-of-type(3) {
    width: 49%;
  }
  .page-meet-nelson.custom-cms .meet-nelson-videos p:nth-of-type(2), .page-video-gallery.custom-cms .meet-nelson-videos p:nth-of-type(2), .page-meet-nelson.custom-cms .meet-nelson-videos p:nth-of-type(3), .page-video-gallery.custom-cms .meet-nelson-videos p:nth-of-type(3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1330px) {
  .page-meet-nelson.custom-cms .featured-image, .page-video-gallery.custom-cms .featured-image {
    float: left;
    margin-right: 50px;
    margin-left: 0;
  }
}
.page-video-gallery .title-block {
  margin-bottom: 30px !important;
}
.page-video-gallery .video-gallery-wrapper {
  position: relative;
}
.page-video-gallery .video-gallery-wrapper p {
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.page-video-gallery .video-gallery-wrapper p::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.page-video-gallery .video-gallery-wrapper p iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-video-gallery .video-gallery-wrapper p {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page-video-gallery .video-gallery-wrapper p {
    width: 33.33%;
  }
}
.ib-form-buyandsell:after {
  content: '';
  display: block;
  width: 374px;
  height: 174px;
  background-image: url(../images/partner1.png);
  position: absolute;
  z-index: 12;
}
@media (max-width: 1329px) {
  .ib-form-buyandsell:after {
    display: none;
  }
}
@media (max-width: 1659px) and (min-width: 1330px) {
  .ib-form-buyandsell:after {
    transform: scale(0.5);
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1660px) {
  .ib-form-buyandsell:after {
    right: 3%;
    bottom: 3%;
  }
}
#wrap-neighborhood {
  max-width: 100%;
}
#wrap-neighborhood #wrap-map {
  min-height: 300px;
  width: 100%;
  margin-bottom: 30px;
}
#wrap-neighborhood #neighborhood {
  width: 100%;
}
#wrap-neighborhood #neighborhood #wrap-list-neighborhoods {
  margin: auto;
}
#wrap-neighborhood #neighborhood #wrap-result-neighborhoods .title {
  display: none;
}
#wrap-neighborhood #neighborhood .wrap-image a:after {
  display: none;
}
#wrap-neighborhood #neighborhood .neighborhoods-list li a {
  display: block;
}
#wrap-neighborhood #neighborhood .neighborhoods-list li a img {
  position: relative;
  height: 255px;
}
#wrap-neighborhood #neighborhood .neighborhoods-list li a:hover .link-responsive-ng {
  background-color: #b68c2b;
}
#wrap-neighborhood #neighborhood .neighborhoods-list li img {
  width: 100%;
  display: block;
}
#wrap-neighborhood #neighborhood .neighborhoods-list li .link-responsive-ng {
  background-color: #171616;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 9px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  height: auto;
  position: relative;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #wrap-neighborhood #neighborhood #wrap-list-neighborhoods {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #wrap-neighborhood #neighborhood .neighborhoods-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #wrap-neighborhood #neighborhood .neighborhoods-list li {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  #wrap-neighborhood {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  #wrap-neighborhood #wrap-map {
    width: 49%;
    max-height: 730px;
    margin-bottom: 0;
  }
  #wrap-neighborhood #neighborhood {
    width: 49%;
  }
  #wrap-neighborhood #neighborhood #wrap-list-neighborhoods {
    overflow: auto;
    max-height: 674px;
    padding-right: 12px;
  }
  #wrap-neighborhood #neighborhood .neighborhoods-list li {
    width: 32%;
  }
  #wrap-neighborhood #neighborhood .neighborhoods-list li a img {
    height: 168px;
  }
}
.post-template-default.single.single-post #flex-blog-detail-theme .flex-block-description p {
  text-align: justify !important;
}
.post-template-default.single.single-post #flex-blog-detail-theme .flex-block-description p iframe {
  max-width: 100%;
}
#flex-blog-detail-theme .gwr.c-flex {
  width: 90%;
}
.flex-breadcrumb ol {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-breadcrumb ol li[aria-current="page"] {
  text-overflow: ellipsis;
  overflow: hidden;
}
#lead_submission_sell_form .ib-fbtns.ib-fbtns-backnext .ib-fbtn-back, #lead_submission_sell_form .ib-fbtns.ib-fbtns-backnext .ib-fbtn-next {
  display: none;
}
#lead_submission_sell_form .ib-fbtns.ib-fbtns-backnext .ib-fsubmit {
  display: flex;
}
#lead_submission_sell_form .form-welcome {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#lead_submission_sell_form .ib-form-wrapper h1.ib-fstitle {
  margin-bottom: 1em;
  color: rgb(255, 255, 255)!important;
    font-size: 38px;
}
#lead_submission_sell_form .ib-form-wrapper h1.ib-fssubtitle {
	text-align:center;
	color:#ffff00;
	margin-bottom: 1em;
}
#lead_submission_sell_form .ib-form-wrapper h1.ib-fstitle + .ib-ftext {
  display: none;
}
#blog-collection #articles-blog li .press .content-article > h3 {
  overflow: visible;
  white-space: normal;
}
@media screen and (min-width: 1400px) {
  .page-template-page-press #blog-collection #articles-blog li {
    width: 24.125%;
  }
  .page-template-page-press #blog-collection #articles-blog li:nth-child(3) {
    margin-right: 1%;
  }
  .page-template-page-press #blog-collection #articles-blog li:nth-child(4n) {
    margin-right: 0;
  }
}
.ib-fsteps .ib-fsitem:first-of-type .ib-fsradios .ib-fsritem:nth-of-type(1) {
  order: 1;
}
.ib-fsteps .ib-fsitem:first-of-type .ib-fsradios .ib-fsritem:nth-of-type(2) {
  order: 0;
}
.ib-fsteps .ib-fsitem:first-of-type .ib-fsradios .ib-fsritem:nth-of-type(3) {
  order: 2;
}
@media (min-width: 1024px) {
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result {
    display: flex;
    flex-direction: column;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-beach {
    order: 1;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #edgewater, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #edgewater, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #edgewater, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #edgewater, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #edgewater, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #edgewater, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #edgewater, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #edgewater, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #edgewater {
    order: 2;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #brickell, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #brickell, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #brickell, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #brickell, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #brickell, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #brickell, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #brickell, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #brickell, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #brickell {
    order: 3;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #downtown, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #downtown, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #downtown, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #downtown, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #downtown, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #downtown, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #downtown, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #downtown, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #downtown {
    order: 4;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bal-harbour, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bal-harbour {
    order: 5;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #surfside, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #surfside, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #surfside, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #surfside, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #surfside, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #surfside, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #surfside, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #surfside, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #surfside {
    order: 6;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bay-harbor-island, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #bay-harbor-island {
    order: 7;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #sunny-isles-beach, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #sunny-isles-beach {
    order: 8;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #key-biscayne, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #key-biscayne {
    order: 9;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #aventura, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #aventura, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #aventura, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #aventura, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #aventura, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #aventura, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #aventura, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #aventura, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #aventura {
    order: 10;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #hollywood, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #hollywood, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #hollywood, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #hollywood, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #hollywood, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #hollywood, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #hollywood, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #hollywood, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #hollywood {
    order: 11;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-river, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-river, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #miami-river, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-river, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-river, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #miami-river, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-river, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-river, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #miami-river {
    order: 12;
  }
  body.page-id-2483.view-map #luxury-condo-page .view-map#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.view-list #luxury-condo-page .view-map#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-map#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.view-map #luxury-condo-page .view-list#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.view-list #luxury-condo-page .view-list#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-list#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.view-map #luxury-condo-page .view-grid#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.view-list #luxury-condo-page .view-grid#wrap-result #wrap-list-result #fort-lauderdale, body.page-id-2483.clidxboost-ngrid #luxury-condo-page .view-grid#wrap-result #wrap-list-result #fort-lauderdale {
    order: 13;
  }
}
.show-modal-subscribe {
  display: none;
}
#modal_subscribe .modal_cm {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm {
    width: 510px;
  }
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md {
    padding-bottom: 3.75rem;
  }
}
#modal_subscribe .modal_cm .content_md .banner_md {
  background-color: #000;
  padding: 1rem;
  text-align: center;
}
#modal_subscribe .modal_cm .content_md .banner_md img {
  max-width: 240px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md .banner_md img {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md .heder_md {
    padding-top: 2.5rem;
  }
}
#modal_subscribe .modal_cm .content_md .heder_md h2 {
  font-family: 'Chapaza-Regular';
  color: #000;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md .heder_md h2 {
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 1;
  }
}
#modal_subscribe .modal_cm .content_md .heder_md p {
  font-family: 'Times New Roman';
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md .heder_md p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
#modal_subscribe .modal_cm .content_md .heder_md p span {
  font-family: 'Times New Roman';
  font-style: italic;
}
@media screen and (min-width: 360px) {
  #modal_subscribe .modal_cm .content_md .heder_md p span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #modal_subscribe .modal_cm .content_md .heder_md p span {
    font-size: 1.125rem;
  }
}
#modal_subscribe .modal_cm .content_md .body_md {
  margin: 0 auto;
  max-width: 400px;
}
#modal_subscribe .form-search .flex-content-form .form-item {
  margin-bottom: 20px;
}
#modal_subscribe .form-search .flex-content-form .form-item.pt-phone {
  display: none;
}
#modal_subscribe .form-search .flex-content-form .form-item:nth-child(5) {
  display: none;
}
#modal_subscribe .form-search .flex-content-form .form-item > span {
  display: none;
}
#modal_subscribe .form-search .flex-content-form .form-item .medium {
  border-color: #333;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .form-search .flex-content-form .form-item .medium {
    height: 50px;
  }
}
#modal_subscribe .form-search .flex-content-form .form-item .clidxboost-btn-link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #modal_subscribe .form-search .flex-content-form .form-item .clidxboost-btn-link {
    height: 56px;
  }
}
#modal_subscribe .form-search .flex-content-form .form-item .clidxboost-btn-link:hover span {
  background-color: #fff;
  color: #000;
}
#modal_subscribe .form-search .flex-content-form .form-item .clidxboost-btn-link span {
  background-color: #000;
  border-color: #000;
}
/* 
 * Wrapper insert before .clidxboost-sc-filters
 * element on exclusive listing page
 */
.exclusive-listing-page-text-wrapper {
  padding: 0px 33px 10px 34px;
  text-align: center;
}
/* 
 * Paragraph insert before #wrap-neighborhood-collection 
 * element on miami beach luxury communities page
 */
.miami-luxury-comunities-page-text-wrapper {
  margin: 0 auto 1.5rem !important;
  text-align: center;
  max-width: 1755px;
  width: 90%;
}
@media screen and (min-width: 1400px) {
  #modal_login .modal_cm .content_md .heder_md .ms-title-modal, #modal_login .modal_cm .content_md .ms-header-md .ms-title-modal {
    font-size: 1.5rem;
  }
}
/* 
 * Login text on modal login
 */
#modal_login .modal_cm .ms-label span, #modal_login .modal_cm .ms-label a {
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  #modal_login .modal_cm .ms-label span, #modal_login .modal_cm .ms-label a {
    font-size: 1.125rem;
  }
}
#modal_login .modal_cm #tabLogin .ms-text, #modal_login .modal_cm #tabLogin .ms-text .ms-tab {
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  #modal_login .modal_cm #tabLogin .ms-text, #modal_login .modal_cm #tabLogin .ms-text .ms-tab {
    font-size: 1.125rem;
  }
}
#header .ms-top-header .slogan {
  color: #fff;
}
#ib-lead-history-tooltip-help {
  background: #121212;
}
#flex-about-theme .gwr.c-flex {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1430px;
}
@media screen and (min-width: 768px) {
  #flex-about-theme .gwr.c-flex {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
#flex-about-theme .gwr.c-flex .flex-block-description {
  order: 1;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #flex-about-theme .gwr.c-flex .flex-block-description {
    width: 50%;
  }
  #flex-about-theme .gwr.c-flex .flex-block-description h2, #flex-about-theme .gwr.c-flex .flex-block-description p {
    width: 100%;
    max-width: 550px;
  }
}
#flex-about-theme .gwr.c-flex .flex-block-description .title-block {
  font-size: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  #flex-about-theme .gwr.c-flex .flex-block-description .title-block {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #flex-about-theme .gwr.c-flex .flex-block-description .title-block {
    font-size: 2.8125rem;
    line-height: 1.2;
    margin-bottom: 2.8125rem;
  }
}
#flex-about-theme .gwr.c-flex .flex-block-description .title-block:after {
  display: none;
}
#flex-about-theme .gwr.c-flex .flex-block-description p {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0.625rem;
  text-align: justify;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #flex-about-theme .gwr.c-flex .flex-block-description p {
    line-height: 2;
    margin-bottom: 1.875rem;
  }
}
#flex-about-theme .gwr.c-flex .flex-block-description ul li {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
#flex-about-theme .gwr.c-flex .flex-block-description ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 7px;
  position: absolute;
  background-color: #333;
}
#flex-about-theme .gwr.c-flex img {
  order: 2;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #flex-about-theme .gwr.c-flex img {
    width: 46%;
  }
}
#flex-about-theme .gwr.c-flex #testimonials {
  order: 3;
  width: 100%;
  background-color: #333;
  padding: 1.625rem 0;
}
#flex-about-theme .gwr.c-flex #testimonials > h2 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
#flex-about-theme .gwr.c-flex #testimonials ul li {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
#flex-about-theme .gwr.c-flex #testimonials ul li span {
  font-style: normal;
  display: block;
  margin-top: 1.25rem;
}
#flex-about-theme .gwr.c-flex #testimonials ul li .item-testimonial {
  width: 90%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
#flex-about-theme .box-btn {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  #flex-about-theme .box-btn {
    max-width: 550px;
    justify-content: space-between;
  }
}
#flex-about-theme .box-btn .btn-link {
  width: 100%;
  margin-bottom: 10px;
  height: 45px;
}
#flex-about-theme .box-btn .btn-link span {
  border: 1px solid #333;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: all 0.3s;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
#flex-about-theme .box-btn .btn-link span:hover {
  background-color: #dc3d41;
}
#flex-about-theme .gwr.c-flex.intro-about {
  position: relative;
  /*@media screen and (min-width: 640px){
   padding-bottom: 65px;
   }*/
}
#flex-about-theme .gwr.c-flex.intro-about .box-btn {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#flex-about-theme .gwr.c-flex.intro-about .box-btn .btn-link {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #flex-about-theme .gwr.c-flex.intro-about .box-btn {
    display: flex;
    justify-content: space-between;
  }
  #flex-about-theme .gwr.c-flex.intro-about .box-btn .btn-link {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #flex-about-theme .gwr.c-flex.intro-about .box-btn {
    position: relative;
    margin-top: 70px;
  }
}
#flex-about-theme .btn-link span {
  color: #333;
}
#flex-about-theme .clidxboost-slider .clidxboost-nav .clidxboost-bullets button:hover span:before, #flex-about-theme .clidxboost-slider .clidxboost-nav .clidxboost-bullets button.active span:before {
  background-color: #fff;
}
/*
#
*/
#flex-contact-theme .flex-breadcrumb {
  margin-bottom: 0;
}
.flex-wrap-contact {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .flex-wrap-contact {
    min-height: calc(100vh - 217px);
    height: auto;
  }
}
.flex-wrap-contact .flex-wrap-company {
  padding: 0 1rem;
  margin: 1rem 0;
  position: relative;
}
.flex-wrap-contact .flex-wrap-company-information > h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.flex-wrap-contact .flex-wrap-company-information p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.flex-wrap-contact .flex-wrap-company-information ul {
  margin-bottom: 1rem;
}
.flex-wrap-contact .flex-wrap-company-information ul li {
  margin-bottom: 0.625rem;
}
.flex-wrap-contact .flex-wrap-company-information ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
}
.flex-wrap-contact .flex-wrap-company-information ul li a:before {
  display: flex;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.125rem;
  font-family: 'idx-icons' !important;
  font-weight: normal;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.flex-wrap-contact .flex-wrap-company-information ul li a.phone:before {
  content: "\e91d";
}
.flex-wrap-contact .flex-wrap-company-information ul li a.email:before {
  content: "\e91a";
}
.flex-wrap-contact .flex-wrap-company-information ul li a.mapa:before {
  content: "\e905";
}
.flex-wrap-contact #flex-wrap-contact-map {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 2;
}
.flex-wrap-contact #flex-wrap-contact-map #map {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.flex-wrap-contact .flex-wrap-contact-form {
  background-color: #444;
  padding: 30px 1rem;
  position: relative;
}
.flex-wrap-contact .flex-wrap-contact-form h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 640px) {
  .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item {
    width: 48%;
  }
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item input, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item textarea {
  width: 100%;
  height: 40px;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 0.875rem;
  background-color: transparent;
  color: #fff;
  margin-top: 5px;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item textarea {
  height: 97px;
  resize: none;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item span {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item.full-item {
  width: 100%;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item .clidxboost-btn-link {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item .clidxboost-btn-link span {
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item .clidxboost-btn-link:hover span {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .form-item .clidxboost-btn-link {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item label, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item label {
  color: #fff;
  margin-bottom: 0.3125rem;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item label:before, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item label:before {
  content: "";
  display: block;
  height: 13px;
  width: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #fff;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item label:after, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item label:after {
  content: "\2713";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 0px;
  font-size: 15px;
  color: #333;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item input[type=checkbox], .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item input[type=checkbox], .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item input[type=radio], .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item input[type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  border: 0;
  z-index: 0;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item input[type=checkbox]:checked + label:after, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item input[type=checkbox]:checked + label:after, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .chk-item input[type=radio]:checked + label:after, .flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item input[type=radio]:checked + label:after {
  transform: scale(1);
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item {
  margin-right: 10px;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .radio-item label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 6px;
  font-size: 15px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
  width: 10px;
  height: 9px;
  z-index: 1;
  background-color: #333;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .opt-item {
  position: relative;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .opt-item.full-item {
  margin-top: 0.625rem;
  width: 100%;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list .opt-item.full-item span {
  width: 100%;
  display: block;
}
.flex-wrap-contact .flex-wrap-contact-form .flex-content-form .opt-list label {
  font-size: 0.875rem;
}
@media screen and (min-width: 991px) {
  .flex-wrap-contact {
    display: flex;
  }
  .flex-wrap-contact .flex-wrap-company, .flex-wrap-contact .flex-wrap-contact-form {
    width: 50%;
  }
  .flex-wrap-contact .flex-wrap-contact-form {
    padding: 3rem 2rem;
  }
  .flex-wrap-contact .flex-wrap-company {
    padding: 0;
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
  }
  .flex-wrap-contact .flex-wrap-company .flex-wrap-company-information {
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
  }
  .flex-wrap-contact #flex_idx_contact_form {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
  }
  .flex-wrap-contact #flex-wrap-contact-map {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-wrap-contact .flex-wrap-contact-form {
    padding: 8rem 3rem;
  }
  .flex-wrap-contact .flex-wrap-company {
    padding-top: 8rem;
  }
  .flex-wrap-contact #flex_idx_contact_form {
    max-width: 670px;
  }
  .flex-wrap-contact .flex-wrap-company-information ul {
    margin-top: 2.5rem;
    /*li{
     a{
     font-size: 19/16*1rem;
     &:before{
     height: 28px;
     }
     }
     }*/
  }
  .flex-wrap-contact #flex-wrap-contact-map {
    height: 370px;
  }
}
.flex-wrap-contact .flex-contact-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.flex-wrap-contact #flex_idx_contact_form {
  position: relative;
  z-index: 2;
}
/*----------------------------------------------------------------------------------*/
/* Property Deatail
 /*----------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  #full-main .main .gwr {
    max-width: 1430px !important;
  }
}
/*----------------------------------------------------------------------------------*/
/* Reset wrap filters
 /*----------------------------------------------------------------------------------*/
.content-filters #wrap-filters .gwr-filters {
  margin-top: -1px;
  width: 100% !important;
}
#flex-filters-theme .content-filters #wrap-filters .gwr-filters {
  max-width: 1430px !important;
}
/*----------------------------------------------------------------------------------*/
/* Preloader
 /*----------------------------------------------------------------------------------*/
.wrap-preloader {
  background-color: #1d1d1d;
}
.wrap-preloader .item-wrap-preloader .text-logo h1.idx_site_text_tit {
  font-size: 36px !important;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.wrap-preloader .item-wrap-preloader .text-logo span {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.wrap-preloader .preloader-icon:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}
#full-main {
  background-color: #fff;
}
@media (max-width: 767px) {
  #drift-widget-container {
    display: none;
  }
  #drift-widget-container iframe {
    bottom: 50px !important;
    right: 0 !important;
  }
  #drift-widget-container.active {
    display: block;
  }
}
.mg-neighborhoods:not(.ib-view-list) .mg-nexplore {
  background-color: transparent !important;
  color: #fff !important;
}
.mg-neighborhoods:not(.ib-view-list) .mg-nexplore:hover {
  background-color: #fff !important;
  color: #333 !important;
}
/*----------------------------------------------------------------------------------*/
/* RESET WIDTH INTERNAS
 /*----------------------------------------------------------------------------------*/
body.ib-wrap-full-width #flex-blog-theme .gwr, body.ib-wrap-full-width #flex-default-theme .gwr.c-flex, body.ib-wrap-full-width #flex-filters-theme .gwr.c-flex {
  max-width: 1755px !important;
}
/*----------------------------------------------------------------------------------*/
/* LG - COMPONENTS
 /*----------------------------------------------------------------------------------*/
.lg-theme {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lg-theme {
    margin-bottom: 0;
  }
}
#header .lg-wrap-content {
  width: 100%;
}
#header .lg-wrap-content .wrap-menu .gwr, #header .lg-wrap-content .wrap-options .gwr {
  width: 94% !important;
}
@media screen and (min-width: 640px) {
  #header .lg-wrap-content .wrap-menu .gwr, #header .lg-wrap-content .wrap-options .gwr {
    width: 100% !important;
  }
}
#header .lg-wrap-content .wrap-menu .lg-btncta-text {
  top: -41px;
  left: 0;
}
@media screen and (min-width: 640px) {
  #header .lg-wrap-content .wrap-menu .lg-btncta-text {
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: 16px;
  }
  #header .lg-wrap-content .wrap-menu .lg-btncta-text .lg-btn-cta {
    height: 35px;
  }
  #header .lg-wrap-content .wrap-menu .lg-btncta-text .lg-btn-cta span {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  #header .lg-wrap-content .wrap-menu .lg-btncta-text {
    margin-left: 0;
  }
}
@media screen and (min-width: 640px) {
  #header .lg-ct-header {
    width: 96%;
    margin: 0 auto;
  }
}
#header.ib-internal-header .lg-ct-header {
  max-width: 1430px;
}
.lg-headertxt {
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}
.lg-btn-cta {
  overflow: hidden;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6875rem;
  position: relative;
  white-space: nowrap;
  background-color: #333;
  border: 1px solid #333;
  transition: all 0.3s;
}
.lg-btn-cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.625rem;
}
.lg-btn-cta:hover, .lg-btn-cta:focus {
  background-color: #fff;
  color: #333;
}
.lg-btncta-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 10px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .lg-btncta-text {
    left: 0;
  }
}
@media screen and (min-width: 640px) {
  .lg-btncta-text {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .lg-btncta-text .lg-btn-cta {
    font-size: 0.8125rem;
  }
  .lg-btncta-text .lg-btn-cta span {
    padding: 0 1.875rem;
  }
}
.lg-btncta-text .lg-headertxt {
  display: none;
}
@media screen and (min-width: 640px) {
  .lg-btncta-text .lg-headertxt {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
  }
}
#header.lg-header-active .lg-ct-header {
  position: relative;
}
@media screen and (min-width: 640px) {
  /*.wrap-options{
   .gwr{
   #user-options{
   @media (max-width: 639px){
   position: absolute;
   top: 0;
   left: 0;
   height: 0;
   width: 0;
   overflow: hidden;
   }
   }
   }
   }*/
  #header.lg-header-active .lg-ct-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
#header.lg-header-active .lg-ct-header .wrap-options .gwr #user-options {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  #header.lg-header-active .lg-ct-header .lg-wrap-content .wrap-options .gwr, #header.lg-header-active .lg-ct-header .lg-wrap-content .wrap-menu .gwr {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) {
  #header.lg-header-active .lg-ct-header .wrap-menu .gwr .logo-content {
    top: -36px;
  }
}
.cta-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .cta-container {
    display: none;
  }
}
.cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cta-item {
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.cta-item:after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.cta-item:nth-child(3):after, .cta-item:last-child:after {
  display: none;
}
.cta-item:last-child:after {
  display: none;
}
.cta-ilink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 0.8125rem;
  transition: all 0.3s linear;
}
.cta-ilink:before {
  display: inline-block;
  margin-right: 10px;
  font-family: 'idx-icons' !important;
  font-size: 18px;
  font-weight: 100;
}
.cta-ilink.cta-icon-celular:before {
  content: "\e91d";
}
.cta-ilink.cta-icon-correo:before {
  content: "\e91a";
}
.cta-ilink.cta-icon-chat:before {
  content: "\e93d";
}
.cta-ilink.cta-whatsapp {
  background: linear-gradient(#47c630, #12970a);
}
.cta-ilink.cta-whatsapp span {
  display: none;
}
.cta-ilink.cta-whatsapp:before {
  content: "\ea93";
  margin-right: 0;
}
/*----------------------------------------------------------------------------------*/
/* LG - LOGIN EN MENU LATERAL
 /*----------------------------------------------------------------------------------*/
.lg-wrap-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .lg-wrap-login {
    display: none;
  }
}
.lg-wrap-login > li {
  width: 50%;
  flex-grow: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.lg-wrap-login > li:last-child {
  border-right: 0;
}
.lg-wrap-login > li a {
  background-color: rgba(0, 0, 0, 0.33);
  width: 100%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 1rem;
  font-size: 0.875rem;
  position: relative;
  justify-content: center;
}
.lg-wrap-login.active > li > span {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0 1rem;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.33);
  height: 45px;
  line-height: 45px;
}
.lg-wrap-login.active > li > span:before {
  content: "\e93b";
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-family: 'idx-icons' !important;
  text-indent: 0;
  transition: all 0.3s;
  content: "\e924";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
}
.lg-wrap-login.active > li > span:after {
  content: "\e921";
  font-family: 'idx-icons' !important;
  display: flex;
  width: 12px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  color: #fff;
  right: 1rem;
  top: 0;
  margin: 0 auto;
}
.lg-wrap-login.active > li .sub-menu {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 1;
  overflow: hidden;
  max-height: 0;
  padding: 0 1rem;
  border: 0;
}
.lg-wrap-login.active > li .sub-menu li a {
  background-color: transparent;
  justify-content: flex-start;
}
.lg-wrap-login.active.show-login-list > span:after {
  transform: rotate(-180deg);
}
.lg-wrap-login.active.show-login-list .sub-menu {
  padding: 1rem;
  opacity: 1;
  max-height: 600px;
}
/*----------------------------------------------------------------------------------*/
/* LG - PAGINA DE FILTROS (DEFAULT THEME)
 /*----------------------------------------------------------------------------------*/
.lg-theme .content-rsp-btn {
  bottom: 40px;
}
.lg-theme #wrap-result.view-list #result-search > li.button_properties, .lg-theme .wrap-result.view-list #result-search > li.button_properties, .lg-theme #wrap-result.view-list .result-search > li.button_properties, .lg-theme .wrap-result.view-list .result-search > li.button_properties {
  display: none;
}
.lg-theme #wrap-result.view-map #result-search > li.button_properties, .lg-theme .wrap-result.view-map #result-search > li.button_properties, .lg-theme #wrap-result.view-map .result-search > li.button_properties, .lg-theme .wrap-result.view-map .result-search > li.button_properties {
  min-height: auto;
  padding: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
.lg-theme #flex-default-theme.lg-default-filter .title-block {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.lg-theme #flex-default-theme.lg-default-filter .gwr.c-flex {
  width: 100% !important;
  max-width: 100% !important;
}
.lg-theme #flex-default-theme.lg-default-filter .flex-breadcrumb {
  margin-bottom: 0;
}
.lg-theme #flex-default-theme.lg-default-filter .wrap-subfilters, .lg-theme #flex-default-theme.lg-default-filter #wrap-subfilters {
  width: 100% !important;
}
@media screen and (min-width: 640px) {
  .lg-theme #flex-default-theme.lg-default-filter .wrap-subfilters, .lg-theme #flex-default-theme.lg-default-filter #wrap-subfilters, .lg-theme #flex-default-theme.lg-default-filter #wrap-result, .lg-theme #flex-default-theme.lg-default-filter .wrap-result {
    width: 97% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1790px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map .result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map .result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid .result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid .result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map #result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map #result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid #result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid #result-search > li {
    width: 32%;
    margin-right: 2%;
  }
  .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid #result-search > li:nth-child(3n) {
    margin-right: 0;
  }
  .lg-theme #flex-default-theme.lg-default-filter .flex-breadcrumb {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1790px;
  }
  .lg-theme #flex-default-theme.lg-default-filter .gwr-breadcrumb {
    position: absolute;
    top: 59px;
    background: transparent;
    z-index: 1;
  }
  .lg-theme #flex-default-theme.lg-default-filter #wrap-subfilters .gwr #info-subfilters {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map .result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map .result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid .result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid .result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map #result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map #result-search > li, .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid #result-search > li, .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid #result-search > li {
    width: 24%;
    margin-right: 1.3%;
  }
  .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid .result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid #result-search > li:nth-child(3n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid #result-search > li:nth-child(3n) {
    margin-right: 1.3%;
  }
  .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map .result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map .result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid .result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid .result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.full-map #result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.full-map #result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter .wrap-result.view-grid #result-search > li:nth-child(4n), .lg-theme #flex-default-theme.lg-default-filter #wrap-result.view-grid #result-search > li:nth-child(4n) {
    margin-right: 0;
  }
}
.lg-theme.fixed-active #header {
  box-shadow: none;
  animation-name: initial !important;
  z-index: 32;
  /*@media (max-width: 990px){
   .wrap-menu{
   .gwr{
   .hamburger-content {
   height: 35px !important;
   top: 0;
   right: 0;
   }
   }
   }
   }*/
}
.lg-theme.fixed-active #wrap-filters {
  z-index: 30;
  top: 101px;
}
@media screen and (min-width: 1024px) {
  .lg-theme.fixed-active #wrap-filters {
    top: 90px;
  }
}
.lg-theme.fixed-active .title-conteiner.fixed-box {
  top: 101px;
}
@media screen and (min-width: 1024px) {
  .lg-theme.fixed-active .title-conteiner.fixed-box {
    top: 90px;
  }
}
.lg-theme.fixed-active .title-conteiner.fixed-box .btn-request {
  display: none;
}
.lg-theme #header-filters {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------*/
/* LG - FORMULARIO DE CONTACTO EN EL HOME
 /*-----------------------------------------------------------------------------------------------------*/
.home-contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-color: #333;
}
@media screen and (min-width: 991px) {
  .home-contact {
    align-items: center;
  }
}
.home-contact .home-contact-wrap-image {
  width: 100%;
  position: relative;
}
.home-contact .home-contact-wrap-image:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.home-contact .home-contact-wrap-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .home-contact .home-contact-wrap-image {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.home-contact .home-contact-wrap-form {
  width: 100%;
  padding: 2.5rem 0;
}
@media screen and (min-width: 991px) {
  .home-contact .home-contact-wrap-form {
    padding-left: 50%;
  }
}
.home-contact .home-contact-wrap-form .form-search {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item {
  width: 100%;
  background-color: transparent;
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item span {
  color: #fff;
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item:nth-child(6) {
  display: none;
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item .medium {
  background-color: transparent;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item {
    width: 48%;
  }
  .home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item.full-item {
    width: 100%;
  }
}
.home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item .clidxboost-btn-link:hover span, .home-contact .home-contact-wrap-form .form-search .flex-content-form .form-item .clidxboost-btn-link:focus span {
  color: #333;
}
.form-search .flex-content-form .form-item .clidxboost-btn-link span {
  border-color: #fff;
}
@media (max-width: 768px) {
  body.clidxboost-nmap .message-alert {
    bottom: 53px;
  }
}
.idx-hidden {
  display: none !important;
}
/*----------------------------------------------------------------------------------*/
/* Neighborhoods shortcode
 /*----------------------------------------------------------------------------------*/
.clidxboost-btn-building {
  background-color: transparent;
  color: #f7ef8a;
  cursor: pointer;
  font-size: 32px;
  height: 100%;
  position: relative;
  width: 50px;
}
.clidxboost-btn-building span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.clidxboost-btn-building span::before {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
}
@media screen and (min-width: 768px) {
  .clidxboost-btn-building {
    display: none;
  }
}
.ms-ng-menu {
  max-height: 100vh;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, 0%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .ms-ng-menu {
    max-width: 400px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?nq030q");
  src: url("../fonts/icomoon/icomoon.eot?nq030q#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?nq030q") format("truetype"), url("../fonts/icomoon/icomoon.woff?nq030q") format("woff"), url("../fonts/icomoon/icomoon.svg?nq030q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-building:before {
  content: "\e900";
}
.clidxboost-menu-ng {
  background-color: #121212;
  left: 0;
  opacity: 1;
  padding: 80px 0 60px;
  right: auto;
  transform: none !important;
  transition: none;
  width: 100%;
}
.clidxboost-menu-ng a {
  color: #fff;
}
.clidxboost-menu-ng-title {
  font-size: 16px;
  min-height: 45px;
  height: auto;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.clidxboost-menu-ng-title.h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  position: absolute;
  text-transform: uppercase;
  top: 8px;
}
.clidxboost-menu-ng-title.active.clidxboost-child:before {
  content: "\e913";
  font-size: 12px;
}
.clidxboost-ng-sub-menu {
  background-color: rgba(0, 0, 0, 0.25);
}
.clidxboost-ng-sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  min-height: 45px;
  height: auto;
  letter-spacing: 1px;
}
#clidxboost-close-menu-ng {
  right: 10px;
  top: 13px;
}
#clidxboost-btn-ng {
  background: #121212;
  color: #fff;
  font-weight: 100;
  height: 50px;
  right: -50px;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.3s;
  top: 268px;
  width: 50px;
}
#clidxboost-btn-ng:hover, #clidxboost-btn-ng:focus {
  background: #f7ef8a;
}
#clidxboost-btn-ng span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clidxboost-btn-ng span::before {
  content: "\e900";
  display: flex;
  font-family: "icomoon" !important;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  #clidxboost-btn-ng {
    display: none;
  }
}
.clidxboost-btn-ng-text {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  top: 78px;
  right: -150px;
  padding: 10px;
  position: absolute;
}
@media screen and (min-width: 375px) {
  .clidxboost-btn-ng-text {
    top: 115px;
  }
}
@media screen and (min-width: 640px) {
  .clidxboost-btn-ng-text {
    top: 230px;
  }
}
@media screen and (min-width: 768px) {
  .clidxboost-btn-ng-text {
    display: none;
  }
}
.opened-menu-ng .ms-ng-menu {
  z-index: 999 !important;
  transform: translate(0%, 0%);
}
.page-id-2443 #flex-default-theme, .page-id-2565 #flex-default-theme, .page-id-2609 #flex-default-theme, .postid-2448 #flex-default-theme {
  padding-bottom: 0;
}
.page-id-2443 .title-block, .page-id-2565 .title-block, .page-id-2609 .title-block, .postid-2448 .title-block {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  margin: 1rem auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-id-2443 .title-block, .page-id-2565 .title-block, .page-id-2609 .title-block, .postid-2448 .title-block {
    font-size: 2rem;
    margin: 1.25rem auto;
  }
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section {
    height: 100%;
  }
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list {
  padding-bottom: 20px;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 0 auto 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn:hover, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn:hover, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn:hover, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn:hover {
  background-color: #d0c651;
  color: #000;
}
@media (max-width: 767px) {
  .page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn {
    font-size: 11px;
    padding: 12px 30px;
  }
}
@media (max-width: 1329px) and (min-width: 768px) {
  .page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn {
    font-size: 12px;
    padding: 15px 40px;
  }
}
@media (max-width: 1659px) and (min-width: 1330px) {
  .page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn {
    font-size: 13px;
    padding: 18px 40px;
  }
}
@media (min-width: 1660px) {
  .page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section .cbtn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 60px;
  }
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section #wrap-neighborhood-title, .page-id-2565 #wrap-neighborhood-collection .wrap-neighborhood-section #wrap-neighborhood-title, .page-id-2609 #wrap-neighborhood-collection .wrap-neighborhood-section #wrap-neighborhood-title, .postid-2448 #wrap-neighborhood-collection .wrap-neighborhood-section #wrap-neighborhood-title {
  display: none;
}
.wrap-neighborhood-list .wrap-neighborhood-item .wrap-community-image {
  position: relative;
}
.wrap-neighborhood-list .wrap-neighborhood-item .wrap-community-image::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.wrap-neighborhood-list .wrap-neighborhood-item .wrap-community-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.6s;
  width: 100%;
  z-index: 2;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list {
  display: flex;
  flex-wrap: wrap;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(1) {
  order: 11 !important;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(2) {
  order: 9;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(3) {
  order: 6;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(4) {
  order: 8;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(5) {
  order: 1;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(6) {
  order: 4;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(7) {
  order: 7;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(8) {
  order: 10;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(9) {
  order: 5;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(10) {
  order: 3;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(11) {
  order: 2;
}
.page-id-2443 #wrap-neighborhood-collection .wrap-neighborhood-section .wrap-neighborhood-list .wrap-neighborhood-item:nth-of-type(12) {
  order: 7;
}
@media screen and (min-width: 1600px) {
  .wrap-neighborhood-list .wrap-neighborhood-item .wrap-neighborhood-description h2 {
    font-size: 0.775rem;
  }
}
.flex-wrap-contact .flex-wrap-contact-form {
  background-color: #121212;
}

.wp-call-button {
    display: none;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* transform: scale(0.8); */
    background: #090a09 !important;
    color: white !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 10px 0 0 0 !important;
    text-decoration: none !important;
    bottom: 0;
}


footer#footer {
	margin-bottom:50px;
}	
footer#footer .finfos li h3:before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    border: solid 1px #4c4c4c;
    border-radius: 50%;
    position: absolute;
    left: -43px;
    top: -8px;
    background-image: url(../images/ficons.png);
}
.footer-img-wrap {
	text-align:center;
	padding:0px 0px 10px 0px;
}
.footer-img-1 { max-width:300px; display:inline-block; }
.footer-img-2 { display:inline-block;  }
@media screen and (max-width: 1000px) {
	.footer-img-1 { width:100%; max-width:100%; }	
	.footer-img-1 img { max-width:300px !important; }
	.footer-img-2 { width:100%; max-width:100%; }
}

.ib-property-detail.ib-pdmodal .ib-pcontent .ib-btn-request {
	bottom:65px;
}

.ib-temp-modal-infobox {
	bottom:115px !important;
}


#neighborhood-list {
  background-color: #fff;
  color: #000;
  padding-bottom:40px;
  max-width: 1755px !important;
}
#neighborhood-list p, #neighborhood-list br  {
		height:0 !important;
		display:none;
}
#neighborhood-list .titles h2 {
	text-align:center;
	 font-family: "Vanitas Black";
	
}
#neighborhood-list h3 {
	color:#000;
	padding:16px;
	font-size:16px;
}
@media (max-width: 767px) {
  #neighborhood-list .titles h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

/*
#neighborhood-list .items li:last-child {
  text-align: center;
}
#neighborhood-list .items li:last-child h2 {
  text-transform: uppercase;
}
#neighborhood-list .items li:last-child i {
  font-family: "Times New Roman", serif;
  display: block;
  margin-bottom: 20px;
}
#neighborhood-list .items li:last-child .cbtn {
  border: solid 1px #fff;
}
#neighborhood-list .items li:last-child a:hover .cbtn {
  background-color: #d0c651;
  color: #000;
}*/
 #neighborhood-list li {
  }
 #neighborhood-list li a {
	 margin:0 10px;
	 border: 1px solid #e5e5e5;
	 font-family: "Vanitas Black";
	 color:#000;
	 margin-bottom:16px;
 }
#neighborhood-list .thumb {
  display: block;
  position: relative;
}
#neighborhood-list .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#neighborhood-list .thumb img {
  width: 100%;
  display: block;
}
#neighborhood-list .thumb h3 {
  z-index: 15;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#neighborhood-list .thumb:hover:after {
  opacity: 0.2;
}
#neighborhood-list .thumb:hover h3 {
  top: 49%;
}
@media (max-width: 767px) {
  #neighborhood-list {
    padding: 30px;
  }
  #neighborhood-list .items li {
    margin-bottom: 15px;
  }
  /*
  #neighborhood-list .items li:last-child {
    padding: 10px 0 0px 0;
  }
  #neighborhood-list .items li:last-child h2 {
    font-size: 18px;
    display: none;
  }
  #neighborhood-list .items li:last-child i {
    display: none;
  }*/
  #neighborhood-list .thumb h3 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #neighborhood-list .titles {
    line-height: 1;
    padding: 60px 0 40px;
  }
  #neighborhood-list .items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  /*
  #neighborhood-list .items li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
  }
  #neighborhood-list .items li:last-child .cbtn {
    padding: 12px 28px;
    font-size: 11px;
  }
  #neighborhood-list .thumb {
    border: solid 1px #000;
  }*/
}
@media (max-width: 1023px) and (min-width: 768px) {
  #neighborhood-list .items li {
    width: 50%;
  }/*
  #neighborhood-list .items li:last-child h2 {
    font-size: 18px;
  }*/
}
@media (min-width: 1024px) {
  #neighborhood-list .items li {
    width: 33%;
  }
  /*
  #neighborhood-list .items li:last-child {
    width: 25%;
  }
  #neighborhood-list .items li:last-child h2 {
    font-size: 18px;
  }*/
  #neighborhood-list .thumb img {
    min-height: 200px;
  }
}
@media (min-width: 1330px) {
	/*
  #neighborhood-list .items li:last-child h2 {
    font-size: 30px;
  }
  #neighborhood-list .items li:last-child i {
    margin-bottom: 31px;
  }
  #neighborhood-list .items li:last-child .cbtn {
    padding: 15px 28px;
    font-size: 10px;
  }
  */
}
@media (min-width: 1660px) {
  #neighborhood-list .titles h2 {
    font-size: 46px;
  }
}

.neighborhood-text {
	margin:0 auto;
	padding-bottom:40px;
}
.neighborhood-text h3 {
	font-size:24px;
	font-weight:800;
	padding-bottom:24px;
}
.neighborhood-text h4 {
	font-size:18px;padding-left:10px;padding-right:10px;
}
.neighborhood-text p {
	padding:12px;
	font-size:16px;
}
.neighborhood-text ul {
	padding-left:30px;
}
.neighborhood-text ul, .neighborhood-text li {
	list-style-type: circle;
}

@media (max-width: 1023px) {
	.neighborhood-text {
		margin-top:30px;
	}
}

.single-flex-container {
	display:flex;
	flex-flow: column;
}
.neighborhood-text {
	order:1;
}
.neighborhood-search-container {
	order:0;	 		
}



/* Home optin box */
.home-quote .row .type-container select { 
	background-color:#fff !important;
}
.home-quote .row .price-container select { 
	background-color:#fff !important;
}
.home-quote {
	padding: 26px 16px 26px;
	background-color: #222;
	margin: 0 auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	max-width: 860px;
	position: relative;
	z-index:2;
	top:-100px;
}


.home-quote .top-row {
	padding-bottom: 20px
}

.home-quote h4 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 15px
}

.home-quote h4:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #fff
}

.home-quote .row {
	display: block;
	text-align: center
}
.home-quote .row input {
	border-radius:5px;
}

.home-quote .row input,
.home-quote .row select {
	height: 45px;
	font-size: 14px
}

.home-quote .row label {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0
}

.home-quote .row .name-container {
	display: inline-block;
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
	vertical-align: top
}

.home-quote .row .name-container input {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	padding-left: 43px;
	-webkit-border-radius: 20px 6px 6px;
	-moz-border-radius: 20px 6px 6px;
	border-radius: 20px 6px 6px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAYElEQVQ4jWNkQAIvTk36D2NLmOWhyOGTZ0SWgEmiixGURxaAsXEZgk0exGbCpRAXwCpPSBMhANLPAmW8oMQgsCGM//7pk2vAfyamF1TxDhMDFcCoIYPZEEZK0wkDAwMDABTpRQn6Kb48AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 15px center
}

.home-quote .row .phone-container {
	display: inline-block;
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
	vertical-align: top
}

.home-quote .row .phone-container input {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	padding-left: 43px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPlZMxSAMxFIZz18GtFEEUxNXBSRDs4uSggoKLW3UWRVxd3MTF8TYnxw6uCgpOKirVQcSOxTr1QAeRglSw9fuT9tRqJf3h68vL5X+XvuQC04XiQpQnzMAR3MKhdwHMI4Q7SNkJp/ewOfDRInw3S1WvHVSuo3TQMA8Me91MonuvHWCWsd0slb0KDIyvlwlj8GwnvnTS7SlMEM5cZqow6t3E+CpSAzdcZrXPzkr+pxCaVX7nXGJqsKfBjwJsMQNDzTQRcwuEHZdZ5Xm7/Su2BywYJqzAEqRhkgXnTze74Ue9pjdvQQakU5jn+YuSAHPrerYWSHq4DDmYhh6QijCL+dGlrkBM7Hfpv7qEHGZdqETqwYUbdpSOaxum2s2SCqjyX3oDfXVZjJugQr8UVArRIJ1U5VfQjdNtO4DjVCMs9WXX6ow7yJhPRe1cFBmJEfAAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 15px center
}

.home-quote .row .email-container {
	display: inline-block;
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
	vertical-align: top
}

.home-quote .row .email-container input {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	padding-left: 43px;
	-webkit-border-radius: 6px 20px 6px 6px;
	-moz-border-radius: 6px 20px 6px 6px;
	border-radius: 6px 20px 6px 6px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAACXBIWXMAAA7DAAAOwwHHb6hkAAABPklEQVQokaWSv0oDQRDGZzbnKxhPK2uxvQQfQASJVoKVpajFGQ57C20EOfQaLawEK8sQ8A/YCEEPWx9BL31KL7vOd2TDcRfIQabY3Zlv9rezO8v9ODI0ozkYmOlXm3Td9YLvqhuTOFxhct5kOa8QMIYOFDsv/V64WhWAfCYK4GeQBc/vAMRzztM0EHQAkF/3/IcxpAT6iJoTARKHjjzk27jKJ0HQmvYl2v2Jr9fyWuZLHHoeUILA3IbflUe6qTE/WxBm+PJ6l5lesBIk+Yw2pV2HRtN5jbiTxFdHmOUKofTxpFhhCQKAtPt+SKYlJ17Ixj0mdcZa77qefwofwCJoDJFP17KAJe+4Z6820LRcb7ZfrT8JZH/slgBuhzrdXmwEXzTFRhXfaW12lOL3rBIAzF+6UQVgKxoBHvOVzGBE/03PoEg0gVWgAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 15px center
}

.home-quote .row .type-container {
	display: inline-block;
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
	vertical-align: top;
	padding-left: 5px
}

.home-quote .row .type-container input,
.home-quote .row .type-container select {
	width: 100%;
	-webkit-border-radius: 6px 6px 6px 20px;
	-moz-border-radius: 6px 6px 6px 20px;
	border-radius: 6px 6px 6px 20px;
	padding-left: 43px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFeSURBVDhPzZOxLgRRFIZnRanYhGILrVIikahsUKiRaCRUopMNDyC8gBAKEQWdqBRKEhEqkVAoSYgtFAoPoPB9s3cn7M7I7CaS/ZMv586Zuf8999w7UcerEGKm3m93xgnH0A2TpZHKA7kexm9gVAPkXxx0xY8ZYuIy4RRK0Af3Iad5MUTph1iphkwqwhbDXXDiNpyAMrdeGzaryVAzwgGswBeswSvcwAYo36XqlyFmQ4QLmIVPWIJeqFerJkJMVWKImc0/h2F4gjmYgp/VWKHbLUN8CEHuKlZsiJmTbL6Nv4NV2INpaJQLW+0C+K06Cx5RgYHbqVdh86/gEJJVM2RLZmAeFk2gTSt0RZtvVTY/j5nym0t4BA9OjVmhLzwMTa/NtqFB8D5+JH8KxqOEdg3L/Cleq/SL3aB98FTlyMRfymNYdfVQwXMtla08hi3pXw09fk+6VXkfq7Vh5yuKvgHQK1uk8ObxOAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 15px center
}

.home-quote .row .price-container {
	display: inline-block;
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
	vertical-align: top;
	padding-left: 5px
}

.home-quote .row .price-container input,
.home-quote .row .price-container select {
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px ;
	padding-left: 43px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFDSURBVDhPhZPBTQNBDEVnEAUstxyhAsKFa5QKgAogDaCkgoQKEGkgUAF0QK7hEkrgFo5UkOT/HXvxMJ7wpC+vR9q/9tgbwwG+P+anCGuogc56l/dfPPc4kngImtjo4laESvjSHXQL9XkmfEJLVDZJ6S+1ihbQI2RNCHN+oKAwQjXXCJTyDM0k8o6WUMGxRMu5RMI2RvLcIgMo8Fqzl9rfrOZZe7XJeUYvEkkTY1ijinfIvRvFndpm9TSLMU4ltXBqI1TFmFFdSFTAlmhmL578QFxOxo7qQvKr0A0eLyBOTNEdy6gaKWLIyb2lk5aBxA5vjxpoLGkLzxDsNIvJFXckJtxqolVwd+waDFFltphea3Yhdcs7k+129/DXhNR+WlZ1BdFAW+LLE95ZSnOq4ycwZDWvKQsnMMlGbvlvavpi1SARwh7TNVfu3G6XxwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 15px center
}

.home-quote .submit-container {
	text-align: center;
	display: inline-block;
	width:calc(33% - 5px);
	padding-right: 5px
}

.home-quote .submit-container input[type=submit] {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto;
	-webkit-border-radius: 6px 6px 20px 6px;
	-moz-border-radius: 6px 6px 20px 6px;
	border-radius: 6px 6px 20px 6px;
	margin-left:5px;
	background-color:#d0c651;
}


@media only screen and (max-width:767px) {
	.home-quote .row input[type="text"],
	.home-quote .row input[type="submit"],
	.home-quote .row input[type="email"],
	.home-quote .row input[type="tel"],
	.home-quote .row select {
		width: 100% !important;
		-webkit-border-radius: 6px !important;
		-moz-border-radius: 6px !important;
		border-radius: 6px !important;
		margin: 8px 0
	}
	.home-quote .submit-container input[type=submit] {
		margin: 8px 0
	}
	.home-quote .row .name-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.home-quote .row .phone-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.home-quote .row .email-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.home-quote .row .price-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		padding-left:0;
	}
	.home-quote .row .type-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		padding-left:0;
	}
	.home-quote .submit-container {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.home-quote .top-row {
		padding-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.home-quote {
		padding: 25px;
		max-width: 75%;
		margin: 0 auto;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		margin-top: 0;
		top: 20px
	}
}


#header .ms-wrap-header {
	font-family:'Biondi Sans Custom',Object Sans Regular,Helvetica Light,Helvetica,sans-serif;
}
#header .ms-wrap-header .ms-middle-header .ms-item .wrap-menu #menu-main > ul > li a {
	font-size: .75rem;
}
.home h2 {
	font-family:'Vanitas Black',Object Sans Regular,Helvetica Light,Helvetica,sans-serif !important;	
}
.home-quote, #flex-bubble-search {
	font-family:'Biondi Sans Custom',Object Sans Regular,Helvetica Light,Helvetica,sans-serif;
}
.lp-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.image-carousel-component{
    color:#000000;
    --fontColor:#000000;
    --fontColor_H:0;
    --fontColor_S:0%;
    --fontColor_L:0%;
    --fontColor_A:1;
    --fontColor_darkenDir:1;
    --bgColor:#ffffff;
    --bgColor_H:0;
    --bgColor_S:0%;
    --bgColor_L:100%;
    --bgColor_A:1;
    --bgColor_darkenDir:-1;
    background-color:#ffffff;
}
.image-carousel-component .carousel-entity{
    height:105px;
    width:250px;
}
.image-carousel-component .section-title{
    text-align:center;
    padding:0;
    margin:0 0 40px 0;
}
@media(max-width: 768px){
    .image-carousel-component .section-title{
        margin:0 0 20px 0;
    }
}
.image-carousel-component .press-carousel-component{
    padding:80px 0;
}
@media(max-width: 786px){
    .image-carousel-component .press-carousel-component{
        padding:50px 0;
    }
}
.image-carousel-component .press-item-inner{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    height:100%;
    border-left:1.5px solid hsla(0,7%,78%,.35);
}
.image-carousel-component .carousel-slide:not(.slick-slide):first-child .press-item-inner{
    border-left:none;
}
.image-carousel-component .image-wrapper{
    height:100%;
    width:50%;
    background:no-repeat 50%;
    -webkit-background-size:contain;
    background-size:contain;
}
.image-carousel-component .slick-track{
    will-change:transform;
}
@media (-webkit-min-device-pixel-ratio: 1.5){
    .image-carousel-component .slick-track{
        image-rendering:-webkit-optimize-contrast;
    }
}

#lead-top {
	padding:40px 0;
}

#lead-top h2 {
	font-family:'Vanitas Black',Object Sans Regular,Helvetica Light,Helvetica,sans-serif !important;	
	font-size:42px;
	text-align:center;
}


.lead-container {
	max-width:90%;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-size: 18px;
	text-align: center;
}

.lead-container h2 {
	padding-bottom:20px;
}

#communities .thumb h3, #cities .thumb h3 {
	font-family:'Vanitas Black';
	line-height:1.25;
	font-size: 1.3rem;
	color: #fff;
	text-shadow: 0 3px 9px hsla(0,0%,4%,.8);
	letter-spacing:1px;
}

#luxury-condos .ms-wrap-slider .ms-item h3 a {
	font-family:'Vanitas Black';
	line-height:1.25;
	font-size: 1.3rem;	
	letter-spacing:1px;	
}

.wplogos {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
}
.wplogos img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/*********************************************************/
/*********************************************************/
.info-footer-bottom {
	 justify-content: space-between;
	 background: #000;
	 padding-top: 15px;
}
 .info-footer-bottom .links-images-footer {
	 width: 100%;
	 max-width: 1750px;
	 margin: 0 auto;
	 padding: 15px 10px;
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .links-images-footer {
		 padding: 45px 10px;
	}
}
 .info-footer-bottom .links-images-footer.pd {
	 padding: 10px;
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .links-images-footer.pd {
		 padding: 45px 10px;
	}
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .links-images-footer {
		 display: flex;
	}
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .links-images-footer > *.left-link {
		 width: 56%;
	}
	 .info-footer-bottom .links-images-footer > *.left-link.two-links {
		 width: 100%;
	}
	 .info-footer-bottom .links-images-footer > *.right-images {
		 width: 44%;
	}
}
 .info-footer-bottom .left-link {
	 width: 100%;
	 justify-content: center;
	 margin-bottom: 20px;
	 flex-wrap: wrap;
}
 @media (min-width: 640px) {
	 .info-footer-bottom .left-link {
		 display: flex;
	}
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .left-link {
		 margin-left: -10px;
		 margin-bottom: 0;
	}
}
 .info-footer-bottom .left-link.two-links {
	 display: flex;
}
 .info-footer-bottom .left-link.two-links > * {
	 width: 50%;
}
 @media (min-width: 768px) {
	 .info-footer-bottom .left-link.two-links > * {
		 width: 33.33%;
		 margin-bottom: 35px;
	}
}
 @media (min-width: 960px) {
	 .info-footer-bottom .left-link.two-links > * {
		 width: 16.66%;
	}
}
 .info-footer-bottom .left-link > * {
	 padding: 0 10px;
}
 @media (min-width: 640px) {
	 .info-footer-bottom .left-link > * {
		 width: 33.33%;
	}
}
 .info-footer-bottom .right-images {
	 margin-top: 30px;
}
 @media (min-width: 550px) {
	 .info-footer-bottom .right-images {
		 display: flex;
	}
}
 @media (min-width: 1024px) {
	 .info-footer-bottom .right-images {
		 align-items: center;
		 padding-left: 10%;
		 margin-top: 0;
	}
}
 .info-footer-bottom .right-images div {
	 padding: 0 15px;
	 text-align: center;
	 margin-top: -5px;
	 margin-bottom: 15px;
}
 @media (min-width: 768px) {
	 .info-footer-bottom .right-images div {
		 width: 33.33%;
		 margin-bottom: 0px;
	}
}
 .info-footer-bottom .right-images div:last-child {
	 padding-right: 0;
}
 .info-footer-bottom .right-images div img {
	 max-width: 100%;
	 height: auto;
}
 .info-footer-bottom .link-footer {
	 padding-left: 30px;
	 position: relative;
	 text-align: center;
}
 @media (min-width: 768px) {
	 .info-footer-bottom .link-footer {
		 text-align: left;
	}
}
 .info-footer-bottom .link-footer:before {
	 content: "";
	 display: block;
	 font-size: 16px;
	 color: #fff;
	 margin-right: 5px;
}
 @media (max-width: 768px) {
	 .info-footer-bottom .link-footer:before {
		 border-top: 1px solid #fff f;
		 padding-top: 6px;
		 margin-top: 15px;
		 margin-bottom: 15px;
		 border-bottom: 1px solid #fff;
		 padding-bottom: 5px;
		 text-align: center;
	}
}
 @media (min-width: 768px) {
	 .info-footer-bottom .link-footer:before {
		 left: -7px;
		 font-size: 13px;
		 transform: rotate(90deg);
		 top: 17px;
		 text-align: left;
		 position: absolute;
	}
}
.info-footer-bottom .mobile-only {
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.info-footer-bottom .desktop-only {
		display:none;
	}
.info-footer-bottom .links-images-footer > .left-link.cities-footer {
	width:100%;
}
 @media (min-width: 768px) { 
	 .info-footer-bottom .link-footer.national-link:before {
		 content: "National Communities";
		 left: -48px;
		 top: 58px;
	}
	.info-footer-bottom .link-footer.florida-link:before {
		 content: "Florida Communities";
		 left: -46px;
		 top: 55px;
	}
	.info-footer-bottom .link-footer.miami-link:before {
		 content: "Miami Communities";
		 left: -46px;
		 top: 55px;
	}
	.info-footer-bottom .link-footer.broward-link:before {
		 content: "Broward Communities";
		 left: -50px;
		 top: 60px;
	}
	.info-footer-bottom .link-footer.palm-link:before {
		 content: "Palm Beach Communities";
		 left: -64px;
		 top: 70px;
	}
	.info-footer-bottom .link-footer.monroe-link:before {
		 content: "Monroe Communities";
		 left: -46px;
		 top: 55px;
	}	
	.info-footer-bottom .mobile-only {
		display:none;
	}
	.info-footer-bottom .desktop-only {
		display:inline-block;
	}
}

 .info-footer-bottom .mobile-right {
	 float:right;
	 width:calc(50% - 20px) !important;	
 }
 .info-footer-bottom .mobile-left { 
	float:left; 
	 width:calc(50% - 20px) !important;		
 }
 .info-footer-bottom .mobile-left > div {
	 display:inline-block;
 }
  .info-footer-bottom .mobile-right > div {
	 display:inline-block;
 }
 @media (max-width: 768px) { 
	 .info-footer-bottom .left-link.two-links {
		 display:block;
	 }
	 .info-footer-bottom .mobile-right {
		 float:right;
		 width:calc(50% - 20px);
	 }
	 .info-footer-bottom .mobile-left { 
		float:left; 
		 width:calc(50% - 20px);		
	 }
	 .info-footer-bottom .link-footer {
		padding-left:0; 
	 }	 
	 .info-footer-bottom .mobile-right .link-footer {
		padding-bottom:40px; 
	 }
	 .info-footer-bottom .no-space::before {
		 border:none;
		 margin:0;
		 padding:0;
	 }
 }
  @media (max-width: 768px) {  
	 .info-footer-bottom .mobile-left > div {
		 display:inline-block;
		 width:100%;
	 }
	  .info-footer-bottom .mobile-right > div {
		 display:inline-block;
		 width:100%;
	 }
  }
  @media (min-width: 768px) { 
	  .info-footer-bottom .mobile-left > div {
		  vertical-align:top;
		 width:32%;
	 }
	  .info-footer-bottom .mobile-right > div {
		 width:32%;
		 vertical-align:top;
	 } 
  }

	 
 .info-footer-bottom .link-footer.search-link:before {
	 content: "Search";
}
 .info-footer-bottom .link-footer.about-link:before {
	 content: "About";
	 top: 15px;
}
 .info-footer-bottom .link-footer.info-link:before {
	 content: "Info";
	 top: 7px;
}
 .info-footer-bottom .link-footer.company-link:before {
	 content: "Company";
	 top: 26px;
	 left:14px;
}
  @media (min-width: 768px) { 
	  .info-footer-bottom .company-link {
		  padding-left:60px;
	  }
  }

 .info-footer-bottom .link-footer li a {
	 display: block;
	 font-size: 13px;
	 color: #fff;
	 text-transform: capitalize;
	 margin-bottom: 12px;
	 transform: all 0.3s ease;
}
 .info-footer-bottom .link-footer li a:hover {
	 color: rgba(255, 255, 255, .8);
}
 @media (min-width: 1280px) {
	 .info-footer-bottom .link-footer li a {
		 font-size: 16px;
	}
}
 .info-footer-bottom .link-footer li:last-child a {
	 margin-bottom: 0;
}
#new-developments {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	position:relative;
	padding-top:30px;
}
#new-developments .titles {
	margin-bottom:20px;
}
#new-developments .carousel-container {
	height:auto;
	width:100%;
	position:relative;
	margin:0 auto;
}
#new-developments .carousel-container .carousel-slide {
	text-align:center;
	padding:5px;
}
#new-developments .carousel-container .carousel-slide img {
	max-height:100%;
	height:auto;
	max-width:100%;
	width:100%;
	display:inline-block;
}

#new-developments .slide-text {
	text-align:center;
	font-family:"Vanitas Black";
	height:30px;
}
#new-developments .slick-track {
    margin:auto;
}

#new-developments .gs-wrapper-arrows {
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width:100%;
	left:0;
	right:0;

}

#new-developments .gs-wrapper-arrows .gs-prev-arrow {
    left: -45px;
	background-color: transparent;
	border: 0;
	color: #333;
	opacity: 1;
	position: relative;
	text-indent: -999999px;
	transition: all 0.3s;
	width: 45px;
	margin-top:-15px;
}

#new-developments .gs-wrapper-arrows .gs-next-arrow {
    right: -45px;
	background-color: transparent;
	border: 0;
	color: #333;
	opacity: 1;
	position: relative;
	text-indent: -999999px;
	transition: all 0.3s;
	width: 45px;
	margin-top:-15px;
}
@media (max-width: 980px) {
	#new-developments .gs-wrapper-arrows .gs-prev-arrow {
		left:-40px;
		margin-top:-20px;
	}
	#new-developments .gs-wrapper-arrows .gs-next-arrow {
		right:-40px;
		margin-top:-20px;		
	}	
}
@media (max-width: 750px) {
	#new-developments .gs-wrapper-arrows .gs-prev-arrow {
		left:-35px;
		margin-top:-20px;
	}
	#new-developments .gs-wrapper-arrows .gs-next-arrow {
		right:-35px;
		margin-top:-20px;		
	}
	
}
#new-developments .gs-wrapper-arrows .gs-prev-arrow::before {
    transform: rotate(90deg);
}
#new-developments .gs-wrapper-arrows .gs-next-arrow::before {
    transform: rotate(-90deg);
}
#new-developments .gs-wrapper-arrows .gs-prev-arrow::before {
	color: #333;
    align-items: center;
    background-image: none;
    bottom: 0;
    content: "\e902";
    display: flex;
    font-family: 'idx-icons';
    font-size: 40px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
}
#new-developments .gs-wrapper-arrows .gs-next-arrow::before {
	color: #333;
    align-items: center;
    background-image: none;
    bottom: 0;
    content: "\e902";
    display: flex;
    font-family: 'idx-icons';
    font-size: 40px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
}

#menu-item-5703, .menu-item-5703 {
	display:none !important;
}
#modal_login .modal_cm .close-modal {
	display:none;
}
.ib-paggo span {
	text-indent:-9999px;
}

.page-id-5732 #header, .page-id-5732 #footer {
	display:none;
}

.page-id-5732 {
	padding-top:0 !important;
}

.page-id-5732 .ib-form-buyandsell {
	min-height:100vh;
}
.page-id-5732 .ib-fsitem.ib-fsitem-active {
	background: rgba(0,0,0,0.7);
	padding:40px;
}

.page-id-5732 .ib-fstitle {
    font-size: 38px;
	font-weight:400;
	margin-bottom:0.5em !important;
}	
.page-id-5732 .ib-fssubtitle {
    color: #ffff00;
    font-family: "Lato",serif;
    font-size: 26px;
    font-weight: 300;
	text-align:center;
	margin-bottom:1em;
}
.page-id-5732 .ib-fsifsubmit {
	background: #eddb34;
	height: 50px;
	font-size: 18px;
	border-left: 1px solid #000;
	color:#000;
	border-radius:0;
}

.page-id-5732 .ib-fsifind .ib-fsinput {
	height:50px;
	font-size:20px;
	border-radius:0;
}

.building-description {
	padding-top:10px;
	padding-bottom:10px;
}
.building-description p {
	padding-bottom:14px;
}
.city-top-text {
	padding:12px 8px;
}
 @media (max-width: 768px) { 
	.city-top-text {
		font-size:13px;
	}
}

body.ms-hidden-ovf {
	overflow-y:visible !important;
}
.wpautoterms-footer {
	display:none !important;
}
.city-top-text { 
	display:none;
}
.neighborhood-text h3 {
	text-align:left !important;
	padding:12px;
}

.neighborhood-text {
	padding-top:30px;
	font-size:16px;
	color:#fff;
	width: 93%;
	margin: 0 auto;	
	padding-left:35px;
	padding-right:35px;
}

.neighborhood-text-container {
	width:100%;
	background-color:#000;	
}
 @media (max-width: 990px) {
	 #flex_idx_search_filter {
		 height:auto !important;
	 }
	 #flex_idx_search_filter .ib-wmap {
		 height:calc(100vh - 140px) !important;
	 }
 }
