@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwjX4fmE.ttf) format('truetype');
}
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW3Ft0Co.ttf) format('truetype');
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  /* The magic number */
  font-family: 'Lato', sans-serif;
  /*scroll-behavior: smooth;*/
}
body {
  font-family: 'Lato', sans-serif;
}
/*body.modal-open {
  overflow: hidden;
  position: fixed;
}*/
body.noscroll {
  position: fixed;
  height: 100%;
  overflow: hidden;
}
h1,
h2,
h3 {
  font-family: 'Tinos', serif;
}
a {
  color: #3870a5;
}
.gradient-boost-color {
  background: -webkit-linear-gradient(-45deg, #cd5360, #e17a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dates_col.spacer {
  width: 1px !important;
  background-color: #ccc;
  display: block;
  height: 30px;
  padding: 0 !important;
  margin: 0 12px;
}
.dates_col.spacer img {
  display: none !important;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
.boost-note {
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 200 !important;
  font-size: 1.6rem !important;
  color: #fff;
  background-image: linear-gradient(to right, #cd5360, #d35d60, #d86661, #dd7062, #e17a64);
}
.boost-note i {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-container {
  padding: 0 80px;
  display: inline-block;
  width: 100%;
}
.custom-container-fluid {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
/* START DATEPICKER */
.clear_dates:hover {
  text-decoration: underline;
}
.daterangepicker:after,
.daterangepicker:before {
  display: none;
}
.daterangepicker .se-date-holder {
  width: 35px;
  height: 35px;
  font-size: 1.5rem !important;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #e5e4e4;
  padding-top: 5px;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 3px;
}
.close-picker {
  position: absolute;
  right: 0;
  padding: 10px;
}
.daterangepicker tr td.off.disabled span {
  background: #ccc;
  border-color: #e5e4e4;
  opacity: 0.3;
}
.daterangepicker {
  width: 700px;
  margin-top: 17px;
  box-shadow: 3px 3px 13px rgba(1, 2, 1, 0.1);
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 100%;
  width: 50%;
  padding: 20px!important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.in-range {
  background: transparent;
}
.daterangepicker td.active .se-date-holder,
.daterangepicker td.active:hover .se-date-holder,
.daterangepicker td.in-range .se-date-holder {
  /* background: linear-gradient(45deg, #cd5360, #e17a64);
   border-color: #e5e4e4;*/
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
.daterangepicker .drp-calendar .calendar-table th.month {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
}
.daterangepicker .drp-calendar.left .calendar-table th.month {
  text-align: center;
  padding-left: 0px;
}
.daterangepicker .drp-calendar.right .calendar-table th.month {
  text-align: center;
  padding-right: 0px;
}
.calendar-month-arrow {
  font-size: 3rem;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  text-decoration: none;
}
.daterangepicker tr:not(:first-child) td.off.available {
  display: none;
}
/*.daterangepicker tr:first-child td.off {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
  display: none;
}
/* END DATEPICKER */
.ghost-dark-link,
.filled-light-link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  max-width: 163px;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: background 0.6s ease, color 0.6s ease;
  -moz-transition: background 0.6s ease, color 0.6s ease;
  -o-transition: background 0.6s ease, color 0.6s ease;
  transition: background 0.6s ease, color 0.6s ease;
}
.ghost-dark-link:focus,
.filled-light-link:focus {
  color: #000;
  text-decoration: none;
}
.buttons-on-menu {
  position: relative;
  top: -1px;
}
.buttons-on-menu .ghost-dark-link,
.buttons-on-menu .filled-light-link {
  padding: 10px 0 12px 0;
}
.filled-light-link {
  background-color: #fff;
}
.ghost-dark-link:hover,
.filled-light-link:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.6s ease, color 0.6s ease;
  -moz-transition: background 0.6s ease, color 0.6s ease;
  -o-transition: background 0.6s ease, color 0.6s ease;
  transition: background 0.6s ease, color 0.6s ease;
}
.link-arrow-right .st0 {
  stroke: #000000;
  stroke-miterlimit: 10;
}
.link-arrow-right,
.link-arrow-right svg {
  width: 25px;
  display: block;
}
.link-arrow-right {
  position: relative;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.link-arrow-right:hover {
  left: 5px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section-info__title {
  font-size: 6rem;
  color: #000;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
.section-info__description {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  margin-top: 25px;
}
.img-responsive {
  width: auto;
}
.currency-selector,
.language-selector {
  display: inline-block;
  float: left;
}
.dropdown-selector--dark {
  background: #eaeaea;
  border: 1px solid #d8d8d8;
  padding: 8px 20px;
  width: 155px;
  display: block;
  border-radius: 5px;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}
.dropdown-selector--dark:hover,
.dropdown-selector--dark:focus {
  text-decoration: none;
  color: #000;
}
.selector-icon {
  background-image: url(/img/travel/selector-icon.svg);
  width: 10px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-selector--dark .selector-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
}
.language-selector {
  margin-left: 35px;
}
.inline-image {
  display: inline-block;
}
.tab-navigation__list--centered {
  display: table;
  margin: 0 auto;
  padding: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
  top: -10px;
  left: -10px;
}
.tab-navigation__list--centered li {
  display: inline-block;
  float: left;
}
.tab-navigation__list__item a {
  display: block;
  padding: 15px 55px;
  font-size: 2.4rem;
  color: #000;
  text-decoration: none;
}
.tab-navigation__list__item.active a {
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: -2px -2px 10px rgba(204, 204, 204, 0.4);
}
.tab-content--spacious {
  padding: 125px 0;
}
.tab-navigation-nested__list {
  padding: 0;
}
.tab-navigation-nested__list__item {
  list-style-type: none;
  margin-top: 20px;
}
.tab-navigation-nested__list__item a {
  font-size: 2.4rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.tab-navigation-nested__list__item.active a {
  border-bottom: 1px solid #000;
}
.bg-image-cover-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.quantity {
  position: relative;
  display: inline-block;
  width: 100%;
}
.quantity input {
  width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}
.quantity input:focus {
  outline: 0;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-nav {
  position: absolute;
  top: 50%;
  right: 0;
}
.quantity--centered {
  padding-top: 20px;
  text-align: center;
}
.quantity-button.quantity-up {
  background-image: url(/img/travel/carret-up.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
}
.quantity-button.quantity-down {
  background-image: url(/img/travel/carret-down.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
}
.quantity--centered label {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 0;
}
.quantity--border:after {
  content: '';
  width: 1px;
  height: 85px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: #d4d4d4;
}
.quantity--math input {
  min-width: 75px;
  text-align: center;
  padding: 0;
  position: relative;
  margin: 0 auto;
  display: block;
  float: none;
  border: 1px solid #000;
}
.quantity--math .quantity-nav {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.quantity--math .quantity {
  width: 100%;
}
.quantity--math .quantity-button.quantity-up,
.quantity--math .quantity-button.quantity-down {
  position: absolute;
  top: 50%;
  border-radius: 0;
  box-shadow: none;
}
.quantity--math .quantity-button.quantity-up {
  background-image: url(/assets/img/travel_icons/plus.svg);
  right: 35px;
}
.quantity--math .quantity-button.quantity-down {
  background-image: url(/assets/img/travel_icons/minus.svg);
  left: 35px;
}
.quantity--math .dropdown-menu.dropdown-menu-form {
  min-width: 285px;
  padding: 40px 10px 20px 10px;
}
.quantity input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.quantity input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
.quantity input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.quantity input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
.small-asside-number-input .quantity input {
  font-size: 6rem;
  padding: 0 15px;
}
.small-asside-number-input .quantity-down,
.small-asside-number-input .quantity-up {
  width: 22px;
  height: 22px;
}
.small-asside-number-input .quantity--border:after {
  display: none;
}
.small-asside-number-input.small-asside-number-input-max-width {
  max-width: 110px;
}
.book-now-button {
  display: block;
  width: 100%;
  background: linear-gradient(45deg, #cd5360, #e17a64);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 15px;
}
.book-now-button img {
  margin-right: 10px;
}
.book-now-button:hover {
  text-decoration: none;
  color: #fff;
}
.modal-body.modal-body-no-padding {
  padding: 0;
}
.modal-close-up-right {
  position: absolute;
  top: 25px;
  right: 20px;
}
.modal-close-up-right button.close {
  opacity: 1;
  outline: none!important;
  width: 20px;
}
.modal-close-up-right button.close i {
  font-size: 2.4rem;
}
button.close {
  color: #000;
  opacity: 1;
}
button.close i {
  font-size: 1.6rem;
}
.signin-form__popup--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.signin-form__popup--col {
  flex-basis: 50%;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-top: -1px;
}
.signin-form__popup__welcome {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px 55px;
}
.signin-form__popup__welcome .text {
  font-size: 4rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 200;
}
.signin-form__popup__welcome .title {
  font-size: 11rem;
  color: #fff;
  font-family: 'Tinos', serif;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}
.signin-form__popup__form {
  padding: 45px 40px 45px 40px;
}
.signin-form__popup__form .title {
  font-family: 'Tinos', serif;
  font-size: 3.6rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.signin-form__popup__form .modal_reset_password_text {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
  margin-left: 0;
  margin-bottom: 30px;
}
.signin-form__popup__form.signup-form__popup__form {
  padding: 45px 75px 45px 75px;
}
.signin-form__popup__form.signup-form__popup__form .form-group.form-group-spaces {
  margin-top: 25px;
}
.signin-form__popup__form .simple-form #remember-me_check {
  padding: 0;
  margin: 0;
}
.signin-form__popup__form .simple-form #remember-me_check label {
  margin-left: 0;
}
.simple-form .form-group {
  margin-bottom: 25px;
}
.simple-form .form-group.has-error {
  margin-bottom: 0;
}
.simple-form .form-group input {
  min-height: 55px;
  color: #000;
  font-weight: 200;
  font-size: 1.8rem;
  border: 1px solid #cbcbcb;
  padding: 6px 20px;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.simple-form .form-group input:focus {
  border-color: #000 !important;
}
.simple-form .form-group.form-group-spaces {
  margin-top: 35px;
}
.simple-form .form-group.has-error {
  font-weight: 200;
}
.simple-form .simple-checkbox label {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin-left: 7px;
}
.simple-form .form-link a,
.simple-form .form-sign-up-link a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3870a5;
  text-decoration: underline;
  margin-bottom: 0;
}
.simple-form .form-submit-btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 400;
  border: 2px solid #000;
  padding: 10px;
  margin-top: 50px;
  background: transparent;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.simple-form .form-submit-btn:focus {
  box-shadow: none;
  outline: none;
}
.simple-form .form-submit-btn:hover {
  background: #000;
  color: #fff;
}
.simple-form .form-or-separator {
  text-align: center;
  margin-bottom: 25px;
}
.simple-form .form-or-separator span {
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.simple-form .form-or-separator:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #d4d4d4;
  position: relative;
  top: -10px;
  z-index: 0;
}
.simple-form .form-facebook a {
  color: #fff;
  background: #4267b2;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 200;
  text-decoration: none;
  border: 2px solid #4267b2;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.simple-form .form-facebook a i {
  margin-right: 10px;
}
.simple-form .form-facebook a:hover {
  background: #fff;
  color: #4267b2;
}
.simple-form .form-facebook a strong {
  font-weight: 400;
}
.simple-form .form-sign-up-link {
  margin-top: 25px;
}
.simple-form .form-sign-up-link p {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
}
.simple-form .form-sign-up-link a {
  font-size: 1.8rem;
}
.checkbox-wrapper {
  display: inline-block;
  position: relative;
}
.checkbox-wrapper .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.checkbox-wrapper .custom-checkbox i {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
  font-size: 1.6rem !important;
}
.checkbox-wrapper input[type="checkbox"],
.checkbox-wrapper input[type="radio"] {
  width: 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  min-height: 100%;
}
.checkbox-wrapper input[type="checkbox"]:hover,
.checkbox-wrapper input[type="radio"]:hover {
  cursor: pointer;
}
.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox,
.checkbox-wrapper input[type="radio"]:checked + .custom-checkbox {
  background: #fff;
}
.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox i,
.checkbox-wrapper input[type="radio"]:checked + .custom-checkbox i {
  color: #000;
}
.accordion-edit-forms .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox,
input[type="radio"]:checked + .custom-checkbox,
.accordion-edit-forms .checkbox-wrapper input[type="radio"]:checked + .custom-checkbox {
  background: #fff;
}
.accordion-edit-forms .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox i,
input[type="radio"]:checked + .custom-checkbox i,
.accordion-edit-forms .checkbox-wrapper input[type="radio"]:checked + .custom-checkbox i {
  color: #000;
}
.dropdown-initial,
.filters-list__item.filters-list__item--initial {
  position: initial;
}
.dropdown-lg .dropdown-menu.dropdown-menu-form {
  margin-top: 20px;
}
.amenities-list {
  padding: 0;
}
.amenities-list li {
  display: inline-block;
  float: left;
  width: 33%;
  margin-bottom: 10px;
}
.amenities-list .checkbox-wrapper {
  margin-right: 7px;
}
.amenities-filter-group .title,
.host-reception-filter-group .title {
  font-size: 2.2rem;
  color: #000;
  font-weight: 200;
  margin: 10px 0 20px 0;
}
body.disable-scroll {
  overflow: hidden;
  padding-right: 15px;
}
.accept-icon {
  display: inline-block;
  width: 25px;
}
.accept-icon svg {
  display: inline-block;
  width: 25px;
}
.accept-icon .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.4;
  stroke-miterlimit: 10;
}
.decline-icon {
  display: inline-block;
  width: 25px;
}
.decline-icon svg {
  display: inline-block;
  width: 25px;
}
.decline-icon .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.4;
  stroke-miterlimit: 10;
}
.decline-icon .st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#tooltip {
  text-align: center;
  color: #000;
  background: #fff;
  position: absolute;
  z-index: 100;
  padding: 5px 10px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 5px solid #fff;
  top: -10px;
  bottom: auto;
}
#tooltip.left:after {
  left: 5px;
  margin: 0;
}
#tooltip.right:after {
  right: 5px;
  left: auto;
  margin: 0;
}
.absolute-tooltip-trigger {
  position: absolute;
  top: 0;
}
.absolute-tooltip-trigger.exponent-tooltip {
  position: absolute;
  top: 0;
}
.modal.in {
  background: rgba(0, 0, 0, 0.3);
}
.new-notifications {
  width: 7px;
  height: 7px;
  display: block;
  background: #cd5360;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -7px;
}
.user-menu .user-image {
  border: 1px solid #d6d6d5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-menu button.btn {
  background: transparent;
  height: 50px;
  width: 50px;
  padding: 0;
  margin-top: 5px;
}
.main-menu .dropdown.header-dropdown-submenu > ul > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-menu .dropdown.header-dropdown-submenu > ul > li > a:hover {
  background: none;
  border-color: #000;
}
.main-menu .dropdown.header-dropdown-submenu > ul.dropdown-menu {
  min-width: 240px;
  padding: 15px 20px 20px 20px;
  border: 0;
  box-shadow: 3px 3px 13px rgba(1, 2, 1, 0.26);
}
.main-menu .user-menu .dropdown.header-dropdown-submenu > ul.dropdown-menu {
  min-width: 215px;
}
.main-menu .dropdown.header-dropdown-submenu > ul > li.welcome__user-name {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.user-host-link button.btn,
.user-traveller-link button.btn,
.user-help-link button.btn {
  font-size: 1.6rem;
  color: #000;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  position: relative;
}
.user-host-link button.btn:hover,
.user-traveller-link button.btn:hover,
.user-help-link button.btn:hover {
  text-decoration: underline;
}
.main-menu .main-menu-ul li.user-menu {
  margin-top: -45px;
  position: relative;
  top: 25px;
}
.main-menu-ul .user-menu .dropdown-menu {
  margin-top: 14px;
}
.main-menu-ul .traveller-menu .dropdown-menu,
.main-menu-ul .host-menu .dropdown-menu,
.main-menu-ul .help-menu .dropdown-menu {
  margin-top: 36px;
}
.main-menu.main-menu__user-active ul.main-menu-ul {
  margin-right: 20px;
}
.main-menu.main-menu__user-active .favorites-header {
  padding-top: 2px;
}
.accordion-item {
  margin-bottom: 2px;
}
.accordion-item .panel-body {
  padding: 0;
}
.accordion-item__heading a,
.accordion-item__heading p {
  display: block;
  font-size: 2.6rem;
  font-weight: 200;
  background: linear-gradient(90deg, #f8f5f2, #e5ece9);
  color: #000;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  margin: 0;
}
.accordion-item__heading a .carret-down,
.accordion-item__heading p .carret-down {
  right: 30px;
  width: 18px;
  height: 10px;
  background-size: 95%;
}
.accordion-item__heading .step {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding-right: 30px;
  margin-right: 22px;
}
.accordion-item__heading .step:after {
  content: '';
  width: 1px;
  height: 40px;
  display: block;
  background: #000;
  position: absolute;
  top: -12px;
  right: 0;
}
.accordion-item__heading .step-title .title {
  font-size: 2.6rem;
  position: relative;
  top: 1px;
  font-weight: 200;
}
.accordion-item__heading .tip {
  float: right;
  padding-right: 40px;
  font-size: 1.6rem;
  position: relative;
  top: 5px;
}
.accordion-item__heading .tip i {
  color: #cd5360;
}
.bold {
  font-weight: 600;
}
.normal {
  font-weight: 400;
}
.custom-more-amenities {
  font-size: 2rem;
  font-weight: 200;
}
.custom-more-amenities span.bold {
  font-weight: 400;
}
.static-page-form input#submit_enquiry_to_travelstaytiontravelstaytionEnquiryBudget {
  font-size: 1.55rem;
}
.enquire-travelstaytion-modal .enquiryFormValidation {
  font-size: 1.4rem;
  color: #cd5360;
}
.enquiryFormValidation {
  font-size: 1.4rem;
  color: #cd5360;
}
.custom-more-amenities-toggler {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  text-decoration: none!important;
  color: #000 !important;
}
.custom-more-amenities-toggler .amenities-custom-toggler-text {
  text-align: right;
}
.custom-more-amenities-toggler .amenities-custom-toggler-text .icon-travel_plus {
  display: none;
}
.custom-more-amenities-toggler .amenities-custom-toggler-text .icon-travel_subtraction {
  display: inline-block;
}
.custom-more-amenities-toggler.collapsed .amenities-custom-toggler-text .icon-travel_plus {
  display: inline-block;
}
.custom-more-amenities-toggler.collapsed .amenities-custom-toggler-text .icon-travel_subtraction {
  display: none;
}
.custom-more-amenities-toggler .col-sm-9 {
  padding-left: 0!important;
}
.custom-more-amenities-toggler .col-sm-3 {
  padding-right: 0!important;
}
.custom-more-amenities-panel .panel-body {
  margin-top: 0!important;
  background: #fff;
  border-top: 0!important;
}
.accordion-item-with-info > .panel-body {
  margin-top: 2px!important;
}
.accordion-item__heading a.collapsed,
.accordion-item__heading p.collapsed {
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.7);
}
.accordion-item__heading a.collapsed .carret-down,
.accordion-item__heading p.collapsed .carret-down {
  right: 30px;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-item-plain .panel-body {
  padding: 0;
  border: 0;
}
.accordion-item-plain .accordion-item-plain__heading a {
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: none!important;
  display: block;
  padding: 20px 0;
}
.accordion-item-plain .accordion-item-plain__heading i {
  font-size: 2.2rem;
  position: relative;
  top: 3px;
  color: #000;
  margin-right: 7px;
}
.input-field-wrapper {
  position: relative;
}
.upload-attached {
  position: relative;
}
.upload-attached input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 265px;
  opacity: 0;
}
.upload-attached input:hover {
  cursor: pointer;
}
.upload-attached-title {
  display: block;
  width: 100%;
  background: #cd5360;
  max-width: 265px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 200;
  padding: 15px 15px 17px 15px;
  border-radius: 2px;
}
.upload-attached-title i {
  font-size: 2rem;
  position: relative;
  top: 4px;
}
.bordered-btn-hover {
  font-size: 1.6rem;
  border: 2px solid #000;
  padding: 12px 25px;
  color: #000;
}
.left-hover {
  position: relative;
  overflow: hidden;
}
.left-hover span,
.left-hover i {
  z-index: 1;
  position: relative;
}
.left-hover--dark:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  transition: 0.4s ease;
}
.fade-hover--dark:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.switch {
  width: 72px;
  height: 34px;
  display: block;
  border: 1px solid #d0d0d0;
  position: relative;
}
.switch input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch .switch-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.switch .switch-slider:hover {
  cursor: pointer;
}
.switch .switch-slider i {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 6px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}
.switch .switch-slider:after {
  content: '';
  width: 25px;
  height: 24px;
  display: block;
  background: #cd5360;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.switch input:checked + .switch-slider {
  border-color: #018270;
}
.switch input:checked + .switch-slider:after {
  width: 25px;
  height: 24px;
  background: #018270;
  left: 40px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.switch input:checked + .switch-slider i {
  color: #018270;
}
.placebo-checkbox {
  width: 23px;
  height: 23px;
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  position: relative;
}
.placebo-checkbox.placebo-checkbox-checked {
  background: #3271a7;
  border-color: #3271a7;
}
.placebo-checkbox.placebo-checkbox-checked i {
  position: absolute;
  top: 0;
  left: 2px;
  color: #fff;
  font-size: 1.9rem;
}
.exponent-tooltip {
  font-size: 1.4rem;
  color: #000;
  position: relative;
  top: -10px;
}
.boost-property-message {
  display: inline-block;
  width: 100%;
}
.boost-property-message span {
  display: inline-block;
  float: left;
}
.boost-property-message .host-service-gradient-icon + span {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.host-service-gradient-icon {
  display: inline-block;
  width: 30px;
}
.host-service-gradient-icon .st1 {
  fill: #FFFFFF;
}
.host-service-gradient-icon svg {
  display: inline-block;
  width: 30px;
}
.forbidden-status {
  position: relative;
}
.forbidden-status .forbiden-red-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #cd5360;
}
.instant-booking-checkbox-svg {
  float: right;
}
.instant-booking-checkbox-svg .simple-checkbox {
  font-weight: 200;
}
.instant-booking-checkbox-svg .simple-checkbox label {
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 7px;
}
.instant-booking-checkbox-svg .simple-checkbox .checkbox-wrapper {
  position: relative;
  top: -12px;
}
.instant-booking-checkbox-svg .instant-book-icon-circle,
.instant-booking-checkbox-svg .instant-book-icon-circle svg {
  display: inline-block;
  width: 35px;
}
.instant-booking-checkbox-svg .instant-book-icon-circle .st1 {
  fill: #fff;
}
.favorites-icon-hurt,
.favorites-icon-hurt svg {
  width: 22px;
  display: block;
}
.form-control:focus {
  outline: none!important;
  box-shadow: none;
  border-color: #000 !important;
}
.plain-page {
  margin: 100px 0;
}
.plain-page h1 {
  margin: 0 0 50px 0;
  text-align: left;
}
.plain-page .modal_reset_password_text {
  font-size: 1.6rem;
  font-weight: 200;
  color: #000;
  margin: 0 0 30px 7px;
}
.no_results_message {
  margin: 0;
  font-size: 2rem;
  font-weight: 200;
}
.roll-back-to-signin {
  text-align: left;
  font-size: 1.6rem;
  color: #000;
  margin-top: 15px;
}
.roll-back-to-signin a {
  font-weight: 400;
  text-decoration: underline;
  color: #3870a5;
}
.scrollable_content_modal {
  max-height: 70vh;
  overflow-y: scroll;
}
button,
a,
.btn {
  outline: none!important;
}
.modal-content-scrollable {
  height: 66vh;
}
.flash {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 999;
  width: 100%;
  max-width: 400px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.flash img {
  max-width: 15px;
}
.flash .alert {
  background: #fff;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  border: 0;
}
.flash .alert-dismissible button.close {
  max-width: 20px;
}
.flash .the_flash_message {
  padding: 5px 10px;
  text-align: center;
  font-size: 1.6rem;
}
.host_reception_title_style {
  letter-spacing: 0.025em;
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
  font-family: 'Tinos', sans-serif;
  /* background-image: linear-gradient(to right, #cd5360, #d35d60, #d86661, #dd7062, #e17a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.host_reception_title_style:after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: -5px;
  color: #000;
  display: block;
  background-image: none;
  font-size: 1.1rem;
  -webkit-text-fill-color: #000;
}
.host_reception_title_style.item-title {
  font-weight: 400 !important;
}
.ghost-button:active,
.ghost-button:focus,
a,
button,
.btn {
  color: #000;
  text-decoration: none;
  background: transparent;
}
.currency-language-wrapper .language-selector .dropdown-menu,
.currency-language-wrapper .currency-selector .dropdown-menu {
  top: auto;
  bottom: 40px;
}
.absolute_error {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #de5956;
  font-size: 1.4rem;
  font-weight: 400;
}
.text-align-right {
  text-align: right;
}
.authentication_form_page {
  margin: 50px 0 100px 0;
}
.authentication_form_page .title {
  font-size: 3.6rem;
  font-family: 'Tinos', serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.authentication_form_page .modal_reset_password_text {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
  margin-left: 0;
  margin-bottom: 30px;
}
.reset_password_modal .modal-signin-width {
  width: 520px;
}
.reset_password_modal .signin-form__popup--wrapper .signin-form__popup--col {
  flex-basis: 100%;
}
.reset_password_modal .signin-form__popup--wrapper .signin-form__popup--col:first-child {
  display: none;
}
.photo-centered img {
  margin: 0 auto;
}
#form_validate .error-message {
  text-align: left;
  color: #de5956;
  font-size: 1.4rem;
  font-weight: 400;
}
#form_validate .error-message a {
  color: #de5956;
  text-decoration: underline;
}
#form_validate .top30 {
  margin-top: 30px;
}
.Frm_Error_Msg {
  color: #de5956 !important;
}
.contactFormDateValidation {
  color: #de5956 !important;
  font-size: 1.4rem;
}
.normalize_tinymce_editor .tab-pane .row,
.normalize_tinymce_editor .tab-pane div[class^="col-lg-"],
.normalize_tinymce_editor .tab-pane div[class^="col-md-"],
.normalize_tinymce_editor .tab-pane div[class^="col-sm-"],
.normalize_tinymce_editor .tab-pane div[class^="col-xs-"] {
  margin: 0;
  padding: 0;
}
.normalize_tinymce_editor .tab-pane em {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}
.normalize_tinymce_editor .tab-pane p,
.normalize_tinymce_editor .tab-pane span,
.normalize_tinymce_editor .tab-pane a,
.normalize_tinymce_editor .tab-pane b,
.normalize_tinymce_editor .tab-pane strong,
.normalize_tinymce_editor .tab-pane li {
  font-size: 1.8rem;
  font-weight: 400;
}
.normalize_tinymce_editor .tab-pane h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 20px 0 15px 0;
}
.normalize_tinymce_editor .tab-pane h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0 15px 0;
}
.normalize_tinymce_editor .tab-pane img {
  margin: 35px 0;
}
.image-rating-number {
  font-family: 'Tinos', serif;
}
.review_pie_wrapper {
  display: block;
  height: 43px;
  width: 43px;
  border-radius: 100%;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.review_pie_wrapper .review_pie {
  width: 43px;
  height: 43px;
}
.review_pie_wrapper .review_pie circle {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 2px;
}
.review_pie_wrapper .review_pie .bar {
  stroke: #fff;
}
.image-rating-wrapper .review_pie_wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.image-rating-wrapper .review_pie_wrapper .review_pie {
  width: 90px;
  height: 90px;
}
.image-rating-wrapper .review_pie_wrapper .review_pie circle {
  stroke: #eaeaea;
  stroke-width: 1px;
}
.image-rating-wrapper .review_pie_wrapper .review_pie circle.bar {
  stroke: #cd5360;
  stroke-width: 3px;
}
.view-more {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
}
.table-wrapper-scroll {
  overflow: auto;
}
.verified {
  color: #41a231;
}
.online-dot,
.offline-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #36826f;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.offline-dot {
  background: #c5535e;
}
.tooltip-arrow {
  top: 100%!important;
  margin-top: -5px;
}
.se-date-holder,
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-family: 'Lato', sans-serif;
}
.common-modal-w-form {
  text-align: left;
}
.common-modal-w-form textarea {
  border: 1px solid #000;
  box-shadow: none;
  min-height: 150px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
}
.common-modal-w-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.common-modal-w-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.common-modal-w-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.common-modal-w-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.common-modal-w-form p {
  font-size: 1.6rem;
  color: #000;
}
.common-modal-w-form p .dates {
  font-weight: 600;
}
.common-modal-w-form .custom-checkbox-label {
  display: inline-block;
  width: 100%;
}
.common-modal-w-form .custom-checkbox-label > div,
.common-modal-w-form .custom-checkbox-label > p {
  display: inline-block;
  float: left;
}
.common-modal-w-form .custom-checkbox-label > p {
  padding-left: 10px;
  margin-top: -1px;
  width: calc(100% - 20px);
}
.gradient-line {
  background: linear-gradient(90deg, #e17a64, #cd5360);
  padding: 3px 0 0 0;
}
@media (min-width: 992px) {
  .modal-signin-width {
    width: 745px;
  }
  .modal-signup-width {
    width: 445px;
  }
}
@media (min-width: 1280px) {
  .modal-signin-width {
    width: 845px;
  }
  .modal-signup-width {
    width: 545px;
  }
}
@media (min-width: 1600px) {
  .modal-signin-width {
    width: 1045px;
  }
  .modal-signup-width {
    width: 745px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 61%;
  }
}
body.noScroll {
  /* ...or body.dialogShowing */
  overflow: hidden;
}
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header.animate_sticky {
  position: fixed;
  top: -100px;
  opacity: 0;
}
header.sticky {
  position: fixed;
  top: 0;
  opacity: 1;
  background: #fff;
  z-index: 9;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.animate_home .header-wrapper {
  padding: 20px 60px;
}
.animate_home header > .header-wrapper {
  padding-right: 45px;
}
.header-wrapper {
  padding: 10px 30px;
}
a.header-logo {
  padding-top: 3px;
}
a.header-logo,
a.header-logo svg {
  display: block;
  max-width: 200px;
  width: 100%;
}
.header-col {
  display: inline-block;
  float: left;
}
.header-col-logo,
.header-col-menu {
  width: 50%;
}
.header-col-search {
  width: 0;
}
header.sticky .header-col.header-col-search {
  opacity: 1;
  visibility: visible;
}
header.sticky .header-col-logo,
header.sticky .header-col-menu {
  width: 20%;
}
header.sticky .header-col-search {
  width: 60%;
}
.main-menu ul.main-menu-ul {
  padding-left: 0;
  display: inline-block;
  position: relative;
  top: 15px;
}
.main-menu ul.main-menu-ul > li {
  display: inline-block;
  float: left;
}
.main-menu ul.main-menu-ul > li + li {
  margin-left: 25px;
}
.main-menu ul.main-menu-ul > li.traveller-menu,
.main-menu ul.main-menu-ul > li.help-menu {
  margin-left: 40px;
}
.main-menu__user-active .main-menu-ul > li.active button.btn:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.main-menu ul.main-menu-ul > li a {
  font-size: 1.6rem;
  color: #000;
  display: block;
  position: relative;
}
.buttons-on-menu {
  display: inline-block;
  margin-left: 25px;
  min-width: 280px;
}
.buttons-on-menu a:not(:first-child) {
  margin-left: 20px;
}
.travelstaytion-svg-dark-small,
.travelstaytion-svg-dark-small svg {
  width: 50px;
  display: block;
}
.travelstaytion-svg-dark-small .st0 {
  fill: #FFFFFF;
}
span.carret-down {
  content: '';
  width: 15px;
  height: 10px;
  background-image: url(/img/travel/carret-down.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -5px;
}
header span.travelstaytion-svg-dark-small,
header.animate_sticky span.travelstaytion-svg-dark {
  display: none;
}
header.animate_sticky span.travelstaytion-svg-dark-small {
  display: block;
}
header.animate_sticky .header-col-logo,
header.animate_sticky .header-col-menu {
  width: 20%;
}
header.animate_sticky .header-col-search {
  width: 60%;
}
header.animate_sticky .main-menu {
  display: none;
}
header.animate_sticky .header-wrapper {
  padding: 5px 25px 10px 25px;
}
header.animate_sticky .form-bordered {
  border-bottom: 0;
  padding-top: 9px;
}
header.animate_sticky .search_form--style .form-group.form-group-50 .search_input,
header.animate_sticky .search_form--style .form-group input#checkin,
header.animate_sticky .search_form--style .form-group .select-container select {
  font-size: 1.8rem;
}
header.animate_sticky .search_form--style button.search_button.search_input {
  font-size: 2rem;
}
a.burger-menu {
  padding-top: 25px;
  display: none;
}
header.animate_sticky a.burger-menu {
  display: block;
}
.top-burger,
.middle-burger,
.bottom-burger {
  width: 28px;
  height: 2px;
  display: block;
  background: #000;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.middle-burger,
.bottom-burger {
  margin-top: 5px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.burger-menu.active span.middle-burger {
  opacity: 0;
}
.burger-menu.active span.top-burger {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: left;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.burger-menu.active span.bottom-burger {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: left;
  position: relative;
  top: 6px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
header.animate_sticky .main-menu {
  display: block;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 0;
  background: #fff;
  width: 100%;
  padding: 5px 25px 12px 25px;
  border-top: 1px solid #f1f2f9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
header.animate_sticky .main-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.animate_sticky .main-menu-inner-wrapper {
  float: right;
}
.animate_sticky .ghost-dark-link,
.animate_sticky .filled-light-link {
  max-width: 150px;
  padding: 5px 0;
}
.animate_sticky .buttons-on-menu a:not(:first-child) {
  margin-left: 10px;
}
.animate_sticky .buttons-on-menu {
  min-width: 315px;
}
.header-col.header-col-search {
  opacity: 0;
  visibility: hidden;
}
/*
video
*/
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.video_overlay {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(235, 230, 225, 0.3);
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.search-form-on-video:hover + .video_overlay {
  background: rgba(235, 230, 225, 0.8);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.fullscreen-bg.solid--background > .video_overlay {
  background: #ebe6e1;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal_video {
  width: 100%;
  margin: 0;
  padding: 0;
}
.modal_video .modal-content {
  background-color: #000;
}
.modal_video .modal-dialog {
  width: 100%;
  margin: 0;
  background-color: #000;
}
.modal_video .close {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
.modal_video iframe {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100vh !important;
  left: 0px;
  top: 0px;
}
#home2 .full-movie,
#home3 .full-movie {
  display: none;
}
@media (min-aspect-ratio: 1.77777778) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 1.77777778) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}
.homepage-content-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
}
/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px)
and (orientation : portrait) {
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .videoContainer .vcVideo {
  width: auto!important;
  min-width:auto!important;
  height: 100%!important;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px)
and (orientation : landscape) {
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .videoContainer .vcVideo {
    min-height:auto!important;
  }
}*/
/*
search homepage
*/
.search-form-on-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1070px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchform-slogan {
  text-align: center;
}
.searchform-slogan h1,
.searchform-slogan h2 {
  font-size: 5rem;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.searchform-slogan h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin: 15px 0 100px 0;
  font-family: 'Lato', sans-serif;
}
.form-bordered .form-group {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.form-bordered {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #000;
}
.form-group-57 {
  width: 57%;
}
.form-group-55 {
  width: 55%;
}
.form-group-50 {
  width: 50%;
}
.form-group-45 {
  width: 42%;
}
.form-group-25 {
  width: 28%;
}
.form-group-22 {
  width: 22%;
}
.form-group-20 {
  width: 20%;
}
.form-group-18 {
  width: 18%;
}
.form-group-17 {
  width: 17%;
}
.form-group-15 {
  width: 15%;
}
.form-group-13 {
  width: 13%;
}
.form-group-12 {
  width: 12%;
}
.search-icon-dark .st0 {
  stroke: #000000;
  stroke-miterlimit: 10;
}
span.search-icon-dark,
span.search-icon-dark svg {
  width: 30px;
  display: block;
}
span.search-icon-dark {
  position: absolute;
  top: 5px;
  left: 0;
}
.search_form--style .search_input {
  background: none;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  width: 100%;
  display: block;
  height: 100%;
  background-color: transparent !important;
  margin: 0;
  padding: 7px 30px 7px 0;
  font-family: 'Tinos', serif;
}
.search_form--style .form-group.form-group-50 .search_input {
  text-align: left;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  width: 100%;
  font-family: 'Tinos', serif;
  outline: none;
}
.search_form--style .form-group input#checkin {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  width: 100%;
  font-family: 'Tinos', serif;
}
.search_form--style .form-group .select-container select {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  outline: none;
  padding: 5px 30px 5px 0;
  font-family: 'Tinos', serif;
}
.search_form--style .form-group .select-container select,
.search_form--style .form-group .select-container {
  background: transparent;
}
.search_form--style .search_input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
.search_form--style .search_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
.search_form--style .search_input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
.search_form--style .search_input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
.search_form--style .search_input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.search_form--style .search_input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
.search_form--style .search_input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.search_form--style .search_input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
.search_form--style button.search_button.search_input {
  text-transform: none;
  color: #000;
  font-size: 2.4rem;
  text-align: right;
  width: 100%;
  padding-right: 25px;
  font-weight: 500;
  outline: none;
  padding-top: 0;
}
.daterangepicker {
  border: 0;
  border-radius: 0;
}
.datepicker {
  font-size: 2rem;
}
/*
boxes
*/
.travelstaytion-info {
  margin-top: 155px;
  display: block;
  position: relative;
}
.travelstaytion-info__text h3 {
  font-size: 6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  z-index: 1;
  position: relative;
}
.travelstaytion-info__text {
  font-size: 2.4rem;
  color: #000;
}
.travelstaytion-info__boxes__row {
  display: inline-block;
  width: 100%;
}
.travelstaytion-info__boxes__row__left,
.travelstaytion-info__boxes__row__right {
  display: inline-block;
  float: left;
  width: 50%;
}
.travelstaytion-info__boxes__box__link {
  display: block;
  margin-top: 25px;
}
.travelstaytion-info__boxes__box {
  background: #fcf4ef;
  max-width: 365px;
  padding: 54px 34px 34px 34px;
  margin: 0 auto;
  border: 6px solid #fcf4ef;
  display: block;
  text-decoration: none!important;
  overflow: hidden;
}
.travelstaytion-info__boxes__box__2 {
  border-color: #d9cb56;
  background-color: #fff;
}
.travelstaytion-info__boxes__box__3 {
  border-color: #000;
  background-color: #fff;
}
.travelstaytion-info__boxes__box__4 {
  border-color: #e4ebe8;
  background-color: #e4ebe8;
}
.travelstaytion-info__boxes__box.travelstaytion-info__boxes__box__2:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #d9cb56;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.travelstaytion-info__boxes__box.travelstaytion-info__boxes__box__2:hover:after {
  left: 0;
}
.travelstaytion-info__boxes__box.travelstaytion-info__boxes__box__2 > * {
  z-index: 1;
  position: relative;
}
.travelstaytion-info__boxes__box__title {
  font-size: 5rem;
  font-weight: 600;
  color: #000;
}
.travelstaytion-info__boxes__box__text {
  font-size: 1.8rem;
  color: #000;
}
.travelstaytion-info__text p {
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
  margin-top: 40px;
}
.travelstaytion-info__boxes__box__text strong {
  font-weight: 600;
}
.travelstaytion-line-pinned {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.travelstaytion-line {
  position: absolute;
  top: 69px;
  right: 200px;
  width: 70%;
  height: 600px;
  z-index: 0;
}
.travelstaytion-line__draw__top {
  width: 100%;
  height: 5px;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  -webkit-transition: 0.8s linear;
  -moz-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  transition: 0.8s linear;
}
.travelstaytion-line__draw__right {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 0%;
  -webkit-transition: 0.6s linear;
  -moz-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;
}
.travelstaytion-line__draw__bottom {
  width: 50%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0% 100%;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
}
.activated-line.travelstaytion-line__draw__top {
  background-size: 100% 100%;
  -webkit-transition: 1.2s linear;
  -moz-transition: 1.2s linear;
  -o-transition: 1.2s linear;
  transition: 1.2s linear;
}
.activated-line.travelstaytion-line__draw__right {
  background-size: 100% 100%;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}
.activated-line.travelstaytion-line__draw__bottom {
  background-size: 100% 100%;
  -webkit-transition: 1s linear 2.2s;
  -moz-transition: 1s linear 2.2s;
  -o-transition: 1s linear 2.2s;
  transition: 1s linear 2.2s;
}
.travelstaytion-info__boxes {
  z-index: 1;
  position: relative;
  margin-top: 25px;
}
.travelstaytion-info__boxes__row__right {
  margin-top: 100px;
}
.travelstaytion-info__boxes__box {
  top: 100px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.travelstaytion-info__boxes--active.travelstaytion-info__boxes__box {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.travelstaytion-info__boxes--active.travelstaytion-info__boxes__box__2,
.travelstaytion-info__boxes--active.travelstaytion-info__boxes__box__4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/*
featured properties
*/
.featured-properties {
  background: linear-gradient(90deg, #f8f5f2, #e6edea);
  padding-bottom: 200px;
  padding-top: 150px;
}
.section-info__left {
  padding-left: 180px;
  position: relative;
  top: -50px;
  margin-bottom: 50px;
}
.featured-property__image {
  position: relative;
}
.featured-property__location {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border: 2px solid #000;
  padding: 8px 25px;
  font-weight: 400;
  color: #000;
}
.featured-property__info__people {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.featured-property__info__title {
  font-size: 2.4rem;
  color: #000;
  font-weight: 200;
  margin-bottom: 5px;
}
.featured-property__info {
  width: 100%;
  display: inline-block;
  text-decoration: none!important;
  margin-top: 20px;
}
.featured-property__info__price {
  color: #000;
  font-size: 1.8rem;
  font-weight: 200;
}
.featured-property__info__price:before {
  content: '';
  width: 75px;
  height: 2px;
  background: #000;
  display: block;
  margin: 15px 0 10px 0;
}
.featured-property__info__price > span {
  font-size: 3rem;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
/*
destinations
*/
.section-info.section-info__right {
  display: inline-block;
  width: 100%;
}
.section-info.section-info__right__wrapper {
  position: relative;
  top: -50px;
  float: right;
  padding-right: 180px;
}
.destinations-wrapper .owl-stage {
  padding-left: 0!important;
}
.destinations-wrapper .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  opacity: 0;
}
.destinations-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  opacity: 0;
}
.destinations-wrapper .owl-nav .owl-next:hover {
  cursor: url(/img/travel/hover-cursor.png), auto;
}
.destinations-wrapper .owl-nav .owl-prev:hover {
  cursor: url(/img/travel/hover-cursor_prev.png), auto;
}
.destination-box {
  height: 550px;
  position: relative;
}
.destination-box__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.destination-box__wrapper__large {
  height: 550px;
}
.destination-box__wrapper__large:hover {
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.1);
}
.destination-box__wrapper__medium {
  height: 635px;
}
.destination-box__wrapper__small {
  height: 570px;
}
.destination-box__link {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.destination-box__link__title {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 3;
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  color: #fff;
  font-family: 'Tinos', serif;
}
.destination-box__link:after {
  content: '';
  width: 100%;
  height: 105px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, transparent);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.destination-box__wrapper__large .destination-box__link__title {
  background: -webkit-linear-gradient(90deg, #f2c8bc, #c2568f);
  background: -moz-linear-gradient(90deg, #f2c8bc, #c2568f);
  background: -o-linear-gradient(90deg, #f2c8bc, #c2568f);
  background: linear-gradient(90deg, #f2c8bc, #c2568f);
  -webkit-background-clip: text;
}
.destination-box__wrapper__small .destination-box__link__title {
  background: -webkit-linear-gradient(90deg, #a4cdf3, #f3c18b);
  background: -moz-linear-gradient(90deg, #a4cdf3, #f3c18b);
  background: -o-linear-gradient(90deg, #a4cdf3, #f3c18b);
  background: linear-gradient(90deg, #a4cdf3, #f3c18b);
  -webkit-background-clip: text;
}
.destination-box__link__location {
  font-size: 1.6rem;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.destinations-lists-row ul li a {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  border: 3px solid #000;
  padding: 5px 25px;
  display: block;
}
.destinations-lists-row ul li {
  display: inline-block;
  float: left;
}
.destinations-lists-row ul li + li {
  margin-left: 20px;
}
.destinations-lists-row ul {
  display: table;
  margin: 30px auto 30px auto;
}
.destinations-wrapper {
  margin-bottom: 70px;
}
.destinations-lists {
  margin-bottom: 15px;
  margin-top: 30px;
}
.more-destination__search {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #000;
  border: 2px solid #000;
  font-weight: 400;
  max-width: 340px;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
.video-hover {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.video-hover > video {
  position: absolute;
  top: 0;
  left: -80%;
  height: 100%;
  width: auto;
}
/*
footer
*/
.footer {
  background-color: #f4f4f4;
  padding-top: 75px;
  z-index: 1;
  position: relative;
}
.footer__list-menu ul li,
.footer__socials-list ul li {
  list-style: none;
}
.footer__list-menu ul li a,
.footer__socials-list ul li a {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.footer__list-menu ul,
.footer__socials-list ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.footer__list-menu ul li + li,
.footer__socials-list ul li + li {
  margin-top: 20px;
}
a.inspire-edition-link {
  float: right;
  padding-top: 75px;
}
.credits {
  margin: 50px 0 0 0;
}
.credits p {
  color: #a09f9f;
  font-size: 1.4rem;
  font-weight: 200;
}
.currency-language-wrapper {
  padding-top: 4px;
}
.footer_subscribe.mobile_visible {
  display: none;
}
.footer_subscribe {
  padding-top: 30px;
}
.footer_subscribe #mce-responses {
  font-size: 1.25rem;
  margin-top: 5px;
}
.footer_subscribe #mc_embed_signup div.mce_inline_error {
  display: none !important;
}
.footer_subscribe p {
  font-size: 1.25rem;
  margin-top: 5px;
}
.footer_subscribe .footer_sub_header {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.footer_subscribe input#mce-EMAIL {
  padding: 8px;
  background: transparent;
  border: 1px solid;
  width: 100%;
}
.footer_subscribe input#mce-EMAIL:focus {
  outline: none;
}
.footer_subscribe input#mce-EMAIL::placeholder {
  font-style: italic;
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
}
.footer_subscribe input#mce-EMAIL::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
}
.footer_subscribe input#mce-EMAIL:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
}
.footer_subscribe #mc_embed_signup_scroll {
  max-width: 330px;
  width: 100%;
}
.custom-submit {
  position: relative;
  max-width: 270px;
  width: 100%;
}
.custom-submit:hover .submit_newsletter {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.submit_newsletter {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
}
.footer_subscribe input#mc-embedded-subscribe {
  display: block;
  border: none;
  width: 15px;
  padding: 0;
  z-index: 2;
  background: transparent;
  background-image: url(/img/travel/carret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.footer_subscribe input#mc-embedded-subscribe:focus {
  outline: none;
}
/*
animations
*/
.this-animate-left {
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.this-animate-left.this-animate--active {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.this-animate-bottom {
  position: relative;
  bottom: -50px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.this-animate-bottom.this-animate--active {
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.this-animate--active.delay-1 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.this-animate--active.delay-2 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.this-animate--active.delay-3 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.this-animate--active.delay-4 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* Homepage styling vol.1209348348723198787478   */
.section {
  position: relative;
}
.section span.carret-down {
  z-index: -1;
  transition-delay: 1s;
  /* delays for 1 second */
  -webkit-transition-delay: 1s;
  /* for Safari & Chrome */
}
.section span.carret-down:hover {
  margin-top: 1px;
}
.section.full-height {
  min-height: 100vh;
  display: block;
  width: 100%;
  height: 100%;
}
.section.full-height.section_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.full-height.section_1 .fullscreen-bg {
  z-index: -1;
}
.section.full-height.section_1 .search-form-on-video {
  z-index: 2;
}
.section.full-height.section_1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
}
.scrollable_sections {
  margin-top: 100vh;
  position: relative;
}
.scrollable_sections .placebo_frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section_video_2,
.section_video_3 {
  /*
  margin-top: 50vh;
  */
}
.homepage-content-wrapper {
  /*
  margin-top: 50vh;
  */
}
.full_bg_video_section {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.video_text_wrapper {
  position: relative;
  min-height: 100vh;
}
.se_over_image {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 50%;
  display: block;
  text-align: left;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 150px 150px;
}
.se_over_image.first {
  left: 0;
  background-color: #fff;
}
.se_over_image.first h3 {
  color: #000;
}
.se_over_image.second {
  right: 0;
  left: 50% !important;
  background-color: #000;
}
.se_over_image.second h3 {
  color: #fff;
}
.se_over_image.second p {
  color: #fff;
}
.se_over_image h3 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 6rem;
  position: relative;
  top: -35px !important;
  opacity: 1!important;
  color: #000;
}
.se_over_image p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.4;
  position: relative;
  top: 0!important;
  opacity: 1!important;
  color: #000;
}
a.section_read_more {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  border: 2px solid #000;
  padding: 18px 70px;
  position: relative;
  /*top: 55px;*/
  top: 300px;
  left: 42%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 100;
}
a.section_read_more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.section_read_more.second_read {
  border: 2px solid #fff;
  color: #fff;
}
.se_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.animate_home {
  overflow-x: hidden;
}
.animate_home header {
  position: fixed;
  z-index: 3;
}
.animate_home .header-logo .travelstaytion-svg-dark {
  display: block;
}
.animate_home .header-logo .travelstaytion-svg-dark-small {
  display: block;
  opacity: 0;
  position: absolute;
  top: 9px;
}
.animate_home .hide_menu_items .header-logo {
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: left 1s ease, opacity 1s ease;
  -moz-transition: left 1s ease, opacity 1s ease;
  -o-transition: left 1s ease, opacity 1s ease;
  transition: left 1s ease, opacity 1s ease;
}
.animate_home .hide_menu_items .header-col-menu {
  position: relative;
  right: 0;
  opacity: 1;
  -webkit-transition: right 1s ease, opacity 1s ease;
  -moz-transition: right 1s ease, opacity 1s ease;
  -o-transition: right 1s ease, opacity 1s ease;
  transition: right 1s ease, opacity 1s ease;
}
.animate_home .hide_menu_items .header-col-menu .burger-menu {
  padding-top: 23px;
}
.animate_home .hide_menu_items .header-wrapper {
  padding: 3px 45px 10px 20px;
  position: relative;
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search {
  position: relative;
  top: -50px;
  opacity: 1;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style {
  max-width: 770px;
  margin: 0 auto;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style span.search-icon-dark,
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style span.search-icon-dark svg {
  width: 20px;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .search-icon-dark {
  top: 8px;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-50 .search_input {
  padding-left: 30px;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-18,
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-12 {
  width: 15%;
}
.animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style button.search_button.search_input {
  position: relative;
  top: 4px;
}
.animate_home .hide_menu_items.sticky.animate_sticky .header-wrapper {
  opacity: 1!important;
  padding: 5px 60px 0 60px;
  position: relative;
  top: -7px;
}
.animate_home .hide_menu_items.sticky.animate_sticky .header-logo {
  left: 0;
  opacity: 1;
  -webkit-transition: left 1s ease, opacity 1s ease;
  -moz-transition: left 1s ease, opacity 1s ease;
  -o-transition: left 1s ease, opacity 1s ease;
  transition: left 1s ease, opacity 1s ease;
}
.animate_home .hide_menu_items.sticky.animate_sticky .header-col-menu {
  right: 0;
  opacity: 1;
  -webkit-transition: right 1s ease, opacity 1s ease;
  -moz-transition: right 1s ease, opacity 1s ease;
  -o-transition: right 1s ease, opacity 1s ease;
  transition: right 1s ease, opacity 1s ease;
}
.animate_home .hide_menu_items.sticky.animate_sticky .header-wrapper .header-col-search {
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s ease 0.4s, opacity 1s ease 0.4s;
  -moz-transition: top 1s ease 0.4s, opacity 1s ease 0.4s;
  -o-transition: top 1s ease 0.4s, opacity 1s ease 0.4s;
  transition: top 1s ease 0.4s, opacity 1s ease 0.4s;
}
ul.home_menu_sections {
  position: absolute;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  padding: 0 60px;
}
ul.home_menu_sections li {
  display: inline-block;
  float: left;
  width: 33.3333%;
  list-style: none;
  position: relative;
  top: -7px;
}
ul.home_menu_sections li.active a:before {
  background-size: 100% 100%;
  -webkit-transition: background-size 0.8s ease 0.6s;
  -moz-transition: background-size 0.8s ease 0.6s;
  -o-transition: background-size 0.8s ease 0.6s;
  transition: background-size 0.8s ease 0.6s;
}
ul.home_menu_sections li.active a span {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.8s ease, left 0.8s ease;
  -moz-transition: opacity 0.8s ease, left 0.8s ease;
  -o-transition: opacity 0.8s ease, left 0.8s ease;
  transition: opacity 0.8s ease, left 0.8s ease;
}
ul.home_menu_sections li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  color: #000;
  text-decoration: none;
}
ul.home_menu_sections li a span {
  opacity: 0;
  position: relative;
  left: -60px;
}
ul.home_menu_sections li a:before {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0 100%;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
ul.home_menu_sections li:nth-child(2) a {
  text-align: center;
}
ul.home_menu_sections li:nth-child(3) a {
  text-align: right;
}
.skip_slider {
  position: absolute;
  right: calc(-100vw + -15px);
  bottom: calc(-100vh + 133px);
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 200;
  text-decoration: none!important;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.skip_slider:before {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 10px;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0 100%;
}
.skip_slider.active {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.skip_slider.active:before {
  animation: pulse 1.4s 3 alternate;
  animation-fill-mode: forwards;
}
.skip_slider:hover {
  color: #000;
  text-decoration: none;
}
.skip_slider:hover:before {
  animation: pulse 1.4s 3 alternate;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 100%;
  }
}
.placebo_frame .right_frame {
  width: 0px;
  height: 100vh;
  display: block;
  position: absolute;
  right: -100vw;
  top: 0;
  background: #fff;
}
.placebo_frame .left_frame {
  width: 0px;
  height: 100vh;
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  background: #fff;
}
.placebo_frame .top_frame {
  width: 100vw;
  height: 0px;
  display: block;
  position: absolute;
  right: -100vw;
  top: 0;
  background: #fff;
}
.placebo_frame .bottom_frame {
  width: 100vw;
  height: 0px;
  display: block;
  position: absolute;
  right: -100vw;
  bottom: -100vh;
  background: #fff;
}
.filtered_video {
  filter: grayscale(0);
  -webkit-transition: filter 0.8s ease;
  -moz-transition: filter 0.8s ease;
  -o-transition: filter 0.8s ease;
  transition: filter 0.8s ease;
}
.filtered_video.bw_filter {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
header.prepare_sticky > .header-wrapper {
  padding: 5px 45px 5px 60px;
  transition: padding 0.4s ease;
}
.header-col.header-col-logo .search_form--style {
  opacity: 0;
  visibility: hidden;
}
body:not(.animate_home) .header-col.header-col-logo .search_form--style {
  display: none;
}
.prepare_sticky .header-col.header-col-logo .form-bordered {
  padding-bottom: 5px;
}
.prepare_sticky .header-col.header-col-logo .search_form--style {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 80px;
  width: 100%;
  max-width: 550px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  -o-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  transition: opacity 0.4s ease, visibiliity 0.4s ease;
}
.prepare_sticky .header-col.header-col-logo span.search-icon-dark,
.prepare_sticky .header-col.header-col-logo span.search-icon-dark svg {
  width: 16px;
  top: 3px;
}
.prepare_sticky .header-col.header-col-logo .search_form--style #location-header-search.search_input {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 0 5px 0 25px;
}
.prepare_sticky .header-col.header-col-logo select {
  direction: rtl;
}
.prepare_sticky .header-col.header-col-logo option {
  padding-left: 5px;
}
.prepare_sticky .header-col.header-col-logo .search_form--style .search_input {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 25px 0 10px;
  text-align: right;
  line-height: 1.2;
}
.prepare_sticky .header-col.header-col-logo .search_form--style .search_input.search_button {
  margin: 0;
  position: relative;
  top: -1px;
}
.prepare_sticky .header-col.header-col-logo span.carret-down {
  width: 10px;
  height: 7px;
  right: 7px;
  margin-top: 0;
  z-index: -1;
}
.prepare_sticky .header-col.header-col-logo button.search_button.search_input {
  text-align: right!important;
  padding-right: 5px!important;
}
.prepare_sticky .header-col.header-col-logo .common-search-field input,
.prepare_sticky .header-col.header-col-logo .common-search-field select {
  min-height: auto;
}
.prepare_sticky .travelstaytion-svg-dark-small,
.prepare_sticky .travelstaytion-svg-dark-small svg {
  width: 35px;
  display: block;
}
.hide_menu_items .header-wrapper {
  background: #fff;
  z-index: 0;
}
.hide_menu_items .header-col.header-col-logo .travelstaytion-svg-dark {
  opacity: 0;
}
.hide_menu_items .header-col.header-col-logo .travelstaytion-svg-dark-small {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.hide_menu_items .header-col.header-col-logo .search_form--style {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  -o-transition: opacity 0.4s ease, visibiliity 0.4s ease;
  transition: opacity 0.4s ease, visibiliity 0.4s ease;
}
.enquire-travelstaytion-form.dashboard__content__box__form-inputs {
  padding: 0;
}
.cc-window.cc-floating {
  max-width: 300px;
  padding: 20px;
  font-family: 'Lato';
  border: 1px solid;
  font-size: 1.4rem;
  font-weight: 200;
}
.share_text {
  font-size: 1.4rem;
  font-weight: 200;
  margin: 10px 0;
}
.share_text i {
  font-weight: bold;
}
/*.container.home #homeSlider .hsSlide {
  position: relative !important;
}*/
.buttons-on-menu .ghost-dark-link,
.buttons-on-menu .filled-light-link {
  font-size: 1.4rem;
  max-width: 125px;
  padding: 7px 0;
}
@media (max-width: 1440px) {
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style {
    max-width: 675px;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group .select-container select {
    padding: 4px 0 7px 0;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group-50 {
    width: 46%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-12,
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-18 {
    width: 19%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-20 {
    width: 16%;
  }
  .animate_home .skip_slider {
    right: -100vw;
    margin-bottom: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 1440px) {
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style {
    max-width: 100%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style button.search_button.search_input {
    position: relative;
    top: 0;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group-50 {
    width: 47%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-12,
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-18 {
    width: 19%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-col-search .search_form--style .form-group.form-group-20 {
    width: 15%;
  }
  .animate_home .hide_menu_items .header-wrapper .header-logo {
    max-width: 165px;
    position: relative;
  }
  .animate_home .hide_menu_items.animate_sticky .header-logo {
    top: 8px;
  }
}
/* ZOPIM */
.meshim_widget_components_ChatButton.br {
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 200;
  font-family: 'Lato', sans;
}
div#search_map {
  height: calc(100vh - 120px);
}
.no-results-text {
  font-size: 1.8rem;
  font-weight: 200;
}
.search-content {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 67%;
  flex-basis: 67%;
  position: relative;
}
.search-content .search_form--style button.search_button.search_input {
  padding-right: 0;
}
.search-content .search_form--style .form-group .select-container {
  text-align: right;
  padding-right: 30px;
}
.search-content .search_form--style .form-group .select-container select {
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.search-content .search_form--style .search_input {
  text-align: right;
  padding: 7px 25px 7px 0;
  font-weight: 500;
}
.search-content .search_form--style .form-group.form-group-57 .search_input {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  top: 1px;
  text-align: left;
  padding-left: 40px;
}
.search-content .search_form--style .search_daterange_field {
  position: relative;
  top: 1px;
}
.search-content span.carret-down {
  width: 12px;
}
.search-content span.search-icon-dark {
  top: 7px;
}
.search-content span.search-icon-dark,
.search-content span.search-icon-dark svg {
  width: 20px;
}
.search-content .daterangepicker_parent .daterangepicker {
  margin-left: 1px;
}
.search-map {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 33%;
  flex-basis: 33%;
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
.search_container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 30px;
  background: linear-gradient(90deg, #f8f5f2, #e6edea);
  position: relative;
}
.property-item--column {
  width: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
.property-item--column .tooltip {
  position: fixed;
}
.property-item__box--full {
  height: 100%;
  display: block;
  background: #fff;
  max-height: 625px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property-item__box--full:hover {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property-item-box__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property-carousel {
  line-height: 1;
}
.property-carousel__item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.property-item__box__carousel {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}
.property-item__box__carousel .owl-nav img.img-responsive {
  width: 24px;
}
.property-item__box__carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
}
.property-item__box__carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
}
.property-item__box__carousel .owl-nav .owl-prev img,
.property-item__box__carousel .owl-nav .owl-next img {
  position: relative;
  top: 50%;
  margin-top: -21px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}
.property-item__box__carousel .property_image_background {
  min-height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.property-carousel-info__title-address {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-right: 15px;
  max-width: 80%;
  z-index: 2;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.property-carousel-info__title-address i {
  color: #cd5360;
}
.preview-property-title,
.preview-property-title a,
.preview-property-title span {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-carousel-info__title-address address {
  font-size: 1.6rem;
  font-weight: 200;
  color: #fff;
  margin: 0;
}
.property-carousel-info__reviews {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.property-item__box__carousel:hover .owl-nav .owl-prev {
  left: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.property-item__box__carousel:hover .owl-nav .owl-next {
  right: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.property-item__box__carousel:after {
  content: '';
  width: 100%;
  height: 130px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.infobox-property__image__info:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.property-carousel-info__reviews__wrapper {
  position: relative;
}
.reviews_pie {
  width: 44px;
  height: 44px;
  display: block;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.reviews_pie_25 {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 0 100% 0 0;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
.reviews_pie_50 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 0 0 100% 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.reviews_pie_75 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 0 0 0 100%;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}
.reviews_number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Tinos', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 200;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.save-property {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.save-property a {
  display: block;
}
.book-now-badge,
.infobox_book-now-badge {
  position: absolute;
  top: 22px;
  left: 15px;
  z-index: 1;
}
.book-now-badge i,
.infobox_book-now-badge i {
  color: #cd5360;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2rem;
}
.offer-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 5px solid #cd5360;
  top: 0;
}
.offer-banner .offer-text {
  position: absolute;
  top: 0;
  left: 50%;
  background: #cd5360;
  font-size: 1.6rem;
  color: #fff;
  padding: 9px 15px 7px 15px;
  font-weight: 200;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.property-carousel-info .book-now-badge i {
  font-size: 1.6rem;
}
.save-icon:hover {
  text-decoration: none;
}
.save-icon i,
.book-now-badge img {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.save-icon,
.save-icon svg {
  width: 25px;
  display: block;
}
.save-icon .st0 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.favorite .st0 {
  fill: #cd5360;
}
.save-property:hover .save-icon .st0,
.add-to-favorite:hover .save-icon .st0 {
  stroke: #d15c69;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.save-property:focus .save-icon .st0,
add-to-favorite:focus .save-icon .st0 {
  stroke: #d15c69;
  fill: #d15c69;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property-item__box__info {
  position: relative;
}
.property-item__box__info__specifications {
  padding: 17px 15px 10px 15px;
}
.property-item__box__info__specifications ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.property-item__box__info__specifications ul li {
  display: inline-block;
  float: left;
}
.property-item__box__info__specifications ul li + li {
  margin-left: 20px;
}
.property-item__box__info__specifications ul li:not(.property-item__box__info__cancelation) {
  padding-top: 4px;
}
.property-item__box__info__specification__text {
  font-size: 2.2rem;
  color: #000;
  font-weight: 200;
  line-height: 1;
}
.property-item__box__info__specification__icon i {
  font-size: 1.8rem;
  color: #000;
}
.property-item__box__info__cancelation .property-item__box__info__specification__icon i {
  color: #3870a5;
  font-size: 2.2rem;
  display: none;
}
.property-item__box__info__cancelation .property-item__box__info__specification__text {
  color: #3870a5;
  font-size: 1.6rem;
  position: relative;
  display: block;
  max-width: 70px;
}
.property-item__box__info__specifications li.property-item__box__info__cancelation {
  float: right;
  text-align: right;
}
.property-item__box__info__specifications li.property-item__box__info__cancelation i {
  font-size: 3rem;
}
.property-item__box__info__amenities__host-services {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 10px;
  position: relative;
}
.property-item__box__info__amenities__host-services:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.property-item__box__info__host-services,
.property-item__box__info__amenities {
  display: inline-block;
  float: left;
  width: 50%;
  position: relative;
  min-height: 75px;
}
.property-item__box__info__host-services {
  padding-left: 10px;
}
.property-item__box__info__amenities {
  padding-left: 10px;
}
.property-item__box__info__host-services:after,
.property-item__box__info__amenities:after {
  /*content: '';
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(/img/travel/host_services_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 7px;*/
}
.property-item__box__info__amenities:after {
  /*left: 15px;
  background-image: url(/img/travel/property_highlights_icon.svg);*/
}
.property-item__box__info__host-services-wrapper ul,
.property-item__box__info__amenities ul {
  padding: 0;
  margin-bottom: 0;
}
.property-item__box__info__host-services-wrapper ul li,
.property-item__box__info__amenities ul li {
  padding-left: 10px;
  position: relative;
  list-style: none;
}
.property-item__box__info__host-services-wrapper ul li:before,
.property-item__box__info__amenities ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #cd5360;
  position: absolute;
  top: 9px;
  left: 0;
}
.property-item__box__info__amenities ul li:before {
  background: #3870a5;
}
.property-item__box__info__host-services-wrapper ul li p,
.property-item__box__info__amenities ul li p {
  margin: 0;
  font-size: 1.6rem;
  color: #000;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  font-weight: 200;
}
.property-item__box__info__host-services__title {
  /*color: #cd5360;*/
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 3px 0;
  font-family: 'Tinos', sans;
}
.property-item__box__info__amenities-wrapper .property-item__box__info__host-services__title {
  color: #000;
}
.property-item__box__info__price__badges {
  display: inline-block;
  width: 100%;
  padding: 5px 15px 5px 15px;
}
.property-item__box__info__badges {
  display: inline-block;
  float: left;
  width: 50%;
  padding-top: 15px;
}
.property-item__box__info__badges .property-preview-badge + .property-preview-badge {
  margin-left: 20px;
}
.property-item__box__info__price {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: right;
}
.property-preview-price {
  font-size: 3rem;
  font-weight: 400;
  font-family: 'Tinos', serif;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: right;
}
.property-preview-price span {
  display: inline-block;
}
.property-preview-price .total-price {
  font-size: 3.4rem;
  font-family: 'Tinos', serif;
}
.property-preview-price .old-price {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  right: 40px;
  top: -7px;
}
.property-preview-price .old-price:before {
  border-bottom: 2px solid #cd5360;
  position: absolute;
  content: "";
  width: 100%;
  transform: rotate(160deg);
  bottom: 10px;
}
.property-preview-total-price {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  text-align: left;
}
.property-preview-total-price .total-price {
  font-size: 1.6rem;
  font-family: 'Tinos', serif;
}
.property-preview-total-price .price-unit {
  font-weight: 200;
}
.property-preview-total-price i {
  font-size: 1.4rem;
}
.property-preview-total-price .toggle-property__details__box__expandable.ghost-dark-link {
  margin: 0;
  bottom: 7px;
  position: relative;
  font-size: 1.4rem;
  box-shadow: none;
}
.price-unit {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
.property-preview-badge,
.property-preview-badge__icon,
.property-preview-badge__text {
  display: inline-block;
  float: left;
}
.property-preview-badge .property-preview-badge__icon .icon-travel_ribbon,
.property-preview-badge .property-preview-badge__icon .icon-travel_monthly-discount {
  font-size: 2.7rem;
  color: #cd5360;
}
.property-preview-badge .property-preview-badge__icon .icon-travel_bird,
.property-preview-badge .property-preview-badge__icon .icon-travel_hourglass,
.property-preview-badge .property-preview-badge__icon .icon-travel_long-term {
  font-size: 2.7rem;
  color: #3870a5;
  position: relative;
}
.property-preview-badge__text {
  font-size: 1.4rem;
  margin-left: 7px;
  font-weight: 200;
  top: -3px;
  position: relative;
  line-height: 1.6rem;
}
.filters-list {
  position: relative;
}
.filters-list__item {
  display: inline-block;
  float: left;
  position: relative;
}
.filters-list__item button {
  font-size: 1.6rem;
  color: #000;
  padding: 7px 23px;
  font-weight: 400;
  display: block;
  border: 1px solid #000;
  position: relative;
  background: #fff;
  outline: none;
  box-shadow: none;
}
.filters-list__item .open > .dropdown-toggle.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.filters-list__item .btn-primary:focus,
.filters-list__item .btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.filters-list__item .btn-primary.active_filter:focus,
.filters-list__item .btn-primary.active_filter:hover {
  /*background-color: #fff;
  color: #fff;
  border-color: #000;
  outline: none;
  box-shadow: none;*/
}
.filters-list__item .dropdown-menu {
  border: 0;
  border-radius: 0px;
  margin-top: 0;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.filters-list__item.filters-list__item__sortby {
  margin-left: 10px;
}
.filters-list__item.filters-list__item__sortby a {
  color: #606060;
  padding: 10px 40px 10px 20px;
  font-weight: 500;
  display: block;
}
.filters-list__item.filters-list__item__sortby a:hover {
  background: transparent;
  text-decoration: underline;
}
.filters-list__item span.carret-down {
  width: 12px;
  height: 13px;
  background-image: url(/img/travel/carret-down.svg);
  right: 18px;
}
.filters-list__item__sortby button {
  padding: 7px 45px 7px 15px;
  font-weight: 400;
}
.filters-list__item__sortby button i {
  font-size: 1.2rem;
}
.filters-list__item__sortby button span.carret-down {
  right: 15px;
}
.filters-list .filters-list__item + .filters-list__item {
  margin-left: 20px;
}
.search-content__top-section {
  width: 100%;
  margin-top: 10px;
  position: fixed;
  padding: 15px 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 9;
  top: 50px;
  background-color: #fff;
}
/*.filters-wrapper {
  margin-top: 20px;
}*/
.gm-style div {
  font-weight: 400 !important;
  font-family: 'Lato', sans-serif !important;
}
.search-content__intro-title {
  padding: 0 50px 35px 0;
}
.search-content__intro-title h1 {
  font-size: 6rem;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.search-content__intro-title h2 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.label-text-guests {
  margin-right: 10px;
}
.dropdown-menu.dropdown-menu-form {
  margin-top: 20px;
  min-width: 305px;
  max-width: 800px;
  padding: 20px 20px 20px 20px;
}
.dropdown-apply-filter {
  margin-top: 25px;
}
.dropdown-apply-filter .clear-filter {
  font-size: 1.4rem;
  color: #222222;
}
.dropdown-apply-filter .clear-filter:hover {
  text-decoration: underline;
}
.dropdown-apply-filter .save-filter {
  background: #000;
  color: #fff !important;
  padding: 7px 18px !important;
  border: 0px solid #fff;
  border-radius: 20px;
  font-size: 1.4rem !important;
  -webkit-transition: background 0.6s ease, color 0.6s ease;
  -moz-transition: background 0.6s ease, color 0.6s ease;
  -o-transition: background 0.6s ease, color 0.6s ease;
  transition: background 0.6s ease, color 0.6s ease;
  height: 35px!important;
  display: block;
  position: relative;
  top: -7px;
}
.dropdown-apply-filter .save-filter:hover {
  color: #000 !important;
  background: #fff;
  padding: 6px 17px !important;
  border: 1px solid #000;
  text-decoration: none;
}
.amenitie-filter-search input {
  width: 100%;
  display: block;
  max-width: 670px;
  background: #f2f2f2;
  border: 0;
  font-size: 1.6rem;
  color: #000;
  font-weight: 200;
  padding: 20px;
  border-radius: 5px;
  outline: none;
}
.clear-all-filter button {
  border: 0 !important;
  font-size: 1.4rem;
}
.clear-all-filter:hover {
  text-decoration: underline !important;
}
.infoBox {
  width: 100%!important;
  max-width: 350px!important;
  background: #fff;
}
.infoBox .reviews_pie {
  width: 35px;
  height: 35px;
}
.infoBox .reviews_number {
  font-size: 1.2rem;
}
.infobox-property {
  max-width: 350px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.infobox-property img {
  max-width: 100%!important;
}
.infobox-property__image {
  position: relative;
}
.infobox-property__image .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: none!important;
  margin-top: -21px !important;
}
.infobox-property__image .owl-prev img {
  width: 21px;
}
.infobox-property__image .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  background: none!important;
  margin-top: -21px !important;
}
.infobox-property__image .owl-next img {
  width: 21px;
}
.infobox-property__image .item {
  width: calc(100% - 0px) !important;
  margin: 0 auto;
  padding-top: 0 !important;
}
.infobox-property__image .property_image_background {
  height: 250px;
  background-size: cover;
}
.infobox-property__image__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infobox-property__image__info__title-reviews {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
}
.infobox_save-property {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.infobox_save-property a:hover .st0 {
  stroke: #d15c69;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.infobox_book-now-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 30px;
  z-index: 1;
}
.infobox-property__image__info__badges .infobox_book-now-badge {
  top: 20px;
}
.infobox-property__image__info__title-reviews h3 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.infobox-property__image__info__title-reviews a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
  text-decoration: none;
}
.infobox-property__image__info__title {
  display: inline-block;
  float: left;
  width: 80%;
}
.infobox-property__image__info__reviews {
  display: inline-block;
  float: left;
  width: 20%;
}
.infobox-property__image__info__reviews .property-carousel-info__reviews__wrapper {
  float: right;
}
.infobox-property__image__info__reviews p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  text-align: right;
  font-family: 'Lato', sans-serif !important;
}
.infobox-property__description__specifications ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.infobox-property__description__specifications li {
  display: inline-block;
  float: left;
}
.infobox-property__description__specifications li + li {
  margin-left: 15px;
}
.infobox-property__description__specifications__text {
  font-size: 2rem;
  font-weight: 200;
  position: relative;
  top: 2px;
  font-family: 'Lato', sans-serif !important;
}
.infobox-property__description__specifications__icon {
  font-size: 2rem;
}
span.infobox-property__description__specifications__icon > img {
  max-width: 20px!important;
}
.infobox-property__description {
  padding: 10px;
}
.infobox-property__description .property-item__box__info__amenities__host-services {
  padding: 5px 0 0 0;
  border-bottom: 0;
}
.infobox-property__description .property-item__box__info__host-services__title {
  font-size: 1.5rem;
  margin: 0;
}
.infobox-property__description .property-item__box__info__host-services-wrapper ul {
  padding: 0;
}
.infobox-property__description .property-item__box__info__host-services-wrapper ul li {
  /*display: inline-block;
        padding: 0;
        &:before {
          display: none;
        }*/
}
.infobox-property__description .property-item__box__info__host-services-wrapper ul li p {
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif !important;
  font-weight: 200;
  padding: 0;
}
.infobox-property__description .property-item__box__info__host-services:after {
  height: 18px;
  width: 18px;
  top: 8px;
  left: 0px;
}
.infobox-property__description .infobox-property__description__specifications {
  padding: 0 10px 10px 10px;
  text-align: left;
}
.infobox-property__description .property-item__box__info__host-services,
.infobox-property__description .property-item__box__info__amenities {
  min-height: 40px;
}
.infobox-property__full {
  position: relative;
}
.infobox-property:after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.google-map-label {
  background-image: url(/img/travel/mappin.svg);
  width: 70px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
.google-map-label.highlighted {
  background-image: url(/img/travel/mappin_highlight.svg);
}
ul.pagination li a,
.pagination > .disabled > a {
  color: #505050;
  font-size: 2rem;
  background: transparent!important;
  border: 0;
}
.pagination > .disabled > a {
  color: #000 !important;
  font-weight: 600;
  background: transparent!important;
}
li.next > a,
li.next > a > svg,
li.prev > a,
li.prev > a > svg {
  width: 25px;
  display: block;
}
li.next > a > svg .st0,
li.prev > a > svg .st0 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
li.next > a,
li.prev > a {
  position: relative;
  top: 7px;
}
li.prev > a {
  left: -25px;
}
li.prev.disabled {
  display: none;
}
li.next.disabled {
  display: none;
}
div#enquiry_to_travelstaytion_banner_div > div > div,
div#enquiry_to_travelstaytion_ad_banner_few_results > div > div {
  position: relative;
  height: 100%;
}
.enquiry_to_travelstaytion_banner {
  padding: 60px;
  background-color: #fff;
  border: 1px solid #000;
  height: 625px;
}
.enquiry_to_travelstaytion_banner:hover {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
.search-enquiry-button--bordered {
  text-align: left;
  margin-top: 60px;
}
.search-enquiry-button--bordered a {
  font-size: 2rem;
  color: #fff;
  background: #000;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.search-enquiry-button--bordered a:hover {
  background: #fff;
  background-image: none;
  color: #000;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  border: 2px solid #000;
}
.search-enquiry-button:after,
.search-enquiry-button:before {
  /*content: '';
  width: 45%;
  height: 2px;
  display: block;
  background: #fff;*/
}
/*.search-enquiry-button:after {
  transform: rotate(-45deg);
  transform-origin: right;
  position: absolute;
  top: 19px;
  right: 0;
}
.search-enquiry-button:before {
  transform: rotate(-45deg);
  transform-origin: left;
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.search-enquiry-button__slogan {
  font-size: 2rem;
  color: #000;
  font-weight: 200;
}
.search-enquiry-button__slogan-top {
  font-family: 'Tinos', serif;
  font-size: 3.6rem;
  margin-top: 35px ;
}
.search-enquiry-button__slogan-bottom {
  margin-bottom: 20px;
  margin-top: 40px;
}
#search_in_map_container {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #fff;
  display: inline-block;
  padding: 8px 15px;
  border: 0px solid #000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #000;
  z-index: 1;
}
#search_in_map_container label {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  margin: 0 10px 0 0;
}
#search_in_map_container .checkbox-light {
  position: relative;
  display: inline-block;
}
#search_in_map_container .placebo-checkbox {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  border: 1px solid #000;
}
#search_in_map_container .placebo-checkbox i {
  position: relative;
  left: 3px;
  color: #fff;
}
#search_in_map_container input[type="checkbox"] {
  position: relative;
  opacity: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
}
#search_in_map_container input[type="checkbox"]:hover {
  cursor: pointer;
}
#search_in_map_container input[type="checkbox"]:checked + .placebo-checkbox {
  background: #fff;
}
#search_in_map_container input[type="checkbox"]:checked + .placebo-checkbox i {
  color: #000;
}
.search-map__buttons-wrapper {
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.search-map__controls {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.search-map__controls .text.expand_map_buttons,
.search-map__controls .text.expand_map_hide_buttons {
  bottom: 6px;
  right: 10px;
  display: inline-block;
  position: relative;
}
.search-map__controls .text.expand_map_buttons:hover {
  color: #000;
}
/* expand map */
.fullscreen-map {
  /*
  .search-map__buttons-wrapper {
    width: 35%;
  }*/
}
.fullscreen-map .search-content__top-section {
  /*z-index: 9;
    position: relative;
    !*background: #f9f5f2;
    background: linear-gradient(90deg, #f9f5f2, #eaefec);*!
    background: transparent;
    left: -21px;
    padding: 38px 50px 50px 20px;
    margin-right: -20px;*/
}
.fullscreen-map .search-map {
  position: absolute!important;
  top: 0;
  right: 0;
  width: 100%;
}
.fullscreen-map .filters-list__item .active_filter,
.fullscreen-map button#instant-book.selected {
  background: #000 !important;
}
.fullscreen-map div#search_results {
  opacity: 0;
  visibility: hidden;
}
.fullscreen-map #expand_map span.expand-icon_map {
  display: none;
}
.fullscreen-map #expand_map span.collapse-icon_map {
  display: block;
}
.enquire-modal-wrapper > .modal > .modal-dialog {
  width: 845px;
}
.enquire-modal-wrapper > .modal > .modal-dialog > .modal-content > .modal-body {
  padding: 40px 40px 0 40px;
}
.enquiryModalField .input-group {
  width: 100%;
}
.enquiryModalField input {
  border: 1px solid #000;
  padding: 0 10px;
}
.enquiryModalField.dashboard__content__box__form-inputs input {
  width: 100%;
}
.enquiryModalField .add_location_button,
.enquiryModalField .advanced-research-href {
  color: #000;
  margin: 0 0 20px 0;
  display: block;
  text-decoration: none;
}
.enquiryModalField .location_dates_fields {
  margin-bottom: 25px;
}
.enquiryModalField .location_dates_fields .checkbox-outer-wrapper {
  margin-top: 10px;
  font-size: 1.4rem;
}
.enquiryModalField .location_dates_fields .checkbox-outer-wrapper label {
  position: relative;
  top: -4px;
}
.enquiryModalField .space-bottom {
  margin-bottom: 25px;
}
.enquiryModalField .select-input-field {
  line-height: 1.4;
}
.enquiryModalField .advanced_search_title {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 200;
  color: #000;
}
.enquiryModalField .row {
  margin-bottom: 20px;
}
.enquiryModalField #advanced-research-fields {
  border: 1px solid #cbcbcb;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 0;
}
.enquiryModalField #advanced-research-fields > .row {
  margin-bottom: 20px;
}
.enquiryModalField #advanced-research-fields > .row .checkbox-outer-wrapper label {
  font-size: 1.6rem;
  font-weight: 200;
  position: relative;
  top: -7px;
}
.enquiryModalField .submit_enquiry_button {
  padding: 15px 10px;
  width: 100%;
  display: block;
  max-width: 200px;
  float: right;
}
.enquiryModalField .checkbox-wrapper {
  height: 21px;
  width: 21px;
}
.modal_enquiry_padding {
  padding: 30px 30px 15px 30px;
}
.enquiry_modal_heading .modal_enquiry_padding {
  padding-bottom: 0px;
}
.enquiry_modal_heading h4 {
  font-size: 3rem;
  color: #000;
  width: 90%;
  margin: 0px 0 10px 0px;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
.enquiry_modal_heading p.subtitle {
  text-align: left;
  font-size: 2.2rem;
  color: #000;
  font-weight: 200;
  margin: 0;
}
.enquiry_modal_heading p.subtitle:after {
  content: '';
  height: 1px;
  background-color: #eaeaea;
  width: 40%;
  display: block;
  margin-top: 10px;
}
#submit_enquiry_to_travelstaytion_from_search .row {
  margin-bottom: 30px;
}
#submit_enquiry_to_travelstaytion_from_search .enquiryModalField .input-lg {
  line-height: 1;
}
#submit_enquiry_to_travelstaytion_from_search input.daterange {
  padding-left: 15px;
  width: 100%;
}
#submit_enquiry_to_travelstaytion_from_search .ghost-dark-link {
  max-width: 230px;
  padding: 15px 35px;
  border: 0;
  color: #fff;
  background: linear-gradient(-35deg, #e17a64, #cd5360);
}
.enquire-modal-top-text h4 {
  font-size: 2.2rem;
  color: #000;
}
.enquire-modal-top-text span {
  font-size: 1.8rem;
  font-weight: 200;
}
.amenitie-filter-search {
  padding-bottom: 20px;
}
.amenitie-filter-search .amenities-filter-group .title {
  margin: 0 0 20px 0;
}
.amenities-filter-scrollbox,
.host-service-filter-scrollbox {
  max-height: 300px;
  overflow-y: scroll;
}
.amenities-list {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.search_filter {
  text-align: right;
}
.search_filter button {
  display: inline-block;
  border: 0;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 400;
}
.search_filter #amenities-clear,
.search_filter #host_services-clear {
  color: #000;
  float: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
}
.filters-list__item .active_filter,
button#instant-book.selected {
  color: #fff;
  border-color: #000;
  background-color: #000;
  outline: none!important;
  box-shadow: none!important;
}
.filters-list__item button {
  outline: none!important;
  box-shadow: none!important;
}
.filters-list__item .dropdown-menu-form li .sort-by a {
  padding: 10px 40px 10px 0;
  font-weight: 500;
  text-align: left;
  color: #000;
  background: none;
  font-size: 1.5rem;
}
.filters-list__item .dropdown-menu-form li .sort-by a:hover {
  text-decoration: underline;
}
.filters-list__item .btn.property-type {
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 0;
  font-weight: 500;
  text-align: left;
  color: #000;
  background: none;
  font-size: 1.6rem;
}
.filters-list__item .btn.property-type.selected,
.filters-list__item .sort-by.selected {
  color: #ed5866 !important;
}
.filters-list__item .simple-checkbox .checkbox-wrapper {
  width: 20px;
}
.filters-list__item .simple-checkbox .checkbox-wrapper {
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 7px;
}
.filters-list__item .simple-checkbox .checkbox-wrapper + label {
  width: calc(100% - 30px);
  display: inline-block;
  float: left;
  font-weight: 400;
  font-size: 1.6rem;
  padding-left: 10px;
  color: #000;
}
div#price-slider {
  display: inline-block;
  width: 100%;
}
div#price-slider .noUi-horizontal {
  height: 2px;
}
div#price-slider .noUi-background {
  background: #ddd;
  border: 0!important;
  position: relative;
}
div#price-slider .noUi-horizontal .noUi-handle {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border: 2px solid #000;
  width: 15px;
  height: 15px;
  top: -7px;
}
div#price-slider .noUi-origin {
  background: #000;
}
div#price-slider .noUi-origin + .noUi-origin {
  background: #ddd;
}
div#price-slider .noUi-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#price-slider .price_slider_text {
  padding: 0 7px;
  margin-top: 25px;
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
.host-services-list {
  display: inline-block;
  width: 100%;
  padding: 0;
  column-count: 2;
}
.host-services-list li {
  list-style-type: none;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.search_results_wrapper {
  position: relative;
  min-height: 100vh;
  margin-top: 120px;
}
.loader_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(237, 239, 236, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  -moz-transition: opacity 0.8s ease, visibility 0.8s ease;
  -o-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loader_overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s ease, visibility 0s ease;
  -moz-transition: opacity 0s ease, visibility 0s ease;
  -o-transition: opacity 0s ease, visibility 0s ease;
  transition: opacity 0s ease, visibility 0s ease;
}
.loader_overlay {
  left: 0;
  top: 0;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.7);
  border-top-color: #000;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#expand_map {
  background: #000;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#expand_map span.expand-icon_map,
#expand_map span.expand-icon_map svg,
#expand_map span.collapse-icon_map,
#expand_map span.collapse-icon_map svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
#expand_map span.expand-icon_map svg path,
#expand_map span.expand-icon_map svg svg path,
#expand_map span.collapse-icon_map svg path,
#expand_map span.collapse-icon_map svg svg path {
  fill: #fff !important;
}
#expand_map span.collapse-icon_map {
  display: none;
}
#expand_map_hide {
  background: #000;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#expand_map_hide span.expand-icon_map,
#expand_map_hide span.expand-icon_map svg,
#expand_map_hide span.collapse-icon_map,
#expand_map_hide span.collapse-icon_map svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
#expand_map_hide span.expand-icon_map svg path,
#expand_map_hide span.expand-icon_map svg svg path,
#expand_map_hide span.collapse-icon_map svg path,
#expand_map_hide span.collapse-icon_map svg svg path {
  fill: #fff !important;
}
.custom-scrollbar .simplebar-track.vertical {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.custom-scrollbar .simplebar-scrollbar {
  right: 1px;
  background: #000;
  border-radius: 10px;
}
.custom-scrollbar .custom-scrollbar-inner {
  padding-right: 15px;
}
.searchpage .property-item__box__info__specification__icon i {
  font-size: 2.4rem;
}
.pac-icon {
  height: 23px;
  width: 18px;
  background-image: url(/img/travel/pin.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -3px;
  opacity: 0;
}
.pac-item {
  padding: 5px;
  border: 0;
  font-weight: 200;
  font-size: 1.6rem;
  color: #505050;
}
.pac-item:hover {
  background: #f9f9f9;
}
.pac-item:hover .pac-icon {
  opacity: 1;
}
.pac-item-query {
  font-weight: 400;
  font-size: 1.8rem;
}
.pac-matched {
  font-weight: 600;
  font-size: 1.8rem;
}
.pac-item-selected {
  background: #f9f9f9;
}
.pac-item-selected:hover {
  background: #f9f9f9;
}
.pac-item-selected .pac-icon {
  opacity: 1;
}
.pac-item-selected .pac-icon-marker {
  background-position: center;
}
.search-content__search-results {
  padding: 0 20px 0 15px;
}
.search-content__search-results .property-item--column:nth-child(odd) {
  padding-right: 15px;
}
.search-content__search-results .property-item--column:nth-child(even) {
  padding-left: 15px;
}
.search-content__search-results .property-item--column:nth-child(2n+1) {
  clear: both;
}
.recent-searches button.btn.btn-primary.ghost-dark-link {
  max-width: initial;
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
}
.search-results-count {
  font-family: 'Lato', serif;
  font-size: 1.6rem;
  font-weight: 200;
  color: #666666;
}
.search-results-count p {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
.search-results-count .few-results {
  font-size: 1.8rem;
}
.search-results-count .few-results a {
  text-decoration: underline;
  font-weight: 400;
}
.thesearch-title {
  font-family: Tinos,serif;
  font-size: 2.6rem;
}
.filter_actions_wrapper .filter_actions {
  display: table;
  float: right;
}
.filter_actions_wrapper .filter_actions .filter_action_clear {
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.filter_actions_wrapper .filter_actions .filter_action_clear a {
  color: #000;
  text-decoration: none;
}
.filter_actions_wrapper .filter_actions .filter_action_save {
  display: inline-block;
  float: left;
}
.ddSDtravelstaytionEnquiryTelephone {
  padding-left: 80px;
}
#enquiry_to_travelstaytion_form_0_results .static-page-content-compressed {
  padding: 0;
}
#enquiry_to_travelstaytion_form_0_results .static-page-content-compressed #ddSDenquiry_form {
  background-color: #fff;
  padding: 30px;
}
.dropdown-menu .simple-checkbox label:hover {
  text-decoration: underline;
  cursor: pointer;
}
#btn {
  background: red;
}
.clear_dates {
  float: right;
  font-size: 1.4rem;
  max-width: initial;
  width: auto;
  margin: 0px 20px 20px 20px;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif !important;
}
.property-container {
  max-width: 1280px;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.property__overimage-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.property__title {
  font-size: 4rem;
  color: #fff;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}
.property__address {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 200;
  display: inline-block;
}
.property__address img {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  top: -2px;
}
.property__top-image:before {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 0;
  background: linear-gradient(#000, transparent);
}
.property__top-image:after {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: 0;
  background: linear-gradient(transparent, #000);
}
.property__col-left {
  display: inline-block;
  width: 75%;
  float: left;
  position: relative;
  padding-right: 30px;
  min-height: 1px;
  margin-bottom: 15px;
}
.property__col-right {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
}
.property__col-right.sticky-right-theia {
  margin-top: -120px;
  z-index: 1;
}
.property__title-address {
  display: inline-block;
  float: left;
  width: 68%;
}
.property__photo-map {
  display: inline-block;
  width: 32%;
  /* float: left; */
  position: absolute;
  bottom: 10px;
  /* padding-top: 60px; */
}
.property__photo-map .property__photo-map--list {
  padding: 0;
  display: table;
  float: right;
}
.property__photo-map .property__photo-map--list li {
  display: inline-block;
  /*
      float: left;
      */
}
.property__photo-map .property__photo-map--list li .property__photo--toggle,
.property__photo-map .property__photo-map--list li .property__photo--toggle:focus {
  background: #000;
  padding: 10px 25px;
  border: 2px solid #fff;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
}
.property__photo-map .property__photo-map--list li .property__photo--toggle:hover,
.property__photo-map .property__photo-map--list li .property__photo--toggle:focus:hover {
  text-decoration: none;
  border: 2px solid #000;
  /* background: #fff;
           color: #000;
           i,span {
             color: #000;
           }*/
}
.property__photo-map .property__photo-map--list li .property__photo--toggle i,
.property__photo-map .property__photo-map--list li .property__photo--toggle:focus i {
  color: #fff;
  font-size: 2.1rem;
  position: relative;
  top: 3px;
  margin-right: 7px;
}
.property__photo-map .property__photo-map--list li .property__photo--toggle span,
.property__photo-map .property__photo-map--list li .property__photo--toggle:focus span {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.property__photo-map .property__photo-map--list li .property__map--toggle,
.property__photo-map .property__photo-map--list li .property__map--toggle:focus {
  background: #fff;
  padding: 10px 35px;
  margin-left: 8px;
  border: 2px solid #000;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property__photo-map .property__photo-map--list li .property__map--toggle:hover,
.property__photo-map .property__photo-map--list li .property__map--toggle:focus:hover {
  text-decoration: none;
  border: 2px solid #fff;
  /* background: #000;
           color: #fff;
           i,span {
             color: #fff;
           }*/
}
.property__photo-map .property__photo-map--list li .property__map--toggle i,
.property__photo-map .property__photo-map--list li .property__map--toggle:focus i {
  color: #000;
  font-size: 1.5rem;
}
.property__photo-map .property__photo-map--list li .property__map--toggle span,
.property__photo-map .property__photo-map--list li .property__map--toggle:focus span {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.property-share {
  margin: 25px 40px;
  text-align: right;
  position: relative;
}
.property-share i {
  font-size: 2.2rem;
}
.property-share a i {
  color: #fff;
}
.property-share a:hover,
.property-share a:focus {
  text-decoration: none;
}
.property-share > div {
  display: inline-block;
}
.property-share > div.property-share__list {
  margin-right: 25px;
}
.property-share > div > a {
  font-size: 4rem;
  color: #fff;
  text-decoration: none !important;
}
.property-share__list button.btn {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 4rem;
  margin: 0;
  color: #fff;
  vertical-align: top;
  display: block;
  box-shadow: none !important;
  outline: none !important;
}
.property .property-share__list .dropdown-menu {
  left: unset;
  right: 0;
  min-width: 230px;
  background-color: #fff;
  border: 0;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.property .property-share__list .dropdown-menu li {
  float: left;
}
.property .property-share__list .dropdown-menu a {
  padding: 10px;
}
.property .property-share__list .dropdown-menu a i {
  color: #000;
}
.property .property-share__list .dropdown-menu a:hover {
  background: #000;
  color: #fff !important;
}
.property .property-share__list .dropdown-menu a:hover i {
  color: #fff;
}
/*==========================================
preview box
===========================================*/
.property__preview {
  padding: 10px 0 35px;
}
.property__preview__amenities-list {
  display: table;
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.property__preview__amenities-list i {
  font-size: 2.4rem;
}
.property__preview__amenities-list li {
  display: inline-block;
  float: left;
  max-width: 135px;
  margin: 15px 0 5px 0;
}
.property__preview__amenities-list li img {
  margin: 0 auto;
}
.property__preview__amenities-list li + li {
  margin-left: 40px;
}
.property__preview__amenities-list p {
  font-size: 1.8rem;
  font-weight: 200;
  margin-top: 5px;
}
.property__preview__text--col {
  display: inline-block;
  float: left;
  width: 33.333%;
  min-height: 1px;
  position: relative;
  padding: 35px 5px 35px 25px;
}
.property__preview__text--col:first-child {
  padding-left: 0;
}
.property__preview__text--col h3 {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  font-weight: 400;
  position: relative;
}
.property__preview__text--col h3.host-reception-title {
  letter-spacing: 0.025em;
  font-weight: 400;
  background-image: linear-gradient(to right, #cd5360, #d35d60, #d86661, #dd7062, #e17a64);
  -webkit-background-clip: text;
  /*-webkit-text-fill-color: transparent;*/
}
.property__preview__text--col h3.host-reception-title:after {
  content: "NEW";
  position: absolute;
  left: 140px;
  top: -8px;
  color: #000;
  display: block;
  background-image: none;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  -webkit-text-fill-color: #cd5360;
}
.property__preview__text--col:last-child {
  text-align: left;
}
.property__preview__text--col:last-child h3 {
  margin-bottom: 20px;
}
.image-rating-wrapper {
  position: relative;
}
.image-rating-wrapper .image-rating-number {
  font-size: 2.5rem;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie {
  width: 70px;
  height: 70px;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie circle {
  stroke: #eaeaea;
  stroke-width: 1px;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar {
  stroke-width: 3px;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar.bar-green {
  stroke-width: 3px;
  stroke: #028270;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar.bar-orange {
  stroke-width: 3px;
  stroke: #E9993D;
}
.property__preview__text__rating-wrapper .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar.bar-red {
  stroke-width: 3px;
  stroke: #CC5460;
}
.property__preview__text {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
  margin-top: 5px;
  margin-bottom: 0px;
  position: relative;
}
.property__preview__text:before,
.property__preview__text:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #dcd9d9;
  position: absolute;
  top: 0;
}
.property__preview__text:before {
  left: 33.333%;
}
.property__preview__text:after {
  left: 66.666%;
}
.property__preview__text--col ul {
  padding-left: 0;
}
.property__preview__text--col ul li {
  list-style: none;
  margin-top: 10px;
}
.property__preview__text__title {
  font-size: 1.8rem;
  font-weight: 200;
}
.property__preview__text__info {
  font-size: 1.8rem;
  font-weight: 200;
}
.property__preview__text__info a {
  color: #000;
}
.property__preview__text--overview .property__preview__text__info {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
}
.property__preview__text--overview .property__preview__text__info i {
  font-size: 1.6rem;
}
.property__preview__text--overview .property__preview__text__info .tooltip-inner {
  min-width: 250px;
  /* the minimum width */
}
.property__details__host-details {
  margin-top: 10px;
}
.property__details__host-details .number {
  font-size: 2.2rem;
  font-family: 'Tinos', serif;
}
.property__details__host-details li a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.property__details__host-details li span {
  font-weight: 200;
  position: relative;
  top: -1px;
  color: #000;
}
.property__preview__text__rating-wrapper img {
  margin: 0 auto;
}
.property__preview__text__rating-wrapper--title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.property__preview__text__rating-wrapper--travel-rate,
.property__preview__text__rating-wrapper--guests-rate {
  text-align: left;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 200;
}
.property__preview__text__rating-wrapper--travel-rate {
  margin-top: 10px;
}
.travel-rate,
.guests-rate {
  color: #000;
  font-weight: 400;
}
.property__preview__text__rating-wrapper--guests-rate a {
  color: #000;
  text-decoration: underline;
}
.property__preview__text__rating-wrapper--guests-rate i {
  font-size: 1.6rem;
}
/*==========================================
booking box
===========================================*/
.property__booking-box__info {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
}
.property__booking-box__info__price {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 3rem;
  margin-top: 15px;
}
.property__booking-box__info__price i {
  font-size: 3rem;
}
.property__booking-box__info__price span {
  display: inline-block;
  line-height: 1.6rem;
}
.property__booking-box__info__price span.price-per-day {
  font-family: 'Tinos', serif;
}
.property__booking-box__info__price .icon-travel_instant_booking {
  color: #cd5360;
}
.property__booking-box__info__price .price_average,
.property__booking-box__info__price .reserve_it_now {
  font-size: 1.4rem;
  font-weight: 200;
}
.property__booking-box__info__price .price_average strong,
.property__booking-box__info__price .reserve_it_now strong {
  font-weight: 600;
}
.property__booking-box__info__price .reserve_it_now {
  margin-top: -5px;
}
.form-group-100 {
  width: 100%;
  display: block;
  position: relative;
}
.property__booking-box__info__total {
  margin: 0px 0;
  padding: 0 10px;
}
.property__booking-box__info__total .price-right {
  float: right;
}
.property__booking-box__info__total .offer-percent {
  color: #cd5360;
  font-family: 'Tinos', serif;
  font-size: 1.8rem;
}
.property__booking-box__info__total .total-discount {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  margin-bottom: 10px;
}
.property__booking-box__info__total .total-discount span {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.property__booking-box__info__total .total-discount .save-from-discount {
  font-size: 1.8rem;
}
.property__booking-box__info__total--bordered {
  padding: 5px 0 25px 0px;
  text-align: left;
  /*background: rgba(249,246,243,1);
  background: -moz-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,246,243,1)), color-stop(100%, rgba(228,235,232,1)));
  background: -webkit-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -o-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -ms-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: linear-gradient(to right, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1 );*/
}
.property__booking-box__info__total--bordered a {
  font-size: 1.4rem;
  position: relative;
  top: -5px;
}
.property__booking-box__info__total__price {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Tinos', serif;
}
.property__booking-box__info__total__split-payments {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  margin: 15px 0;
  padding: 15px 0 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: none;
}
.property__booking-box__info__total__split-payments .split_title {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.property__booking-box__info__total__split-payments .split-info {
  top: 5px;
}
.property__booking-box__info__total__split-payments .split-info:hover,
.property__booking-box__info__total__split-payments .split-info:focus {
  text-decoration: none;
  color: #000;
}
.property__booking-box__info__total__split-payments .split-header {
  position: relative;
}
.property__booking-box__info__total__split-payments .split-header select#installments-number {
  padding: 2px 20px 2px 10px;
  min-height: auto;
  z-index: 1;
  width: 45px;
  background-color: transparent !important;
}
.property__booking-box__info__total__split-payments .split-header .installments-number {
  margin-bottom: 5px;
}
.property__booking-box__info__total__split-payments .split-header .installments-number i {
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 1.2rem;
}
.property__booking-box__info__total__split-payments .split_analytics {
  padding-top: 5px;
  /*margin-top: 5px;
    border-top: 1px solid #eaeaea;*/
}
.property__booking-box__info__total__split-payments .split_analytics span {
  float: right;
  text-align: right;
}
.property__booking-box__info__total__split-payments .split_analytics .split-info-fee {
  font-weight: 200;
  text-align: left;
  margin-top: 5px;
}
.property__booking-box__info__total__split-payments .split_analytics .price-amount {
  font-family: 'Tinos', serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.property__booking-box__info__total__split-payments .reserve_it_now {
  display: none;
  font-weight: 200;
  font-size: 1.6rem;
}
.property__booking-box__info__total__split-payments .reserve_it_now span {
  font-weight: 400;
  font-size: 1.8rem;
}
.property__booking-box__info__total__split-payments .reserve_it_now_amount {
  font-family: 'Tinos', serif;
  font-size: 2rem !important;
  font-weight: 400;
}
.property__booking-box__info__total__split-payments .next-payment {
  font-size: 1.4rem;
  font-weight: 200;
}
.property__booking-box__info__total__split-payments span {
  display: inline-block;
}
.property__booking-box__info__total__split-payments i {
  font-size: 1.4rem;
}
.property__booking-box__info__total__split-payments .icon-travel_split {
  color: #cd5360;
  font-size: 1.8rem;
  top: 2px;
  position: relative;
}
.property__booking-box__info__total__exclude {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0;
}
.property__booking-box__info__total__split-payments img {
  position: relative;
  top: -3px;
}
.offers_badge {
  margin-top: 10px;
  font-size: 1.4rem;
}
.offers_badge i {
  color: #ce5660;
  font-size: 2rem;
  padding-right: 0;
  position: relative;
  top: 4px;
}
.property__book,
.property_enquire {
  display: block;
  width: 100%;
  background: #000;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Tinos', serif;
  position: relative;
  padding: 15px 0;
  border: 0;
  /* -webkit-transition: background 0.6s ease;
   -moz-transition: background 0.6s ease;
   -o-transition: background 0.6s ease;
   transition: background 0.6s ease;*/
}
.property__book i,
.property_enquire i {
  /*background-image: linear-gradient(45deg, #cd5360 0%, #e17a64 100%);
    -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
     margin: -10px; */
  z-index: 100;
  font-size: 2.4rem;
  left: 5px;
  top: 4px;
  position: relative;
  /* margin-top: 5px; */
}
.property__book:hover,
.property_enquire:hover {
  /*-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;*/
}
.property_enquire {
  background: #3271a7;
}
.property__booking-box__info__cancellation {
  text-align: left;
  color: #000;
  font-size: 1.7rem;
  font-weight: 400;
  padding-top: 20px;
  margin: 5px 0 0 0;
  border-top: 1px solid #ccc;
}
.property__booking-box__info__cancellation .cancellation-policy-explanation {
  margin-top: 7px;
}
.property__booking-box__info__cancellation .cancellation-policy-explanation span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 200;
}
.property__booking-box__info__cancellation .cancellation-policy-explanation span.explanation {
  color: #a2a2a2;
}
.property__booking-box__info__cancellation a {
  text-align: center;
  color: #000;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 25px 0 0 0;
  text-decoration: none;
}
.property__booking-box__info__cancellation a i {
  font-size: 2.6rem;
}
.property__booking-box__info__cancellation a span {
  position: relative;
  top: -5px;
}
.property__booking-box__free-cancellation {
  font-size: 1.6rem;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
.property__booking-box__free-cancellation .title {
  font-weight: 400;
}
.property__booking-box__free-cancellation .subtitle {
  font-weight: 400;
  color: #3870a5;
}
.rental-id {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.contact-host {
  display: inline-block !important;
  width: auto !important;
}
.property__booking-box__booking-help {
  font-size: 1.6rem;
  font-weight: 200;
  text-align: left;
  margin: 15px 0 20px 0;
}
.property__booking-box__booking-help .help-telephone-no {
  font-weight: 400;
}
.property__booking-box__booking-help .help-telephone-no i {
  padding-right: 5px;
}
.property__booking-box__booking-help .booking-help-options {
  margin-bottom: 10px;
  text-align: center;
}
.property__booking-box__booking-help .booking-help-options .other-help {
  margin-top: 5px;
  display: block;
}
.other-help {
  font-weight: 200;
  font-size: 1.6rem;
}
.button-with-image--grey {
  background: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  border: 0;
  text-decoration: underline;
  margin-top: 5px;
  padding: 0;
}
.button-with-image--grey i {
  padding-right: 5px;
  font-size: 1.8rem;
  color: #cd5360;
  position: relative;
  top: 3px;
}
.button-with-no-image--grey {
  background: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  width: 100%;
  color: #000;
  text-align: left;
  display: block;
  border: 0;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.button-with-no-image--grey i {
  padding-right: 5px;
  font-size: 1.8rem;
  color: #cd5360;
  position: relative;
  top: 3px;
}
.button-with-no-image--grey:hover {
  color: #3870a5;
}
.property__booking-box__info__dates {
  margin-top: 20px;
}
.common-search-field input,
.common-search-field select {
  cursor: pointer;
  border-radius: 0;
  outline: none !important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  padding: 10px 0 10px 20px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 200;
  border: 1px solid #000;
  position: relative;
  min-height: 55px;
  /*-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);*/
}
.common-search-field span.carret-down {
  width: 14px;
  height: 7px;
  right: 15px;
}
.common-search-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  font-size: 1.6rem;
}
.common-search-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  font-size: 1.6rem;
}
.common-search-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  font-size: 1.6rem;
}
.common-search-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  font-size: 1.8rem;
}
.property-badge__holder {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
}
.property-badge__holder i {
  font-size: 2.6rem;
  color: #3870a5;
}
.property-badge__holder span {
  position: relative;
  top: -5px;
}
/*==========================================
property details
===========================================*/
.property__details__menu {
  margin-bottom: 0px;
}
.property__details__menu ul {
  display: table;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.property__details__menu ul li {
  display: inline-block;
  margin: 0 17px;
  padding: 15px 0 13px 0;
  position: relative;
  text-align: center;
  float: left;
}
.property__details__menu ul li:first-child {
  margin: 0 15px 0 0;
  padding: 7px 0;
}
.property__details__menu ul li a {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  text-decoration: none;
}
.property__details__menu ul li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property__details__menu ul li.active:after {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property__details__menu.property__details__menu--fixed .property__details__menu--wrapper {
  position: fixed;
  top: 0;
  z-index: 1;
  background: transparent;
  width: 100%;
  max-width: 1280px;
  padding: 0 33px 0 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
.property__details__menu.property__details__menu--fixed .property__details__menu--wrapper ul {
  width: calc(75% - 20px);
  background: #fff;
}
.property__details__title {
  color: #000;
  font-size: 2.6rem;
  font-weight: 200;
  padding-bottom: 15px;
  /* display: inline-block; */
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
}
.property__details__box {
  border-bottom: 0px solid #d6d6d6;
  padding-bottom: 20px;
  padding-top: 20px;
  outline: none !important;
  margin-bottom: 10px;
}
.property__details__box p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.property__details__box .property__details__host-reception--wrapper {
  margin-top: 40px;
}
.property__details__box .property__details__host-reception--wrapper .property__details__title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.property__details__box.property__details__host-reception {
  border-bottom: 0px solid #d6d6d6;
}
.property__details__boxproperty__details__amenities {
  border-bottom: 0px solid #d6d6d6;
}
.toggle-property__details__box__expandable,
.property__details__amenities__text__expandable {
  text-align: center;
  display: block;
  text-decoration: none;
}
.toggle-property__details__box__expandable,
.toggle-property__details__box__expandable:focus {
  margin-top: 10px;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  padding: 5px 10px;
  border: 1px solid #999;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #000;
  /* margin: 0 auto; */
  text-decoration: none !important;
}
.toggle-property__details__box__expandable .icon-travel_arrow-light-bottom,
.toggle-property__details__box__expandable:focus .icon-travel_arrow-light-bottom {
  font-size: 1.7rem;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
.toggle-property__details__box__expandable.ghost-dark-link,
.toggle-property__details__box__expandable:focus.ghost-dark-link {
  max-width: fit-content;
  margin: 30px auto 0;
}
.toggle-property__details__box__expandable:hover,
.toggle-property__details__box__expandable:focus:hover {
  text-decoration: none;
  color: #fff !important;
}
.toggle-property__details__box__expandable:hover .icon-travel_arrow-light-bottom,
.toggle-property__details__box__expandable:focus:hover .icon-travel_arrow-light-bottom {
  top: 4px;
}
a.swap__read__more:after,
a.swap__show__more:after,
a.swap__review__more:after {
  content: "\e984";
  font-family: 'travelstaytion-font';
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  display: none;
}
a.swap__read__more:hover:after,
a.swap__show__more:hover:after,
a.swap__review__more:after {
  top: 2px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.expand + a.swap__read__more:after,
.expand + a.swap__show__more:after,
.expand a.swap__review__more:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.property__details__sleeping-arrangements__text ul {
  display: inline-block;
  width: 100%;
  padding: 0px 0 0 0;
}
.property__details__sleeping-arrangements__text ul li {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
}
.property__details__sleeping-arrangements__text ul li.full-width {
  padding: 0 30px;
}
.property__details__sleeping-arrangements__text ul li.full-width p {
  text-align: left;
}
.property__details__sleeping-arrangements__text ul li.one-third {
  width: 33.333%;
  /*min-height: 165px;
        margin-bottom: 40px;*/
}
.property__details__sleeping-arrangements__text i {
  font-size: 3rem;
  color: #000;
  margin: 10px 0;
  display: block;
}
.property__details__sleeping-arrangements__text img {
  margin: 10px auto 10px auto;
}
.property__details__sleeping-arrangements__text .title {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}
.property__details__sleeping-arrangements__text .beds_explanation {
  padding: 0 0px;
}
.property__details__sleeping-arrangements__text p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}
.property__details__house-rules__text__wrapper {
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.property__details__house-rules__text__wrapper.expand {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.property__details__amenities__text {
  display: inline-block;
  width: 100%;
}
.property__details__amenities__text__wrapper {
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.property__details__amenities__text__wrapper.expand {
  max-height: 5000px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.property__details__amenities__text--list {
  margin-bottom: 45px;
}
.property__details__amenities__text--list:last-child {
  margin-bottom: 0;
}
.property__details__amenities__text--list:after {
  content: '';
  display: block;
  height: 1px;
  width: 30%;
  background-color: #f1f1f1;
}
.property__details__amenities__text--list h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}
.property__details__amenities__text--list ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  /*column-count: 5;*/
}
.property__details__amenities__text--list ul li {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin: 0px 0 5px 0;
}
.property__details__amenities__text--list ul li span {
  display: block;
  text-align: center;
}
.property__details__amenities__text--list ul li span.icon {
  font-size: 4rem;
}
.property__details__amenities__text--list ul li span.text {
  font-size: 1.8rem;
  font-weight: 200;
}
.property__details__amenities__text--list ul li + li {
  margin-left: 0px;
}
.property__details__amenities__text--list:first-child li + li {
  margin-left: 30px;
}
.property__details__house-rules p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 200;
}
.property__details__house-rules--col {
  display: inline-block;
  float: left;
  width: 50%;
}
.property__details__house-rules--col h3 {
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}
.property__details__house-rules--col .property__preview__text__title {
  font-size: 1.8rem;
}
.property__details__house-rules--col .property__preview__text__info {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}
.property__details__house-rules--col i {
  font-size: 1.4rem;
}
.property__details__house-rules--col ul {
  padding: 0;
}
.property__details__house-rules--col ul li {
  list-style: none;
  margin-bottom: 10px;
}
.property__details__house-rules__manual {
  display: inline-block;
}
.property__details__house-rules__manual h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.property__details__house-rules__checkin {
  margin-bottom: 50px;
}
#details-location {
  border-bottom: 0;
}
.property__details__box__text {
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 200;
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.property__details__box__text * {
  font-size: 1.8rem;
  font-weight: 200;
}
.property__details__box__text h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.property__details__box__text.expand {
  max-height: 3000px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
/*==========================================
host reception
===========================================*/
.property__details__host-reception--box {
  padding: 35px 40px;
  margin-top: 0px;
  position: relative;
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); */
  /* background: #fafafa; */
  border: 0px solid #cd5360;
  /*background: rgba(249,246,243,1);
  background: -moz-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,246,243,1)), color-stop(100%, rgba(228,235,232,1)));
  background: -webkit-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -o-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: -ms-linear-gradient(left, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  background: linear-gradient(to right, rgba(249,246,243,1) 0%, rgba(228,235,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1 );*/
}
.property__details__host-reception--box.bordered-box-inner {
  background-color: #fff;
}
.property__details__host-reception__title {
  display: inline-block;
  padding-bottom: 20px;
}
.property__details__host-reception__title h3 {
  display: inline-block;
  position: absolute;
  padding: 0px 10px;
  margin-top: -50px;
  background-color: #fff;
}
.property__details__host-reception__title h3.host-reception-title {
  letter-spacing: 0.025em;
  font-weight: 400;
  /*background-image: linear-gradient(to right, #cd5360, #d35d60, #d86661, #dd7062, #e17a64);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;*/
}
.property__details__host-reception__title h3.host-reception-title:after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: -8px;
  color: #000;
  display: block;
  background-image: none;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  -webkit-text-fill-color: #cd5360;
}
.property__details__host-reception__text a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.property__details__host-reception__text a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.property__details__host-reception__text p {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: justify;
  color: #000;
}
.property__details__host-reception__text p span {
  font-weight: 400;
}
.property__details__host-reception__boxed > h4 {
  font-size: 2.2rem;
  color: #000;
  margin: 40px 0 40px 0;
}
.property__details__host-reception__boxed .property_host_description a {
  color: #3870a5;
  font-weight: 400;
  text-decoration: none !important;
}
.property__details__host-reception__boxed.property__details__host-reception__rank .property__details__host-reception__boxed--colored {
  padding: 40px 50px 40px 50px;
}
.property__details__host-reception__boxed--colored {
  background: #fff;
  padding: 40px 50px 0 50px;
  display: inline-block;
  width: 100%;
}
.property__details__host-reception__boxed--colored + .property__details__host-reception__boxed--colored {
  padding-bottom: 40px;
}
.property__details__host-reception__boxed--colored p {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}
.property__details__host-reception__boxed__host-name,
.property__details__host-reception__boxed__host-name:focus {
  color: #000;
  font-size: 2.2rem;
  font-weight: 200;
  text-decoration: none;
}
.property__details__host-reception__boxed__host-name:hover {
  color: #000;
  opacity: 0.98;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.property__details__host-reception__boxed > ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.property__details__host-reception__boxed > ul .verified {
  margin-top: 10px;
  float: right;
  font-size: 1.4rem;
}
.property__details__host-reception__boxed > ul .verified .text {
  font-weight: 400;
}
.property__details__host-reception__boxed > ul .verified i {
  font-size: 1.8rem;
  background-image: linear-gradient(45deg, #cd5360 0%, #f78972 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.property__details__host-reception__boxed > ul li {
  display: inline-block;
  float: left;
  font-size: 1.6rem;
  color: #888888;
  position: relative;
}
.property__details__host-reception__boxed > ul li + li {
  margin-left: 10px;
  padding-left: 10px;
}
.property__details__host-reception__boxed > ul li + li:before {
  content: '';
  width: 0px;
  height: 80%;
  background: #888888;
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
}
.property__details__host-reception__boxed--column {
  display: inline-block;
  float: left;
  width: 50%;
}
.property__details__host-reception__boxed--column ul {
  padding: 0;
}
.property__details__host-reception__boxed--column ul li {
  list-style: none;
}
.property__details__host-reception__services-provider ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.property__details__host-reception__services-provider ul li {
  margin-bottom: 10px;
}
.property__details__host-reception__services-provider ul li:last-child {
  margin-bottom: 0;
}
.property__details__host-reception__services-provider ul li .icon {
  padding-right: 20px;
  position: relative;
  top: 7px;
}
.property__details__host-reception__services-provider ul li .icon i {
  font-size: 3rem;
}
.property__details__host-reception__services-provider ul li .text {
  font-size: 1.8rem;
  font-weight: 200;
}
.property__details__host-reception__services-provider p {
  font-weight: 200;
  font-size: 1.8rem;
}
/*==========================================
host ranking
===========================================*/
.image-rating-wrapper.host-ranking {
  display: inline-block;
  width: 30%;
  float: left;
  text-align: center;
  margin: 0 20px;
}
.image-rating-wrapper.host-ranking:first-child {
  margin: 0px;
}
.image-rating-wrapper.host-ranking:last-child {
  margin: 0px;
}
.image-rating-wrapper.host-ranking .host-ranking-wrapper {
  max-width: 140px;
  display: inline-block;
  text-align: center;
}
.image-rating-wrapper.host-ranking img {
  margin: 0 auto;
}
.image-rating-wrapper.host-ranking .rank-label {
  display: block;
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 200;
}
.image-rating-wrapper.host-ranking .host-ranking-wrapper-circle {
  position: relative;
}
/*==========================================
reviews
===========================================*/
.property__details__reviews .rating-text span {
  font-size: 2.2rem;
  font-weight: 200;
  margin-right: 10px;
  display: inline-block;
}
.property__details__reviews .rating-text .image-rating-number {
  display: inline;
  padding: 0;
  font-size: 3.2rem;
  color: #3870a5;
}
.property__details__reviews .property__details__title {
  margin-bottom: 0;
}
.property__details__reviews .property__preview__text__rating-wrapper {
  margin-bottom: 20px;
}
.no-reviews-text a {
  font-weight: 400;
}
.property__details__reviews--box ul li {
  display: inline-block;
  width: 50%;
  /* border-bottom: 1px solid #f1f1f1; */
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 20px 0px 0px;
  min-height: 170px;
}
.property__details__reviews--box ul li .view-more {
  font-size: 1.4rem;
  display: table;
}
.property__details__reviews--box ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.property__details__reviews__header {
  display: inline-block;
  width: 100%;
}
.property__details__reviews__header--image,
.property__details__reviews__header--rate {
  display: inline-block;
  float: left;
  width: 40%;
}
.property__details__reviews__header--name-date {
  width: 60%;
}
.property__details__reviews__header--rate {
  text-align: right;
  padding: 15px 0px 0px 0px;
}
.property__details__reviews__header--rate .review_pie_wrapper .review_pie circle {
  stroke: #eaeaea;
}
.property__details__reviews__header--rate .review_pie_wrapper .review_pie .bar {
  stroke: #3870a5;
}
.property__details__reviews__header--name-date {
  display: inline-block;
  float: left;
  width: 60%;
  padding: 15px 0;
}
.property__details__reviews__header--image img {
  border-radius: 50%;
  margin: 0 auto;
}
.property__details__reviews__header .property__details__reviews__header--name {
  font-size: 1.8rem;
  font-weight: 200;
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0;
}
.property__details__reviews__header .property__details__reviews__header--date {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
}
.header--rate-wrapper {
  position: relative;
  display: inline-block;
}
.header--rate-wrapper .image-rating-number {
  color: #3870a5;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.property__details__reviews__body {
  font-size: 1.6rem;
  font-weight: 200;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  text-align: justify;
}
.property__details__reviews__body.open {
  max-height: 700px;
}
.toggle_reviews_wrapper {
  text-align: center;
}
.toggle_reviews_wrapper a.toggle_reviews {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}
.toggle_reviews_wrapper a.toggle_reviews:focus {
  color: #000;
}
/*==========================================
location map
===========================================*/
.property__details__location h3 {
  padding: 10px 0 35px;
}
.property__details__location .gm-fullscreen-control {
  display: none;
}
/*==========================================
similar listings
===========================================*/
div#similarListingsContainer {
  background: #f9f6f3;
  background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f9f6f3), color-stop(100%, #e4ebe8));
  background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -o-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -ms-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);
}
div#similarListingsContainer .property-item--column .property-item__box--full {
  max-width: 570px;
}
div#similarListingsContainer .property-item__box__carousel {
  min-height: 380px;
}
div#similarListingsContainer .property-item--column {
  width: 33.3333%;
  padding: 0 15px;
}
div#similarListings {
  padding: 0 0 155px;
  display: block;
  margin: 0 auto;
  max-width: 1855px;
  width: 100%;
}
div#similarListings .property-item--column {
  margin-top: 0;
}
div#similarListings .property-item--column:nth-child(2) .property-item__box--full {
  margin: 0 auto;
}
div#similarListings .property-item--column:last-child .property-item__box--full {
  /*float: right;*/
}
.property__similar-listings {
  margin-top: 0px;
}
.property__similar-listings .section-info__title {
  position: relative;
  top: 15px;
}
.property__similar-listings .section-info__description {
  font-size: 2.2rem;
}
.property__similar-listings .section-info__left {
  margin-bottom: 80px;
  top: 0;
  padding-top: 30px;
}
.save-property i {
  font-size: 3rem;
  color: #fff;
}
/*==========================================
gallery
===========================================*/
#property__slide-info,
#property__image-gallery {
  display: none;
}
.property__slide-info--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.property__slide-info--wrap .property__preview__text {
  margin-top: 5px;
}
/*==========================================
fixed second menu
===========================================*/
div.photoSwipe_innerthumbs {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000000;
  max-width: 1024px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.photoSwipe_innerthumbs img {
  width: 10%;
  cursor: pointer;
  opacity: 0.5;
  border: 1px solid #fff;
}
div.photoSwipe_innerthumbs img.active {
  opacity: 1;
}
div.photoSwipe_innerthumbs .owl-item {
  max-height: 55px;
  overflow: hidden;
}
div.photoSwipe_innerthumbs.owl-theme .owl-dots .owl-dot .owl-theme span {
  opacity: 0.4;
}
div.photoSwipe_innerthumbs.owl-theme .owl-dots .owl-dot.active span,
div.photoSwipe_innerthumbs.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
}
.pswp__button--arrow--left:before {
  background: url(../img/travel_icons/nav-prev.svg) no-repeat !important;
  background-size: cover;
  width: 25px !important;
  height: 50px !important;
  background-position: center !important;
  opacity: 1;
}
.pswp__button--arrow--right:before {
  background: url(../img/travel_icons/nav-next.svg) no-repeat !important;
  background-size: cover;
  width: 25px !important;
  height: 50px !important;
  background-position: center !important;
  opacity: 1;
}
.property__top-image {
  position: relative;
  height: 525px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.property__top-image .property__top-image-inner {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
}
.property__top-image.one_image .property__top-image-inner {
  width: 100%;
}
.property__top-image.two_images .property__top-image-inner {
  width: 50%;
  left: 0;
}
.property__top-image.two_images .property__top-image-inner + .property__top-image-inner {
  left: 50%;
}
.property__top-image .property_photoswipe_image_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__button.pswp__button--download {
  display: none;
}
/*==========================================
send message
===========================================*/
#send-message-modal .phone_prefix {
  position: absolute;
  left: 0;
  width: 85px;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  font-weight: 200;
  padding-top: 15px;
}
#send-message-modal .phone_prefix:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 14px;
}
#send-message-modal #userTelephone {
  padding-left: 90px;
}
#send-message-modal .close {
  position: relative;
  z-index: 9;
  padding: 25px 20px;
  opacity: 1;
}
#send-message-modal .dashboard__content__box__form-inputs {
  padding-top: 0;
}
#send-message-modal .form-group {
  margin: 15px 0;
}
#send-message-modal .modal-body {
  padding: 0;
}
#send-message-modal .modal-body span.carret-down {
  right: 25px;
}
#send-message-modal .modal-footer {
  padding: 15px 0 0;
}
#send-message-modal .modal-footer .cancel-btn,
#send-message-modal .modal-footer .send-btn {
  border: none;
}
#send-message-modal .modal-footer .send-btn {
  background: #000;
  color: #fff;
}
#send-message-modal select {
  line-height: 2rem;
}
#map_canvas {
  width: 100%;
  height: 300px;
  margin: 10px 0 10px 0;
  border: 10px solid #FFF;
}
#viewLandmarks {
  display: none;
}
#fullscreen-map {
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#fullscreen-map.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
#fullscreen-map #map2 {
  height: 100%;
}
#fullscreen-map .map_box_controllers {
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
}
#fullscreen-map .map_box_controllers #closeFullMap {
  font-size: 1.7rem;
  background: #fff;
  margin: 0;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
}
#fullscreen-map .map_box_controllers #closeFullMap i {
  display: block;
}
#fullscreen-map .map_box_controllers #closeFullMap :hover {
  cursor: pointer;
}
#fullscreen-map .fullscreen-map-inner_wrapper {
  padding: 10px;
  height: 100%;
  background: #fff;
  position: relative;
}
.property__details__amenities__text__wrapper .property__details__amenities__text--list:not(:first-child) ul {
  column-count: 3;
}
.property__details__amenities__text__wrapper .property__details__amenities__text--list:not(:first-child) ul li {
  width: 100%;
  text-align: left;
}
.property__details__amenities__text__wrapper .property__details__amenities__text--list:not(:first-child) ul li span {
  text-align: left;
}
.property_map_box {
  max-width: 375px;
  position: absolute;
  height: 85%;
  overflow: auto;
  top: 40px;
  left: 40px;
  z-index: 9;
  background: #fff;
  padding: 13px 15px 18px 15px;
  opacity: 1;
  visibility: visible;
  box-shadow: 2px 0 10px rgba(1, 2, 1, 0.38);
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -moz-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.property_map_box.hide_box {
  opacity: 0;
  visibility: hidden;
}
.property_map_box .property-carousel-info .book-now-badge i {
  font-size: 2rem;
  padding: 5px;
}
.property_map_box .property_map_box-image {
  position: relative;
}
.property_map_box .property_map_box-image:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.property_map_box .property_map_box-image .preview-property-title {
  font-size: 1.8rem;
}
.property_map_box .property_map_box-image .book-now-badge img {
  max-width: 30px;
}
.property_map_box .property_map_box-image .reviews_pie {
  width: 33px;
  height: 33px;
}
.property_map_box .property_map_box-image .reviews_pie_25 {
  width: 15px;
  height: 15px;
}
.property_map_box .property_map_box-info .property__preview__amenities-list {
  margin: 5px auto 0 auto;
  display: table;
  width: auto;
}
.property_map_box .property_map_box-info .property__preview__amenities-list li + li {
  margin-left: 20px;
}
.property_map_box .property_map_box-info .property__preview__amenities-list span {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
}
.property_map_box .property_map_box-info .property__preview__amenities-list i {
  font-size: 1.8rem;
}
.property_map_box .property_map_box-dates {
  margin: 10px 0;
}
.property_map_box .property_map_box-dates .dates-price-overview--table {
  padding: 5px 0 0 0;
  display: table;
  margin: 0 auto;
  width: auto;
}
.property_map_box .property_map_box-dates .dates-price-overview--table .title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.property_map_box .property_map_box-dates .dates-price-overview--table .subtitle {
  font-size: 1.2rem;
}
.property_map_box .property_map_box-dates .dates-price-overview--table .arrow {
  padding: 5px 10px 0 10px;
  max-width: 35px;
}
.property_map_box .property_map_box-dates .dates-price-overview--table .spacer {
  padding: 0 11px;
}
.property_map_box .property_map_box-points-of-interest {
  border-top: 1px solid #dedada;
  border-bottom: 1px solid #dedada;
}
.property_map_box .property_map_box-points-of-interest .checkbox-wrapper .custom-checkbox {
  margin-left: 2px;
}
.property_map_box .property_map_box-points-of-interest .pois_list_scroll {
  height: 15vh;
  overflow: hidden;
}
.property_map_box .property_map_box-points-of-interest.no_dates_box {
  margin: 10px 0;
}
.property_map_box .property_map_box-points-of-interest h3 {
  font-size: 1.6rem;
  color: #3271a7;
  font-family: 'Lato', sans-serif;
}
.property_map_box .property_map_box-points-of-interest label {
  font-weight: 400;
  font-size: 1.6rem;
}
.property_map_box .property_map_box-points-of-interest ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.property_map_box .property_map_box-points-of-interest ul li {
  font-size: 1.5rem;
  color: #000000;
}
.property_map_box .property_map_box-points-of-interest ul li .land-mark {
  display: inline-block;
  float: left;
  width: 80%;
}
.property_map_box .property_map_box-points-of-interest ul li .land-mark-distance {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: right;
}
.property_map_box .property_map_box-points-of-interest.no_landmarks {
  display: none;
}
.property_map_box .property_map_box-button-holder {
  margin: 20px 0 4px 0;
}
.property_map_box .toggle-property_map_box {
  margin-bottom: 13px;
  display: block;
}
.property_map_box .toggle-property_map_box:hover {
  text-decoration: none;
}
.property_map_box .toggle-property_map_box i {
  color: #a1a1a1;
}
.grid_main_photo {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.grid_main_photo .property__top-image-inner {
  height: 100%;
  width: 100%;
}
.grid_photo_columns {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}
.grid_photo_columns .property__top-image-inner {
  height: 100%;
  width: 50%;
}
.grid_photo_columns .property__top-image-inner + .property__top-image-inner {
  left: 50%;
}
.grid_photo_columns + .grid_photo_columns {
  left: 50%;
  top: 50%;
}
.property_map_pois {
  position: relative;
}
.property_map_pois .no_landmarks {
  display: none;
}
.property_map_pois #landmarks {
  margin-top: 20px;
}
.property_map_pois label {
  font-weight: 400;
  font-size: 1.6rem;
}
.property_map_pois .open_landmarks {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
.property_map_pois .pois_on_map {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #fff;
  padding: 30px 20px 10px 30px;
  max-width: 360px;
}
.property_map_pois .hide_pois_from_map {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #a1a1a1;
  text-decoration: none !important;
  border: none;
}
.property_map_pois h3 {
  padding: 0;
  font-size: 1.6rem;
  color: #3271a7;
  font-family: 'Lato', sans-serif;
  margin: 10px 0 10px 0;
}
.property_map_pois ul {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.property_map_pois ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.property_map_pois ul li + li {
  margin-top: 10px;
}
.property_map_pois ul li .land-mark {
  float: left;
}
.property_map_pois ul li .land-mark-distance {
  float: right;
}
.property__booking-box__free-cancellation {
  display: none;
}
.rating-text span {
  font-weight: 200;
  font-size: 2.6rem;
  padding-top: 23px;
  display: block;
}
#stuff {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  background-color: #000;
  padding: 20px 20px;
  display: none;
  color: #fff;
  position: absolute;
  top: 160px;
  right: 0px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  min-width: 550px;
  font-weight: 200;
  text-align: justify;
  font-size: 1.5rem;
}
#stuff h3 {
  font-family: 'Tinos', serif;
  color: #fff;
  margin-bottom: 10px;
}
#stuff .image-rating-wrapper.host-ranking .rank-label {
  color: #fff;
}
#stuff .image-rating-wrapper .image-rating-number,
#stuff .icon-travel_verified {
  color: #fff;
  background-image: linear-gradient(45deg, #cd5360 0%, #ffbdaf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stuff .review_pie_wrapper {
  width: 90px;
  height: 90px;
}
#stuff .review_pie_wrapper .review_pie {
  width: 90px;
  height: 90px;
}
#stuff .property__details__host-reception__boxed__host-name {
  color: #fff;
  font-size: 2.2rem;
}
#stuff .property__details__host-details li span {
  color: #fff;
}
#hover:hover + #stuff {
  display: block;
  z-index: 3;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.property .edit-property {
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.property .edit-property button {
  margin-bottom: 3px;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  padding: 9px 18px;
  display: inline-block;
  font-size: 1.4rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.property .edit-property button i {
  font-size: 1.4rem;
}
.property .edit-property button:hover {
  color: #fff;
  text-decoration: none;
}
.property .edit-property button:focus {
  color: #fff;
  text-decoration: none;
}
.property .edit-property .dropdown-menu {
  padding: 10px;
  border: 0;
  box-shadow: 3px 3px 13px rgba(1, 2, 1, 0.26);
  z-index: 1000;
}
.property .edit-property .dropdown-menu a {
  font-size: 1.6rem;
  font-weight: 200;
  padding: 5px 10px;
  border-bottom: 0px solid #e0e0e0;
}
.custom_book_now_button_wrapper {
  font-size: 1.4rem;
  color: #cd5360;
  text-align: center;
}
.book-disabled {
  white-space: pre-wrap;
}
#travelstaytion_standards_popup .text-icons-list .text {
  font-size: 1.8rem;
}
#travelstaytion_standards_popup .text-icons-list .icon i {
  font-size: 3rem;
}
.pseudo {
  z-index: 1;
  /* matters! */
  background: linear-gradient(to bottom, black, black);
  transition: opacity 2s;
}
.pseudo.disabled-href::before {
  background: none;
}
.pseudo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #cd5360, #e17a64);
  opacity: 0;
  transition: opacity 1s;
  z-index: -1;
}
.pseudo:hover::before {
  opacity: 1;
}
#similarListingsHeightFix.property-item__box__carousel .owl-carousel,
#similarListingsHeightFix.property-item__box__carousel .owl-stage-outer,
#similarListingsHeightFix.property-item__box__carousel .owl-stage,
#similarListingsHeightFix.property-item__box__carousel .owl-item,
#similarListingsHeightFix.property-item__box__carousel .owl-item > a,
#similarListingsHeightFix.property-item__box__carousel .owl-item > a > img {
  min-height: inherit !important;
}
#similarListingsHeightFix.property-item__box__carousel .owl-item > a > img {
  object-fit: cover !important;
}
.sidebar-column {
  display: inline-block;
  float: left;
  width: 17%;
  min-height: 1px;
}
.content-column {
  display: inline-block;
  float: left;
  width: 66%;
  padding: 30px 30px 150px 30px;
  border-left: 1px solid #ebebeb;
  min-height: 100vh;
}
.sidebar-column.sidebar-column-notifications {
  padding: 0 25px 0 0;
}
.dashboard--container {
  border-top: 1px solid #f0f0f0;
}
.dashboard__sort-by--trigger {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  max-width: 170px;
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
}
.dashboard__sort-by--trigger span.carret-down {
  right: 20px;
}
/*======================
profile user
======================*/
.user-account {
  background: linear-gradient(45deg, #cd5360, #e17a64, #e17a64);
  padding: 25px 20px;
}
.user-account__name h3 {
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 100;
  padding-right: 35px;
  margin: 0;
}
.user-account__name {
  position: relative;
}
.user-account__name--edit {
  position: absolute;
  top: 0;
  right: 0;
}
.user-account__name--edit,
.user-account__name--edit svg {
  display: block;
  width: 20px;
}
.user-account__name--edit path {
  fill: #fff;
}
.user-account__info ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.user-account__info ul li {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 100;
}
.user-account__info ul li + li {
  margin-left: 15px;
}
.user-account__info {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 15px;
  padding-top: 15px;
}
#edit_profile-accordion .panel-body__form-fields {
  padding: 0 60px 0 60px;
}
/*======================
profile user menu
======================*/
.dashboard__menu {
  padding: 35px 15px 15px 10px;
  min-height: calc(100vh - 100px);
}
.dashboard__menu ul {
  padding: 0;
  margin: 0;
}
.dashboard__menu ul li {
  list-style: none;
}
.dashboard__menu ul li:hover a {
  background: #f5f5f5;
}
.dashboard__menu ul li a {
  font-size: 2.6rem;
  color: #000;
  font-weight: 100;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 15px 17px 15px;
  text-decoration: none;
  line-height: 1;
}
.dashboard__menu ul li a span.badge {
  font-size: 1.1rem;
  font-weight: 400;
  color: #cd5360;
  border: 1px solid #cd5360;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  min-width: 22px;
  min-height: 22px;
}
.dashboard__menu ul li a.dash_Active {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.dashboard__menu ul li a.dash_Active span.badge {
  background: #f2f3f4;
}
.dashboard__contact__button a.bordered-btn-hover {
  display: block;
  width: 100%;
  max-width: 190px;
  text-align: center;
  margin: 0 auto;
}
.dashboard__contact__button--icon {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.dashboard__contact__button--icon,
.dashboard__contact__button--icon svg {
  width: 20px;
  display: inline-block;
}
.dashboard__contact__button--icon .st0 {
  fill: #fff;
}
.dashboard__contact__button--space {
  margin-top: 20px;
}
.dashboard__contact--wrapper h3,
.dashboard__reviews--wrapper h3 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 100;
  text-align: center;
  margin: 25px 0 25px 0;
}
.dashboard__contact--wrapper h3 {
  margin-bottom: 40px;
}
.dashboard__contact,
.dashboard__reviews {
  padding: 15px 15px 40px 15px;
  border: 1px solid #ebebeb;
  margin-top: 30px;
}
.dashboard__reviews__progress-bar {
  margin-bottom: 30px;
}
.dashboard__reviews__progress-bar__content {
  height: 15px;
  display: block;
  background: #f2efed;
  width: 100%;
  position: relative;
}
.dashboard__reviews__progress-bar__content span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #cd5360, #e17a64, #e17a64);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: left center;
  animation: fill_progress_bar 1s linear 1s forwards;
}
@keyframes fill_progress_bar {
  100% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.dashboard__reviews__progress-bar__title--right {
  float: right;
}
.dashboard__reviews__progress-bar__title span {
  font-size: 1.4rem;
  color: #000;
}
.dashboard__reviews__progress-bar__title {
  margin-bottom: 10px;
}
/*======================
notifications sidebar
======================*/
.dashboard__notifications {
  border: 1px solid #ebebeb;
  padding: 35px 0 15px 0;
  border-top: 0;
  overflow: hidden;
}
.dashboard__notifications h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  position: relative;
  margin: 10px 0 40px 0;
}
.dashboard__notifications h3 .title {
  position: relative;
}
.dashboard__notifications h3 .title .notifications_count {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  position: absolute;
  top: -7px;
  right: -20px;
  border: 1px solid #ececec;
  border-radius: 50%;
  padding: 4px;
  background: #f2f3f4;
  width: 22px;
}
.dashboard__notifications--unread {
  font-size: 1.4rem;
  color: #cd5360;
  font-weight: 300;
  border: 2px solid #cd5360;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 3px;
  position: relative;
  top: -10px;
}
div#notifications {
  position: relative;
  height: calc(55vh - 100px);
}
div#notifications .notifications-scrollable-wrapper {
  padding: 0 25px 0 23px;
}
div#notifications .simplebar-scrollbar:before {
  opacity: 1;
}
div#notifications .simplebar-track.vertical:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  background: #ebebeb;
  z-index: 0;
  display: block;
}
div#notifications .simplebar-scrollbar:before {
  background: #d7d7d7;
  border-radius: 0;
  right: 2px;
  z-index: 1;
}
div#notifications .simplebar-track.horizontal {
  display: none;
}
.dashboard__notifications__item {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 5px 0 15px 0;
}
.dashboard__notifications__item .icon-title {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.dashboard__notifications__item .icon-title .title {
  font-size: 1.7rem;
  color: #000;
  font-family: 'Lato', sans-serif;
  float: left;
  width: 70%;
  padding-left: 10px;
  padding-top: 0;
  font-weight: 600;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.dashboard__notifications__item .icon-title .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #f2f3f4;
  border-radius: 50%;
  font-size: 2.1rem;
  color: #eb5260;
  text-align: center;
  padding-top: 8px;
  float: left;
}
.dashboard__notifications__item .icon-title .icon i {
  background: -webkit-linear-gradient(-45deg, #cd5360, #e17a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard__notifications__item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dashboard__notifications__item__icon img {
  margin: 0 auto;
}
.dashboard__notifications__item__date {
  font-size: 1.3rem;
  color: #3271a7;
  margin: 15px 0 0 0;
}
.dashboard__notifications__item__title,
.dashboard__notifications__item__title a {
  font-size: 2.4rem;
  color: #000;
  font-weight: 100;
  text-decoration: none;
}
.dashboard__notifications__item__text {
  text-align: left;
  font-size: 1.4rem;
  color: #000;
  font-weight: 100;
  text-decoration: none;
}
.dashboard__notifications__item__text a {
  font-size: 1.8rem;
  font-weight: 200;
  padding: 0 10px;
  display: block;
  margin: 3px 0 10px 0;
  color: #000;
  text-decoration: none;
}
.dashboard__notifications__item__text a b {
  font-weight: 400;
}
.dashboard__notifications__item--delete {
  position: absolute;
  top: 0;
  right: 0;
  color: #989898;
  text-decoration: none!important;
}
/*======================
profile edit
======================*/
.dashboard__content__menu--justified {
  width: 100%;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.dashboard__content__menu--justified > li {
  display: inline-block;
  float: left;
  width: 20%;
}
.dashboard__content__menu--justified li a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  display: block;
  position: relative;
  padding: 16px 0 15px 0;
}
.dashboard__content__menu--justified > li.active a {
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.dashboard__content__box {
  padding: 45px 35px 35px 35px;
  border: 1px solid #ebebeb;
  margin-top: 5px;
  border-radius: 2px;
}
.dashboard__content__box__personal-details h4 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 100;
  margin: 0 0 45px 0;
}
.dashboard__content__box--boxed {
  display: block;
  width: 100%;
}
.dashboard__content__box__form-inputs--personal-details {
  display: inline-block;
  float: left;
  width: 60%;
  padding: 0 60px;
}
.dashboard__content__box__form-inputs--personal-details > div:last-child .form-group {
  margin-bottom: 0;
}
.dashboard__content__box__form-inputs--personal-details .phone_prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  font-weight: 200;
  padding-top: 15px;
}
.dashboard__content__box__form-inputs--personal-details .phone_prefix:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 14px;
}
.dashboard__content__box__form-inputs--personal-details #phone {
  width: 100%;
  padding-left: 100px;
}
.dashboard__content__box__form-inputs--personal-details .form-group .input-field-wrapper + .input-field-wrapper {
  margin-top: 45px;
}
.dashboard__content__box__form-inputs--personal-details #country + .carret-down {
  right: 14px;
}
.dashboard__content__box__form-inputs--photo {
  width: 40%;
  float: left;
  display: inline-block;
}
.dashboard__content__box__form-inputs {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.dashboard__content__box__form-inputs > div:last-child .form-group {
  margin-bottom: 0;
}
.dashboard__content__box__form-inputs label {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}
.dashboard__content__box__form-inputs .simple-checkbox label {
  font-weight: 200;
  margin: 0 0 0 5px;
  position: relative;
  top: -4px;
}
.dashboard__content__box__form-inputs input,
.dashboard__content__box__form-inputs select,
.dashboard__content__box__form-inputs textarea {
  min-height: 55px;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.8rem;
  font-weight: 200;
  outline: none!important;
  color: #000;
}
.dashboard__content__box__form-inputs input::-webkit-input-placeholder,
.dashboard__content__box__form-inputs select::-webkit-input-placeholder,
.dashboard__content__box__form-inputs textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.dashboard__content__box__form-inputs input ::-moz-placeholder,
.dashboard__content__box__form-inputs select ::-moz-placeholder,
.dashboard__content__box__form-inputs textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.dashboard__content__box__form-inputs input :-ms-input-placeholder,
.dashboard__content__box__form-inputs select :-ms-input-placeholder,
.dashboard__content__box__form-inputs textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.dashboard__content__box__form-inputs input :-moz-placeholder,
.dashboard__content__box__form-inputs select :-moz-placeholder,
.dashboard__content__box__form-inputs textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.dashboard__content__box__form-inputs .simple-checkbox input {
  min-height: 20px;
}
.addme-to-newsletter-checkbox {
  margin-top: -20px;
}
.addme-to-newsletter-checkbox .simple-checkbox {
  float: left;
}
.addme-to-newsletter-checkbox .simple-checkbox .checkbox-wrapper {
  float: left;
  width: 20px;
}
.addme-to-newsletter-checkbox .simple-checkbox label {
  float: left;
  width: calc(100% - 20px);
  margin: 0;
  padding: 2px 0 0 5px;
}
.dashboard__content__box__form-inputs .checkbox-wrapper .custom-checkbox {
  border: 1px solid #000;
}
.form-group-row {
  display: inline-block;
  width: 100%;
}
.form-group-col50 {
  width: 45%;
  float: left;
  display: inline-block;
}
.form-group-col50 + .form-group-col50 {
  margin-left: 10%;
}
.dashboard__content__box__form-inputs .form-group {
  margin-bottom: 45px;
}
.form-group-col33 {
  width: 30%;
  float: left;
  display: inline-block;
}
.form-group-col33 + .form-group-col33 {
  margin-left: 5%;
}
.upload-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  background-position: 50%;
}
.upload-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/travel/camera.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  z-index: 0;
  zoom: 1;
  -webkit-transition: zoom 0.4s ease;
  -moz-transition: zoom 0.4s ease;
  -o-transition: zoom 0.4s ease;
  transition: zoom 0.4s ease;
}
.upload-image:hover:after {
  zoom: 1.1;
  -webkit-transition: zoom 0.4s ease;
  -moz-transition: zoom 0.4s ease;
  -o-transition: zoom 0.4s ease;
  transition: zoom 0.4s ease;
}
.upload-image > input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.upload-image > input[type="file"]:hover {
  cursor: pointer;
}
.upload-image-explanation {
  max-width: 365px;
  margin: 20px auto 0 auto;
  padding: 0 10px;
  text-align: center;
}
.upload-image-explanation label:hover {
  cursor: pointer;
}
.upload-image-explanation :hover {
  text-decoration: underline;
}
.upload-image-explanation h4 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin: 20px 0 45px 0;
  text-align: center;
}
.upload-image-explanation p {
  font-size: 1.4rem;
  color: #000;
  font-weight: 100;
}
.dashboard__content__buttons--holder {
  margin-top: 50px;
}
.dashboard__content__buttons--holder,
.dashboard__content__buttons--holder .form-group {
  display: inline-block;
  width: 100%;
}
.form-group-passport-country,
.form-group-passport-expiry {
  margin-left: 5%;
}
.form-group-passport-number,
.form-group-passport-country {
  display: inline-block;
  width: 35%;
  float: left;
}
.form-group-passport-expiry {
  width: 20%;
  float: left;
  display: inline-block;
}
.email-field-smaller input {
  max-width: 70%;
}
/*======================
hosting
======================*/
.dashboard__content--boxed--bordered {
  background: #fff;
  margin-top: -5px;
  position: relative;
}
.dashboard__content__table__header--title {
  font-size: 2.4rem;
  color: #000;
  font-weight: 100;
}
.dashboard__content__table__header {
  display: inline-block;
  width: 100%;
  margin: 10px 0 30px 0;
}
.dashboard__content__table--body--header {
  display: inline-block;
  width: 100%;
}
.dashboard__content__table--body--header__col20 {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 0 25px;
}
.dashboard__content__table--body--header__col30 {
  display: inline-block;
  width: 30%;
  float: left;
  padding: 0 25px;
}
.dashboard__content__table--body--header__col10 {
  display: inline-block;
  width: 10%;
  float: left;
  padding: 0 5px;
  text-align: center;
}
.dashboard__content__table--body--header__col25 {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 0 25px;
}
.dashboard__content__table--body--header__col15 {
  display: inline-block;
  width: 15%;
  float: left;
  padding: 0 25px;
}
.dashboard__content__table--body--header__col35 {
  display: inline-block;
  width: 35%;
  float: left;
}
.dashboard__content__table--body--header__col {
  padding-top: 16px;
}
.dashboard__content__table__user-image {
  margin-top: -7px;
}
.dashboard__content__table__user-image {
  display: inline-block;
  float: left;
  width: 45%;
}
.dashboard__content__table__user-name {
  display: inline-block;
  width: 55%;
  float: left;
}
.dashboard__content__table__user-name .name {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.dashboard__content__table__user-name .name:hover {
  text-decoration: underline;
}
.dashboard__content__table__user-name .message-link {
  font-size: 1.5rem;
  color: #3271a7;
  font-weight: 400;
  text-decoration: none;
}
.dashboard__content__table__boking-id {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  font-size: 1.2rem;
  color: #6f6e6e;
  font-weight: 400;
  padding: 2px 10px;
}
.dashboard__content__table--body--content__item {
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 25px 0 15px 0;
  position: relative;
  margin-bottom: 5px;
}
.dashboard__content__table--body--content__item p {
  margin: 0;
}
.dashboard__content__table--body--content__item .property-title {
  line-height: 1;
}
.dashboard__content__table--body--content__item .property-title,
.dashboard__content__table--body--content__item .property-address {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.dashboard__content__table--body--content__item .property-address {
  font-size: 1.4rem;
  font-weight: 400;
}
.dashboard__content__table--body--content__item .property-internal-code {
  font-size: 1.3rem;
  font-weight: 200;
  color: #a7a7a7;
}
.dashboard__content__table--body--content__item .property-id {
  color: #a7a7a7;
  font-size: 1.3rem;
  font-weight: 300;
}
.dashboard__content__table--body--content__item .dates_col {
  display: inline-block;
  float: left;
  text-align: center;
  width: 20%;
}
.dashboard__content__table--body--content__item .dates_col .title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.dashboard__content__table--body--content__item .dates_col .subtitle {
  font-size: 1.3rem;
  font-weight: 400;
}
.dashboard__content__table--body--content__item .dates_col.spacer img {
  display: none !important;
}
.dashboard__content__table--body--content__item .dates_col.arrow img {
  margin: 0 auto;
  padding-top: 4px;
}
.dashboard__content__table--body--content__item .price {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.dashboard__content__table--body--content__item .price .price {
  font-weight: 400 !important;
  font-family: 'Tinos', sans-serif;
  margin-left: 10px;
}
.dashboard__content__table--body--content__item .reservation_status {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.dashboard__content__table--body--header__col .price_col,
.dashboard__content__table--body--header__col .reviews_col {
  display: inline-block;
  float: left;
  width: 50%;
  min-height: 1px;
}
.dashboard__content__table--body--header__col .price_col {
  text-align: center;
}
.reservation_actions {
  display: inline-block;
}
.reservation_actions a {
  color: #3271a7;
  font-size: 1.3rem;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
.reservation_actions a + a {
  border-left: 1px solid #3271a7;
  padding-left: 5px;
  margin-left: 2px;
  line-height: 1;
}
.upcoming-reservations .price_col {
  width: 100%;
}
.upcoming-reservations .reviews_col {
  display: none;
}
.upcoming-reservations .dates_col {
  width: 17%;
}
.upcoming-reservations .nights-of-stay,
.upcoming-reservations .guests-of-stay {
  width: 15%;
}
.upcoming-reservations .dates_col.spacer {
  width: 7%;
}
.past-reservations .price_col {
  width: 50%;
}
.past-reservations .reviews_col {
  display: block;
}
.past-reservations .reviews_col img {
  margin: 0 auto;
}
.past-reservations .dates_col {
  width: 17%;
}
.past-reservations .dashboard__content__table--body--header__col15 {
  padding: 16px 15px 0 15px;
}
.past-reservations .nights-of-stay,
.past-reservations .guests-of-stay {
  width: 15%;
}
.past-reservations .dates_col.spacer {
  width: 7%;
}
.image-rating-wrapper.image-rating-wrapper-small .review_pie_wrapper {
  width: 43px;
  height: 43px;
}
.image-rating-wrapper.image-rating-wrapper-small .review_pie_wrapper .review_pie circle {
  stroke-width: 5px;
}
.image-rating-wrapper.image-rating-wrapper-small .image-rating-number {
  font-size: 1.4rem;
}
.dashboard__content__table--body--header--filtered a {
  font-size: 1.8rem;
  color: #cd5360;
  font-weight: 400;
  text-decoration: none;
}
.dashboard__content__table__header--col50 {
  display: inline-block;
  float: left;
  width: 50%;
}
.dashboard__content__table__header--search .form-group {
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
}
.dashboard__content__table__header--search .form-group_100 {
  width: 100%;
}
.dashboard__content__table__header--search .form-group_50 {
  width: 50%;
}
.dashboard__content__table__header--search .form-group_30 {
  width: 30%;
}
.dashboard__content__table__header--search .form-group_20 {
  width: 20%;
}
.dashboard__content__table__header--search .search_list {
  max-width: 315px;
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  float: right;
}
.dashboard__content__table__header--search .search_list .form-group_75 {
  width: 75%;
}
.dashboard__content__table__header--search .search_list .form-group_25 {
  width: 25%;
}
.dashboard__content__table__header--search .search_list input {
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  color: #000;
  font-size: 1.5rem;
}
.dashboard__content__table__header--search .search_list input ::-webkit-input-placeholder {
  color: #a7a7a7;
  font-weight: 400;
}
.dashboard__content__table__header--search .search_list input ::-moz-placeholder {
  color: #a7a7a7;
  font-weight: 400;
}
.dashboard__content__table__header--search .search_list input :-ms-input-placeholder {
  color: #a7a7a7;
  font-weight: 400;
}
.dashboard__content__table__header--search .search_list input :-moz-placeholder {
  color: #a7a7a7;
  font-weight: 400;
}
.dashboard__content__table__header--search .search_list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  width: 100%;
  background: none;
  padding: 10px 20px;
  position: relative;
  font-size: 1.5rem;
}
.dashboard__content__table__header--search .search_list select + .carret-down {
  width: 12px;
}
.dashboard__content__table__header--search .search_list button {
  border: 0;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 3px;
  text-align: center;
  width: 100%;
  border-left: 1px solid #000;
  position: relative;
  top: 3px;
  font-size: 1.8rem;
  font-weight: 600;
}
.dashboard__content__table__header--search .reset-btn {
  position: absolute;
  top: 10px;
  right: 90px;
  display: none;
}
.dashboard__content__table__header--search .reset-btn a {
  cursor: pointer;
}
.dashboard__content__table__header--search .reset-btn a:hover {
  color: #000;
  text-decoration: none;
}
.dashboard__content__table__header--search .reset-btn a i {
  font-size: 1rem;
}
.dashboard__content__buttons--holder button {
  float: right;
  margin-left: 50px;
  background: #fff;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  padding: 12px 50px;
  border: 2px solid #000;
}
.dashboard__content__listing-header {
  display: inline-block;
  width: 100%;
}
.dashboard__content__listing--properties__item {
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
}
.dashboard__content__listing--properties__item:hover {
  box-shadow: 1px 4px 10px #f1f1f1;
}
.dashboard__content__listing--properties__item__image {
  display: inline-block;
  float: left;
  width: 32%;
  padding-right: 20px;
  position: relative;
}
.dashboard__content__listing--properties__item__info {
  display: inline-block;
  float: left;
  width: 53%;
  padding-top: 12px;
  padding-right: 20px;
}
.dashboard__content__listing--properties__item__info .complete_level {
  max-width: 250px;
}
.dashboard__content__listing--properties__item__info .listing-title {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.dashboard__content__listing--properties__item__info .listing-title .preview {
  font-size: 1.4rem;
  color: #3271a7;
  font-weight: 100;
  text-decoration: underline;
}
.dashboard__content__listing--properties__item__info .address {
  font-size: 1.6rem;
  color: #000;
  font-weight: 200;
  margin-bottom: 0;
}
.dashboard__content__listing--properties__item__info .score_title {
  font-size: 1.6rem;
  font-weight: 400;
}
.dashboard__content__listing--properties__item__info .score_rate {
  font-size: 3.6rem;
  color: #cd5360;
}
.dashboard__content__listing--properties__item__info .wrapper {
  height: 71px;
}
.dashboard__content__listing--properties__item__actions {
  width: 15%;
  float: left;
  display: inline-block;
  padding-top: 15px;
}
.score-complete_level {
  margin-top: 25px;
}
.dashboard__reviews__progress-bar__content i {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 100;
}
#filter-menu {
  width: 100%;
  display: block;
  max-width: 170px;
  text-align: left;
  border: 1px solid #000;
  padding: 8px 20px;
  font-size: 1.6rem;
  z-index: 1;
  position: relative;
  background: #fff !important;
}
#filter-menu span.carret-down {
  right: 20px;
}
.dashboard__sort-by {
  position: relative;
}
.dashboard__sort-by .dropdown-menu li a {
  position: relative;
}
.dashboard__sort-by .badge.badge-info {
  display: inline-block;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 200;
  color: #222;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  font-style: normal;
  top: 0;
  margin-left: 5px;
}
.add-new-link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.add {
  width: 22px;
  height: 22px;
  background-image: url(/img/travel/add.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  top: 5px;
}
.dashboard__content__table__header--add {
  display: inline-block;
}
.dashboard__content__table__header--search {
  width: 100%;
  display: block;
}
.dashboard__content__table__header--add {
  position: relative;
  top: -10px;
  margin-left: 100px;
}
.dashboard__content__table__header--align-right {
  text-align: right;
}
.search-icon {
  width: 22px;
  height: 22px;
  background-image: url(/img/travel/search-icon.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.search-icon:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 32px;
}
.dashboard__content__table__header--search .search_list.search_list-direct input {
  padding-left: 45px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item {
  display: inline-block;
  float: left;
}
.dashboard__content__listing--properties__item__info .bottom-info-item + .bottom-info-item {
  margin-left: 35px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline p {
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline p + p {
  margin-left: 10px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline .image-rating-wrapper {
  display: inline-block;
  position: relative;
  top: 1px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline .image-rating-wrapper .review_pie_wrapper {
  width: 34px;
  height: 34px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline .image-rating-wrapper .review_pie_wrapper .review_pie {
  width: 34px;
  height: 34px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline .image-rating-wrapper .review_pie_wrapper .review_pie circle {
  stroke-width: 4px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-inline .image-rating-wrapper .image-rating-number {
  font-size: 1.3rem;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox label {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox i.icon-travel_instant_booking {
  font-size: 2.4rem;
  color: #cd5360;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox .checkbox-wrapper {
  line-height: 2.8;
  margin-right: 7px;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox .checkbox-wrapper i {
  color: #fff;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox .checkbox-wrapper .custom-checkbox {
  border-color: #000;
}
.dashboard__content__listing--properties__item__info .comfort-feature-rate {
  font-size: 2rem !important;
  color: #a7a7a7;
  font-weight: 200;
}
.dashboard__content__listing--properties__item__info .comfort-feature-rate > span {
  font-size: 2.6rem;
  color: #cd5360;
  font-weight: 400;
}
.dashboard__content__listing--properties__item__info .bottom-info {
  margin-top: 71px;
  display: inline-block;
  width: 100%;
}
.dashboard__content__listing--properties__item__info .bottom-info-item:not(.bottom-info-item-comfort-feature) {
  margin-top: 4px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item:not(.bottom-info-item-comfort-feature) .instant-booking-checkbox {
  margin-top: 3px;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-reviews {
  top: 4px;
  position: relative;
  margin-top: 0 !important;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-reviews p {
  top: 0px !important;
}
.dashboard__content__listing--properties__item__info .bottom-info-item-comfort-feature {
  position: relative;
  top: 4px;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox-inline {
  position: relative;
  top: 4px;
}
.dashboard__content__listing--properties__item__info .instant-booking-checkbox-inline .instant-booking-checkbox .checkbox-wrapper input {
  display: block;
  height: 20px;
}
.dashboard__content__listing--properties__item__info .complete-progress {
  margin-top: 32px;
  position: relative;
  top: 8px;
}
.dashboard__content__listing--properties__item__info .complete-progress .alert-inform {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  margin-bottom: 0;
}
.dashboard__content__listing--properties__item__info .complete-progress .alert-inform i {
  color: #cd5360;
}
.dashboard__content__listing--properties__item__info .complete-progress .alert-inform span {
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.dashboard__content__listing--properties__item__info .complete-progress .progress-percentage {
  font-size: 1.6rem;
  color: #3271a7;
  font-weight: 400;
  margin-bottom: 3px;
}
.dashboard__content__listing--properties__item__info .complete-progress .missing-things {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0px;
  min-height: 41px;
}
.dashboard__content__listing--properties__item__info .complete-progress .missing-things .title {
  font-weight: 600;
}
.dashboard__content__listing--properties__item__info .complete-progress .complete-editing {
  text-decoration: none!important;
}
.dashboard__content__listing--properties__item__info .complete-progress .complete-editing i {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
}
.dashboard__content__listing--properties__item__info .complete-progress .progress-percentage-bar {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 7px;
  background: #ebebeb;
  position: relative;
}
.dashboard__content__listing--properties__item__info .complete-progress .progress-percentage-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3271a7;
}
.dashboard__content__listing--properties__item__actions .property-lastupdate-date {
  font-size: 1.1rem;
  font-weight: 400;
  color: #3271a7;
  text-align: right;
  margin-top: 20px;
  padding-right: 8px;
}
.dashboard__content__listing--properties__item__actions .property-status-update form {
  float: right;
}
.dashboard__content__listing--properties__item__actions .property-status-update {
  display: inline-block;
  width: 100%;
  margin-top: 105px;
  padding-right: 8px;
}
.dashboard__content__listing--properties__item__actions .edit-property {
  text-align: right;
}
.dashboard__content__listing--properties__item__actions .edit-property .dropdown-menu {
  padding: 20px 10px;
}
.dashboard__content__listing--properties__item__actions .edit-property .dropdown-menu li {
  padding: 0px;
}
.dashboard__content__listing--properties__item__actions .edit-property .dropdown-menu li a {
  color: #505050;
  font-size: 1.8rem;
  font-weight: 200;
}
.dashboard__content__listing--properties__item__actions .edit-property .btn {
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  background: none;
}
.dashboard__sort-by .dropdown-menu {
  padding: 20px 10px;
  min-width: 240px;
}
.dashboard__sort-by .dropdown-menu li {
  padding: 5px;
}
.dashboard__sort-by .dropdown-menu li a {
  color: #505050;
  font-size: 1.6rem;
  font-weight: 200;
}
.dashboard__sort-by .dropdown-menu li a:hover {
  text-decoration: none;
  color: #505050;
  background-color: #f5f5f5;
}
.dashboard__sort-by .dropdown-menu li.active a {
  text-decoration: none;
  color: #505050;
  background-color: #f5f5f5;
}
.dashboard h1.title {
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
}
/*======================
inbox
======================*/
.inbox-item__col {
  display: inline-block;
  float: left;
}
.inbox-item__col-25 {
  width: 25%;
  min-height: 1px;
}
.inbox-item__col-50 {
  width: 50%;
  min-height: 1px;
}
.inbox-item__col-48 {
  width: 48%;
}
.inbox-item__col-27 {
  width: 27%;
}
.unread-messages-notifications {
  padding-top: 9px;
  font-size: 1.8rem;
  font-weight: 200;
}
.inbox-item {
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  box-shadow: 0 0 0;
}
.inbox-item:hover {
  box-shadow: 1px 4px 10px #f1f1f1;
}
.inbox-item.unread_message {
  background: #f6f6f6;
  box-shadow: 1px 2px 3px #f1f1f1;
}
.inbox-item.unread_message:hover {
  box-shadow: 2px 4px 10px #f1f1f1;
}
.inbox-item .image,
.inbox-item .property_background_image {
  width: 100%;
  height: 100%;
}
.inbox-item .property_background_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 220px;
}
.inbox-item .main-content {
  padding: 23px 0 15px 40px;
}
.inbox-item p {
  margin: 0;
}
.inbox-item .name_enquiry-type {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
.inbox-item .name {
  font-size: 1.8rem;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.inbox-item .enquiry-type {
  display: inline-block;
}
.inbox-item .address {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  min-height: 45px;
}
.inbox-item .message-preview {
  min-height: 45px;
}
.inbox-item .message-preview p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.inbox-item .message-preview a {
  color: #3271a7;
  font-size: 1.4rem;
  font-weight: 400;
}
.inbox-item .message-preview a.read_more {
  position: relative;
  top: -1px;
}
.inbox-item .message-preview .preview {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.inbox-item .message-preview .unread_message_icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072aa;
  display: inline-block;
  margin-right: 15px;
}
.inbox-item .message-preview.message_unread a:not(.read_more) {
  font-weight: 600;
}
.inbox-item .message-preview i {
  font-size: 1.6rem;
  margin-right: 15px;
}
.inbox-item .actions-column {
  padding: 25px 40px 25px 0;
  text-align: right;
}
.inbox-item .actions-column .date-received {
  font-size: 1.2rem;
  color: #797979;
  font-weight: 200;
}
.inbox-item .actions-column .actions button.btn {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 3.6rem;
  font-weight: 600;
  color: #000;
  margin: -6px 0 2px 0;
}
.inbox-item .actions-column .dropdown-menu > li > a {
  font-size: 1.4rem;
  color: #000;
  padding: 7px 20px;
}
.inbox-item .actions-column .actions {
  margin-bottom: 10px;
}
.inbox-item .actions-column .actions .dropdown-menu {
  min-width: 145px;
  padding-bottom: 13px;
}
.inbox-item .actions-column .status {
  font-size: 1.5rem;
  font-weight: 400;
  color: #3271a7;
  min-height: 20px;
}
.inbox-item .actions-column .remaining-time {
  font-size: 1.2rem;
  font-weight: 200;
  color: #797979;
}
.inbox-item .accept {
  background: #3271a7;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 15px;
  text-decoration: none;
  border-radius: 3px;
}
.inbox-item .accept .accept-icon {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.inbox-item .accept .accept-icon .st0 {
  stroke: #fff;
}
.inbox-item .accept .accept-icon .st1 {
  fill: #fff;
}
.inbox-item .cancel {
  color: #939393;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #939393;
  margin-left: 15px;
}
.inbox-item .cancel .decline-icon {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.inbox-item .cancel .decline-icon .st0,
.inbox-item .cancel .decline-icon .st1 {
  stroke: #939393;
}
.inbox-item .buttons-action.inbox-item-buttons-action-wrapper {
  margin-top: 10px;
  height: 80px;
  position: relative;
}
.inbox-item .buttons-action.inbox-item-buttons-action-wrapper .alignment-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.inbox-item .updates_buttons {
  display: inline-block;
  padding: 7px 15px!important;
}
.inbox-item .updates_buttons + .updates_buttons.available {
  margin-top: 10px;
}
.inbox-item .updates_buttons i {
  position: relative;
  top: 1px;
}
.inbox-item .updates_buttons.available.accept,
.inbox-item .updates_buttons.unavailable.cancel {
  width: calc(50% - 5px);
  text-align: center;
  float: left;
  font-weight: 200;
}
.inbox-item .updates_buttons.unavailable.cancel {
  margin-left: 10px;
  padding: 6px 14px 6px 14px!important;
  background: #ff5160;
  border-color: #d7d7d7;
  color: #fff;
}
.inbox-item .updates_buttons.available.accept.full_width_updates_buttons {
  width: 100%;
}
.inbox-item .updates_buttons.view_details {
  background: #f0f0f0;
  color: #000;
  font-weight: 400;
  border: 1px solid #d9d9d9;
}
.inbox-item .suggest-alternative-button.updates_buttons {
  font-size: 1.4rem;
  font-weight: 200;
  border: 1px solid #000;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  padding: 7px 0!important;
  margin: 10px 0 0px 0;
}
.inbox-item .suggest-alternative-button.updates_buttons span {
  position: relative;
  top: -1px;
}
.inbox-item .suggest-alternative-button.updates_buttons:hover {
  text-decoration: none;
  color: #000;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup {
  text-align: left;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup input,
.inbox-item .suggest_alternative_modal .suggest_alternative_popup .input-group {
  width: 100%;
  display: block;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup .select_input_group {
  display: table;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup label {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 5px;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup .row {
  margin-top: 30px;
}
.inbox-item .suggest_alternative_modal .suggest_alternative_popup .explanation {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}
.inbox-item .suggest_alternative_modal .the_title {
  text-align: center;
  font-size: 2.6rem;
  color: #000;
  padding: 30px 0 0 0;
}
.inbox-item .suggest_alternative_modal .modal-content-scrollable {
  height: 60vh;
}
.dates-price-overview--table {
  padding: 5px 0 0 0;
}
.dates-price-overview--table .dates_col {
  display: inline-block;
  float: left;
}
.dates-price-overview--table .title,
.dates-price-overview--table .subtitle {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1;
}
.dates-price-overview--table .subtitle {
  font-size: 1.3rem;
  line-height: 1.4;
}
.dates-price-overview--table .total-price .title {
  font-weight: 600;
}
.dates-price-overview--table .arrow {
  padding: 0 20px;
}
.dates-price-overview--table .spacer {
  padding: 0 25px;
}
.pagingnav {
  display: table;
  margin: 0 auto;
}
.pagingnav span {
  font-size: 2rem;
  color: #000;
  margin: 0 12px;
}
.pagingnav span a {
  color: #505050 !important;
  text-decoration: none;
}
/*======================
inbox message
======================*/
.inbox-message-content-column {
  width: 83%;
  padding-top: 0;
  padding-right: 25px;
}
.inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper {
  display: none;
}
.inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper a.inbox-message__enquiry-details--toggler {
  position: relative;
  display: block;
  font-size: 2.6rem;
  font-weight: 200;
  background: linear-gradient(90deg, #f8f5f2, #e5ece9);
  color: #000;
  padding: 15px 30px;
  text-decoration: none;
  margin: 0;
}
.inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper a.inbox-message__enquiry-details--toggler span.carret-down {
  right: 37px;
}
.inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper a.inbox-message__enquiry-details--toggler.open span.carret-down {
  transform: rotate(180deg);
}
.inbox-message-content-column .inbox-message__conversation {
  display: inline-block;
  float: left;
  width: 60%;
}
.inbox-message-content-column .inbox-message__enquiry-details {
  width: 40%;
  display: inline-block;
  float: right;
  padding-left: 30px;
}
.inbox-message-content-column .inbox-message__enquiry-details .enquiry-details__box {
  border-top: 0;
  border-color: #f1f1f1;
}
.inbox-message-content-column .inbox-message__enquiry-details .enquiry-details__box h2 {
  font-weight: 400;
}
.inbox-message-content-column .inbox-message__enquiry-details .enquiry-details__box h2 span {
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  margin-left: 20px;
}
.conversation-heading .conversation-heading--wrapper {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
}
.conversation-heading .conversation-heading--wrapper .custom-button__wrapper {
  display: inline-block;
  margin-left: 10px;
}
.conversation-heading .user {
  display: table;
}
.conversation-heading .user .photo {
  display: inline-block;
  float: left;
  padding-top: 8px;
}
.conversation-heading .user .photo a {
  max-width: 50px;
  display: block;
}
.conversation-heading .user .contact-details {
  font-size: 1.6rem;
  font-weight: 400;
}
.conversation-heading .user .conversation-user-info {
  display: inline-block;
  float: left;
  padding: 15px 0 0 0px;
}
.conversation-heading .user .name-request {
  font-size: 3.4rem;
  font-weight: 200;
}
.conversation-heading .user .name-request:after {
  content: '';
  height: 1px;
  display: block;
  background: #ccc;
  width: 40%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.conversation-heading .user .name-request a {
  color: #000;
  text-decoration: none;
}
.conversation-heading .user .name-request .request {
  font-weight: 200;
  color: #000;
}
.conversation-heading .user .enquiry-status {
  font-size: 1.5rem;
  color: #3271a7;
}
.conversation-heading .user .enquiry-status i {
  color: #cd5360;
  font-size: 1.6rem;
}
.conversation-heading .user .enquiry-status span {
  position: relative;
  top: -2px;
}
.conversation-heading .host-details {
  top: 0;
  font-size: 1.6rem;
  margin-right: 10px;
  font-weight: 200;
}
.conversation-heading .host-details i {
  padding-right: 0;
}
.conversation-heading .conversation-actions {
  margin: 10px 0 30px 0;
}
.conversation-heading .conversation-actions .bordered-btn-hover {
  font-size: 1.6rem;
  border: 1px solid #000;
  color: #000;
  display: block;
  padding: 12px 5px;
  text-align: center;
}
.conversation-heading .conversation-actions .left-hover--dark:hover {
  color: #fff;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper {
  display: table;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .updates_buttons {
  display: inline-block;
  padding: 7px 15px!important;
  background: #3271a7;
  color: #fff;
  border: 1px solid #f0f0f0;
  text-align: center;
  float: none!important;
  font-weight: 200;
  border-radius: 3px;
  text-decoration: none!important;
  margin-left: 0!important;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .updates_buttons.view_details {
  background: #f0f0f0;
  color: #000;
  border: 1px solid #cbcbcb;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .updates_buttons.cancel {
  color: #7c7c7c;
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .updates_buttons span {
  position: relative;
  top: -1px;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .updates_buttons + .updates_buttons {
  margin-left: 10px!important;
}
.conversation-heading .conversation-actions .conversation-actions-wrapper .accept-cancel-buttons {
  display: inline-block;
  margin-left: 10px;
}
.conversation-heading .conversations-tips {
  display: inline-block;
  border: 1px solid #f1f1f1;
  background-color: #fafafa;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 18px;
  width: calc(100% - 75px);
  max-width: 760px;
}
.conversation-heading .conversations-tips .tips-heading,
.conversation-heading .conversations-tips .tips-content {
  display: inline-block;
  float: left;
}
.conversation-heading .conversations-tips .tips-heading {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.conversation-heading .conversations-tips .tips-heading i {
  font-size: 1.8rem;
}
.conversation-heading .conversations-tips .tips-content {
  display: block;
}
.conversation-heading .conversations-tips .tips-content ul {
  padding: 0;
}
.conversation-heading .conversations-tips .tips-content ul li {
  list-style: circle;
  margin-left: 20px;
}
.conversation-heading .conversations-tips .tips-content ul li p {
  font-size: 1.4rem;
  color: #484848;
  font-weight: 200;
  margin: 0;
}
.conversation-heading .conversations-tips .tips-content ul li a {
  text-decoration: underline;
}
.enquiry-details__box {
  padding: 5px 30px;
  border: 1px solid #d6d6d6;
}
.enquiry-details__box .status {
  font-weight: 200;
  font-size: 2rem;
  padding-bottom: 10px;
  display: block;
}
.enquiry-details__box .enquiry-images-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}
.enquiry-details__box .enquiry-images-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
}
.enquiry-details__box .enquiry-images-carousel .owl-nav .owl-prev img {
  position: relative;
  top: 50%;
  margin-top: -21px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}
.enquiry-details__box .enquiry-images-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
}
.enquiry-details__box .enquiry-images-carousel .owl-nav .owl-next img {
  position: relative;
  top: 50%;
  margin-top: -21px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}
.enquiry-details__box .enquiry-images-carousel .enquiry-image {
  display: inline-block;
  padding-bottom: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-prev,
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-next {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-prev img,
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-next img {
  width: 24px;
}
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-prev {
  left: 0;
}
.enquiry-details__box .enquiry-images-carousel:hover .owl-nav .owl-next {
  right: 0;
}
.enquiry-details__box .property-title-address {
  margin: 15px 0 10px 0;
}
.enquiry-details__box .property-title-address a:hover {
  text-decoration: none;
}
.enquiry-details__box .property-title-address .title {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0  ;
}
.enquiry-details__box .property-title-address address {
  font-size: 1.4rem;
  color: #000;
  font-weight: 200;
}
.enquiry-details__box .property-title-address address i {
  color: #cd5360;
}
.enquiry-details__box .property-book-details {
  background: #f5f5f5;
}
.enquiry-details__box .property-book-details .dates-price-overview--table {
  padding: 20px 20px 20px 20px;
  display: table;
  margin: 0 auto;
}
.enquiry-details__box .property-book-details .dates-price-overview--table .arrow,
.enquiry-details__box .property-book-details .dates-price-overview--table .spacer {
  padding: 5px 35px 0 35px;
}
.enquiry-details__box .property-pricing-details {
  margin: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}
.enquiry-details__box .property-pricing-details .title {
  font-size: 2rem;
  color: #000;
  font-family: 'Tinos', serif;
}
.enquiry-details__box .property-pricing-details ul {
  padding-left: 0;
}
.enquiry-details__box .property-pricing-details ul li {
  display: inline-block;
  list-style: none;
  width: 100%;
}
.enquiry-details__box .property-pricing-details ul li p {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 200;
}
.enquiry-details__box .property-pricing-details ul li p.fee-title {
  width: 60%;
}
.enquiry-details__box .property-pricing-details ul li p.fee-amount {
  width: 40%;
}
.enquiry-details__box .property-pricing-details ul li p i {
  position: relative;
  top: -5px;
  font-size: 1.6rem;
  color: #000;
}
.enquiry-details__box .property-pricing-details ul li .fee-title {
  text-align: left;
}
.enquiry-details__box .property-pricing-details ul li .fee-amount {
  text-align: right;
  font-weight: 400;
}
.enquiry-details__box .property-split {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 20px;
  padding-bottom: 20px;
}
.enquiry-details__box .property-split .title {
  font-size: 2rem;
  color: #000;
  font-family: 'Tinos', serif;
}
.enquiry-details__box .property-total-price {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.enquiry-details__box .property-total-price .title,
.enquiry-details__box .property-total-price .price {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 3rem;
  font-weight: 400;
  font-family: 'Tinos', serif;
  color: #000;
}
.enquiry-details__box .property-total-price .price {
  text-align: right;
}
.enquiry-details__box .property-total-price .price .host-currency {
  font-size: 1.6rem;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}
.enquiry-details__box .property-total-price .price .host-currency span {
  font-weight: 400;
  font-family: 'Tinos', serif;
}
.enquiry-details__box .property-total-price .price p {
  margin: 0;
}
.enquiry-details__box .property-cancellation-policy {
  margin: 20px 0;
}
.enquiry-details__box .property-cancellation-policy .title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  font-family: 'Tinos', serif;
}
.enquiry-details__box .property-cancellation-policy .policy {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.enquiry-details__box .property-cancellation-policy .policy a {
  color: #3870a5;
}
.enquiry-details__box .property-cancellation-policy .cancellation-policy-explanation {
  margin-top: 0;
}
.enquiry-details__box .property-cancellation-policy .cancellation-policy-explanation span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 200;
}
.enquiry-details__box .property-cancellation-policy .cancellation-policy-explanation span.explanation {
  color: #a2a2a2;
}
.enquiry-details__box .dates-price-overview--table .title {
  font-size: 2.8rem;
}
.enquiry-details__box .dates-price-overview--table .title,
.enquiry-details__box .dates-price-overview--table .subtitle {
  margin-bottom: 0;
}
.send-new-message-wrapper {
  margin: 40px 0;
}
.send-new-message-wrapper .new-message-item {
  max-width: 800px;
  margin: 0 auto;
}
.send-new-message-wrapper .new-message {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 4px 4px 0 4px;
  position: relative;
}
.send-new-message-wrapper .new-message textarea {
  width: 100% !important;
  border: 0;
  margin-bottom: 5px;
  box-shadow: none!important;
}
.send-new-message-wrapper .new-message :after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 20px;
  right: -8px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.send-new-message-wrapper .button-wrapper {
  background: #ebebeb;
  border-radius: 3px;
  padding: 13px;
  display: inline-block;
  width: 100%;
}
.send-new-message-wrapper .button-wrapper button {
  float: right;
  background: #3271a7;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
.send-new-message-wrapper .new-message-col {
  max-width: 720px;
  padding: 0 15px;
  display: inline-block;
  float: left;
  width: calc(100% - 75px);
}
.send-new-message-wrapper .new-message-user-pic {
  display: inline-block;
  float: left;
}
.send-new-message-wrapper .new-message-user-pic img {
  max-width: 45px;
}
.send-new-message-wrapper .inner-message-item {
  display: inline-block;
  width: 100%;
}
.last-notification-text {
  text-align: center;
  margin: 0 0 55px 0;
}
.last-notification-text span {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 20px;
}
.last-notification-text:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #e9e9e9;
  z-index: 0;
  position: relative;
  top: -12px;
}
.previous-conversation {
  padding-left: 0 20px;
}
.view-message-holder {
  margin: 20px 0;
  width: 100%;
  display: inline-block;
}
.view-message-holder .view-message-item {
  display: inline-block;
  width: 100%;
  max-width: 725px;
  float: right;
}
.view-message-holder .view-message-item__content {
  width: calc(100% - 65px);
  max-width: 630px;
  display: inline-block;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 10px 25px;
  border-radius: 3px;
  position: relative;
  margin-right: 20px;
}
.view-message-holder .view-message-item__content .header {
  font-size: 1.6rem;
  color: #999999;
  font-weight: 200;
  margin-bottom: 5px;
}
.view-message-holder .view-message-item__content:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 25px;
  right: -8px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.view-message-holder .view-message-item__photo {
  display: inline-block;
  float: left;
  padding-top: 10px;
}
.view-message-holder .view-message-item__photo img {
  max-width: 45px;
}
.view-message-holder .date-time {
  font-size: 1.2rem;
  color: #7a7a7a;
  font-weight: 200;
  margin-bottom: 15px;
}
.view-message-holder .view-message-item__content {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
}
.view-message-holder_received .view-message-item__content {
  margin: 0 0 0 20px;
  float: right;
  background-color: #fafafa;
}
.view-message-holder_received .view-message-item {
  float: left;
}
.view-message-holder_received .view-message-item__content:after {
  right: 0;
  left: -8px;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background-color: #fafafa;
}
/*======================
transactions
======================*/
.table--colored-items tbody tr {
  background: #f9f8f8;
  border-bottom: 7px solid #fff !important;
}
.table--colored-items tbody tr:hover {
  background: #edecec;
}
.table--colored-items thead th {
  font-size: 1.8rem;
  color: #cd5360;
  font-weight: 400;
}
.table--colored-items thead th a {
  font-size: 1.8rem;
  color: #cd5360;
  font-weight: 400;
  text-decoration: none;
}
.table--colored-items thead th a i {
  display: inline-block;
  color: #a7a7a7;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.table--colored-items thead th a i.ascending-arrow {
  transform: rotate(-90deg);
}
.table--colored-items thead th a i.descending-arrow {
  transform: rotate(90deg);
}
.table--colored-items tbody tr td {
  color: #000;
  font-size: 1.6rem;
  line-height: 2!important;
  font-weight: 400;
}
.table--simplified tr,
.table--simplified th,
.table--simplified td {
  border: 0!important;
}
.table.table--simplified.table--colored-items {
  margin-bottom: 30px;
}
.table.table--simplified.table--colored-items tr th {
  padding-bottom: 35px;
}
.dashboard__content__table--border {
  border: 1px solid #f0f0f0;
  padding: 35px;
  border-radius: 3px;
}
.dashboard__content__table--border .bordered-btn-hover {
  border: 2px solid #000;
  padding: 10px 30px;
}
.transactions-calculator {
  padding: 30px 20px 40px 20px;
  margin-bottom: 20px;
}
.transactions-calculator--box {
  margin: 0 auto;
  display: table;
}
.calculator-inline {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #000;
}
.calculator-inline input {
  font-weight: 200;
  color: #000;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 235px;
  max-width: 100%!important;
}
.calculator-inline ::-webkit-input-placeholder {
  color: #000;
}
.calculator-inline ::-moz-placeholder {
  color: #000;
}
.calculator-inline :-ms-input-placeholder {
  color: #000;
}
.calculator-inline :-moz-placeholder {
  color: #000;
}
.calculator-inline .separator {
  color: #000;
  font-weight: 600;
}
.calculator-inline #calculator-earnings,
.calculator-inline .currency {
  color: #cd5360;
}
.calculator-inline .earnings_amount .amount {
  font-size: 2rem;
  color: #cd5360;
}
.calculator-inline + .calculator-inline {
  margin-left: 10px;
}
/*======================
payout
======================*/
.table--colored-items--payouts thead th {
  color: #000;
}
.table--colored-items--payouts .make-default-payout {
  display: inline-block;
  position: relative;
  left: 0;
  top: 5px;
}
.table--colored-items--payouts .remove-payout {
  text-decoration: none;
  font-size: 1.6rem;
  color: #cd5360;
  font-weight: 400;
  position: relative;
  right: -20px;
  top: 5px;
}
.table--colored-items--payouts .remove-payout i {
  font-size: 2.6rem;
}
.table--colored-items--payouts .remove-payout span {
  position: relative;
  top: -5px;
}
.add-payout-method--modal .modal-custom-header,
.common-modal-w-form .modal-custom-header {
  margin-bottom: 50px;
  display: block;
}
.add-payout-method--modal .modal-custom-header h4,
.common-modal-w-form .modal-custom-header h4 {
  font-size: 3.4rem;
  font-weight: 400;
  color: #000;
  font-family: 'Tinos', serif;
  text-align: left;
}
.add-payout-method--modal .subtitle,
.common-modal-w-form .subtitle {
  font-size: 2rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 35px;
}
.add-payout-method--modal .payout-method.dashboard__content__box__form-inputs,
.common-modal-w-form .payout-method.dashboard__content__box__form-inputs {
  padding-top: 0;
  margin-top: 20px;
}
.add-payout-method--modal .payout-method.dashboard__content__box__form-inputs .form-group,
.common-modal-w-form .payout-method.dashboard__content__box__form-inputs .form-group {
  margin-top: 0;
  margin-bottom: 35px;
}
.add-payout-method--modal .select-payout-model,
.common-modal-w-form .select-payout-model {
  padding: 30px 50px;
}
.add-payout-method--modal select,
.common-modal-w-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  box-shadow: none;
  min-height: 55px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
}
.add-payout-method--modal .form-group,
.common-modal-w-form .form-group {
  position: relative;
  margin-top: 35px;
}
.add-payout-method--modal .carret-down,
.common-modal-w-form .carret-down {
  right: 15px;
}
.add-payout-method--modal .save-form-button,
.common-modal-w-form .save-form-button {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.add-payout-method--modal .save-form-button .btn,
.common-modal-w-form .save-form-button .btn {
  float: right;
  padding: 10px 45px;
}
.add-payout-method--modal .modal-close-up-right,
.common-modal-w-form .modal-close-up-right {
  top: -5px;
  right: -20px;
}
.dashboard__content__table__header--search.dashboard__content__table__header--search--ajax .form-group {
  width: 100%;
}
.dashboard__content__table__header--search.dashboard__content__table__header--search--ajax .form-group input {
  text-align: left;
}
.dashboard__content__box__personal-details__one-line-fields .form-group {
  margin-bottom: 0;
}
.dashboard__content__box__form-inputs .form-group.form-group-passport-upload {
  margin-bottom: 90px;
}
.dropdown-menu {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 0 3px rgba(1, 2, 1, 0.11);
  box-shadow: 1px 0 3px rgba(1, 2, 1, 0.11);
}
/*=======================
helper popup
=======================*/
.icon-animate .st0 {
  fill: none;
}
.icon-animate .st1 {
  fill: #FFFFFF;
}
.icon-animate .st2 {
  fill: #A4ABB6;
}
.icon-gradient-bg {
  width: 170px;
  background: linear-gradient(90deg, #e4ecea, #fbf9f7);
  border-radius: 50%;
  margin: 0 auto 35px auto;
}
#first-icon-reveal,
#second-icon-reveal {
  opacity: 0;
}
span#tBooster {
  float: right;
}
.pop-up-helper-wrapper {
  height: 400px;
}
.helper-pop-modal .icon-gradient-bg {
  display: none;
}
.helper-pop-modal > .modal > .modal-dialog {
  width: 845px;
}
.helper-pop-modal > .modal > .modal-dialog > .modal-content {
  padding: 30px 15px 30px 30px;
  border: 0;
}
.helper-pop-modal .pop-up-helper-content {
  padding-right: 15px;
}
.helper-pop-modal .pop-up-helper-gotit {
  text-align: right;
  padding: 50px 0 10px 0;
}
.helper-pop-modal .pop-up-helper-gotit a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  border: 2px solid #000;
  padding: 14px 55px;
  text-decoration: none;
}
.helper-pop-modal .pop-up-helper-gotit a i {
  font-size: 2.4rem;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.helper-pop-modal button.close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 2.4rem;
  opacity: 1;
  outline: none!important;
  box-shadow: none;
}
.helper-pop-modal button.close:focus {
  outline: none!important;
}
.helper-pop-modal > .modal.in #second-icon-reveal {
  opacity: 1;
  transition: 0.8s ease 0.4s;
}
.helper-pop-modal > .modal.in #first-icon-reveal {
  opacity: 1;
  transition: 0.8s ease 0.2s;
}
.helper-pop-modal .pop-up-helper-content {
  padding: 20px 0;
}
.helper-pop-modal .pop-up-helper-content .title {
  font-size: 3.2rem;
  text-align: left;
  color: #000;
  margin: 0px 0 40px 0;
  position: relative;
}
.helper-pop-modal .pop-up-helper-content .title.host-reception-title {
  letter-spacing: 0.025em;
  font-weight: 400;
  background-image: linear-gradient(to right, #cd5360, #d35d60, #d86661, #dd7062, #e17a64);
  -webkit-background-clip: text;
  /*-webkit-text-fill-color: transparent;*/
}
.helper-pop-modal .pop-up-helper-content .title.host-reception-title:after {
  content: "NEW";
  position: absolute;
  left: 190px;
  top: -8px;
  color: #000;
  display: block;
  background-image: none;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  -webkit-text-fill-color: #cd5360;
}
.helper-pop-modal .pop-up-helper-content p {
  font-size: 2rem;
  font-weight: 200;
  color: #000;
}
.helper-pop-modal .pop-up-helper-content p.small {
  font-size: 1.6rem;
}
.helper-pop-modal .pop-up-helper-content p.bullet:before {
  content: '\002d';
  height: 5px;
  font-size: 2rem;
  width: 5px;
  margin-right: 3px;
}
.helper-pop-modal .pop-up-helper-content .small-title {
  font-size: 1.8rem;
  color: #000;
  margin-top: 45px;
  font-weight: 400;
  margin-bottom: 0;
}
.helper-pop-modal .pop-up-helper-content .tips-title {
  text-align: left;
  font-size: 2.4rem;
  color: #000;
  margin-top: 35px;
  margin-bottom: 20px;
}
.helper-pop-modal .pop-up-helper-content .tips-title i {
  display: inline-block;
  font-size: 2rem;
  margin-right: -7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.helper-pop-modal .pop-up-helper-content .tips-title + .small-title {
  margin-top: 0;
}
.details-popup-helper .st0 {
  fill: none;
}
.details-popup-helper .st1 {
  fill: #FFFFFF;
}
.details-popup-helper .st2 {
  fill: #A4ABB6;
}
.details-popup-helper .st3 {
  fill: none;
  stroke: #A4ABB6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.photos-popup-helper .st0 {
  fill: none;
}
.photos-popup-helper .st1 {
  fill: #FFFFFF;
}
.photos-popup-helper .st2 {
  fill: #A4ABB6;
}
.photos-popup-helper .st3 {
  fill: #F2F7FB;
}
.sleeping-arrangments-popup-helper .st0 {
  fill: none;
}
.sleeping-arrangments-popup-helper .st1 {
  fill: #FFFFFF;
}
.sleeping-arrangments-popup-helper .st2 {
  fill: #A4ABB6;
}
.amenities-popup-helper .st0 {
  fill: none;
}
.amenities-popup-helper .st1 {
  fill: #FFFFFF;
}
.amenities-popup-helper .st2 {
  fill: #A4ABB6;
}
.amenities-popup-helper .st3 {
  fill: none;
  stroke: #A4ABB6;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.host-reception-popup-helper .st0 {
  fill: none;
}
.host-reception-popup-helper .st1 {
  fill: #FFFFFF;
}
.host-reception-popup-helper .st2 {
  fill: #A4ABB6;
}
.host-reception-popup-helper .pop-up-helper-content .title.host-reception-title:after {
  left: 150px;
}
.policies-popup-helper .st0 {
  fill: none;
}
.policies-popup-helper .st1 {
  fill: #FFFFFF;
}
.policies-popup-helper .st2 {
  fill: #A4ABB6;
}
.pricing-popup-helper .st0 {
  fill: none;
}
.pricing-popup-helper .st1 {
  fill: #FFFFFF;
}
.pricing-popup-helper .st2 {
  fill: #A4ABB6;
}
.rates_availability-popup-helper .st0 {
  fill: none;
}
.rates_availability-popup-helper .st1 {
  fill: #FFFFFF;
}
.rates_availability-popup-helper .st2 {
  fill: #A4ABB6;
}
.ranking .st0 {
  fill: none;
}
.ranking .st1 {
  fill: #FFFFFF;
}
.ranking .st2 {
  fill: #A4ABB6;
}
.edit-properties-popup-helper .st0 {
  fill: none;
}
.edit-properties-popup-helper .st1 {
  fill: #FFFFFF;
}
.edit-properties-popup-helper .st2 {
  fill: #A4ABB6;
}
.edit-properties-popup-helper .st3 {
  fill: none;
  stroke: #A4ABB6;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.edit-properties-popup-helper .st4 {
  fill: none;
  stroke: #A4ABB6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.modal-dialog-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -60%) !important;
  -moz-transform: translate(-50%, -60%) !important;
  -o-transform: translate(-50%, -60%) !important;
  transform: translate(-50%, -60%) !important;
}
.modal.in .modal-dialog-centered {
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.favorites_page_dashboard .tooltip {
  position: fixed;
}
.favorites_page_dashboard .summary-title {
  font-size: 2.6rem;
  font-weight: 200;
}
.favorites_page_dashboard .summary-title span {
  font-weight: 400;
}
.favorites_page_dashboard .favorite_image_bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.favorites_page_dashboard .remove-pproperty_favorites button.btn.btn-default {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: none!important;
}
.favorites_page_dashboard .remove-pproperty_favorites button.btn.btn-default:hover {
  text-decoration: underline;
}
.favorites_page_dashboard .remove-pproperty_favorites button.btn.btn-default .save-icon .st0 {
  fill: #cd5360;
  stroke: #cd5360;
}
.favorites_page_dashboard .book-now-button:focus {
  color: #fff;
  text-decoration: none;
}
.favorites_page_dashboard .offer-property-item {
  margin-top: 50px;
}
.favorites_page_dashboard .offer-property-item .offer-property-item__title {
  padding: 15px 0 15px 0;
}
.favorites_page_dashboard .offer-property-item__book {
  text-align: center;
}
.popup-explanation-title {
  font-size: 3rem;
  color: #000;
  text-align: center;
}
/*.travelstaytion_intro_popup h3 {
  margin: 20px 0 0 0;
  padding: 0;
  &.host-reception-title:after {
    left: 190px;
  }
}*/
.cancel-reservation-content {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px;
  text-align: left;
}
.cancel-reservation-content ul {
  padding: 0px 20px;
}
.cancel-reservation-content .title {
  font-size: 1.8rem;
  text-decoration: underline;
}
.cancel-reservation-content .simple-checkbox label {
  font-weight: 400;
  position: relative;
  top: -2px;
  padding-left: 7px;
}
.cancel-reservation-content .simple-checkbox a {
  text-decoration: underline;
}
.cancel-reservation-content textarea#comment {
  min-height: 150px;
  border: 1px solid #000;
  color: #000;
  font-weight: 200;
  font-size: 1.8rem;
}
.cancel-reservation-content textarea#comment::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.cancel-reservation-content textarea#comment::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.cancel-reservation-content textarea#comment:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.cancel-reservation-content textarea#comment:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.cancel-reservation-content .form-group .align-right {
  text-align: right;
}
.cancel-reservation-content ul li {
  font-size: 1.6rem;
}
.ellipsis-text-online {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.many_messages {
  color: #cd5360;
}
.preview_property {
  margin: 6px;
  display: block;
}
.preview_property_desktop {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  display: block;
}
.preview_property_desktop:hover,
.preview_property_desktop:focus {
  color: #fff !important;
}
.upload_photo_link {
  position: absolute;
  bottom: 20%;
  color: #bdbdbd;
  font-size: 1.8rem;
  font-weight: 400;
  left: 30%;
}
.upload_photo_link:hover,
.upload_photo_link:active {
  color: #000 !important;
}
.upload_photo_link:focus {
  color: #bdbdbd;
  text-decoration: none;
}
.preview_property_images-carousel:hover .owl-nav .owl-prev {
  left: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.preview_property_images-carousel:hover .owl-nav .owl-next {
  right: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.preview_property_images-carousel {
  position: relative;
  max-height: 263px;
  height: 100%;
  overflow: hidden;
}
.preview_property_images-carousel .owl-nav img.img-responsive {
  width: 24px;
}
.preview_property_images-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
  background: unset;
}
.preview_property_images-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 999;
  background: unset;
}
.preview_property_images-carousel .owl-nav .owl-prev img,
.preview_property_images-carousel .owl-nav .owl-next img {
  position: relative;
  top: 50%;
  margin-top: -21px;
}
.preview_property_images-carousel .owl-nav .owl-prev:hover,
.preview_property_images-carousel .owl-nav .owl-next:hover {
  background: unset;
}
@media (max-width: 1440px) {
  .sidebar-column {
    width: 17%;
  }
}
.not-boxed-top {
  padding-top: 0;
}
.edit-listing__heading {
  background: #f8f8f8;
  padding: 35px 20px 30px 20px;
}
.edit-listing__heading .listing-featured-image {
  display: inline-block;
  float: left;
  width: 10%;
}
.edit-listing__heading .listing-title {
  display: inline-block;
  float: left;
  width: 58%;
  padding: 0 0 0 30px;
}
.edit-listing__heading .listing-title .title {
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.edit-listing__heading .listing-title address {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  margin-bottom: 0;
}
.edit-listing__heading .listing-switcher {
  display: inline-block;
  float: left;
  width: 30%;
  text-align: right;
  padding-top: 2px;
}
.edit-listing__heading .listing-switcher #status-button,
.edit-listing__heading .listing-switcher .enable-property-message {
  display: inline-block;
}
.edit-listing__heading .listing-switcher #status-button {
  position: relative;
  top: 1px;
  padding-top: 0;
  margin-left: 10px;
}
.edit-listing__heading .listing-switcher .enable-property-message {
  font-size: 1.4rem;
  color: #000;
  position: relative;
  top: -15px;
}
.edit-listing__heading .edit-listing__progress--wrapper {
  display: inline-block;
  width: 80%;
  float: left;
  padding-top: 18px;
}
.edit-listing__heading .edit-listing__progress--percentage {
  display: inline-block;
  width: 20%;
  float: left;
  padding-left: 20px;
  text-align: right;
  font-size: 2.4rem;
  font-weight: 200;
  color: #000;
}
.edit-listing__heading .edit-listing__progress--percentage strong {
  font-weight: 500;
}
.edit-listing__heading .edit-listing__progress {
  margin-top: 5px;
}
.edit-listing__heading .progress--bar {
  display: block;
  width: 100%;
  height: 8px;
  background: #dfdfdf;
  position: relative;
}
.edit-listing__heading .progress--bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3271a7;
}
.edit-listing__heading .label-below-message {
  font-size: 1.7rem;
  font-weight: 200;
}
.edit-listing__heading .property_details-missing-steps .missing-steps-title {
  font-size: 2rem;
  font-weight: 600;
}
.edit-listing__heading .property_details-missing-steps .missing-steps-list {
  padding-left: 0;
}
.edit-listing__heading .property_details-missing-steps .missing-steps-list li {
  list-style: none;
}
.edit-listing__heading .property_details-missing-steps .missing-steps-list li .missing-step-danger {
  font-size: 1.6rem;
  font-weight: 200;
  color: #ff5160;
}
.edit-listing__heading .property_details-missing-steps .missing-steps-list li .missing-step-danger i {
  position: relative;
  top: 2px;
}
.accordion-edit-forms form {
  margin-top: 10px;
}
.accordion-edit-forms label {
  font-size: 2.4rem;
  font-weight: 200;
}
.accordion-edit-forms label.common-label {
  margin-bottom: 20px;
}
.accordion-edit-forms input,
.accordion-edit-forms select,
.accordion-edit-forms textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: none;
  width: 100%;
  display: block;
  min-height: 70px;
  padding: 0 20px 0 20px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  font-size: 2rem;
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms textarea {
  padding: 20px;
}
.accordion-edit-forms input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms .form-field-wrapper {
  position: relative;
}
.accordion-edit-forms .quantity input {
  font-size: 12rem;
  height: 100%;
  width: auto;
  font-weight: 600;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.accordion-edit-forms .small-asside-number-input {
  margin-top: -6px;
}
.accordion-edit-forms .small-asside-number-input .quantity input {
  font-size: 6rem;
}
.accordion-edit-forms .small-asside-number-input .quantity--centered label {
  display: none;
}
.accordion-edit-forms .field-comment-input {
  display: inline-block;
  width: 100%;
}
.accordion-edit-forms .field-comment-input .explanation-text {
  display: inline-block;
  float: left;
}
.accordion-edit-forms .field-comment-input .input-field {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 110px;
}
.accordion-edit-forms .field-comment-input .input-field input {
  width: 100%;
}
.accordion-edit-forms .quantity-button.quantity-up {
  margin-bottom: 10px;
}
.accordion-edit-forms .carret-down {
  right: 20px;
}
.accordion-edit-forms .accordion-item__heading a,
.accordion-edit-forms .accordion-item__heading p {
  padding: 15px 30px;
}
.accordion-edit-forms .quantity--centered label {
  font-size: 2.4rem;
  font-weight: 200;
}
.accordion-edit-forms .panel-body {
  padding: 35px;
  border: 1px solid #ebebeb;
  margin-top: 5px;
  border-radius: 2px;
}
.accordion-edit-forms .accordion-item-plain .panel-body {
  padding: 0;
  border: 0;
}
.accordion-edit-forms .panel-body__form-fields {
  padding: 65px 55px 20px 55px;
}
.accordion-edit-forms .custom-select {
  position: relative;
}
.accordion-edit-forms .checkbox-wrapper input[type="checkbox"],
.accordion-edit-forms .checkbox-wrapper input[type="radio"] {
  min-height: 100%;
  height: 20px;
  padding: 0;
}
.accordion-edit-forms .checkbox-wrapper .custom-checkbox {
  top: 4px;
}
.accordion-edit-forms .form-title {
  font-size: 2.2rem;
  font-weight: 400;
}
.accordion-edit-forms .compact-input-fields input {
  min-height: 55px;
}
.accordion-edit-forms .field-icon-title i {
  display: block;
  text-align: center;
  font-size: 3rem;
}
.accordion-edit-forms .field-icon-title span.placebo-label {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 200;
  margin: 7px 0;
}
.accordion-edit-forms .field-icon-title .simple-checkbox {
  text-align: center;
}
.accordion-edit-forms .field-icon-title .custom-select {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.accordion-edit-forms .field-icon-title .custom-select select {
  min-height: 40px;
  font-size: 1.6rem;
  border-color: #000;
}
.accordion-edit-forms .amenities-list-row + .amenities-list-row {
  margin-top: 50px;
}
.accordion-edit-forms .amenities-list-row.host_reception-list-row {
  margin-top: 20px;
}
.accordion-edit-forms .amenities-list-row.host_reception-list-row .col-sm-12 {
  margin-top: 30px;
}
.accordion-edit-forms .amenities-list-row .custom-select select {
  min-height: 40px;
  font-size: 1.6rem;
}
.accordion-edit-forms .boost-host {
  position: absolute;
  top: 8px;
  left: -5px;
}
.accordion-edit-forms #pricing-offers .boost-host,
.accordion-edit-forms #basic-pricing .boost-host {
  position: relative;
  top: 0;
  left: 0;
}
.accordion-edit-forms .amenities-list-row .simple-checkbox label {
  margin-left: 10px;
}
.accordion-edit-forms .amenities-list-row .amenities-list-checkbox {
  min-height: 50px;
}
.accordion-edit-forms .amenities-list-row .amenities-list-checkbox .checkbox-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 10%;
}
.accordion-edit-forms .amenities-list-row .amenities-list-checkbox label {
  float: left;
  width: 90%;
  display: inline-block;
  margin: 0;
  line-height: 1.1;
}
.accordion-edit-forms .amenities-list-select {
  max-width: 210px;
  display: block;
}
.accordion-edit-forms .amenities-list-select select {
  min-height: 40px;
  font-size: 1.6rem;
  border-color: #000;
}
.accordion-edit-forms .list-select {
  margin-top: 50px;
}
.accordion-edit-forms .input-field-title-icon {
  font-size: 2.2rem;
  color: #000;
  font-weight: 200;
}
.accordion-edit-forms .input-field-title-icon i {
  font-size: 3rem;
  margin-right: 10px;
}
.accordion-edit-forms .input-field-title-icon i.icon-travel_disturb-icon {
  font-size: 2.8rem;
  color: #cd5360;
}
.accordion-edit-forms .input-field-title-icon span {
  position: relative;
  top: -5px;
}
.accordion-edit-forms .input-field-title-icon .small {
  font-size: 1.6rem;
}
.accordion-edit-forms .twin-input-fields {
  margin-top: 30px;
}
.accordion-edit-forms .form-fields-icon-message-grouped {
  margin-bottom: 45px;
}
#property_details .quantity {
  top: -10px;
}
.pricing-calculator-button {
  padding: 14px 25px 10px 25px;
}
.pricing-calculator-button i {
  font-size: 2.2rem;
}
.pricing-calculator-button .text {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.details-subform {
  display: inline-block;
  width: 100%;
  position: relative;
}
.details-subform.property_title {
  margin-bottom: 30px;
}
.details-subform > div {
  display: inline-block;
  float: left;
}
.details-subform .error-message {
  padding: 0 !important;
}
.details-subform .property-type {
  width: 30%;
  padding-right: 30px;
}
.details-subform .property-type select {
  margin-top: 25px;
}
.details-subform .property-bathrooms,
.details-subform .property-sleeps,
.details-subform .property-bedrooms {
  width: 23.3333%;
}
.details-subform .number-input-separator {
  position: relative;
}
.details-subform .number-input-separator .quantity--border:after {
  display: none;
}
.details-subform .number-input-separator .quantity--centered label {
  padding-left: 30px;
}
.details-subform .number-input-separator .quantity:before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 90px;
  display: block;
  background: #ececec;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.details-subform .error-message {
  text-align: left;
  color: #de5956;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.details-address-subform {
  margin: 90px 0 0 0;
}
.details-address-subform input {
  margin: 35px 0 50px 0;
}
.details-address-subform input:read-only {
  background: #f1f1f1;
  color: #999;
  margin: 35px 0 0 0;
}
.details-address-subform .address_readonly {
  display: block;
  margin: 10px 0 50px 0;
  font-size: 1.7rem;
  font-weight: 200;
}
.details-address-subform .address_readonly a {
  text-decoration: underline;
}
.details-address-subform .label-below-message {
  font-size: 1.7rem;
  font-weight: 200;
}
.details-address-subform .custom-address-field {
  margin: 45px 0 0 0;
}
.details-address-subform .custom-address-field input {
  margin: 0 0 0 0;
}
.checkin-checkout-subform {
  display: inline-block;
  width: 100%;
}
.checkin-checkout-subform > div {
  display: inline-block;
  float: left;
  position: relative;
}
.checkin-checkout-subform .property-minimum-nights {
  width: 34%;
  padding-right: 6%;
}
.checkin-checkout-subform .property-cehckin,
.checkin-checkout-subform .property-cehckout {
  width: 33%;
  padding-left: 7%;
}
.checkin-checkout-subform .property-checkin:before,
.checkin-checkout-subform .property-checkout:before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 90px;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ececec;
}
.checkin-checkout-subform .property-checkout:before {
  left: 11%;
}
.checkin-checkout-subform .checkboxes-box-wrapper label {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 10px;
}
.checkin-checkout-subform label {
  margin-bottom: 20px;
}
.short-description_subform label,
.long-description_subform label {
  margin-bottom: 30px;
}
.long-description_subform {
  margin-top: 55px;
}
.describe-property-location {
  margin-top: 50px;
}
.property_floor_elevator {
  margin: 50px 0;
}
.property_floor_elevator > div {
  display: inline-block;
  float: left;
}
.property_floor {
  width: 70%;
}
.property_elevator {
  width: 30%;
  text-align: center;
  padding-top: 62px;
}
.property_elevator label {
  margin-left: 7px;
}
.property_elevator .simple-checkbox {
  padding-top: 7px;
}
.property_license_number.compact-input-fields input {
  min-height: 70px;
}
.property-instructions {
  padding: 0 40px;
  max-width: 690px;
}
.property-instructions .property-manual-upload {
  margin-top: 100px !important;
}
.property-instructions .form-title {
  margin-bottom: 15px;
}
.property-instructions > div {
  margin-top: 35px;
  position: relative;
}
.property-instructions .property_door-code--message {
  font-size: 1.6rem;
  font-weight: 200;
  max-width: 195px;
  position: absolute;
  right: -230px;
  display: block;
  top: 0;
  padding-top: 57px;
}
.property-instructions .upload_house-manual-message {
  font-size: 1.6rem;
  font-weight: 200;
}
.sleeping_arrangements-head {
  margin: 25px 0 50px 0;
}
.sleeping_arrangements-head .page-title {
  font-size: 3.6rem;
  font-weight: 600;
  color: #000;
  font-family: 'Lato', sans-serif;
}
.sleeping_arrangements-head .summary-title,
.sleeping_arrangements-head .summary-text-bold {
  font-size: 3rem;
  font-weight: 200;
}
.sleeping_arrangements-head .summary-text-bold {
  font-weight: 400;
}
.sleeping_arrangements-accordion .property-bedrooms,
.sleeping_arrangements-accordion .property-rooms {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
.sleeping_arrangements-accordion .property-bedrooms label span,
.sleeping_arrangements-accordion .property-rooms label span,
.sleeping_arrangements-accordion .property-bedrooms label i,
.sleeping_arrangements-accordion .property-rooms label i {
  display: block;
}
.sleeping_arrangements-accordion .property-bedrooms label i,
.sleeping_arrangements-accordion .property-rooms label i {
  font-size: 3rem;
}
.sleeping_arrangements-accordion .number-input-separator {
  position: relative;
}
.sleeping_arrangements-accordion .number-input-separator .quantity--border:after {
  display: none;
}
.sleeping_arrangements-accordion .number-input-separator:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  left: 25px;
  max-height: 90px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.edit-property-plain-page-heading {
  margin: 50px 0;
}
.edit-property-plain-page-heading .title {
  font-size: 3.6rem;
  color: #000;
  font-weight: 600;
}
.edit-property-plain-page-heading .text {
  font-size: 2rem;
  font-weight: 200;
}
.edit-property-plain-page-heading .text.note span {
  color: #cd5360;
  font-weight: 400;
}
.edit-property-plain-page-heading .text.note span.bold {
  font-weight: 600;
  color: #000;
}
.edit-property-plain-page-heading .ranking-summary-text {
  font-size: 3rem;
}
.edit-property-plain-page-heading .ranking-summary-text .colorized {
  color: #cd5360;
  font-weight: 400;
}
.edit-property-plain-page-heading .ranking-summary-text .summary-text-bold {
  font-weight: 400;
}
.edit-property-plain-page-heading .host_reception_title_style {
  font-size: 4rem;
}
#edit-list-calendar .pricing-calculator-button {
  margin-bottom: 20px;
}
.edit-property-plain-page-heading.calendar-header {
  margin: 20px 0 0 0;
}
.accordion_use_icon.collapsed .icon-travel_subtraction {
  display: none;
}
.accordion_use_icon.collapsed .icon-travel_plus {
  display: inline-block;
}
.accordion_use_icon .icon-travel_subtraction {
  display: inline-block;
}
.accordion_use_icon .icon-travel_plus {
  display: none;
}
.property-edit-cancellation .panel-body__form-fields {
  padding: 50px;
  max-width: 1015px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cancellation-type-explain .cancellation-graphic-explanation .st0 {
  fill: url(#XMLID_13_);
}
.cancellation-type-explain .cancellation-graphic-explanation .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.cancellation-type-explain .cancellation-graphic-explanation .st2 {
  fill: none;
  stroke: #0072AB;
  stroke-miterlimit: 10;
}
.cancellation-type-explain .cancellation-graphic-explanation .st3 {
  fill: none;
  stroke: #EB5361;
  stroke-miterlimit: 10;
}
.cancellation-type-explain .cancellation-graphic-explanation .st4 {
  fill: #FFFFFF;
}
.cancellation-type-explain .cancellation-graphic-explanation .st5 {
  font-family: 'Lato', sans-serif;
}
.cancellation-type-explain .cancellation-graphic-explanation .st6 {
  font-size: 12px;
}
.cancellation-type-explain .cancellation-graphic-explanation .st7 {
  fill: #0072AB;
}
.cancellation-type-explain .cancellation-graphic-explanation .st8 {
  font-size: 9px;
}
.cancellation-type-explain .cancellation-graphic-explanation .st9 {
  fill: #EB5361;
}
.cancellation-type-explain .boost-property-message span {
  font-size: 1.2rem;
  color: #cd5360;
}
.cancellation-type-explain .text-explanation {
  font-size: 1.6rem;
  font-weight: 200;
  margin-top: 30px;
}
.cancellation-type-explain .simple-checkbox label {
  margin-left: 10px;
}
.cancellation-type-explain-border {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.form-fields-icon-message .iconed-commented-field {
  display: inline-block;
  width: 100%;
}
.form-fields-icon-message .iconed-commented-field > div {
  display: inline-block;
  float: left;
}
.form-fields-icon-message .iconed-commented-field .iconed-field {
  width: 20%;
  max-width: 70px;
  font-size: 4rem;
  position: relative;
}
.form-fields-icon-message .iconed-commented-field .commented-field {
  width: 80%;
  position: relative;
}
.form-fields-icon-message .iconed-commented-field .commented-field select,
.form-fields-icon-message .iconed-commented-field .commented-field input {
  min-height: 55px;
  border-color: #000;
  padding-right: 45px;
}
.form-fields-icon-message .iconed-commented-field .commented-field-full {
  width: 100%;
}
.form-fields-icon-message .iconed-commented-field .over-field-icon {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 3rem;
  font-weight: 200;
}
.form-fields-icon-message .field-comment {
  font-size: 1.6rem;
  color: #000;
  font-weight: 200;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.form-fields-icon-message .field-comment .icon-travel_disturb-icon {
  color: #cd5360;
  font-size: 1.8rem;
}
.form-fields-icon-message .field-comment.field-no-icon {
  margin-left: -20%;
}
.form-fields-icon-message .field-comment-highlighted {
  font-weight: 400;
}
.form-fields-icon-message + .form-fields-icon-message {
  margin-top: 30px;
}
.ranking-comfort-features .panel-body__form-fields {
  padding-top: 20px;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item {
  font-weight: 200;
  font-size: 2rem;
  color: #999;
  text-decoration: none;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item i {
  font-size: 3rem;
  position: relative;
  top: 5px;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item i.icon-travel_disturb-icon {
  color: #d6d6d6;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item i.icon-travel_date-arrow {
  font-size: 1.8rem;
  top: 2px;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item span {
  margin: 0 5px;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item span:hover {
  color: #000 !important;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item span:hover .icon-travel_rocket2 {
  color: #000;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item .icon-travel_rocket2 {
  color: #d6d6d6;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item-checked {
  color: #cd5360;
}
.ranking-comfort-features .comfort-features-listed .comfort-feature-item-checked i.icon-travel_disturb-icon {
  color: #cd5360;
}
.ranking-comfort-features .comfort-features-listed + .comfort-features-listed {
  margin-top: 40px;
}
.pricing-calculator-sidebar {
  padding: 5px 5px 25px 5px;
  margin-top: 10px;
}
.pricing-calculator-sidebar .title {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 25px 0;
}
.pricing-calculator-sidebar .calculate-price-per {
  margin: 25px 0;
  padding: 0 10px;
}
.pricing-calculator-sidebar .calculate-price-per .selector-plain {
  display: inline-block;
  float: left;
  width: 55%;
}
.pricing-calculator-sidebar .calculate-price-per .selector-plain select {
  padding: 0;
  min-height: 100%;
  border: 0;
  box-shadow: none;
  font-size: 2.4rem;
}
.pricing-calculator-sidebar .calculate-price-per .per-price {
  display: inline-block;
  float: left;
  width: 45%;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
}
.pricing-calculator-sidebar .calculate-dates-guests {
  padding: 0 13px;
}
.pricing-calculator-sidebar .calculate-dates-guests .form-group {
  position: relative;
}
.pricing-calculator-sidebar .calculate-dates-guests .select-dates {
  margin-bottom: 20px;
}
.pricing-calculator-sidebar .after-calculation {
  padding: 0 15px;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box {
  padding: 0 0 0 0;
  margin: 25px 0;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box ul {
  padding: 0;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box ul li .price-analysis-box--col {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 1.6rem;
  font-weight: 200;
}
.pricing-calculator-sidebar .after-calculation .price-analysis-box ul li .price-analysis-box--col + .price-analysis-box--col {
  text-align: right;
}
.pricing-calculator-sidebar .discounts-box {
  padding: 0 0 0 0;
  margin-top: 20px;
}
.pricing-calculator-sidebar .discounts-box > p {
  margin-bottom: 20px;
}
.pricing-calculator-sidebar .discounts-box p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.pricing-calculator-sidebar .discounts-box ul {
  padding: 0;
}
.pricing-calculator-sidebar .discounts-box ul li {
  list-style: none;
}
.pricing-calculator-sidebar .discounts-box ul li p i,
.pricing-calculator-sidebar .discounts-box ul li p span:not(.discount) {
  font-weight: 200;
  color: #4076a9;
}
.pricing-calculator-sidebar .full-price-box {
  background: linear-gradient(45deg, #f8f5f2, #e5ece9);
  padding: 25px 15px;
  margin: 25px 0;
}
.pricing-calculator-sidebar .full-price-box hr {
  border-top: 1px solid #fff;
}
.pricing-calculator-sidebar .total-price-box .total-title,
.pricing-calculator-sidebar .total-price-box .total-price {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
.pricing-calculator-sidebar .total-price-box .total-price {
  text-align: right;
}
.pricing-calculator-sidebar .calculate-button {
  text-align: center;
}
.pricing-calculator-sidebar .calculate-button .bordered-btn-hover {
  padding: 13px 40px;
}
.ranking-reviews-listed + .ranking-reviews-listed {
  margin-top: 40px;
}
.ranking-reviews-listed .reviews-preview {
  max-width: 295px;
  display: block;
  width: 100%;
}
.ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
  padding: 7px 0 0;
}
.ranking-reviews-listed .reviews-preview .property__details__reviews__header--name-date {
  padding: 7px 0 15px 10px;
}
.ranking-reviews-listed .reviews-preview .property__details__reviews__body a {
  color: #3870a5;
}
.calendar-header h1 {
  font-family: 'Lato', sans-serif;
}
.calendar-header .availability-rates-summary {
  font-size: 3rem;
  font-weight: 200;
}
.calendar-header .availability-rates-summary span {
  color: #cd5360;
}
.calendar-header .last-edited {
  font-size: 1.4rem;
  color: #393939;
  font-weight: 200;
}
.calendar-header .rate_availability_summary {
  margin: 10px 0 30px 0;
}
.calendar-header .rate_availability_summary .rate_availability_heading {
  font-size: 2rem;
  font-weight: 600;
}
.calendar-header .rate_availability_summary .rate_availability_item p {
  display: inline-block;
}
.calendar-header .rate_availability_summary .rate_availability_item span {
  font-size: 1.4rem;
  font-weight: 200;
  color: #999;
}
.calendar-header .rate_availability_summary .rate_availability_item_default {
  font-size: 1.6rem;
  font-weight: 200;
  color: #0a8804;
}
.calendar-header .rate_availability_summary .rate_availability_item_danger {
  font-size: 1.6rem;
  font-weight: 200;
  color: #ff5160;
}
.calendar-rates-content .custom-row {
  display: inline-block;
  width: 100%;
}
.calendar-rates-content .custom-row .custom-col-63 {
  display: inline-block;
  float: left;
  width: 63%;
}
.calendar-rates-content .custom-row .custom-col-37 {
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: 37%;
}
.calendar-rates-content .calendar-rates-values {
  border: 1px solid #ebebeb;
  padding-bottom: 55px;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item {
  width: 100px;
  height: 100px;
  border: 1px solid #dfdfdf;
  vertical-align: top;
  text-align: left;
  padding: 3px 5px;
  font-size: 2rem;
  font-weight: 200;
  position: relative;
  overflow: hidden;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .period-edit {
  position: absolute;
  bottom: 25px;
  right: 5px;
  font-size: 1.7rem;
  color: #000;
  text-decoration: none;
  background: none;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .price {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  z-index: 1;
  color: #fff;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left,
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right {
  width: 100px;
  height: 150px;
  position: absolute;
  z-index: 0;
  background: #a1a1a1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left {
  top: -60px;
  left: -35px;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right {
  bottom: -60px;
  right: -35px;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right.unavailable,
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left.unavailable {
  background: #cd5360;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right.normal,
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left.normal {
  background: #003895;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right.diff-price,
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left.diff-price {
  background: #0172ab;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_right.highlight,
.calendar-rates-content .calendar-rates-values table.calendar .date-item .date_left.highlight {
  background: #808080;
}
.calendar-rates-content .calendar-rates-values table.calendar .date-item .icon-travel_pen-calendar {
  color: #fff;
}
.calendar-rates-content .calendar-rates-values .rates-dates-calendar-header {
  text-align: center;
  margin: 30px 0 10px 0;
}
.calendar-rates-content .calendar-rates-values .rates-dates-calendar-header h1 {
  font-weight: 600;
  font-size: 2.4rem;
}
.calendar-rates-content .calendar-rates-values .rates-dates-calendar-header h1 .previous-month,
.calendar-rates-content .calendar-rates-values .rates-dates-calendar-header h1 .next-month {
  font-size: 6rem;
  color: #000;
  font-weight: 200;
  text-decoration: none;
}
.calendar-rates-content .calendar-rates-values .rates-dates-calendar-header h1 .month {
  position: relative;
  top: -17px;
  margin: 0 61px 0 50px;
}
.calendar-rates-content .calendar-rates-values .text-days {
  font-size: 1.8rem;
  font-weight: 200;
  padding-bottom: 10px;
  position: relative;
}
.calendar-rates-content .calendar-edit-availability {
  border: 0px solid #ebebeb;
  padding: 50px 30px;
  box-shadow: 0 0 0 #ebebeb;
  /*transition: box-shadow 0.6s ease, border 0.6s ease;
    &.highlight {
      border-color: #000;
      transition: box-shadow 0.6s ease, border 0.6s ease;
      &.highlight-shadow {
        box-shadow: 0 0 20px #ddd;
      }
    }*/
}
.calendar-rates-content .calendar-edit-availability .add-rate-header {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px 0;
}
.calendar-rates-content .calendar-edit-availability .date-selector-label-inside {
  position: relative;
}
.calendar-rates-content .calendar-edit-availability .date-selector-label-inside label {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.calendar-rates-content .calendar-edit-availability .date-selector-label-inside input {
  width: 100%;
  border: 0;
  border-bottom: 3px solid #000;
  font-size: 1.6rem;
  font-weight: 200;
  padding: 0 10px 5px 45px;
  min-height: 40px;
  box-shadow: none;
}
.calendar-rates-content .calendar-edit-availability .date-selector-label-inside .carret-down {
  width: 10px;
  right: 0;
}
.calendar-rates-content .calendar-edit-availability .date-selector-label-inside-to input {
  padding-left: 25px;
}
.calendar-rates-content input,
.calendar-rates-content select {
  min-height: 50px;
}
.calendar-rates-content label {
  font-size: 1.8rem;
  font-weight: 400;
}
.calendar-rates-content .additional-guests label {
  font-size: 1.8rem;
  font-weight: 200;
}
.calendar-rates-content .availability-selector,
.calendar-rates-content .additional-guests {
  margin: 40px 0 20px 0;
}
.calendar-rates-content .make-instant-bookable {
  margin-top: 40px;
}
.calendar-rates-content .make-instant-bookable .instant-booking-checkbox-svg {
  float: none;
  padding: 15px;
}
.calendar-rates-content .input-icon-addon-right {
  position: relative;
}
.calendar-rates-content .input-icon-addon-right .over-field-icon {
  position: absolute;
  top: 10px;
  right: 15px;
}
.calendar-rates-content .input-icon-addon-right input {
  padding-right: 30px;
}
.calendar-rates-content .save-rate {
  margin-top: 40px;
}
.calendar-rates-content .save-rate button {
  padding: 10px 40px;
  float: right;
  /* background: transparent;*/
}
.calendar-rates-content .info-calendar {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: none;
  background: none;
}
#price_calculator_popup .modal_enquiry_padding-custom {
  padding: 0 30px;
}
#price_calculator_popup .modal-content-scrollable {
  height: 100%;
  max-height: 70vh;
}
#price_calculator_popup .accordion-edit-forms input,
#price_calculator_popup .accordion-edit-forms select,
#price_calculator_popup .accordion-edit-forms textarea {
  min-height: 55px;
}
#price_calculator_popup .enquiry_modal_heading .modal_enquiry_padding {
  padding-bottom: 0;
}
#price_calculator_popup .pricing-calculator-sidebar .price-analysis-box p,
#price_calculator_popup .pricing-calculator-sidebar .discounts-box p {
  font-size: 2rem;
}
#price_calculator_popup .pricing-calculator-sidebar .total-price-box .total-title {
  font-size: 3rem;
}
#price_calculator_popup .pricing-calculator-sidebar .total-price-box .total-price {
  font-size: 3rem;
}
#price_calculator_popup .pricing-calculator-sidebar .discounts-box ul li p {
  margin-bottom: 0;
}
#price_calculator_popup .pricing-calculator-sidebar .discounts-box ul li p span:not(.discount) {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}
#price_calculator_popup .pricing-calculator-sidebar .discounts-box ul li p span.discount {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
  margin-left: 0px;
}
#price_calculator_popup .price-analysis-box ul li .price-analysis-box--col {
  font-size: 1.8rem;
  font-weight: 400;
}
#price_calculator_popup .price-analysis-box ul li .price-analysis-box--col span {
  font-size: 1.6rem;
  font-weight: 200;
}
.sync-calendar-wrapper {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.sync-calendar-wrapper .sync-calendar-container {
  max-width: 910px;
  margin: 0 auto;
}
.sync-calendar-wrapper .sync-calendar-title {
  margin: 30px 0 60px 0;
  font-size: 3rem;
  font-weight: 200;
  text-align: center;
}
.sync-calendar-wrapper .calendar-option.import-calendar {
  margin-bottom: 95px;
}
.sync-calendar-wrapper .calendar-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sync-calendar-wrapper .calendar-option .calendar-option-icon {
  flex-basis: 7%;
  position: relative;
  background: #f4f4f4;
}
.sync-calendar-wrapper .calendar-option .calendar-option-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.6rem;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sync-calendar-wrapper .calendar-option .calendar-option-content {
  flex-basis: 93%;
  position: relative;
  padding-left: 35px;
}
.sync-calendar-wrapper .calendar-option .calendar-option-content h3 {
  margin: 0 0 40px 0;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
}
.sync-calendar-wrapper .calendar-option .calendar-option-content p {
  font-size: 2rem;
  font-weight: 200;
}
.sync-calendar-wrapper .calendar-option .calendar-option-content p a {
  color: #3870a5;
}
.sync-calendar-wrapper .calendar-option .calendar-option-content p:not(:last-child) {
  margin-bottom: 40px;
}
.sync-calendar-wrapper .calendar-option .calendar-option-content .import-calendar-heading {
  margin-bottom: 20px;
}
.sync-calendar-wrapper .imported-calendars p {
  margin-bottom: 5px !important;
  font-size: 2rem;
}
.sync-calendar-wrapper .imported-calendars .list-unstyled li {
  font-size: 2rem;
  font-weight: 200;
}
.sync-calendar-wrapper .imported-calendars .update-calendar-btn {
  font-size: 1.4rem;
  padding: 0;
  font-weight: 200;
  /*background: #3271a7;*/
  color: #3271a7;
  /* padding: 10px 20px;
      border-radius: 3px;
      margin-top: 5px;*/
}
.sync-calendar-wrapper .imported-calendars .update-calendar-btn i {
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
.sync-calendar-wrapper .imported-calendars .update-calendar-btn .text {
  position: relative;
  top: -4px;
  font-size: 1.6rem;
}
.sync-calendar-wrapper .supported-sources {
  padding-bottom: 5px;
}
.sync-calendar-wrapper .supported-sources p {
  margin-top: 25px;
}
.sync-calendar-wrapper .supported-sources .supported-sources-icon {
  display: inline-block;
  float: left;
}
.sync-calendar-wrapper .supported-sources .supported-sources-icon-yahoo {
  padding-left: 50px;
  position: relative;
  top: 7px;
}
.sync-calendar-wrapper .import-calendar-form {
  margin-bottom: 35px;
}
.sync-calendar-wrapper .import-calendar-form input {
  border-color: #000;
  min-height: 49px;
  font-size: 2rem;
  font-weight: 200;
  color: #000;
}
.sync-calendar-wrapper .import-calendar-form .import-calendar-btn {
  font-size: 1.4rem;
  font-weight: 200;
  background: #3271a7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  margin-left: 10px;
}
.sync-calendar-wrapper .import-calendar-form .import-calendar-btn i {
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
.sync-calendar-wrapper .import-calendar-form .import-calendar-btn .text {
  position: relative;
  top: -4px;
  margin-left: 3px;
}
.sync-calendar-wrapper .btn.import-calendar-btn:hover {
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3) !important;
}
.sync-calendar-wrapper .btn.update-calendar-btn span:hover {
  text-decoration: underline;
}
.edit-photos-heading {
  margin: 30px 0 10px 0;
}
.edit-photos-heading h4 {
  font-size: 3rem;
  color: #000;
  font-weight: 200;
}
.edit-photos-heading h4 strong {
  font-weight: 600;
}
.edit-photos-heading .warning-big-message {
  font-size: 2.4rem;
  color: #cd5360;
  font-weight: 200;
}
.edit-photos-heading button#add-images {
  float: right;
  position: relative;
  padding: 10px 40px;
  outline: none !important;
}
.edit-photos-heading button#add-images i {
  position: relative;
  top: 2px;
}
.edit-photos-gallery-holder {
  border: 1px solid #ebebeb;
  padding: 55px;
  margin-top: 35px;
}
.edit-photos-gallery-holder form {
  margin-top: 0;
}
.edit-photos-gallery-holder .photo.thumbnail .image {
  width: auto;
}
.edit-photos-gallery-holder .dropzone {
  height: 225px;
}
.edit-photos-gallery-holder .col-xs-12 .dropzone {
  height: 100%;
}
.edit-photos-gallery-holder #images-added-box i {
  display: block;
  font-size: 5rem;
  color: #9a9a9a;
}
.edit-photos-gallery-holder #images-added-box span {
  font-size: 1.8rem;
  color: #9a9a9a;
  font-weight: 200;
  display: block;
  margin-top: 30px;
}
.edit-photos-gallery-holder form#dropzone {
  border: 1px dashed #b5b5b5;
}
.edit-photos-gallery-holder #no-images-added-box i {
  font-size: 15rem;
  color: #c3c3c3;
  font-weight: 600;
}
.edit-photos-gallery-holder #no-images-added-box p {
  font-size: 2.5rem;
  font-weight: 200;
  margin: 0;
}
.edit-photos-gallery-holder #no-images-added-box .placebo-button {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  float: none;
  width: 100%;
  border: 2px solid #000;
  padding: 10px 10px 13px 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.edit-photos-gallery-holder #no-images-added-box .drag {
  font-size: 3.6rem;
  font-weight: 600;
}
.edit-photos-gallery-holder #no-images-added-box .separator {
  font-size: 2rem;
  color: #cd5360;
  margin: 20px 0;
}
.edit-photos-gallery-holder .photo.thumbnail {
  padding: 0;
  border: 0;
  position: relative;
}
.edit-photos-gallery-holder .photo.thumbnail .main-photo-text {
  position: absolute;
  top: 0;
  left: 50%;
  background: #cd5360;
  font-size: 1.6rem;
  color: #fff;
  padding: 9px 15px 7px 15px;
  font-weight: 200;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.edit-photos-gallery-holder .photo.thumbnail .delete-photo {
  position: absolute;
  top: 10px;
  left: 25px;
  background: #cd5360;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 5px;
  text-decoration: none;
}
.edit-photos-gallery-holder .photo.thumbnail .delete-photo i {
  position: relative;
  z-index: 1;
}
.edit-photos-gallery-holder .photo.thumbnail .delete-photo span {
  position: absolute;
  top: 0;
  left: 5px;
  background: #cd5360;
  padding: 5px 15px 5px 25px;
  border-radius: 50px;
  color: #fff;
  font-weight: 200;
  z-index: 0;
}
.edit-photos-gallery-holder .photo.thumbnail .do-photo-main {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  background: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 5px;
  text-decoration: none;
}
.edit-photos-gallery-holder .photo.thumbnail .dz-error-message {
  width: 100% !important;
  background: #cd5360;
  bottom: 0;
  left: 0;
}
.edit-photos-gallery-holder .col-sm-4.custom-photo-wrapper-dragger {
  float: none;
  max-width: 700px;
  display: inline-table;
}
.edit-photos-gallery-holder div#photos > .custom-photo-wrapper-dragger:first-child > .photo.thumbnail {
  border: 6px solid #cd5360;
}
.edit-photos-gallery-holder div#photos > .custom-photo-wrapper-dragger:first-child > .photo.thumbnail .main-photo-text {
  display: block !important;
}
.edit-photos-gallery-holder div#photos > .custom-photo-wrapper-dragger:first-child > .photo.thumbnail .do-photo-main {
  display: none;
}
.edit-photos-gallery-holder div#photos > .custom-photo-wrapper-dragger:first-child > .photo.thumbnail .delete-photo {
  display: none !important;
}
#remove-photo-modal .modal-content {
  padding: 50px;
}
#remove-photo-modal .btn-danger {
  color: #fff;
  background-color: #000;
  padding: 10px 45px;
  border: 0;
  font-size: 1.6rem;
  outline: none !important;
}
#remove-photo-modal .btn-default {
  color: #000;
  background-color: #fff;
  padding: 8px 30px;
  font-size: 1.6rem;
  border: 2px solid #000;
  margin: 0 auto;
  outline: none !important;
}
#remove-photo-modal .modal-footer {
  text-align: center;
}
#remove-photo-modal .modal-body {
  position: relative;
  padding: 15px;
  font-size: 2rem;
  margin-bottom: 25px;
}
.calendar_existing_rates {
  margin: 50px 0;
}
.calendar_existing_rates .btn.btn-primary {
  font-size: 2.2rem;
  background: transparent;
  color: #000;
  border: 0;
  font-weight: 400;
  box-shadow: none !important;
}
.calendar_existing_rates .btn.btn-primary i {
  font-size: 2.6rem;
  position: relative;
  top: 3px;
  color: #000;
  margin-right: 7px;
}
.calendar_existing_rates .btn.btn-primary i.icon-travel_plus {
  display: none;
}
.calendar_existing_rates .btn.btn-primary i.icon-travel_subtraction {
  display: inline-block;
}
.calendar_existing_rates .btn.btn-primary.collapsed i.icon-travel_subtraction {
  display: none;
}
.calendar_existing_rates .btn.btn-primary.collapsed i.icon-travel_plus {
  display: inline-block;
}
.calendar_existing_rates .collapse,
.calendar_existing_rates .collapsing {
  padding: 30px;
  border: 1px solid #ececeb;
  margin-top: 30px;
}
.calendar_existing_rates .table-rates thead tr th {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  border-bottom: 0;
  padding: 5px 10px 35px 20px;
}
.calendar_existing_rates .table-rates tbody tr {
  background: #f9f8f8;
  border-bottom: 7px solid #fff !important;
}
.calendar_existing_rates .table-rates tbody tr td {
  padding: 5px 10px 5px 20px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2 !important;
  font-weight: 400;
}
.calendar_existing_rates .table-rates tbody tr td p {
  margin: 0;
  line-height: 1.4;
}
.calendar_existing_rates .table-rates tbody tr.past td {
  background: none;
}
.calendar_existing_rates .circle.period-edit,
.calendar_existing_rates .circle.period-delete {
  background: none;
  font-size: 1.6rem;
  color: #000;
}
.calendar_existing_rates .circle.period-delete {
  font-size: 2.6rem;
  color: #cd5360;
}
.calendar_existing_rates .circle.period-delete:hover {
  color: #cd5360;
}
.calendar_existing_rates .circle.period-edit {
  position: relative;
  top: -4px;
}
.calendar_existing_rates .circle:hover {
  color: #000;
  text-decoration: none;
  background: none !important;
}
#map_canvas {
  margin: 0;
  border: 0;
}
#room-select {
  opacity: 0;
}
span.select2-selection.select2-selection--single {
  box-shadow: none !important;
  outline: none !important;
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
  display: block;
  padding-left: 0;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 40px;
}
.select2.select2-container.select2-container--default .image_property,
.select2.select2-container.select2-container--default .address_property {
  display: none;
}
.select2.select2-container.select2-container--default .select2-selection--single {
  border: 0;
  background: transparent;
  padding-left: 0;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
}
.select2.select2-container.select2-container--default .select2-selection__arrow:after {
  content: '';
  width: 15px;
  height: 10px;
  background-image: url(/img/travel/carret-down.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -5px;
}
.select2.select2-container.select2-container--default .select2-selection__arrow b {
  display: none;
}
.select2-dropdown.select2-dropdown--below {
  border: 0;
  border-radius: 0;
  box-shadow: 6px 0 13px rgba(0, 0, 0, 0.24);
  padding: 20px;
}
.select2-search.select2-search--dropdown {
  max-width: 415px;
  margin: 5px auto 30px auto;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  outline: none !important;
  font-size: 1.5rem;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.select2-results__options li {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px 0;
  border-top: 1px solid #e0e0e0;
}
.select2-results__options .image_property {
  display: inline-block;
  float: left;
  width: 70px;
  min-height: 1px;
}
.select2-results__options .address_title {
  display: inline-block;
  float: left;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.select2-results__options .address_title .title_property {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  display: block;
}
.select2-results__options .address_title .address_property {
  font-size: 1.4rem;
  font-weight: 200;
  color: #8f8f8f;
  display: block;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fbfbfb !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}
.error_message_text {
  font-size: 1.6rem;
  font-weight: 200;
  color: #ff5160;
}
.host-reception_transportation .accordion-item .panel-body__form-fields {
  padding: 0;
}
.host-reception_transportation .accordion-item .host_reception-list-row .custom-select {
  max-width: 290px;
}
.host-reception_transportation .accordion-item .host_reception-list-row .custom-select > select {
  min-height: 40px;
  font-size: 1.6rem;
}
.accordion-edit-forms #host-reception_transportation select {
  min-height: 50px;
}
.accordion-edit-forms #host-reception_transportation .panel-body__form-fields {
  padding: 0;
}
.remainingC {
  text-align: right;
  float: right;
  color: #a7a7a7;
  font-weight: 200;
  font-size: 1.6rem;
  position: relative;
  top: 30px;
}
.remainingC_title {
  top: 10px;
}
::placeholder {
  color: #9a9a9a !important;
}
:-ms-input-placeholder {
  color: #9a9a9a !important;
}
::-ms-input-placeholder {
  color: #9a9a9a !important;
}
.error_sleeping {
  margin-top: 10px;
  text-align: right;
  font-size: 1.6rem;
  color: #ff5160;
}
@-o-keyframes fadeIt {
  0% {
    color: #FFFFFF;
  }
  50% {
    background-color: #AD301B;
  }
  100% {
    color: #000;
  }
}
@keyframes fadeIt {
  0% {
    color: #FFFFFF;
  }
  50% {
    color: #AD301B;
  }
  100% {
    color: #000;
  }
}
.textAnimated {
  background-image: none !important;
  -o-animation: fadeIt 1s ease-in-out;
  animation: fadeIt 1s ease-in-out;
}
.page-top-section {
  background: linear-gradient(45deg, #f7efe7, #e5ebe8);
  text-align: center;
  padding: 100px 0;
}
.page-top-section .title {
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-top-section .subtitle {
  font-size: 2.4rem;
  font-weight: 400;
}
.topic-search_form--inline {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.topic-search_form--inline .form-group_80 {
  display: inline-block;
  width: 80%;
  float: left;
  margin: 0;
}
.topic-search_form--inline .form-group_20 {
  display: inline-block;
  width: 20%;
  float: left;
  margin: 0;
}
.topic-search--boxed {
  max-width: 580px;
  display: block;
  margin: 80px auto 0 auto;
}
.topic-search_form input.search-field {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: #676767;
  outline: none;
}
.topic-search_form .submit-button {
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
  color: #000000;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.topic-search_form .submit-button--border {
  border-left: 1px solid #000;
  padding-bottom: 3px;
}
.tab-navigation--faq {
  margin-top: -63px;
  overflow: hidden;
}
.tab-content--wrapper .icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.tab-content--wrapper .icon,
.tab-content--wrapper .icon svg {
  display: inline-block;
  width: 13px;
  height: 21px;
}
.tab-content--wrapper .panel-title .collapsed .icon {
  transform: rotate(0deg);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.tab-content--wrapper .panel-title .icon {
  transform: rotate(180deg);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.tab-content--wrapper .panel-default {
  border: 0;
  box-shadow: none;
}
.tab-content--wrapper .panel-default > .panel-heading {
  background: none;
  border: 0;
  color: #000;
}
.tab-content--wrapper .panel-title > a {
  color: #000;
  font-size: 2rem;
  text-decoration: none;
}
.tab-content--wrapper .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.tab-content--wrapper .panel-collapse,
.tab-content--wrapper .tab-pane {
  outline: none;
}
.panel.panel-default.faq-item-wrapper {
  border-bottom: 1px solid #ddd;
}
.panel.panel-default.faq-item-wrapper .panel-body {
  padding-left: 0;
  padding-bottom: 25px;
  padding-top: 0;
}
.tab-content--wrapper .panel-heading {
  padding: 15px 15px 20px 0;
}
.faq-item-wrapper .panel-body {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
}
.container-medium {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}
.autocomplete_holder {
  margin-top: 0;
  display: block;
  position: relative;
}
.autocomplete_holder .ui-autocomplete {
  position: absolute;
  background: #fff;
  top: 0!important;
  padding: 20px;
  width: 100%;
  z-index: 999;
  box-shadow: 3px 3px 13px rgba(1, 2, 1, 0.26);
}
.autocomplete_holder .ui-autocomplete li {
  padding: 15px 10px;
  list-style: none;
  background: transparent;
  text-align: left;
  border: 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #505050;
}
.autocomplete_holder .ui-autocomplete li:hover {
  background: #f9f9f9;
}
.autocomplete_holder .ui-autocomplete li a {
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
}
span.ui-helper-hidden-accessible {
  display: none!important;
}
.static-page .animate_it .title {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.static-page .animate_it .about-story-timeline,
.static-page .animate_it .about-story-carousel,
.static-page .animate_it .grid-news-container .news-item,
.static-page .animate_it .button-holder {
  top: 60px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.static-page .animated .title {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page .animated .about-story-timeline {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 1s;
  -moz-transition: 1s ease 1s;
  -o-transition: 1s ease 1s;
  transition: 1s ease 1s;
}
.static-page .animated .about-story-carousel {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 1.8s;
  -moz-transition: 1s ease 1.8s;
  -o-transition: 1s ease 1.8s;
  transition: 1s ease 1.8s;
}
.static-page .animated .button-holder {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 1s;
  -moz-transition: 1s ease 1s;
  -o-transition: 1s ease 1s;
  transition: 1s ease 1s;
}
.static-page .animated .grid-news-container .col-sm-4:nth-child(1) .news-item {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 0.4s;
  -moz-transition: 1s ease 0.4s;
  -o-transition: 1s ease 0.4s;
  transition: 1s ease 0.4s;
}
.static-page .animated .grid-news-container .col-sm-4:nth-child(2) .news-item {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 0.8s;
  -moz-transition: 1s ease 0.8s;
  -o-transition: 1s ease 0.8s;
  transition: 1s ease 0.8s;
}
.static-page .animated .grid-news-container .col-sm-4:nth-child(3) .news-item {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 1s;
  -moz-transition: 1s ease 1s;
  -o-transition: 1s ease 1s;
  transition: 1s ease 1s;
}
.static-page__top-photo {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100vh;
  padding: 200px 80px 35px 80px;
  margin-top: -93px;
  min-height: 100vh;
  position: relative;
}
.static-page-container--discover .static-page__top-photo {
  padding-bottom: 15% 0;
}
.static-pages__top-photo__content {
  max-width: 695px;
  position: absolute;
  bottom: 80px;
  left: 80px;
}
.static-pages__top-photo__content .title {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 500;
  font-weight: 400;
  position: relative;
  top: 100px;
  opacity: 0;
  line-height: 1.3;
}
.static-pages__top-photo__content .subtitle {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 200;
  text-align: justify;
  margin-top: 20px;
  line-height: 1.6;
  position: relative;
  top: 50px;
  opacity: 0;
  margin-bottom: 0;
}
.static-pages__top-photo__content strong {
  font-weight: 600;
}
.static-pages__top-photo__content .feature-on {
  position: absolute;
  top: inherit;
  bottom: -20px;
  right: 80px;
  opacity: 0;
}
.static-pages__top-photo__content .feature-on ul li img {
  max-width: 150px;
  float: right;
}
.static-pages__top-photo__content.animated_1 .title {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1s ease 0.2s, top 1.4s ease;
  -moz-transition: opacity 1s ease 0.2s, top 1.4s ease;
  -o-transition: opacity 1s ease 0.2s, top 1.4s ease;
  transition: opacity 1s ease 0.2s, top 1.4s ease;
}
.static-pages__top-photo__content.animated_1 .subtitle {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1s ease 0.8s, top 1.4s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, top 1.4s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, top 1.4s ease 0.8s;
  transition: opacity 1s ease 0.8s, top 1.4s ease 0.8s;
}
.static-pages__top-photo__content.animated_1 .feature-on {
  opacity: 1;
  bottom: -10px;
  -webkit-transition: opacity 1s ease 1.2s, bottom 1.4s ease 1.2s;
  -moz-transition: opacity 1s ease 1.2s, bottom 1.4s ease 1.2s;
  -o-transition: opacity 1s ease 1.2s, bottom 1.4s ease 1.2s;
  transition: opacity 1s ease 1.2s, bottom 1.4s ease 1.2s;
}
.mobile-featured-images {
  margin-left: 30px;
  display: inline-block;
}
.static-page__top-photo:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
}
.static-page__top-photo:before {
  content: '';
  width: 100%;
  height: 50vh;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  top: initial;
  z-index: 0;
}
.feature-on-image a {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.feature-on-image a:hover {
  opacity: 0.8;
}
.feature-on {
  margin-top: 65px;
}
.feature-on p {
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
}
.feature-on ul {
  padding: 0;
  display: inline-block;
}
.feature-on ul li {
  display: inline-block;
  float: left;
}
.feature-on ul li + li {
  margin-left: 30px;
}
.about-story {
  padding-top: 125px;
}
.about-story--wrapper .title {
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  margin-top: 0;
  color: #000;
}
.about-story-timeline {
  max-width: 900px;
  margin: 150px auto 0 auto;
}
.about-story-timeline ul {
  padding: 0;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.about-story-timeline ul li {
  display: inline-block;
  float: left;
  text-align: center;
  position: relative;
  width: 20%;
}
.about-story-timeline ul li .text {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.about-story-timeline ul li:first-child {
  width: 10%;
  text-align: left;
}
.about-story-timeline ul li:first-child .about-story-timeline-trigger .story-dot {
  left: 0;
  margin-left: 0;
}
.about-story-timeline ul li:first-child .text {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about-story-timeline ul li:last-child {
  width: 10%;
  text-align: right;
}
.about-story-timeline ul li:last-child .about-story-timeline-trigger .story-dot {
  right: 0;
  margin-left: 0;
}
.about-story-timeline ul li:last-child .text {
  white-space: nowrap;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about-story-timeline ul li.active .text {
  bottom: -25px;
}
.about-story-timeline ul li.active a {
  font-size: 2.4rem;
}
.about-story-timeline ul li a {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  display: block;
  margin-top: 30px;
  text-decoration: none;
}
.about-story-timeline ul li:before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  border: 3px solid #aaaaaa;
  border-radius: 50%;
  margin: 0 auto;
  background: #f6f4f1;
  opacity: 0;
}
.about-story-timeline ul li.active a {
  color: #cd5360;
  font-size: 2.4rem;
  white-space: nowrap;
}
.about-story-timeline ul:before {
  content: '';
  width: 96%;
  height: 3px;
  display: block;
  background: linear-gradient(90deg, #cd5360, #e17a64);
  position: relative;
  top: 20px;
  left: 5px;
}
.about-story-carousel {
  max-width: 1820px;
  width: 100%;
  padding: 0 30px 90px 30px;
  display: block;
  margin: 100px auto 0 auto;
}
.about-story-carousel .col-left,
.about-story-carousel .col-right {
  display: inline-block;
  float: left;
  width: 25%;
  min-height: 300px;
  position: relative;
}
.about-story-carousel .col-middle {
  display: inline-block;
  float: left;
  width: 50%;
  position: relative;
}
.about-story-carousel .text-holder {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-story-carousel #history-carousel {
  padding: 0 55px;
}
.about-story-carousel #history-carousel .item p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
}
.about-story-carousel #history-carousel .item .title {
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 3rem;
}
.about-story-carousel #history-carousel .item .title strong {
  font-weight: 600;
}
.about-story-carousel .previous-text:hover {
  cursor: url(/img/travel/hover-cursor_prev.png), auto;
}
.about-story-carousel .next-text:hover {
  cursor: url(/img/travel/hover-cursor.png), auto;
}
.about-lets-start--wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
}
.about-lets-start--wrapper .title {
  font-size: 6rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.about-lets-start--wrapper .button-holder {
  text-align: center;
}
.about-lets-start--wrapper .button-holder a {
  color: #fff;
  font-size: 1.8rem;
  width: 240px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 20px;
  margin: 70px 20px 0 20px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.about-lets-start--wrapper .button-holder a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.about-news {
  background: linear-gradient(45deg, #f8f5f2, #e6ece9);
  padding: 100px 0;
}
.grid-news-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.grid-news-wrapper .title {
  font-size: 6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 100px;
}
.news-item {
  max-width: 425px;
  display: block;
  margin: 0 auto;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(204, 204, 204, 0.4);
}
.news-item-date {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
}
.news-item-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000 !important;
  text-decoration: none!important;
  margin-bottom: 10px;
  display: block;
  font-family: 'Tinos', serif;
  min-height: 80px;
}
.news-preview-image {
  min-height: 270px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-item-content {
  font-size: 1.6rem;
  text-align: justify;
  color: #000;
  font-weight: 200;
}
.news-item-content-wrapper {
  padding: 20px 20px 10px 20px;
}
.news-read-more a {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 100px auto 0 auto;
  padding: 20px 0;
  border: 2px solid #000;
  font-size: 1.8rem;
  font-style: normal;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news-read-more a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.story-dot {
  width: 35px;
  height: 35px;
  display: block;
  border: 3px solid #aaaaaa;
  border-radius: 50%;
  background: #f6f4f1;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}
.about-story-timeline-trigger-holder.active .story-dot {
  border-color: #cd5360;
}
.static_page_about .static-pages__top-photo__content {
  max-width: 100%;
  width: 100%;
  left: 0;
  padding: 0 80px;
}
.static_page_about .static-pages__top-photo__content .static-pages__top-photo__content-wrapper {
  max-width: 660px;
}
.static_page_about .static-pages__top-photo__content .feature-on {
  text-align: left;
}
.static_page_about .static-pages__top-photo__content-wrapper {
  padding-top: 50px;
}
.about-story-carousel .text-holder i {
  display: none;
}
.discover-reasons {
  background: linear-gradient(45deg, #f8f5f2, #e6ece9);
}
.discover-reasons .title {
  padding: 0 80px;
  font-size: 5.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 70px;
}
.discover-reasons-wrapper {
  max-width: 1300px;
  padding: 0 15px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.discover-reason-item {
  position: relative;
  margin: 50px 25px;
  min-height: 235px;
}
.discover-reason-item .item-title {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.discover-reason-item .item-content {
  font-size: 1.9rem;
  color: #000;
  text-align: justify;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.discover-reason-item .item-content a {
  color: #3870a5;
  font-weight: 600;
}
.discover-reason-item .item-content a:hover {
  text-decoration: underline;
}
.discover-reason-item .item-content .bold {
  font-weight: 600;
}
.discover-reason-item .item-number {
  position: absolute;
  bottom: 15px;
  left: -40px;
  color: #d4dcd7;
  font-size: 15rem;
  line-height: 0;
  font-weight: 800;
  z-index: 0;
}
.discover-reasons {
  background: linear-gradient(45deg, #f8f5f2, #e6ece9);
  padding: 80px 0 100px 0;
}
.discover-holiday-rentals-list {
  margin-top: 65px;
}
.discover-holiday-rentals-list h4.title {
  font-size: 3rem;
  font-weight: 400;
}
.discover-holiday-rentals-list .host_reception_title_style {
  font-size: 3rem;
}
.discover-holiday-rentals-list p {
  padding: 0 20px 20px 0px;
  font-size: 1.8rem;
}
.discover-holiday-rentals-list ul {
  padding: 0;
}
.discover-holiday-rentals-list ul li {
  list-style: none;
  margin-top: 30px;
}
.discover-holiday-rentals-list .text {
  font-size: 2.4rem;
  color: #000;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -3px;
}
.discover-holiday-rentals-list a,
.discover-holiday-rentals-list a:focus {
  color: #b1b1b1;
}
.discover-holiday-rentals-list a:hover {
  color: #b1b1b1;
  text-decoration: underline ;
}
.discover-holiday-rentals-list .icon {
  display: inline-block;
  margin-right: 20px;
}
.discover-holiday-rentals-list .icon i {
  font-size: 3rem;
}
.discover-holiday-rentals .icon-travel_phone {
  padding: 0;
}
.discover-holiday-rentals .discover-holiday-rentals-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 50px 0;
}
.discover-holiday-rentals .col-left.placebo_col-left {
  display: inline-block;
  width: 60%;
  float: left;
  min-height: 1px;
}
.discover-holiday-rentals .col-right {
  width: 40%;
  display: inline-block;
  float: left;
  background: linear-gradient(90deg, transparent, #fff);
}
.discover-holiday-rentals-title {
  margin-top: -45px;
}
.discover-holiday-rentals-title h4 {
  font-size: 6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.discover-holiday-rentals-title .sub-title {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
}
.static-page-container {
  max-width: 1685px;
  margin: 0 auto;
  padding: 0 40px;
}
.discover-behosted {
  background: #f4f4f4;
  padding: 100px 0;
  min-height: 100vh;
}
.discover-behosted .static-page-content .ghost-button {
  opacity: 0;
}
.discover-behosted .static-page-content.animated .ghost-button {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.discover-behosted .static-page-container > .row .col-sm-6:last-child {
  opacity: 0;
  top: 20px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.discover-behosted.animated .static-page-container > .row .col-sm-6:last-child {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1s ease, top 1s ease;
  -moz-transition: opacity 1s ease, top 1s ease;
  -o-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}
.text-icons-list {
  padding: 0;
}
.text-icons-list .text {
  width: 90%;
  display: inline-block;
  float: left;
  font-size: 2.4rem;
  color: #000;
  font-weight: 200;
}
.text-icons-list .icon {
  display: inline-block;
  float: left;
  width: 10%;
  position: relative;
  top: 8px;
}
.text-icons-list .icon i {
  font-size: 4rem;
}
.text-icons-list li {
  display: inline-block;
  width: 100%;
}
.text-icons-list li + li {
  margin-top: 25px;
}
.ghost-button {
  font-size: 1.9rem;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  padding: 12px 40px;
  background-color: transparent;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ghost-button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.static-page-content .ghost-button {
  margin-top: 55px;
  display: inline-block;
}
.static-page-content .subtitle {
  font-size: 3rem;
  font-weight: 400;
  color: #000;
}
.static-page-content .title {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 100px;
  line-height: 1.2;
}
.static-page-content .title.remove_space_bottom {
  margin-bottom: 0;
}
.static-page-content .subtitle-small {
  font-size: 2.4rem;
  color: #000;
}
.static-page-content-compressed {
  padding-right: 70px;
}
.static-page-content-compressed input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
.static-page-content-compressed input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
.static-page-content-compressed input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
.static-page-content-compressed input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
div#discover_submit_enquiry_to_travelstaytionsuccess_message {
  font-family: Tinos;
  text-align: left !important;
  font-size: 2.2rem;
}
.discover-idealhouse {
  padding: 100px 0;
  background: #fff;
}
.discover-idealhouse .subtitle-small {
  margin-bottom: 50px;
}
.discover-idealhouse .static-page-content > .title {
  margin-top: 0;
}
.discover-idealhouse input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.discover-idealhouse input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.discover-idealhouse input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.discover-idealhouse input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.discover-idealhouse__image img {
  margin: 0 auto;
  position: relative;
  top: 11px;
}
.static-page-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
}
.static-page-form input,
.static-page-form select,
.static-page-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #cbcbcb;
  min-height: 55px;
  padding: 0 20px;
  outline: none;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.static-page-form .form-field-wrapper {
  margin: 0 0 25px 0;
  position: relative;
}
.static-page-form .form-field-wrapper.default-width {
  width: auto;
  display: inline-block;
}
.static-page-form .form-field-wrapper.default-width select {
  padding-right: 40px;
}
.static-page-form .carret-down {
  right: 15px;
}
.static-page-form textarea {
  min-height: 150px;
  padding: 20px;
}
.static-page-form .checkbox-label-inlined input,
.static-page-form .checkbox-label-inlined label {
  border: 0;
  display: inline-block;
  width: auto;
  box-shadow: none;
  margin: 0;
}
.static-page-form .checkbox-label-inlined {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.static-page-form .checkbox-label-inlined label {
  font-size: 1.8rem;
  color: #000;
  font-weight: 300;
}
.static-page-form .checkbox-label-inlined input {
  margin-bottom: 5px;
}
.static-page-form .ghost-button {
  margin: 0;
  float: right;
}
.discover-getintouch-image {
  padding: 250px 0;
}
.discover-getintouch-image .title {
  text-align: center;
  font-size: 6rem;
  color: #fff;
  font-weight: 400;
}
.discover-getintouch-image .subtitle {
  font-size: 2.4rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
.ghost-buttons-list {
  display: table;
  margin: 65px auto 0 auto;
}
.ghost-buttons-list li {
  display: inline-block;
  float: left;
}
.ghost-buttons-list li + li {
  margin-left: 50px;
}
.ghost-button-negative,
.ghost-button-negative:focus {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  border: 2px solid #fff;
  text-decoration: none;
  outline: none;
  padding: 15px 40px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ghost-button-negative:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.quantity-nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.discover-host-reception-modal .amenities-filter-group .title {
  font-weight: 400;
}
.static-page-container--discover .static-page__top-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -9;
  margin-top: 0;
}
.static-page-container--discover .discover-reasons {
  margin-top: 100vh;
}
.static-page-container--discover .static-pages__top-photo__content {
  top: 80px;
}
.static-page-container--discover .static-pages__top-photo__content .title {
  line-height: 1.2;
}
.static-page-container--discover .discover-reasons .title {
  position: relative;
  top: 50px;
  opacity: 0.01;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .row:first-child .col-sm-6 {
  opacity: 0.01;
  top: 50px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .row:last-child .col-sm-6 {
  opacity: 0.01;
  top: 50px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .sub-title {
  position: relative;
  top: 10px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons.animated .title {
  top: 50px;
  opacity: 0.01;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons.animated .row:first-child .col-sm-6 {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s ease 0.8s;
  -moz-transition: 1s ease 0.8s;
  -o-transition: 1s ease 0.8s;
  transition: 1s ease 0.8s;
}
.static-page-container--discover .discover-reasons.animated .row:last-child .col-sm-6 {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s ease 1.2s;
  -moz-transition: 1s ease 1.2s;
  -o-transition: 1s ease 1.2s;
  transition: 1s ease 1.2s;
}
.static-page-container--discover .discover-reasons.animated .sub-title {
  top: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons.animated .title {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .item-number {
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .row.animate_numbers.animated .col-sm-6:first-child .item-number {
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-reasons .row.animate_numbers.animated .col-sm-6:last-child .item-number {
  opacity: 1;
  -webkit-transition: 1s ease 0.6s;
  -moz-transition: 1s ease 0.6s;
  -o-transition: 1s ease 0.6s;
  transition: 1s ease 0.6s;
}
.static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-image .discover-holiday-rentals-list-animate,
.static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-image .discover-host-reception-list-animate {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-image .discover-holiday-rentals-list-animate.animated {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-image .discover-host-reception-list-animate.animated {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.static-page-container--discover .discover-idealhouse {
  position: relative;
}
.static-page-container--discover .discover-getintouch {
  position: relative;
}
.static-page-container--discover .discover-getintouch .title,
.static-page-container--discover .discover-getintouch .subtitle,
.static-page-container--discover .discover-getintouch .ghost-buttons-list {
  position: relative;
  top: 50px;
  opacity: 0.01;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-getintouch.animated .title,
.static-page-container--discover .discover-getintouch.animated .subtitle {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.static-page-container--discover .discover-getintouch.animated .ghost-buttons-list {
  top: 0;
  opacity: 1;
  -webkit-transition: 1s ease 0.8s;
  -moz-transition: 1s ease 0.8s;
  -o-transition: 1s ease 0.8s;
  transition: 1s ease 0.8s;
}
.static-page-container--discover .dashboard__content__box__form-inputs label {
  font-size: 1.6rem;
  position: relative;
  bottom: 5px;
}
.pac-container {
  z-index: 10000 !important;
}
#discover_submit_enquiry_to_travelstaytiontravelstaytionEnquiryTelephone {
  padding-left: 70px;
}
.news-page {
  background: linear-gradient(45deg, #f7efe7, #e5ebe8);
}
.news-page .news-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 225px;
}
.news-page .news-container.news-container_single-post {
  max-width: 900px;
  padding: 0 15px;
}
.news-page .news-container.news-container_single-post .main-title {
  padding-top: 80px;
  text-align: left;
}
.news-page .news-container.news-container_single-post .main-title h1 {
  font-size: 4rem;
}
.news-page .main-title {
  padding-top: 165px;
  text-align: center;
}
.news-page .main-title p {
  margin-top: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #000;
}
.news-page .main-title h1 {
  font-size: 6rem;
  font-weight: 600;
  color: #000;
}
.news-page .main-title .date {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  line-height: 1;
  z-index: 1;
}
.news-page .main-title .photo-centered {
  margin-top: 35px;
  position: relative;
}
.news-page .main-title .photo-centered .date {
  color: #fff;
}
.news-page .main-title .photo-centered:after {
  content: '';
  width: 100%;
  height: 50px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
}
.news-page .news_content p {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}
.news-page .post-info p,
.news-page .post-info span {
  font-size: 1.8rem;
  font-weight: 200;
}
.news-page .post-item p.date {
  margin: 0;
  text-align: right;
  padding: 10px;
  text-decoration: none!important;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
.news-page .load-more > a {
  color: #000;
  font-size: 1.8rem;
  border: 2px solid #000;
  padding: 20px 50px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news-page .load-more > a:hover {
  background: #000;
  color: #fff;
}
.news-page .gallery-wrapper {
  margin: 70px 0 0 0;
  background: #f9f4f0;
  padding: 30px 30px 15px 30px;
}
.news-page .gallery-wrapper .gallery h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 200;
}
.news-page .gallery-wrapper .gallery .my-gallery {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.news-page .gallery-wrapper .gallery .my-gallery > figure {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 15px;
}
.news-page .gallery-wrapper .gallery .my-gallery > figure > a {
  display: block;
}
.news-page .gallery-wrapper .gallery .my-gallery > figure > a .custom-gallery-thumb {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-page .gallery-wrapper .gallery .my-gallery > figure > a img {
  display: none;
}
.news-page figure.offset-forbes-img-1 {
  margin-top: 100px;
}
.news-page .custom_quote.quote_style.quote-style-offset-1 {
  padding-top: 0;
  margin-top: -70px;
}
.news-page .row.space-bottom.offset-row-1 {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.news-page .custom_quote.quote_style.quote-style-offset-2 {
  max-width: 340px;
}
.news-page .custom_quote {
  max-width: 363px;
  text-align: center;
  width: 100%;
  padding-top: 130px;
}
.news-page .news_content .custom-content a {
  color: #000;
  font-weight: 600;
}
.news-page .quote_style {
  line-height: 1.3;
}
.news-page .quote_style .title {
  font-size: 4rem!important;
  font-family: 'Tinos', serif;
}
.news-page .quote_style .subtitle {
  font-size: 1.8rem !important;
  font-family: 'Tinos', serif;
}
.news-page .quote_style .subtitle .personality {
  display: block;
  font-size: 1.1rem;
}
.news-page .space-bottom {
  margin-bottom: 70px;
}
.posts-container {
  margin-top: 90px;
  display: inline-block;
  width: 100%;
}
.posts {
  max-width: 578px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  opacity: 0;
  top: 100px;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
}
.posts.show-post {
  opacity: 1;
  top: 0;
}
.post-item {
  display: block;
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.post-item span {
  font-size: 1.4rem;
  display: block;
}
.post-info {
  padding: 5px 25px 15px 25px;
}
.post-info h2 {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin-top: 5px;
}
.post-info h2 a {
  color: #000;
  text-decoration: none;
}
.post-info p {
  font-size: 1.8rem;
}
.posts.right {
  margin-top: 100px;
  float: right;
  top: 200px;
}
.posts.right.show-post {
  opacity: 1;
  top: 0;
}
.load-more {
  margin: 160px 0 0 0;
  text-align: center;
}
.more-btn a {
  font-size: 1.8rem;
  font-weight: 600;
  border: 2px solid #3271a7;
  padding: 25px 75px;
  color: #000;
  text-decoration: none;
}
.news_content {
  margin-top: 35px;
}
.custom_news_footer_row {
  margin-top: 30px;
}
.custom_news_footer_row .date {
  margin-top: 6px;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.share_the_post ul {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.share_the_post ul li {
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 2rem;
}
.share_the_post ul li + li {
  margin-left: 15px;
}
.share_the_post ul li a {
  color: #000;
  opacity: 1;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.share_the_post ul li a:hover {
  opacity: 0.6;
}
.beahost-page .static-page__top-photo {
  padding: 150px 80px 400px 80px;
}
.beahost-page .static-pages__top-photo__content {
  max-width: 1265px;
  margin: 0 auto;
}
.beahost-page .static-pages__top-photo__content .subtitle {
  margin-top: 35px;
}
.beahost-prof-managers {
  padding: 150px 0;
}
.beahost-prof-managers .static-page-container .add-your-space-btn {
  color: white;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 15px 30px;
  background-color: black;
  border-radius: 7px;
}
.beahost-prof-managers .static-page-container .add-your-space-btn:hover {
  color: white;
  text-decoration: none;
}
.beahost-global-potential {
  background: linear-gradient(90deg, #f8f5f2, #e6ece9);
}
.beahost-global-potential .title {
  font-size: 5rem;
  color: #000;
  text-align: right;
  padding-right: 150px;
  position: relative;
  top: -30px;
  font-weight: 600;
}
.beahost-global-potential-list {
  max-width: 1550px;
  margin: 0 auto;
  display: block;
  padding: 0 30px 150px 30px;
}
.beahost-global-potential-list .discover-reason-item {
  margin: 35px 25px;
  min-height: 155px;
}
.beahost-global-potential-list .discover-reason-item .item-number {
  bottom: 10px;
}
.beahost-howotworks-join .col-left,
.beahost-howotworks-join .col-right {
  width: 50%;
  display: inline-block;
  float: left;
}
.beahost-form {
  width: 100%;
  display: block;
  max-width: 1265px;
  padding: 0 15px 100px 15px;
  margin: -300px auto 0 auto;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 7px;
}
.beahost-form .title {
  font-size: 4rem;
  padding: 65px 0;
  text-align: center;
  font-weight: 400;
}
.beahost-form .beahost-form-inner {
  max-width: 1000px;
  padding: 0 10px 10px 0;
  margin: 0 auto;
}
.beahost-form .add-your-space-btn {
  color: white;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 15px 30px;
  background-color: black;
  border-radius: 7px;
}
.beahost-form .add-your-space-btn:hover {
  color: white;
  text-decoration: none;
}
.beahost-form .row-paragraph {
  text-align: center;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
.beahost-form input,
.beahost-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: none;
  width: 100%;
  display: block;
  min-height: 70px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  font-size: 2rem;
  color: #000;
  font-weight: 200;
}
.beahost-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.beahost-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.beahost-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.beahost-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.beahost-form .form-field-wrapper {
  position: relative;
}
.beahost-form .quantity input {
  font-size: 13rem;
  height: 100%;
  font-weight: 600;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.beahost-form .carret-down {
  right: 20px;
}
.beahost-form .ghost-button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}
.beahost-form .custom-row {
  margin-bottom: 55px;
}
.beahost-howotworks-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.beahost-howotworks-image .title {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 100%;
  text-align: left;
  font-size: 5rem;
  color: #000;
  font-weight: 600;
  z-index: 1;
  max-width: 1685px;
  padding: 0 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.beahost-howotworks-image .beahost-howotworks-join {
  max-width: 1685px;
  margin: 0 auto;
  padding: 0 40px;
}
.beahost-howotworks-image .col-left {
  background: linear-gradient(90deg, #fff 70%, transparent);
  padding: 50px 0 180px 0;
}
.beahost-howotworks-image .subtitle-big {
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 60px;
}
.beahost-howotworks-image ul {
  padding-left: 0;
}
.beahost-howotworks-image ul li {
  padding-left: 30px;
  position: relative;
  list-style: none;
  font-size: 2.4rem;
  margin-top: 40px;
  font-weight: 200;
}
.beahost-howotworks-image ul li strong {
  font-weight: 500;
}
.beahost-howotworks-image ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  position: absolute;
  left: 5px;
  top: 13px;
  border-radius: 50%;
}
.beahost-howotworks-image .ghost-buttons-list-full {
  margin-top: 20px;
}
.beahost-howotworks-image ul.ghost-buttons-list-full li {
  float: left;
  padding-left: 20px;
}
.beahost-howotworks-image ul.ghost-buttons-list-full li:before {
  width: 0;
  height: 0;
}
.beahost-more-than-property {
  padding-bottom: 200px;
}
.beahost-more-than-property .property-manager-action {
  max-width: 700px;
  text-align: justify;
}
.beahost-more-than-property .ghost-buttons-list-full {
  padding: 0;
  display: table;
  margin: 100px 0 0 0;
}
.beahost-more-than-property .ghost-buttons-list-full li {
  display: inline-block;
  float: left;
}
.beahost-more-than-property .ghost-buttons-list-full li + li {
  margin-left: 40px;
}
.beahost-more-than-property .property-manager-title {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
}
.beahost-more-than-property .property-manager-content {
  font-size: 2.2rem;
  font-weight: 200;
}
.beahost-more-than-property .item-title {
  font-size: 3rem;
  color: #000;
  font-weight: 500;
}
.beahost-more-than-property .item-content {
  font-size: 2rem;
  color: #000;
  font-weight: 200;
}
.beahost-more-than-property .static-page-content-item {
  margin-bottom: 30px;
}
.static-page-content-items {
  padding-left: 200px;
}
.beahost-page .ghost-button {
  font-size: 1.6rem;
}
.beahost-page .beahost-form {
  position: relative;
}
.beahost-page .beahost-form .title {
  font-size: 3.8rem;
  padding: 50px 0 65px 0;
}
.beahost-page .static-pages__top-photo__content {
  max-width: 735px;
  bottom: 380px;
  left: 320px;
}
.beahost-page .beahost-global-potential-list {
  margin: 100px auto 0 auto;
}
.beahost-page .discover-reason-item_right {
  max-width: 80%;
  float: right;
}
.beahost-page .custom_animate_it {
  position: relative;
  top: 30px;
  opacity: 0;
}
.beahost-page .custom_animate_it.animated {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .animate_button .ghost-button {
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .animate_button.animated .ghost-button {
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .animate_numbers .item-number {
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .animate_numbers.animated .col-sm-6:first-child .item-number {
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .animate_numbers.animated .col-sm-6:last-child .item-number {
  opacity: 1;
  -webkit-transition: 1s ease 0.8s;
  -moz-transition: 1s ease 0.8s;
  -o-transition: 1s ease 0.8s;
  transition: 1s ease 0.8s;
}
.beahost-page .beahost-howotworks-join > .col-left {
  position: relative;
  left: -30px;
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .beahost-howotworks-join.animated > .col-left {
  left: 0;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.beahost-page .beahost-more-than-property {
  position: relative;
  background: #fff;
  padding-bottom: 200px;
  padding-top: 150px;
}
.beahost-page .quantity-nav {
  right: 40px;
}
.calendar-rates-heading {
  display: table;
  margin: 0 auto;
}
.calendar-rates-heading .custom-col {
  display: inline-block;
  float: left;
  position: relative;
}
.calendar-rates-heading .custom-col.custom-month-selection {
  padding: 0 60px;
}
.calendar-rates-heading .custom-col.custom-month-selection select {
  text-align: center;
  border: 0;
  box-shadow: none;
}
.remainingC_add {
  position: absolute;
  top: -25px;
  right: 0;
}
.offers-page .static-pages__top-photo__content {
  max-width: 1220px;
  margin: 0 auto;
}
.offers-page .static-pages__top-photo__content.animated_1 {
  bottom: 40px;
}
.offers-page .static-pages__top-photo__content .subtitle {
  margin-top: 30px;
}
.offers-page .static-page__top-photo {
  min-height: 100%;
  padding: 150px 80px 150px 80px;
}
.offer-property-item__wrapper {
  position: relative;
}
.offer-property-item__wrapper:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.offer-property-item__wrapper .offer_image_bg {
  display: block;
  min-height: 390px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.offers-container {
  background: linear-gradient(90deg, #f8f5f2, #e6edea);
  padding: 0 50px 70px 50px;
}
.offers-container .row {
  margin-left: -25px;
  margin-right: -25px;
}
.offers-container .col-sm-4 {
  padding: 0 25px;
}
.sold-out-label {
  display: none;
}
.offer-property-item-sold-out .offer-property-item__wrapper {
  opacity: 0.5;
  text-align: center;
}
.offer-property-item-sold-out .sold-out-label {
  position: absolute;
  z-index: 2;
  font-family: 'Tinos', sans-serif;
  display: block;
  font-size: 3.6rem;
  width: 100%;
  opacity: 1 !important;
  text-align: center;
  margin: 0 auto;
  top: 200px;
}
.offer-property-item-sold-out .book-now-button.pseudo {
  background: #ccc !important;
}
.pop-up-message {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  top: 35%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.pop-up-message p {
  margin: 0;
  padding: 30px 0;
}
.offer-property-item {
  background: #fff;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.16);
  margin-top: 80px;
  position: relative;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
}
.offer-property-item:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
}
.offer-property-item .offer-property-item__title .title a {
  text-align: center;
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 2.4rem;
  text-decoration: none;
}
.offer-property-item .offer-property-item__title .title {
  margin: 0;
  display: block;
}
.offer-property-item .offer-property-item__title .subtitle {
  font-size: 2rem;
  text-align: center;
  font-weight: 200;
}
.offer-property-item .property-item__box__info__specifications {
  padding: 20px 15px;
}
.offer-property-item .property-item__box__info__specifications ul {
  display: table;
  width: auto;
}
.offer-property-item .property-item__box__info__specifications ul li + li {
  margin-left: 35px;
}
.offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__icon i {
  font-size: 2.2rem;
}
.offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__text {
  font-size: 2rem;
}
.offer-property-item .offer-property-item__title {
  display: inline-block;
  width: 100%;
  padding: 16px 0 5px 0;
  /*background: #f9f6f3;
    background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f9f6f3), color-stop(100%, #e4ebe8));
    background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
    background: -o-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
    background: -ms-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
    background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);*/
}
.offer-property-item .dates {
  display: inline-block;
  float: left;
  width: 60%;
}
.offer-property-item .dates .checkin-date,
.offer-property-item .dates .checkout-date {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.offer-property-item .dates .checkin-date:after {
  content: '';
  width: 25px;
  height: 40px;
  background: url(/img/travel/arrow.png);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -20px;
}
.offer-property-item .price {
  font-family: 'Tinos', sans-serif;
  display: inline-block;
  float: left;
  width: 40%;
  text-align: center;
  position: relative;
}
.offer-property-item .price p {
  display: inline-block;
  margin: 0;
}
.offer-property-item .price .original-price {
  font-size: 2.4rem;
  font-weight: 200;
  color: #000;
  position: relative;
}
.offer-property-item .price .original-price:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #cd5360;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.offer-property-item .price .offer-price {
  font-size: 3.6rem;
  color: #c5535e;
  font-weight: 400;
}
.offer-property-item .price:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0;
}
.offer-property-item .offer-property-item__rates,
.offer-property-item .offer-property-item__expiration,
.offer-property-item .offer-property-item__book {
  padding: 0 15px;
}
.offer-property-item .offer-property-item__book {
  padding-bottom: 15px;
  margin-top: 20px;
  /* width: 50%; */
  text-align: right;
  /* float: left; */
}
.offer-property-item .offer-property-item__book .book-now-button {
  /* background: #000;*/
  text-align: center;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 2.2rem;
  font-family: 'Tinos', sans-serif;
  display: inline-block;
  font-weight: 400;
  padding: 12px 40px;
  width: auto;
}
.offer-property-item .offer-property-item__book .book-now-button i {
  font-size: 1.6rem;
  top: 3px;
}
.offer-property-item .offer-property-item__book .book-now-button:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  background: #000;
}
.offer-property-item .offer-property-item__rates--wrapper {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0 15px 0;
}
.offer-property-item .checkin-date-day {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}
.offer-property-item .checkin-date-month {
  font-size: 1.6rem;
  margin: 0;
}
.offer-property-item .offer-property-item__expiration {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 200;
  color: #000;
  padding: 15px 15px;
  display: block;
  margin-top: 20px;
  float: left;
}
.offer-property-item .offer-property-item__expiration span {
  font-weight: 400;
}
.offer-property-item .property-carousel-info__title-address .address_city {
  margin-left: 5px;
}
.offer-property-item .property-carousel-info__title-address i {
  color: #cd5360;
}
.offer-property-item .offer-property-item__wrapper .save-property {
  right: 16px;
}
.offer-property-item .offer-property-item__wrapper .owl-lazy.property_image_background {
  opacity: 1;
  visibility: visible;
}
.offer-single-page .property {
  width: 100%;
}
.offer-single-page .offer-single-page-title {
  padding: 20px;
  text-align: center;
}
.offer-single-page .offer-single-page-title h1 {
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #fff;
  text-align: center;
}
.offer-single-page .offer-single-page-title h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin: 0;
}
.offer-single-page .property__booking-box__offer-title {
  background: black;
  margin: -20px;
  padding-bottom: 20px;
}
.offer-single-page .property__booking-box__offer-title .title {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin: 0;
}
.offer-single-page .property__booking-box__offer-title .subtitle {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: 200;
}
.offer-single-page .property__booking-box__offer-title .subtitle span {
  font-weight: 400;
}
.offer-single-page .property__booking-box__offer-dates {
  text-align: center;
  margin-top: 35px;
}
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates {
  margin-top: 10px;
}
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkin-date,
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkout-date {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkin-date .checkin-date-day,
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkout-date .checkin-date-day {
  font-size: 3rem;
  margin: 0;
}
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkin-date .checkin-date-month,
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkout-date .checkin-date-month {
  font-size: 1.3rem;
  margin: 0;
}
.offer-single-page .property__booking-box__offer-dates .offer-property-item__rates .checkin-date:after {
  content: '';
  width: 25px;
  height: 40px;
  background: url(/img/travel/arrow.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -20px;
}
.offer-single-page .property__booking-box__info__price {
  margin-bottom: 15px;
}
.offer-single-page .property__booking-box__info__price .price-box {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0 25px 0;
}
.offer-single-page .property__booking-box__info__price .price-box .single-offer-previous-price {
  font-size: 2.4rem;
  color: #929090;
  font-weight: 200;
  font-family: 'Tinos', serif;
  position: relative;
}
.offer-single-page .property__booking-box__info__price .price-box .single-offer-previous-price:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #cd5360;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.offer-single-page .property__booking-box__info__price .price-box .price-amount {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
.offer-single-page #single-offer-form #offer_guests {
  cursor: pointer;
  border-radius: 0;
  outline: none!important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  padding: 10px 0 10px 20px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #c9c9c9;
  position: relative;
  min-height: 55px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
}
.booking-checkout {
  margin-bottom: 40px;
  margin-top: 40px;
}
.booking-checkout .booking-checkout-steps > .title {
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #000000;
}
.booking-checkout .booking-checkout-steps > .subtitle {
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0 0 40px 0;
  color: #000000;
}
.booking-checkout .booking-checkout-steps > .subtitle span {
  font-weight: 400;
}
.booking-checkout .custom-container {
  max-width: 1680px;
  margin: 0 auto;
  display: block;
}
.booking-checkout .accordion-item__heading p {
  padding: 15px 30px;
}
.booking-checkout .accordion-item__heading a {
  padding: 0;
}
.booking-checkout .booking-checkout-form-wrapper {
  padding: 65px;
  border: 1px solid #ebebeb;
  margin-top: 5px;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 15px;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_facebook a {
  width: 100%;
  max-width: 300px;
  display: block;
  background: #4267b2;
  color: #fff;
  text-align: center;
  float: right;
  font-size: 1.8rem;
  font-weight: 200;
  padding: 20px 10px;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_facebook a strong {
  font-weight: 400;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px 10px;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in a {
  color: #3870a5;
  text-decoration: underline;
}
.booking-checkout .booking-checkout-form-wrapper .sign_choice_up {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.booking-checkout .booking-checkout-form-wrapper .or {
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  position: relative;
  margin: 35px 0 35px 0;
}
.booking-checkout .booking-checkout-form-wrapper .or span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.booking-checkout .booking-checkout-form-wrapper .or:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  display: block;
  position: absolute;
  top: 12px;
  z-index: 0;
}
.booking-checkout .booking-checkout-overview {
  padding-left: 30px;
}
.booking-checkout .booking-checkout-overview .toggle-details {
  display: none;
}
.booking-checkout .booking-checkout-overview .enquiry-details__box {
  padding: 10px 30px 30px 30px;
}
.booking-checkout .booking-checkout-overview-mobile {
  display: none;
}
.booking-checkout .property-cancellation-policy .title {
  margin-bottom: 10px;
  color: #000000;
}
.booking-checkout .property-check-policy {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.booking-checkout .discount-holder p {
  font-size: 1.6rem;
  color: #4076a9;
  font-weight: 400;
}
.booking-checkout .discount-holder p span {
  color: #000;
  font-weight: 400;
}
.booking-checkout .property-contact-button {
  text-align: center;
  margin: 20px 0px 20px 0px;
  display: block;
}
.booking-checkout .property-contact-button .bordered-btn-hover.left-hover.left-hover--dark {
  padding: 15px 15px;
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.booking-checkout .property-contact-button .bordered-btn-hover.left-hover.left-hover--dark + .bordered-btn-hover.left-hover.left-hover--dark {
  margin-top: 10px;
}
.booking-checkout .property-contact-button h3 {
  margin-bottom: 5px;
}
.booking-checkout .property-contact-button h3:after {
  content: "";
  width: 50px;
  background-color: #d7d7d7;
  height: 0px;
  display: block;
  text-align: center;
  margin: 0px auto 0;
}
.booking-checkout .input-field-wrapper input,
.booking-checkout .input-field-wrapper select {
  min-height: 55px;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.booking-checkout .custom-select {
  position: relative;
}
.booking-checkout .next {
  margin: 50px 0;
  text-align: center;
}
.booking-checkout .next a.bordered-btn-hover {
  padding: 15px 60px;
  font-size: 1.8rem;
  font-weight: 600;
}
.booking-checkout .security_gurantee {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.booking-checkout .security_gurantee .title {
  font-weight: 400;
  font-size: 1.8rem;
}
.booking-checkout .security_gurantee i {
  color: #d25e61;
}
.booking-checkout .card-method {
  padding: 40px 0;
}
.booking-checkout .card-method .title {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 35px;
  color: #000000;
}
.booking-checkout .card-method .title i {
  font-size: 4rem;
}
.booking-checkout .card-method .title span {
  position: relative;
  top: -10px;
  margin-left: 10px;
}
.booking-checkout .text-paypal {
  font-size: 1.8rem;
  font-weight: 200;
  padding: 20px 20px 0 20px;
}
.booking-checkout .separator {
  padding: 35px 25px 35px 25px;
  font-size: 1.8rem;
}
.booking-checkout .separator span {
  background: #f5f5f5;
  height: 50px;
  width: 50px;
  display: block;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
}
.booking-checkout .book_form_payment_method_inactive {
  border-color: #d6d6d6;
}
.booking-checkout .book-instructions {
  margin-bottom: 70px;
}
.booking-checkout .book-instructions p {
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
}
.booking-checkout .accept-terms {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 200;
  padding-top: 10px;
}
.booking-checkout .accept-terms .simple-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.booking-checkout .accept-terms a {
  text-decoration: underline;
}
.booking-checkout .accept-newsletter {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 10px;
}
.booking-checkout .accept-newsletter .simple-checkbox {
  display: inline-block;
  margin-right: 5px;
}
.booking-checkout .accept-newsletter a {
  text-decoration: underline;
}
.booking-checkout .phone_prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  font-weight: 200;
  padding-top: 15px;
}
.booking-checkout .phone_prefix:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 14px;
}
.booking-checkout #phone {
  width: 100%;
  padding-left: 100px;
}
.booking-checkout .custom-select span.carret-down {
  right: 15px;
}
.due-total {
  font-size: 2.2rem !important;
}
.total-price {
  display: inline-block !important;
  font-size: 2.6rem;
}
.split_Payment_Details {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 0px 0 20px 0;
  margin-top: 10px;
}
.split_Payment_Details h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 2.2rem;
}
.discounted-price {
  font-weight: 200;
  font-size: 1.8rem;
  margin-right: 4px;
  position: relative;
  display: inline-block;
}
.discounted-price:before {
  border-bottom: 2px solid #cd5360;
  position: absolute;
  content: "";
  width: 100%;
  transform: rotate(160deg);
  bottom: 10px;
}
.book_form_payment_method {
  position: relative;
}
.book_form_payment_method:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
}
.book_form_payment_method.book_form_payment_method_inactive {
  opacity: 0.5;
}
.book_form_payment_method.book_form_payment_method_inactive:after {
  opacity: 1;
  visibility: visible;
}
.stripe_book {
  max-width: 465px;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 5px 0 13px rgba(0, 0, 0, 0.36);
  position: relative;
}
.stripe_card #card-element .row {
  margin-top: 15px;
}
.stripe_card .card_icons {
  display: inline-block;
  width: 80px;
  float: left;
  min-height: 1px;
  background: #f5f5f5;
  padding: 25px 0;
  border-radius: 20px 0 0 20px;
}
.stripe_card .card_icons ul {
  padding: 0;
}
.stripe_card .card_icons ul li {
  list-style: none;
}
.stripe_card .card_icons ul li + li {
  margin-top: 15px;
}
.stripe_card .card_icons ul li span {
  width: 35px;
  display: block;
  margin: 0 auto;
}
.stripe_card .card_icons .cards-list {
  padding-left: 0;
  display: table;
  margin: 0 auto;
}
.stripe_card .card_icons .cards-list .jcb .st0 {
  fill: #0075BD;
}
.stripe_card .card_icons .cards-list .jcb .st1 {
  fill: #005799;
}
.stripe_card .card_icons .cards-list .jcb .st2 {
  fill: #0B385C;
}
.stripe_card .card_icons .cards-list .jcb .st3 {
  fill: #006841;
}
.stripe_card .card_icons .cards-list .jcb .st4 {
  fill: #00A651;
}
.stripe_card .card_icons .cards-list .jcb .st5 {
  fill: #009B4E;
}
.stripe_card .card_icons .cards-list .jcb .st6 {
  fill: #EE253F;
}
.stripe_card .card_icons .cards-list .jcb .st7 {
  fill: #D31F35;
}
.stripe_card .card_icons .cards-list .jcb .st8 {
  fill: #86171C;
}
.stripe_card .card_icons .cards-list .visa_electron .st0 {
  fill: #3A5CAA;
}
.stripe_card .card_icons .cards-list .visa_electron .st1 {
  fill: #283A88;
}
.stripe_card .card_icons .cards-list .visa_electron .st2 {
  fill: #101542;
}
.stripe_card .card_icons .cards-list .visa_electron .st3 {
  fill: #F89721;
}
.stripe_card .card_icons .cards-list .american_express .st0 {
  clip-path: url(#SVGID_2_);
  fill: #00ACEC;
}
.stripe_card .card_icons .cards-list .master .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FCB331;
}
.stripe_card .card_icons .cards-list .master .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ED1C2E;
}
.stripe_card .card_icons .cards-list .master .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.stripe_card .card_icons .cards-list .master .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.216;
  stroke-miterlimit: 2.6131;
}
.stripe_card .card_icons .cards-list .visa .st0 {
  fill: #3A5CAA;
}
.stripe_card .card_icons .cards-list .visa .st1 {
  fill: #283A88;
}
.stripe_card .card_icons .cards-list .visa .st2 {
  fill: #FDB913;
}
.stripe_card .card_icons .cards-list .visa .st3 {
  fill: #F89721;
}
.stripe_card .card_icons .cards-list .visa .st4 {
  fill: #F47D20;
}
.stripe_card .card_icons .cards-list .visa .st5 {
  fill: #101542;
}
.stripe_card .card_icons .cards-list .maestro .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FCB331;
}
.stripe_card .card_icons .cards-list .maestro .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ED1C2E;
}
.stripe_card .card_icons .cards-list .maestro .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.stripe_card .card_icons .cards-list .maestro .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.216;
  stroke-miterlimit: 2.6131;
}
.stripe_card .card_icons .cards-list .maestro .st0 {
  fill: #009EDF;
}
.stripe_card .card_icons .cards-list .maestro .st1 {
  fill: #EE2F3C;
}
.stripe_card .card_icons .cards-list .maestro .st2 {
  fill: #FFFFFF;
}
.stripe_card .stripe_inputs {
  display: inline-block;
  float: left;
  width: calc(100% - 80px);
  padding: 30px;
}
.stripe_card .stripe_inputs .stripe_inputs-title h3 {
  font-size: 2.4rem;
  color: #000;
  margin: 0;
  text-align: left;
}
.stripe_card .stripe_inputs label {
  font-size: 1.6rem;
  font-weight: 200;
  color: #000;
  text-align: left;
  display: block;
}
.paypal_button {
  max-width: 465px;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 5px 0 13px rgba(0, 0, 0, 0.36);
  border: 1px solid #dfdfdf;
  padding: 70px 90px;
}
.StripeElement {
  background-color: white;
  height: 47px;
  padding: 14px 12px;
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: none;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.apply_coupon-wrapper {
  margin: 15px 0;
}
.apply_coupon-wrapper .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.apply_coupon-wrapper #voucher_input {
  min-height: 50px;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.apply_coupon-wrapper #apply_voucher {
  height: 50px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  box-shadow: none;
  min-width: 100px;
  margin-left: 30px;
}
.apply_coupon-wrapper .accordion-item-plain .accordion-item-plain__heading a {
  padding: 0;
}
.apply_coupon-wrapper #coupon_accordion {
  padding-top: 25px;
}
.contact-phone,
.contact-email {
  font-size: 1.8rem;
}
.icon-travel_phone {
  padding-right: 10px;
}
.icon-travel_mail2 {
  padding-right: 10px;
  position: relative;
  top: 3px;
}
.success-page {
  margin-bottom: 100px;
}
.success-header svg {
  width: 40px;
  margin: -6px auto 0;
  vertical-align: middle;
}
.next-steps {
  background: linear-gradient(45deg, #f8f5f2, #e5ece9);
  padding: 20px 0;
}
.next-steps p {
  font-size: 1.8rem;
  font-weight: 200;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.payment_options label {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
  padding: 0px 10px;
}
.payment_options label i:first-of-type {
  font-size: 3rem;
  padding-top: 20px;
  position: relative;
  display: block;
}
.payment_options label .tooltip {
  white-space: normal;
}
.payment_options .payment-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment_options .payment-methods:after {
  content: "";
  clear: both;
}
.payment_options .payment-method {
  box-sizing: border-box;
  float: left;
  height: 100px;
  position: relative;
}
.payment_options .payment-method label {
  background: #fff no-repeat center center;
  bottom: 1px;
  cursor: pointer;
  display: block;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  white-space: nowrap;
  border: 1px solid #ccc;
  margin: 0 10px;
}
.payment_options .payment-methods input:focus + label {
  outline: 2px dotted #21b4d0;
}
.payment_options .payment-methods input:checked + label {
  outline: 0px solid #000;
  border: 0;
  background: linear-gradient(90deg, #f8f5f2, #e5ece9);
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.payment_options .payment-methods input:checked + label:after {
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}
@-moz-document url-prefix() {
  .payment_options .payment-methods input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #21b4d0;
  }
}
.explanation-text {
  display: inline-block;
  font-weight: 200;
}
#installments-container {
  margin-top: 20px;
}
.star .st0 {
  stroke-width: 1.4;
  stroke-miterlimit: 10;
}
.star,
.star svg {
  width: 28px;
}
.star {
  cursor: pointer;
  display: inline-block;
}
.star + .star {
  margin-left: 5px;
}
.star .st0,
.star-system:not(.vote-cast):hover .star:hover ~ .star .st0,
.star-system.vote-cast .star.selected ~ .star .st0 {
  /* normal state */
  fill: none;
  stroke: #b3b3b3;
}
.star-system:hover .star .st0,
.star-system.vote-cast .star .st0 {
  /* highlighted state */
  fill: #eb5162;
  stroke: #eb5162;
}
.rating-page-holder .rating-page-title h1 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #000;
  margin: 15px 0 50px 0;
}
.rating-page-holder .rating-page-title h1 .city {
  color: #cd5360;
}
.rating-page-holder .rating-head-box > div {
  display: inline-block;
  float: left;
}
.rating-page-holder .rating-head-box .photo {
  width: 45%;
}
.rating-page-holder .rating-head-box .text {
  width: 55%;
  padding: 30px 25px 15px 25px;
}
.rating-page-holder .rating-box-wrapper {
  border: 1px solid #f0f0f0;
  padding: 80px 20px;
}
.rating-page-holder .rating-box-content {
  display: flex;
  flex-direction: row;
}
.rating-page-holder .rating-box-content .rating-form {
  flex-basis: 50%;
  position: relative;
}
.rating-page-holder .rating-box-content .rating-form.rating-the-property {
  padding-right: 20px;
}
.rating-page-holder .rating-box-content .rating-form.rating-the-host {
  margin-left: 20px;
}
.rating-page-holder .rating-box-content .rating-form.rating-the-host .rating-comment {
  margin-top: -5px;
}
.rating-page-holder .rating-box-content .rating-form.rating-the-host .rating-head-box .text {
  padding: 30px 25px 15px 25px;
}
.rating-page-holder .rating-box-content .rating-form.rating-the-property:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ebebeb;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.rating-page-holder .overall-review {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 200;
}
.rating-page-holder .rating-head-box {
  background: linear-gradient(45deg, #f8f5f2, #e6ece9);
}
.rating-page-holder .rating-head-box .text .title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.rating-page-holder .rating-head-box .text .name {
  font-size: 1.8rem;
  font-weight: 200;
}
.rating-page-holder .rating-stars-input {
  margin-top: 20px;
}
.rating-page-holder .rating-stars-input label {
  font-size: 2.2rem;
  font-weight: 200;
  color: #000;
}
.rating-page-holder .star-system {
  margin: 15px 0 10px 0;
}
.rating-page-holder .rating-stars {
  margin-bottom: 30px;
  /*min-height: 470px;*/
  margin-top: 80px;
}
.rating-page-holder .rating-comment textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b1b1b;
  font-size: 1.8rem;
}
.rating-page-holder .rating-comment textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b1b1b;
  font-size: 1.8rem;
}
.rating-page-holder .rating-comment textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1b1b1b;
  font-size: 1.8rem;
}
.rating-page-holder .rating-comment textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1b1b1b;
  font-size: 1.8rem;
}
.rating-page-holder .rating-comment textarea {
  min-height: 150px;
  display: block;
  width: 100%;
  max-width: 490px;
  font-size: 2.2rem;
  font-weight: 200;
  color: #1b1b1b;
  padding: 10px 0 0 20px;
  outline: none;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 0!important;
}
.rating-page-holder .rating-comment label {
  font-size: 2.2rem;
  font-weight: 200;
  color: #000;
  margin-bottom: 25px;
}
.rating-page-holder .submit-form-button {
  text-align: center;
  margin: 100px 0 0 0;
}
.rating-page-holder .submit-form-button .bordered-btn-hover {
  font-size: 1.6rem;
  padding: 20px 60px;
}
#scoreProperty,
#scoreHost,
#overallScore {
  font-weight: 400;
}
.account-rating-box-wrapper {
  border: 1px solid #f0f0f0;
  padding: 25px 0;
}
.account-rating-box-wrapper .account-rating-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.account-rating-box-wrapper .account-rating-box + .account-rating-box {
  margin-top: 55px;
}
.account-rating-box-wrapper .account-rating-box .account-rating-box_rate {
  flex-basis: 27%;
  padding-top: 75px;
  border-right: 1px solid #f0f0f0;
  padding-bottom: 35px;
}
.account-rating-box-wrapper .account-rating-box .account-rating-box_rate p {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
  margin: 20px 0 0 0;
}
.account-rating-box-wrapper .account-rating-box .account-rating-box_text {
  flex-basis: 73%;
  padding: 0 80px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.8;
}
.account-rating-box-wrapper .rating-comfort-level .image-rating-wrapper .image-rating-number {
  color: #000;
}
.account-rating-box-wrapper .rating-comfort-level .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar {
  stroke: #cd5360;
}
.account-rating-box-wrapper .rating-reviews .image-rating-wrapper .image-rating-number {
  color: #000;
}
.account-rating-box-wrapper .rating-reviews .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar {
  stroke: #cd5360;
}
.account-rating-box-wrapper .rating-acceptance-rate .image-rating-wrapper .image-rating-number {
  color: #000;
}
.account-rating-box-wrapper .rating-acceptance-rate .image-rating-wrapper .review_pie_wrapper .review_pie circle.bar {
  stroke: #cd5360;
}
.account-rating-box-colored {
  background: linear-gradient(90deg, #f8f5f2, #e5ece9);
  padding: 35px 0;
}
.account-rating-box-colored .account-rating-box {
  display: inline-block;
  width: 100%;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate {
  display: inline-block;
  width: 27%;
  float: left;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .text {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .text p:not(.subtitle) {
  margin-bottom: 0;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .text .subtitle {
  color: #000;
  font-weight: 400;
  margin: 0;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .image-rating-wrapper {
  margin-bottom: 20px;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .image-rating-wrapper .review_pie_wrapper {
  width: 130px;
  height: 130px;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate .image-rating-wrapper .review_pie_wrapper .review_pie {
  width: 130px;
  height: 130px;
}
.account-rating-box-colored .account-rating-box .account-rating-box_text {
  display: inline-block;
  width: 73%;
  float: left;
  padding: 45px 25px 10px 45px;
}
.account-rating-box-colored .account-rating-box .account-rating-box_text .title {
  font-size: 3rem;
  font-weight: 200;
}
.account-rating-box-colored .account-rating-box .account-rating-box_text .title strong {
  font-weight: 400;
}
.account-rating-box-colored .account-rating-box .account-rating-box_text .subtitle {
  font-size: 2.2rem;
  color: #cd5360;
  font-weight: 200;
}
.account-rating-box-colored .account-rating-box .account-rating-box_text a.btn.bordered-btn-hover {
  float: right;
  position: relative;
  top: 25px;
  display: block;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate {
  position: relative;
}
.account-rating-box-colored .account-rating-box .account-rating-box_rate:after {
  content: '';
  width: 1px;
  display: block;
  height: 80%;
  background: #e6e6e6;
  position: absolute;
  top: 10%;
  right: 2px;
}
.contact-hero {
  position: relative;
  width: 100%;
  min-height: 725px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -93px;
}
.contact-hero:after {
  content: '';
  width: 100%;
  height: 400px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-hero-text {
  position: absolute;
  left: 100px;
  bottom: 80px;
  z-index: 1;
}
.contact-hero-text h1 {
  font-size: 6rem;
  font-weight: 400;
  color: #fff;
}
.contact-hero-text p {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 200;
  color: #fff;
}
.contact-hero-text a {
  color: #fff;
  text-decoration: underline;
}
.contact-wrapper {
  margin: 80px 0;
  padding: 0 85px 130px;
}
.contact-wrapper h2 {
  letter-spacing: 0.025em;
  color: #000;
}
.contact-wrapper p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  max-width: 765px;
}
.contact-wrapper p a {
  color: #3870a5;
  font-weight: 400;
}
form.contact {
  max-width: 765px;
  width: 100%;
  margin-top: 40px;
}
form.contact .form-control {
  padding-left: 20px;
}
form.contact input,
form.contact select {
  min-height: 58px;
}
form.contact input,
form.contact select,
form.contact textarea {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
}
form.contact input::placeholder,
form.contact select::placeholder,
form.contact textarea::placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #9a9a9a;
  opacity: 1;
}
form.contact input:-ms-input-placeholder,
form.contact select:-ms-input-placeholder,
form.contact textarea:-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #9a9a9a;
}
form.contact input::-ms-input-placeholder,
form.contact select::-ms-input-placeholder,
form.contact textarea::-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #9a9a9a;
}
form.contact .textarea-wrapper {
  position: relative;
}
form.contact .textarea-wrapper textarea {
  resize: vertical;
}
form.contact .textarea-wrapper:after {
  content: "";
  display: block;
  pointer-events: none;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/pages/contact/textarea-drag.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
form.contact .tel-number-row {
  display: block;
}
form.contact .tel-number-row .telCodeId {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
form.contact .tel-number-row .telCodeNumber {
  width: 100%;
  position: relative;
}
form.contact .tel-number-row .telCodeNumber input {
  width: 100%;
  padding-left: 100px;
}
form.contact .tel-number-row .telCodeNumber .tel_show_code {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  font-weight: 200;
  padding-top: 15px;
}
form.contact .tel-number-row .telCodeNumber .tel_show_code:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 14px;
}
.telCodeId select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 45px;
}
form.contact .telCodeId,
form.contact .choice-enquiry {
  position: relative;
}
form.contact .telCodeId:after,
form.contact .choice-enquiry:after {
  content: '';
  width: 15px;
  height: 10px;
  background-image: url(/img/travel/carret-down.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}
form.contact .choice-enquiry select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.contact textarea.form-control {
  padding-top: 15px;
}
form.contact .submit-area-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form.contact .phone-or-email {
  padding-top: 10px;
  padding-left: 7px;
}
form.contact .phone-or-email p {
  font-weight: 400;
}
form.contact .phone-or-email input[type='radio'] {
  display: none;
}
form.contact .phone-or-email label {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 300;
  padding: 0 20px 0 10px;
}
form.contact .phone-or-email label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
}
form.contact .phone-or-email label input[type='radio']:checked + span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 10px;
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 6px;
}
form.contact .submit-area-row button {
  max-width: 167px;
  width: 100%;
  min-height: 58px;
  border: 2px solid #000;
  font-size: 1.8rem;
  font-weight: 600;
  align-self: flex-end;
}
.contact-tabs {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}
.contact-tabs .nav-tabs {
  margin-top: 38px;
  border-bottom: none;
}
.contact-tabs .nav-tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  position: relative;
  top: -1px;
  z-index: -9;
}
.contact-tabs .nav-tabs > li {
  width: 20%;
  text-align: center;
}
.contact-tabs .nav-tabs > li:first-child {
  text-align: left;
}
.contact-tabs .nav-tabs > li:first-child a {
  padding-left: 0;
}
.contact-tabs .nav-tabs > li:last-child {
  text-align: right;
}
.contact-tabs .nav-tabs > li:last-child a {
  padding-right: 0;
}
.contact-tabs .nav-tabs > li a {
  color: #000;
  font-size: 1.8rem;
  line-height: 2rem;
  border: none;
  border-bottom: 4px solid transparent;
}
.contact-tabs .nav-tabs > li a > span {
  padding: 0 10px;
}
.contact-tabs .nav-tabs > li a:focus,
.contact-tabs .nav-tabs > li a:hover {
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  color: #000;
  padding-bottom: 30px;
}
.contact-tabs .nav-tabs > li.active > a {
  border: none;
  border-bottom: 4px solid transparent;
  padding-bottom: 30px;
  position: relative;
  background: transparent;
}
.contact-tabs .nav-tabs > li.active > a > span {
  position: relative;
}
.contact-tabs .nav-tabs > li.active > a > span:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -33px;
  left: 0;
  background: #3870a5;
}
.contact-tabs .contact_tabs_top {
  margin-top: 30px;
}
.contact-tabs .contact_tabs_top > p {
  margin-bottom: 30px;
}
.contact-tabs .tab-content-phone {
  font-size: 1.8rem;
  display: block;
}
.contact-tabs .phone-numbers {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
}
.contact-tabs .phone-numbers + .tab-content-email {
  margin-top: 30px;
}
.contact-tabs .phone-numbers li {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-tabs .phone-numbers li span {
  display: inline-block;
  width: 90px;
}
.contact-tabs .tab-content-email {
  font-size: 1.8rem;
  display: block;
}
.contact-tabs .tab-content-email + a {
  font-size: 1.8rem;
  display: block;
  margin-top: 20px;
  color: #0072a8;
  font-weight: 400;
}
.contact-tabs .tab-content .icon-travel_phone,
.contact-tabs .tab-content .icon-travel_mail2 {
  font-size: 2.2rem;
  padding-right: 10px;
}
.contact-tabs .tab-content .icon-travel_mail2 {
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .contact-tabs .panel-heading {
    display: none;
  }
  .contact-tabs .panel {
    border: none;
    box-shadow: none;
  }
  .contact-tabs .panel-collapse {
    height: auto;
  }
  .contact-tabs .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-tabs .contact_tabs_top {
    margin-top: 0;
  }
  .contact-tabs .tab-content .tab-pane {
    display: block;
  }
  .contact-tabs .nav-tabs {
    display: none;
  }
  .contact-tabs .panel-title a {
    display: block;
  }
  .contact-tabs .panel {
    margin: 0 0 5px 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .contact-tabs .panel-default > .panel-heading {
    background: transparent;
    border: 0;
    padding: 10px 0;
  }
  .contact-tabs .panel.panel-default .panel-title {
    font-size: 2.2rem;
  }
  .contact-tabs .panel.panel-default .panel-title a {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    text-decoration: none!important;
  }
  .contact-tabs .panel.panel-default .panel-title a:after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background: #3870a5;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
.static-page__top-photo.affiliates-header-photo {
  padding: 120px 100px 35px;
}
.static-pages__top-photo__content__affiliates {
  max-width: 880px;
}
.affiliates-hero {
  margin-top: 90px;
}
.affiliates-hero h1 {
  font-size: 6rem;
  font-weight: 600;
  color: #fff;
}
.affiliates-hero p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: justify;
  margin-top: 80px;
  padding-bottom: 220px;
}
.affiliates-hero p strong {
  font-weight: 600;
}
.affiliates-benefits-row {
  background: #f9f6f3;
  background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);
}
.affiliates-benefits-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 190px 0 120px;
}
.affiliates-benefits-left h2 {
  font-size: 6rem;
  font-weight: 600;
  color: #000;
}
.affiliates-benefits-left p {
  font-size: 3.6rem;
  margin-top: 130px;
}
.affiliates-benefits-right {
  padding-left: 30px;
}
.affiliates-benefits-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.affiliates-benefits-right ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.affiliates-benefits-right ul li span.icon {
  display: inline-block;
  float: left;
  width: 10%;
}
.affiliates-benefits-right ul li span.icon i {
  font-size: 3.6rem;
}
.affiliates-benefits-right ul li span.text {
  width: 90%;
  display: inline-block;
  float: left;
  font-size: 3rem;
  color: #000;
  font-weight: 300;
}
.affiliates-benefits-right .large-screen-only {
  display: block;
}
.affiliates-joinus-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 160px;
}
.affiliates-joinus-form {
  max-width: 790px;
  width: 100%;
}
.affiliates-joinus-form .form-group.has-error .help-block p {
  margin: 0!important;
  font-size: 1.4rem;
}
.affiliates-joinus-form h3 {
  font-size: 6rem;
  font-weight: 600;
}
.affiliates-joinus-form p {
  font-size: 2.4rem;
  margin-top: 100px;
}
.affiliates-joinus-form .row .col-sm-12 {
  margin-bottom: 30px;
}
.affiliates-joinus-form input[type="text"],
.affiliates-joinus-form input[type="email"],
.affiliates-joinus-form textarea {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  border: 1px solid #000;
  min-height: 60px;
  margin-bottom: 40px;
}
.affiliates-joinus-form input[type="text"]::-webkit-input-placeholder,
.affiliates-joinus-form input[type="email"]::-webkit-input-placeholder,
.affiliates-joinus-form textarea::-webkit-input-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.affiliates-joinus-form input[type="text"]::-moz-placeholder,
.affiliates-joinus-form input[type="email"]::-moz-placeholder,
.affiliates-joinus-form textarea::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.affiliates-joinus-form input[type="text"]:-ms-input-placeholder,
.affiliates-joinus-form input[type="email"]:-ms-input-placeholder,
.affiliates-joinus-form textarea:-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.affiliates-joinus-form input[type="text"]:-moz-placeholder,
.affiliates-joinus-form input[type="email"]:-moz-placeholder,
.affiliates-joinus-form textarea:-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.affiliates-joinus-form textarea {
  margin-top: 5px;
  border: 1px solid #000;
}
.affiliates-joinus-form button {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
  max-width: 210px;
  width: 100%;
  padding: 15px 0;
  border: 2px solid #000;
}
.affiliates-joinus-form button:hover {
  border: 2px solid transparent;
  background: #000;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.affiliates-joinus-image img {
  float: right;
}
.static-page-container--affiliates .discover-reasons {
  padding: 0;
  background: 0;
}
.static-page-container--affiliates .discover-behosted {
  background: #f9f6f3;
  background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);
  padding: 100px 0;
}
.static-page-container--affiliates .discover-behosted .static-page-content.discover_animate_it .title {
  padding-left: 0;
}
.static-page-container--affiliates .discover-behosted .row .col-sm-6 .static-page-content:not(.discover_animate_it) {
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: opacity 1s ease, top 1s ease;
  -moz-transition: opacity 1s ease, top 1s ease;
  -o-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}
.static-page-container--affiliates .discover-behosted.animated .row .col-sm-6 .static-page-content {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1s ease, top 1s ease;
  -moz-transition: opacity 1s ease, top 1s ease;
  -o-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}
.billing-container {
  border-top: 1px solid #f0f0f0;
}
.billing-container .countdown-timer {
  color: #c5535f;
  font-size: x-large;
}
.billing-container-wrapper {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto 320px;
}
.billing-header-title {
  color: #000;
  margin: 70px 0 20px;
}
.billing-header-title span {
  color: #000;
}
.proceed_payment {
  margin-top: 30px;
  font-size: 2.2rem;
  text-align: left;
}
.proceed_payment .title {
  font-size: 1.8rem;
  font-weight: 200;
}
.proceed_payment i {
  font-size: 1.8rem;
  display: inline-block;
  transform: rotate(90deg);
}
.proceed_payment .icon-travel_incomplete_listing {
  color: #cd5360;
  transform: rotate(0deg);
}
.proceed_payment a:hover,
.proceed_payment a:focus {
  text-decoration: none;
  color: #000;
}
.timer-actions {
  margin-top: 20px;
}
.timer-actions .col-md-12 {
  margin-bottom: 20px;
}
ul.expires {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0px;
}
ul.expires li {
  float: left;
  display: inline-block;
  padding: 0 15px 0 10px !important;
  text-align: center;
}
ul.expires span {
  display: block;
}
ul.expires .countdown-title {
  padding: 15px 0;
  font-weight: 600;
}
.billing-reservation-code {
  font-size: 2.4rem;
  font-weight: 300;
}
.billing-reservation-cancellation-time {
  font-size: 1.8rem;
  font-weight: 200;
}
.billing-reservation-print-share {
  text-align: right;
}
.billing-reservation-print-share a {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.billing-reservation-print-share a i {
  font-size: 3rem;
  padding-right: 10px;
}
.billing-reservation-print-share a:hover {
  text-decoration: none;
}
.billing-reservation-print-share .share_icons {
  display: inline-block;
}
.billing-reservation-print-share .share_the_post {
  position: absolute;
  right: 18px;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.billing-reservation-print-share .share_the_post i {
  font-size: 1.8rem;
  padding-right: 0;
}
.billing-container-left {
  width: 80%;
  float: left;
  padding-right: 25px;
}
.billing-container-left .action-buttons {
  display: inline-block;
  width: 100%;
  max-width: 264px;
}
.billing-container-left .action-buttons button.available.accept.updates_buttons {
  background: #3271a7;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 10px;
  width: 100%;
  max-width: 125px;
}
.billing-container-left .action-buttons button.unavailable.cancel.updates_buttons {
  color: #939393;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #939393;
  width: 100%;
  max-width: 125px;
}
.billing-container-left .action-buttons button.unavailable.cancel.updates_buttons:hover {
  background: #939393;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.billing-booking-details-cancellation-policy button.unavailable.cancel.updates_buttons {
  margin-top: 0;
  max-width: 160px !important;
}
.billing-container-right {
  width: 20%;
  float: left;
}
.billing-need-help {
  border: 1px solid #f0f0f0;
  border-top: none;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.billing-need-help h3 {
  margin-top: 50px;
  font-weight: 300;
}
.billing-need-help ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.billing-need-help ul li {
  margin-bottom: 25px;
}
.billing-need-help ul li:last-child {
  margin-bottom: 60px;
}
.billing-need-help ul li:first-child {
  margin-top: 30px;
}
.billing-need-help ul li a {
  max-width: 190px;
  width: 100%;
  border: 1px solid #000;
  font-weight: 600;
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.billing-booking-details-container {
  margin-top: 20px;
}
.billing-booking-details-container.details {
  margin-top: 40px;
}
.billing-booking-details-section-title {
  max-width: 1215px;
  width: 100%;
  background: #f9f6f3;
  background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
  background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);
}
.billing-booking-details-section-title h2 {
  font-size: 2.6rem;
  font-weight: 300;
  padding: 15px 30px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
}
.billing-booking-details {
  border: 1px solid #f0f0f0;
  padding: 10px 10px 10px 10px;
}
.billing-booking-details .col-40 {
  width: 40%;
  float: left;
}
.billing-booking-details .col-60 {
  width: 60%;
  float: left;
}
.billing-booking-details-carousel {
  max-height: 225px;
  padding-right: 20px;
}
.billing-booking-details-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 15px;
  z-index: 999;
}
.billing-booking-details-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  padding: 15px;
  z-index: 999;
}
.billing-booking-details-carousel:hover .owl-nav .owl-prev {
  left: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.billing-booking-details-carousel:hover .owl-nav .owl-prev img {
  width: 24px;
}
.billing-booking-details-carousel:hover .owl-nav .owl-next {
  right: 20px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.billing-booking-details-carousel:hover .owl-nav .owl-next img {
  width: 24px;
}
.billing-booking-details-carousel .owl-nav .owl-prev img {
  position: relative;
  top: 50%;
  margin-top: -21px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}
.billing-booking-details-carousel .owl-nav .owl-next img {
  position: relative;
  top: 50%;
  margin-top: -21px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}
.billing_booking-details-photo {
  display: inline-block;
  padding-bottom: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.billing-booking-details-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}
.billing-booking-details-carousel .item {
  max-height: 220px;
}
.billing-booking-details-title h3 {
  margin-top: 25px;
}
.billing-booking-details-title h3 a {
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
.billing-booking-details-title h3:hover {
  text-decoration: none;
}
.billing-booking-details-title p {
  font-size: 2rem;
  font-weight: 300;
  display: inline-block;
  padding-right: 10px;
}
.billing-booking-details-title .view-directions {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}
.billing-booking-details-title .view-directions:hover {
  text-decoration: underline;
}
.billing-booking-dates-price {
  margin-top: 10px;
}
.billing-booking-dates-price .dates-price-overview--table .title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.billing-booking-dates-price .dates-price-overview--table .subtitle {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.billing-booking-dates-price .dates-price-overview--table .dates_col.spacer {
  height: 50px;
}
.billing-booking-dates-price .dates-price-overview--table .dates_col {
  padding: 0 20px;
}
.billing-booking-dates-price .dates-price-overview--table .dates_col.arrow {
  padding: 0 40px;
}
.billing-booking-dates-price .dates-price-overview--table .dates_col.spacer {
  padding: 0 40px;
}
.billing-booking-dates-price .dates-price-overview--table .dates_col:first-child {
  padding: 0 20px 0 0;
}
.billing-booking-checkin-checkout-policies {
  margin-top: 20px;
  padding-bottom: 15px;
}
.billing-booking-checkin-checkout-policies span {
  font-size: 1.6rem;
  font-weight: 400;
}
.billing-booking-checkin-checkout-policies span span {
  font-weight: 600;
}
.billing-booking-amenities {
  margin: 20px 0;
}
.billing-booking-amenities ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.billing-booking-amenities ul li {
  display: inline-block;
  float: left;
}
.billing-booking-amenities ul li + li {
  margin-left: 30px;
}
.billing-booking-amenities ul li p {
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
  top: -7px;
}
.billing-booking-amenities ul li i {
  position: relative;
  margin-right: 10px;
  font-size: 2.8rem;
}
.billing-booking-amenities i {
  position: relative;
  margin-right: 10px;
  font-size: 2.8rem;
}
.billing-booking-amenities p {
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
  top: -7px;
}
.billing-booking-details-section-title.host .col-50 {
  width: 50%;
  float: left;
}
.billing-booking-details-section-title.host .col-50 h2 {
  margin-top: 0;
}
.billing-booking-details-section-title.host .col-50.right {
  text-align: right;
}
.billing-booking-details-section-title.host .col-50.right a {
  font-size: 1.6rem;
  line-height: 5rem;
  padding-right: 45px;
  text-decoration: underline;
}
.billing-booking-details-section-title.host .col-100 h2 {
  margin-top: 0;
}
.host-details-host-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.host-details-host-wrapper .host-col {
  float: left;
}
.host-details-host-wrapper .title {
  margin-left: 25px;
  letter-spacing: 0.0075em;
}
.host-details-host-wrapper .top-title-info h4 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0;
}
.host-details-host-wrapper .host-details-profile-pic {
  padding: 20px 0 0 0;
  position: relative;
}
.host-details-host-wrapper .host-details-send-message {
  float: right;
  position: relative;
  top: 15px;
}
.host-details-host-wrapper .host-details-send-message a {
  color: #fff;
  background-color: #3271a7;
  padding: 15px 25px;
  font-size: 1.4rem !important;
  border-radius: 3px;
  font-weight: 400 !important;
}
.host-details-host-wrapper .host-details-send-message a:hover {
  text-decoration: none;
}
.host-details-host-wrapper.traveller-details-trraveller-wrapper {
  border-bottom: 0;
}
.host-details-send-message {
  float: right;
  position: relative;
  margin-bottom: 20px;
}
.host-details-send-message a {
  color: #fff;
  background-color: #3271a7;
  padding: 15px 25px;
  font-size: 1.6rem;
  border-radius: 3px;
  font-weight: 200;
  display: inline-block;
}
.host-details-send-message a:hover {
  text-decoration: none;
}
.host-details-info {
  margin-left: 20px;
}
.host-details-info,
.host-details-phone,
.host-details-email,
.host-details-send-message {
  padding: 35px 0 0 30px;
}
.host-details-info span,
.host-details-phone span,
.host-details-email span,
.host-details-send-message span {
  display: block;
  font-size: 1.8rem;
}
.host-details-info .host-joined,
.host-details-phone .host-joined,
.host-details-email .host-joined,
.host-details-send-message .host-joined,
.host-details-info .host-phone-number,
.host-details-phone .host-phone-number,
.host-details-email .host-phone-number,
.host-details-send-message .host-phone-number {
  font-weight: 300;
}
.host-details-phone,
.host-details-email {
  padding-left: 60px;
}
.host-phone-number,
.host-email-address {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
.host-details-service-wrapper {
  padding: 40px 15px 15px 15px;
}
.host-details-service-wrapper .top-title-info h4 {
  font-size: 2rem;
  font-weight: 400 !important;
  margin-top: 0;
}
.host-details-service-wrapper .host_reception_title_style:after {
  top: -10px;
}
.host-details-services {
  width: 100%;
  display: inline-block;
  margin: 10px 0 0 25px;
  padding-bottom: 10px;
}
.host-details-services .col-33 {
  width: 33.33333%;
  float: left;
  display: inline-block;
}
.host-details-services .col-33 span {
  display: block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 300;
}
.host-details-services .custom-col-no-paddings p {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
  margin-bottom: 15px;
}
.host-details-services > .row > .col-md-4.custom-col-no-paddings:first-child {
  padding-left: 0;
}
.host-details-services.host-details-services-no-padding {
  padding-left: 0!important;
  margin-left: 15px;
}
.billing-booking-details-payout {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  padding: 20px 0 20px 25px;
}
.billing-booking-details-payout .col-50 {
  width: 50%;
  float: left;
}
.billing-booking-details-payout .col-50.rates {
  text-align: right;
}
.billing-booking-details-payout .custom-price {
  font-size: 2.4rem;
  font-weight: 400;
}
.billing-booking-details-payout .custom-price-per-night {
  font-size: 1.8rem;
  font-weight: 300;
}
.billing-booking-payment-details {
  max-width: 560px;
  width: 100%;
}
.billing-booking-payment-details .payment-details-row {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.billing-booking-payment-details .payment-details-row:last-child {
  border: none;
}
.billing-booking-payment-details .payment-details-row .col-40 {
  width: 50%;
}
.billing-booking-payment-details .payment-details-row .col-60 {
  width: 50%;
  padding-left: 10px;
}
.billing-booking-payment-details .payment-details-row small {
  font-size: 1.4rem;
}
.billing-booking-payment-total {
  width: 90%;
  margin-top: 20px;
  padding: 30px;
  float: right;
  background-color: #f4f4f4;
}
.billing-booking-payment-total.billing-booking-payment-total-no-bg {
  background: no-repeat;
  text-align: left;
  padding: 0;
  margin: 0;
}
.billing-booking-payment-total .col-30 {
  width: 30%;
  display: block;
  float: left;
}
.billing-booking-payment-total .col-70 {
  width: 70%;
  display: block;
  float: left;
}
.billing-booking-payment-total .right {
  text-align: right;
}
.billing-booking-payment-total .left {
  font-size: 2.4rem;
  font-weight: 500;
}
.billing-booking-payment-total .custom-total-service-charge {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  text-align: right;
}
.billing-booking-payment-total .custom-total-price,
.billing-booking-payment-total .custom-total-charge {
  display: block;
}
.billing-booking-payment-total .custom-total-price {
  font-size: 3.4rem;
  font-weight: 500;
}
.billing-booking-payment-total .custom-total-charge {
  margin-top: 10px;
}
.billing-booking-payment-total .custom-total-charge .custom-price {
  font-size: inherit;
}
.billing-booking-details-cancellation-policy {
  padding: 20px 25px;
}
.billing-booking-details-cancellation-policy p {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.0022em;
  font-weight: 300;
  text-align: justify;
}
.billing-booking-details-house-rules {
  padding: 20px 25px;
}
.billing-booking-details-house-rules p {
  font-size: 1.8rem;
  font-weight: 300;
}
.billing-booking-details-house-rules .inline-rules-icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.billing-booking-details-house-rules .inline-rules-icon .rule {
  display: block;
  float: left;
  margin-right: 110px;
}
.billing-booking-details-house-rules .inline-rules-icon .rule .rule-text {
  font-size: 1.8rem;
  font-weight: 300;
}
.billing-booking-details-house-rules .inline-rules-icon .rule .rule-icon {
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.billing-booking-details-house-rules .inline-rules-icon .rule .rule-icon i {
  font-size: 3.5rem;
}
.billing-booking-details-house-rules .inline-rules-icon .rule .rule-icon .forbiden-red-icon {
  top: -20px;
}
.confirmation-common-tab {
  padding: 20px 25px;
}
.confirmation-common-tab p {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}
.confirmation-common-tab.billing-booking-amenities p {
  margin: 0;
}
.cancellation-diagram.mobile-only .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.cancellation-diagram.mobile-only .st2 {
  fill: none;
  stroke: #CC5661;
  stroke-miterlimit: 10;
}
.cancellation-diagram.mobile-only .st3 {
  fill: #FFFFFF;
}
.cancellation-diagram.mobile-only .st5 {
  font-size: 26px;
}
.cancellation-diagram.mobile-only .st6 {
  fill: #CC5661;
}
.cancellation-diagram.mobile-only .st7 {
  font-size: 19px;
}
.cancellation-diagram.mobile-only .st8 {
  fill: none;
  stroke: #3172A8;
  stroke-miterlimit: 10;
}
.cancellation-diagram.mobile-only .st9 {
  fill: #3172A8;
}
.cancellation-diagram.mobile-only .st10 {
  fill: #070707;
}
.cancellation-diagram.mobile-only .st12 {
  font-size: 18px;
}
.cancellation-diagram.desktop-only .st1,
.cancellation-diagram.dates .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st2,
.cancellation-diagram.dates .st2 {
  fill: none;
  stroke: #CC5661;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st3,
.cancellation-diagram.dates .st3 {
  fill: #FFFFFF;
}
.cancellation-diagram.desktop-only .st5,
.cancellation-diagram.dates .st5 {
  font-size: 17px;
}
.cancellation-diagram.desktop-only .st6,
.cancellation-diagram.dates .st6 {
  fill: #CC5661;
}
.cancellation-diagram.desktop-only .st7,
.cancellation-diagram.dates .st7 {
  font-size: 14.995px;
}
.cancellation-diagram.desktop-only .st8,
.cancellation-diagram.dates .st8 {
  fill: none;
  stroke: #3172A8;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st9,
.cancellation-diagram.dates .st9 {
  fill: #3172A8;
}
.cancellation-diagram.desktop-only .st10,
.cancellation-diagram.dates .st10 {
  fill: #070707;
}
.cancellation-diagram.desktop-only .st12,
.cancellation-diagram.dates .st12 {
  font-size: 18px;
}
.cancellation-diagram.desktop-only .st13,
.cancellation-diagram.dates .st13 {
  display: none;
}
.cancellation-diagram.desktop-only .st14,
.cancellation-diagram.dates .st14 {
  display: inline;
  fill: url(#XMLID_26_);
}
.cancellation-diagram.desktop-only .st15,
.cancellation-diagram.dates .st15 {
  display: inline;
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st16,
.cancellation-diagram.dates .st16 {
  display: inline;
  fill: none;
  stroke: #CC5661;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st17,
.cancellation-diagram.dates .st17 {
  display: inline;
  fill: #FFFFFF;
}
.cancellation-diagram.desktop-only .st18,
.cancellation-diagram.dates .st18 {
  font-size: 26px;
}
.cancellation-diagram.desktop-only .st19,
.cancellation-diagram.dates .st19 {
  display: inline;
  fill: #CC5661;
}
.cancellation-diagram.desktop-only .st20,
.cancellation-diagram.dates .st20 {
  font-size: 19px;
}
.cancellation-diagram.desktop-only .st21,
.cancellation-diagram.dates .st21 {
  display: inline;
  fill: none;
  stroke: #3172A8;
  stroke-miterlimit: 10;
}
.cancellation-diagram.desktop-only .st22,
.cancellation-diagram.dates .st22 {
  display: inline;
  fill: #3172A8;
}
.cancellation-diagram-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.cancellation-diagram-wrapper .cancellation-diagram-policy {
  max-width: 980px;
  width: 100%;
  display: inline-block;
  float: left;
}
.cancellation-diagram-wrapper .cancellation-diagram-policy .cancellation-diagram {
  max-width: 800px;
  margin: 0 auto;
}
.cancellation-diagram-wrapper .cancellation-cancel-action {
  width: calc(100% - 980px);
  display: inline-block;
  float: left;
}
.cancellation-diagram-wrapper .cancellation-cancel-action a {
  padding-top: 30px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #3472a7;
  text-decoration: underline;
}
.modal-custom-header h4 {
  font-size: 2.8rem;
}
#modal-request-service .form-group {
  margin-top: 0px;
}
#modal-request-service #host_services_selection .checkbox-wrapper {
  float: left;
}
#modal-request-service #host_services_selection .custom_row {
  display: inline-block;
  width: 100%;
}
#modal-request-service #host_services_selection .custom_row + .custom_row {
  margin-top: 20px;
}
#modal-request-service #host_services_selection .custom_row .simple-checkbox label {
  width: calc(100% - 20px);
  float: left;
  padding-left: 10px;
  position: relative;
  top: -2px;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
.payed_shared {
  color: darkgreen;
  font-weight: 400;
}
.not_payed_shared {
  font-weight: 400;
}
.book-date {
  font-size: 1.6rem !important;
  font-weight: 200;
  font-family: 'Lato';
  text-align: right;
}
.super-flexible {
  width: 28em;
}
.user-profile-public-page {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #eaeaea;
}
.user-profile-public-page .user-info {
  display: inline-block;
  float: left;
  width: 35%;
  padding-right: 45px;
}
.user-profile-public-page .user-info .user-top-info {
  /*background: -moz-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #f9f6f3), color-stop(100%, #e4ebe8));
      background: -webkit-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
      background: -o-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
      background: -ms-linear-gradient(left, #f9f6f3 0%, #e4ebe8 100%);
      background: linear-gradient(to right, #f9f6f3 0%, #e4ebe8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f3', endColorstr='#e4ebe8', GradientType=1);*/
  text-align: left;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
}
.user-profile-public-page .user-info .user-top-info .name {
  font-size: 2.4rem;
  margin: 0 0 10px 0;
  font-weight: 200;
  padding-top: 5px;
  font-family: Lato, sans-serif;
}
.user-profile-public-page .user-info .user-top-info .memeber-date {
  font-size: 1.6rem;
  font-weight: 200;
  display: inline-block;
}
.user-profile-public-page .user-info .user-top-info .verified {
  color: #000;
  display: inline-block;
}
.user-profile-public-page .user-info .user-top-info .verified i {
  font-size: 1.8rem;
  background-image: linear-gradient(45deg, #cd5360 0, #f78972 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-profile-public-page .user-info .user-pic {
  max-width: 220px;
  margin: 15px auto;
}
.user-profile-public-page .user-info .user-description {
  padding: 30px;
  border: 2px solid #CD5360;
  margin-top: 20px;
}
.user-profile-public-page .user-info .user-description .title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px 0;
}
.user-profile-public-page .user-info .user-description .text {
  font-size: 1.8rem;
  font-weight: 200;
}
.user-profile-public-page .user-info .user-rates {
  background: #000;
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.user-profile-public-page .user-info .user-rates .image-rating-wrapper .image-rating-number {
  color: #fff;
}
.user-profile-public-page .user-info .user-rates .rate-col {
  display: inline-block;
  width: 33.333%;
  float: left;
}
.user-profile-public-page .user-info .user-rates .rate-col .title {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 15px;
  color: #fff;
  font-weight: 200;
}
.user-profile-public-page .user-listings-reviews {
  display: inline-block;
  float: left;
  width: 65%;
}
.user-profile-public-page .user-listings-reviews h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 2rem;
  margin-bottom: 40px;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs {
  border-bottom: 1px solid #eaeaea;
  margin: 15px 0 30px 0;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li a {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 2.4rem;
  color: #8e8e8e;
  font-weight: 200;
  background: transparent!important;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li a:hover {
  border: 0;
  margin: 1px 1px 0 1px;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li.active a {
  border: 0;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 400;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li.active a span {
  font-weight: 200;
}
.user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li + li {
  margin-left: 50px;
}
.user-profile-public-page .user-listings-reviews .reviews-preview {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.user-profile-public-page .user-listings-reviews .reviews-preview li {
  display: inline-block;
  float: left;
  width: 30%;
  margin: 10px 20px 10px 0px;
}
.user-profile-public-page .user-listings-reviews .reviews-preview li .property__details__reviews__header {
  min-height: 200px;
  max-width: 295px;
}
.user-profile-public-page .user-listings-reviews .reviews-preview li .property__details__reviews__header .property__details__reviews__header--image .review-user-pic {
  max-width: 60px;
  display: inline-block;
  border-radius: 50%;
  float: left;
}
.user-profile-public-page .user-listings-reviews .reviews-preview li .property__details__reviews__header .property__details__reviews__header--rate {
  max-width: 60px;
  display: inline-block;
  float: right;
}
.user-profile-public-page .user-listings-reviews .reviews-preview li .property__details__reviews__header .property__details__reviews__header--name-date {
  padding: 7px 0 15px 0px;
  float: left;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__header--image {
  display: inline-block;
  width: 100%;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__header--rate {
  padding: 7px 0 0;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__header--name-date {
  padding: 7px 0 15px 10px;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__body {
  overflow: visible;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__body .text {
  display: inline-block;
  max-height: 63px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__body a.read-more-btn {
  color: #3870a5;
  text-decoration: none;
}
.user-profile-public-page .user-listings-reviews .reviews-preview .property__details__reviews__body.active .text {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box {
  margin-top: 0;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box .property-item__box.property-item__box--full {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box:nth-child(odd) {
  padding: 10px 28px 10px 10px;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box:nth-child(even) {
  padding: 10px 10px 10px 28px;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item__box--full {
  min-height: 530px;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-image__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item__box__info {
  position: relative;
  padding: 0 15px 0px 15px;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item__box__info__specifications {
  padding: 17px 0 10px 0;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item__box__info__price__badges {
  padding: 0;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item__box__info__host-services {
  padding: 0;
}
.user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .book-now-button a {
  color: #fff !important;
  text-decoration: none!important;
}
.submit-enquiry-modal .modal-lg {
  width: 650px;
}
.submit-enquiry-modal #submit_enquiry_to_travelstaytiontravelstaytionEnquiryTelephone {
  width: 100%;
  padding-left: 70px;
}
.submit-enquiry-modal .checkbox-outer-wrapper {
  margin-bottom: 5px;
}
.submit-enquiry-modal .modal-content {
  border: 0;
}
.submit-enquiry-modal .modal-body {
  padding: 0;
}
.submit-enquiry-modal button.close {
  padding: 10px;
  color: #fff;
}
.submit-enquiry-modal .enquiry_modal_heading .modal_enquiry_padding {
  padding: 20px 50px;
  background-color: #000;
}
.submit-enquiry-modal .modal_enquiry_padding {
  padding: 30px 50px 15px 50px;
}
.submit-enquiry-modal .enquiry_modal_heading h4 {
  color: #fff;
  margin: 0;
}
.submit-enquiry-modal .add_location_buttonsubmit_enquiry_to_travelstaytion:hover,
.submit-enquiry-modal .add_location_buttonsubmit_enquiry_to_travelstaytion:focus {
  color: #000;
  text-decoration: none;
}
.submit-enquiry-modal .enquiry_modal_heading p.subtitle {
  color: #fff;
}
.submit-enquiry-modal .enquiry_modal_heading p.subtitle:after {
  height: 0;
}
.submit-enquiry-modal .dashboard__content__box__form-inputs label {
  font-size: 1.6rem;
  color: #000;
  font-weight: 200;
  display: inline;
}
.submit-enquiry-modal .checkbox-wrapper .custom-checkbox {
  top: 3px;
}
.submit-enquiry-modal .caption-text {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0 10px 0;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 200;
}
.enquire-travelstaytion-form .phone_prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  font-weight: 200;
  padding: 18px 0;
  font-size: 1.4rem;
  z-index: 3;
}
.enquire-travelstaytion-form .phone_prefix:after {
  content: '';
  width: 1px;
  height: 28px;
  display: block;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 13px;
}
.static-page-form .enquire-travelstaytion-form .phone_prefix {
  padding: 15px ;
}
.static-page-form .enquire-travelstaytion-form .phone_prefix:after {
  top: 10px;
}
.add_location_buttondiscover_submit_enquiry_to_travelstaytion:hover {
  color: #000;
}
div#submit_enquiry_to_travelstaytionsuccess_message,
.discover_submit_enquiry_to_travelstaytionsuccess_message {
  font-size: 3rem;
  text-align: left !important;
  font-family: Tinos;
}
@media all and (min-width: 991px) {
  .show-calendar.submit_enquiry_dates {
    position: absolute;
    top: 40% !important;
    left: 25% !important;
  }
}
@media (max-width: 991px) {
  .hide-when-screen-small {
    display: none;
  }
}
.static-page__top-photo {
  min-height: 760px!important;
}
@media only screen and (max-width: 1824px) {
  /* homepage ----------- */
  .travelstaytion-info__boxes__box {
    max-width: 320px;
  }
  .travelstaytion-info__boxes__box__title {
    font-size: 4rem;
  }
  .dropdown-selector--dark {
    width: 145px;
  }
  .language-selector {
    margin-left: 25px;
  }
  /* searchpage ----------- */
  .filters-list .filters-list__item + .filters-list__item {
    margin-left: 10px;
  }
  .filters-list__item button {
    font-size: 1.6rem;
    padding: 5px 10px;
    margin: 4px 0;
  }
  h4.recent-searches-h4 {
    margin: 14px 0;
  }
  .property-item__box__carousel {
    min-height: 287px;
  }
  /*.property-item__box__info__cancelation .property-item__box__info__specification__text {
    display: none;
  }*/
  /* dashboard ------------- */
  .property-item__box__info__host-services,
  .property-item__box__info__amenities {
    /* padding-left: 45px;*/
  }
  .dates-price-overview--table .arrow,
  .dates-price-overview--table .spacer {
    padding: 0 15px;
  }
  .inbox-item .main-content {
    padding: 5px 0 5px 15px;
  }
  .dashboard__notifications h3 {
    font-size: 2.6rem;
  }
  .dashboard__notifications__item .icon-title .title {
    font-size: 1.6rem;
  }
  .dashboard__notifications__item .dashboard__notifications__item__text a {
    font-size: 1.4rem;
  }
  .dashboard__content__listing--properties__item__info .bottom-info {
    margin-top: 20px;
  }
  .dashboard__content__listing--properties__item__info .complete-progress {
    margin-top: 0;
  }
  .dashboard__content__listing--properties__item__info .complete-progress .alert-inform,
  .dashboard__content__listing--properties__item__info .complete-progress .complete-progress,
  .dashboard__content__listing--properties__item__info .complete-progress .progress-percentage {
    margin-bottom: 1px;
  }
  .dashboard__content__listing--properties__item__info .complete-progress .complete-editing i {
    font-size: 1rem;
  }
  .dashboard__content__listing--properties__item__actions .property-status-update {
    margin-top: 10px;
  }
  .dashboard__content__table--body--header__col20 {
    padding: 10px 7px 0 7px ;
  }
  .dashboard__content__table__user-image img {
    max-width: 60px;
    height: auto;
  }
  /* add your space ------------- */
  .accordion-edit-forms .quantity--centered label {
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 10px;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox label {
    padding-left: 5px;
    margin-top: 3px;
    padding-bottom: 5px;
  }
  .accordion-edit-forms .panel-body__form-fields {
    padding: 5px 5px 20px 5px;
  }
  .accordion-edit-forms .quantity input {
    font-size: 6rem;
  }
  .accordion-edit-forms .quantity .quantity-button.quantity-up,
  .accordion-edit-forms .quantity .quantity-button.quantity-down {
    width: 30px;
    height: 30px;
  }
  .accordion-edit-forms label {
    font-size: 2rem;
  }
  .details-subform .property-type select {
    margin-top: 0;
  }
  .property-instructions {
    padding: 0 40px;
    max-width: 600px;
  }
  .sleeping_arrangements-accordion .number-input-separator:before {
    top: 75%;
    left: 25px;
    max-height: 60px;
  }
  .sleeping_arrangements-head .summary-title,
  .sleeping_arrangements-head .summary-text-bold {
    font-size: 2.6rem;
  }
  .pricing-calculator-sidebar .calculate-price-per .selector-plain select {
    font-size: 1.4rem;
  }
  /*.calendar-rates-content .calendar-rates-values table.calendar .date-item {
    width: 75px;
    height: 85px;
  }*/
  /* affiliates -------------- */
  .affiliates-benefits-left {
    margin-left: 120px;
  }
  .search_daterange_field {
    top: 2px;
  }
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.shared_payment_input {
  min-height: 50px;
  width: 93% !important;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shared_payment_apply {
  height: 50px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  box-shadow: none;
  min-width: 100px;
  margin-left: 30px;
}
.shared_payment_disabled {
  min-height: 50px;
  /*width: 60% !important;*/
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  body {
    cursor: pointer;
  }
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body .owl-carousel .owl-item .item,
body .owl-carousel .owl-item .featured-property {
  height: 100%;
}
.owl-carousel {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
body .item .featured-property__info__title {
  font-size: 2rem;
  line-height: 2.6rem;
}
body .featured-properties {
  padding-bottom: 120px;
}
body .dropdown-menu > li > a {
  padding: 10px 20px;
}
body .custom-container {
  /*padding: 0;
  max-width: 1800px;
  margin: 0 auto;
  display: block;*/
}
.destinations-section .custom-container {
  padding: 0;
  display: inline-block;
  width: 100%;
}
header.prepare_sticky .header-col.header-col-logo .search_form--style {
  max-width: 40%;
}
header.prepare_sticky .header-col.header-col-logo span.carret-down {
  margin-top: -3px;
}
.owl-stage-outer.fixed {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
}
.section-items .scrollmagic-pin-spacer {
  padding-top: 0 !important;
}
.homepage-content-wrapper {
  margin-top: 100vh;
}
.item.scroll-slide {
  height: 100vh;
  position: relative;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body .static-page__top-photo {
  padding: 10% 0;
}
body .discover-reasons .title {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
body .discover-holiday-rentals .col-left.placebo_col-left,
body .discover-holiday-rentals .col-right {
  width: 50%;
}
body .discover-holiday-rentals .col-right {
  background: #000;
  color: #fff;
  padding: 40px 45px;
}
body .discover-holiday-rentals-title {
  margin-top: 0;
}
body .discover-holiday-rentals-title .sub-title {
  color: #fff;
  margin: 15px 0 25px;
  font-size: 2.2rem;
  font-weight: 400;
}
body .discover-holiday-rentals-title h4.title,
body .discover-holiday-rentals-list .host_reception_title_style {
  font-family: 'Tinos', serif;
  color: #fff;
}
body .discover-holiday-rentals-title h4.title {
  font-size: 4rem;
  font-weight: 400;
}
body .discover-holiday-rentals-list .host_reception_title_style {
  background-image: none;
  -webkit-text-fill-color: #fff;
  background: #000;
  position: absolute;
  top: -30px;
  display: block;
  padding: 0 25px 0 15px;
  left: 20px;
}
body .discover-holiday-rentals .discover-holiday-rentals-image {
  padding: 0;
}
body .discover-holiday-rentals-list .text {
  color: #fff;
}
body .discover-holiday-rentals-list {
  margin-top: 0;
}
body .discover-holiday-rentals-list p {
  font-size: 1.6rem;
}
body .discover-holiday-rentals-title p {
  font-size: 1.6rem;
  color: #b1b1b1;
  font-weight: 400;
  margin-bottom: 70px;
}
body .discover-holiday-rentals-list .text {
  font-size: 2rem;
  color: #b1b1b1;
  font-weight: 400;
}
.discover-holiday-rentals-list .icon i {
  color: #b1b1b1;
}
.bordered-box {
  background: linear-gradient(45deg, #cd5360 0%, #e17a64 100%);
  padding: 2px;
}
.bordered-box-inner {
  position: relative;
  background-color: #000;
  padding: 35px 35px 20px 35px;
}
body .discover-holiday-rentals-list.discover-holiday-rentals-list-animate.discover_animate_it.animated {
  margin-top: 45px;
}
body .discover-holiday-rentals-list h4.title {
  font-size: 2.5rem;
}
#travelstaytionStandards .title,
#travelstaytionStandards .subtitle {
  margin-bottom: 35px;
  text-align: center;
}
#travelstaytionStandards .title {
  font-family: 'Tinos', serif;
  color: #000;
  font-weight: 400;
  margin-top: 0;
}
body .discover-behosted {
  padding: 80px 0;
  background: #f0f0f0;
}
.center {
  text-align: center;
}
#travelstaytionStandards .subtitle {
  margin-bottom: 70px;
}
#travelstaytionStandards .text-icons-list .text {
  font-size: 2rem;
  line-height: 2.5rem;
}
.row.lists-wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
#travelstaytionStandards .ghost-button {
  margin-top: 50px !important;
  display: inline-block;
  padding: 12px 55px !important;
  font-weight: 400;
}
body .beahost-form .ghost-button {
  font-weight: 400;
}
body .static-page-content .title,
body .static-page-container--discover .discover-getintouch .title {
  font-weight: 400;
  font-family: 'Tinos', serif;
}
body .discover-idealhouse .static-page-content > .title {
  margin-bottom: 30px;
  font-size: 4rem;
  margin-top: 40px;
  color: #000;
}
body .discover-idealhouse {
  padding: 0 0 0;
}
body .discover-idealhouse__image img {
  top: 0;
  margin: 0;
  width: 100%;
}
body .static-page-container {
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body .discover-idealhouse .subtitle-small {
  margin-bottom: 30px;
}
body .enquiryModalField .location_dates_fields .checkbox-outer-wrapper {
  margin-top: 20px;
}
#advanced-research-href {
  margin-bottom: 0;
}
body .static-pages__top-photo__content {
  max-width: 695px;
  position: relative;
  bottom: 0;
  left: 0;
}
body body .static-page__top-photo {
  padding: 10% 8%;
}
body .static-page-container--discover .discover-reasons .item-number {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 2.5rem;
  color: #191919;
  font-family: 'Tinos', serif;
  font-weight: 400;
  display: block;
  line-height: 15px;
  margin-bottom: 10px;
}
body .static-page-container--discover .discover-reasons .item-title {
  font-family: 'Tinos', serif;
  font-weight: 400;
  font-size: 3rem;
}
body .static-page-container--discover .discover-reasons .discover-reason-item .item-content {
  font-size: 1.55rem;
  color: #333;
}
body .static-page-container--discover .discover-reasons .discover-reason-item {
  margin: 15px 0;
  padding: 35px;
}
body .static-page-container--discover .discover-reasons.animated .title {
  font-weight: 400;
  font-size: 5rem;
  margin-bottom: 10px;
  padding-left: 35px;
  margin-left: 0;
}
.discover-reason-item .item-content a {
  text-decoration: none;
  color: inherit;
}
body .discover-reason-item .item-content a.right-link {
  color: #000;
  float: right;
  margin-right: -25px;
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: right;
}
body .static-page-container--discover .discover-reasons .bordered-box-inner {
  background-color: #ecefec;
}
body .bordered-box-inner .item-title {
  top: -59px;
  background-color: #eee;
  display: block;
  width: auto;
  padding: 0 15px 0 10px;
  position: absolute;
  left: -11px;
  max-width: 100%;
  margin: 0;
}
body .bordered-box-inner .discover-reason-item {
  padding: 0 !important;
  min-height: auto;
  margin-top: 0 !important;
  position: relative;
}
body .bordered-box-inner .item-title {
  top: -55px;
  background-color: #eee;
  display: block;
  width: auto;
  padding: 0 15px 0 10px;
  position: absolute;
  left: -11px;
  margin-bottom: 0;
}
.discover-reasons-wrapper {
  max-width: 1400px;
  padding: 0 15px;
  width: 95%;
  display: block;
  margin: 0 auto;
}
body .discover-reasons-wrapper .bordered-box {
  margin-top: 94px;
  background: linear-gradient(45deg, #cd5360 0%, #e17a64 100%);
}
.bordered-box-inner .item-number {
  position: absolute;
  top: -75px;
}
.bordered-box-inner .item-content {
  margin-top: -25px;
}
body .static-pages__top-photo__content .subtitle {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
body .beahost-page .beahost-form .title {
  font-family: 'Tinos', serif;
}
body .static-pages__top-photo__content.animated_1 {
  bottom: 0;
  left: 20px;
  margin: 0;
}
body .beahost-page input::-webkit-outer-spin-button,
body .beahost-page input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
body .beahost-page input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
body .beahost-form {
  margin-top: -220px;
}
body .beahost-prof-managers {
  padding-top: 80px;
  padding-bottom: 0;
}
body .beahost-prof-managers .title {
  margin-bottom: 40px;
  color: #000;
  font-size: 4rem;
}
body .beahost-prof-managers .subtitle {
  margin-bottom: 60px;
  font-size: 2.4rem;
}
body .beahost-prof-managers .static-page-container {
  overflow-y: hidden;
  padding-bottom: 50px;
}
body .beahost-prof-managers .ghost-button {
  margin-top: 40px;
  display: inline-block;
  font-weight: 400;
}
body .beahost-prof-managers .text-icons-list .text {
  font-size: 2rem;
}
body .beahost-global-potential .title {
  top: 0;
  text-align: left;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
body .beahost-page .beahost-global-potential-list {
  margin-top: 0;
  padding-top: 60px;
}
body .beahost-howotworks-image .beahost-howotworks-join {
  padding: 0;
}
body .beahost-howotworks-image .beahost-howotworks-join .col-left {
  background: #000;
  padding: 40px;
  color: #fff;
}
body .beahost-howotworks-image .beahost-howotworks-join .col-left .title {
  color: #fff;
  font-family: 'Tinos', serif;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
}
body .beahost-howotworks-image .beahost-howotworks-join .subtitle-big {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin-top: 0;
}
body .beahost-howotworks-image ul li {
  color: #bdbdbd;
  font-size: 2rem;
  margin-top: 30px;
  padding-top: 5px;
}
.beahost-howotworks-image .ghost-buttons-list-full .ghost-button {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}
body .beahost-howotworks-image .beahost-howotworks-join .col-left {
  background: #000;
  padding: 50px 40px 60px;
  color: #fff;
}
body .beahost-global-potential-list .discover-reason-item .item-title {
  font-family: 'Tinos', serif;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 10px;
}
body .beahost-global-potential-list .discover-reason-item .item-number {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 2.5rem;
  color: #191919;
  font-family: 'Tinos', serif;
  font-weight: 400;
  display: block;
  line-height: 15px;
  margin-bottom: 10px;
}
body .beahost-global-potential-list .discover-reason-item .item-content {
  font-size: 1.55rem;
  color: #333;
}
body .beahost-global-potential-list .discover-reason-item {
  margin: 15px 0;
  padding: 35px;
}
body .beahost-global-potential .bordered-box-inner {
  background-color: #f3f2ef;
}
body .beahost-global-potential .bordered-box-inner .item-title {
  background-color: #f3f2ef;
}
body .beahost-global-potential .discover-reasons-wrapper .bordered-box {
  margin-top: 90px;
}
body .beahost-form .quantity input {
  font-family: 'Tinos', serif;
  font-weight: 400;
}
body .bordered-box-inner .item-title::after,
body .host_reception_title_style::after {
  content: "NEW";
  position: absolute;
  left: 50px;
  top: -15px !important;
  color: #fff;
  display: block;
  background-image: none;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  -webkit-text-fill-color: #cd5360;
}
body .beahost-howotworks-image .beahost-howotworks-join .ghost-button:hover {
  background: #fff;
  color: #000;
}
/*
 * ========================================
 *   Not Found Page Responsive
 * ========================================
 */
@media only screen and (max-width: 900px) {
  .left_space_error_page.upper_space {
    margin-bottom: 20px;
  }
}
/*
 * ========================================
 *   Public Profile Page Responsive
 * ========================================
 */
@media only screen and (max-width: 900px) {
  .user-profile-public-page {
    padding-top: 10px;
  }
  .user-profile-public-page .user-info .user-description .title {
    margin-bottom: 20px;
  }
  .user-profile-public-page .user-info .user-top-info .memeber-date {
    float: left;
  }
  .user-profile-public-page .user-info .user-top-info .verified {
    transform: translateY(0);
  }
  .user-profile-public-page .user-info .user-rates {
    margin-top: 15px;
  }
}
/*
 * ========================================
 *   Discover Page Responsive
 * ========================================
 */
@media only screen and (max-width: 900px) {
  .static-page-container--discover .discover-reasons-wrapper {
    padding-top: 40px;
  }
  body .static-page-container--discover .discover-reasons .discover-reason-item {
    padding: 15px 35px;
  }
  body .discover-reasons-wrapper .bordered-box {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 650px) {
  body .static-page-container--discover .static-page__top-photo {
    min-height: auto;
    height: auto;
    padding: 70px 0 50px;
  }
  body .static-page-container--discover .discover-reasons-wrapper {
    padding: 0;
  }
  body .static-page-container--discover .discover-reasons .discover-reasons-wrapper {
    padding: 0 15px;
  }
  body .static-page-container--discover .static-pages__top-photo__content.animated_1 {
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
  }
  body .static-page-container--discover .discover-reasons.animated .title {
    padding-left: 0!important;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  body .static-page-container--discover .discover-reasons .item-title {
    font-size: 2.4rem;
  }
  body .static-page-container--discover .discover-reasons .discover-reason-item .item-number {
    left: 0;
    position: relative;
    opacity: 1;
    margin-bottom: 0;
  }
  body .static-page-container--discover .discover-reasons .discover-reason-item {
    padding: 0;
    margin-top: 35px;
  }
  body .discover-reasons-wrapper .bordered-box {
    margin: 50px 0 40px;
  }
  .bordered-box-inner {
    padding: 25px;
  }
  body .bordered-box-inner .item-title {
    top: -45px;
  }
  body .static-page-container--discover .discover-holiday-rentals-title {
    padding: 20px 0 !important;
  }
  body .discover-holiday-rentals-title .sub-title {
    margin-bottom: 15px;
  }
  body .discover-holiday-rentals-title h4.title {
    font-size: 3.4rem;
  }
  body .static-page-container--discover .discover-holiday-rentals .col-right {
    padding: 40px 30px;
  }
  body .static-page-container--discover .discover-idealhouse {
    padding: 20px;
  }
  body .static-page-container--discover .discover-idealhouse .static-page-container {
    padding: 0;
  }
  #travelstaytionStandards .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  #travelstaytionStandards .subtitle {
    margin-bottom: 40px;
  }
  body .discover-idealhouse .static-page-content > .title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  body .static-page-container--discover .discover-idealhouse .static-page-content .subtitle-small {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 440px) {
  .bordered-box-inner {
    padding: 25px 10px;
  }
  .bordered-box-inner .discover-holiday-rentals-list .icon {
    margin-right: 10px;
  }
  .bordered-box-inner .discover-holiday-rentals-list .icon i {
    font-size: 2.3rem;
  }
  .bordered-box-inner .discover-holiday-rentals-list h4.title {
    font-size: 2.3rem;
    padding-left: 10px;
  }
}
/*
 * ========================================
 *   Add your space Page Responsive
 * ========================================
 */
@media only screen and (max-width: 900px) {
  body .beahost-page .static-page__top-photo {
    padding: 50px 20px;
    height: auto;
    min-height: auto;
    top: 0;
  }
  body .beahost-page .static-pages__top-photo__content.animated_1 {
    padding: 0;
    left: 0;
  }
  body .beahost-page .beahost-form {
    margin-top: 0 !important;
  }
  body .beahost-howotworks-image ul li {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .beahost-form-inner .col-sm-4.col-xs-4 {
    width: 100%!Important;
  }
  body .beahost-page .beahost-prof-managers .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  body .beahost-prof-managers .subtitle {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  body .beahost-prof-managers .text-icons-list .text {
    font-size: 1.7rem;
    margin-left: 10px;
    width: calc(90% - 10px);
  }
  body .beahost-prof-managers .static-page-container {
    padding-bottom: 0;
  }
  .beahost-page .beahost-howotworks-image .beahost-howotworks-join {
    padding: 0;
  }
  .beahost-page .beahost-global-potential .title {
    font-size: 3rem;
    padding: 0;
  }
  body .beahost-howotworks-image .beahost-howotworks-join .col-left .title {
    font-size: 3.4rem;
  }
  body .beahost-howotworks-image .beahost-howotworks-join .subtitle-big {
    font-size: 2rem;
  }
  body .beahost-page .beahost-global-potential-list {
    margin-top: 0;
    padding: 50px 0 30px;
  }
  body .beahost-page .beahost-global-potential .discover-reason-item {
    padding: 0;
    margin: 20px 0;
  }
  body .beahost-page .beahost-global-potential-list .discover-reason-item .item-number {
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  .bordered-box-inner .item-number {
    left: -25px !important;
  }
  body .beahost-howotworks-image .beahost-howotworks-join .col-left {
    padding: 50px 30px 60px;
  }
}
/*
 * ========================================
 *   Affiliates
 * ========================================
 */
body .static-page-container--affiliates {
  overflow-x: hidden;
}
.static-page-container--affiliates .static-page-container {
  overflow-x: visible;
  padding: 0 0 0 25px;
}
body .static-page-container--affiliates .discover-behosted {
  padding: 80px 0;
}
body .static-page-container--affiliates .discover-behosted .subtitle {
  margin-bottom: 50px;
}
body .static-page-container--affiliates .discover-behosted .text-icons-list .text {
  font-size: 2.2rem;
}
body .static-page-container--affiliates .discover-behosted .text-icons-list .icon {
  position: static;
}
body .static-page-container--affiliates .discover-behosted .ghost-button {
  margin-top: 35px;
  display: inline-block;
}
body .static-page-container--affiliates .discover-idealhouse {
  padding: 0;
}
body .static-page-container--affiliates .static-page-content-compressed {
  padding: 10px 2%;
}
body .static-page-container--affiliates .discover-idealhouse .subtitle-small {
  font-size: 2.2rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 660px) {
  body .static-page-container--affiliates .static-page__top-photo .discover-reasons-wrapper {
    margin-top: 10%;
  }
  body .static-page-container--affiliates .static-page__top-photo {
    top: -50px;
    min-height: 80vh;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: -50px;
  }
  body .static-page-container--affiliates .static-page-container {
    padding: 0;
  }
  body .static-page-container--affiliates .discover-reasons-wrapper {
    width: 100%;
    padding: 0 25px;
  }
  body .static-page-container--affiliates .discover-behosted.discover_animate_it.animated {
    width: 100% !important;
    padding: 0;
  }
  body .static-page-container--affiliates .static-page-container--discover .discover-reasons {
    padding-bottom: 0;
  }
  body .static-page-container--affiliates #joinUsForm {
    margin-top: 0;
    padding: 0 25px 25px;
  }
  body .static-page-container--affiliates #joinUsForm .title {
    margin-top: 0;
  }
  body .static-page-container--affiliates .static-page-form {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 330px) {
  body .static-page-container--affiliates .static-pages__top-photo__content.animated_1 {
    left: 0;
  }
  body .static-page-container--affiliates .discover-reasons-wrapper {
    padding: 15px;
  }
  body .static-page-container--affiliates .static-pages__top-photo__content .subtitle br {
    display: none;
  }
}
/*
 * ========================================
 *    About us
 * ========================================
 */
body .static_page_about .about-story .about-story--wrapper .title {
  font-weight: 400;
}
body .static_page_about .about-story-carousel .text-holder {
  color: #adadad;
  font-family: 'Tinos', serif;
  font-weight: 400;
}
body .static_page_about .about-story-carousel #history-carousel .item .title span {
  font-family: 'Tinos', serif;
}
body .static_page_about .about-story-carousel #history-carousel .item p.title {
  color: #000;
}
body .static_page_about .about-story-carousel #history-carousel .item p {
  color: #444;
  line-height: 2.8rem;
}
body .static_page_about .about-story-timeline {
  margin-top: 70px!important;
}
body .static_page_about .about-story-timeline ul li a span {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
body .static_page_about .about-story-timeline ul li:hover .story-dot {
  border-color: #cd5360;
}
body .static_page_about .about-story-timeline ul li:hover a span.text {
  color: #cd5360;
}
body .static_page_about .static-pages__top-photo__content .feature-on {
  position: relative;
}
body .static_page_about .static-pages__top-photo__content .feature-on {
  position: relative;
  right: 0;
  margin-top: 30px;
}
body .static_page_about .static-pages__top-photo__content .feature-on p {
  font-family: 'Tinos', serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  body .static_page_about .grid-news-wrapper {
    padding: 0 80px;
  }
}
body .static_page_about .about-lets-start .title,
body .static_page_about .about-news .title {
  font-family: 'Tinos', serif;
  font-weight: 400;
}
body .static_page_about .news-read-more a {
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  body .static-page__top-photo {
    padding: 20px 0 30px;
    min-height: 200px;
    height: auto;
  }
  body .static-pages__top-photo__content.animated_1 {
    left: 0;
    padding: 0;
  }
  .news-item {
    max-width: 100%;
  }
  .grid-news-wrapper .news-item-title {
    min-height: auto;
  }
  .about-news {
    padding-bottom: 0;
  }
}
/*
 * ========================================
 *    Contact us
 * ========================================
 */
body .contact-wrapper h2 {
  font-family: 'Lato', serif;
  letter-spacing: 0;
}
body .contact-tabs .nav-tabs {
  margin-top: 30px;
}
body form.contact .phone-or-email label input[type="radio"]:checked + span {
  top: 9.5px;
}
@media only screen and (max-width: 600px) {
  .contact-hero {
    min-height: 425px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-wrapper .col-sm-6 {
    width: 100%;
  }
  .contact-wrapper .contact-form-subtitle,
  .contact-wrapper form.contact,
  .contact-wrapper .contact-tabs {
    max-width: 100%;
  }
  .contact-wrapper .contact-tabs .nav.nav-tabs li {
    width: 20%;
  }
  .panel-body {
    padding: 15px 0;
  }
  .contact-hero .contact-hero-text {
    left: 30px;
  }
  .contact-wrapper {
    margin-top: 0;
    padding: 15px;
  }
  .contact-wrapper form.contact {
    max-width: 100%;
  }
  body .contact-wrapper h2 {
    margin-bottom: 20px;
  }
  .contact-wrapper form.contact .phone-or-email label input[type="radio"]:checked + span {
    top: 9px;
  }
  .contact-hero .contact-hero-text br {
    display: none;
  }
  .offers-page .contact-hero .contact-hero-text br {
    display: block;
  }
}
/*
 * ========================================
 *    FAQ Page
 * ========================================
 */
body .faq-page-wrapper .topic-search--boxed {
  margin-top: 50px;
}
body .faq-page-wrapper .topic-search_form.topic-search_form--inline {
  border: 2px solid transparent;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
body .faq-page-wrapper .autocomplete_holder .ui-autocomplete {
  left: 0 !important;
}
body .faq-page-wrapper .topic-search_form.topic-search_form--inline:hover {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #000;
}
.tab-navigation-nested__list__item a:hover {
  text-decoration: underline;
}
.tab-content--wrapper .panel-heading {
  padding: 0;
}
.tab-content--wrapper .panel-heading .panel-title a {
  padding: 15px 15px 20px 0;
  display: block;
}
body .autocomplete_holder .ui-autocomplete li {
  padding: 0;
}
body .autocomplete_holder .ui-autocomplete li a {
  display: block;
  padding: 15px 10px;
}
body .faq-page-wrapper .topic-search_form.topic-search_form--inline .form-group_80 {
  width: 100%!important;
  position: relative;
}
.clear-faq-search-input {
  display: none;
  position: absolute;
  font-size: 2rem;
  top: 3px;
  right: 0;
  cursor: pointer;
  background-color: #edede8;
  transition: 0.2s ease-in;
}
body .faq-page-wrapper .topic-search_form.topic-search_form--inline .form-group_80:hover .clear-faq-search-input {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .clear-faq-search-input {
    display: inline-block;
  }
  body .faq-page-wrapper .tab-content--wrapper .panel-heading .panel-title a .title {
    line-height: 2.8rem;
  }
  .custom-faq-dropdown.dropdown .carret-down {
    right: 15px!important;
  }
}
@media only screen and (max-width: 500px) {
  body .faq-page-wrapper .topic-search--boxed {
    padding: 0;
  }
}
/*
 * ========================================
 *    Terms Page
 * ========================================
 */
body .tab-navigation__list__item a,
.tab-navigation-nested__list__item a {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.nav-center.terms-tabs-wrapper {
  margin-top: -54px;
  overflow: hidden;
}
.tab-content.terms-tabs {
  padding-top: 40px;
}
@media only screen and (max-width: 660px) {
  .container.terms {
    padding: 0 30px;
  }
}
/*
 * ========================================
 *    News
 * ========================================
 */
.news-page .news-container {
  padding: 0 25px 35px;
}
body .news-page .load-more > a {
  display: inline-block;
}
.posts-container {
  margin-top: 0;
}
.post-info {
  padding: 5px 25px 0 25px;
}
body .news-page .main-title .date {
  bottom: 20px;
}
@media only screen and (max-width: 330px) {
  body .all_news_page .main-title {
    padding-top: 20px;
  }
  body .news-page .main-title h1 {
    font-size: 3.2rem;
  }
  body .news-page .news-container {
    padding: 0 20px 35px;
  }
  body .news-page .post-info h2 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  body .news-page .posts .post-info {
    padding: 10px 20px;
  }
  body .news-page.all_news_page {
    padding: 0;
  }
  body .news-page .main-title p {
    margin: 20px 0 0;
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
  .news-page .main-title p br {
    display: none;
  }
  .news-page .news-container.news-container_single-post .main-title {
    padding-top: 40px;
  }
  body .news-page .news_content p {
    line-height: 3rem;
  }
}
@media only screen and (max-width: 660px) {
  .all_news_page .main-title {
    padding-top: 50px;
  }
  .news-page .load-more {
    margin: 60px 0 30px;
  }
  .news-page .post-item p.date {
    padding: 20px;
  }
  .news-page .posts {
    max-width: 100%;
  }
  .news-page .posts .post-info {
    padding: 20px 25px 15px 25px;
  }
}
/*
 * ========================================
 *    Homepage again
 * ========================================
 */
#home1 .form-bordered.datepicker .daterangepicker {
  top: -600% !important;
  left: -350px !important;
}
.main-menu .user-menu .dropdown.header-dropdown-submenu > ul.dropdown-menu a {
  color: #000 !important;
}
.section.full-height.section_1 {
  position: relative;
}
.section.full-height.section_1 .fullscreen-bg {
  z-index: 1;
}
.scrollable_sections {
  margin-top: 0;
}
.section.section_1.full-height {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0 !important;
  position: absolute;
  z-index: 2;
}
.section.section_1.full-height.active {
  -webkit-transition: 0.4s ease-in 0.4s;
  -moz-transition: 0.4s ease-in 0.4s;
  -o-transition: 0.4s ease-in 0.4s;
  transition: 0.4s ease-in 0.4s;
  opacity: 1!important;
}
header.white-text .main-menu ul.main-menu-ul > li a,
header.white-text .main-menu ul.main-menu-ul > li button {
  color: #fff;
  transition: 0.4s ease-in;
}
header.white-text .ghost-dark-link {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0.4s ease-in 0.4s;
  -moz-transition: 0.4s ease-in 0.4s;
  -o-transition: 0.4s ease-in 0.4s;
  transition: 0.4s ease-in;
}
header.hide_menu_items.white-text .main-menu ul.main-menu-ul > li a,
header.hide_menu_items.white-text .main-menu ul.main-menu-ul > li button {
  color: #000;
}
header.hide_menu_items.white-text .ghost-dark-link {
  color: #000;
  border-color: #000;
}
body header > .header-wrapper {
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
body .search-form-on-video {
  top: 40%;
}
body .search-form-on-video .form-bordered .guests_button {
  padding: 1px 0 0 0;
  border: 0;
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  font-family: Tinos, sans-serif;
  font-size: 1.8rem;
}
body .search-form-on-video .form-bordered .guests_button .carret-down {
  margin-top: -1px;
}
body .search-form-on-video .quantity--centered {
  padding-top: 10px;
}
body .search-form-on-video .dropdown-menu {
  left: calc(50% - 150px);
  margin-top: 10px;
}
body .form-group.form-group-20 input {
  cursor: pointer;
}
.animate_home .se-date-holder {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.daterangepicker td.active .se-date-holder,
.daterangepicker td.active:hover .se-date-holder,
.daterangepicker td.in-range .se-date-holder {
  border: 1px solid #000;
}
body .searchform-slogan h2 {
  margin-bottom: 9%;
}
.animate_home .form-bordered {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
body .search_button.search_input.search-field-blur-background {
  padding-bottom: 0;
  margin-top: 5px;
  font-size: 1.8rem;
}
body .tooltip-inner {
  max-width: 400px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  display: block;
  border-radius: 0;
  font-size: 1.5rem;
}
.prepare_sticky .header-col.header-col-logo .form-bordered:hover {
  border: 0;
  border-bottom: 2px solid #000;
  padding: 5px;
}
.prepare_sticky .header-col.header-col-logo .form-bordered {
  padding: 5px !important;
}
/*
 * ========================================
 *    !!!!!Homepage NEW!!!!!!
 * ========================================
 */
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none!important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0!important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
/*# sourceMappingURL=jquery.fullpage.min.css.map */
.container.home #homeSlider {
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  position: relative;
  z-index: 1;
}
.container.home #homeSlider.active {
  opacity: 1;
  visibility: visible;
}
.container.home #homeSlider .hsSlide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 1s, visibility 0.3s 1s;
  -moz-transition: opacity 0.3s 1s, visibility 0.3s 1s;
  -o-transition: opacity 0.3s 1s, visibility 0.3s 1s;
  transition: opacity 0.3s 1s, visibility 0.3s 1s;
}
.container.home #homeSlider .hsSlide.animate {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s 0s, visibility 0s 0s;
  -moz-transition: opacity 0s 0s, visibility 0s 0s;
  -o-transition: opacity 0s 0s, visibility 0s 0s;
  transition: opacity 0s 0s, visibility 0s 0s;
}
.container.home #homeSlider .hsSlide.animate .hsCol .hsText h1 .line {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.container.home #homeSlider .hsSlide.animate .hsCol .hsText h1 .line:nth-child(1) {
  -webkit-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  -moz-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  -o-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
}
.container.home #homeSlider .hsSlide.animate .hsCol .hsText h1 .line:nth-child(2) {
  -webkit-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  -moz-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  -o-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
}
.container.home #homeSlider .hsSlide.animate .hsCol .hsText h1 .line:nth-child(3) {
  -webkit-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -moz-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -o-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
}
.container.home #homeSlider .hsSlide.animate .hsCol .hsText h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.6s 1s, opacity 1.2s 1s;
  -moz-transition: transform 0.6s 1s, opacity 1.2s 1s;
  -o-transition: transform 0.6s 1s, opacity 1.2s 1s;
  transition: transform 0.6s 1s, opacity 1.2s 1s;
}
.container.home #homeSlider #home1.hsSlide.animate .hsCol .hsText h2 {
  -webkit-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -moz-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -o-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
}
.animate-section {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s 0s, visibility 0s 0s;
  -moz-transition: opacity 0s 0s, visibility 0s 0s;
  -o-transition: opacity 0s 0s, visibility 0s 0s;
  transition: opacity 0s 0s, visibility 0s 0s;
}
.h1-animate .line {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.line-one-animate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  -moz-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  -o-transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
  transition: transform 0.6s 0.4s, opacity 1.2s 0.4s;
}
.line-two-animate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  -moz-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  -o-transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
  transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
}
.line-three-animate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -moz-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  -o-transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
  transition: transform 0.6s 0.8s, opacity 1.2s 0.8s;
}
.h2-animate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.6s 1s, opacity 1.2s 1s;
  -moz-transition: transform 0.6s 1s, opacity 1.2s 1s;
  -o-transition: transform 0.6s 1s, opacity 1.2s 1s;
  transition: transform 0.6s 1s, opacity 1.2s 1s;
}
.animate-out {
  opacity: 0 !important;
  transition: opacity 0.5s ease-out;
}
.container.home #homeSlider .hsSlide.animate .hsCol .videoContainer .vcVideo {
  opacity: 0;
  -webkit-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  -moz-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  -o-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
}
.container.home #homeSlider .hsSlide.animate .hsCol .videoContainer .vcVideo.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.4s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  -moz-transition: opacity 0.4s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  -o-transition: opacity 0.4s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
  transition: opacity 0.4s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 1s;
}
.container.home #homeSlider #home1 .hsCol .vcOverlay {
  background: #fff;
}
.container.home #homeSlider .hsSlide.animate .hsCol .videoContainer .vcOverlay {
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease-out;
  -moz-transition: opacity 1s 0s ease-out;
  -o-transition: opacity 1s 0s ease-out;
  transition: opacity 1s 0s ease-out;
}
.container.home #homeSlider .hsSlide.animate .hsCol .videoContainer .vcOverlay.loaded {
  opacity: 0.2;
  -webkit-transition: opacity 1s 0s ease-out;
  -moz-transition: opacity 1s 0s ease-out;
  -o-transition: opacity 1s 0s ease-out;
  transition: opacity 1s 0s ease-out;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate {
  width: 260px;
  height: 140px;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate.active .hsButton {
  width: 160px;
  background: #ffffff !important;
  -webkit-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.15s 0s;
  -moz-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.15s 0s;
  -o-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.15s 0s;
  transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.15s 0s;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate.active .hsButton.slowAnim {
  -webkit-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.6s 0s;
  -moz-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.6s 0s;
  -o-transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.6s 0s;
  transition: width 0.3s 0.6s, background 0.3s 0.6s, transform 0.6s 0s;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate.active .hsButton .hsbWrapper {
  opacity: 1;
  color: #1b1b1b;
  -webkit-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s, color 0.2s ease-in;
  -moz-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s, color 0.2s ease-in;
  -o-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s, color 0.2s ease-in;
  transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s, color 0.2s ease-in;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate .hsButton {
  width: 200px;
  border: 2px solid #000;
  -webkit-transition: width 0.6s 1.2s, border 0.6s 1.2s, background 0.6s ease, transform 0.3s 1.2s;
  -moz-transition: width 0.6s 1.2s, border 0.6s 1.2s, background 0.6s ease, transform 0.3s 1.2s;
  -o-transition: width 0.6s 1.2s, border 0.6s 1.2s, background 0.6s ease, transform 0.3s 1.2s;
  transition: width 0.6s 1.2s, border 0.6s 1.2s, background 0.6s ease, transform 0.3s 1.2s;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate .hsButton:hover {
  background: #000;
  color: #fff !important;
  transition: 0.2s ease-in;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate .hsButton.slowAnim {
  -webkit-transition: width 0.3s 0.3s, background 0.3s 0.6s, transform 0.6s 0s;
  -moz-transition: width 0.3s 0.3s, background 0.3s 0.6s, transform 0.6s 0s;
  -o-transition: width 0.3s 0.3s, background 0.3s 0.6s, transform 0.6s 0s;
  transition: width 0.3s 0.3s, background 0.3s 0.6s, transform 0.6s 0s;
}
.container.home #homeSlider .hsSlide.animate .hsButtonAnimate .hsButton .hsbWrapper {
  margin-top: 0;
  opacity: 1;
  color: inherit;
  -webkit-transition: margin-top 0.6s 1.4s, opacity 0.6s 1.4s, color 0.6s ease;
  -moz-transition: margin-top 0.6s 1.4s, opacity 0.6s 1.4s, color 0.6s ease;
  -o-transition: margin-top 0.6s 1.4s, opacity 0.6s 1.4s, color 0.6s ease;
  transition: margin-top 0.6s 1.4s, opacity 0.6s 1.4s, color 0.6s ease;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .hsText h1 .line {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .hsText h1 .line:nth-child(1) {
  -webkit-transition: transform 1.2s 0.3s, opacity 0.6s 0.3s;
  -moz-transition: transform 1.2s 0.3s, opacity 0.6s 0.3s;
  -o-transition: transform 1.2s 0.4s, opacity 0.6s 0.3s;
  transition: transform 1.2s 0.3s, opacity 0.6s 0.3s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .hsText h1 .line:nth-child(2) {
  -webkit-transition: transform 1.2s 0.2s, opacity 0.6s 0.2s;
  -moz-transition: transform 1.2s 0.2s, opacity 0.6s 0.2s;
  -o-transition: transform 1.2s 0.2s, opacity 0.6s 0.2s;
  transition: transform 1.2s 0.2s, opacity 0.6s 0.2s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .hsText h1 .line:nth-child(3) {
  -webkit-transition: transform 1.2s 0.1s, opacity 0.6s 0.1s;
  -moz-transition: transform 1.2s 0.1s, opacity 0.6s 0.1s;
  -o-transition: transform 1.2s 0.1s, opacity 0.6s 0.1s;
  transition: transform 1.2s 0.1s, opacity 0.6s 0.1s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .hsText h2,
.container.home #homeSlider #home1.hsSlide.animate.animateOut .hsCol .hsText h2,
.container.home #homeSlider #home1.hsSlide.animate.animateOut .hsCol .full-movie {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: transform 1.2s 0s, opacity 0.6s 0s;
  -moz-transition: transform 1.2s 0s, opacity 0.6s 0s;
  -o-transition: transform 1.2s 0s, opacity 0.6s 0s;
  transition: transform 1.2s 0s, opacity 0.6s 0s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .videoContainer .vcVideo,
.container.home #homeSlider #home1.hsSlide.animate.animateOut #mainVideoFallback {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-out;
  -moz-transition: opacity 0.3s 0.6s ease-out;
  -o-transition: opacity 0.3s 0.6s ease-out;
  transition: opacity 0.3s 0.6s ease-out;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .videoContainer .vcVideo.loaded,
.container.home #homeSlider #home1.hsSlide.animate.animateOut #mainVideoFallback {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-out;
  -moz-transition: opacity 0.3s 0.6s ease-out;
  -o-transition: opacity 0.3s 0.6s ease-out;
  transition: opacity 0.3s 0.6s ease-out;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .videoContainer .vcOverlay {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-out;
  -moz-transition: opacity 0.3s 0.6s ease-out;
  -o-transition: opacity 0.3s 0.6s ease-out;
  transition: opacity 0.3s 0.6s ease-out;
}
.container.home #homeSlider .hsSlide.animate.animateOut .hsCol .videoContainer .vcOverlay.loaded {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-out;
  -moz-transition: opacity 0.3s 0.6s ease-out;
  -o-transition: opacity 0.3s 0.6s ease-out;
  transition: opacity 0.3s 0.6s ease-out;
}
.container.home #homeSlider .hsSlide.animate.animateOutBtnTwo .btnSectionTwo .hsButton {
  width: 0;
  border: 0;
  -webkit-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -moz-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -o-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
}
.container.home #homeSlider .hsSlide.animate.animateOutBtnTwo .btnSectionTwo .hsButton .hsbWrapper {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -moz-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -o-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  transition: margin-top 0.6s 0s, opacity 0.3s 0s;
}
.container.home #homeSlider .hsSlide.animate.animateOutBtnThree .btnSectionThree .hsButton {
  width: 0;
  border: 0;
  -webkit-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -moz-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -o-transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  transition: width 0.3s 0.3s, border 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
}
.container.home #homeSlider .hsSlide.animate.animateOutBtnThree .btnSectionThree .hsButton .hsbWrapper {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -moz-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -o-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  transition: margin-top 0.6s 0s, opacity 0.3s 0s;
}
.container.home #homeSlider .hsSlide .hsCol {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 100%;
  -webkit-transition: left 1s 0s, width 1s 0s, background 0s 2s, color 0.3s 0s;
  -moz-transition: left 1s 0s, width 1s 0s, background 0s 2s, color 0.3s 0s;
  -o-transition: left 1s 0s, width 1s 0s, background 0s 2s, color 0.3s 0s;
  transition: left 1s 0s, width 1s 0s, background 0s 2s, color 0.3s 0s;
}
.container.home #homeSlider .hsSlide .hsCol:first-child {
  z-index: 1;
}
.container.home #homeSlider .hsSlide .hsCol:last-child {
  left: 50%;
}
.container.home #homeSlider .hsSlide .hsCol.videoActive {
  left: 0;
  width: 100%;
  background: #000000;
  -webkit-transition: left 1s 1.2s, width 1s 1.2s, background 0s;
  -moz-transition: left 1s 1.2s, width 1s 1.2s, background 0s;
  -o-transition: left 1s 1.2s, width 1s 1.2s, background 0s;
  transition: left 1s 1.2s, width 1s 1.2s, background 0s;
}
.container.home #homeSlider .hsSlide .hsCol.videoActive .videoContainer .vcVideo {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 0.7s;
  -moz-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 0.7s;
  -o-transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 0.7s;
  transition: opacity 1s, width 1s 1.2s, height 1s 0.2s, left 1s 1.2s, top 1s 0.2s, filter 0.7s;
}
.container.home #homeSlider .hsSlide .hsCol.colorChange {
  color: #ffffff;
  -webkit-transition: color 0.6s 0.8s ease-out;
  -moz-transition: color 0.6s 0.8s ease-out;
  -o-transition: color 0.6s 0.8s ease-out;
  transition: color 0.6s 0.8s ease-out;
}
.container.home #homeSlider .hsSlide .hsCol.colorChange.fast {
  -webkit-transition: color 0.6s 0.6s ease-out;
  -moz-transition: color 0.6s 0.6s ease-out;
  -o-transition: color 0.6s 0.6s ease-out;
  transition: color 0.6s 0.6s ease-out;
}
.container.home #homeSlider .hsSlide .hsCol .hsText {
  z-index: 1;
  height: auto;
  left: 20%;
  position: absolute;
  top: 50%;
  width: 550px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.textOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.textOverlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s 1s;
  -moz-transition: opacity 0.5s 1s;
  -o-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
.container.home #homeSlider .hsSlide .hsCol .hsText.remove {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.home #homeSlider .hsSlide .hsCol .hsText h1,
.container.home #homeSlider .destinations-section h1 {
  margin-bottom: 45px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6rem;
  position: relative;
  font-family: 'Tinos', serif;
  margin-left: -5px;
}
.container.home #homeSlider .destinations-section h1 {
  margin-bottom: 10px;
}
.container.home #homeSlider .featured-properties-section h2 {
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  line-height: 1.4;
  max-width: 600px;
  margin: 20px auto 0;
}
.container.home #homeSlider .hsSlide .hsCol .hsText h1 .line {
  display: block;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  -webkit-transition: transform 1s 0s, opacity 2s 0s;
  -moz-transition: transform 1s 0s, opacity 2s 0s;
  -o-transition: transform 1s 0s, opacity 2s 0s;
  transition: transform 1s 0s, opacity 2s 0s;
}
.container.home #homeSlider .hsSlide .hsCol .hsText h2 {
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  line-height: 1.4;
  position: relative;
  top: 0 !important;
  margin-top: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  -webkit-transition: transform 1s 0s, opacity 2s 0s;
  -moz-transition: transform 1s 0s, opacity 2s 0s;
  -o-transition: transform 1s 0s, opacity 2s 0s;
  transition: transform 1s 0s, opacity 2s 0s;
}
.container.home #homeSlider .hsSlide .hsCol .videoContainer {
  height: 100%;
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.container.home #homeSlider .hsSlide .hsCol .videoContainer .vcVideo {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease-out;
  -moz-transition: opacity 1s 0s ease-out;
  -o-transition: opacity 1s 0s ease-out;
  transition: opacity 1s 0s ease-out;
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full .videoContainer .vcVideo {
  left: 0;
  top: 0;
  /* position: absolute; */
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
}
.container.home #homeSlider .hsSlide .hsCol .videoContainer .vcOverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  background: #000000;
  -webkit-transition: opacity 1s 0s ease-out;
  -moz-transition: opacity 1s 0s ease-out;
  -o-transition: opacity 1s 0s ease-out;
  transition: opacity 1s 0s ease-out;
}
.container.home #homeSlider .hsSlide .hsCol .videoContainer .vcOverlay.active {
  opacity: 0.6;
  -webkit-transition: opacity 1s 0s ease-out;
  -moz-transition: opacity 1s 0s ease-out;
  -o-transition: opacity 1s 0s ease-out;
  transition: opacity 1s 0s ease-out;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.container.home #homeSlider .hsSlide .hsButtonAnimate:hover .hsButton:before {
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate.disabled:hover .hsButton:before {
  opacity: 0 !important;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate .hsButton {
  position: fixed;
  background: transparent;
  color: #000;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 0;
  border: 0;
  height: 60px;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-transform: lowercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -moz-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -o-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate .hsButton:before {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate .hsButton.hidden {
  width: 0;
  -webkit-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -moz-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  -o-transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
  transition: width 0.3s 0.3s, background 0s 0.6s, transform 0.45s 0s;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate .hsButton.hidden .hsbWrapper {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -moz-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  -o-transition: margin-top 0.6s 0s, opacity 0.3s 0s;
  transition: margin-top 0.6s 0s, opacity 0.3s 0s;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate .hsButton .hsbWrapper {
  position: absolute;
  font-weight: 400;
  font-size: 1.6rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  margin-top: -20px;
  opacity: 0;
  text-decoration: none;
  display: block;
  -webkit-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s;
  -moz-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s;
  -o-transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s;
  transition: margin-top 0.3s 0.6s, opacity 0.6s 0.6s;
}
.container.home .videoBg {
  display: none;
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out, opacity 0.3s ease-out 0.6s;
  -moz-transition: all 0.3s ease-out, opacity 0.3s ease-out 0.6s;
  -o-transition: all 0.3s ease-out, opacity 0.3s ease-out 0.6s;
  transition: all 0.3s ease-out, opacity 0.3s ease-out 0.6s;
}
.container.home .slideNavigator {
  opacity: 0;
  height: 120px;
  left: auto;
  position: absolute;
  top: 85%;
  width: 100%;
  right: 0;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -moz-transition: transform 0.6s, opacity 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.container.home .slideNavigator.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s ease-out 1.8s, opacity 1.2s 1.8s;
  -moz-transition: transform 0.6s ease-out 1.8s, opacity 1.2s 1.8s;
  -o-transition: transform 0.6s ease-out 1.8s, opacity 1.2s 1.8s;
  transition: transform 0.6s ease-out 1.8s, opacity 1.2s 1.8s;
}
.container.home .slideNavigator .snCol {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.container.home .slideNavigator .snCol.prev {
  text-align: right;
}
.container.home .slideNavigator .snCol.prev .snContent {
  padding-right: 20px;
}
.container.home .slideNavigator .snCol.next .snContent {
  padding-left: 20px;
}
.container.home .slideNavigator .snCol .snContent {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.container.home .slideNavigator .snCol .snContent .snLabel {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}
.container.home .slideNavigator .snCol .snContent .snTitle {
  display: inline-block;
  font-weight: 200;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  cursor: pointer;
  font-size: 1.6rem;
}
.container.home .slideNavigator .snCol.prev .snContent .snTitle,
.container.home .slideNavigator .snCol.prev .snContent .snLabel {
  color: #000;
}
.container.home .slideNavigator .snCol .snContent .snTitle:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
}
.container.home .slideNavigator .snCol .snContent .snTitle.animateOut {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
}
.container.home .slideNavigator .snCol .snContent .snTitle.animateIn {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
}
header.white-text .favorites-header svg {
  fill: #fff;
}
@media all and (max-width: 1445px) {
  .container.home #homeSlider .hsSlide .hsCol .hsText {
    width: 450px;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media all and (max-width: 1270px) {
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media all and (max-width: 1175px) {
  .container.home #homeSlider .hsSlide .hsCol .videoContainer .vcVideo {
    height: 350%;
    width: 500%;
    left: -200%;
    top: -200%;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText {
    width: 350px;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    font-size: 50px;
    line-height: 40px;
  }
  .container-mobile {
    background: black;
  }
}
@media all and (max-width: 1024px) {
  .container.home #homeSlider .hsSlide .hsCols .hsCol:first-child {
    width: 100%;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol:first-child .hsText {
    margin-top: -50px;
    top: 45%;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol:last-child {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .container.home #homeSlider .hsSlide .hsButtonAnimate {
    display: none;
  }
  .container.home .slideNavigator {
    width: calc(100% - 100px);
    right: calc(-100% + 100px);
  }
  .container.home .videoBg {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .container.home #homeSlider .hsSlide .hsCols .hsCol:first-child .hsText {
    left: 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 50px;
    line-height: 40px;
    margin-top: 0;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol:first-child .hsText h2 {
    margin-top: 25px;
    line-height: 3rem;
  }
  .container.home .slideNavigator {
    right: 0;
    height: 50px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .container.home .slideNavigator.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .container.home .slideNavigator .snCol {
    display: none;
  }
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full {
  width: 100%;
  left: 0;
}
.container.home #homeSlider .hsSlide .hsCol.darkCol {
  color: #fff;
}
.section.full-height {
  background: #fff !important;
}
.section.full-height.dark {
  background: #000 !important;
}
.section.full-height {
  -webkit-transition: background 0.3s ease 1s;
  -moz-transition: background 0.3s ease 1s;
  -o-transition: background 0.3s ease 1s;
  transition: background 0.3s ease 1s;
}
.home.container.page-template {
  width: 100%;
  padding: 0;
}
.container.home #homeSlider .hsSlide .search-form-on-video .form-bordered,
.full-movie {
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
  -moz-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
  -o-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
  transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
}
.container.home #homeSlider .hsSlide.animate .search-form-on-video .form-bordered,
.hsSlide.animate .full-movie {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
  -moz-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
  -o-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
  transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .search-form-on-video .form-bordered {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: transform 1.2s 0s, opacity 0.6s 0s;
  -moz-transition: transform 1.2s 0s, opacity 0.6s 0s;
  -o-transition: transform 1.2s 0s, opacity 0.6s 0s;
  transition: transform 1.2s 0s, opacity 0.6s 0s;
}
.section.full-height {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100vh!important;
}
.fp-viewing--1 .section.full-height {
  position: relative;
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText {
  position: relative;
  width: 550px;
  text-align: center;
  left: 0;
  margin: 250px auto -40px;
  top: 0;
}
.fp-viewing-3 .videoBg,
.fp-viewing-4 .videoBg {
  opacity: 0;
  right: 100%!important;
}
.fp-viewing-3 .container.home #homeSlider .hsSlide .hsCol.hsCol-full {
  background: linear-gradient(90deg, #f8f5f2, #e6edea);
}
.hsCol.hsCol-full.featured-properties-section {
  background: linear-gradient(90deg, #f8f5f2, #e6edea);
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full .featured-properties {
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
}
.container.home #homeSlider .hsSlide .this-animate-bottom.this-animate--active {
  bottom: -50px;
  opacity: 0;
  -webkit-transition: bottom 0.6s 0.5s, opacity 1.2s 0.5s;
  -moz-transition: bottom 0.6s 0.5s, opacity 1.2s 0.5s;
  -o-transition: bottom 0.6s 0.5s, opacity 1.2s 0.5s;
  transition: bottom 0.6s 0.5s, opacity 1.2s 0.5s;
}
.container.home #homeSlider .hsSlide.animate .this-animate-bottom.this-animate--active {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.8s, opacity 1.6s;
  -moz-transition: bottom 0.8s, opacity 1.6s;
  -o-transition: bottom 0.8s, opacity 1.6s;
  transition: bottom 0.8s, opacity 1.6s;
}
.container.home #homeSlider .hsSlide.animate .this-animate-bottom.this-animate--active.delay-2 {
  -webkit-transition: bottom 0.8s 0.9s, opacity 1.6s 0.9s;
  -moz-transition: bottom 0.8s 0.9s, opacity 1.6s 0.9s;
  -o-transition: bottom 0.8s 0.9s, opacity 1.6s 0.9s;
  transition: bottom 0.8s 0.9s, opacity 1.6s 0.9s;
}
.container.home #homeSlider .hsSlide.animate .this-animate-bottom.this-animate--active.delay-3 {
  -webkit-transition: bottom 0.6s 1.1s, opacity 1.2s 1.1s;
  -moz-transition: bottom 0.6s 1.1s, opacity 1.2s 1.1s;
  -o-transition: bottom 0.6s 1.1s, opacity 1.2s 1.1s;
  transition: bottom 0.6s 1.1s, opacity 1.2s 1.1s;
}
.container.home #homeSlider .hsSlide.animate .this-animate-bottom.this-animate--active.delay-4 {
  -webkit-transition: bottom 0.6s 1.3s, opacity 1.2s 1.3s;
  -moz-transition: bottom 0.6s 1.3s, opacity 1.2s 1.3s;
  -o-transition: bottom 0.6s 1.3s, opacity 1.2s 1.3s;
  transition: bottom 0.6s 1.3s, opacity 1.2s 1.3s;
}
.container.home #homeSlider .hsSlide.animate.animateOut .this-animate-bottom.this-animate--active {
  bottom: -50px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.container.home #homeSlider .hsSlide .hsCol .hsText h2.small-text {
  font-size: 1.8rem;
}
.container.home .snCol::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  width: 15px;
  height: 2px;
  -webkit-transition: 0.3s 1s;
  -moz-transition: 0.3s 1s;
  -o-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.container.home .snCol.prev::before {
  background-color: #000;
  right: 0;
}
.container.home .snCol.next::before {
  background-color: #fff;
  left: 0;
}
.fp-viewing-1 .container.home .slideNavigator .snCol.prev .snContent {
  padding-right: 30px;
}
.fp-viewing-1 .container.home .slideNavigator .snCol.prev::before {
  width: 25px;
}
.fp-viewing-2 .container.home .slideNavigator .snCol.next .snContent {
  padding-left: 30px;
}
.fp-viewing-2 .container.home .slideNavigator .snCol.next::before {
  width: 25px;
}
.container.home .slideNavigator .snCol .snContent {
  -webkit-transition: 0.3s 1s;
  -moz-transition: 0.3s 1s;
  -o-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan {
  margin: 15% auto 0 !important;
  position: static;
  width: 100%;
}
.container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan h1 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.container.home #homeSlider .hsSlide .hsCol .hsText.searchform-slogan h2 {
  font-size: 2.8rem;
  font-weight: 200;
  margin: 15px 0 0;
  font-family: 'Lato', sans-serif;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.container.home #homeSlider .hsSlide.relativeSlide {
  position: relative;
}
.container.home #homeSlider .hsSlide.relativeSlide .hsCol.hsCol-full {
  position: relative;
}
.container.home #homeSlider .hsSlide .hsCol {
  position: relative;
  min-height: 100vh;
}
.container.home #homeSlider .hsSlide .hsCols {
  display: flex;
  position: relative;
}
.container.home #homeSlider .hsSlide .hsCol:last-child {
  left: 0;
}
.container.home #homeSlider .hsSlide .hsCol .videoContainer {
  height: 100%;
  position: absolute;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
}
header .header-wrapper {
  padding: 20px 45px 20px 60px;
  height: 80px;
}
.container.home #homeSlider .hsSlide .featured-properties {
  margin: 0 0 100px;
}
.container.home #homeSlider .hsSlide .featured-properties .featured-properties-wrapper {
  margin-top: 40px;
}
.container.home #homeSlider .hsSlide .fp-scrollable .hsCol.hsCol-full .hsText {
  margin: 10px auto;
  transform: translateY(0);
}
.container.home #homeSlider .hsCol.hsCol-full.featured-properties-section {
  padding: 80px 0 0 0;
}
.container.home #homeSlider .destinations-section {
  background-color: #fff;
  padding: 80px 0 50px;
}
.container.home #homeSlider .fp-scrollable .hsCol.hsCol-full {
  padding-bottom: 1px;
}
.pac-container {
  margin-top: 15px;
}
.fp-viewing-0 #home1 {
  z-index: 1;
}
.pac-item {
  padding: 5px 0;
  border: 0;
  line-height: 30px;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  color: #505050;
}
.pac-item .pac-icon {
  height: 18px;
  width: 14px;
  top: 5px;
  opacity: 1;
  margin: 0;
}
.pac-matched {
  font-weight: 600;
  font-size: 1.6rem;
}
.pac-container {
  margin-top: 5px;
  padding: 10px 30px;
  min-width: 300px;
}
.pac-item .pac-item-query {
  margin-left: 10px;
  font-weight: 400;
  font-size: 1.6rem;
}
.item .featured-property__image,
.destination-box__wrapper__large {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item:hover .featured-property__image,
.destination-box__wrapper__large:hover {
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.14), 0 6px 15px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.14), 0 6px 15px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -2px rgba(0, 0, 0, 0.2);
}
.featured-property__image {
  position: relative;
  overflow: hidden;
}
.featured-property__image:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 60%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: linear-gradient(45deg, #cd5360 0%, #e17a64 100%);
}
.featured-property__image:hover:after {
  opacity: 0;
  left: 160%;
  transition-property: left, top, opacity;
  transition-duration: 1.6s;
  transition-timing-function: ease;
}
.featured-property__image:active:after {
  opacity: 0;
}
#destinations-carousel.owl-carousel .owl-item {
  margin: 0 !important;
  padding: 10px 5px 35px;
}
body .destinations-wrapper {
  margin-bottom: 0;
  margin-top: 50px;
}
.featured-properties h1 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 6rem;
}
.search_form--style .form-group .select-container select {
  direction: rtl;
}
header.white-text .ghost-dark-link:hover {
  background-color: #000;
  color: #fff !important;
}
.more-destination__search {
  font-weight: 400;
  font-size: 1.6rem;
  width: 250px;
}
.container.home #homeSlider .hsSlide.animate .destinations-lists.this-animate-bottom.this-animate--active {
  -webkit-transition: bottom 0.8s 1.2s, opacity 1.2s 1.2s;
  -moz-transition: bottom 0.8s 1.2s, opacity 1.2s 1.2s;
  -o-transition: bottom 0.8s 1.2s, opacity 1.2s 1.2s;
  transition: bottom 0.8s 1.2s, opacity 1.2s 1.2s;
}
.container.home #homeSlider .destinations-lists {
  padding-bottom: 60px;
  padding-top: 50px;
  margin: 0;
}
.container.home #homeSlider .form-bordered.datepicker {
  width: 90%;
  margin-left: 5%;
}
.form-bordered .form-group-50 {
  width: 50%;
}
.form-bordered .form-group.form-group-12,
.form-bordered .form-group.form-group-18 {
  width: 15%;
}
.form-bordered .form-group.form-group-20 {
  width: 20%;
}
.container.home #homeSlider .hsSlide .hsButtonAnimate.mobileButtonAnimate {
  display: none;
}
#home1 .full-movie {
  border: 2px solid;
  position: absolute;
  bottom: 40px;
  right: 85px;
  max-width: 170px;
  padding: 10px;
  font-weight: 400;
  z-index: 3;
  font-size: 1.4rem;
}
#home1 .full-movie i {
  top: 2px;
  position: relative;
}
#home1 .search_input::placeholder {
  opacity: 1!important;
  color: #000 !important;
}
#home1 .daterangepicker.ltr.auto-apply.show-calendar.openscenter {
  top: -600% !important;
}
.daterangepicker.search-pop-up {
  top: 20% !important;
  margin: 0 auto;
  left: 25% !important;
}
.daterangepicker.opensright {
  position: fixed;
  top: calc(50% - 216px) !important;
  left: calc(50% - 350px) !important;
}
@media only screen and (max-width: 1024px) {
  .container.home #homeSlider .hsSlide .hsButtonAnimate.mobileButtonAnimate {
    position: relative;
    margin: 20px 0 0;
    width: auto;
    height: auto;
    display: inline-block !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    left: 0;
  }
  .container.home #homeSlider .hsSlide .hsButtonAnimate.mobileButtonAnimate .hsButton {
    height: 50px;
    position: relative;
    display: block;
    width: 150px;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) !important;
    -moz-transform: translate3d(0, -50%, 0) !important;
    -o-transform: translate3d(0, -50%, 0) !important;
    -ms-transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
    float: left !important;
    margin: 0;
  }
  .container.home #homeSlider .hsSlide.animate .hsButtonAnimate.mobileButtonAnimate .hsButton {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
  }
  .container.home #homeSlider .hsSlide.animate.animateOut .hsButtonAnimate.mobileButtonAnimate .hsButton {
    width: 150px;
    border: 2px solid #000;
  }
  .container.home #homeSlider .hsSlide .hsButtonAnimate.mobileButtonAnimate .hsButton .hsbWrapper {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .darkCol .hsText {
    left: 25% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .darkCol .hsText {
    left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  /*.container.home #homeSlider .hsSlide .hsCol.hsCol-full .videoContainer .vcVideo {
    width:auto;
  }*/
  body .search-form-on-video #search_form {
    text-align: center;
    position: absolute;
    width: 100%;
    display: inline-block;
  }
  .container.home #homeSlider .hsSlide.animate .search-form-on-video .form-bordered {
    display: none;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan {
    margin: 0;
    position: relative;
    width: 100%;
  }
  header.white-text .top-burger,
  header.white-text .middle-burger,
  header.white-text .bottom-burger {
    background: #fff;
  }
  header.white-text.prepare_sticky.hide_menu_items .top-burger,
  header.white-text.prepare_sticky.hide_menu_items .middle-burger,
  header.white-text.prepare_sticky.hide_menu_items .bottom-burger {
    background: #000;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol .hsText {
    left: 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 50px;
    line-height: 40px;
    margin-top: 0;
  }
  #home2 .full-movie-two,
  #home3 .full-movie-three {
    opacity: 0;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    top: 0;
    margin: 10px 0 0;
    display: block;
    bottom: 0;
    border: 0;
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
  }
  #home3 .full-movie {
    color: #fff;
  }
  #home2 .full-movie-two.animate,
  #home3 .full-movie-three.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in, transform 0.6s ease-out 1.4s, opacity 0.6s ease-out 1.4s;
    -moz-transition: all 0.3s ease-in, transform 0.6s ease-out 1.4s, opacity 0.6s ease-out 1.4s;
    -o-transition: all 0.3s ease-in, transform 0.6s ease-out 1.4s, opacity 0.6s ease-out 1.4s;
    transition: all 0.3s ease-in, transform 0.6s ease-out 1.4s, opacity 0.6s ease-out 1.4s;
  }
  .container.home #homeSlider #home2.hsSlide.animate.animateOut .full-movie,
  .container.home #homeSlider #home3.hsSlide.animate.animateOut .full-movie {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease-in, transform 0.6s ease-out, opacity 0.6s ease-out;
    -moz-transition: all 0.3s ease-in, transform 0.6s ease-out, opacity 0.6s ease-out;
    -o-transition: all 0.3s ease-in, transform 0.6s ease-out, opacity 0.6s ease-out;
    transition: all 0.3s ease-in, transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  body .search-form-on-video #search_form {
    text-align: center;
  }
  #search_form .mobile-search-trigger {
    margin-top: -30px;
    cursor: pointer;
    display: inline-block !important;
    margin: 0 auto;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
    -moz-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
    -o-transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
    transition: all 0.3s ease-in, transform 0.6s, opacity 0.6s;
  }
  .container.home #homeSlider .hsSlide.animate #search_form .mobile-search-trigger {
    opacity: 1;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
    -moz-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
    -o-transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
    transition: all 0.3s ease-in, transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
  }
  .container.home #homeSlider .hsSlide.animate.animateOut #search_form .mobile-search-trigger {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: transform 1.2s 0s, opacity 0.6s 0s;
    -moz-transition: transform 1.2s 0s, opacity 0.6s 0s;
    -o-transition: transform 1.2s 0s, opacity 0.6s 0s;
    transition: transform 1.2s 0s, opacity 0.6s 0s;
  }
  #home2 .hsCol:first-child,
  #home3 .hsCol.darkCol {
    width: 100% !important;
    left: 0 !important;
  }
  #home2 .hsCol:last-child,
  #home3 .videoCol {
    display: none !important;
  }
  .container.home #homeSlider .hsSlide .hsButtonAnimate.mobileButtonAnimate .container.home #homeSlider .hsSlide .hsCol .hsText {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 80px !important;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    font-size: 40px !important;
    line-height: 32px;
  }
  .container.home #homeSlider #home2.hsSlide.animate .hsCol .hsText h2::before,
  .container.home #homeSlider .hsSlide.animate .hsCol.darkCol .hsText h2::before {
    content: '';
    display: block;
    width: 25%;
    position: absolute;
    height: 2px;
    background: #000;
    left: 0;
    top: -20px;
  }
  .container.home #homeSlider #home3.hsSlide.animate .hsCol.darkCol .hsText h2::before {
    background: #fff;
  }
  .container.home #homeSlider .hsCol.hsCol-full.featured-properties-section {
    padding: 40px 0 0;
  }
  .container.home #homeSlider .destinations-section {
    padding: 20px 0 50px;
  }
  .container.home #homeSlider .hsSlide .featured-properties {
    margin: 0 0 40px;
  }
  .item:hover .featured-property__image,
  .destination-box__wrapper__large:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
  #home1 .iScrollVerticalScrollbar.iScrollLoneScrollbar,
  #home2 .iScrollVerticalScrollbar.iScrollLoneScrollbar {
    display: none !important;
  }
  .container.home #homeSlider .hsSlide .hsCols {
    display: block;
  }
  .container.home #homeSlider .hsSlide .hsCol {
    position: unset;
    min-height: 100vh;
  }
  .section.full-height {
    position: relative;
    top: 0;
    z-index: 2;
    height: auto !important;
  }
  .container.home .slideNavigator,
  .container.home #homeSlider .hsSlide .hsCol .videoContainer .vcOverlay,
  .textOverlay {
    display: none;
  }
  #mainVideoFallback {
    display: block;
    background: url('/img/travel/autumn-home.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 102%;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.6s ease 0.8s;
    -moz-transition: 0.6s ease 0.8s;
    -o-transition: 0.6s ease 0.8s;
    transition: 0.6s ease 0.8s;
  }
  #home1.active #mainVideoFallback {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .container.home #homeSlider .hsSlide .hsCol .videoContainer {
    z-index: 2;
  }
  #mainVideoFallback:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    display: block;
    position: absolute;
    z-index: -1;
  }
  .daterangepicker.opensright {
    overflow-y: auto !important;
    position: fixed;
  }
  .daterangepicker.opensright .calendar-table {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 340px) {
  .mobile-search-trigger {
    padding: 5px!important;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol .hsText {
    top: 50%!important;
  }
  .container.home #homeSlider #home2.hsSlide .hsCol .hsText h2,
  .container.home #homeSlider #home3.hsSlide .hsCol .hsText h2 {
    font-size: 1.8rem !important;
    line-height: 2.8rem !important;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    margin-bottom: 30px!important;
  }
  .container.home #homeSlider #home2.hsSlide.animate .hsCol .hsText h2::before,
  .container.home #homeSlider .hsSlide.animate .hsCol.darkCol .hsText h2::before {
    top: -10px;
  }
  .featured-properties h1,
  .container.home #homeSlider .destinations-section h1 {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 15px;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan {
    margin-top: 80px !important;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan h1 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
  }
}
/*
 * ========================================
 *    Search Page
 * ========================================
 */
.filters-mobile-menu_item .toggle-mobile-filters.filter-set {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
body .search-content__top-section {
  top: 50px;
}
body .search_container .loader_overlay {
  height: 100vh;
  z-index: 99;
  position: fixed;
}
.search-content__search-results .property-carousel-info__title-address address {
  margin-top: 8px;
}
.search_results_wrapper {
  margin-top: 150px;
}
.search-content,
.search-map {
  flex-basis: unset !important;
  float: left;
}
.fullscreen-map .search-map {
  margin-top: 120px !important;
  height: calc(100vh - 120px);
  width: 100vw;
  left: 0;
}
body.disable-scroll {
  padding-right: 0!important;
}
.disable-scroll #main_content {
  overflow: hidden;
  width: 100vw;
  left: 0;
  height: 100vh;
}
@media only screen and (min-width: 991px) {
  body .search_container .loader_overlay {
    height: 100vh;
    z-index: 99;
    position: fixed;
  }
  body .search_container .search-map {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin-top: 0;
    padding: 0;
  }
  body .search_container .search-content .theiaStickySidebar {
    transform: translateY(0) !important;
  }
  body .search_container .search-content::after {
    clear: both;
  }
  body .search_container {
    padding: 0;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 991px) {
  body .search_container {
    padding: 0;
  }
  body .search_container #enquiry_to_travelstaytion_form_0_results {
    margin: 119px 0 0!important;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
  }
  body .search_container #enquiry_to_travelstaytion_form_0_results .static-page-content-compressed {
    padding: 25px 15px 0;
  }
  body .search_container #enquiry_to_travelstaytion_form_0_results .col-md-12 {
    padding: 0;
  }
  body .search_container #enquiry_to_travelstaytion_form_0_results .static-page-content-compressed #ddSDenquiry_form {
    background-color: #fff;
    padding: 0;
  }
  .container.home #homeSlider .destinations-section h1 {
    padding: 0 20px;
  }
  .search-content__top-section {
    margin-top: 19px;
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
  }
  body .search-content__top-section .filters-mobile-menu {
    margin: 0 auto;
    padding: 0;
  }
  .animate_home .header-logo .travelstaytion-svg-dark-small {
    top: -4px;
  }
  .animate_home .hide_menu_items .header-col-menu .burger-menu {
    padding: 0;
    display: block;
    height: 100%;
    margin-top: 5px;
  }
  .filters-mobile-menu.map-opened .toggle-mobile-sortby {
    pointer-events: none;
    border-color: #d8d8d8;
    color: #d8d8d8;
  }
  .toggle_links.filter-set {
    position: relative;
  }
  .toggle_links.filter-set::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -10px;
    width: 6px;
    height: 6px;
    display: block;
    background: #ed5866;
    border-radius: 50%;
  }
  .simple-checkbox {
    line-height: 23px;
  }
  .mobile-filters-list .unordered-list-filters-wrapper {
    overflow-y: hidden!important;
  }
  .mobile-filters-list ul.unordered-list-filters > li > a span {
    float: right;
    line-height: 51px;
    font-size: 1.4rem;
  }
  .mobile-filters-list .host-services-list li label,
  .mobile-filters-list .amenities-list li .simple-checkbox label {
    font-weight: 200;
    margin: 0;
    font-size: 1.8rem;
  }
  .mobile-filters-list .host-services-list li label i {
    line-height: inherit;
    margin-top: -1px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
  }
  .mobile-filters-list .amenitie-filter-search {
    position: relative;
  }
  .clear-ameneties-input.hide {
    display: none;
  }
  .clear-ameneties-input {
    position: absolute;
    top: 20px;
    width: 15px;
    height: 15px;
    right: 10px;
    line-height: 15px;
    cursor: pointer;
    background: #f2f2f2;
  }
  .clear-ameneties-input svg {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  body .dropdown-apply-filter .save-filter {
    padding: 12px 35px !important;
    border: 1px solid #000;
    border-radius: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  body .dropdown-apply-filter .filter_action_clear button {
    padding: 12px 35px !important;
    display: inline-block;
    line-height: 45px;
  }
  body .filter_actions_wrapper .filter_actions .filter_action_clear a {
    padding: 0 20px;
  }
  body .mobile-filters-list ul.unordered-list-filters > li {
    padding: 0 20px;
  }
  body .mobile-filters-list ul.unordered-list-filters > li > a {
    display: block;
  }
  body .host-services-list li {
    margin: 18px 0;
    line-height: 5px;
    display: block;
  }
  body .mobile-menu-content-section ul,
  body .mobile-menu-content-section ul li {
    width: 100%;
  }
  .mobile-menu-content-section {
    width: 100%;
    height: calc(100vh - 85px) !important;
    padding: 0;
  }
  /*#toggle-property-type, #toggle_amenities {
    margin:0!important;
  }*/
  #toggle-property-type li,
  .mobile-filters-list .amenities-list li {
    height: 25px;
  }
  #toggle-property-type li .btn {
    font-size: 16px;
  }
  body .mobile-filters-list .host-services-list li {
    margin: 10px 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: left;
  }
  body .mobile-filters-list .host-services-list li .simple-checkbox {
    line-height: 25px;
    display: inline-block;
  }
  .mobile-filters-list .host-services-list li label {
    width: calc(100% - 30px);
    padding-left: 0;
  }
  .mobile-sortby.mobile-visible {
    text-align: left;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    left: 0;
    padding: 0;
    display: block!important;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.8s, transform 0.8s;
  }
  .mobile-sortby.mobile-visible.active {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.4s, transform 0.8s;
  }
  body .mobile-filters-list {
    overflow-y: hidden;
    text-align: left;
    visibility: visible;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.8s, transform 0.8s;
  }
  body .mobile-filters-list.active {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.4s, transform 0.8s;
  }
  .search-filters-mobile-header {
    padding: 0;
  }
  .mobile-filters-list .search-filters-mobile-header p {
    margin: 0;
    padding: 20px 20px 15px;
  }
  .mobile-sortby .search-filters-mobile-header p {
    margin: 0;
    padding: 20px 10px 20px 20px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .mobile-filters-list .close-mobile-filters {
    top: 15px;
  }
  .close-sortby {
    text-decoration: none !important;
    color: #000 !important;
    top: 25px;
    position: absolute;
    right: 15px;
    font-size: 2.2rem;
  }
  .mobile-sortby .dropdown-sortby {
    list-style: none;
    margin: 0;
    padding: 0 20px;
  }
  .mobile-sortby .dropdown-sortby li {
    height: 40px;
    line-height: 40px;
  }
  .mobile-sortby .dropdown-sortby a {
    font-size: 2rem;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 200;
  }
  .mobile-sortby .dropdown-sortby a.selected {
    color: #ed5866 !important;
  }
  .mobile-filters-list .checkbox-wrapper input[type="checkbox"],
  .mobile-filters-list .checkbox-wrapper input[type="radio"] {
    height: 20px;
  }
  .mobile-filters-list .checkbox-wrapper .custom-checkbox {
    width: 24px;
    height: 24px;
  }
  .mobile-filters-list .checkbox-wrapper .custom-checkbox i {
    top: 3px;
    left: 2px;
  }
  body .mobile-filters-list ul.unordered-list-filters > li > ul > li .amenities-filter-group .title {
    margin: 0 0 20px 0;
  }
  header,
  .search-content__top-section {
    transition: transform 0.4s;
    transform: translateY(0);
  }
  header.scrollUp,
  .search-content__top-section.scrollUp {
    transform: translateY(-61px);
  }
  #ddSDtravelstaytionEnquiryTelephone {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 360px) {
  .search-content__top-section {
    padding: 0!important;
  }
  .filters-mobile-menu .filters-mobile-menu_item a {
    padding: 10px 12px;
  }
  .enquiry_to_travelstaytion_banner {
    padding: 15px;
    height: auto;
  }
  .search-enquiry-button__slogan-top {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
/*
 * ========================================
 *    Property Page
 * ========================================
 */
.animate_home .property {
  margin-top: 60px;
}
.property_booking-box_close {
  display: none;
}
.property__details__menu ul {
  text-align: left;
}
.property_booking-box_close svg path {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  fill: #333;
}
.property_booking-box_close:hover svg path {
  fill: #000 !important;
}
.property_booking_wrapper_mobile {
  display: none!important;
}
.property__details__menu ul li {
  display: inline-flex;
  float: none;
  margin: 0;
  padding: 7px 10px 7px 10px;
}
.property__details__menu ul li::after {
  left: 0;
}
.property__similar-listings .section-info__left {
  padding-left: 45px;
}
.viewLandmarks,
.mobileLandmarks {
  display: none;
}
.property__similar-listings {
  position: relative;
  z-index: 0;
}
.offer-single-page #daterangepicker-main {
  display: none;
}
.property__booking-box__info--wrapper span.carret-down {
  display: none;
}
.property .property__preview__text--col .collapsible-toggle {
  float: right;
  margin-right: 0;
  width: 50px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.property .property__preview__text--col .collapsible-toggle span {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.property .property__preview__text--col .collapsible-toggle.expand span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.property .edit-property button {
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.property .edit-property button:hover {
  border-color: #000;
}
.property__details__host-reception__text a {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .property__photo-map.property_photoswipe_trigger {
    cursor: pointer;
  }
  #enquiryForm #guests {
    line-height: 35px;
  }
  .property .property__preview__text--col.expand {
    overflow: visible!important;
  }
  .pswp__button,
  .pswp__button--arrow--left::before,
  .pswp__button--arrow--right::before {
    transform: scale(1.2);
    margin-top: 4px;
  }
  #enquiryForm .button-with-no-image--grey {
    display: inline-block;
    width: auto;
  }
  .property__booking-box__booking-help .pull-left,
  .property__booking-box__booking-help .pull-right {
    width: 50%;
  }
  .property__booking-box__booking-help .pull-right {
    text-align: right;
  }
  #main_content {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .ui-tooltip {
    background-color: #000;
    color: #fff;
    opacity: 1 !important;
    z-index: 99999;
    padding: 10px;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg .modal-body {
    padding: 0;
    top: 0;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg .modal-body .modal-content-scrollable {
    width: 100%;
    height: 90vh;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg .modal-body .simplebar-scroll-content {
    padding: 0!important;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg .modal-body .simplebar-scroll-content .simplebar-content {
    padding: 0 25px 25px!important;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg .modal-body .modal_enquiry_padding {
    padding: 0;
  }
  #enquiry-details__box.enquiry-details__box .property-book-details .dates-price-overview--table {
    margin: 0;
    padding: 20px 10px;
  }
  /*.inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .spacer {

    padding: 0 15px !important;

  }*/
  .modal-body button.close {
    padding: 15px;
  }
  .property-page .zopim {
    bottom: 90px !important;
    right: 0 !important;
    z-index: 2 !important;
  }
  .mobileLandmarks {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 10;
    margin: 0 !important;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 30px 15px;
    display: block;
    transform: translateY(-100%);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .mobileLandmarks.active {
    transition: 0.4s ease 0.2s;
    transform: translateY(0);
  }
  #closeLandmarks svg {
    width: 18px;
    height: 18px;
  }
  #closeLandmarks {
    cursor: pointer;
    margin-bottom: 20px;
  }
  #closeLandmarks svg path {
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  #closeLandmarks:hover svg path {
    fill: #000 !important;
  }
  .property .pois_on_map.pois_of_property #landmarks {
    display: none;
  }
  #viewLandmarks:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }
  .property_map_pois .pois_on_map .checkbox-wrapper {
    margin-right: 10px;
  }
  div#similarListings {
    padding: 0 0 50px;
  }
  .property-page .footer {
    z-index: 0;
  }
  .property-page #fullscreen-map {
    padding: 0;
  }
  .fullscreen-map-inner_wrapper .property_map_box {
    top: 80px;
  }
  .property_map_box .property_map_box-info .property__preview__amenities-list {
    margin: 5px 0 0;
    width: 100%;
  }
  .property__preview__amenities-list li {
    width: auto;
  }
  .property_map_box .property_map_box-info .property__preview__amenities-list li + li {
    margin-left: 15px;
  }
  .property_map_box.custom-scrollbar,
  .property_map_box {
    display: none;
  }
  .property__preview__text--col h3 {
    cursor: pointer;
  }
  .mobileLandmarks.active {
    display: block !important;
  }
  .property__details__reviews__header--name-date {
    padding: 15px 0 0;
  }
  .property .edit-property button i {
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .pswp__top-bar {
    height: 54px;
    line-height: 54px;
  }
  .pswp__counter {
    height: 54px;
    line-height: inherit;
    font-size: 1.6rem;
  }
  #stuff.active {
    display: block;
    z-index: 3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  /*
   * ========================================
   *    General Responsive Styles
   * ========================================
   */
  .header-wrapper a.burger-menu {
    padding: 15px 15px 0 0;
    cursor: pointer;
  }
  .main-menu .mobile-visible {
    background-color: #fff;
  }
  header .header-col-menu {
    width: 100px;
  }
  .property .property__details__host-reception__title h3 {
    margin-top: -20px;
  }
  .property .property__details__host-reception--box.bordered-box-inner {
    padding: 5px 20px;
  }
  .property-item__box__carousel .property-carousel-info__title-address h4 {
    margin-bottom: 5px;
  }
  .property__details__amenities__text__wrapper .property__details__amenities__text--list:not(:first-child) ul {
    column-count: 2!important;
  }
}
@media only screen and (max-width: 500px) {
  .property .property__preview__amenities-list li {
    margin: 0;
    width: auto;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 360px) {
  .property__details__amenities__text__wrapper .property__details__amenities__text--list:not(:first-child) ul {
    column-count: 1!important;
  }
  .property__booking-box__info__price span.price-per-day {
    font-size: 3rem;
  }
  .property #must-have.property__details__amenities__text--list ul li {
    width: 50%;
    margin: 15px 0;
  }
}
/*
* ========================================
*    Offer Page
* ========================================
*/
@media only screen and (max-width: 900px) {
  .offer-single-page .property__booking-box__info {
    padding-top: 0;
    overflow-x: hidden;
  }
  .offer-single-page .property_booking-box_close {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .offer-single-page .property_booking-box_close svg path {
    fill: #fff;
  }
  .offer-single-page .property_booking-box_close:hover svg path {
    fill: #f8f8f8 !important;
  }
  .offer-single-page .property__booking-box__offer-title {
    margin: 0 -20px;
  }
}
.scrollMenuFix {
  padding-top: 59px !important;
}
.pn-ProductNav_Wrapper {
  position: relative;
  box-sizing: border-box;
}
.pn-ProductNav {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  white-space: nowrap;
  scrollbar-width: none;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0;
}
.js .pn-ProductNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}
.js .pn-ProductNav::-webkit-scrollbar {
  display: none;
}
.pn-ProductNav_Contents {
  float: left;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.pn-ProductNav_Contents-no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.detail-nav-item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
}
.detail-nav-item + .detail-nav-item {
  border-left-color: #eee;
}
.detail-nav-item[aria-selected="true"] {
  color: #111;
}
.pn-Advancer {
  appearance: none;
  padding: 0;
  border: 0;
  position: fixed;
  top: 100px;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 40px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
.pn-Advancer_Left {
  left: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Left,
[data-overflowing="left"] ~ .pn-Advancer_Left {
  opacity: 1;
}
.pn-Advancer_Right {
  right: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Right,
[data-overflowing="right"] ~ .pn-Advancer_Right {
  opacity: 1;
}
.pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: #bbb;
}
.authentication_form_page input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222 !important;
}
.authentication_form_page input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222 !important;
}
.authentication_form_page input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222 !important;
}
.authentication_form_page input:-moz-placeholder {
  /* Firefox 18- */
  color: #222 !important;
}
/*
 * ========================================
 *    Signin & Signup Pages
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .authentication_form_page {
    margin: 40px 0;
  }
  .authentication_form_page .form-group.form-group-spaces .simple-checkbox {
    display: inline-block;
  }
  .authentication_form_page .simple-form .form-group.form-group-spaces {
    margin: 10px 0 0;
  }
  .modal-dialog.modal-dialog-centered.modal-lg {
    width: 90%!important;
  }
}
@media only screen and (max-width: 360px) {
  .authentication_form_page .form-group.form-group-spaces .col-xs-6 {
    width: 100%;
    text-align: left !important;
    float: left;
  }
  .authentication_form_page .form-group.form-group-spaces .col-xs-6 .text-align-right {
    text-align: left !important;
  }
}
/*
 * ========================================
 *    Datepicker Responsive
 * ========================================
 */
@media only screen and (max-width: 991px) {
  body .daterangepicker {
    width: 100%;
  }
  body .daterangepicker .drp-calendar {
    padding: 10px !important;
    width: 100%;
  }
  body .daterangepicker .calendar-table {
    width: 100%;
    overflow-x: auto;
  }
  body .daterangepicker tr:first-child td.off {
    opacity: 1;
    visibility: visible;
  }
  .property__booking-box__info .daterangepicker {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .property__booking-box__info .close-picker {
    display: block!important;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 0;
    cursor: pointer;
  }
  body #property-total-price-div {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 390px) {
  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    padding: 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 1.2rem;
  }
  .property__booking-box__info {
    padding: 10px;
  }
}
/*
 * ========================================
 *    Edit Property
 * ========================================
 */
.quick_edit_rooms .quantity input,
.accordion-edit-forms .quantity input {
  width: 100%;
}
#edit-listing .quantity--centered {
  padding-top: 0;
}
.edit-photos-gallery-holder div#photos .photo.thumbnail {
  background: #eee;
}
.form-fields-icon-message .iconed-commented-field .commented-field select,
.form-fields-icon-message .iconed-commented-field .commented-field input {
  line-height: 55px;
}
#price_calculator_popup .accordion-edit-forms input,
#price_calculator_popup .accordion-edit-forms select {
  line-height: 55px;
}
.ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
  padding: 7px 0 7px 10px;
  text-align: left;
}
.custom-more-amenities-toggler.collapsed .amenities-custom-toggler-text .icon-travel_plus {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.quantity--centered input[type="number"]::-webkit-inner-spin-button,
.quantity--centered input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
  appearance: none!important;
  -moz-appearance: textfield!important;
}
.quantity--centered input[type="number"] {
  -moz-appearance: textfield!important;
}
@media only screen and (max-width: 990px) {
  .sidebar-column.sidebar-column-menu {
    z-index: 1000;
  }
  .edit-listing__heading .listing-title address {
    font-size: 1.5rem;
  }
  .edit-listing__heading {
    padding: 20px 0 20px;
  }
  #edit-listing .exponent-tooltip {
    top: 0;
  }
  #edit-listing .accordion-edit-forms select {
    line-height: 55px;
  }
  #edit-listing .accordion-edit-forms .checkbox-wrapper .custom-checkbox {
    top: 0;
  }
  #edit-listing .simple-checkbox label {
    margin-left: 5px;
  }
  #edit-listing #photos {
    padding: 0;
  }
  #edit-listing .panel-body__form-buttons {
    margin-top: 0;
  }
  .select2.select2-container.select2-container--default .select2-selection__arrow::after {
    background-image: none;
  }
  .edit-photos-gallery-holder .col-sm-4.custom-photo-wrapper-dragger {
    width: 50%;
  }
  .edit-photos-gallery-holder {
    padding: 25px;
  }
  .dashboard .content-column.not-boxed-top {
    padding-bottom: 50px;
  }
  #room-select {
    cursor: pointer;
  }
  .simplebar-track.horizontal {
    display: none;
  }
  .quick_edit_rooms {
    max-width: 100% !important;
    margin: 10px 0 !important;
  }
  .simple-checkbox {
    line-height: 23px;
    display: inline-block;
  }
  .edit-property-plain-page-heading .title {
    font-size: 2rem;
  }
  .edit-property-plain-page-heading .text {
    font-size: 1.7rem;
    font-weight: 200;
  }
  .accordion-edit-forms .checkbox-wrapper .custom-checkbox {
    top: 0;
  }
  .form-fields-icon-message .iconed-commented-field .over-field-icon {
    line-height: 55px;
    top: 0;
  }
  .accordion-edit-forms #pricing-offers .boost-host,
  .accordion-edit-forms #basic-pricing .boost-host {
    top: 5px;
  }
  .accordion-edit-forms .field-comment-input {
    line-height: 40px;
  }
  .dashboard__content__buttons--holder button {
    margin-top: 20px;
  }
  #price_calculator_popup .modal-dialog-centered {
    transform: translate(-50%, -50%) !important;
  }
  #price_calculator_popup .daterangepicker {
    left: 0 !important;
  }
  .instant-booking-checkbox-svg .simple-checkbox label br {
    display: none;
  }
  .instant-booking-checkbox-svg {
    display: inline-block;
  }
  .instant-booking-checkbox-svg .simple-checkbox .checkbox-wrapper {
    top: 0;
  }
  .instant-booking-checkbox-svg .instant-book-icon-circle {
    margin-top: -7px;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    padding: 0;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--name-date {
    padding: 0 5px;
  }
  .ranking-reviews-listed .reviews-preview {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .property__details__reviews__header--name-date {
    float: left;
    margin-top: 20px;
  }
  .property__details__reviews__header--image {
    width: 80px;
  }
  .property__details__reviews__body {
    max-height: 70px;
    min-height: auto;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    width: 100%;
  }
  .supported-sources-icons-wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    width: 75% !important;
  }
  #rateModal .modal-dialog.modal-dialog-centered {
    width: 100%;
    top: 45%;
    height: 100vh;
  }
  #rateModal .modal-dialog.modal-dialog-centered .modal-content {
    width: 100%!important;
    height: 100%;
  }
  #rateModal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    padding: 0;
  }
  #rateModal .instant-booking-checkbox-svg {
    margin-top: 20px!important;
  }
  #rateModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .pricing-calculator-sidebar {
    margin-top: 0;
  }
  .accordion-edit-forms select {
    line-height: 55px;
  }
  .calendar-edit-availability {
    margin: 0;
    padding: 10px 15px !important;
  }
  .calendar-rates-content .availability-selector,
  .calendar-rates-content .additional-guests {
    margin: 20px 0;
  }
  .calendar-header .rate_availability_summary .rate_availability_item p {
    display: inline-block;
    margin: 5px 0;
  }
  .imported-calendars {
    margin: 0 !important;
  }
  .calendar_existing_rates {
    margin: 0 0 20px;
  }
  #sync_calendar {
    padding: 0;
    border: 0;
  }
  #edit-list-calendar .col-md-3.col-sm-12.text-left {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }
  #edit-list-calendar .col-md-offset-3.col-md-6.col-sm-12.text-right {
    float: left;
    display: inline-block;
    text-align: left;
  }
  .calendar-header .instant-booking-checkbox-svg {
    text-align: left;
    float: left;
    display: inline-block;
    margin-left: -15px;
  }
  .sidebar-column.sidebar-column-notifications.active {
    z-index: 9999;
  }
  #rateModal .daterangepicker {
    left: 0 !important;
  }
  .calendar-rates-content .additional-guests label {
    font-size: 1.8rem;
    font-weight: 200;
    margin-top: 15px;
  }
  .amenities_must-have .simple-checkbox {
    display: block;
  }
  .accordion-edit-forms .amenities-list-row .custom-select select {
    line-height: 40px;
  }
  /*.amenities-list-row .row {

    margin: 10px -15px !important;

  }*/
  .sync-calendar-wrapper .supported-sources .supported-sources-icon-yahoo {
    width: 100%;
  }
  #property_details .btn.bordered-btn-hover.left-hover.left-hover--dark {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .property__details__reviews__header--name-date {
    width: calc(100% - 90px);
    margin-left: 3px;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .details-subform .property-bathrooms,
  .details-subform .property-sleeps,
  .details-subform .property-bedrooms {
    width: 100%;
  }
  .edit-photos-gallery-holder .col-sm-4.custom-photo-wrapper-dragger {
    width: 100%;
  }
  #amenities_must-have .amenities-list-row .col-sm-4.col-xs-6 {
    width: 100%;
  }
  .property__details__reviews__header--image {
    width: 50px;
  }
  .property__details__reviews__header--name-date {
    margin-top: 2px;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    margin-top: 2px;
  }
}
/*
 * ========================================
 *   Offers Page
 * ========================================
 */
@media only screen and (max-width: 360px) {
  .offer-property-item__expiration {
    text-align: center !important;
    width: 100%;
  }
  .offers-container .book-now-button {
    width: 100% !important;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 13px;
  }
  .offer-property-item .offer-property-item__title .title {
    margin: 0 0 10px;
  }
  .offers-page .contact-hero {
    padding-top: 30px;
  }
  .offers-page .contact-hero .contact-hero-text p {
    margin: 0;
  }
  .offers-container .offer-property-item:first-child {
    margin-top: 0;
  }
}
/*
 * ========================================
 *   Global Styles
 * ========================================
 */
body.modal-open {
  padding-right: 0 !important;
  width: 100%;
}
.animate_home header,
.animate_home .hide_menu_items .header-wrapper {
  height: 60px;
  z-index: 11;
}
header.prepare_sticky .form-group.form-group-15 {
  height: 20px;
  line-height: 20px;
}
header.prepare_sticky .form-group-15 button {
  border: 0;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  display: block;
  font-family: 'Tinos', serif;
}
header.prepare_sticky .form-group.form-group-15 .dropdown-menu.dropdown-menu-form {
  left: -100px;
  min-width: 100px;
  width: 270px;
  padding: 20px 0;
}
header.prepare_sticky .form-group.form-group-15 .dropdown-menu.dropdown-menu-form .quantity--centered {
  padding-top: 10px;
}
header.prepare_sticky .form-group-15 button:hover,
header.prepare_sticky .form-group-15 button:focus,
header.prepare_sticky .form-group-15 .open > .dropdown-toggle.btn-primary {
  background: transparent!important;
  color: #000 !important;
  box-shadow: none!important;
}
.clear-search-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 13px;
  right: 10px;
  cursor: pointer;
}
#home1 .clear-search-btn {
  right: 90px;
}
#home1 .search_form--style .form-group.form-group-50 .search_input {
  width: 80%;
}
/*.clear-search-btn:before {
  background-image: linear-gradient(to right, transparent, white);
  content: '';
  width: 60px;
  height: 20px;
  left: -62px;
  top: -6px;
  position: absolute;
}*/
.prepare_sticky .clear-search-btn {
  top: 0px;
  text-align: center;
  right: -10px;
  background-color: #fff;
  width: 30px;
  height: 25px;
  padding: 5px;
}
.clear-search-btn svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
}
.dropdown .carret-down {
  right: 0 !important;
}
.travelstaytion_intro_popup {
  color: #000;
}
.travelstaytion_intro_popup p {
  margin: 0 0 0px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 200;
}
.travelstaytion_intro_popup p:after {
  height: 0px;
  content: '';
  background-color: #f1f1f1;
  width: 30%;
  display: block;
  top: 0;
  left: 0;
  margin: 10px 0 20px 0;
  position: relative;
}
.travelstaytion_intro_popup .pop-up-helper-content {
  padding-top: 0px;
}
.travelstaytion_intro_popup .pop-up-helper-wrapper {
  height: auto;
}
.travelstaytion_intro_popup .pop-up-helper-gotit {
  font-size: 1.8rem;
}
.travelstaytion_intro_popup .pop-up-helper-gotit a {
  font-weight: 400;
  border: 2px solid #000;
  padding: 14px 40px;
  text-decoration: none;
}
.travelstaytion_intro_popup .pop-up-helper-gotit .icon-travel_current-down {
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 1.4rem;
}
.travelstaytion_intro_popup h3 {
  font-size: 2.8rem;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  position: relative;
  margin-left: 30px;
  padding-left: 10px;
  /*&:after {
      height: 1px;
      content:'';
      background-color: #f1f1f1;
      width: 30%;
      display: block;
      top:0;
      left:0;
      margin:10px 0 20px 0;
      position: relative;
    }*/
}
.travelstaytion_intro_popup h3.host-reception-title {
  font-weight: 400;
  font-family: 'Tinos', sans-serif;
  /* -webkit-text-fill-color: transparent; */
}
.travelstaytion_intro_popup h3.host-reception-title:after {
  content: "NEW";
  position: absolute;
  left: 140px;
  top: -8px;
  color: #000;
  display: block;
  background-image: none;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  -webkit-text-fill-color: #cd5360;
}
.travelstaytion_intro_popup h3 i {
  left: -30px;
  position: absolute;
}
.travelstaytion_intro_popup .final-text {
  font-size: 2.6rem;
}
.search_form--style .search_input::placeholder {
  -webkit-transition: all 0.4s ease 0.9s;
  -moz-transition: all 0.4s ease 0.9s;
  -o-transition: all 0.4s ease 0.9s;
  transition: all 0.4s ease 0.9s;
}
.white-text .search_form--style .search_input::placeholder {
  color: #fff !important;
  opacity: 1;
}
.black-text.white-text .search_form--style .search_input::placeholder {
  color: #000 !important;
  opacity: 1;
}
.destinations-wrapper .destination-box__link::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, transparent);
  top: 0;
}
#searchMobileModal {
  overflow: hidden;
  display: none;
}
#searchMobileModal .modal-close-up-right {
  position: absolute;
  top: 25px;
  right: 25px;
}
#searchMobileModal .modal-dialog {
  left: calc(50% - 275px);
  top: 10%;
  width: 100%;
  height: 80vh;
  transform: translate3d(0, 0, 0) !important;
  max-width: 550px;
}
#searchMobileModal .modal-dialog .modal-content {
  height: 100%!important;
}
#searchMobileModal .modal-body.modal-body-no-padding {
  height: 100%;
}
#searchMobileModal .search-form-popup {
  padding: 0 40px 0;
  height: calc(100% - 55px);
  overflow-y: auto;
  position: relative;
  top: 55px;
}
#searchMobileModal .search-form-popup h3 {
  font-size: 3.6rem;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 30px;
}
#searchMobileModal .search-form-popup .form-bordered {
  position: relative;
  display: inline-block;
  border: 0;
}
#searchMobileModal .search-form-popup .form-bordered .form-group {
  width: 100%;
  margin-bottom: 20px;
}
#searchMobileModal .search-form-popup .form-group.form-group-100 {
  margin: 0;
}
#searchMobileModal .search-form-popup .form-bordered .form-group input {
  height: 40px;
  line-height: 40px;
  min-height: 40px !important;
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000 !important;
  padding: 0;
  font-size: 2rem !important;
  font-weight: 400;
  font-family: 'Tinos', serif;
}
#searchMobileModal .search-form-popup .form-bordered .form-group input:focus {
  outline: none;
}
#searchMobileModal .search-form-popup select:focus {
  outline: none;
}
#searchMobileModal .search-form-popup .form-bordered .form-group input::placeholder {
  color: #000 !important;
  opacity: 1!important;
  font-size: 2rem !important;
}
#searchMobileModal .search-form-popup #number_of_guests-header-search {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  text-align: left;
  font-family: 'Tinos', serif;
  border-radius: 0;
  background: transparent;
}
#searchMobileModal .search-form-popup span.carret-down {
  width: 14px;
  height: 8px;
  right: 10px;
}
#searchMobileModal .search-form-popup .search_button.search_input.search-field-blur-background {
  font-family: 'Tinos', serif;
  background: transparent;
  border: 0;
  float: right;
  font-size: 2.8rem !important;
  padding: 0;
}
#searchMobileModal .quotes-search-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}
#searchMobileModal .quotes-search-wrapper .divider {
  display: block;
  margin: 0 0 20px;
  width: 30%;
  height: 1px;
  background: #000;
}
#searchMobileModal .quotes-search-wrapper .quote-text {
  font-family: 'Tinos', serif;
  font-size: 2.5rem;
  color: #000;
}
#searchMobileModal .quotes-search-wrapper .quote-label {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #666;
  font-weight: 200;
  display: block;
}
#searchMobileModal .modal-open .daterangepicker {
  position: fixed;
  top: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  height: 100vh;
  overflow-y: scroll;
}
#searchMobileModal .modal-open .pac-container.pac-logo {
  width: calc(100vw - 100px) !important;
  left: 40px !important;
  min-width: 360px;
}
#searchMobileModal.in .modal-dialog {
  transform: translate3d(0, 0, 0) !important;
}
#searchMobileModal .modal-dialog {
  left: calc(50% - 275px);
  top: 10%;
  width: 100%;
  height: 70vh;
  transform: translate3d(0, -200%, 0) !important;
  max-width: 550px;
  transition: opacity 0.4s ease 0.1s, transform 0.8s ease 0.1s;
}
@media only screen and (max-width: 991px) {
  #searchMobileModal {
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.4s ease, transform 0.8s ease;
  }
  #searchMobileModal.in {
    opacity: 1;
    transform: translateY(0);
  }
  #searchMobileModal .modal-dialog {
    left: 0;
    top: 0;
    height: 100%;
    transform: translate3d(0, 0, 0) !important;
  }
  #searchMobileModal .modal-close-up-right {
    top: 10px;
    right: 10px;
  }
  #searchMobileModal .search-form-popup {
    padding: 0 40px 40px;
    height: calc(100vh - 120px);
    overflow-x: hidden;
    width: 100%;
  }
  #searchMobileModal .quotes-search-wrapper {
    margin-bottom: 0;
  }
  #searchMobileModal .search-form-popup .form-bordered.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  #searchMobileModal .hide-temp {
    opacity: 0!important;
    transition: opacity 0.4s ease;
  }
  .daterangepicker {
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    padding-top: 40px !important;
  }
  .modal-open .daterangepicker {
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    height: 100%;
    max-height: 100%;
  }
  .modal-open .daterangepicker.show-calendar .ranges {
    margin-top: 0;
  }
  .modal-open .close-picker {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 1.6rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .book_it_section .close-picker {
    display: none;
  }
  #destinations-carousel .owl-nav,
  #destinations-carousel .owl-dots {
    display: none;
  }
  .featured-properties .custom-container {
    padding: 0!important;
  }
  .featured-properties-wrapper {
    padding: 0px;
  }
  .container.home #homeSlider .hsSlide {
    z-index: -1 !important;
  }
  .container.home #homeSlider .hsSlide.active {
    z-index: 2!important;
  }
  #home1 .fp-scroller,
  #home2 .fp-scroller {
    transform: translate(0, 0) !important;
  }
  .animate_home .hide_menu_items .header-wrapper {
    -webkit-transition: padding 0.4s ease, background-color 0.5s ease 0.9s;
    -moz-transition: padding 0.4s ease, background-color 0.5s ease 0.9s;
    -o-transition: padding 0.4s ease, background-color 0.5s ease 0.9s;
    transition: padding 0.4s ease, background-color 0.5s ease 0.9s;
  }
  header .header-wrapper {
    height: 60px!important;
  }
  .prepare_sticky.hide_menu_items.white-text .header-wrapper {
    background-color: #000 !important;
  }
  header .header-logo .travelstaytion-svg-dark-small {
    top: -4px;
    transition: all 0.4s ease;
  }
  header .travelstaytion-svg-dark-small svg {
    width: 35px;
  }
  .prepare_sticky.hide_menu_items .header-wrapper .travelstaytion-svg-dark-small,
  .prepare_sticky.hide_menu_items .header-wrapper .travelstaytion-svg-dark-small .st0,
  header.prepare_sticky.hide_menu_items .form-bordered,
  header.prepare_sticky.hide_menu_items .form-bordered input {
    -webkit-transition: fill 0.4s ease 0.9s, background 0.4s ease 0.9s, color 0.4s ease 0.9s, border-color 0.4s ease 0.9s, opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
    -moz-transition: fill 0.4s ease 0.9s, background 0.4s ease 0.9s, color 0.4s ease 0.9s, border-color 0.4s ease 0.9s, opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
    -o-transition: fill 0.4s ease 0.9s, background 0.4s ease 0.9s, color 0.4s ease 0.9s, border-color 0.4s ease 0.9s, opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
    transition: fill 0.4s ease 0.9s, background 0.4s ease 0.9s, color 0.4s ease 0.9s, border-color 0.4s ease 0.9s, opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
  }
  header.prepare_sticky.hide_menu_items .burger-menu .top-burger,
  header.prepare_sticky.hide_menu_items .burger-menu .middle-burger,
  header.prepare_sticky.hide_menu_items .burger-menu .bottom-burger {
    -webkit-transition: background 0.4s ease 0.9s, transform 0.4s ease;
    -moz-transition: background 0.4s ease 0.9s, transform 0.4s ease;
    -o-transition: background 0.4s ease 0.9s, transform 0.4s ease;
    transition: background 0.4s ease 0.9s, transform 0.4s ease;
  }
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.active span {
    background: #000 !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
  }
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.active.closing span,
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.closing span {
    background: #fff !important;
    transform: rotate(0deg) !important;
    opacity: 1!important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
  }
  .prepare_sticky.hide_menu_items.remove-white-text .header-wrapper,
  .prepare_sticky.hide_menu_items.remove-white-text .header-wrapper .travelstaytion-svg-dark-small,
  .prepare_sticky.hide_menu_items.remove-white-text .header-wrapper .travelstaytion-svg-dark-small .st0,
  .prepare_sticky.hide_menu_items.remove-white-text .burger-menu .top-burger,
  .prepare_sticky.hide_menu_items.remove-white-text .burger-menu .middle-burger,
  .prepare_sticky.hide_menu_items.remove-white-text .burger-menu .bottom-burger,
  .prepare_sticky.hide_menu_items.remove-white-text .form-bordered,
  .prepare_sticky.hide_menu_items.remove-white-text .form-bordered input,
  .prepare_sticky.hide_menu_items.remove-white-text svg path {
    -webkit-transition: 0.7s ease !important;
    -moz-transition: 0.7s ease !important;
    -o-transition: 0.7s ease !important;
    transition: 0.7s ease !important;
  }
  header.prepare_sticky.hide_menu_items.white-text span.search-icon-dark svg path {
    fill: #fff;
    stroke: #fff;
  }
  header.prepare_sticky.hide_menu_items span.search-icon-dark svg path {
    -webkit-transition: all 0.4s ease 0.9s;
    -moz-transition: all 0.4s ease 0.9s;
    -o-transition: all 0.4s ease 0.9s;
    transition: all 0.4s ease 0.9s;
    fill: #000;
    stroke: #000;
  }
  .prepare_sticky.hide_menu_items.white-text .header-wrapper .travelstaytion-svg-dark-small {
    fill: #fff !important;
  }
  .header-wrapper .travelstaytion-svg-dark-small {
    transform: translateX(-150%);
  }
  .hide_menu_items.prepare_sticky .header-col.header-col-logo .travelstaytion-svg-dark-small {
    transform: translateX(0);
  }
  .prepare_sticky.hide_menu_items.white-text .header-wrapper .travelstaytion-svg-dark-small .st0 {
    fill: #000 !important;
  }
  header.prepare_sticky.hide_menu_items.white-text .burger-menu .top-burger,
  header.prepare_sticky.hide_menu_items.white-text .burger-menu .middle-burger,
  header.prepare_sticky.hide_menu_items.white-text .burger-menu .bottom-burger {
    background: #fff !important;
  }
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.active .top-burger,
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.active .middle-burger,
  header.prepare_sticky.hide_menu_items.white-text .burger-menu.active .bottom-burger {
    background: #000 !important;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  header.prepare_sticky.hide_menu_items.white-text .form-bordered {
    border-color: #fff !important;
  }
  header.prepare_sticky.hide_menu_items.white-text .form-bordered input {
    color: #fff !important;
  }
  body header .header-col.header-col-logo .travelstaytion-svg-dark {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    -moz-transition: opacity 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
  body header.prepare_sticky .header-col.header-col-logo .travelstaytion-svg-dark {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  header .header-col-menu .burger-menu {
    -webkit-transition: 0.4s ease 0.4s;
    -moz-transition: 0.4s ease 0.4s;
    -o-transition: 0.4s ease 0.4s;
    transition: 0.4s ease 0.4s;
  }
  header.prepare_sticky .header-col-menu .burger-menu {
    padding: 0;
    margin-top: 5px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header .header-col.header-col-logo .search_form--style {
    visibility: visible;
    transform: translateY(-250%);
    position: absolute;
    margin-top: 2px;
    top: 15px;
    z-index: 2;
    left: 80px;
    max-width: calc(100% - 120px);
    width: 100%;
    -webkit-transition: opacity 0.4s ease 0.4s, all 0.4s;
    -moz-transition: opacity 0.4s ease 0.4s, all 0.4s;
    -o-transition: opacity 0.4s ease 0.4s, all 0.4s;
    transition: opacity 0.4s ease 0.4s, all 0.4s;
  }
  header.prepare_sticky .header-col.header-col-logo .search_form--style {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: 0.4s ease 0.4s;
    -moz-transition: 0.4s ease 0.4s;
    -o-transition: 0.4s ease 0.4s;
    transition: 0.4s ease 0.4s;
  }
  header .header-col.header-col-logo .form-bordered {
    padding: 5px !important;
    width: 90%;
    max-width: calc(100% - 50px);
  }
  header .header-col.header-col-logo span.search-icon-dark,
  header .header-col.header-col-logo span.search-icon-dark svg {
    width: 16px;
    top: 3px;
  }
  header .header-col.header-col-logo .search_form--style #location-header-search.search_input {
    font-size: 1.8rem !important;
    font-weight: 400;
    text-align: left;
    padding: 0 5px 0 25px;
  }
  #location-header-search {
    cursor: pointer;
  }
  .prepare_sticky .header-col.header-col-logo .form-bordered {
    width: 70%;
    max-width: calc(100% - 50px);
  }
  .clear-search-btn {
    display: none;
  }
  header .form-group.form-group-25,
  header .form-group.form-group-15 {
    display: none;
  }
  header .form-group-45 {
    width: 100%;
  }
  .travelstaytion_intro_popup .intro-content {
    margin-left: 0;
  }
  .travelstaytion_intro_popup h3 i {
    left: 0;
    position: relative;
  }
}
/*
 * ========================================
 *   Sticky header styles
 * ========================================
 */
.animate_home .dashboard,
.animate_home .booking-checkout,
.animate_home .billing-container {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .animate_home .dashboard,
  .animate_home .booking-checkout,
  .animate_home .billing-container {
    margin-top: 60px;
  }
  .animate_home .static-page {
    margin-top: 60px;
  }
}
/*
 * ========================================
 *   Users Edit
 * ========================================
 */
.dashboard__content__buttons--holder button {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.dashboard__content__buttons--holder button:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .content-column {
    padding-bottom: 50px;
  }
  #edit_profile-accordion .panel-body__form-fields {
    margin-top: 15px;
  }
}
/*
 * ========================================
 *  My Listings Edit
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .dashboard__content__listing--properties__item__info .complete-progress .missing-things {
    margin-top: 5px;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .complete-progress .progress-percentage-bar {
    width: calc(100% - 20px);
  }
  .dashboard__content__listing--properties__item .preview_property {
    margin: 0;
  }
  .dashboard__content__listing--properties__item .edit-property i {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 500px) {
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__image {
    min-height: 200px;
  }
}
/*
 * ========================================
 *  Reservations
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .dashboard__content__table--body--content__item {
    padding: 40px 0 10px 0;
  }
  .dashboard__content__table__boking-id {
    padding: 6px;
    font-size: 1.3rem;
  }
  .upcoming-reservations .dashboard__content__table--body--content__item .dates_col.spacer {
    margin-top: -8px;
  }
  .dashboard__content__table--body--header__col.dashboard__content__table--body--header__col35 {
    margin-top: 10px;
  }
  .reservations_page .dashboard__content__table__user-name .name,
  .trips_page .dashboard__content__table__user-name .name {
    margin-bottom: 5px;
  }
  .reservations_page .dashboard__content__table--body--content__item .property-address,
  .trips_page .dashboard__content__table--body--content__item .property-address {
    font-size: 1.5rem;
    color: #666;
  }
  .dashboard__content__table__user-image img {
    max-width: 80px;
    height: auto;
  }
  .reservation_actions a {
    font-size: 1.5rem;
  }
}
/*
 * ========================================
 * My Rate
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .favorites_page_dashboard h1 {
    margin: 10px 0 20px;
  }
  .account-rating-box-colored {
    padding: 20px 0;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .title {
    font-size: 1.8rem;
  }
  .account-rating-box-wrapper {
    margin-top: 25px;
  }
  body .account-rating-box-wrapper .account-rating-box .account-rating-box_text {
    font-size: 1.8rem;
    padding: 0 20px;
    line-height: 2.6rem;
  }
  .account-rating-box-wrapper .account-rating-box + .account-rating-box {
    margin-top: 0;
  }
}
/*
 * ========================================
 *  Rates and Availability
 * ========================================
 */
.calendar-rates-heading .custom-col.custom-month-selection {
  line-height: 54px;
}
@media only screen and (max-width: 500px) {
  .calendar-rates-heading .custom-col.custom-month-selection {
    padding: 0;
  }
  .calendar-rates-heading .custom-col.custom-month-selection #month_select_carret_down {
    right: 10px;
  }
}
/*
 * ========================================
 *  Favorites
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .dashboard--container .offer-property-item {
    margin-top: 20px;
  }
}
/*
 * ========================================
 *  Payment Preferences
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .dashboard__content--boxed--bordered {
    margin-top: 0;
  }
  .dashboard__content__table--border .table.table--simplified.table--colored-items tr th {
    width: auto !important;
  }
  .dashboard__content__table--border .table-wrapper-scroll {
    margin: 20px 0;
  }
  .dashboard__content__table--border .table.table--simplified.table--colored-items {
    margin-bottom: 0;
  }
  .dashboard__content__table--border .table--colored-items tbody tr td {
    font-size: 1.4rem;
    line-height: 33px !important;
  }
  .dashboard__content__table--border .table--colored-items tbody tr td .verified {
    transform: translateY(0);
  }
  .add-payout-method--modal .select-payout-model,
  .common-modal-w-form .select-payout-model {
    height: 100%;
  }
  .payout-method p {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .add-payout-method--modal .payout-method.dashboard__content__box__form-inputs,
  .common-modal-w-form .payout-method.dashboard__content__box__form-inputs {
    padding-top: 0;
    margin-top: 0;
  }
  .add-payout-method--modal .modal-custom-header {
    margin: 20px 0;
  }
  .add-payout-method--modal .payout-method.dashboard__content__box__form-inputs .form-group,
  .common-modal-w-form .payout-method.dashboard__content__box__form-inputs .form-group {
    margin-bottom: 15px;
  }
  .add-payout-method--modal .select-payout-model .modal-close-up-right,
  .common-modal-w-form .select-payout-model .modal-close-up-right {
    top: -15px;
    right: 15px;
  }
}
/*
 * ========================================
 *  Booking Page
 * ========================================
 */
.booking-checkout .input-field-wrapper input,
.booking-checkout .input-field-wrapper select {
  line-height: 55px;
}
.payment_options .payment-methods input:checked + label::after {
  display: none;
}
.payment_options label i:first-of-type {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .booking-checkout .pull-right {
    float: left !important;
    width: 100%;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-total-price {
    padding: 0 0 15px;
  }
  .apply_coupon-wrapper #voucher_input {
    margin-bottom: 0;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper {
    line-height: 30px;
  }
  .booking-checkout .accept-newsletter .simple-checkbox {
    display: inline-block;
    margin-right: 5px;
    line-height: 30px;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper,
  .booking-checkout .accept-newsletter .simple-checkbox span {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper {
    padding-left: 10px;
  }
  .payment_options .payment-method {
    width: 100%;
    margin-bottom: 15px;
  }
  #sharedPaymentsDiv,
  #stripe-installmentsDiv {
    margin: 10px 0 0 !important;
  }
  #share_1 .input-group-btn {
    right: 0 !important;
  }
  #share_1 .input-group .form-control {
    margin-bottom: 0;
  }
  .payment-methods .icon-travel_info {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
  }
  .booking-checkout .accept-terms {
    text-align: left;
    display: inline-block;
    line-height: 30px;
    padding: 0;
  }
  .booking-checkout .accept-terms .simple-checkbox {
    position: unset;
    top: 0;
    width: auto;
    float: left;
  }
  .booking-checkout .accept-terms span {
    float: left;
    display: inline-block;
  }
  .booking-checkout button#book_it_button {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .booking-checkout .accordion-item__heading .step-title .title {
    font-size: 1.6rem;
  }
  .stripe_card .card_icons {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
  }
  .stripe_card .card_icons .cards-list {
    display: inline-block;
    margin: 0;
  }
  .stripe_card .card_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
  }
  body .stripe_card .stripe_inputs {
    width: 100%;
    padding: 30px 20px;
  }
}
/*
 * ========================================
 *  Booking Confirmation
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .billing-container-wrapper {
    margin: 0 0 50px;
  }
  .billing-reservation-print-share a i {
    display: inline-block;
    vertical-align: middle;
  }
  .billing-reservation-print-share {
    float: left;
    text-align: left;
    margin-top: 15px;
  }
  .billing-container-wrapper .billing-container-left .action-buttons {
    margin: 0;
  }
  .billing-container-wrapper .billing-container-left .action-buttons button.unavailable.cancel.updates_buttons {
    margin: 10px 0 0;
  }
  .billing-reservation-print-share .share_icons {
    display: inline-block;
    position: relative;
  }
  .billing-reservation-print-share .share_icons #share_the_post {
    left: 100%;
    overflow: visible;
    width: 300px;
    top: -5px;
    margin-left: 15px;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-col {
    margin-bottom: 15px;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-col:last-child {
    margin-bottom: 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-details-send-message a {
    margin: 10px 0 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-service-wrapper {
    margin-top: 25px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .billing-booking-payment-total .col-50 {
    width: 50%;
  }
  .billing-container-wrapper .billing-booking-payment-details .payment-details-row .col-60 {
    text-align: right;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-cancellation-policy .cancellation-diagram-wrapper {
    margin: 10px 0 0;
    display: inline-block;
  }
}
/*
 * ========================================
 *  Transactions
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .dashboard-transactions-page .dashboard__content__table--border {
    padding: 10px 5px 30px;
  }
  .transactions-calculator .calculator-inline .earnings_amount {
    margin: 20px 0 5px;
  }
}
/*
 * ========================================
 *  Updates
 * ========================================
 */
.inbox-item .suggest-alternative-button.updates_buttons {
  cursor: pointer;
}
.inbox-item .suggest-alternative-button.updates_buttons:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .inbox-item-wrapper .inbox-item {
    width: 50%;
    display: inline-block;
    float: left;
    min-height: 590px;
    padding: 10px;
    margin: 0 !important;
  }
  .inbox-item-wrapper {
    margin-top: 15px;
  }
  .dashboard__menu ul li a.dash_Active span.badge {
    bottom: 5px !important;
  }
  .inbox-item-wrapper .name_enquiry-type {
    font-size: 1.6rem;
  }
  .inbox-item .address {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .inbox-item .actions-column .date-received {
    font-size: 1.4rem;
    color: #666;
  }
  .inbox-item .message-preview {
    min-height: 100%;
    background: #f0f0f0;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4px;
  }
  .inbox-item .message-preview i {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .inbox-item .message-preview a.read_more {
    font-size: 1.6rem;
    text-decoration: none;
  }
  .inbox-item .dates-price-overview--table {
    margin: 20px auto 15px auto;
  }
  .dates-price-overview--table .dates_col {
    margin: 0 7px;
  }
  .inbox-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .inbox-item .suggest-alternative-button.updates_buttons {
    font-size: 1.4rem;
    line-height: 25px;
    margin-top: 15px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .inbox-item-wrapper .inbox-item {
    width: 100% !important;
  }
}
/*
 * ========================================
 *   Booking Success
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .container-fluid.nopadding.homepage.success-page {
    margin-bottom: 50px;
  }
  .container-fluid.nopadding.homepage.success-page .lead {
    margin-bottom: 10px;
  }
  .row.next-steps {
    margin-top: 30px;
    padding: 30px 10px;
  }
  .row.next-steps h2 {
    margin-top: 0;
  }
}
/*
 * ========================================
 *  Inbox
 * ========================================
 */
@media only screen and (max-width: 767px) {
  .inbox-message-content-column .inbox-message__conversation .conversation-heading .conversation-heading--wrapper {
    padding: 0;
  }
  .conversation-heading .conversations-tips {
    width: 100%;
  }
}
.checkbox-wrapper input[type="checkbox"],
.checkbox-wrapper input[type="radio"] {
  height: 15px;
}
/*
 * ========================================
 *  User page
 * ========================================
 */
.animate_home .user-profile-public-page {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .animate_home .user-profile-public-page {
    margin-top: 0;
  }
}
/*
 * ========================================
 *  Reception Form
 * ========================================
 */
#formReception {
  padding: 50px 0;
  min-height: calc(100vh - 502px);
}
#formReception .reception_title {
  margin: 30px 0;
}
#formReception .btn-group {
  margin: 15px 0;
}
#formReception input {
  min-height: 55px;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: 200;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0;
}
#formReception.form-horizontal .control-label {
  line-height: 55px;
  padding-top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#formReception .input-group-addon {
  padding: 0;
  background-color: transparent;
}
#formReception .form-group {
  border: 0;
  margin-bottom: 15px !important;
}
#formReception .input-group select {
  height: 50px;
  border: 0;
  padding: 5px;
}
#formReception .btn {
  font-size: 1.6rem;
  border: 2px solid #000;
  padding: 12px 25px;
  color: #000;
  width: auto;
  max-width: initial;
  margin: 10px 5px;
  transition: 0.4s ease;
}
#formReception .btn:hover,
#formReception .btn.active {
  background-color: #000;
  color: #fff;
}
#formReception .simple-checkbox {
  line-height: 30px;
  float: left;
  width: 100%;
  display: inline-block;
}
#formReception .simple-checkbox .control-label {
  line-height: 30px !important;
  height: 30px;
  min-height: 30px;
  margin: 0;
  float: left;
  font-size: 1.5rem;
  max-width: calc(100% - 50px);
}
#formReception .simple-checkbox .checkbox-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  height: 30px;
}
#formReception .checkbox-wrapper input {
  margin: 0 15px 0 0 !important;
  padding: 0;
  min-height: 30px;
  width: 30px !important;
  display: inline-block;
}
#formReception .simple-checkbox .checkbox-wrapper .custom-checkbox {
  width: 30px;
  height: 30px;
  background-color: #fff;
}
#formReception .simple-checkbox .checkbox-wrapper .custom-checkbox i {
  top: 5px;
  left: 5px;
}
#formReception .simple-checkbox.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox i,
#formReception .simple-checkbox .checkbox-wrapper input[type="radio"]:checked + .custom-checkbox i {
  color: #000 !important;
}
#selectAll {
  margin: 0 !important;
}
.container-fluid.background-white.reception-form-actions {
  margin-bottom: 50px;
}
.group_services .row .col-md-3,
.group_services .row .col-md-6 {
  padding: 0;
  display: inline-block;
}
#formReception .list-group .btn {
  width: 80%;
  margin: 10px auto !important;
  display: block;
}
.row.success-message {
  margin-bottom: 25px;
}
.step-1 h2 {
  text-align: center;
}
#formReception .list-group {
  max-height: 200vh;
  overflow-x: hidden;
}
#newList input {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  #formReception .list-group {
    max-height: 400px;
  }
  #formReception.form-horizontal .control-label {
    line-height: 3rem;
    padding-top: 0;
  }
  .group_services .row .col-md-6 {
    margin-left: 15px;
  }
  .col-sm-12.services h4 {
    margin-bottom: 20px;
  }
  .group_services {
    padding: 10px 0;
  }
  .container.bottom15.standards {
    margin-top: 0 !important;
  }
  #formReception .reception_title {
    margin: 0 0 30px;
  }
  #selectAll {
    margin-bottom: 20px !important;
  }
  .group_services .row .col-md-3,
  .group_services .row .col-md-6 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .group_services .row .col-md-6 {
    margin-left: 0!important;
  }
}
body .daterangepicker #datepicker_clear {
  display: block;
}
body .daterangepicker #datepicker_clear2 {
  display: block;
}
body .daterangepicker #datepicker_clear3 {
  display: block;
}
body .daterangepicker #datepicker_clear4 {
  display: block;
}
body .daterangepicker .datepicker_clear_div {
  display: block;
}
#datepicker_clear {
  display: none;
}
#datepicker_clear2 {
  display: none;
}
#datepicker_clear3 {
  display: none;
}
#datepicker_clear4 {
  display: none;
}
.datepicker_clear_div {
  display: none;
}
/*
 * ========================================
 *  Sticky css
 * ========================================
 */
@media only screen and (max-width: 991px) {
  .animate_home .static-page {
    margin-top: 60px;
  }
  .animate_home .authentication_form_page {
    margin-top: 60px;
  }
}
.other_month {
  visibility: hidden;
}
.bbDisabled {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.bbDisabled span {
  background-color: #e5e4e4;
  color: #8a8a8a;
}
/* Make property submenu sticky below the main header */
.property .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper {
  top: 60px;
}
/* fade sto keimeno sto description na min kovei toso apotoma */
.property .property__details__box__text {
  position: relative;
}
.property .property__details__box__text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  left: 0;
  height: 20%;
  opacity: 1;
  z-index: 3;
}
.property__details__box__text.expand::after {
  display: none;
}
/* checkout page vertical center align image */
.booking-checkout .property-image {
  position: relative;
  height: 230px;
}
.booking-checkout .property-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.calendar-header .rate_availability_summary .rate_availability_item .rate_availability_item_default.item_channel_manager {
  font-weight: 400;
  padding: 10px 5px;
  background-color: #f8f8f8;
  font-size: 1.7rem;
}
.favorites-header .favorites-icon-hurt svg {
  transition: 0.2s ease-in;
}
.favorites-header.new-favorite .favorites-icon-hurt svg {
  fill: #cd5360;
}
.favorites-header.new-favorite .favorites-icon-hurt {
  position: relative;
}
.favorites-header .favorites-icon-hurt::before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  background: #cd5360;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -7px;
  transform: scale(0);
  opacity: 0;
  transition: 0.4s ease-in;
}
.favorites-header .favorites-icon-hurt {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(205, 83, 96, 0.5);
}
.favorites-header.new-favorite.trigger-pulse-animation .favorites-icon-hurt {
  -webkit-animation: pulse 1.25s cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s cubic-bezier(0.66, 0, 0, 1);
}
.favorites-header.new-favorite .favorites-icon-hurt::before {
  transform: scale(1);
  opacity: 1;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.col-md-12.recent-searches > .ghost-dark-link {
  display: inline-block !important;
  height: 36px;
  padding: 10px;
  margin-top: 0;
  margin-left: 15px;
  line-height: 12px;
  max-width: 200px;
  float: left;
  font-size: 1.4rem;
}
.recent-searches-items {
  float: left;
}
.view-public-profile {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
body .search_container a.close-popup-filter {
  text-decoration: none !important;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  transition: 0.4s ease-in;
  color: #666;
  padding: 0;
  z-index: 10;
}
body .search_container a.close-popup-filter:hover {
  color: #000;
}
body .search_container .dropdown-amenities a.close-popup-filter {
  top: 35px;
}
body .search_container .dropdown-price a.close-popup-filter {
  top: -10px;
  z-index: 2;
  position: relative;
  right: 0;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
body .search_container .search_filter #amenities-clear,
body .search_container .search_filter #host_services-clear {
  float: none;
}
body .search_container .filter_actions_wrapper .filter_actions .filter_action_clear {
  /*line-height: 35px;*/
}
body .search_container .host-service-filter-scrollbox {
  float: left;
  margin-bottom: 15px;
}
body .search_container .dropdown-menu_host_services a.close-popup-filter {
  position: relative;
  top: -7px;
  right: -7px;
  float: right;
  display: inline-block;
}
body .search_container .recent-searches button.btn.btn-primary.ghost-dark-link {
  background: transparent;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .search_container .recent-searches button.btn.btn-primary.ghost-dark-link:hover {
  background: #000;
}
header #apply-guests {
  background: #000;
  color: #fff !important;
  padding: 0 18px !important;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 1.4rem !important;
  display: block;
  height: 35px;
  line-height: 33px;
  margin: 10px auto 0;
  width: 90px;
  transition: 0.4s ease-in;
}
header #apply-guests:hover,
header #apply-guests:focus,
header #apply-guests:active {
  background-color: #fff;
  color: #000 !important;
}
body .edit-listing__heading .preview_listing {
  display: inline-block;
  float: right;
  padding-top: 1px;
}
body .edit-listing__heading .preview_listing .ghost-dark-link {
  width: 130px;
  max-width: 100%;
  font-size: 1.3rem;
  height: 34px;
  line-height: 30px;
  padding: 0;
}
body .edit-listing__heading .listing-switcher {
  display: inline-block;
  float: right;
  width: auto;
  text-align: right;
  padding-top: 0;
  height: 35px;
  margin-left: 10px;
}
/*===========================================*/
/* Cookie Content */
/*===========================================*/
.cc-banner .cc-message {
  font-family: 'Lato', sans-serif !important;
  padding-right: 28px;
}
.cc-window.cc-banner {
  border: none !important;
  z-index: 10000000;
}
.cc-btn {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.cc-btn:hover {
  border: 2px solid #000 !important;
  background-color: #f4f4f4 !important;
  text-decoration: none;
  color: #000 !important;
  font-weight: 400;
}
.cc-window.cc-floating {
  padding: 1em 1.8em !important;
  max-width: unset !important;
  width: 100% !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  border: none;
  z-index: 10000000;
}
.cc-bottom {
  bottom: 0 !important;
}
.cc-floating .cc-message {
  margin-bottom: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  font-weight: initial;
  padding-right: 25px;
}
/*================================*/
.booking-checkout .accept-newsletter .simple-checkbox span.text-newsletter {
  width: calc(100% - 40px);
}
/*============================================*/
/* Newsletter Popup*/
/*============================================*/
#modal_newsletter .modal-content {
  border: 0;
}
#modal_newsletter .modal-dialog {
  max-width: 800px;
  width: 100%;
}
#modal_newsletter h2 {
  font-size: 36px;
}
#modal_newsletter .modal-right .sub-title {
  display: inline-block;
  width: 100%;
  font-family: 'Tinos', serif;
  font-size: 19px;
}
#modal_newsletter .modal-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: 'Lato', sans-serif;
  padding: 0;
}
#modal_newsletter .modal-left,
#modal_newsletter .modal-right {
  flex-basis: 50%;
  position: relative;
}
#modal_newsletter .modal-right {
  padding: 0 35px;
  position: relative;
}
#modal_newsletter #mc_embed_signup {
  display: inline-block;
}
#modal_newsletter #mc_embed_signup_scroll {
  padding-top: 30px;
}
#modal_newsletter .modal-left {
  background-image: url('/img/travel/newsletter_popup.jpg');
  background-position: center;
  background-size: cover;
}
#modal_newsletter .modal-left-text {
  padding: 40px 35px;
  height: 100%;
}
#modal_newsletter .modal-left-text .title {
  font-size: 5rem;
  color: #fff;
  font-family: 'Tinos', serif;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}
#modal_newsletter .modal-left-text .bottom-subtitle {
  position: absolute;
  bottom: 8%;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 1.2;
  padding: 15px 0px;
  width: 86%;
}
#modal_newsletter .modal-left-text .bottom-subtitle:before {
  content: '';
  width: 100%;
  display: inline-block;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: 0px;
}
#modal_newsletter .mc-field-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
#modal_newsletter .mc-field-group input {
  display: table-cell;
  width: 100%;
  border: 1px solid #cbcbcb;
  min-height: 55px;
  padding: 0 20px;
  margin-top: 25px;
  outline: none;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.06);
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}
#modal_newsletter .submit-button {
  padding: 10px 10px;
  width: 100%;
  display: block;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  margin-top: 35px;
}
#modal_newsletter .submit-button:hover {
  background: #000;
  color: #fff;
}
#modal_newsletter .modal-close-up-right button.close i {
  color: #cbcbcb;
}
.no-thanks {
  padding: 45px 0;
  text-align: center;
  font-size: 16px;
}
.no-thanks a {
  text-decoration: underline;
  color: #2a6496;
}
@media only screen and (max-width: 900px) {
  body .edit-listing__heading .preview_listing {
    display: inline-block;
    float: left;
    margin-top: 15px;
  }
  .edit-listing__heading .listing-featured-image .listing-switcher {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.book-property-carousel.owl-theme .owl-nav {
  margin-top: -5px;
}
.book-property-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}
.live-chat-custom {
  z-index: 999;
  position: fixed;
  bottom: 10%;
  right: 18px;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.live-chat-custom > i {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .live-chat-custom {
    bottom: 15%;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.live-chat-custom:hover,
.live-chat-custom:focus,
.live-chat-custom:active {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  color: #ffffff;
}
#liveChatIcon {
  width: 100%;
  height: auto;
}
#home3 .live-chat-custom {
  display: none;
}
.fp-viewing-2 .live-chat-custom {
  background-color: #fff;
  transition: 0.4s ease-in 0.4s;
}
.fp-viewing-2 .live-chat-custom i {
  color: #000;
}
.fp-viewing-2 .live-chat-custom.black-icon i {
  color: #ffffff;
}
#liveChatIcon .st0,
#liveChatIcon .st1 {
  transition: 0.4s ease-in;
}
.fp-viewing-2 #liveChatIcon .st0,
.fp-viewing-2 #liveChatIcon .st1 {
  transition: 0.4s ease-in 0.4s;
}
.fp-viewing-2 #liveChatIcon .st0 {
  fill: #fff;
}
.fp-viewing-2 #liveChatIcon .st1 {
  fill: #000;
}
.fp-viewing-2 .live-chat-custom.black-icon {
  background-color: #000;
}
.fp-viewing-2 .live-chat-custom.black-icon #liveChatIcon .st0 {
  fill: #000;
}
.fp-viewing-2 .live-chat-custom.black-icon #liveChatIcon .st1 {
  fill: #fff;
}
.chat-icon-color {
  background-color: #fff;
  color: black;
}
.submit-checkbox-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}
.submit-checkbox-fix {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.float-fix {
  float: unset !important;
}
@media (max-width: 991px) {
  .submit-checkbox-fix {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .margin-bottom-fix {
    margin-bottom: 20px !important;
  }
  .height-fix {
    height: unset !important;
  }
}
@media only screen and (max-width: 1440px) {
  /* homepage ----------- */
  .travelstaytion-info__boxes__box {
    max-width: 280px;
  }
  .travelstaytion-info__boxes__box__title {
    font-size: 3rem;
  }
  .travelstaytion-info__text p {
    font-size: 2.2rem;
    margin-top: 35px;
  }
  .travelstaytion-info__boxes__box__text {
    font-size: 1.6rem;
  }
  .featured-property__info__title {
    font-size: 2.2rem;
  }
  .destination-box__wrapper__large {
    height: 530px;
  }
  .destination-box__wrapper__medium {
    height: 435px;
  }
  .destination-box__wrapper__small {
    height: 370px;
  }
  .destination-box__link__title {
    font-size: 3.8rem;
  }
  .language-selector {
    margin-left: 15px;
  }
  .dropdown-selector--dark {
    width: 125px;
  }
  /* searchpage ----------- */
  .property-item__box__carousel {
    min-height: 300px;
  }
  .property-item__box__carousel .property_image_background {
    min-height: 300px;
  }
  .enquiry_to_travelstaytion_banner {
    padding: 35px;
    height: 530px;
  }
  .property-item__box__info__specification__icon img {
    max-width: 20px;
  }
  .property-item__box__info__host-services:after,
  .property-item__box__info__amenities:after {
    content: '';
    height: 24px;
    width: 24px;
    top: 15px;
  }
  /*.property-item__box__info__host-services {
    padding-left: 45px;
  }
  .property-item__box__info__amenities {
    padding-left: 55px;
  }*/
  .property-item__box__info__host-services-wrapper ul li p,
  .property-item__box__info__amenities ul li p {
    font-size: 1.4rem;
  }
  .property-item__box__info__badges {
    padding-top: 10px;
  }
  .property-item__box__info__badges {
    width: 45%;
  }
  .property-item__box__info__price {
    width: 55%;
  }
  .filters-list__item__sortby button span.carret-down {
    right: 10px;
    width: 8px;
  }
  /* dashboard -------------- */
  .buttons-on-menu {
    margin-left: 15px;
  }
  .dates-price-overview--table .title,
  .dates-price-overview--table .subtitle {
    font-size: 2rem;
  }
  .property-instructions {
    padding: 0 10px;
    max-width: 480px;
  }
  .edit-photos-gallery-holder div#photos > .col-sm-4 > .photo.thumbnail {
    height: 180px!important;
  }
  .edit-photos-gallery-holder .dropzone {
    height: 180px;
  }
  .edit-photos-heading h4 {
    font-size: 2.8rem;
  }
  .edit-photos-heading .warning-big-message {
    font-size: 2rem;
  }
  .form-fields-icon-message .iconed-commented-field .iconed-field {
    max-width: 55px;
  }
  header.sticky.transparent_sticky .search_form--style {
    top: 150px;
  }
  .form-group-md-52 {
    width: 52%;
  }
  .form-group-md-20 {
    width: 20%;
  }
  .signin-form__popup__form {
    padding: 35px 40px;
  }
  .signin-form__popup__form .title {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .simple-form .form-group,
  .simple-form .form-or-separator {
    margin-bottom: 15px;
  }
  .property__details__reviews__header--name-date {
    padding: 15px 0 10px 0px;
  }
  .property__details__reviews__header .property__details__reviews__header--date {
    font-size: 1.4rem;
  }
  .ranking-comfort-features .comfort-features-listed .comfort-feature-item {
    font-size: 1.8rem;
  }
  .ranking-comfort-features .comfort-features-listed .comfort-feature-item i {
    font-size: 2.6rem;
  }
  .ranking-comfort-features .comfort-features-listed .comfort-feature-item i.icon-travel_date-arrow {
    font-size: 1.6rem;
  }
  .header-col-logo {
    width: 30%;
  }
  .header-col-menu {
    width: 70%;
  }
  .affiliates-benefits-right .large-screen-only {
    display: none;
  }
  .table--colored-items--payouts .make-default-payout {
    display: inline-block;
    position: relative;
    left: 0;
    top: 5px;
  }
  .table--colored-items--payouts .remove-payout {
    right: -15px;
    top: 5px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity input {
    font-size: 4rem;
    padding: 0 10px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity-nav {
    right: -5px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--border:after {
    right: -15px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--centered label {
    font-size: 1.8rem;
    position: relative;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--centered label .exponent-tooltip {
    position: absolute;
    top: -5px;
    right: -7px;
  }
  .buttons-on-menu {
    margin-left: 15px;
    min-width: 270px;
  }
  .buttons-on-menu a:not(:first-child) {
    margin-left: 15px;
  }
  .buttons-on-menu .ghost-dark-link,
  .buttons-on-menu .filled-light-link {
    font-size: 1.4rem;
    max-width: 125px;
    padding: 7px 0;
  }
  .main-menu ul.main-menu-ul > li + li,
  .main-menu ul.main-menu-ul > li.traveller-menu,
  .main-menu ul.main-menu-ul > li.help-menu {
    margin-left: 15px;
  }
  .searchform-slogan h1,
  .searchform-slogan h2,
  .se_over_image h3 {
    font-size: 5rem;
  }
  .searchform-slogan h2 {
    font-size: 2.4rem;
    font-weight: 400;
    margin: 15px 0 70px 0;
  }
  .search-form-on-video {
    max-width: 900px;
  }
  .section-info__left {
    padding-left: 80px;
  }
  .section-info__title {
    font-size: 5rem;
  }
  .user-menu button.btn {
    padding: 6px 0;
    margin-top: auto;
  }
  .user-menu button.btn .user-image {
    max-width: 35px;
    position: relative;
    top: 5px;
  }
  .main-menu.main-menu__user-active ul.main-menu-ul {
    margin-right: 0px;
  }
  .helper-pop-modal .pop-up-helper-content .title {
    font-size: 2.8rem;
    margin: 0 0 30px 0;
  }
  .helper-pop-modal .pop-up-helper-content p {
    font-size: 1.8rem;
  }
  .helper-pop-modal .pop-up-helper-content .small-title {
    font-size: 2rem;
    margin-top: 30px;
  }
  .helper-pop-modal .icon-gradient-bg {
    width: 115px;
    margin: 0 auto 25px auto;
  }
  .helper-pop-modal > .modal > .modal-dialog {
    width: 750px;
  }
  .simple-form .form-group input {
    min-height: 45px;
    font-size: 1.6rem;
  }
  .simple-form .form-group input[type="checkbox"],
  .simple-form .form-group input[type="radio"] {
    min-height: 100%;
  }
  .simple-form .form-submit-btn {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .simple-form .form-facebook a {
    padding: 10px;
    font-size: 1.6rem;
  }
  .simple-form .pop-up-helper-gotit a {
    font-size: 1.6rem;
    padding: 10px 40px;
  }
  .inbox-item__col .address {
    font-size: 1.4rem;
  }
  .inbox-item__col .dates-price-overview--table .title,
  .inbox-item__col .dates-price-overview--table .subtitle {
    font-size: 1.4rem;
  }
  .inbox-item__col .dates_col.arrow img {
    max-width: 15px;
  }
  .inbox-item__col .dates_col.spacer img {
    max-height: 30px;
  }
  .inbox-item__col .message-preview .preview {
    font-size: 1.4rem;
  }
  .calendar_existing_rates .table-rates tbody tr td {
    font-size: 1.4rem;
  }
  .search_container {
    padding: 0px;
  }
  .search_container .search-content__intro-title {
    padding: 0 20px 15px 0;
  }
  .search_container .property-item--column:nth-child(odd) {
    padding-right: 10px;
  }
  .search_container .property-item--column:nth-child(even) {
    padding-left: 10px;
  }
  .search_container .property-item--column {
    padding: 5px 0 15px 0;
  }
  .search_container .property-item__box--full {
    max-height: 580px;
  }
  .search-content__intro-title h1 {
    font-size: 4rem;
  }
  .search-content__intro-title h2 {
    font-size: 1.6rem;
  }
  .property-item__box__info__badges .property-preview-badge + .property-preview-badge {
    margin-left: 10px;
  }
  .property-preview-price {
    font-size: 3.4rem;
  }
  .property-preview-price .price-unit {
    max-width: 35px;
  }
  .property-item__box__info__price__badges {
    padding: 0 15px;
  }
  .property-item__box__info__host-services-wrapper ul li:before,
  .property-item__box__info__amenities ul li:before {
    top: 7px;
  }
  .signin-form__popup__form.signup-form__popup__form {
    padding: 45px 55px 25px 55px;
  }
  .tab-content--spacious {
    padding: 85px 0;
  }
  .topic-search--boxed {
    margin: 50px auto 0 auto;
  }
  .page-top-section {
    padding: 70px 0 100px 0;
  }
  .contact-wrapper {
    margin: 40px 0 80px 0;
  }
  .contact-wrapper form.contact {
    max-width: 550px;
    width: 100%;
    margin-top: 40px;
  }
  .contact-wrapper form.contact .phone-or-email label input[type='radio']:checked + span {
    top: 10px;
  }
  .contact-wrapper .contact-form-subtitle {
    max-width: 550px;
  }
  .contact-hero .contact-hero-text {
    bottom: 100px;
  }
  .about-story-carousel .text-holder {
    font-size: 10rem;
  }
  .about-story-carousel #history-carousel {
    padding: 0 30px;
  }
  .about-story-timeline {
    margin-top: 100px;
  }
  .static-page-container--discover .discover-reasons {
    padding: 50px 0 70px 0;
  }
  .static-page-container--discover .discover-reasons .title {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .static-page-container--discover .discover-holiday-rentals-list {
    margin-top: 20px;
  }
  .static-page-container--discover .discover-holiday-rentals-list.standard {
    margin-top: 40px;
  }
  .static-page-container--discover .text-icons-list .text {
    font-size: 2rem;
  }
  .static-page-container--discover .text-icons-list .text br {
    display: none;
  }
  .static-page-container--discover .text-icons-list li + li {
    margin-top: 25px;
  }
  .static-page-container--discover .discover-behosted {
    padding: 50px 0;
  }
  .static-page-container--discover .discover-idealhouse {
    padding: 50px 0;
  }
  .static-page-container--discover .discover-idealhouse .static-page-content {
    margin-top: 30px;
  }
  .static-page-container--discover .discover-idealhouse .static-page-content .title {
    margin-bottom: 30px;
  }
  .static-page-container--discover .discover-idealhouse .static-page-content .subtitle-small {
    margin-bottom: 35px;
  }
  .beahost-page .static-pages__top-photo__content {
    left: 85px;
  }
  .beahost-page .discover-reason-item_right {
    max-width: 100%;
    float: none;
  }
  .beahost-page .static-page-content-items {
    padding-left: 100px;
  }
  .beahost-page .beahost-global-potential-list {
    margin: 40px auto 0 auto;
    padding-bottom: 120px;
  }
  .beahost-page .beahost-more-than-property {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .property_map_box {
    max-width: 335px;
  }
  .property_map_box .property_map_box-dates .dates-price-overview--table .title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .property_map_box .property_map_box-dates .dates-price-overview--table .spacer {
    padding: 0 7px;
  }
  .property_map_box .property_map_box-dates .dates-price-overview--table .arrow {
    padding: 4px 7px 0 7px;
    max-width: 30px;
  }
  .dashboard__menu ul li a {
    font-size: 2rem;
  }
  .dashboard__notifications {
    padding: 20px 0 15px 0;
  }
  .dashboard__notifications h3 {
    margin: 10px 0 25px 0;
  }
  .dashboard__notifications #notifications .notifications-scrollable-wrapper {
    padding: 0 17px 0 9px;
  }
  .dashboard__notifications .dashboard__notifications__item .icon-title .title {
    font-size: 1.5rem;
    width: calc(100% - 34px);
    padding-left: 5px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
  }
  .dashboard__notifications .dashboard__notifications__item .icon-title .icon {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
    padding-top: 8px;
  }
  .dashboard__notifications .dashboard__notifications__item .dashboard__notifications__item__text a {
    font-size: 1.5rem;
  }
  .dashboard__notifications .dashboard__notifications__item--delete {
    font-size: 1rem;
  }
  .inbox-item .address {
    min-height: 25px;
  }
  .inbox-item .message-preview {
    min-height: 75px;
  }
  .inbox-item .actions-column {
    padding: 10px 15px 10px 0;
    text-align: right;
  }
  .inbox-item .inbox-item__col-25.inbox-item__col-25__action-col {
    width: 25%;
  }
  .inbox-item .inbox-item__col-50.inbox-item__col-50__main-content {
    width: 50%;
  }
  .inbox-item .inbox-item__col-50.inbox-item__col-50__main-content.inbox-item__col-48 {
    width: 48%;
  }
  .inbox-item .property_background_image {
    min-height: 190px;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item + .bottom-info-item {
    margin-left: 15px;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item .bottom-info-item-inline p,
  .dashboard__content__listing--properties__item__info .bottom-info-item .instant-booking-checkbox label {
    font-size: 1.4rem;
  }
  .dashboard__content__listing--properties__item__info .updates_buttons.available.accept.full_width_updates_buttons {
    margin-top: 5px;
  }
  .reservations_page .dashboard__content__table--body--header__col,
  .trips_page .dashboard__content__table--body--header__col {
    padding: 10px 7px 0 7px;
  }
  .reservations_page .dashboard__content__table--body--header__col.medium-screens-offset-top,
  .trips_page .dashboard__content__table--body--header__col.medium-screens-offset-top {
    margin-top: -15px;
  }
  .reservations_page .dashboard__content__table__user-name .name,
  .trips_page .dashboard__content__table__user-name .name {
    font-size: 1.5rem;
  }
  .reservations_page .dashboard__content__table__user-name .message-link,
  .trips_page .dashboard__content__table__user-name .message-link {
    font-size: 1.2rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col,
  .trips_page .dashboard__content__table--body--content__item .dates_col {
    width: 25%;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col .title,
  .trips_page .dashboard__content__table--body--content__item .dates_col .title {
    font-size: 2rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col .subtitle,
  .trips_page .dashboard__content__table--body--content__item .dates_col .subtitle {
    font-size: 1.2rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col img,
  .trips_page .dashboard__content__table--body--content__item .dates_col img {
    max-width: 15px;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col.spacer,
  .trips_page .dashboard__content__table--body--content__item .dates_col.spacer {
    width: 10%;
  }
  .reservations_page .dashboard__content__table--body--content__item .dates_col.arrow,
  .trips_page .dashboard__content__table--body--content__item .dates_col.arrow {
    width: 15%;
  }
  .reservations_page .dashboard__content__table--body--content__item .property-title,
  .trips_page .dashboard__content__table--body--content__item .property-title {
    font-size: 1.5rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .property-address,
  .trips_page .dashboard__content__table--body--content__item .property-address {
    font-size: 1.3rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .price,
  .trips_page .dashboard__content__table--body--content__item .price {
    font-size: 2rem;
  }
  .reservations_page .dashboard__content__table--body--content__item .reservation_status,
  .trips_page .dashboard__content__table--body--content__item .reservation_status {
    font-size: 1.2rem;
  }
  .table--colored-items tbody tr td {
    font-size: 1.4rem;
  }
  .dashboard__content__box__form-inputs--personal-details {
    padding: 0 15px;
  }
  #edit_profile-accordion .panel-body__form-fields {
    padding: 0 15px;
  }
  .dashboard__content__box {
    padding: 15px 35px 15px 35px;
  }
  .accordion-edit-forms .quantity input {
    width: 100%;
  }
  #property_details .quantity--centered .quantity-nav {
    right: 7%;
  }
  .accordion-edit-forms .quantity .quantity-button.quantity-up,
  .accordion-edit-forms .quantity .quantity-button.quantity-down {
    width: 25px;
    height: 25px;
  }
  .accordion-edit-forms .quantity-button.quantity-up {
    margin-bottom: 5px;
  }
  .checkin-checkout-subform .property-checkin:before,
  .checkin-checkout-subform .property-checkout:before {
    top: 40px;
  }
  .edit-photos-gallery-holder {
    padding: 35px;
  }
  .additional-guests .accordion-edit-forms label {
    font-size: 1.6rem;
  }
  .calendar-rates-content .calendar-edit-availability {
    border: 0px solid #ebebeb;
    padding: 20px 15px;
  }
  .sleeping_arrangements-head .summary-title,
  .sleeping_arrangements-head .summary-text-bold {
    font-size: 2rem;
  }
  .edit-property-plain-page-heading .ranking-summary-text {
    font-size: 2rem;
  }
  .comfort-features-listed > .row > .col-sm-4:first-child {
    padding-left: 0;
  }
  .comfort-features-listed > .row > .col-sm-4:last-child {
    padding-right: 0;
  }
  .comfort-features-listed > .row > .col-sm-4:nth-child(2) {
    padding: 0;
  }
  .edit-listing__heading .edit-listing__progress--percentage {
    font-size: 2rem;
  }
  .beahost-prof-managers {
    padding: 80px 0;
  }
  .about-news {
    padding: 50px 0;
  }
  .grid-news-wrapper .title {
    margin-bottom: 60px;
  }
  .static-pages__top-photo__content .feature-on,
  .static-pages__top-photo__content .subtitle {
    margin-top: 20px;
  }
  .all_news_page .main-title {
    padding-top: 80px;
  }
  .all_news_page .posts-container {
    margin-top: 0;
  }
  .static_page_about .static-pages__top-photo__content .feature-on ul li + li {
    margin-left: 15px;
  }
  .about-lets-start--wrapper,
  .discover-getintouch-image {
    padding: 150px 0;
  }
  .dashboard__content__table--body--content__item {
    padding: 25px 0 10px 0;
  }
  .booking-checkout .booking-checkout-form-wrapper {
    padding: 35px;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table .title {
    font-size: 2rem;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table .subtitle {
    font-size: 1.3rem;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table .arrow,
  .enquiry-details__box .property-book-details .dates-price-overview--table .spacer {
    padding: 0 25px 0 25px;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table .arrow img,
  .enquiry-details__box .property-book-details .dates-price-overview--table .spacer img {
    max-width: 15px;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table .arrow {
    padding-top: 5px;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .title {
    font-size: 2rem;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .subtitle {
    font-size: 1.3rem;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .arrow,
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .spacer {
    padding: 0 15px 0 15px;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .arrow img,
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .spacer img {
    max-width: 15px;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .arrow {
    padding-top: 5px;
  }
  .billing-container-wrapper {
    padding: 0 80px;
  }
  .billing-container-wrapper .billing-booking-details {
    padding: 10px 10px 10px 10px;
  }
  .billing-container-wrapper .billing-booking-details .col-40 {
    padding-right: 30px;
    padding-top: 30px;
  }
  .billing-container-wrapper .billing-booking-details .col-60 {
    padding-top: 30px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title h3 {
    margin-top: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.arrow,
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.spacer {
    padding: 0 25px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .col-40,
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .col-60 {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details-payout .col-40 {
    padding-right: 5px;
  }
  .add-payout-method--modal .select-payout-model,
  .common-modal-w-form .select-payout-model {
    padding: 30px 0;
  }
  .add-payout-method--modal .select-payout-model .custom-scrollbar-inner,
  .common-modal-w-form .select-payout-model .custom-scrollbar-inner {
    padding: 0 20px;
  }
  .add-payout-method--modal .select-payout-model .simplebar-track.horizontal,
  .common-modal-w-form .select-payout-model .simplebar-track.horizontal {
    display: none;
  }
  .add-payout-method--modal .select-payout-model .modal-close-up-right,
  .common-modal-w-form .select-payout-model .modal-close-up-right {
    top: -5px;
    right: 20px;
  }
  .add-payout-method--modal .modal-custom-header h4,
  .common-modal-w-form .modal-custom-header h4 {
    margin-top: 0;
  }
  .add-payout-method--modal .scrollable_content_modal.custom-scrollbar,
  .common-modal-w-form .scrollable_content_modal.custom-scrollbar {
    margin-top: 20px;
  }
  .table--colored-items thead th {
    font-size: 1.6rem;
    padding: 0 4px 35px 4px!important;
  }
  .table--colored-items thead th a {
    font-size: 1.6rem;
  }
  .dashboard__content__listing--properties__item__image {
    padding-right: 10px;
    width: 35%;
  }
  .dashboard__content__listing--properties__item__info {
    width: 48%;
  }
  .dashboard__content__listing--properties__item__info .bottom-info {
    margin-top: 55px;
  }
  .dashboard__content__listing--properties__item__info .address {
    padding-right: 35px;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item-comfort-feature {
    top: 14px;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item-reviews {
    top: 8px;
    position: relative;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item:not(.bottom-info-item-comfort-feature) {
    margin-top: 12px;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item-inline p {
    line-height: 1;
    position: relative;
    top: 3px;
  }
  .dashboard__content__listing--properties__item__actions .property-status-update.mobile-hide {
    margin-top: 50px;
  }
  .dashboard__content__listing--properties__item__info .instant-booking-checkbox .checkbox-wrapper {
    line-height: 2.4;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    padding: 5px 0 0;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--name-date {
    padding: 5px 0 15px 15px;
  }
  .rating-page-holder .rating-box-content .rating-form.rating-the-host .rating-head-box .text {
    padding: 15px 25px 5px 25px;
  }
  .rating-page-holder .rating-box-wrapper {
    padding: 20px 20px 80px 20px;
  }
  .rating-page-holder .rating-head-box .text {
    padding: 15px 25px 5px 25px;
  }
  .rating-page-holder .rating-head-box .text .title {
    font-size: 2.6rem;
  }
  .rating-page-holder .rating-head-box .text .name {
    font-size: 1.8rem;
  }
  .rating-page-holder .rating-stars {
    margin-top: 35px;
    /*
      min-height: 520px;
      */
  }
  .property_elevator {
    padding-top: 60px;
  }
  .property-instructions .property_door-code--message {
    padding-top: 50px;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text {
    width: 70%;
    padding: 30px 25px 0 40px;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .title {
    font-size: 2.2rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .subtitle {
    font-size: 1.8rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate {
    width: 30%;
  }
  .account-rating-box-wrapper .account-rating-box {
    width: 100%;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_rate {
    flex-basis: 30%;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_text {
    flex-basis: 70%;
    padding: 0 30px;
  }
  .property-item__box__info__specifications ul li + li {
    margin-left: 18px;
  }
  .offer-property-item {
    margin-top: 45px;
  }
  .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 290px;
  }
  .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 25px;
  }
  .offer-property-item .price .offer-price {
    font-size: 3.2rem;
  }
  .offer-property-item .price .original-price {
    font-size: 2rem;
  }
  .user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box:nth-child(odd) {
    padding: 10px 10px 10px 10px;
  }
  .user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper .property-item.property-item--column.hover_property_box:nth-child(even) {
    padding: 10px 10px 10px 10px;
  }
  .upcoming-reservations .dashboard__content__table--body--content__item .dates_col {
    width: 18%;
  }
  .upcoming-reservations .dashboard__content__table--body--content__item .nights-of-stay,
  .upcoming-reservations .dashboard__content__table--body--content__item .guests-of-stay {
    width: 15%;
  }
  .upcoming-reservations .dashboard__content__table--body--content__item .dates_col.spacer {
    width: 8%;
  }
  .past-reservations .dashboard__content__table--body--content__item .dates_col {
    width: 18%;
  }
  .past-reservations .dashboard__content__table--body--content__item .nights-of-stay,
  .past-reservations .dashboard__content__table--body--content__item .guests-of-stay {
    width: 15%;
  }
  .past-reservations .dashboard__content__table--body--content__item .dates_col.spacer {
    width: 8%;
  }
  .cancellation-diagram-wrapper .cancellation-diagram-policy {
    max-width: 900px;
  }
  .cancellation-diagram-wrapper .cancellation-diagram-policy .cancellation-diagram {
    max-width: 700px;
    margin: 0 auto;
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action {
    width: calc(100% - 700px);
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action a {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  /* homepage ----------- */
  .custom-container {
    padding: 0 30px;
  }
  .travelstaytion-info {
    margin-top: 70px;
  }
  .travelstaytion-info__text h3 {
    font-size: 4rem;
  }
  .travelstaytion-info__boxes__box {
    max-width: 260px;
    padding: 35px 20px 34px 20px;
  }
  .travelstaytion-info__text p {
    font-size: 2rem;
  }
  .section-info__title {
    font-size: 5rem;
  }
  .section-info__left {
    padding-left: 30px;
    top: -40px;
    margin-bottom: 0;
  }
  .section-info.section-info__right__wrapper {
    padding-right: 30px;
    top: -40px;
  }
  .featured-property__info__title {
    font-size: 2rem;
  }
  .featured-property__location {
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
  }
  .destination-box {
    height: 430px;
  }
  .destination-box__wrapper__large {
    height: 430px;
  }
  .destination-box__wrapper__small {
    height: 300px;
  }
  .destination-box__wrapper__medium {
    height: 355px;
  }
  .destinations-wrapper .owl-nav .owl-prev,
  .destinations-wrapper .owl-nav .owl-next {
    width: 150px;
  }
  .destinations-lists-row ul {
    margin: 20px auto;
  }
  .destinations-lists-row ul li a {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
  .destinations-lists-row ul li + li {
    margin-left: 10px;
  }
  .destinations-lists {
    margin-bottom: 80px;
    margin-top: 85px;
  }
  .footer__list-menu ul li + li,
  .footer__socials-list ul li + li {
    margin-top: 15px;
  }
  .travelstaytion-line {
    top: 51px;
  }
  .currency-selector,
  .language-selector {
    display: block;
    width: 100%;
    float: none;
  }
  .language-selector {
    margin: 20px 0 0 0;
  }
  .dropdown-selector--dark {
    width: 125px;
  }
  .footer {
    padding-top: 55px;
  }
  #search_form.search_form--style .form-group input {
    font-size: 1.8rem;
    top: 0;
  }
  .property-item__box__info__badges {
    width: 45%;
  }
  .property-item__box__info__price {
    width: 55%;
  }
  span.carret-down {
    width: 10px;
    right: 5px;
    margin-top: -4px;
  }
  .search_form--style button.search_button.search_input {
    /*font-size: 2.2rem;
    padding: 4px 25px 0 0;
    position: relative;
    top: -3px;*/
  }
  .search-content span.search-icon-dark,
  .search-content span.search-icon-dark svg {
    width: 20px;
  }
  .search-content span.search-icon-dark {
    top: 7px;
    left: 2px;
  }
  span.search-icon-dark,
  span.search-icon-dark svg {
    width: 25px;
  }
  header.animate_sticky .main-menu {
    top: 60px;
  }
  header.animate_sticky .form-bordered {
    padding-top: 13px;
  }
  /* searchpage ----------- */
  .search-content__search-results .property-item--column {
    margin: 10px 0;
  }
  .search-content__search-results .property-item--column:nth-child(odd) {
    padding-right: 5px;
  }
  .search-content__search-results .property-item--column:nth-child(even) {
    padding-left: 5px;
  }
  .property-item__box__info__cancelation .property-item__box__info__specification__text {
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .property-item__box--full {
    max-height: 510px;
  }
  .search-content__intro-title h1 {
    font-size: 4rem;
  }
  .search-content__intro-title h2 {
    font-size: 2rem;
  }
  .property-item__box__carousel {
    min-height: 260px;
  }
  .property-item__box__carousel .property_image_background {
    min-height: 260px;
  }
  div#similarListingsContainer .property-item__box__carousel {
    min-height: 260px;
  }
  div#similarListingsContainer .property-item__box__carousel .property_image_background {
    min-height: 260px;
  }
  .filters-list__item > .dropdown > button {
    font-size: 1.4rem;
    /*padding: 10px 0;
    text-align: center;
    width: 100%;*/
  }
  /*.filters-list__item.filters-list__item__sortby button {
    padding: 10px 0;
  }

  .filters-list__item__sortby button span.carret-down {
    right: 15px;
    width: 10px;
    margin-top: -6px;
  }

  .filters-list__item {
    width: 24%;
    margin-bottom: 1.3333%;
  }

  .filters-list .filters-list__item + .filters-list__item {
    margin-left: 1.3333%;
  }

  .filters-list .filters-list__item:nth-child(5) {
    margin-left: 0;
  }*/
  .search-content__intro-title {
    padding: 0 10px 35px 0;
  }
  .preview-property-title,
  .preview-property-title a,
  .preview-property-title span {
    font-size: 2rem;
  }
  .property-carousel-info__title-address address {
    font-size: 1.4rem;
    padding-right: 25px;
  }
  .property-item__box__info__specifications ul li + li {
    margin-left: 12px;
  }
  .searchpage .property-item__box__info__specification__icon i {
    font-size: 2.1rem;
  }
  .property-item__box__info__specification__text {
    font-size: 1.9rem;
  }
  .property-item__box__info__specification__icon img {
    max-width: 20px;
  }
  .property-item__box__info__specification__icon {
    line-height: 2;
  }
  .property-item__box__info__amenities__host-services {
    padding: 15px 5px;
  }
  .property-item__box__info__host-services,
  .property-item__box__info__amenities {
    width: 50%;
    /*padding-left: 35px;*/
    min-height: 65px;
  }
  .property-item__box__info__amenities:after {
    left: 15px;
  }
  .enquiry_to_travelstaytion_banner {
    padding: 30px;
    height: 465px;
  }
  .search-enquiry-button__slogan {
    font-size: 1.6rem;
  }
  .search-enquiry-button__slogan-top {
    font-size: 3.2rem;
  }
  .fullscreen-map .search-map {
    padding: 0 15px;
  }
  span.infobox-property__description__specifications__icon > img {
    max-width: 15px !important;
  }
  /* static pages ----------- */
  .static-page__top-photo {
    padding: 80px 80px 35px 80px;
    min-height: 100vh;
  }
  .discover-reason-item {
    margin: 35px 25px;
    min-height: 170px;
  }
  .discover-reasons .title {
    padding: 0 40px;
    font-size: 5rem;
  }
  .static-pages__top-photo__content .subtitle {
    font-size: 2.2rem;
    margin-top: 20px;
    line-height: 1.4;
  }
  .discover-reasons-wrapper,
  .beahost-global-potential-list {
    max-width: 1100px;
  }
  .discover-reason-item .item-title,
  .discover-holiday-rentals-title .sub-title,
  .discover-holiday-rentals-list .text,
  .text-icons-list .text,
  .discover-getintouch-image .subtitle,
  .beahost-howotworks-image ul li,
  .page-top-section .subtitle {
    font-size: 2rem;
  }
  .text-icons-list .text br {
    display: none;
  }
  .discover-reason-item .item-content {
    font-size: 1.6rem;
  }
  .discover-holiday-rentals-title h4,
  .discover-getintouch-image .title,
  .about-story--wrapper .title,
  .about-lets-start--wrapper .title,
  .grid-news-wrapper .title,
  .beahost-global-potential .title,
  .beahost-howotworks-image .title,
  .page-top-section .title {
    font-size: 5rem;
  }
  .beahost-global-potential .title {
    padding-right: 35px;
  }
  .discover-holiday-rentals-list {
    margin-top: 80px;
    padding-left: 35px;
  }
  .discover-holiday-rentals-list ul li,
  .text-icons-list li + li {
    margin-top: 15px;
  }
  .discover-holiday-rentals-list .text {
    position: relative;
    top: -5px;
  }
  .static-page-content .title {
    font-size: 5rem;
    margin-bottom: 50px;
  }
  .static-page-content .subtitle {
    font-size: 2.6rem;
  }
  .static-page-content .ghost-button {
    margin-top: 35px;
  }
  /*.ghost-button, .ghost-button-negative {
    font-size: 1.6rem;
  }
*/
  .static-page-form input,
  .static-page-form select,
  .static-page-form textarea {
    min-height: 45px;
    font-size: 1.4rem;
  }
  .static-page-form input#submit_enquiry_to_travelstaytiontravelstaytionEnquiryBudget {
    font-size: 1.4rem;
  }
  .static-page-form .form-field-wrapper,
  .static-page-form .checkbox-label-inlined {
    margin: 0 0 15px 0;
  }
  .static-page-form .checkbox-label-inlined label {
    font-size: 1.4rem;
  }
  .discover-idealhouse .static-page-content {
    margin-top: 30px;
  }
  .static-page-content-compressed {
    padding-right: 50px;
  }
  .feature-on {
    margin-top: 50px;
  }
  .about-story {
    padding-top: 70px;
  }
  .about-story-timeline {
    margin-top: 70px;
  }
  .about-story-carousel #history-carousel .item .title {
    font-size: 2.6rem;
  }
  .about-story-carousel #history-carousel .item p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .about-story-carousel .text-holder {
    font-size: 9rem;
  }
  .about-lets-start--wrapper .button-holder a,
  .news-read-more a {
    font-size: 1.6rem;
    width: 200px;
    padding: 15px;
    margin: 50px 20px 0 20px;
  }
  .news-read-more a {
    margin: 50px auto;
  }
  .grid-news-wrapper {
    max-width: 1100px;
  }
  .about-news {
    padding-bottom: 50px;
  }
  .beahost-form .title {
    padding: 30px 0;
  }
  .beahost-form input,
  .beahost-form select {
    min-height: 60px;
    font-size: 1.8rem;
  }
  .beahost-form .custom-row {
    margin-bottom: 35px;
  }
  .beahost-form .quantity input {
    font-size: 11rem;
  }
  .beahost-howotworks-image ul li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .beahost-more-than-property .static-page-content {
    margin: 100px 0 50px 0;
  }
  .beahost-page .beahost-more-than-property .static-page-content {
    margin: 0 0 50px 0;
  }
  .beahost-more-than-property .static-page-content .title {
    margin-bottom: 25px;
  }
  .beahost-more-than-property--inner {
    margin-top: 50px;
  }
  .beahost-more-than-property {
    padding-bottom: 50px;
  }
  .static-page-content-items {
    padding-left: 100px;
  }
  .tab-content--spacious {
    padding: 80px 0;
  }
  .main-title {
    padding-top: 100px;
  }
  .posts-container {
    margin-top: 50px;
  }
  .news-page .news-container {
    max-width: 1100px;
    padding-bottom: 100px;
  }
  .posts {
    max-width: 500px;
  }
  .more-btn a {
    font-size: 1.6rem;
    padding: 20px 60px;
  }
  /* dashboard ----------- */
  .dashboard__notifications h3 {
    font-size: 2rem;
  }
  .dashboard__notifications__item .icon-title .icon {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .dashboard__notifications__item .icon-title .title {
    font-size: 1.4rem;
    padding: 0 0 0 5px;
  }
  .dashboard__notifications__item .dashboard__notifications__item__text a {
    font-size: 1.2rem;
    padding: 0 5px;
  }
  .dashboard__notifications__item .dashboard__notifications__item--delete {
    font-size: 1rem;
  }
  div#notifications .notifications-scrollable-wrapper {
    padding: 0 15px 0 7px;
    margin: 0;
  }
  .content-column {
    padding: 10px 5px 100px 15px;
  }
  .dashboard__menu {
    padding: 20px 10px 15px 15px;
  }
  .dashboard__menu ul li a {
    font-size: 2rem;
  }
  .dashboard__notifications {
    padding: 20px 0 35px 0;
  }
  .inbox-item .name {
    font-size: 1.6rem;
  }
  .inbox-item .address {
    font-size: 1.2rem;
  }
  .inbox-item .actions-column {
    padding: 10px 10px 10px 0;
    text-align: right;
  }
  .inbox-item .actions-column .actions {
    margin-bottom: 0;
  }
  .inbox-item .updates_buttons {
    padding: 5px 15px !important;
    font-size: 1.2rem;
  }
  .inbox-item .updates_buttons.unavailable.cancel {
    padding: 4px 15px !important;
  }
  .inbox-item .suggest-alternative-button.updates_buttons {
    padding: 5px 0 !important;
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .inbox-item .message-preview {
    min-height: 55px;
  }
  .inbox-item .property_background_image {
    min-height: 155px;
  }
  .inbox-item .buttons-action.inbox-item-buttons-action-wrapper {
    height: 59px;
  }
  .dates-price-overview--table .title {
    font-size: 1.6rem;
  }
  .dates-price-overview--table .subtitle {
    font-size: 1.2rem;
  }
  .dashboard__content__box__form-inputs--personal-details {
    padding: 0 30px;
  }
  .dashboard__content__box {
    padding: 15px;
  }
  header.sticky.transparent_sticky .search_form--style {
    top: 100px;
  }
  /* affiliates -------------- */
  .static-page__top-photo.affiliates-header-photo {
    padding: 80px 80px 35px 80px;
  }
  .static-page__top-photo .affiliates-hero {
    margin-top: 0;
  }
  .static-page__top-photo .affiliates-hero p {
    padding-bottom: 172px;
  }
  .affiliates-benefits-left h2 {
    font-size: 5rem;
  }
  .affiliates-benefits-left p {
    font-size: 3rem;
  }
  .affiliates-benefits-right ul li span.text {
    font-size: 2.6rem;
  }
  .dashboard__content__listing--properties__item__info .bottom-info-item + .bottom-info-item {
    margin-left: 20px;
  }
  .table--colored-items tbody tr td {
    font-size: 1.4rem;
  }
  .table--colored-items thead th {
    font-size: 1.6rem;
  }
  .table--colored-items thead th a {
    font-size: 1.6rem;
  }
  .header-wrapper {
    padding: 12px 25px 20px 25px;
  }
  .property-item__box__info__host-services__title {
    font-size: 1.6rem;
  }
  .property-item__box__info__host-services-wrapper ul li p,
  .property-item__box__info__amenities ul li p {
    font-size: 1.4rem;
  }
  .property-preview-price .total-price {
    font-size: 3rem;
  }
  .property-item__box__info__price__badges {
    padding: 0 12px;
  }
  .property-preview-badge .property-preview-badge__icon .icon-travel_ribbon,
  .property-preview-badge .property-preview-badge__icon .icon-travel_monthly-discount {
    font-size: 2.5rem;
    color: #cd5360;
  }
  .property-preview-badge .property-preview-badge__icon .icon-travel_bird,
  .property-preview-badge .property-preview-badge__icon .icon-travel_hourglass,
  .property-preview-badge .property-preview-badge__icon .icon-travel_long-term {
    font-size: 3rem;
    color: #3870a5;
    position: relative;
    top: -3px;
  }
  .search_container .property-item__box--full {
    max-height: 530px;
  }
  .property-item__box__info__specifications {
    padding: 10px 10px 5px 10px;
  }
  .property-item__box__info__host-services:after,
  .property-item__box__info__amenities:after {
    content: '';
    height: 20px;
    width: 20px;
    top: 10px;
  }
  .property-item__box__info__amenities:after {
    left: 2px;
  }
  .property-item__box__info__amenities:after {
    left: 12px;
  }
  .search-content .search_form--style .search_daterange_field {
    position: relative;
    top: 0;
  }
  .topic-search--boxed {
    max-width: 480px;
  }
  .contact-wrapper {
    margin: 40px 0;
    padding: 0 40px 50px;
  }
  .contact-hero .contact-hero-text {
    left: 40px;
  }
  .beahost-page .beahost-form {
    max-width: 1000px;
    padding: 0 40px 50px 40px;
    margin: -200px auto 0 auto;
  }
  .beahost-page .beahost-form .title {
    padding: 25px 0 30px 0;
  }
  .beahost-page .beahost-more-than-property {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .beahost-page .beahost-more-than-property .item-title {
    font-size: 2rem;
  }
  .beahost-page .beahost-more-than-property .item-content {
    font-size: 1.6rem;
  }
  .beahost-page .beahost-more-than-property .property-manager-title {
    font-size: 2.4rem;
  }
  .beahost-page .beahost-more-than-property .property-manager-content {
    font-size: 2rem;
  }
  .beahost-page .static-pages__top-photo__content {
    bottom: 280px;
  }
  .dashboard__sort-by .dropdown-menu {
    padding: 15px 10px;
    min-width: 215px;
  }
  .dashboard__sort-by .dropdown-menu li a {
    font-size: 1.6rem;
    padding: 3px 10px;
  }
  .ranking-comfort-features .comfort-features-listed .comfort-feature-item i {
    font-size: 2rem;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in {
    padding: 10px 10px;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in a {
    display: block;
  }
  .dashboard__content__listing--properties__item__image {
    padding-right: 10px;
    width: 37%;
  }
  .dashboard__content__listing--properties__item__info {
    width: 48%;
    padding-top: 9px;
  }
  .dashboard__content__listing--properties__item__info .address {
    padding-right: 35px;
  }
  .dashboard__content__listing--properties__item__actions {
    padding-top: 9px;
  }
  .dashboard__content__listing--properties__item__actions .property-status-update.mobile-hide {
    margin-top: 45px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--centered label {
    font-size: 1.6rem;
  }
  .rating-page-holder .rating-head-box .text {
    padding: 10px 15px 5px 15px;
  }
  .rating-page-holder .rating-stars {
    margin-top: 25px;
  }
  .user-profile-public-page .user-listings-wrapper .property-item__box--full {
    max-height: 550px;
  }
  .user-profile-public-page .user-info {
    padding-right: 30px;
  }
  .reservations_page .dashboard__content__table--body--header__col,
  .trips_page .dashboard__content__table--body--header__col {
    padding: 10px 4px 0 4px;
  }
  .reservations_page .dashboard__content__table--body--header__col.medium-screens-offset-top,
  .trips_page .dashboard__content__table--body--header__col.medium-screens-offset-top {
    margin-top: 0px;
  }
  .host-details-host-wrapper .host-details-send-message {
    display: inline-block;
    top: 0;
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.arrow,
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.spacer {
    padding: 0 15px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title h3 a {
    font-size: 2.6rem;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title p {
    font-size: 1.6rem;
  }
  .billing-container-wrapper .billing-booking-payment-details .payment-details-row .col-40 {
    width: 60%;
  }
  .billing-container-wrapper .billing-booking-payment-details .payment-details-row .col-60 {
    width: 40%;
  }
  .billing-container-wrapper .billing-booking-details-cancellation-policy .cancellation-diagram-wrapper .cancellation-diagram-policy {
    max-width: 900px;
  }
  .cancellation-diagram-wrapper .cancellation-diagram-policy {
    max-width: 600px;
  }
  .cancellation-diagram-wrapper .cancellation-diagram-policy .cancellation-diagram {
    max-width: 580px;
    margin: 0 auto;
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action {
    width: calc(100% - 600px);
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action a {
    padding-top: 18px;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .arrow {
    padding: 0 10px 0 10px !important;
  }
  .inbox-message__enquiry-details .enquiry-details__box .property-total-price {
    padding: 15px 15px;
  }
  .dashboard-transactions-page .dashboard__content__table--border {
    padding: 30px 5px;
  }
  .add-payout-method--modal .save-form-button {
    margin-top: 5px;
  }
  .add-payout-method--modal .form-group {
    margin-top: 0;
  }
  .common-modal-w-form .save-form-button {
    margin-top: 5px;
  }
  .offers-container .offer-property-item .offer-property-item__rates .checkin-date:after {
    width: 20px;
    height: 36px;
    margin-top: -18px;
  }
  .offers-container .offer-property-item .offer-property-item__rates .checkin-date-day {
    font-size: 2.4rem;
  }
  .offers-container .offer-property-item .offer-property-item__rates .checkin-date-month {
    font-size: 1.4rem;
  }
  .offers-container .offer-property-item .offer-property-item__rates .price .original-price {
    font-size: 1.4rem;
  }
  .offers-container .offer-property-item .offer-property-item__rates .price .offer-price {
    font-size: 2.8rem;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications {
    padding: 15px;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 250px;
  }
  .pop-up-message {
    top: 20%;
  }
}
.notifications_toggle,
.column_trigger {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .sidebar-column.sidebar-column-notifications {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    padding: 0;
    background: #fff;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    -moz-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    -o-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    /* need somewhere to show those info */
    /* need somewhere to show those info */
  }
  .sidebar-column.sidebar-column-notifications.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    -moz-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    -o-transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    transition: right 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
  }
  .sidebar-column.sidebar-column-notifications .column_trigger {
    position: absolute;
    top: 15px;
    left: 15px;
    text-decoration: none;
  }
  .sidebar-column.sidebar-column-notifications .dashboard__contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar-column.sidebar-column-notifications #notifications {
    position: relative;
    height: calc(100vh - 100px);
  }
  .property-item__box__info__badges {
    width: 40%;
  }
  .property-item__box__info__price {
    width: 60%;
    float: right;
  }
  .content-column {
    width: 80%;
    padding-right: 15px;
  }
  .sidebar-column {
    width: 20%;
  }
  .notifications_toggle,
  .column_trigger {
    display: block;
  }
  .inbox-item .inbox-item__col-50.inbox-item__col-50__main-content {
    width: 52%;
  }
  .inbox-item .inbox-item__col-25.inbox-item__col-25__action-col {
    width: 23%;
  }
  .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 25px;
  }
  .sleeping_arrangements-head .summary-title,
  .sleeping_arrangements-head .summary-text-bold {
    font-size: 2rem;
  }
  .static_page_about .static-pages__top-photo__content .feature-on ul li img {
    max-width: 125px;
  }
  .static_page_about .static-pages__top-photo__content.animated_1 .feature-on {
    position: relative;
    bottom: 0;
    float: none;
    right: 0;
  }
  .about-story-carousel .text-holder {
    font-size: 7rem;
  }
  .grid-news-wrapper {
    padding: 0 15px;
  }
  .grid-news-wrapper .news-item-title {
    font-size: 2rem;
    min-height: 95px;
  }
  .grid-news-wrapper .news-item-content {
    min-height: 70px;
  }
  .dashboard__content__listing--properties__item__info {
    padding-top: 3px;
  }
  .dashboard__content__listing--properties__item__info .complete-progress {
    top: 4px;
  }
  .dashboard__content__listing--properties__item__actions .property-status-update.mobile-hide {
    margin-top: 36px;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--rate {
    padding: 5px 0 0;
  }
  .ranking-reviews-listed .reviews-preview .property__details__reviews__header--name-date {
    padding: 5px 0 15px 15px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--centered label {
    font-size: 1.8rem;
  }
  .property-preview-badge__text {
    display: none;
  }
  .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 190px;
  }
  .offer-property-item .offer-property-item__title .title a {
    font-size: 2rem;
  }
  .offer-property-item .offer-property-item__title .subtitle {
    font-size: 1.8rem;
  }
  .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 10px;
  }
  .offer-property-item .checkin-date-day {
    font-size: 2rem;
  }
  .offer-property-item .checkin-date-month {
    font-size: 1.4rem;
  }
  .offer-property-item .dates,
  .offer-property-item .price {
    width: 100%;
  }
  .offer-property-item .price {
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 15px;
  }
  .offer-property-item .price:before {
    display: none;
  }
  .inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper {
    display: block;
  }
  .inbox-message-content-column .inbox-message__enquiry-details {
    width: 100%;
    padding: 0;
    display: none;
  }
  .inbox-message-content-column .inbox-message__enquiry-details .enquiry-details__box .property-image img {
    margin: 0 auto;
  }
  .inbox-message-content-column .inbox-message__conversation {
    width: 100%;
    margin-top: 10px;
  }
  .footer_subscribe input#mc-embedded-subscribe {
    right: 15px;
  }
  .footer_subscribe input#mce-EMAIL {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sleeping_arrangements-head .quick_edit_rooms {
    max-width: 500px;
    margin: 35px 0 0 -55px;
  }
  .search-enquiry-button__slogan-top {
    font-size: 2.6rem;
  }
  .property__photo-map .property__photo-map--list li {
    margin: 30px 0 0px 0;
  }
  .property__photo-map .property__photo-map--list li .property__map--toggle {
    margin-left: 0;
  }
  .pop-up-message {
    top: 18%;
  }
}
@media only screen and (max-width: 1140px) {
  .offers-page .property-carousel-info__title-address {
    padding-right: 45px;
  }
  .reservations_page .dashboard__content__table--body--header__col,
  .trips_page .dashboard__content__table--body--header__col {
    padding: 10px 3px 0 2px;
  }
  .billing-container-wrapper {
    padding: 0 25px;
  }
  .billing-booking-dates-price .dates-price-overview--table .dates_col {
    padding: 0 10px;
  }
  .cancellation-diagram-wrapper .cancellation-diagram-policy {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    float: none;
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action {
    width: calc(100% - 500px);
  }
  .cancellation-diagram-wrapper .cancellation-cancel-action a {
    padding-top: 15px;
  }
  .billing-container-left ul.expires li {
    padding: 0 20px 0 10px;
  }
  .inbox-item .dates-price-overview--table .arrow,
  .inbox-item .dates-price-overview--table .spacer {
    padding: 0 10px;
  }
  .inbox-item .updates_buttons {
    padding: 5px 10px!important;
  }
  .inbox-item .updates_buttons.unavailable.cancel {
    padding: 4px 10px 4px 10px!important;
  }
  .booking-checkout .booking-checkout-overview {
    padding-left: 10px;
  }
  .booking-checkout .booking-checkout-form-wrapper {
    padding: 30px 15px;
  }
  .user-profile-public-page .user-listings-wrapper .property-item__box__info__badges {
    width: 50%;
  }
  .user-profile-public-page .user-listings-wrapper .property-item__box__info__price {
    width: 50%;
  }
  .user-profile-public-page .user-listings-wrapper .property-item__box__carousel {
    min-height: 318px;
  }
  .user-profile-public-page .user-listings-reviews .reviews-preview li {
    width: 50%;
  }
  .user-profile-public-page .user-info {
    padding-right: 0;
    width: 100%;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .left,
  .user-profile-public-page .user-info > .inner-wrapper > .right {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .left {
    padding-right: 10px;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .right {
    padding-left: 10px;
  }
  .user-profile-public-page .user-listings-reviews {
    width: 100%;
  }
  .user-profile-public-page .user-listings-reviews .reviews-preview li {
    width: 33.33%;
  }
  .property-item--column {
    width: 100%;
  }
  .search-content__search-results .property-item--column:nth-child(even) {
    padding: 0;
  }
  .search-content__search-results .property-item--column:nth-child(odd) {
    padding: 0;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 196px;
  }
  .favorites_page_dashboard .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 992px) {
  .bottom-info-text {
    display: none!important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .offers-container {
    background-color: #f9f5f2;
    padding: 0 30px 45px 30px;
    margin-bottom: -10px;
    display: inline-block;
    width: 100%;
  }
  .offers-container .disable-row-medium:before,
  .offers-container .disable-row-medium:after {
    display: none;
  }
  .offers-container .disable-row-medium > .col-md-4.col-sm-6 {
    z-index: 9;
    width: 50%;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 310px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 25px;
  }
}
.mobile_dashboard_menu_triggers,
.mobile-visible {
  display: none!important;
}
.mobile_dashboard_menu_item {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .featured-properties-section h1,
  .destinations-section h1 {
    text-align: left;
  }
  .featured-properties-section .small-text,
  .destinations-section .small-text {
    display: none;
  }
  .daterangepicker.ltr.auto-apply.show-calendar.openscenter {
    position: fixed;
    left: 0 !important;
    width: 100%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
  .featured-property__image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  .featured-property__info {
    margin-top: 10px;
  }
  .property__photo-map .property__photo-map--list li .property__map--toggle {
    margin-left: 8px;
  }
  body .item .featured-property__info__title {
    font-size: 2rem;
  }
  .flash {
    width: 90%;
    margin: 0 auto;
    right: 5%;
    display: block;
  }
  .input-group .form-control {
    margin-bottom: 20px;
  }
  .input-group .form-control span.carret-down {
    margin-top: -12px;
  }
  div#similarListingsContainer .property-item--column .property-item__box--full {
    margin: 0 auto;
  }
  .property-item--column {
    width: 50%;
  }
  .search-content__search-results .property-item--column:nth-child(odd) {
    padding-right: 5px;
  }
  .search-content__search-results .property-item--column:nth-child(even) {
    padding-left: 5px;
  }
  /* CHECKBOXES MOBILE */
  .checkbox-wrapper input[type="checkbox"],
  .checkbox-wrapper input[type="radio"] {
    width: 30px;
    height: 30px;
  }
  .checkbox-wrapper .custom-checkbox {
    width: 30px;
    height: 30px;
    right: 0px;
    left: auto;
  }
  .checkbox-wrapper .custom-checkbox i {
    top: 6px;
    left: 6px;
  }
  .accordion-edit-forms .simple-checkbox label {
    padding-top: 3px;
  }
  /* CHECKBOXES MOBILE */
  .buttons-on-menu,
  .notifications_toggle {
    display: none;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
  }
  .main-menu.active {
    opacity: 1;
    visibility: visible;
  }
  header {
    height: 80px;
    z-index: 99;
  }
  header.animate_sticky .header-wrapper,
  .header-wrapper {
    padding: 5px 10px;
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    background: #fff;
  }
  header.animate_sticky .header-wrapper a.burger-menu,
  .header-wrapper a.burger-menu {
    display: block;
    padding: 15px 15px 0 0;
    position: relative;
    z-index: 99999;
  }
  .column_trigger {
    font-size: 1.6rem;
  }
  header.animate_sticky span.travelstaytion-svg-dark {
    display: block;
  }
  header.sticky .header-col.header-col-logo,
  header.sticky .header-col.header-col-search {
    visibility: hidden;
  }
  .mobile-visible {
    display: inline-block !important;
    width: 100%;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobile-hide-except-modal > *:not(.modal) {
    display: none;
  }
  .prepare_sticky .header-wrapper {
    background-color: #fff !important;
    height: auto;
  }
  body .search-content__top-section {
    top: 41px !important;
  }
  .static-page-content-compressed {
    padding: 20px 20px;
    margin-top: 10px;
    background-color: #fff;
  }
  .mobile_search_field {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .mobile_search_field .search-icon-dark {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
  .search-enquiry-button__slogan-top {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .search-enquiry-button__slogan-bottom {
    font-size: 2.2rem;
  }
  .recent-searches {
    display: none;
  }
  .search_results_wrapper {
    margin-top: 150px !important;
  }
  .search-results-count {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 10px;
  }
  .search-map {
    display: block;
    width: 100%;
    flex-basis: 100%!important;
    position: fixed!important;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: calc(100% - 105px);
    opacity: 0;
    visibility: hidden;
  }
  .search-map.active {
    opacity: 1;
    visibility: visible;
  }
  .contact-tabs .phone-numbers li {
    margin-bottom: 20px;
  }
  .search_container {
    padding: 0 15px;
  }
  .search-content {
    width: 100%;
    flex-basis: 100%;
  }
  .search-content .search-content__top-section.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 105px;
    width: 100%;
    z-index: 99;
    background: linear-gradient(#f8f5f2, #e6ece9);
    padding: 0;
    margin: 0;
  }
  .search-content .search-content__search-results {
    padding: 0;
  }
  .search-content .search-content__search-results .property-item--column {
    margin: 10px 0 ;
  }
  .filters-wrapper.filters {
    display: none;
  }
  .property-preview-badge__text {
    display: block;
    font-weight: 400;
  }
  .property-preview-badge__icon {
    display: none;
  }
  .property-preview-badge__text.best_price {
    color: #cd5360;
  }
  .property-preview-badge__text.offer-badge {
    color: #3870a5;
  }
  body .search_container .search-map {
    height: calc(100vh - 60px) !important;
    min-height: calc(100vh - 60px) !important;
    max-height: calc(100vh - 60px) !important;
    margin-top: 60px;
    padding: 0;
    z-index: -1;
  }
  body .search_container .search-map.active {
    height: calc(100% - 60px) !important;
    min-height: calc(100% - 60px) !important;
    max-height: calc(100% - 60px) !important;
    top: 60px;
    z-index: 1;
  }
  #search_in_map_container {
    margin-top: 5px;
  }
  body .search_container .search-content .theiaStickySidebar {
    transform: translateY(0) !important;
  }
  #home2 .full-movie,
  #home3 .full-movie {
    display: block;
    width: 180px;
  }
  #home1 .form-bordered.datepicker {
    display: none;
  }
  .daterangepicker .se-date-holder {
    width: 35px;
    height: 35px;
    font-size: 1.5rem !important;
    display: inline-block;
    margin: 0 auto;
  }
  .animate_home header .header-wrapper {
    background: transparent;
  }
  body .search-form-on-video {
    position: absolute;
    top: 20%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  #home1 .full-movie {
    display: block;
    bottom: 15%;
    right: calc(50% - 85px);
  }
  .mobile-search-trigger {
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #000;
    font-family: 'Tinos', sans-serif;
    padding: 5px 25px;
    width: fit-content;
  }
  .mobile-search-trigger .search-icon-dark {
    position: relative;
    display: inline-block;
  }
  .mobile-search-trigger .text {
    margin-left: 10px;
    color: #000;
    font-size: 2.2rem;
  }
  .container.home #homeSlider .hsSlide .hsCols .hsCol:first-child .hsText {
    padding: 0 20px !important;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan {
    margin: 10% auto !important;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan h1 {
    font-size: 3.6rem !important;
    line-height: 4rem !important;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText.searchform-slogan h2 {
    font-size: 2.4rem;
  }
  .container.home #homeSlider .hsSlide .hsCol .hsText h1 {
    font-size: 3.6rem !important;
    line-height: 3.4rem;
  }
  .container.home #homeSlider .hsSlide .fp-scrollable .hsCol.hsCol-full .hsText {
    margin: 10px auto;
    transform: none;
  }
  .featured-properties h1 {
    font-size: 4rem;
    line-height: 4rem;
    padding: 0 20px;
  }
  body .search_container .search-content::after {
    clear: both;
  }
  body .search_container {
    padding: 0;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
  }
  .filters-mobile-menu {
    width: 100%;
    text-align: center;
    margin: 10px auto 20px;
  }
  .filters-mobile-menu .filters-mobile-menu_item {
    display: inline-block;
    max-width: 150px;
    text-align: center;
    height: auto;
  }
  .filters-mobile-menu .filters-mobile-menu_item:nth-child(2) {
    text-align: center;
  }
  .filters-mobile-menu .filters-mobile-menu_item:nth-child(3) {
    text-align: center;
  }
  .filters-mobile-menu .filters-mobile-menu_item a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    border: 2px solid;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 2px;
  }
  .filters-mobile-menu .filters-mobile-menu_item a:hover,
  .filters-mobile-menu .filters-mobile-menu_item a:focus {
    text-decoration: none;
  }
  .filters-mobile-menu .filters-mobile-menu_item a .icon-travel_current-down {
    font-size: 1.1rem;
  }
  .filters-mobile-menu {
    display: inline-block !important;
    width: 100%;
  }
  .simple-checkbox {
    width: 100%;
  }
  .mobile-filters-list {
    line-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    overflow-y: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-filters-list .simple-checkbox .checkbox-wrapper {
    float: right;
  }
  .mobile-filters-list .simple-checkbox label {
    font-weight: 200;
    font-size: 1.8rem;
  }
  .mobile-filters-list .search-filters-mobile-header p {
    text-align: left;
    font-size: 1.8rem;
    padding: 20px 10px;
    line-height: 4rem;
  }
  .mobile-filters-list.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile-filters-list .unordered-list-filters-wrapper {
    position: absolute;
    top: 70px;
    bottom: 70px;
    overflow-y: auto !important;
    width: 100%;
  }
  .mobile-filters-list .dropdown-apply-filter {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 70px;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 1px solid;
    display: table;
    width: 100%;
  }
  .mobile-filters-list .dropdown-apply-filter .clear-filter {
    font-size: 1.8rem;
  }
  .mobile-filters-list ul.unordered-list-filters {
    padding: 0;
    overflow: auto;
    padding-bottom: 10px;
  }
  .mobile-filters-list ul.unordered-list-filters > li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
  }
  .mobile-filters-list ul.unordered-list-filters > li .toggled_menu {
    margin-top: 15px;
  }
  .mobile-filters-list ul.unordered-list-filters > li > a {
    font-size: 2rem;
    font-weight: 200;
    text-decoration: none;
    color: #000;
  }
  .mobile-filters-list ul.unordered-list-filters > li > ul {
    display: none;
    padding: 0;
  }
  .mobile-filters-list ul.unordered-list-filters > li > ul > li {
    list-style: none;
  }
  .mobile-filters-list ul.unordered-list-filters > li > ul > li .amenitie-filter-search {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mobile-filters-list ul.unordered-list-filters > li > ul > li .amenitie-filter-search input {
    padding: 0px 35px 0 20px;
    margin-bottom: 20px;
  }
  .mobile-filters-list ul.unordered-list-filters > li > ul > li .amenities-filter-group .title {
    margin: 15px 0 20px 0;
    line-height: 20px;
  }
  .mobile-filters-list .amenities-list li {
    display: block;
    width: 100%;
  }
  .mobile-filters-list .close-mobile-filters {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2.2rem;
    text-decoration: none!important;
    color: #000 !important;
  }
  .mobile-filters-list .host-services-list {
    column-count: 1;
  }
  .mobile-filters-list .host-services-list li label {
    width: calc(100% - 40px);
    /*padding-left: 10px;*/
  }
  .mobile-filters-list .quantity--centered {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .property__details__box__text {
    max-height: 240px;
  }
  .user-profile-public-page .user-listings-reviews ul.nav.nav-tabs li + li {
    margin-left: 0;
  }
  span#tBooster {
    float: left;
    margin: 10px 0;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox {
    min-height: auto;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox .checkbox-wrapper {
    float: right;
    width: auto;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox .simple-checkbox {
    width: 100%;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox label {
    margin: 0;
    padding: 0;
    width: 80%;
  }
  .accordion-edit-forms .boost-host {
    position: relative;
    top: 6px;
    left: 0;
    float: left;
    display: inline-block;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox .simple-checkbox {
    padding-left: 15px;
  }
  .host-reception_transportation .accordion-item .host_reception-list-row .custom-select {
    max-width: 100%;
  }
  .sidebar-column.sidebar-column-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar-column.sidebar-column-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .content-column {
    width: 100%;
  }
  .content-column .unread-messages-notifications {
    padding-top: 9px;
    font-size: 1.4rem;
    font-weight: 200;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_rate p {
    font-size: 2.2rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate .text p:not(.subtitle) {
    font-size: 2.4rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate .text .subtitle {
    font-size: 2.8rem;
  }
  .cancellation-type-explain .boost-property-message span {
    font-size: 1.8rem;
    display: contents;
  }
  .mobile_dashboard_menu_triggers {
    display: block!important;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 999;
    border-top: 1px solid #eee;
  }
  .inbox-item {
    border: 0;
    border-bottom: 1px solid #c9c8c8;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .inbox-item .image {
    position: relative;
  }
  .inbox-item .image:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 1;
  }
  .inbox-item .mobile_name-address {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
    display: none;
    z-index: 2;
  }
  .inbox-item .mobile_name-address p,
  .inbox-item .mobile_name-address span {
    color: #fff;
  }
  .inbox-item .property_background_image {
    min-height: 200px;
  }
  .inbox-item .main-content {
    padding: 5px 0 5px 0;
  }
  .inbox-item .message-preview {
    min-height: 100%;
  }
  .inbox-item .message-preview i {
    font-size: 2rem;
  }
  .inbox-item .message-preview a.read_more {
    font-size: 2rem;
    text-decoration: underline;
  }
  .inbox-item .actions-column {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .inbox-item .actions-column .date-received {
    text-align: left;
  }
  .inbox-item .actions-column .actions {
    margin-bottom: 0;
  }
  .inbox-item .actions-column .actions button.btn {
    font-size: 3.6rem;
    margin: -23px 0 2px 0;
  }
  .inbox-item .dates-price-overview--table {
    padding: 0;
    display: table;
    margin: 15px auto;
  }
  .inbox-item .dates-price-overview--table .arrow {
    padding: 0 10px;
  }
  .inbox-item .dates-price-overview--table .arrow img {
    min-width: 1px;
  }
  .inbox-item .dates-price-overview--table .arrow .spacer {
    padding: 0;
  }
  .inbox-item .status_total {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 20px 12px;
    margin-bottom: 10px;
  }
  .inbox-item .status_total .status {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .inbox-item .status_total .title-price {
    text-align: right;
  }
  .inbox-item .status_total .title-price .price {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .inbox-item .status_total .title-price .title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .inbox-item .updates_buttons {
    padding: 15px 15px!important;
    font-size: 1.6rem;
  }
  .inbox-item .updates_buttons.available.accept.full_width_updates_buttons {
    margin-top: 10px;
  }
  .inbox-item .updates_buttons.unavailable.cancel {
    padding: 15px 15px 14px 15px!important;
  }
  .inbox-item .suggest-alternative-button.updates_buttons {
    padding: 15px 15px!important;
  }
  .inbox-item .inbox-item__col.inbox-item__col-50.inbox-item__col-50__main-content.inbox-item__col-48 {
    width: 100%;
  }
  .inbox-item .buttons-action.inbox-item-buttons-action-wrapper {
    height: 0;
  }
  .inbox-item-wrapper {
    display: inline-block;
    width: 100%;
  }
  .inbox-item-wrapper .inbox-item {
    width: calc(50% - 10px);
    display: inline-block;
    float: left;
    min-height: 575px;
  }
  .inbox-item-wrapper .inbox-item:nth-child(odd) {
    margin-right: 10px;
  }
  .inbox-item-wrapper .inbox-item:nth-child(even) {
    margin-left: 10px;
  }
  .inbox-item-wrapper .inbox-item .inbox-item__col.inbox-item__col-25.inbox-item__col-27 {
    width: 100%;
  }
  .billing-container-wrapper .billing-container-left .action-buttons button.unavailable.cancel.updates_buttons {
    margin: 40px 0 0 0;
  }
  .dashboard__content__listing--properties__item {
    padding: 10px;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
    width: calc(50% - 10px);
  }
  .dashboard__content__listing--properties__item:nth-child(odd) {
    margin-right: 10px;
  }
  .dashboard__content__listing--properties__item:nth-child(even) {
    margin-left: 10px;
  }
  .dashboard__content__listing--properties__item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image,
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info,
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__actions {
    width: 100%;
    padding: 0;
  }
  .dashboard__content__listing--properties .edit-property .btn {
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .bottom-info-item {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0!important;
    padding: 0!important;
    min-height: 50px;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .bottom-info-item .property-status-update {
    float: right;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .bottom-info-item-inline.reviews_bottom-info {
    float: right;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .comfort-feature-rate > span {
    font-size: 3.2rem;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__info .complete-progress .progress-percentage-bar {
    width: 95%;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image {
    position: relative;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 1;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
    z-index: 2;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address p,
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address span,
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address a {
    color: #fff;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address .listing-title {
    font-size: 1.8rem;
  }
  .dashboard__content__listing--properties .dashboard__content__listing--properties__item__image .title-address .address {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .reservations_page .dashboard__content__table--body--content__item,
  .trips_page .dashboard__content__table--body--content__item {
    margin-bottom: 15px;
  }
  .reservations_page .dashboard__content__table--body--content__item .dashboard__content__table__user-image,
  .trips_page .dashboard__content__table--body--content__item .dashboard__content__table__user-image {
    width: 25%;
  }
  .reservations_page .dashboard__content__table--body--content__item .dashboard__content__table__user-name,
  .trips_page .dashboard__content__table--body--content__item .dashboard__content__table__user-name {
    width: 75%;
    padding-left: 10px;
  }
  .reservations_page .dashboard__content__table--body--content__item .dashboard__content__table--body--header__col,
  .trips_page .dashboard__content__table--body--content__item .dashboard__content__table--body--header__col {
    width: 100%;
    display: block;
  }
  .reservations_page .dashboard__content__table--body--content__item .status-price,
  .trips_page .dashboard__content__table--body--content__item .status-price {
    background: #f0f0f0;
    padding: 20px 12px 13px 7px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .reservations_page .dashboard__content__table--body--content__item .status-price .price,
  .trips_page .dashboard__content__table--body--content__item .status-price .price {
    text-align: right;
  }
  .reservations_page .dashboard__content__table--body--content__item .status-price .price .title,
  .trips_page .dashboard__content__table--body--content__item .status-price .price .title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .reservations_page .dashboard__content__table--body--content__item .status-price .price .price,
  .trips_page .dashboard__content__table--body--content__item .status-price .price .price {
    text-align: right;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .reservations_page .reservation_status,
  .trips_page .reservation_status {
    text-align: center;
    padding-top: 9px;
  }
  .reservations_page .reservation_actions.mobile-visible,
  .trips_page .reservation_actions.mobile-visible {
    text-align: center;
    margin-top: 15px;
  }
  .modal-close-up-right button.close {
    width: 100%;
    overflow: hidden;
  }
  .dashboard__content--boxed--bordered h1 {
    font-size: 2.4rem;
  }
  .transactions-calculator {
    padding: 10px 0 0 0;
    margin-bottom: 20px;
  }
  .transactions-calculator .calculator-inline {
    margin: 0;
  }
  .transactions-calculator .calculator-inline input {
    max-width: 100%;
  }
  .transactions-calculator .calculator-inline:first-child {
    display: none;
  }
  .transactions-calculator .calculator-inline .earnings_amount {
    margin-left: 10px;
  }
  .dashboard__content__table--border {
    padding: 0;
    border: 0;
  }
  .quantity--border:after {
    width: 0;
  }
  .dashboard__content__box .dashboard__content__box__form-inputs {
    padding: 0;
  }
  .dashboard__content__box .dashboard__content__box__form-inputs .form-group {
    margin-bottom: 15px;
  }
  .dashboard__content__box .dashboard__content__box__form-inputs--personal-details {
    width: 100%;
    padding: 0;
  }
  .dashboard__content__box .dashboard__content__box__form-inputs--photo {
    width: 100%;
    margin-top: 30px;
  }
  .dashboard__content__box .dashboard__content__buttons--holder {
    margin-top: 10px;
  }
  .dashboard__content__box .form-group-col50 {
    width: 100%;
    margin: 0!important;
  }
  .dashboard__content__box .form-group-col50 + .form-group-col50 {
    margin-top: 15px!important;
  }
  .dashboard__content__box .form-group-col33 {
    width: 100%;
    margin: 0!important;
  }
  .dashboard__content__box .form-group-col33 + .form-group-col33 {
    margin-top: 15px!important;
  }
  .dashboard__content__box .panel-body__form-fields {
    padding: 0;
  }
  .dashboard__content__table__header--search > .trigger-pop-active {
    float: right;
    width: auto;
    font-size: 2.4rem;
    position: relative;
    top: 5px;
    text-decoration: none;
    color: #000 !important;
  }
  .searchpage .property-item__box__info__specification__icon i {
    font-size: 2rem;
  }
  .search_list-top-dash.mobile-full-screen-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .search_list-top-dash.mobile-full-screen-pop .trigger-pop-active {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    text-decoration: none;
    color: #000 !important;
  }
  .search_list-top-dash.mobile-full-screen-pop.active {
    opacity: 1;
    visibility: visible;
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list {
    max-width: 300px;
    display: block!important;
    width: 100%;
    padding: 0 15px;
    float: none;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list select {
    border: 1px solid #000;
    width: 100%;
    border-radius: 0;
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list input[type="text"] {
    width: 100%;
    text-align: left!important;
    padding: 5px 30px 5px 10px;
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list button {
    border: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 2px;
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list .wrap-form {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    padding: 5px 0 6px 5px;
    margin-top: 10px;
  }
  .search_list-top-dash.mobile-full-screen-pop form.search_list .form-group_75 {
    border-right: 1px solid #000;
  }
  .search_list-top-dash.mobile-full-screen-pop .form-group.form-group_50 {
    margin-top: 15px;
  }
  .search_list-top-dash.mobile-full-screen-pop .form-group.form-group_30,
  .search_list-top-dash.mobile-full-screen-pop .form-group.form-group_50,
  .search_list-top-dash.mobile-full-screen-pop .form-group.form-group_20 {
    width: 100%;
    display: block;
  }
  .mobile-rating {
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    margin-left: 10px ;
    display: inline-block !important;
    color: #cd5360;
  }
  .edit-listing__heading {
    padding: 20px 20px 20px 20px;
  }
  .edit-listing__heading .listing-featured-image,
  .edit-listing__heading .listing-title,
  .edit-listing__heading .listing-switcher {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .edit-listing__heading .listing-title address {
    font-size: 1.2rem;
  }
  .edit-listing__heading .listing-title .select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 2rem;
    color: #000;
    font-weight: 400;
  }
  .edit-listing__heading .listing-featured-image {
    position: relative;
  }
  .edit-listing__heading .listing-featured-image > img {
    margin: 0 auto;
  }
  .edit-listing__heading .listing-featured-image .listing-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .edit-listing__heading .listing-featured-image .listing-switcher .switch-slider {
    background: rgba(255, 255, 255, 0.9);
  }
  .edit-listing__heading .listing-featured-image + .listing-title {
    margin-top: 15px;
  }
  .edit-listing__heading .edit-listing__progress--wrapper {
    width: 75%;
    padding-top: 10px;
  }
  .edit-listing__heading .edit-listing__progress--percentage {
    width: 25%;
  }
  .edit-listing__heading .edit-listing__progress--percentage span {
    display: none;
  }
  .checkin-checkout-subform .property-checkin:before,
  .checkin-checkout-subform .property-checkout:before {
    display: none;
  }
  .details-address-subform {
    margin: 15px 0 0 0;
  }
  .dashboard__content__buttons--holder {
    margin-top: 0;
  }
  .dashboard__content__buttons--holder button {
    padding: 5px 35px 7px 35px;
  }
  .long-description_subform,
  .describe-property-location {
    margin-top: 35px;
  }
  .property-instructions {
    padding: 0;
  }
  .property-instructions .property_door-code--message {
    position: relative;
    left: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .property-instructions .property-manual-upload {
    margin-top: 30px!important;
  }
  .property_floor_elevator {
    margin: 30px 0;
  }
  .property_floor_elevator .property_elevator label {
    font-size: 1.6rem;
  }
  .property_license_number.compact-input-fields input {
    min-height: 55px;
  }
  .checkin-checkout-subform .property-minimum-nights,
  .checkin-checkout-subform .property-checkin,
  .checkin-checkout-subform .property-checkout {
    width: 100%;
    padding: 0;
  }
  .details-subform .property-type {
    width: 100%;
    padding: 0;
  }
  .details-subform .property-bathrooms,
  .details-subform .property-sleeps,
  .details-subform .property-bedrooms {
    width: 50%;
    float: left;
    display: inline-block;
    margin-top: 15px;
  }
  .details-subform .number-input-separator .quantity--centered label {
    padding: 0;
  }
  .details-subform .number-input-separator .quantity:before {
    display: none;
  }
  .sleeping_arrangements-accordion .property-bedrooms,
  .sleeping_arrangements-accordion .property-rooms {
    width: 50%;
    min-height: 180px;
  }
  .sleeping_arrangements-accordion .property-bedrooms.mobile-property-bedrooms,
  .sleeping_arrangements-accordion .property-rooms.mobile-property-bedrooms {
    width: 100%;
    padding: 0 25%;
  }
  .sleeping_arrangements-accordion .number-input-separator:before {
    display: none;
  }
  .select2-search.select2-search--dropdown {
    max-width: 415px;
    margin: 0 auto 5px auto;
  }
  .select2-search.select2-search--dropdown .select2-results__options .address_title .title_property {
    font-size: 1.6rem;
  }
  .select2-search.select2-search--dropdown .select2-results__options .address_title .address_property {
    font-size: 1.2rem;
  }
  .form-fields-icon-message .field-comment .field-comment-text {
    line-height: 2rem;
  }
  #remove-photo-modal .modal-content {
    padding: 50px 20px;
  }
  .ranking-summary-text .summary-text-bold {
    font-size: 2.4rem;
  }
  .helper-pop-modal > .modal > .modal-dialog {
    width: 94%;
    top: 45%;
    position: fixed;
  }
  .helper-pop-modal > .modal > .modal-dialog > .modal-content {
    padding: 40px 10px;
  }
  .helper-pop-modal .icon-gradient-bg {
    width: 70px;
    margin: 0 auto 25px auto;
  }
  .helper-pop-modal button.close {
    top: -40px;
  }
  .helper-pop-modal .pop-up-helper-gotit a {
    font-size: 1.6rem;
    padding: 14px 35px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity-nav {
    right: 5px;
  }
  .accordion-edit-forms .quantity--centered label .exponent-tooltip {
    top: -5px;
    right: 2px;
  }
  .accordion-edit-forms .input-field-title-icon .small {
    display: inline-block;
  }
  .accordion-edit-forms #pricing-offers .boost-host,
  .accordion-edit-forms #basic-pricing .boost-host {
    position: absolute;
    text-align: right;
    right: 0;
  }
  .accordion-edit-forms .commented-field input {
    padding-right: 45px;
  }
  .accordion-edit-forms .quick_edit_rooms {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--centered label {
    font-size: 1.6rem;
  }
  .accordion-edit-forms .quick_edit_rooms .quantity--border:after {
    height: 50px;
    top: 50%;
    margin-top: -10px;
  }
  .accordion-edit-forms .panel-body {
    padding: 15px;
  }
  .accordion-edit-forms .accordion-item .accordion-item__heading .panel-title > a,
  .accordion-edit-forms .accordion-item .accordion-item__heading .panel-title p {
    padding: 15px 15px;
  }
  .accordion-edit-forms .accordion-item .accordion-item__heading .step-title .title {
    font-size: 2rem;
  }
  .accordion-edit-forms .accordion-item .accordion-item__heading .step-title .step {
    display: none;
  }
  .accordion-edit-forms input,
  .accordion-edit-forms select,
  .accordion-edit-forms textarea {
    min-height: 55px;
    padding: 0 12px;
    font-size: 1.8rem;
  }
  .accordion-edit-forms .amenities-list-row + .amenities-list-row {
    margin-top: 0;
  }
  .accordion-edit-forms .amenities-list-row .row > div {
    margin: 20px 0 0 0 !important;
  }
  .accordion-edit-forms .amenities-list-row .row > div .row {
    margin: 0!important;
  }
  .accordion-edit-forms .amenities-list-row .amenities-list-checkbox {
    display: inline-block;
    width: 100%;
  }
  .accordion-edit-forms .amenities-list-row.host_reception-list-row .col-sm-12 {
    margin-top: 15px;
  }
  .accordion-edit-forms .amenities-list-row.amenities-list-row-mobile-space-top {
    margin-top: 20px;
  }
  .accordion-edit-forms label.common-label {
    margin-bottom: 10px;
  }
  .accordion-item__heading a,
  .accordion-item__heading p {
    font-size: 2rem;
    padding: 15px 15px;
  }
  .accordion-item__heading a .title,
  .accordion-item__heading p .title {
    font-size: 2rem;
  }
  .accordion-item__heading a.collapsed .carret-down,
  .accordion-item__heading p.collapsed .carret-down {
    right: 15px;
  }
  .accordion-item__heading a .carret-down,
  .accordion-item__heading p .carret-down {
    right: 15px;
  }
  .email-field-smaller input {
    max-width: 100%;
  }
  .input-group {
    width: 100%;
  }
  .dashboard-mobile-heading .title {
    margin: 15px 0 15px 0!important;
  }
  .dashboard__content__table__header {
    margin: 10px 0 10px 0;
  }
  .dashboard__content__table__header .dashboard__content__table__header--col50 {
    padding-right: 10px;
  }
  .dashboard__content__table__header .dashboard__content__table__header--col50 + .dashboard__content__table__header--col50 {
    padding-right: 0;
    padding-left: 10px;
  }
  .dashboard__content__table__header--mobile-100 {
    width: 100%;
    margin-bottom: 30px;
  }
  .dashboard__content__table__header--mobile-100 .form-group.form-group_50 {
    width: 100%;
  }
  .dashboard__content__table__header--mobile-100 .form-group.form-group_50 input {
    text-align: left;
  }
  #menu_column_trigger > .column_trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
  }
  #menu_column_trigger .dashboard__menu {
    padding: 20px 15px 15px 15px;
    margin-top: 20px;
  }
  .sleeping_arrangements-head p {
    text-align: left !important;
  }
  .sidebar-column.sidebar-column-notifications {
    right: 0;
    width: 100%;
  }
  .edit-photos-heading h4 {
    font-size: 2.6rem;
  }
  .edit-photos-heading .warning-big-message {
    font-size: 1.4rem;
  }
  .edit-photos-heading button#add-images {
    padding: 7px 40px;
    width: 100%;
    margin: 20px 0;
  }
  .edit-photos-gallery-holder {
    margin-top: 0;
  }
  .edit-photos-gallery-holder #no-images-added-box i {
    font-size: 10rem;
  }
  .sleeping_arrangements-head .page-title {
    font-size: 2.6rem;
  }
  .amenities_must-have .tip,
  .ranking-comfort-features .tip {
    display: none;
  }
  .panel-body__form-buttons {
    margin-top: 35px;
  }
  .edit-property-plain-page-heading {
    margin: 25px 0;
  }
  .edit-property-plain-page-heading .text {
    font-size: 1.8rem;
    font-weight: 200;
  }
  .edit-property-plain-page-heading .title {
    font-size: 2.6rem;
  }
  .pricing-calculator-sidebar {
    margin-top: 50px;
  }
  .calendar-rates-values {
    display: block;
  }
  .calendar-edit-availability {
    margin-top: 35px;
  }
  .sync-calendar-wrapper {
    padding: 15px;
  }
  .sync-calendar-wrapper .calendar-option {
    display: block;
    width: 100%;
  }
  .sync-calendar-wrapper .calendar-option-icon {
    display: none;
  }
  .sync-calendar-wrapper .calendar-option-content {
    width: 100%;
    padding-left: 0!important;
  }
  .sync-calendar-wrapper .sync-calendar-title {
    margin: 10px 0 35px 0;
  }
  .import-calendar-form .import-calendar-btn {
    margin: 0!important;
  }
  .ranking-comfort-features .comfort-features-listed > .row > .col-sm-4:last-child {
    padding: 0!important;
  }
  .ranking-comfort-features .comfort-features-listed > .row > .col-sm-4 {
    margin-top: 10px;
  }
  .ranking-comfort-features .comfort-features-listed + .comfort-features-listed {
    margin-top: 0;
  }
  .preview_property_desktop {
    display: none;
  }
  #calendar-container {
    display: block !important;
    width: 100%;
  }
  .calendar-rates-content .calendar-rates-values .row.bottom20 {
    width: 100%;
    margin: 0;
  }
  #viewLandmarks {
    width: 220px;
    font-size: 1.4rem;
    left: calc(50% - 110px);
    top: 0;
    position: absolute;
    background-color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #000;
    display: block;
    margin: 20px auto;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.6s ease, color 0.6s ease;
    -moz-transition: background 0.6s ease, color 0.6s ease;
    -o-transition: background 0.6s ease, color 0.6s ease;
    transition: background 0.6s ease, color 0.6s ease;
  }
  .credits p {
    text-align: center;
  }
  .footer .custom-container {
    padding: 0 10px;
  }
  .footer .custom-container .footer__list-menu ul {
    display: block;
    width: 100%;
  }
  .footer .custom-container .footer__list-menu ul li {
    display: block;
    border-bottom: 1px solid #dfdfdf;
  }
  .footer .custom-container .footer__list-menu ul li a {
    padding: 5px 20px 15px 20px;
    display: block;
  }
  .footer .custom-container .footer-inspire-edition {
    text-align: center;
    margin: 30px 0;
  }
  .footer .custom-container .currency-language-wrapper {
    padding-top: 0;
  }
  .footer .custom-container .currency-language-wrapper .dropdown-selector--dark {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
  }
  .footer .custom-container .footer__socials-list ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer-currency-language {
    margin: 25px 0;
  }
  header > .header-wrapper {
    padding: 16px 10px!important;
  }
  header.prepare_sticky .header-col.header-col-logo .search_form--style {
    margin-top: -4px;
  }
  header .header-col-logo {
    width: calc(100% - 100px);
  }
  body.animate_home .hide_menu_items .header-col-menu {
    width: 60px;
    text-align: center;
    float: right;
  }
  body header.prepare_sticky .header-col.header-col-logo .search_form--style {
    max-width: calc(100% - 100px);
  }
  .mobile-menu-top-section {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px 20px 15px;
    min-height: 60px;
  }
  .mobile-menu-top-section .welcome-user img {
    border: 1px solid #d6d6d5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
  }
  .mobile-menu-top-section .welcome-user .welcome_message {
    color: #000;
    font-size: 2.2rem;
    display: inline-block;
    width: calc(100% - 70px);
  }
  .mobile-img-circle-container {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
  }
  .mobile-menu-content-section {
    padding: 0 15px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  .mobile-menu-content-section ul {
    padding: 0;
  }
  .mobile-menu-content-section ul li {
    list-style: none;
    display: block;
    text-align: left;
  }
  .mobile-menu-content-section ul li a {
    font-size: 2.2rem;
    line-height: 2;
    text-decoration: none!important;
    color: #000 !important;
    display: block;
    width: 100%;
  }
  .mobile-menu-content-section ul > li {
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
    text-align: left;
  }
  .mobile-menu-content-section ul > li:last-child {
    border-bottom: 0;
  }
  .mobile-menu-content-section ul > li li {
    font-size: 2rem;
  }
  .mobile-menu-content-section ul > li li:last-child {
    border-bottom: 0;
  }
  .mobile-menu-content-section ul > li li a {
    font-size: 1.8rem;
    font-weight: 200;
  }
  .mobile-menu-content-section .toggled_menu {
    display: none;
  }
  .dashboard__content__box__form-inputs--personal-details .form-group .input-field-wrapper + .input-field-wrapper {
    margin-top: 15px;
  }
  .dashboard__content__box__form-inputs--personal-details .addme-to-newsletter-checkbox {
    margin-top: 0;
  }
  .static-page-container--discover .static-pages__top-photo__content {
    max-width: 100%;
    left: 15px;
    padding-right: 15px;
  }
  .static-page-container--discover .static-pages__top-photo__content .title {
    font-size: 4.2rem;
  }
  .static-page-container--discover .static-pages__top-photo__content .subtitle {
    font-size: 1.8rem;
  }
  .static-page-container--discover .discover-reasons {
    margin-top: -30px;
    padding: 0;
  }
  .static-page-container--discover .static-page__top-photo {
    position: relative;
    top: -30px;
    z-index: 1;
  }
  .static-page-container--discover .enquiryFormValidation {
    margin-top: -15px;
  }
  .contact-hero .contact-hero-text {
    left: 15px;
    bottom: 40px;
    padding-right: 15px;
  }
  .contact-hero .contact-hero-text h1 {
    font-size: 4.2rem;
  }
  .contact-hero .contact-hero-text p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .contact-wrapper {
    margin: 40px 0;
    padding: 0 0 50px 0;
  }
  form.contact .submit-area-row {
    display: inline-block;
    width: 100%;
  }
  form.contact .submit-area-row button {
    width: 100%;
    display: block;
    float: right;
    margin-top: 30px;
  }
  form.contact .submit-area-row .phone-or-email {
    display: block;
    width: 100%;
  }
  .contact-tabs {
    margin-top: 60px;
  }
  .contact-tabs .nav.nav-tabs li {
    display: block;
    width: 50%;
    text-align: center;
  }
  .contact-tabs .nav.nav-tabs li a {
    padding: 10px;
  }
  .contact-tabs .nav.nav-tabs li a span {
    display: block;
  }
  .contact-tabs .nav-tabs > li.active > a > span:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #3870a5;
  }
  .discover-behosted.discover_animate_it.animated {
    position: relative!important;
    top: 0!important;
    left: 0!important;
  }
  .static_page_about .static-pages__top-photo__content .feature-on ul li img {
    max-width: 90px;
  }
  .about-story-carousel .text-holder {
    font-size: 6rem;
  }
  .dashboard-instant-search > .form-group.form-group_50 {
    width: 100%;
  }
  .dashboard-instant-search > .form-group.form-group_50 input[type="text"] {
    padding: 9px 10px!important;
  }
  .select2-results__options li {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .beahost-page .text-icons-list .icon {
    width: 15%;
  }
  .beahost-page .text-icons-list .text {
    width: 85%;
  }
  .beahost-page .beahost-howotworks-image ul.ghost-buttons-list-full li {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .beahost-page .beahost-howotworks-image ul.ghost-buttons-list-full li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .beahost-page .beahost-page .static-pages__top-photo__content {
    left: 15px;
  }
  .static-page-container--discover .discover-holiday-rentals .col-right {
    width: 100%;
    padding-bottom: 50px;
  }
  .static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-title {
    margin: 0;
    padding: 30px 15px 0 15px;
  }
  .static-page-container--discover .discover-holiday-rentals .discover-holiday-rentals-image {
    padding-bottom: 0;
  }
  .static-page-container--discover .text-icons-list .icon {
    width: 15%;
  }
  .static-page-container--discover .text-icons-list .text {
    width: 85%;
  }
  .rating-page-holder .rating-box-content .rating-form.rating-the-host .rating-head-box .text {
    padding: 10px 25px 45px 25px;
  }
  .rating-page-holder .rating-head-box .text {
    padding: 5px 15px 5px 15px;
  }
  .rating-page-holder .rating-head-box .text .title {
    font-size: 2.2rem;
  }
  .rating-page-holder .rating-head-box .text .name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .details-address-subform .custom-address-field {
    margin: 30px 0 0 0;
  }
  .offers-container {
    background: linear-gradient(90deg, #f8f5f2, #e6edea) !important;
    padding: 0 30px 30px 30px;
  }
  .offers-container .offer-property-item {
    margin-top: 30px;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 305px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications {
    padding: 7px 15px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 20px;
  }
  .offers-container .offer-property-item .offer-property-item__rates--wrapper {
    padding: 10px 0;
  }
  .offers-container .offer-property-item .offer-property-item__rates--wrapper .price {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px;
  }
  .offers-container .offer-property-item .offer-property-item__expiration {
    padding: 7px 15px;
    margin: 0;
    width: 100%;
  }
  .offers-container .offer-property-item .offer-property-item__book {
    text-align: center;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text {
    width: 70%;
    padding: 30px 30px 0 30px;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .title {
    font-size: 2.2rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .subtitle {
    font-size: 1.8rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text a.btn.bordered-btn-hover {
    float: none;
    top: 0;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate {
    width: 30%;
  }
  .account-rating-box-wrapper .account-rating-box {
    display: inline-block;
    width: 100%;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_rate {
    flex-basis: 30%;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_text {
    flex-basis: 70%;
    padding: 0 30px;
  }
  .dashboard__content__box__form-inputs--photo .upload-image {
    width: 120px;
    height: 120px;
  }
  .user-profile-public-page .user-listings-wrapper .property-item__box__carousel {
    min-height: 305px;
  }
  .user-profile-public-page .user-info {
    padding-right: 0;
    width: 100%;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .left,
  .user-profile-public-page .user-info > .inner-wrapper > .right {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .left {
    padding-right: 10px;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .right {
    padding-left: 10px;
  }
  .user-profile-public-page .user-listings-reviews {
    width: 100%;
  }
  .user-profile-public-page .user-listings-reviews .reviews-preview li {
    width: 33.33%;
  }
  .billing-custom-row .billing-container-right {
    display: none;
  }
  .billing-custom-row .billing-container-left {
    width: 100%;
    padding-right: 0;
  }
  .billing-custom-row ul.expires {
    display: table;
    margin: 0 auto;
  }
  .billing-custom-row ul.expires li {
    padding: 0 10px 0 10px;
  }
  .medium-device-row {
    display: inline-block;
    width: 100%;
  }
  .medium-device-row .medium-device-col-50 {
    display: inline-block;
    width: calc(50% - 10px);
    float: left;
    margin: 10px 0;
  }
  .medium-device-row .medium-device-col-50:nth-child(odd) {
    margin-right: 10px;
  }
  .medium-device-row .medium-device-col-50:nth-child(even) {
    margin-left: 10px;
  }
  /* booking checkout */
  .booking-checkout {
    margin-top: 0;
  }
  .booking-checkout .custom-container {
    padding: 0 15px;
  }
  .booking-checkout .force-full-width {
    width: 100%;
  }
  .booking-checkout .booking-checkout-overview {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .booking-checkout .booking-checkout-overview.active {
    opacity: 1;
    visibility: visible;
  }
  .booking-checkout .booking-checkout-overview.active .enquiry-details__box {
    padding: 50px 15px 15px 15px;
  }
  .booking-checkout .booking-checkout-overview .toggle-details {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2.4rem;
  }
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-image,
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-title-address,
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-book-details {
    display: none;
  }
  .booking-checkout .booking-checkout-steps {
    margin-top: 50px;
  }
  .booking-checkout .booking-checkout-overview-mobile {
    display: block;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-pricing-details,
  .booking-checkout .booking-checkout-overview-mobile .apply_coupon-wrapper,
  .booking-checkout .booking-checkout-overview-mobile .property-cancellation-policy,
  .booking-checkout .booking-checkout-overview-mobile .property-check-policy,
  .booking-checkout .booking-checkout-overview-mobile .property-cancellation-policy,
  .booking-checkout .booking-checkout-overview-mobile .property-contact-button {
    display: none;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details {
    margin-bottom: 30px;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.spacer {
    padding: 0!important;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.arrow {
    padding: 0 25px!important;
    padding-top: 7px!important;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col .title {
    font-size: 2.6rem;
  }
  .booking-checkout .booking-checkout-overview-mobile .enquiry-details__box {
    padding: 0;
    border: 0;
  }
  .booking-checkout .booking-checkout-overview-mobile .toggle-details-property-info {
    text-align: center;
    display: block;
    font-size: 1.8rem;
    margin: 30px 0 0 0;
    text-decoration: underline;
    font-weight: 600;
  }
  .enquiryModalField .advanced_search_title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .enquiryModalField .advanced_search_title:after {
    content: '';
    height: 1px;
    background-color: #f1f1f1;
    margin-top: 5px;
    width: 40%;
    display: block;
  }
  .submit-enquiry-modal .modal_enquiry_padding {
    padding: 30px 20px 15px 20px;
  }
  .submit-enquiry-modal .enquiry_modal_heading .modal_enquiry_padding {
    padding: 20px;
  }
  .enquiryModalField .row {
    margin-bottom: 20px;
  }
  .static-page-form .carret-down {
    margin-top: -14px;
  }
  .advanced-research-href {
    margin-bottom: 0;
  }
  .add_location_buttonsubmit_enquiry_to_travelstaytion {
    margin: 20px 0px;
    display: block;
  }
  .enquiryModalField .checkbox-wrapper {
    float: right;
  }
  .submit-enquiry-modal .dashboard__content__box__form-inputs label {
    font-size: 2rem;
  }
  .discover-host-reception-modal .host-services-list {
    column-count: 1;
  }
  .discover-host-reception-modal .host-services-list label {
    line-height: 2.2rem;
  }
  .modal_enquiry_padding {
    padding: 10px 10px 15px 10px;
  }
  #travelstaytion_standards_popup .text-icons-list .text {
    padding-left: 10px;
  }
  .property__details__amenities__text__wrapper {
    max-height: 350px;
  }
  .property #must-have.property__details__amenities__text--list ul li {
    width: 43%;
  }
  .property__col-right.sticky-right-theia {
    margin-top: 0px;
    z-index: 1;
  }
  .property__booking-box__info .property__booking-box__info__total__price {
    font-size: 3rem;
  }
  .property__booking-box__info .property__booking-box__info__total .total-discount .save-from-discount {
    font-size: 2.4rem;
  }
  .property__booking-box__info .property__booking-box__info__total .total-discount span {
    font-size: 2rem;
  }
  .property__booking-box__info .property__booking-box__info__total__split-payments .reserve_it_now span {
    font-size: 2rem;
  }
  .property__booking-box__info .property__booking-box__info__total__split-payments .split_analytics .price-amount {
    font-size: 2rem;
  }
  body .property__photo-map--list li:nth-child(2) {
    display: inline-block !important;
  }
  .property .property__top-image {
    overflow: visible;
    height: 400px;
  }
  .property__preview {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .property .property__overimage-info {
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.6));
    height: 100%;
  }
  .property .property__photo-map {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .property__overimage-info .property-container,
  .property__col-left {
    height: 100%;
    width: 100%;
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 0;
  }
  #modal-request-service #host_services_selection .custom_row .simple-checkbox label {
    width: calc(100% - 40px);
  }
  #modal-request-service #host_services_selection .checkbox-wrapper {
    float: right;
  }
  .property .property__top-image {
    margin-top: 0;
  }
  .property .property__overimage-info .property-container {
    padding: 0 15px;
  }
  .property__photo-map .property__photo-map--list {
    position: absolute;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    bottom: 20px;
    z-index: 0;
    float: left;
  }
  .property .property__title-address {
    bottom: 80px;
    margin: 0;
    z-index: 2;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
  }
  .property .property__title-address .property__title {
    margin-top: 0;
    font-size: 2.5rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .property .property__title-address .property__address {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .pswp__bg {
    opacity: 0.9 !important;
  }
  .property__preview__amenities-list {
    line-height: 10px;
    padding: 10px 0;
  }
  .property .property__preview__amenities-list li {
    margin: 0;
    width: auto;
    padding: 0 15px;
  }
  .property__preview__amenities-list li i {
    font-size: 1.8rem !important;
  }
  .property .property__preview__amenities-list p {
    font-size: 2rem;
    display: inline-block;
  }
  .property__preview__amenities-list li p span {
    display: none;
  }
  .property__photo-map .property__photo-map--list li a {
    padding: 10px 20px !important;
  }
  .property__photo-map .property__photo-map--list li a i {
    font-size: 1.7rem !important;
  }
  .property__photo-map .property__photo-map--list li .property__map--toggle {
    font-size: 1.5rem !important;
  }
  .property .property-container.clearfix {
    padding: 0 15px;
  }
  .property .property__top-image.two_images .property__top-image-inner:first-child {
    z-index: 0;
    width: 100%;
  }
  .property .property__top-image.two_images .property__top-image-inner:nth-child(2) {
    display: none;
  }
  /*.property .save-icon .st0 {

    fill: #000;
    stroke: #000;
  }*/
  .favorite .save-icon .st0 {
    fill: #d15c69;
    stroke: #d15c69;
  }
  /*.property .property-share i {
    color:#000;
  }*/
  .property .property__preview__text--col {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .property .property__preview__text::before,
  .property .property__preview__text::after {
    display: none;
  }
  #travelstaytion-rating p,
  .property__preview__text__rating-wrapper--guests-rate a {
    margin-top: 10px;
  }
  .property__preview__text__rating-wrapper--guests-rate a {
    display: block;
  }
  #stuff {
    min-width: 100%;
    font-size: 1.6rem;
    line-height: 2.2rem;
    top: 125px;
  }
  .property .property__preview__text--col {
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    padding: 20px 0;
  }
  #travelstaytion-rating span.carret-down {
    top: 10px;
  }
  .property .property__preview__text--col.expand {
    max-height: 2000px;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  #travelstaytion-rating #hover {
    margin-top: 10px;
    padding: 0 15px;
  }
  .property .property__preview__text--col .collapsible-toggle {
    display: block;
  }
  .discover-holiday-rentals-list .icon {
    margin-left: 10px;
  }
  body .discover-holiday-rentals-list .text {
    width: 75%;
  }
  .property .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper {
    overflow-x: hidden;
    padding: 0;
    overflow-y: hidden;
  }
  .property .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper ul {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 0 0 0 5px;
    width: 100%;
  }
  .property__details__menu ul li:first-child {
    padding-left: 0;
  }
  .property .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
    /* make scrollbar transparent */
  }
  .property__details__menu ul {
    text-align: left;
  }
  .property__details__menu ul li {
    padding: 7px 10px;
  }
  .property__details__box {
    padding: 10px 0 0;
  }
  .property #must-have.property__details__amenities__text--list ul li {
    float: left;
    margin: 10px;
  }
  .property__details__amenities__text--list ul li span.icon {
    font-size: 3rem;
  }
  .property__details__host-reception__boxed {
    width: 100%;
    padding: 0;
  }
  .property__details__host-reception--box.bordered-box-inner {
    padding: 35px 20px;
  }
  .property__details__host-reception__boxed > ul li {
    float: left !important;
    margin: 0 12px 0 0 !important;
    padding: 0 !important;
  }
  .verified {
    transform: translateY(6px);
  }
  .property__details__host-reception__boxed.clearfix {
    margin: 15px 0 !important;
  }
  .property .property__details__house-rules--col {
    width: 100%;
    margin-bottom: 15px;
  }
  .property .property__details__amenities__text--list {
    margin-bottom: 10px;
  }
  .property__details__reviews--box ul li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-right: 0;
  }
  #similarListingsContainer .section-info__title {
    font-size: 2.4rem;
  }
  #similarListingsContainer .section-info__description {
    font-size: 1.6rem;
  }
  #similarListingsContainer .section-info__description br {
    display: none;
  }
  .section-info.section-info__left {
    margin-bottom: 30px;
    padding: 10px 0 0 15px;
  }
  div#similarListings .property-item {
    width: 100%;
  }
  .property .property__details__sleeping-arrangements__text ul li.one-third {
    width: 100%;
    margin-bottom: 15px;
  }
  .property__details__sleeping-arrangements__text .title {
    width: auto;
  }
  .property__details__sleeping-arrangements__text i {
    font-size: 2rem;
    line-height: 10px;
  }
  /*.property {
    z-index: 1;
    position: relative;
    overflow-x:hidden;
  }*/
  .property-share {
    z-index: 2;
    width: 100%;
    float: left;
    margin: 0;
  }
  .property .edit-property {
    margin-left: 15px;
    margin-top: 10px;
  }
  .property .property-share__like {
    margin-right: 10px;
  }
  .property__booking-box__info {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    border: 0;
    overflow-y: auto;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .property__booking-box__info.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease 0.2s;
    -moz-transition: 0.4s ease 0.2s;
    -o-transition: 0.4s ease 0.2s;
    transition: 0.4s ease 0.2s;
  }
  .property_booking_wrapper_mobile {
    display: block!important;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px 10px;
    border-top: 1px solid #000;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease 0.4s;
    -moz-transition: 0.4s ease 0.4s;
    -o-transition: 0.4s ease 0.4s;
    transition: 0.4s ease 0.4s;
  }
  .property_booking_wrapper_mobile.hide {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .property_booking_wrapper_mobile .property__booking-box__info__price span.price-per-day,
  .property_booking_wrapper_mobile .property__booking-box__info__price .price_average,
  .property_booking_wrapper_mobile .property__booking-box__info__price i {
    float: left;
  }
  .property_booking_wrapper_mobile .property__booking-box__info__price .price_average {
    padding-top: 7px;
  }
  .property_booking_wrapper_mobile .property__booking-box__info__price span.price-per-day {
    margin-right: 5px;
    line-height: inherit;
  }
  .property_booking_wrapper_mobile .property__booking-box__info__price i {
    line-height: inherit;
  }
  .property-page header .header-wrapper {
    -webkit-transition: padding 0.4s ease, transform 0.4s ease 0.4s;
    -moz-transition: padding 0.4s ease, transform 0.4s ease 0.4s;
    -o-transition: padding 0.4s ease, transform 0.4s ease 0.4s;
    transition: padding 0.4s ease, transform 0.4s ease 0.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .property-page header .header-wrapper.hideUp {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper {
    -webkit-transition: all 0.4s ease, transform 0.4s ease 0.4s !important;
    -moz-transition: all 0.4s ease, transform 0.4s ease 0.4s !important;
    -o-transition: all 0.4s ease, transform 0.4s ease 0.4s !important;
    transition: all 0.4s ease, transform 0.4s ease 0.4s !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper.hideUp {
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    -webkit-transform: translate(0, -200%) !important;
    transform: translate(0, -200%) !important;
  }
  .property__details__menu.property__details__menu--fixed .property__details__menu--wrapper {
    position: fixed;
    top: 0;
    z-index: 1;
    background: transparent;
    width: 100%;
    max-width: 1280px;
    padding: 0 33px 0 20px;
    left: 0!important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .property_booking_wrapper_mobile .property__booking-box__info__price {
    float: left;
    width: 60%;
    margin: 0;
    line-height: 47px;
  }
  .property_booking_wrapper_mobile .trigger_btn_wrapper {
    float: left;
    width: 40%;
    display: inline-block;
  }
  #toggleBookingBox {
    font-size: 1.6rem;
    background: #000;
    color: #fff;
    padding: 12px 0;
    border: 0;
    float: right;
    font-family: 'Tinos', serif;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .property_booking-box_close {
    display: inline-block;
    cursor: pointer;
    float: right;
    text-align: right;
    margin-top: 20px;
    padding-right: 5px;
  }
  .property_booking-box_close svg {
    width: 20px;
    height: 20px;
  }
  #booking_details_popup .modal-dialog.modal-dialog-centered.modal-lg {
    width: 100% !important;
  }
  .enquiry-details__box .property-book-details .dates-price-overview--table {
    padding: 10px;
  }
  .property__booking-box__free-cancellation {
    padding: 20px 10px;
    text-align: left;
    margin-top: 0;
  }
  .view-more {
    cursor: pointer;
    z-index: 10;
  }
  .travelstaytion_intro_popup h3 {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .travelstaytion_intro_popup h3.host-reception-title:after {
    left: 190px;
  }
  .modal_video iframe {
    height: 100% !important;
  }
  .property_map_pois .pois_on_map {
    padding: 10px 20px;
    position: relative;
    top: 0;
    left: 0;
  }
  .property_map_pois .hide_pois_from_map {
    display: none;
  }
  .addme-to-newsletter-checkbox .simple-checkbox label {
    width: calc(100% - 50px);
    margin-left: 10px;
  }
  .dashboard__content__listing--properties.payout-methods-table ::-webkit-scrollbar-thumb:horizontal,
  .dashboard__content__table--border.transactions ::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    border-radius: 10px;
  }
  .dashboard__content__listing--properties.payout-methods-table ::-webkit-scrollbar,
  .dashboard__content__table--border.transactions ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: gray;
  }
  #searchMobileModal.in .modal-dialog {
    width: 100% !important;
    max-width: initial;
  }
  .fullscreen-map .search-map {
    margin-top: 60px !important;
    height: calc(100vh - 600px);
    width: 100vw;
    left: 0;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .videoContainer .vcVideo {
    width: 100% !important;
  }
  .footer_subscribe.mobile_visible {
    display: block;
    padding: 15px 0;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
  #modal_newsletter .modal-left-text .bottom-subtitle {
    max-width: unset;
    width: 86%;
  }
  #modal_newsletter #mc_embed_signup_scroll {
    padding-top: 0;
  }
  #modal_newsletter .modal-right {
    margin-top: 25px;
  }
  #modal_newsletter .modal-close-up-right {
    top: -25px;
  }
}
@media only screen and (max-width: 991px) and (max-height: 700px) {
  .static_page_about .static-pages__top-photo__content-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 230px;
  }
}
.filters-mobile-menu {
  display: none;
}
.mobile-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .swipe-helper {
    display: none;
  }
  .edit-listing__heading .edit-listing__heading--wrapper .listing-title {
    position: relative;
  }
  .edit-listing__heading .edit-listing__heading--wrapper .listing-title .carret-down {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.disable-scroll {
    padding-right: 0;
  }
  .signin-form__popup .signin-form__popup--col {
    flex-basis: 100%;
  }
  .signin-form__popup .signin-form__popup--col:first-child {
    display: none;
  }
  #main_content {
    width: 100%;
    display: block;
    overflow-x: hidden;
  }
  .search_container {
    display: block;
    width: 100%;
  }
  .search-content {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  #search_form #searchForm {
    padding-bottom: 0;
  }
  #search_form #searchForm .form-group:first-child {
    width: 100%;
    margin-top: 10px;
  }
  #search_form #searchForm .form-group:first-child .search-icon-dark {
    width: 15px;
  }
  #search_form #searchForm .form-group:first-child .search-icon-dark svg {
    width: 15px;
  }
  #search_form #searchForm .form-group:first-child input {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-bottom: 0;
  }
  .filters-wrapper {
    margin-top: 0;
    display: none;
  }
  .filters-wrapper .filters-list .filters-list__item {
    display: none;
  }
  .filters-wrapper .filters-list .filters-list__item:last-child.filters-list__item__sortby {
    display: block;
    float: left;
    margin-left: 0;
  }
  .filters-wrapper .filters-list .filters-list__item:last-child.filters-list__item__sortby .dropdown #sort-by-dropdown-button {
    border: none;
    text-align: left;
  }
  .filters-wrapper .filters-list .filters-list__item:last-child.filters-list__item__sortby .dropdown #sort-by-dropdown-button:before {
    content: "\e90d";
    font-family: Travelstaytion-font;
    position: relative;
    float: left;
    left: 0;
    padding: 0 4px;
  }
  .filters-wrapper .filters-list .filters-list__item:last-child.filters-list__item__sortby .dropdown #sort-by-dropdown-button .carret-down {
    right: 5px;
    width: 10px;
    margin-top: -7px;
  }
  .search-content__search-results .visible-xs.col-xs-6 {
    display: none !important;
  }
  .search-content__intro-title {
    display: none;
  }
  .search_container .search-results-count .visible-xs,
  .search_container .visible-xs.thesearch-title {
    display: none !important;
  }
  .property-item--column {
    width: 100%;
    padding: 0;
  }
  .property-item--column:nth-child(1) {
    margin-top: 0;
  }
  /* property-item ------------- */
  .property-item__box__info__specifications {
    padding: 10px 5px;
  }
  .property-item__box__info__specifications ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
  }
  .property-item__box__info__specifications ul li + li {
    margin-left: 0;
  }
  .property-item__box__info__specifications ul li {
    display: inline-block;
    float: left;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  .property-item__box__info__specifications ul li.property-item__box__info__cancelation {
    margin-left: 0 !important;
  }
  .property-item__box__info__host-services:after,
  .property-item__box__info__amenities:after {
    display: none;
  }
  .property-item__box__info__host-services__title {
    font-size: 1.4rem;
    font-weight: 500;
  }
  /* property page ------------- */
  .property__booking-box__info {
    display: none;
  }
  .property__booking-box__info.active {
    display: block;
  }
  .property__top-image {
    height: 345px;
    margin-top: 57px;
  }
  .property__photo-map {
    display: block;
    width: 100%;
    float: left;
    padding-top: 0;
    position: absolute;
    top: 0;
  }
  .property__col-left {
    display: block;
    width: 100%;
    float: unset;
    position: relative;
    padding-right: 0;
    min-height: 335px;
    margin-bottom: 0;
  }
  .property__title-address {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 8px;
  }
  ul.property__photo-map--list {
    float: left;
  }
  .property__photo-map--list li:nth-child(2) {
    display: none;
  }
  .property__photo-map--list li .property__photo--toggle {
    padding: 14px;
  }
  .property__photo-map--list li .property__photo--toggle a {
    font-size: 1.5rem;
  }
  .property__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .property__address {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .property__overimage-info .property-container {
    padding: 0;
  }
  .property-share {
    margin: 0 8px;
    width: 50%;
    float: right;
    z-index: 9;
  }
  .property__preview__amenities-list {
    display: table;
    padding: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .property__preview__amenities-list li + li {
    margin-left: 0;
  }
  .property__preview__amenities-list li {
    float: left;
    display: table-cell;
    width: 20%;
  }
  .property__preview__amenities-list li i {
    font-size: 2rem;
  }
  .property__preview__amenities-list p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  /* affiliates page ------------- */
  .static-page__top-photo.affiliates-header-photo {
    padding: 30px 30px 50px;
    margin-top: 50px;
  }
  .static-page__top-photo .affiliates-hero p {
    padding-bottom: 0;
  }
  .affiliates-hero h1 {
    font-size: 4.2rem;
  }
  .affiliates-hero p {
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 0;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .affiliates-benefits-wrapper {
    padding: 60px 0;
  }
  .affiliates-benefits-left {
    margin: 20px;
  }
  .affiliates-benefits-left h2 {
    font-size: 4.2rem;
  }
  .affiliates-benefits-left p {
    font-size: 2.8rem;
    margin-top: 30px;
  }
  .affiliates-benefits-left a {
    margin: 50px auto;
  }
  .affiliates-benefits-right {
    margin: 20px;
    padding: 0;
  }
  .affiliates-benefits-right ul li span.text {
    font-size: 2rem;
    padding-left: 25px;
  }
  .affiliates-benefits-right ul li span.icon i {
    font-size: 3rem;
  }
  .affiliates-joinus-wrapper {
    padding: 60px 0;
  }
  .affiliates-joinus-form {
    padding: 0 0;
  }
  .affiliates-joinus-form h3 {
    font-size: 4.2rem;
  }
  .affiliates-joinus-form p {
    font-size: 2.8rem;
    margin-top: 30px;
  }
  .affiliates-joinus-form button {
    max-width: 100%;
  }
  .affiliates-joinus-image {
    display: none;
  }
  .discover-getintouch-image {
    padding: 100px 20px;
  }
  .ghost-buttons-list {
    display: inline-block;
    margin: 40px auto 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ghost-buttons-list li + li {
    margin-left: 0;
  }
  .ghost-buttons-list li {
    display: block;
    float: none;
  }
  .ghost-button-negative {
    display: block;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .discover-getintouch-image .title {
    font-size: 4rem;
  }
  .discover-getintouch-image .subtitle {
    font-size: 1.8rem;
  }
  /* terms page ------------- */
  .terms-page-header {
    padding: 120px 0 120px;
  }
  .page-top-section .title {
    font-size: 4.3rem;
  }
  .tab-navigation__list--centered li {
    float: none;
    display: block;
    text-align: center;
  }
  .terms .tab-content {
    margin: 30px 0;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 200;
  }
  /* faq page ------------- */
  .topic-search--boxed {
    margin-top: 50px;
  }
  .topic-search--boxed {
    padding: 0 20px;
  }
  /* discover page ------------- */
  .static-page-container--discover .static-page__top-photo {
    padding-bottom: 1px;
  }
  .static-page__top-photo {
    padding: 0;
  }
  .static-page__top-photo:before {
    height: 100vh;
  }
  .discover-reasons .title {
    font-size: 4.2rem;
  }
  .discover-reason-item {
    margin: 0 25px 30px;
  }
  .discover-reason-item .item-title.host_reception_title_style {
    font-size: 3rem;
  }
  .discover-reasons-wrapper > .row:nth-child(1) .discover-reason-item {
    margin-top: 30px;
  }
  .discover-reasons-wrapper .discover-reason-item .host_reception_title_style {
    font-size: 3rem;
  }
  .discover-holiday-rentals .col-left.placebo_col-left {
    display: none;
  }
  .discover-holiday-rentals .col-right {
    width: 100%;
  }
  .discover-holiday-rentals-title {
    margin-top: -55px;
  }
  .discover-holiday-rentals-title h4 {
    font-size: 4.2rem;
  }
  .discover-holiday-rentals-title {
    padding: 20px 40px;
  }
  .discover-holiday-rentals-list {
    margin: 20px;
    padding-left: 20px;
  }
  .discover-behosted {
    padding: 60px 0;
  }
  .discover-behosted .static-page-container .ghost-button {
    display: block;
    width: 100%;
    max-width: 175px;
    margin: 40px 0;
  }
  .static-page-content h4.title {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .static-page-content h4.title br {
    display: none;
  }
  .static-page-content p.subtitle {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .static-page-content .ghost-button {
    display: block;
    margin: 20px auto 30px;
    width: 100%;
    text-align: center;
  }
  .static-page-content .text-icons-list .icon i {
    font-size: 3rem;
  }
  .static-page-content .text-icons-list .text {
    padding-left: 0;
  }
  .discover-idealhouse {
    padding: 60px 0;
  }
  .discover-idealhouse .static-page-content {
    margin: 0;
    padding: 0;
  }
  .static-page-form .row:nth-child(5) .form-field-wrapper {
    margin-top: 20px;
  }
  .discover-idealhouse__image {
    display: none;
  }
  /*---- res ---*/
  .inbox-item__col.inbox-item__col-25 {
    width: 100%;
  }
  .inbox-item__col.inbox-item__col-50.inbox-item__col-50__main-content {
    width: 100%;
  }
  .inbox-item__col.inbox-item__col-25.inbox-item__col-25__action-col {
    width: 100%;
  }
  .inbox-item-wrapper .inbox-item {
    width: 100%;
    float: none;
    min-height: 100%;
  }
  .inbox-item-wrapper .inbox-item:nth-child(odd) {
    margin-right: 0;
  }
  .inbox-item-wrapper .inbox-item:nth-child(even) {
    margin-left: 0;
  }
  .inbox-item-wrapper .inbox-item .dates-price-overview--table .arrow,
  .inbox-item-wrapper .inbox-item .dates-price-overview--table .spacer {
    padding: 2px 10px 0 10px;
  }
  .inbox-item-wrapper .inbox-item .dates-price-overview--table .dates_col .title {
    font-size: 2rem;
  }
  .inbox-item-wrapper .inbox-item .dates-price-overview--table .dates_col .subtitle {
    font-size: 1.4rem;
  }
  .helper-pop-modal > .modal > .modal-dialog {
    width: 250px;
  }
  .add-payout-method--modal .select-payout-model .custom-scrollbar-inner,
  .common-modal-w-form .select-payout-model .custom-scrollbar-inner {
    padding: 0 30px;
  }
  .table--colored-items thead th {
    padding: 0 4px 5px 4px !important;
  }
  .table--colored-items.table--simplified.table--colored-items--payouts {
    min-width: 600px;
  }
  .table--colored-items.table--simplified.table--colored-items--payouts .remove-payout {
    right: -5px;
  }
  .table--colored-items.table--simplified.table--colored-items--payouts .remove-payout span {
    display: none;
  }
  table.table.table--simplified {
    min-width: 600px;
  }
  .transactions-calculator + .table-wrapper-scroll table.table.table--simplified {
    min-width: 1000px;
  }
  .modal-dialog.modal-dialog-centered.modal-lg {
    width: 100%;
    height: 100%;
  }
  .modal-dialog.modal-dialog-centered.modal-lg .modal-content {
    height: 100%;
  }
  .table.table--simplified.table--colored-items tr th {
    padding-bottom: 10px;
  }
  header > .header-wrapper {
    padding: 20px 15px !important;
  }
  .header-col-logo {
    width: 50%;
  }
  .header-col-menu {
    width: 50%;
  }
  .content-column {
    padding: 15px 15px 100px 15px;
    border: 0;
  }
  .discover-behosted.discover_animate_it.animated {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .static-page-container {
    padding: 0 15px;
  }
  .static-page-container .ghost-button {
    margin: 40px 0;
  }
  .static-page__top-photo {
    margin-top: 0;
  }
  .static-page__top-photo .static-pages__top-photo__content {
    margin-top: 0;
  }
  .static-page__top-photo .static-pages__top-photo__content .title {
    font-size: 4.2rem;
  }
  .static-page__top-photo .static-pages__top-photo__content .subtitle {
    font-size: 2rem;
    margin-top: 20px;
    line-height: 1.4;
  }
  .static_page_about .static-pages__top-photo__content {
    padding: 0 15px;
  }
  .discover-holiday-rentals-title h4,
  .discover-getintouch-image .title,
  .about-story--wrapper .title,
  .about-lets-start--wrapper .title,
  .grid-news-wrapper .title,
  .beahost-global-potential .title,
  .beahost-howotworks-image .title,
  .page-top-section .title {
    font-size: 4.2rem;
  }
  .news-item {
    margin-bottom: 35px;
  }
  .about-story-carousel {
    padding: 0 0px 90px 0px;
  }
  .about-story-carousel .col-left,
  .about-story-carousel .col-right {
    display: none;
  }
  .about-story-carousel .col-middle {
    width: 100%;
  }
  .about-story-carousel #history-carousel {
    padding: 0 15px;
  }
  .about-story-carousel #history-carousel .item p {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 200;
  }
  .about-story-timeline {
    display: none;
  }
  .simple-checkbox .checkbox-wrapper {
    float: left;
  }
  .simple-checkbox label {
    float: left;
  }
  #amenities_must-have .simple-checkbox .checkbox-wrapper {
    float: none;
  }
  #amenities_must-have .amenities-list-row > .row:before,
  #amenities_must-have .amenities-list-row > .row:after {
    display: none;
  }
  #amenities_must-have .amenities-list-row .col-sm-4.col-xs-6 {
    min-height: 160px;
  }
  .static-page-container--affiliates .discover-getintouch-image {
    background-position: right top;
  }
  #photos + #previews-container .dz-preview {
    width: 100%;
  }
  .page-top-section.page-top-section--background {
    padding: 70px 15px 100px 15px;
  }
  .news-page.all_news_page {
    padding: 0 15px;
  }
  .news-page .main-title h1 {
    font-size: 4.2rem;
  }
  .news-page .main-title p {
    font-size: 2rem;
  }
  .news-page .post-item {
    margin-top: 50px;
  }
  .news-page .post-info h2 {
    font-size: 2.8rem;
  }
  .news-page .posts.right,
  .news-page .posts.left {
    margin-top: 0;
    top: 0;
  }
  .news-page .load-more {
    margin: 90px 0 0 0;
  }
  .news-page .news-container_single-post {
    padding: 0 15px 50px 15px;
  }
  .news-page .news-container_single-post .main-title h1 {
    font-size: 3rem !important;
  }
  .scrollable_content_modal {
    max-height: 85vh;
  }
  .about-story-carousel {
    position: relative;
    padding: 50px 0 15px 0;
  }
  .about-story-carousel .col-left {
    display: block;
    width: 50%;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-story-carousel .col-right {
    display: block;
    width: 50%;
    min-height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  .about-story-carousel .text-holder {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 600;
  }
  .about-story-carousel .text-holder.show-i.previous-text i {
    display: inline-block;
  }
  .about-story-carousel .text-holder.next-text i {
    display: inline-block;
  }
  .about-story-carousel .text-holder.hide-i.next-text i {
    display: none;
  }
  .about-story-carousel .text-holder.next-text {
    padding-right: 15px;
    text-align: right;
  }
  .about-story-carousel .text-holder.previous-text {
    padding-left: 15px;
    text-align: left;
  }
  #history-carousel .owl-item .item .title span {
    display: none;
  }
  .cancellation-diagram.dates .st1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
  }
  .cancellation-diagram.dates .st2 {
    fill: none;
    stroke: #CC5661;
    stroke-miterlimit: 10;
  }
  .cancellation-diagram.dates .st3 {
    fill: #FFFFFF;
  }
  .cancellation-diagram.dates .st5 {
    font-size: 26px;
  }
  .cancellation-diagram.dates .st6 {
    fill: #CC5661;
  }
  .cancellation-diagram.dates .st7 {
    font-size: 19px;
  }
  .cancellation-diagram.dates .st8 {
    fill: none;
    stroke: #3172A8;
    stroke-miterlimit: 10;
  }
  .cancellation-diagram.dates .st9 {
    fill: #3172A8;
  }
  .cancellation-diagram.dates .st10 {
    fill: #070707;
  }
  .cancellation-diagram.dates .st12 {
    font-size: 18px;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only.mobile-only-full {
    display: inline-block;
    width: 100%;
  }
  .desktop-only {
    display: none;
  }
  .custom-faq-dropdown .btn.dropdown-toggle {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .custom-faq-dropdown .carret-down {
    right: 15px;
    width: 15px;
  }
  .custom-faq-dropdown .dropdown-menu {
    width: 100%;
  }
  .custom-faq-dropdown .dropdown-menu > .active > a {
    color: #000;
  }
  .custom-faq-dropdown .dropdown-menu .tab-navigation__list__item {
    padding: 10px;
  }
  .custom-faq-dropdown .dropdown-menu .tab-navigation__list__item a {
    font-size: 1.8rem;
    padding: 0;
  }
  .custom-faq-dropdown .dropdown-menu > .active > a,
  .custom-faq-dropdown .dropdown-menu > .active > a:hover,
  .custom-faq-dropdown .dropdown-menu > .active > a:focus {
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .custom-faq-dropdown .tab-navigation-nested__list__item {
    margin: 0;
    padding: 10px;
  }
  .custom-faq-dropdown .tab-navigation-nested__list__item a {
    font-size: 1.8rem;
    padding: 0;
  }
  .custom-faq-dropdown .tab-navigation-nested__list__item.active a {
    border: 0;
  }
  .tab-content--spacious {
    padding: 0 0 40px 0;
  }
  .custom-navigation-tabs-menu {
    margin: 40px 0 10px 0;
  }
  .faq-page-wrapper.page-top-section.page-top-section--background {
    padding: 70px 15px 50px 15px;
  }
  .tab-content--wrapper .panel-title > a,
  .tab-content--wrapper .panel-title > p {
    font-size: 1.8rem;
  }
  .dropdown.custom-faq-dropdown.second-level-dropdown-menu {
    margin-bottom: 15px;
  }
  .contact-tabs span.carret-down {
    width: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .contact-tabs .collapsed span.carret-down {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .custom-navigation-terms {
    padding: 0 15px;
  }
  .page-top-section.contact-page-top-section {
    padding: 70px 15px 50px 15px;
  }
  .swipe-helper {
    position: absolute;
    top: 100px;
    left: 50%;
    max-width: 100px;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .static-page .animated .about-story-carousel .swipe-helper {
    animation: blinker 5s linear;
    animation-delay: 2.5s;
  }
  @keyframes blinker {
    50% {
      opacity: 0.5;
    }
  }
  .dashboard__content__listing--properties__item {
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .dashboard__content__listing--properties__item:nth-child(odd) {
    margin-right: 0;
  }
  .dashboard__content__listing--properties__item:nth-child(even) {
    margin-left: 0;
  }
  .dashboard__content__listing--properties__item .preview_property {
    line-height: 2.3;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .instant-booking-checkbox .checkbox-wrapper {
    position: relative;
    top: 4px;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info {
    margin-top: 15px;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .instant-booking-checkbox label {
    font-size: 1.4rem;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .instant-booking-checkbox i {
    font-size: 2.8rem;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .bottom-info-item {
    width: 50%;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .bottom-info-item.full-width-bottom-info-item {
    width: 100%;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .bottom-info-item.mobile-align-right {
    text-align: right;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .bottom-info-item .bottom-info-item-inline p {
    font-size: 1.4rem;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .bottom-info .bottom-info-item .comfort-feature-rate > span {
    font-size: 2.8rem;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__info .property-status-update {
    position: relative;
    top: 5px;
  }
  .dashboard__content__listing--properties__item .dashboard__content__listing--properties__item__image .title-address .listing-title {
    font-size: 2rem;
    position: relative;
  }
  .property-lastupdate-date {
    font-size: 1.4rem;
    padding-top: 8px;
  }
  #room-select {
    opacity: 1;
    -webkit-appearance: none;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 1.8rem;
    margin-bottom: 5px;
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
    padding: 0 20px 0 0 !important;
  }
  .edit-listing__heading .edit-listing__heading--wrapper .listing-title {
    position: relative;
  }
  .edit-listing__heading .edit-listing__heading--wrapper .listing-title .carret-down {
    opacity: 1;
    margin-top: -15px;
  }
  .ranking-reviews-listed + .ranking-reviews-listed {
    margin-top: 0;
  }
  .ranking-reviews-listed .reviews-preview {
    margin-bottom: 30px;
  }
  .dashboard__content__table__header--search .search_list input {
    padding: 10px 30px 8px 10px;
  }
  .edit-property ul.dropdown-menu li {
    padding: 5px 0;
  }
  .edit-property ul.dropdown-menu li a {
    font-size: 2rem;
  }
  .dashboard__content__listing--properties__item__info .wrapper {
    height: 100%;
    margin: 15px 0 0 0;
  }
  .dashboard__menu ul li a {
    font-weight: 400;
  }
  .beahost-page .text-icons-list .icon {
    width: 10%;
  }
  .beahost-page .text-icons-list .text {
    width: 90%;
  }
  .beahost-page .beahost-form-inner {
    padding: 0;
  }
  .beahost-page .beahost-form-inner #form_validate > .custom-row > .row > .col-sm-6 .form-field-wrapper {
    padding-bottom: 15px;
  }
  .beahost-page .beahost-form {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    border: 0;
  }
  .beahost-page .beahost-form .quantity input {
    font-size: 8rem;
  }
  .beahost-page .beahost-form .custom-row .quantity--border:after {
    right: -5px;
  }
  .beahost-page .beahost-form .custom-row .col-xs-6 + .col-xs-6 .quantity--border:after {
    display: none;
  }
  .beahost-page .beahost-form .ghost-button {
    margin: 0 auto 35px auto;
  }
  .beahost-page .static-pages__top-photo__content {
    bottom: 80px;
    left: 0;
    padding: 0 15px;
  }
  .beahost-page .quantity-nav {
    right: 10px;
    margin-top: -3px;
  }
  .beahost-page .quantity-nav .quantity-button.quantity-up,
  .beahost-page .quantity-nav .quantity-button.quantity-down {
    width: 30px;
    height: 30px;
  }
  .beahost-page .beahost-prof-managers {
    padding: 30px 0;
  }
  .beahost-page .beahost-prof-managers .ghost-button {
    max-width: 280px;
    margin: 40px auto;
  }
  .beahost-page .beahost-howotworks-image {
    background-position: 30% center;
  }
  .beahost-page .beahost-howotworks-image .ghost-buttons-list-full {
    display: table;
    max-width: 280px;
    margin: 0 auto;
  }
  .beahost-page .beahost-howotworks-image .ghost-buttons-list-full li {
    padding: 0;
  }
  .beahost-page .beahost-howotworks-image .title {
    padding: 0 15px;
  }
  .beahost-page .beahost-howotworks-image .subtitle-big {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .beahost-page .beahost-howotworks-image .beahost-howotworks-join {
    padding: 0 15px;
  }
  .beahost-page .beahost-howotworks-image .beahost-howotworks-join .col-left,
  .beahost-page .beahost-howotworks-image .beahost-howotworks-join .col-right {
    width: 100%;
  }
  .beahost-page .beahost-howotworks-image .col-left {
    background: transparent;
    padding: 50px 0 50px 0;
  }
  .beahost-page .beahost-global-potential .discover-reason-item {
    margin: 35px 0;
    min-height: 100%;
    display: inline-block;
    width: 100%;
  }
  .beahost-page .beahost-global-potential .title {
    padding: 0 15px;
    text-align: left;
  }
  .beahost-page .beahost-global-potential-list {
    margin: 0 auto 0 auto;
    padding: 0 15px 120px 15px;
  }
  .beahost-page .beahost-global-potential-list .discover-reason-item .item-number {
    bottom: 10px;
    left: -10px;
  }
  .static-page-container--discover .discover-reasons {
    margin-top: -30px;
    padding: 0 0 50px 0;
  }
  .static-page-container--discover .discover-reasons .title {
    padding: 35px 15px 0 15px;
  }
  .static-page-container--discover .discover-reasons .discover-reason-item {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .static-page-container--discover .discover-reasons .discover-reason-item .item-number {
    position: absolute;
    bottom: 15px;
    left: -10px;
  }
  .static-page-container--discover .discover-holiday-rentals-title {
    margin-top: 0;
    padding: 20px 15px;
  }
  .static-page-container--discover .discover-holiday-rentals-list {
    padding: 0;
    margin-top: 0;
  }
  .static-page-container--discover .discover-holiday-rentals-image {
    background-image: none !important;
  }
  .static-page-container--discover .static-page-form .input-group {
    margin-bottom: 15px;
  }
  .static-page-container--discover .discover-idealhouse .static-page-content .subtitle-small {
    margin-bottom: 0;
  }
  .enquiryModalField .space-bottom {
    margin-bottom: 0;
  }
  .enquiryModalField .submit_enquiry_button {
    margin-top: 15px;
  }
  .static-page__top-photo-large-height {
    height: 130vh;
  }
  .rating-page-holder .rating-stars-input label {
    font-size: 2rem;
  }
  .rating-page-holder .rating-box-wrapper {
    padding: 20px 20px 60px 20px;
  }
  .rating-page-holder .rating-box-wrapper .rating-box-content {
    display: inline-block;
    width: 100%;
  }
  .rating-page-holder .rating-box-wrapper .rating-box-content .rating-form {
    display: inline-block;
    width: 100%;
    padding: 0 !important;
    margin: 0;
  }
  .rating-page-holder .rating-box-wrapper .rating-box-content .rating-form.rating-the-property {
    margin-bottom: 20px;
  }
  .rating-page-holder .rating-box-wrapper .rating-box-content .rating-form.rating-the-property:after {
    display: none;
  }
  .rating-page-holder .rating-box-wrapper .rating-box-content .rating-form .rating-comment {
    margin-top: 20px !important;
  }
  .rating-page-holder .rating-stars {
    min-height: 100%;
  }
  .rating-page-holder .submit-form-button {
    margin: 50px 0 0 0;
  }
  .mobile-add-your-space-button {
    width: 100%;
    display: block;
    text-align: center;
    margin: 50px 0;
  }
  .property_floor_elevator .property_floor {
    width: 65%;
  }
  .property_floor_elevator .property_elevator {
    width: 35%;
    padding-left: 5%;
    padding-top: 43px;
  }
  .property_floor_elevator .property_elevator .simple-checkbox label {
    padding-top: 2px;
  }
  .checkin-checkout-subform .property-minimum-nights {
    margin-bottom: 20px;
  }
  .short-description_subform label,
  .long-description_subform label {
    margin-bottom: 10px;
  }
  .short-description_subform textarea,
  .long-description_subform textarea {
    min-height: 155px;
    padding: 10px 12px;
  }
  .account-rating-box-colored {
    padding: 30px 15px;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .title {
    font-size: 2.2rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_text .subtitle {
    font-size: 1.8rem;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate {
    width: 100%;
  }
  .account-rating-box-colored .account-rating-box .account-rating-box_rate:after {
    display: none;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_rate {
    flex-basis: 100%;
    border-right: 0;
    padding-top: 35px;
  }
  .account-rating-box-wrapper .account-rating-box .account-rating-box_text {
    flex-basis: 100%;
    padding: 0 30px;
  }
  .offers-page .contact-hero {
    min-height: 100%;
    margin-top: 0;
    background: none;
    background: #f9f5f2 !important;
    padding: 0 15px;
  }
  .offers-page .contact-hero:after {
    display: none;
  }
  .offers-page .contact-hero .contact-hero-text {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 40px 5px 0 5px;
  }
  .offers-page .contact-hero .contact-hero-text h1,
  .offers-page .contact-hero .contact-hero-text p {
    color: #000;
  }
  .offers-page .contact-hero .contact-hero-text h1 {
    font-size: 2.6rem;
    margin-top: 0;
  }
  .offers-page .contact-hero .contact-hero-text p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .offers-container {
    padding: 0 30px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 20px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__icon i {
    font-size: 1.8rem;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__text {
    font-size: 1.6rem;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 390px;
  }
  .accordion-edit-forms .twin-input-fields {
    margin-top: 5px;
  }
  .accordion-edit-forms .accordion-item__heading .tip {
    display: none;
  }
  .form-fields-icon-message .field-comment {
    min-height: 20px;
  }
  .form-fields-icon-message .field-comment.field-no-icon {
    margin-left: 0;
  }
  .form-fields-icon-message .field-comment.field-no-icon .field-comment-text {
    width: 100%;
    left: 0;
  }
  .form-fields-icon-message .field-comment .field-comment-text {
    width: 80%;
    left: 20%;
    position: relative;
  }
  .form-fields-icon-message .field-comment .field-comment-text br {
    display: none;
  }
  .form-fields-icon-message .iconed-commented-field.no-icon .commented-field {
    width: 100%;
  }
  .accordion-edit-forms .field-comment-input {
    width: 80%;
    left: 20%;
    position: relative;
  }
  .accordion-edit-forms .field-comment-input .field-comment.field-comment-highlighted .field-comment-text {
    width: 100%;
    left: 0;
  }
  .accordion-edit-forms .field-comment-input .explanation-text {
    width: calc( 100% - 100px );
  }
  .accordion-edit-forms .field-comment-input .input-field {
    max-width: 100px;
  }
  .accordion-edit-forms .field-comment-input .input-field input {
    font-size: 4rem;
    padding-right: 20px;
  }
  .accordion-edit-forms .field-comment-input .input-field .quantity .quantity-button.quantity-up,
  .accordion-edit-forms .field-comment-input .input-field .quantity .quantity-button.quantity-down {
    width: 20px;
    height: 20px;
  }
  #price_calculator_popup .modal-dialog-centered {
    width: 100%;
    height: 100vh;
  }
  #price_calculator_popup .modal-dialog-centered .modal-content {
    height: 100%;
  }
  #price_calculator_popup .modal-dialog-centered .simplebar-track.horizontal {
    display: none !important;
  }
  #price_calculator_popup .modal_enquiry_padding-custom {
    padding: 0;
  }
  #price_calculator_popup .enquiry_modal_heading h4 {
    padding: 0;
  }
  #pricing-offers .panel-body__form-fields .form-fields-icon-message.form-fields-icon-message-grouped:last-child {
    margin-bottom: 0 !important;
  }
  .user-profile-public-page .user-listings-wrapper .property-item.property-item--column.hover_property_box {
    max-width: 460px;
    margin: 0 auto 30px auto;
    display: block;
    float: none;
  }
  .user-profile-public-page .user-info {
    padding-right: 0;
    width: 100%;
  }
  .user-profile-public-page .user-info > .inner-wrapper > .left,
  .user-profile-public-page .user-info > .inner-wrapper > .right {
    width: 100%;
    padding: 0;
  }
  .user-profile-public-page .user-info .user-description {
    padding: 30px;
  }
  .user-profile-public-page .user-listings-reviews .reviews-preview li {
    width: 100%;
  }
  .user-profile-public-page .user-listings-reviews .reviews-preview li .property__details__reviews__header {
    min-height: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .user-profile-public-page .user-listings-reviews #listings .user-listings-wrapper {
    margin: 0;
  }
  .user-profile-public-page .user-listings-reviews ul.nav.nav-tabs {
    margin: 30px auto 15px auto;
    display: table;
  }
  .billing-container-wrapper {
    padding: 0 15px;
  }
  .billing-container-wrapper .billing-header-title {
    margin: 35px 0 20px;
  }
  .billing-container-wrapper .billing-header-title h1.billing-header-title {
    font-size: 3rem;
  }
  .billing-container-wrapper .billing-reservation-code {
    font-size: 2rem;
  }
  .billing-container-wrapper .billing-reservation-print-share a i {
    font-size: 2rem;
    padding-right: 5px;
  }
  .billing-container-wrapper .billing-custom-row ul.expires {
    display: table;
    margin: 15px auto 0 auto;
  }
  .billing-container-wrapper .billing-container-left .action-buttons {
    display: table;
    max-width: 264px;
    margin: 0 auto;
    float: none;
  }
  .billing-container-wrapper .billing-container-left .action-buttons button.unavailable.cancel.updates_buttons {
    float: none;
    margin: 40px auto 0 auto;
    display: block;
  }
  .billing-container-wrapper .billing-container-left .action-buttons button.btn.btn-primary.available.accept.updates_buttons + button.unavailable.cancel.updates_buttons {
    float: none;
    margin: 40px 0 0 10px;
    display: inline-block;
  }
  .billing-container-wrapper .billing-booking-details {
    padding: 10px;
  }
  .billing-container-wrapper .billing-booking-details .host-details-service-wrapper {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-service-wrapper .host-details-services {
    margin: 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-service-wrapper .host-details-services .col-md-4.custom-col-no-paddings {
    padding: 0 15px;
  }
  .billing-container-wrapper .billing-booking-details .confirmation-common-tab {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-cancellation-policy {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-cancellation-policy .cancellation-diagram-wrapper {
    margin: 15px 0 15px 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-house-rules {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout {
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .billing-booking-payment-total {
    width: 100%;
    padding: 15px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .billing-booking-payment-total .col-30,
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .billing-booking-payment-total .col-70 {
    width: 100%;
    text-align: center;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-payout .billing-booking-payment-total .col-70.right {
    margin-top: 30px;
  }
  .billing-container-wrapper .billing-booking-details .col-40,
  .billing-container-wrapper .billing-booking-details .col-60,
  .billing-container-wrapper .billing-booking-details .col-50 {
    width: 100%;
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title {
    margin-top: 15px;
    text-align: center;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title p {
    padding-right: 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-details-title h3 a {
    font-size: 2.6rem;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table {
    display: table;
    margin: 0 auto;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.dates_col_big.check_in-date {
    padding-right: 10px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col {
    padding: 0 5px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .title {
    font-size: 2.2rem;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-checkin-checkout-policies {
    text-align: center;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-checkin-checkout-policies span {
    display: block;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-amenities {
    margin: 20px 0 10px 0;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-amenities ul li {
    width: 100%;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-amenities ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-amenities ul li i {
    font-size: 2.2rem;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .billing-booking-amenities ul li p {
    font-size: 1.4rem;
    top: -5px;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper {
    padding: 15px 0 15px 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-col {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-col.host-details-profile-pic {
    margin-bottom: 10px;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-col.host-details-profile-pic a {
    margin: 0 auto;
    display: table;
  }
  .billing-container-wrapper .billing-booking-details .host-details-host-wrapper .host-details-send-message a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    margin: 20px 0 0 0;
  }
  .billing-container-wrapper .billing-booking-details-container .billing-booking-details-section-title h2 {
    padding: 15px;
  }
  .billing-container-wrapper .billing-booking-details-container .billing-booking-details-section-title .col-50.right a {
    line-height: 6rem;
    padding-right: 15px;
  }
  .billing-container-wrapper .billing-booking-details-container .billing-booking-details {
    padding: 15px;
  }
  .billing-container-wrapper .billing-booking-details-container .billing_booking-details-photo {
    padding-bottom: 30%;
  }
  .billing-container-wrapper .billing-booking-details-container .details {
    margin-top: 20px;
  }
  .accordion-edit-forms #host-reception_transportation .import-property-button-wrapper {
    margin-top: 15px;
  }
  .inbox-message-content-column .inbox-message__enquiry-details--toggler-wrapper .inbox-message__enquiry-details--toggler {
    padding: 15px;
  }
  .inbox-message-content-column .inbox-message__enquiry-details .enquiry-details__box {
    padding: 15px;
  }
  .inbox-message-content-column .conversation-messages .send-new-message-wrapper .new-message :after {
    display: none;
  }
  .inbox-message-content-column .conversation-messages .message-item.new-message-item .new-message-col {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .inbox-message-content-column .conversation-messages .message-item.new-message-item .new-message-user-pic {
    float: right;
    margin-top: 10px;
  }
  .inbox-message-content-column .conversation-messages .message-item.new-message-item .new-message-user-pic img {
    max-width: 30px;
  }
  .inbox-message-content-column .conversation-messages .new-message:after {
    display: none;
  }
  .inbox-message-content-column .view-message-holder {
    margin: 25px 0;
  }
  .inbox-message-content-column .view-message-holder .view-message-item__content {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
  }
  .inbox-message-content-column .view-message-holder .view-message-item__content .date-time {
    margin-bottom: 10px;
  }
  .inbox-message-content-column .view-message-holder .view-message-item__content:after {
    display: none;
  }
  .inbox-message-content-column .view-message-holder .view-message-item__photo {
    float: right;
  }
  .inbox-message-content-column .view-message-holder .view-message-item__photo img {
    max-width: 35px;
    border: 1px solid #e3e3e3;
  }
  .inbox-message-content-column .view-message-holder.view-message-holder_received .view-message-item__photo {
    float: left;
  }
  .inbox-message-content-column .inbox-message__conversation .conversation-heading .conversation-heading--wrapper {
    padding: 10px;
  }
  .inbox-message-content-column .inbox-message__conversation .conversation-heading .conversation-heading--wrapper .conversation-actions .conversation-actions-wrapper .updates_buttons {
    padding: 7px 10px!important;
  }
  .medium-device-row .medium-device-col-50 {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .medium-device-row .medium-device-col-50:nth-child(odd) {
    margin-right: 0;
  }
  .medium-device-row .medium-device-col-50:nth-child(even) {
    margin-left: 0;
  }
  .booking-checkout .booking-checkout-overview .enquiry-details__box {
    padding: 15px;
  }
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-total-price .title,
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-total-price .price {
    font-size: 2.4rem;
  }
  .booking-checkout .booking-checkout-overview .enquiry-details__box .property-total-price .price .host-currency {
    font-size: 1.4rem;
  }
  .booking-checkout .accordion-item__heading p {
    padding: 15px 15px;
  }
  .booking-checkout .accordion-item__heading p .step {
    font-size: 1.6rem;
    padding-right: 15px;
    margin-right: 15px;
  }
  .booking-checkout .accordion-item__heading .step-title .title {
    font-size: 2rem;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice {
    width: 100%;
    padding: 0 0;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_facebook a {
    font-size: 1.8rem;
    font-weight: 200;
    padding: 10px 10px;
    max-width: 100%;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in {
    text-align: center;
  }
  .booking-checkout .booking-checkout-form-wrapper .sign_choice .sign_choice_in a {
    display: inline-block;
  }
  .booking-checkout .booking-checkout-steps > .title {
    font-size: 2.2rem;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.arrow {
    padding: 0 10px!important;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.arrow {
    padding-top: 2px!important;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col .title {
    font-size: 2.4rem;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-total-price .price .host-currency {
    font-size: 1.6rem;
    font-weight: 200;
  }
  .booking-checkout button#book_it_button {
    margin: 50px auto 0 auto;
    float: none;
    width: 100%;
    max-width: 200px;
    display: block;
  }
  .booking-checkout .accept-terms {
    text-align: center;
  }
  .booking-checkout .accept-terms .simple-checkbox {
    position: relative;
    top: 7px;
  }
  .booking-checkout .book-instructions {
    margin-bottom: 30px;
  }
  .remainingC {
    top: 10px;
  }
  .row.space-bottom > .col-xs-6 {
    width: 100%;
  }
  .row.space-bottom > .col-xs-6 + .col-xs-6 {
    margin-top: 15px;
  }
  .news-page .gallery-wrapper .gallery .my-gallery > figure {
    width: 50%;
  }
  .news-page figure.offset-forbes-img-1,
  .news-page .custom_quote.quote_style.quote-style-offset-1 {
    margin-top: 0;
  }
  .news-page .row.space-bottom.offset-row-1 {
    top: 0;
    margin-bottom: 0;
  }
  .news-page .custom_quote {
    padding-top: 50px;
  }
  .news-page .custom_quote.quote_style.quote-style-offset-1 {
    margin-top: 70px!important;
  }
  .news-page .custom_quote.quote_style.quote-style-offset-2 {
    margin-top: 20px;
  }
  .news-page .row.space-bottom:not(.offset-row-1) .col-xs-6.space-bottom.my-gallery {
    margin-bottom: -20px;
  }
  .news-page .gallery-wrapper {
    padding: 15px;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.spacer {
    padding: 0 10px;
  }
  .property-item__box__info__specification__text {
    font-size: 2rem;
    color: #000;
    font-weight: 200;
    line-height: 1;
  }
  .row.custom-mobile-boking-assistance {
    margin-top: 30px;
  }
  .row.custom-mobile-boking-assistance .booking-assistance-small-devices .property-contact-button {
    display: block;
  }
  .booking-checkout-overview-mobile .property-item__box__carousel .owl-nav .owl-prev {
    left: 0;
  }
  .booking-checkout-overview-mobile .property-item__box__carousel .owl-nav .owl-next {
    right: 0;
  }
  .cc-floating .cc-message {
    padding-right: 0 !important;
    margin-bottom: 1em !important;
    text-align: justify !important;
  }
  .cc-window.cc-floating {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper {
    width: 40px;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper,
  .booking-checkout .accept-newsletter .simple-checkbox span {
    margin-right: 0;
  }
  .booking-checkout .accept-newsletter .checkbox-wrapper .custom-checkbox {
    margin-right: 10px;
  }
  .booking-checkout .accept-newsletter .simple-checkbox span.text-newsletter {
    width: calc(100% - 40px);
    line-height: 23px;
  }
  .daterangepicker.ltr.auto-apply.show-calendar.opensleft {
    overflow-y: scroll;
  }
  .booking-checkout .booking-checkout-overview .toggle-details {
    position: fixed;
    z-index: 2;
  }
  .mobile-close-header {
    display: inline-block;
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    height: 50px;
    z-index: 2;
  }
  #modal_newsletter .modal-left {
    display: none;
  }
  #modal_newsletter .modal-right {
    flex-basis: 100%;
  }
  #modal_newsletter #mc_embed_signup {
    width: 100%;
  }
  .super-flexible {
    width: 20em;
  }
  .refund-text {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-featured-images {
    display: inline-block;
    width: 100%;
    margin-top: 20px !important;
    margin-left: 0;
  }
  .mobile-featured-images .feature-on ul li {
    margin-left: 0;
  }
  .feature-on-image.forbes {
    position: relative;
    left: -10px;
  }
}
@media (max-width: 440px) {
  .user-profile-public-page .user-listings-wrapper .property-item__box__carousel {
    min-height: 217px;
  }
  .offers-container .offer-property-item .property-item__box__info__specifications {
    padding: 10px;
  }
  .offers-container .offer-property-item .offer-property-item__rates--wrapper {
    padding: 10px 0;
  }
  .offers-container .offer-property-item .price {
    margin-top: 10px;
    padding-top: 10px;
  }
  .offers-container .offer-property-item .offer-property-item__wrapper .offer_image_bg {
    min-height: 220px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.arrow,
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col.spacer {
    padding: 0 0px;
  }
  .billing-container-wrapper .billing-booking-details .billing-booking-dates-price .dates-price-overview--table .dates_col .title {
    font-size: 1.6rem;
  }
  .sleeping_arrangements-head .quick_edit_rooms .col-xs-4 {
    padding: 0;
  }
  .favorites_page_dashboard .offer-property-item .property-item__box__info__specifications ul li + li {
    margin-left: 15px;
  }
  .favorites_page_dashboard .offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__icon i {
    font-size: 1.8rem;
  }
  .favorites_page_dashboard .offer-property-item .property-item__box__info__specifications ul li .property-item__box__info__specification__text {
    font-size: 1.6rem;
  }
  .filters-mobile-menu .filters-mobile-menu_item a {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .property-item__box__info__price {
    width: 65%;
  }
  .property-item__box__info__price .property-preview-price .total-price {
    font-size: 2.6rem;
  }
  .property-item__box__info__badges {
    width: 35%;
  }
  .booking-checkout .accept-newsletter .simple-checkbox span.text-newsletter {
    line-height: 23px;
  }
  .property .property__preview__amenities-list li {
    height: 28px;
  }
}
@media (max-width: 375px) {
  .inbox-message__enquiry-details .enquiry-details__box .property-book-details .dates-price-overview--table .subtitle {
    font-size: 1rem;
  }
  .booking-checkout .booking-checkout-overview-mobile .property-book-details .dates_col.arrow {
    padding: 0 8px !important;
  }
}
@media (max-height: 700px) {
  .static-page-container--discover .discover-behosted .text-icons-list .text {
    font-size: 1.8rem;
  }
  .static-page-container--discover .discover-behosted .text-icons-list .icon i {
    font-size: 3.6rem;
  }
  .static-page-container--discover .discover-behosted .text-icons-list li + li {
    margin-top: 15px;
  }
  .modal.in .modal-dialog-centered {
    -webkit-transform: translate(-50%, -45%) !important;
    -moz-transform: translate(-50%, -45%) !important;
    -o-transform: translate(-50%, -45%) !important;
    transform: translate(-50%, -45%) !important;
  }
  .beahost-form {
    margin-top: -80px !important;
  }
}
@media (max-width: 576px) {
  .scroll-fix {
    pointer-events: none;
  }
  .property-item__box__carousel:after {
    pointer-events: none;
  }
}
@media (max-height: 500px) {
  .static-page-container--discover .discover-behosted .text-icons-list .text {
    font-size: 1.8rem;
  }
  .static-page-container--discover .discover-behosted .text-icons-list .icon i {
    font-size: 3.6rem;
  }
  .static-page-container--discover .discover-behosted .text-icons-list li + li {
    margin-top: 15px;
  }
  .modal.in .modal-dialog-centered {
    -webkit-transform: translate(-50%, -45%) !important;
    -moz-transform: translate(-50%, -45%) !important;
    -o-transform: translate(-50%, -45%) !important;
    transform: translate(-50%, -45%) !important;
  }
  .beahost-form {
    margin-top: -80px !important;
  }
  .container.home #homeSlider .hsSlide .hsCol.hsCol-full .hsText.searchform-slogan {
    margin-top: 40px !important;
  }
  #home1 .full-movie {
    bottom: 40px;
  }
  #search_form .mobile-search-trigger {
    top: -40px !important;
    position: relative !important;
  }
  #home2 .hsText h1,
  #home3 .hsText h1 {
    float: left;
    width: 50%;
    margin-top: 50px !important;
  }
  #home2 .hsText h2,
  #home3 .hsText h2 {
    float: right;
    width: 50%;
    margin-top: 50px !important;
  }
  #home2 .full-movie,
  #home3 .full-movie {
    width: 50% !important;
  }
  #home2 .hsButtonAnimate.mobileButtonAnimate,
  #home3 .hsButtonAnimate.mobileButtonAnimate {
    float: right;
    width: 50% !important;
  }
}
.unbranded-container {
  max-width: 1280px;
  display: block;
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
.unbranded-print {
  border: none;
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.unbranded-print:hover,
.unbranded-print:active,
.unbranded-print:visited {
  color: black;
}
.print-icon {
  margin-right: 4px;
}
.main-photos {
  margin-top: 60px;
}
.photo-large {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  object-fit: cover;
}
.photo-small {
  width: 100%;
  height: 174px;
  border-radius: 10px;
  object-fit: cover;
}
.view-more-btn {
  border: 2px solid #000000;
  border-radius: 7px;
  padding: 10px 20px;
  font-weight: 600;
  float: right;
  margin-top: 20px;
}
.unbranded-main {
  margin-top: 65px;
}
.unbranded-main.property-name {
  font-family: 'Tinos', serif;
  font-size: 36px;
}
.unbranded-location {
  font-size: 20px;
  margin-left: 10px;
}
.unbranded-info {
  margin-top: 50px;
}
.box-container > .info-box:not(:last-child) {
  margin-right: 15px;
}
.info-box {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 25px 5px 20px 20px;
  width: 23%;
  display: inline-block;
}
.unbranded-description {
  width: 98%;
}
.info-box-icon {
  display: block;
}
.info-box-text {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.unbranded-paragraphs {
  font-size: 18px;
  margin-top: 16px;
  line-height: 28px;
}
.unbranded-h2 {
  font-size: 28px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-top: 50px;
}
.unbranded-h2-no-margin {
  font-size: 28px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-bottom: 22px;
}
.extra-info {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.check-in-out {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.checkout-div {
  position: absolute;
  top: 20px;
  right: 20px;
}
.check-in-title,
.check-out-title {
  font-size: 18px;
  display: block;
}
.checkout-div,
.fee-price,
.elevator-exists,
.cancellation-exists,
.rule-exists {
  float: right;
}
.check-in-time,
.check-out-time {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.bedroom-beds {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.fee-name,
.elevator-name,
.cancellation-name,
.bedroom-title,
.bedroom-title,
.rule-title,
.rule-exists {
  font-size: 18px;
}
.sleeping-arrangements ul,
.must-have ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sleeping-arrangements ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
}
.sleeping-arrangements ul li {
  min-width: 195px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 25px 20px 30px 20px;
  display: inline-block;
  flex-basis: 20%;
  margin-top: 15px;
}
.bedroom-title {
  font-size: 20px;
  margin-bottom: 18px;
}
.bedroom-title,
.bedroom-title {
  display: block;
}
.bedroom-icon {
  display: inline-block !important;
  margin-bottom: 20px;
}
.must-have-container h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 40px;
}
.must-have-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.must-have-container ul li {
  min-width: 180px;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px 20px 30px 20px;
  display: inline-block;
  flex-basis: 15%;
  margin-top: 20px;
  font-size: 18px;
}
.must-have-container > ul > li:not(:last-child) {
  margin-right: 20px;
}
.must-have-icon {
  display: block;
  margin-bottom: 20px;
}
.single-amenity h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-amenity ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 3;
}
.single-amenity ul li {
  font-size: 18px;
  width: 100%;
  border-left: 1px solid black;
  padding-left: 10px;
}
.fee-price,
.elevator-exists,
.cancellation-exists {
  font-size: 22px;
  font-weight: 100;
}
.single-fee {
  margin-top: 30px;
}
.extra-fees > .single-fee:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
}
.elevator,
.cancellation {
  margin-top: 30px;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.reception {
  margin-top: 30px;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 10px 30px 25px 30px;
}
.reception ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 3;
}
.reception ul li {
  font-size: 18px;
  width: 80%;
  /* margin-right: 100px; */
  color: #5B5B5B;
  line-height: 20px;
  margin-bottom: 18px;
}
.house-rules {
  width: 400px;
  margin-top: 35px;
}
.rule {
  margin-top: 20px;
}
.house-rules > .rule:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
}
.color-red {
  color: #CC5460;
}
.color-green {
  color: #028270;
}
.cancellation-text-section {
  border-bottom: 1px solid #E7E7E7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cancellation-flexible-img {
  margin-top: 20px;
  background: url("/assets/img/flexible-vertical.svg");
  width: 100%;
  height: 45%;
  background-repeat: no-repeat;
  display: block;
}
.cancellation-moderate-img {
  margin-top: 20px;
  background: url("/assets/img/moderate-vertical.svg");
  width: 100%;
  height: 45%;
  background-repeat: no-repeat;
  display: block;
}
.cancellation-strict-img {
  margin-top: 20px;
  background: url("/assets/img/strict-vertical.svg");
  width: 100%;
  height: 45%;
  background-repeat: no-repeat;
  display: block;
}
.unbranded-map {
  margin-top: 35px;
}
.more-photos-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.more-photos-container ul li img {
  width: 99%;
  height: 360px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .cancellation-exists {
    float: unset;
    display: block;
  }
  .checkout-div {
    float: unset;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1115px) {
  .unbranded-info {
    margin-top: 20px;
  }
  .info-box {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 25px 5px 20px 20px;
    width: 45%;
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .house-rules {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .photo-large {
    width: 100%;
    height: 174px;
    border-radius: 10px;
    margin-bottom: 12px;
  }
  .photo-small {
    width: 100%;
    height: 174px;
    border-radius: 10px;
  }
  .small-photos-container > .row:last-child > div > img {
    margin-bottom: 12px !important;
  }
  .more-photos-container ul {
    column-count: unset;
  }
  .more-photos-container ul li img {
    width: 100%;
  }
}
@media (max-width: 714px) {
  .single-amenity ul {
    column-count: 2;
  }
  .must-have-container ul li {
    min-width: 45%;
    flex-basis: 30%;
  }
  .reception ul {
    column-count: 2;
  }
  .sleeping-arrangements ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  /* .sleeping-arrangements ul > li{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    } */
  .must-have-container ul li {
    min-width: 100%;
  }
  .sleeping-arrangements ul > li {
    margin-right: 0 !important;
  }
}
@media (max-width: 550px) {
  .reception ul {
    column-count: unset;
  }
}
@media (max-width: 450px) {
  .unbranded-info {
    margin-top: 20px;
  }
  .info-box {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 25px 5px 20px 20px;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
  .checkout-div {
    float: unset;
    position: relative;
    padding-left: 20px;
  }
  .house-rules {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .cancellation-exists,
  .fee-price,
  .elevator-exists {
    float: unset;
    display: block;
  }
  .single-amenity ul {
    column-count: unset;
  }
  .cancellation-strict-img,
  .cancellation-flexible-img,
  .cancellation-moderate-img {
    background-size: 100% 360px;
  }
}
