﻿/*#region OVERRIDES  ********************************************* */
#Header,
.nav-staff {
  position: relative;
}
#Header .container,
.nav-staff .container {
  max-width: 1160px;
  /*1200px-40px for padding*/
}
/*#endregion*/
/*#region DROPDOWN, DATEPICKER, SEARCH SHARED ********************************************* */
.select-box,
.date-box,
.search-box,
.text-box {
  position: relative;
  /*z-index: 35;*/
}
.select-box:before,
.date-box:before,
.search-box:before,
.text-box:before {
  position: absolute;
  right: 7px;
  top: 8px;
  font-family: 'fontello';
  text-align: center;
  width: 1.5em;
  background: #fff;
  pointer-events: none;
  color: #000;
  z-index: 1;
}
.select-box ::-webkit-input-placeholder,
.date-box ::-webkit-input-placeholder,
.search-box ::-webkit-input-placeholder,
.text-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.select-box ::-moz-placeholder,
.date-box ::-moz-placeholder,
.search-box ::-moz-placeholder,
.text-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.select-box :-ms-input-placeholder,
.date-box :-ms-input-placeholder,
.search-box :-ms-input-placeholder,
.text-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.select-box :-moz-placeholder,
.date-box :-moz-placeholder,
.search-box :-moz-placeholder,
.text-box :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.select-box input,
.date-box input,
.text-box input,
.select-box select,
.date-box select,
.text-box select,
.select-box div,
.date-box div,
.text-box div,
.select-box textarea,
.date-box textarea,
.text-box textarea {
  padding: 10px;
  border: solid 1px #c4c4c4;
  width: 100%;
}
/*#endregion DROPDOWN, DATEPICKER, SEARCH SHARED ********************************************* */
/*#region DROPDOWN **********************************************/
.select-box:before {
  content: '\28';
}
.select-box select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  background: #fff;
}
/*#endregion DROPDOWN **********************************************/
/*#region DATEPICKER **********************************************/
.date-box:before {
  content: '\27';
}
@media only screen and (max-width: 479px) {
  .date-box:before {
    top: 15px;
  }
}
.date-box input {
  padding: 10px;
}
/*#endregion DATEPICKER **********************************************/
/*#region SEARCH **********************************************/
.search-box input {
  padding-left: 30px;
}
.search-box:before {
  content: '\e81d';
  left: 8px;
  right: auto;
}
@media only screen and (max-width: 479px) {
  .search-box:before {
    top: 15px;
  }
}
.search-box.search-loading:before {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  content: '\e832';
}
/*#endregion SEARCH **********************************************/
/*#region CHECKBOX **********************************************/
.check-box {
  padding: 4px 0 4px 0;
}
.check-box label {
  display: block;
  cursor: pointer;
  line-height: 26px;
  position: relative;
}
.check-box label:hover {
  background: rgba(0, 153, 225, 0.15);
}
.check-box label:hover input[type="checkbox"] {
  border-color: #43abef;
}
.check-box label a {
  color: #585858;
  display: block;
  text-decoration: none;
  max-width: 87%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.check-box label a:focus {
  outline: none;
}
.check-box input {
  position: absolute;
  top: 3px;
  right: 3px;
}
.check-box:after {
  clear: both;
  content: '';
  display: table;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
  font-weight: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #898989;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  cursor: pointer;
  vertical-align: top;
}
input[type="checkbox"]:checked {
  background-color: #43abef;
  border-color: #43abef;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  left: 1px;
  top: 1.8px;
  font: normal 0.8em 'fontello';
  content: '\e804';
  text-align: center;
  width: 1.25em;
  color: #ffffff;
  pointer-events: none;
}
input[type="checkbox"]:hover {
  border-color: #43abef;
}
/*#endregion CHECKBOX **********************************************/
/*#region BUTTONS ********************************************* */
.button-box button,
.button-box input[type="button"],
.button-box a.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 25px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  outline: 0;
}
.button-box-small button,
.button-box-small input[type="button"],
.button-box-small a.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  padding: 8px 15px;
  text-transform: capitalize;
  font-size: 12px;
  outline: 0;
}
.button-box-square button,
.button-box-square input[type="button"],
.button-box-square a.button {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  padding: 8px 15px;
  font-size: 13px;
  outline: 0;
}
.button-white {
  border: solid 1px #e1e1e1;
  background: #ffffff;
  color: #585858;
}
.button-white:hover {
  background: #81c243;
  color: #ffffff;
}
.button-green {
  border: solid 1px #81c243;
  background: #81c243;
  color: #ffffff !important;
}
.button-green:hover {
  background: #72ac3b;
}
.button-green:hover a {
  color: #ffffff;
}
.btn-floating-wrapper {
  position: fixed;
  bottom: 30px;
  left: 15%;
  width: 70%;
  z-index: 20;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-floating-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-floating-wrapper {
    display: none;
  }
}
.btn-floating-wrapper .btn-floating {
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 10px 40px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  outline: 0;
  position: relative;
  background-color: #43abef;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn-floating-wrapper .btn-floating .filter-count {
  position: absolute;
  border-radius: 50%;
  background: #e52829;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
  font-size: 12px;
  top: 0;
  right: -5px;
  color: #ffffff;
}
.filter-count-desktop-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-count-desktop-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-count-desktop-wrapper {
    display: block;
  }
}
.filter-count-desktop-wrapper .filter-count-desktop {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-count-desktop-wrapper .filter-count-desktop {
    border-radius: 50%;
    background: #e52829;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-count-desktop-wrapper .filter-count-desktop {
    border-radius: 50%;
    background: #e52829;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #ffffff;
  }
}
.mobile-taskbar {
  background: linear-gradient(#5abef5, #3b9bef);
  padding: 10px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-taskbar {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-taskbar {
    display: none;
  }
}
.mobile-taskbar .mobileexplorebtn {
  color: #ffffff;
}
.mobile-taskbar .mobileexplorebtn span:first-of-type:before {
  color: #ffffff;
  font-size: large;
}
.mobile-taskbar .mobilefilterbtn {
  color: #ffffff;
}
.mobile-taskbar .mobilefilterbtn .icon-equalizer:before {
  transform: rotate(90deg);
}
.mobile-taskbar .mobilefilterbtn span:first-of-type:before {
  color: #ffffff;
  font-size: large;
}
/*#endregion BUTTONS ********************************************* */
/*#region BREADCRUMB **********************************************/
.breadcrumb {
  display: inline-block;
  padding: 10px 0 0 20px;
}
.breadcrumb div {
  float: left;
  padding-bottom: 10px;
}
.breadcrumb a {
  text-decoration: none;
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .breadcrumb a.no-mobile,
  .breadcrumb span.no-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumb a.no-mobile,
  .breadcrumb span.no-mobile {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumb a.no-mobile,
  .breadcrumb span.no-mobile {
    display: inline-block;
  }
}
.breadcrumb span {
  padding-right: 10px;
}
.breadcrumb span:last-child {
  color: #898989;
  padding-right: 0;
}
.breadcrumb:after {
  clear: both;
  content: '';
  display: table;
}
/*#endregion BREADCRUMB **********************************************/
/*#region SEARCH BAR *********************************************/
.search {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  /*overflow-x: hidden;*/
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.search .search-close {
  display: block;
  padding: 20px 10px 0 20px;
  text-align: right;
}
.search .container {
  padding-top: 40px;
}
@media only screen and (max-width: 479px) {
  .search .container-1050 {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search .container-1050 {
    padding-top: 40px;
  }
}
.search select,
.search input {
  width: 100% !important;
}
@media only screen and (max-width: 479px) {
  .search select,
  .search input {
    border-radius: 15px;
    height: 50px;
    font-size: 16px;
  }
}
.search .toggle-close-right {
  width: 100%;
  text-align: right;
}
.search .toggle-close-right a {
  padding-right: 14px;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 30px;
  color: #585858;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search {
    display: block;
    width: auto;
    height: auto;
    bottom: auto;
    position: relative;
  }
  .search .search-close {
    display: none;
  }
  .search .container {
    padding-top: 0;
  }
  .search a {
    padding-right: 14px;
    text-decoration: none;
    font-size: 20px;
    color: #585858;
  }
}
@media only screen and (min-width: 1024px) {
  .search {
    display: block;
    width: auto;
    height: auto;
    bottom: auto;
    position: relative;
    z-index: 35;
  }
  .search .search-close {
    display: none;
  }
  .search .container {
    padding-top: 0;
  }
  .search a {
    padding-right: 14px;
    text-decoration: none;
    font-size: 20px;
    color: #585858;
  }
}
#StaticSearch {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StaticSearch {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #StaticSearch {
    padding-top: 20px;
  }
}
#StaticSearch .search {
  display: block;
  position: initial;
  box-shadow: none;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StaticSearch .search .checkincol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  #StaticSearch .search .checkincol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StaticSearch .search .checkoutcol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  #StaticSearch .search .checkoutcol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StaticSearch .search .guestcol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  #StaticSearch .search .guestcol {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
#StaticSearch .search .container {
  padding: 5px;
}
#StaticSearch .search .OpenFilter {
  display: none;
}
#StaticSearch .search .OpenFilter input {
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StaticSearch .search {
    background-color: #f1f7ce;
  }
  #StaticSearch .search .OpenFilter {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #StaticSearch .search {
    background-color: #f1f7ce;
  }
  #StaticSearch .search .OpenFilter {
    display: block;
  }
}
/*#endregion SEARCH BAR ***************************************/
/*#region MOBILE SEARCH BAR *********************************************/
.mobile-search-display {
    position: relative;
    padding: 10px 0 10px 10px;
    z-index: 30;
    border: solid 1px;
    background: #fff;
    cursor: pointer;
    line-height: 30px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    margin: 1em;
}
.mobile-search-display div {
  font-weight: bold;
}
.mobile-search-display div span {
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-search-display {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-search-display {
    display: none;
  }
}
.mobile-search-display div.location,
.mobile-search-display div.dates-and-guests {
  border: solid 1px #e1e1e1;
  padding: 7px 0 3px 5px;
  margin-right: 10px;
}
.mobile-search-display div.location {
  margin-bottom: 5px;
  padding-left: 37px;
}
.mobile-search-display div.location:before {
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: 'fontello';
  font-size: 16px;
  background: #ffffff;
  pointer-events: none;
  color: #3380b3;
  content: '\e81d';
}
.mobile-search-display a.dates,
.mobile-search-display a.guests {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.mobile-search-display a.dates:before,
.mobile-search-display a.guests:before {
  position: absolute;
  left: 5px;
  font-family: 'fontello';
  font-size: 16px;
  background: #fff;
  pointer-events: none;
  color: #b4b4b4;
  margin-top: -2px;
}
.mobile-search-display a.dates:before {
  content: '\27';
}
.mobile-search-display a.guests {
  margin-left: 10px;
}
.mobile-search-display a.guests:before {
  content: '\e801';
}
@media screen and (min-width: 768px) {
  .mobile-search-display {
    display: none;
  }
}
/*#endregion MOBILE SEARCH BAR ***************************************/
.button-fixed-bottom {
  position: fixed;
  bottom: 30px;
  width: 70%;
  left: 15%;
  z-index: 30;
  display: none;
}
.button-fixed-bottom button {
  width: 100%;
}
/*#region MODAL ********************************************* */
.modal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  overflow-x: hidden;
  display: none;
  border-bottom: solid 3px #217194;
  -moz-box-shadow: 0 0 2px 0 #888;
  -webkit-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 2px 0 #888;
  background: white;
  overflow-y: scroll;
}
.modal-close {
  display: none;
}
.full-screen {
  display: block;
  opacity: 1;
}
.slideout {
  left: 100%;
  opacity: 0;
  transition: all 0.75s ease;
}
.slidein {
  position: absolute;
  opacity: 1;
}
.noscroll {
  overflow: hidden;
  overflow-y: hidden;
}
/*#endregion MODAL ********************************************* */
/*#region Left-Column **************************************************/
.left-column {
  position: fixed;
  left: 100%;
  z-index: 30;
  width: 0;
  opacity: 0;
  top: 0;
  height: 100%;
  -webkit-transition: left 0s ease-in-out;
  -moz-transition: left 0s ease-in-out;
  -o-transition: left 0s ease-in-out;
  transition: left 0s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-column {
    left: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    width: 33.3333% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .left-column {
    left: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    width: 25% !important;
  }
}
/*#endregion Left-Column ***********************************************/
/*#region Filter-Summary **************************************************/
.filter-summary {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .filter-summary {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-summary {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-summary {
    margin-top: 0 !important;
  }
}
.filter-summary span {
  padding-left: 3px;
  font-size: 12px;
  font-weight: normal;
}
.filter-summary label {
  float: right;
  margin-top: -6px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1024px) {
  .filter-summary label {
    float: left;
    margin-top: 0px;
  }
}
.filter-summary label a {
  display: none;
  font-weight: normal;
  text-decoration: none;
}
.filter-summary:after {
  content: '';
  display: table;
  clear: both;
}
/*#endregion Filter-Summary ***********************************************/
.explore-header {
  padding: 10px;
  font-size: 16px;
  letter-spacing: normal;
}
@media only screen and (max-width: 479px) {
  .explore-header {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .explore-header {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .explore-header {
    display: none;
  }
}
.explore-header span {
  padding-left: 3px;
  font-weight: bold;
}
.explore-header label {
  float: right;
  margin-top: -6px;
}
.explore-header label a {
  display: none;
  font-weight: normal;
  text-decoration: none;
}
.explore-header:after {
  content: '';
  display: table;
  clear: both;
}
.switch-to-map {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .switch-to-map {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .switch-to-map {
    display: block;
  }
}
.switch-to-map-img {
  min-height: 160px;
}
/*#region Filters **************************************************/
.filters {
  font-size: 12px;
  border-radius: 3px;
  background: #ffffff;
  padding: 20px;
  box-shadow: none;
  letter-spacing: normal;
}
.filters > div > div:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters {
    background: white;
    opacity: 1;
    left: 0;
    overflow-y: initial;
    font-size: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.filters label {
  font-size: 12px;
}
.filters input {
  top: 7px;
  z-index: 10;
}
.filters input:hover + label {
  background: rgba(0, 153, 225, 0.15);
}
@media only screen and (min-width: 1024px) {
  .filters {
    background: white;
    opacity: 1;
    left: 0;
    overflow-y: initial;
    font-size: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .filters label {
    font-size: 13px;
  }
  .filters > div > div:last-child {
    padding-bottom: 20px;
  }
}
.filters h3 a {
  font-size: 12px;
  text-decoration: none;
  color: #3893bb;
  float: right;
  outline: none;
}
.filters h4 {
  display: block;
  padding-bottom: 12px;
  margin-top: 36px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.filters .price .separator {
  text-align: center;
  line-height: 2em;
}
.filters .price:after {
  clear: both;
  content: '';
  display: table;
}
.filters .bt-primary {
  display: block;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .filters .bt-primary {
    display: none;
  }
}
/*#endregion Filters ***********************************************/
/*#region Filter-Extras ********************************************/
#Extras {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #Extras {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #Extras {
    display: block;
  }
}
.filter-extras {
  background: transparent;
  padding: 20px;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-extras {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-extras {
    display: block;
  }
}
.filter-extras .dynamic-links {
  display: block;
  padding-bottom: 10px;
}
/*#endregion Filter-Extras *****************************************/
/*#region CARDS **************************************************/
@media only screen and (max-width: 479px) {
  .remove-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.corp-content {
  position: absolute;
  color: #ffffff;
  top: -95px;
  left: 95px;
  background: #ff004fb5;
  border: white solid;
  font-size: 1.1em;
}
.card {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  background: #ffffff;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  /* Mobile / Tablet View*/
}
@media only screen and (max-width: 479px) {
  .card .button {
    background: #81c243;
    color: #ffffff;
  }
}
.card:hover {
  cursor: pointer;
}
.card:hover .button {
  background: #81c243;
  color: #ffffff;
}
.card .staff-content {
  background: #3380b3;
  color: #ffffff;
  width: 280px;
  min-height: 20px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  left: 0;
}
.card .images {
  border: 0;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.card .images .rsDefault .rsPreloader {
  top: -4px;
  left: 2px;
  width: 100%;
  height: 160px;
  background: url(/res/img/no-image-logo.png) center center;
}
.card .images .royalSlider {
  height: 100%;
  background-color: #e1e1e1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.card .images .royalSlider .rsSlide,
.card .images .royalSlider .rsOverflow {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: transparent;
}
.card .images .royalSlider img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card .images img {
  border-radius: 5px 5px 0 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.card .images .rsWrapper {
  height: 180px;
}
.card .images .rsWrapper .gallery-arrow {
  width: 20%;
  top: 0;
  bottom: auto;
  height: 100%;
  font-size: 36px;
  padding: 0 5%;
}
.card .images .rsWrapper .gallery-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  padding-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 5em;
  padding-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  top: 0;
  position: absolute;
  width: 30px;
  -moz-osx-font-smoothing: grayscale;
}
.card .images .rsWrapper .gallery-arrow.gallery-left {
  left: 0;
}
.card .images .rsWrapper .gallery-arrow.gallery-left:before {
  left: 0;
  content: '\e807';
}
.card .images .rsWrapper .gallery-arrow.gallery-right {
  right: 0;
}
.card .images .rsWrapper .gallery-arrow.gallery-right:before {
  right: 0;
  content: '\e806';
}
.card .content-accommodation,
.card .content-review {
  position: relative;
  padding: 20px;
}
.card .content-accommodation h3,
.card .content-review h3 {
  line-height: 23px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .content-accommodation h3 a,
.card .content-review h3 a {
  color: #585858;
  text-decoration: none;
}
.card .content-accommodation h4,
.card .content-review h4 {
  margin-bottom: 0;
}
.card .content-accommodation .features,
.card .content-review .features {
  font-size: 12px;
  margin-top: -5px;
}
.card .content-accommodation .features .accom-types,
.card .content-review .features .accom-types,
.card .content-accommodation .features .accom-types-mobile,
.card .content-review .features .accom-types-mobile,
.card .content-accommodation .features .accom-types-text,
.card .content-review .features .accom-types-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .card .content-accommodation .features .accom-types,
  .card .content-review .features .accom-types {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card .content-accommodation .features .accom-types,
  .card .content-review .features .accom-types {
    max-width: 220px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card .content-accommodation .features .accom-types-text,
  .card .content-review .features .accom-types-text,
  .card .content-accommodation .features .accom-types-mobile,
  .card .content-review .features .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card .content-accommodation .features .accom-types-text,
  .card .content-review .features .accom-types-text,
  .card .content-accommodation .features .accom-types-mobile,
  .card .content-review .features .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card .content-accommodation .features .accom-types-text,
  .card .content-review .features .accom-types-text,
  .card .content-accommodation .features .accom-types-mobile,
  .card .content-review .features .accom-types-mobile {
    display: none;
  }
}
.card .content-accommodation .features:after,
.card .content-review .features:after {
  clear: both;
  content: '';
  display: table;
}
.card .content-accommodation p,
.card .content-review p {
  overflow-y: hidden;
}
.card .content-accommodation .price-info,
.card .content-review .price-info {
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 60px;
  font-size: 12px;
}
.card .content-accommodation .price-info div.price,
.card .content-review .price-info div.price {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}
.card .content-accommodation .price-info div.price .linethrough,
.card .content-review .price-info div.price .linethrough {
  display: inline-block;
  font-size: 20px;
  color: #a7aaaf;
}
.card .content-accommodation .price-info div.price .price-special,
.card .content-review .price-info div.price .price-special {
  color: #ff408b;
  padding-left: 6px;
  display: inline-block;
}
.card .content-accommodation .price-info .availability,
.card .content-review .price-info .availability,
.card .content-accommodation .price-info .onrequest,
.card .content-review .price-info .onrequest {
  display: block;
  font-size: 10px;
  z-index: 20;
  text-align: right;
  font-weight: bold;
  right: 0;
}
.card .content-accommodation .price-info .availability,
.card .content-review .price-info .availability {
  color: #399a3e;
  position: relative;
  float: right;
}
.card .content-accommodation .price-info .availability:before,
.card .content-review .price-info .availability:before {
  position: absolute;
  content: '';
  display: inline-block;
  margin-left: -20px;
  width: 16px;
  height: 16px;
  background: url(/res/img/sn.sprite.png?sv=20181121) 0px -583px transparent no-repeat;
}
.card .content-accommodation .price-info .onrequest,
.card .content-review .price-info .onrequest {
  color: #3380b3;
}
.card .content-accommodation .price-info .card-cta-mobile,
.card .content-review .price-info .card-cta-mobile {
  display: none;
}
.card .content-accommodation .price-info .card-cta,
.card .content-review .price-info .card-cta {
  position: absolute;
  bottom: -42px;
  width: 100%;
}
.card .content-accommodation .price-info .card-cta a,
.card .content-review .price-info .card-cta a {
  float: left;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  width: 48%;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
}
.card .content-accommodation .price-info .card-cta a.green,
.card .content-review .price-info .card-cta a.green {
  background: -webkit-linear-gradient(#bedc09, #99c805);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bedc09, #99c805);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bedc09, #99c805);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bedc09, #99c805);
  /* Standard syntax */
  margin-left: 10px;
}
.card .content-accommodation .price-info .card-cta a.blue,
.card .content-review .price-info .card-cta a.blue {
  background: -webkit-linear-gradient(#5abef5, #3b9bef);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5abef5, #3b9bef);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5abef5, #3b9bef);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5abef5, #3b9bef);
  /* Standard syntax */
}
.card .content-accommodation .price-info .card-cta a.button-full,
.card .content-review .price-info .card-cta a.button-full {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .card .content-accommodation .price-info div.price,
  .card .content-review .price-info div.price {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card .content-accommodation .price-info div.price,
  .card .content-review .price-info div.price {
    font-size: 17px;
  }
}
.card .content-accommodation {
  height: 270px;
}
.card .content-review .tags > label {
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  padding-right: 10px;
  line-height: 24px;
}
.card .content-location {
  position: relative;
  background: #ffffff;
  height: 112px;
  padding: 20px;
  font-size: 13px;
}
.card .content-location .place-count {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.card .content-location .place-count:before {
  position: absolute;
  left: -5px;
  font-family: 'fontello';
  text-align: center;
  font-size: 1.3em;
  pointer-events: none;
  color: #000000;
  content: '\e809';
}
.card .content-location .tags {
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  padding-right: 10px;
  line-height: 24px;
}
.card.featured {
  border: solid 4px #43abef;
}
.card.featured-special {
  border: solid 4px #ff408b;
}
.card.featured,
.card.featured-special {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.card .mobile-image {
  background-image: url("https://sncdn.com/res/img/no-image-logo.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card .mobile-image {
    width: 34%;
  }
}
@media only screen and (min-width: 1024px) {
  .card .mobile-image {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .card {
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 13px;
    background: #ffffff;
    position: relative;
    height: 220px;
  }
  .card .button {
    background: #81c243;
    color: #ffffff;
  }
  .card .images {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 160px;
  }
}
.card-h {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  background: #ffffff;
  border: solid 1px #f4f4f4;
  position: relative;
}
@media only screen and (max-width: 479px) {
    .card-h {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        min-height: 150px;
        border-radius: 1.5em;
    }
  .card-h .button {
    background: #81c243;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h {
    max-height: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h {
    height: 235px;
  }
}
.card-h:hover {
  cursor: pointer;
}
.card-h .staff-content {
  background: #3380b3;
  color: #ffffff;
  min-height: 20px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  left: 0;
}
@media only screen and (max-width: 479px) {
  .card-h .staff-content {
    display: none;
  }
}
.card-h .mobile-image {
  background-image: url("https://sncdn.com/res/img/no-image-logo.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 38%;
  overflow: hidden;
}
.card-h .mobile-image div {
  height: 100%;
}
.card-h .mobile-image img {
  height: initial;
  width: 100%;
  height: 100%;
  max-height: initial;
  max-width: initial;
}
@media only screen and (max-width: 479px) {
  .card-h .mobile-image {
    width: 50%;
  }
  .card-h .mobile-image img {
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .mobile-image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .mobile-image {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .card-h .mobile-image {
    display: none;
  }
}
.card-h .images {
  width: 50%;
  border: 0;
  position: relative;
  height: 250px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 479px) {
  .card-h .images {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .images {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .images {
    display: none;
  }
}
.card-h .images .rsDefault .rsPreloader {
  top: -4px;
  left: 2px;
  width: 100%;
  height: 220px;
  background: url(/res/img/no-image-logo.png) center center;
}
.card-h .images .royalSlider {
  height: 100%;
  background-color: #e1e1e1;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 479px) {
  .card-h .images .royalSlider {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.card-h .images .royalSlider .rsSlide,
.card-h .images .royalSlider .rsOverflow {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: transparent;
}
@media only screen and (max-width: 479px) {
  .card-h .images .royalSlider .rsSlide,
  .card-h .images .royalSlider .rsOverflow {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.card-h .images .royalSlider img {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  max-width: 450px !important;
}
.card-h .images .rsWrapper {
  height: 250px;
}
@media only screen and (max-width: 479px) {
  .card-h .images .rsWrapper {
    height: 26%;
  }
}
.card-h .images .rsWrapper .gallery-arrow {
  width: 20%;
  top: 0;
  bottom: auto;
  height: 100%;
  font-size: 36px;
  padding: 0 5%;
}
.card-h .images .rsWrapper .gallery-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  padding-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 240px;
  padding-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  top: 0;
  position: absolute;
  width: 30px;
  -moz-osx-font-smoothing: grayscale;
}
.card-h .images .rsWrapper .gallery-arrow.gallery-left {
  left: 0;
}
.card-h .images .rsWrapper .gallery-arrow.gallery-left:before {
  left: 0;
  content: '\e807';
}
.card-h .images .rsWrapper .gallery-arrow.gallery-right {
  right: 0;
}
.card-h .images .rsWrapper .gallery-arrow.gallery-right:before {
  right: 0;
  content: '\e806';
}
.card-h .content-accommodation {
  margin-left: 50%;
  padding: 15px;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation {
    padding-bottom: 10px;
    padding-top: 0;
    margin-left: 50%;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .content-accommodation {
    padding-top: 15px;
    margin-left: 50%;
    height: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation {
    padding-top: 15px;
    margin-left: 50%;
    height: 250px;
  }
}
.card-h .content-accommodation h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation h3 {
    width: 90%;
    font-size: 14px;
    position: relative;
  }
}
.card-h .content-accommodation h3 a {
  color: #585858;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .card-h .content-accommodation .toggle-description {
    position: absolute;
    right: 5px;
    top: 0;
    width: 15px;
    height: 30px;
  }
  .card-h .content-accommodation .toggle-description:before {
    position: absolute;
    right: 0;
    top: 8px;
    font-family: 'fontello';
    text-align: center;
    width: 15px;
    height: 15px;
    background: #fff;
    pointer-events: none;
    color: #999;
    content: '\28';
  }
}
.card-h .content-accommodation .toggle-description.up:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  rotation: -180deg;
}
.card-h .content-accommodation h4 {
  margin-bottom: 0;
}
.card-h .content-accommodation .features {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.card-h .content-accommodation .accom-types,
.card-h .content-accommodation .accom-types-mobile,
.card-h .content-accommodation .accom-types-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .accom-types {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .accom-types {
    max-width: 220px;
  }
}
.card-h .content-accommodation .accom-types-mobile {
  margin-top: -5px;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .content-accommodation .accom-types-text,
  .card-h .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .accom-types-text,
  .card-h .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .accom-types-text,
  .card-h .content-accommodation .accom-types-mobile {
    display: none;
  }
}
.card-h .content-accommodation .sleeps-and-stars {
  overflow: hidden;
}
.card-h .content-accommodation .sleeps-and-stars .rooms-left {
  float: left;
  display: inline-block;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  color: #d44e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .sleeps-and-stars .rooms-left {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .sleeps-and-stars .rooms-left {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .card-h .content-accommodation p {
    display: none;
    height: 0;
  }
  .card-h .content-accommodation p.show {
    height: auto;
  }
}
.card-h .content-accommodation .price-info {
  background-color: #ffffff;
  padding-right: 5px;
  bottom: 15px;
  font-size: 12px;
}
.card-h .content-accommodation .price-info .price-block {
  position: absolute;
  top: -185px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .price-info .price-block {
    width: 206px;
  }
}
.card-h .content-accommodation .price-info .price-block .rooms-left {
  float: right;
  display: inline-block;
  text-align: right;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  color: #d44e4e;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info {
    position: static;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .price-info {
    float: right;
    position: absolute;
    padding-right: 0;
    right: 15px;
  }
}
.card-h .content-accommodation .price-info div.price {
  font-weight: bold;
  font-size: 22px;
  text-align: right;
}
.card-h .content-accommodation .price-info div.price .linethrough {
  display: inline-block;
  font-size: 20px;
  color: #a7aaaf;
}
.card-h .content-accommodation .price-info div.price .price-special {
  color: #ff408b;
  padding-left: 6px;
  display: inline-block;
}
.card-h .content-accommodation .price-info .availability,
.card-h .content-accommodation .price-info .onrequest {
  display: block;
  font-size: 11px;
  z-index: 20;
  text-align: right;
  font-weight: bold;
  right: 0;
}
.card-h .content-accommodation .price-info .availability {
  color: #399a3e;
  position: relative;
  float: right;
}
.card-h .content-accommodation .price-info .availability:before {
  position: absolute;
  left: -20px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/res/img/sn.sprite.png?sv=20181121) 0px -583px transparent no-repeat;
}
.card-h .content-accommodation .price-info .onrequest {
  color: #3380b3;
}
.card-h .content-accommodation .price-info .card-cta-mobile {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .price-info .card-cta-mobile {
    display: none;
  }
}
.card-h .content-accommodation .price-info .card-cta-mobile .full-line-height {
  line-height: 100%;
}
.card-h .content-accommodation .price-info .card-cta-mobile .full-line-height div.price {
  margin-top: 5px;
  height: 100%;
  line-height: 100%;
}
.card-h .content-accommodation .price-info .card-cta-mobile .price {
  float: right;
  padding-top: 16px;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price > div {
    font-size: 22px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price > div {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .price > div {
    font-size: 20px;
  }
}
.card-h .content-accommodation .price-info .card-cta-mobile .price > div.linethrough {
  margin-right: 5px;
  font-size: 13px;
}
.card-h .content-accommodation .price-info .card-cta-mobile .price > div.price-special {
  padding-left: 0;
}
.card-h .content-accommodation .price-info .card-cta-mobile a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  width: 100px;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info .card-cta-mobile a {
    right: 0;
    width: 70px;
  }
}
.card-h .content-accommodation .price-info .card-cta-mobile a.green {
  background: -webkit-linear-gradient(#bedc09, #99c805);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bedc09, #99c805);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bedc09, #99c805);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bedc09, #99c805);
  /* Standard syntax */
  margin-left: 10px;
}
.card-h .content-accommodation .price-info .card-cta-mobile .view-est-button-box {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .view-est-button-box {
    right: 0px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .price-info .card-cta-mobile .view-est-button-box {
    display: none;
  }
}
.card-h .content-accommodation .price-info .card-cta {
  display: none;
  width: 100%;
}
.card-h .content-accommodation .price-info .card-cta .button-box {
  float: right;
}
@media only screen and (min-width: 1024px) {
  .card-h .content-accommodation .price-info .card-cta {
    display: block;
  }
}
.card-h .content-accommodation .price-info .card-cta a {
  float: left;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  width: 115px;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
}
.card-h .content-accommodation .price-info .card-cta a.green {
  background: -webkit-linear-gradient(#bedc09, #99c805);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bedc09, #99c805);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bedc09, #99c805);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bedc09, #99c805);
  /* Standard syntax */
  margin-left: 10px;
}
.card-h .content-accommodation .price-info .card-cta a.blue {
  background: -webkit-linear-gradient(#5abef5, #3b9bef);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5abef5, #3b9bef);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5abef5, #3b9bef);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5abef5, #3b9bef);
  /* Standard syntax */
}
.card-h .content-accommodation .price-info .card-cta a.button-full {
  width: 115px;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .card-h .content-accommodation .price-info div.price {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-h .content-accommodation .price-info div.price {
    font-size: 17px;
  }
}
.card-h.featured {
  border: solid 4px #43abef;
}
.card-h.featured-special {
  border: solid 4px #ff408b;
}
.card-h.featured,
.card-h.featured-special {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.card-h:after {
  content: '';
  display: table;
  clear: both;
}
.card-no-bg .images a {
  color: #ffffff;
  text-decoration: none;
}
.card-no-bg .images .image {
  position: relative;
  height: 155px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}
.card-no-bg .images .image .image-opacity {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.card-no-bg .images .image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.card-no-bg .images .image .content {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.card-no-bg .images .image .content h2 {
  padding-top: 40px;
  margin-bottom: 5px;
}
.card-h-no-bg {
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 10px !important;
}
.card-h-no-bg .images {
  height: 100%;
  position: relative;
  padding-bottom: 10px;
}
.card-h-no-bg .images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.card-h-no-bg .content {
  position: relative;
  padding-bottom: 0;
}
.card-h-no-bg .content h4 {
  margin-bottom: 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-h-no-bg .content h4 a {
  text-decoration: none;
}
.card-h-no-bg .content div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
/*#endregion CARDS **********************************************/
/*#region STARBURST **************************************************/
.starburst {
  position: relative;
  padding-top: 10px;
}
.starburst div {
  padding-left: 45px;
  margin-top: -30px;
}
.starburst .starburst0 {
  display: block;
  width: 30px;
  height: 30px;
  background: #ff408b;
  -webkit-transform: rotate(-100deg);
  -moz-transform: rotate(-100deg);
  rotation: -100deg;
  position: relative;
  font-size: 11px;
  top: 0;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.starburst .starburst0 span {
  display: block;
  width: 30px;
  height: 30px;
  background: #ff408b;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}
.starburst .starburst1 {
  display: block;
  width: 30px;
  height: 30px;
  background: #43abef;
  -webkit-transform: rotate(-100deg);
  -moz-transform: rotate(-100deg);
  rotation: -100deg;
  position: relative;
  font-size: 11px;
  top: 0;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.starburst .starburst1 span {
  display: block;
  width: 30px;
  height: 30px;
  background: #43abef;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}
#f-spotlight {
  top: 17px;
}
#f-specials {
  top: 17px;
}
/*#endregion STARBURST **************************************************/
/*#region Nav-Primary **************************************************/
.nav-primary li.nav-primary-item a {
  color: #43abef !important;
}
.nav-primary .container {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-primary .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-primary .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*#endregion Nav-Primary **************************************************/
/*#region Container-Nav-Secondary *****************************************/
.container-nav-secondary {
  text-align: center;
  background-color: #43abef;
  padding-bottom: 10px;
}
.container-nav-secondary .container {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-nav-secondary .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-nav-secondary .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-nav-secondary ul.nav-sec-ul {
  margin-top: 10px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-nav-secondary ul.nav-sec-ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-nav-secondary ul.nav-sec-ul {
    margin-top: 20px;
  }
}
.container-nav-secondary ul.nav-sec-ul li > a {
  color: #ffffff;
}
.container-nav-secondary ul.nav-sec-ul:after {
  clear: both;
  display: table;
  content: '';
}
/*#endregion Container-Nav-Secondary *****************************************/
/*#region Window-Overlay *****************************************/
.window-overlay {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
  transition: 0.7s;
  cursor: pointer;
}
/*#endregion Window-Overlay *****************************************/
/*#region Slide-Out *****************************************/
.slide-out {
  top: 0;
  bottom: 0;
  position: fixed;
  /*overflow-y:scroll;
    overflow-x:hidden;*/
  left: 100%;
  z-index: 30;
  /*width: 0;*/
  opacity: 0;
  -webkit-transition: left 0s ease-in-out;
  -moz-transition: left 0s ease-in-out;
  -o-transition: left 0s ease-in-out;
  transition: left 0s ease-in-out;
  cursor: pointer;
}
.slide-out .slidecontent {
  box-sizing: border-box;
  padding: 60px 20px 40px 40px;
  min-height: 100%;
  cursor: default;
}
.slide-out .slidecontent h1 {
  margin-top: 0;
}
.slide-out .slide-content-mobile {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slide-out .modal-close-slide {
    /*display: none;*/
  }
  .slide-out .modal-close-slide.show-always {
    display: block;
  }
  .slide-out .slide-content-mobile {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .slide-out .modal-close-slide {
    /*display: none;*/
  }
  .slide-out .modal-close-slide.show-always {
    display: block;
  }
  .slide-out .slide-content-mobile {
    padding-top: 20px;
  }
}
.slide-out .tag {
  padding: 10px;
  border: solid 1px #e1e1e1;
  border-radius: 2px;
  font-size: 12px;
}
.modal-close-slide,
.modal-close-instant {
  position: fixed;
  z-index: 70;
  outline: none;
  background: #ffffff;
  border-bottom: solid 1px #e1e1e1;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 100%;
}
.modal-close-slide a,
.modal-close-instant a {
  width: 20px;
  height: 38px;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 30px;
}
.modal-close-slide a:before,
.modal-close-instant a:before {
  content: '';
}
@media only screen and (min-width: 1024px) {
  .modal-close-slide a,
  .modal-close-instant a {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-close-slide a,
  .modal-close-instant a {
    right: 30px;
  }
}
.modal-close-slide a:before,
.modal-close-instant a:before,
.modal-close-slide a:after,
.modal-close-instant a:after {
  border-top: 1px solid #000000;
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}
.modal-close-slide a:after,
.modal-close-instant a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close-slide a:hover:before,
.modal-close-instant a:hover:before,
.modal-close-slide a:hover:after,
.modal-close-instant a:hover:after {
  border-top: 2px solid #000000;
}
.modal-close-slide-arrow,
.modal-close-instant-arrow {
  position: fixed;
  z-index: 50;
  outline: none;
  background: #43abef;
  border-bottom: solid 1px #e1e1e1;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .modal-close-slide-arrow a,
  .modal-close-instant-arrow a {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-close-slide-arrow a,
  .modal-close-instant-arrow a {
    right: 30px;
  }
}
.modal-close-slide-arrow a:hover:before,
.modal-close-instant-arrow a:hover:before,
.modal-close-slide-arrow a:hover:after,
.modal-close-instant-arrow a:hover:after {
  border-top: 2px solid #000000;
}
.modal-close-slide-arrow i.icon-left-open,
.modal-close-instant-arrow i.icon-left-open {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .modal-close-slide-arrow i.icon-left-open,
  .modal-close-instant-arrow i.icon-left-open {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-close-slide-arrow i.icon-left-open,
  .modal-close-instant-arrow i.icon-left-open {
    display: none;
  }
}
.modal-close-slide-arrow i.icon-right-open,
.modal-close-instant-arrow i.icon-right-open {
  display: none;
  padding-right: 35px;
}
@media only screen and (min-width: 1024px) {
  .modal-close-slide-arrow i.icon-right-open,
  .modal-close-instant-arrow i.icon-right-open {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-close-slide-arrow i.icon-right-open,
  .modal-close-instant-arrow i.icon-right-open {
    display: block;
  }
}
.modal-close-slide-arrow span,
.modal-close-instant-arrow span {
  letter-spacing: normal;
}
.modal-close-slide,
.modal-close-slide-arrow {
  left: 100%;
}
.modal-close-instant a {
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-close-instant {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-close-instant {
    display: none;
  }
}
/*#endregion Slide-Out *****************************************/
.special-tag {
  background: #ff408b;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 3px;
  z-index: 10;
  color: #ffffff;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60px;
  overflow: hidden;
  font-weight: bold;
}
.special-tag:before {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -8px;
  width: -2px;
  height: 0;
  border: none;
  border-bottom-color: transparent;
  border-left-color: transparent;
  z-index: -1;
  white-space: normal;
}
@media only screen and (max-width: 479px) {
  .special-tag {
    top: 5px;
    padding: 5px;
    font-size: 14px;
    max-width: 70px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .special-tag {
    top: 7px;
    padding: 7px;
    max-width: 80px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-tag {
    padding: 10px;
    top: 5px;
    text-overflow: ellipsis;
    max-width: initial;
    overflow: auto;
    -ms-overflow-style: none;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-tag {
    padding: 10px;
    text-overflow: ellipsis;
    max-width: initial;
    overflow: auto;
    -ms-overflow-style: none;
    font-size: 18px;
    top: 5px;
  }
}


.special-tag-bf {
    background: #FF0000;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 3px;
    z-index: 10;
    color: #ffffff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60px;
    overflow: hidden;
    font-weight: bold;
}

    .special-tag-bf:before {
        content: '';
        position: absolute;
        left: -9px;
        bottom: -8px;
        width: -2px;
        height: 0;
        border: none;
        border-bottom-color: transparent;
        border-left-color: transparent;
        z-index: -1;
        white-space: normal;
    }

@media only screen and (max-width: 479px) {
    .special-tag-bf {
        top: 0px;
        padding: 5px;
        font-size: 14px;
        max-width: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .special-tag-bf {
        top: 0px;
        padding: 7px;
        max-width: 80px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .special-tag-bf {
        padding: 10px;
        top: 0px;
        text-overflow: ellipsis;
        max-width: initial;
        overflow: auto;
        -ms-overflow-style: none;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .special-tag-bf {
        padding: 10px;
        text-overflow: ellipsis;
        max-width: initial;
        overflow: auto;
        -ms-overflow-style: none;
        font-size: 16px;
        top: 0px;
    }
}
.mobile-available {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 38%;
  z-index: 10;
  text-align: center;
}
.mobile-available .span {
  color: #ffb242;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-available {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-available {
    display: none;
  }
}
.urgency-banner-wrapper {
  padding-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .urgency-banner-wrapper {
    padding-bottom: 0px;
  }
}
.desktop-urgency-banner {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 32.5%;
  z-index: 10;
  text-align: center;
  height: 24px;
  font-size: 20px;
}
.desktop-urgency-banner .span {
  color: #ffb242;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .desktop-urgency-banner {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .desktop-urgency-banner {
    display: none;
  }
}
.base-urgency-banner {
  display: inline-block;
  color: #fff;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 3px;
}
.red-urgency-banner {
  display: inline-block;
  color: #fff;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 3px;
  background: #ff6c6c;
}
.blue-urgency-banner {
  display: inline-block;
  color: #fff;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 3px;
  background: #3b9bef;
}
.green-urgency-banner {
  display: inline-block;
  color: #fff;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 3px;
  background: #99c805;
}
.urgency-banner-container {
  padding-right: 10px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .urgency-banner-container {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .urgency-banner-container {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .float-right-mobile {
    text-align: right;
  }
}
@media only screen and (max-width: 479px) {
  .float-right-mobile {
    float: right;
  }
}
/*#region Section-Bg-Blue *****************************************/
.section-bg-blue {
  background: #24597d;
}
.section-bg-blue h3 {
  padding-top: 40px;
  font-size: 20px;
}
/*#endregion Section-Bg-Blue **************************************/
/*#region ICONS**************************************************/
.i-location,
.i-sleeps,
.i-list {
  position: relative;
  padding-left: 20px;
}
.i-location:before,
.i-sleeps:before,
.i-list:before {
  content: '\e811';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontello';
  pointer-events: none;
  color: #585858;
}
.i-location:before {
  content: '\e811';
  left: 3px;
}
.i-sleeps {
  float: none;
  padding-right: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .i-sleeps {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .i-sleeps {
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .i-sleeps {
    float: left;
  }
}
.i-sleeps:before {
  content: '\3f';
}
.i-sleeps .rooms-left {
  display: inline-block;
  text-align: right;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  color: #d44e4e;
}
.i-list:before {
  content: '\e835';
}
/*#endregion ICONS *********************************************/
/*#region SWITCH ************************************************/
.switch {
  height: 32px;
  margin-bottom: 15px;
}
.switch-input {
  display: none;
}
.switch-label {
  float: left;
  line-height: 32px;
  color: #43abef;
  cursor: pointer;
  padding: 0 10px 0 40px;
  background: #ffffff;
}
.switch-label:before {
  left: 15px;
  color: #43abef;
}
.switch-label a {
  text-decoration: none;
  outline: none;
}
.switch-input:checked + .switch-label {
  font-weight: 500;
  color: #ffffff;
  background: #43abef;
}
.switch-input:checked + .switch-label:before {
  color: #ffffff;
}
.switch-input:checked + .switch-label a {
  color: #ffffff;
}
.switch-left {
  border-radius: 20px 0 0 20px;
}
.switch-right {
  border-radius: 0 20px 20px 0;
}
.switch-map {
  padding-left: 30px;
  padding-right: 20px;
}
/*#endregion SWITCH ********************************************/
/*#region LISTS *************************************************/
ul.list-arrow {
  margin: 0;
  padding: 0;
}
ul.list-arrow li {
  position: relative;
  border-bottom: solid 1px #e1e1e1;
  padding: 10px 20px;
  font-size: 13px;
}
ul.list-arrow li:last-child {
  border-bottom: none;
}
ul.list-arrow li:after {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: 'fontello';
  text-align: center;
  width: 1.5em;
  background: transparent;
  pointer-events: none;
  color: #43abef;
  content: '\e806';
}
/*#endregion LISTS *********************************************/
/*#region NAV SWITCHER *************************************************/
@media only screen and (max-width: 479px) {
  .nav-switcher {
    padding-bottom: 10px !important;
    margin-top: -20px !important;
  }
}
/*#endregion NAV SWITCHER *************************************************/
/*#region RESULT COUNT *************************************************/
#ResultCount {
  padding-top: 3px;
}
@media only screen and (max-width: 479px) {
  #ResultCount {
    padding-top: 8px;
    margin-top: -20px;
  }
}
/*#endregion RESULT COUNT *************************************************/
/*#region Show*/
.show {
  display: block !important;
}
/*#endregion*/
/*#region Hide*/
.hide {
  display: none !important;
}
/*#endregion*/
/*#region Sticky *************************************************/
.sticky {
  z-index: 50;
}
/*#endregion Sticky *************************************************/
/*#region Info Bubble *************************************************/
.info-bubble {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  max-height: 150px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.info-bubble:before {
  position: absolute;
  left: 135px;
  border-right: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 9px;
  height: 9px;
  top: -5px;
  content: '';
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.info-bubble .close {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 18px;
  cursor: pointer;
  display: block;
}
.info-bubble .close:before,
.info-bubble .close:after {
  border-top: 1px solid #000000;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}
.info-bubble .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.info-bubble .close:hover:before,
.info-bubble .close:hover:after {
  border-top: 2px solid #000000;
}
.info-bubble .title .tip {
  float: left;
  border: solid 1px #d44e4e;
  color: #d44e4e;
  font-weight: bold;
  border-radius: 3px;
  padding: 3px 10px;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.info-bubble .title .heading {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.info-bubble .title:after {
  clear: both;
  content: '';
  display: table;
}
.info-bubble .content {
  font-size: 13px;
}
/*#endregion Info Bubble *************************************************/
#missing-dates {
  position: absolute;
  z-index: 50;
  display: none;
}
#divShapeShiftWrapper:after {
  clear: both;
  content: '';
  display: table;
}
#map-container {
  width: 100%;
}
.additional-listings {
  margin-top: 40px;
  border-top: solid 1px #e1e1e1;
  padding: 20px 0;
}
.ui-datepicker-header {
  background: none;
  border: 0;
}
@media only screen and (max-width: 479px) {
  .no-mobile,
  .no-mobile {
    display: none !important;
  }
}
#StickySearch {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #StickySearch {
    display: block;
    height: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  #StickySearch {
    display: block;
    height: 77px;
  }
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.container-1050 .nav-switcher {
  padding-left: 20px;
}
.container-1050 .left-column {
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .container-1050 .left-column {
    left: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    width: 29% !important;
  }
}
.container-1050 .staff-content {
  position: absolute !important;
  top: -20px !important;
  bottom: initial !important;
  width: 320px !important;
}
.container-1050 .slogan {
  padding-left: 20px;
}
.container-1050 .list-prop {
  padding-right: 20px;
}
.container-1050 ul.nav-sec-ul {
  max-width: 1050px;
  padding: 0 20px;
}
.container-1050 .listings {
  width: 69% !important;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings {
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-1050 .listings {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings {
    width: 66% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .container-1050 .listings .card {
    max-width: 100% !important;
  }
  .container-1050 .listings .card .staff-content {
    display: none;
  }
}
.container-1050 .listings .card .content-accommodation {
  padding: 15px;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 30%;
    padding-right: 5px;
    height: 145px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-1050 .listings .card .content-accommodation {
    padding-top: 15px;
    margin-left: 30%;
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation {
    padding-top: 15px;
    margin-left: 30%;
    height: 190px;
  }
}
.container-1050 .listings .card .content-accommodation h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
  padding-top: 0;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation h3 {
    width: 90%;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
  }
}
.container-1050 .listings .card .content-accommodation h3 a {
  color: #585858;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .toggle-description {
    position: absolute;
    right: 5px;
    top: 0;
    width: 15px;
    height: 30px;
  }
  .container-1050 .listings .card .content-accommodation .toggle-description:before {
    position: absolute;
    right: 0;
    top: 8px;
    font-family: 'fontello';
    text-align: center;
    width: 15px;
    height: 15px;
    background: #fff;
    pointer-events: none;
    color: #999;
    content: '\28';
  }
}
.container-1050 .listings .card .content-accommodation .toggle-description.up:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  rotation: -180deg;
}
.container-1050 .listings .card .content-accommodation h4 {
  margin-bottom: 0;
}
.container-1050 .listings .card .content-accommodation .features {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.container-1050 .listings .card .content-accommodation .accom-types,
.container-1050 .listings .card .content-accommodation .accom-types-mobile,
.container-1050 .listings .card .content-accommodation .accom-types-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .accom-types {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .accom-types {
    max-width: 220px;
  }
}
.container-1050 .listings .card .content-accommodation .accom-types-mobile {
  margin-top: -5px;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-1050 .listings .card .content-accommodation .accom-types-text,
  .container-1050 .listings .card .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation .accom-types-text,
  .container-1050 .listings .card .content-accommodation .accom-types-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .accom-types-text,
  .container-1050 .listings .card .content-accommodation .accom-types-mobile {
    display: none;
  }
}
.container-1050 .listings .card .content-accommodation p {
  height: 60px;
  overflow-y: hidden;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation p {
    display: none;
    height: 0;
  }
  .container-1050 .listings .card .content-accommodation p.show {
    height: 60px;
  }
}
.container-1050 .listings .card .content-accommodation .price-info {
  background-color: #ffffff;
  padding-right: 5px;
  bottom: 15px;
  font-size: 12px;
}
.container-1050 .listings .card .content-accommodation .price-info .price-block {
  position: absolute;
  top: -156px;
  right: 0;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation .price-info .price-block {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .price-info .price-block {
    width: 206px;
    display: block;
    top: initial;
    bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .price-info {
    position: static;
  }
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .price-info {
    float: right;
    position: absolute;
    right: 15px;
  }
}
.container-1050 .listings .card .content-accommodation .price-info div.price {
  font-weight: bold;
  font-size: 22px;
  text-align: right;
}
.container-1050 .listings .card .content-accommodation .price-info div.price .linethrough {
  display: inline-block;
  font-size: 20px;
  color: #a7aaaf;
}
.container-1050 .listings .card .content-accommodation .price-info div.price .price-special {
  color: #ff408b;
  padding-left: 6px;
  display: inline-block;
}
.container-1050 .listings .card .content-accommodation .price-info .availability,
.container-1050 .listings .card .content-accommodation .price-info .onrequest {
  display: block;
  font-size: 12px;
  z-index: 20;
  text-align: right;
  font-weight: bold;
  right: 0;
}
.container-1050 .listings .card .content-accommodation .price-info .availability {
  color: #399a3e;
  position: relative;
  float: right;
}
.container-1050 .listings .card .content-accommodation .price-info .availability:before {
  position: absolute;
  margin-left: -20px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/res/img/sn.sprite.png?sv=20181121) 0px -583px transparent no-repeat;
}
.container-1050 .listings .card .content-accommodation .price-info .onrequest {
  color: #3380b3;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile {
  position: relative;
  bottom: 15px;
  right: 15px;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile {
    bottom: 5px;
    right: 5px;
    height: 40px;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile {
    bottom: 0;
    right: 0;
    height: 40px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile {
    bottom: 0;
    right: 0;
    height: 40px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile {
    display: none;
  }
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price {
  float: left;
  padding-top: 16px;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price > div {
    display: block;
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price > div {
    display: block;
    font-size: 16px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price > div {
    display: block;
    font-size: 16px;
    text-align: right;
  }
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price > div.linethrough {
  text-align: right;
  margin-top: -10px;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile .price > div.price-special {
  padding-left: 0;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  width: 100px;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
  /*@media @phone {
                                position: absolute;
                                right: 0;
                            }*/
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta-mobile a.green {
  background: -webkit-linear-gradient(#bedc09, #99c805);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bedc09, #99c805);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bedc09, #99c805);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bedc09, #99c805);
  /* Standard syntax */
  margin-left: 10px;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta {
  display: none;
  width: 100%;
  bottom: 0;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta .button-box {
  float: right;
}
@media only screen and (min-width: 1024px) {
  .container-1050 .listings .card .content-accommodation .price-info .card-cta {
    display: block;
  }
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta a {
  float: left;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  width: 115px;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta a.green {
  background: -webkit-linear-gradient(#bedc09, #99c805);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bedc09, #99c805);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bedc09, #99c805);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bedc09, #99c805);
  /* Standard syntax */
  margin-left: 10px;
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta a.blue {
  background: -webkit-linear-gradient(#5abef5, #3b9bef);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5abef5, #3b9bef);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5abef5, #3b9bef);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5abef5, #3b9bef);
  /* Standard syntax */
}
.container-1050 .listings .card .content-accommodation .price-info .card-cta a.button-full {
  width: 115px;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .container-1050 .listings .card .content-accommodation .price-info div.price {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-1050 .listings .card .content-accommodation .price-info div.price {
    font-size: 17px;
  }
}
.selected-slid {
  background: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.slidtick {
  position: absolute;
  top: 10px;
  right: 5px;
  text-align: right;
}
.stickytaskbarloader {
  height: 4px;
  width: 100%;
  min-width: 150px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.stickytaskbarloader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: stickyloading 2s linear infinite;
}
@keyframes stickyloading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.est-homepage-sticky-buttons {
  width: 100%;
  /*width: ~"calc(100% - 20px)";*/
  position: fixed;
  bottom: 0;
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -o-transition: transform ease 200ms;
  -webkit-transition: transform ease 200ms;
  -moz-transition: transform ease 200ms;
  transition: transform ease 200ms;
  z-index: 60;
  background: #c3ecff;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
  .est-homepage-sticky-buttons.visible {
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.est-homepage-sticky-buttons .booking-summary-guests {
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 15px 5px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #898989;
  margin-bottom: 10px;
  font-weight: bold;
}
.est-homepage-sticky-buttons .booking-line {
  display: table-row;
  height: 25px;
}
.est-homepage-sticky-buttons .booking-line .booking-line-text {
  display: table-cell;
  max-width: 70px;
  word-wrap: break-word;
}
.est-homepage-sticky-buttons .booking-line .booking-line-text.payment-amount {
  font-size: 18px;
}
@media only screen and (min-width: 360px) {
  .est-homepage-sticky-buttons .booking-line .booking-line-text {
    max-width: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .est-homepage-sticky-buttons .booking-line .booking-line-text {
    max-width: 120px;
  }
}
.est-homepage-sticky-buttons .booking-line .booking-line-amount {
  display: table-cell;
  padding-left: 10px;
}
.est-homepage-sticky-buttons .booking-line .booking-line-amount .payment-amount {
  font-size: 18px;
  font-weight: bold;
}
.est-homepage-sticky-buttons .booking-line .booking-line-amount span.linethrough {
  font-weight: normal;
  font-size: 14px;
}
.est-homepage-sticky-buttons .booking-line .booking-line-amount span.special-price {
  color: #ff408b;
  padding-left: 6px;
}
.est-homepage-sticky-buttons .button {
  border-radius: 3px;
  padding: 15px 35px;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (min-width: 480px) {
  .est-homepage-sticky-buttons .button {
    padding: 15px 45px;
  }
}
.est-homepage-sticky-buttons .flexiquote-prompt {
  display: none;
  border-radius: 3px;
}
.est-homepage-sticky-buttons .flexiquote-prompt a {
  font-size: 1em;
}
@media only screen and (min-width: 767px) {
  .est-homepage-sticky-buttons .flexiquote-prompt {
    display: block;
  }
}
.est-homepage-description {
  position: relative;
  max-height: none;
  overflow: auto;
}
.est-homepage-description.collapsed {
  max-height: 150px;
  overflow: hidden;
}
.est-homepage-description.collapsed:before {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.est-home-page-description-showmore {
  background: #ffffff !important;
}
.est-home-page-description-showmore:hover {
  color: #585858 !important;
}
.est-home-page-reviews-showmore {
  background: #ffffff !important;
}
.est-home-page-reviews-showmore:hover {
  color: #585858 !important;
}
.est-homepage-tooltip {
  position: absolute;
  z-index: 100;
  background: #606060;
  color: #ffffff;
  padding: 10px;
  font-weight: normal;
  max-width: 250px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-3em) scale(0.3);
  transform: translateY(-3em) scale(0.3);
  -webkit-transition: opacity ease 100ms, -webkit-transform ease 200ms;
  transition: opacity ease 100ms, transform ease 200ms;
}
.est-homepage-tooltip.visible {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.est-homepage-shield-icon {
  height: 30px;
  width: 30px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1793px;
}
.est-homepage-phone-icon {
  height: 28px;
  width: 30px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1854px;
}
.est-homepage-lock-icon {
  height: 30px;
  width: 30px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1913px;
}
.est-homepage-reviews-icon {
  height: 30px;
  width: 30px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1980px;
}
.est-homepage-smartshopper-icon {
  height: 30px;
  width: 50px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -2042px;
}
.est-homepage-card-logos {
  height: 30px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1677px;
}
.est-homepage-bank-logos {
  height: 50px;
  background: url("/res/img/sn.sprite.png?sv=20181121") 0px -1723px;
}
.est-homepage-price-total {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.est-homepage-price-total .special-price {
  color: #ff408b;
  font-size: 20px;
}
.est-homepage-price-total .old-price {
  font-size: 14px !important;
  text-decoration: line-through;
}
.est-homepage-price-total-sticky {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.est-homepage-price-total-sticky .special-price {
  color: #ff408b;
  font-size: 20px;
}
.est-homepage-price-total-sticky .old-price {
  font-size: 14px !important;
  text-decoration: line-through;
}
.est-homepage-price-due-now {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.est-homepage-slide-out {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: -7px 1px 42px -11px #4f4f4f;
  -moz-box-shadow: -7px 1px 42px -11px #4f4f4f;
  box-shadow: -7px 1px 42px -11px #4f4f4f;
  z-index: 40;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transiton: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .est-homepage-slide-out {
    padding: 0 40px 0;
  }
}
.est-homepage-slide-out.visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.est-homepage-slide-out .header {
  padding-top: 10px;
}
.est-homepage-slide-out .header button.close {
  background: #ffffff;
  border: none;
  float: right;
  color: #898989;
}
.est-homepage-slide-out .header button.close:hover {
  color: #43abef;
}
.est-homepage-slide-out .header button.close i {
  font-size: 28px;
}
.est-homepage-slide-out .body {
  padding: 0 20px 20px;
}
.est-homepage-slide-out .body .est-homepage-slide-out-booknow {
  background: #f4f4f4;
  margin: 0 -20px 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .est-homepage-slide-out .body .est-homepage-slide-out-booknow {
    padding: 20px 60px 20px;
    margin: 0 -60px 20px;
  }
}
.est-homepage-slide-out .body .est-homepage-slide-out-booknow .green {
  color: #1cad00 !important;
}
.est-homepage-slide-out .body .est-homepage-slide-out-booknow .est-homepage-slide-out-booknow-available-msg {
  text-align: center;
  display: table;
  margin-bottom: 10px;
  display: none;
}
.est-homepage-slide-out .body .est-homepage-slide-out-booknow .est-homepage-slide-out-booknow-available-msg div {
  display: table-cell;
  vertical-align: middle;
}
.est-homepage-slide-out .body .est-homepage-slide-out-booknow .est-homepage-slide-out-booknow-available-msg div i {
  font-size: 40px;
}
@media (max-width: 320px) {
  .est-homepage-slide-out {
    left: 0;
  }
}
.est-homepage-slide-out #loader {
  display: none;
  position: absolute;
}
.est-homepage-slide-out.loading::after {
  content: '';
  background: #ffffff;
  opacity: 0.7;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
}
.est-homepage-slide-out.loading #loader {
  display: block;
}
.est-homepage-slide-out-overlay {
  position: fixed;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  opacity: 0.5;
}
.est-homepage-input-group {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  display: table;
}
.est-homepage-input-group input {
  border: none;
  width: 100%;
  padding: 10px;
}
.est-homepage-input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.est-homepage-input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.est-homepage-input-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.est-homepage-input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.est-homepage-input-group select {
  border: none;
  min-width: 60px;
  max-width: 80px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.est-homepage-input-group .group-item {
  display: table-cell;
  border-left: 1px solid #c4c4c4;
}
.est-homepage-input-group .group-item:first-child {
  border-left: none;
}
.form-group.has-error ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e52829;
}
.form-group.has-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e52829;
}
.form-group.has-error :-ms-input-placeholder {
  /* IE 10+ */
  color: #e52829;
}
.form-group.has-error :-moz-placeholder {
  /* Firefox 18- */
  color: #e52829;
}
.form-group.has-error input,
.form-group.has-error .est-homepage-input-group {
  border: 1px solid #e52829;
}
.form-group.has-error .est-homepage-input-group input {
  border: 0 !important;
}
.form-group .validation-message {
  color: #e52829;
  margin-top: 5px;
}
.est-homepage-loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  display: none;
}
.est-homepage-loader #loader {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
}
.est-homepage-loader.loading {
  display: block !important;
}
.est-homepage-loader.loading #loader {
  display: block !important;
}
.est-homepage-loader.loading:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #ffffff;
}
ul.listing-features {
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.listing-features {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  ul.listing-features {
    display: block;
    margin-bottom: 0 !important;
  }
}
ul.listing-features li {
  padding-left: 22px;
  display: inline-block;
  float: left;
  padding-right: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  ul.listing-features li {
    margin-bottom: 0;
  }
  ul.listing-features li:nth-child(n+2) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  ul.listing-features li:nth-child(n+1) {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  ul.listing-features li {
    padding-left: 2px;
    margin-bottom: 2px;
  }
}
ul.listing-features:after {
  clear: both;
  content: '';
  display: table;
}
.listing-features-wrapper {
  padding-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .listing-features-wrapper {
    padding-bottom: 0px;
  }
}
#H2Title {
  margin-right: 10px;
}
.calendar-clear {
  display: inline-block;
  padding-top: 10px;
  color: #43abef !important;
  text-decoration: underline;
  cursor: pointer;
}
.similar-accommodation .listing {
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .similar-accommodation .card-h .images {
    width: 35%;
  }
  .similar-accommodation .card-h .images .royalSlider img {
    position: absolute;
  }
  .similar-accommodation .card-h .content-accommodation {
    margin-left: 35%;
  }
  .similar-accommodation .card-h .content-accommodation .price-info .price-block {
    top: -210px;
  }
}
.full-screen-raq {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*overflow-y: scroll;*/
  background-color: rgba(0, 0, 0, 0.7);
}
.full-screen-raq .full-screen-raq-container {
  background-color: #ffffff;
  border-radius: 0;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .full-screen-raq .full-screen-raq-container {
    margin: 10px auto 0 auto;
    border-radius: 3px;
  }
}
.full-screen-raq .full-screen-raq-container .raq-trigger {
  display: none;
}
.full-screen-raq .full-screen-raq-container .paxselector-container {
  width: 50%;
}
.full-screen-raq .full-screen-raq-container .booking-summary {
  width: 50%;
  border: none;
}
.full-screen-raq .full-screen-raq-container .dates-title {
  font-size: 16px;
}
@media only screen and (min-width: 480px) {
  .full-screen-raq .full-screen-raq-container .date-box {
    width: 100%;
  }
}
.full-screen-raq .full-screen-raq-container .date-box-container {
  width: 48% !important;
}
.full-screen-raq .full-screen-raq-container .date-box-container:first-child {
  float: left;
}
.full-screen-raq .full-screen-raq-container .date-box-container:last-child {
  float: right;
}
@media only screen and (min-width: 480px) {
  .full-screen-raq .full-screen-raq-container .date-box-container {
    width: 48% !important;
  }
}
.full-screen-raq .full-screen-raq-container .date-box-container input {
  width: 100%;
}
.full-screen-raq .title {
  border-bottom: solid 1px #e1e1e1;
  padding: 0 15px;
}
.full-screen-raq .title h2 {
  float: left;
  margin-bottom: 0;
  margin-top: 17px;
}
.full-screen-raq .edit-details {
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
}
.full-screen-raq .raq-booking-summary {
  background-color: #f4f4f4;
  margin: 10px -20px;
  padding: 10px 10px 0 10px !important;
  height: 220px !important;
  overflow: hidden;
}
.full-screen-raq label {
  font-size: 1.2em;
}
.full-screen-raq input[type=text] {
  width: 100%;
  font-size: 16px;
  border: solid 1px #c4c4c4;
}
.full-screen-raq input[type=email] {
  width: 100%;
  font-size: 16px;
  border: solid 1px #c4c4c4;
}
.full-screen-raq textarea {
  height: 6em;
  width: 100%;
  font-size: 14px;
  border: solid 1px #c4c4c4;
}
.full-screen-raq .loader-container {
  position: fixed;
  content: '';
  background: #ffffff;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: 5;
}
.full-screen-raq .loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #43abef;
  border-right-color: #43abef;
  border-bottom-color: #43abef;
  -webkit-animation: spin 1s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .full-screen-raq .loader {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .full-screen-raq .loader {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.full-screen-raq .loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #24597d;
  border-right-color: #24597d;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.validationElement {
  border-color: rgba(255, 0, 0, 0.4) !important;
}
.validationMessage {
  color: rgba(255, 0, 0, 0.8) !important;
}
.validationLeftBorder {
  border-left: solid 2px red;
}
#Sort-Wrapper {
  margin-top: 10px;
}
@media only screen and (min-width: 480px) {
  #Sort-Wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #Sort-Wrapper {
    margin-top: -7px;
  }
}
.red-box {
  border: solid 1px #ffa9a9;
  background-color: #fae1e1;
  color: #e21111;
  padding: 8px;
}
#ModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.85);
  display: none;
}
#ModalOverlayDark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}