.header-top {
  border-bottom: 3px solid #eaeaea;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background: rgba(255,255,255,.9);
  height: 180px;
}
@media screen and (max-width: 768px) {
  .header-top {
    height: 160px;
  }
}
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block;
      width: 90px;
      height: 60px;
    }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    height: 400px;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

  .property_details {
    /* margin-top: 50px;
    background: #eee;*/
    padding: 1em;
    line-height: 1.5em;
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: 300;
  font-family: Gotham-Book,Helvetica,sans-serif;
}

.checked, .price span {
  color: #ffffff; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }
    .prop-meta {
        padding-left: 0;
        list-style: none;
        height: 22px;
        white-space: inherit;
        overflow: hidden;
    }

    .prop-meta>li {
        display: none;
        font-weight: 400;
        margin-right: 24px;
        font-size: 14px
    }

    .prop-meta>li:nth-of-type(-n+5) {
        display: inline-block
    }

    .prop-meta>li:nth-last-of-type(1), .prop-meta>li:nth-of-type(5) {
        margin-right: 0
    }

    .prop-meta span {
        color: #222;
        font-weight: 700;
        margin-right: 2px
    }
.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

            /* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container_img {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .column {
    float: left;
    width: 50%;
    padding: 10px;

  }
  .column img {
    height: 180px;
  }
  .sticky-sidebar-wrapper {
      position: relative !important;
  }
  .ldp-primary-leadform-wrapper .lead-form-primary {
    width: 100% !important;
  }
}

@media (min-width: 767px) {

  .sticky-sidebar-wrapper {
      position: relative !important;
  }
  .ldp-primary-leadform-wrapper .lead-form-primary {
    width: 100% !important;
  }
  .container {
    width: 746px;
  }

}
@media only screen and (min-width: 996px) {
  #property-listings .property-listing img {
      max-width: 180px;
  }
  .carousel-inner .item img, .carousel-inner .item a img {
    line-height: 1;
    width: 880px;
    height: 500px;
  }
  .container {
    width: 992px;
  }
  #property-listings .property-listing {
    padding: 5px!important;
  }
  #property-listings .property-listing a {
      margin: 0;
  }
  #property-listings .property-listing .media-body {
      padding: 10px;
  }
}
/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
  #property-listings .property-listing {
      padding: 5px!important;
  }
  #property-listings .property-listing a {
      margin: 0;
  }
  #property-listings .property-listing .media-body {
      padding: 10px;
  }
}
@media (min-width: 1024px) {

  .ldp-primary-leadform-wrapper .lead-form-primary {
    width: 300px !important;
  }

}
@media (min-width: 1280px) {
  .container {
      width: 1176px;
  }
  .flickity-viewport {
    height: 600px !important;

  }
  .visible-lg-inline {
    display: inline !important;
}
.input_search_width {
  width: 100px !important;
}
.input_search_sector_width {
  width: 240px !important;
}
}

.product-description ul {
  padding-left: 25px;
}
.menu-link {
  margin-top: inherit;
  margin-bottom: inherit;
}
/* @media only screen and (max-width: 991px) {
  .menu-link {
      margin-bottom: 8px;
      margin-top: 8px;
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .submenu-link {
      position:relative;
      background-color: #8c7b4f;
      border-radius: 4px;
      width:	300px;
      left:50%;
      margin-left:-150px;
      color: black;
      text-align:center;
      margin-top: 0px;
      margin-bottom:4px;
  }
} */
/**** LAYOUT ****/
.list-inline>li {
  padding: 0 10px 0 0;
}
.container-pad {
  padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
  background-color: #fff!important;
}
.box-shad {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
  border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
  font-size: .9em;
}
.fnt-lighter {
  color: #bbb;
}

/* Padding - Margins */
.pad-10 {
  padding: 10px!important;
}
.mrg-0 {
  margin: 0!important;
}
.btm-mrg-10 {
  margin-bottom: 10px!important;
}
.btm-mrg-20 {
  margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
  color: #535353;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.bg-blue {background:#031f9a ;color:#fff !important;}
.padding-tb-10 {padding:10px 0px 10px 0px;}
/* input[type="text"], input[type="password"],  input[type="email"] {
  width: 100%;
  padding: 22px 10px;
  border: 1px solid red ;
  outline: none;
  font-size: 1em;
  margin-bottom: 1.2%;
  color: #000;
  font-family: 'Roboto', sans-serif;
} */

.select-box {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #febf00;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.text-blue {
  color: #0099cc !important;
}

.navbrand-logo {
transform: translateX(-50%);
left: 50%;
/* position: absolute; */
}

/* DEMO example styles for logo image */
.navbrand-logo {
padding: 0px;
}
.navbrand-logo>img {
height: 100%;
width: auto;
padding: 7px 14px;
}


.sticky-sidebar-wrapper {
  top: 0;
  bottom: 0;
  /* right: 0; */
  position: absolute;
  height: 100%;
}
.sticky-sidebar-wrapper .ldp-primary-leadform-wrapper {
  margin-top: 0;
}
.ldp-hero-photo-section {
  position: relative;
  height: 420px;
}
.ldp-hero-photo-section, .ldp-primary-leadform-wrapper {
  height: 500px;
}

.ldp-hero-photo-section .ldp-hero-photo-wrap, .ldp-hero-photo-section .ldp-hero-no-photo-wrap {
  background: #484848;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 0;
}
.ldp-hero-carousel-wrap {
  height: 100%;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback, .ldp-hero-carousel-wrap .owl-carousel {
  height: 100%;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.ldp-hero-carousel-wrap .owl-stage, .ldp-hero-carousel-wrap .owl-stage-outer, .ldp-hero-carousel-wrap .owl-carousel, .ldp-hero-carousel-wrap .owl-item {
  height: 100%;
}
.owl-carousel .owl-stage {
  position: relative;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item, .ldp-hero-carousel-wrap .owl-carousel .owl-item {
  overflow: hidden;
  position: relative;
  background-color: #484848;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ldp-hero-carousel-wrap .owl-stage, .ldp-hero-carousel-wrap .owl-stage-outer, .ldp-hero-carousel-wrap .owl-carousel, .ldp-hero-carousel-wrap .owl-item {
  height: 100%;
}
.ldp-hero-photo-section .hero-photo-controls .ldp-vt-label {
  float: right;
}
.margin-right-sm {
  margin-right: 5px;
}
.label-outline-none {
  border-color: transparent;
}
.pull-right {
  float: right !important;
}
.label .ra {
  line-height: 1.3;
}
.icon-space-right-sm {
  margin-right: 3px;
}
.owl-carousel .owl-item {
  overflow: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item .background-item, .ldp-hero-carousel-wrap .owl-carousel .owl-item .background-item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  background-size: contain;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item .background-item img, .ldp-hero-carousel-wrap .owl-carousel .owl-item .background-item img {
  min-width: 105%;
  min-height: 105%;
  opacity: 0.8;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item.active, .ldp-hero-carousel-wrap .owl-carousel .owl-item.active {
  min-width: 960px;
  cursor: pointer;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item.active+.active, .ldp-hero-carousel-wrap .owl-carousel .owl-item.active+.active {
  max-width: 300px;
  min-width: 300px;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback .owl-item img, .ldp-hero-carousel-wrap .owl-carousel .owl-item img {
  position: absolute;
  vertical-align: middle;
  max-width: 100%;
  min-width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ldp-hero-carousel-wrap .fsgallery-ad {
  width: 960px;
  z-index: 1;
  overflow-y: hidden;
}

.st-view-2, .st-view-3, .hide {
  display: none;
}
.hide {
  display: none;
}
.fsgallery-ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
}
.hide {
  display: none !important;
}
.fsgallery-ad .fsgallery-ad-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ldp-hero-carousel-wrap .photo-gallery-navigation {
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.photo-control {
  position: absolute;
  z-index: 1;
}
.photo-gallery-navigation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery-arrows.arrow-left {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.gallery-arrows {
  background: rgba(51,51,51,0.75);
  position: absolute;
  padding: 20px 20px 20px 15px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  top: 50%;
  margin-top: -32px;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-arrows .ra {
  font-size: 25px;
  color: #fff;
}
.ra {
  display: inline-block;
  font: normal normal normal 14px/1 rdcfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: inherit;
  vertical-align: middle;
}
.gallery-arrows.arrow-right {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.gallery-arrows {
  background: rgba(51,51,51,0.75);
  position: absolute;
  padding: 20px 20px 20px 15px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  top: 50%;
  margin-top: -32px;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ldp-hero-carousel-wrap .ldp-gallery-main-fallback, .ldp-hero-carousel-wrap .owl-carousel {
  height: 100%;
}
.ldp-hero-carousel-wrap .ldp-carousel-seconditem-bg {
  height: 100%;
  width: 300px;
  background-color: rgba(0,0,0,0.8);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.ldp-hero-photo-section .ldp-map-container {
  max-width: 960px;
}
.ldp-map-container {
  position: relative;
  top: 5px;
  color: #333;
}
.st-view-2, .st-view-3, .hide {
  display: none;
}
.hide {
  display: none;
}
.ldp-map-container {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  display: block;
  clear: both;
  position: relative;
  z-index: 2;
  top: 0;
}
.ldp-map-container .btn-map-directions {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 11px 15px;
  font-size: 14px;
  background: white;
  line-height: 14px;
  font-weight: 400;
  color: #333;
  height: 36px;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-map-directions {
  position: absolute;
  top: 10px;
  right: 170px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0,0,0,0.298039) 0px 1px 4px -1px;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 1em;
  white-space: nowrap;
  color: #000;
  padding: 10px 8px;
  text-decoration: none;
}
.btn-map-directions .ra {
  font-size: 12px;
  vertical-align: top;
}
.icon-space-right-sm {
  margin-right: 3px;
}
.ra {
  display: inline-block;
  font: normal normal normal 14px/1 rdcfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: inherit;
  vertical-align: middle;
}
.ldp-hero-photo-section .offset-bottom {
  margin-bottom: 30px;
}
.ldp-hero-photo-section .hero-photo-controls {
  width: 100%;
  bottom: 15px;
  left: 0px;
  padding: 0 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 5;
  max-width: 960px;
}
.label-cta {
  padding: 7px 0px;
}
.label-outline-none {
  border-color: transparent;
}
.label-dark-transparent {
  background-color: rgba(0,0,0,0.8);
  border-color: rgba(0,0,0,0.8);
}
.label {
  border: 1px solid transparent;
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 0;
  font-weight: normal;
}

.padding-all-sm {
  padding: 5px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.ldp-hero-photo-section .hero-photo-controls {
  width: 100%;
  bottom: 15px;
  left: 0px;
  padding: 0 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 5;
  max-width: 960px;
}

.photo-control.control-bottom {
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.photo-control {
  position: absolute;
  z-index: 1;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
  display: block;
}
.ldp-primary-leadform-wrapper {
  margin-top: -420px;
  min-height: 420px;
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}
.label-wrap-location {

  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  vertical-align: text-bottom;
  font-size: 0;
}
.label-blue {
  background-color: #0099cc;
    border-color: #0099cc;
    display: inline-block;
    font-size: 13px;
    padding: 3px 4px;
    font-weight: normal;
}
.ldp-primary-leadform-content {
  display: table-cell;
  vertical-align: middle;
}
.ldp-primary-leadform-content .lead-form-primary {
  margin: 5px auto;
  background-color: #E0E0E0;
}
.ldp-primary-leadform-wrapper .lead-form-primary {
  width: 310px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.29);
}

.lead-form-primary.form-sm {
  padding: 16px;
  font-size: 14px;
}

.lead-form-primary {
  padding: 8px 16px;
  position: relative;
}
.lead-form-primary.form-sm {
  padding: 16px;
  font-size: 14px;
}
.lead-form-primary.form-sm h3 {
  font-size: 2em;
  margin-bottom: 0px;
}
.font-semibold {
  font-weight: 400;
}
.text-center {
  text-align: center;
}
form {
  display: block;
  margin-top: 0em;
}
.lead-form-primary.form-sm .form-group.form-group-min:not(.no-margin) {
  margin: 7px 0;
}
.lead-form-primary.form-sm .form-group-min:not(.no-margin) {
  margin: 9px 0;
}
.lead-form-primary.form-sm .form-group:not(.no-margin) {
  margin: 12px 0;
}
.lead-form-primary .form-group-addon-short {
  position: relative;
}
.no-margin {
  margin: 0;
}
.lead-form-primary.form-sm .form-group:not(.no-margin) {
  margin: 12px 0;
}

.no-show {
  display: none;
}
/* input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
} */
.lead-form-primary .lead-form-submit {
  margin: 8px 0;
  border-radius: 4px;
}
/* button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
} */
.margin-bottom {
  margin-bottom: 10px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #d92228;
  border-color: #d92228;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lead-form-primary .rcm-text {
  max-height: 60px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}
.font-size-xsmall {
  font-size: 10px;
}
.padding-top-sm {
  padding-top: 5px;
}
.no-show {
  display: none;
}
.lead-form-primary.form-sm .form-control.message {
  resize: none;
  height: 168px;
}
.lead-form-primary .form-group-addon-short .form-icon {
  font-size: 13px;
  border-color: #c4c4c4;
  color: #000;
  top: 8px;
  left: 8px;
  position: absolute;
}
.main-footer{
  background: #152F4F;
  color:#aeb1b3;
}
.main-footer .links ul {list-style-type: none;}
.main-footer .links li a, .main-footer .about-company a{
      color: #aeb1b3;
      transition: color .2s;
}
.main-footer .links li a hover{
        text-decoration:none;
        color:#4180CB;
}

.main-footer .about-company i{font-size: 25px;}
.main-footer .about-company h2, .main-footer .links h2, .main-footer .contacts h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
  font-family: Gotham-Book,Helvetica,sans-serif;
}

.main-footer .location i{font-size: 18px;}

.main-footer .copyright p{border-top:1px solid rgba(255,255,255,.1);}
.pb-5, .py-5 {
  padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
  padding-top: 3rem!important;
}
.mt-5, .my-5 {
  margin-top: 3rem!important;
}
.p-0 {
  padding: 0!important;
}
.m-0 {
  margin: 0!important;
}
.mr-3, .mx-3 {
  margin-right: 1rem!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}


/* NavBar */

#nav-bloc {
  margin-top: 22px;
}

.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	font-size: 25px;
	font-weight: bold;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.navbar-brand img{
	width: auto;
	max-height: 125px;
	margin: -30px 5px 0 0;
}
.navbar-brand{
	padding: 15px 15px;
}
.navbar .nav{
	padding-top: 42px;
	float:right;
}
.nav > li{
	float: left;
	margin-top: 4px;
	font-size: 16px;
}
.nav > li > a {
  font-size: 1.3em;
}
.nav > li a:hover{
	background:transparent;
}
.navbar-toggle{
	margin: 12px;
  border: 0px;
  margin-top: 40px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 36px;
}
.navbar-collapse.in {
overflow-y: visible;
float: left;
width: 100%;
}
.navbar-1 {
  float: right;
  margin-top: 13px;
}
.site-navigation:first-child {
  float: right;
}
.site-navigation:nth-child(2) {
  float: right;
}
.site-navigation:nth-child(2) a {
  color: #ccc;
  font-size: 85%;
  padding-right: 0px;
}

.site-navigation .nav > .active{
  color: #333;
}

.label-green {
  background-color: #57bb10;
  border-color: #57bb10;
  font-weight: normal;
}

/* buscador con imagen */
.hero.j-hero-carousel-front {
  height: 500px;
  position: relative;
  font-size: 16px;
}
.hero-img.j-hero-carousel-front-rf {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #bbb;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-img.j-hero-carousel-front-rf img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero.hero-searchbox.j-hero-carousel-front .container.j-hero-carousel-front {
  z-index: 1;
}
.hero.hero-con-ads.j-hero-carousel-front .container.j-hero-carousel-front {
  top: 43%;
}
.hero.j-hero-carousel-front .container.j-hero-carousel-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.headline-group.search-title-slogan {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
}
.headline-group.search-title-slogan .headline-primary.search-title-slogan {
  font-size: 3.5em;
}
.headline-group.search-title-slogan .headline-primary.search-title-slogan {
  font-size: 3.5em;
}
.headline-group.search-title-slogan .headline-subhead.search-title-slogan {
  font-size: 1.25em;
  max-width: 70%;
  margin: 0.5em auto 1.5em;
}
.headline-group.search-title-slogan {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
}
.home-search-wrapper.j-search-box-box {
  max-width: 680px;
  margin: 20px auto 0;
  position: relative;
}
.home-nav.j-search-box-box {
  font-size: 0;
  margin-bottom: 25px;
}
.home-nav.j-search-box-box ul.j-search-box-box {
  padding: 0 45px;
  text-align: center;
}
.home-nav.j-search-box-box ul.j-search-box-box {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.home-nav-item.jsx-3544287847 {
  font-size: 16px;
  display: inline-block;
  height: 30px;
  margin-right: 40px;
}
.search-wrapper.j-search-box-frm > div {
  display: inline-block;
}
.search-wrapper-lg.j-search-box-frm > div {
  margin-right: 100px;
  display: block;
}
.search-wrapper.j-search-box-frm {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.search-wrapper-lg.j-search-box-frm {
  display: block;
}
.search-wrapper.j-search-box-frm label {
  margin-bottom: 0;
}
.search-wrapper-lg.j-search-box-frm label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rdc-form-hidden {
  display: none;
}
.rdc-input-wrapper {
  display: block;
  margin-bottom: 1em;
  position: relative;
  background: #fff;
}
.search-wrapper.j-search-box-frm input:placeholder-shown {
  padding: 8px 12px;
}
.search-wrapper-lg.j-search-box-frm input:placeholder-shown {
  padding: 0 24px;
}
.search-wrapper.j-search-box-frm input {
  width: 240px;
  height: 32px;
  padding: 8px 28px 8px 12px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 400;
}
.search-wrapper-lg.j-search-box-frm input {
  width: 100%;
  padding: 0 40px 0 24px;
  height: 55px;
  font-size: 18px;
}
.rdc-input, .rdc-input-error {
  display: block;
  position: relative;
  padding: .75rem;
  background: transparent;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  color: #333;
  -webkit-appearance: none;
  border-radius: 4px;
  z-index: 1;
}
.search-wrapper.j-search-box-frm .search-btn {
  position: relative;
  width: 40px;
  padding: 4px 12px 5px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  background-color: #d92228;
  outline: 0;
}
.search-wrapper-lg.j-search-box-frm .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  width: auto;
  min-width: 52px;
  font-weight: 400;
}
.rdc-btn {
  font-weight: 700;
  padding: .75em 1.5em;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #333;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.rdc-btn-brand {
  background-color: #e94b35;
  border-color: #e94b35;
  color: #fff;
}

.search-wrapper-lg.j-search-box-frm .search-btn .search-text-desktop.j-search-box-frm {
  font-size: 18px;
  padding: 14px 22px;
  height: 55px;
  display: inline-block;
}
.search-wrapper-lg.j-search-box-frm .search-btn .search-text-mobile.j-search-box-frm {
  font-size: 22px;
  padding: 17px 15px;
  display: none;
}

.ra {
  display: inline-block;
  font: normal normal normal 14px/1 rdcfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0);
  line-height: inherit;
  vertical-align: middle;
}
.top-bar ul {
  list-style: none;
  margin: 0 10px;
  padding: 5px;
}
#top-header-menu li {
  display: inline;
  padding: 10px;
}
#top-header-social li {
  display: inline;
  padding: 10px;
}

.title-mtb {
  margin-top: 20px;
  margin-bottom: 20px;
}
#top-header-social .right {
  float: right;
}

.top-bar {
  background: #949494;
  line-height: 40px;
  height: 45px;
}
.top-bar a {
color: #fff;
}

.top-bar #social {
text-align: right;
}

/* Mobile adjustments */

@media (max-width: 768px)
{
  .custom-bullet {
    font-size: 2rem;
  }
  .navbar-brand{
    padding: 7px 15px;
  }
  .navbar-brand img {
    max-height: 110px;
    margin: -25px 5px 0 0;
  }
  .top-bar ul {
    list-style: none;
    margin: 0px 0px;
    padding: 3px;
}
.single-slider img {
  height: 280px !important;
}
    .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .navbar-collapse{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important;
    }
    .bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .a-block{
        text-align: center;
    }
    .hero.j-hero-carousel-front {
      max-height: 400px;
    }

    /* .component_ab-property-list {
      white-space: nowrap;
      overflow-x: scroll;
    } */
    .ab-list-view .ab-srp-body.srp-no-rr .component_property-card {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 16px;
      /* width: 78%; */
    }

    .headline-group.search-title-slogan {
          text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
          color: #fff;
          text-align: center;
    }
    .headline-group.search-title-slogan {
        text-align: left;
    }
    .headline-group.search-title-slogan .headline-subhead.main.search-title-slogan {
      display: none;
    }

  .headline-group.search-title-slogan .headline-primary.search-title-slogan {
    font-size: 2.3em;
    max-width: 81%;
    line-height: 1.2;
  }
  .home-search-wrapper.j-search-box-box {
    max-width: 500px;
    margin: 20px 0 0;
  }
  .search-wrapper-lg.j-search-box-frm .search-btn .search-text-mobile.j-search-box-frm {
    display: inline-block;
  }
  .search-wrapper-lg.j-search-box-frm .search-btn .search-text-desktop.j-search-box-frm {
    display: none;
  }
  .search-wrapper-lg.j-search-box-frm input, .search-wrapper-lg.j-search-box-frm input:placeholder-shown {
    padding: 0 34px 0 16px;
    width: 330px;
  }
  .search-wrapper-lg.j-search-box-frm > div {
    margin-right: 52px;
  }
  .carousel-cell {
    width: 100%; /* full width */
    height: 290px; /* height of carousel */
    margin-right: 10px;
  }
}
/*
.flickity-enabled:focus .flickity-viewport {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.flickity-viewport {
  height: 600px !important;

}*/

.property_desc {
  overflow: auto;
}
.property_desc li {
  background-color: rgba(46, 152, 218, 0.2);
  border-radius: 5px;
  display: inline-block;
  height: 32px;
  padding: 5px 14px;
  margin-right: .8em;
  margin-bottom: .6em;
  margin-top: .6em;
  line-height: 22px;
  font-size: 1.2em;
}
.price-color-blue {
  color: #0d83dd;
}

.text-footer-color {
 color: #cac7c7e0;
}

.calculator {
  background: #152F4F;
    color: #aeb1b3;
}
.full-width {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  background-color: #d5ebf7;
}

.formulario {
  padding: 20px;
    background-color: #ebedef;
}
.formulario h3 {
  margin-top: 5px;
}
.formulario input {
  width: 85%;
}
.pagination .current{
    color: white;
    background-color: #0d83dd;
}



.article-body p {
  font-size: 1.3em;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #d92228 !important;
  border: 1px solid #d92228 !important;
  color: #fff !important;
  font-size: 1em !important;
  padding: 6px 12px !important;
}

.open-btn {
  background-color: #0d83dd;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0 0;
  padding: 9px 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

.single-slider {
  width:auto;
}

.single-slider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}
.single-slider li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor:pointer;
}
.single-slider img {
  display: block;
  height: 525px;
  max-width: 100%;
  margin: 0 auto;
}

.rectshape {
  overflow: hidden;
  margin: 5px;
}
.rectshape > img {
  margin-top: -50px;
}

/* SINGLE PROPERTY VIEW */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel,
.carousel-inner {
  height: 100%;
}

.carousel-item img {
  object-position: center;
  overflow: hidden;
  height:100%;
}
@media (min-width: 992px) {
  .carousel,
  .carousel-inner {
    max-height: 85vh;
  }

  .carousel-item img {
    object-position: center;
    overflow: hidden;
    max-height:85vh;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #b4adad;
  border-radius: 50px;
  padding: 20px;
}

.custom-box {
  background-color: lavender;
  height: 150px;
}
.custom-box p {
  font-size: 1.5rem;
  transform: translateY(50%);
}
.custom-bullet {
  font-size: 1.6rem;
}
.custom-bullet li {
  margin-bottom: 15px;
}
.text-justify {
  text-align: justify;
}
.c-text-bullet li {
  font-size: 1.3em;
}
.fancy-header {
  font-size: 28px;
  font-weight: 600;
  background-image: linear-gradient(to left, #2876be, #3caeef);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.highlight-box {
  padding-left: 1rem;
  padding-right: 1rem;
  border: 3px solid #6d6e73;
  border-radius: 15px;
}
.img-container {
  text-align: center;
}
.img-container img {
  width: 90%;
  border-radius: 2rem;
}

#navbarMain .navbar-nav li > a:hover {
   color: #0099cc;
}

#navbarMain .navbar-nav li.active {
  color: #0099cc;
}
