/*BUTTON COLORS*/
/*BG COLORS*/
@media print  {
  html {
    color: #000;
  }
}
html body:before {
  color: #fff;
  float: left;
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 480px) {
  html body:before {
    content: 'x-small';
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body:before {
    content: 'small';
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body:before {
    content: 'medium';
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body:before {
    content: 'large';
  }
}
@media only screen and (min-width: 1129px) {
  html body:before {
    content: 'x-large';
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body {
    background-image: none;
  }
}
@media print  {
  html body {
    color: #000 !important;
    background-color: #fff;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body .buttonSingle {
    background-image: none;
    width: calc(100% - 3px);
    padding: 7px 0 0 0;
    margin: 0 3px 0 0;
    text-align: center;
    height: 24px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body .buttonSingle:hover {
    background-image: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body .hideOnMobile {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body .showOnMobile {
    display: block;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1129px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body .showOnMobile {
    display: none;
  }
}
@media print {
  html body #header {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header {
    background-color: #fff;
    margin-top: 0;
    float: left;
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  html body #header {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 1204px) {
  html body #header .logoevent {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 950px) {
  html body #header .logomain {
    display: none;
  }
}
@media only screen and (max-width: 794px) {
  html body #header .logomain {
    /*margin-top: 7px;*/
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #header .breadcrumbform .loyalty {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html body #header .breadcrumbform .loyalty {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header #rsd-ba-app-booking-form-mobile {
    display: block;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1129px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #header #rsd-ba-app-booking-form-mobile {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header #rsd-ba-app-booking-form {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1129px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #header #rsd-ba-app-booking-form {
    display: block;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header .header-content {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-size: 100% 100%;
    height: 102px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header .header-content .header-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .first {
    width: 60%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header .header-content .header-wrap .first .logo {
    width: 125px;
    max-width: 125px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .middle {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .middle div:last-child {
    font-size: 13px;
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .middle .pgrlogo {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .middle .pgrlogo img {
    width: 120px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged {
    width: 40%;
    height: 48px;
    margin-top: 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged div {
    margin-right: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged div .normalLink {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged div .normalLink i {
    margin-top: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged div .widgetmembership_login {
    display: block;
    float: right;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged .bottom {
    background-color: transparent;
    border: none;
    font-size: 11px;
    height: 18px;
    padding: 5px 0 1px 0;
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged .bottom a {
    color: #1781B2;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.notlogged .buttonTop {
    width: 126px;
    float: right;
    background-position: 112px 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged {
    width: 40%;
    height: 48px;
    padding-top: 5px;
    margin-top: -10px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .top {
    padding: 0;
    width: 100%;
    font-size: 12px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .top .number {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom {
    padding: 0;
    width: calc(100% - 2px);
    font-size: 11px;
    margin-top: -10px;
    background-color: transparent;
    border: 1px solid #B0B0B0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    height: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom div {
    height: calc(100% - 25px);
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom div a {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom div a:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom div:first-child {
    border-right: 1px solid #B0B0B0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .header-wrap .last.logged .bottom span {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #header .header-content #modifyBtn {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content #modifyBtn {
    min-width: 128px;
    width: 40%;
    max-width: 150px;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 12px;
    margin-top: 2px;
    padding-bottom: 10px;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #header .header-content .modifytopMobile {
    text-align: center;
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
    text-decoration: none;
  }
}
html body #header #bookingmenu {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #header #bookingmenu .loyalty {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html body #header #bookingmenu .loyalty {
    display: block;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header #bookingmenu .logoevent {
    padding: 20px 10px 12px 10px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header #bookingmenu .logoevent {
    padding: 20px 15px 12px 0;
  }
}
@media only screen and (min-width: 767px) {
  html body #header #bookingmenu .logoevent {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 767px) {
  html body #header #bookingmenu .logoevent {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #header #bookingmenu .logoevent {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #header #bookingmenu .logoevent img {
    width: 160px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header #bookingmenu .logoevent img {
    width: 120px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 1129px) {
  html body #header #bookingmenu ul {
    /*max-width:693px ;*/
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #header #bookingmenu ul {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header #bookingmenu ul {
    /*max-width:437px;*/
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li img {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #header #bookingmenu ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #header #bookingmenu ul li {
    width: calc((100% - 200px) / 3);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li {
    width: 33%;
    height: auto;
    padding-bottom: 13px;
    padding-top: 13px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  html body #header #bookingmenu ul li {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li.first {
    width: calc(33% - 2px);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li.last {
    border-right: none;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #header #bookingmenu ul li.last.done {
    width: 32%;
  }
}
html body #header #bookingmenu ul .arrowSeparetor {
  width: 12px;
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #body-content #contentWrap {
    width: 1000px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #staging-auth {
    margin-left: 0px !important;
    left: 0 !important;
    width: 90% !important;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #bookingmenu ul {
    width: 100%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #bookingmenu ul li {
    width: 33%;
    font-size: 3.9vw;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #bookingmenu ul li {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #bookingmenu ul li.last {
    border-right: none;
  }
}
@media print  {
  html body #body-content #contentWrap #bookingmenu {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #main-wrap {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #main-wrap {
    width: 70%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #main-wrap #main .hotelMessage {
    width: calc(100% - 55px);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #body-content #contentWrap #side-wrap {
    margin-left: 5px;
    width: 230px;
    float: right;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap {
    width: 230px;
    padding-top: 0;
    float: right;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side .printConf,
  html body #body-content #contentWrap #side-wrap #side .CalendarConf {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side {
    clear: both;
    width: calc(100% - 0px);
    padding: 5px 10px;
    display: none;
    position: relative;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    border-radius: 0 0 0 0;
    min-height: 300px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #body-content #contentWrap #side-wrap #side {
    display: block !important;
  }
}
@media print {
  html body #body-content #contentWrap #side-wrap #side {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side {
    padding-left: 5px;
    width: 208px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #hotelCodeWrap,
  html body #body-content #contentWrap #side-wrap #side #datesWrap {
    max-width: 461px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side .book-modifyTitle {
    width: calc(100% - 60px);
    float: left;
    padding: 0;
    padding-top: 12px;
    text-align: left;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side .book-modifyTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #hotelCodeWrap {
    margin-top: 25px;
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side .closeModifyBooking {
    width: 36px ;
    background-color: #871C3C;
    float: right;
    padding: 17px;
    margin-right: -10px;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #side-bot {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #membershipWrap {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side .membership_bottom {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side .book-summaryTitle {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side .book-summaryTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #reservationsummarybox {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates {
    max-width: 350px;
    float: right;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates div {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .openBookingOptions {
    text-align: right;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv {
    color: #2F474F;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv .dayuseText {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv #dayUsedCheck {
    color: #2F474F;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .dateField {
    height: 41px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .dateField i {
    font-size: 37px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .dateField .hasDatePicker {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .dateField .hasDatePicker {
    width: calc(96% - 40px);
  }
}
html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight {
  height: 48px;
  width: 50%;
  float: left;
}
html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight .hideMinusPlus {
  display: none;
  position: relative;
  background-color: #000;
  left: 0;
  top: 0;
  height: 48px;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight #textnumNights {
  background-color: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 22px;
  font-weight: bold;
  float: left;
  width: 15%;
  padding: 7px 3% 7px 8%;
  height: 30px;
  margin-right: 3%;
  margin-left: 2%;
}
html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight i {
  float: left;
  margin-left: 15px;
  font-size: 50px;
  color: #2F474F;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight i {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking label {
    color: #252525;
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking select,
  html body #body-content #contentWrap #side-wrap #side #change-booking input[type="text"] {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking input[type=tel],
  html body #body-content #contentWrap #side-wrap #side #change-booking input[type=text],
  html body #body-content #contentWrap #side-wrap #side #change-booking input[type=number] {
    height: 35px;
    padding: 3px 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking select {
    height: 43px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #side-wrap #side #change-booking select {
    width: 45%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main {
    display: block !important;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main {
    padding: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main {
    width: calc(100% - 16px);
    padding: 0 8px 0 8px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main {
    width: 100%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab {
    width: calc(100% - 25px);
    padding: 0;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .arrow {
    width: 40px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .select {
    width: calc(100% - 92px);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .select div {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner {
    background-color: transparent;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .fflong {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .fflongmob {
    display: block;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyleft {
    width: 145px;
    top: 9px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyright {
    font-size: 16px;
    font-weight: 300;
    height: 75px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyright div {
    margin-top: 25px;
    margin-left: 22px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo {
    width: 100%;
    height: auto;
    float: left;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .arrowtitle {
    bottom: -1px;
    left: 20px;
    max-width: 20px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle {
    font-size: 17px;
    bottom: 6%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle {
    font-size: 30px;
    bottom: 6%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle .roomtitleDesc {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features {
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 25px;
    height: auto;
    width: calc(100% - 12px);
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features {
    padding-left: 10px;
    padding-top: 10px;
    width: calc(100% - 10px);
    height: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features .arrowdarkgrey {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title div {
    font-size: 17px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title div {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle {
    padding-left: 4px;
    font-size: 15px;
    width: calc(100% - 4px);
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle .RatesAvailable {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap {
    width: calc(100% - 8px);
    padding: 5px 4px 0 4px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #B0B0B0;
    width: calc(100% - 6px);
    padding: 5px 3px 0 3px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl {
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li {
    height: 40px;
    line-height: normal;
    color: #354b56;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li {
    padding-top: 7px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratemembertext {
    width: 105px;
    font-size: 15px;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .showOnMobile {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first {
    width: auto;
    float: left;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    height: 22px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first {
    font-size: 20px;
    height: 25px !important;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first {
    width: 30%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .other {
    width: 20%;
    text-align: right;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .other {
    width: 62px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .tird {
    clear: both;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last {
    width: 23% !important;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last {
    padding-top: 0;
    width: 127px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last .buttonSingle {
    padding-left: 5px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .average {
    width: calc(18% - 3px);
    padding-left: 3px;
    color: #B0B0B0;
    font-size: 9px;
    line-height: 11px;
    height: 35px;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricenormal,
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricebold {
    line-height: normal;
    font-size: 23px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricenormal,
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricebold {
    font-size: 17px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .hideOnMobile {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesterms {
    display: none;
    overflow: hidden;
    position: relative;
    width: 96%;
    font-size: 14px;
    padding: 10px 2% 10px 2% ;
    -moz-box-shadow: inset 0 12px 12px -12px #000, inset 0 -12px 12px -12px #000;
    -webkit-box-shadow: inset 0 12px 12px -12px #000, inset 0 -12px 12px -12px #000;
    box-shadow: inset 0 12px 12px -12px #000, inset 0 -12px 12px -12px #000;
    background-color: #fff;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap i.fa-circle {
    font-size: 5px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap i.fa-times-circle-o {
    font-size: 30px;
    float: right;
    color: #871C3C;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main {
    padding: 0 8px 0 8px;
    width: calc(100% - 16px);
    float: left;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main {
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner h2 {
    margin-bottom: 15px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft {
    width: 35%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright {
    width: 65%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonimgdiv {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonnamediv {
    width: 100%;
    clear: both !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonbtdiv {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left {
    width: 67%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div {
    padding-top: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div img {
    width: 110px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .memberCheckBoxLink {
    /*margin-top:-14px;*/
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right {
    width: 33%;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left,
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left input[type=text],
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right input[type=text] {
    width: 90%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left .memLastname {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left label {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right .retrieve {
    margin-top: 0;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-right: 6%;
    height: 18px;
    background-position: 92% 12px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock {
    padding: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_01 {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_02 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    width: 35%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_03 {
    width: 30%;
    margin-top: 0;
    font-size: 35px;
    font-weight: 200;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_04 {
    font-size: 9px;
    width: 35%;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright {
    width: 100%;
  }
}
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full {
  /*.addComment{
                                                        @media @small, @x-small {
                                                            text-decoration:none;
                                                            font-size:15px;
                                                            text-transform:uppercase;
                                                        }
                                                    }*/
}
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox {
  float: left;
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox {
    width: 100%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomtotal {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomtotal {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full textarea {
    width: calc(100% - 13px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left,
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc {
    /*margin-bottom:0;*/
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px), only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc .left,
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingterms {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingterms label {
    font-size: 11px;
    font-style: normal;
    margin-left: 5px;
  }
}
html body #body-content #contentWrap #confirmationWrap #side-wrap #side {
  display: block;
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfWhats {
    display: block;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFace {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFaceMob {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main {
    padding: 0 8px 0 8px;
    width: calc(100% - 16px);
    float: left;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main {
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1128px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 {
    font-size: 34px;
    font-weight: 200;
    padding-bottom: 10px;
  }
}
@media print {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 {
    color: #000 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 i {
    margin-right: 4px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation {
    margin-top: 20px;
    font-size: 15px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft {
    width: 30%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright {
    width: 70%;
  }
}
@media print {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms h2 {
    color: #000 !important;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader {
    font-size: 17px;
    text-transform: capitalize;
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader {
    font-size: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine {
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation {
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightleft,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightright {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingreturn {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections .howtogetthere {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections #map {
    height: 120px;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span,
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span {
    font-weight: 200;
    font-size: 33px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom,
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright ul li span.priceroom,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright ul li span.priceroom {
    font-weight: 200;
    font-size: 33px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title,
  html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main {
    width: 98%;
    padding: 8px 1%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #errorWrap #main {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail {
    width: calc(100% - 20px);
  }
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .roomimage {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeHotelfromNoAvail,
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeSitefromNoAvail {
    background-image: none;
    font-size: 13px;
    width: 25%;
    float: right;
    padding: 9px 7px 9px 7px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeHotelfromNoAvail,
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeSitefromNoAvail {
    background-image: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate {
    width: 33%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate {
    font-size: 16px;
  }
}
html body #body-content #contentWrap #errorWrap #main .MessageNoRates {
  /*@media @medium{
                                width:94%;
                                padding:10px 2%;
                            }*/
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .MessageNoRates {
    width: calc(100% - 40px);
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
html body #body-content #contentWrap #errorWrap #main .horizontalModify {
  /*@media @medium{
                                width: 98%;
                                padding: 10px 1%;
                            }*/
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side {
    position: absolute;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking label {
    color: #252525;
  }
}
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .dateField {
  /*@media @medium{
                                                width: 230px;
                                            }*/
}
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .dateField .hasDatePicker {
  /*@media @medium{
                                                    width: 195px;
                                                }*/
}
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=tel],
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=text],
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=number] {
  /*@media @medium{
                                                width:227px;
                                                float:left;
                                                margin-right:25px;
                                            }*/
}
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #hotelCode,
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numrooms,
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numChildren,
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numAdults,
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .numChildren,
html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .rightSideField {
  /*@media @medium{
                                                width: 233px;
                                            }*/
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #body-content #contentWrap #cancelWrap #main {
    width: calc(70% - 25px);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full {
    width: 100%;
    float: left;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .title,
  html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .detail {
    width: auto;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .title {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #cancelWrap #main .full .left {
    width: 100%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main .full .left input[type=tel],
  html body #body-content #contentWrap #cancelWrap #main .full .left input[type=text],
  html body #body-content #contentWrap #cancelWrap #main .full .left input[type=number] {
    height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  html body #body-content #contentWrap #cancelWrap #main .full #LastName,
  html body #body-content #contentWrap #cancelWrap #main .full #ConfirmationNumber {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #body-content #contentWrap #cancelWrap #main .full #LastName,
  html body #body-content #contentWrap #cancelWrap #main .full #ConfirmationNumber {
    width: calc(100% - 18px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main .offlineleft {
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main .offlineright {
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
  }
}
html body #body-content #contentWrap #offlineWrap #main .offlineright .selectHotels {
  margin-left: 10px;
  font-size: 18px;
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main .offlineright select {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden {
    margin-left: 0;
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 15px;
    background-color: #d9d9d9;
    border: 1px solid #000;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer #footer {
    display: none;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #bg-footer #footer {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #bg-footer #footer .left {
    width: 70%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  html body #bg-footer #footer .right {
    width: 30%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px), only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  html body #bg-footer #footer #widgetized-footer {
    width: 100%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer .footermobile {
    display: block;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer .footermobile #footerLinks {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: black;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer .footermobile #footerLinks div {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer .footermobile #footerLinks div a {
    text-decoration: none;
    color: white;
    font-family: 'Caslon', 'FontinSansBold', "Tahoma", "Georgia", "Times New Roman", Times, serif;
    font-size: 12px;
  }
  html body #bg-footer .footermobile #footerLinks div a img {
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 794px) {
  html body #bg-footer .footermobile #footerLinks div a.active {
    background: url("../images/nav_gradient_active.png");
  }
}
@media print{html{color:#000;}}html body:before{color:#fff;float:left;visibility:hidden;height:0;}@media only screen and (max-width:480px){html body:before{content:'x-small';}}@media only screen and (min-width:481px) and (max-width:794px){html body:before{content:'small';}}@media only screen and (min-width:795px) and (max-width:999px){html body:before{content:'medium';}}@media only screen and (min-width:1000px) and (max-width:1128px){html body:before{content:'large';}}@media only screen and (min-width:1129px){html body:before{content:'x-large';}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body{background-image:none;}}@media print{html body{color:#000 !important;background-color:#fff;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body .buttonSingle{background-image:none;width:calc(100% - 3px);padding:7px 0 0 0;margin:0 3px 0 0;text-align:center;height:24px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body .buttonSingle:hover{background-image:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body .hideOnMobile{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body .showOnMobile{display:block;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1129px),only screen and (min-width:1000px) and (max-width:1128px){html body .showOnMobile{display:none;}}@media print{html body #header{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header{background-color:#fff;margin-top:0;float:left;height:auto;padding:0;}}@media only screen and (max-width:991px){html body #header{margin-top:-2px;}}@media only screen and (max-width:1204px){html body #header .logoevent{display:none;}}@media only screen and (min-width:795px) and (max-width:950px){html body #header .logomain{display:none;}}@media only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #header .breadcrumbform .loyalty{display:none;}}@media only screen and (max-width:767px){html body #header .breadcrumbform .loyalty{display:block;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header #rsd-ba-app-booking-form-mobile{display:block;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1129px),only screen and (min-width:1000px) and (max-width:1128px){html body #header #rsd-ba-app-booking-form-mobile{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header #rsd-ba-app-booking-form{display:none;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1129px),only screen and (min-width:1000px) and (max-width:1128px){html body #header #rsd-ba-app-booking-form{display:block;}}@media only screen and (min-width:795px) and (max-width:999px){html body #header .header-content{width:calc(100% - 40px);}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content{width:100%;float:left;margin:0;padding:0;background-size:100% 100%;height:102px;padding-bottom:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px),only screen and (min-width:795px) and (max-width:999px){html body #header .header-content .header-wrap{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .first{width:60%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header .header-content .header-wrap .first .logo{width:125px;max-width:125px;margin-left:20px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .middle{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .middle div:last-child{font-size:13px;display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .middle .pgrlogo{margin-bottom:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .middle .pgrlogo img{width:120px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last{width:50%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged{width:40%;height:48px;margin-top:0;background-color:transparent;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged div{margin-right:20px;width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged div .normalLink{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged div .normalLink i{margin-top:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged div .widgetmembership_login{display:block;float:right;margin-top:6px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged .bottom{background-color:transparent;border:none;font-size:11px;height:18px;padding:5px 0 1px 0;margin-top:0;text-align:center;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged .bottom a{color:#1781b2;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.notlogged .buttonTop{width:126px;float:right;background-position:112px 16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged{width:40%;height:48px;padding-top:5px;margin-top:-10px;background-color:transparent;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .top{padding:0;width:100%;font-size:12px;background-color:transparent;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .top .number{margin-top:5px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom{padding:0;width:calc(100% - 2px);font-size:11px;margin-top:-10px;background-color:transparent;border:1px solid #b0b0b0;border-bottom:0;border-top:0;border-right:0;border-radius:0;height:65px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom div{height:calc(100% - 25px);padding-top:25px;margin-bottom:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom div a{margin-top:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom div a:first-child{margin-bottom:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom div:first-child{border-right:1px solid #b0b0b0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .header-wrap .last.logged .bottom span{display:none;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #header .header-content #modifyBtn{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content #modifyBtn{min-width:128px;width:40%;max-width:150px;padding-left:4px;padding-right:2px;padding-top:12px;margin-top:2px;padding-bottom:10px;box-shadow:none;font-size:15px;text-shadow:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #header .header-content .modifytopMobile{text-align:center;text-transform:uppercase;float:right;margin-right:10px;text-decoration:none;}}html body #header #bookingmenu{margin-bottom:0;}@media only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #header #bookingmenu .loyalty{display:none;}}@media only screen and (max-width:767px){html body #header #bookingmenu .loyalty{display:block;}}@media only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:795px) and (max-width:999px){html body #header #bookingmenu .logoevent{padding:20px 10px 12px 10px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #header #bookingmenu .logoevent{padding:20px 15px 12px 0;}}@media only screen and (min-width:767px){html body #header #bookingmenu .logoevent{margin-top:-130px;}}@media only screen and (max-width:767px){html body #header #bookingmenu .logoevent{display:none;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #header #bookingmenu .logoevent{margin-top:0;}}@media only screen and (min-width:1000px) and (max-width:1128px){html body #header #bookingmenu .logoevent img{width:160px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #header #bookingmenu .logoevent img{width:120px;margin-top:10px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul{width:100%;float:left;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px){html body #header #bookingmenu ul{margin-left:30px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li img{display:none;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px){html body #header #bookingmenu ul li{font-size:16px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #header #bookingmenu ul li{width:calc((100% - 200px)/3);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li{width:33%;height:auto;padding-bottom:13px;padding-top:13px;border-top:1px solid #dbdbdb;text-align:center;}}@media only screen and (max-width:480px){html body #header #bookingmenu ul li{font-size:3.4vw;}}@media only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li{font-size:17px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li.first{width:calc(33% - 2px);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li.last{border-right:none;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #header #bookingmenu ul li.last.done{width:32%;}}html body #header #bookingmenu ul .arrowSeparetor{width:12px;}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap{width:100%;margin-top:0;}}@media only screen and (min-width:1000px) and (max-width:1128px){html body #body-content #contentWrap{width:1000px;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #staging-auth{margin-left:0 !important;left:0 !important;width:90% !important;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #bookingmenu ul{width:100%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #bookingmenu ul li{width:33%;font-size:3.9vw;height:auto;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #bookingmenu ul li{font-size:3.3vw;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #bookingmenu ul li.last{border-right:none;}}@media print{html body #body-content #contentWrap #bookingmenu{display:none;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #main-wrap{width:100%;padding-top:0;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #main-wrap{width:70%;padding-top:0;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #main-wrap #main .hotelMessage{width:calc(100% - 55px);margin-left:25px;}}@media only screen and (min-width:1000px) and (max-width:1128px){html body #body-content #contentWrap #side-wrap{margin-left:5px;width:230px;float:right;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap{width:230px;padding-top:0;float:right;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px),only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side .printConf,html body #body-content #contentWrap #side-wrap #side .CalendarConf{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side{clear:both;width:calc(100% - 0);padding:5px 10px;display:none;position:relative;top:0;z-index:999;background-color:#fff;border-radius:0 0 0 0;min-height:300px;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #body-content #contentWrap #side-wrap #side{display:block !important;}}@media print{html body #body-content #contentWrap #side-wrap #side{display:none !important;}}@media only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side{padding-left:5px;width:208px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #hotelCodeWrap,html body #body-content #contentWrap #side-wrap #side #datesWrap{max-width:461px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side .book-modifyTitle{width:calc(100% - 60px);float:left;padding:0;padding-top:12px;text-align:left;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side .book-modifyTitle{font-size:16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #hotelCodeWrap{margin-top:25px;width:100%;float:left;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side .closeModifyBooking{width:36px;background-color:#871c3c;float:right;padding:17px;margin-right:-10px;margin-top:-5px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #side-bot{display:none !important;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #membershipWrap{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side .membership_bottom{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side .book-summaryTitle{width:100%;margin:0;margin-bottom:15px;display:none;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side .book-summaryTitle{font-size:16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #reservationsummarybox{display:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates{max-width:350px;float:right;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates div{margin-left:3px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking .openBookingOptions{text-align:right;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv{color:#2f474f;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv .dayuseText{width:70%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv #dayUsedCheck{color:#2f474f;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking .dateField{height:41px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking .dateField i{font-size:37px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side #change-booking .dateField .hasDatePicker{font-size:1.5vw;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking .dateField .hasDatePicker{width:calc(96% - 40px);}}html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight{height:48px;width:50%;float:left;}html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight .hideMinusPlus{display:none;position:relative;background-color:#000;left:0;top:0;height:48px;width:100%;opacity:.8;filter:alpha(opacity=80);}html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight #textnumNights{background-color:#fff;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-size:22px;font-weight:bold;float:left;width:15%;padding:7px 3% 7px 8%;height:30px;margin-right:3%;margin-left:2%;}html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight i{float:left;margin-left:15px;font-size:50px;color:#2f474f;cursor:pointer;}@media only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking .dateFieldRight i{margin-left:6px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking label{color:#252525;font-size:16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking select,html body #body-content #contentWrap #side-wrap #side #change-booking input[type="text"]{-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-size:16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #side-wrap #side #change-booking input[type=tel],html body #body-content #contentWrap #side-wrap #side #change-booking input[type=text],html body #body-content #contentWrap #side-wrap #side #change-booking input[type=number]{height:35px;padding:3px 2%;width:96%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #side-wrap #side #change-booking select{height:43px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #side-wrap #side #change-booking select{width:45%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap{padding-top:0;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #body-content #contentWrap #ratesWrap #main-wrap #main{display:block !important;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main{padding:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main{width:calc(100% - 16px);padding:0 8px 0 8px;margin-right:0;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main{width:100%;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab{width:calc(100% - 25px);padding:0;margin-left:24px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab{margin-bottom:20px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .arrow{width:40px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .select{width:calc(100% - 92px);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #roomstab .roomstabdivselected .select div{font-size:17px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner{background-color:transparent;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist{width:calc(100% - 25px);margin-left:25px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist{width:100%;margin-left:0;margin-top:0;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem{padding-bottom:0;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .fflong{display:none;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .fflongmob{display:block;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyleft{width:145px;top:9px;height:40px;font-size:16px;font-weight:300;background-color:#000;color:#fff;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyright{font-size:16px;font-weight:300;height:75px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .onlyright div{margin-top:25px;margin-left:22px;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo{width:100%;height:auto;float:left;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo{width:100%;border:0;border-radius:0;box-shadow:none;height:auto;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .arrowtitle{bottom:-1px;left:20px;max-width:20px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle{font-size:17px;bottom:6%;}}@media only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle{font-size:30px;bottom:6%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle .roomtitleDesc{padding-left:5px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features{padding-left:12px;padding-top:12px;padding-bottom:25px;height:auto;width:calc(100% - 12px);}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features{padding-left:10px;padding-top:10px;width:calc(100% - 10px);height:calc(50% - 10px);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px),only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features .arrowdarkgrey{margin-top:-20px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div{font-size:12px;margin-bottom:4px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div{font-size:14px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title div{font-size:17px;font-weight:bold;}}@media only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title div{font-size:30px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .text{font-size:15px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle{display:none;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle{padding-left:4px;font-size:15px;width:calc(100% - 4px);}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .bookingratestitle .RatesAvailable{width:50%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap{margin-bottom:20px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap{width:calc(100% - 8px);padding:5px 4px 0 4px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap{-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #b0b0b0;width:calc(100% - 6px);padding:5px 3px 0 3px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl{padding-bottom:7px;border-bottom:1px solid #fff;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li{height:40px;line-height:normal;color:#354b56;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li{padding-top:7px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratemembertext{width:105px;font-size:15px;padding-left:8px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .showOnMobile{display:block;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first{width:auto;float:left;font-weight:300;font-size:16px;color:#000;margin-bottom:10px;height:22px !important;}}@media only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first{font-size:20px;height:25px !important;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first{width:30%;font-size:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .other{width:20%;text-align:right;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .other{width:62px;font-size:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .tird{clear:both;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last{width:23% !important;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last{padding-top:0;width:127px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last .buttonSingle{padding-left:5px;font-size:13px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .average{width:calc(18% - 3px);padding-left:3px;color:#b0b0b0;font-size:9px;line-height:11px;height:35px;padding-top:5px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricenormal,html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricebold{line-height:normal;font-size:23px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricenormal,html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricebold{font-size:17px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .hideOnMobile{display:none;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesterms{display:none;overflow:hidden;position:relative;width:96%;font-size:14px;padding:10px 2% 10px 2%;-moz-box-shadow:inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;-webkit-box-shadow:inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;box-shadow:inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;background-color:#fff;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap i.fa-circle{font-size:5px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #ratesWrap #main-wrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap i.fa-times-circle-o{font-size:30px;float:right;color:#871c3c;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main{padding:0 8px 0 8px;width:calc(100% - 16px);float:left;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #summaryWrap #main-wrap #main{width:calc(100% - 20px);padding:0 10px 0 10px;margin-right:0;margin-top:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner h2{margin-bottom:15px;font-weight:normal;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation{margin-top:20px;font-size:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft{width:35%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright{width:65%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonimgdiv{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonnamediv{width:100%;clear:both !important;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonbtdiv{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left{width:67%;margin-bottom:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div{padding-top:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div img{width:110px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right{width:33%;margin-top:12px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left,html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left input[type=text],html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right input[type=text]{width:90%;margin-right:0;margin-left:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left .memLastname{margin-bottom:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .left label{margin-top:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right{margin-top:20px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .memberFields .right .retrieve{margin-top:0;width:140px;padding-top:10px;padding-bottom:8px;margin-right:6%;height:18px;background-position:92% 12px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock{padding:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft{width:100%;margin-bottom:8px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_01{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_02{text-transform:uppercase;font-size:12px;font-weight:bold;padding-top:8px;width:35%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_03{width:30%;margin-top:0;font-size:35px;font-weight:200;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_04{font-size:9px;width:35%;padding-top:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright{width:100%;}}html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox{float:left;}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox{width:100%;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomcheckbox{width:50%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomtotal{width:100%;float:left;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px),only screen and (min-width:1129px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomtotal{width:50%;float:right;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full textarea{width:calc(100% - 13px);}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left,html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right{width:100%;margin-right:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left{margin-bottom:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li{margin-left:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px),only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc h2{margin-top:20px;margin-bottom:20px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc .left,html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc .right{width:100%;margin-left:0;margin-bottom:10px;text-transform:uppercase;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingterms{margin-bottom:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingterms label{font-size:11px;font-style:normal;}}html body #body-content #contentWrap #confirmationWrap #side-wrap #side{display:block;}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfWhats{display:block;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFace{display:none;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFaceMob{display:block;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main{padding:0 8px 0 8px;width:calc(100% - 16px);float:left;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main{width:calc(100% - 20px);padding:0 10px 0 10px;margin-right:0;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:1000px) and (max-width:1128px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner{display:block !important;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1{font-size:34px;font-weight:200;padding-bottom:10px;}}@media print{html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1{color:#000 !important;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 i{margin-right:4px;margin-left:7px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation{margin-top:20px;font-size:15px;padding-bottom:0;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft{width:30%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright{width:70%;}}@media print{html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms h2{color:#000 !important;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader{font-size:17px;text-transform:capitalize;width:100%;padding:0;padding-top:15px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader{font-size:20px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine{padding:10px 0 10px 10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation{height:auto;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightleft,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightright{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingreturn{width:70%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections h2{margin-bottom:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections .howtogetthere{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingdirections #map{height:120px;width:100%;margin-bottom:15px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span,html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span{font-weight:200;font-size:33px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom,html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright ul li span.priceroom,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright ul li span.priceroom{font-weight:200;font-size:33px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright{padding-left:25px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title,html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title{margin-bottom:4px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main{width:98%;padding:8px 1%;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #errorWrap #main{width:70%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail{float:left;width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail{width:calc(100% - 20px);}html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .roomimage{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle{font-size:22px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle{font-size:35px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeHotelfromNoAvail,html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeSitefromNoAvail{background-image:none;font-size:13px;width:25%;float:right;padding:9px 7px 9px 7px;margin-top:15px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeHotelfromNoAvail,html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeSitefromNoAvail{background-image:none;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate{width:33%;font-size:15px;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate{font-size:16px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .MessageNoRates{width:calc(100% - 40px);padding:10px;margin-left:10px;margin-right:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side{position:absolute;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking label{color:#252525;}}@media only screen and (min-width:795px) and (max-width:999px){html body #body-content #contentWrap #cancelWrap #main{width:calc(70% - 25px);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main{width:calc(100% - 32px);}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full{width:100%;float:left;margin-top:6px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .title,html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .detail{width:auto;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main .bookingDetails .full .title{margin-right:6px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #cancelWrap #main .full .left{width:100%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main .full .left input[type=tel],html body #body-content #contentWrap #cancelWrap #main .full .left input[type=text],html body #body-content #contentWrap #cancelWrap #main .full .left input[type=number]{height:32px;}}@media only screen and (max-width:480px){html body #body-content #contentWrap #cancelWrap #main .full #LastName,html body #body-content #contentWrap #cancelWrap #main .full #ConfirmationNumber{margin:10px 0 0 0;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #body-content #contentWrap #cancelWrap #main .full #LastName,html body #body-content #contentWrap #cancelWrap #main .full #ConfirmationNumber{width:calc(100% - 18px);}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main{width:100%;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main img{width:100%;margin-bottom:20px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main .offlineleft{width:calc(100% - 20px);padding:0 10px 0 10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main .offlineright{width:calc(100% - 20px);padding:0 10px 0 10px;}}html body #body-content #contentWrap #offlineWrap #main .offlineright .selectHotels{margin-left:10px;font-size:18px;}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main .offlineright select{width:calc(100% - 20px);margin:10px;}}@media only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden{margin-left:0;padding:10px;width:calc(100% - 20px);font-size:15px;background-color:#d9d9d9;border:1px solid #000;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-bottom:20px;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer{margin-top:0;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer #footer{display:none;}}@media only screen and (min-width:795px) and (max-width:999px){html body #bg-footer #footer{width:100%;margin:0;}}@media only screen and (min-width:795px) and (max-width:999px){html body #bg-footer #footer .left{width:70%;}}@media only screen and (min-width:795px) and (max-width:999px){html body #bg-footer #footer .right{width:30%;}}@media only screen and (min-width:795px) and (max-width:999px),only screen and (min-width:481px) and (max-width:794px),only screen and (max-width:480px){html body #bg-footer #footer #widgetized-footer{width:100%;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer .footermobile{display:block;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer .footermobile #footerLinks{width:100%;padding:5px 0;text-align:center;background-color:#000;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer .footermobile #footerLinks div{display:inline-block;vertical-align:middle;padding:10px 0;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer .footermobile #footerLinks div a{text-decoration:none;color:#fff;font-family:'Caslon','FontinSansBold',"Tahoma","Georgia","Times New Roman",Times,serif;font-size:12px;}html body #bg-footer .footermobile #footerLinks div a img{margin:auto;display:block;}}@media only screen and (max-width:480px),only screen and (min-width:481px) and (max-width:794px){html body #bg-footer .footermobile #footerLinks div a.active{background:url("../images/nav_gradient_active.png");}}
