@charset "UTF-8";
.arrow-bg {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/down-chevron.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#hotel_detail {
  background: #f7f7f7;
  position: relative;
}
#hd_header_wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.sticky-header #hd_header_wrp {
  position: fixed;
}
#hd_header {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  z-index: 30;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hd_header .ta_logo {
  width: 37px;
  display: inline-block;
  height: 22px;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/trip-advisor-owl.png') no-repeat 0 0;
  vertical-align: middle;
}
.hd_breadcrumb_title {
  position: relative;
  float: left;
}
.hd_title_rating {
  float: right;
}
#hd_title {
  float: left;
  margin-left: 20px;
}
#hd_title #hd_title_txt {
  font-family: 'Costa Std Demi';
  font-weight: normal;
  font-style: normal;
  font-size: 1.15em;
  line-height: 40px;
  margin: 0;
  text-transform: none;
}
.best-western-plus #hd_title #hd_title_txt {
  color: #8B1936;
}
.best-western-premier #hd_title #hd_title_txt {
  color: #9E161A;
}
.best-western-premier-collection #hd_title #hd_title_txt {
  color: #000;
}
#hd_rating {
  float: left;
  line-height: 40px;
  margin-left: 20px;
}
#hd_header_ops {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}
.hd_header_op {
  margin: 0;
  list-style-type: none;
  float: left;
  line-height: 40px;
  padding: 0;
  border-left: 1px solid #f1f1f1;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  cursor: pointer;
  position: relative;
}
.hd_header_op > a {
  display: block;
  padding: 0 25px;
}
.hd_header_op > a:hover {
  text-decoration: none;
}
.hd_header_op > a#trip-advisor-link .ta_small {
  margin-right: 10px;
}
.hd_header_op.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #e2e2e2 transparent transparent transparent;
  margin-left: -12px;
}
.hd_header_op.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  margin-left: -12px;
  margin-top: -1px;
}
.hd_header_op#hd_header_add_favourite > a:after {
  content: "t";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  width: 36px;
  background: #fff;
  color: #595d5b;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
}
.hd_header_op#hd_header_add_favourite > a.in_favourites:after {
  content: "\e00c";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003c7f;
}
.hd_header_op#hd_header_add_favourite > a:hover {
  text-decoration: none;
}
.hd_header_op#hd_header_view_map > a:after {
  content: '';
  display: inline-block;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/map-icon.png');
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
  margin-left: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hd_header_op#hd_header_view_map:hover > a:after {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.hd_header_op#hd_header_ta {
  text-transform: none;
  color: #307A24;
  font-size: 1em;
}
.ie8 .hd_header_op#hd_header_ta {
  width: 310px;
}
#hd_hero {
  height: 600px;
  position: relative;
  padding: 41px 10px 0 10px;
}
.variant-b #hd_hero {
  margin-bottom: 50px;
  height: 550px;
  padding-top: 91px;
}
#hd_hero_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
#hd_hero_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEWCAQAAAANuDWVAAAAWUlEQVQ4jaWSUQoAIAhDh/e/T8czCPpRN40gQubDjdKwDH4O7o2reKpfW7ko+RBgKGad8a2psGgna32YmQXWk+dvNTHVv/a5GGw9mKlulQCq4azFgMwHOJIbWiy4LhWejH4AAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: 0 30px;
}
.variant-b #hd_hero_img:before {
  background-position: 0 80px;
}
#hd_hero_cols {
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  padding: 0;
  padding-top: 35px;
  list-style-type: none;
}
.hd_hero_col {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 32%;
  margin-left: 2%;
}
.hd_hero_col:first-child {
  margin-left: 0;
  visibility: hidden;
}
.hd_rating_left {
  font-size: 6em;
  display: inline-block;
  line-height: 1;
}
.hd_rating_right {
  display: inline-block;
}
.hd_rating_limit {
  display: block;
  line-height: 1;
  font-size: 3em;
}
.hd_rating_separator {
  font-size: 35px;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}
.hd_rating_mark {
  display: block;
  line-height: 1;
  font-size: 1.8em;
  text-transform: uppercase;
}
.hd_price .hd_price_lbl {
  font-size: 2em;
  display: block;
  line-height: 1;
}
.hd_price .old_price {
  font-size: 2em;
  display: block;
  line-height: 1;
  text-decoration: line-through;
}
.hd_price .price {
  font-size: 3.8em;
  display: block;
  line-height: 1;
  margin-top: 5px;
  text-align: right;
}
.hd_price .price.price-long {
  font-size: 2.7em;
}
#comparableNights.hd_hero_col {
  display: list-item;
}
.hd_hero_col_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  height: 75px;
}
.hd_hero_col_footer {
  line-height: 1;
}
.hd_hero_col_footer .button.tertiary.small.right {
  position: relative;
  top: -5px;
  line-height: 1.6;
}
.hd_hero_col_footer_top_txt {
  text-transform: uppercase;
  font-size: 1.1em;
  display: block;
  margin-bottom: 3px;
}
.hd_hero_col_footer_bottom_txt {
  font-size: 0.85em;
}
#hd_info_tabs_bar {
  height: 50px;
  position: relative;
  z-index: 20;
  margin-bottom: 45px;
}
.variant-b #hd_info_tabs_bar {
  margin-bottom: 0;
}
#hd_info_tabs_bar > div {
  position: absolute;
  width: auto;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background-color: #efefef;
  border-bottom: 1px solid #e2e2e2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.variant-b #hd_info_tabs_bar > div {
  position: relative;
  background-color: #003c7f;
  border-bottom: none;
}
#hd_info_tabs_bar.sticky > div {
  position: fixed;
}
.variant-b #hd_info_tabs_bar.sticky > div {
  position: relative;
}
#hd_info_tabs_bar .button {
  float: right;
  margin-top: 5px;
}
.hd_info_tab_share {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  margin-top: -9px;
}
.hd_info_tab_share:before {
  content: "6";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  font-size: 18px;
}
#hd_hero_gallery_wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAADklEQVQYV2NgmAmHJDABk7EO8iKynbYAAAAASUVORK5CYII=');
}
#hd_hero_gallery {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#hd_hero_gallery .bx-viewport {
  padding: 10px 0;
}
#hd_hero_gallery [class^="hd-gallery-nav-"] a {
  position: absolute;
  top: 50%;
  background-color: #fff;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/hero-gallery-nav.png');
  background-repeat: no-repeat;
  color: #003c7f;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#hd_hero_gallery [class^="hd-gallery-nav-"] a.disabled {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: default;
}
#hd_hero_gallery [class^="hd-gallery-nav-"] a.bx-prev {
  right: 100%;
  margin-right: 15px;
  background-position: 15px 50%;
}
#hd_hero_gallery [class^="hd-gallery-nav-"] a.bx-next {
  left: 100%;
  margin-left: 15px;
  background-position: -88px 50%;
}
#hd_hero_gallery_items {
  display: none;
}
#hd_hero_gallery_items:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
#hd_hero_gallery_items a {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#hd_hero_gallery_items a.img-loaded {
  background-image: none;
}
#hd_hero_gallery_items a:hover img,
#hd_hero_gallery_items a:focus img {
  filter: alpha(opacity=100);
  opacity: 1;
}
#hd_hero_gallery_items img {
  display: block;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#hd_explore_hotel {
  margin-bottom: 50px;
}
#hd_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
#hd_hero #hd_map {
  margin-top: 91px;
}
#hd_map > div {
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#hd_map.state_loaded > div {
  filter: alpha(opacity=100);
  opacity: 1;
}
#hd_map #hotel_map_element {
  width: 100%;
  height: 100%;
  background: #fff;
}
#hd_map #hotel_map_element img {
  max-width: none;
}
#hd_map #hotel_lookinside_element {
  width: 100%;
  height: 100%;
  background: #fff;
}
#hd_map .close {
  top: 40px;
  padding: 4px;
  background: #12addd;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.summary-block {
  padding: 10px 0 5px 50px;
  border-bottom: 1px solid #ececec;
  font-size: 0.85em;
  min-height: 27px;
  background-position: left center;
  background-repeat: no-repeat;
}
.summary-block > span {
  display: inline-block;
  margin-bottom: 5px;
}
.summary-block-message {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-message-icon.png');
}
.summary-block-amenities {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-services-icon.png');
}
.summary-block-wifi {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-wifi-icon.png');
}
.summary-block-parking {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-parking-icon.png');
}
.summary-block-pets {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-pets-icon.png');
}
.summary-block-checkinout {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/summary-checkinout-icon.png');
}
#minimap {
  display: inline-block;
}
.aa-rosette {
  position: relative;
  top: 2px;
}
.csr-award {
  position: relative;
  top: 5px;
}
#hd_awards {
  margin: 5px 0;
}
#hd_awards .csr-award {
  top: 2px;
}
#hd_awards > span {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#rr_wrp,
#rr_wrp_multi {
  margin-bottom: 25px;
}
.hd_rooms_rates {
  position: relative;
  margin-bottom: 50px;
}
#rr_change_dates_lnk {
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
}
.rr_change_dates .button.rr_button {
  max-height: 40px;
  margin-top: 27px;
}
.rr_header {
  padding: 20px;
  background: #fff;
  margin-bottom: 25px;
}
.rr_header > strong {
  font-size: 1.1em;
}
.rr_header .search_wrp {
  z-index: 10;
}
#low_rate_track {
  position: relative;
  min-height: 200px;
  margin-bottom: 25px;
}
#low_rate_dock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -o-transition: top 0.25s;
  transition: top 0.25s;
}
#low_rate_dock > div {
  background: #fff;
  padding: 20px 15px 15px 15px;
  margin-bottom: 15px;
}
#low_rate_dock .button {
  display: block;
  line-height: 19px;
  width: 100%;
}
.low-rate-dock-title {
  display: block;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
}
.lrg_rooms {
  margin-top: 15px;
}
.lrg_total {
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  padding-top: 5px;
  border-top: 1px solid #e2e2e2;
}
.lrg_total_lbl {
  float: left;
  font-size: 0.85em;
}
.lrg_total_amnt {
  float: right;
  color: #003c7f;
  display: inline-block;
  font-size: 1.1em;
}
.lrg_room {
  margin-bottom: 15px;
}
.lrg_room.active .lrg_room_type:before {
  content: "?";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lrg_title {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.lrg_room_type {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  color: #595d5b;
  position: relative;
  background: #f4f4f4;
  padding: 5px 20px 5px 5px;
  margin-bottom: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.lrg_room_type:before {
  content: "@";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
}
.lrg_room_type:hover {
  color: #595d5b;
  text-decoration: none;
}
.lrg_info {
  display: none;
}
.lrg_info ul {
  padding: 0;
  margin-left: 10px;
  list-style-type: none;
  margin-bottom: 0;
}
.lrg_info ul li {
  font-size: 0.85em;
}
.lrg_info ul li:before {
  content: '- ';
}
.lrg_subtotal {
  font-size: 0.85em;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.lrg_subtotal_amnt {
  font-size: 14px;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  float: right;
}
.rt_header {
  background-color: #e9e9e9;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.rt_body {
  padding: 10px;
  background-color: #fff;
}
.rt_rooms {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rt_room {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
}
.rt_img {
  float: left;
  width: 160px;
  position: relative;
}
.rt_img.rt_img_more_info {
  cursor: pointer;
}
.rt_img.rt_img_more_info:after {
  content: "P";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  z-index: 1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAADklEQVQYV2NgaIBDEpgAUcYMgXO43vEAAAAASUVORK5CYII=');
}
.rt_img img {
  display: block;
}
.rt_info {
  margin-left: 175px;
}
.rt_summary {
  margin-bottom: 15px;
  margin-right: 180px;
}
.multiroom .rt_summary {
  margin-right: 0;
}
.rt_summary p {
  margin-bottom: 0;
}
.rt_summary .rt_more_info {
  text-decoration: underline;
}
.rt_price_wrp {
  float: right;
}
.rt_price_wrp .rt_price {
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/rate-guarantee-logo-48.png') no-repeat 5px 50%;
}
.rt_price {
  font-size: 2.2em;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 0 5px 0 60px;
  position: relative;
  height: 60px;
  line-height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multiroom .rt_price {
  padding: 10px 5px 0 60px;
  line-height: 1.1;
}
.rt_price .from_lbl {
  display: block;
  font-size: 11px;
}
.rt_price .per_room_lbl {
  display: inline-block;
  font-size: 11px;
}
.rt_options {
  background-color: #f7f7f7;
  padding: 10px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt_options_in {
  position: relative;
}
.multiroom .rt_options_in {
  display: table;
  width: 100%;
}
.multiroom .rt_options_in .rt_price_wrp {
  float: none;
  display: table-cell;
}
.multiroom .rt_options_in .rt_rooms_selector {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 115px;
}
.multiroom .rt_options_in .rt_rooms_selector .customSelect {
  background-color: #fff;
}
.multiroom .rt_options_in .rt_rooms_selector > label {
  text-align: left;
}
.multiroom .rt_options_in .rt_rooms_selector > label .rt_rooms_selector_lbl {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.85em;
  margin-right: 5px;
}
.rt_composition {
  margin-top: 10px;
  padding: 5px;
  background: #f7f7f7;
}
.rt_composition > table {
  width: 100%;
}
.rt_composition > table th,
.rt_composition > table td {
  padding: 3px;
}
.variant-b .rt_composition > table th,
.variant-b .rt_composition > table td {
  vertical-align: middle;
}
.rt_composition > table th {
  font-size: 0.85em;
}
.rt_composition .customSelect {
  font-size: 0.85em;
  padding: 5px;
  line-height: 22px;
  background-color: #fff;
  min-height: 0;
}
.rt_composition_lbl {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .85em;
  width: 60px;
}
.rt_composition_lbl > div {
  position: relative;
}
.rt_loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.rt_adults,
.rt_children {
  width: 60px;
  vertical-align: top;
}
.rt_selections {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 500px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  margin-top: 20px;
  outline: none;
  margin-left: -250px;
}
.rt_selections:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  margin-left: -20px;
  height: 0;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #003c7f transparent;
}
.rt_selections table {
  width: 100%;
}
.rt_selections table tr {
  border-bottom: 1px solid #e2e2e2;
}
.rt_selections table tr td {
  padding: 18px;
  vertical-align: middle;
}
tr.rt_selection {
  cursor: pointer;
}
tr.rt_selection .rt_radio {
  text-align: center;
  padding-left: 25px;
}
tr.rt_selection .rt_radio input {
  display: none;
}
tr.rt_selection .rt_radio span {
  width: 20px;
  height: 21px;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/radio-sprite.png') no-repeat left 0;
  position: relative;
  display: block;
}
tr.rt_selection .rt_price {
  color: #003c7f;
  font-size: 2em;
  text-align: right;
}
tr.rt_selection .rt_info {
  padding-right: 25px;
}
tr.rt_selection .rt_info > h4 {
  font-size: 1em;
  margin: 0 0 2px 0;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
}
tr.rt_selection .rt_info > span {
  font-size: 0.85em;
  display: block;
  line-height: 1.4;
}
tr.rt_selection .rt_additional {
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  width: 100px;
  line-height: 1;
  text-align: right;
}
tr.rt_selection .rt_additional small {
  font-size: 12px;
  display: block;
}
tr.rt_selection.selected td {
  background-color: #f4f4f4;
}
tr.rt_selection.selected .rt_radio span {
  background-position: right 0;
}
tr.rt_selection:hover td,
tr.rt_selection:focus td {
  background-color: #f4f4f4;
}
.rt_selections_header {
  background: #003c7f;
  padding: 10px 20px;
  position: relative;
}
.rt_selections_title {
  color: #fff;
  font-size: 1.2em;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.rt_close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  z-index: 10;
  cursor: pointer;
  margin-top: -8px;
}
.rt_close:after {
  content: '`';
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
  display: block;
}
#hd_facilities {
  margin-bottom: 50px;
}
.hd_facilities_images_wrp {
  position: relative;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #003c7f;
  background: rgba(0, 60, 127, 0.9);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a:hover {
  background: #003c7f;
  text-decoration: none;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a.bx-prev:after {
  content: "c";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
  line-height: 36px;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.hd_facilities_images_wrp .bx-controls .bx-controls-direction a.bx-next:after {
  content: "b";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
  line-height: 36px;
}
.hd_facilities_images {
  display: none;
}
.hd_facilities_images img {
  display: block;
}
.see_more_recipes {
  position: relative;
  top: 2px;
  margin-left: 15px;
}
.dining_img {
  position: relative;
  margin-bottom: 25px;
}
.dining_img > img {
  display: block;
  margin: auto;
  width: 100%;
}
.dining_img > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003c7f;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.dining_img > div > span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.dining_img > div [data-icon] {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: -5px;
}
.dining_title {
  color: #595d5b;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6em;
}
.dining_title [data-icon] {
  color: #003c7f;
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.dining_text {
  margin-bottom: 18px;
}
.opening_hours {
  margin-bottom: 25px;
}
.opening_hours td {
  padding-right: 15px;
}
.attraction_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.attraction_list > li {
  padding: 0;
  margin-bottom: 15px;
}
.attraction_list > li p {
  margin-bottom: 5px;
}
.attraction_title {
  font-size: 1.1em;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #595d5b;
  margin-bottom: 15px;
  text-decoration: underline;
}
#amenities_policies_table [data-icon] {
  display: block;
}
#amenities_policies_table [data-icon]:before {
  font-size: 32px;
  color: #003c7f;
  display: block;
}
.user_quote {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.user_quote > li {
  margin: 0 0 10px 0;
  padding: 0;
}
.user_quote > li:last-child {
  margin: 0;
}
.user_quote > li:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.user_quote > li > img {
  float: left;
  display: block;
  max-width: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.user_quote_txt {
  margin-left: 65px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.user_quote_txt .user_quote_quote {
  color: #003c7f;
  font-size: 1.1em;
  display: block;
}
.user_quote_txt .user_quote_author {
  font-size: 0.8em;
  display: block;
}
.rt_title {
  font-size: 0.95em;
  color: #6c706f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2px;
  display: inline-block;
}
.gc_section_header .rt_title {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.rt_title[class^="rt_"]:before {
  content: '';
  display: inline-block;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/room-types.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 8px;
}
.rt_title.rt_single_room:before,
.rt_title.rt_other_rooms:before,
.rt_title.rt_studio:before,
.rt_title.rt_undefined:before {
  width: 8px;
}
.rt_title.rt_double_room:before,
.rt_title.rt_twin_room:before,
.rt_title.rt_1_double_bed:before,
.rt_title.rt_suite:before,
.rt_title.rt_four_poster_room:before,
.rt_title.rt_2_single_beds:before {
  width: 17px;
}
.rt_title.rt_family_room:before,
.rt_title.rt_apartment:before,
.rt_title.rt_family_suite:before,
.rt_title.rt_lodge:before {
  width: 29px;
}
.rt_title.rt_disabled_room:before {
  width: 15px;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/disabled-icon.png');
}
.rt_selector {
  position: relative;
}
.rt_selector .sfTxtLbl {
  font-size: 0.85em;
}
.rt_selector[data-disabled="disabled"] div.rt_selection {
  background-color: #F1F1F1;
  color: #C0C0C0;
}
.rt_selector[data-disabled="disabled"] div.rt_selection .rt_selection_in:after {
  color: #C0C0C0;
}
.book_btn .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
div.rt_selection {
  padding: 7px 8px;
  width: 100%;
  color: #777;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/down-chevron.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: #fff;
}
div.rt_selection .rt_selection_in {
  width: 100%;
  font-size: 0.85em;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div.rt_selection:focus {
  color: #333;
}
.rt_alert {
  color: #dc4b1f;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid #e2e2e2;
  line-height: 1;
  font-size: 0.9em;
}
.ta_wrp {
  padding: 25px;
  background-color: #fff;
}
.ta_small {
  font-size: 0.7em;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.ta_review_rating {
  display: block;
  float: left;
}
.ta_review_ratings {
  margin: 5px 0 10px 0;
}
.ta_rating_itm > img {
  display: inline-block;
  margin-right: 5px;
}
.ta_rating_rail {
  display: inline-block;
  width: 70px;
  height: 10px;
  background-color: #e3e3e3;
  margin-right: 5px;
}
.ta_rating_rail .ta_rating_bar {
  height: 10px;
  display: block;
  background-color: #fabc18;
}
.ta_rating_segment {
  color: #589341;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.85em;
}
#ta_reviews a {
  color: #589341;
}
.ta_body {
  margin-left: 150px;
}
.ta_review_title {
  color: #6e7272;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
}
.ta_review_title_info {
  margin: 0;
  color: #589341;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.85em;
}
.ta_review_summary {
  margin-bottom: 18px;
}
.ta_review_text {
  display: none;
}
.ta-owner-response {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 18px;
  position: relative;
  margin-top: 35px;
}
.ta-owner-response--header {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #003c7f;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.85em;
}
.ta-owner-response--title {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #6e7272;
  margin-bottom: 5px;
}
.ta-owner-response--meta {
  margin-bottom: 5px;
  color: #589341;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.85em;
}
.ta-owner-response--text {
  color: #777;
}
.room-headers {
  background: #e9e9e9;
  padding: 0 15px;
}
.room-headers:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.rh-left {
  float: left;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.multiroom .rh-left {
  width: 30%;
}
.rh-right {
  float: left;
  width: 77%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multiroom .rh-right {
  width: 70%;
}
.room-header {
  display: block;
  float: left;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
}
.rooms-rate-type {
  width: 30%;
  padding-right: 15px;
}
.multiroom .rooms-rate-type {
  width: 40%;
}
.rooms-options {
  width: 29%;
  padding-right: 15px;
}
.rooms-total {
  text-align: right;
  width: 19%;
  padding-right: 15px;
}
.multiroom .rooms-total {
  width: 45%;
}
.rt-lrg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rooms-lrg {
  text-align: center;
  width: 22%;
}
.rooms-lrg img {
  display: block;
  margin: auto;
  margin-top: 8px;
  width: 40px;
}
.rt-add-td {
  width: 1px;
}
.rooms-qty {
  width: 15%;
}
.room-types {
  background: #fff;
  padding: 15px;
}
.room-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.room-type:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.room-type:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.room-type .rt_title {
  text-transform: none;
  margin-bottom: 5px;
}
.rt-left {
  float: left;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.multiroom .rt-left {
  width: 30%;
}
.rt-right {
  float: left;
  width: 77%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multiroom .rt-right {
  width: 70%;
}
.rt-img {
  position: relative;
  margin-bottom: 10px;
}
.rt-img:after {
  content: "P";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  z-index: 1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAADklEQVQYV2NgaIBDEpgAUcYMgXO43vEAAAAASUVORK5CYII=');
}
.rt-img img {
  display: block;
}
.rt-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.rt-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.rt-row:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.rt-room-options {
  clear: both;
  padding-top: 15px;
}
.rt-room-options .rt_composition {
  margin: 0;
}
.rt-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-item .rt_selection {
  margin-top: 5px;
}
.rt-item.rt-rate {
  width: 30%;
  padding-right: 15px;
}
.multiroom .rt-item.rt-rate {
  width: 40%;
}
.rt-item.rt-options {
  width: 29%;
  padding-right: 15px;
}
.rt-item.rt-total {
  text-align: right;
  width: 19%;
  padding-right: 15px;
}
.multiroom .rt-item.rt-total {
  width: 45%;
}
.rt-item.rt-book {
  text-align: center;
  width: 22%;
}
.rt-item.rt-book .button {
  line-height: 19px;
}
.rt-item.rt-qty {
  width: 15%;
  position: relative;
}
.rt-item.rt-qty select,
.rt-item.rt-qty .customSelect {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
}
@media (max-width: 991px) {
  .rt-item.rt-book .button {
    font-size: 0.75em;
  }
}
.rt-price {
  font-size: 1.8em;
  color: #003c7f;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
#look_inside.in-body {
  position: fixed;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6) url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/loader-64-white.gif') no-repeat 50% 50%;
  z-index: 1250;
}
.ie8 #look_inside.in-body {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAADklEQVQYV2NgmAmHJDABk7EO8iKynbYAAAAASUVORK5CYII=');
}
#look_inside.in-body .close {
  top: 38px;
  right: 35px;
}
#hd_map.in-body {
  position: fixed;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6) url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/loader-64-white.gif') no-repeat 50% 50%;
  z-index: 1250;
}
.ie8 #hd_map.in-body {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAADklEQVQYV2NgmAmHJDABk7EO8iKynbYAAAAASUVORK5CYII=');
}
#hd_map.in-body .close {
  top: 60px;
  right: 35px;
}
.bw-hotel-type {
  display: none;
  border-bottom: 1px solid #e2e2e2;
  height: 85px;
  position: relative;
}
.bw-hotel-type:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.best-western-standard .bw-hotel-type {
  display: block;
}
.best-western-standard .bw-hotel-type:before {
  content: '';
  background: url('/best-western-standard.svg') no-repeat center;
  background-size: 260px 55px;
  width: 260px;
  height: 55px;
}
.ie8 .best-western-standard .bw-hotel-type:before {
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/best-western-standard.png') no-repeat center;
  background-size: auto;
}
.best-western-plus .bw-hotel-type {
  display: block;
}
.best-western-plus .bw-hotel-type:before {
  content: '';
  background: url('/best-western-plus.svg') no-repeat center;
  background-size: 260px 45px;
  width: 260px;
  height: 45px;
}
.ie8 .best-western-plus .bw-hotel-type:before {
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/best-western-plus.png') no-repeat center;
  background-size: auto;
}
.best-western-premier .bw-hotel-type {
  display: block;
}
.best-western-premier .bw-hotel-type:before {
  content: '';
  background: url('/best-western-premier.svg') no-repeat center;
  background-size: 260px 37px;
  width: 260px;
  height: 37px;
}
.ie8 .best-western-premier .bw-hotel-type:before {
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/best-western-premier.png') no-repeat center;
  background-size: auto;
}
.best-western-premier-collection .bw-hotel-type {
  display: block;
}
.best-western-premier-collection .bw-hotel-type:before {
  content: '';
  background: url('/best-western-premier-collection.svg') no-repeat center;
  background-size: 200px 46px;
  width: 200px;
  height: 46px;
}
.ie8 .best-western-premier-collection .bw-hotel-type:before {
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/best-western-premier-collection.png') no-repeat center;
  background-size: auto;
}
.lock-rates {
  margin-bottom: 25px;
  padding: 10px 150px 10px 70px;
  background: #cff7c1 url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWestern/Images/lock-rates-icon.png') no-repeat 20px center;
  position: relative;
  color: #003c7f;
  font-size: 1.1em;
}
.lock-rates .lrg_wrp {
  display: block;
  position: absolute;
  top: -15px;
  right: 20px;
}
.lock-rates-lrg-logo {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
