﻿@font-face {
  font-family: 'Heebo-Regular';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-Bold';
  src: url('../fonts/Heebo-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-Light';
  src: url('../fonts/Heebo-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-ExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo-Thin';
  src: url('../fonts/Heebo-Thin.ttf') format('truetype');
}
.arrow-div {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* widths */
/* bootstrap vars */
/* engine */
/*@font-menu: 'Open-Sans',Arial;
@font-text: 'Open-Sans',Arial;
@font-book: 'Open-Sans',Arial;
@font-bold: 'Open-Sans-Bold','Open-Sans',Arial;*/
body {
  background: #f6f5f1;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/*#region =============== Common ============= */
body {
  background: #e2e2e2 !important;
}
body > .content.first {
  background: #e2e2e2;
}
.nav-logo-holder {
  background: url(../images/logo-small.png) no-repeat center 3px;
  background-size: 45px;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 15px;
  cursor: pointer;
}
.lang-eng .nav-logo-holder {
  background: url(../images/logo-small.png) no-repeat center 3px;
  background-size: 45px;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 15px;
  cursor: pointer;
}
#main-menu {
  min-height: 30px;
}
.engine-container {
  margin-top: 35px !important;
}
.conditionas {
  padding-bottom: 15px;
}
/*#endregion */
/*#region ================ Session end =====================*/
.session-btn {
  width: 37%;
  font-size: 15px;
  border-radius: 5px;
  line-height: 23px;
  max-height: 61px;
  margin-bottom: 10px;
  min-height: 40px;
}
.session-btn.renew {
  background-color: #002e44;
  color: #fff;
  float: right;
}
.session-btn.cancel {
  background: #fff;
  color: #002e44;
  width: 50%;
  float: left;
}
.session-img {
  background: url('images/session-img.png');
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: relative;
  left: -45%;
  margin-bottom: 5%;
}
/*#endregion */
/*#region =============== Steps ============= */
.steps > div {
  line-height: 50px;
  font-size: 16px;
}
.steps > div:before {
  float: right;
  display: block;
  font-size: 27pt;
  font-weight: bold;
  margin-left: 10px;
}
.steps .active {
  color: #002e44;
}
.steps .step1:before {
  content: '1';
}
.steps .step2:before {
  content: '2';
}
/*#endregion */
/*#region =============== SEARCH SUMMARY ============= */
.summary-line {
  margin: 0;
  padding: 10px;
  background: #f6f5f1;
  /*border: 1px solid #e5e3d9;*/
  margin-bottom: 10px;
}
.summary-line .btn {
  margin-top: 10px;
  width: 100%;
  background: #00a6a2;
  color: #303134;
  border-radius: 0;
}
.summary-line .btn:hover,
.summary-line .btn:active,
.summary-line .btn:focus {
  color: #303134;
}
.registration .summary-line .btn {
  display: none;
}
.search-summary .dates {
  padding: 0 0 15px 0;
}
.search-summary .edit-search {
  cursor: pointer;
}
.search-summary .dates i {
  width: 40px;
  height: 40px;
  float: right;
  display: block;
  margin-top: 10px;
}
.search-summary .dates .summary-text.departure {
  float: right;
}
.search-summary .dates span.day {
  font-size: 60px;
  float: right;
  line-height: 50px;
  padding: 0 10px;
}
.search-summary .dates span.day-name,
.search-summary .dates span.month-year {
  line-height: 1;
}
.search-summary .edit-search > span {
  float: left;
}
.pc-info {
  margin: 0 3px;
}
.room-prev .room-number {
  font-size: 14pt;
  margin-top: -5px;
}
.room-prev .room-price-holder {
  border-top: 1px solid #d9d4be;
  display: block;
}
.rooms-summary,
.user-details {
  padding: 0 15px;
  background: #FFF;
  z-index: 2;
}
.search-summary h2,
.user-details h2 {
  font-size: 20px;
  text-align: center;
  color: #002e44;
  padding: 8px 0;
}
.grey-select {
  width: 100%;
  display: block;
  height: 46px;
  background: transparent;
  border-radius: 9px;
  border: 1px solid #8A8A8A;
}
.rooms-prev-total {
  background: #d9d4be;
}
.room-prev .room-number .checked {
  float: left;
  color: green;
}
.rooms-summary #booking-engine-holder {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin-bottom: 12px;
  margin-right: -15px;
  border: none;
  box-shadow: none;
}
.personal-details .rooms-summary.toolow {
  position: inherit;
}
.checkbox label.check-tick.check-err ~ .policy-denied-error {
  display: block;
}
.checkbox label.check-tick.checked ~ .policy-denied-error {
  display: none;
}
/*#region ==================== SEARCH SUMMARY DESKTOP =================*/
@media (min-width: 992px) {
  .country-input.glyphicon-remove:before {
    content: "" !important;
  }
  .country-input.glyphicon-ok:before {
    content: "" !important;
  }
  .rooms-summary,
  .user-details {
    /*position: fixed;*/
    width: 280px;
  }
  .rooms-summary.toolow {
    position: inherit;
  }
  .reservation-info {
    padding-left: 5px;
    margin-top: 15px;
    /*margin-top: -72px;*/
  }
  .personal-details .reservation-info {
    margin-top: -63px;
  }
  .personal-details .edit-search {
    display: none;
  }
  .user-details-holder {
    padding-right: 0;
  }
  .results-info {
    margin-top: 20px;
  }
  .reservation-details-holder {
    padding-right: 0;
  }
  .reservation-details {
    border: 2px solid #002e44;
  }
  .room-prev .room-number .room-price {
    float: left;
    font-size: 18px;
  }
  .room-prev .tooltip-inner {
    width: 400px;
  }
  .online-header {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .online-benefits ul {
    padding: 0;
    list-style: none;
  }
  .online-benefits li {
    margin-bottom: 5px;
  }
  .online-benefits ul .blue-text {
    margin-left: 5px;
  }
  .info-box .important-info {
    margin-top: 30px;
  }
}
/*#endregion */
/*#region ==================== SEARCH SUMMARY MOBILE =================*/
@media (max-width: 991px) {
  .rooms-summary,
  .user-details {
    padding: 0;
  }
  .reservation-info {
    background: #fff;
    margin-bottom: 2px;
  }
  .personal-details .edit-search {
    display: none;
  }
  .summary-line {
    padding: 5px;
  }
  .rooms-summary #booking-engine-holder {
    margin: 0 auto 12px auto;
  }
  /*#endregion */
}
/*#endregion */
/*#region =============== Booking Engine ============= */
.engine-opened #main-content .booking-engine-holder {
  display: block;
  margin-bottom: 40px;
}
.booking-engine-holder .best-price-icon-glow {
  display: none;
}
/*#endregion*/
/*#region =============== RESULTS ============= */
.progress {
  margin: 10px;
}
.progress-bar {
  float: right;
}
.result-resorts {
  min-height: 400px;
  background: #fff;
}
.result-resort header {
  background: #303132;
  color: #fff;
  padding: 7px 10px;
}
.result-resort header h3 {
  margin: 0;
}
.result-resort .asof {
  float: left;
}
.result-resort .asof span {
  font-size: 17pt;
  font-weight: bold;
}
.result-resort .continue-to-rooms {
  float: left;
}
.results,
.results-header {
  background: #fff;
  width: 69%;
  float: left;
}
.results-header {
  margin-top: 15px;
  border-bottom: 2px solid #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.result-rooms-container {
  min-height: 400px;
}
.room-name-title {
  background: #002e44;
  color: #fff;
  padding: 7px 10px;
}
.room-name-title .room-name {
  float: right;
}
.room-name-title .room-best-rate {
  float: left;
}
.room-name-title .room-best-rate span {
  font-size: 17pt;
  font-weight: bold;
}
.room-name-title .virtual-tour {
  float: right;
  margin-right: 15px;
  background-color: #002e44;
  height: 30px;
  cursor: pointer;
}
.room-name-title .virtual-tour .tour-360-icon {
  background-size: 78%;
  box-shadow: 0px 0px 4px 2px rgba(142, 140, 140, 0.7);
}
.room-name-title .about-room {
  float: right;
  margin-top: 2px;
  margin-right: 30px;
}
.room-name-title .about-room .glyphicon {
  top: 5px;
}
.roomlist .room-row {
  margin-bottom: 35px;
}
.room-desc .see-more-toggle:hover,
.room-desc .see-more-toggle:visited,
.room-desc .see-more-toggle:focus {
  color: #000;
  text-decoration: underline;
}
.room-img-carousel .carousel-inner {
  max-height: 360px;
  overflow: hidden;
}
.meal-plan-row .meal-plan {
  float: right;
  font-size: 20px;
}
.meal-plans .meal-plan-row:last-child {
  border-bottom: none;
}
.room-table-holder {
  display: none;
}
.room-table-holder .tooltip-inner {
  max-width: 250px;
}
.results .rooms-select .room-table-holder.active {
  display: block;
}
.room-table-holder h2 {
  font-size: 16pt;
  padding: 0;
  margin: 10px 0;
  float: right;
}
.octopus-club-member-flag {
  background: #002e44;
  color: white;
  float: right;
  padding: 1px 5px;
  margin: 2px 0;
}
/*#endregion */
/*#region  =============== region personal details =============== */
.rooms-holder h1 {
  text-align: right;
}
.rooms-holder .form-title {
  margin-bottom: 15px;
}
.form label {
  font-size: 16px;
}
.form-control-feedback {
  right: auto;
  left: 0;
}
.personal-details-form button.btn {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffdd00;
  color: #002e44;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 18px;
  border-radius: 0;
  margin-bottom: 20px;
  /*:hover {
            color: #fff;
        }*/
}
#countryInput {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.has-feedback .form-control {
  padding-right: 12px;
  padding-left: 42.5px;
}
.policy-holder {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-family: Arial;
  z-index: 99999;
  line-height: 1.6;
}
.policy-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  left: 0;
}
.policy-holder .policy-content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}
.policy-content button.close {
  opacity: 1;
  font-size: 41px;
}
.policy-content h4 {
  font-weight: bold;
}
.checkbox label.check-tick {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #555;
  color: #555;
  border-radius: 20%;
  vertical-align: middle;
  margin: 10px 0;
  margin-left: 10px;
  text-align: center;
  padding: 0;
  line-height: 1.2;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label.check-tick span {
  display: none;
}
.checkbox label.check-tick.checked span {
  display: inline;
  top: 3px;
}
/*#endregion */
/*#region =================== Payment ====================*/
.user-details .user-row span:first-child {
  margin-left: 10px;
}
.payment-holder h2 {
  margin: 15px 0 10px 0;
}
.payment-holder .personal-details {
  font-size: 16px;
  /*color: #777;*/
}
.payment-holder .form-holder {
  margin-top: 10px;
  border-top: 1px solid #999;
  margin-bottom: 20px;
}
#pci-iframe-holder {
  width: 100%;
  margin: 0 auto;
}
#pci-iframe-holder iframe {
  width: 100%;
  height: 510px;
}
.payment-holder .edit-search {
  display: none !important;
}
/*#endregion*/
/*#region ================= Confirmation ======================*/
.confirmation h1 {
  text-align: right;
}
.confirmation h2 {
  margin-bottom: 10px;
  font-size: 14pt;
}
.confirmation .user-details,
.confirmation .user-name-pass {
  padding: 20px 0;
  font-size: 11pt;
}
.confirmation .user-details {
  border-bottom: 1px solid #002e44;
  border-top: 1px solid #002e44;
}
.confirmation .user-details h2 {
  display: none;
}
.confirmation .search-summary .dates .summary-text {
  float: none;
}
.confirmation .room-prev {
  border-top: none;
}
.confirmation .selected .room-prev:before {
  top: 24%;
  right: -47px;
}
.save-this,
.print-this {
  float: left;
}
.save-this span,
.print-this span {
  background-image: url('../../Images/SiteIcons/icons.png');
  background-repeat: no-repeat;
  width: 46px;
  height: 42px;
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}
.save-this span {
  background-position: -360px -78px;
}
.print-this span {
  background-position: 0 -876px;
}
/*#endregion*/
/*#region ============= My reservations =================*/
.my-reser-holder {
  padding: 15px;
  margin-top: 60px;
}
.my-reser-holder h1 {
  text-align: center;
}
.box-reser {
  padding-bottom: 5px;
}
.box-reser .resort-image,
.reser-room .room-image {
  width: 33.5%;
  float: right;
  margin-left: 2.7%;
}
.room-box {
  padding-bottom: 50px;
}
.box-reser .reser-data ul,
.reser-room .reser-room-data ul {
  list-style: none;
  display: table;
  padding: 0;
}
.box-reser .reser-data ul {
  padding: 10px 0 0 0;
}
.reser-data .reser-header {
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}
.reser-data > div,
.reser-room-data .room-title {
  font-size: 18px;
}
.reser-data li label:first-child,
.reser-room .reser-room-data li label:first-child {
  padding-left: 5px;
  font-weight: normal;
}
.reser-data li label,
.reser-room .reser-room-data li label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.my-reser-holder .cancel-whole-res,
.my-reser-holder .cancel-butt {
  cursor: pointer;
  display: inline-block;
  font-size: 10pt;
}
.my-reser-holder .cancel-butt {
  float: right;
  margin-right: 35.5%;
}
.reser-room {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #d8d8d8;
  border-bottom-width: 1px;
}
.my-reser-holder .uncancel-res {
  display: none;
}
.bookings-paging {
  border-top: 1px dashed #000;
  padding-top: 20px;
  text-align: center;
  font-size: 24px;
}
.reser-room-data label.cancelled {
  color: #b2074a;
}
.reser-room-data label.reserved {
  color: #5dda50;
}
div#cancel-reservation-modal textarea {
  max-width: 100%;
}
/*#endregion*/
/*#region ==================== DESKTOP =================*/
@media (min-width: 992px) {
  [data-toggle=tooltip] {
    cursor: pointer;
  }
  .engine-opened .main-engine {
    display: block;
  }
  .rooms h1 {
    margin: 60px 0 0 0;
    padding-bottom: 20px;
  }
  /*#region ======= Stages =============*/
  .content .active-stage-holder:after {
    bottom: -10px;
    right: 17px;
  }
  .stages-holder {
    border-top: 1px solid #069b9c;
    border-bottom: 1px solid #069b9c;
    margin-bottom: 20px;
  }
  .stages-holder > .octopus-content {
    width: 66.6%;
  }
  .stages-holder .stage-text {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
    max-width: 66%;
  }
  /*#endregion*/
  /*#region ========  Results ========= */
  .error-div-holder {
    margin-top: 40px;
  }
  .room-table-holder .lined-title {
    text-align: right;
  }
  .room-table-holder > .lined-title .comb-text {
    display: inline-block;
    width: 70%;
  }
  .room-table-holder > .lined-title span:first-child {
    vertical-align: top;
  }
  .room-table-holder .lined-title > div {
    border: none;
  }
  .results .rooms-select .room-table-header {
    height: 40px;
    color: #fff;
    font-size: 18px;
  }
  .results .room-table .room-name {
    padding: 0 15px;
  }
  .room-name .room-type-text {
    font-size: 17pt;
  }
  .results .room-table .room-name p {
    font-size: 14px;
  }
  .room-table .border-left {
    border-left: 1px solid;
  }
  .room-table .border-right {
    border-right: 1px solid;
  }
  .room-table-header > div {
    height: 40px;
    float: right;
  }
  .room-row .room-rates {
    width: 100%;
    float: right;
    padding: 0;
  }
  .room-rate-accordion {
    display: block;
  }
  .room-rate-accordion .accordion-inner {
    display: table;
    width: 100%;
    margin-top: 3px;
  }
  .price-plan-row {
    width: 100%;
  }
  .room-rates .price-plan-row {
    display: table-row;
    margin-top: 3px;
    float: right;
  }
  .room-row .room-rates .rate-plan {
    width: 300px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    background: #002e44;
  }
  .room-row .room-rates .meal-plans {
    display: table-cell;
    width: 66%;
    color: #ffffff;
    background: #002e44;
    margin-right: 3px;
    border-right: 3px solid #fff;
  }
  .room-rates .meal-plans .meal-plan .glyphicon,
  .price-plan-row .rate-plan .rate-plan-text .glyphicon {
    font-size: 14pt;
    top: 5px;
    color: #00a6a2;
    opacity: 0.6;
  }
  .room-row .room-rates .meal-plan-row {
    width: 100%;
    border-top: 3px solid #fff;
    display: table;
  }
  .room-row .room-rates .meal-plan-row:first-child {
    margin-top: 0;
    border-top: none;
  }
  .room-row .room-rates .rate-plan .deal-tag {
    background: url('../../images/siteicons/icons.png') no-repeat 6px -1158px;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 7px;
  }
  .room-row .room-rates .meal-plan-row > div {
    float: none;
    display: table-cell;
    padding: 0;
    width: 50%;
    font-size: 10pt;
    vertical-align: middle;
  }
  .room-row .room-rates .meal-plan-row > div.meal-plan {
    text-indent: 10px;
  }
  .room-row .room-rates .meal-plan-row .price {
    border-radius: 0;
    border-left: none;
    border-top: none;
    color: #000;
    text-align: center;
  }
  .room-row .room-rates .meal-plan-row .price-text {
    font-size: 17pt;
    color: #ffffff;
    font-weight: normal;
    line-height: 28pt;
  }
  .price-plan-row .rate-plan .rate-plan-text {
    font-family: inherit;
    font-size: 10pt;
  }
  .room-row .room-rates .meal-plan-row .book-button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-top: 2px;
    height: 40px;
    font-size: 14pt;
  }
  .room-rates .last-mp .price,
  .room-rates .last-mp .meal-plan {
    border-bottom: none;
  }
  .room-desc {
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: 2px;
    margin-left: 2px;
    width: auto;
  }
  .room-img-gallery {
    height: 120px;
    padding: 6px;
  }
  .room-img-gallery img {
    width: 100%;
  }
  /*#endregion*/
  /*#region ==================== Personal Details ==================*/
  .personal-details-holder .personal-details-form,
  .personal-details-holder .personal-details-form form {
    padding: 0;
  }
  .checkbox span {
    font-size: 16px;
  }
  .personal-details-holder .form-title {
    font-size: 30px;
  }
  #policy {
    text-decoration: underline;
  }
  .personal-details-holder .form-title > br {
    display: none;
  }
  .personal-details-holder .online-benefits {
    margin-top: 53px;
  }
  .personal-details-form .checkbox {
    margin-bottom: 20px;
  }
  .personal-details-holder .rooms-summary {
    margin-top: 0;
  }
  .personal-details-form .form-inline .control-label {
    font-size: 16px;
    float: right;
    display: inline-block;
    margin-top: 6px;
  }
  /*#endregion*/
  /*#region ================ Confirmation ================ */
  .confirmation .user-details h2 {
    margin: 0 0 20px 0;
    display: block;
  }
  .confirmation .rooms-summary {
    margin-top: 0;
  }
  .confirmation .results {
    min-height: 700px;
  }
  .user-thanks {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .confirmation-holder .confirmation .user-name-pass {
    padding-bottom: 20px;
  }
  .save-this span,
  .print-this span {
    width: 25px;
    height: 25px;
  }
  .save-this span {
    background-position: -44px -96px;
  }
  .print-this span {
    background-position: -73px -895px;
  }
  .addthisevent-drop {
    float: right;
    padding: 8px 12px 7px 43px !important;
  }
  .addthisevent-drop .addthisevent_icon {
    top: 5px !important;
  }
  .confirmation .user-details {
    padding: 0;
    margin-top: 0;
  }
  .confirmation .user-details .user-fields {
    padding: 0 15px 20px 15px;
  }
  .user-details .user-row {
    margin-bottom: 10px;
  }
  .user-details .user-row span:first-child {
    display: block;
    font-family: Arial;
    font-weight: bold;
  }
  /*#endregion*/
  /*#region =============== Payment ==============*/
  .payment .user-details,
  .payment .rooms-summary {
    margin-top: 10px;
  }
  .payment .lined-title .inner-line-solid {
    border: none;
    text-align: right;
  }
  .payment .lined-title .inner-line-solid .line-in-text {
    padding: 0;
  }
  .payment .form-holder {
    padding-left: 0;
  }
  .payment .form-holder .form-title {
    font-size: 30px;
    margin-top: 0;
  }
  .payment-holder .form-holder .lined-title,
  .payment-holder .form-holder .inner-line-solid {
    height: auto;
  }
  .payment-holder .form-holder .line-in-text {
    top: 0;
  }
  .payment-holder .form-holder .lined-title:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
  }
  /*#endregion*/
  /*#region ==================== My reservations =================*/
  #LoginButton {
    margin-top: -10px;
  }
  /*#endregion*/
}
/*#endregion*/
/*#region ==================== MOBILE =================*/
@media (max-width: 991px) {
  .results,
  .results-header {
    width: 100%;
  }
  .results-header {
    margin-top: 0;
  }
  .results {
    margin-top: 30px;
  }
  .results h1 {
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .roomlist .room-row {
    margin-bottom: 25px;
  }
  .room-name .room-type-text {
    font-size: 14pt;
  }
  .room-name-title {
    position: relative;
  }
  .room-name-title .room-best-rate span {
    font-size: 14pt;
  }
  .room-name-title .about-room {
    position: absolute;
    bottom: -40px;
    background: rgba(0, 0, 0, 0.5);
    right: 10px;
    z-index: 20;
    margin: 0;
    padding: 0 5px 5px 5px;
  }
  .see-more-rates-toggle {
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 0;
  }
  .navbar-header > .other-langs {
    position: absolute;
    bottom: 11px;
    right: 20px;
    font-size: 28px;
  }
  .personal-details-holder .room-prev-holder {
    width: inherit;
    border-bottom: 1px solid #002e44;
  }
  .personal-details-holder .rooms-summary .rooms-preview {
    margin-top: 0;
  }
  .personal-details-holder .currency-change .dropdown-toggle {
    border: 1px solid #5f5f5f;
  }
  .personal-details-holder .total-price-prev {
    line-height: 50px;
  }
  .stages-holder {
    margin-bottom: 35px;
  }
  .stages-holder .stage-text {
    width: 125px;
    float: left;
  }
  .stages-holder .stage {
    display: inline-block;
    line-height: 50px;
  }
  .content .active-stage-holder:after {
    bottom: -3px;
  }
  .content .stages-holder .active-stage:after {
    bottom: -2px;
  }
  .search-summary .dates .summary-text {
    width: 96.666%;
    border-radius: 9px;
    border: 2px solid #898989;
    padding: 20px 10px 10px 20px;
  }
  .currency-change .caret {
    display: block;
    margin-right: 2px;
    border-top: 10px dashed;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    float: left;
    top: 0;
    position: absolute;
    left: 10px;
    bottom: 0;
    margin: auto;
  }
  .currency-change .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    padding-right: 10px;
  }
  .currency-change .dropdown-menu {
    font-size: 28px;
  }
  .room-prev > div {
    display: inline-block;
  }
  .room-prev > div.sep:before {
    content: " - ";
  }
  .room-prev > div.sep.price-prev:before {
    color: #002e44;
  }
  .room-prev > .selecting {
    color: #002e44;
  }
  .room-prev .room-number .checked {
    display: none;
  }
  .currency-change .bootstrap-select.btn-group .btn .filter-option {
    color: #002e44;
    text-align: center;
  }
  .selecting.room-prev-holder:first-child .room-prev:before {
    top: 30px;
  }
  .selecting .room-prev:before {
    content: "\e128";
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
  }
  /*.selected .room-prev:before {
        content: "\e013";
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-@{alt-align}: 7px;
    }*/
  .room-table-holder .lined-title {
    height: 95px;
  }
  .room-type {
    font-size: 30px;
  }
  .rate-plan,
  .meal-plan-row {
    padding: 10px 0;
    /*border-bottom: 1px solid @dominant_color;*/
    line-height: 32px;
  }
  .meal-plan .price {
    float: left;
    padding-right: 20px;
    font-size: 22px;
  }
  .meal-plans .meal-plan-row:last-child {
    border-bottom: 1px solid #002e44;
    border-top: 1px solid #b4b9bb;
  }
  .show-price-code-details {
    margin: 5px 0;
    text-decoration: underline;
  }
  .rate-plan,
  .meal-plan-row .desc {
    line-height: normal;
  }
  .meal-plans .price .btn {
    float: left;
    border-radius: 0;
  }
  .price-plan-row {
    margin-bottom: 20px;
  }
  .price-plan-row.pacakge-row .rate-plan-text:after {
    content: "";
    background: url('../../images/siteicons/icons.png') no-repeat 0 -1159px;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 7px;
    display: inline-block;
    position: relative;
    top: 10px;
  }
  .pc-info {
    display: none;
  }
  .addthisevent-drop {
    float: right;
    font-family: 'Oswald-reg', Arial !important;
    font-size: 30px !important;
    color: #888888 !important;
    padding: 13px 12px 12px 13px !important;
  }
  .addthisevent-drop .addthisevent_icon {
    display: none;
  }
  .addthisevent_dropdown span {
    font-size: 18px !important;
    padding: 12px 10px 12px 15px !important;
  }
  .addthisevent_dropdown {
    width: 100% !important;
  }
  /*#region =========== Details ===============*/
  .personal-details-holder .selected .room-prev:before {
    top: 8px;
  }
  .personal-details-form form .bootstrap-select {
    width: 100% !important;
    margin-top: 20px;
  }
  /* FORM */
  .personal-details-form.form-container .form-inline .form-group {
    margin: 0 0 15px 0;
  }
  a#policy,
  a#policy:hover,
  a#policy:focus,
  a#policy:visited {
    color: #46abe5;
    text-decoration: underline;
  }
  .checkbox label.check-tick.check-err {
    border: 1px solid #a94442;
  }
  /*#endregion*/
  /*#region =================== Payment =================================*/
  #pci-iframe-holder iframe {
    width: 100%;
    height: 550px;
  }
  /*#endregion*/
  /*#region =========== Confirmation ===============*/
  .confirmation .reservation-info {
    float: right;
    width: 100%;
  }
  /*#endregion*/
}
/*#endregion */
/*#region ==================== EXTRA WIDE =================*/
@media (min-width: 1200px) {
  .results,
  .results-header {
    width: 74%;
  }
}
/*#endregion */
/*#region ==================== Print =================*/
@media print {
  body {
    font-size: 16px;
  }
  .confirmation h1 {
    margin-top: 0;
  }
  .line-in-text {
    font-size: 14px;
  }
  .inner-line-solid-turquise {
    border: none;
  }
  .font-large {
    font-size: 14px !important;
  }
  .search-summary h2 {
    display: none;
  }
  .search-summary .dates span,
  .search-summary .dates span.day {
    font-size: 14px;
    line-height: 1.4;
    float: none;
    padding: 0;
  }
  .search-summary .dates span {
    display: inline-block;
  }
  .summary-line.dates {
    width: 100% !important;
  }
  .confirmation .search-summary .dates .summary-text {
    width: auto;
    display: inline-block;
    padding: 0;
    font-weight: bold;
  }
  .confirmation .search-summary .dates .summary-text i {
    display: none;
  }
  .search-summary .dates .summary-text.departure {
    float: none;
  }
  .room-prev-holder {
    width: 80%;
  }
  .add-calendar {
    display: none;
  }
  .search-summary {
    padding-bottom: 30px;
  }
  .footer-container-holder {
    display: none;
  }
}
/*#endregion*/
/*#region ================ Tablets =================== */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .login-form .control-label {
    width: 120px;
  }
  .login-form .btn {
    float: left;
    margin-top: 0px !important;
    margin-left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .login-form .control-label {
    width: 120px;
  }
  .login-form .btn {
    float: left;
    margin-top: 0px !important;
    margin-left: 30px;
  }
}