﻿/*@import (inline) 'normalize.css';*/
.field {
  position: relative;
  margin-top: 20px;
}
.field .validator {
  margin-top: 2px;
  color: red;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  height: 47px;
  width: 300px;
  color: #000000;
  font-size: 14px;
  padding-left: 20px;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.field input.has-value + label,
.field input:focus + label,
.field input:autofill + label,
.field select.has-value + label,
.field select:focus + label,
.field select:autofill + label,
.field textarea.has-value + label,
.field textarea:focus + label,
.field textarea:autofill + label,
.field label.always-on-top {
  font-size: 14px;
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}
.field label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  padding: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}
.field textarea {
  height: 150px;
  padding-top: 10px;
}
.field select:focus,
.field textarea:focus,
.field input:focus {
  outline: none;
}
.field select:not(.has-value) + label {
  display: none;
}
.field select {
  color: #666666;
}
.field select.has-value {
  color: black;
}
.field.first {
  margin-top: 0;
}
.narrow .field input,
.narrow .field select,
.narrow .field textarea {
  height: 30px;
  font-weight: normal;
  font-size: 13px;
  padding-left: 14px;
  font-family: "Arial", "Verdana";
}
.narrow .field label {
  font-size: 12px;
  padding: 7px;
  font-family: "Arial", "Verdana";
}
.narrow .field input.has-value + label,
.narrow .field input:focus + label,
.narrow .field input:autofill + label,
.narrow .field select.has-value + label,
.narrow .field select:focus + label,
.narrow .field select:autofill + label,
.narrow .field textarea.has-value + label,
.narrow .field textarea:focus + label,
.narrow .field textarea:autofill + label,
.narrow .field label.always-on-top {
  font-size: 12px;
}
.narrow .field textarea {
  height: 80px;
}
.narrow .field label.always-on-top {
  top: -8px;
  padding: 0 5px 0 5px;
}
.narrow .field .validator {
  font-family: "Arial", "Verdana";
}
.narrow .button {
  margin-top: 15px;
}
.rb {
  display: inline-block;
}
.rb input[type="radio"] {
  display: none;
}
.rb input[type="radio"] ~ label {
  font-size: 13px;
  cursor: pointer;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #696969;
  position: relative;
}
.rb input[type="radio"] ~ label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  top: 4px;
  left: -5px;
  position: relative;
  border: 1px solid #aeaeae;
  border-radius: 50%;
}
.rb input[type="radio"]:checked ~ label::before {
  border-color: #997819;
}
.rb input[type="radio"]:checked ~ label::after {
  display: inline-block;
  width: 2px;
  height: 2px;
  content: "";
  top: 5px;
  left: 11px;
  position: absolute;
  border: 2px solid #997819;
  border-radius: 50%;
  background-color: #997819;
}
.cb input[type="checkbox"] {
  display: none;
}
.cb input[type="checkbox"] ~ label {
  vertical-align: top;
  font-size: 13px;
  cursor: pointer;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #696969;
}
.cb input[type="checkbox"] ~ label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  top: 4px;
  left: -10px;
  position: relative;
  border: 1px solid #aeaeae;
}
.cb input[type="checkbox"]:checked ~ label::before {
  background-image: url("../design/cb-tick.png");
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: 1px;
}
.narrow .cb input[type="checkbox"] ~ label,
.narrow .rb input[type="radio"] ~ label {
  font-family: "Arial", "Verdana";
}
.cb input[type="checkbox"] {
  display: none;
}
.cb input[type="checkbox"] ~ label {
  vertical-align: top;
  font-size: 13px;
  cursor: pointer;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #696969;
}
.cb input[type="checkbox"] ~ label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  top: 4px;
  left: -10px;
  position: relative;
  border: 1px solid #aeaeae;
}
.cb input[type="checkbox"]:checked ~ label::before {
  background-image: url("../design/cb-tick.png");
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: 1px;
}
.select {
  position: relative;
  display: inline-block;
  /* IE11 hide native button (thanks Matt!) */
}
.select select::-ms-expand {
  display: none;
}
.select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  /*Adjust for position however you want*/
  top: 12px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: none;
  padding-left: 15px;
}
.narrow .select:after {
  top: 4px;
  right: 6px;
}
.button {
  background-color: #000000;
  padding: 8px 27px;
  font-size: 17px;
  color: white;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  border-image: linear-gradient(to right, #d9ba55, #92711a) 1;
  border-width: 4px;
  border-style: solid;
}
.button:hover {
  /*background-color: #e5f1fb; border-color:#80671a;*/
}
a.button,
a.button:hover,
a.button:visited {
  color: white;
  text-decoration: none;
}
/* https://codepen.io/markcaron/pen/MvGRYV */
/*.tabset { border: 1px solid #c2c2c2; border-radius: 5px; background-color:#f7f7f7; }*/
.tabset .tab-head {
  background-color: #dbdbdb;
  border-radius: 5px 5px 0 0;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}
.tabset .tab-panel {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.tabset > .tab-head > label {
  float: left;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: normal;
  background-color: #dbdbdb;
  border: 1px solid transparent;
  border-bottom: none;
  color: #222222;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
  padding: 20px;
  color: #444444;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(2):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(4):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(6):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > input:first-child:checked ~ .tab-head label:first-child,
.tabset > input:nth-child(2):checked ~ .tab-head label:nth-child(2),
.tabset > input:nth-child(3):checked ~ .tab-head label:nth-child(3),
.tabset > input:nth-child(4):checked ~ .tab-head label:nth-child(4),
.tabset > input:nth-child(5):checked ~ .tab-head label:nth-child(5),
.tabset > input:nth-child(6):checked ~ .tab-head label:nth-child(6) {
  background-color: #f7f7f7;
  border-color: #cbcbcb;
  border-radius: 4px 4px 0px 0px;
  font-weight: bolder;
}
/*.tabset > label::after { content: "";  position: absolute; left: 15px; bottom: 10px; width: 22px; height: 4px; background: #8d8d8d; }*/
.tabset input:focus-visible + label {
  outline: 2px solid #0066cc;
  border-radius: 3px;
}
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}
/*.tab-panel {  padding: 30px 0;  border-top: 1px solid #ccc; }*/
/* end tabset */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
body {
  font: 13px "Arial", "Verdana", "Helvetica", "FreeSans", sans-serif;
  background-color: black;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container_10 {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}
a {
  text-decoration: none;
  color: #80671A;
}
a:focus {
  color: #959595;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
h1 {
  font-size: 25px;
  font-weight: 300;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
}
h6 {
  font-size: 15px;
  font-weight: 300;
  color: #afafaf;
  text-transform: uppercase;
}
table {
  border-collapse: collapse;
}
input,
select,
option {
  color: #666666;
}
.text-center {
  text-align: center;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
.ct-button {
  background-color: #E4E4E4;
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 11px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
  color: #686b68;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0px rgba(124, 124, 124, 0.75);
  position: relative;
  border: 0px solid transparent;
  cursor: pointer;
}
.ct-button:hover {
  /*background-color: #e5f1fb; border-color:#80671a;*/
  text-decoration: none;
}
.ct-button:after {
  position: absolute;
  top: 9px;
  right: 7px;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.menu-wrap .container_10 {
  position: relative;
  background: radial-gradient(ellipse at center, #424242, #010101 80%);
  padding-top: 30px;
}
.menu-wrap .topnav {
  list-style: none;
  margin-left: 290px;
  font-size: 13px;
  text-transform: uppercase;
}
.menu-wrap .topnav > li {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
}
.menu-wrap .topnav > li a {
  padding: 10px 5px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu-wrap .topnav > li a:hover {
  color: #ffae00;
}
.menu-wrap .topnav > li span {
  width: 9px;
  height: 35px;
  float: left;
  background: url(../images/subnav_btn.gif) no-repeat center center;
  /*--Drop down trigger styles--*/
  /*--Hover effect for trigger--*/
}
.menu-wrap .topnav > li span.subhover {
  background-position: center center;
  cursor: pointer;
}
.menu-wrap .topnav > li .subnav {
  list-style: none;
  position: absolute;
  left: 0;
  top: 30px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
  min-width: 219px;
  z-index: 120;
  background: black;
  border-radius: 0px 6px 6px 6px;
}
.menu-wrap .topnav > li .subnav li {
  margin: 0;
  border-bottom: 1px solid #444;
  min-width: 190px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-wrap .topnav > li .subnav li a {
  min-width: 200px;
  padding-left: 0px;
  padding-top: 6px;
  display: block;
  white-space: nowrap;
}
.menu-wrap .topnav > li.topnav-selected {
  background: black;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.menu-wrap .topnav .first-item {
  padding: 0px 5px;
  color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  float: left;
}
.menu-wrap .topnav .first-item:hover {
  color: #ffae00;
}
.menu-wrap .logo {
  height: 51px;
  width: 261px;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 2;
}
.menu-wrap .logo a {
  display: block;
  background: url('../images/ClassicLogoWithBlack2.png') no-repeat;
  height: 100%;
}
.menu-wrap.home .container_10 {
  padding-bottom: 30px;
}
.menu-wrap.home .logo {
  top: 23px;
}
.menu-wrap.home .logo a {
  background-image: url('../images/logo2.png');
}
.menu-wrap .top-hamburger {
  display: none;
  position: relative;
  float: right;
  margin-top: 9px;
  z-index: 10;
}
.menu-wrap .top-hamburger #menu__toggle {
  opacity: 0;
}
.menu-wrap .top-hamburger #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.menu-wrap .top-hamburger #menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
.menu-wrap .top-hamburger #menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
.menu-wrap .top-hamburger #menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu-wrap .top-hamburger .menu__btn {
  position: absolute;
  right: 10px;
  top: -5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu-wrap .top-hamburger .menu__btn > span {
  top: 11px;
}
.menu-wrap .top-hamburger .menu__btn > span,
.menu-wrap .top-hamburger .menu__btn > span::before,
.menu-wrap .top-hamburger .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transition-duration: 0.25s;
}
.menu-wrap .top-hamburger .menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu-wrap .top-hamburger .menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu-wrap .top-hamburger .menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 260px;
  margin: 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition-duration: 0.25s;
  padding-top: 16px;
  padding-bottom: 37px;
  background: linear-gradient(340deg, #5B5B5B 0%, #000 16%, #3A3A3A 58%, #585858 100%);
  border: 1px solid #565656;
  border-top-right-radius: 3px;
  box-shadow: inset -3px -3px 35px 6px rgba(0, 0, 0, 0.75);
}
.menu-wrap .top-hamburger .menu__item {
  display: block;
  padding: 12px 24px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.menu-wrap .top-hamburger .menu__item .login-name {
  font-size: 14px;
  font-weight: 300;
}
.menu-wrap .top-hamburger .menu__item:hover {
  color: #c88830;
}
.menu-wrap .ooo {
  display: none;
}
#super-nav {
  background-color: #2c2c2c;
  box-sizing: border-box;
}
#super-nav .container_10 {
  position: relative;
}
#super-nav .agent {
  position: relative;
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  color: #b8b7b7;
  height: 24px;
  width: 350px;
  background-color: #464646;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #6a6a6a 0%, #424242 100%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#super-nav .agent table {
  width: 285px;
  float: left;
}
#super-nav .agent table td {
  text-align: center;
  position: relative;
}
#super-nav .agent table td:after {
  content: no-close-quote;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
  background-color: #484848;
}
#super-nav .agent .name,
#super-nav .agent .phone,
#super-nav .agent .more {
  line-height: 23px;
  position: relative;
}
#super-nav .agent .phone {
  color: inherit;
  padding: 0 10px;
}
#super-nav .agent .phone:hover {
  text-decoration: none;
}
#super-nav .agent .phone:before {
  content: no-close-quote;
  background: url("../images/phone.gif") no-repeat center right;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top: 2px;
}
#super-nav .agent .more {
  display: block;
  text-decoration: none;
  color: #b8b7b7;
  float: right;
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
#super-nav .agent .more:after {
  content: no-close-quote;
  background: url("../images/arrow-down.gif") no-repeat center right;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 7px;
}
#super-nav .agent .more:hover {
  color: #cf8622;
}
#super-nav .agent .details {
  display: none;
  position: absolute;
  background-color: white;
  color: #959595;
  font-size: 11px;
  border: 1px solid #d8d8d8;
  z-index: 100;
  top: 24px;
}
#super-nav .agent .details .img {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px;
}
#super-nav .agent .details .msg {
  padding: 20px;
  font-size: 13px;
  line-height: 130%;
}
#super-nav .empty-agent {
  height: 24px;
}
#super-nav .top-register {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 0px;
  line-height: 25px;
  text-align: center;
  height: 26px;
  width: 140px;
  background-color: #9d5c0c;
  border-top: 1px solid grey;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
#super-nav .top-register a {
  font-size: 14px;
  color: #f5f2ee;
}
#super-nav .top-register a:hover {
  text-decoration: none;
}
#super-nav .top-register:hover {
  background-color: #bb791b;
}
#super-nav .top-logout {
  position: absolute;
  top: 0;
  right: 12px;
  color: #b8b7b7;
  line-height: 22px;
}
#super-nav .top-logout a {
  color: #b8b7b7;
}
#super-nav .top-logout a:hover {
  color: #cf8622;
  text-decoration: none;
}
.footer {
  margin: 0 auto 0 auto;
  height: 150px;
  display: block;
  width: 990px;
}
.footer .container_10 {
  background: radial-gradient(ellipse at 50% 20%, #424242, #010101 80%);
  width: 100%;
}
.footer p {
  color: #575555;
  font-size: 12px;
  line-height: 17px;
}
.footer a {
  color: #796761;
  text-decoration: none;
}
.footer a:hover {
  color: #cf8622;
}
.footer strong {
  font-weight: 700;
}
.footer .footer-line {
  position: relative;
  padding-bottom: 15px;
}
.footer .footer-line .footer-nav {
  display: block;
  font: 14px Arial, Verdana, Helvetica, sans-serif;
  padding-top: 25px;
  /*max-width: 840px;*/
  /*float: left; */
  /*margin-left:-10px;*/
  color: #6e6e6e;
  overflow: hidden;
  text-align: center;
}
.footer .footer-line .footer-nav li {
  display: inline-block;
  /*float: left;*/
  border-left: solid 1px #6e6e6e;
  padding-right: 16px;
  padding-left: 16px;
  /*padding-top:25px; */
  /*height: 14px;*/
}
.footer .footer-line .footer-nav li:first-child {
  border-left: none;
}
.footer .footer-line .footer-nav li .footer-nav-first {
  margin-left: -10px;
}
.footer .footer-line:after {
  content: no-close-quote;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  background: radial-gradient(circle farthest-corner at center center, #5A5A5A 0%, #000000 100%);
  display: block;
}
.footer .logos {
  display: flex;
  justify-content: space-between;
}
.footer .logos .social {
  color: gray;
  display: block;
  padding-top: 20px;
  padding-left: 0px;
}
.footer .logos .social p {
  color: #afafaf;
  display: block;
  float: left;
  padding-top: 3px;
  font: 14px Arial, Verdana, Helvetica, sans-serif;
}
.footer .logos .social a {
  display: block;
  float: left;
  padding-left: 4px;
}
.footer .logos .logo-virtuoso a {
  height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 150px;
  margin-left: 10px;
  display: block;
  background: url('../images/logo-virtuoso2.png') no-repeat;
  float: left;
}
.footer .logos .logo-footer {
  margin-top: 10px;
  width: 290px;
  color: #545454;
  /*margin-left:40px;*/
  margin-right: 0px;
  background: url('../images/logo-footer2.png') no-repeat;
}
.footer .logos .logo-footer a {
  height: 80px;
  width: 187px;
  color: #545454;
}
.footer .logos .logo-footer p {
  padding-top: 25px;
  padding-left: 40px;
}
.footer .logos .clear.xs {
  display: none;
}
/*https://www.cssportal.com/css-gradient-generator/#google_vignette - not the best one
    .footer-nav { display: block; font: 14px Arial, Verdana, Helvetica, sans-serif; height: 50px;
	    width: 840px; float: left; margin-left:-10px; color: #6e6e6e; overflow: hidden; 
      li { display: block; float: left; border-left: solid 1px #6e6e6e;	 margin-left: -1px; padding-right: 10px; padding-left: 10px; margin-top: 25px;
  https://www.cssportal.com/css-triangle-generator/#google_vignette

  gimp: 
for gif - add alpha channel 
selection - by color select
eraser tool

for gif - select all with rectange tool
Create -> new from clipboard

*/
.fixed-page {
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: White;
  width: 990px;
}
.fixed-page * {
  box-sizing: border-box;
}
.page {
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: White;
  width: 990px;
}
.page * {
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .page {
    width: auto;
    padding: 30px 10px 30px 10px;
  }
}
.p-specialty-travel {
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: White;
  width: 990px;
}
.p-specialty-travel * {
  box-sizing: border-box;
}
.p-specialty-travel table {
  width: 770px;
  border: none;
  margin-left: 100px;
}
.p-specialty-travel .bkg {
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
.p-specialty-travel .bkg.charter {
  background-image: url(../design/interface/specialtravel/stampCharterJet.gif);
}
.p-specialty-travel .bkg.safari {
  background-image: url(../design/interface/specialtravel/stampSafari.gif);
}
.p-specialty-travel .bkg.eco {
  background-image: url(../design/interface/specialtravel/stampEcoTravel.gif);
}
.p-specialty-travel .bkg.athletic {
  background-image: url(../design/interface/specialtravel/stampAthletic.gif);
}
.p-specialty-travel .bkg.ancient {
  background-image: url(../design/interface/specialtravel/stampAncient.gif);
}
.p-specialty-travel .bkg.charter {
  background-image: url(../design/interface/specialtravel/stampCharterJet.gif);
}
.p-specialty-travel h3 {
  font-size: 16px;
  font-family: arial;
  color: #505050;
  font-weight: 600;
}
.p-specialty-travel ul {
  list-style-type: none;
}
.p-specialty-travel ul li {
  position: relative;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-specialty-travel ul li:before {
  position: absolute;
  display: block;
  width: 4px;
  height: 7px;
  top: 6px;
  left: 0;
  background-image: url(../design/interface/icons/arrowGold.gif);
  content: no-open-quote;
}
.p-specialty-travel ul li a {
  color: #80671A;
  text-decoration: none;
  font-weight: bold;
}
.p-specialty-travel ul li:hover:before {
  background-image: url(../design/interface/icons/arrowBlack.gif);
}
.p-specialty-travel .bkgSafariText {
  background-image: url(../interface/specialtravel/stampRight.gif);
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
.p-error .error-wrap {
  margin: 0 auto;
}
.p-error .error-wrap .excl {
  float: left;
}
.p-error .error-wrap .msg {
  color: #E03116;
}
.p-error .error-wrap .hr {
  border-bottom: 1px solid #B3B5B4;
  margin: 20px 0;
}
.p-error .error-wrap .details {
  color: #444444;
  margin-left: 31px;
}
.p-hotel-map,
.p-city-map {
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: White;
  width: 990px;
}
.p-hotel-map *,
.p-city-map * {
  box-sizing: border-box;
}
.p-hotel-map h2,
.p-city-map h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-hotel-map iframe,
.p-city-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.p-contact h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-contact h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-contact h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-contact .contacts {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 70px;
  padding-top: 10px;
  float: left;
  width: 50%;
  color: #2b2b2b;
}
.p-contact .contacts p {
  padding: 10px 0;
}
.p-contact .form {
  float: right;
  width: 50%;
  padding-left: 70px;
}
.p-contact .form .rb-list {
  padding-top: 10px;
}
.p-contact .form .lbl {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #696969;
}
.p-contact .thank-you {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  color: green;
}
.p-contact .thank-you a {
  line-height: 30px;
}
@media (max-width: 767px) {
  .p-contact .contacts {
    width: 100%;
    float: none;
    width: 300px;
    padding-left: 0;
    margin: 0 auto;
  }
  .p-contact .form {
    width: 300px;
    padding-left: 0;
    margin: 0 auto;
    float: none;
  }
}
.p-preferred-partners {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-preferred-partners h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-preferred-partners h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-preferred-partners h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-preferred-partners p {
  padding: 20px 0 10px 0;
  line-height: 150%;
}
.p-preferred-partners ul {
  list-style-type: none;
}
.p-preferred-partners ul li {
  box-shadow: 0px 8px 14px 7px rgba(34, 60, 80, 0.12);
  margin-top: 40px;
}
.p-preferred-partners ul li .logo {
  float: left;
  width: 60%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.p-preferred-partners ul li .logo a {
  display: block;
  height: 100%;
}
.p-preferred-partners ul li .logo.couture {
  background-position-y: -99px;
}
.p-preferred-partners ul li .desc {
  float: left;
  width: 40%;
  padding: 20px 20px 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-preferred-partners ul li .desc h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.p-preferred-partners ul li .desc h3 a:link,
.p-preferred-partners ul li .desc h3 a:visited {
  color: #a06d26;
}
.p-preferred-partners ul li .desc h3 a:hover {
  text-decoration: none;
  color: #2b2b2b;
}
@media (min-width: 768px) and (max-width:991px) {
  .p-preferred-partners ul li .logo {
    width: 50%;
  }
  .p-preferred-partners ul li .desc {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-preferred-partners ul li .logo {
    width: 50%;
  }
  .p-preferred-partners ul li .desc {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .p-preferred-partners ul li .logo {
    width: 100%;
    height: 180px;
  }
  .p-preferred-partners ul li .logo.couture {
    background-position-y: -25px;
  }
  .p-preferred-partners ul li .desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-preferred-partners h1 {
    font-size: 32px;
  }
  .p-preferred-partners p.text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-partner h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #a06d26;
}
.p-partner .content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 150%;
}
.p-partner .content p {
  padding-bottom: 20px;
}
.p-partner .content .semiheader {
  font-weight: 500;
}
.p-partner ul.list {
  list-style-type: disc;
  margin-left: 20px;
}
.p-partner ul.inner-list {
  list-style-type: circle;
  margin-left: 30px;
}
.p-partner h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
.p-partner .cities {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  column-count: 3;
  column-gap: 20px;
}
.p-partner .cities .continent {
  font-weight: 500;
  display: block;
}
.p-partner .cities li {
  white-space: nowrap;
}
.p-partner .cities li .keeptogether {
  display: inline-block;
  width: 100%;
}
.p-partner .cities li a {
  text-transform: capitalize;
}
.p-partner .cities li a.last {
  display: inline-block;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .p-partner {
    padding: 10px 10px;
  }
  .p-partner .cities {
    column-count: 2;
    column-gap: 15px;
  }
}
@media (max-width: 450px) {
  .p-partner .cities {
    column-count: 1;
  }
}
/*todo check hotel contacts - main.css*/
.p-hotel {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.p-hotel .name {
  float: left;
  padding-left: 20px;
}
.p-hotel .name h1 {
  font-family: Verdana;
  font-size: 24px;
}
.p-hotel .name h2 {
  font-size: 13px;
  font-family: Arial, Verdana, Helvetica, FreeSans, sans-serif;
  font-weight: normal;
  color: #666666;
}
.p-hotel .tab-panel span[style*="font-size: large"] {
  font-size: revert!important;
}
.p-hotel .other-links {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}
.p-hotel .other-links a {
  position: relative;
  display: block;
  padding-left: 10px;
  text-decoration: underline;
  line-height: 150%;
}
.p-hotel .other-links a:before {
  position: absolute;
  top: 6px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.p-hotel .slider {
  margin-top: 20px;
}
.p-hotel .slide-prev,
.p-hotel .slide-next {
  position: absolute;
  z-index: 1;
  top: 0px;
  background-color: transparent;
  height: 300px;
  width: 50px;
  cursor: pointer;
  transition: background-color 0.5s, opacity 0.5s;
}
.p-hotel .slide-prev {
  left: 0;
}
.p-hotel .slide-next {
  right: 0;
}
.p-hotel .slide-prev:after,
.p-hotel .slide-next:after {
  top: 133px;
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.p-hotel .slide-prev:after {
  transform: rotate(-45deg);
  left: 17px;
}
.p-hotel .slide-next:after {
  transform: rotate(135deg);
  left: 6px;
}
.p-hotel .slider:hover .slide-prev,
.p-hotel .slider:hover .slide-next {
  background-color: white;
  opacity: 0.5;
}
.p-hotel .row1,
.p-hotel .row2 {
  display: flex;
}
.p-hotel .row1 {
  margin-top: 20px;
}
.p-hotel .row2 {
  padding-right: 20px;
}
.p-hotel .aside-top {
  padding: 0 20px;
  flex-basis: 220px;
}
.p-hotel .selected-dates {
  float: left;
  margin-right: 30px;
}
.p-hotel .calendar-wrap {
  float: left;
}
.p-hotel .aside-bottom {
  padding: 0 20px;
  flex-basis: 220px;
  flex-shrink: 0;
}
.p-hotel .name2 {
  color: #606060;
  font-weight: bolder;
  display: block;
}
.p-hotel .long-location {
  color: #666666;
  display: block;
}
.p-hotel .map-link {
  margin-top: 20px;
  display: block;
  padding-left: 10px;
  text-decoration: underline;
  position: relative;
  padding-bottom: 5px;
}
.p-hotel .map-link:before {
  position: absolute;
  top: 3px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.p-hotel .tabset {
  width: 100%;
  margin-top: 15px;
}
.p-hotel .amenities {
  list-style-type: none;
}
.p-hotel .amenities li {
  display: inline;
  float: left;
  width: 50%;
  line-height: 150%;
}
.p-hotel .amenities:after {
  display: block;
  clear: both;
  content: '';
}
.p-hotel .style {
  color: #666666;
  padding: 5px 0;
}
.p-hotel .style label {
  font-weight: bold;
}
.p-hotel .favs-link {
  display: block;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  text-decoration: underline;
  position: relative;
}
.p-hotel .favs-link:before {
  position: absolute;
  top: 11px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.p-hotel .city-guide {
  line-height: 150%;
  margin-bottom: 15px;
}
.p-hotel .pc {
  padding: 30px 0;
}
.p-hotel .pc .row:after {
  display: block;
}
.p-hotel .pc .row:after:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.p-hotel .pc .row .field {
  float: left;
}
.p-hotel .pc .row .field:nth-child(2) {
  margin-left: 30px;
}
.p-hotel .pc .row .field textarea {
  width: 300px;
}
.p-hotel .pc .ui-datepicker-trigger {
  padding-right: 0px;
  padding-top: 12px;
  margin-left: 5px;
}
.p-hotel .pc .date {
  width: 275px;
}
.p-hotel .aaa {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 855px) {
  .p-hotel .pc .row .field {
    width: 300px;
    float: none;
  }
  .p-hotel .pc .row .field:nth-child(2) {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .p-hotel .map-icon {
    display: none;
  }
  .p-hotel .row2 {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-hotel .aside-bottom {
    flex-basis: 100%;
    order: 2;
    padding-left: 0;
  }
  .p-hotel .aside-top {
    flex-basis: 100%;
    order: 1;
  }
  .p-hotel .content-top {
    flex-basis: 100%;
  }
  .p-hotel .tabset {
    flex-basis: 100%;
    order: 1;
  }
  .p-hotel .amenities li {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .p-hotel .map-icon {
    display: none;
  }
  .p-hotel .row1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-hotel .row2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-hotel .aside-top {
    flex-basis: 100%;
    order: 1;
  }
  .p-hotel .content-top {
    order: 2;
    padding-top: 15px;
  }
  .p-hotel .map-link {
    margin-top: auto;
  }
}
.p-find {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.p-find h3 {
  text-transform: uppercase;
  font: 17px Arial, Helvetica, Verdana, sans-serif;
  text-decoration: none;
  color: #a06d26;
  padding: 5px 0;
}
.p-find .featured-wrap .looking {
  float: left;
  width: 250px;
  padding-right: 20px;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-find .featured-wrap .looking p {
  padding: 10px 0;
}
.p-find .featured-wrap .featured-properties {
  margin-left: 250px;
  /*found-properties*/
}
.p-find .featured-wrap .featured-properties .title {
  background-color: #a8b5b9;
  color: white;
  font-weight: bolder;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.p-find .featured-wrap .featured-properties .cards-wrap {
  margin-top: 10px;
}
.p-find .columns-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.p-find .columns-wrap .columns {
  flex-grow: 1;
}
.p-find .columns-wrap .columns ul {
  display: block;
  list-style: none;
  columns: 3;
  margin-bottom: 20px;
}
.p-find .columns-wrap .columns ul li {
  line-height: 150%;
}
.p-find .columns-wrap .columns a {
  text-decoration: underline;
  color: #666666;
  line-height: 23px;
}
.p-find .columns-wrap .columns a:hover {
  color: #80671A;
}
.p-find .columns-wrap .search-box {
  flex-basis: 311px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 20px;
}
.p-find .columns-wrap .search-box .name {
  width: 100%;
  font-size: 12px;
  padding: 3px;
}
.p-find .columns-wrap .search-box .combos select {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #666666;
  font-size: 12px;
  padding: 3px;
}
.p-find .columns-wrap .search-box .title {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
.p-find .how-select {
  margin-top: 30px;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-find .how-select p {
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width:991px) {
  .p-find {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .p-find {
    padding: 30px 20px 20px 20px;
  }
  .p-find .featured-wrap .looking {
    float: none;
    width: auto;
  }
  .p-find .featured-wrap .featured-properties {
    margin-left: 0;
  }
  .p-find .columns-wrap {
    flex-flow: wrap;
  }
  .p-find .columns-wrap .columns {
    order: 2;
    margin-top: 20px;
  }
  .p-find .columns-wrap .search-box {
    order: 1;
    flex-basis: 100%;
  }
}
@media (max-width: 550px) {
  .p-find .columns-wrap .columns ul {
    columns: 2;
  }
}
@media (max-width: 400px) {
  .p-find {
    padding: 20px 5px 20px 5px;
  }
  .p-find .columns-wrap .columns ul {
    columns: 1;
  }
}
.p-terms {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-terms h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-terms h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-terms h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-terms p {
  line-height: 150%;
  padding: 5px 0;
}
.check-in-out-control {
  font-family: Arial, Helvetica, sans-serif;
  width: 193px;
}
.check-in-out-control * {
  box-sizing: border-box;
}
.check-in-out-control div {
  margin-bottom: 5px;
}
.check-in-out-control label {
  display: inline-block;
  font-size: 10px;
  width: 50px;
}
.check-in-out-control .date {
  padding: 4px;
  border: 1px solid #b5b5b5;
  display: inline-block;
  font-size: 13px;
  width: 100px;
  color: #666666;
}
.check-in-out-control .rooms,
.check-in-out-control .guests {
  border: 1px solid #9c9c9c;
  font-size: 13px;
  color: #666666;
  padding: 3px;
  width: 50px;
}
.check-in-out-control .check-avail-btn {
  margin-left: 55px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.check-in-out-control .children-wrap {
  margin-top: 5px;
}
.check-in-out-control .children-wrap a.children {
  padding-left: 0px;
  font: 11px Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  color: #666666;
  position: relative;
}
.check-in-out-control .children-wrap .children-tip {
  position: absolute;
  top: 25px;
  width: 275px;
  display: none;
  left: 0;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
  color: black;
  font-size: 13px;
  line-height: 150%;
  font-weight: normal;
}
.check-in-out-control .children-wrap .children-tip:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  top: -10px;
  left: 150px;
  position: absolute;
}
.p-marketing {
  /*copy from p-contact*/
}
.p-marketing h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-marketing h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
}
.p-marketing h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-marketing h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-marketing .hotel {
  /*    .type { line-height:30px; font-family: "Lato", sans-serif; font-weight: 300; font-style: normal; font-size:18px; }
*/
}
.p-marketing .hotel .photo {
  float: left;
  width: 25%;
  text-align: center;
}
.p-marketing .hotel .desc {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.p-marketing .hotel .addons {
  float: left;
  width: 25%;
  padding-left: 20px;
}
.p-marketing .hotel .plan {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #99761a;
  line-height: 40px;
}
.p-marketing .hotel .id {
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
.p-marketing .hotel .upgrade {
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #99761a;
}
.p-marketing .hotel .upgrade a {
  text-decoration: underline;
}
.p-marketing .hotel .addons h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.p-marketing .hotel .no-addons {
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
.p-marketing .hotel .in-front {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.p-membership {
  /*copy from p-contact*/
}
.p-membership h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-membership h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-membership h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-membership .pricing .plan {
  box-shadow: 0px 8px 14px 7px rgba(34, 60, 80, 0.12);
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  float: left;
  width: 275px;
  padding: 15px 15px 25px 15px;
}
.p-membership .pricing .plan._2,
.p-membership .pricing .plan._3 {
  margin-left: 31px;
}
.p-membership .pricing .plan h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #99761a;
  line-height: 50px;
  text-transform: uppercase;
}
.p-membership .pricing .plan .price {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.p-membership .pricing .plan .listing {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}
.p-membership .pricing .plan ul.features {
  /*text-align: left; */
  list-style-type: disc;
  height: 130px;
  margin-left: 20px;
}
.p-membership .pricing .plan ul.features li {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline flow-root list-item;
}
.p-membership .pricing .plan ul.features li .fas {
  margin-right: 4px;
}
.p-membership .pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}
.p-membership .pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.p-membership .pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.p-membership .desc {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.p-membership .desc p {
  padding: 10px 0;
}
.p-membership .welcome {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.p-membership .msg {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: green;
}
.progress {
  margin-left: 75px;
  margin-bottom: 25px;
}
.progress .circle {
  --n: 10;
  /* control the number of dashes */
  --d: 14deg;
  /* control the distance between dashes */
  --t: 1px;
  /* control the thickness of border*/
  --c: #989898;
  /* control the coloration (can be a gradient) */
  width: 32px;
  aspect-ratio: 1;
  position: relative;
  float: left;
}
.progress .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: var(--t);
  background: var(--c);
  mask: linear-gradient(#0000 0 0) content-box, repeating-conic-gradient(from calc(var(--d)/2), #000 0 calc(360deg/var(--n) - var(--d)), #0000 0 calc(360deg/var(--n)));
  mask-composite: intersect;
}
.progress .circle.done {
  --d: 0deg;
}
.progress .circle.done::after {
  background: #99761a;
}
.progress .circle.current::after {
  background: #99761a;
}
.progress .dot {
  height: 6px;
  width: 6px;
  border: 1px solid #989898;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 13px;
}
.progress .dot.done {
  background-color: #99761a;
  border-color: #99761a;
}
.progress .dot.current {
  border-color: #99761a;
}
.progress .text {
  float: left;
  line-height: 30px;
  color: #989898;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}
.progress .text.current,
.progress .text.done {
  color: #99761a;
}
.progress .next {
  float: left;
  width: 100px;
  border: none;
  border-top: 1px dashed #989898;
  height: 1px;
  margin-top: 16px;
  margin-left: 10px;
}
.p-addons {
  /*copy from p-contact*/
}
.p-addons h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-addons h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-addons h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-addons ul {
  list-style-type: none;
}
.p-addons ul li {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.p-addons .desc {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.p-addons .desc p {
  padding: 10px 0;
}
.p-addons a.details {
  font-size: 14px;
}
.p-checkout {
  /*copy from p-contact*/
}
.p-checkout h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-checkout h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-checkout h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-checkout .head {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.p-checkout .head td:nth-child(1) {
  width: 300px;
}
.p-checkout .head td:nth-child(2) {
  width: 100px;
  text-align: right;
}
.p-checkout .item {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.p-checkout .item td:nth-child(1) {
  width: 300px;
}
.p-checkout .item td:nth-child(2) {
  width: 100px;
  text-align: right;
}
.p-checkout .total {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #997619;
  border-top: 1px solid #6A6A6A;
}
.p-checkout .total td:nth-child(1) {
  width: 300px;
}
.p-checkout .total td:nth-child(2) {
  width: 100px;
  text-align: right;
}
.p-checkout .desc {
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.p-checkout .desc p {
  padding: 10px 0;
}
.p-noavail {
  color: #666666;
}
.p-noavail .sorry {
  color: #cc3300;
  line-height: 150%;
}
.p-noavail .next-avail p {
  padding-bottom: 6px;
}
.p-noavail .new-dates {
  float: left;
  width: 27%;
  margin-right: 5px;
}
.p-noavail .next-dates {
  float: left;
  width: 37%;
  margin-right: 5px;
}
.p-noavail .contact {
  float: left;
  width: 32%;
}
.p-noavail .found-dates {
  float: left;
  width: 32%;
}
.p-noavail .found-dates ul {
  list-style: none;
}
.p-noavail .found-dates ul a {
  color: #80671A;
  position: relative;
  padding-left: 10px;
  line-height: 140%;
}
.p-noavail .found-dates ul a:before {
  position: absolute;
  top: 3px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.p-noavail .option-title {
  color: #80671A;
  font-weight: bolder;
  font-size: 15px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .p-noavail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 840px) {
  .p-noavail .new-dates {
    float: left;
    width: 40%;
  }
  .p-noavail .next-dates {
    float: left;
    width: 50%;
  }
  .p-noavail .contact {
    float: left;
    width: 32%;
  }
}
@media (max-width: 480px) {
  .p-noavail .new-dates {
    float: left;
    width: 90%;
  }
  .p-noavail .next-dates {
    float: left;
    width: 90%;
  }
  .p-noavail .contact {
    float: left;
    width: 90%;
  }
}
.p-login {
  font-size: 14px;
  color: #8b8b8b;
  /*copy from p-contact*/
}
.p-login h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-login h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-login h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-login .forgot {
  padding: 16px 0;
}
.p-login .register {
  padding: 16px 0;
}
.p-login .error {
  color: red;
}
.p-register {
  font-size: 14px;
  color: #8b8b8b;
  /*copy from p-contact*/
}
.p-register h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-register h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-register h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-register .login {
  padding: 16px 0;
}
.p-register .error {
  color: red;
  padding: 10px 0;
}
.p-forgot {
  font-size: 14px;
  color: #8b8b8b;
  /*copy from p-contact*/
}
.p-forgot h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-forgot h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-forgot h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-forgot .login {
  padding: 16px 0;
}
.p-forgot .success {
  color: #2b2b2b;
  padding: 10px 0;
}
.p-forgot .error {
  color: red;
  padding: 10px 0;
}
.checkout-steps {
  display: flex;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}
.checkout-steps .step {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100px;
}
.checkout-steps .step .num {
  height: 30px;
  width: 30px;
  background-color: #80671A;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  color: white;
  font-size: 20px;
}
.checkout-steps .step .text {
  color: #80671A;
}
.checkout-steps .step.complete .num {
  background-color: #ccc;
}
.checkout-steps .step.complete .text {
  color: #aaa;
}
.checkout-steps.small {
  display: none;
}
@media (max-width: 767px) {
  .checkout-steps {
    display: none;
  }
  .checkout-steps.small {
    display: block;
  }
  .checkout-steps .text {
    color: #80671A;
    font-size: 14px;
  }
}
.gap20 {
  height: 20px;
}
.gap10 {
  height: 10px;
}
.gap15 {
  height: 15px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}
.blue-link {
  color: #1a0dab;
}
.res-details {
  background: #fff;
  margin: 0px 0px 20px 0px;
  border: 1px solid #e2dfdd;
  border-radius: 12px;
  color: #666;
  box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.16);
  border-collapse: separate;
  padding: 0px 15px 10px 10px;
  color: #666666;
  font-size: 10px;
}
.res-details h4 {
  font-size: 14px;
  margin: 0;
  color: #666;
  padding-bottom: 10px;
  padding-top: 10px;
}
.res-details .modify-link {
  color: #CC0000;
  font-size: 8px;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.res-details .line {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  border-top: none;
  /*against .line in main.css */
}
.res-details .hotel h4 {
  color: #80671A;
}
.res-details .room .modify-link {
  margin-top: 13px;
}
.res-details .modify-link.h4 {
  margin-top: 13px;
}
/* 4 pages */
.p-reservation .line {
  border-bottom: 1px solid #b5b6b5;
  margin-top: 5px;
}
.p-reservation .title {
  font-size: 20px;
  color: #444444;
  margin-top: 15px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.p-reservation .msg-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.p-reservation .col-1,
.p-reservation .col-2,
.p-reservation .col-3 {
  float: left;
  width: 33%;
  padding: 10px;
}
.p-reservation .res-wrap {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.p-reservation .res-wrap .guest {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 500px;
}
.p-reservation .res-wrap .res-info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 240px;
}
.p-reservation .cc-month,
.p-reservation .cc-year {
  float: left;
}
.p-reservation .cc-month select,
.p-reservation .cc-year select {
  width: 137px;
}
.p-reservation .cc-year {
  margin-left: 26px;
}
.p-reservation .left-side {
  float: left;
  width: 200px;
}
.p-reservation .left-side .print {
  width: 100px;
}
.p-reservation .left-side .cancel-link {
  position: relative;
  padding-left: 12px;
  color: #CC0000;
  text-decoration: underline;
}
.p-reservation .left-side .cancel-link:before {
  position: absolute;
  top: 3px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #CC0000;
  content: no-open-quote;
}
.p-reservation .center-side {
  float: left;
  margin-left: 20px;
  max-width: 400px;
}
.p-reservation .center-side .number {
  padding: 20px 0 20px 0;
  font-weight: bold;
  color: #006600;
}
.p-reservation .center-side .error {
  padding: 20px 0 20px 0;
  font-weight: bold;
  color: red;
}
.p-reservation .sign-in-msg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  max-width: 300px;
}
.p-reservation .confirm {
  text-align: center;
}
.p-reservation .confirm .cb input[type="checkbox"] ~ label {
  color: black;
}
.p-reservation .cancelled {
  padding-top: 10px;
}
.p-reservation .cancelled .red {
  color: #cc0000;
}
@media (max-width: 767px) {
  .p-reservation .title {
    width: auto;
  }
  .p-reservation .res-wrap {
    width: auto;
  }
  .p-reservation .res-wrap .guest {
    flex-shrink: 1;
  }
  .p-reservation .col-1,
  .p-reservation .col-2,
  .p-reservation .col-3 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .p-reservation .res-wrap {
    flex-wrap: wrap;
    /*phone*/
  }
  .p-reservation .res-wrap .guest {
    flex-grow: 1;
  }
  .p-reservation .res-wrap .res-info {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .p-reservation .res-wrap .field input,
  .p-reservation .res-wrap .field select,
  .p-reservation .res-wrap .field textarea {
    width: 100%;
  }
  .p-reservation .res-wrap .iti {
    display: block;
  }
}
@media (max-width: 520px) {
  .p-reservation .col-1,
  .p-reservation .col-2,
  .p-reservation .col-3 {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .p-reservation .left-side {
    float: none;
  }
  .p-reservation .center-side {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-checkavail .call-us {
  float: left;
  font-family: Verdana;
  font-size: 10px;
  width: 180px;
}
.p-checkavail .steps {
  float: left;
  margin-left: 20px;
}
.p-checkavail .avail-rooms {
  float: right;
  font-size: 20px;
  font-weight: 500;
  width: 300px;
}
.p-checkavail .rooms-wrap {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
}
.p-checkavail .rooms {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 500px;
}
.p-checkavail .rooms .room {
  padding-bottom: 10px;
}
.p-checkavail .rooms .room .item {
  display: flex;
  font-size: 9px;
  color: #333333;
  padding-top: 10px;
}
.p-checkavail .rooms .room .item .label {
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 200px;
  padding-right: 10px;
}
.p-checkavail .rooms .room .item .content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
  word-wrap: break-word;
}
.p-checkavail .rooms .room .item a.arrow {
  position: relative;
  padding-left: 12px;
}
.p-checkavail .rooms .room .item a.arrow:before {
  position: absolute;
  top: 1px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.p-checkavail .rooms .room .item a.arrow.down:before {
  transform: rotate(90deg);
}
.p-checkavail .rooms .room .item.rate-name .content {
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #BABABA;
  padding-left: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.p-checkavail .rooms .room .item.rate-name .label {
  border-top: 1px solid #BABABA;
}
.p-checkavail .rooms .room .item .rate {
  font-weight: bold;
}
.p-checkavail .rooms .room .item .tax-note {
  color: #999999;
  margin-top: 10px;
}
.p-checkavail .rooms .room .item .see-rate {
  text-align: right;
}
.p-checkavail .sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 240px;
}
.p-checkavail .sidebar .sticky {
  position: sticky;
  top: 20px;
}
@media (max-width: 767px) {
  .p-checkavail .call-us {
    float: none;
    font-size: 12px;
    padding: 0 20px 20px 20px;
    text-align: center;
    width: auto;
  }
  .p-checkavail .steps {
    float: none;
  }
  .p-checkavail .rooms {
    flex-shrink: 1;
  }
  .p-checkavail .rooms .room .item .label {
    flex-shrink: 1;
  }
}
@media (max-width: 650px) {
  .p-checkavail .rooms-wrap {
    flex-flow: wrap;
    column-gap: 0;
  }
  .p-checkavail .rooms {
    order: 2;
    flex-basis: 100%;
  }
  .p-checkavail .rooms .room .item .content {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .p-checkavail .sidebar {
    order: 1;
    flex-basis: 100%;
  }
  .p-checkavail .sidebar .sticky {
    position: static;
  }
  .p-checkavail .sidebar .sticky .res-details {
    width: 48%;
  }
  .p-checkavail .sidebar .sticky .res-details:first-child {
    float: left;
  }
  .p-checkavail .sidebar .sticky .res-details:nth-child(2) {
    float: right;
  }
}
@media (max-width: 550px) {
  .p-checkavail .rooms .room .item .label {
    flex-basis: 100px;
  }
}
@media (max-width: 450px) {
  .p-checkavail .sidebar .sticky .res-details {
    width: 100%;
  }
}
.p-account {
  /*copy from p-contact*/
}
.p-account h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-account h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-account h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-account .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-account .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-account .nav .nav-box a {
  display: block;
}
.p-account .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-account .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-account .nav {
    float: none;
  }
  .p-account .content {
    float: none;
    margin-left: 30px;
  }
}
.p-account .content .block {
  margin-bottom: 20px;
  color: #222222;
}
.p-profile {
  /*copy from p-contact*/
}
.p-profile h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-profile h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-profile h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-profile .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-profile .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-profile .nav .nav-box a {
  display: block;
}
.p-profile .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-profile .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-profile .nav {
    float: none;
  }
  .p-profile .content {
    float: none;
    margin-left: 30px;
  }
}
.p-history {
  /*copy from p-contact*/
}
.p-history h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-history h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-history h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-history .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-history .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-history .nav .nav-box a {
  display: block;
}
.p-history .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-history .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-history .nav {
    float: none;
  }
  .p-history .content {
    float: none;
    margin-left: 30px;
  }
}
.p-history .content {
  max-width: 620px;
}
.p-favourites {
  /*copy from p-contact*/
}
.p-favourites h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-favourites h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-favourites h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-favourites .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-favourites .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-favourites .nav .nav-box a {
  display: block;
}
.p-favourites .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-favourites .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-favourites .nav {
    float: none;
  }
  .p-favourites .content {
    float: none;
    margin-left: 30px;
  }
}
.p-favourites .content {
  max-width: 620px;
  margin-top: 0;
}
.p-favourites .hotels {
  list-style-type: none;
  margin-top: 17px;
}
.p-cancel {
  /*copy from p-contact*/
}
.p-cancel h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-cancel h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-cancel h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-cancel .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-cancel .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-cancel .nav .nav-box a {
  display: block;
}
.p-cancel .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-cancel .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-cancel .nav {
    float: none;
  }
  .p-cancel .content {
    float: none;
    margin-left: 30px;
  }
}
.p-cancel .content {
  color: #222222;
  line-height: 150%;
}
.p-cancel .content .hotel-name {
  font-weight: bold;
  display: block;
}
.p-cancel .content .hotel-location {
  font-weight: 400;
}
.p-password {
  /*copy from p-contact*/
}
.p-password h1 {
  background-color: #fafafa;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #997619;
  padding: 20px;
}
.p-password h1 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 990px) {
  .p-password h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-password .nav {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 150%;
}
.p-password .nav .nav-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  padding: 10px;
}
.p-password .nav .nav-box a {
  display: block;
}
.p-password .content {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.p-password .content .block {
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 767px) {
  .p-password .nav {
    float: none;
  }
  .p-password .content {
    float: none;
    margin-left: 30px;
  }
}
.p-password .error {
  display: block;
  margin-bottom: 20px;
  color: #cc0000;
}
.p-home {
  background-color: white;
  box-sizing: border-box;
}
.p-home * {
  box-sizing: border-box;
}
.p-home .next-slide {
  display: none;
}
.p-home .input-wrap {
  display: inline-block;
  box-shadow: inset 4px 4px 7px -1px #969696;
  background-color: white;
  border-radius: 6px;
}
.p-home .input-wrap input {
  border: 0px;
  padding: 7px 6px;
  font: 14px Arial, Verdana, Helvetica sans-serif;
  background-color: transparent;
}
.p-home .input-wrap input[type="image"] {
  padding: 0;
  float: right;
  padding-right: 10px;
  padding-top: 5px;
}
.p-home .slider-flex {
  display: flex;
  background-color: #1d1d1d;
}
.p-home .slider-wrapper {
  flex-basis: 681px;
  flex-grow: 0;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background: #c88830;
  display: block;
  position: relative;
  width: 10px;
  /*for slick, not sure why it requires width*/
}
.p-home .slider-wrapper #slider {
  margin-bottom: 10px;
  background: url(../images/loading.gif) no-repeat 50% 50%;
  width: 100%;
}
.p-home .slider-wrapper #slider .item {
  width: 100%;
  position: relative;
}
.p-home .slider-wrapper #slider .item img {
  width: 100%;
  height: auto;
}
.p-home .slider-wrapper #slider .item .name-wrap {
  overflow: hidden;
  text-align: right;
  position: absolute;
  bottom: 70px;
  right: 10px;
}
.p-home .slider-wrapper #slider .item .name-wrap a {
  color: white;
  font-size: 25px;
}
.p-home .slider-wrapper #slider .item .name-wrap a:hover {
  text-decoration: none;
}
.p-home .slider-wrapper #slider .item .title-wrap {
  position: absolute;
  top: 15px;
  left: 30px;
}
.p-home .slider-wrapper #slider .item .title-wrap a {
  color: white;
  font-size: 23px;
}
.p-home .slider-wrapper #slider .item .title-wrap a:hover {
  text-decoration: none;
}
.p-home .slider-wrapper #slider .item .location {
  color: #704100;
  margin-left: 20px;
  margin-top: 15px;
}
.p-home .slider-wrapper #slider .item .description_v2 {
  color: white;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.p-home .slider-wrapper #slider .slick-dots {
  bottom: 30px;
  right: 7px;
  width: auto;
}
.p-home .slider-wrapper #slider .slick-dots li {
  padding: 0;
  width: 16px;
}
.p-home .slider-wrapper #slider .slick-dots button:before {
  font-size: 10px;
}
.p-home .tabs-wraper {
  flex-basis: 309px;
  flex-grow: 0;
  flex-shrink: 0;
  background: linear-gradient(340deg, #5B5B5B 0%, #000 16%, #3A3A3A 58%, #585858 100%);
  border: 1px solid #565656;
  border-top-right-radius: 3px;
  position: relative;
  box-shadow: inset -3px -3px 35px 6px rgba(0, 0, 0, 0.75);
}
.p-home .tabs-wraper:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 91px;
  border-bottom: 1px solid #000000;
}
.p-home .tabs-wraper:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 92px;
  border-bottom: 1px solid #626262;
}
.p-home .tabs-wraper .tabcontent {
  display: block;
}
.p-home .tabs-wraper .tabcontent .tab-navigation {
  display: block;
  height: 92px;
  width: 306px;
  margin-left: auto;
  margin-right: auto;
}
.p-home .tabs-wraper .tabcontent .tab-navigation li {
  float: left;
  text-align: center;
  display: block;
  margin-left: 5px;
}
.p-home .tabs-wraper .tabcontent .tab-navigation li a {
  display: block;
  text-indent: -9999px;
  height: 93px;
  width: 94px;
  text-align: center;
  margin-top: 1px;
  background-position: 0px -91px;
}
.p-home .tabs-wraper .tabcontent .tab-navigation li a.selected {
  background-position: 0px 1px;
}
.p-home .tabs-wraper .tabcontent .tab-navigation li a:hover {
  background-position: 0px 1px;
}
.p-home .tabs-wraper .tabcontent .tab-navigation li.button_1 a {
  background-image: url(../images/icon_hotel2.png);
}
.p-home .tabs-wraper .tabcontent .tab-navigation li.button_2 a {
  background-image: url(../images/icon_dest2.png);
}
.p-home .tabs-wraper .tabcontent .tab-navigation li.button_3 a {
  background-image: url(../images/icon_style2.png);
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap {
  display: block;
  color: #959595;
  padding: 20px 15px 20px 15px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap fieldset {
  padding: 0;
  margin: 0;
  border: 0 none;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo {
  cursor: default;
  position: relative;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .val {
  width: 81px;
  display: inline-block;
  line-height: 31px;
  margin-left: 10px;
  color: #666;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .btn {
  width: 35px;
  height: 31px;
  background-color: #4E4E4E;
  background: linear-gradient(to top, #4E4E4E 0%, #6F6F6F 100%);
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  float: right;
  position: relative;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .btn:after {
  position: absolute;
  content: no-open-quote;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top: 8px solid #ADADAD;
  /*triangle - https://codepen.io/yukulele/pen/AgzXdJ*/
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .ddl {
  display: none;
  list-style-type: none;
  position: absolute;
  background: white;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #808080;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .ddl li {
  line-height: 30px;
  padding-left: 10px;
  color: black;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .input-wrap.combo .ddl li:hover {
  background-color: #808080;
  color: highlighttext;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .round {
  height: 8px;
  width: 8px;
  background-color: #505050;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .two-inputs input {
  width: 97px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .guests-rooms {
  margin-top: 7px;
  width: 100%;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .guests-rooms label {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 4px 0;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .guests-rooms .input-wrap {
  width: 100%;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .guests-rooms tr td:nth-child(2) {
  width: 22px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .check-in-out {
  margin-top: 5px;
  display: flex;
  align-items: baseline;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .check-in-out .input-wrap {
  flex-grow: 1;
  flex-shrink: 1;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .check-in-out .round {
  flex-basis: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .enter-hotel-name {
  margin-bottom: 7px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .keywords {
  width: 100%;
  position: relative;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .keywords input[type="text"] {
  width: 100%;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .keywords input[type="image"] {
  right: 0;
  top: 0;
  float: none;
  position: absolute;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .autocomplete-suggestions {
  width: 261px;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  border-radius: 4px 4px;
  color: black;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .autocomplete-selected {
  background: #F0F0F0;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .autocomplete-group {
  line-height: 30px;
  text-align: center;
  color: #A3A3A3;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #CCCCCC;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .travel-dates {
  margin-top: 10px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .travel-dates h5 {
  display: inline;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .travel-dates .clear-dates {
  float: right;
  font-size: 11px;
  text-decoration: underline;
  color: white;
  margin-top: 3px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .travel-dates .clear-dates:hover {
  color: #efb069;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .book-button {
  margin-top: 15px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .search-hotels .book-by-phone {
  background: url(../images/book_by_phone2.png) no-repeat;
  display: block;
  width: 260px;
  height: 23px;
  margin: 10px auto 0 auto;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .region,
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .country,
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .city {
  margin-top: 10px;
  display: block;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .region .val,
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .country .val,
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .city .val {
  width: 210px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .clear-dates {
  font-size: 11px;
  text-decoration: underline;
  color: white;
  margin-top: 7px;
  float: right;
  margin-bottom: 4px;
  margin-right: 4px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .clear-dates:hover {
  color: #efb069;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .check-in-out {
  margin-top: 5px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .destinations .book-button {
  margin-top: 15px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .styles ul {
  list-style: none;
  display: block;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .styles ul li {
  border-bottom: 1px solid #2c2c2c;
  display: block;
  height: 30px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .styles ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font: 13px Arial, Verdana, Helvetica, sans-serif;
  color: white;
  line-height: 30px;
}
.p-home .tabs-wraper .tabcontent .tabs-cont-wrap .styles ul li a:hover {
  color: #efb069;
}
.p-home .sign-up {
  text-align: center;
  padding: 15px 0;
}
.p-home .sign-up .enter-email {
  display: inline-block;
  vertical-align: middle;
}
.p-home .sign-up .enter-email .input-wrap {
  width: 320px;
}
.p-home .sign-up .enter-email input[type="text"] {
  width: 230px;
}
.p-home .sign-up .enter-email input[type="image"] {
  padding: 0;
}
.p-home .sign-up .become-a-member {
  display: inline-block;
  vertical-align: middle;
  font: 12px Arial, Verdana, Helvetica sans-serif;
  color: #959595;
  text-align: left;
  margin-left: 20px;
}
.p-home .sign-up .become-a-member label {
  font: 19px Arial, Verdana, Helvetica sans-serif;
  color: #c88830;
}
.p-home .so-slider-neg-margin {
  float: left;
  width: 100%;
  margin-left: -315px;
}
.p-home .so-slider-wrap {
  height: 381px;
  padding: 20px 10px 0 10px;
  margin-left: 330px;
  display: block;
  position: relative;
  background-color: #f4f3f3;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
}
.p-home .so-slider-wrap .subheader {
  padding-bottom: 15px;
  color: #585858;
}
.p-home .so-slider-wrap .subheader h1 {
  text-transform: uppercase;
  font: 17px Arial, Helvetica, Verdana, sans-serif;
  color: #a06d26;
  text-decoration: none;
}
.p-home .so-slider-wrap .offer .wrap {
  width: 196px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-home .so-slider-wrap .offer .wrap p {
  display: block;
}
.p-home .so-slider-wrap .offer .wrap a {
  font: 12px Arial, Helvetica, Verdana, sans-serif;
  color: #2b2b2b;
  text-decoration: none;
}
.p-home .so-slider-wrap .offer .wrap a:hover {
  color: #c88830;
}
.p-home .so-slider-wrap .offer .wrap .image {
  display: block;
  border: 3px solid #cfcdcd;
}
.p-home .so-slider-wrap .offer .wrap .image:hover {
  border-color: #d88e27;
}
.p-home .so-slider-wrap .offer .wrap .short_desc a {
  font-weight: bold;
  padding: 10px 0px 0px 0px;
}
.p-home .so-slider-wrap .offer .wrap .date {
  font-weight: normal;
  color: #6b6b6b;
  padding: 0px 0px 10px 0px;
}
.p-home .so-slider-wrap .offer .wrap .place a {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 0px;
}
.p-home .so-slider-wrap .offer .wrap .coord a {
  display: block;
  font: 11px Arial, Helvetica, Verdana, sans-serif;
  padding: 0px 0px 6px 0px;
}
.p-home .so-slider-wrap .offer .wrap .view_more {
  display: block;
}
.p-home .so-slider-wrap .offer .wrap .view_more a {
  font: 11px Arial, Helvetica, Verdana, sans-serif;
}
.p-home .so-slider-wrap .slick-prev::before,
.p-home .so-slider-wrap .slick-next::before {
  color: black;
}
.p-home .so-slider-wrap .slick-dots li button::before {
  font-size: 10px;
}
.p-home .ad-slider {
  display: block;
  cursor: pointer;
  float: right;
  width: 285px;
  margin-right: 15px;
}
.p-home .st-header {
  padding-top: 18px;
  text-transform: uppercase;
  font: 17px Arial, Helvetica, Verdana, sans-serif;
  margin-left: 20px;
}
.p-home .st-header a {
  color: #a06d21;
}
.p-home .st-header a:hover {
  text-decoration: none;
}
.p-home .st-slider {
  margin: 10px 15px 0 15px;
}
.p-home .st-slider .item {
  position: relative;
  height: 148px;
  padding: 0 10px;
  text-align: center;
}
.p-home .st-slider .item.slick-slide img {
  display: inline;
}
.p-home .st-slider .item img {
  border: 3px solid #cfcdcd;
}
.p-home .st-slider .item.selected {
  color: black;
}
.p-home .st-slider .item.selected:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #E5E5E5 transparent;
  transform: rotate(0deg);
}
.p-home .st-slider .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.p-home .st-slider .item-desc {
  min-height: 107px;
  display: none;
  background-color: #e5e5e5;
  border-radius: 5px;
  margin: 0 10px;
}
.p-home .st-slider .item-desc .desc {
  float: left;
  width: 48%;
  padding-left: 18px;
  color: #8b8b8b;
}
.p-home .st-slider .item-desc .desc h4 {
  margin-top: 18px;
  font: 15px Arial, Verdana, Helvetica, sans-serif;
  color: #605e5e;
  padding-bottom: 4px;
}
.p-home .st-slider .item-desc .list-wrap {
  width: 50%;
  float: right;
  padding: 15px 10px 10px 10px;
}
.p-home .st-slider .item-desc .list-wrap .list {
  column-count: 2;
  column-fill: balance;
  list-style: url(../images/icon-marker.gif);
  list-style-position: inside;
}
.p-home .st-slider .item-desc .list-wrap .list li {
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  color: #8b8b8b;
  line-height: 22px;
}
.p-home .st-slider .slick-prev::before,
.p-home .st-slider .slick-next::before {
  color: black;
}
.p-home .st-slider .slick-prev {
  left: -12px;
  z-index: 1;
  top: 54px;
}
.p-home .st-slider .slick-next {
  right: -10px;
  z-index: 1;
  top: 54px;
}
.p-home .defining-style-wrap {
  float: left;
  width: 100%;
  margin-left: -310px;
}
.p-home .sp-header {
  text-transform: uppercase;
  font: 17px Arial, Helvetica, Verdana, sans-serif;
  color: #a06d26;
  text-decoration: none;
  margin-bottom: 10px;
}
.p-home .defining-style {
  font: 14px Arial, Helvetica, Verdana, sans-serif;
  color: #8b8b8b;
  margin-left: 310px;
  padding: 20px 25px;
  line-height: 150%;
}
.p-home .defining-style p {
  padding-bottom: 10px;
}
.p-home .contacts {
  height: 205px;
  width: 258px;
  color: white;
  margin: 40px 25px 20px 25px;
  padding: 20px;
  font: 15px Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  float: right;
  position: relative;
  border-radius: 5px;
  background: linear-gradient(340deg, #5B5B5B 0%, #000 16%, #3A3A3A 58%, #585858 100%);
  border: 1px solid #565656;
  box-shadow: inset -3px -3px 35px 6px rgba(0, 0, 0, 0.75);
  /*copy from tabs above*/
}
.p-home .contacts h2 {
  font-size: 20px;
  font-weight: normal;
}
.p-home .contacts .address {
  color: #c3c3c3;
}
.p-home .contacts a {
  font-size: 16px;
  color: white;
  display: block;
  text-decoration: none;
  position: absolute;
  height: 38px;
  line-height: 38px;
  left: 20px;
  width: 218px;
  text-indent: 47px;
  border-radius: 3px;
  background-color: rgba(67, 67, 67, 0.5);
}
.p-home .contacts a:hover {
  color: #edbe7e;
}
.p-home .contacts a.phone {
  top: 99px;
  padding-top: 0px;
  /*override masterTemplate.css .phone*/
}
.p-home .contacts a.phone:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0;
  background-color: #565656;
  border-radius: 3px 0 0 3px;
  background-image: url(../images/icon_phone.png);
  background-repeat: no-repeat;
  background-position: 10px;
}
.p-home .contacts a.email {
  top: 143px;
}
.p-home .contacts a.email:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0;
  background-color: #565656;
  border-radius: 3px 0 0 3px;
  background-image: url(../images/icon_envelope.png);
  background-repeat: no-repeat;
  background-position: 7px 10px;
}
.p-home .children {
  padding-left: 0px;
  font: 11px Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  color: #cbcbcb;
  position: relative;
  display: block;
  margin-top: 5px;
}
.p-home .children .children-tip {
  position: absolute;
  top: 22px;
  width: 275px;
  display: none;
  left: 0;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
  color: black;
  font-size: 13px;
  line-height: 150%;
}
.p-home .children .children-tip::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  top: -10px;
  left: 75px;
  position: absolute;
}
.p-hotellist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: white;
  max-width: 990px;
  box-sizing: border-box;
  padding: 30px 70px 0 70px;
}
.p-hotellist * {
  box-sizing: border-box;
}
.p-hotellist .refine-wrap {
  display: flex;
}
.p-hotellist .searched {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
}
.p-hotellist .searched .searched-for {
  color: #666666;
  font-weight: bold;
  font-size: 10px;
}
.p-hotellist .searched .searched-for label {
  color: black;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.p-hotellist .searched .dates {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
.p-hotellist .searched .we-found {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
}
.p-hotellist .searched .we-found label {
  font-weight: normal;
  display: block;
}
.p-hotellist .searched .ct-button {
  margin-top: 10px;
}
.p-hotellist .dest {
  flex-grow: 1;
}
.p-hotellist .dest .narrow {
  font-size: 10px;
  color: black;
  margin-bottom: 5px;
}
.p-hotellist .dest .dest-box {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 5px;
  display: flex;
  position: relative;
}
.p-hotellist .dest .dest-box .arrow {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: none;
  transform: rotate(180deg);
}
.p-hotellist .dest .dest-box a {
  color: #666666;
}
.p-hotellist .dest .dest-box label {
  font-size: 10px;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.p-hotellist .dest .dest-box .col-style {
  flex-grow: 1;
}
.p-hotellist .dest .dest-box .col-style ul {
  font-size: 10px;
  color: black;
  list-style-type: none;
  /*max-height:150px; */
}
.p-hotellist .dest .dest-box .col-style ul._2col {
  column-count: 2;
  column-fill: balance;
}
.p-hotellist .dest .dest-box .col-style ul._3col {
  column-count: 3;
  column-fill: balance;
}
.p-hotellist .dest .dest-box.collapsed .arrow {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .p-hotellist .dest .dest-box.collapsed .content {
    display: none;
  }
}
.p-hotellist .found-properties {
  background-color: #a8b5b9;
  color: white;
  font-weight: bolder;
  padding-left: 100px;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.p-hotellist .found-wrap {
  display: flex;
  column-gap: 30px;
}
.p-hotellist .search-results .no-result {
  padding: 10px 0 30px 0;
  display: block;
}
.p-hotellist .search-results .hotels {
  list-style-type: none;
  margin-top: 17px;
}
.p-hotellist .check-avail {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 200px;
  margin-top: 15px;
}
.p-hotellist .check-avail .sticky {
  position: sticky;
  top: 20px;
}
.p-hotellist .check-avail .check-all {
  padding-bottom: 6px;
  font-size: 10px;
  color: #666666;
  font-weight: bold;
  display: block;
}
.p-hotellist .check-avail .check-in-out-control {
  font-family: Verdana;
}
.p-hotellist .check-avail .check-in-out-control label {
  width: 56px;
  color: #666666;
}
.p-hotellist .check-avail .check-in-out-control .date,
.p-hotellist .check-avail .check-in-out-control .rooms,
.p-hotellist .check-avail .check-in-out-control .guests {
  font-size: 12px;
}
.p-hotellist .check-avail .check-in-out-control .ui-datepicker-trigger {
  padding-top: 1px;
}
.p-hotellist .pager {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-hotellist .pager .all {
  margin-left: 20px;
}
.p-hotellist .pager .pages {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.p-hotellist .pager .pages .next,
.p-hotellist .pager .pages .prev,
.p-hotellist .pager .pages .current,
.p-hotellist .pager .pages .page {
  padding: 8px 16px;
  text-decoration: none;
}
.p-hotellist .pager .pages .current {
  font-weight: bold;
}
@media (max-width: 450px) {
  .p-hotellist .pager .pages .next,
  .p-hotellist .pager .pages .prev,
  .p-hotellist .pager .pages .current,
  .p-hotellist .pager .pages .page {
    padding: 8px 8px;
  }
}
@media (max-width: 767px) {
  .p-hotellist .dest .dest-box .arrow {
    display: block;
  }
}
@media (max-width: 400px) {
  .p-hotellist .found-properties {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .p-hotellist {
    padding: 30px 15px;
  }
}
@media (max-width: 990px) {
  .p-hotellist .dest .dest-box label {
    font-size: 12px;
    line-height: 150%;
  }
  .p-hotellist .dest .dest-box .col-style ul {
    font-size: 12px;
    line-height: 150%;
  }
}
@media (max-width: 630px) {
  .p-hotellist .dest .dest-box .col-style ul._2col {
    column-count: 1;
  }
  .p-hotellist .dest .dest-box .col-style ul._3col {
    column-count: 2;
  }
}
@media (max-width: 450px) {
  .p-hotellist .dest .dest-box .col-style ul._2col {
    column-count: 1;
  }
  .p-hotellist .dest .dest-box .col-style ul._3col {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .p-hotellist {
    padding: 10px 5px;
  }
  .p-hotellist .refine-wrap {
    flex-flow: wrap;
  }
  .p-hotellist .refine-wrap .searched {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .p-hotellist .refine-wrap .searched .we-found label {
    display: inline;
  }
  .p-hotellist .refine-wrap .dest {
    margin-bottom: 20px;
  }
  .p-hotellist .found-wrap {
    padding-top: 10px;
    flex-flow: wrap-reverse;
  }
  .p-hotellist .found-wrap .search-results {
    flex-basis: 100%;
  }
  .p-hotellist .found-wrap .search-results.result {
    order: 1;
  }
  .p-hotellist .found-wrap .check-avail {
    flex-basis: 100%;
    margin-top: 0;
  }
}
.hotel-card {
  border-top: 1px solid #b4b1af;
  padding-bottom: 15px;
  display: flex;
}
.hotel-card .logo {
  padding: 6px 10px 0 0;
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hotel-card .style {
  color: #666666;
  font-weight: bold;
  font-family: Verdana;
  padding-top: 5px;
  font-size: 10px;
}
.hotel-card .style label {
  font-weight: normal;
}
.hotel-card .desc-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
.hotel-card .desc-wrap .col-center {
  padding: 3px 10px 0 0;
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.hotel-card .desc-wrap .col-center .name a {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 11px;
}
.hotel-card .desc-wrap .col-center .name a:hover {
  color: #80671A;
  text-decoration: underline;
}
.hotel-card .desc-wrap .col-center .location {
  font-size: 10px;
  color: #666666;
}
.hotel-card .desc-wrap .col-center .so {
  padding-top: 5px;
}
.hotel-card .desc-wrap .col-center .rate {
  color: red;
  color: #666666;
  font-weight: bold;
  font-size: 10px;
}
.hotel-card .desc-wrap .col-center .action-link {
  display: block;
  font-weight: bold;
  font-size: 10px;
  color: #80671A;
  position: relative;
  padding-left: 10px;
  margin-top: 5px;
}
.hotel-card .desc-wrap .col-center .action-link:before {
  position: absolute;
  top: 3px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.hotel-card .desc-wrap .col-center .pc {
  font-size: 10px;
  color: #666666;
}
.hotel-card .desc-wrap .col-right {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.hotel-card .desc-wrap .col-right .description_v2 {
  border-bottom: 1px solid #b4b1af;
  border-right: 1px solid #b4b1af;
  min-height: 50px;
  font-size: 10px;
  color: #666666;
  line-height: 13px;
  padding: 5px 5px 10px 0;
}
.hotel-card .desc-wrap .col-right .view-link {
  float: left;
}
.hotel-card .desc-wrap .col-right .remove-link {
  float: right;
  margin-right: 20px;
}
.hotel-card .desc-wrap .col-right .view-link a,
.hotel-card .desc-wrap .col-right .remove-link a {
  font-weight: bold;
  font-size: 10px;
  color: #80671A;
  position: relative;
  padding-left: 10px;
}
.hotel-card .desc-wrap .col-right .view-link a:before,
.hotel-card .desc-wrap .col-right .remove-link a:before {
  position: absolute;
  top: 3px;
  right: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #80671a;
  content: no-open-quote;
}
.hotel-card .desc-wrap .col-right .remove-link a {
  color: #CC0000;
}
.hotel-card .desc-wrap .col-right .remove-link a:before {
  border-left-color: #CC0000;
}
@media (max-width: 400px) {
  .hotel-card .desc-wrap {
    flex-wrap: wrap;
  }
  .hotel-card .desc-wrap .col-center {
    flex-basis: 100%;
    border-right: 1px solid #b4b1af;
  }
  .hotel-card .desc-wrap .col-right {
    flex-basis: 100%;
  }
}