.neo__details > div > aside > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

img.lazy {
  display: block
}

body[id=plans] {
  background-image: url("../_ui/grfx/pattern-background.png");
  background-color: #2A3446;
  -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px;
  background-position: 0 0;
  background-repeat: repeat
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 26px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-opacity: .75;
  -moz-opacity: .75;
  -ms-opacity: .75;
  -o-opacity: .75;
  opacity: .75;
  filter: alpha(opacity=75)
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: bold
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

.neo__filter {
  padding: calc(2vw + 20px) 0;
  background: #CD9486
}

.neo__filter > div {
  width: 88%;
  margin: auto;
  max-width: 1480px
}

@media screen and (max-width: 1480px) {
  .neo__filter > div {
    width: 92%
  }
}

@media screen and (max-width: 1280px) {
  .neo__filter > div {
    width: 94%
  }
}

.neo__filter > div > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

.neo__filter > div > ul > li {
  flex: 1
}

.neo__filter > div > ul > li h6 {
  margin: 10px 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-family: "Prompt-Bold";
  font-size: 17px;
  color: #ffffff;
  /* text-transform: uppercase; */
}

.neo__filter > div > ul > li h6._hide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.neo__filter > div > ul > li button {
  outline: none;
  border: none;
  background: transparent;
  height: calc(42px + 2px);
  cursor: pointer;
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  line-height: 42px;
  letter-spacing: 1px;
  color: #2A3446;
  font-family: "Prompt-SemiBold";
  text-transform: uppercase;
  font-size: 15px
}

@media screen and (max-width: 1480px) {
  .neo__filter > div > ul > li button {
    font-size: calc(16px + -2 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__filter > div > ul > li button {
    font-size: 14px
  }
}

@media screen and (max-width: 1280px) {
  .neo__filter > div > ul > li button {
    margin: 0 5px
  }
}

.neo__filter > div > ul > li button:hover {
  color: #C3DADB
}

.neo__filter > div > ul > li button.neo_search {
  background: #C3DADB;
  padding: 0 calc(2vw + 5px);
  color: #000;
  outline: 1px #CD9486 solid;
  outline-offset: -4px;
}

.neo__filter > div > ul > li button.neo_search:hover {
  background: #fff;
  color: #000
}

.neo__filter > div > ul > li button.neo_clear {
  color: #fff;
  font-family: "Prompt-Regular";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

.neo__filter > div > ul > li button.neo_clear:hover {
  color: #C3DADB;
}

.nice-select {
  width: 70%
}

@media screen and (max-width: 1480px) {
  .nice-select {
    width: 75%
  }
}

@media screen and (max-width: 1280px) {
  .nice-select {
    width: 85%
  }
}

.nice-select span,
.nice-select li {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: "Prompt-SemiBold";
  line-height: 1.2;
  color: #2A3446;
  text-transform: uppercase;
  font-size: 14px
}

@media screen and (max-width: 1480px) {

  .nice-select span,
  .nice-select li {
    font-size: calc(15px + -3 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {

  .nice-select span,
  .nice-select li {
    font-size: 12px
  }
}

.nice-select.open .list {
  width: 100%
}

option {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Regular" !important;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.43;
  color: #7F231D
}

.neo_beds {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: start;
  -webkit-justify-content: start
}

.neo_beds span {
  position: relative;
  margin: 0 10px 0 0
}

@media screen and (max-width: 1480px) {
  .neo_beds span {
    margin: 0 5px 0 0
  }
}

@media screen and (max-width: 1280px) {
  .neo_beds span {
    margin: 0 5px 5px 0
  }
}

@media screen and (max-width: 1080px) {
  .neo_beds span {
    min-width: 20%
  }
}

@media screen and (max-width: 640px) {
  .neo_beds span {
    min-width: 15%;
    margin: 0 auto
  }
}

.neo_beds span input[type=checkbox],
.neo_beds span input[type=radio] {
  position: absolute;
  visibility: hidden
}

.neo_beds span label {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  font-family: "Prompt-SemiBold";
  color: #2A3446;
  border: solid #fff 1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear
}

.neo_beds span label:hover {
  background: rgba(255, 255, 255, 0.85)
}

@media screen and (max-width: 960px) {
  .neo_beds span label {
    width: 42px;
    height: 42px;
    line-height: 42px
  }
}

.neo_beds span input[type=checkbox]:checked ~ label,
.neo_beds span input[type=radio]:checked ~ label {
  background: #7F231D;
  color: #fff;
  border-color: #7F231D
}

.neo_beds span input[type=checkbox]:checked ~ label:hover,
.neo_beds span input[type=radio]:checked ~ label:hover {
  background: rgba(127, 35, 29, 0.5)
}

.neo_range {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  width: 100%;
  height: 30px;
  position: relative;
  user-select: none
}

.neo_range:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  background: #444a54;
  width: calc(100% * (2 / 3));
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.neo_range input,
.neo_range label {
  box-sizing: border-box;
  flex: 1;
  user-select: none;
  cursor: pointer
}

.neo_range label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  user-select: none
}

.neo_range label::before {
  content: attr(data-range-amount);
  position: absolute;
  left: 0%;
  padding-top: 5px;
  margin-left: -5px;
  transform: translate(-10%, 25px);
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out
}

.neo_range label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  border: solid #f9cb38 2px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out
}

.neo_range label:hover::after {
  -webkit-transform: translate(0%, -50%) scale(1.25);
  -moz-transform: translate(0%, -50%) scale(1.25);
  -ms-transform: translate(0%, -50%) scale(1.25);
  -o-transform: translate(0%, -50%) scale(1.25);
  transform: translate(0%, -50%) scale(1.25)
}

.neo_range input {
  display: none
}

.neo_range input:checked + label::before {
  font-weight: 700;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100)
}

.neo_range input:checked + label::after {
  border-width: 4px;
  transform: translate(-50%, -50%) scale(0.75)
}

.neo_range input:checked ~ #range_select {
  opacity: 1
}

.neo_range input:checked:nth-child(1) ~ #range_select {
  left: 0%
}

.neo_range input:checked:nth-child(3) ~ #range_select {
  left: 34%
}

.neo_range input:checked:nth-child(5) ~ #range_select {
  left: 68%
}

.neo_range #range_select {
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background: #DBB32F;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: solid #DBB32F 2px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.neo__plans {
  background-color: #2A3446;
  background-image: url("../_ui/grfx/tile-dark-blue.svg");
  /* -webkit-background-size: 350px;
  -moz-background-size: 350px;
  background-size: 350px;
  -o-background-size: 350px; */
  background-position: top center;
  background-repeat: repeat;
}

.neo__plans > div {
  width: 88%;
  margin: auto;
  max-width: 1480px;
  padding: calc(2vw + 10px) 0 calc(4vw + 25px);
  min-height: 80vh;
}

@media screen and (max-width: 1280px) {
  .neo__plans > div {
    width: 94%
  }
}

.neo__details > div h6,
.neo__details > div p,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length input {
  /* font-weight: 500; */
  font-family: "Prompt-SemiBold"
}

.neo__details {
  background: #fff;
  overflow: hidden;
  min-height: 100vh
}

.neo__details > div {
  width: 88%;
  max-width: 1480px;
  margin: 0 auto;
  background: #fff;
  padding: calc(2vw + 20px) 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

.neo__details > div:before,
.neo__details > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

.neo__details > div > article,
.neo__details > div aside {
  flex: 1;
  position: relative
}

.neo__details > div > article {
  width: 70%;
  min-width: 70%;
  max-height: 1020px;
  position: relative
}

.neo__details > div > article figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

.neo__details > div > article figure:before,
.neo__details > div > article figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

.neo__details > div > article figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ""
}

.neo__details > div > article figure img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 65%
}

.neo__details > div > aside {
  width: 30%;
  min-width: 30%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0
}

.neo__details > div > aside > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%
}

.neo__details > div > aside > div:before,
.neo__details > div > aside > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

@media screen and (max-width: 1080px) {
  .neo__details > div {
    width: 94%;
    padding: calc(4vw + 25px) 0
  }
}

.neo__details > div strong {
  white-space: nowrap;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-decoration: none;
  color: #2A3446;
  text-transform: uppercase;
  font-family: "Prompt-Regular";
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 1480px) {
  .neo__details > div strong {
    font-size: calc(14px + -1 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__details > div strong {
    font-size: 13px
  }
}

.neo__details > div h6 {
  color: #2A3446;
  line-height: 1.74;
  margin: 10px 0 25px;
  white-space: nowrap;
  font-size: 70px;
  font-family: "Prompt-SemiBold";
  text-transform: lowercase;
}



@media screen and (max-width: 1480px) {
  .neo__details > div h6 {
    font-size: calc(50px + -18 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__details > div h6 {
    font-size: 36px
  }
}

.neo__details > div p {
  margin: 10px 0;
  font-size: 17px;
  color: #2A3446;
  line-height: 1.44;
  font-weight: 600;
  font-family: "Prompt-Regular"
}

.neo__details > div p._link {
  margin: 50px 0 0 0;
  text-align: center
}

.neo__details > div p._link > a,
.neo__details > div p._link > button {
  display: table;
  width: 90%;
  min-width: 200px;
  margin: 20px 0
}

.neo__details > div p._link + p._link {
  margin-top: 20px
}

.neo__details > div p._lg {
  font-size: 20px;
  margin-top: calc(2vw + 20px);
  color: #2A3446;
  font-weight: 600;
  font-family: "Prompt-Regular";
}

.neo__details > div article {
  max-height: 100%
}

.neo__details > div article p {
  margin: 25px 0 0 0;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Prompt-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  /* color: rgba(68, 74, 84, 0.45); */
  color: #2A3446;
}

.neo__details > div article figure {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  margin: auto
}

table {
  width: 100%;
  max-width: 100%;
  display: table;
  margin: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1)
}

table thead {
  background: #2A3446;
  height: 40px
}

table thead th {
  white-space: nowrap;
  border: 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-family: "Prompt-Bold";
  text-transform: uppercase;
  font-size: 16px
}

@media screen and (max-width: 1480px) {
  table thead th {
    font-size: calc(17px + -3 * (100vw - 1480px) / -1120)
  }
}

@media screen and (max-width: 360px) {
  table thead th {
    font-size: 14px
  }
}

table tbody td {
  border: 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.43;
  color: #2A3446;
  font-family: "Prompt-SemiBold";
  font-size: 16px;
  border-bottom: solid rgba(134, 149, 154, 0.25) 2px
}

@media screen and (max-width: 1480px) {
  table tbody td {
    font-size: calc(16px + -3 * (100vw - 1480px) / -1120)
  }
}

@media screen and (max-width: 360px) {
  table tbody td {
    font-size: 13px
  }
}

/* table tbody td._normal {
  color: rgba(68, 74, 84, 0.85);
  font-weight: 300;
  font-family: "GreycliffCF-Regular"
} */

table.dataTable > tbody > tr.child ul li {
  text-align: left
}

table.dataTable > tbody > tr.child span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.43;
  color: #2A3446;
  font-weight: 700;
  font-size: 14px
}

table.dataTable > tbody > tr.child span.dtr-title {
  font-family: "Prompt-Regular";
}

@media screen and (max-width: 1480px) {
  table.dataTable > tbody > tr.child span {
    font-size: calc(14px + -2 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  table.dataTable > tbody > tr.child span {
    font-size: 12px
  }
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 18px 0.5vw;
  min-height: 25px;
  text-align: center
}

table.dataTable tbody img {
  cursor: pointer
}

table.dataTable tbody .neo_btn {
  display: table;
  margin: auto
}

.dataTables_wrapper {
  width: 100%
}

.dataTables_wrapper .dataTables_info {
  background: #fff;
  height: 40px;
  width: 100%;
  padding: 0.755em 10px 0.755em 3em;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  color: #2A3446;
  font-family: "Prompt-SemiBold";
  font-size: 14px
}

@media screen and (max-width: 1480px) {
  .dataTables_wrapper .dataTables_info {
    font-size: calc(16px + -2 * (100vw - 1480px) / -1120)
  }
}

@media screen and (max-width: 360px) {
  .dataTables_wrapper .dataTables_info {
    font-size: 14px
  }
}

table.dataTable {
  min-width: 100%
}

table.dataTable.no-footer {
  border: none
}

.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  background: #fff;
  padding: 25px 0 50px;
  text-align: center
}

.dataTables_wrapper .dataTables_paginate a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Bold";
  letter-spacing: 0px;
  text-decoration: none;
  color: #2A3446;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.43
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(134, 149, 154, 0);
  border-color: transparent;
  color: #7F231D !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #7F231D;
  pointer-events: none;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: calc(33px + 0px);
  color: white !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.dataTables_wrapper .dataTables_paginate span {
  margin: 0 calc(2vw + 20px)
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length input {
  font-size: 17px;
  line-height: 2.43;
  color: #fff
}

.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_length select {
  margin: 15px 10px;
  padding: 10px 5px
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length input {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  margin-left: 15px
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.85)
}

.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 80, 104, 0.42);
  padding: 10px 5px;
  background: #fff;
  color: #2A3446
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
  background-image: none !important
}

table.dataTable > tbody > tr.child:hover {
  background: #86959a !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  background: #003a5d;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 45px;
  left: 6px
}

@media screen and (max-width: 960px) {

  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    top: 30px
  }
}

table.dataTable > tbody > tr.child ul {
  width: 90%;
  margin: auto
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child {
  cursor: default
}

.neo_btn2 {
  background: #fff;
  color: #444a54;
  border: 1px solid rgba(68, 74, 84, 0.75)
}

.mfp-close {
  position: fixed;
  top: 3vw;
  right: 3vw
}

@media screen and (max-width: 1080px) {
  .dataTables_wrapper .dataTables_filter {
    top: 15px
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 30vw
  }

  .neo__filter > div > ul > li {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    padding: 5px 0
  }

  .neo__filter > div > ul > li:nth-of-type(3) {
    display: none
  }

  .neo__filter > div > ul > li:nth-of-type(5) {
    order: 5;
    text-align: right;
    padding: 0 25px
  }

  table .neo_btn:before,
  table .neo_btn:after {
    display: none
  }
}

@media screen and (max-width: 960px) {
  .neo__filter > div > ul > li {
    width: 33%;
    min-width: 33%;
    padding: 15px 0
  }

  .neo__filter > div > ul > li:nth-of-type(1) {
    order: 1
  }

  .neo__filter > div > ul > li:nth-of-type(2) {
    order: 2
  }

  .neo__filter > div > ul > li:nth-of-type(3) {
    order: 4
  }

  .neo__filter > div > ul > li:nth-of-type(4) {
    order: 3
  }

  .neo__filter > div > ul > li:nth-of-type(5) {
    order: 5;
    text-align: right;
    padding: 10px 25px
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding-left: 25px
  }

  .neo__details > div p._link > a,
  .neo__details > div p._link > button {
    max-width: 220px
  }

  .neo__details > div {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between
  }

  .neo__details > div aside,
  .neo__details > div article {
    width: 100%;
    min-width: 100%;
    height: auto
  }

  .neo__details > div article figure {
    margin: 6vw auto 0
  }

  .neo__details > div aside {
    order: 1
  }

  .neo__details > div aside > div {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: calc(2vw + 20px) auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 5px
  }
}

@media screen and (max-width: 760px) {
  table.dataTable tbody img {
    width: 55px
  }
}

@media screen and (max-width: 640px) {
  .neo__plans > div {
    width: 86%;
    overflow: hidden
  }

  table.dataTable thead th {
    line-height: 1.6
  }

  .neo_beds {
    -webkit-justify-content: center;
    justify-content: center
  }

  .neo_range {
    margin: 0 15%
  }

  .neo__filter > div {
    width: 86%;
    overflow: hidden
  }

  .neo__filter > div > ul > li {
    width: 100%;
    min-width: 100%;
    padding: 15px 0;
    text-align: center
  }

  .nice-select {
    width: 100%
  }

  .neo__filter > div > ul > li:nth-of-type(5) {
    text-align: center
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 25px
  }

  .dataTables_wrapper .dataTables_filter {
    top: -10px
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 80vw
  }

  table .neo_btn {
    display: table;
    margin: 10px 0
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: none
  }
}