/*base*/
/* Nav */
/*sub-nav*/
/* login */
/* Reward Credits or Points*/
/* savings bank */
/* forms */
/* Map */
/* Search Modal Loader backdrop */
/*searchbox*/
/*banners*/
/* mobile */
/* Footer */
/* SubFooter */
/* Layout */
/* Member Savings */
/* Images */
/* Top Benefits */
/* Autoocomplete */
/* Traveler Personalization */
/* User Notifications */
/* Featured Deals */
/* Default color golden */
/* Percentage pill  */
/*Hotel Pricing Card Settings*/
/* Maps */
/* RE

/* REM based on 14px base size

8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem

*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h6,
h6 {
  font-size: 1rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  /* flex:0 0 41.666667%; */
  max-width: 41.666667%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
.text-center {
  text-align: center !important;
}

#rentalsearchcontainer {
  background-image: var(--SOR-hotels-search-page-hero-image, "/images/template/Hotels_BannerImage.webp");
  background-repeat: no-repeat;
  background-position: center;
  max-width: none;
}

#rentalssearch .rentalssearchcontent .rentalssearchlocation {
  display: inline-block;
}
#rentalssearch .rentalssearchcontent .rentalssearchlocation span {
  margin-right: 0px;
}

@media screen and (max-width: var(--SOR-large-down, 1199px)) {
  #rentalsresultsfilter {
    display: none !important;
  }
  #rentalsresultsfilter.expanded {
    display: block !important;
  }
}

.room-photo-loader {
  position: absolute;
  background-image: url(/resortphotos/large/default_blurred.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  display: block;
}
.room-photo-loader::before {
  animation: rotateSpinner 1.2s linear infinite;
  background-image: url(/resortphotos/large/spin.png);
  border: 0;
  content: "";
  display: inline-block;
  height: 24px;
  left: 50%;
  margin: -12px -12px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 10;
}

@keyframes loading-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#rentalsresults .rentalsresultssavingspercentsmall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  padding-top: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  background: rgba(var(--SOR-secondary-color, #F37736), 0.7);
}
#rentalsresults .rentalsresultssavingspercentsmall.payatcheckin {
  background: rgba(161, 225, 24, 0.7) !important;
  font-size: 14px;
}
#rentalsresults #rentalsresultspricedisclaimer {
  display: none;
}
#rentalsresults .rentalsresultssavingspercent {
  font-weight: 500 !important;
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingpriceitemother-nightlypretaxprice {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  border-bottom: 3px dotted var(--SOR-border-color, #e2e2e2);
  margin-bottom: 8px;
  padding-bottom: 10px;
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingpriceitemother-nightlypretaxprice span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingpriceitemother-nightlypretaxprice span.lowestretail-pretax-pernight {
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: normal;
  color: var(--SOR-lighttext-color, #b8b7b7);
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingprice .rentalsresultsstartingpricetaxes {
  font-size: 10px;
  line-height: 18px;
  padding: 0;
  color: var(--SOR-lighttext-color, #b8b7b7);
  text-transform: lowercase;
  clear: both;
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-youpay {
  font-size: 17px !important;
}
#rentalsresults .per-night-pre-tax-price .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-yoursavings {
  color: var(--SOR-green-color, #6b9512) !important;
}
#rentalsresults .rentalsresultsresortname {
  font-weight: 500 !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent > div {
  background: var(--SOR-secondary-color, #F37736) !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.payatcheckin > div {
  background: var(--SOR-green-color, #6b9512) !important;
  line-height: 20px;
  font-weight: 300;
  font-size: 13px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.payatcheckin > div > span {
  padding-top: 0px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.payatcheckin > div > span .amount {
  font-size: 26px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.payatcheckin.pointsbenefits > div {
  font-size: 11px;
  line-height: 14px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.payatcheckin.pointsbenefits > div > span > span {
  display: block;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.COP > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.CRC > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.KRW > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.TWD > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.SAR > div {
  width: 100px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.COP > div > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.CRC > div > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.KRW > div > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.TWD > div > div,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.SAR > div > div {
  border-width: 0 50px 12px 50px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.VND > div {
  width: 120px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultssavingspercent.with-currency-code.VND > div > div {
  border-width: 0 60px 12px 60px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultsresortname a {
  color: var(--SOR-text-color, black);
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultslocation {
  color: var(--SOR-text-color, black) !important;
  font-size: 12px !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .rentalsresultslocation .rentalsresultslocation-map a {
  color: var(--SOR-secondary-color, #F37736);
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display {
  width: 100px;
  padding: 6px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .icon-starburst1 {
  top: -80px;
  right: -47px;
  position: absolute;
  overflow: hidden;
  font-size: 150px;
  z-index: 0;
  background: none !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .icon-starburst1-primary {
  color: var(--SOR-primary-color, #272727);
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .icon-starburst1-secondary {
  color: var(--SOR-secondary-color, #F37736);
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-outline {
  position: absolute;
  width: 105px;
  height: 105px;
  border: dotted 2px #fff;
  border-radius: 105px;
  top: -22px;
  right: -17px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-outline-primary {
  background: var(--SOR-primary-color, #272727) !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-outline-secondary {
  background: var(--SOR-secondary-color, #F37736) !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 15px 10px 2px 2px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  background: none !important;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content br {
  line-height: 10px;
  font-size: 14px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content span:nth-of-type(2) {
  display: block;
  padding-top: 3px;
  font-size: 11px;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.MXN,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.CLP,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.CRC,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.CZK,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.AED,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.ARS,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.BRL,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.COP,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.DKK,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.HKD,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.HUF,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.IDR,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.ILS,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.INR,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.ISK,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.JPY,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.KES,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.KRW,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.KWD,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.MYR,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.NOK,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.PHP,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.PLN,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.QAR,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.RON,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.RSD,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.RUB,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.SAR,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.SEK,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.THB,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.TWD,
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.ZAR {
  font-size: 17px;
  padding-right: 5px;
}
#rentalsresults .rentalsresultsitemcontainer .rentalsresultsitem .alternate-savings-display .alternate-savings-display-content.with-currency-code.VND {
  font-size: 14px;
  padding-right: 1px;
}
#rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal {
  color: var(--SOR-text-color, black) !important;
}
#rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-yoursavings {
  color: var(--SOR-green-color, #6b9512) !important;
  text-align: left;
  padding: 0 0 13px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
#rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-youpay {
  color: var(--SOR-text-color, black);
  font-weight: 500 !important;
}
#rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-retailprice {
  color: #3D3D3D !important;
  font-weight: normal !important;
  text-align: left;
  overflow: hidden;
  font-size: 15px !important;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomgroupend {
  border-bottom: solid 1px var(--SOR-border-color, #e2e2e2);
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomgroupend td {
  padding-bottom: 10px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomgroupend td.rentalsresultsroomphotos {
  padding-bottom: 5px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomgroupend:last-of-type {
  border-bottom: none;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos {
  width: 180px;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos .room-photo-placeholder {
  position: relative;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos img {
  width: 100%;
  height: 110px;
  position: relative;
  top: 0;
  left: 0;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos a {
  font-size: 13px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos div {
  margin-top: 5px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos div span {
  cursor: pointer;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsroomphotos div span:nth-of-type(2) {
  display: none;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .packagerentalsresultsheaderrow {
  padding-top: 12px !important;
  width: 100% !important;
  text-align: left !important;
  padding-bottom: 2px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .packagerentalsresultsheaderrow span {
  text-align: left !important;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .packagesverticalalign {
  vertical-align: middle !important;
  text-align: center !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  width: 33.1%;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-static {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 500;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-static div {
  font-size: 18px;
  color: var(--SOR-green-color, #6b9512);
  padding-bottom: 8px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-static span {
  font-size: 12px;
  color: var(--SOR-green-color, #6b9512);
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-alternate-static {
  padding-top: 5px;
  color: var(--SOR-secondary-color, #F37736);
  font-size: 13px;
  font-weight: 500;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-alternate-static div {
  font-size: 18px !important;
  color: var(--SOR-green-color, #6b9512);
  padding-bottom: 4px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-alternate-static span {
  font-size: 12px !important;
  color: var(--SOR-green-color, #6b9512);
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresults-packageinclusion-alternate-static a {
  font-size: 12px !important;
  font-weight: 300;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .rentalsresultsyoupay-static {
  font-size: 13px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices .roomresults-static-th {
  font-size: 13px !important;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsroomphotos {
  border-bottom: solid 1px var(--SOR-border-color, #e2e2e2);
  padding-top: 10px;
  padding-bottom: 6px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsroomphotosend {
  border-bottom: none !important;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsroomtype {
  padding-top: 10px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsroomtype span {
  font-size: 13px;
  color: var(--SOR-medium-gray, #757575);
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsroomtype a {
  font-size: 13px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultscardsavings {
  padding-top: 10px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultscardsavings span {
  display: block;
  font-size: 13px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsselectbutton {
  padding-top: 10px;
}

body:not(.english) #rentalsresults .per-night-pre-tax-price .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-youpay {
  font-size: 14px !important;
}
body:not(.english) #rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-yoursavings {
  font-size: 13px !important;
  padding: 0 0 13px 0 !important;
}
body:not(.english) #rentalsresults .rentalsresultsstartingprice .rentalsresultsstartingpriceitemtotal .rentalsresultsstartingpriceitemother-retailprice {
  font-size: 13px !important;
}

.resultsfilter #hotelwidgetpaymentcurrency #RentalSearchResultCurrencySelector_PaymentCurrencyOptions {
  display: block;
}
.resultsfilter #hotelwidgetpaymentcurrency #RentalSearchResultCurrencySelector_PaymentCurrencyOptions input {
  margin-right: 5px;
}
.resultsfilter #hotelwidgetpaymentcurrency #RentalSearchResultCurrencySelector_PaymentCurrencyOptions label {
  margin-right: 10px;
}
.resultsfilter .widget .widgetItem {
  font-size: 13px;
}
.resultsfilter .widget .widgetItem label.amenityFilterLabel {
  width: 175px;
  display: inline-block;
  vertical-align: top;
}
.resultsfilter .widget #AreaLocationFilter, .resultsfilter .widget #LocationFilter {
  margin: 10px 0px 15px;
}
.resultsfilter .widget .hotelSortByDdl {
  display: none;
}

#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices th.rentalsresultsroomtype span {
  color: var(--SOR-text-color, black) !important;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsyoupay {
  color: var(--SOR-text-color, black) !important;
  padding-top: 10px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsyoupay span {
  display: block;
  font-size: 13px;
  color: var(--SOR-medium-gray, #757575);
  text-transform: lowercase;
  font-weight: 400;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td.rentalsresultsyoupay div {
  margin-top: 5px;
}
#rentalsresults .rentalsresultsitemrooms .rentalsresultsprices th, #rentalsresults .rentalsresultsitemrooms .rentalsresultsprices td {
  font-size: 15px;
  line-height: 18px;
}
#rentalsresults .rentalsresultsitem .stars {
  background: none;
  display: inline-flex;
}
#rentalsresults .rentalsresultsitem .stars i {
  color: var(--SOR-primary-color, #272727);
  font-size: 14px;
}

/* Medium/Large Mobile Devices*/
/* Large Mobile Devices (iPhone 6p, Nexus 6, etc) */
@media screen and (min-width: var(--SOR-medium, 768px)) {
  .footer-content-section {
    text-align: left;
  }
}
/* Desktop or higher */
@media screen and (min-width: var(--SOR-large, 1200px)) {
  .rentalsresultsstartingprice {
    width: 27%;
  }
  .rentalsresultsdescription {
    width: 48%;
  }
}
@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=hotels.css.map */
