@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
/*theme*/
/* line 15, ../../scss/agent-websites/component.scss */
.btn {
  background: #5c5c5c;
  padding: 1rem 1.5rem;
  line-height: 25px;
}

/* line 21, ../../scss/agent-websites/component.scss */
.btn a:hover {
  text-decoration: none;
}

/*P4*/
/*.section {
    .wrapper-title {
        width: 100%;
        margin: 50px auto;
        text-align: center;


        h2 {
            font-family: $font_family;
            color: $color;
            text-align: center;
            text-transform: uppercase;
            font-size: 36px;
            display: inline-block;
            margin: 0px;
            font-weight: bold;
            border-bottom: 1px solid #767676;
        }
    }

    .carousel-wrapper {
        .item {
            color: #fff;
        }

        .arrow {
            color: #fff;
        }
    }
}*/
/*P1*/
/*.section {
    .wrapper-title {
        width: 80%;
        margin: 50px auto;
        text-align: center;

        .title {
            display: flex;
            align-items: center;

            &:after, &:before {
                position: relative;
                background: #6b6b6b;
                height: 1px;
                content: '';
                z-index: 1;
                flex: auto;
            }


            h2 {
                font-family: $font_family;
                color: $color;
                text-align: center;
                text-transform: uppercase;
                font-size: 36px;
                display: inline-block;
                margin: 0px;
                padding: 0 20px;
                font-weight: normal;
            }
        }
    }

    .carousel-wrapper {
        .item {
            color: #5c5c5c;

            .property-info {
                .truncate{
                    color:#6e4563;
                }
                .price-info {
                    color: #333;
                }
            }
        }

        .arrow {
            color: #5c5c5c;
        }
    }
}*/
/*P2*/
/*.section {
    .wrapper-title {
        width: 100%;
        margin: 50px auto;
        text-align: center;


        h2 {
            font-family: $font_family;
            color: $color;
            text-align: center;
            text-transform: uppercase;
            font-size: 36px;
            display: inline-block;
            margin: 0px;
            font-weight: bold;
        }
    }

    .carousel-wrapper {
        .item {
            color: #5c5c5c;

            .property-info {
                .truncate {
                    color: #6e4563;
                }
            }
        }

        .arrow {
            color: #5c5c5c;
        }
    }
}*/
/*P3*/
/*.section-main .m-row-home {
    padding: 36px 0 75px;
}

.section {
    .wrapper-title {
        width: 100%;
        margin: 50px auto;
        text-align: center;

        .title {
            display: flex;
            align-items: center;

            &:after, &:before {
                position: relative;
                background: #5c5c5c;
                height: 1px;
                content: '';
                z-index: 1;
                flex: auto;
            }


            h2 {
                font-family: $font_family;
                color: $color;
                text-align: center;
                text-transform: uppercase;
                font-size: 36px;
                display: inline-block;
                margin: 0px;
                padding: 0 20px;
                letter-spacing: 0px;
                font-weight: bold;
            }
        }
    }

    .carousel-wrapper {
        .item {
            color: #5c5c5c;

            .property-info {
                .truncate {
                    color: #6e4563;
                }
                .price-info {
                    color: #333;
                }
            }
        }

        .arrow {
            color: #5c5c5c;
        }
    }
}*/
/*Components*/
/* line 215, ../../scss/agent-websites/component.scss */
.mobile-expand-link {
  display: none;
}

/* line 219, ../../scss/agent-websites/component.scss */
.carousel-wrapper {
  position: relative;
}
/* line 223, ../../scss/agent-websites/component.scss */
.carousel-wrapper.dark-arrows .arrow {
  color: #9e9e9e;
}
/* line 228, ../../scss/agent-websites/component.scss */
.carousel-wrapper .arrow {
  position: absolute;
  top: 125px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
/* line 237, ../../scss/agent-websites/component.scss */
.carousel-wrapper .arrow.prev {
  left: -40px;
}
/* line 241, ../../scss/agent-websites/component.scss */
.carousel-wrapper .arrow.next {
  right: -42px;
}
@media (max-width: 1023px) {
  /* line 219, ../../scss/agent-websites/component.scss */
  .carousel-wrapper {
    padding: 0 30px;
  }
  /* line 250, ../../scss/agent-websites/component.scss */
  .carousel-wrapper .arrow.prev {
    left: -5px;
  }
  /* line 254, ../../scss/agent-websites/component.scss */
  .carousel-wrapper .arrow.next {
    right: 5px;
  }
}

/* line 261, ../../scss/agent-websites/component.scss */
.carousel {
  display: none;
}
/* line 264, ../../scss/agent-websites/component.scss */
.carousel .item {
  float: none;
  max-width: 364px;
  margin: 0 10px;
  font-family: "Source Sans Pro";
  padding: 15px 0px;
}
/* line 276, ../../scss/agent-websites/component.scss */
.carousel .item:first-child {
  margin-left: auto;
}
/* line 280, ../../scss/agent-websites/component.scss */
.carousel .item:last-child {
  margin-right: auto;
}
/* line 284, ../../scss/agent-websites/component.scss */
.carousel .item img {
  width: 273px;
  height: 273px;
  margin: 0 auto 15px auto;
}
/* line 290, ../../scss/agent-websites/component.scss */
.carousel .item .property-info {
  font-size: 20px;
  max-width: 70vw;
  margin-top: 15px;
}
/* line 295, ../../scss/agent-websites/component.scss */
.carousel .item .property-info .truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
/* line 303, ../../scss/agent-websites/component.scss */
.carousel .item .property-info .price-info {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 29px;
  line-height: 22px;
}
/* line 312, ../../scss/agent-websites/component.scss */
.carousel .item .property-info .price-info small {
  font-size: 45%;
}
/* line 317, ../../scss/agent-websites/component.scss */
.carousel .item .property-info .aditional-info {
  font-size: 16px;
  line-height: 22px;
  float: left;
  text-align: left;
  width: 100%;
    text-align: center;
}
/* line 327, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item {
  cursor: pointer;
}
/* line 330, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item .wrapper-image {
  position: relative;
  margin-top: 3px;
  width: 273px;
  height: 273px;
}
/* line 336, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item .wrapper-image .img-hover {
  text-decoration: none;
  top: 22px;
  left: 20px;
  position: absolute;
  z-index: 10;
  width: calc(100% - 40px);
  border-radius: 100%;
  height: calc(100% - 40px);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4), inset 0 0 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  text-align: center;
  padding-top: calc(50% - 59px);
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
/* line 357, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item .wrapper-image .img-hover .fa {
  font-size: 35px;
}
/* line 361, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item .wrapper-image .img-hover span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
/* line 371, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item .wrapper-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 0;
  transition: 0.22s box-shadow ease;
  -webkit-transition: 0.22s box-shadow ease;
  -moz-transition: 0.22s box-shadow ease;
  -ms-transition: 0.22s box-shadow ease;
}
/* line 389, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item:hover .img-hover {
  box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.4), inset 0 0 0 0 transparent;
}
/* line 392, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item:hover .img-hover span {
  opacity: 1;
  visibility: visible;
}
/* line 398, ../../scss/agent-websites/component.scss */
.carousel.carousel-rounded .item:hover img {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.12);
}
/* line 407, ../../scss/agent-websites/component.scss */
.carousel .item {
  float: none;
  margin: 0 auto;
  display: inline-block;
  margin-right: 15px;
}

/* line 420, ../../scss/agent-websites/component.scss */
.section-about-us .wrapper-title {
  padding: 0 15px;
}
/* line 423, ../../scss/agent-websites/component.scss */
.section-about-us .wrapper-title h2 {
  margin: 0;
  text-transform: uppercase;
}
/* line 428, ../../scss/agent-websites/component.scss */
.section-about-us .wrapper-title .pre-title {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Source Sans Pro";
  margin-top: 100px;
  font-weight: 300;
  letter-spacing: 2px;
  display: none;
}
/* line 441, ../../scss/agent-websites/component.scss */
.section-about-us .about-content {
  text-align: left !important;
  padding: 0 35px;
  max-width: 1170px;
  margin: 0 auto;
}
/* line 451, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-title h2 {
  margin-bottom: 85px;
}
/* line 455, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-title .pre-title {
  display: none;
}
/* line 462, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content {
  overflow: hidden;
  *zoom: 1;
}
/* line 466, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content .about-text {
  display: block;
}
/* line 470, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content .about-image {
  display: block;
}
/* line 476, ../../scss/agent-websites/component.scss */
/*.section-about-us.section-type2, .section-about-us.section-type3 {
  background-image: url(../../images/platinum-banner-2.jpg);
  background-size: cover;
}*/
/* line 482, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .wrapper-title .title:after, .section-about-us.section-type1 .wrapper-title .title:before,
.section-about-us.section-type2 .wrapper-title .title:after, .section-about-us.section-type2 .wrapper-title .title:before,
.section-about-us.section-type3 .wrapper-title .title:after, .section-about-us.section-type3 .wrapper-title .title:before {
    background-color: transparent;
}
/* line 487, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .wrapper-title h2, .section-about-us.section-type2 .wrapper-title h2, .section-about-us.section-type3 .wrapper-title h2 {
    background: none;
    border-bottom: none;
    color: #fff;
}
/* line 493, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .wrapper-title .pre-title, .section-about-us.section-type2 .wrapper-title .pre-title, .section-about-us.section-type3 .wrapper-title .pre-title {
    display: block;
    color: #fff;
    margin: 0px;
}
/* line 501, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 h2, .section-about-us.section-type1 p, .section-about-us.section-type1 a, .section-about-us.section-type1 .pre-title,
.section-about-us.section-type2 h2, .section-about-us.section-type2 p, .section-about-us.section-type2 a, .section-about-us.section-type2 .pre-title,
.section-about-us.section-type3 h2, .section-about-us.section-type3 p, .section-about-us.section-type3 a, .section-about-us.section-type3 .pre-title {
    color: #fff;
    text-align: center;
}
/* line 507, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content .about-text, .section-about-us.section-type2 .about-content .about-text, .section-about-us.section-type3 .about-content .about-text {
    display: block;
}
/* line 510, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content .about-text p, .section-about-us.section-type2 .about-content .about-text p, .section-about-us.section-type3 .about-content .about-text p {
  text-align: left;
}
/* line 515, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 .about-content .about-image, .section-about-us.section-type2 .about-content .about-image, .section-about-us.section-type3 .about-content .about-image {
  display: none;
}
/* line 521, ../../scss/agent-websites/component.scss */
.section-about-us.section-type1 {
    background-image: url(../../images/about-type3.jpg);
}
.section-about-us.section-type2 {
    background-image: url(../../images/about-type3.jpg);
}
.section-about-us.section-type3 {
    background-image: url(../../images/about-type3.jpg);
}
/* line 526, ../../scss/agent-websites/component.scss */
.section-about-us.section-type3 .wrapper-title .title:after, .section-about-us.section-type3 .wrapper-title .title:before {
  background-color: #fff;
}
@media screen and (min-width: 950px) {
  /* line 535, ../../scss/agent-websites/component.scss */
  .section-about-us.section-type1 .about-content {
    display: flex;
  }
  /* line 539, ../../scss/agent-websites/component.scss */
  .section-about-us.section-type1 .about-content > div {
    flex: 1;
    padding: 0 20px;
  }
}
@media screen and (max-width: 950px) {
  /* line 551, ../../scss/agent-websites/component.scss */
  .section-about-us.section-type1 .about-content {
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 555, ../../scss/agent-websites/component.scss */
  .section-about-us.section-type1 .about-content .about.text, .section-about-us.section-type1 .about-content .about.image {
    flex: 1;
  }
}
/* line 563, ../../scss/agent-websites/component.scss */
.section-about-us img {
  width: 100%;
}

/* line 568, ../../scss/agent-websites/component.scss */
.property-wrapper {
  margin: 0px 48px;
}

/* line 577, ../../scss/agent-websites/component.scss */
.section-video .container {
  overflow: hidden;
  *zoom: 1;
  padding: 0 15px;
}
/* line 583, ../../scss/agent-websites/component.scss */
.section-video .property-video {
  position: relative;
  width: 674px;
  height: 359px;
  margin-right: 20px;
  float: left;
}
/* line 590, ../../scss/agent-websites/component.scss */
.section-video .property-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 599, ../../scss/agent-websites/component.scss */
.section-video .property-info {
  float: left;
  width: calc(100% - 674px - 20px);
  text-align: left;
  color: #333;
  padding-left: 20px;
}
/* line 607, ../../scss/agent-websites/component.scss */
.section-video .property-info h3 {
  color: #000000;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 32px;
  margin-top: 0;
  text-align: left;
}
/* line 616, ../../scss/agent-websites/component.scss */
.section-video .property-info .general-info {
  font-size: 20px;
  font-family: "Source Sans Pro";
}
/* line 621, ../../scss/agent-websites/component.scss */
.section-video .property-info .btn {
  color: #fff;
}
/* line 625, ../../scss/agent-websites/component.scss */
.section-video .property-info .price {
  font-family: "Source Sans Pro";
  font-size: 35px;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  margin: 60px 0;
}
@media screen and (min-width: 1280px) {
  /* line 638, ../../scss/agent-websites/component.scss */
  .section-video .property-info .btn {
    padding: 1rem 90px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 647, ../../scss/agent-websites/component.scss */
  .section-video .property-info .btn {
    padding: 1rem 50px;
  }
}
@media screen and (max-width: 1110px) {
  /* line 658, ../../scss/agent-websites/component.scss */
  .section-video .property-info {
    width: calc(100% - 63% - 20px);
    float: right;
  }
  /* line 660, ../../scss/agent-websites/component.scss */
  .section-video .property-info .btn {
    padding: 1rem 30px;
  }
  /* line 667, ../../scss/agent-websites/component.scss */
  .section-video .property-video {
    float: left;
    width: 63%;
  }
}
@media (max-width: 1023px) {
  /* line 676, ../../scss/agent-websites/component.scss */
  .section-video .container {
    width: 100%;
    max-width: 1170px;
  }
  /* line 681, ../../scss/agent-websites/component.scss */
  .section-video .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 686, ../../scss/agent-websites/component.scss */
  .section-video div[class^="col-"] {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 691, ../../scss/agent-websites/component.scss */
  .section-video div[class^="col-"]:last-child {
    margin-bottom: 0;
  }
  /* line 695, ../../scss/agent-websites/component.scss */
  .section-video .property-info {
    margin-top: 20px;
  }
  /* line 704, ../../scss/agent-websites/component.scss */
  .section-video .carousel-wrapper {
    padding: 0 30px;
  }
  /* line 708, ../../scss/agent-websites/component.scss */
  .section-video .carousel-wrapper .arrow.prev {
    left: 5px;
  }
  /* line 712, ../../scss/agent-websites/component.scss */
  .section-video .carousel-wrapper .arrow.next {
    right: 5px;
  }
  /* line 719, ../../scss/agent-websites/component.scss */
  .section-video .carousel .item {
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  /* line 729, ../../scss/agent-websites/component.scss */
  .section-video .property-video {
    float: none;
    width: 100%;
  }
  /* line 734, ../../scss/agent-websites/component.scss */
  .section-video .property-info {
    text-align: center;
    float: none;
    width: 90%;
    margin-top: 20px;
  }
  /* line 740, ../../scss/agent-websites/component.scss */
  .section-video .property-info h3 {
    text-align: center;
  }
  /* line 744, ../../scss/agent-websites/component.scss */
  .section-video .property-info .price {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1110px) {
  /* line 751, ../../scss/agent-websites/component.scss */
  .section-video .container {
    width: 900px;
  }
  /* line 755, ../../scss/agent-websites/component.scss */
  .section-video .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1111px) and (max-width: 1199px) {
  /* line 761, ../../scss/agent-websites/component.scss */
  .section-video .container {
    width: 996px;
  }
}

/* line 773, ../../scss/agent-websites/component.scss */
.section-listings {
  padding: 10px;
  width: 100%;
  background: url("../../images/home/agent-website-demo/bg-listings.jpg");
  background-repeat: no-repeat;
}
/* line 781, ../../scss/agent-websites/component.scss */
.section-listings .container {
  margin: 0 auto;
  clear: both;
}
/* line 788, ../../scss/agent-websites/component.scss */
.section-listings .item .item-wrapper-image > a {
  position: relative;
  width: 364px;
  height: 273px;
  display: block;
}
/* line 794, ../../scss/agent-websites/component.scss */
.section-listings .item .item-wrapper-image > a .item-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 808, ../../scss/agent-websites/component.scss */
.section-listings .wrapper-title h2 {
  color: #fff;
  border: none;
}
/* line 814, ../../scss/agent-websites/component.scss */
.section-listings .wrapper-title .carousel-wrapper .item {
  color: #fff;
}
/* line 820, ../../scss/agent-websites/component.scss */
.section-listings.section-type1, .section-listings.section-type2, .section-listings.section-type3 {
  background: none;
}
/* line 825, ../../scss/agent-websites/component.scss */
.section-listings.section-type1 .wrapper-title h2, .section-listings.section-type2 .wrapper-title h2, .section-listings.section-type3 .wrapper-title h2 {
  color: #5c5c5c;
  border-color: #1a1b1e;
  background: #fff;
}
/* line 833, ../../scss/agent-websites/component.scss */
.section-listings.section-type2 {
  background: #f2f2f2;
}
/* line 837, ../../scss/agent-websites/component.scss */
.section-listings.section-type2 .wrapper-title:not(.underline-title):before {
  background: none;
}
/* line 841, ../../scss/agent-websites/component.scss */
.section-listings.section-type2 .wrapper-title h2 {
  background: #f5f5f5;
}
/* line 848, ../../scss/agent-websites/component.scss */
.section-listings.section-type3 .wrapper-title {
  width: 100%;
}
/* line 851, ../../scss/agent-websites/component.scss */
.section-listings.section-type3 .wrapper-title h2 {
  font-weight: bold;
}
/* line 856, ../../scss/agent-websites/component.scss */
.section-listings.section-type3 .arrow {
  color: #5c5c5c !important;
}
@media screen and (min-width: 591px) and (max-width: 700px) {
  /* line 864, ../../scss/agent-websites/component.scss */
  .section-listings .item .item-wrapper-image > a {
    position: relative;
    width: 360px !important;
    height: 240px !important;
  }
}
@media (max-width: 1023px) {
  /* line 874, ../../scss/agent-websites/component.scss */
  .section-listings .container {
    width: 100%;
    max-width: 1170px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  /* line 884, ../../scss/agent-websites/component.scss */
  .section-listings .col-25.white-arrow {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1110px) {
  /* line 890, ../../scss/agent-websites/component.scss */
  .section-listings .container {
    width: 900px;
  }
  /* line 894, ../../scss/agent-websites/component.scss */
  .section-listings .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1111px) and (max-width: 1199px) {
  /* line 900, ../../scss/agent-websites/component.scss */
  .section-listings .container {
    width: 996px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  /* line 906, ../../scss/agent-websites/component.scss */
  .section-listings .container {
    width: 1020px;
  }
  /* line 910, ../../scss/agent-websites/component.scss */
  .section-listings .btn {
    padding: 0 70px;
  }
}
@media screen and (max-width: 320px) {
  /* line 918, ../../scss/agent-websites/component.scss */
  .section-listings .item .item-wrapper-image > a {
    width: 240px;
    height: 260px;
  }
}

/* line 930, ../../scss/agent-websites/component.scss */
.section-download-app {
  min-height: 400px;
  background-image: url("../../images/home/agent-website-demo/bg-gradient.jpg");
  background-repeat: repeat-x;
  /*@media screen and (max-width: 1279) {
      &.section-type2 {
          .download-image {
              display: none;
          }
      }
  }*/
}
/* line 936, ../../scss/agent-websites/component.scss */
.section-download-app .container {
  overflow: hidden;
  *zoom: 1;
}
/* line 940, ../../scss/agent-websites/component.scss */
.section-download-app .download-info {
  float: left;
  margin: 0px 20px 0 0;
  width: 550px;
}
/* line 946, ../../scss/agent-websites/component.scss */
.section-download-app .download-info p {
  text-align: justify;
}
/* line 953, ../../scss/agent-websites/component.scss */
.section-download-app .download-image {
  float: right;
  width: 525px;
  height: 489px;
  background: url(../../images/home/agent-website-demo/download-mobile.png) 0px 0px;
  background-size: contain;
  left: 13px;
  position: relative;
}
/* line 962, ../../scss/agent-websites/component.scss */
.section-download-app .download-image img {
  width: 100%;
}
/* line 967, ../../scss/agent-websites/component.scss */
.section-download-app .btn {
  margin-top: 70px;
}
/* line 970, ../../scss/agent-websites/component.scss */
.section-download-app .btn:hover {
  color: #fff;
}
/* line 975, ../../scss/agent-websites/component.scss */
.section-download-app .wrapper-title {
  width: 100%;
}
/* line 978, ../../scss/agent-websites/component.scss */
.section-download-app .wrapper-title .pre-title {
  display: none;
}
/* line 982, ../../scss/agent-websites/component.scss */
.section-download-app .wrapper-title h2 {
  position: relative;
  /*&:after {
      content: '';
      width: calc(100% - 80px);
      height: 1px;
      background-color: #5c5c5c;
      position: absolute;
      bottom: 0;
      left: 40px;
  }*/
}
/* line 997, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 {
  background-image: url(../../images/platinum-banner-1.jpg);
  min-height: 575px;
  background-size: cover;
  padding-top: 75px;
}
/* line 1005, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info {
  float: none;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 0px 35px;
}
/* line 1012, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-title {
  margin-top: 30px;
  margin-bottom: 40px;
}
/* line 1016, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-title .pre-title {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Source Sans Pro";
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
}
/* line 1028, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-title .title:after, .section-download-app.section-type1 .download-info .wrapper-title .title:before {
  background-color: transparent;
}
/* line 1033, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-title h2 {
  margin: 0;
  color: #fff;
}
/* line 1038, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-title h2:after {
  background-color: transparent;
}
/* line 1045, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-btn .btn {
  background: none;
  border: 1px solid #fff;
  width: 225px;
}
/* line 1050, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-info .wrapper-btn .btn:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
/* line 1057, ../../scss/agent-websites/component.scss */
.section-download-app.section-type1 .download-image {
  display: none;
}
/* line 1062, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 {
  color: #fff;
  background-image: url(../../images/home/bg-download-type2.jpg);
  background-image: #89587c;
}
/* line 1068, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .wrapper-title {
  margin: 30px 0;
}
/* line 1071, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .wrapper-title .pre-title {
  display: none;
}
/* line 1075, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .wrapper-title h2 {
  color: #fff;
  /*&:after {
      border: none;
      background-color: transparent;
  }*/
}
/* line 1084, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .download-image {
  width: 560px;
  height: 659px;
  float: right;
  background: url(../../images/home/agent-website-demo/download-mobile2.png) 0px 59px;
  background-repeat: no-repeat;
}
/* line 1093, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .wrapper-btn .btn {
  background: #fff;
  border: 1px solid #fff;
  color: #6e4563;
  margin-top: 50px;
}
/* line 1099, ../../scss/agent-websites/component.scss */
.section-download-app.section-type2 .wrapper-btn .btn:hover {
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
/* line 1108, ../../scss/agent-websites/component.scss */
.section-download-app.section-type3 h2 {
  border-bottom: 1px solid #767676;
}
@media (min-width: 1111px) and (max-width: 1279px) {
  /* line 1113, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .download-info {
    width: 27%;
  }
  /* line 1116, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .download-info p {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1110px) {
  /* line 1123, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .container {
    width: 900px;
  }
  /* line 1127, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .download-info {
    width: 100%;
    padding: 0 20px;
  }
  /* line 1131, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .download-info p {
    text-align: center;
  }
  /* line 1138, ../../scss/agent-websites/component.scss */
  .section-download-app.section-type3 .download-image {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1146, ../../scss/agent-websites/component.scss */
  .section-download-app .container {
    width: 100%;
    max-width: 1170px;
  }
  /* line 1153, ../../scss/agent-websites/component.scss */
  .section-download-app .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 1158, ../../scss/agent-websites/component.scss */
  .section-download-app div[class^="col-"] {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1163, ../../scss/agent-websites/component.scss */
  .section-download-app div[class^="col-"]:last-child {
    margin-bottom: 0;
  }
  /* line 1170, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info {
    width: 100%;
    padding: 0 20px;
  }
  /* line 1174, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info p {
    text-align: center;
  }
  /* line 1181, ../../scss/agent-websites/component.scss */
  .section-download-app .download-image {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1110px) {
  /* line 1188, ../../scss/agent-websites/component.scss */
  .section-download-app .container {
    width: 900px;
  }
  /* line 1192, ../../scss/agent-websites/component.scss */
  .section-download-app .download-image {
    display: block;
  }
  /* line 1197, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info p {
    text-align: center;
  }
}
@media (min-width: 1111px) and (max-width: 1199px) {
  /* line 1205, ../../scss/agent-websites/component.scss */
  .section-download-app .container {
    width: 996px;
  }
  /* line 1209, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info {
    width: 35%;
  }
  /* line 1212, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info p {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  /* line 1223, ../../scss/agent-websites/component.scss */
  .section-download-app .container {
    width: 1020px;
  }
  /* line 1228, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info {
    width: 42%;
  }
  /* line 1231, ../../scss/agent-websites/component.scss */
  .section-download-app .download-info p {
    text-align: center;
  }
}

/* line 1253, ../../scss/agent-websites/component.scss */
.section-main .section-communities .carousel-wrapper .item h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: lato;
  font-weight: normal;
  line-height: 20px;
}
/* line 1260, ../../scss/agent-websites/component.scss */
.section-main .section-communities .carousel-wrapper .item h3 a {
  color: rgb(103,0,56);
  text-decoration: none;
}

/* line 1269, ../../scss/agent-websites/component.scss */
.section-market-watch {
  width: 100%;
  height: auto !important;
  text-align: center;
  height: 484px;
  position: relative;
  width: 100%;
  float: none;
}
/* line 1278, ../../scss/agent-websites/component.scss */
.section-market-watch .container {
  margin: 0 auto;
}
/* line 1282, ../../scss/agent-websites/component.scss */
.section-market-watch .container .wrapper-title {
  padding: 0 15px;
}
/* line 1285, ../../scss/agent-websites/component.scss */
.section-market-watch .container .wrapper-title h2 {
  font-size: 36px;
  text-transform: uppercase;
}
/* line 1291, ../../scss/agent-websites/component.scss */
.section-market-watch .container .market-content {
  padding: 0 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1296, ../../scss/agent-websites/component.scss */
.section-market-watch .container .market-content > div {
  text-align: center;
  display: inline-block;
  padding: 20px 25px;
  width: 250px;
}
/* line 1302, ../../scss/agent-websites/component.scss */
.section-market-watch .container .market-content > div > a.text {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1200px) {
  /* line 1269, ../../scss/agent-websites/component.scss */
  .section-market-watch {
    min-height: 615px;
  }
  /* line 1318, ../../scss/agent-websites/component.scss */
  .section-market-watch .market-content {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  /* line 1269, ../../scss/agent-websites/component.scss */
  .section-market-watch {
    min-height: 950px;
  }
}
/* line 1328, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type1, .section-market-watch.section-type4 {
  background-image: url("../../images/home/agent-website-demo/market-watch.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1334, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type1 .wrapper-title h2, .section-market-watch.section-type4 .wrapper-title h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 1341, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type1 .wrapper-title p, .section-market-watch.section-type4 .wrapper-title p {
  color: #fff;
  font-weight: 300;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}
/* line 1354, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type1 .market-content > div > a.text, .section-market-watch.section-type4 .market-content > div > a.text {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 1364, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type2 .wrapper-title {
  overflow: hidden;
  *zoom: 1;
  max-height: 160px;
}
/* line 1368, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type2 .wrapper-title p {
  float: left;
  font-family: 'roboto';
  margin: 51px 0 96px 113px;
  color: #868686;
  font-weight: 100;
}
/* line 1376, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type2 .wrapper-title p, .section-market-watch.section-type2 .wrapper-title span {
  color: #222222;
}
/* line 1383, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type2 .market-content > div > a.text {
  color: #222;
  border-bottom: 1px solid #222;
}
@media (max-width: 1200px) {
  /* line 1392, ../../scss/agent-websites/component.scss */
  .section-market-watch.section-type2.section-type2 .wrapper-title {
    width: 100%;
  }
  /* line 1395, ../../scss/agent-websites/component.scss */
  .section-market-watch.section-type2.section-type2 .wrapper-title .title {
    float: none;
  }
  /* line 1399, ../../scss/agent-websites/component.scss */
  .section-market-watch.section-type2.section-type2 .wrapper-title .title h2 {
    float: none;
    display: block;
  }
  /* line 1403, ../../scss/agent-websites/component.scss */
  .section-market-watch.section-type2.section-type2 .wrapper-title .title h2:after {
    display: none;
  }
  /* line 1410, ../../scss/agent-websites/component.scss */
  .section-market-watch.section-type2.section-type2 .wrapper-title p {
    margin-top: 0;
    text-align: center;
    margin: 24px 0 54px 0px;
    width: 100%;
  }
}
/* line 1421, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 {
  background: #f2f2f2;
}
/* line 1422, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 a.text {
  color: #454545 !important;
  border-bottom: 1px solid #454545;
}
/* line 1426, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 a.text:hover {
  border: none;
}
/* line 1433, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 .wrapper-title h2 {
  color: #5c5c5c;
}
/* line 1437, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 .wrapper-title p {
  text-align: center;
}
/* line 1441, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type3 .white-arrow span {
  color: #5c5c5c;
}
/* line 1449, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type4 .wrapper-title .title:after, .section-market-watch.section-type4 .wrapper-title .title:before {
  background-color: #fff;
}
/* line 1453, ../../scss/agent-websites/component.scss */
.section-market-watch.section-type4 .wrapper-title .title h2 {
  border-bottom: none;
}

/* line 1462, ../../scss/agent-websites/component.scss */
.section-testimonials {
  /*.col {
      margin-bottom: 140px;
  }*/
}
/* line 1463, ../../scss/agent-websites/component.scss */
.section-testimonials .container {
  padding: 0 35px;
}
/* line 1465, ../../scss/agent-websites/component.scss */
.section-testimonials .container .btn {
  margin-top: 75px;
}
/* line 1470, ../../scss/agent-websites/component.scss */
.section-testimonials .col {
  margin-top: 100px;
  padding: 0 15px 0 15px;
}
/* line 1475, ../../scss/agent-websites/component.scss */
.section-testimonials h3 {
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
}
/* line 1483, ../../scss/agent-websites/component.scss */
.section-testimonials p {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 22px;
  color: #868686;
}
/* line 1490, ../../scss/agent-websites/component.scss */
.section-testimonials .signature {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 20px;
  color: #868686;
}
/* line 1503, ../../scss/agent-websites/component.scss */
.section-testimonials .row:last-child .col {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 1510, ../../scss/agent-websites/component.scss */
  .section-testimonials .container {
    padding: 0 15px;
    width: 100%;
    max-width: 1170px;
  }
  /* line 1516, ../../scss/agent-websites/component.scss */
  .section-testimonials .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 1521, ../../scss/agent-websites/component.scss */
  .section-testimonials .col {
    margin-bottom: 70px;
  }
  /* line 1525, ../../scss/agent-websites/component.scss */
  .section-testimonials h3 {
    font-size: 21px;
  }
  /* line 1530, ../../scss/agent-websites/component.scss */
  .section-testimonials p {
    font-size: 17px;
    margin: 25px 0;
  }
  /* line 1536, ../../scss/agent-websites/component.scss */
  .section-testimonials .signature {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  /* line 1545, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .arrow {
    top: 110px;
  }
  /* line 1550, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .item .wrapper-image {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1562, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .arrow {
    top: 110px;
  }
  /* line 1567, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .item .wrapper-image {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 494, ../scss/theme/_header.scss */
  /* line 1579, ../../scss/agent-websites/component.scss */
  .section-header .h-row-topnav > .topnav-bhhslogo {
    margin-left: 0.625em !important;
    width: 370px;
  }
}
@media screen and (max-width: 425px) {
  /* line 1587, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper {
            /*.arrow {
                top: 50px;
            }

            .item {
                img {
                    //height: 135px;
                }
            }*/
  }

  /* line 1600, ../../scss/agent-websites/component.scss */
  .section-header .h-row-topnav > .topnav-bhhslogo {
    width: 320px;
  }
}
@media screen and (max-width: 375px) {
  /* line 1607, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper {
            /*.arrow {
                top: 100px;
            }

            .item {
                img {
                    height: 240px;
                }
            }*/
  }

  /* line 1620, ../../scss/agent-websites/component.scss */
  .section-header .h-row-topnav > .topnav-bhhslogo {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1628, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .arrow {
    top: 80px;
  }
  /* line 1633, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .item .wrapper-image {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  /* line 1648, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .arrow {
    top: 80px;
  }
  /* line 1653, ../../scss/agent-websites/component.scss */
  .section-communities .carousel-wrapper .item .wrapper-image {
    width: 180px;
    height: 180px;
  }
}
/*Cabernet*/
/* line 1674, ../../scss/agent-websites/component.scss */
.cabernet .section-listings.subtype4 {
  background: url("../../images/home/agent-website-demo/bg-listings-cabernet.jpg");
}
/* line 1679, ../../scss/agent-websites/component.scss */
.cabernet .section-communities .carousel-wrapper .arrow {
  color: #5c5c5c;
}
/* line 1683, ../../scss/agent-websites/component.scss */
.cabernet .carousel-wrapper .arrow {
  color: #5c5c5c;
}
/* line 1687, ../../scss/agent-websites/component.scss */
.cabernet .section-market-watch.section-type1 a {
  color: #fff;
}

/* line 1696, ../../scss/agent-websites/component.scss */
.box {
  overflow: hidden;
  *zoom: 1;
}
/* line 1700, ../../scss/agent-websites/component.scss */
.box .box-inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
/* line 1706, ../../scss/agent-websites/component.scss */
.box .box-inner .box-content {
  display: flex;
  min-height: 300px;
}
/* line 1710, ../../scss/agent-websites/component.scss */
.box .box-inner .box-content .box-content-media {
  flex: 1;
  display: flex;
  padding: 0 15px;
}
/* line 1715, ../../scss/agent-websites/component.scss */
.box .box-inner .box-content .box-content-media > div {
  flex: 1;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  max-height: 300px;
}
/* line 1724, ../../scss/agent-websites/component.scss */
.box .box-inner .box-content .box-content-message {
  flex: 1;
  padding: 0 15px;
}

@media (min-width: 1024px) and (max-width: 1110px) {
  /* line 1736, ../../scss/agent-websites/component.scss */
  .box .box-inner {
    max-width: 900px;
  }
}
@media (min-width: 1111px) and (max-width: 1199px) {
  /* line 1745, ../../scss/agent-websites/component.scss */
  .box .box-inner {
    max-width: 996px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1759, ../../scss/agent-websites/component.scss */
  .box.box-media-right .box-inner .box-content {
    flex-direction: row-reverse;
  }
  /* line 1767, ../../scss/agent-websites/component.scss */
  .box.box-media-left .box-inner .box-content {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  /* line 1777, ../../scss/agent-websites/component.scss */
  .box {
    /*.box-inner {
        .box-content {
            .box-content-media {
                min-h
            }
        }
    }*/
  }
  /* line 1787, ../../scss/agent-websites/component.scss */
  .box.box-media-left .box-inner .box-content {
    flex-direction: column-reverse;
  }
  /* line 1795, ../../scss/agent-websites/component.scss */
  .box.box-media-right .box-inner .box-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1805, ../../scss/agent-websites/component.scss */
  .box .box-inner {
    max-width: 900px;
  }
}
/* line 1811, ../../scss/agent-websites/component.scss */
.section-contactform {
  background-image: url("../../images/home/agent-website-demo/bg-gradient.jpg");
  background-repeat: repeat-x;
}
/* line 1816, ../../scss/agent-websites/component.scss */
.section-contactform .caption-frame {
  max-width: 575px;
  margin: 0px auto;
  padding-bottom: 50px;
}
/* line 1823, ../../scss/agent-websites/component.scss */
.section-contactform input {
  max-width: 760px;
}
/* line 1827, ../../scss/agent-websites/component.scss */
.section-contactform .submit-button {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 1836, ../../scss/agent-websites/component.scss */
  .section-contactform .container {
    padding: 0 15px;
    padding-top: 1px;
    width: 100%;
  }
  /* line 1842, ../../scss/agent-websites/component.scss */
  .section-contactform p {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  /* line 1851, ../../scss/agent-websites/component.scss */
  .section-contactform input, .section-contactform textarea {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

/*Agent Community Section*/
div.home-community-section div.home-community-list-section{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;}
div.home-community-section div.home-community-list-section .item{position:relative;width:calc(25% - 14px);margin:7px;overflow:hidden;margin-bottom: 27px;}
div.home-community-section div.home-community-list-section .item h3 {position: absolute;font-size: 16px;left: 50%;top: 50%;transform: translate(-50%,-50%);margin: 0;text-transform: uppercase;z-index: 9;width: 100%;}
div.home-community-section div.home-community-list-section .item h3>span {text-decoration: none;color: rgb(255, 255, 255);font-weight:400;}
div.home-community-section div.home-community-list-section .item .wrapper-image {height:70px;}
div.home-community-section div.home-community-list-section .item .wrapper-image .wrapper-image-block{height:100%;width:100%;background-position: center center; background-size: cover;}
@media screen and (max-width: 1024px) {
div.home-community-section div.home-community-list-section .item {position: relative;width: calc(50% - 14px);}
}
@media screen and (max-width: 640px) {
div.home-community-section div.home-community-list-section .item {position: relative;width: calc(100% - 14px)!important;}
}
div.home-community-section div.home-community-list-section .item .wrapper-image:hover .wrapper-image-block {background:#783366!important;}
.black div.home-community-section div.home-community-list-section .item .wrapper-image:hover .wrapper-image-block{background:#000!important;}

@media only screen and  (max-width:500px){

    .section-listings .item .item-wrapper-image > a{width:100%!important;}
    .section-listings .item .item-wrapper-image > a .item-image{background-size:contain!important;background-repeat:no-repeat;}
}
.section-listings .btn.view-all{padding:1rem 1.5rem;background: rgba(103,0,56,1);}
.black .section-main .section-communities .carousel-wrapper .item h3 a,
.black .section-contactform .form-wrap .form-helpinfo a{color:#242424!important}
.f-row-contact .contact-social ul li a.circle-twitter {background-color: #25a7df!important;}
body .cabernet .section-download-app.section-type1 .download-info .wrapper-btn .btn{background:none!important;}
.section-about-us.section-type1, .section-about-us.section-type2, .section-about-us.section-type3 {position: relative;background-repeat: no-repeat;background-attachment: fixed;text-align: center;min-height: 550px;width: 100%;background-position: top center;-webkit-background-size: cover;background-size: cover;background-repeat: no-repeat;}
.section-about-us.section-type3::before{position: absolute;content: "";background: rgba(0, 0, 0, 0.36);left: 0;right: 0;top: 0;width: 100%;height: 100%;}
.section-about-us.section-type3 > div{position:relative;}
.section-about-us.section-type1 {
    position: relative;    
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    min-height: 550px;
    width: 100%;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .section-about-us.section-type1::before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.36);
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .section-about-us.section-type1 > div {
        position: relative;
        z-index: 9;
    }
.section-about-us.section-type2 {
    position: relative;
    ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    min-height: 550px;
    width: 100%;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .section-about-us.section-type2::before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.36);
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .section-about-us.section-type2 > div {
        position: relative;
        z-index: 999;
    }
	
.carousel-wrapper .video-gallery.carousel .owl-item .item{display:flex!important;}
.carousel-wrapper .video-gallery .item iframe{width:500px!important;height:320px!important;}