/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

.bg-white .button:hover {
  background-color: black; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.aligncenter {
  display: block;
  margin: 0.9375rem auto; }

.alignleft,
.alignright {
  margin-bottom: 0.9375rem; }

.filters .button.no-margin.dropdown {
  margin-top: 2px;
  margin-bottom: 2px; }

.filters .filter-button:after {
  content: attr(data-count);
  float: right; }

#filter-section-bathrooms button:last-of-type:after {
  content: "+"; }

#filter-section-bathrooms button:first-child:after {
  content: ""; }

.filter-sort-bar {
    width: 100%;
    background-color: #eae8d9; 
    position: unset !important;
    margin-bottom:60px;
    float:left;
}
  .filter-sort-bar .top-button-bar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: inherit;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-sort-bar .filter-options-bar {
    background-color: inherit; }
  .filter-sort-bar button {
    margin: 0;
    font-size: 13px;
    padding: .5em 1em;
    border-radius: 7px;
    background-color: #f7f6ef;
    color: #144733;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 0;
    white-space: nowrap;
    outline-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .filter-sort-bar button.active, .filter-sort-bar button.filter-active {
      background-color: #144733;
      color: white;
      font-weight: normal; }
  .filter-sort-bar .filter-options-box {
    display: block;
    width: 100%;
/*     padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: absolute; */
    z-index: 2;
    background-color: #eae8d9;
    left: 0; }
    @media (min-width: 964px) {
      .filter-sort-bar .filter-options-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        background-color: #d8d4b8; } }
    .filter-sort-bar .filter-options-box div.filter-section {
      width: 100%; }
      @media (min-width: 964px) {
        .filter-sort-bar .filter-options-box div.filter-section {
          overflow-y: hidden;
          height: 5em;
          height: auto;
          width: auto;
          overflow-y: hidden;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          padding-left: 1rem;
          padding-right: 1rem; } }
    .filter-sort-bar .filter-options-box h6.filter-field-heading {
      width: 100%;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: .5rem;
      margin-bottom: .5rem; }
    .filter-sort-bar .filter-options-box .filter-field-options {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      overflow-x: scroll;
      padding-bottom: 24px; }
      @media (min-width: 964px) {
        .filter-sort-bar .filter-options-box .filter-field-options {
          overflow-x: hidden;
          padding-bottom: 0; } }
  .filter-sort-bar .sort-options-box {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    cursor: pointer;
    background-color: inherit;
    position: absolute;
    width: 100%;
    left: 0; }
    @media (min-width: 964px) {
      .filter-sort-bar .sort-options-box {
        background-color: #d8d4b8;
        position: absolute;
        width: 320px;
        left: initial;
        right: 0; } }
    .filter-sort-bar .sort-options-box ul.sort-options-list {
      list-style-type: none;
      text-align: center;
      margin: 0; }
      .filter-sort-bar .sort-options-box ul.sort-options-list li {
        padding: 4px 0;
        color: #332b2a; }
        .filter-sort-bar .sort-options-box ul.sort-options-list li.sort-active {
          font-weight: bold;
          border: 1px solid #332b2a;
          border-radius: 7px; }
          @media (min-width: 964px) {
            .filter-sort-bar .sort-options-box ul.sort-options-list li.sort-active {
              background-color: #eae8d9; } }
        .filter-sort-bar .sort-options-box ul.sort-options-list li:hover {
          background-color: #eae8d9; }
        .filter-sort-bar .sort-options-box ul.sort-options-list li .sort-field {
          text-transform: capitalize; }

.fixed-to-top {
  position: fixed;
  z-index: 2; }

.filters > * {
  margin-right: 1em; }

/* custom css for fliter */


.ck-button {
    margin:4px;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
    width: auto;
   border-radius: 7px;
    background-color: #f7f6ef;
   font-size: 13px;
   display: inline-block;
}

.ck-button label {
    float:left;
    width: 100%; 
}

.ck-button label span {
    text-align:center;
    padding: 8px 10px;
    display:block;
    border-radius:4px;
   color: #144733;
    font-weight: bold;
   background-color: #f7f6ef;
}

.ck-button label input {
    position:absolute;
    top:-20px;
   display: none;
}

.ck-button input:hover + span {
    background-color:#f6f6f6;
   color: #000;
}

.ck-button input:checked + span {
    background-color: #144733;
    color: white;
    font-weight: normal;
}

.ck-button:checked {
    background-color: #144733;
}

.ck-button input:checked:hover + span {
    background-color: #f7f6ef;
    color: #144733;
}
