/**
 * The main Hotelier CSS
 */

.hotelier .hotelier-info,
.hotelier .hotelier-error {
  color: #fff;
  list-style: none outside !important;
  margin-bottom: 1em;
  margin-left: 0 !important;
  padding: 10px 20px;
}

.hotelier .hotelier-info li,
.hotelier .hotelier-error li {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier .hotelier-info {
  background-color: #6cbcf7;
}

.hotelier .hotelier-error {
  background-color: #FD5252;
}

.hotelier ul.rooms {
  *zoom: 1;
  clear: both;
  list-style: none outside !important;
  margin: 0 0 1em;
  padding: 0;
}

.hotelier ul.rooms:before,
.hotelier ul.rooms:after {
  content: " ";
  display: table;
}

.hotelier ul.rooms:after {
  clear: both;
}

.hotelier ul.rooms li.room {
  box-shadow: none;
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.hotelier ul.rooms li.room h3 {
  font-size: 1em;
  margin: 0;
  padding: .5em 0;
}

.hotelier ul.rooms li.room a img {
  box-shadow: none;
  display: block;
  height: auto;
  margin: 0 0 1em;
  width: 100%;
}

.hotelier ul.rooms li.room .price {
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
}

.hotelier ul.rooms li.room .price del {
  color: inherit;
  opacity: 0.5;
}

.hotelier ul.rooms li.room .price ins {
  background: none;
  font-weight: 700;
}

.hotelier ul.rooms li.room .button {
  border-bottom: none;
  display: block;
}

.hotelier form.room-list ul.rooms li.room {
  width: 100%;
}

.hotelier form.room-list ul.rooms li.room .add-to-cart-selected {
  display: block;
}

.hotelier form.room-list .thumbnails {
  *zoom: 1;
  padding-top: 1em;
}

.hotelier form.room-list .thumbnails:before,
.hotelier form.room-list .thumbnails:after {
  content: " ";
  display: table;
}

.hotelier form.room-list .thumbnails:after {
  clear: both;
}

.hotelier form.room-list .thumbnails a {
  border-bottom: none;
  float: left;
  margin-bottom: 1em;
  margin-right: 3.5%;
  width: 31%;
}

.hotelier form.room-list .thumbnails a.last {
  margin-right: 0 !important;
}

.hotelier form.room-list .thumbnails a.first {
  clear: both;
}

.hotelier form.room-list .thumbnails.columns-1 a {
  width: 100%;
}

.hotelier form.room-list .thumbnails.columns-2 a {
  margin-right: 4%;
  width: 48%;
}

.hotelier form.room-list .thumbnails.columns-4 a {
  margin-right: 3%;
  width: 22.75%;
}

.hotelier form.room-list .thumbnails.columns-5 a {
  margin-right: 2.5%;
  width: 18%;
}

.hotelier nav.hotelier-pagination {
  text-align: center;
}

.hotelier nav.hotelier-pagination ul {
  clear: both;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
}

.hotelier nav.hotelier-pagination ul li {
  display: inline;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.hotelier nav.hotelier-pagination ul li a,
.hotelier nav.hotelier-pagination ul li span {
  border-bottom: none;
  display: block;
  margin: 0;
  min-width: 1em;
  padding: .5em;
  padding: 0;
  text-decoration: none;
}

.hotelier .hotelier-additional-information-fields select {
  margin-left: 0.75em;
}

.hotelier .hotelier-additional-information-fields .description {
  display: block;
  font-size: 0.75em;
}

.hotelier table.reservation-table .room-name small {
  display: block;
}

.hotelier table.reservation-table .view-price-breakdown {
  border-bottom: none;
  display: block;
  font-size: .75em;
}

.hotelier table.reservation-table .price_breakdown_td {
  border: 0 !important;
  padding: 0 !important;
}

.hotelier table.reservation-table .price_breakdown_td table {
  border: 0 !important;
  margin-bottom: 0 !important;
}

.hotelier table.reservation-table ul {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier .payment-methods {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier .payment-methods .single input[type="radio"] {
  display: none;
}

.hotelier .reservation-details {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier .reservation-details .special_requests span {
  font-style: italic;
}

.hotelier.single-room .room-meta ul,
.hotelier.single-room .room-rates {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier .room-conditions ul {
  list-style: none outside !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hotelier-datepicker {
  margin: 0 0 1.6em;
}

.hotelier-datepicker input[type="text"] {
  margin-bottom: 1em;
}

.hotelier-accepted-credit-cards {
  margin-bottom: 0 !important;
}

.hotelier-accepted-credit-cards .card-icon {
  height: 48px;
  margin-bottom: .175em;
  position: relative;
  text-indent: -99999px;
}

.hotelier-accepted-credit-cards .card-icon:before {
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  content: '';
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
}

.hotelier-accepted-credit-cards .card-icon.mastercard:before {
  background-image: url(../images/cards/mastercard.svg);
}

.hotelier-accepted-credit-cards .card-icon.amex:before {
  background-image: url(../images/cards/amex.svg);
}

.hotelier-accepted-credit-cards .card-icon.cirrus:before {
  background-image: url(../images/cards/cirrus.svg);
}

.hotelier-accepted-credit-cards .card-icon.discover:before {
  background-image: url(../images/cards/discover.svg);
}

.hotelier-accepted-credit-cards .card-icon.maestro:before {
  background-image: url(../images/cards/maestro.svg);
}

.hotelier-accepted-credit-cards .card-icon.visa:before {
  background-image: url(../images/cards/visa.svg);
}

.hotelier-accepted-credit-cards .card-icon.visa_e:before {
  background-image: url(../images/cards/visa_e.svg);
}

/**
 * Twenty Fifteen specific styles
 */

.twentyfifteen .archive-area {
  background-color: #fff;
  padding-bottom: 7.6923%;
  padding-top: 7.6923%;
  position: relative;
}

.twentyfifteen .archive-area .page-title {
  font-size: 2.6rem;
  font-size: 26px;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
  margin-left: 0;
}

.twentyfifteen .archive-area .rooms {
  padding: 0 7.6923% 7.6923%;
}

.twentyfifteen .archive-area .no-rooms-found {
  margin: 0 7.6923% !important;
}

.single-room .twentyfifteen .hentry {
  padding-top: 0;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**
 * Date picker
 */

.js #hotelier-datepicker-checkin,
.js #hotelier-datepicker-checkout {
  display: none;
}

.hdp-wrapper {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: .75em;
  padding: 1.5em;
  position: absolute;
  width: 240px;
  z-index: 1;
}

.hdp-wrapper .month-name {
  text-transform: uppercase;
}

.hdp-wrapper table {
  border-collapse: collapse;
  font-size: inherit;
}

.hdp-wrapper table th,
.hdp-wrapper table td {
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.hdp-wrapper tr.week-name {
  font-size: .7em;
  text-transform: uppercase;
}

.hdp-wrapper tr.week-name th {
  padding: .5em 0;
}

.hdp-wrapper .day {
  padding: .5em;
}

.hdp-wrapper .day.invalid {
  color: #ccc;
}

.hdp-wrapper .day.valid {
  cursor: pointer;
}

.hdp-wrapper .day.checked {
  background-color: rgba(72, 190, 255, 0.6);
  color: #fff;
}

.hdp-wrapper .day.day.hovering {
  background-color: rgba(72, 190, 255, 0.3);
}

.hdp-wrapper .day.day.nextMonth,
.hdp-wrapper .day.day.lastMonth {
  display: none;
  height: 0;
}

.hdp-wrapper .day.real-today {
  background-color: #555;
  color: #fff;
}

.hdp-wrapper .day.real-today.checked {
  background-color: rgba(72, 190, 255, 0.6);
  color: #fff;
}

.hdp-wrapper .day.real-today.first-date-selected,
.hdp-wrapper .day.real-today.last-date-selected {
  background-color: #48BEFF;
}

.hdp-wrapper .day.first-date-selected,
.hdp-wrapper .day.last-date-selected {
  background-color: #48BEFF;
}

.hdp-wrapper tr.caption {
  border-bottom: 1px solid #ccc;
  height: 2em;
}

.hdp-wrapper .next,
.hdp-wrapper .prev {
  cursor: pointer;
  padding: 0 .5em;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hdp-wrapper .next:hover,
.hdp-wrapper .prev:hover {
  background-color: #48BEFF;
  color: #fff;
}

.hdp-wrapper.two-months.no-prev-next .month1 .next,
.hdp-wrapper.two-months.no-prev-next .month2 .prev {
  display: none;
}

.hdp-wrapper .selected-days {
  display: none;
}

.hdp-wrapper .drp_top-bar {
  font-size: .8em;
  font-style: italic;
  margin-bottom: 1.5em;
  padding: .7em 0;
}

.hdp-wrapper .error-top,
.hdp-wrapper .normal-top {
  display: none;
}

.hdp-wrapper .error .default-top {
  display: none;
}

.hdp-wrapper .error .error-top {
  color: red;
  display: block;
}

.hdp-wrapper .normal .default-top {
  display: none;
}

.hdp-wrapper .normal .normal-top {
  display: block;
}

.hdp-wrapper .apply-btn {
  -webkit-appearance: none;
  background-color: #ccc;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: .7em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 1em 0 0;
  padding: .7em 1.5em;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: top;
}

.hdp-wrapper .apply-btn:hover {
  background-color: #48BEFF;
  color: #fff;
}

.hdp-wrapper .date-range-length-tip {
  background-color: #555;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: .7em;
  line-height: 16px;
  margin-top: -14px;
  padding: 5px 10px;
  position: absolute;
}

.hdp-wrapper .date-range-length-tip:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
  bottom: -4px;
  content: '';
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

@media screen and (min-width: 22.5em) {
  .hotelier ul.rooms li.room {
    clear: both;
    float: left;
    margin: 0 4% 2.992em 0;
    padding: 0;
    position: relative;
    width: 48%;
  }

  .hotelier ul.rooms li.room:nth-child(even) {
    clear: none;
    margin-right: 0;
  }

  .hotelier .columns-1 ul.rooms li.room,
  .hotelier.columns-1 ul.rooms li.room {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .archive-area {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
    padding-bottom: 9.0909%;
  }

  .twentyfifteen .archive-area .rooms {
    padding: 0 9.0909% 9.0909%;
  }

  .twentyfifteen .archive-area .no-rooms-found {
    margin: 0 9.0909% !important;
  }
}

@media screen and (min-width: 46.25em) {
  .hotelier ul.rooms li.room {
    clear: none;
    margin-right: 3.5%;
  }

  .hotelier ul.rooms li.room:nth-child(even) {
    margin-right: 3.5%;
  }

  .hotelier ul.rooms li.first {
    clear: both !important;
  }

  .hotelier ul.rooms li.last {
    margin-right: 0 !important;
  }

  .hotelier .columns-3 ul.rooms li.room,
  .hotelier.columns-3 ul.rooms li.room {
    width: 31%;
  }

  .hotelier .columns-4 ul.rooms li.room,
  .hotelier.columns-4 ul.rooms li.room {
    margin-right: 3%;
    width: 22.75%;
  }

  .hotelier .columns-4 ul.rooms li.room:nth-child(even),
  .hotelier.columns-4 ul.rooms li.room:nth-child(even) {
    margin-right: 3%;
  }

  .hotelier .columns-5 ul.rooms li.room,
  .hotelier.columns-5 ul.rooms li.room {
    margin-right: 2.5%;
    width: 18%;
  }

  .hotelier .columns-5 ul.rooms li.room:nth-child(even),
  .hotelier.columns-5 ul.rooms li.room:nth-child(even) {
    margin-right: 2.5%;
  }

  .twentyfifteen .archive-area .page-title {
    font-size: 3.5rem;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
}

@media screen and (min-width: 59.6875em) {
  .twentyfifteen .archive-area {
    margin: 0 8.3333%;
    padding-bottom: 10%;
    padding-top: 8.3333%;
  }

  .twentyfifteen .archive-area .page-title {
    font-size: 3.1rem;
    font-size: 31px;
    line-height: 1.1613;
    margin-bottom: 1.1613em;
  }

  .twentyfifteen .archive-area .rooms {
    padding: 0 10% 10%;
  }

  .twentyfifteen .archive-area .no-rooms-found {
    margin: 0 10% !important;
  }
}

@media (min-width: 320px) {
  .hdp-wrapper {
    font-size: 1em;
    width: 300px;
  }

  .hdp-wrapper .month-wrapper {
    position: relative;
  }
}

@media (min-width: 480px) {
  .hdp-wrapper {
    width: 460px;
  }

  .hdp-wrapper .month-wrapper {
    position: relative;
  }

  .hdp-wrapper .month-wrapper:before {
    background: #ccc;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .hdp-wrapper .month1 {
    float: left;
  }

  .hdp-wrapper .month2 {
    float: right;
  }

  .hdp-wrapper table {
    font-size: .75em;
  }
}

@media (min-width: 768px) {
  .hdp-wrapper {
    width: 560px;
  }

  .hdp-wrapper table {
    font-size: 1em;
  }

  .hdp-wrapper .drp_top-bar {
    padding: .7em 2em .7em 0;
    position: relative;
  }

  .hdp-wrapper .apply-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 55em) {
  .twentyfifteen .archive-area .page-title {
    font-size: 3.9rem;
    font-size: 39px;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
  }
}