@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
/* @include flex-wrap; */
/* @include inline-flex; */
/* @include inline-flex; */
/* @include flex-wrap-important; */
/* Pre Defined Flex Basis 
***************************/
/*  @include flex-100; */
/* Custom :: @include flex(43%); */
/* Justify Content
********************
 @include justify-center; */
/* Align Content
********************
 @include align-content-center; */
/* Align Items
********************
@include align-items-center; */
.mainContent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center; }
  .mainContent table {
    max-width: 1200px; }

.filters {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%; }
  .filters form {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filters label {
    font-size: 20px;
    text-align: left;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    -o-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .filters label {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-basis: 30%;
        -o-flex-basis: 30%;
        flex-basis: 30%;
        width: 30%; } }
    @media screen and (max-width: 630px) {
      .filters label {
        -webkit-flex-basis: 40%;
        -moz-flex-basis: 40%;
        -ms-flex-basis: 40%;
        -o-flex-basis: 40%;
        flex-basis: 40%;
        width: 40%; } }
    @media screen and (max-width: 480px) {
      .filters label {
        -webkit-flex-basis: 85%;
        -moz-flex-basis: 85%;
        -ms-flex-basis: 85%;
        -o-flex-basis: 85%;
        flex-basis: 85%;
        width: 85%; } }
    .filters label select {
      font-size: 16px; }
  .filters button {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -o-flex-basis: 60%;
    flex-basis: 60%;
    width: 60%; }
    @media screen and (max-width: 630px) {
      .filters button {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        -ms-flex-basis: 70%;
        -o-flex-basis: 70%;
        flex-basis: 70%;
        width: 70%; } }
    @media screen and (max-width: 480px) {
      .filters button {
        -webkit-flex-basis: 85%;
        -moz-flex-basis: 85%;
        -ms-flex-basis: 85%;
        -o-flex-basis: 85%;
        flex-basis: 85%;
        width: 85%; } }

.listingDetail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  text-align: center; }
  .listingDetail .detailButtons {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
    .listingDetail .detailButtons a {
      text-decoration: none;
      color: white;
      padding: 10px 20px;
      border-radius: 0px;
      font-family: 'Roboto', sans-serif;
      background-color: #3b4b65;
      border: 1px solid #3b4b65;
      margin: 0px 5px;
      transition-duration: .5s; }
      .listingDetail .detailButtons a:hover {
        background-color: white;
        border: 1px solid #3b4b65;
        color: #3b4b65;
        transition-duration: .5s; }
  .listingDetail .quickLinks {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .listingDetail .quickLinks a {
      color: #3b4b65;
      text-decoration: none;
      transition-duration: .5s;
      font-weight: bold; }
      .listingDetail .quickLinks a:hover {
        font-style: italic;
        transition-duration: .5s; }
  .listingDetail .listingInfo {
    margin-bottom: 20px; }
    .listingDetail .listingInfo .rent {
      font-size: 20px; }
    .listingDetail .listingInfo .rentalDetail {
      font-size: 15px; }
  .listingDetail .detailSummary {
    text-align: left; }
  .listingDetail .detailAmenities {
    text-align: left; }
  .listingDetail .rentalTerms {
    text-align: left; }

.listings {
  background-color: transparent;
  padding: 5px 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center; }

.listing {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px 0;
  border-radius: 2px;
  margin: 10px 20px;
  padding: 0px 0px !important;
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center; }
  .listing div {
    font-family: 'Roboto', sans-serif; }
  .listing .address {
    text-align: left;
    font-size: 18px !important;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    background-color: #3b4b65;
    padding: 10px 20px;
    color: white !important;
    font-weight: bold; }

.unit-list-details {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 30px; }
  @media screen and (max-width: 980px) {
    .unit-list-details {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    .unit-list-details {
      padding: 20px 15px; } }
  .unit-list-details .image {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    -o-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%;
    height: 300px; }
    @media screen and (max-width: 980px) {
      .unit-list-details .image {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .unit-list-details .image {
        height: 250px; } }
    @media screen and (max-width: 480px) {
      .unit-list-details .image {
        height: 200px; } }
    .unit-list-details .image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .unit-list-details .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    -o-flex-basis: 70%;
    flex-basis: 70%;
    width: 70%;
    padding: 0px;
    margin: 0px;
    padding-left: 30px; }
    @media screen and (max-width: 980px) {
      .unit-list-details .info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-left: 0px; } }
    .unit-list-details .info span {
      font-size: inherit;
      padding-top: 10px;
      line-height: inherit;
      color: #3b4b65; }
    .unit-list-details .info .listing-info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -o-flex-basis: 100%;
      flex-basis: 100%;
      width: 100%;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: inline-flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      padding-bottom: 10px; }
      @media screen and (max-width: 980px) {
        .unit-list-details .info .listing-info {
          padding-top: 20px; } }
      @media screen and (max-width: 700px) {
        .unit-list-details .info .listing-info {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          text-align: center; } }
      .unit-list-details .info .listing-info .rent,
      .unit-list-details .info .listing-info .sqft,
      .unit-list-details .info .listing-info .bedbath {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        margin: 0 20px 0 0;
        border-right: 1px solid #e5e5e5;
        padding: 0 20px 0 0; }
        @media screen and (max-width: 700px) {
          .unit-list-details .info .listing-info .rent,
          .unit-list-details .info .listing-info .sqft,
          .unit-list-details .info .listing-info .bedbath {
            padding: 0px;
            margin: 0px;
            -webkit-flex-basis: 30%;
            -moz-flex-basis: 30%;
            -ms-flex-basis: 30%;
            -o-flex-basis: 30%;
            flex-basis: 30%;
            width: 30%;
            text-align: left; } }
        @media screen and (max-width: 480px) {
          .unit-list-details .info .listing-info .rent,
          .unit-list-details .info .listing-info .sqft,
          .unit-list-details .info .listing-info .bedbath {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-basis: 100%;
            -o-flex-basis: 100%;
            flex-basis: 100%;
            width: 100%;
            padding-top: 12px;
            display: -webkit-inline-flex;
            display: -moz-inline-flex;
            display: -ms-inline-flex;
            display: -o-inline-flex;
            display: inline-flex;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            text-align: center;
            border: none; } }
        @media screen and (max-width: 480px) {
          .unit-list-details .info .listing-info .rent span,
          .unit-list-details .info .listing-info .sqft span,
          .unit-list-details .info .listing-info .bedbath span {
            padding: 0px; } }
      .unit-list-details .info .listing-info .bedbath {
        border: none; }
      .unit-list-details .info .listing-info .availability-field {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%;
        font-weight: 300;
        color: black;
        font-size: 17px;
        color: #3b4b65;
        width: 100%;
        text-align: right;
        margin-top: 3px; }
        @media screen and (max-width: 700px) {
          .unit-list-details .info .listing-info .availability-field {
            text-align: center;
            padding: 10px 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            margin-top: 20px;
            border-top: 1px solid rgba(0, 0, 0, 0.05); } }
        .unit-list-details .info .listing-info .availability-field span {
          font-weight: bold; }
    .unit-list-details .info .buttons {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -o-flex-basis: 100%;
      flex-basis: 100%;
      width: 100%;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: inline-flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      text-align: right; }
    .unit-list-details .info .description {
      font-weight: 300;
      text-align: left;
      line-height: 1.7em;
      font-size: 17px;
      width: 100%;
      padding: 10px 0px 0px 0px; }
      @media screen and (max-width: 700px) {
        .unit-list-details .info .description {
          font-size: 14px; } }
      .unit-list-details .info .description.specials {
        font-weight: bold; }
    .unit-list-details .info .pets-allowed {
      text-align: left;
      font-weight: 300;
      float: left;
      margin: 20px 0px 0px 0px;
      font-size: 17px;
      width: 100%; }
      .unit-list-details .info .pets-allowed span {
        font-weight: bold; }

table td {
  border: none; }

.listingDetail {
  font-size: 16px;
  font-family: 'Roboto', sans-serif; }

.listingAddress {
  font-size: 4vmin;
  font-weight: bold;
  float: left; }

.listingInfo {
  float: right;
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center; }

.rent {
  color: #4c4c4c;
  line-height: 1.3em;
  padding: 0 .3em; }

.rentDetail {
  background-color: #515151;
  color: #fff;
  font-size: .8em; }

div.entry-content hr {
  width: 100%;
  float: left;
  margin: 10px 0; }

.clear {
  clear: both; }

.quickLinks {
  text-transform: uppercase;
  float: right; }

.quickLinks a {
  border-right: 1px solid #000;
  padding: 0 5px; }

.quickLinks a:last-of-type {
  border: none;
  padding-right: 0; }

.detailButtons a {
  line-height: 1.3em;
  padding: .2em .3em;
  font-family: 'helvetica', sans-serif;
  text-decoration: none;
  text-transform: uppercase; }

.detailButtons .detailApply {
  background: none;
  background-color: #1E51A4;
  color: #fff; }

.detailSummary {
  padding: 20px 0;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 300; }

.detailSQFT {
  text-align: right;
  margin-bottom: 10px; }

.graySection {
  background-color: #f5f5f5;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  padding: 0px; }

.graySection h2 {
  font-weight: bold; }

.detailImages {
  background-color: #fff;
  border: 5px solid #a5a5a5;
  padding: 5px 0;
  text-align: center;
  float: left;
  width: 99%; }

.addImages {
  width: 100%;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center; }
  .addImages a {
    height: 250px;
    -webkit-flex-basis: 22%;
    -moz-flex-basis: 22%;
    -ms-flex-basis: 22%;
    -o-flex-basis: 22%;
    flex-basis: 22%;
    width: 22%;
    margin: 10px; }
    @media screen and (max-width: 1000px) {
      .addImages a {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-basis: 30%;
        -o-flex-basis: 30%;
        flex-basis: 30%;
        width: 30%; } }
    @media screen and (max-width: 768px) {
      .addImages a {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-basis: 45%;
        -o-flex-basis: 45%;
        flex-basis: 45%;
        width: 45%; } }
    @media screen and (max-width: 480px) {
      .addImages a {
        -webkit-flex-basis: 97%;
        -moz-flex-basis: 97%;
        -ms-flex-basis: 97%;
        -o-flex-basis: 97%;
        flex-basis: 97%;
        width: 97%;
        margin: 5px 10px; } }
    .addImages a img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.detailAmenities {
  width: 65%;
  margin-right: 5%;
  float: left; }

div.entry-content .detailAmenities li {
  float: left;
  width: 50%;
  list-style-type: none; }

.rentalTerms {
  width: 30%;
  float: left; }

.detailMap {
  width: 90%;
  margin: 20px auto; }

@media screen and (max-width: 600px) {
  .listingAddress {
    width: 100%; }

  .listingInfo,
  .quickLinks {
    float: left;
    margin: 10px 0; }

  .detailButtons {
    margin: 10px 0 0; }

  .detailAmenities,
  .rentalTerms {
    width: 100%;
    margin: 10px 0; } }
@media screen and (max-width: 400px) {
  div.entry-content .detailAmenities li {
    width: 100%; } }
label {
  position: relative;
  padding: 10px 0px; }
  label select {
    margin-top: 5px; }

label.error {
  color: red;
  display: block;
  width: auto; }

#frmApplyOnline {
  width: 100%;
  float: left; }

#frmApplyOnline input,
#frmApplyOnline select,
#frmApplyOnline textarea {
  width: 100%;
  margin: 10px 0 10px 0; }

#frmApplyOnline input[type=submit],
#frmApplyOnline input.continueBTN {
  width: 35%;
  margin: 10px 0 10px 0;
  float: right; }

#frmApplyOnline input.previousBTN {
  float: left;
  width: 35%; }

#frmApplyOnline select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #777; }

fieldset {
  background: white;
  border: 0 none;
  padding: 0;
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: none;
  /*stacking fieldsets above each other*/
  position: relative; }

#beginField {
  display: block;
  margin: 0; }

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  float: left;
  width: 35%; }

#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  display: block !important;
  opacity: 1 !important;
  font-size: 1.5vmin; }

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  padding: 2px 8px;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 20px 5px;
  text-align: center; }

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; }

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #1E51A4;
  color: white; }

#progressbar li.complete:before {
  background: none;
  content: "\2713";
  color: #EA088C;
  width: 2.5em;
  margin: 0 7px;
  padding: 0;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 700px) {
  #progressbar {
    display: none; }

  fieldset {
    width: 100%; } }
@media screen and (max-width: 400px) {
  #frmApplyOnline input[type=submit],
  #frmApplyOnline input.continueBTN,
  #frmApplyOnline input.previousBTN {
    width: 100%; } }
.filters label {
  font-weight: bold;
  font-size: 1.2em;
  float: left;
  margin: 0px 10px 0px 0px;
  font-family: 'Roboto', sans-serif; }

.filters {
  margin: 28px 0px 28px 0px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px 20px 10px 20px; }

.filters select {
  display: block;
  width: 100%;
  padding: 6px; }

.submitButton {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  transition-duration: .5s;
  font-size: 1em;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -o-flex-basis: 30%;
  flex-basis: 30%;
  width: 30%;
  margin-top: 10px;
  background-color: #3b4b65;
  border: 1px solid #3b4b65;
  margin-top: 15px; }

.submitButton:hover {
  background-color: white;
  border: 1px solid #3b4b65;
  color: #3b4b65;
  transition-duration: .5s;
  cursor: pointer; }

.sortSection {
  margin: 10px 2%;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }
  .sortSection span {
    font-weight: bold; }
    .sortSection span.slash {
      margin: 0px 10px; }
    .sortSection span.sort-title {
      margin-right: 15px; }

.sortSection a {
  margin: 0px;
  color: #000;
  text-decoration: underline; }

table td {
  border: none; }

.listings {
  background-color: transparent;
  padding: 5px 0;
  width: 100%;
  float: left; }

.listing {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px 0;
  border-radius: 2px;
  margin: 10px 2%; }

.buttons {
  width: 92%;
  float: left;
  text-align: right;
  margin: 15px 0 0; }

.buttons a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: #3b4b65;
  border: 1px solid #3b4b65;
  margin: 0px 5px;
  transition-duration: .5s; }

.buttons a:hover {
  background-color: white;
  border: 1px solid #3b4b65;
  color: #3b4b65;
  transition-duration: .5s; }

.description,
.boldText {
  font-weight: bold;
  font-size: 1.9vmin; }

@media screen and (max-width: 700px) {
  .image,
  .info {
    width: 100%; }

  .description,
  .boldText {
    font-size: 2.5vmin; } }
@media screen and (max-width: 400px) {
  .description,
  .boldText {
    font-size: 4vmin; }

  .rent,
  .sqft,
  .bedbath {
    margin-right: 10px;
    padding-right: 10px; }

  .buttons {
    text-align: center; }

  .buttons a {
    padding: 10px; } }

    #body-container {
      padding:60px 0;
    }
    body {
      font-family: 'Roboto Condensed', sans-serif;
      color: #333;
    }
    section {
      overflow: hidden;
    }
    h1,
    h2 {
      font-family: "Roboto Condensed", sans-serif;
      color: #333;
      font-size: 40px;
      margin: 0 0 20px;
      text-transform: uppercase;
    }
    h1 + h2,
    h2 + h3,
    header hr + h3 {
      color: #333;
      font-size: 20px;
      font-style: italic;
      margin: 20px 0;
      text-transform: none;
      font-family:"Roboto Condensed",sans-serif;
    }
    h3 {
      font-family: "Roboto Condensed", sans-serif;
      color: #333;
      font-size: 30px;
      text-transform: uppercase
    }
    header h2 {
      font-size: 30px;
      text-transform: none;
    }
    header hr {
      border-width: 2px;
      border-color: #333;
      margin: 10px auto 40px;
      max-width: 485px;
      transform: scaleX(0);
      transition: 1.5s;
      transition-timing-function: ease-out;
    }
    header hr.lazy-grow {
      transform: scaleX(1);
      transition: 1.5s;
      transition-timing-function: ease-out;
    }
    header h2 + hr {
      margin-top: -10px;
    }
    header h2 + img,
    header img + h2 {
      margin-left: 10px;
    }
    header img {
      vertical-align: bottom;
    }
    a {
      color: #333;
      transition:all 0.3s
    }
    a[data-lightbox]:hover {
      cursor: zoom-in;
    }
    a:hover {
      color: #1ecad3;
      text-decoration: none;
      color:#1ecad3
    }
    a:active {
      text-decoration: none
    }
    img.cover {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%;
    }
    .address {
      list-style: none;
      padding-left:0
    }
    .street-address {
      display: block;
    }
    .lazy {
      opacity: 0;
    }
    .btn {
      min-width: 190px;
      height: 45px;
      line-height: 45px;
      padding: 0 20px;
      font-size: 17px;
      border-radius:0;
      background:#333;
      border-color:#333;
      color:#fff;
    }
    .btn:hover {
      background:#fff;
      color:#333
    }
    .btn-primary {
      background: #1ecad3;
      color: #000!important;
      border-color: #1ecad3;
    }
    .btn-primary:hover {
      background: #fff;
      border-color: #000!important;
    }
    .btn.pull-right {
      background: #1ecad3;
      color: #fff!important;
      border:1px solid #1ecad3
    }
    .btn.pull-right:hover {
      background: #fff;
      color: #1ecad3!important
    }
    @media (min-width: 992px) {
      .flex-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        position: relative;
      }
      .flex-order-1 {
        order: -1;
      }
      .flex-row:before,
      .flex-row:after {
        display:inline-block !important
      }
    }
    .launch-image-banner {
      background-position:center top
    }
    .flex-column {
      display: flex;
      flex-direction: column;
    }
    .align-items-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .image-container,
    .map-container,
    .padding-none {
      position: relative;
      padding: 0!important;
    }
    .image-container .cover {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    @media (max-width: 991px) {
      .image-container {
        height: 300px;
      }
      .map-container {
        height: 250px;
        flex: 1 1 250px!important;
      }
    }
    .content-container {
      text-align: center;
      padding: 100px 8%;
    }
    .max-width-830 {
      max-width: 830px;
      margin: 0 auto;
    }
    .banner {
      padding:50px 0
    }
    .banner-gray-light {
      background: #f6f6f6;
    }
    .banner-white {
      background: #fff;
    }
    .banner-replace {
      display: none;
    }
    .social ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    .social ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline-block;
    }
    .social ul li a {
      color: #fff;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: 1px solid #1ecad3;
      border-radius: 50%;
      background-color: #1ecad3;
      margin: 0 2px;
      display: inline-block;
      font-size: 16px;
      text-align: center;
    }
    .social ul li a:hover {
      border-color: Transparent;
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
    .social ul li a::after {
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      top: -3px;
      left: -3px;
      padding: 3px;
      box-shadow: 0 0 0 1px #fff;
      border-radius: 50%;
      transition: transform 0.2s, opacity 0.2s;
      transform: scale(0.8);
      opacity: 0;
    }
    .social ul li a:hover::after {
      transition: transform 0.2s, opacity 0.2s;
      transform: scale(1);
      opacity: 1
    }
    #header {
      position: relative;
    }
    #header.full-creek-corner {
      height:60vh
    }
    #header .logo a {
      font-size:34px;
      font-weight:bold;
      color:#000
    }
    .apartment-header-top {
      height: 147px;
      background: #fff;
      position: absolute;
      z-index:100;
      top: 0;
      left: 0;
      width: 100%;
    }
    .apartment-header-top .container-fluid {
      max-width: 1700px;
      margin: 0 auto;
      position:relative;
      height:100%;
    }
    .apartment-header-top .phone {
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      font-size:30px;
      font-weight: 500;
      left:15px
    }
    .apartment-header-top .phone a {
      color:#000
    }
    .apartment-header-top .phone a:hover {
      color:#1ecad3
    }
    .apartment-header-top .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
    }
    .apartment-header-top .links {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
    }
    .apartment-header-top .links ul {
      list-style: none;
      padding-left:0;
      margin-bottom:0
    }
    .apartment-header-top .links ul li a {
      font-size:16px;
      color:#333
    }
    .apartment-header-top .links ul li a {
      display:flex
    }
    .apartment-header-top .links ul li a:hover {
      color:#1ecad3
    }
    .apartment-header-top .links ul li a img {
      margin:auto 10px
    }
    .apartment-header-top .links ul li a span {
      margin:auto 10px
    }
    .apartment-header-image {
      height: calc(100vh - 147px);
      min-height:650px;
      width: 100%;
      padding-top: 147px
    }
    @media(max-width:991px) {
      .apartment-header-top .links {
        display:none
      }
    }
    @media(max-width:767px) {
      #header {
        height:60vh
      }
      .apartment-header-image {
        height:100%
      }
      .apartment-header-top .phone {
        display:none
      }
    }
    #nav {
      font-weight: 400;
    }
    #nav> ul {
      padding: 0;
      margin: 0;
    }
    #nav> ul> li {
      padding: 0 11px;
    }
    #nav> ul> li> a,
    #nav> ul> li> a:link,
    #nav> ul> li> a:visited {
      color: #000;
      font-weight:400;
    }
    #nav> ul> li:hover {
      border: 0;
    }
    #nav> ul> li:hover a {
      transition: text-shadow 0.3s;
      text-shadow: 0.5px 0 0 currentColor;
    }
    @media (max-width: 1199px) {
      #nav > ul > li {
        padding: 0 10px;
      }
    }
    #home-carousel {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    #home-carousel .carousel-inner {
      height: 100%;
      width: 100%;
    }
    #home-carousel .carousel-inner .item {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
    }
    #home-carousel .carousel-inner .item.banner1 {
      background-image: url('/images/home-banner-1.jpg');
    }
    @media (min-height: 1130px) {
      #home-carousel .carousel-inner .item {
        background-size: cover;
      }
    }
    @media (min-width: 2001px) {
      #home-carousel .carousel-inner .item {
        background-size: cover;
      }
    }
    @media (max-width: 991px) {
      #home-carousel .carousel-inner .item {
        background-size: cover;
        background-attachment: scroll;
      }
    }
    .carousel-fade .carousel-inner .item {
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
    }
    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      opacity: 0;
    }
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
      opacity: 1;
    }
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    #secondary-banner {
      position:relative;
      padding-top: 147px;
      height:550px;
      background-size: 2000px;
      background-attachment: fixed;
      background-position: center center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    #secondary-banner::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.2);
    }
    #secondary-banner .container {
      position: relative;
      z-index: 9;
      margin: auto;
    }
    #secondary-banner .prompt {
      color: #fff;
      text-align: center;
    }
    #secondary-banner .prompt .lead {
      font-size: 60px;
      margin: 0;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0 0 20px;
      line-height: 1.25em;
    }
    #secondary-banner .prompt .sub {
      font-size: 30px;
      margin: 0 auto;
      max-width: 965px;
      line-height: 1.35em;
    }
    @media (min-width: 2001px) {
      #secondary-banner {
        background-size: cover;
      }
    }
    @media (max-width: 991px) {
      #secondary-banner {
        background-size: cover;
        background-attachment: scroll;
      }
    }
    @media (max-width: 550px) {
      #secondary-banner {
        height: auto;
        min-height: 450px;
      }
      #secondary-banner .prompt {
        padding: 50px 0;
      }
      #secondary-banner .prompt .lead {
        font-size: 36px;
      }
      #secondary-banner .prompt .sub {
        font-size: 22px;
      }
    }
    #nav {
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
    }
    #nav> ul> li {
      position:relative;
      list-style:none;
      display:inline-block;
    }
    #nav> ul> li> ul {
      display:none;
      position:absolute;
      white-space:nowrap;
      z-index:575;
      text-align:left;
      padding:0;
      background-color:#000;
      top:30px;
      left:0px;
    }
    #nav> ul> li:hover> ul {
      display:block;
    }
    #nav> ul> li> ul> li,
    #nav> ul> li> ul> li a {
      height:35px;
      line-height:35px;
      display:block;
      padding:0 25px;
    }
    #nav> ul> li> ul> li> a {
      font-size:16px;
      color:#fff;
      padding:0;
    }
    #nav> ul> li> ul> li:hover {
      background-color:#0393FC;
    }
    #sub-nav {
      top: 0;
      list-style: none;
      padding: 40px 0;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s
    }
    #sub-nav .container-fluid {
      width: 100%;
      max-width: 1552px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #sub-nav .nav {
      width: 50%;
      text-align: center;
    }
    #sub-nav .nav .launch-menu-button {
      color: #000;
    }
    #sub-nav .nav .launch-menu-button:hover {
      text-decoration: none;
    }
    #sub-nav .btn-list {
      display: flex;
      flex-wrap: wrap;
    }
    #sub-nav .btn:first-of-type {
      margin-right:25px;
    }
    #sub-nav.affix {
      position: fixed;
      top: 0px;
      padding: 0px;
      z-index: 999;
      -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      -webkit-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s;
    }
    #sub-nav.affix {
      height: 60px;
      bottom: auto;
      top: 0;
      z-index: 9999;
      transition: height 0s;
      box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    }
    #sub-nav.affix .logo img {
      max-height:50px
    }
    @media(max-width:1405px) {
      #sub-nav .btn {
        min-width:170px
      }
    }
    @media (max-width: 1285px) {
      #sub-nav.affix .btn:last-of-type {
        display: none;
      }
    }
    @media (min-width:1101px) and (max-width: 1280px) {
      #sub-nav .nav {
        width: 100%;
      }
      #sub-nav .btn-list {
        display: block;
        text-align: right;
      }
      #sub-nav .btn:first-of-type {
        margin-bottom: 5px
      }
    }
    @media(max-width:1100px) {
      #sub-nav .logo {
        width:auto;
        text-align: left
      }
      #sub-nav .nav {
        width:90%;
        text-align: center
      }
      #sub-nav .btn-list {
        width: auto
      }
      #sub-nav .btn {
        display:block;
        margin:0 0 0 auto
      }
      #sub-nav .btn:first-of-type {
        margin-bottom:5px
      }
      #sub-nav.affix {
        height:100px
      }
    }
    @media (max-width: 991px) {
      #sub-nav .nav .launch-menu-button {
        text-align: right
      }
      #sub-nav .btn-list {
        display:none
      }
      #sub-nav .logo {
        width:50%
      }
      #sub-nav .nav {
        width:50%;
        text-align: right
      }
      #sub-nav.affix {
        height:60px
      }
    }
    .launch-menu-mask {
      background: #000;
    }
    .launch-menu.sidebar {
      background-color: #fff;
    }
    .launch-menu.sidebar .logo {
      text-align: center;
      color:#000
    }
    .launch-menu.sidebar .logo a {
      color:#000;
      font-size:30px
    }
    .launch-menu-close {
      opacity: 0.4;
      height: auto;
      padding: 15px 15px 30px;
      margin-bottom: 50px;
    }
    .launch-menu-close img {
      max-height: 40px;
    }
    .launch-menu-close:hover {
      opacity: 0.8;
    }
    .launch-menu a {
      color:#fff;
      font-size: 16px;
    }
    .launch-menu a.btn {
      background:#1ecad3;
      border:1px solid #1ecad3;
      color:#fff;
    }
    .launch-menu a.btn:hover {
      background:#fff;
      color:#1ecad3
    }
    .launch-menu ul li a:not(.btn) {
      line-height: 1.33;
      padding: 15px 0;
    }
    .launch-menu> ul> li {
      border-bottom:solid 1px rgba(0,0,0,0.2);
    }
    .launch-menu> ul> li> a:not(.btn) {
      font-size: 18px;
      color: #000;
      line-height: 1.33;
      padding: 15px 0;
      transition: color 0s;
    }
    .launch-menu> ul> li> a:not(.btn):hover {
      color: #fff;
    }
    .launch-menu> ul> li:hover,
    .launch-menu> ul> li.active {
      background:#1ecad3;
      -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
      box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .launch-menu> ul> li:hover a,
    .launch-menu> ul> li.active a {
      color: #fff;
    }
    .launch-menu> ul> li:hover ul,
    .launch-menu> ul> li.active ul {
      background: rgba(0,0,0,0.10);
    }
    .launch-menu> ul> li:first-child {
      border-top:solid 1px rgba(0,0,0,0.2);
    }
    .launch-menu> ul> li> ul> li {
      padding-right: 15px;
    }
    .launch-menu> ul> li> ul> li:first-child {
      border-top:solid 1px rgba(0,0,0,0.2);
    }
    .launch-menu> ul> li> ul> li:hover {
      background: rgba(0,0,0,0.10);
      -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
      box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .launch-menu> ul> li> ul> li:hover a {
      transition: 0;
    }
    .launch-menu .dropdown ul {
      display: none;
    }
    .launch-menu .phone {
      display:flex;
      justify-content: center;
      align-items: center;
      margin-bottom:20px
    }
    .launch-menu .phone a {
      font-size: 24px;
      text-align: center;
      margin: 0 0 0 10px;
      color: #1ecad3
    }
    .launch-menu .phone a:hover {
      color: #454545;
    }
    .launch-menu .links {
      margin: 0 0 35px;
    }
    .launch-menu .links> ul> li {
      margin: 10px 0;
    }
    .launch-menu .social {
      text-align: center;
      padding: 30px 0 20px;
    }
    .launch-menu .social a {
      line-height: 37px!important;
      padding: 0!important;
      position: relative;
      transition: 0.3s!important;
    }
    .launch-menu .logo img {
      max-width: 60%;
      margin: 20px auto 30px;
      display: block;
    }
    #apartments-welcome {
    }
    #apartment-gallery-carousel {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
    #apartment-gallery-carousel .carousel-inner {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
    #apartment-gallery-carousel .carousel-inner .item {
      height: 100%;
    }
    #apartment-gallery-carousel .carousel-inner .item img {
      height: 100%;
    }
    #apartment-gallery-carousel .controls {
      position: absolute;
      text-align: center;
      right: 0;
      bottom: 0;
      height: 164px;
      width: 158px;
      background: #1ecad3;
    }
    #apartment-gallery-carousel .controls h3 {
      color: #fff;
      font-size: 30px;
      margin: 30px 0 15px;
      font-family: 'Shadows Into Light';
    }
    #apartment-gallery-carousel .controls .carousel-control {
      position: relative;
      color: #fff;
      display: inline-block;
      width: 35%;
      opacity: 1;
      background: none;
    }
    #floorplans {
    }
    #floorplans [class^="icon-"],
    #floorplans [class*=" icon-"] {
      fill:black !important
    }
    .nav-tabs {
      position: relative;
      padding: 40px 30px;
      display: flex;
      justify-content: space-between;
      background-color: #333;
      transform: translateY(-50%);
      z-index: 9;
    }
    .nav-tabs li {
      padding: 0 20px;
      flex: 1 1 auto;
    }
    .holly-tree .nav-tabs li a {
      background:#324229
    }
    .nav-tabs li a {
      border-radius: 0;
      height: 35px;
      line-height: 35px;
      font-size: 17px;
      padding: 0 15px;
      width: 100%;
      min-width: unset;
      background:#1ecad3;
      color:#000;
    }
    .nav-tabs li.active a {
      color: #000!important;
      background:#fff;
    }
    @media (max-width: 1199px) {
      .nav-tabs li {
        padding: 0 8px;
      }
    }
    @media (max-width: 991px) {
      .nav-tabs {
        transform: none!important;
      }
    }
    @media (max-width: 599px) {
      .nav-tabs,
      .nav-tabs li {
        display: block;
        float: none;
        text-align: center;
      }
      .nav-tabs li ~ li {
        margin-top: 20px;
      }
    }
    #floorplans .floorplan {
      display: flex;
    }
    #floorplans .floorplan-image {
      padding: 15px 10%;
    }
    #floorplans .floorplan-image a {
      display: block;
      transition: 0.5s;
    }
    #floorplans .floorplan-image a:hover {
      cursor: zoom-in;
      transform: scale(1.05);
      transition: 0.5s;
    }
    #floorplans .floorplan-image img {
      max-height: 530px;
      display: block;
      margin: 0 auto;
    }
    #floorplans .floorplan-details h3 {
      font-family: "Roboto Condensed", sans-serif;
      color: #1ecad3;
      font-size: 30px;
      margin: 0;
    }
    #floorplans .floorplan-details hr {
      border-color: #1ecad3;
      border-width: 2px;
      width: 189px;
      max-width: 100%;
      margin: 10px 0 35px;
    }
    #floorplans .floorplan-details ul {
      list-style: none;
      padding: 0;
      margin: 0 0 35px;
      font-size: 17px;
    }
    #floorplans .floorplan-details .btn {
      display: block;
      width: 235px;
      background:#1ecad3;
      border:1px solid #1ecad3;
      text-transform: none;
      color:#000
    }
    #floorplans .floorplan-details .btn:hover {
      background:#000;
      color:#fff
    }
    #floorplans .floorplan-details .btn ~ .btn {
      margin-top: 20px;
    }
    #floorplans img.cover {
      object-position: 0% 70% !important
    }
    #floorplans .carousel-inner .item {
      height: 100%;
    }
    #floorplans .controls {
      position: absolute;
      text-align: center;
      right: auto;
      top: 90px;
      height: 164px;
      width: 158px;
    }
    #floorplans .controls h3 {
      color: #fff;
      font-size: 30px;
      margin: 30px 0 15px;
      font-family: 'Shadows Into Light';
    }
    #floorplans .controls .carousel-control {
      position: relative;
      color: #fff;
      display: inline-block;
      width: 35%;
      opacity: 1;
      background: none;
    }
    #floorplans .controls .carousel-control:hover {
      opacity:0.7
    }
    @media (min-width: 992px) {
      #floorplans .image-container {
        height: 370px;
      }
      #floorplans .carousel {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
      }
      #floorplans .carousel-inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
    }
    @media(max-width:991px) {
      #floorplans .controls {
        right:auto;
        left:50%;
        transform:translateX(-50%);
        height:60px;
        top:auto;
        bottom:0px
      }
      #floorplans .floorplan {
        padding-bottom: 100px;
        padding-top:40px
      }
    }
    @media (min-width: 651px) {
      #floorplans .floorplan {
        height: 100%;
        justify-content: space-around;
        align-items: center;
      }
      #floorplans .floorplan-image {
        flex: 0 0 60%;
      }
      #floorplans .floorplan-details {
        flex: 1 1 40%;
        text-align: left;
      }
    }
    @media (max-width: 650px) {
      #floorplans .floorplan {
        flex-direction: column;
        padding-bottom: 70px;
      }
      #floorplans .floorplan-details {
        text-align: center;
        padding: 50px 15px;
        order: -1;
      }
      #floorplans .floorplan-details hr,
      #floorplans .floorplan-details .btn {
        margin-left: auto;
        margin-right: auto;
      }
    }
    #three-bed-plan {
      position:relative
    }
    #three-bed-plan .controls {
      position:absolute;
      bottom:0
    }
    #amenities {
      padding-top: 80px;
      background-color: #1ecad3
    }
    #amenities .nav-tabs {
      top: 0;
      width: 100%;
      transform:none;
    }
    #amenities .nav-tabs h3 {
      margin: 0;
      color: #fff;
      text-align: center;
    }
    #amenities .tab-pane ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 2px solid #1ecad3;
      padding: 50px 30px;
    }
    #amenities .tab-pane h3 {
      margin: 15px 30px 30px;
    }
    @media (min-width: 992px) {
      #amenities {
        padding-top: 195px;
      }
      #amenities .nav-tabs h3 {
        text-align: right;
      }
      #amenities .tab-pane-split.active {
        display: flex;
        justify-content: center;
        text-align: left;
      }
      #amenities .tab-pane ul {
        border: 0;
        border-left: 2px solid #1ecad3;
        padding: 50px 30px;
      }
    }
    @media(max-width:991px) {
      #amenities {
        padding-top:0
      }
    }
    #location li> a + a {
      font-size: 0.8em;
      font-style: italic;
      padding-left: 5px;
      color: #b7b7b7;
    }
    #location li> a + a:hover {
      color: #1ecad3
    }
    .launch-accordion {
      text-align: left;
    }
    .launch-accordion> li {
      margin-bottom: 10px;
    }
    .launch-accordion> li> h4 {
      position: relative;
      font-size: 30px;
      font-family: "Roboto Condensed", sans-serif;
      background: transparent;
      border: 0;
      border-bottom: 2px solid #b7b7b7;
      padding: 0;
      line-height: 1.75em;
    }
    .launch-accordion> li> h4::after {
      content: '\f078';
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      width: 33px;
      font-family: 'Font Awesome 5 Pro';
      transform: rotate(0deg);
      transform-origin: center;
      transition: 0.4s;
    }
    .launch-accordion> li.active> h4::after {
      transform: rotate(180deg);
      right: 15px;
      transition: 0.4s;
    }
    .launch-accordion> li> h4:hover {
      background: none;
    }
    .launch-accordion> li> div {
      border: 0;
      padding: 15px 20px;
    }
    .launch-accordion.faqs h4 {
      font-size: 18px;
      padding-right: 75px;
    }
    .launch-accordion.faqs h4::before {
      content: 'Q: ';
      padding-right: 5px;
    }
    .launch-accordion.faqs> li {
      margin-bottom: 25px;
    }
    .launch-accordion.faqs> li> div::before {
      content: 'A: ';
      padding-right: 5px;
      display: inline;
    }
    .launch-accordion.faqs> li> div> p:first-child {
      display: inline;
    }
    .launch-accordion.faqs> li> div> p:nth-of-type(2) {
      margin: 10px 0 10px;
    }
    .map-container {
      position: relative;
      flex: 1 1 660px;
      background: #e5e3df;
    }
    .map-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
    }
    #gallery {
      overflow: hidden;
    }
    #gallery .content-container {
      padding:150px 8%
    }
    #gallery .title-container {
      padding: 65px 15px;
      text-align: center;
      width: 100%;
      background-color: #1ecad3
    }
    #gallery .title-container h3 {
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      font-style:italic;
    }
    #gallery .image-gallery {
      margin: 0 -5px;
    }
    #gallery .image-gallery .col-md-4 {
      padding: 0 5px 10px;
    }
    #gallery .gallery-image {
      display: block;
      width: 100%;
      padding-top: 60%;
      height: 0;
      position: relative;
      overflow: hidden;
    }
    #gallery .gallery-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .5s;
    }
    #gallery .gallery-image:hover img {
      transform: scale(1.05);
      transition: .5s;
    }
    #gallery .collapse:not(.in) {
      display: none;
    }
    #gallery .view-more {
      padding: 25px 15px 35px;
    }
    #gallery .view-more .btn {
      font-size: 0;
      background:#1ecad3;
      border:1px solid #1ecad3;
      color:#fff;
    }
    #gallery .view-more .btn:hover {
      background:transparent;
      color:#1ecad3
    }
    #gallery .view-more .btn::after {
      content: 'View Less';
      font-size: 18px;
    }
    #gallery .view-more .btn.collapsed::after {
      content: 'View More';
      font-size: 18px;
    }
    @media (min-width: 992px) {
      #gallery .title-container {
        padding: 140px 15px;
        position: absolute;
        top: 0;
        right: 0;
        width: 28.6%;
        z-index: 9;
      }
    }
    @media (max-width: 991px) {
      #gallery .image-container {
        height: auto;
      }
      #gallery .image-container img {
        position: relative;
        height: 300px;
        object-position: 0 30%
      }
    }
    #contact {
    }
    #contact .form-container {
      background: #fff;
      border: 0;
      padding: 0 15px 60px;
    }
    #contact .title-container {
      font-size: 16px;
      padding: 40px 20px;
      color: #000;
      text-align: center;
      width: 100%;
      line-height: 1.25;
      background-color: #1ecad3
    }
    #contact .title-container h2 {
      color: #000;
      text-transform: none;
      margin: 0 0 40px;
      font-size:25px;
    }
    #contact .title-container a {
      color: #000;
    }
    #contact .title-container a:hover {
      color:#b7b7b7
    }
    #contact .title-container ul {
      margin: 0;
      padding: 0;
    }
    #contact .title-container ul ~ ul {
      margin-top: 25px;
    }
    #contact .image-container {
      flex: 1 1 385px;
    }
    #contact .content-container {
      padding-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px;
    }
    #contact .row {
      margin: 0;
    }
    #contact .address {
      list-style:none;
      padding:0
    }
    @media (min-width: 992px) {
      .no-wrap-sm {
        flex-wrap: nowrap;
      }
      #contact .form-container {
        padding: 50px 15px;
      }
      #contact .title-container {
        width: auto;
        flex: 1 0 28.6%;
      }
      #contact .title-container + .content-container {
        width: auto;
        flex: 1 1 auto;
        padding: 65px 5% 50px;
      }
    }
    .form-container> div {
      width: 79%;
    }
    .form-container .ion-form button {
      display: block;
      border: 1px solid #1ecad3;
      background-color: #1ecad3;
      color: #000;
      height: 35px;
      line-height: 35px;
      width: 190px;
      max-width: 100%;
      margin: 10px 0 0 auto;
      padding: 0;
      border-radius: 0;
      font-size: 17px;
      font-weight: 400;
      text-transform: uppercase;
      transition: 0.3s;
    }
    .form-container .ion-form button:hover {
      color: #1ecad3;
      background-color: #000;
      border: 1px solid #000;
      transition: 0.3s;
    }
    .form-container .ion-form-success {
      text-align: center;
    }
    .form-container .ion-form label {
      color: #000;
    }
    .form-container .ion-form .ion-form-group:not(.ion-form-group-radio) label {
      display: none;
    }
    .form-container ::-webkit-input-placeholder {
      color: #333;
      font-size: 16px;
      font-weight: 300;
    }
    .form-container .ion-form .ion-form-group {
      margin-bottom: 35px;
      font-size: 15px;
    }
    .form-container .ion-form .ion-form-group:not(.ion-form-group-radio) input {
      border-radius: 0;
      height: 42px;
      padding: 0 10px;
      border: 1px solid #333;
      font-size: 15px;
      color: #000;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio label {
      font-weight: 500;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio span {
      font-weight: 400;
    }
    .form-container .ion-form .ion-form-group textarea {
      border-radius: 0;
      padding: 10px 10px;
      border: 1px solid #333;
      font-size: 16px;
      color: #000;
    }
    .form-container .ion-form .ion-form-group select {
      height: 42px;
      border: 0;
      background: transparent;
      font-size: 15px;
      color: #000;
    }
    .form-container .ion-form .ion-form-group select:focus {
      outline: none;
    }
    .form-container .ion-form .ion-form-group select:invalid {
      color: #333;
      font-weight: 300;
    }
    .form-container .ion-form .ion-form-group-dropdown,
    .form-container .ion-form .ion-form-group-state {
      padding: 0 4px;
      position: relative;
      border: 1px solid #333;
      background: #fff;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox {
      margin-top: 10px;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox {
      display: flex;
      flex-wrap: wrap;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox label {
      display: block;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox label:first-of-type {
      width: 100%;
      font-weight: 500;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox label:not(:first-of-type) {
      flex-basis: 50%;
      font-weight: 400;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox span {
      display: flex;
      padding-left: 30px;
      padding-right: 15px;
      position: relative;
      font-size: 15px;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox span::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      height: 20px;
      width: 20px;
      border: 1px solid #1ecad3;
      background: #fff;
      display: block;
      transition: 0.3s;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox span::after {
      content: "\e013";
      color: #fff;
      position: absolute;
      left: 2px;
      top: 2px;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      transition: 0.3s
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox input:hover span::after {
      color: #f2f2f2;
      transition: 0.3s
    }
    .form-container .ion-form .ion-form-group.ion-form-group-checkbox input:checked ~ span::after {
      color: #000;
      transition: 0.3s;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio {
      margin-top: 10px;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio {
      display: flex;
      flex-wrap: wrap;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio label {
      display: block;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio label:first-of-type {
      width: 100%;
      font-weight: 500;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio label:not(:first-of-type) {
      flex-basis: 50%;
      font-weight: 400;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio span {
      display: flex;
      padding-left: 30px;
      padding-right: 15px;
      position: relative;
      font-size: 15px;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio span::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      height: 20px;
      width: 20px;
      border: 1px solid #1ecad3;
      background: #fff;
      display: block;
      transition: 0.3s;
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio span::after {
      content: "\e013";
      color: #fff;
      position: absolute;
      left: 2px;
      top: 2px;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      transition: 0.3s
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio input:hover span::after {
      color: #f2f2f2;
      transition: 0.3s
    }
    .form-container .ion-form .ion-form-group.ion-form-group-radio input:checked ~ span::after {
      color: #000;
      transition: 0.3s;
    }
    .form-container h3 {
      font-size: 18px;
      color: #1ecad3;
      font-weight: 600;
      margin: 30px 0 15px;
    }
    .form-container .ion-form-group-break:first-child h3 {
      margin-top: 0;
    }
    @media (min-width: 600px) {
      .form-container-stacked form {
        margin: 0 auto;
      }
      .form-container-stacked form .ion-form-group {
        flex-basis: calc(50% - 30px);
      }
      .form-container-stacked .ion-form .ion-form-group.ion-form-group-checkbox label:not(:first-of-type),
      .form-container-stacked .ion-form .ion-form-group.ion-form-group-radio label:not(:first-of-type) {
        flex-basis: 33.33%;
      }
    }
    @media (min-width: 600px) and (max-width: 991px) {
      .form-container form {
        width: 930px;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -15px;
      }
      .form-container form .ion-form-group {
        flex: 1 1 auto;
        margin: 0 15px 15px;
      }
      .form-container form .ion-form-group.ion-form-group-textarea,
      .form-container form .ion-form-group.ion-form-group-break,
      .form-container form .ion-form-group.ion-form-group-checkbox,
      .form-container form .ion-form-group.ion-form-group-radio {
        flex-basis: 100%;
      }
      .form-container .ion-btn {
        display: block;
        margin-left: auto;
        margin-right: 15px!important;
      }
      .form-container form {
        margin: 0 auto;
      }
      .form-container form .ion-form-group {
        flex-basis: calc(50% - 30px);
      }
      .form-container .ion-form .ion-form-group.ion-form-group-checkbox label:not(:first-of-type),
      .form-container .ion-form .ion-form-group.ion-form-group-radio label:not(:first-of-type) {
        flex-basis: 33.33%;
      }
    }
    #footer {
      padding: 100px 0 50px;
      color: #fff;
      background-color: #333;
      width: 100%;
    }
    #footer h3 {
      color: #fff;
      font-size: 16px;
      margin: 0 0 30px;
      font-weight: 400;
      font-family: 'Roboto Condensed', sans-serif;
    }
    #footer .flex-row {
      width: 100%;
      justify-content: space-around
    }
    #footer .flex-row> * {
      padding: 0 8px;
      margin-bottom: 40px;
    }
    #footer .social ul {
      list-style: none;
      margin: 0 0 20px;
      padding: 0;
      font-size: 15px;
    }
    .list-unstyled {
      list-style: none; 
    }
    #footer a {
      color: #fff;
    }
    #footer a:hover {
      color:#b7b7b7
    }
    #footer .logo {
      font-size:25px
    }
    #footer .logo img {
      max-width: 150px;
      height: auto;
      filter: grayscale(1) brightness(10)
    }
    #footer .logo img:hover {
      opacity: 0.5;
    }
    #footer .ada {
      text-align: center;
      padding: 20px 0;
      border-top: 1px solid rgba(255,255,255,0.5);
      border-bottom: 1px solid rgba(255,255,255,0.5);
      font-size: 14px;
      margin: 45px 0;
    }
    #footer .ada a {
      color: #fff;
    }
    #footer .ada a:hover {
      color: #03b3aa;
    }
    @media (max-width: 1199px) {
      #footer .logo {
        flex: 1 1 100%;
        text-align: center;
      }
    }
    @media (max-width: 991px) {
      #footer {
        text-align: center;
      }
      #footer .flex-row> * {
        flex: 1 1 100%;
      }
    }
    .frs-widget * {
      fill:#03b3aa
    }
    .frs-widget circle {
      fill:#fff
    }
    .frs-widget.prop-new .prop-new-item,
    .frs-widget.prop-rented .prop-rented-item {
      padding: 5px 0px 5px 0px;
      margin:0px;
    }
    .frs-widget.prop-new .prop-new-item .prop-img,
    .frs-widget.prop-rented .prop-rented-item .prop-img {
      width: 33%;
      float:left;
      margin-right:0
    }
    .frs-widget.prop-new .prop-new-item,
    .frs-widget.prop-rented .prop-rented-item {
      font-size: 0.85em;
    }
    .frs-widget.prop-new .prop-new-item .prop-info,
    .frs-widget.prop-rented .prop-rented-item .prop-info {
      width :64%;
      float:right;
    }
    .frs-widget.prop-new .prop-new-item .prop-details,
    .frs-widget.prop-rented .prop-rented-item .prop-details {
      padding-top: 5px;
    }
    .frs-widget.prop-new .prop-new-item .prop-title a {
      font-size:.85em
    }
    .frs-widget.prop-view .prop-apply,
    .frs-widget.prop-view .prop-showing {
      text-transform:none;
    }
    .frs-widget.prop-view .prop-form button {
      height:auto;
      min-width: 0;
      width: 100%;
      height: 48px;
      line-height: 48px;
      padding: 0;
    }
    .frs-widget .frs-btn,
    .frs-widget .prop-result .prop-btn a,
    .frs-tabl-link .frs-btn {
      background:#1ecad3;
      border-color:#1ecad3;
      border-width: 1px;
      border-style: solid;
      color:#fff!important;
      padding: 15px 30px;
      font-size: 18px;
      line-height: 1.1ecad33;
      border-radius: 0px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-weight: normal;
    }
    .frs-widget .frs-btn:hover,
    .frs-widget .prop-result .prop-btn a:hover,
    .frs-tabl-link .frs-btn:hover {
      color: #1ecad3 !important;
      background: #ffffff!important;
      text-decoration: none;
    }
    .frs-widget .prop-tabs {
      width: 100%;
      text-align: left;
    }
    .frs-widget .prop-tabs .prop-tab-nav ul li a {
      background: #1ecad3;
    }
    .frs-widget form input[type='text'],
    .frs-widget form select {
      border:1px solid #999
    }
    .frs-widget.prop-view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .frs-widget.prop-view .prop-tabs .prop-tab-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
    }
    .frs-widget.prop-view .prop-tabs .prop-tab-nav ul li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .frs-widget.prop-view .prop-tabs .prop-tab-nav ul li:last-child {
      margin-right: 0;
    }
    .frs-widget.prop-view .prop-tabs .prop-tab-nav ul li a {
      width: 100%;
    }
    .frs-widget.prop-view .prop-view-cmd {
      margin-left: auto;
      -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
      order: -3;
    }
    .frs-widget.prop-view .prop-title {
      line-height: 1.2em;
      margin: 15px 0 30px;
      color: #2E2E2E;
      width: 100%;
      -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
      order: -2;
    }
    .frs-widget.prop-view .prop-form {
      padding: 0!important;
    }
    .frs-widget.prop-view .prop-form label {
      width:100%;
      padding:0;
      margin-bottom:0;
      font-weight: bold;
    }
    .frs-widget.prop-view .prop-form label + br {
      display:none
    }
    .frs-widget.prop-view .prop-form input {
      padding: 3px 8px;
    }
    .frs-widget.prop-view .prop-form textarea {
      border:1px solid #999
    }
    .frs-widget.prop-view .prop-form {
      width:247px;
      padding: 0 0 15px;
      margin-bottom: 30px;
    }
    .frs-widget.prop-view .prop-form .prop-lead-form {
      padding: 15px;
      background: #f1f1f1;
    }
    .frs-widget.prop-view .prop-phone,
    .frs-widget.prop-view .prop-rent,
    .frs-widget .prop-tabs .prop-section h3,
    .frs-widget .prop-result .prop-rent {
      color: #1ecad3;
    }
    .frs-widget.prop-view .prop-form .prop-form-hdr {
      color: #fff;
      background: #1ecad3;
      border: 0;
      margin: 0;
      padding: 15px;
      text-align: center;
    }
    .frs-widget.prop-view .prop-info {
      padding-top: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
    .frs-widget.prop-view .prop-details> div {
      padding: 0px;
      margin: 0;
    }
    .frs-widget.prop-view .prop-details .prop-rent,
    .frs-widget.prop-view .prop-phone {
      margin: 20px 0 10px;
    }
    .frs-widget.prop-view .prop-gallery {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 50%;
    }
    .frs-widget.prop-view .prop-gallery .prop-img {
      overflow: hidden;
      margin-bottom: 4px;
    }
    .frs-widget.prop-view .prop-gallery .prop-img img {
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
    }
    .frs-widget.prop-view .prop-gallery .prop-img a:hover {
      opacity: 1;
    }
    .frs-widget.prop-view .prop-gallery .prop-img a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmb-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      position: relative;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs {
      margin: 0 0 0 -8px;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb,
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb:first-child {
      width: 25%;
      margin: 0;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      float: none;
      overflow: hidden;
      position: relative;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb a {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 80%;
      position: relative;
      margin: 4px 8px;
      overflow: hidden;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb a:hover {
      opacity: 1;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb img {
      max-width: none;
      max-height: none;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }
    .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb a:hover img {
      -webkit-transform: translate(-50%,-50%) scale(1.05);
      -ms-transform: translate(-50%,-50%) scale(1.05);
      transform: translate(-50%,-50%) scale(1.05);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }
    .frs-widget.prop-view .prop-gallery .prop-gallery-count {
      margin: 15px auto 35px;
      font-size: 14px;
      font-weight: 300;
    }
    .frs-widget.prop-view .prop-section h3 {
      font-weight: 400;
      margin: 0 0 10px;
    }
    .frs-widget.prop-view .prop-links {
      border: 0;
    }
    .frs-widget .prop-tabs .prop-section> div {
      margin: 8px 0px;
    }
    .frs-widget.prop-view .prop-details-tab .prop-video,
    .frs-widget.prop-view .prop-video-tab {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .frs-widget.prop-view .prop-details-tab .prop-video iframe,
    .frs-widget.prop-view .prop-video-tab iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0;
    }
    .frs-widget form label {
      font-weight:normal
    }
    .prop-list-paging {
      text-align: center;
      margin: 25px auto 0;
    }
    .frs-paging {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .frs-paging-btn.active a {
      background-color: #1ecad3;
      color: #fff;
    }
    .frs-paging-btn a {
      height: 35px;
      width: 35px;
      line-height: 35px;
      min-width: unset;
      display: inline-block;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 3px;
    }
    .frs-paging-btn a:hover {
      text-decoration: none;
      opacity: 1;
    }
    .frs-paging-btn:not(.active) a:hover {
      background-color: #dedede;
      color: #333;
    }
    .frs-paging-btn:first-child:not(.active) a,
    .frs-paging-btn:last-child:not(.active) a {
      width: auto;
      background: transparent;
    }
    .frs-paging-btn:first-child:not(.active) a:hover,
    .frs-paging-btn:last-child:not(.active) a:hover {
      color: #1ecad3;
    }
    .frs-paging-btn:first-child:not(.active) a::after {
      content: '>';
      padding-left: 8px;
    }
    .frs-paging-btn:last-child:not(.active) a::before {
      content: '<';
      padding-right: 8px;
    }
    .prop-map {
      height: 550px;
      width: 100%;
    }
    .frs-widget .hide.active {
      display: block!important;
    }
    .lightbox .lb-image {
      max-width: inherit;
    }
    .prop-ad-links * {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-filter: gray;
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale")
    }
    @media screen and (max-width:1199px);
     {
      .frs-widget.prop-list .prop-search {
        padding:20px 50px
      }
      .frs-widget.prop-view .prop-info {
        margin: 0 1%;
        width: 21%;
      }
      .frs-widget.prop-view .prop-thmbs {
        display: block;
      }
      .frs-widget.prop-view .prop-gallery {
        margin: 0;
        width: 50%;
      }
    }
    @media screen and (max-width:1060px);
     {
      .frs-widget.prop-list .prop-search {
        padding:20px 50px
      }
      .frs-widget.prop-view .prop-info {
        margin: 0 1%;
        width: 21%;
      }
      .frs-widget.prop-view .prop-thmbs {
        display: block;
      }
      .frs-widget.prop-view .prop-gallery {
        margin: 0;
        width: 50%;
      }
    }
    @media screen and (max-width: 991px) {
      .frs-widget.prop-view .prop-form {
        width: 100%;
        max-width: 500px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 50px auto 0;
      }
      .frs-widget.prop-view .prop-info {
        width: 30%;
        padding-left: 0;
        padding-top: 0;
        margin-left: 0;
      }
      .frs-widget.prop-view .prop-gallery {
        width: 60%;
      }
      .frs-widget.prop-view .prop-links {
        width: 100%;
        text-align: center;
      }
    }
    @media screen and (max-width: 890px) {
      .frs-widget.prop-list .prop-search {
        padding:20px 10px
      }
    }
    @media screen and (max-width: 768px) {
      .frs-widget.prop-list .prop-search .prop-search-form-rent {
        clear:both
      }
      .frs-widget.prop-list .prop-search .prop-search-form-button {
        clear:both;
        float:none
      }
      .frs-widget .prop-result .prop-img,
      .frs-widget .prop-result .prop-info,
      .frs-widget .prop-result .prop-details {
        float:none;
        width:100%;
        text-align:center
      }
      .prop-list-paging {
        position: relative;
        display: inline-block
      }
      .frs-widget.prop-list .prop-search .prop-search-form-keyword,
      .frs-widget.prop-list .prop-search .prop-search-form-rent,
      .frs-widget.prop-list .prop-search .prop-search-form-pets,
      .frs-widget.prop-list .prop-search .prop-search-form-sort,
      .frs-widget.prop-list .prop-search .prop-search-form-button {
        width:100%;
        margin-left:0;
        padding-left:0
      }
      .frs-widget.prop-list .prop-search .prop-search-form-beds,
      .frs-widget.prop-list .prop-search .prop-search-form-baths {
        width:49%;
        margin-left:0;
        padding-left:0
      }
      .frs-widget.prop-list .prop-search .prop-search-form-baths {
        margin-left:2%
      }
      .frs-widget {
        text-align:center
      }
      .frs-widget.prop-view .prop-form,
      .frs-widget.prop-view .prop-info {
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
      }
      .frs-widget.prop-view .prop-info {
        margin-bottom: 35px;
      }
      .frs-widget.prop-view .prop-gallery {
        max-width: 100%;
      }
      .frs-widget.prop-view .prop-form label {
        text-align: left;
      }
      .frs-widget.prop-view .prop-info {
        margin-left:0px;
      }
      .frs-widget.prop-view .prop-gallery {
        margin-left:0%;
        clear:both;
        width:100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
      }
      .frs-widget.prop-view .prop-links {
        width:100%
      }
      .frs-widget.prop-view .prop-gallery .prop-gallery-count {
        padding-bottom: 10px;
      }
    }
    @media screen and (max-width: 560px) {
      .frs-widget.prop-list .prop-search .prop-search-form-keyword,
      .frs-widget.prop-list .prop-search .prop-search-form-rent,
      .frs-widget.prop-list .prop-search .prop-search-form-pets,
      .frs-widget.prop-list .prop-search .prop-search-form-sort,
      .frs-widget.prop-list .prop-search .prop-search-form-button {
        width:100%;
        margin-left:0;
        padding-left:0
      }
      .frs-widget.prop-list .prop-search .prop-search-form-beds,
      .frs-widget.prop-list .prop-search .prop-search-form-baths {
        width:49%;
        margin-left:0;
        padding-left:0
      }
      .frs-widget.prop-list .prop-search .prop-search-form-baths {
        margin-left:2%
      }
      .frs-widget.prop-view .prop-form,
      .frs-widget.prop-view .prop-info {
        width:100%
      }
      .frs-widget.prop-view .prop-info {
        margin: 0 0 40px;
        padding: 0px;
      }
      .frs-widget.prop-view .prop-form {
        padding-right:0
      }
      .frs-widget.prop-view .prop-form form input[type='text'],
      .frs-widget.prop-view .prop-form form textarea {
        width: 100%;
      }
    }
    @media screen and (max-width: 475px) {
      .frs-widget.prop-view .prop-tabs .prop-tab-nav ul {
        height:auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align:center;
        width:100%;
      }
      .frs-widget.prop-view .prop-tabs .prop-tab-nav ul li {
        width:100%;
        margin: 0 0 2px
      }
      .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb,
      .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb:first-child {
        width: 25%;
      }
    }
    @media screen and (max-width: 375px) {
      .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb,
      .frs-widget.prop-view .prop-gallery .prop-thmbs .prop-thmb:first-child {
        width: 33.33%;
      }
    }
    @media (max-width: 991px) {
      .mobile-show {
        display: block !Important;
      }
      .mobile-hide {
        display: none !Important;
      }
    }

    .frs-widget.prop-view .prop-links .prop-share .prop-fb {
      width: 127px;
      margin: 0 10px;
      height: 23px;
    }
    .frs-widget.prop-view .prop-links .prop-share .prop-twitter {
      margin: 0 0 0 10px;
    }
    .frs-widget.prop-view .prop-links .prop-share .prop-pintrest {
      position: relative;
      top: -6px;
      left: 4px;
    }
    .frs-widget-v2.prop-view .frs-btn {
      background: #1ecad3!important;
      border: 1px solid #1ecad3!important;
    }
    .frs-widget-v2.prop-view .frs-btn:hover {
      color: #1ecad3!important;
      background: #fff!important
    }
    .frs-widget-v2.prop-view .prop-info-panel .prop-gallery:hover .prop-gallery-count {
      background: #1ecad3!important;
    }
    .frs-widget-v2 .prop-tabs .prop-tab-nav ul li a {
      background: #1ecad3!important;
    }
    #frs-explorer .frs-explorer-listing-view .frs-btn {
      background: #1ecad3!important;
      border: 1px solid #1ecad3!important;
    }
    #frs-explorer .frs-explorer-listing-view .frs-btn:hover {
      color: #1ecad3!important;
    }
    #frs-explorer .frs-explorer-listing-view .prop-info-panel .prop-gallery:hover .prop-gallery-count {
      background: #1ecad3!important;
    }
    #frs-explorer .frs-explorer-listing-view .prop-tabs .prop-tab-nav ul li a {
      background: #1ecad3!important;
    }
    #frs-explorer .frs-explorer-map-list-item-info .frs-explorer-map-list-item-amount {
      color: #1ecad3!important;
    }
    #frs-explorer .frs-explorer-header .input-group-addon {
      background: #1ecad3!important;
    }
    #frs-explorer .frs-price-marker {
      background: #1ecad3!important;
    }
    [class^="icon-"],
    [class*=" icon-"] {
      height: 32px;
      width: 32px;
      display: inline-block;
      fill: currentColor;
    }
    /* sticky header */
.launch-sticky-header.affix {
	position:fixed!important;
	width:100%;
}

/* launch menu */
.launch-menu-mask { display:none; position:fixed;  top:0px; bottom:0px; left:0px; right:0px; z-index:9998; background:#333; opacity:.75; }
.launch-menu-button { cursor:pointer; }
.launch-menu { z-index:9999; overflow:auto; }
.launch-menu.sidebar, .launch-menu.sidebar-right { position:fixed; top:0px; bottom:0px; right:-300px; width:300px; background:#fff; z-index:9999; }
.launch-menu ul { margin:0; padding:0; }
.launch-menu ul li { list-style:none; padding:0 20px; margin:0; }
.launch-menu > ul > li > ul { margin:0 -20px; }
.launch-menu > ul > li { font-size:1.2em; line-height:2.4em; }
.launch-menu > ul > li > ul > li { padding:0 40px; font-size:1em; line-height:2.4em; }
.launch-menu ul li a { display:block; }
.launch-menu .launch-menu-close { text-align:center; height:60px; line-height:57px; cursor:pointer; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s;  background-position:center center; background-repeat:no-repeat; }
.launch-menu .launch-menu-close:hover { opacity:.7; }

/* launch banner */
.launch-image-banner {
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.launch-image-banner.full {
	height:100%;
}
.launch-image-banner.random .image-list {
	display:none;
}

/* launch accordion */
.launch-accordion, .launch-accordion > li { list-style:none; margin:0; padding:0; }
.launch-accordion > li > h4, .launch-accordion > li > div { display:block; border-style:solid; border-width:1px; border-color:#333; margin:0; padding:0 15px; }
.launch-accordion > li > h4 { line-height:2.8em; cursor:pointer; }
.launch-accordion > li { margin-bottom:20px; }
.launch-accordion > li > div { border-top:0; padding:20px; display:none; }
.launch-accordion > li.open > div { display:block; }

.launch-accordion.no-margin > li { margin-bottom:0; }
.launch-accordion.no-margin > li:nth-child(n+2) > h4 { border-top:0; }

/* launch carousel */
.carousel.background, .carousel.background .carousel-inner { height:100%; }
.carousel.background .item {
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

/* image */
img { max-width:100%; height:auto; }
img.content { float:left; margin:5px 15px 15px 0; padding:5px; }

/* video wrapper */
.video-wrapper { position:relative; display:block; height:0; padding:0; overflow:hidden; }
.video-wrapper, .video-wrapper.video-16by9 { padding-bottom:56.25%; }
.video-wrapper.video-4by3 { padding-bottom:75%; }
.video-wrapper iframe { position:absolute; top:0; bottom:0; left:0; width:100%; height:100%; border:0; }

/* button spacing */
p > .btn { margin-right:20px; }
p > .btn:last-child{ margin-right:0px; }

/* mobile helper classes */
.phone-show, .tablet-show, .mobile-show, .desktop-hide, .print-show { display:none !important; }
.desktop-show { display:inherit !important; }
@media (max-width: 767px) {
	.desktop-hide, .phone-show, .mobile-show { display:inherit !important; }
	.desktop-show, .phone-hide, .mobile-hide { display: none !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.desktop-hide, .tablet-show, .mobile-show { display:inherit !important; }
	.desktop-show, .tablet-hide, .mobile-hide { display: none !important; }
}
@media print {
	.print-show { display:inherit !important; }
	.print-hide { display: none !important; }
}

/* responsive text helper */
@media (max-width: 767px) {
	.text-left-xs { text-align:left; }
	.text-center-xs { text-align:center; }
	.text-right-xs { text-align:right; }
	.text-justify-xs { text-align:justify; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.text-left-sm, .text-left-xs { text-align:left; }
	.text-center-sm, .text-center-xs { text-align:center; }
	.text-right-sm, .text-right-xs { text-align:right; }
	.text-justify-sm, .text-justify-xs { text-align:justify; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text-left-md, .text-left-sm, .text-left-xs { text-align:left; }
	.text-center-md, .text-center-sm, .text-center-xs { text-align:center; }
	.text-right-md, .text-right-sm, .text-right-xs { text-align:right; }
	.text-justify-md, .text-justify-sm, .text-justify-xs { text-align:justify; }
}
@media (min-width: 1200px) {
	.text-left-lg, .text-left-md, .text-left-sm, .text-left-xs { text-align:left; }
	.text-center-lg, .text-center-md, .text-center-sm, .text-center-xs { text-align:center; }
	.text-right-lg, .text-right-md, .text-right-sm, .text-right-xs { text-align:right; }
	.text-justify-lg, .text-justify-md, .text-justify-sm, .text-justify-xs { text-align:justify; }
}

/* simple grid */
.col-25, .col-33, .col-50 { float:left; }
.col-25 { width:25%; }
.col-33 { width:33.33333333%; }
.col-50 { width:50%; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 992px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left; }
	.col-12 { width: 100%; }
	.col-11 { width: 91.66666667%; }
	.col-10 { width: 83.33333333%; }
	.col-9 { width: 75%; }
	.col-8 { width: 66.66666667%; }
	.col-7 { width: 58.33333333%; }
	.col-6 { width: 50%; }
	.col-5 { width: 41.66666667%; }
	.col-4 { width: 33.33333333%; }
	.col-3 { width: 25%; }
	.col-2 { width: 16.66666667%; }
	.col-1 { width: 8.33333333%; }
	.col-pull-12 { right: 100%; }
	.col-pull-11 { right: 91.66666667%; }
	.col-pull-10 { right: 83.33333333%; }
	.col-pull-9 { right: 75%; }
	.col-pull-8 { right: 66.66666667%; }
	.col-pull-7 { right: 58.33333333%; }
	.col-pull-6 { right: 50%; }
	.col-pull-5 { right: 41.66666667%; }
	.col-pull-4 { right: 33.33333333%; }
	.col-pull-3 { right: 25%; }
	.col-pull-2 { right: 16.66666667%; }
	.col-pull-1 { right: 8.33333333%; }
	.col-pull-0 { right: auto; }
	.col-push-12 { left: 100%; }
	.col-push-11 { left: 91.66666667%; }
	.col-push-10 { left: 83.33333333%; }
	.col-push-9 { left: 75%; }
	.col-push-8 { left: 66.66666667%; }
	.col-push-7 { left: 58.33333333%; }
	.col-push-6 { left: 50%; }
	.col-push-5 { left: 41.66666667%; }
	.col-push-4 { left: 33.33333333%; }
	.col-push-3 { left: 25%; }
	.col-push-2 { left: 16.66666667%; }
	.col-push-1 { left: 8.33333333%; }
	.col-push-0 { left: auto; }
	.col-offset-12 { margin-left: 100%; }
	.col-offset-11 { margin-left: 91.66666667%; }
	.col-offset-10 { margin-left: 83.33333333%; }
	.col-offset-9 { margin-left: 75%; }
	.col-offset-8 { margin-left: 66.66666667%; }
	.col-offset-7 { margin-left: 58.33333333%; }
	.col-offset-6 { margin-left: 50%; }
	.col-offset-5 { margin-left: 41.66666667%; }
	.col-offset-4 { margin-left: 33.33333333%; }
	.col-offset-3 { margin-left: 25%; }
	.col-offset-2 { margin-left: 16.66666667%; }
	.col-offset-1 { margin-left: 8.33333333%; }
	.col-offset-0 { margin-left: 0; }
}
@media (max-width: 991px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { padding-left:15px!important; padding-right:15px!important; }
}

/* clear / height */
div.clear, div.clr { clear:both; display:block; }
div .height-xs { height:15px; }
div .height-sm { height:20px; }
div .height-md { height:25px; }
div .height-lg { height:30px; }
div .height-xl { height:35px; }

/* padding */
.padding-none, .padding-none-xs, .padding-none-sm, .padding-none-md, .padding-none-lg, .padding-none-xl { padding-top:0; padding-bottom:0; }
.padding-xs, .padding-xs-none, .padding-xs-sm, .padding-xs-md, .padding-xs-lg, .padding-xs-xl { padding-top:10px; padding-bottom:10px; }
.padding-sm, .padding-sm-none, .padding-sm-xs, .padding-sm-sm, .padding-sm-md, .padding-sm-lg, .padding-sm-xl { padding-top:15px; padding-bottom:15px; }
.padding-md, .padding-md-none, .padding-md-xs, .padding-md-sm, .padding-md-md, .padding-md-lg, .padding-md-xl { padding-top:20px; padding-bottom:20px; }
.padding-lg, .padding-lg-none, .padding-lg-xs, .padding-lg-sm, .padding-lg-md, .padding-lg-lg, .padding-lg-xl { padding-top:25px; padding-bottom:25px; }
.padding-xl, .padding-xl-none, .padding-xl-xs, .padding-xl-sm, .padding-xl-md, .padding-xl-lg, .padding-xl-xl { padding-top:30px; padding-bottom:30px; }

.padding-none, .padding-xs-none, .padding-sm-none, .padding-md-none, .padding-lg-none, .padding-xl-none { padding-left:0; padding-right:0; }
.padding-xs, .padding-none-xs, .padding-xs-xs, .padding-sm-xs, .padding-md-xs, .padding-lg-xs, .padding-xl-xs { padding-left:10px; padding-right:10px; }
.padding-sm, .padding-none-sm, .padding-xs-sm, .padding-sm-sm, .padding-md-sm, .padding-lg-sm, .padding-xl-sm { padding-left:15px; padding-right:15px; }
.padding-md, .padding-none-md, .padding-xs-md, .padding-sm-md, .padding-md-md, .padding-lg-md, .padding-xl-md { padding-left:20px; padding-right:20px; }
.padding-lg, .padding-none-lg, .padding-xs-lg, .padding-sm-lg, .padding-md-lg, .padding-lg-lg, .padding-xl-lg { padding-left:25px; padding-right:25px; }
.padding-xl, .padding-none-xl, .padding-xs-xl, .padding-sm-xl, .padding-md-xl, .padding-lg-xl, .padding-xl-xl { padding-left:30px; padding-right:30px; }

.padding-right-xs { padding-right:10px; }
.padding-right-sm { padding-right:15px; }
.padding-right-md { padding-right:20px; }
.padding-right-lg { padding-right:25px; }
.padding-right-xl { padding-right:30px; }

.padding-left-xs { padding-left:10px; }
.padding-left-sm { padding-left:15px; }
.padding-left-md { padding-left:20px; }
.padding-left-lg { padding-left:25px; }
.padding-left-xl { padding-left:30px; }

.padding-top-xs { padding-top:10px; }
.padding-top-sm { padding-top:15px; }
.padding-top-md { padding-top:20px; }
.padding-top-lg { padding-top:25px; }
.padding-top-xl { padding-top:30px; }

.padding-bottom-xs { padding-bottom:10px; }
.padding-bottom-sm { padding-bottom:15px; }
.padding-bottom-md { padding-bottom:20px; }
.padding-bottom-lg { padding-bottom:25px; }
.padding-bottom-xl { padding-bottom:30px; }
