/* Minification failed. Returning unminified contents.
(434,1): run-time error CSS1019: Unexpected token, found '@import'
(434,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i')'
(1332,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1333,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1342,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1343,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5117,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5118,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5128,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5129,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5139,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5140,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5150,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5151,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5161,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5162,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5169,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5170,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5177,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5178,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5185,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5186,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5197,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5198,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5213,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5214,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5225,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5226,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5241,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5242,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5257,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5258,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5265,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5266,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker-inline .datepicker td,
.datepicker-inline .datepicker th {
  width: 70px;
  height: 70px;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu .table-condensed {
  width: 466px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: "best-western";
  src: url("/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/best-western.eot");
  src: url("/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/best-western.eot?#iefix") format("embedded-opentype"), url("/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/best-western.woff") format("woff"), url("/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/best-western.ttf") format("truetype"), url("/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/best-western.svg#best-western") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
[data-icon]:before {
  font-family: "best-western" !important;
  content: attr(data-icon);
  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: inline-block;
  vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  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: inline-block;
  vertical-align: middle;
}
.icon-fontawesome-webfont:before {
  content: "a";
}
.icon-fontawesome-webfont-1:before {
  content: "b";
}
.icon-fontawesome-webfont-2:before {
  content: "c";
}
.icon-fontawesome-webfont-3:before {
  content: "d";
}
.icon-fontawesome-webfont-4:before {
  content: "e";
}
.icon-satisfied-old:before {
  content: "f";
}
.icon-okay:before {
  content: "g";
}
.icon-satisfied-2:before {
  content: "h";
}
.icon-somewhat-satisfied:before {
  content: "i";
}
.icon-somewhat-unsatisfied:before {
  content: "j";
}
.icon-very-unsatisfied:before {
  content: "k";
}
.icon-best-western:before {
  content: "l";
}
.icon-iconmonstr-calendar-5-icon:before {
  content: "m";
}
.icon-iconmonstr-key-2-icon:before {
  content: "n";
}
.icon-iconmonstr-location-icon:before {
  content: "o";
}
.icon-iconmonstr-navigation-11-icon:before {
  content: "p";
}
.icon-iconmonstr-user-13-icon:before {
  content: "q";
}
.icon-warning:before {
  content: "r";
}
.icon-list:before {
  content: "s";
}
.icon-add-favourite:before {
  content: "t";
}
.icon-info:before {
  content: "u";
}
.icon-untitled-font-1-3:before {
  content: "v";
}
.icon-user:before {
  content: "w";
}
.icon-date:before {
  content: "x";
}
.icon-hotel:before {
  content: "y";
}
.icon-bin:before {
  content: "z";
}
.icon-home-1:before {
  content: "A";
}
.icon-toast:before {
  content: "B";
}
.icon-drinks:before {
  content: "C";
}
.icon-hidden:before {
  content: "D";
}
.icon-comment:before {
  content: "E";
}
.icon-maximise:before {
  content: "F";
}
.icon-parking:before {
  content: "G";
}
.icon-view:before {
  content: "H";
}
.icon-grid:before {
  content: "I";
}
.icon-awards:before {
  content: "J";
}
.icon-bell:before {
  content: "K";
}
.icon-service:before {
  content: "L";
}
.icon-untitled-font-1-20:before {
  content: "M";
}
.icon-map:before {
  content: "N";
}
.icon-wifi:before {
  content: "O";
}
.icon-search:before {
  content: "P";
}
.icon-cot:before {
  content: "Q";
}
.icon-untitled-font-1-25:before {
  content: "R";
}
.icon-untitled-font-1-26:before {
  content: "S";
}
.icon-clock:before {
  content: "T";
}
.icon-check-1:before {
  content: "U";
}
.icon-cross:before {
  content: "V";
}
.icon-align-justify:before {
  content: "W";
}
.icon-old-cross:before {
  content: "'";
}
.icon-check:before {
  content: "Y";
}
.icon-airport:before {
  content: "Z";
}
.icon-breaks:before {
  content: "0";
}
.icon-shopping:before {
  content: "1";
}
.icon-security:before {
  content: "2";
}
.icon-camera:before {
  content: "3";
}
.icon-card:before {
  content: "4";
}
.icon-city:before {
  content: "5";
}
.icon-connections:before {
  content: "6";
}
.icon-like:before {
  content: "7";
}
.icon-logout:before {
  content: "8";
}
.icon-contacts:before {
  content: "9";
}
.icon-event:before {
  content: "!";
}
.icon-past:before {
  content: "\"";
}
.icon-poi:before {
  content: "#";
}
.icon-tomtom:before {
  content: "%";
}
.icon-close:before {
  content: "&";
}
.icon-x-mark:before {
  content: "X";
}
.icon-phone:before {
  content: "(";
}
.icon-home:before {
  content: ")";
}
.icon-share-outline:before {
  content: "*";
}
.icon-write:before {
  content: "+";
}
.icon-written:before {
  content: ",";
}
.icon-recent:before {
  content: "-";
}
.icon-tomtom-1:before {
  content: ".";
}
.icon-old-prev:before {
  content: "/";
}
.icon-old-next:before {
  content: ":";
}
.icon-bw-next:before {
  content: ";";
}
.icon-bw-prev:before {
  content: "<";
}
.icon-caret-left:before {
  content: "=";
}
.icon-caret-right:before {
  content: ">";
}
.icon-caret-up-two:before {
  content: "?";
}
.icon-caret-down-two:before {
  content: "@";
}
.icon-folder:before {
  content: "[";
}
.icon-folder-1:before {
  content: "]";
}
.icon-shopping-1:before {
  content: "^";
}
.icon-add-comment:before {
  content: "_";
}
.icon-telephone-hollow:before {
  content: "{";
}
.icon-video:before {
  content: "|";
}
.icon-starpin:before {
  content: "}";
}
.icon-compass:before {
  content: "~";
}
.icon-remove-favs:before {
  content: "\e00c";
}
.icon-print36:before {
  content: "\e000";
}
.icon-cross-new:before {
  content: "`";
}
.icon-favs:before {
  content: "$";
}
.icon-expand:before {
  content: "\e001";
}
.icon-contract:before {
  content: "\e002";
}
.icon-information:before {
  content: "\e003";
}
.icon-list-bullet:before {
  content: "\e004";
}
.icon-bold:before {
  content: "\e005";
}
.icon-italic:before {
  content: "\e006";
}
.icon-star:before {
  content: "\e007";
}
.icon-again:before {
  content: "\e008";
}
.icon-mobile-menu-icon:before {
  content: "\e009";
}
.icon-angle-double-left:before {
  content: "\e00a";
}
.icon-angle-double-right:before {
  content: "\e00b";
}
.icon-list-bullet-1:before {
  content: "\e00e";
}
.icon-remove:before {
  content: "\e00d";
}
.icon-time:before {
  content: "\e00";
}
.icon-dog:before {
  content: "\e00f";
}
.icon-disability-1:before {
  content: "\e010";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox > a,
.prettyradio > a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/img/sprites-sfa68604977.png');
}
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 5px;
  cursor: pointer;
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed;
}
.prettycheckbox > a {
  background-position: 0 0;
}
.prettycheckbox > a:focus {
  background-position: -30px 0;
}
.prettycheckbox > a.checked {
  background-position: -60px 0;
}
.prettycheckbox > a.checked:focus {
  background-position: -90px 0;
}
.prettycheckbox > a.checked.disabled {
  background-position: -150px 0;
}
.prettycheckbox > a.disabled {
  background-position: -120px 0;
}
.prettyradio > a {
  background-position: -180px 0;
}
.prettyradio > a:focus {
  background-position: -210px 0;
}
.prettyradio > a.checked {
  background-position: -240px 0;
}
.prettyradio > a.checked:focus {
  background-position: -270px 0;
}
.prettyradio > a.checked.disabled {
  background-position: -330px 0;
}
.prettyradio > a.disabled {
  background-position: -300px 0;
}
@font-face {
  font-family: 'jrhandregular';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/jrhand-webfont.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/jrhand-webfont.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/jrhand-webfont.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/jrhand-webfont.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/jrhand-webfont.svg#jrhandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.eot');
  src: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.woff2') format('woff2'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.woff') format('woff'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-origin,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
[class*="flag-"] {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/flags.png');
}
.flag- {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.flag-AD {
  background-position: 0 -74px;
  width: 24px;
  height: 24px;
}
.flag-AE {
  background-position: 0 -148px;
  width: 24px;
  height: 24px;
}
.flag-AF {
  background-position: 0 -222px;
  width: 24px;
  height: 24px;
}
.flag-AG {
  background-position: 0 -296px;
  width: 24px;
  height: 24px;
}
.flag-AI {
  background-position: 0 -370px;
  width: 24px;
  height: 24px;
}
.flag-AL {
  background-position: 0 -444px;
  width: 24px;
  height: 24px;
}
.flag-AM {
  background-position: 0 -518px;
  width: 24px;
  height: 24px;
}
.flag-AN {
  background-position: 0 -592px;
  width: 24px;
  height: 24px;
}
.flag-AO {
  background-position: 0 -666px;
  width: 24px;
  height: 24px;
}
.flag-AQ {
  background-position: 0 -740px;
  width: 24px;
  height: 24px;
}
.flag-AR {
  background-position: 0 -814px;
  width: 24px;
  height: 24px;
}
.flag-AS {
  background-position: 0 -888px;
  width: 24px;
  height: 24px;
}
.flag-AT {
  background-position: 0 -962px;
  width: 24px;
  height: 24px;
}
.flag-AU {
  background-position: 0 -1036px;
  width: 24px;
  height: 24px;
}
.flag-AW {
  background-position: 0 -1110px;
  width: 24px;
  height: 24px;
}
.flag-AX {
  background-position: 0 -1184px;
  width: 24px;
  height: 24px;
}
.flag-AZ {
  background-position: 0 -1258px;
  width: 24px;
  height: 24px;
}
.flag-BA {
  background-position: 0 -1332px;
  width: 24px;
  height: 24px;
}
.flag-BB {
  background-position: 0 -1406px;
  width: 24px;
  height: 24px;
}
.flag-BD {
  background-position: 0 -1480px;
  width: 24px;
  height: 24px;
}
.flag-BE {
  background-position: 0 -1554px;
  width: 24px;
  height: 24px;
}
.flag-BF {
  background-position: 0 -1628px;
  width: 24px;
  height: 24px;
}
.flag-BG {
  background-position: 0 -1702px;
  width: 24px;
  height: 24px;
}
.flag-BH {
  background-position: 0 -1776px;
  width: 24px;
  height: 24px;
}
.flag-BI {
  background-position: 0 -1850px;
  width: 24px;
  height: 24px;
}
.flag-BJ {
  background-position: 0 -1924px;
  width: 24px;
  height: 24px;
}
.flag-BL {
  background-position: -74px 0;
  width: 24px;
  height: 24px;
}
.flag-BM {
  background-position: -74px -74px;
  width: 24px;
  height: 24px;
}
.flag-BN {
  background-position: -74px -148px;
  width: 24px;
  height: 24px;
}
.flag-BO {
  background-position: -74px -222px;
  width: 24px;
  height: 24px;
}
.flag-BR {
  background-position: -74px -296px;
  width: 24px;
  height: 24px;
}
.flag-BS {
  background-position: -74px -370px;
  width: 24px;
  height: 24px;
}
.flag-BT {
  background-position: -74px -444px;
  width: 24px;
  height: 24px;
}
.flag-BW {
  background-position: -74px -518px;
  width: 24px;
  height: 24px;
}
.flag-BY {
  background-position: -74px -592px;
  width: 24px;
  height: 24px;
}
.flag-BZ {
  background-position: -74px -666px;
  width: 24px;
  height: 24px;
}
.flag-CA {
  background-position: -74px -740px;
  width: 24px;
  height: 24px;
}
.flag-CC {
  background-position: -74px -814px;
  width: 24px;
  height: 24px;
}
.flag-CD {
  background-position: -74px -888px;
  width: 24px;
  height: 24px;
}
.flag-CF {
  background-position: -74px -962px;
  width: 24px;
  height: 24px;
}
.flag-CG {
  background-position: -74px -1036px;
  width: 24px;
  height: 24px;
}
.flag-CH {
  background-position: -74px -1110px;
  width: 24px;
  height: 24px;
}
.flag-CI {
  background-position: -74px -1184px;
  width: 24px;
  height: 24px;
}
.flag-CK {
  background-position: -74px -1258px;
  width: 24px;
  height: 24px;
}
.flag-CL {
  background-position: -74px -1332px;
  width: 24px;
  height: 24px;
}
.flag-CM {
  background-position: -74px -1406px;
  width: 24px;
  height: 24px;
}
.flag-CN {
  background-position: -74px -1480px;
  width: 24px;
  height: 24px;
}
.flag-CO {
  background-position: -74px -1554px;
  width: 24px;
  height: 24px;
}
.flag-CR {
  background-position: -74px -1628px;
  width: 24px;
  height: 24px;
}
.flag-CU {
  background-position: -74px -1702px;
  width: 24px;
  height: 24px;
}
.flag-CV {
  background-position: -74px -1776px;
  width: 24px;
  height: 24px;
}
.flag-CW {
  background-position: -74px -1850px;
  width: 24px;
  height: 24px;
}
.flag-CX {
  background-position: -74px -1924px;
  width: 24px;
  height: 24px;
}
.flag-CY {
  background-position: -148px 0;
  width: 24px;
  height: 24px;
}
.flag-CZ {
  background-position: -148px -74px;
  width: 24px;
  height: 24px;
}
.flag-DE {
  background-position: -148px -148px;
  width: 24px;
  height: 24px;
}
.flag-DJ {
  background-position: -148px -222px;
  width: 24px;
  height: 24px;
}
.flag-DK {
  background-position: -148px -296px;
  width: 24px;
  height: 24px;
}
.flag-DM {
  background-position: -148px -370px;
  width: 24px;
  height: 24px;
}
.flag-DO {
  background-position: -148px -444px;
  width: 24px;
  height: 24px;
}
.flag-DZ {
  background-position: -148px -518px;
  width: 24px;
  height: 24px;
}
.flag-EC {
  background-position: -148px -592px;
  width: 24px;
  height: 24px;
}
.flag-EE {
  background-position: -148px -666px;
  width: 24px;
  height: 24px;
}
.flag-EG {
  background-position: -148px -740px;
  width: 24px;
  height: 24px;
}
.flag-EH {
  background-position: -148px -814px;
  width: 24px;
  height: 24px;
}
.flag-EN {
  background-position: -148px -888px;
  width: 24px;
  height: 24px;
}
.flag-ER {
  background-position: -148px -962px;
  width: 24px;
  height: 24px;
}
.flag-ES {
  background-position: -148px -1036px;
  width: 24px;
  height: 24px;
}
.flag-ET {
  background-position: -148px -1110px;
  width: 24px;
  height: 24px;
}
.flag-EU {
  background-position: -148px -1184px;
  width: 24px;
  height: 24px;
}
.flag-FI {
  background-position: -148px -1258px;
  width: 24px;
  height: 24px;
}
.flag-FJ {
  background-position: -148px -1332px;
  width: 24px;
  height: 24px;
}
.flag-FK {
  background-position: -148px -1406px;
  width: 24px;
  height: 24px;
}
.flag-FM {
  background-position: -148px -1480px;
  width: 24px;
  height: 24px;
}
.flag-FO {
  background-position: -148px -1554px;
  width: 24px;
  height: 24px;
}
.flag-FR {
  background-position: -148px -1628px;
  width: 24px;
  height: 24px;
}
.flag-GA {
  background-position: -148px -1702px;
  width: 24px;
  height: 24px;
}
.flag-GB {
  background-position: -148px -1776px;
  width: 24px;
  height: 24px;
}
.flag-GD {
  background-position: -148px -1850px;
  width: 24px;
  height: 24px;
}
.flag-GE {
  background-position: -148px -1924px;
  width: 24px;
  height: 24px;
}
.flag-GG {
  background-position: -222px 0;
  width: 24px;
  height: 24px;
}
.flag-GH {
  background-position: -222px -74px;
  width: 24px;
  height: 24px;
}
.flag-GI {
  background-position: -222px -148px;
  width: 24px;
  height: 24px;
}
.flag-GL {
  background-position: -222px -222px;
  width: 24px;
  height: 24px;
}
.flag-GM {
  background-position: -222px -296px;
  width: 24px;
  height: 24px;
}
.flag-GN {
  background-position: -222px -370px;
  width: 24px;
  height: 24px;
}
.flag-GQ {
  background-position: -222px -444px;
  width: 24px;
  height: 24px;
}
.flag-GR {
  background-position: -222px -518px;
  width: 24px;
  height: 24px;
}
.flag-GS {
  background-position: -222px -592px;
  width: 24px;
  height: 24px;
}
.flag-GT {
  background-position: -222px -666px;
  width: 24px;
  height: 24px;
}
.flag-GU {
  background-position: -222px -740px;
  width: 24px;
  height: 24px;
}
.flag-GW {
  background-position: -222px -814px;
  width: 24px;
  height: 24px;
}
.flag-GY {
  background-position: -222px -888px;
  width: 24px;
  height: 24px;
}
.flag-HK {
  background-position: -222px -962px;
  width: 24px;
  height: 24px;
}
.flag-HN {
  background-position: -222px -1036px;
  width: 24px;
  height: 24px;
}
.flag-HR {
  background-position: -222px -1110px;
  width: 24px;
  height: 24px;
}
.flag-HT {
  background-position: -222px -1184px;
  width: 24px;
  height: 24px;
}
.flag-HU {
  background-position: -222px -1258px;
  width: 24px;
  height: 24px;
}
.flag-IC {
  background-position: -222px -1332px;
  width: 24px;
  height: 24px;
}
.flag-ID {
  background-position: -222px -1406px;
  width: 24px;
  height: 24px;
}
.flag-IE {
  background-position: -222px -1480px;
  width: 24px;
  height: 24px;
}
.flag-IL {
  background-position: -222px -1554px;
  width: 24px;
  height: 24px;
}
.flag-IM {
  background-position: -222px -1628px;
  width: 24px;
  height: 24px;
}
.flag-IN {
  background-position: -222px -1702px;
  width: 24px;
  height: 24px;
}
.flag-IQ {
  background-position: -222px -1776px;
  width: 24px;
  height: 24px;
}
.flag-IR {
  background-position: -222px -1850px;
  width: 24px;
  height: 24px;
}
.flag-IS {
  background-position: -222px -1924px;
  width: 24px;
  height: 24px;
}
.flag-IT {
  background-position: -296px 0;
  width: 24px;
  height: 24px;
}
.flag-JE {
  background-position: -296px -74px;
  width: 24px;
  height: 24px;
}
.flag-JM {
  background-position: -296px -148px;
  width: 24px;
  height: 24px;
}
.flag-JO {
  background-position: -296px -222px;
  width: 24px;
  height: 24px;
}
.flag-JP {
  background-position: -296px -296px;
  width: 24px;
  height: 24px;
}
.flag-KE {
  background-position: -296px -370px;
  width: 24px;
  height: 24px;
}
.flag-KG {
  background-position: -296px -444px;
  width: 24px;
  height: 24px;
}
.flag-KH {
  background-position: -296px -518px;
  width: 24px;
  height: 24px;
}
.flag-KI {
  background-position: -296px -592px;
  width: 24px;
  height: 24px;
}
.flag-KM {
  background-position: -296px -666px;
  width: 24px;
  height: 24px;
}
.flag-KN {
  background-position: -296px -740px;
  width: 24px;
  height: 24px;
}
.flag-KP {
  background-position: -296px -814px;
  width: 24px;
  height: 24px;
}
.flag-KR {
  background-position: -296px -888px;
  width: 24px;
  height: 24px;
}
.flag-KW {
  background-position: -296px -962px;
  width: 24px;
  height: 24px;
}
.flag-KY {
  background-position: -296px -1036px;
  width: 24px;
  height: 24px;
}
.flag-KZ {
  background-position: -296px -1110px;
  width: 24px;
  height: 24px;
}
.flag-LA {
  background-position: -296px -1184px;
  width: 24px;
  height: 24px;
}
.flag-LB {
  background-position: -296px -1258px;
  width: 24px;
  height: 24px;
}
.flag-LC {
  background-position: -296px -1332px;
  width: 24px;
  height: 24px;
}
.flag-LI {
  background-position: -296px -1406px;
  width: 24px;
  height: 24px;
}
.flag-LK {
  background-position: -296px -1480px;
  width: 24px;
  height: 24px;
}
.flag-LR {
  background-position: -296px -1554px;
  width: 24px;
  height: 24px;
}
.flag-LS {
  background-position: -296px -1628px;
  width: 24px;
  height: 24px;
}
.flag-LT {
  background-position: -296px -1702px;
  width: 24px;
  height: 24px;
}
.flag-LU {
  background-position: -296px -1776px;
  width: 24px;
  height: 24px;
}
.flag-LV {
  background-position: -296px -1850px;
  width: 24px;
  height: 24px;
}
.flag-LY {
  background-position: -296px -1924px;
  width: 24px;
  height: 24px;
}
.flag-MA {
  background-position: -370px 0;
  width: 24px;
  height: 24px;
}
.flag-MC {
  background-position: -370px -74px;
  width: 24px;
  height: 24px;
}
.flag-MD {
  background-position: -370px -148px;
  width: 24px;
  height: 24px;
}
.flag-ME {
  background-position: -370px -222px;
  width: 24px;
  height: 24px;
}
.flag-MF {
  background-position: -370px -296px;
  width: 24px;
  height: 24px;
}
.flag-MG {
  background-position: -370px -370px;
  width: 24px;
  height: 24px;
}
.flag-MH {
  background-position: -370px -444px;
  width: 24px;
  height: 24px;
}
.flag-MK {
  background-position: -370px -518px;
  width: 24px;
  height: 24px;
}
.flag-ML {
  background-position: -370px -592px;
  width: 24px;
  height: 24px;
}
.flag-MM {
  background-position: -370px -666px;
  width: 24px;
  height: 24px;
}
.flag-MN {
  background-position: -370px -740px;
  width: 24px;
  height: 24px;
}
.flag-MO {
  background-position: -370px -814px;
  width: 24px;
  height: 24px;
}
.flag-MP {
  background-position: -370px -888px;
  width: 24px;
  height: 24px;
}
.flag-MQ {
  background-position: -370px -962px;
  width: 24px;
  height: 24px;
}
.flag-MR {
  background-position: -370px -1036px;
  width: 24px;
  height: 24px;
}
.flag-MS {
  background-position: -370px -1110px;
  width: 24px;
  height: 24px;
}
.flag-MT {
  background-position: -370px -1184px;
  width: 24px;
  height: 24px;
}
.flag-MU {
  background-position: -370px -1258px;
  width: 24px;
  height: 24px;
}
.flag-MV {
  background-position: -370px -1332px;
  width: 24px;
  height: 24px;
}
.flag-MW {
  background-position: -370px -1406px;
  width: 24px;
  height: 24px;
}
.flag-MX {
  background-position: -370px -1480px;
  width: 24px;
  height: 24px;
}
.flag-MY {
  background-position: -370px -1554px;
  width: 24px;
  height: 24px;
}
.flag-MZ {
  background-position: -370px -1628px;
  width: 24px;
  height: 24px;
}
.flag-NA {
  background-position: -370px -1702px;
  width: 24px;
  height: 24px;
}
.flag-NC {
  background-position: -370px -1776px;
  width: 24px;
  height: 24px;
}
.flag-NE {
  background-position: -370px -1850px;
  width: 24px;
  height: 24px;
}
.flag-NF {
  background-position: -370px -1924px;
  width: 24px;
  height: 24px;
}
.flag-NG {
  background-position: -444px 0;
  width: 24px;
  height: 24px;
}
.flag-NI {
  background-position: -444px -74px;
  width: 24px;
  height: 24px;
}
.flag-NIR {
  background-position: -444px -74px;
  width: 24px;
  height: 24px;
}
.flag-NL {
  background-position: -444px -148px;
  width: 24px;
  height: 24px;
}
.flag-NO {
  background-position: -444px -222px;
  width: 24px;
  height: 24px;
}
.flag-NP {
  background-position: -444px -296px;
  width: 24px;
  height: 24px;
}
.flag-NR {
  background-position: -444px -370px;
  width: 24px;
  height: 24px;
}
.flag-NU {
  background-position: -444px -444px;
  width: 24px;
  height: 24px;
}
.flag-NZ {
  background-position: -444px -518px;
  width: 24px;
  height: 24px;
}
.flag-OM {
  background-position: -444px -592px;
  width: 24px;
  height: 24px;
}
.flag-PA {
  background-position: -444px -666px;
  width: 24px;
  height: 24px;
}
.flag-PE {
  background-position: -444px -740px;
  width: 24px;
  height: 24px;
}
.flag-PF {
  background-position: -444px -814px;
  width: 24px;
  height: 24px;
}
.flag-PG {
  background-position: -444px -888px;
  width: 24px;
  height: 24px;
}
.flag-PH {
  background-position: -444px -962px;
  width: 24px;
  height: 24px;
}
.flag-PK {
  background-position: -444px -1036px;
  width: 24px;
  height: 24px;
}
.flag-PL {
  background-position: -444px -1110px;
  width: 24px;
  height: 24px;
}
.flag-PN {
  background-position: -444px -1184px;
  width: 24px;
  height: 24px;
}
.flag-PR {
  background-position: -444px -1258px;
  width: 24px;
  height: 24px;
}
.flag-PS {
  background-position: -444px -1332px;
  width: 24px;
  height: 24px;
}
.flag-PT {
  background-position: -444px -1406px;
  width: 24px;
  height: 24px;
}
.flag-PW {
  background-position: -444px -1480px;
  width: 24px;
  height: 24px;
}
.flag-PY {
  background-position: -444px -1554px;
  width: 24px;
  height: 24px;
}
.flag-QA {
  background-position: -444px -1628px;
  width: 24px;
  height: 24px;
}
.flag-RO {
  background-position: -444px -1702px;
  width: 24px;
  height: 24px;
}
.flag-RS {
  background-position: -444px -1776px;
  width: 24px;
  height: 24px;
}
.flag-RU {
  background-position: -444px -1850px;
  width: 24px;
  height: 24px;
}
.flag-RW {
  background-position: -444px -1924px;
  width: 24px;
  height: 24px;
}
.flag-SA {
  background-position: -518px 0;
  width: 24px;
  height: 24px;
}
.flag-SB {
  background-position: -518px -74px;
  width: 24px;
  height: 24px;
}
.flag-SC {
  background-position: -518px -148px;
  width: 24px;
  height: 24px;
}
.flag-SCT {
  background-position: -518px -222px;
  width: 24px;
  height: 24px;
}
.flag-SF {
  background-position: -518px -222px;
  width: 24px;
  height: 24px;
}
.flag-SD {
  background-position: -518px -296px;
  width: 24px;
  height: 24px;
}
.flag-SE {
  background-position: -518px -370px;
  width: 24px;
  height: 24px;
}
.flag-SG {
  background-position: -518px -444px;
  width: 24px;
  height: 24px;
}
.flag-SH {
  background-position: -518px -518px;
  width: 24px;
  height: 24px;
}
.flag-SI {
  background-position: -518px -592px;
  width: 24px;
  height: 24px;
}
.flag-SK {
  background-position: -518px -666px;
  width: 24px;
  height: 24px;
}
.flag-SL {
  background-position: -518px -740px;
  width: 24px;
  height: 24px;
}
.flag-SM {
  background-position: -518px -814px;
  width: 24px;
  height: 24px;
}
.flag-SN {
  background-position: -518px -888px;
  width: 24px;
  height: 24px;
}
.flag-SO {
  background-position: -518px -962px;
  width: 24px;
  height: 24px;
}
.flag-SR {
  background-position: -518px -1036px;
  width: 24px;
  height: 24px;
}
.flag-SS {
  background-position: -518px -1110px;
  width: 24px;
  height: 24px;
}
.flag-ST {
  background-position: -518px -1184px;
  width: 24px;
  height: 24px;
}
.flag-SV {
  background-position: -518px -1258px;
  width: 24px;
  height: 24px;
}
.flag-SY {
  background-position: -518px -1332px;
  width: 24px;
  height: 24px;
}
.flag-SZ {
  background-position: -518px -1406px;
  width: 24px;
  height: 24px;
}
.flag-TC {
  background-position: -518px -1480px;
  width: 24px;
  height: 24px;
}
.flag-TD {
  background-position: -518px -1554px;
  width: 24px;
  height: 24px;
}
.flag-TF {
  background-position: -518px -1628px;
  width: 24px;
  height: 24px;
}
.flag-TG {
  background-position: -518px -1702px;
  width: 24px;
  height: 24px;
}
.flag-TH {
  background-position: -518px -1776px;
  width: 24px;
  height: 24px;
}
.flag-TJ {
  background-position: -518px -1850px;
  width: 24px;
  height: 24px;
}
.flag-TK {
  background-position: -518px -1924px;
  width: 24px;
  height: 24px;
}
.flag-TL {
  background-position: -592px 0;
  width: 24px;
  height: 24px;
}
.flag-TM {
  background-position: -592px -74px;
  width: 24px;
  height: 24px;
}
.flag-TN {
  background-position: -592px -148px;
  width: 24px;
  height: 24px;
}
.flag-TO {
  background-position: -592px -222px;
  width: 24px;
  height: 24px;
}
.flag-TR {
  background-position: -592px -296px;
  width: 24px;
  height: 24px;
}
.flag-TT {
  background-position: -592px -370px;
  width: 24px;
  height: 24px;
}
.flag-TV {
  background-position: -592px -444px;
  width: 24px;
  height: 24px;
}
.flag-TW {
  background-position: -592px -518px;
  width: 24px;
  height: 24px;
}
.flag-TZ {
  background-position: -592px -592px;
  width: 24px;
  height: 24px;
}
.flag-UA {
  background-position: -592px -666px;
  width: 24px;
  height: 24px;
}
.flag-UG {
  background-position: -592px -740px;
  width: 24px;
  height: 24px;
}
.flag-US {
  background-position: -592px -814px;
  width: 24px;
  height: 24px;
}
.flag-UY {
  background-position: -592px -888px;
  width: 24px;
  height: 24px;
}
.flag-UZ {
  background-position: -592px -962px;
  width: 24px;
  height: 24px;
}
.flag-VA {
  background-position: -592px -1036px;
  width: 24px;
  height: 24px;
}
.flag-VC {
  background-position: -592px -1110px;
  width: 24px;
  height: 24px;
}
.flag-VE {
  background-position: -592px -1184px;
  width: 24px;
  height: 24px;
}
.flag-VG {
  background-position: -592px -1258px;
  width: 24px;
  height: 24px;
}
.flag-VI {
  background-position: -592px -1332px;
  width: 24px;
  height: 24px;
}
.flag-VN {
  background-position: -592px -1406px;
  width: 24px;
  height: 24px;
}
.flag-VU {
  background-position: -592px -1480px;
  width: 24px;
  height: 24px;
}
.flag-WF {
  background-position: -592px -1554px;
  width: 24px;
  height: 24px;
}
.flag-WLS {
  background-position: -592px -1628px;
  width: 24px;
  height: 24px;
}
.flag-WL {
  background-position: -592px -1628px;
  width: 24px;
  height: 24px;
}
.flag-WS {
  background-position: -592px -1702px;
  width: 24px;
  height: 24px;
}
.flag-YE {
  background-position: -592px -1776px;
  width: 24px;
  height: 24px;
}
.flag-YT {
  background-position: -592px -1850px;
  width: 24px;
  height: 24px;
}
.flag-ZA {
  background-position: -592px -1924px;
  width: 24px;
  height: 24px;
}
.flag-ZM {
  background-position: -666px 0;
  width: 24px;
  height: 24px;
}
.flag-ZW {
  background-position: -666px -74px;
  width: 24px;
  height: 24px;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flashColor {
  0% {
    background-color: rgba(0, 0, 0, 0.85);
  }
  50% {
    background-color: rgba(36, 174, 219, 0.85);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@keyframes flashColor {
  0% {
    background-color: rgba(0, 0, 0, 0.85);
  }
  50% {
    background-color: rgba(36, 174, 219, 0.85);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes loadingSpin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loadingSpin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes loadingSpin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes loadingSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.availability-calendar-wrp {
  width: 100%;
}
.date-picker {
  width: 100%;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  line-height: 1.428571429;
  color: #333;
  font-size: 13px;
  padding: 0;
  margin-bottom: 20px;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  font-size: 24px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  color: #828483;
}
.date-picker-wrapper .month-wrapper {
  background-color: #e9e9e9;
  padding: 0;
  cursor: default;
  position: relative;
  _overflow: hidden;
  padding-bottom: 5px;
}
.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}
.date-picker-wrapper .month-wrapper table .day {
  color: #ccc;
  cursor: default;
  padding: 18px;
  margin: 2px;
  font-size: 24px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: capitalize;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  padding: 5px 0;
  font-size: 16px;
  color: #828483;
  width: 30px;
  height: 30px;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #ccc;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.day.date-available {
  background-color: #579242;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.date-available-checkout {
  background-color: #579242;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.day.date-unavailable {
  background: #f5f5f5;
  color: #ddd;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.day.checked {
  background-color: #fbf6a0;
  color: #000;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #E2E2E2;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  background: #fff;
  border: 10px solid #f7f7f7;
}
.date-picker-wrapper table .caption th {
  padding: 0;
}
.date-picker-wrapper table .caption .prev {
  font-size: 0;
}
.date-picker-wrapper table .caption .prev: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;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.date-picker-wrapper table .caption .next {
  font-size: 0;
}
.date-picker-wrapper table .caption .next: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;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 20px 0;
  display: block;
  cursor: pointer;
  background-color: #003c7f;
}
.date-picker-wrapper table .caption .next.disabled,
.date-picker-wrapper table .caption .prev.disabled {
  background-color: #d5d6d6;
}
.date-picker-wrapper table .caption .next.disabled:before,
.date-picker-wrapper table .caption .prev.disabled:before {
  color: #b3b4b4;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: none;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected {
  background-color: yellow !important;
  color: #222 !important;
}
.date-picker-wrapper .first-date-selected:before {
  content: 'Check in';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  margin-bottom: 5px;
  padding: 3px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: #fff;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.date-picker-wrapper .last-date-selected {
  background-color: yellow !important;
  color: #222 !important;
}
.date-picker-wrapper .last-date-selected:before {
  content: 'Check out';
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  margin-top: 5px;
  padding: 3px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: #fff;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -10px;
  margin-left: 3px;
  width: 55px;
  display: none;
  background-color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: yellow !important;
  color: black !important;
  font-weight: bold;
}
.winter-offer-filter {
  background-color: #d2d3d5;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.winter-offer-filter--title {
  color: #4e4e50;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #4e4e50;
  margin-bottom: 15px;
  font-size: 44px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.winter-offer-filter--filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.winter-offer-filter--filters > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.winter-offer-filter--filters > li .sfTxtLbl {
  color: #4e4e50;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 26px;
}
.winter-offer-search-filter .k-pager-numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.winter-offer-search-filter .k-pager-numbers:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.winter-offer-search-filter .k-pager-numbers:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.winter-offer-search-filter .k-pager-numbers > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.winter-offer-search-filter .k-pager-numbers > li:first-child {
  margin-left: 0;
}
.winter-offer-search-filter .k-pager-numbers > li a,
.winter-offer-search-filter .k-pager-numbers > li span {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
}
.winter-offer-search-filter .k-pager-numbers > li a.k-state-selected,
.winter-offer-search-filter .k-pager-numbers > li span.k-state-selected {
  color: #fff;
  background: #003c7f;
}
.winter-offer-search-filter .k-pager-nav {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  float: left;
  text-transform: uppercase;
  /*&[title="Go to the first page"] {

            &:before {
                .spinfont(~'"c"');
            }
        }

        &[title="Go to the previous page"] {

            &:after {
                .spinfont(~'"b"');
            }
        }*/
}
.winter-offer-search-filter .k-pager-info {
  display: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.align_center,
.align-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.valign_top {
  vertical-align: top !important;
}
.valign_mid {
  vertical-align: middle !important;
}
strong,
b {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.w0 {
  width: 0%;
}
.w10 {
  width: 20%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.bg-white {
  background: #fff;
}
.bg-xlight {
  background: #f7f7f7;
}
.bg-light {
  background: #efefef;
}
.bg-light hr {
  background-color: #ddd;
}
.bg-medium {
  background: #e4e4e4;
}
.bg-medium hr {
  background-color: #D0D0D0;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pthd {
  padding-top: 115px;
}
.pthd2 {
  padding-top: 155px;
}
.ptxsm {
  padding-top: 15px;
}
.pbxsm {
  padding-bottom: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.ptsm {
  padding-top: 30px;
}
.pbsm {
  padding-bottom: 30px;
}
.ptmd {
  padding-top: 60px;
}
.pbmd {
  padding-bottom: 60px;
}
.ptlg {
  padding-top: 90px;
}
.pblg {
  padding-bottom: 90px;
}
.ptxl {
  padding-top: 120px;
}
.pbxl {
  padding-bottom: 120px;
}
.ptxxl {
  padding-top: 150px;
}
.pbxxl {
  padding-bottom: 150px;
}
.uc {
  text-transform: uppercase;
}
.block {
  display: block;
}
.inline_block {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
ul {
  list-style: disc;
}
.font_sm {
  font-size: 18px;
}
.font_md {
  font-size: 30px;
}
.font_lg {
  font-size: 35px;
}
.font_xl {
  font-size: 60px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.dc,
.nc {
  text-transform: none;
}
.costa-std-light {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.costa-std {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.costa-std-demi {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.pragmatica_light {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.pragmatica_extra_light {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.pragmatica-bold {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.gotham-bold-italic {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.primary {
  color: #003c7f;
}
.secondary {
  color: #27aae1;
}
.text {
  color: #595d5c;
}
.red {
  color: #da4c2a;
}
.lead {
  font-size: 32px;
  line-height: 1.3;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.show_hide_pass:before {
  font-size: 48px;
  content: "H";
  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;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.show_hide_pass.showing:before {
  content: "D";
  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;
}
.hl_review_txt {
  font-size: 26px;
}
.hl_rating_txt {
  font-size: 30px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: none;
}
.hl_rating_txt .hl_rating {
  font-size: 30px;
  color: #003c7f;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}
.hl_rating_txt .hl_rating .hl_rating_number {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  position: relative;
  top: -7px;
  vertical-align: top;
}
hr {
  border: none;
  height: 1px;
  line-height: 0;
  margin: 15px 0;
  page-break-after: always;
  background: #ececec;
}
hr.or_txt {
  text-align: center;
  margin: 50px 0;
}
hr.or_txt:after {
  content: 'or';
  background: #fff;
  display: inline-block;
  padding: 5px 25px;
  position: relative;
  top: -5px;
  font-size: 28px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"].checked + label:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAlCAYAAAAwYKuzAAACrElEQVRYw2PgcGj9P0D4EBBzAzEDEmYE4hlAHAUTYxgIxznmLPz/+dvP/+igeNIumJo/QByI4sCBBhXT96B75CcQewwKBzbNO4grtA8OuAO7lhzF5bhXQCw7oA6cvPokLsf9BmL7AU2Dszae/c/piDMjFWDkYnqChdsu4nPcIuSih+4OXLX36n9upzasjjNPnQOiuQbMgRsO3cDpOJmA/v8PX3z4j1Zwk+bAf//+/794+wVZjtt2/PZ/PpcOrI4DOXrvmXtgdWQ7EOS47J5tYEt2n75HkuP2ANULuHXirFkmrjoBV0u2A0smw6uh/0LuXf8Pnn9AlOMOX3wIVo/LcTGN61HUA8X4SHZgzax9GAaLeHb/P37lMV59J68++S/q1Y3TcWbJs/9//fELrv7T158g8SMkObBlwSGcFoh79/w/e+MZVn3nbj4Hy+PSK+nb9//es/coepxyF8HkiXNg3/LjBFsmIIsu3X2Jou8ykC/t349TDyhTYEvHSGqIcyBS8wcvBhUR1x68Buu58fANmI9Pfc+yY1jtI9mBoJyb1bOVKEcqBk/8v/Pk3f9KIZPwqotqWAc2lyoOBIG/QNNS2jdRpaFqnDjr/5fvv3DaRZYDQeDP33//o4E+p8Rx4j69/+88eYfXHrIdCAK/fv/9H1qzmizHgTLFjhN3CNpBkQNB4OfvP//9ypaT7MD2RUeIMp9iB4IAqGD1KFxKtOPCa9fgzBQ0cSDMkUiFKk5sGD/z/8evP4g2l2oOBIEPX378t8mYj7eWufX4LUlmUtWBYEd+/v7fLGUOhuNAreWtx26TbB7VHQgCr99/BZdvyA4E1d/kAJo4EARevP3yXydmOtickKpVRGcKujkQBJ68+vTfv3wFOG2SC2jqQGqAUQeOOnDUgZQ4cJDhoeNAAJ6AMcSjJF2sAAAAAElFTkSuQmCC) no-repeat 0 0;
}
input[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #595d5c;
}
.sfLayoutPropsContainer input[type="checkbox"] + label {
  font-size: inherit;
}
input[type="checkbox"] + label.left_checkbox {
  position: relative;
  padding-left: 50px;
}
input[type="checkbox"] + label.left_checkbox:before {
  position: absolute;
  left: 0;
}
input[type="checkbox"] + label img {
  margin: 20px 0;
}
input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 37px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAEJBaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzMiA3OS4xNTkyODQsIDIwMTYvMDQvMTktMTM6MTM6NDAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNy0xOVQxNzoxMjo0MiswMTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA3LTE5VDE3OjE5OjExKzAxOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNy0xOVQxNzoxOToxMSswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYtMi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDplZGVlZGZmYy0xOTFhLTgwNGQtYjA2NS1mOWRiMDQ0NWI1NTI8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNTQwM2ZkYS02YzlkLTExZTctYjYyZC1kNDM0ZTI5MmI1NzY8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDpiYmM2ZDdlYS1hOWU3LTJmNGMtYjQ4OS1hMzVmOWY3ZTBiYTU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmJjNmQ3ZWEtYTllNy0yZjRjLWI0ODktYTM1ZjlmN2UwYmE1PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA3LTE5VDE3OjEyOjQyKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplM2I5ZGFkNi1hNDczLWE3NDgtYTM3Yy00YWIzNDAzM2RjNGI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDctMTlUMTc6MTg6NTIrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo4Y2EyNjAzMy1lZDhlLWIyNDctYTZjYi03OWY2MmQ2YTVlNDg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDctMTlUMTc6MTk6MTErMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y29udmVydGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpwYXJhbWV0ZXJzPmZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5kZXJpdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpwYXJhbWV0ZXJzPmNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplZGVlZGZmYy0xOTFhLTgwNGQtYjA2NS1mOWRiMDQ0NWI1NTI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDctMTlUMTc6MTk6MTErMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6OGNhMjYwMzMtZWQ4ZS1iMjQ3LWE2Y2ItNzlmNjJkNmE1ZTQ4PC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOmJiYzZkN2VhLWE5ZTctMmY0Yy1iNDg5LWEzNWY5ZjdlMGJhNTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmJiYzZkN2VhLWE5ZTctMmY0Yy1iNDg5LWEzNWY5ZjdlMGJhNTwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4zNzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4zNzwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+KgyApgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAV0lEQVR42uzYIRKAIBCGUXAIeCu5Fh2u5bGMmug2d8b3pY1v/ri5HuNOwdpSwMo6rrN/jtnbjLsUFBQUFBQUFBQUFBQUFBQUFNRvUNl78WUPAAAA//8DALFABuO+JPjKAAAAAElFTkSuQmCC") no-repeat 0 0;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.sfLayoutPropsContainer input[type="checkbox"] + label:before {
  content: none;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before,
input[type="radio"].checked + label:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAE90lEQVRYw8WZf1BUVRTHqWTK/nKsxvyjmmqyJhr7YdpMOYM1pGn+YCrEakJDG40ydTJMfkjSqIyCMAYSghQpNIBg/FBkBZ+QiIDASrALhPLDFsFdBFlgAbPbOcy9O3cYVu59u8ueme8f773dcz/vvvvjnHPdHvKMcLNTj4AWgtaANoMCQUGgbaDPQV6gZ0D3TfR/QoiQ1MI9CdoA+hWkCOokfYF5PLSzQD1AETzA877xZRv25f8VmVrekqapv55T2tSZX/Z3V0axzhCfXd26NUaj8ww4VjkO+hhoKegBR4POAO0EncOGXvFLLA/6WWnUNnf1EUG7YTJb4rIut37wfWYtB5wIetFRoK/TzzbmfFdiSdOgZfRfYodhr6/Ynl5NfRaD/HA42AO6nDpSNu0/Xd9pNFuIAy0k4XwT17u7Qe5qQH2ZE3RInGQVDYaeZz+KK6NtHQBNkwH1YuMRJwZxsl3vvj003//oJQobDrpfBHQO6Cwbj2SKDGAH56w+zHp23WSgD4JS8cc745VGMsVWpeu8xU0wj3uB4iKufBL2xxXiIuMmWCK/zvKQj4I0+CNYH3uJC41bupZNBPoVPtwcVdhAXGy5F5pvUNDjrFf5sXkKH+rbTP1qnFfqDCQsqYT4hecSn6As8u2hs9ggsYzcUQULPtgO9iYP+jYdm1pZh7pWI4G9nMD/J9TTH8aSE+f00qC/5F/poKBhPChGNcrvmoZ/ZJyV1LaTx5YetAnJNH1RBNmbUiYF2nN7aISC5uG6ykAz8SYGDqKOrhl6yaxl0ZNC8kovkhv+S7amXaawL7DISIFPdEHGiW9othQk6gnvQ6R/cES4jeCE840UdDmCzsUL7x2ZNTK9iZ9TFhSVnK9VM043IagnXny5v6Be1MHRPK0qSNSa0JPCoKcutnRR0GA3GmkrgXHFeondQzXoAv9kYdBSbYeRgu6xgu44LL6GQHSvGhSiJNWgi/Ai4ID4pz+SU6MaFDcDUSsot376EAR9GS8wlxF10NTRoxoUX1LUfiuoY5MpAEFn4sVzEAvKLE+rAjOkIWeviCG9/eLZTOgRayS1ki342Xjj5q3BYVEnje0mMnNJlBQorhYqoygPBhqKN7IUvUHGESwfZMa7kUKQ38UWS0H2mYdHKSQGS9MY6GK8+dnuHOmAGaJy8uraJJuAs96PJkm5tbJuScpp6/gM54OS6aACfAC7zoCs07t3/yOFFVfJlujCsbG7eEsa8d+Th5OB9A0MEzW2OiRbS0EXjg+csailbP+pSOfqwBleuptCprP0mQedDSqyJ3h2lPkEW4Nmb1vJ3Vg6svbH3DpXQWKKTiFT+MrJeNCHQRnOro7YsrqWm30UEosfr01WgJjL6k1nLl3tnirITqN5aMH65AoKulG0pLOK1Z3+1HaYnA2JmcU7Xx+vom1GTVR/uleRbD1fanQWJCSH/RD6sbpTLGbEasqOH7Ni2bYYjc48pDL3nXzioCJxPbenkOvJcv6XPk24CNFPm72ASnWbEVNzbuIE2Co3ypbGHwftZW/v9U1qFdbsZXaxAcvoHazxQ1Ko5XoRKyHznXHY8AYojj84eGtjSiUEHHrYz9uxloq9BZG5SVN5rRvBfkgqbYZYt2bcYcMJkI+t8ejI4xsPuuVmSRzfnAHtoxmF+1SdM/F6CvQe6AtacQmnw2QXPSDzpmuzuz0HYv8DrxGMZ/rkL28AAAAASUVORK5CYII=) no-repeat 0 0;
}
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #595d5c;
}
.sfLayoutPropsContainer input[type="radio"] + label {
  font-size: inherit;
}
input[type="radio"] + label img {
  margin: 20px 0;
}
input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 48px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAnCAYAAABjYToLAAADXUlEQVRYw82YO2iTURiGo/WOTiKKg4KDk+CodRQVCw4uDqKTSEFwUaQOgoOL4KBDHQRdvIEFtdia0rSWtklam6Zp2qYQ05CU9Jo2YmNjmprb5/f+nIOHkDZpTHL84B3+k9uT85//u7ymj83NphK1jXWCdY31gPWY9ZT1kHWTdY61t9D3EFFebRRmB+sKy8yKs6iAMiwX6y7rYCXAdrLusMLqD3f39JDL5SKv10t+v58CgQD5fD4aGR0le19fLuRv1gvWoXKBnWb55Q/Y7XYKBoOUSqWoUGSzWZqfnyfH4KAKiJ1uYG0uFWyTODsZA4h3YG5ujkqNWCxGTqdTBfzC2rdRsK2sN/JL3G43lSuwgx2dnRLOxzpcLBh26h0+2NLaSouRCJU7VldXycZHQsDhmOwvBgy3jz6bzcb2VypwRpUHZJi1fT2wM/JMVWKn8u1cT2+vhGtcC2wXK1TuM1UootGoBMuyavOB3ZNPX7XDPTIi4Zy5YLtZEbwYDodJRyBZC7g6Few6Fvv6+0lXfOOKIcBaVbBuLIZCIW1gyWRSgiWReAG1h5XCYiaTIZ0xMDAg4S4D7LxxGzUc+twIcA0WYM8AdhsXY2Nj2sEi379LMCvAGnGBlkV3rCQSEmwGYG9xMTU9rR0MZUqAxQD2Hhczs7P0P4TsaAD2ykgVU1PaoZSUETWJIcJojXVHPB6XYEGA3TAKN9cr3YFyKMDaAVaLC7QfukMpS49kG/0LCwl+XHWG0jjWyVrZhAXfxIQ2qOXlZQn1E+OiBLuARavVqg1M6cmeq90FZjwvXsDMWO1I/M346GKP5XawGP2pq6ur6l2GMm825WutMbbZ8YahoaGqQSGxyzIE+2CtKemoeENV8hrGw08tLRKsvtBceUnc64qWKUBZOjok1MtiLYJbspgOV2CUW1hYIHNbm4SywGvbiKlSz0rjww6Hw6hj5Qj8UcVY+ZA7gRdrQ8EVXJQ+hsfjMTqAUiI4OUm9nCcFEP7wfVbNv/hjB1ivVRMOjzdcm3Q6va439mNpiTzj46oNAI2yTpXT6jyJmU96G1LtFgvZbDb6yhMObjmMPeTCPLbnOOsqa0slPFiTsCobhPG2so7/mhW780R0MBU1h3NVwzoi7NCLItWcZR0Xvq2pVNf6D+z45h9SvIcaAAAAAElFTkSuQmCC) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.sfLayoutPropsContainer input[type="radio"] + label:before {
  content: none;
}
.absolute-radios input[type="radio"] + label {
  padding-left: 59px;
  position: relative;
  padding-bottom: 4px;
}
.absolute-radios input[type="radio"] + label:before {
  position: absolute;
  margin-left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.absolute-checks {
  position: relative;
}
.absolute-checks label {
  padding-left: 59px;
  margin-bottom: 0 !important;
}
.absolute-checks input[type="checkbox"] + label:before {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body {
  line-height: 1.5;
  margin: 0;
}
.sfPageEditorWrp body {
  width: auto;
}
body > form {
  height: 100%;
}
html,
body {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #595d5c;
  padding: 0;
  font-size: 22px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  height: 100%;
}
#wrapper {
  width: 640px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.status-txt {
  margin-top: 0;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #003c7f;
  margin-bottom: 18px;
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #003c7f;
  line-height: 1.25em;
  text-transform: uppercase;
}
h1.lc,
h2.lc,
h3.lc,
h4.lc,
h5.lc {
  text-transform: none;
}
h1 {
  font-size: 60px;
}
.checkout h1 {
  font-size: 46px;
}
h1.fs50 {
  font-size: 50px;
}
h2 {
  font-size: 35px;
}
#sfLoginWidgetWrp h2,
#sfregisterFormWrp h2 {
  font-size: 52px;
}
h3 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
h3.dark {
  color: #595d5c;
}
h3.dark span {
  color: #003c7f;
}
h4 {
  font-size: 30px;
  color: #003c7f;
  margin-bottom: 18px;
}
h5 {
  font-size: 26px;
  color: #003c7f;
  margin-bottom: 18px;
}
.nomargin {
  margin: 0 !important;
}
.thinmargin {
  margin-bottom: 10px !important;
}
.nopadding {
  padding: 0 !important;
}
.guestform {
  padding: 30px;
}
p {
  margin-top: 0;
}
p.intro {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  text-transform: none;
}
p.intro.light {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
p.intro2 {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 26px;
}
p.quote {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
}
p.quote span {
  display: block;
  color: #003c7f;
  margin-top: 30px;
}
p.smallprint {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #aeafaf;
}
a {
  text-decoration: none;
  color: #003c7f;
}
a img {
  border: none;
}
.selfclear,
.group {
  zoom: 1;
}
.selfclear:after,
.group:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.section > div > .sf_1col_1in_100 {
  margin: 0 30px;
}
.section .sectionpadding {
  padding-left: 30px;
  padding-right: 30px;
}
.section .sectionbox {
  padding: 30px;
}
.section .sectionbox-15 {
  padding: 15px;
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #cccccc;
  -moz-box-shadow: 3px 3px 5px 6px #cccccc;
  box-shadow: 3px 3px 5px 6px #cccccc;
}
.nsul {
  margin: 0;
  padding: 0;
}
.nsul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 25px;
  vertical-align: middle;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  border: 7px solid #fff;
  background-color: #003c7f;
  width: 15px;
  height: 15px;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  z-index: 100;
  top: 50%;
  font-size: 0;
  color: #fff;
  display: block;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 60, 127, 0.8);
  text-align: center;
  margin-top: -30px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev: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;
  display: block;
  line-height: 60px;
  font-size: 32px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next: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;
  display: block;
  line-height: 60px;
  font-size: 32px;
}
.bluelabel {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  margin: 0;
}
.bluelabel.light {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}
.whitelabel {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.formlink {
  color: #003c7f;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  float: right;
  margin-top: 20px;
}
.inputcontainer {
  margin-bottom: 30px;
}
.inputcontainer:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.inputcontainer:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.inputcontainer label {
  color: #003c7f;
  font-size: 35px;
  margin-bottom: 15px;
  display: block;
}
.inputcontainer .inputwrapper {
  border: solid 1px #b7b8b8;
  padding: 0;
  background: #ffffff;
  position: relative;
}
.inputcontainer .inputwrapper input {
  outline: none;
}
.inputcontainer .inputwrapper.form_error {
  border: 1px solid #da4c2a;
}
.inputcontainer .inputwrapper.form_error input,
.inputcontainer .inputwrapper.form_error textarea {
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.inputcontainer .inputwrapper.form_error:after {
  content: 'V';
  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;
  top: 50%;
  right: 10px;
  font-size: 32px;
  margin-top: -16px;
  color: #da4c2a;
}
.inputcontainer .inputwrapper input,
.inputcontainer .inputwrapper textarea {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #b3b3b3;
  height: 70px;
  font-size: 30px;
  padding: 10px 20px;
  background: transparent;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputcontainer .inputwrapper textarea {
  border: solid 1px #ccc;
  min-height: 200px;
  padding: 10px;
}
.inputcontainer .inputwrapper.select {
  border: none;
  padding: 0;
}
.inputcontainer .inputwrapper.select .hasCustomSelect {
  width: 100% !important;
}
.inputcontainer .inputwrapper.rangesliderwrapper {
  background: #e4e4e4;
  border: none;
  padding: 10px 10px 50px 10px;
}
.inputcontainer .inputwrapper.rangesliderwrapper .rangefrom {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  font-size: 35px;
  float: left;
}
.inputcontainer .inputwrapper.rangesliderwrapper .rangeto {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  font-size: 35px;
  float: right;
}
.inputcontainer .inputwrapper.nostyle {
  background: none;
  border: none;
}
.inputcontainer .inputwrapper.radioboxes label {
  font-size: 22px;
  color: #595d5c;
}
.inputcontainer.location {
  position: relative;
  padding-right: 80px;
}
.inputcontainer.location .locationbtn {
  width: 72px;
  height: 72px;
  background: url(../Images/btn-locate.png) no-repeat center #efefef;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inputcontainer.nomargin {
  margin-bottom: 0;
}
.inputcontainer .guestcount {
  margin-bottom: 30px;
}
.inputcontainer .guestcount:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.inputcontainer .guestcount:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.inputcontainer .guestcount .counterlabel {
  float: left;
  line-height: 70px;
}
.inputcontainer .guestcount .countercontrol {
  width: 240px;
  height: 70px;
  float: right;
}
.inputcontainer .guestcount .countercontrol:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.inputcontainer .guestcount .countercontrol:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.inputcontainer .guestcount .countercontrol .btn-less,
.inputcontainer .guestcount .countercontrol .btn-more {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #003c7f;
  color: #fff;
  padding: 0;
  font-size: 60px;
}
.inputcontainer .guestcount .countercontrol input {
  float: left;
  height: 70px;
  width: 100px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 35px;
  color: #595d5c;
  background: #fff;
}
.inputcontainer .guestcount .countercontrol.centerbox {
  float: none;
  margin: 0 auto;
}
.inputcontainer .inputwrapper.select {
  padding: 0;
  border: none;
}
.inputcontainer .inputwrapper.select select {
  color: #828483;
  font-size: 35px;
  padding: 0;
  background: #f1f1f1;
  border: none;
  width: 100%;
  height: 70px;
}
.inputcontainer .inputwrapper.select.small {
  float: left;
  width: 25%;
  margin-right: 10px;
}
.inputcontainer .inputwrapper.select.fiddy {
  float: left;
  width: 128px;
}
.inputcontainer .inputwrapper.seperator {
  float: left;
  line-height: 70px;
  margin: 0 7px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.inputcontainer .countercontrol {
  width: 240px;
  height: 70px;
  float: right;
}
.inputcontainer .countercontrol .btn-less {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #003c7f;
  color: #ffffff;
  padding: 0;
  font-size: 60px;
}
.inputcontainer .countercontrol input {
  float: left;
  height: 70px;
  width: 100px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 35px;
  color: #595d5c;
  background: #ffffff;
}
.inputcontainer .countercontrol .btn-more {
  display: block;
  text-transform: uppercase;
  border: none;
  padding: 25px;
  min-height: 30px;
  line-height: 30px;
  font-size: 26px;
  position: relative;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #003c7f;
  color: #ffffff;
  padding: 0;
  font-size: 60px;
}
.inputcontainer .countercontrol .btn-more.full_width {
  display: block;
  width: 100%;
}
.inputcontainer .countercontrol .btn-more.small {
  font-size: 22px;
}
.inputcontainer .countercontrol .btn-more.inline_block {
  display: inline-block;
}
.inputcontainer .countercontrol .btn-more .icon {
  background-image: url(../Images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.inputcontainer .countercontrol .btn-more.button-down .icon,
.inputcontainer .countercontrol .btn-more.btn-down .icon {
  width: 18px;
  background-image: url(../Images/btn-arrow-down.png);
}
.inputcontainer .countercontrol .btn-more.button-up .icon {
  width: 18px;
  background-image: url(../Images/btn-arrow-up.png);
}
.inputcontainer .countercontrol .btn-more.transparent {
  background: none;
  color: #27aae1;
}
.inputcontainer .countercontrol .btn-more.right {
  float: right;
  width: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.inputcontainer .countercontrol .btn-more.left {
  float: left;
  width: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.inputcontainer .countercontrol .btn-more.red {
  background: #da4c2a;
}
.inputcontainer .countercontrol .btn-more.tertiary {
  background: #579242;
}
.inputcontainer .countercontrol .btn-more.grey {
  background: #aeafaf;
}
.inputcontainer .countercontrol .btn-more.light-grey {
  background: #e9e9e9;
  color: #595d5c;
}
.inputcontainer .countercontrol .btn-more.darkblue,
.inputcontainer .countercontrol .btn-more.dark_blue {
  background: #172b60;
}
.inputcontainer .countercontrol .btn-more.darkblue .icon,
.inputcontainer .countercontrol .btn-more.dark_blue .icon {
  background-image: url(../Images/btn-arrow-blue.png);
}
.inputcontainer .countercontrol .btn-more.amber,
.inputcontainer .countercontrol .btn-more.btn-amber {
  background-color: #ffcc33;
  color: #003c7f;
}
.inputcontainer .countercontrol .btn-more.amber:hover,
.inputcontainer .countercontrol .btn-more.btn-amber:hover,
.inputcontainer .countercontrol .btn-more.amber:focus,
.inputcontainer .countercontrol .btn-more.btn-amber:focus {
  color: #003c7f;
  background: #ffd24d;
}
.inputcontainer .countercontrol .btn-more.btn-rewards {
  background-color: #0573b6;
}
.inputcontainer .countercontrol .btn-more.btn-rewards:hover,
.inputcontainer .countercontrol .btn-more.btn-rewards:focus {
  background: #0683cf;
}
.inputcontainer .countercontrol .btn-more.alt,
.inputcontainer .countercontrol .btn-more.secondary {
  position: relative;
  background: #27aae1;
}
.inputcontainer .countercontrol .btn-more.alt span,
.inputcontainer .countercontrol .btn-more.secondary span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  min-height: 100%;
  background: url(../Images/btn-arrow.png) no-repeat center #2db1dc;
  opacity: 0.8;
}
.inputcontainer .countercontrol.centerbox {
  float: none;
  margin: 0 auto;
}
.inputwrapper--hotel-search {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.inputwrapper--hotel-search.search-state-focused {
  margin-left: -30px;
  margin-right: -30px;
}
.inputwrapper--hotel-search span.search_keyword {
  position: relative;
  z-index: 1;
}
.inputwrapper--hotel-search.form_error {
  border: none !important;
}
.inputwrapper--hotel-search.form_error:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #da4c2a;
}
.search-error {
  color: #da4c2a;
  display: inline-block;
  margin-top: 5px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.intro {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
}
.roomsummarybook.half .inputcontainer {
  width: 50%;
  float: left;
}
.roomsummarybook.half .inputcontainer .guestcount .counterlabel {
  font-size: 30px;
}
.roomsummarybook.half .inputcontainer .guestcount .countercontrol {
  float: left;
}
.roomsummarybook.half .inputcontainer.fullwidth {
  width: 100%;
  float: none;
  clear: both;
}
.booknowsummary .booknowheader {
  background: url(../Images/img-lowrate.png) no-repeat left 30px top 10px #ffffff;
  padding: 30px;
  padding-left: 200px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  min-height: 85px;
  font-size: 30px;
}
.booknowsummary .booknowitem {
  background: #efefef;
  padding: 30px;
  position: relative;
}
.booknowsummary .booknowitem a.deletebookitem {
  background: url(../Images/bookitem-remove.jpg) no-repeat #e4e4e4;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.btnsqueeze {
  padding-left: 30px;
  padding-right: 30px;
}
.btnsqueeze.medium {
  padding-left: 60px;
  padding-right: 60px;
}
.sfFormSubmit input[type="submit"] {
  width: 100%;
}
.btn,
.button,
.sfFormSubmit input[type="submit"],
.stay .stayheader .btnlist ul li a {
  display: block;
  text-transform: uppercase;
  border: none;
  background: #003c7f;
  color: #ffffff;
  padding: 25px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  position: relative;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.btn.full_width,
.button.full_width,
.sfFormSubmit input[type="submit"].full_width {
  display: block;
  width: 100%;
}
.btn.small,
.button.small,
.sfFormSubmit input[type="submit"].small {
  font-size: 22px;
}
.btn.inline_block,
.button.inline_block,
.sfFormSubmit input[type="submit"].inline_block {
  display: inline-block;
}
.btn .icon,
.button .icon,
.sfFormSubmit input[type="submit"] .icon {
  background-image: url(../Images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.btn.button-down .icon,
.button.button-down .icon,
.sfFormSubmit input[type="submit"].button-down .icon,
.btn.btn-down .icon,
.button.btn-down .icon,
.sfFormSubmit input[type="submit"].btn-down .icon {
  width: 18px;
  background-image: url(../Images/btn-arrow-down.png);
}
.btn.button-up .icon,
.button.button-up .icon,
.sfFormSubmit input[type="submit"].button-up .icon {
  width: 18px;
  background-image: url(../Images/btn-arrow-up.png);
}
.btn.transparent,
.button.transparent,
.sfFormSubmit input[type="submit"].transparent {
  background: none;
  color: #27aae1;
}
.btn.right,
.button.right,
.sfFormSubmit input[type="submit"].right {
  float: right;
  width: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.btn.left,
.button.left,
.sfFormSubmit input[type="submit"].left {
  float: left;
  width: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.btn.red,
.button.red,
.sfFormSubmit input[type="submit"].red {
  background: #da4c2a;
}
.btn.tertiary,
.button.tertiary,
.sfFormSubmit input[type="submit"].tertiary {
  background: #579242;
}
.btn.grey,
.button.grey,
.sfFormSubmit input[type="submit"].grey {
  background: #aeafaf;
}
.btn.light-grey,
.button.light-grey,
.sfFormSubmit input[type="submit"].light-grey {
  background: #e9e9e9;
  color: #595d5c;
}
.btn.darkblue,
.button.darkblue,
.sfFormSubmit input[type="submit"].darkblue,
.btn.dark_blue,
.button.dark_blue,
.sfFormSubmit input[type="submit"].dark_blue {
  background: #172b60;
}
.btn.darkblue .icon,
.button.darkblue .icon,
.sfFormSubmit input[type="submit"].darkblue .icon,
.btn.dark_blue .icon,
.button.dark_blue .icon,
.sfFormSubmit input[type="submit"].dark_blue .icon {
  background-image: url(../Images/btn-arrow-blue.png);
}
.btn.amber,
.button.amber,
.sfFormSubmit input[type="submit"].amber,
.btn.btn-amber,
.button.btn-amber,
.sfFormSubmit input[type="submit"].btn-amber {
  background-color: #ffcc33;
  color: #003c7f;
}
.btn.amber:hover,
.button.amber:hover,
.sfFormSubmit input[type="submit"].amber:hover,
.btn.btn-amber:hover,
.button.btn-amber:hover,
.sfFormSubmit input[type="submit"].btn-amber:hover,
.btn.amber:focus,
.button.amber:focus,
.sfFormSubmit input[type="submit"].amber:focus,
.btn.btn-amber:focus,
.button.btn-amber:focus,
.sfFormSubmit input[type="submit"].btn-amber:focus {
  color: #003c7f;
  background: #ffd24d;
}
.btn.btn-rewards,
.button.btn-rewards,
.sfFormSubmit input[type="submit"].btn-rewards {
  background-color: #0573b6;
}
.btn.btn-rewards:hover,
.button.btn-rewards:hover,
.sfFormSubmit input[type="submit"].btn-rewards:hover,
.btn.btn-rewards:focus,
.button.btn-rewards:focus,
.sfFormSubmit input[type="submit"].btn-rewards:focus {
  background: #0683cf;
}
.btn.alt,
.button.alt,
.sfFormSubmit input[type="submit"].alt,
.btn.secondary,
.button.secondary,
.sfFormSubmit input[type="submit"].secondary {
  position: relative;
  background: #27aae1;
}
.btn.alt span,
.button.alt span,
.sfFormSubmit input[type="submit"].alt span,
.btn.secondary span,
.button.secondary span,
.sfFormSubmit input[type="submit"].secondary span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  min-height: 100%;
  background: url(../Images/btn-arrow.png) no-repeat center #2db1dc;
  opacity: 0.8;
}
.button-stroke {
  display: inline-block;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.button-stroke.small {
  padding: 2px 8px;
}
.button-stroke:hover {
  text-decoration: none;
}
.section_title {
  background: #efefef;
}
.section_title h1,
.section_title h2 {
  margin: 0;
}
.breakout {
  background: #fff;
  padding: 20px 30px;
  margin: 0 -30px 25px -30px;
}
.primary_block,
.blue_block {
  background: #003c7f;
  color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.primary_block a,
.blue_block a,
.primary_block p,
.blue_block p {
  color: #fff;
}
.pb_header {
  color: #fff;
}
.secondary_block {
  background: #27aae1;
  color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.secondary_block a,
.secondary_block p {
  color: #fff;
}
.white_block {
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dark_blue_block {
  background: #497fcd;
  color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dark_blue_block a,
.dark_blue_block p {
  color: #fff;
}
.white {
  background-color: #fff;
}
.light_grey_block {
  background-color: #f7f7f7;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.light_grey_block:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.light_grey_block:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.light_grey_block hr {
  background-color: #E4E4E4;
}
.light_grey_block .customSelect {
  background-color: #fff;
}
.grey_block {
  background: #efefef;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow_link {
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.arrow_link: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;
  margin-left: 10px;
  color: #003c7f;
  position: relative;
  top: 3px;
}
.galleryform .customSelect {
  margin-top: 10px;
}
.customSelect {
  background: url(../Images/icon-selectbox.png) no-repeat right center;
  background-color: #ffffff;
  background-position: right 20px top 30px;
  height: 70px;
  width: 100%;
  color: #828483;
  margin: 0;
  border: 1px solid #ddd;
  display: block;
}
label .customSelect {
  width: auto;
}
.customSelect .customSelectInner {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 12px 65px 10px 20px;
  width: 100% !important;
  font-size: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customSelect .customSelectInner:after {
  float: right;
  font-size: 22px;
}
.customSelect:focus {
  color: #333;
}
.date {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.date.active span {
  background-color: #003c7f;
  color: #fff;
}
.date .sfTxt:focus {
  background-color: #003c7f;
  color: #fff;
}
.date input,
.date span {
  background: url(../Images/icon-selectbox-right-20.png) no-repeat right center;
  background-position: right center;
  background-color: #f1f1f1;
  line-height: 50px;
}
.expander .expanderlink.select,
.expander .k-expanderlink.select {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: url(../Images/icon-selectbox-right-20.png) no-repeat right center;
  background-position: right center;
  background-color: #f1f1f1;
  display: block;
  height: 70px;
  color: #828483;
  margin: 0;
  border: 1px solid #ddd;
}
.expander .expanderlink.select .inner,
.expander .k-expanderlink.select .inner {
  padding: 13px 20px;
  display: block;
  font-size: 30px;
}
.expander .expandercontent {
  display: none;
  background: #efefef;
  padding: 30px;
}
.expandercontent .close-map {
  display: none;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-bottom:last-child {
  border-bottom: none;
}
.image_mid {
  margin: auto;
  display: block;
}
.accordion.bordered {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.accordion .accordionlink {
  color: #003c7f;
  font-size: 35px;
  display: block;
  min-height: 50px;
  padding: 30px 90px 30px 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC3klEQVRYw82Zy08TURSHZ2oAw5Y2bgguVR4agggUI/wXokV2xA0LlxDZGgzskVpdE/EBRgMhPiDQvwBD3BnEx0IecYMC0QznkN9JTgZKOzN3yl18CTOdOedr78y99xycs90PnBCcITqJYWKa+ExsE/+Jf/h7lXhF3Cc6cM+RWJ7nnUhQsTpijPhBeAHhex4ihnHBFJEj9lXCL8QEkSFaiBqiCiRxjj/L4lq5bw/nkqYEb2PIPAzhJHGdcAP++jzMU4jBsbY4dhTBSuKp+ubvifqQz6yGY3xQcXkUKoIKVhPzCPCXuGtAzM8AYnOOWc5ZqiD/cu9w4y+iNQY5oY3YRK43nLsUwSdK7kKMcsIl5OKc2WKCvbhwB98ubrlDCeT6g9w9hQRTeLP4ov5yyOlpBs+5hyGvOU7wMS6Yi5AwTyyHEYSkPPuP/ILnMYHyHHUxgqBMHWEF6+HALrVacAyBJyMOWSRBSD5DjBER5EX8J052WiB4AzG+EQk+kVZrq2uBIDusIU67gy3T4YNp4K2MLAjJLOIM8cEMDjIWCd5BnBcONpZ80GyR4FXE+cQHv3GQtEjwnEzajtqfVZYwCXuGWC4iWC2bWy1YVUbBfBBB64dYXpIWiwSv6ZdkGge9Fgn2Ic5zB3Wrh8nRFsEc4gzqpe6rJUtdglhHnDbZLEgh3mWBYDdirMtmgRmVpcUCwZf+7Za0NGTD2nSKG9bLcOAORp1/yy87iIUIz2JeT8IBaxLOuSTFfKGiSWrUgVMomu6plkiqUNmZUQ2ecpadHcjJuW8WK9xzqnBvKoPkFbXcTpTa+phTP3c6Rrm06py9Pq6JdFLzaBY37uKZdA2KuYi5ixxvgzSPhApVzDMfiQYDco3EYtT2m7+BuaUamFMoDd0Qw6kbmBvELVMt4CTmyT1DLeBxky1gTS0a4d9D7KJ5bR1BjNi6/ALvONq5bsX6vYK3cR9s4xx/Nog5NRHm3xAHg00ImiPrMvkAAAAASUVORK5CYII=) no-repeat #ffffff;
  background-position: top 50% right 30px;
  border-bottom: solid 1px #efefef;
}
.accordion .accordionlink.small {
  font-size: 24px;
}
.accordion .accordionlink.active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC0UlEQVRYw82ZS08UQRRGe8YAhi0zcUNgKeIrBhUYDPIvfAy6M25YuMTo1mBkr+DImogPNBqI8RnlF2iMO6P4WKgQNyoQTftd8t3kpplmppvunlqchK7prntmqrrq1sXbPnTJi8E2MAAuglnwDiyDf+Av/34L7oILoJ/PbOjL9/1NiSrWAcbBF+BHRJ65zD4SFyyCClgzAd+DCVAGPaANtJAC2+SzSd6rz62yrZCU4EkOmc8hnAZHQC7iry/DPMM+pK8l6Xsrgs1gynzzJ6A75py1SB9PTb8yCk1RBVvBI3bwB5xNQCzICPuWGHMSs15B+eUe88Fv4FAKckov+MFYDyR2PYI3jNzOFOWUXYwlMSdrCQ7zxl/8dmnLrUsw1m/GPh4mWOSbJTedyULOLjOc5z6HvK2a4HXeMJ+VXHAdNHP/WlCwkwuorFFdDRTspoO4tFvBcZpPZylXbSdB2026jKmgbOJf2TjggOAgXT6BvDSUzN6ac0BQHD7Qqc9jyrQ+MbOWC0sWmEyI03m5uMeLskOCp+h022NiKRcHHBI8SKc3cvGTFwWHBHfoou2Z/Ky5RmcLMbLoMF7VEGzV5NYKtmQouBBF0Pkh1pekxyHBw/YlmeXFsEOCp+l0y+O51efi6IpghU6jdqv76MhWlweLdOrVZEEP4kcdEByiy6ImC8IV3VocELwTTLe0pKEJ694GJqz76CAVjI5gyq8ZxPMs52IgzXqph/mwQ5OeUUcaIHjOlESKYcfOsinwZHns7GdMiX2s1sG9Yg7uWczH/Wa7nai39DFvfu5SinIlUzm7X62ItFnxaI4PrnBOJvni5NjnCmM8jFI8UprMYV54BnYnILcHvNhq+S1YwFwyBcwZHg1zMYbTFjC/gxNJlYALXCdXEyoBX02yBGxpZyH8c4wsWvbWMfaRWpVfkYyjT86t3L9f821cI8tsk89Guabm4/wb4j89xuWc+1lAbwAAAABJRU5ErkJggg==);
}
.accordion .accordioncontent {
  display: none;
  background: #efefef;
  padding: 30px;
}
.tags ul {
  margin: 0;
  padding: 0;
}
.tags ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.tags ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.tags ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tags ul li {
  list-style: none;
  margin: 0 15px 15px 0;
  padding: 0;
  float: left;
}
.tags ul li a {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
  display: block;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #6c706f;
}
.rating {
  margin-bottom: 30px;
}
.rating ul {
  margin: 0;
  padding: 0;
}
.rating ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.rating ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.rating ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.rating ul li {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url(../Images/icon-star.png) no-repeat center;
  float: left;
}
.rating ul li:first-child {
  margin-left: 0;
}
.rating ul li.active {
  background: url(../Images/icon-star-active.png) no-repeat center;
}
.home-tabs {
  display: none;
}
.tabs ul,
.faketabs ul {
  margin: 0;
  padding: 0;
}
.tabs ul li,
.faketabs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.tabs ul:after,
.faketabs ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.tabs ul:after:after,
.faketabs ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tabs ul li,
.faketabs ul li {
  float: left;
}
.tabs ul li a,
.faketabs ul li a {
  display: block;
  text-transform: uppercase;
  border: none;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #aeafaf;
  position: relative;
}
.tabs ul li a span,
.faketabs ul li a span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.tabs ul li a span.arrow,
.faketabs ul li a span.arrow {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -39px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid #003c7f;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 300;
}
.tabs ul li.active a,
.faketabs ul li.active a {
  background: #003c7f;
  color: #fff;
}
.tabs ul li.active a span.tab-txt,
.faketabs ul li.active a span.tab-txt {
  display: inline-block;
}
.tabs ul li.active a span.arrow,
.faketabs ul li.active a span.arrow {
  display: block;
}
.tabs ul li a.active,
.faketabs ul li a.active {
  background: #003c7f;
  color: #fff;
}
.tabs ul li a.active span.tab-txt,
.faketabs ul li a.active span.tab-txt {
  display: inline-block;
}
.tabs ul li a.active span.arrow,
.faketabs ul li a.active span.arrow {
  display: block;
}
.tabs.tab2 li,
.faketabs.tab2 li {
  width: 49%;
  margin-left: 2%;
}
.tabs.tab2 li:first-child,
.faketabs.tab2 li:first-child {
  margin-left: 0;
}
.tabs.tab3 li,
.faketabs.tab3 li {
  width: 33%;
}
.tabs_content > .sf_colsIn > .sf_cols {
  display: none;
}
.tabs_content > .sf_colsIn > .sf_cols:first-child {
  display: block;
}
#signin {
  padding-top: 30px;
}
#signin .tabs {
  margin-bottom: 40px;
}
#signin .tabs li {
  width: 48%;
  margin-left: 4%;
}
#signin .tabs li:first-child {
  margin: 0;
}
#signin .tabs li a {
  background: #efefef;
}
#signin .tabs li a.active {
  background: #003c7f;
}
#signin .social {
  margin-bottom: 30px;
}
#signin .showpw {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #595d5c;
  background: url(../Images/icon-eye.png) no-repeat top left;
  padding-left: 80px;
  font-size: 22px;
}
#signin .login_link {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #595d5c;
}
#signin .forminfo {
  clear: both;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #aeafaf;
}
#signin .forminfo a {
  color: inherit;
  text-decoration: underline;
}
#offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  min-height: 100%;
  -webkit-transform: translateX(-530px);
  -moz-transform: translateX(-530px);
  -ms-transform: translateX(-530px);
  -o-transform: translateX(-530px);
  transform: translateX(-530px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 530px;
  background: #f7f7f7;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.sfPageEditorWrp #offcanvas {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.menuopen #offcanvas {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#offcanvas .signedin .profilepic {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  padding: 30px;
  padding-top: 70px;
  padding-left: 170px;
  padding-bottom: 0;
  min-height: 70px;
}
#offcanvas .signedin .profilepic img {
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  border-radius: 140px;
}
#offcanvas .signedin .btnwrap {
  padding: 0 60px;
}
#offcanvas .signedin .btn {
  background: #ffffff;
  color: #595d5c;
  margin: 0 40px;
  width: auto;
}
#offcanvas .signedin .btn .icon {
  background-image: url(../Images/btn-arrow-grey.png);
}
#offcanvas .signedout .profilepic {
  position: relative;
  padding: 30px;
  min-height: 140px;
}
#offcanvas .signedout .profilepic img {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  border-radius: 140px;
}
#offcanvas .signedout .btnwrap {
  padding: 0 40px;
}
#offcanvas .signedout .btn {
  background: #ffffff;
  color: #595d5c;
}
#offcanvas .signedout .btn .icon {
  background-image: url(../Images/btn-arrow-grey.png);
}
#offcanvas #usernav {
  padding: 0 30px 30px 30px;
  padding-right: 0;
}
#offcanvas #usernav ul {
  margin: 0;
  padding: 0;
}
#offcanvas #usernav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#offcanvas #usernav ul li {
  border-top: solid 1px #dadada;
}
#offcanvas #usernav ul li a {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #595d5c;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 90px;
  font-size: 26px;
}
#offcanvas #usernav ul li a.active {
  color: #003c7f;
}
#offcanvas #usernav ul li a.home {
  background: url(../Images/menu-home.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.account {
  background: url(../Images/menu-myaccount.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.recentviews {
  background: url(../Images/menu-recently-viewed.png) no-repeat left 10px top 40px;
}
#offcanvas #usernav ul li a.recentsearches {
  background: url(../Images/menu-recent-searches.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.faves {
  background: url(../Images/menu-fave.png) no-repeat left 10px top 35px;
}
#offcanvas #usernav ul li a.support {
  background: url(../Images/menu-support.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.feedback {
  background: url(../Images/menu-feedback.png) no-repeat left 10px top 34px;
}
#offcanvas #usernav ul li a.my-rewards {
  background: url(../Images/menu-myaccount.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.messages {
  background: url(../Images/menu-messages.png) no-repeat left 10px top 30px;
}
#offcanvas #usernav ul li a.stay-more-you {
  background: url(../Images/hotel-stories.png) no-repeat left 10px top 30px;
}
.navlink {
  color: #003c7f;
  font-size: 35px;
  display: block;
  background: url(../Images/btn-arrow-blue.png) no-repeat #ffffff;
  background-position: center right 30px;
  padding: 30px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.navlink .title {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  display: block;
}
.navlink .location {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  display: block;
  color: #595d5c;
}
.navlink + .navlink {
  border-top: none;
}
.navlink.location img {
  position: relative;
  top: 8px;
  margin-right: 10px;
}
#hotelsearchform {
  padding-bottom: 30px;
  position: relative;
}
#hotelsearchform .btn {
  font-size: 35px;
  text-indent: -50px;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
}
#hotelsearchform .btn .icon {
  position: absolute;
  top: 25px;
  background-image: url(../Images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-left: 20px;
}
#hotelsearchform input.search_keyword {
  padding-left: 115px;
  font-size: 28px;
}
#hotelsearchform .inputcontainer .inputwrapper.form_error:after {
  content: none;
}
.country-filter {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  border-right: 1px solid #ddd;
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.85em;
}
.country-filter .country-filter-selection {
  padding: 0 10px;
  display: block;
  background: url(../Images/icon-selectbox-right-10.png) no-repeat right center;
  background-position: right center;
  cursor: pointer;
  height: 100%;
  line-height: 74px;
}
.country-filter .country-filter-options {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 1px 0 0 -1px;
  left: 0;
  background: #fff;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
}
.country-filter .country-filter-options > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 15px 50px 15px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  min-width: 100px;
}
.clear-selection {
  display: none;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -19px;
  font-size: 38px;
  cursor: pointer;
  background: #fff;
}
.clear-selection:before {
  display: block;
  width: 38px;
  text-align: right;
  line-height: 38px;
}
.k-autocomplete {
  display: block;
}
.k-autocomplete .k-loading {
  width: 16px;
  height: 12px;
  background: url('../Images/sfLoadingData.gif') no-repeat center;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loading-rates {
  position: relative;
}
.loading-rates:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background-color: rgba(232, 232, 232, 0.77);
  z-index: 2;
  background-image: url('../images/loader128-blue.gif');
  background-repeat: no-repeat;
  background-position: 50% 67px;
}
.roomratesearch #hotelsearchform {
  padding-bottom: 0;
}
.more_booking_options_wrp {
  position: relative;
}
.more_booking_options_wrp .more_booking_options_lnk {
  display: inline-block;
  margin-bottom: 15px;
}
.more_booking_options_wrp .more_booking_options_lnk:before {
  content: "\e001";
  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;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.more_booking_options_wrp .more_booking_options {
  display: none;
}
.more_booking_options_wrp.active .more_booking_options {
  display: block;
}
.more_booking_options_wrp.active .more_booking_options_lnk:before {
  content: "\e002";
  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;
}
.your_favourites {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.your_favourites .your_favourite {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 50px;
}
.your_favourites .your_favourite .yf_in {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
}
.your_favourites .your_favourite .yf_in .yf_img {
  margin-bottom: 15px;
}
.your_favourites .your_favourite .yf_in .yf_img .yf_link {
  display: block;
}
.your_favourites .your_favourite .yf_in .yf_img .yf_link img {
  display: block;
}
.your_favourites .your_favourite .yf_in .yf_txt .yf_title {
  line-height: 1.25;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}
.your_favourites .your_favourite.remove .yf_in {
  -webkit-transform: translateX(-2000px);
  -moz-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  -o-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
.no_items {
  font-size: 30px;
  padding: 30px;
  text-align: center;
}
.no_items:before {
  content: "j";
  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;
  margin-bottom: 10px;
}
.yf_remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #595d5c;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 20px;
  font-size: 48px;
}
.yf_remove span {
  display: none;
}
.yf_remove: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;
  display: block;
}
#hotelslider .hl_item {
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}
#hotelslider .hl_item .hl_img_lnk {
  display: block;
  margin-bottom: 15px;
}
#hotelslider .hl_item .hl_img_lnk img {
  display: block;
}
#hotelslider .hl_item .hl_title {
  margin-bottom: 10px;
}
#hotelslider .hl_item .description {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
#hotelslider .hl_item .hotelsummary {
  margin-bottom: 60px;
}
#hotelslider .hl_item .hotelsummary ul {
  margin: 0;
  padding: 0;
}
#hotelslider .hl_item .hotelsummary ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
#hotelslider .hl_item .hotelsummary ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
#hotelslider .hl_item .hotelsummary ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#hotelslider .hl_item .hotelsummary ul li {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  height: 110px;
  line-height: 95px;
  display: block;
  border-bottom: solid 1px #dbdcdc;
}
#hotelslider .hl_item .hotelsummary ul li span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  color: #003c7f;
  position: relative;
  top: 8px;
}
#hotelslider .hl_item .hotelsummary ul li span small {
  position: relative;
  top: -20px;
  font-size: 30px;
}
#hotelslider .hl_item .hotelsummary ul li.nolines {
  border: none;
}
#hotelslider .hl_item .hotelsummary ul li.topline {
  border-top: solid 1px #dbdcdc;
}
.searchresults .tabs ul li {
  width: 33%;
}
.searchresults .tabs ul li:first-child {
  width: 34%;
}
.searchresults .expanderlink.search_again {
  color: #595d5c;
  font-size: 24px;
  display: block;
  padding: 23px 30px 21px 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC3klEQVRYw82Zy08TURSHZ2oAw5Y2bgguVR4agggUI/wXokV2xA0LlxDZGgzskVpdE/EBRgMhPiDQvwBD3BnEx0IecYMC0QznkN9JTgZKOzN3yl18CTOdOedr78y99xycs90PnBCcITqJYWKa+ExsE/+Jf/h7lXhF3Cc6cM+RWJ7nnUhQsTpijPhBeAHhex4ihnHBFJEj9lXCL8QEkSFaiBqiCiRxjj/L4lq5bw/nkqYEb2PIPAzhJHGdcAP++jzMU4jBsbY4dhTBSuKp+ubvifqQz6yGY3xQcXkUKoIKVhPzCPCXuGtAzM8AYnOOWc5ZqiD/cu9w4y+iNQY5oY3YRK43nLsUwSdK7kKMcsIl5OKc2WKCvbhwB98ubrlDCeT6g9w9hQRTeLP4ov5yyOlpBs+5hyGvOU7wMS6Yi5AwTyyHEYSkPPuP/ILnMYHyHHUxgqBMHWEF6+HALrVacAyBJyMOWSRBSD5DjBER5EX8J052WiB4AzG+EQk+kVZrq2uBIDusIU67gy3T4YNp4K2MLAjJLOIM8cEMDjIWCd5BnBcONpZ80GyR4FXE+cQHv3GQtEjwnEzajtqfVZYwCXuGWC4iWC2bWy1YVUbBfBBB64dYXpIWiwSv6ZdkGge9Fgn2Ic5zB3Wrh8nRFsEc4gzqpe6rJUtdglhHnDbZLEgh3mWBYDdirMtmgRmVpcUCwZf+7Za0NGTD2nSKG9bLcOAORp1/yy87iIUIz2JeT8IBaxLOuSTFfKGiSWrUgVMomu6plkiqUNmZUQ2ecpadHcjJuW8WK9xzqnBvKoPkFbXcTpTa+phTP3c6Rrm06py9Pq6JdFLzaBY37uKZdA2KuYi5ixxvgzSPhApVzDMfiQYDco3EYtT2m7+BuaUamFMoDd0Qw6kbmBvELVMt4CTmyT1DLeBxky1gTS0a4d9D7KJ5bR1BjNi6/ALvONq5bsX6vYK3cR9s4xx/Nog5NRHm3xAHg00ImiPrMvkAAAAASUVORK5CYII=) no-repeat #efefef;
  background-position: top 20px right 30px;
  border-bottom: solid 1px #ccc;
}
.searchresults .expanderlink.search_again.active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC0UlEQVRYw82ZS08UQRRGe8YAhi0zcUNgKeIrBhUYDPIvfAy6M25YuMTo1mBkr+DImogPNBqI8RnlF2iMO6P4WKgQNyoQTftd8t3kpplmppvunlqchK7prntmqrrq1sXbPnTJi8E2MAAuglnwDiyDf+Av/34L7oILoJ/PbOjL9/1NiSrWAcbBF+BHRJ65zD4SFyyCClgzAd+DCVAGPaANtJAC2+SzSd6rz62yrZCU4EkOmc8hnAZHQC7iry/DPMM+pK8l6Xsrgs1gynzzJ6A75py1SB9PTb8yCk1RBVvBI3bwB5xNQCzICPuWGHMSs15B+eUe88Fv4FAKckov+MFYDyR2PYI3jNzOFOWUXYwlMSdrCQ7zxl/8dmnLrUsw1m/GPh4mWOSbJTedyULOLjOc5z6HvK2a4HXeMJ+VXHAdNHP/WlCwkwuorFFdDRTspoO4tFvBcZpPZylXbSdB2026jKmgbOJf2TjggOAgXT6BvDSUzN6ac0BQHD7Qqc9jyrQ+MbOWC0sWmEyI03m5uMeLskOCp+h022NiKRcHHBI8SKc3cvGTFwWHBHfoou2Z/Ky5RmcLMbLoMF7VEGzV5NYKtmQouBBF0Pkh1pekxyHBw/YlmeXFsEOCp+l0y+O51efi6IpghU6jdqv76MhWlweLdOrVZEEP4kcdEByiy6ImC8IV3VocELwTTLe0pKEJ694GJqz76CAVjI5gyq8ZxPMs52IgzXqph/mwQ5OeUUcaIHjOlESKYcfOsinwZHns7GdMiX2s1sG9Yg7uWczH/Wa7nai39DFvfu5SinIlUzm7X62ItFnxaI4PrnBOJvni5NjnCmM8jFI8UprMYV54BnYnILcHvNhq+S1YwFwyBcwZHg1zMYbTFjC/gxNJlYALXCdXEyoBX02yBGxpZyH8c4wsWvbWMfaRWpVfkYyjT86t3L9f821cI8tsk89Guabm4/wb4j89xuWc+1lAbwAAAABJRU5ErkJggg==);
}
.searchresults .expanderlink.search_again.select {
  padding: 0;
}
.searchresults .expanderlink.search_again .change {
  display: block;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  font-size: 20px;
  display: inline-block;
  margin-left: 8px;
  padding: 0 10px 0 10px;
}
.searchresults .expandercontent {
  background: #ffffff;
}
.x_available {
  display: block;
  float: left;
  line-height: 68px;
  width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  margin-right: 10px;
  color: #595d5c;
  background-color: #fff;
  border: 1px solid #ddd;
  white-space: nowrap;
}
.disabled {
  pointer-events: none;
}
.disabled.button,
.disabled.btn {
  background: #d5d6d6;
}
#map_element .infoBox .hotelitem {
  width: 500px;
}
#map_element .infoBox .hotelitem .details .pricebox {
  min-height: 0;
}
#map_element .infoBox .hotelitem .details .pricebox .sr_price {
  line-height: 1;
}
#map_element .infoBox .slides {
  display: block;
}
#map_element .infoBox .slides li {
  display: none;
}
#map_element .infoBox .slides li:first-child {
  display: block;
}
#map_element .infoBox .slides li img {
  max-width: 100%;
}
.fullsearchlist .k-loading-mask .k-loading-text,
.infoBox .k-loading-mask .k-loading-text {
  display: none;
}
.fullsearchlist .k-loading-mask .k-loading-image,
.infoBox .k-loading-mask .k-loading-image {
  background: url('../Images/loader128-blue.gif') no-repeat 50% 50%;
  height: 200px;
  margin: auto;
}
.fullsearchlist .hotelitem,
.infoBox .hotelitem {
  -webkit-box-shadow: 0px 0px 5px 2px #cccccc;
  -moz-box-shadow: 0px 0px 5px 2px #cccccc;
  box-shadow: 0px 0px 5px 2px #cccccc;
  margin-bottom: 30px;
  background: #efefef;
  position: relative;
}
.fullsearchlist .hotelitem.hotelitem-alt .check-availability-btn,
.infoBox .hotelitem.hotelitem-alt .check-availability-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.fullsearchlist .hotelitem .hotelitem-actions,
.infoBox .hotelitem .hotelitem-actions {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
}
.fullsearchlist .hotelitem .hotelitem-actions a,
.infoBox .hotelitem .hotelitem-actions a {
  float: left;
  font-size: 32px;
}
.fullsearchlist .hotelitem .hotelitem-actions a:before,
.infoBox .hotelitem .hotelitem-actions a:before {
  width: 60px;
  text-align: center;
  background: #fff;
}
.fullsearchlist .hotelitem .hotelitem-actions a.fave,
.infoBox .hotelitem .hotelitem-actions a.fave {
  border-right: 1px solid #ddd;
}
.fullsearchlist .hotelitem .hotelitem-actions a.fave:before,
.infoBox .hotelitem .hotelitem-actions a.fave:before {
  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;
  display: block;
  line-height: 60px;
}
.fullsearchlist .hotelitem .hotelitem-actions a.share:before,
.infoBox .hotelitem .hotelitem-actions a.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;
  line-height: 60px;
}
.fullsearchlist .hotelitem .details,
.infoBox .hotelitem .details {
  background: #ffffff;
}
.fullsearchlist .hotelitem .details:after,
.infoBox .hotelitem .details:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.fullsearchlist .hotelitem .details:after:after,
.infoBox .hotelitem .details:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fullsearchlist .hotelitem .details .boxpadding,
.infoBox .hotelitem .details .boxpadding {
  padding: 10px 20px;
}
.fullsearchlist .hotelitem .details .boxpadding:after,
.infoBox .hotelitem .details .boxpadding:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.fullsearchlist .hotelitem .details .boxpadding:after:after,
.infoBox .hotelitem .details .boxpadding:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fullsearchlist .hotelitem .details .rating,
.infoBox .hotelitem .details .rating {
  float: left;
  margin: 14px 0;
}
.fullsearchlist .hotelitem .details .textrating,
.infoBox .hotelitem .details .textrating {
  float: right;
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 1em;
  color: #003c7f;
  position: relative;
  display: none;
}
.fullsearchlist .hotelitem .details .textrating small,
.infoBox .hotelitem .details .textrating small {
  position: relative;
  top: -18px;
  font-size: 25px;
}
.fullsearchlist .hotelitem .details .socialbox,
.infoBox .hotelitem .details .socialbox {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  width: 60%;
  min-height: 150px;
  float: left;
  border-top: solid 1px #ccc;
}
.fullsearchlist .hotelitem .details .pricebox,
.infoBox .hotelitem .details .pricebox {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  min-height: 150px;
  border-top: solid 1px #ccc;
}
.fullsearchlist .hotelitem .details .pricebox span,
.infoBox .hotelitem .details .pricebox span {
  font-size: 60px;
}
.fullsearchlist .hotelitem .actions,
.infoBox .hotelitem .actions {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.fullsearchlist .hotelitem .actions:after,
.infoBox .hotelitem .actions:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.fullsearchlist .hotelitem .actions:after:after,
.infoBox .hotelitem .actions:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fullsearchlist .hotelitem .actions a.fave,
.infoBox .hotelitem .actions a.fave {
  float: left;
  margin-right: 20px;
  font-size: 38px;
  color: #595d5c;
  display: block;
}
.fullsearchlist .hotelitem .actions a.fave:before,
.infoBox .hotelitem .actions a.fave:before {
  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;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  display: block;
}
.fullsearchlist .hotelitem .actions a.fave.in_favourites:before,
.infoBox .hotelitem .actions a.fave.in_favourites:before {
  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;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  display: block;
}
.fullsearchlist .hotelitem .actions a.share,
.infoBox .hotelitem .actions a.share {
  float: left;
  font-size: 38px;
  color: #595d5c;
  display: block;
}
.fullsearchlist .hotelitem .actions a.share:before,
.infoBox .hotelitem .actions a.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;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  display: block;
}
.fullsearchlist .hotelitem .actions .btn,
.infoBox .hotelitem .actions .btn {
  float: right;
  padding-left: 40px;
  padding-right: 40px;
}
.fullsearchlist.noprice .hotelitem .details .pricebox,
.infoBox.noprice .hotelitem .details .pricebox {
  display: none;
}
.fullsearchlist .promotion,
.infoBox .promotion {
  background: #ffffff;
  margin-bottom: 20px;
}
.fullsearchlist .promotion .promotiontext,
.infoBox .promotion .promotiontext {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  padding: 20px;
  color: #003c7f;
}
.sticky-gated-msg {
  float: left;
  color: #fff;
  padding: 6px 0 15px 15px;
  clear: both;
}
.info-icon-tool {
  display: inline-block;
  width: 28px;
  height: 34px;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/info-icon-blue-mob.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: 100%;
  margin-top: -6px;
}
.ie8 .info-icon-tool {
  width: 18px;
  height: 18px;
}
.sticky-gated-msg .info-icon-tool {
  margin-top: -2px;
  margin-left: 1px;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/info-icon-white-mob.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tool_overlay_alt {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  -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);
}
.tool_overlay_title {
  background: #003c7f;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
.tool_overlay_title:after {
  content: "X";
  position: absolute;
  right: 15px;
  top: 10px;
}
.tool_overlay_body {
  padding: 10px;
  font-size: 23px;
  text-align: left;
}
.tool_overlay_body p {
  margin: 0;
}
.searchfilter .mapfilter .filter_list {
  background: #efefef;
  border: solid 1px #ccc;
  padding: 25px 20px;
}
.searchfilter .mapfilter .moreoptions {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #595d5c;
  text-decoration: underline;
  display: block;
  text-align: right;
  padding: 10px 30px;
  position: relative;
}
.searchfilter .mapfilter .moreoptions span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #003c7f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 300;
  display: block;
}
#mappopup {
  width: 580px;
}
#mappopup .closepopup {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../Images/icon-cross.png) no-repeat center #ffffff;
  z-index: 300;
}
#mappopup .hotelimage {
  position: relative;
}
#mappopup .hotelimage img {
  display: block;
}
#mappopup .hotelimage .hotelname {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
}
.map_view_overlay {
  position: relative;
}
.close-map {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../Images/icon-cross.png) no-repeat center #ffffff;
  z-index: 300;
}
#socialpopup {
  width: 580px;
  background: #ffffff;
  padding: 30px;
  border-bottom: solid 6px #003c7f;
  margin-top: 30px;
  margin-bottom: 30px;
}
#socialpopup .closepopup {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../Images/icon-cross.png) no-repeat center #ffffff;
  z-index: 300;
}
#socialpopup .cols:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
#socialpopup .cols:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
#socialpopup .cols .leftcol {
  float: left;
  width: 50%;
}
#socialpopup .cols .rightcol {
  float: left;
  width: 50%;
}
#socialpopup .comment {
  padding-top: 20px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em;
}
.room-ops .customSelectInner {
  font-size: 19px;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  padding: 0 60px 0 15px;
  line-height: 70px;
}
.hoteldetails .hotelheader {
  padding: 30px;
  padding-right: 105px;
  background: #f7f7f7;
  position: relative;
}
.best-western-plus .hoteldetails .hotelheader h3 {
  color: #8B1936;
}
.best-western-premier .hoteldetails .hotelheader h3 {
  color: #9E161A;
}
.best-western-premier-collection .hoteldetails .hotelheader h3,
.signature-collection .hoteldetails .hotelheader h3 {
  color: #000;
}
.sure-collection .hoteldetails .hotelheader h3,
.sure-plus .hoteldetails .hotelheader h3,
.sure .hoteldetails .hotelheader h3 {
  color: #415464;
}
.hoteldetails .hotelheader .rating {
  margin: 0;
}
.hoteldetails .hotelheader .favebtn {
  position: absolute;
  top: 20px;
  right: 0;
  color: #595d5c;
  font-size: 40px;
}
.hoteldetails .hotelheader .favebtn:before {
  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;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  display: block;
}
.hoteldetails .hotelheader .favebtn.in_favourites:before {
  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;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  display: block;
  color: #003c7f;
}
.hoteldetails .tabs ul li {
  width: 33%;
}
.hoteldetails .hotelstats {
  position: relative;
  min-height: 300px;
}
.hoteldetails .hotelstats img {
  display: block;
}
.hoteldetails .hotelstats .statwrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  font-size: 18px;
}
.hoteldetails .hotelstats .statwrapper:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .hotelstats .statwrapper:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .hotelstats .statwrapper .statwrapperpadding {
  padding: 40px 20px;
}
.hoteldetails .hotelstats .statwrapper .price {
  float: left;
  width: 55%;
  position: relative;
}
.hoteldetails .hotelstats .statwrapper .pricetxt {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 55px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.hoteldetails .hotelstats .statwrapper .pricelbl {
  position: relative;
  top: 13px;
}
.hoteldetails .hotelstats .statwrapper .advrating {
  float: left;
  width: 45%;
  position: relative;
  display: none;
}
.hoteldetails .hotelstats .statwrapper .advrating .hdratingtxt {
  position: absolute;
  top: 32px;
  left: 110px;
  font-size: 70px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.hoteldetails .hotelstats .statwrapper .advrating .hdratingtxt small {
  font-size: 40px;
  position: relative;
  top: -30px;
}
.hoteldetails .hotelstats .statwrapper .advrating .seperator {
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  min-height: 60%;
}
.hoteldetails .hotelintro .availability {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #003c7f;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 35px;
  line-height: 0.8em;
}
.hoteldetails .hotelintro .availability em {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
}
.hoteldetails .hotelintro .sectionpadding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hoteldetails .hotelintro .readmore {
  display: block;
  text-align: right;
  color: #003c7f;
  text-decoration: underline;
}
.hoteldetails .hotelgallery {
  background: #f7f7f7;
  position: relative;
  padding-top: 30px;
}
.hoteldetails .hotelgallery .galleryform {
  width: 280px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.hoteldetails .hotelgallery #galleryslider img {
  display: block;
}
.hoteldetails .hotelgallery #gallerythumbs .bx-viewport {
  padding-top: 5px;
}
.hoteldetails .hotelgallery #gallerythumbs .slides a.active {
  position: relative;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.hoteldetails .roomsandrates {
  background: #f7f7f7;
}
.hoteldetails .roomsandrates .roomrate {
  background: #ffffff;
  padding: 20px 30px;
}
.hoteldetails .roomsandrates .roomrate p {
  margin: 0;
}
.hoteldetails .roomsandrates .roomrate p span,
.hoteldetails .roomsandrates .roomrate p strong {
  color: #003c7f;
}
.hoteldetails .roomsandrates .roomrate p + p {
  margin-top: 10px;
}
.hoteldetails .roomsandrates .roomrate .changedate {
  float: right;
  color: #003c7f;
  text-decoration: underline;
}
.hoteldetails .roomsandrates .roomrateexpand {
  display: none;
  padding: 30px;
}
.hoteldetails .roomsandrates .roomrateexpand.active {
  display: block;
}
.hoteldetails .roomtype {
  background: #efefef;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 30px;
  font-size: 30px;
}
.hoteldetails .hotelroomsummary .roomsummarywrp.on-food-mode .optionsbtn {
  display: none;
}
.hoteldetails .hotelroomsummary .roomsummarywrp.active .roomlink {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC0UlEQVRYw82ZS08UQRRGe8YAhi0zcUNgKeIrBhUYDPIvfAy6M25YuMTo1mBkr+DImogPNBqI8RnlF2iMO6P4WKgQNyoQTftd8t3kpplmppvunlqchK7prntmqrrq1sXbPnTJi8E2MAAuglnwDiyDf+Av/34L7oILoJ/PbOjL9/1NiSrWAcbBF+BHRJ65zD4SFyyCClgzAd+DCVAGPaANtJAC2+SzSd6rz62yrZCU4EkOmc8hnAZHQC7iry/DPMM+pK8l6Xsrgs1gynzzJ6A75py1SB9PTb8yCk1RBVvBI3bwB5xNQCzICPuWGHMSs15B+eUe88Fv4FAKckov+MFYDyR2PYI3jNzOFOWUXYwlMSdrCQ7zxl/8dmnLrUsw1m/GPh4mWOSbJTedyULOLjOc5z6HvK2a4HXeMJ+VXHAdNHP/WlCwkwuorFFdDRTspoO4tFvBcZpPZylXbSdB2026jKmgbOJf2TjggOAgXT6BvDSUzN6ac0BQHD7Qqc9jyrQ+MbOWC0sWmEyI03m5uMeLskOCp+h022NiKRcHHBI8SKc3cvGTFwWHBHfoou2Z/Ky5RmcLMbLoMF7VEGzV5NYKtmQouBBF0Pkh1pekxyHBw/YlmeXFsEOCp+l0y+O51efi6IpghU6jdqv76MhWlweLdOrVZEEP4kcdEByiy6ImC8IV3VocELwTTLe0pKEJ694GJqz76CAVjI5gyq8ZxPMs52IgzXqph/mwQ5OeUUcaIHjOlESKYcfOsinwZHns7GdMiX2s1sG9Yg7uWczH/Wa7nai39DFvfu5SinIlUzm7X62ItFnxaI4PrnBOJvni5NjnCmM8jFI8UprMYV54BnYnILcHvNhq+S1YwFwyBcwZHg1zMYbTFjC/gxNJlYALXCdXEyoBX02yBGxpZyH8c4wsWvbWMfaRWpVfkYyjT86t3L9f821cI8tsk89Guabm4/wb4j89xuWc+1lAbwAAAABJRU5ErkJggg==) no-repeat top 30px right 30px;
}
.hoteldetails .hotelroomsummary .roomsummarywrp.active .roomlink .roomprice,
.hoteldetails .hotelroomsummary .roomsummarywrp.active .roomlink .optionsbtn {
  display: none;
}
.hoteldetails .hotelroomsummary .roomsummarywrp.active .roompricebook {
  background: #f7f7f7;
  /*.optionsbtn {
                        display: none;
                    }*/
}
.hoteldetails .hotelroomsummary .roomsummarywrp.active .roompricebook .next_btn {
  display: block;
}
.multiroom .hoteldetails .hotelroomsummary .roomsummarywrp.active .roompricebook .next_btn {
  display: none;
}
.hoteldetails .hotelroomsummary .roomlink {
  padding: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC3klEQVRYw82Zy08TURSHZ2oAw5Y2bgguVR4agggUI/wXokV2xA0LlxDZGgzskVpdE/EBRgMhPiDQvwBD3BnEx0IecYMC0QznkN9JTgZKOzN3yl18CTOdOedr78y99xycs90PnBCcITqJYWKa+ExsE/+Jf/h7lXhF3Cc6cM+RWJ7nnUhQsTpijPhBeAHhex4ihnHBFJEj9lXCL8QEkSFaiBqiCiRxjj/L4lq5bw/nkqYEb2PIPAzhJHGdcAP++jzMU4jBsbY4dhTBSuKp+ubvifqQz6yGY3xQcXkUKoIKVhPzCPCXuGtAzM8AYnOOWc5ZqiD/cu9w4y+iNQY5oY3YRK43nLsUwSdK7kKMcsIl5OKc2WKCvbhwB98ubrlDCeT6g9w9hQRTeLP4ov5yyOlpBs+5hyGvOU7wMS6Yi5AwTyyHEYSkPPuP/ILnMYHyHHUxgqBMHWEF6+HALrVacAyBJyMOWSRBSD5DjBER5EX8J052WiB4AzG+EQk+kVZrq2uBIDusIU67gy3T4YNp4K2MLAjJLOIM8cEMDjIWCd5BnBcONpZ80GyR4FXE+cQHv3GQtEjwnEzajtqfVZYwCXuGWC4iWC2bWy1YVUbBfBBB64dYXpIWiwSv6ZdkGge9Fgn2Ic5zB3Wrh8nRFsEc4gzqpe6rJUtdglhHnDbZLEgh3mWBYDdirMtmgRmVpcUCwZf+7Za0NGTD2nSKG9bLcOAORp1/yy87iIUIz2JeT8IBaxLOuSTFfKGiSWrUgVMomu6plkiqUNmZUQ2ecpadHcjJuW8WK9xzqnBvKoPkFbXcTpTa+phTP3c6Rrm06py9Pq6JdFLzaBY37uKZdA2KuYi5ixxvgzSPhApVzDMfiQYDco3EYtT2m7+BuaUamFMoDd0Qw6kbmBvELVMt4CTmyT1DLeBxky1gTS0a4d9D7KJ5bR1BjNi6/ALvONq5bsX6vYK3cR9s4xx/Nog5NRHm3xAHg00ImiPrMvkAAAAASUVORK5CYII=) no-repeat top 30px right 30px;
  display: block;
}
.hoteldetails .hotelroomsummary .roomlink:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .hotelroomsummary .roomlink:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .hotelroomsummary .roomlink .roomtitle {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  font-size: 28px;
  text-decoration: underline;
  padding-right: 40px;
}
.hoteldetails .hotelroomsummary .roomlink .roomtitle span.hurry {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #da4c2a;
  border-left: solid 1px #efefef;
  padding-left: 10px;
  margin-left: 10px;
  text-decoration: none;
}
.hoteldetails .hotelroomsummary .roomlink .roomprice {
  color: #595d5c;
  font-size: 50px;
}
.hoteldetails .hotelroomsummary .roomlink .roomprice span {
  display: block;
  font-size: 22px;
  color: #003c7f;
}
.hoteldetails .hotelroomsummary .next_btn {
  display: none;
}
.hoteldetails .hotelroomsummary .next_btn .btn,
.hoteldetails .hotelroomsummary .book_btn .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand {
  background: #f7f7f7;
  padding-bottom: 30px;
  display: none;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand > div {
  border-top: 1px solid #d3d4d4;
  position: relative;
  padding: 30px;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand > div:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f7f7f7;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand > div:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d3d4d4;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -15px;
  z-index: 0;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand .roomslider {
  margin-bottom: 30px;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand .roomslider.withnav {
  margin-bottom: 90px;
}
.hoteldetails .hotelroomsummary .roomsummaryexpand .roomslider img {
  display: block;
  margin: auto;
}
.hoteldetails .hotelroomsummary .roomratings {
  margin-top: 40px;
  margin-bottom: 20px;
}
.hoteldetails .hotelroomsummary .roomratings ul {
  margin: 0;
  padding: 0;
}
.hoteldetails .hotelroomsummary .roomratings ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.hoteldetails .hotelroomsummary .roomratings ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .hotelroomsummary .roomratings ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .hotelroomsummary .roomratings ul li {
  float: left;
  margin-right: 20px;
}
.hoteldetails .hotelroomsummary .roomratings ul li .roomratingslide {
  position: relative;
  padding-left: 100px;
}
.hoteldetails .hotelroomsummary .roomratings ul li .roomratingslide img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.hoteldetails .hotelroomsummary .roomratings ul li .roomratingslide p {
  margin: 0;
  color: #003c7f;
  font-size: 48px;
}
.hoteldetails .hotelroomsummary .roomratings ul li .roomratingslide p small {
  position: relative;
  top: -20px;
  font-size: 20px;
}
.hoteldetails .hotelroomsummary .roomratings ul li .roomratingslide p span {
  font-size: 18px;
  color: #595d5c;
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
  display: block;
}
.hoteldetails .hotelroomsummary form.roomsummarybook {
  background: #efefef;
  padding: 30px;
}
.hoteldetails .hotelroomsummary form.roomsummarybook:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .hotelroomsummary form.roomsummarybook:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .hotelroomsummary form.roomsummarybook.half .inputcontainer.counter {
  float: left;
  width: 48%;
}
.hoteldetails .hotelroomsummary form.roomsummarybook.half .inputcontainer.counter + .inputcontainer.counter {
  margin-left: 4%;
}
.hoteldetails .hotelroomsummary form.roomsummarybook.half .inputcontainer.counter label {
  font-size: 22px;
  color: #595d5c;
}
.hoteldetails .hotelroomsummary form.roomsummarybook.half .inputcontainer.counter .inputwrapper {
  border: none;
  padding: 0;
}
.hoteldetails .hotelroomsummary form.roomsummarybook a.backlink {
  text-decoration: underline;
  color: #595d5c;
}
.hoteldetails .hotelroomsummary .roompricebook {
  padding: 15px 30px;
  border-bottom: solid 1px #efefef;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hoteldetails .hotelroomsummary .roompricebook:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .hotelroomsummary .roompricebook:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .hotelroomsummary .roompricebook .roomprice {
  float: left;
  color: #595d5c;
  font-size: 50px;
  line-height: 1.1;
}
.hoteldetails .hotelroomsummary .roompricebook .roomprice .from_lbl {
  display: block;
  font-size: 22px;
  color: #003c7f;
}
.hoteldetails .hotelroomsummary .roompricebook .roomprice .subtext {
  display: block;
  font-size: 22px;
}
.hoteldetails .hotelroomsummary .roompricebook .roomprice .subtext.discount-notifier {
  font-size: 50px;
}
.hoteldetails .hotelroomsummary .roompricebook .room-btn {
  padding: 25px;
  width: auto;
}
.hoteldetails .hotelroomsummary .roompricebook .optionsbtn {
  display: block;
  text-transform: uppercase;
  border: none;
  background: #003c7f;
  color: #ffffff;
  padding: 25px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  position: relative;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  float: right;
  width: auto;
}
.hoteldetails .hotelroomsummary .roompricebook .optionsbtn.right {
  padding-left: 50px;
  padding-right: 50px;
}
.hoteldetails .hotelroomsummary .roompricebook .btn {
  float: right;
  padding-left: 50px;
  padding-right: 50px;
}
.hoteldetails .facilities .expanderlink {
  color: #003c7f;
  font-size: 35px;
  display: block;
  height: 50px;
  padding: 30px 85px 30px 30px;
  background: url(../Images/btn-expand-open-right-30.png) no-repeat;
  background-position: center right;
  border-bottom: solid 1px #f7f7f7;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hoteldetails .facilities .expanderlink.active {
  background-image: url(../Images/btn-expand-close-right-30.png);
}
.hoteldetails .facilities .expandercontent.active {
  display: block;
}
.hoteldetails .facilities .expandercontent .attraction span.title {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}
.hoteldetails .facilities .expandercontent .attraction span.available {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #003c7f;
}
.hoteldetails .diningitem {
  padding-bottom: 30px;
}
.hoteldetails .diningitem:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.hoteldetails .diningitem:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hoteldetails .diningitem img {
  display: block;
}
.hoteldetails .diningitem img + h3 {
  margin-top: 30px;
}
.hoteldetails .diningitem h3 {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #595d5c;
  font-size: 35px;
}
.hoteldetails .diningitem h3 img {
  float: left;
  margin-right: 20px;
}
.hoteldetails .diningitem .award {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #003c7f;
  color: #ffffff;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  line-height: 0.8em;
  margin-bottom: 30px;
}
.up-to-lbl {
  font-size: 22px;
  display: block;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2px;
}
.services {
  background: #efefef;
}
.services .service {
  border-bottom: solid 1px #e4e4e4;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.services .service .serviceimg {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 32px;
}
.services .service p span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
}
.services.confirmation-services .service p span {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #595d5c;
}
.pricetable {
  border: solid 1px #cccccc;
  border-spacing: 0px;
  border-collapse: separate;
}
.pricetable tr:nth-child(odd) td {
  background: #ffffff;
  padding: 10px 20px;
}
.pricetable tr:nth-child(even) td {
  background: #efefef;
  padding: 10px 20px;
}
.pricetable tr td {
  border-left: solid 1px #ccc;
}
.pricetable tr td:first-child {
  border-left: none;
}
.testimonials {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.testimonials ul {
  margin: 0;
  padding: 0;
}
.testimonials ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.testimonials ul li {
  position: relative;
  padding-left: 120px;
}
.testimonials ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials ul li p {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #003c7f;
  font-size: 35px;
}
.testimonials ul li p span {
  display: block;
  font-size: 30px;
  color: #595d5c;
}
.story {
  padding-bottom: 30px;
}
.story .sectionpadding:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.story .sectionpadding:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.story .video {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.story .video .playbtn {
  position: absolute;
  width: 230px;
  height: 224px;
  top: 50%;
  left: 50%;
  margin-left: -115px;
  margin-top: -112px;
  background: url(../Images/btn-play.png) no-repeat center;
}
.story h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.story .views {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.rewards-account-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../Images/rewardsicon.gif') no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
.social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.social ul li {
  margin-left: 26px;
  display: inline-block;
}
.social ul li a {
  display: block;
  width: 116px;
  height: 119px;
}
.social ul li a.facebook,
.social ul li a.sl_facebook {
  background: url(../Images/icon-facebook.png) no-repeat center;
}
.social ul li a.twitter,
.social ul li a.sl_twitter {
  background: url(../Images/icon-twitter.png) no-repeat center;
}
.social ul li a.google,
.social ul li a.sl_google {
  background: url(../Images/icon-google.png) no-repeat center;
}
.social ul li a.blog,
.social ul li a.sl_blog {
  background: url(../Images/icon-blog.png) no-repeat center;
}
.social ul li a.instagram,
.social ul li a.sl_instagram {
  background: url(../Images/icon-instagram.png) no-repeat center;
}
.social ul li a.youtube,
.social ul li a.sl_youtube {
  background: url(../Images/icon-youtube.png) no-repeat center;
}
.social ul li a.amazon,
.social ul li a.sl_amazon {
  background: url(../Images/icon-amazon.jpg) no-repeat center;
}
.social ul li a.rewards,
.social ul li a.sl_rewards {
  background: url(../Images/rewardsicon-big.gif) no-repeat center;
}
.social ul li:first-child {
  margin: 0;
}
.social.connections a {
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.social.connections a.connected {
  position: relative;
  filter: alpha(opacity=100);
  opacity: 1;
}
.social.connections a.connected:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 22px;
  height: 21px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAABi0lEQVRIx62VTUsCURSGFQrBdkWYO3EvidbKn+A/8Ce0aCW4CGopLf0VLiQLN+UiqE3b6JNAnEgEKUz6xqlpbucdzpFxmNFGFR68nnvex+s4c29gca8ZGMMCkSE2mQzXrHmllCujhDnimjAI5cDguZwfcYSousi8QG9knDhFdH1IBWRSXuIQ/zw1IciG3MTFKaRC0SlOePxJfoEjYRfnZyAV8nZxGcXlatM4efxSjbfvIWrtj0EQY+c8MshyT9kubqCYOmrpd6+6Wj18sEgSO1fP6vPHVFsXXQuMUUtyD0AGWRY3RDxPmCiu11vm5Ys+WF3urKO8XpiTPmSQ5c94n5MVayK+oW+P1e4t4oSsePe2ZyErjnMPQGat3vplsWa/FBUUoweaed7rq6e+McQpXcMlmgcYO+eRie5rIq7YxYUZ3hUFuzgt13lK4Eg7n7zSDMQlt0c6LLfdhCAb9trdsIm/TyBFJjNuP44Rxz6k6I399wQJEhtEe4SwzT1Bv0eTsEJkiW0my7WRZ94fF6yer40ZR64AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
}
#header {
  background: #e6e7e7;
  min-height: 115px;
  border-bottom: 1px solid #ccc;
}
.sure-collection #header,
.sure-plus #header {
  min-height: 150px;
}
.home #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../Images/grad-bar.jpg') no-repeat 0 center;
  z-index: 300;
  border: none;
}
.sfPageEditorWrp .home #header {
  position: relative;
}
.home #header #menubtn {
  color: #fff;
}
.home #header #logo {
  background: url(../Images/logo-new.png) no-repeat center;
}
#header #logo {
  float: left;
  width: 380px;
  height: 77px;
  display: block;
  background: url(../Images/logo-light-background-new.png) no-repeat center;
  margin-top: 15px;
  margin-left: 30px;
}
.best-western-standard #header #logo {
  background: url(../Images/best-western-standard.png) no-repeat center;
  width: 380px;
  height: 81px;
  margin-top: 17px;
  margin-left: 20px;
}
.best-western-plus #header #logo {
  background: url(../Images/best-western-plus.png) no-repeat center;
  width: 420px;
  height: 74px;
  margin-top: 19px;
  margin-left: 20px;
}
.best-western-premier #header #logo {
  background: url(../Images/best-western-premier.png) no-repeat center;
  width: 430px;
  height: 59px;
  margin-top: 27px;
  margin-left: 20px;
}
.best-western-premier-collection #header #logo {
  background: url(../Images/logo-light-prem.png) no-repeat center;
  width: 348px;
  height: 78px;
  margin-top: 17px;
  margin-left: 20px;
}
.signature-collection #header #logo {
  background: url(../Images/bw-signature-collection-logo.png) no-repeat center;
  width: 227px;
  height: 90px;
  margin-top: 13px;
  margin-left: 20px;
}
.sure #header #logo {
  background: url(../Images/best-western-sure-hotel.png) no-repeat 0 0;
  width: 374px;
  height: 75px;
  margin-top: 30px;
  margin-left: 20px;
}
.sure-plus #header #logo {
  background: url(../Images/best-western-sure-hotel-plus.png) no-repeat 0 0;
  width: 324px;
  height: 90px;
  margin-top: 30px;
  margin-left: 20px;
}
.sure-collection #header #logo {
  background: url(../Images/best-western-sure-hotel-collection.png) no-repeat 0 0;
  width: 331px;
  height: 90px;
  margin-top: 30px;
  margin-left: 20px;
}
#header #menubtn {
  font-size: 58px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #595d5c;
}
#header #menubtn:before {
  content: "\e009";
  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;
}
#header.fixed {
  position: absolute;
  top: 0;
  left: 0;
}
#footer {
  background: #003c7f;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .footer_nav_blue {
  background: #172b60;
  padding: 30px;
  text-align: center;
}
#footer .footer_nav_blue a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 24px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 10px;
}
#footer .footer_blue_block {
  text-transform: uppercase;
  background: #172b60;
  padding: 30px;
  text-align: center;
}
.checkout #footer .footer_blue_block {
  display: none;
}
#footer .btn {
  margin-bottom: 20px;
  font-size: 30px;
}
#footer p {
  text-align: center;
  color: #fff;
}
#footer p a:not(.button) {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  padding: 0px 15px;
  font-size: 22px;
  white-space: nowrap;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}
#footer p a + a {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
#footer .f_txt {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  opacity: .5;
  font-size: 15px;
}
#footer hr {
  background-color: #295590;
  margin: 30px 0;
}
.global-sites {
  border-top: 1px solid #295590;
  border-bottom: 1px solid #295590;
  padding: 15px 0;
  text-transform: uppercase;
  margin: 25px 0;
  font-size: 22px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.global-sites label {
  display: inline-block;
  margin-right: 5px;
  color: #849fc4;
  vertical-align: middle;
}
.global-sites-select {
  display: inline-block;
  height: 33px;
  text-align: center;
  vertical-align: middle;
}
.global-sites-select .customSelect {
  background: none;
  width: 100%;
  color: #828483;
  margin: 0;
  border: none;
  height: 33px;
  display: inline-block;
}
.global-sites-select .customSelect .customSelectInner {
  font-size: 22px;
  padding: 0;
  height: 33px;
  color: #849fc4;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  width: auto !important;
}
.global-sites-select .customSelect .customSelectInner:after {
  content: "e";
  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;
  margin-left: 5px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
}
#banner {
  position: relative;
}
#banner #bannerslider {
  position: relative;
  height: 780px;
  overflow: hidden;
}
#banner #bannerslider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 780px;
}
#banner #bannerslider ul li {
  height: 780px;
}
#banner #bannerslider .bannerslide {
  height: 780px;
  padding: 30px;
  padding-top: 210px;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#banner #bannerslider .bannerslide .slidetext {
  text-align: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  left: auto;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 1.25em;
}
#banner #welcome {
  height: 780px;
  background: url(../Images/bg-home.jpg) no-repeat top center;
  position: relative;
}
#banner #welcome .welcometext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#banner #welcome .welcometext .loggedin {
  padding: 30px;
}
#banner #welcome .welcometext .loggedin h2 {
  margin: 0;
  color: #ffffff;
}
#banner .welcometext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#banner .welcometext .signedin {
  padding: 30px;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#banner .welcometext .signedin h3 {
  color: #ffffff;
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#banner .welcometext .signedin h2 {
  color: #ffffff;
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
}
#banner .welcometext .signedin .userstats {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  margin-bottom: 10px;
}
#banner .welcometext .signedin .userstats:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
#banner .welcometext .signedin .userstats:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
#banner .welcometext .signedin .userstats .rewards {
  width: 33%;
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
#banner .welcometext .signedin .userstats .rewards span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  height: 60px;
  padding-top: 15px;
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
}
#banner .welcometext .signedin .userstats .stays {
  width: 30%;
  padding-left: 3%;
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
#banner .welcometext .signedin .userstats .stays span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  height: 60px;
  padding-top: 15px;
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
}
#banner .welcometext .signedin .userstats .checkin {
  width: 30%;
  padding-left: 3%;
  float: left;
  padding-bottom: 20px;
}
#banner .welcometext .signedin .userstats .checkin span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  height: 60px;
  padding-top: 15px;
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
}
.reminder {
  padding: 30px 30px 30px 90px;
  background: url(../Images/icon-alarm.png) no-repeat left 30px center #ffffff;
  font-size: 30px;
}
.reminder .title {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #003c7f;
}
.reminder .dates {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.stay .stayheader {
  padding: 30px;
  background: #efefef;
}
.stay .stayheader h3 {
  margin-bottom: 5px;
  text-transform: none;
}
.stay .stayheader .address {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.stay .stayheader .reserved {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
}
.stay .stayheader .reserved span {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.stay .stayheader .btnlist ul {
  margin: 0;
  padding: 0;
}
.stay .stayheader .btnlist ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.stay .stayheader .btnlist ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.stay .stayheader .btnlist ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.stay .stayheader .btnlist ul li {
  float: left;
  width: 32%;
}
.stay .stayheader .btnlist ul li a {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 25px;
  min-height: 70px;
}
.stay .stayheader .btnlist ul li:nth-child(2) {
  margin: 0 2%;
}
.stay img {
  display: block;
  width: 100%;
}
.stay .reservationdetails {
  background: #ffffff;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.stay .reservationdetails .expanderlink {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #003c7f;
  font-size: 35px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 30px;
  background: url(../Images/btn-expand-open.png) no-repeat;
  background-position: top 36px right 30px;
}
.stay .reservationdetails .expanderlink.active {
  background-image: url(../Images/btn-expand-close.png);
}
.stay .reservationdetails .expandercontent {
  background: #ffffff;
}
.stay .reservationdetails .roomsummary {
  background: #efefef;
  padding: 30px;
  font-size: 25px;
}
.stay .reservationdetails .roomsummary p span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
}
.stay .reservationdetails .roomsummary p.price {
  text-align: right;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.stay .reservationdetails .attributes {
  background: #f7f7f7;
  padding: 40px 20px;
}
.stay .reservationdetails .attributes ul {
  margin: 0;
  padding: 0;
}
.stay .reservationdetails .attributes ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.stay .reservationdetails .attributes ul li {
  font-size: 25px;
}
.stay .reservationdetails .attributes ul li strong {
  margin-right: 10px;
}
.stay .reservationdetails .attributes.main {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}
.stay .reservationdetails .attributes.main ul li {
  margin-bottom: 10px;
}
.stay .reservationdetails .attributes.main ul li strong {
  text-transform: uppercase;
}
.stay .reservationdetails .bookingsummary {
  background: #efefef;
  padding: 30px;
  font-size: 25px;
}
.stay .reservationdetails .bookingsummary p {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.stay .reservationdetails .bookingsummary p span {
  display: inline-block;
}
.stay .reservationdetails .bookingsummary p.paytoday {
  color: #003c7f;
}
.stay .reservationdetails .bookingsummary p.total {
  font-size: 28px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #d5d5d5;
}
.stay .reservationdetails .guestdetails {
  padding: 40px 20px;
  font-size: 25px;
}
.stay .reservationdetails .guestdetails p {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.stay .reservationdetails .guestdetails p.title {
  color: #003c7f;
}
.stay .reservationdetails .guestdetails p:first-child {
  margin-top: 0;
}
.userpoints {
  color: #003c7f;
  background: #efefef;
  padding-left: 30px;
  padding-right: 30px;
}
.userpoints:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.userpoints:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.userpoints .rewards {
  width: 31%;
  float: left;
  border-right: solid 2px rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
.userpoints .rewards span {
  height: 60px;
  padding-top: 20px;
  font-size: 50px;
  display: block;
}
.userpoints .stays {
  width: 31%;
  padding-left: 3%;
  float: left;
  border-right: solid 2px rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
.userpoints .stays span {
  height: 60px;
  padding-top: 20px;
  font-size: 50px;
  display: block;
}
.userpoints .checkin {
  width: 31%;
  padding-left: 3%;
  float: left;
  padding-bottom: 20px;
}
.userpoints .checkin span {
  height: 60px;
  padding-top: 20px;
  font-size: 50px;
  display: block;
}
.confirmdetails .tabs li,
.confirmdetails .faketabs li {
  width: 18%;
  margin-left: 2%;
}
.confirmdetails .tabs li:first-child,
.confirmdetails .faketabs li:first-child {
  margin-left: 0;
}
.confirmdetails .tabs li a,
.confirmdetails .faketabs li a {
  font-size: 22px;
}
.confirmdetails .tabs li.active,
.confirmdetails .faketabs li.active {
  width: 60%;
}
.confirmdetails .bookingsummary {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 30px 60px 30px 60px;
}
.confirmdetails .bookingsummary span.itemprice {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.confirmdetails .bookingsummary .payable {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 20px 0;
}
.confirmdetails .bookingsummary .bestrate {
  padding-left: 100px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  background: url(../Images/img-lowrate.png) no-repeat left center;
  min-height: 115px;
  padding-top: 20px;
  font-size: 28px;
}
.confirmdetails .roomdetails {
  padding-top: 30px;
  background: #f7f7f7;
}
.confirmdetails .roomdetails img {
  display: block;
}
.confirmdetails .roomdetails .room {
  background: #f7f7f7;
  padding-left: 30px;
  padding-right: 30px;
}
.confirmdetails .roomdetails .room .rt_title:before {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAoCAYAAABdGbwdAAAEpklEQVRo3tVazWsTQRTfpGmTqFGLtdX6gVa0WkSsB8WDVUH8Bi+CChb8l7x4EhE9VhARhOJB9NJD6wdqEbWi1lqUavOdTZqk8U15K9NlZ+bN7K4mD36HzMybyf729968mSRyZfiqJbB+wGFAL36eBYwB3lv+bCXgCGA3IAXI45zPAEWrySwmaD8OOOpq24Z4CnhiuF4n4BpgDde2FnAICbsNSDcTQVGPti2AIYnPEI4xsXMucnhj7eebTUFeBO0DRCQ+ERyja6sAOxRj+nBcUxOUIvilDAmKKMZEWoGgeYLfb4O1MoC6Yky9FXLQBKAm8WF9zw3WKgNeK8aw/korKOi+gKQa9s0brjcK+CLo+4r9LbHNT2Ldc9BVB437IMdR0R1M8v2Yy3KAD6iexVYhyMJcEMYbZSS8QjS9uQlKADYBurDiZSGYxD4bkyirducA3wELxHUiOOdGLAw7AO24fhVDl6kri0rV2QQ2Y/3E5v8MeIiqpNp2wFnAasBHwCNAyU0Q6zyN1WyUOHEdQ3FUcUQYBByTFIiiXZJV628V49j3HgbE8fNOwGXATWK49gDYWasNP+/F73kL0OCTNJt0QIMcCydlueSSZAzLMxc0yWG2DnCRUFgOcuQ41qtR6e/nyOFPEt38LpbiErFFZJ4fs1VS3O3ymQL2KPpXSIpS6sFZ6s/nGMfyhInzxIX4uakn9SKBAIvbWb1e3ixxrVlB6vghIyhLmDjrkdy9LKE5r3tcUjH2DWDa1TamUY2/BPx0tS27dom5HqKMoNQzZc43SVBQxhXKMoJ6FcTzarmLuagLi9B3GiFcwYR8AK9iprAmW7bNJw3esjM2EYKCMgRlutdgxMzgA8eJL9kpP9j4T8iF418RKUiXoJ6QQ0w27ylM4glBkTuO4dYQJOGTWNZ0CMoM5jsRdS2Q0SRI9iCRgHKQ1xXJCQwrEYGdSMCAoP8MligdkjKDFZ99UZ8KkiXTBPdwVc1drKogv5ub18uc9g2C/m4uB4luLJb8oz5ykCpXmBJPUadTHOYUZUhc0O+0FwT9TnsiKAWFSVDS4AGpBCkJDjPEkoa5TUdBeYUCZAQtSsJ+GUFJroLMC+K5Kpik7lNBRcPwjWOesA0UlODWbugoKCdwsPnjP2cNTqJJQ4J+GyioA08AecJRKG6gPqGCZG+5pHgQUwXNG4Qv5QEL+AJNCfoboqxQvKHYMm3JRPfw4svLXnBlfw4v4tw2J/D9BrguWF+VoC0uv6gIEuWoEobwEkGqg50tidUC4bwms1+Sy7g0YQdqc63Hq5b1r1fsgHGJf8EJMUrhFtafCkx+ABCFSNrj5bV7XIiJtvi0Rx4iEVRShJmpNZCghqYfC8sRj1N72uPaYsTDfwbbpyQ7J7PHgAcxwheyQ1KP8yOATbgYc7/ZSUVp4BAxI9gAsoIDLm/TzoUZRUHFkAgK8gVkwvD/nyFmc/MHYX5+018QiYAaYo0QCCoqqmkdq/qcR7jjxogKCsNKAYYY9apY5m+bEhTWFh9kDrJ9EmSbKqjGVdg1IqG6Cio2iYLKJkm6FGKolQJWEDteVP41QcUQQy3IXazsk+yyiOA/xXhaes1MdbgAAAAASUVORK5CYII=');
  display: inline-block;
  width: 0;
  height: 40px;
  margin-right: 10px;
}
.confirmdetails .roomdetails .room .rt_title.rt_single_room:before,
.confirmdetails .roomdetails .room .rt_title.rt_other_rooms:before,
.confirmdetails .roomdetails .room .rt_title.rt_studio:before,
.confirmdetails .roomdetails .room .rt_title.rt_undefined:before {
  width: 20px;
}
.confirmdetails .roomdetails .room .rt_title.rt_double_room:before,
.confirmdetails .roomdetails .room .rt_title.rt_twin_room:before,
.confirmdetails .roomdetails .room .rt_title.rt_1_double_bed:before,
.confirmdetails .roomdetails .room .rt_title.rt_suite:before,
.confirmdetails .roomdetails .room .rt_title.rt_four_poster_room:before,
.confirmdetails .roomdetails .room .rt_title.rt_2_single_beds:before {
  width: 40px;
}
.confirmdetails .roomdetails .room .rt_title.rt_family_room:before,
.confirmdetails .roomdetails .room .rt_title.rt_apartment:before,
.confirmdetails .roomdetails .room .rt_title.rt_family_suite:before,
.confirmdetails .roomdetails .room .rt_title.rt_lodge:before {
  width: 72px;
}
.confirmdetails .roomdetails .room .rt_title.rt_disabled_room:before {
  width: 28px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAACAElEQVRIx72WTShEURTHZyQ0yBRSxqhhioWlUsTMWEzJQki2lKwslM9sFIXFZCELZSMJU2Qn3zaUTCkZLGyUlEjYKR/jf+pM3W7vvTFv5s7i1zQz997fe/eec8+xrAWDFgPSgB+U6I2JRCJxYSRzgXsQAd9gSrUwwLIon6BApXBVEhIVKoX1kuxQ9ZYSVWAWdIGsVAgrOVgmQF0qhJdS0DhUCnM1gqZPpdCuIexPtXAeeCVqgU2VUI9QIsI8UKojvADrEsug06zQDW5BeyrOsBA88sK9qoVWsM2LPnG+aQmpepxpsAma4xG28YJfoMFE0ERLWNN/hQc8aVQqvtdxSt+pjsYSOoQJ5dIZeXir3/hq0+NXWIO2ON1I6OOBrzHuVd0WA5890pvOGAm7edCOWSFLFwUhvbFfT9jBg/YSFGaCc0FK0V6kJXTzgJcEhdTvOMGzIN2llJOFlIMfPMBp8gyLQRhkg0ZOkah0WCstjvnPaZPCMZ4f4O8jgvCH0yVEDxad6OWDpierjlPqErbRw0LK4VONPG0VJ87xj2Gt/tOghN3wvCVx67ilXBAYABniZBu4EyKsJYaMLoUrIdntZspTGTgRtmCLK4SPb6QaztsNYcwRyEmkANP+D/GVZXRvUmSPU7+arJ6GzmAQrPC5UiV5APtgEuSr6EtFrMlohP8ANSzoEEI3wsMAAAAASUVORK5CYII=');
  position: relative;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0;
  height: 32px;
}
.confirmdetails .roomdetails .room strong {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.confirmdetails .roomdetails .room .iconadult {
  width: 20px;
  height: 40px;
  display: inline-block;
  background: url(../Images/icon-adult.png) no-repeat center bottom;
}
.confirmdetails .roomdetails .room .iconchild {
  width: 20px;
  height: 40px;
  display: inline-block;
  background: url(../Images/icon-child.png) no-repeat center bottom;
}
.confirmdetails .roomdetails .hurry {
  color: #da4c2a;
  font-size: 18px;
}
.confirmdetails .roomdetails .hightlight {
  border-bottom: dashed 1px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.confirmdetails .roomdetails .change {
  color: #003c7f;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  border-bottom: solid 1px;
  margin-left: 10px;
}
.confirmdetails .roomdetails .guest {
  background: #b1b1b1;
  padding-top: 20px;
}
.confirmdetails .roomdetails .guest .inputcontainer {
  padding-left: 20px;
  padding-right: 20px;
}
.confirmdetails .roomdetails .guest .inputcontainer .inputwrapper {
  border: none;
}
.confirmdetails .roomdetails .guest .inputcontainer .inputwrapper .customSelect {
  border: none;
}
.confirmdetails .roomdetails .guest .inputcontainer .inputwrapper.checkboxes {
  background: #ffffff;
}
.confirmdetails .roomdetails .guest .inputcontainer .inputwrapper.checkboxes label {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.confirmdetails .roomdetails .guest .inputcontainer .inputwrapper.select .customSelect {
  border: solid 1px #e7e7e5;
  background-color: #f5f5f5;
}
.confirmdetails .roomdetails .guest .expanderlink,
.confirmdetails .roomdetails .guest .specialExpander {
  color: #003c7f;
  font-size: 35px;
  display: block;
  height: 50px;
  padding: 30px 30px;
  background: #ffffff url(../Images/btn-expand-open-right-30.png) no-repeat;
  background-position: center right;
}
.confirmdetails .roomdetails .guest .expanderlink.active,
.confirmdetails .roomdetails .guest .specialExpander.active {
  background-image: url(../Images/btn-expand-close-right-30.png);
}
.confirmdetails .roomdetails .guest .expandercontent,
.confirmdetails .roomdetails .guest .specialContent {
  background: #ffffff;
  padding-bottom: 10px;
}
.confirmdetails .regpw {
  background: #ffffff;
  padding: 30px;
}
.confirmdetails .regpw:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.confirmdetails .regpw:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.securitytext {
  font-size: 12px;
  position: relative;
  padding-left: 220px;
}
.securitytext .logos {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
.securitytext .logos img {
  vertical-align: middle;
}
.securitytext a {
  color: inherit;
  text-decoration: underline;
}
.yourdetails {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}
.yourdetails a {
  color: #003c7f;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 30px;
  display: block;
  text-align: right;
}
.addressinfo .inputcontainer label {
  font-size: 30px;
  color: #595d5c;
}
.infobox {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #ffffff;
  color: #003c7f;
  text-align: center;
  padding: 10px 30px;
  margin: 20px 0;
}
.infobox p {
  margin-bottom: 0;
}
.infobox a {
  color: inherit;
  text-decoration: underline;
}
.cardpayment {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
}
.cardpayment .inputcontainer label {
  font-size: 30px;
  color: #595d5c;
}
.sendnewsletter {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 30px 30px;
}
.submitbooking {
  background: #ffffff;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 30px 30px;
}
.submitbooking p.agree {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.submitbooking p.agree a {
  color: inherit;
  text-decoration: underline;
}
.bestwesterncard {
  padding: 30px 30px 30px 30px;
  background: #fff;
  margin-left: -30px;
  margin-right: -30px;
}
.bestwesterncard .inputcontainer label {
  font-size: 30px;
  color: #595d5c;
}
.bestwesterncard a {
  color: #003c7f;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
}
.bestwesterncard hr {
  border: none;
  border-bottom: solid 1px #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bestwesterncard .validatedcard .message {
  display: block;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #003c7f;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  width: 200px;
  line-height: 90px;
  text-decoration: none;
}
.bestwesterncard .validatedcard.valid {
  background: url(../Images/icon-tick-large.png) no-repeat 270px 5px;
}
.bestwesterncard .validatedcard.valid .message {
  background: #efefef;
  color: #003c7f;
}
.bookingthankyou {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bookingthankyou h1 {
  color: #003c7f;
}
.bookingthankyou .bookingnumber {
  margin: 20px 0;
  background: #f7f7f7;
  padding: 20px;
}
.bookingthankyou a.email {
  color: inherit;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.booking-ref {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.booking-ref:after {
  content: ',';
}
.booking-ref:last-child:after {
  content: none;
}
.bookingamend ul {
  margin: 0;
  padding: 0;
}
.bookingamend ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.bookingamend ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.bookingamend ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.bookingamend ul li a {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 30px;
  background: #003c7f;
  padding-left: 80px;
}
.bookingamend ul li a.calendar {
  background: url(../Images/icon-calendar.png) no-repeat left 30px center #003c7f;
}
.bookingamend ul li a.guests {
  background: url(../Images/icon-guests.png) no-repeat left 30px center #003c7f;
}
.bookingamend ul li a.key {
  background: url(../Images/icon-key.png) no-repeat left 30px center #003c7f;
}
.bookingamend ul li a.mappin {
  background: url(../Images/icon-mappin.png) no-repeat left 30px center #003c7f;
}
.bookingamend ul li a.tomtom {
  background: url(../Images/icon-tomtom.png) no-repeat left 30px center #003c7f;
}
.bookingamend ul li a.cancel {
  background: url(../Images/icon-cancel.png) no-repeat left 30px center #003c7f;
}
.confirmationdetails .expanderlink {
  color: #003c7f;
  font-size: 35px;
  display: block;
  height: 50px;
  padding: 30px 30px;
  background: url(../Images/btn-expand-open.png) no-repeat #ffffff;
  background-position: top 30px right 30px;
  border-bottom: solid 1px #efefef;
}
.confirmationdetails .expanderlink:first-child {
  border-top: solid 1px #efefef;
}
.confirmationdetails .expanderlink.active {
  background-image: url(../Images/btn-expand-close.png);
}
.confirmationdetails .expandercontent {
  padding-bottom: 10px;
  padding: 30px;
}
.confirmationdetails .roomsummary {
  background: #e4e4e4;
  padding: 30px;
  font-size: 25px;
}
.confirmationdetails .roomsummary:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.confirmationdetails .roomsummary:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.confirmationdetails .roomsummary p {
  float: left;
  max-width: 80%;
}
.confirmationdetails .roomsummary p span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
}
.confirmationdetails .roomsummary p.price {
  text-align: right;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  float: right;
}
.confirmationdetails .attributes {
  background: #f7f7f7;
  padding: 40px 20px;
}
.confirmationdetails .attributes ul {
  margin: 0;
  padding: 0;
}
.confirmationdetails .attributes ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.confirmationdetails .attributes ul li {
  margin-bottom: 20px;
}
.confirmationdetails .attributes ul li strong {
  margin-right: 10px;
}
.confirmationdetails .attributes.main {
  background: none;
  padding: 0;
}
.confirmationdetails .attributes.main ul li {
  margin-bottom: 10px;
}
.confirmationdetails .attributes.main ul li strong {
  text-transform: uppercase;
}
.confirmationdetails .bookingsummary {
  background: #e4e4e4;
  padding: 20px;
}
.confirmationdetails .bookingsummary p {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  /*span {
                float: right;
                width: 120px;
                text-align: right;
            }*/
}
.confirmationdetails .bookingsummary p.paytoday {
  color: #003c7f;
}
.confirmationdetails .bookingsummary p.total {
  font-size: 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px #d5d5d5;
}
.paymentinfo h4 {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.paymentinfo p {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.policies h4 {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.sharebooking {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.sharebookinglinks {
  margin-bottom: 20px;
}
.sharebookinglinks:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.sharebookinglinks:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sharebookinglinks ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sharebookinglinks ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.sharebookinglinks ul li {
  float: left;
  margin-right: 20px;
  line-height: 85px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
}
.sharebookinglinks ul li a {
  width: 85px;
  height: 85px;
  display: block;
}
.sharebookinglinks ul li a.facebook {
  background: url(../Images/icon-facebook.jpg) no-repeat center;
}
.sharebookinglinks ul li a.twitter {
  background: url(../Images/icon-twitter.jpg) no-repeat center;
}
.sharebookinglinks ul li a.google {
  background: url(../Images/icon-google.jpg) no-repeat center;
}
.sharebookinglinks.blue ul li a.facebook {
  background: url(../Images/icon-share-facebook.jpg) no-repeat center;
}
.sharebookinglinks.blue ul li a.twitter {
  background: url(../Images/icon-share-twitter.jpg) no-repeat center;
}
.sharebookinglinks.blue ul li a.google {
  background: url(../Images/icon-share-google.jpg) no-repeat center;
}
.survey {
  text-align: center;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.survey .surveyanswers ul {
  margin: 0;
  padding: 0;
}
.survey .surveyanswers ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.survey .surveyanswers ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.survey .surveyanswers ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.survey .surveyanswers ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
.survey .surveyanswers ul li a {
  display: block;
  width: 120px;
  height: 80px;
  padding-top: 150px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #595d5c;
  font-size: 18px;
}
.survey .surveyanswers ul li a.active {
  background-color: #003c7f;
  color: #ffffff;
}
.survey .surveyanswers ul li:nth-child(1) a {
  background: url(../Images/icon-survey-1.png) no-repeat top 20px center #f7f7f7;
}
.survey .surveyanswers ul li:nth-child(1) a.active {
  background-image: url(../Images/icon-survey-1-active.png);
  background-color: #003c7f;
  color: #ffffff;
}
.survey .surveyanswers ul li:nth-child(2) a {
  background: url(../Images/icon-survey-2.png) no-repeat top 20px center #f7f7f7;
}
.survey .surveyanswers ul li:nth-child(2) a.active {
  background-image: url(../Images/icon-survey-2-active.png);
  background-color: #003c7f;
  color: #ffffff;
}
.survey .surveyanswers ul li:nth-child(3) a {
  background: url(../Images/icon-survey-3.png) no-repeat top 20px center #f7f7f7;
}
.survey .surveyanswers ul li:nth-child(3) a.active {
  background-image: url(../Images/icon-survey-3-active.png);
  background-color: #003c7f;
  color: #ffffff;
}
.survey .surveyanswers ul li:nth-child(4) a {
  background: url(../Images/icon-survey-4.png) no-repeat top 20px center #f7f7f7;
}
.survey .surveyanswers ul li:nth-child(4) a.active {
  background-image: url(../Images/icon-survey-4-active.png);
  background-color: #003c7f;
  color: #ffffff;
}
.survey .surveyanswers ul li:nth-child(5) a {
  background: url(../Images/icon-survey-5.png) no-repeat top 20px center #f7f7f7;
}
.survey .surveyanswers ul li:nth-child(5) a.active {
  background-image: url(../Images/icon-survey-5-active.png);
  background-color: #003c7f;
  color: #ffffff;
}
.survey .btnlist {
  margin: 60px 0 30px;
}
.survey .btnlist ul {
  margin: 0;
  padding: 0;
}
.survey .btnlist ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.survey .btnlist ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.survey .btnlist ul:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.survey .btnlist ul li {
  width: 48%;
  float: left;
}
.survey .btnlist ul li a.back {
  background: #f7f7f7;
}
.survey .btnlist ul li:first-child {
  margin-right: 4%;
}
.getintouch {
  padding-top: 60px;
  padding-bottom: 30px;
}
.getintouch h1 {
  color: #595d5c;
}
.getintouch .callus {
  text-align: center;
  background: #efefef;
  padding: 30px;
  font-size: 35px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 30px;
}
.getintouch .callus span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.getintouch .btnlist:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.getintouch .btnlist:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.getintouch .btnlist ul {
  margin: 0;
  padding: 0;
}
.getintouch .btnlist ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.getintouch .btnlist ul li {
  width: 48%;
  float: left;
}
.getintouch .btnlist ul li:first-child {
  margin-right: 4%;
}
.getintouch hr {
  background-color: #efefef;
}
.muted {
  opacity: 0.5;
}
/*Gated Rates*/
.mobile-gated--wrap {
  padding: 30px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.mobile-gated--wrap.form_error {
  border-color: #da4c2a;
}
.mobile-gated--wrap h4 {
  text-transform: capitalize;
}
.mobile-gated--wrap .small_emphasis {
  margin: 0;
}
.datepicker .datepicker-title {
  background: #003c7f;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.datepicker .switch {
  background: #ffffff;
  border-radius: 0;
  height: 70px;
}
.datepicker .prev {
  border-radius: 0;
  height: 70px;
  background: url(../Images/datepicker-arrow-prev.png) no-repeat center #003c7f;
}
.datepicker .next {
  border-radius: 0;
  height: 70px;
  background: url(../Images/datepicker-arrow-next.png) no-repeat center #003c7f;
}
.datepicker .dow {
  color: #828483;
  width: 70px;
  height: 70px;
}
.datepicker .day {
  background: #ffffff;
  color: #828483;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  width: 40px;
  height: 30px;
}
.datepicker .day.active {
  background: #003c7f;
  color: #ffffff;
  border-radius: 0;
}
.datepicker .day.new {
  background: #eee;
  color: #d5d6d6;
}
.datepicker .day.disabled {
  background: #f5f5f5;
  color: #d5d6d6;
}
.datepicker .month {
  background: #ffffff;
  color: #828483;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  width: 63px;
  height: 63px;
  line-height: 63px;
  border-radius: 0;
  margin: 0 0 2px 2px;
}
.datepicker .month.active {
  background: #003c7f;
  color: #ffffff;
  border-radius: 0;
}
.datepicker .month.new {
  background: #eee;
  color: #d5d6d6;
}
.datepicker .month.disabled {
  background: #f5f5f5;
  color: #d5d6d6;
}
.datepicker .year {
  background: #ffffff;
  color: #828483;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  width: 63px;
  height: 63px;
  line-height: 63px;
  border-radius: 0;
  margin: 0 0 2px 2px;
}
.datepicker .year.active {
  background: #003c7f;
  color: #ffffff;
  border-radius: 0;
}
.datepicker .year.disabled {
  background: #f5f5f5;
  color: #d5d6d6;
}
.datepicker.datepicker-inline .datepicker-title {
  font-size: 30px;
}
.datepicker.datepicker-inline .day {
  width: 70px;
  height: 70px;
  font-size: 30px;
}
.datepicker.datepicker-inline .month {
  font-size: 30px;
  width: 111px;
  height: 100px;
  line-height: 100px;
}
.datepicker.datepicker-inline .year {
  font-size: 30px;
  width: 111px;
  height: 100px;
  line-height: 100px;
}
.fullsearchsort {
  margin-bottom: 20px;
}
.fullsearchsort:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.fullsearchsort:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fullsearchsort input {
  float: left;
  height: 68px;
  width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 35px;
  margin-right: 10px;
  color: #595d5c;
}
.fullsearchsort .customSelect {
  background-color: #efefef;
}
.relatedslide {
  text-align: center;
  padding-top: 30px;
  background: #f7f7f7;
}
.relatedslide h1 {
  text-align: left;
  margin: 0;
  padding: 0 30px;
}
.relatedslide p {
  padding: 30px 60px;
}
.slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.slides.no-slideshow {
  display: block;
}
.slides img {
  display: block;
  margin: auto;
}
.slides li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#map_element {
  min-height: 640px;
}
#map_element img {
  max-width: none;
}
.hotelitem .slidetext {
  font-size: 30px;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.hotelitemslider {
  position: relative;
}
.hotelitemslider .slides {
  min-height: 435px;
}
.slides > li {
  position: relative;
}
#banner .slides .slidetext {
  position: relative;
  text-decoration: none;
}
.filter_range_wrp {
  position: relative;
  padding-top: 1px;
}
.filter_range_wrp .fr_val {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  position: absolute;
  top: 0;
  font-size: 0.85em;
}
.filter_range_wrp .fr_val:after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background-color: #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
}
.filter_range_wrp .fr_min {
  left: 0;
}
.filter_range_wrp .fr_max {
  right: 0;
}
.sf_qty {
  float: right;
  display: block;
  width: 20px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: #003c7f;
  font-size: 9px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: 6px;
}
.noUi-horizontal .noUi-handle {
  left: -30px;
  top: -30px;
}
.noUi-base {
  z-index: 1;
}
.noUi-target {
  margin: 60px 15px 125px 15px;
}
.noUi-target:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.noUi-target:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.noUi-target .noUi-handle {
  background: uri('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAK2SURBVFhHxZe9axRBGMZHEgxXiIiVhVgYQhDzF2ijxUHEylIIFkKwiIJYqCDYCBoQbWxSW/hHaGVxjaZThBAQq7vd2/vau9v72Nsbn2edOWYu63GGm3Xht5l39p33eeady2UjpJQTyuXyPJytVCpFsON53lPwHONH4BaeXTTrzYMVTAmZnIbAQ4h98X0/qVarMggCC87hmUTOL/AG+etm7b9hBRnCKyj2DIVDitTrddloNGSz2cyEz0itVqOZBGs/wMh5U2MaKzDFsfAyCvygsBZttVoyDMOZMEebUUbaqLNl6phYAURTfM/fhHDEIlq03W7/M1xHM6kRz3+N2idMPWIFSrwI8ZgLjytsok3w+NCNt6YesQIkrMNtxF1zcafTWRg0wo5C456paYovQ/y7C3ENTaATQ270iAG0/QHFmdjtdp1gmChZBoJqUIB4iwlRFDmFRmgCG746MYCzucO2M6HX6zlHdeLTxAAm9ine7/dzgSaw4RGOoiBwW4aBmJNZya5gF3DqNwRuGzyXwWCQK9wwdPcEWr/NYDgc5gq7AN2SwG2XQVaSS1QXDgTE3zGI4zhXaALaPwUGuwxGo1GuKBMHAoPt/2igJMbj8QYNJEmSKzQAI3v8IlpCEGcluYQGsPnN9JsQTr5yEhO5Ac0RtAupAUxsMZ5OcoXqwkdqpwbACiaaeXXhz+blFdMAuZ+HAaXxWeuaBpbw4BuTXF3KwADDNXDEAFlDUseVCe4e110w0TTF+V7An9dhIF60CVXvJbA0rQAvCQJ/IjkuYkF3ESZYQ9V5AWb/X0ADRHXiEkg/E8c1otaF4DawtDRWoA0YJk6CJ6A+rxEjj79r78E5YOmYWIFpQKOO5BTYAXydTrTINOo6BK/AKrDqZ2EFWQY07IgycwZcA/w0P1bQ3E1wAVg1ZyPFbznWId3XUxFqAAAAAElFTkSuQmCC') no-repeat center #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: -20px;
}
.noUi-target .noUi-handle:before {
  background: none;
}
.noUi-target .noUi-handle:after {
  background: none;
}
.noUi-target .noUi-connect {
  background: #003c7f;
  box-shadow: none;
}
.noUi-origin {
  background-color: #fafafa;
  -webkit-transition: background 0.75s;
  -moz-transition: background 0.75s;
  -o-transition: background 0.75s;
  transition: background 0.75s;
}
.noUi-origin:first-child {
  background-color: #003c7f;
}
.noUi-pips {
  position: relative;
  margin-top: 3px;
  z-index: 0;
}
.noUi-marker {
  position: absolute;
  top: 0;
  width: 1px;
}
.noUi-marker.noUi-marker-large {
  height: 60px;
  background-color: #ccc;
}
.noUi-marker.noUi-marker-normal {
  height: 20px;
  background-color: #eee;
}
.noUi-marker.noUi-marker-sub {
  height: 40px;
  background-color: #ccc;
}
.noUi-value {
  position: absolute;
  top: 45px;
  width: 50px;
  text-align: center;
  margin-left: -25px;
}
.noUi-value.noUi-value-sub {
  font-size: 10px;
}
.noUi-value.noUi-value-large {
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  top: 65px;
}
div.search-results-range-slider {
  margin: 65px 0 0 0;
}
.cbline {
  margin: 0 0 15px 0;
  border-bottom: solid 1px #d5d6d5;
  padding-bottom: 15px;
}
.cbline .inputcontainer {
  margin-top: 30px;
}
.prettycheckbox,
.prettyradio {
  display: block;
  padding: 10px 0 0 40px;
  position: relative;
  min-height: 40px;
}
.prettycheckbox > a,
.prettyradio > a {
  height: 26px;
  width: 26px;
  display: block;
  cursor: pointer;
  margin: 0 10px 0 0;
  background: url(../Images/sprite.png);
  position: absolute;
  top: 10px;
  left: 0px;
}
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 0 !important;
  cursor: pointer;
  font-size: 22px !important;
  color: #595d5c !important;
}
.prettycheckbox label.italic,
.prettyradio label.italic {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.prettycheckbox label img,
.prettyradio label img {
  margin: 20px 0;
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed;
}
.prettyCheckable.italic + a + label {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
}
.prettycheckbox > a {
  background-position: 0 0;
}
.prettycheckbox > a:focus {
  background-position: -26px 0;
}
.prettycheckbox > a.checked {
  background-position: -52px 0;
}
.prettycheckbox > a.checked:focus {
  background-position: -78px 0;
}
.prettycheckbox > a.checked.disabled {
  background-position: -130px 0;
}
.prettycheckbox > a.disabled {
  background-position: -104px 0;
}
.prettyradio > a {
  background-position: -156px 0;
}
.prettyradio > a:focus {
  background-position: -182px 0;
}
.prettyradio > a.checked {
  background-position: -208px 0;
}
.prettyradio > a.checked:focus {
  background-position: -234px 0;
}
.prettyradio > a.checked.disabled {
  background-position: -286px 0;
}
.prettyradio > a.disabled {
  background-position: -260px 0;
}
.bluelabel .prettyradio label {
  color: #003c7f !important;
}
.sflist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sfsimpleListWrp .sflist,
.sfpagelistListWrp .sflist {
  list-style-type: disc;
  margin: 0 0 18px 15px;
}
.sfsimpleListWrp .sflist .sflistitem,
.sfpagelistListWrp .sflist .sflistitem {
  margin-bottom: 5px;
}
.sfexpandableListWrp .sflist .sflistitem {
  margin-bottom: 15px;
  padding-left: 30px;
}
.sfexpandableListWrp .sflist .sflistitem .sflistItemTitle a:before {
  content: "\e001";
  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;
  left: 0;
  top: 0;
  font-size: 16px;
}
.sfexpandableListWrp .sflist .sflistitem .sflistItemTitle a.sflistListItemExpanded:before {
  content: "\e002";
  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;
}
.sflist .sflistitem {
  padding: 0;
  margin-bottom: 25px;
  position: relative;
}
.sflist .sflistitem .sftitle {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #12addd;
  margin-bottom: 5px;
}
.sflist .sflistitem .sfmetainfo {
  color: #999;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}
.sflist .sflistitem .sfmetainfo .sfcommentsCounterWrp {
  margin-left: 10px;
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.sflist .sflistitem .sfmetainfo .sfcommentsCounterWrp:before {
  content: "E";
  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;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
.sflist .sflistitem .sfmetainfo .sfcommentsCounterWrp:hover {
  text-decoration: none;
}
.sflist .sflistitem .sfcontent {
  color: #777;
}
.sflistTopLnkWrp:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.sflistTopLnkWrp:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sflistTopLnkWrp .sflistTopLnk {
  float: right;
}
.sflistTopLnkWrp .sflistTopLnk: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;
  position: relative;
  top: 3px;
  display: inline-block;
}
.sflistExpandAllLnkWrp {
  float: right;
}
.sflistExpandAllLnkWrp .sflistExpandAllLnk:after {
  content: "\e001";
  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: inline-block;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.sflistExpandAllLnkWrp .sflistCollapseAllLnk {
  font-size: 0.85em;
}
.sflistExpandAllLnkWrp .sflistCollapseAllLnk:after {
  content: "\e002";
  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: inline-block;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.sfimageWrp img {
  display: block;
}
.notification {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  display: none;
}
.notification > aside {
  display: table-cell;
  width: 60px;
  background-color: #000;
  color: #fff;
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
}
.notification > aside i {
  display: block;
}
.notification > aside i:before {
  display: block;
}
.notification > div {
  display: table-cell;
  padding: 40px 10px;
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
}
.low_rate_img {
  float: right;
  width: 70px;
  position: relative;
  top: -15px;
}
.option_selector {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  clear: both;
}
.option_selector .os_row {
  display: table;
  width: 100%;
}
.option_selector .os_row:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.option_selector .os_row:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.option_selector .os_row > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.option_selector .os_row .os_input {
  display: table-cell;
  width: 13%;
  vertical-align: middle;
  text-align: center;
  padding: 25px 0px 25px 25px;
}
.option_selector .os_row .os_input .os_radio {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url('../Images/radio-sprite.png') no-repeat 50% 0;
}
.option_selector .os_row .os_info {
  width: 90%;
  padding: 25px;
}
.option_selector .os_row .os_title {
  font-size: 25px;
}
.option_selector .os_row.active {
  background: #003c7f;
  color: #fff;
}
.option_selector .os_row.active .os_radio {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url('../Images/radio-sprite.png') no-repeat 50% 100%;
}
.switch {
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 320px;
  background-color: #003c7f;
  border-radius: 100px;
  margin: auto;
}
.switch input {
  display: none;
}
.switch input:checked + label {
  color: #aeafaf;
}
.switch input:checked + label.label_right ~ .switch_selection {
  left: 50%;
  margin-right: 1px;
}
.switch label {
  color: #fff;
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}
.switch label:before {
  content: none !important;
}
.switch .switch_selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  height: 58px;
  border-radius: 100px;
  background-color: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
  background: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
  background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
  background: -ms-linear-gradient(top, #e9e9e9, #ffffff);
  background: -o-linear-gradient(top, #e9e9e9, #ffffff);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  width: 50%;
  -webkit-box-shadow: 0 4px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.18), inset -1px 0 1px rgba(24,23,24,.05);
  -moz-box-shadow: 0 4px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.18), inset -1px 0 1px rgba(24,23,24,.05);
  box-shadow: 0 4px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.18), inset -1px 0 1px rgba(24,23,24,.05);
}
.sfFormTitle {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #595d5c;
  text-transform: uppercase;
  font-size: 26px;
  margin: 10px 0;
  display: inline-block;
}
.sfFormBox,
.sfcheckoutFormItm {
  margin-bottom: 30px;
}
.sfTxtBoxLarge {
  width: 80%;
  max-width: 700px;
  min-width: 200px;
}
.sfTxtBoxMedium {
  width: 60%;
  max-width: 700px;
  min-width: 200px;
}
.sfTxtBoxSmall {
  width: 30%;
  max-width: 700px;
  min-width: 200px;
}
.sfTxtLbl {
  display: block;
  margin-bottom: 15px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}
.sfTxtLbl.sfTxtLblLarge {
  font-size: 36px;
}
.sfTxtLbl.sfTxtLblSmall {
  font-size: 18px;
}
.child_age_column .sfTxtLbl {
  font-size: 24px;
}
.child_age_column .sfFormDropdown {
  margin-bottom: 15px;
}
.form_error .sfFieldWrp input,
.form_error .sfFieldWrp textarea {
  border: 1px solid #da4c2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_error .sfFieldWrp:after {
  content: 'V';
  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;
  top: 50%;
  right: 10px;
  font-size: 32px;
  margin-top: -16px;
  color: #da4c2a;
}
.sfFormBox .sfFieldWrp,
.inputwrapper {
  position: relative;
}
.sfFormBox .sfFieldWrp.form_error .customSelect,
.inputwrapper.form_error .customSelect {
  border: 1px solid #da4c2a !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.sfFormBox .sfFieldWrp.form_error:after,
.inputwrapper.form_error:after {
  content: 'V';
  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;
  top: 50%;
  right: 10px;
  font-size: 32px;
  margin-top: -16px;
  color: #da4c2a;
}
.sfFormBox .sfFieldWrp.form_error.novalidate:after,
.inputwrapper.form_error.novalidate:after {
  content: none;
}
.sfFormBox .sfFieldWrp.form_valid input,
.inputwrapper.form_valid input,
.sfFormBox .sfFieldWrp.form_valid .customSelect,
.inputwrapper.form_valid .customSelect {
  border: 1px solid #579242 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sfFormBox .sfFieldWrp.form_valid:after,
.inputwrapper.form_valid:after {
  content: 'U';
  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;
  top: 50%;
  right: 10px;
  font-size: 32px;
  margin-top: -16px;
  color: #579242;
}
.sfFormBox .sfFieldWrp.form_valid.novalidate:after,
.inputwrapper.form_valid.novalidate:after {
  content: none;
}
span.sfTxt {
  display: block;
}
input.sfTxt,
span.sfTxt:not(.k-widget) {
  -webkit-appearance: none;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #b3b3b3;
  margin: 0;
  height: 70px;
  outline: none;
  border: 1px solid #b7b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
input.sfTxt.sfTxtLarge,
span.sfTxt:not(.k-widget).sfTxtLarge {
  font-size: 36px;
}
input.sfTxt:focus,
span.sfTxt:not(.k-widget):focus {
  color: #333;
}
[type="date"].sfTxt {
  background: #fff;
}
.sfFormInstructions {
  font-style: italic;
  color: #777;
  font-size: 18px;
  margin-bottom: 10px;
}
.sfExample {
  font-style: italic;
  color: #777;
  font-size: 22px;
  display: block;
  margin-top: 5px;
}
.sfFormBlock {
  margin-bottom: 30px;
}
.sfTxtBlockSmall {
  width: 30%;
  max-width: 700px;
  min-width: 200px;
}
.sfTxtBlockMedium {
  width: 60%;
  max-width: 700px;
  min-width: 200px;
}
.sfTxtBlockLarge {
  width: 80%;
  max-width: 700px;
  min-width: 200px;
}
.sfFormBlock .sfFieldWrp {
  position: relative;
}
textarea.sfTxt {
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #b3b3b3;
  margin: 0;
  outline: none;
  overflow: auto;
  border: 1px solid #b7b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
textarea.sfTxt.sfTxtLarge {
  font-size: 36px;
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: 300;
}
textarea.sfTxt:focus {
  color: #333;
}
.sfFormDropdown {
  margin-bottom: 30px;
}
.sfDdlSmall {
  width: 30%;
  max-width: 700px;
  min-width: 200px;
}
.sfDdlMedium {
  width: 60%;
  max-width: 700px;
  min-width: 200px;
}
.sfDdlLarge {
  width: 80%;
  max-width: 700px;
  min-width: 200px;
}
.sfDropdownList {
  position: relative;
}
.sfDropdownList.form_error .customSelect {
  border: 1px solid #da4c2a !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sfDropdownList.form_valid .customSelect {
  border: 1px solid #579242 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sfDropdownList select {
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #b3b3b3;
  margin: 0;
  outline: none;
  border: 1px solid #b7b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  height: 70px;
}
.sfDropdownList select:focus {
  color: #333;
}
.sfDropdownList select.hasCustomSelect {
  width: 100% !important;
}
.sfFormCheckboxlist {
  margin-bottom: 30px;
}
.sfCheckListBox {
  display: block;
}
.sfCheckListBox.form_error {
  border: 1px solid #da4c2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 50px 0 12px;
  position: relative;
  margin-bottom: 20px;
}
.sfCheckListBox.form_error:after {
  content: 'V';
  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;
  top: 50%;
  right: 10px;
  font-size: 32px;
  margin-top: -16px;
  color: #da4c2a;
}
.sfCheckListBox .sfTxtLbl {
  margin-bottom: 0;
}
.sfCheckListBox label {
  margin-right: 25px;
}
.sfFormRadiolist {
  margin-bottom: 30px;
}
.sfRadioList {
  display: block;
}
.sfRadioList label {
  margin-right: 25px;
}
.sfFormFile {
  margin-bottom: 30px;
}
.sfFormFile .RadUpload .ruFileWrap {
  height: 46px;
}
.sfFormFile .RadUpload .ruFileWrap .ruFakeInput {
  border: 1px solid #ccc;
  color: #777;
  margin: 0;
  outline: none;
  height: 40px;
}
.sfFormFile .RadUpload .ruFileWrap .ruButton.ruBrowse {
  margin-top: 10px;
}
.sfFormSubmit {
  margin-bottom: 30px;
}
.sfError,
.k-invalid-msg,
.unsemantic-red {
  display: block;
  color: #da4c2a;
  margin-top: 5px;
}
.sfSuccess {
  padding: 15px;
  color: #5A8230;
  margin: 10px 0;
  background: #D3EABB;
  display: block;
}
.sfMsgNegative,
.sfErrorSummary {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f2dede;
  color: #b94a48;
  position: relative;
}
.sfMsgNegative.pg_error,
.sfErrorSummary.pg_error {
  margin-bottom: 0px;
}
.sfMsgNegative ul,
.sfErrorSummary ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.sfMsgNegative ul li,
.sfErrorSummary ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
.sfMsgPositive {
  display: block;
  padding: 15px 15px 15px 60px;
  margin-bottom: 20px;
  background-color: #dff0d8;
  color: #468847;
  position: relative;
}
.sfMsgPositive:before {
  content: "U";
  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: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.sfMsgLoading {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
  position: relative;
  background-image: url('../Images/loader-32-blue.GIF');
  background-position: 10px center;
  padding-left: 60px;
  background-repeat: no-repeat;
}
.sfNeutral,
.sfMsgNeutral {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  color: #B48B45;
  position: relative;
}
.sfMsg {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
}
.display-cell {
  display: table-cell;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table_white {
  background-color: #fff;
}
.table tr th {
  text-align: left;
}
.table tr th.normal {
  font-weight: normal;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table_condensed > thead > tr > th,
.table_condensed > tbody > tr > th,
.table_condensed > tfoot > tr > th,
.table_condensed > thead > tr > td,
.table_condensed > tbody > tr > td,
.table_condensed > tfoot > tr > td {
  padding: 5px;
}
.table_bordered {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > tbody > tr > th,
.table_bordered > tfoot > tr > th,
.table_bordered > thead > tr > td,
.table_bordered > tbody > tr > td,
.table_bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table_striped > tbody > tr:nth-child(odd) > td,
.table_striped > tbody > tr:nth-child(odd) > th {
  background-color: #efefef;
}
.table_hover > tbody > tr:hover > td,
.table_hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table_hover > tbody > tr > td.active:hover,
.table_hover > tbody > tr > th.active:hover,
.table_hover > tbody > tr.active:hover > td,
.table_hover > tbody > tr:hover > .active,
.table_hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table_hover > tbody > tr > td.success:hover,
.table_hover > tbody > tr > th.success:hover,
.table_hover > tbody > tr.success:hover > td,
.table_hover > tbody > tr:hover > .success,
.table_hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table_hover > tbody > tr > td.info:hover,
.table_hover > tbody > tr > th.info:hover,
.table_hover > tbody > tr.info:hover > td,
.table_hover > tbody > tr:hover > .info,
.table_hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table_hover > tbody > tr > td.warning:hover,
.table_hover > tbody > tr > th.warning:hover,
.table_hover > tbody > tr.warning:hover > td,
.table_hover > tbody > tr:hover > .warning,
.table_hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table_hover > tbody > tr > td.danger:hover,
.table_hover > tbody > tr > th.danger:hover,
.table_hover > tbody > tr.danger:hover > td,
.table_hover > tbody > tr:hover > .danger,
.table_hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
table td.tbl_lbl,
table th.tbl_lbl {
  background-color: #fff !important;
}
table td.tbl_fld,
table th.tbl_fld {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.check_yes {
  text-align: center;
}
.check_yes:after {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAABUklEQVRIx63UMShFURjA8SfKe4VkUUxsRoPRIlaLssj4plfPIpIsT5RBkQ1lMcpkJTKalMVgeYOySKIQrv9X59RxOt+5l3uHX6/37jn337nvnFtaba6X8kiS5Bd+a8EsrnCHRVRyRfwQ31uxhHckjmphIRNp4NOLiN1CQny2YzMQEF/yKHOH0IEdJfKNNZTdCW1m+X+JdGFfiYgVua+s2gZkl5zhGOMZIz04VAKyGebdjSITpvHmDHo04VikF0dK5AU1f9vLpL3A4FfZkkqkHyeRSNWP2FAtsvw5LzKAU2X8M2ZCERvqxoEyWR7pgokM4lIZ94ApLWJDolMOlXKTD2zhXLl+j8lYxA2JCrYjWzWkiYm0iB8SZWyYg5YWucVolkgoZM9VIyVygxH3XfefkLVs/h8/co1h912XNyTqeHIiFxhyxxQVEmNmdXLe+vzrWUM/1BuK1aY1574AAAAASUVORK5CYII=') no-repeat 0 0;
  width: 26px;
  height: 18px;
  display: inline-block;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.cookie-wrap {
  position: relative;
  z-index: 500;
  width: 100%;
  padding: 12px 0 7px 0;
  background: rgba(0, 0, 0, 0.7);
  background: #000;
  color: #fff;
  display: none;
  margin-bottom: -1px;
}
.cookie-wrap a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.cookie-wrap-out {
  padding: 0 20px;
}
.cookie-wrap-in {
  position: relative;
  margin: auto;
  text-align: center;
}
.cookie-txt {
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
  width: 525px;
  text-align: left;
}
.cookie-close {
  background-image: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: auto;
  text-indent: 0;
  line-height: 35px;
  position: static;
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 15px 4px 15px;
  position: absolute;
  top: 0;
  right: -15px;
}
.cookie-close .fa {
  border: 1px solid #cecece;
  border-radius: 50px;
  height: 46px;
  width: 46px;
  line-height: 0.084;
  color: #000;
  background: #cecece;
  font-size: 24px;
}
.cookie-close .fa:before {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 22px;
}
.cookie-close:hover {
  text-decoration: none;
}
.modal-loading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85) url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/loader128-blue.GIF') no-repeat center;
}
.bw_overlay {
  background: #fff;
  border-bottom: 4px solid #003c7f;
}
.bw_overlay .bo_header {
  background: #003c7f;
  padding: 15px 20px;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.bw_overlay .bo_header.bo_large {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
}
.bw_overlay .bo_body {
  padding: 20px;
  position: relative;
}
.bw_overlay .bo_body .bo_left {
  width: 35%;
}
.bw_overlay .bo_body .bo_right {
  width: 65%;
}
.bw_overlay .bo_body h3,
.bw_overlay .bo_body h4 {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 40px;
}
.bw_overlay .bo_body .suite_features li {
  float: left;
  width: 33.33%;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.25;
}
.bw_overlay .bo_body .hd_review_title {
  text-transform: none;
}
.bw_overlay .bo_body .bo_disclaimer {
  display: inline-block;
  color: #999;
  font-size: 20px;
  margin: 0;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}
.bw_overlay .bo_footer {
  padding: 20px;
  background-color: #F7F7F7;
}
.bw_overlay .bo_footer:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.bw_overlay .bo_footer:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bw_fancybox {
  position: relative;
  background: #fff;
}
.bw_fancybox .bw_fancybox_close {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAQAAAD8mq+EAAAB60lEQVQ4y42Vv04bQRCHBylSwIKSSNGZAhKFOs5LRIpsqiiGAnABNMFvkBQ4UlwnDk8B5pQ0+BXAxSEhccmlQHkBH658xepLcaxvb+8WrGlOu/Pd7M6f3wpSMI9DToiIgZiIEw7xin72wmt8FAkDOhzwgQM6DEhQ+NTc6DzfUQzZZMn64RKbDFH0mC9DPa6I2WWu5AqCMEeLOwKe22iVW0LWHJi2NUJuqZroAgERy4+AgvCMiICFDO0RPxpR20tivmm0hqJlbD4pAV4Z3y0UtRT1GRrJ8bimboENEj4ZCRtyhggeii0j4jWQ5OAGCZCwPl1povCEj0xYNBw37h3rFriR64CYtnDKwDqeCZeBgvCLUyHkSyEpGv7qAIUOoXDHXklGUxgHKOwxFjCSZFr3Hu2W7m6BK2rDiFp3RQ3pOMCErpVt6679QoY12Cgplbaf9IW2VVcTFAf8NK3rSq6b1i3QhN/muqma9vCF0cOfLVDD/3gx7eEL/Gxydh1Tou3dFBR2sskRfhCzOuO8rjKil416hYA/M6nEMr8JqNjadDODNt3Y2qQVccT2A4q4zYirTMzNzQrHKC5p5uosCIs0uURxnB61XP1r+CgmnHPEPu/Z54hzJih83jz8cKT3btMnYgyM+csZbVaKfv8BDQEJuNRWsfEAAAAASUVORK5CYII=');
  position: absolute;
  top: 31px;
  right: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: 20;
}
.rewards-box {
  display: block;
  background-color: #0573b6;
  color: #fff;
  padding: 15px;
  position: relative;
}
.rewards-box h1,
.rewards-box h2,
.rewards-box h3,
.rewards-box h4,
.rewards-box h5,
.rewards-box h6,
.rewards-box a {
  color: #fff;
}
.rewards-box input[type="checkbox"]:checked + label:before,
.rewards-box input[type="checkbox"].checked + label:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAlCAYAAAAwYKuzAAAACXBIWXMAAAsTAAALEwEAmpwYAAA58mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNi0xNVQxNDowMjozOCswMTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA2LTE1VDE0OjA3OjA2KzAxOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNi0xNVQxNDowNzowNiswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDoyZjEwZTk4Zi0zZmNiLTRhNGEtOGVkNS1mZGY1YzZlMDI0YzE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2N2ZkOTBkOS01MWNiLTExZTctOTkzNC1jZjdjYWJmMWU3N2M8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDozNjYyYjIwOS1iMjI5LTJkNDktOTgwOS1kMGZhZDE0ODEzZjI8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MzY2MmIyMDktYjIyOS0yZDQ5LTk4MDktZDBmYWQxNDgxM2YyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTE1VDE0OjAyOjM4KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MmYxMGU5OGYtM2ZjYi00YTRhLThlZDUtZmRmNWM2ZTAyNGMxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTE1VDE0OjA3OjA2KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mzc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjPunnQAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAchJREFUeNrs1r9Lw0AUwPFTRKpIhw7ioA5SRDo5OeomDiIoIiLFycGhg4M4uYmDdHLSRQR/DB3EwVlERKSIiEPI/+B/IApfl4uEkLtcromXoQ9uaHvvvU9J8i4CN+EDV8AAIEKrBzgFNoLvRCjhP9d5BBashvT8AMtRoHC8tqUjiC9goSjAzQguiMciANcUuE9gzDVwUYH7BuZc34PzChzATtxT/J+4WQ3uIrzXBXAG8BSzsQWUXAKnFTiAp7gcG2DZElcDPhQ4D5jIArgrm1RT4qrAu+bYW1LlpgE2Qjf2GzBuiBuV+1W4g8j+IRvgVsxT9wqMJOQNy32qaMXkXKcF1jUjoQ1UFHkV+bsqXoDeSM5Z1JIEXNHgwo3KMZfpWZPjKe7joJcxsGEADEbEoMwpyc+6d8FVRb/UQAHsGSIfgEngPgF3qOllBRTAviEyKW4S+lgDhfznnSDbQF+eQAE0LZEeMGVQv2OgAI5TIn1g3bB2JkABnBgifeAoRd3MgOGhqovblDUzBQrgMuGU6XcNFPI89WMubc2iVi5AIeebH6pVt6yTG1AAd7JOs4MauQKDESSKDBRdYBfYBToEFmXFAosWf8DfAQDs5Soz/VPwTAAAAABJRU5ErkJggg==") no-repeat 0 0;
}
.rewards-box input[type="checkbox"] + label {
  color: #fff;
}
.rewards-box input[type="checkbox"] + label:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAlCAYAAAAwYKuzAAAACXBIWXMAAAsTAAALEwEAmpwYAAA58mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNi0xNVQxNDowMjozOCswMTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA2LTE1VDE0OjI0OjE4KzAxOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNi0xNVQxNDoyNDoxOCswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo0Mzc2NjE4Yy1hZDU1LTAzNDQtODhlYS1hNTAzZTM4M2JkZTI8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZWYxMjQzOS01MWNkLTExZTctOTkzNC1jZjdjYWJmMWU3N2M8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDpjYzIwZGQyYy00YTE2LWI5NGEtYWFhMi1iZjg1NmNlYTBhYTc8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6Y2MyMGRkMmMtNGExNi1iOTRhLWFhYTItYmY4NTZjZWEwYWE3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTE1VDE0OjAyOjM4KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NDM3NjYxOGMtYWQ1NS0wMzQ0LTg4ZWEtYTUwM2UzODNiZGUyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTE1VDE0OjI0OjE4KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mzc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pq7QVVgAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAERJREFUeNrs2CESADAMAjD+/+lV1UxXIMIdBhVNXmeyzT8UFBAQEBAQEBAQEBAQEBAQEBAQEBAQ8BRY+1EPAAAA//8DANhx1xiJkyQFAAAAAElFTkSuQmCC") no-repeat 0 0;
}
.login-msg-row {
  position: relative;
  padding-left: 32px;
  margin: 2px 0;
}
.login-msg-row .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.lighter-grey {
  background: #f7f7f7;
}
.unsubscribe-form-container h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.unsubscribe-form-container p {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
}
.unsubscribe-form-container .unsubscribe-form-in p {
  font-size: 26px;
  font-style: italic;
}
.unsubscribe-form-container .sf_colsOut {
  width: 100%;
}
.unsubscribe-form-container .sf_colsIn.sf_2cols_2in_33 {
  margin: 0;
}
.unsubscribe-form-container .sf_cols.mb20 {
  margin-bottom: 0 !important;
}
.k-animation-container .k-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid #003c7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: scroll;
}
.IEMobile .k-animation-container .k-list {
  max-height: none;
  overflow-y: visible;
}
.k-animation-container .k-list .k-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 14px 45px 18px 35px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-size: 110%;
  line-height: 33px;
}
.k-animation-container .k-list .k-item .autocomplete_cont {
  overflow: hidden;
}
.k-animation-container .k-list .k-item .autocomplete_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  line-height: 1;
  font-size: 20px;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_hotel:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_Hotel:after {
  content: "5";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_airport:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_Airport:after {
  content: "Z";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_attraction:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_Attraction: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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_venue:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_Venue:after {
  content: "y";
  font-family: "best-western" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_place:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_Place: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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_county:after,
.k-animation-container .k-list .k-item .autocomplete_icon.autocomplete_County: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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #003c7f;
}
.k-animation-container .k-list .k-item.k-state-hover,
.k-animation-container .k-list .k-item.k-state-focused {
  background-color: #7fbbff;
}
.k-animation-container .k-list .k-item .autocomplete_txt {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #003c7f;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.k-animation-container .k-list .k-item .autocomplete_txt > span {
  color: #595d5c;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.sr_rating {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAAWCAYAAACyohz1AAAEw0lEQVRo3s2bWUhVQRjHb2p1bbEyjcgoTQpaMEsiKKLQtI2sCEqyxcxMCqO9HnqowEJarYRoxYoebKXlJaJ9s+ilbAEpqFCzaFOiDbNv4guGw8y9Z84sZx7+T+eeOb/55pvtP3MDwTElAZfaBCoHRQm8o1t9QKdB2RYxERWAKkCxFjF1BB0HLbYsVuOwDfu1tLQE3MhtwQNBLaiJFlW4HJlegVpZwtQe9A25VloUqyXI9APUySKuZ8h1SHXSbqSS9ogllY0ENVBcwyzhyqGYHliUHDcprnmWMKVQTJ9AbVQm7Quq8M+gthZUeCzFRLTNkoY46+DqYwFTT1AzxXTJkliVOGI1SVXSpjoKJppsQYUPOJheW7BEiMHpl+Zaa0GsljuYflmy3q5xcFWoStotjKQ97nNlW4M+MrhG+Mw1l8H0yILkqGJwLfCZKY3B9JXM4iqS9iWj8EZQ0McKT2QwEe3yuSEucrj6+siUBPrDYLrsc6y2cmI11U3SktGhkKP1nIKJtod4L19y+hkUomyiKxymujDvTZDc+E0JUXYRTrssrhMh3iP2WKIEVy8sg1f+MQ7Tb7S/eO/NxDrLWFmh2uINh+tamPdSAyGSUlYyLsN7jVxpHplmaGS6JxGr6xq5cj0yDdDI9CWAo5PygkHjJRpiM2dKk9UNUAePTD1A1RqYyOi8SCJWeYzNnwoRxyjBI1MQlx+qmUhOlJIPxOGJhKqCSc/vrWDNkwWqVcT0E7QOFCHJFMR1s6oO9Uxi5Kc1GPREYWKQQ5t2kkwReLiiqkO9+2+J0R+Zjxssr4USuDUKEoNWV9BJyco+BQ1RvInIlOxQJDH2gqIVMpEOtUOyQ9VLrvt5BwiPJdvwHCie5x4QI/yOh0Krsbfr2mnmoR0imhhlihODVqzHDlWHmxSdhy5vPXCdwVlXB1MQN+7NgkxkEC1wY3mRHeMegYIrDdlfSXiA4JZrQtCMdVMswFSFs4duJtKh7gpwrTAUq0yBmYB0vGQRn7ZMoMKnDVU4WnD5kmGIq0iA6blBH1RkSi42xDRKgIlcOmrvNmkjBB2F73jtTXeFpwtOLfsNNcRVQa4UA0z9BZluGorVXkGuHLdJO9qgnyeiSkGmD3jcq5Opu4d1WomBWG0QZGqWsLdEDmfqRdfZbpO2nFPALdzFsZ6dN3hH1elx7g4xM2T5tJ4lHudBzvqtxkDSPudsTA+jm8JiXqaZKZ3z3Qa0EX9wZvGYcEkbiX4Yy+OMpG7lNzLsrs6G7qiyPM443P06f3PI4B1VlseZxelQaRqZUngeJ7WTL2N0qHuaY7WPM9h1I4mI7hPr8GZ2uKTNcOlxJjN2p3kaK3zGkRh7OFaW02v+d7FYE1OCY2lQx3EsWF5zqcE7quR+b7wLr/mPokMhlqJwufb/W02gheQZnYwcr/lCuKQtpSqwK4yVFYUXan4ZuK7YhN+odTHlE6/5NlXp4ZqY5lDfOOXC46S95ocaY3Wf8jjzXVhjlQYGnqHUN+7ioBdwJi2VvLTX/C1c0g7AKTVdAIj8zeUoaKTGhijEq2yxAov+VTgN6hpp49ChmCXwTiLGd5rGWGXjN0T+MZGLF5ziNTGRNtgJWu38Yyzv+iE864ID51Lns78XOUr412MAqAAAAABJRU5ErkJggg==) no-repeat 0 0;
  display: inline-block;
  width: 173px;
  height: 22px;
}
.sr_rating.user_rating_0 {
  width: 0;
}
.sr_rating.user_rating_1 {
  width: 24px;
}
.sr_rating.user_rating_2 {
  width: 61px;
}
.sr_rating.user_rating_3 {
  width: 99px;
}
.sr_rating.user_rating_4 {
  width: 136px;
}
.sr_rating.user_rating_5 {
  width: 173px;
}
.is_loading {
  position: relative;
  text-indent: -9999px;
}
.is_loading:after {
  content: '';
  -webkit-animation: fadeIn 0.5s, loadingSpin 3s infinite .25s linear;
  -moz-animation: fadeIn 0.5s, loadingSpin 3s infinite .25s linear;
  -o-animation: fadeIn 0.5s, loadingSpin 3s infinite .25s linear;
  animation: fadeIn 0.5s, loadingSpin 3s infinite .25s linear;
  background: url(../Images/is_loading.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 36px;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}
.loading {
  position: relative;
  min-height: 250px;
  background: url('../Images/loader128-blue.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.points_balance_summary {
  color: #27aae1;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.points_balance_summary.disabled {
  color: #dcdbdb;
}
.points_balance_summary.disabled .points_balance_summary_manage {
  display: none;
}
.points_balance_summary .points_balance_summary_actual {
  font-size: 70px;
  line-height: 1;
  display: inline-block;
}
.points_balance_summary .points_balance_summary_manage {
  display: block;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.points_balance_summary .points_balance_summary_manage: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: inline-block;
  position: relative;
  top: -2px;
}
.reward_points_item {
  background: #fff;
  padding: 0;
}
.reward_points_item .rewards_points_item_img {
  position: relative;
}
.reward_points_item .rewards_points_item_img img {
  display: block;
  width: 100%;
}
.reward_points_item .rewards_points_item_img .points_cost {
  /*position: absolute;
			bottom: 0;
			left: 0;*/
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.reward_points_item .rewards_points_item_img .points_cost > span {
  font-size: 28px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.reward_points_item .rewards_points_title {
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 15px 30px;
}
.action_link {
  text-transform: uppercase;
  color: #595d5c;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.action_link: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: inline-block;
  position: relative;
  top: -2px;
  color: #003c7f;
}
.action_link.secondary {
  color: #27aae1;
}
.action_link.secondary:after {
  color: #27aae1;
}
.manage_avatar {
  position: relative;
  width: 175px;
  height: 175px;
  overflow: hidden;
  float: left;
}
.manage_avatar .avatar {
  display: block;
}
.blue_block_nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blue_block_nav > li {
  margin: 0 0 12px 0;
  padding: 0;
}
.blue_block_nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
.blue_block_nav > li > a: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;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.blue_block_nav > li > a:hover {
  text-decoration: none;
}
.blue_block_nav > li > a:hover:before {
  color: #fff;
}
.profile_completion_wrp {
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
}
.profile_completion_wrp .profile_completion {
  margin-bottom: 25px;
}
.profile_completion_wrp .profile_completion_percent {
  float: right;
  color: #27aae1;
}
.profile_completion_wrp .profile_completion_percent .complete_val {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 1;
}
.profile_completion_wrp .profile_completion_percent .complete_symbol {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.profile_completion_wrp .profile_completion_bar {
  background-color: #eaeaea;
  clear: both;
  margin: 20px 0 0 0;
}
.profile_completion_wrp .profile_completion_bar > div {
  width: 0;
  height: 25px;
  background-color: #003c7f;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.profile_completion_wrp .continue_profile {
  position: absolute;
  bottom: 7px;
  right: 15px;
  font-size: 0.85em;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.profile_completion_wrp .continue_profile: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;
  position: relative;
  top: 2px;
  margin-left: 2px;
  display: inline-block;
}
.letter {
  background: #fff;
  position: relative;
  min-height: 500px;
}
.letter:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 233px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAADpCAQAAABYKQUkAAACMElEQVRYw82XjXKDQAiEOWzf/4m9rXr+ALdYb5JMq2M6JeRjFzBOVOJR1lNjoP1VkrscagLHlWSbcLlCLNtBQm7MbkEVjbq1nRqshHA71EKK407rqaygZbfXxp68bt0xVOAkXxqCky9ZTvIeLucbuilfEAfEeiS6O7bTId/M5Z5dgssOkraKhJvAcrXq2qcSe+Km2Qsk7LMshyTZGu2QrUrZZ19UsP8LuxJ8v0lYYhiWLSfd5KvLxD17z8Z2gZe8ihamRK5sGJD+UtJCxEJuShpDagLw5tE36xeIte+yYV5VXSgVGMZgRT4x77T0bPSQLhvOpWqnA55tXZZ+DGBKXDbCIEg2/LPB2Y+zrMtJldA9CWy4xhaeTQXCK0lmib5kCrnpIDaP1We3ovWBQHunoVcivN9rUfQlEzu7SKZ7+USfXeMsD9WVl6QQEkaWXTOIRDsHYuYlK5vluoUzswM+eWGz3DCMnewJsbP3kOum2bPPPocwZJ6MIRW4XjNjz1x36pL2pHo2zulUpqSyktJ38Pyi4UpmrruyJ/fTEctesrJnQx0oSRsL5jLtt2StAtsTuoNtw2fOHungTTYezfKW/XS/b9ijdmr2pZSw5fEshd/FN7pHFiIViCHISLiymyRVkpofU9JKwpzbfSyv2wGHlHe0KnE5oBujkxfCLmXQ5dgiy6MH+kcW4qUdTCCvKwFGpvNXPZEPQkbutDdtlfwbyEA28B6BnzT/wTC4wJL8QpcfX+R226/zdtoAAAAASUVORK5CYII=') no-repeat 0 0;
}
.letter:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  width: 11px;
  height: 210px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAADSCAQAAAA2lPJKAAACBklEQVRYw81VS3bjMAwDlfT+F66FWUSW+YEc+037mnhHwyAAUkqDwWBIvzaK6WUDRlGgX3gcL/fyAu2/CSQn6IlvaOqLNp+ke3+CpQPZIskDDzwCvyEwW0TvL+DttEHRou7nwBcS37QoaTGq56DBbAuYRzufkdu1/FJaWrEeyt6l6ahKgikqGwJd+TnFBRIxyYPbNHdZtocmaRrdwsK9424x0qwbADiqlA2hKSApwrSPH+HM0H8hGyLET3DHt3kOWNFCSYOBk4DHDWGZIrcs10xpaZrEnGrWBBkzsZUSy9ZfZeb8okD3SsQUdfOi+aJjT1ByM1uvLum5mbX4kSWXULqFGZTlcevzBl24O3r8ptUR+EyEQG+cWXcy/2q4FJgyYaXYyz2OLK4mcktiqyRAVwtBNXmiD6Jw0qh3UGyJt5NacgyhZLLNlmnZBLor9jaCEi2lS2A7z7uUxc22TS2ok5fofQdLgljbEeaFHYneaiI+wcLdz6JK5e8pkVXJcmhSdxH4nWM6neW2XuSuM4HKZFMnrevJv0mQl4Z2Uj5ZNuFykcn1BHu+NN6Q9Bu6u744xBHZ0WI629lWQR9XXhTIW7p5shDk5UzuKOFt3auyicN9j2Sh5E5U1Nz3yvd0A+BvCcQKbWZM/+tL3VwJvNfy49H8f+4fEfgHmazK5IeY/83yxwv8gfI/ijplrdzSzVEAAAAASUVORK5CYII=') no-repeat 0 0;
}
.letter .letter_in:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: -9px;
  width: 142px;
  height: 75px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAABLCAYAAACm2L8PAAAHIElEQVR42u2d31Mb1xXHv+feuwgwEsaiTHBKE8eOH2gn7Ysf+96X5u+O207TMGX8kHEyA0UCy+AIYiTtveecPiCBslotC3FnajifmUUracXA3c89P7RaLX39169RhSMiEBT3kIVsAd1uF9/87SVijDCuCM77qucJqg4A36dBUQBZluGg28XLl98gpWSmFMU5O+1ft829EyeEDJ3OAb799l8mzbwxUkh1xLlY7g3ee7zpHeG773YgImbIPHF6R2+rtyC4+5KfnHMYDAf44ccfTJrrxOkcHlZqQ0QOdPeDDhEhH+Xo99+ZFXXEefrlFxXBhrD/n30/Go5A7u7K44iQ5zlOr6/3jIk4a6trleHmsHvocs3h7mjGIkwiTR+qakbUFWc4yisDeEzJJWG4u/hWDgGcGKcmzc3F2dvbq5yOx8dvfT7K71xvReOfVgTfUpxH7cpU5Y66Ha+quGsBR6d+GrcQ5+iwW1njiGhwzoHuUGelqhZpfq04FdYgMfsYo7dBNmbEefb0Wbk3zmEwGLjeUc/bMBkz4vz0rj8vTWE0GjoRcTZMxmyqoopWVcSbOEapOK1Ws/QJ5z3IIQAwcYxZcfb3D+amquFw6E0co1Qc5+a24nCOPO7ZxyqMmuIkdnPEcYhJgg2RUSrOl8/+WP5EyPD99zvZEToWcYxZP0TL23HRAOZBZkNklIqzd1B+kNN7j9OzfgYgt2EyZsShNOdAnwhS5ABgZMNkzIjTXl+b21V1DjsBdgjZKBMHKD8UpQBUYeIY5eIcdg9KpSGQy0cjb+IYpeK4B6ulaYpj7kTExDHKxXnYXC4V5/3P4pmZTByjvB1//Xr2wSwDEU2OU5k4xqwjb9/OnskZQsDa2lqAqkUco5TSA1UEwmAwyPTiAKeJY9QTh5kR85hNunIbJqOWOCCAHIWp7twwaogDQEUCADu9wagvjnMghQRLVcaNxFGQF4EbRxwTx6ibqsjpxXf/mTRGbXHIOecB8hZxjJulKhGvKmTiGDeKOAD8+PtiTBrjRu2416vDDSaPcb04dPF9JpNPd9n7OEYtcWj8mLvszC3iGHVrHFWdfIDLimOjdqpyuDrt16QxSgkl0cYVCmOTx6gUhwBgLA1ZqjLqpirF1UU/rBU3btVVmTjGrcSB1ThGXXGm0xSsxjFu1I7jl9/AZdIYtVNVsaMyeYxaqQqWqozb1jg6JY5h1EpVsK7KuG2qMmmMWuLQnFRl8hi123GLOMatUtVEFrGuyrCIY/xPa5wycUweo1bEMWmMD5Kq7E1AY4ZQkqqK0jRw9RmdOov7QNvcdEEh3RYvXlJ2MZOqbWjObdm2WjLxipMQzjkFoESERqMBZpaUkjCzlIz79DrPuZ1eLx4ikjkZZN4ic/720v8xzBmEycJjcZZxca6Vm1p8xfq8+77itWXP3eb+r4UBsPeeiSgBSACi9z4tLy8nVY2qGkUkqiq32+tpcWmRU4xpOBwkEbDzLqlIevLkSTo5OeFms5lWVh5wSpwWFxf51atXsrW1pf1+n7vdrpycnEihi5WKHY85968TuI7gddCJOFSRqormTnaUTN2fnGM+2XGTWTC9LY/X+QbiTG65IEYxwkwPtBARE1HKsiyNd25cbDRiCCFnkahE8bebjyORiywpMkvcaD+Kn25txZBlaWdnJ/X7/fSHr75Kv/tkU/rdLvfyEfeOjmTz8WNRVQgLzgYDSJ5je3sbnz39Ase9Hv75j79jNGK4jCCJ8fz5c+zu7qLdbqPVaqLfP8XS0hK89/De42O+nnuokGYiQzGUFdOaK3mtL8wKP7WtK4iWJr9zPIZK5IQcMVTF+5CyEDgxJxDSw9WHKaWYEmvc2NiIIUM6fXcWmysrsbm6ym96x8zK6fH6ugyY5fRNj7d/vy2N5gp2/72L0GrhL3/6MzrvOui/70MEePrpJp5tb+NBq4n9vX2cn5+j2Wxi/dEj0NkZzkcBJ95DRC4vdq/j9ZQSUoxIKYGZwcxQRxBmxBghIpePi8jl75gsH3uNUyZNseahglCupF5xVxLQpWDeexIROEdK5BQgzTLPzMKNhQUWkcTCqdVs8XA4TArizY1P0unxqaQs8cb6b+Snfl+HwyFevHiBTucAZz8P8Plnn2NhhdB5vY/W6hrW2m28Px9hmA+QBQ8JASF4LC8tIVtcREoJXhXMfLHDU4IIkMeI0WgEP8x+IUdiBk/tbKNcnLKoInUL0hACVJWcc6oXozy+johKCJkws6gyX6QeFRUIs4iAJDEjz3PQqoMqwMJoNBbh5D1E86sErgpVXM7clBJcInBhVl/O6PFrJtsbH16csqqaanQWl9KNd5iKyEScy0KP02AqbbECQIwRABBzD9WrWY5pSUrrNZv5/2/iFNu566o2LYozp/Kv3OtEBMsCH6c4093TTUr861o50+Ee1Th6C2mMe8h/AWT3IteQnZYBAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.letter .letter_in:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -29px;
  right: -74px;
  width: 393px;
  height: 230px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVMAAADmCAYAAABoO2YGAAAXHUlEQVR42u3d23MbyXkF8HO+ngFIihdpqeuuN65NfFHZqySbSnnXqdjv/rP8L+Upb/Gz8+DaPMQu727FN60oShQp3gDMTPeXB1BakAIwgwEkisT5VXGXICEQQlEHp3t6eghZOj/8wQ/xxc8+R6/f04shy4pn//dFPWCm13T5fPX1VwCBf/mnz9Af9PWCiChMpXWgfvUVsizDo0ePMBgM9ILIMjIAUWEqc/v9738PAPjxw4coikIviCzbMJ9qprLQQO3kHfzoRz9SoMoyBqrCVBbny//5Ep1uV4Eqyxak9t4ms1xtn332GT7++GOUZakXQ667ACAHsLAjsGqm8trvfvc7eEq4f/8+qqrSCyLXvZly0Q8ocs6nn36K7e1txBj1Ysh1lQHoADhVmMrbDdSf/ARbm5tIKenFkGvH3fO80+mub60fL+p3XGEqE/38377AzZtbClS5jnIAKwCO1Ezlnfji519gY2NDgSrXTecsTA8VpvLOfP6zn2F1dRXurhdDrlOYrgJ4qTCVd+qf//EROp2OAlWuU5iuAThQmMo799FH34OZ6YWQ66B7Fqb7ClO5FPfu3QOpXxu5FmG6DmBPYSqX5s6dD/UiyFW3AmADwDOFqVwakrh7765eCLnKVs/CdFdhKpceqHfu3dEBKbnKYboJ4KnCVC6dmeHBgwcKVLlyUkprm1ubW5/8wydPqnIx+1BooxOZ5xcSOzs7uP/hfS3qlyvF6QBhWGAPUJjKXGKMePrkKT768EMFqlydIkAyY2A368J8Mcv9FKYyt6qq8O2TJ3hw/4ECVa5GM3UAoJFc2FI/haksRFmW2Hm6g/v372vrPnn/wxTOmCJ7/d7C9u5VmMrCFEWBp0+f4t69ewpUec+bqSOEYDdu3FjYlSUUprJQg8EAu7u7uP/ggQJV3uNmCoYss9W1VYQiKEzl/dTv97Gzs4Pbd+8oUOW9FFNEESOPBhFluZjfUa0zlbcmz3Nt3Sfv6zB/c2Vl9d6d23e+WtQbvpqpvDVlWSLGiCzLFKjyvoUpSNqg6ENhKldCSglVVSlQ5X0LU4I0yzI6uZBfTIWpvJtAjRVCHgDlqbwnzbTTze3u3W0dzZcrFqgxgSAsy16tmBa5xDQlQ8jDjfVNFkWhZipXS4wRJDTkl8tnZKwq2z84ZKVmKldRVUUARJaZCqpc6jA/Cwiba8ai0Ln5cmUDtYJZRw1VLhFZVW67uy+po/lypRVFgeRJF+iTy2mmyVnGMvTKnsJUrkFDLSsYqTNH5FKG+cUp7fD5ARe105nCVC5VGi6e1gsh7zZMAUb3UHq0RU01KUzlvWgJGu7LuxZC4Gq+omYq16yhalNpecfMzNY2NyxqP1MRkdYIwkIg3bXTvlzX33LNocpb5u4gaJbMLGmdqVznX3QFqrz9N22zQJqaqVz3QBV5m1nq7ga4LWr3HYWpiCylqqr4Yv/IUtKifRGR1lJKVhQ909IoEZH5GEiCmjMVEWktxsjtW7fsxw8foiiKBSSziMgy1lKSIcuCTicVEZmDA1bGiv2qQFnNv0G0wlRElracdkMIG90VFJx/kK4wFZEljlMzhACEoDAVEWkjpcRnz54bQCxig2iFqYgsJXfnYDCwo6OjhexapjAVkaVEkp1ON2xsbKmZiojMw4zM8wBy/uVRClMRWdpy6kghphLJ1UxFRNpwAPCEkCKZ4vzVVGEqIstcTl+dn68wFRFpm6QpRavKQgegRERaj/PdWcYYKk8Wff61UQpTEVnKLAXgsSwtDgqqmYqIzDXQD4Fhw4j5L/esMBWRpZWHzLa3Nq0s59/PVGEqIstbTA3B8hQMWrQvItKGA0BMlZ32T6yqNMwXEWkdqIP+wHafPDVtdCIiMh/rbq7Z6s01pDhfoOoaUCKytM00eWKVqrCIB1MzFZGlDFIATpAryMO6ryLOudmJwlRElnqYDzAMT8+nwlREpE07dXeWZRV6vf7cu+0rTEVkaVVVxeOTI+t2O3NvdqIwFZGlbaYA6CkG9wR3NVMRkdaChdDp5IzR5joNSmEqIkvdTGkMeYfGinON8xWmIrLMYYosy+3mzbssivk2O1GYisjSBunZJxZBJmhplIhI60AtBoUdPn/BeTc7UZiKyFKHaa9/GnaePzGtMxURaR+mJGgGm/v8fIWpiCx1oJqZdbMuY9KifRGRtuhwdlZzrubrSN5+qam24BORZR7me0rJYkoGbXQiItI6TJlist7JaWYVkeY4pVRhKiJLHaixqlhasHTvNtIcy6MUpiKy1M3UAXZI2yZRzTHUV5iKyLIG6asPxlRZWQ5QqZmKiLQOVRjJLBjg7Y/JK0xFZKmRZFlU9mLvgCml1mujFKYissytlARYlWU46ffpClMRkXaBmtwZYwwGWAJar41SmIrIMjdTACDI0MlzznMdKIWpiCw70txSKlmVJY5PTtHr9WZ+EJ1OKiLL3k7do4dYRaPWmYqItApSAkCMyQaDMiR3xNhu2lRhKiLLHKYAgCpGVrGyohigKEqchexMR/Y1zBeRpQ9U0kMIZmGOPaIVpiKyrCE62jzp8OBof1U9hamILH2ouoOxdEsx8eIUgMJURKShlJxlrJC+y9CZG6oOQInIMrfS4f/pJD1Qw3wRkblyld1ObmtrqzQztmmnaqYisvTtlDCmBHMkurtrmC8iMluQDg9AAUzuGdwNLYf6GuaLyFK3UgDw5Egxwt01Zyoi0j5UHe6Vkd76ks8KUxFZ9mH+2S0aEozn22njZFWYiogCdbinKfMOmLU8kqQDUCKyrCF6/gueLJ1d+hk6A0pEZOZW6gCQYmKKwRwZ0eKIvsJURARwB+FOUgegRETaN1OCRIK5J60zFRFpG6oOZ0IyJLQ6nVRhKiLL3kzPxvnOlBJBnQElItI+WR1IDmu7QbSWRomIGuowTGnWoVmylCI9ua4BJSIy6zDfDMyyZKSPrjJtvExKYSoiS91IMXoWlINwGODagk9EZMYgHX6SEmJVnTVR8ixQL154T2EqIjIhUF/dcP9uWD/zhfU0zBeRZQ/U18P84WlQIFzn5ouItGuoJIFEuL9aa3qxpWqYLyJShzg7Qf+7IPVZhvpqpiKy7EN8APAzPMvF0UaqpVEiIo2H+QDdnWbGEMLM2/ApTEVEzXR6yCpMRUQahOVoqBLwV4v2Z2qnClMRUaCefT7cOcrPFu2/pjlTEZGGQ3g/H6hJc6YiIi2G+a9bqJkxz/NXly/RMF9EpEVDnbRYvzZUFaYiokB9dekSd8QYebbeVMN8EZEWrfS7b7jzQlOtbacKUxFRoI6GouHV1Z5n2jlKYSoiCtIRKQHur08pHW2nrjAVEZkcqBcW7Y89AOUa5ouITG+m5zeJPjs/38wALY0SEZlzyD/jnqYKUxFRKz0/5B9GqWtplIhInYubP5/bhu/sdFIN80VEZmym4852mqmZ6rIlIrLsgTraTt3dvSxLnQElIjJjoHrNdECjc/QVpiIibwZok68pTEVExgzzxzXSxjtHKUxFRMP8NwNVVycVEWnRTGcZ8itMRUQmNFOfJ0gVpiKiZjr+a5ww5FeYiog0DNKZQlRhKiIyfph/8eDT6G1XmIqI1LfTi820cVNVmIqITD4Q1XiorzAVEYXo5DbamMJURDTMf/NrkxqphvkiIjXD+2lnQmlplIjIDM20UQsdR/uZisiyh2ndNnyNqJmKiExvpxrmi4jM2FR9yveoYb6IyOTgnLbRSeNt+NRMRWRZh+9A8234aoNVYSoiaqbjl0iN+zNqpiIiswYkxm96ojAVERkTpL6IB1OYiojUN1bNmYqINGyno/Ol49aXas5URKTFMP/iJUw0Zyoi0rCZjn4+03WgFKYioiBtNpTXMF9EZJZgnEDNVERkQjBOO6V03MGoicN9hamILGsz1TpTEZEFD/cnnU7KpkN+hamIKEgnf0/NVERkhkCd9n1tDi0iMkOoOuqvWKowFRGZMsyfttZ03OL9N9qqwlREFKgzHGia1GAVpiKy7EFaN8wHGlxYT2EqIgrVBs1z5HtjQ1VhKiIK0uZLodRMRUQmNNC6q5Q2ojAVEQ3tJwdt44aqMBURaXZ10nFhTIWpiChA32yhbNBgdQBKRKSmYbaeM830WoqIhvZjb2NCKx1LzVRElhlnCcxpFKYiomH++LOhJoUsx4WuwlRENMxvPsxXMxURmaGpYko7dYWpiMj0EK07qj/x3HwdzReRZQ9Qn/I5LoSshvkiInM00loKUxFZ1hAddwSfY1rruNBVmIqIjAnRuXeOUpiKiMy2UH/srvs6ACUiaqVvttK63fZ1DSgRkQYhO7MME06NuvB1TqnEnPBnxlXiVx825bZNuT9GPreax2zyeBdvG4Bw9jH6+ejtSV9vch9Dy/N+5dL+QfmEr006/XDc0pppZ9lMu79j+lk6Tb736uup5s+/um+a8JjpwmN5g8eb92PSz5v289Hi+aGmhU4a5vvFMPV50nhJ51YmBTemfG/0+2HMR3YheLOL98myLKytrYX79+9nR0dH+fb2dr6+vt5JKWUppfzrr7/ODg4O7OwxRt8gLr5ZYcqbzOjvAvHmUUxO+MVqMu/EKxakdeFaNxycdP+6nzPT8LLBv1+veTNAzd+tyZvIpD9T94aDGf++da9Z0+eDBm+Sr35nU9NmKrP/Q4vv4xNLKWFra4u//vWvw97eXr67u5t1u93s8PAwPz09yYqiyAaDMuv1TrN+v5+lFLOirLJYxZBSDI+/fZwd7B9cDPRzzZtkgHsAeHYbwUEDEQA3Tx4uvHGMhnYYMwrgmJGMzxDQbzNIveF92aCtYuTv1abtTgqIaeHmDf5+0xpa09fCZwjWukbf5O+FmtesaducFtZNz9N/vZRKYXo9w746+6jV7/fx6NEj/PIXv+B//eY39t+//a19/PHHoXtjxVLl5imEo4N963SDdVc6dnraN3c3dxjgltyNFqzTyXmw98K++eab4PCQZVkAUjBacEdwIKMxA5AZLSOZA8j6RT+LZRzXym34fwbARxv6uFEAJowCmgYxG4aIN2ibkx7XZ/gZF283bkcNQ2bSc00NW2STdugzPr9Zmum0P080O6jkNW+MreZMRUYbdwRQjrvDyekJieAPHz7kpz99hP5ggMiE2B/wyc4TnByf4sGHD3h0dMS822V3/QZTv+CN7g12VnJGr8xgjDFa1s1tJc/51R+/ssfffpuFPA8hhKwq+wGW5Yl5YFlm7lXI807m7tneixfZYNDPSGbungHIQOY8C14Hc5pndAZPHhw+OuVxYaqDBGhEop8PXa+Z0pgUJGzQikbvM8s/Wm8YZE2GxXXtz2cMtSZvDE0a57zNdNpzYU14L+TqpApTaTMEbtrMalVVhTt37/L27dvc3NzEB7dvw4+ObLuqyAcPsHn/Ix7s7+P4+CX+9w9/sKdPnoQ8zy1YsOgx3Fi7ERweUpUshBCyPFgVoz15spM93XmaBWNmIcsAz0lmRgaQGThsvUye9YvCqqoMBM0J49n0BWnDqQwgJHdLKb0xD02ScBAE3R2YsAlGzfwlLrTCJgHpmL0lzjJHe/HxidkO3MzanBfRTOdp021btsJU3ruQHv2FrR3SppSwsbGBX/3qV1xfX8f29m3s7+/hyc4O72xu8U9//CP+79mugYFVUVmW00APqXIimlUszIlwcnpif/vL4/Dy+YsAIgvdPHj0YGRutBxkoHnonQ6ysiwCyQxkcPdAMhgZSGZVFS0hvZ5bdocRNBgMDnN3A3zSChkuOBTqGiMatNemoYMGTfcym6nP0GBnfWM4NxpRmMp1acvjbsfRrzqc3/+77+N2dht/Ov4zNmyDP7j1Cf4j/0/7+tYL3FvpWhr0bW3lBt3cin5hntxSitzf2wuHh0ch5HkIWQgOhizQMrOQHOHk9NROe6eZ0YJZCA4LNAQLzMwRyrIMVVUFODIQBjLQ3UgGJ89+TuJI4NrwWdNI5/D5T5xWYE1g1C2jatOI0eDzRS2NmrTMq26OuM20ySwHINVMRcE7bohNkocvD7G3t4/tux/g83/9nKRhZ/cpbuU5n3c6PDbj+uqqddduIO/mXM9zAuCTp7t88fKlZZ2OdWFmZkzmzDt5MJAHz57b4fFRQDacGw5AgFkIZsGdoT/oh8GgZ3BkZgwOGJ1GGx6Aq6ponhJfTy0AgQRJIiXQPZ0/8Mbhf9ydNU1slvBaVEimKeHY5PnUzfXOsqa36VRWbUNVmIo0abkkUkp4trfH3soK/v2Xv0R/MMDOn//MrhmyEHzt1k0iZIiHfdy6ucUf/PAT7B+8RCcE9m5t89nLA7oZV0Jg6HQt63RoGYlo+OvuTtjf27MsxRBCCKCZmRsZgnvkyclp6PUHmQ2nFgxuRvMQgpk7OBgUoYqVmQ3neUEwWDB3t6qqzq0lJoeH31KaOGSdFEx1R/vThPte/HN1i+qbfH3Wtpwahq2O5ou8B9MKrz8PwbC/v89ef+BrN2/i+fERd/f2sL1923u9p9z66RYe/v0v0Ht2gn6/j43BOnfzTfbDKVMR2enm/OCD28xCwOlpj19/8zXdYatrq8EsMNDM4IZgVlaRdnISqrIyGIMZgpFmDFYlDz7om8fKggUbNloaSaaUrKwiSSeGB9JgBOhg5W/8VVkzNL44513XDr1hELZ97GlNtG46BDVzrApTkUsM3kaL6VNK+Nvjx8zzDN/73vfx8cffw5dffom953sAgZs3b9Ld2el2ce/uXRrA3mDAvz1+zD5OeXPzA+vmOUuvmGXBBoPCDo/MUkoWCCNhwTrB3VlUhXFQBDCRNHPAAkg4DaliTJGvnD1jJnf6WaU1Mzg5vO2OBiFUN0eLmnY5GqZNTtkF2h1warVaRWEq8v6333PfI4l+r4e//PWvrMoScMfR0RH6ZZ8b/U3cv/13LD8qcVKe0N1Z9Susrd4gOmCA2datLaaUsL+/Zykl63a6BoKe3EIIBiQbFMWw8ZJmhNGMKYFVVVpKkQBhIdDdmUCmFOHuNAbQhsPllBLcfdY3l1lWNDQN0Fnv1+YsMIWpyHWacjiOxyy9TARhNBwfn7Bf9tArTunuWFtdRZ4HOMCyrDDoD9jJM0Z3Bst4Y2PdYlWxiM6QzDrdjAanMYToyRxORmMIRiOZPFkEmIxwgsbAYMRZmLIoCrg7AkmGMHyS7qgJ2kWFbV0bBpoN6xudVqowFbnmATvu6ycnJzx8eQgAOBj+nyEYvEpwBh4fHxMpMcVVrK1mBsKqKjKlSBKkgw6nA2QwWnK60/Isp5nTfTjHmuc5R1YUDFOWhJm9cXZZjBEppeEZEyF4dEeKsW3ANgnXScFaNwUwdt5YYSqi0D27TcYUvSh69DTc2qE/OGF/gHh2kNtGQvFsHex3u6iZmWVZYIw+nF6oKpRVyU6nQ6PRhwlLH7bTN07ZNTOaGcyGPya4w99ssHUtti5opwXopBY6LkDf2C9BYSoiU1vsyJfiSPilC6HClBJPT09efe31utdiUIxu73juLLAQAjqdDtydcdhCh+sU3BFjHBeks7xBAPWnQDfdyKb2NFqFqYg0CajREJ20z+20TeHTmPsjxoher3fuhAN3B0nE74b4bPmcZ22v074/7XRXhamItAqoJrsxsUHQjr09PK32nFm2UpwUjm2nCcYN/cc+vsJURBYdtpO2Gpx0iaO6Sx+1baiLbLG1i/cVpiKyqCkANGyG0x6jrpXO2lIx43NrsjvW2PsqTEVkEaHaNrwuPobXDNmbhGnr8+tbNFWFqYi81eEyW7ZCTpg2mPYYbPFc2jbWifOrClMReZdTAG2mAt7Gz2KL5zJ13lRhKiLvsrHWtUW/5OfVJlC1076IXImQbXy55TmeD1s8VzVTEbmy0wOX2Wan/iyFqYhctebatKm+i2G/wlRErlXIzhuMc5+y+v92fIF+BYutugAAAABJRU5ErkJggg==') no-repeat 0 0;
}
.letter > div {
  padding: 25px;
}
.jr_hand {
  font-family: 'jrhandregular', serif;
  text-transform: none;
  color: #000;
  font-size: 2.2em;
}
.letter_form {
  font-size: 18px;
  color: #6c706f;
  line-height: 2.6;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.letter_sign_off {
  font-family: 'jrhandregular', serif;
  text-transform: none;
  color: #000;
  font-size: 2.2em;
}
.letter_selector {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px 0 10px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  color: #777;
  line-height: 36px;
  height: 36px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.letter_selector:after {
  content: "e";
  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;
  font-size: 22px;
  color: #003c7f;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.letter_input {
  position: relative;
}
.letter_input input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  padding: 0 10px 0 10px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  width: 55px;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  height: 36px;
}
.letter_input.letter_date input {
  width: 80px;
}
.selector_types {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  list-style-type: none;
  z-index: 500;
}
.selector_types li {
  padding: 5px 60px 5px 10px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.selector_types li:hover {
  background: #f7f7f7;
}
.letter_paragraph {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  padding: 10px;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  width: 100%;
  font-size: 18px;
  height: 175px;
  overflow: auto;
}
.cols:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.cols:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cols > .col {
  float: left;
  margin-left: 1.81818%;
}
.cols > .col:first-child {
  margin-left: 0;
}
.cols.no_margin > .col {
  margin-left: 0;
}
.cols.no_margin.three .col {
  width: 33.33% !important;
}
.cols.two .col {
  width: 49.09091% !important;
}
.cols.three .col {
  width: 32.12121% !important;
}
.cols.four .col {
  width: 23.63636% !important;
}
.equalcols:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.equalcols:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.equalcols > .col {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.equalcols.three .col {
  width: 33.33% !important;
}
.collapse_cols div[class*="sf_1col"],
.collapse_cols div[class*="sf_2cols"],
.collapse_cols div[class*="sf_3cols"],
.collapse_cols div[class*="sf_4cols"],
.collapse_cols div[class*="sf_5cols"] {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: both;
}
.collapse_cols div[class*="sf_1col"]:before,
.collapse_cols div[class*="sf_2cols"]:before,
.collapse_cols div[class*="sf_3cols"]:before,
.collapse_cols div[class*="sf_4cols"]:before,
.collapse_cols div[class*="sf_5cols"]:before {
  display: table;
}
.collapse_cols div[class*="sf_1col"]:after,
.collapse_cols div[class*="sf_2cols"]:after,
.collapse_cols div[class*="sf_3cols"]:after,
.collapse_cols div[class*="sf_4cols"]:after,
.collapse_cols div[class*="sf_5cols"]:after {
  display: table;
}
.collapse_cols div[class*="sf_1col"] + div[class*="sf_1col"]:last-child,
.collapse_cols div[class*="sf_2cols"] + div[class*="sf_2cols"]:last-child,
.collapse_cols div[class*="sf_3cols"] + div[class*="sf_3cols"]:last-child,
.collapse_cols div[class*="sf_4cols"] + div[class*="sf_4cols"]:last-child,
.collapse_cols div[class*="sf_5cols"] + div[class*="sf_5col"]:last-child {
  float: none;
}
.collapse_cols div[class*="sf_1col"]:last-child,
.collapse_cols div[class*="sf_2cols"]:last-child,
.collapse_cols div[class*="sf_3cols"]:last-child,
.collapse_cols div[class*="sf_4cols"]:last-child,
.collapse_cols div[class*="sf_5cols"]:last-child {
  margin-right: 0;
  float: none;
}
.ta_wrp {
  margin: 25px 0;
  background-color: #fff;
}
.ta_small {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.ta_review_rating {
  display: inline-block;
  vertical-align: middle;
}
.ta_review_ratings {
  margin: 5px 0 10px 0;
}
.ta_review_ratings .ta_rating_itm > img {
  display: inline-block;
  margin-right: 5px;
}
.ta_review_ratings .ta_rating_itm .ta_rating_rail {
  display: inline-block;
  width: 70px;
  height: 10px;
  background-color: #e3e3e3;
  margin-right: 5px;
}
.ta_review_ratings .ta_rating_itm .ta_rating_rail .ta_rating_bar {
  height: 10px;
  display: block;
  background-color: #fabc18;
}
.ta_review_ratings .ta_rating_itm .ta_rating_segment {
  color: #589341;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.ta_pager:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.ta_pager:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.ta_pager > a {
  display: block;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.ta_pager > a:hover {
  text-decoration: none;
  background-color: #589341;
  color: #fff;
}
.ta_pager > a:hover:before {
  color: #fff;
}
.ta_pager > a:before {
  width: 50px;
  height: 50px;
  color: #589341;
}
.ta_pager .ta_prev {
  float: left;
}
.ta_pager .ta_prev: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;
  display: block;
  line-height: 50px;
}
.ta_pager .ta_next {
  float: right;
}
.ta_pager .ta_next: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;
  display: block;
  line-height: 50px;
}
.ta_pager .ta_numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 10px;
}
.ta_pager .ta_numbers li {
  display: inline-block;
  margin: 0 5px;
}
.ta_pager .ta_numbers li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #589341;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 30px;
}
.ta_pager .ta_numbers li a:hover {
  text-decoration: none;
  background-color: #589341;
  color: #fff;
}
#ta_reviews a {
  color: #589341;
}
#ta_reviews .ta_review {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#ta_reviews .ta_review .ta_review_rating {
  display: block;
  margin-bottom: 15px;
}
#ta_reviews .ta_review .ta_body .ta_review_title {
  color: #6e7272;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
}
#ta_reviews .ta_review .ta_body .ta_review_title_info {
  margin: 0;
  color: #589341;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
}
#ta_reviews .ta_review .ta_body .ta_review_text {
  display: none;
}
.billingaddresssection .billingaddresssection {
  padding: 0 !important;
}
.rewards_card {
  width: 580px;
  height: 366px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 225px 20px 0 20px;
  color: #fff;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: url('../Images/rewards-gold.png') no-repeat 0 0;
  margin-bottom: 50px;
}
.rewards_card.blue {
  background: url('../Images/rewards-blue.png') no-repeat 0 0;
}
.rewards_card.gold {
  background: url('../Images/rewards-gold.png') no-repeat 0 0;
}
.rewards_card.platinum {
  background: url('../Images/rewards-platinum.png') no-repeat 0 0;
}
.rewards_card.diamond {
  background: url('../Images/rewards-diamond.png') no-repeat 0 0;
}
.rewards_card.diamond-select {
  background: url('../Images/rewards-diamond-select.png') no-repeat 0 0;
}
.rewards_card .rewards_card_no {
  display: block;
  font-size: 40px;
}
.rewards_card .rewards_card_name {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
}
.points_col_title {
  background: #efefef;
  padding: 30px;
  display: block;
  font-size: 60px;
  color: #003c7f;
  font-weight: 200;
}
.statement_block .or_txt {
  background: #fff;
  margin: 36px 0;
  font-weight: 300;
}
.statement_block .or_txt:after {
  background: #003c7f;
  color: #fff;
}
.statement_block_disc {
  padding: 30px;
  font-size: 18px;
  line-height: 1.4;
  color: #aeafaf;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.native-choices {
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
.native-choices strong {
  display: block;
  margin-bottom: 5px;
}
.close-native-select {
  position: relative;
  padding: 25px 25px 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 640px;
  margin: auto;
}
.close-native-select:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.close-native-select:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.close-native-select a {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../Images/icon-cross.png) no-repeat center #ffffff;
  z-index: 300;
}
.native-choice {
  font-size: 115%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAxUlEQVQoz5WSzQ7BQBRG74qwt6VvyZIXUF7jvIWfiBXS8Ai6ULaatiafRf0mmDp3ezKZmXsMe0yHLhP2ZOyZ0qWDYTKZ7K40GJJHOugsp7MSRSInpPmqtVhtdNE7ThuxonXXaiy3+sxWLKmXWrjWd9YilBltCvdDc6IgMPo7/WYnBsY88WhHsTDi1KNl4mRkTj5Q5dMq3m1Q7aUV/82/hdFfO70V4jyFGEaTMUWkRKmc0rK3gvF7b+UE9JgRkxMzo0fwrPcK7pVbd+DWIYcAAAAASUVORK5CYII=) no-repeat 20px 53px;
  max-width: 640px;
  margin: auto;
  padding: 40px 15px 40px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.native-choice.selected {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABdElEQVQ4y7WUvU7DMBDHO/GRga2MtAM8BwsL7PASwExHuiFBG1j6EHmCduRDCBYSRcmIBAMFJUGCJVFoouP+URy5aRKFqpz0k2Xf3V/22b6GpmmNAlrMCXPNvDFhOt6k6y0RS0QZeZFVps/8mKZJjuOQ7/sUx3Eyuq5LWIefURmlTKzJPBmGQVEUUZVBHHGIR15ebIl5sCyL/mKIRx6zLIupuq5PBb5+fNNxb0RbBwNa2zlPRsyxLhvykC/ENpgJti5s9PhMzd0+rWyfzYB1+OUjI59pQ+zUtu3M+fL+Ret7aqGQLIg4YchnnS7E7nBLwg4vhpVCAhxZmOd5ELuH2DgIgsyxuT+oJYYaCgvDEGKfEAvleqHYdcQQJxvr0MJ3NlfNEFdUs27+NsueRZ3bXOg7K/0BR71hUkMUGyPmJT/g8t/+5lTXkI88T9cQKMwVaoC+hVvGs0EyRqmfTdI4pao5CtpMh7nFO0yb4Tidd1L/TKf9BSQjEZxXA7ihAAAAAElFTkSuQmCC) no-repeat 20px 50px;
}
.native-choice .native-choice-header {
  font-size: 1.2em;
}
.native-choice .native-choice-txt {
  font-size: 0.85em;
}
.noscroll {
  overflow: hidden;
}
.delete-room {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.delete-room:after {
  content: 'z';
  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;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #d5d6d6;
  cursor: pointer;
  display: block;
}
.sticky-cart {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: fixed;
  z-index: 2001;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-animation: flashColor 0.75s;
  -moz-animation: flashColor 0.75s;
  -o-animation: flashColor 0.75s;
  animation: flashColor 0.75s;
}
.sticky-cart:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  zoom: 1;
}
.sticky-cart:after:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sticky-cart > li {
  margin: 0;
  float: left;
  padding: 0;
  line-height: 80px;
  color: #fff;
  padding-left: 15px;
}
.sticky-cart > li span {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.sticky-cart > li.sticky-price span {
  font-family: "Gotham", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.sticky-cart .sticky-book {
  float: right;
}
.sticky-cart .sticky-book > a {
  background: #579242;
  padding: 0 25px;
  text-align: center;
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
}
.check:before {
  content: "Y";
  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;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
}
#hd_awards > span {
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.infoBox > img {
  z-index: 5;
}
.datepicker.noheader .datepicker-title {
  margin-bottom: 5px;
}
.datepicker.noheader .table-condensed {
  width: 270px;
}
.datepicker.noheader .table-condensed > thead {
  display: none;
}
.logingroup .button {
  padding-left: 75px;
  padding-right: 75px;
}
.sitemap-hotels {
  margin-bottom: 25px;
}
.sfNavVerticalSiteMap {
  margin-bottom: 25px;
}
.sfNavVerticalSiteMap > li li a {
  padding-right: 10px;
  border-right: 1px dotted #083f88;
}
.sfNavVerticalSiteMap > li li:last-child a {
  padding-right: 0;
  border-right: none;
}
.k-numerictextbox .k-select {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  text-decoration: none;
}
.k-numerictextbox .k-link {
  display: block;
}
.k-numerictextbox .k-icon {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 75px;
  text-align: center;
}
.k-numerictextbox .k-icon.k-i-arrow-s: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: 32px;
}
.k-numerictextbox .k-icon.k-i-arrow-n: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: 32px;
}
.message-alert {
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 15px;
  height: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #d3402f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 7px;
  fill: #fff;
}
.message-alert-counter {
  display: block;
  position: absolute;
  top: 22px;
  left: 32px;
  width: 32px;
  height: 33px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background: #d3402f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
}
.clear-alert {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  color: #595d5c;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.clear-alert:before {
  content: "\e00d";
  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: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 13px;
}
.message-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.message-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #595d5c;
}
.message-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.message-img {
  float: left;
  width: 120px;
}
.message-details {
  line-height: 1.3;
  font-size: 20px;
}
.has-image .message-details {
  margin-left: 135px;
}
.message-date {
  float: right;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin: 8px 0;
  color: #003c7f;
}
.hotel-region {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.hotel-region:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.h_title {
  margin-bottom: 25px;
  line-height: 1;
}
.hotel-story {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.hotel-story:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.related-hotel {
  background: #0054b2;
  display: block;
  padding: 15px;
  margin-bottom: 25px;
}
.related-hotel:last-child {
  margin-bottom: 0;
}
.cancel-lnk {
  color: #d3402f;
  font-size: 0.85em;
}
.cancel-lnk .icon-cross:before {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.cancel-lnk:hover {
  text-decoration: none;
  color: #000;
}
.ta-owner-response {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 50px 0;
  position: relative;
}
.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;
}
.banner_rotator {
  position: relative;
  z-index: 0;
}
.banner_items {
  display: none;
}
.banner_item {
  position: relative;
}
.banner_item .banner_item_caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.8em;
  color: #003c7f;
  padding: 15px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.banner_item.top_left .banner_item_caption {
  top: 20%;
  left: 10px;
}
.banner_item.top_right .banner_item_caption {
  top: 20%;
  right: 10px;
}
.banner_item.bottom_left .banner_item_caption {
  bottom: 20%;
  left: 10px;
}
.banner_item.bottom_right .banner_item_caption {
  bottom: 20%;
  right: 10px;
}
.banner_item.hide_text .banner_item_caption {
  display: none;
}
.banner_item img {
  display: block;
}
.bordered-image {
  border: 1px solid #efefef;
  min-height: 250px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.primary-block-title {
  background-color: #003c7f;
  color: #fff;
  padding: 10px;
  font-size: 1.4em;
}
.usermenu-logo {
  background: #e8e8e8 url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/logo-light-background-new.png') no-repeat 30px 15px;
  height: 115px;
}
.language-selector--link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  margin-left: 30px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #595d5c;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 90px;
  font-size: 26px;
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/GB.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.language-selector--link:after {
  content: '';
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/btn-arrow-blue.png') no-repeat center;
  width: 11px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.language-selector {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  background: #fff;
  z-index: 1;
}
.language-selector-active .language-selector {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.language-selector--return {
  height: 115px;
  background: #004899;
  display: block;
  color: #fff;
  padding: 42px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.language-selector--return:before {
  content: '';
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/btn-arrow-back.png') no-repeat center;
  width: 11px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.language-selector--panel {
  padding: 30px;
}
.language-selector--button {
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #ffffff url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/icon-selectbox-right-20.png') no-repeat right center;
  height: 70px;
  color: #828483;
  margin: 0;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 30px;
  text-align: left;
  padding: 15px 20px;
  outline: none;
}
.active .language-selector--button {
  border-color: #27aae1;
}
.language-selector--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #27aae1;
  background: #fff;
  display: none;
}
.active .language-selector--list {
  display: block;
}
.language-selector--list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.language-selector--list a {
  display: block;
  padding: 20px;
}
.language-selector--list a:hover {
  background: #f7f7f7;
}
.language-selector--list a:before {
  content: '';
  background-image: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/language-flags.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 32px;
  vertical-align: top;
  margin-right: 15px;
}
.language-selector--list a.language-DE:before {
  background-position: -10px -18px;
}
.language-selector--list a.language-ES:before {
  background-position: -10px -86px;
}
.language-selector--list a.language-FR:before {
  background-position: -10px -154px;
}
.language-selector--list a.language-GB:before {
  background-position: -10px -222px;
}
.language-selector--list a.language-IT:before {
  background-position: -10px -290px;
}
.gc-upsell {
  background-color: #003c7f;
  padding: 15px;
}
.no-upsell .gc-upsell {
  display: none !important;
}
.gc-upsell h3 {
  color: #fff;
  margin: 10px 0 25px 0;
}
.gc-upsell--control {
  display: none;
}
.show-upsell-control .gc-upsell--control {
  display: block;
}
.gc-upsell--variant {
  display: none;
}
.show-upsell-variant .gc-upsell--variant {
  display: block;
}
.gc-upsell--img {
  margin: 0 -15px;
}
.gc-upsell--img img {
  display: block;
}
.gc-upsell--options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gc-upsell--options li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px dashed #fff;
  padding: 20px 0;
  color: #fff;
  line-height: 50px;
}
.gc-upsell--options li > div {
  padding-right: 130px;
  position: relative;
}
.gc-upsell--options li:first-child {
  border-top: none;
}
.gc-upsell--options li:last-child {
  padding-bottom: 0;
}
.gc-upsell--add {
  display: inline-block;
  padding: 0 25px;
  background: #27aae1;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .85em;
  margin-left: 10px;
}
.gc-upsell--add .fa {
  font-size: 16px;
  margin-left: 5px;
}
.gc-upsell--add:hover {
  color: #fff;
  background: #3db3e4;
  text-decoration: none;
}
.gc-upsell--options .gc-upsell--rooms li {
  line-height: 1.5;
}
.gc-upsell--options .gc-upsell--rooms li > div {
  padding-right: 0;
  position: relative;
}
.gc-upsell--rooms .gc-upsell--add {
  position: static;
  margin-left: 0;
  text-align: center;
  display: block;
  padding: 15px 25px;
}
.gc-upsell--rooms .gc-upsell--select {
  margin-bottom: 10px;
}
.gc-upsell--rooms .gc-upsell--select .customSelect .customSelectInner {
  font-size: 27px;
  padding: 15px 65px 15px 20px;
}
.gc-upsell--rooms .gc-upsell--select select {
  width: 100% !important;
}
.gc-upsell--room {
  margin-bottom: 5px;
}
.content_section {
  padding: 30px;
}
.content_section.light_grey {
  background: #efefef;
}
.campaign-header--title {
  margin-bottom: 20px !important;
}
.campaign-header {
  text-align: center;
}
.contain-table {
  table-layout: fixed;
  width: 100%;
}
.pdp-yah-item {
  display: block;
  position: relative;
}
.pdp-yah-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url('/Sitefinity/WebsiteTemplates/BestWestern/App_Themes/BestWesternMobile/Images/yah-list-item-grad.png') repeat-x 0 bottom;
}
.pdp-yah-item--title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 30px;
  font-size: 48px;
}
.pdp-yah-item--image {
  position: relative;
  z-index: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}
/* START AC 751 mobile improvements - jan 2017 - new classes*/
.search-result-filterby--wrp input[type="checkbox"] + label {
  margin-bottom: 0;
}
.search-result-filterby--wrp .searchfilter .mapfilter .filter_list {
  padding-bottom: 0;
}
.search-result-filterby--wrp .cbline:last-of-type {
  margin-bottom: 0;
}
.search-result-filterby--wrp .fullsearchsort {
  position: relative;
}
.search-result-filterby--wrp .sortBySelect {
  width: 100%!important;
}
.search-result-filterby--wrp .hasCustomSelect {
  left: 0;
  bottom: 8px;
}
.three-tab-bar {
  top: -98px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
}
.three-tab-bar.stuck {
  -webkit-transition: top 0.35s ease-in-out;
  -moz-transition: top 0.35s ease-in-out;
  -o-transition: top 0.35s ease-in-out;
  transition: top 0.35s ease-in-out;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 3;
  border-bottom: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
}
.three-tab-bar.pause-stuck {
  position: static;
  height: 80px!important;
  top: -100px;
}
.three-tab-bar .tabs ul li a {
  position: relative;
  font-weight: 400;
  font-size: 23px;
}
.three-tab-bar .tabs ul li a span {
  font-weight: 400;
}
.three-tab-bar .tabs ul li a select.sortBySelect {
  left: 0;
  top: 0;
  height: 100%!important;
  width: 100%!important;
  z-index: 2;
}
.three-tab-bar .tabs ul li a span.customSelect {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.three-tab-bar .searchresults .tabs ul li {
  width: 24%;
}
.three-tab-bar .searchresults .tabs ul li:first-child {
  width: 28%;
}
.search-results-section {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 12px;
}
.search-results-padding {
  padding: 0 10px 0 10px;
}
.hotel-search-item--wrp {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.hotel-search-item--wrp .hsi_img {
  position: relative;
  float: left;
  width: 39%;
  min-height: 181px;
}
.hotel-search-item--wrp .hsi_img img {
  display: block;
  width: 100%;
}
.hotel-search-item--wrp .hsi_content {
  position: relative;
  float: left;
  width: 61%;
  padding: 0 10px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 181px;
}
.hotel-search-item--wrp .hsi_actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.47);
}
.hotel-search-item--wrp .hsi_actions a {
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 61px;
  font-size: 43px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotel-search-item--wrp .hsi_actions a span {
  display: none!important;
}
.hotel-search-item--wrp .hsi_actions a.fave {
  padding: 4px 0 0 10px;
}
.hotel-search-item--wrp .hsi_actions a.fave: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;
}
.hotel-search-item--wrp .hsi_actions a.fave.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;
}
.hotel-search-item--wrp .hsi_actions a.share {
  padding: 4px 10px 0 0;
}
.hotel-search-item--wrp .hsi_actions a.share:after {
  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;
}
.hotel-search-item--wrp .hsi_title {
  padding: 7px 0 12px 0;
  line-height: 25px;
  font-weight: 600;
  color: #003c7f;
  max-height: 90px;
  overflow: hidden;
}
.hotel-search-item--wrp .hsi_title span {
  color: #595d5c;
  font-weight: normal;
}
.hotel-search-item--wrp .hsi_ratings {
  float: left;
  width: 100%;
}
.hotel-search-item--wrp .hsi_ratings .rating {
  margin: 0;
  float: left;
}
.hotel-search-item--wrp .hsi_ratings .hotel_rating {
  margin: 0;
  float: right;
  display: none;
}
.hotel-search-item--wrp .pricebox {
  clear: both;
  position: absolute;
  bottom: 0;
  width: 96%;
  left: 15px;
}
.hotel-search-item--wrp .pricebox span {
  display: inline-block;
}
.hotel-search-item--wrp .pricebox span.sr_price-amount {
  text-align: right;
  font-size: 38px;
  font-weight: 600;
  width: 100%;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 41px;
}
.hotel-search-item--wrp .pricebox span.sr_price-amount .sr_price-from {
  width: 166px;
  font-size: 22px;
  font-weight: 400;
  padding-right: 7px;
}
.hotel-search-item--wrp .hsi_full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hotel-search-item--wrp .hsi_full-link.hsi_fl-a {
  height: 117px;
}
.searchresults .expanderlink.search_again {
  background-image: none!important;
  background-color: #fff;
  padding: 28px 19px 29px 30px;
  font-size: 0;
}
.searchresults .expanderlink.search_again .ss_panel {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchresults .expanderlink.search_again .ss_panel.ss-left {
  width: 65%;
  padding-right: 12px;
}
.searchresults .expanderlink.search_again .ss_panel.ss-right {
  width: 35%;
}
.searchresults .expanderlink.search_again .ss_panel .display-cell {
  text-align: right;
}
.searchresults .expanderlink.search_again .ss_panel > span {
  color: #003c7f;
  font-size: 24px;
  display: block;
  font-family: "Gotham", sans-serif;
}
.searchresults .expanderlink.search_again .ss_panel > span.ss_sort-by {
  font-size: 19.7px;
  color: #595d5c;
  text-decoration: underline;
}
.searchresults .expanderlink.search_again .ss_panel > span.ss_location-date {
  margin-bottom: 7px;
}
.searchresults .expanderlink.search_again .ss_panel > span.ss_location-date span {
  text-transform: capitalize;
}
.searchresults .expanderlink.search_again .change.ss_change {
  border: 2px solid #003c7f;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  font-size: 24.5px;
  max-width: 268px;
  font-style: normal;
  color: #003c7f;
  font-family: "Gotham", sans-serif;
  margin-left: 0;
  text-align: center;
}
.searchresults .expanderlink.search_again .change.ss_change.ss_change-close {
  display: none;
}
.searchresults .expanderlink.search_again.close-modifyer .change.ss_change {
  display: none;
}
.searchresults .expanderlink.search_again.close-modifyer .change.ss_change.ss_change-close {
  display: inline-block;
}
div.infoBox {
  width: 75%!important;
  margin-left: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 79px 0 0;
}
div.infoBox > img {
  position: absolute!important;
  top: -1px !important;
  left: -1px !important;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
div.infoBox .hotel-search-item--wrp {
  margin-bottom: 0;
}
div.infoBox .hotel-search-item--wrp .hsi_img {
  width: 100%;
}
div.infoBox .hotel-search-item--wrp .hsi_content {
  width: 100%;
}
div.infoBox .hotel-search-item--wrp .hsi_title {
  line-height: 25px;
  max-height: 90px;
  overflow: hidden;
  font-size: 22px;
  font-family: "Gotham Book", sans-serif;
}
div.infoBox .hotel-search-item--wrp .hsi_actions {
  padding-top: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 76px;
}
div.infoBox .hotel-search-item--wrp .hsi_full-link.hsi_fl-a {
  height: 222px;
}
div.infoBox .hotel-search-item--wrp .pricebox span.sr_price-amount {
  font-size: 38px;
  font-family: "Gotham Book", sans-serif;
}
div.infoBox .hotel-search-item--wrp .pricebox span.sr_price-amount .sr_price-from {
  font-size: 22px;
  font-family: "Gotham Book", sans-serif;
}
.bw-count-down--wrp {
  text-align: center;
}
.bw-count-down {
  box-sizing: border-box;
  padding: 5px 5px 32px 5px;
  display: inline-block;
  text-align: left;
  background: #fff;
  opacity: 0;
}
.bw-count-down h2.bw-count-down__title {
  font-size: 39px;
  text-transform: none;
  padding-left: 3px;
  margin-bottom: 6px;
  max-width: 435px;
}
.bw-count-down .flip-clock-divider {
  height: 57px;
  width: 10px;
}
.bw-count-down .flip-clock-divider:first-child {
  width: 0;
}
.bw-count-down .flip-clock-divider .flip-clock-label {
  top: auto;
  bottom: -37px;
  left: 0;
  right: -109px;
  font-size: 23px;
  text-transform: uppercase;
  color: #003c7f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
}
.bw-count-down .flip-clock-wrapper {
  box-sizing: border-box;
  margin: 0 0 0 1px !important;
}
.bw-count-down .flip-clock-wrapper .flip {
  box-shadow: none;
  background: none;
}
.bw-count-down .flip-clock-wrapper .flip .shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #232323;
  -moz-box-shadow: 3px 3px 5px 6px #232323;
  box-shadow: 3px 3px 5px 6px #232323;
}
.bw-count-down .flip-clock-wrapper ul {
  width: 48px;
  height: 60px;
  margin: 2px 2px 2px 1px;
}
.bw-count-down .flip-clock-wrapper ul li {
  line-height: 61px;
}
.bw-count-down .flip-clock-wrapper ul li a div div.inn {
  font-size: 60px;
  background-color: #232323;
  color: #fff;
}
.bw-count-down .flip-clock-wrapper ul li a div.up:after {
  top: 28px;
}
.bw-count-down .flip-clock-dot {
  opacity: 0;
}
.bw-count-down.bw-cd-blue {
  background: #003c7f;
}
.bw-count-down.bw-cd-blue h2.bw-count-down__title {
  color: #fff;
}
.bw-count-down.bw-cd-blue .flip-clock-divider span {
  color: #fff;
}
.bw-count-down.bw-cd-white {
  background: #fff;
}
.bw-count-down.bw-cd-grey {
  background: #efefef;
}
.bw-count-down.bw-cd-trans {
  background: none;
}
/*flipclock plugin bug fix - gets rid of "both" attr*/
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  -webkit-animation: turn 0.5s 0.5s linear;
  -moz-animation: turn 0.5s 0.5s linear;
  animation: turn 0.5s 0.5s linear;
}
@media screen and (max-width: 667px) and (orientation: landscape) {
  .searchresults .tabs ul li a {
    padding: 9px 0 9px 0;
  }
  .simple-search--wrp .date-picker-wrapper {
    overflow: scroll;
  }
}
.hotel-intro--in .readmore {
  margin-top: -1px;
}
.hotel-intro--in .intro {
  width: 440px;
  float: left;
}
.hotel-intro--in .intro ~ div,
.hotel-intro--in .intro ~ p {
  clear: both;
}
.hoteldetail_stars--wrp {
  position: absolute;
  bottom: 34px;
  right: 34px;
}
.hoteldetail_stars--wrp .rating {
  margin: 0;
}
.hoteldetail_stars--wrp .rating .sr_rating {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAAWCAYAAACyohz1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMzIxMzY5N0RGMDYxMUU2QkY3NUY0NjczQTg0MTg4NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMzIxMzY5OERGMDYxMUU2QkY3NUY0NjczQTg0MTg4NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMzMjEzNjk1REYwNjExRTZCRjc1RjQ2NzNBODQxODg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMzMjEzNjk2REYwNjExRTZCRjc1RjQ2NzNBODQxODg3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+23iWEAAABQ9JREFUeNrMmltoFUcYx09O1KTaaowxbbGoiUq9Na2mIq2ItDWRGBWjzQVvaIk+tLSivaDQFws+iLQ1pHcMXtAHbeqtD33QBxFNreKLGiE+iCJqUCpEEaI2Of1/+gWXdefszO5+u/PBD85lZ+c/99n/bE4mk0lpxjdgGFgL/kvZEaVgK9gFjqTsiUYwE6wDdy3R9BL4GbSBnyyqqzlgDdgILmuloE6rwaTMs5irmSYOfmRNV0COJZoGgQes63OL6uoT1tQNhlik6xLratFNk9YcDXWOz7WWjNBc8CF/LgFvW6JrPhjIn+stmtH6tOSBhZZoKgMT+HMNGKCTKG1Y4BQXOM+CAr8HihUabegcFNN4C5N0vAZmKCYhW+pqKKiIqtO+BV53fC8AlZYVuG8FyElY02BQ5aEr6ah1tTV1jkILdNX5fA/caes1f4sz+oNFrt9GgncS1uW1CtkwqzV41F9NwprKwViN+gvUab0qfQHIT7DAqpmizrKZg2IqGJegphLeptg28TRorlTPRT+wIksHLFbsycg+2Qw6FOnIEjsUwu6ZDN417Bx9v1/Kku46+CvEg9888HKWCUC1bdoEjiv+6wXHwNWAukZyvqoJaKZi20TPBB+n1PZlF2gFPSGsrFGGKzjFWtezijvOkE2UERpJO8GqgGlvg+FCushlOBdwFt0npOl0iK0NDYZZQrqWgb0B0k0E7UKaumh03pK4ccgG3g4kBtOJLKuDX5wUaojHPMDDTA4PBXR1ZFkd/OIKOCqgifrEr2TWFoE/MtHFcTAqAtO5EtyISNNDsAGkQ2rKB9tAb0S6yFgvj6Cu3gQXItLUy4c2A0NqSvPhSndEujpB9ZONgSOTVeBeiJuSuK8i6BhOhoHfQxa2HUyJ+BSnIuSAoo7xA3ghQk00oL4LOaBugaqI66oMnA/ZhofA8L57ujMoBacC3PQij3apo76VoCtAx2iKuGM4KQw4oG6COYJ1NRtcD6DrAK+6EppoQH0Legw10STa6L6fVwa5oNngxvtZlPQZdQm4ZqCrKhPP2fmnBpr+4dVDWhMNqDYDXetjqqsKg5WABt4Y3XcPetiGMbGCumPw9Tr5qE83HsXkNz42PDH7NwZNZDW+KFSGMNGd0j+1LOQ21zpcSKfMjh7nsm8rHab5xGWemxxojE89fUlEOugllDcMro/rqNmkTeilo/m6nZbM6FcNbp7PJ2Q2FZiCjin7C2t6JYBHWm9hXdHLNCOENdGKvDiKCSFtMHOQT3k4oYYYBKoVy1qzwmsu4lMfyahV1CF5nC0Kr7kuoU5LWnYoTgxNV9cgMYsHuddBUpPCa67iLZWrJM8/hHUqPM5cvqbRwxoju6tAcAPf4ONxFvHTrztahB8sTvh4nJXsFrijXFBTWTaPkx+amzweiP4WrqtfPHQdAcUOr/mixzXL/NyDDzQ9zjEeT6crBQt8wNUxmhVWlttrvgsGCGka4bJwbiocCy+veYtgXW125XXQ6XFm8Zp7IzoU8qIfuOPI6z5Yrek1/+nXabc4CrDNx8oiIV+DR5xmj2BD3Oc8bvDsle1a8ppPOgo9XUjTckcerRoep9NrPitYV6cdHudHGtbY/hgmnqmOPNpUVpbCa37g12kn8pL6voGgaWA3mCHYEGvAVq5knetpK/MFL4NSMy110t/AEoM0o7l+awTragHnUWqQZinYoZiRo4Da4HvwJU92OmmG8sT5mfu//wUYAFcoZPJPRDl9AAAAAElFTkSuQmCC) no-repeat 0 0;
}
.pdp-title-margin--wrp {
  padding: 20px 105px 20px 30px;
  min-height: 111px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pdp-title-margin--wrp h3.pdp-title-margin {
  margin: 0;
}
.pdp-title-margin--wrp a.hd_favourites.favebtn {
  top: 10px;
}
.num-of-days--wrp {
  margin: 25px 0 0 0;
}
.num-of-days--wrp span {
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 30px;
}
.simple-search--padding {
  padding: 5px 0 18px 0;
}
.simple-search--wrp {
  background: #003c7f;
  padding-top: 35px;
  border-bottom: 15px solid #fff;
  /*input[type="text"] {

        &:focus::-webkit-input-placeholder { 
            color:transparent!important;
        }
    }*/
}
.simple-search--wrp .expandercontent {
  background: none;
}
.simple-search--wrp.search-simple-search {
  padding: 0;
  border-bottom: 0;
}
.simple-search--wrp.search-simple-search .expandercontent {
  background: #003c7f;
  padding-bottom: 10px;
}
.simple-search--wrp.search-simple-search #hotelsearchform {
  padding-bottom: 0;
}
.simple-search--wrp .more_booking_options_lnk {
  color: #fff;
}
.simple-search--wrp .no-dates-label {
  color: #fff;
}
.simple-search--wrp .more_booking_options {
  background: none;
  /*input[type="text"] {

            &::-webkit-input-placeholder {
                color: @text-primary;
            }
            &:-moz-placeholder {
                color: @text-primary;
            }
            &::-moz-placeholder {
                color: @text-primary;
            }
            &:-ms-input-placeholder {  
                color: @text-primary; 
            }
        }*/
}
.simple-search--wrp .more_booking_options label,
.simple-search--wrp .more_booking_options strong {
  font-size: 24px;
  color: #fff;
}
.simple-search--wrp label.sfTxtLbl {
  color: #fff;
}
.simple-search--wrp .guestform {
  background: #fff;
}
.simple-search--wrp .guestform .customSelect {
  border: 1px solid #aeafaf;
}
.simple-search--wrp .guestform .counterlabel {
  color: #595d5c;
}
.simple-search--wrp .guestform label.sfTxtLbl {
  color: #595d5c;
  font-family: "Gotham Book", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.simple-search--wrp .country-filter {
  width: 100px;
}
.simple-search--wrp .country-filter a {
  display: block;
}
.simple-search--wrp #no_specific_dates_wrp label {
  margin: 0;
}
.simple-search--wrp .hsf_d_side {
  float: left;
  width: 39%;
}
.simple-search--wrp .hsf_d_side.hsf_d_mid {
  width: 22%;
  padding: 24px 5px 0 5px;
  font-size: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.simple-search--wrp #hotelsearchform .sfTxtLbl {
  line-height: 26px;
}
.simple-search--wrp #hotelsearchform .guestform {
  padding-bottom: 5px;
}
.simple-search--wrp #hotelsearchform input.search_keyword {
  padding: 10px 10px 10px 110px;
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #595d5c;
}
.simple-search--wrp #hotelsearchform .clear-selection {
  right: 0;
  top: 0;
  padding: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
}
.simple-search--wrp #hotelsearchform .btn {
  background: #ffcc33;
  color: #003c7f;
}
.simple-search--wrp #hotelsearchform .btn .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAuCAYAAAC8jpA0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNjU1RjJFQUY0MzYxMUU2QjRBOEI5MDM0OUI2QjAxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNjU1RjJFQkY0MzYxMUU2QjRBOEI5MDM0OUI2QjAxNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2NTVGMkU4RjQzNjExRTZCNEE4QjkwMzQ5QjZCMDE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2NTVGMkU5RjQzNjExRTZCNEE4QjkwMzQ5QjZCMDE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QYYp6wAABDZJREFUeNrMmXtoTnEYx8+7sTBDu5SaZjRs2NyG4hXD1jC5LCG1P0goKZfmMjFbhFAUiiSkLZdiZsbmUka0uczktq3NIsKIMW3MfJ/2/HT6OefdznnPeTtPfVq/3+/dOd/3nOf3/J7neV2Ke6tiwLqD6WAyGA76gZ7ABb6CGlAOboB88L29C7bezlSMWqcOfo7ErQeLWLiWhTFjwFLwE+SAnaBSsdD82lnvAraDF2CZB8Fa1hUsBs/ALtDNKtGennR/cJ7dQMu+gZegnt4yCAbR7C7yPdLZrVLBK7tEx4GroLc0/xkcA2fAQ/BH483R/y4AS0Coam0ouAOmgTKr3SMKFEuCf/ErjuSnVqYhWOG5x2AD74Ms0KxaD+Vrx1gpmvzuEm8oYe85WpCQBgPXpshBockN3qrmyX3yQA+rRO9hvxT2hm9a4sWDKQXjQbX0Ng9YIXokRwhhP3jzVFuw4V+DZN68wtLAOG9FZ0vjtaDCwvBaBVapxi4Op6ZFD+JdLYwiw1HFejspudok14TMOLOiF/I3F5alEx28tVZ+o2qbZVb0TNUc5RAFin1WBOpU4xlmRAeBYaq5axyX7bJWTqaEjYaLhBgVTf7sr5q7rthvdyUNg42KjpTmKn0gukoa9zUqWs7cPvlAdL00DrIyNXWk+WlUF6E+uG+IRp5iSHSNNBftA9FR0rjOqGhK5FtUcwk+EC3nHE/NuEe5ai4RdLZRMJ28KarxcxS39WY2Yp6U7862UXQSiFCN880e4zl8UgnbaFNkoae8WZo7ZVY0FZtXVPMjwAobRKdxUfHv9IVrVJgVTZYhZXa7QayFgmOlaoXebKaZC6lFU0F6WKoXKdsbYoHgAeCiVBeeMFvGyX6bzs0VYX247E/yQvBEcI+rc2GNYI1VhW0jJ+UfpWhyGezVaMR4MsondnD+HKxR9dNb9UdaGuutaJGB0QHzTmrq0JOpBfvAWCmdFUZz8dwjqeEopBfz54MH4BGEzzUWgvS7ppSynmURWkbVOvX4vvC4F+fmehnbfW7UZGisUUNnDiJJgdknLayWw9M20KSxHghGgalMvI7gZo4Sbo7RmzQ+EwDO4YlPsSI1beIbDgQHuX7sqNGbOMIJGH3x3zz/QTrIhFGXNQ/C3d64h6JzYdFUj+NQFsgnXQO/HWo/3OLDSivlTOCjW6/1Sw8mEa5SapVoqyyZ43aAzjp1ZxMg/ImTKpdCjh56VT+FyGK4SozTyq0LnIu06KxT57YIwqOcViPmKm2/z7TqrIdTUgXhEY4qbOG3x/FnpQfhESw83FHVOIQfwp917dSU5CphjmohQDilB1s8fCSGN2ewo/oeEJ7NSZae0dmQ67hmDYRTbrJfZ5my0CyndphWK/839UlwCr5UiSNFQxhFkuVK2y8HIulKxfxNR21EDeFUr9LP1KfBPIwLxdpfAQYAyij114gntM0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
}
.simple-search--wrp .country-filter-selection {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAPCAYAAACiLkz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU5NUU3MkFGNDM2MTFFNkJDRDlGQ0I2NjEwQjM2NUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU5NUU3MjlGNDM2MTFFNkJDRDlGQ0I2NjEwQjM2NUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4MEE0RTBGQkM0NTExRTRBODZCQ0Y5QzExQjdDN0QwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4MEE0RTEwQkM0NTExRTRBODZCQ0Y5QzExQjdDN0QwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/nwAZwAAAZxJREFUeNrElL1LQlEYh48Xp6AhsDLE0gIrcTFqKGqIFinKqS9wKWgIl4SwJcitqKmpqaWphhqCoKjoi9b+kSZBlEyz58AbSJhf3as/eDjX836c33u999rU+M6QUmofluFd1ajCS6Jijm0i0c5yBpvkvykTZcAuTMEjOJXJwrxTek/Cntn99QAL8Ap+OchlonmX9PTLGfNWDJCEEDxBv6zdJpjvYXku6hni8UlaMYBWCqbhDvrkQO8/zHvlzvfCve6N+ZSyQEbRdRrm4Bo8MoSvDvM+qfVIr1nMp5VFMn79zkAYLsEtd3GgBvODUuOWHmHMZ5SFMkrsZeVlO4cuMRSownxAcnXNhe6B+ayyWMYf+/rgJTiFTniAYBnzQcnpkJrFRpgvN4BWDiJwAg55GYdLmB+RmENyI5jPqQbJqBDPwwocQ5t8pUaL4mNwKzGds4r5vGqg7FXkfMGaPFbrcAMzEruCVjiCKOYLqsGyV5mnjUXhAzbk86jVAocQa4b5Wgb4GSIm/0Rc9g4wHldNlL2Omi34lOtt1WR9CzAAhb1zHw66TasAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right -5px center;
  font-size: 21px;
  line-height: 71px;
}
.simple-search--wrp .country-filter-selection span {
  color: #252525;
}
.simple-search--wrp .country-filter-selection + .country-filter-options li {
  min-width: 80px;
}
.simple-search--wrp .country-filter-selection + .country-filter-options li a {
  color: #252525;
  font-style: normal;
  font-size: 1.05em;
}
.simple-search--wrp .date input,
.simple-search--wrp .date > span {
  background: none;
  background-color: #fff;
  color: #595d5c;
}
.simple-search--wrp .date > span {
  height: 100px;
  padding: 14px 2px;
  cursor: pointer;
}
.simple-search--wrp .date > span span {
  display: block;
  background: none;
  line-height: 34px;
  text-align: center;
}
.simple-search--wrp .chkspn--wrp {
  font-style: normal;
  padding: 0 7px 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-search--wrp .chkspn--wrp > span:first-child {
  float: left;
  width: 50%;
}
.simple-search--wrp .chkspn--wrp > span:first-child + span {
  float: right;
  width: 50%;
}
.simple-search--wrp .chkspn--wrp > span:first-child + span > span {
  font-weight: 500;
  padding-top: 17px;
  font-size: 60px;
}
.simple-search--wrp .chkspn--wrp > span:first-child > span:first-child {
  font-weight: 500;
}
.simple-search--wrp .expander .expanderlink.select,
.simple-search--wrp .expander .k-expanderlink.select,
.simple-search--wrp .guestform .customSelect {
  background-color: #fff;
  color: #595d5c;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAPCAYAAACiLkz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU5NUU3MkFGNDM2MTFFNkJDRDlGQ0I2NjEwQjM2NUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU5NUU3MjlGNDM2MTFFNkJDRDlGQ0I2NjEwQjM2NUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4MEE0RTBGQkM0NTExRTRBODZCQ0Y5QzExQjdDN0QwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4MEE0RTEwQkM0NTExRTRBODZCQ0Y5QzExQjdDN0QwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/nwAZwAAAZxJREFUeNrElL1LQlEYh48Xp6AhsDLE0gIrcTFqKGqIFinKqS9wKWgIl4SwJcitqKmpqaWphhqCoKjoi9b+kSZBlEyz58AbSJhf3as/eDjX836c33u999rU+M6QUmofluFd1ajCS6Jijm0i0c5yBpvkvykTZcAuTMEjOJXJwrxTek/Cntn99QAL8Ap+OchlonmX9PTLGfNWDJCEEDxBv6zdJpjvYXku6hni8UlaMYBWCqbhDvrkQO8/zHvlzvfCve6N+ZSyQEbRdRrm4Bo8MoSvDvM+qfVIr1nMp5VFMn79zkAYLsEtd3GgBvODUuOWHmHMZ5SFMkrsZeVlO4cuMRSownxAcnXNhe6B+ayyWMYf+/rgJTiFTniAYBnzQcnpkJrFRpgvN4BWDiJwAg55GYdLmB+RmENyI5jPqQbJqBDPwwocQ5t8pUaL4mNwKzGds4r5vGqg7FXkfMGaPFbrcAMzEruCVjiCKOYLqsGyV5mnjUXhAzbk86jVAocQa4b5Wgb4GSIm/0Rc9g4wHldNlL2Omi34lOtt1WR9CzAAhb1zHw66TasAAAAASUVORK5CYII=);
  background-position: right center;
  background-repeat: no-repeat;
}
.simple-search--wrp .more_booking_options_wrp .more_booking_options_lnk {
  margin-bottom: 7px;
}
.simple-search--wrp .date-picker-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  z-index: 400;
  overflow: auto;
}
.simple-search--wrp .date-picker-wrapper > div {
  min-height: 705px;
}
.simple-search--wrp .date-picker-wrapper .date-range-length-tip {
  display: none!important;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar {
  padding: 20px 0 23px 0;
  margin: 8px 0 10px 0;
  text-align: center;
  font-size: 20px;
  min-height: 28px;
  background: #003c7f;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar .normal-top {
  display: block!important;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar .normal-top_a {
  color: #fff;
  font-size: 30px;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar .normal-top_b {
  color: #003c7f;
  display: none;
  font-size: 30px;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  width: 88px;
  height: 79px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MURFRUM4RTBGNDM4MTFFNjk0RUJGNDZFNURGOTQ2MkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MURFRUM4REZGNDM4MTFFNjk0RUJGNDZFNURGOTQ2MkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUwRDFDRTA5QjExODExRTRCQzdBQ0RCRTFGNzAwOTdDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUwRDFDRTBBQjExODExRTRCQzdBQ0RCRTFGNzAwOTdDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vwuspQAAA4lJREFUeNrMmc9LVUEUx++7pgsxUsuXoGWr/NGvTaZmJbaIktoWIhi0qAj9D4I2LSzaRlnWLorCooKHvUrbCGWbQq2ojalRmGlRWWl6+x75Xhguz3dn7vvVgQ/Pec6c+Tr3zsw5x5DjOFYAs0EdaADVoBwUg3wgDr+Bj+AteA6egGdg3ngmEWhAGTgHPjjm9olj15jMGdJcwVWgA7SCbH43AnpAP3gFRsF3EALLQRmoBPVgL9tic+AqOAkmk7GCLWCaq/AXXAfbQchgJaRvPbhJHw59NvuNjffLbNClPKIeUGX4SsRCfDxW/HZyLiOBueABHcyAY0kQ5uUE+MU5IpxTS2AOiHLgBKhOgTiXGjDJue5xbl+BVxRx5SkU51LBucQu+wlsUR5rTRrEqSvpPu7mpQQWKbv1eBrFqe+kw0e+MpbATnaIZkCcSy81nPcKXAtmeUZVZlDgRjAP/oBS+c7med3GG6IbvNa4h5vACoMbtYBjQj79hsAdkAPa3ZvEVu7WnRp/5X72fcH31q9/GAxxzD6N/g3sOyraLF5BYiOa11chGNYUqYqTzwIN/7JgYxxTZzNkEosyVPKzKbCbAcIW8BAUxegXBr1gAxgGjWBaw/8CgxBrURtPcLFWwxd6tbKSLz0r6V25IkPfhzn2tjTesLEtwK6LJTJRcRa1iA1K4ysb4YBHg1dkouKEYvqYksYCG7kJnF9hRWSi4oQ8+pm1lY0RKDlRY1/l53krSWYzTLcYpgcx726V3b0ZPFpid+tYHj9/qJukOuCj9b5z4Ti723iT2EwNxSoCrFyf55z7DCb4cyIrWcnPdyLwKRs7Aoir8ohzLVGRrpaBRK+6QY2rTn3cplddrTdYqNNwcEBTXCyRTRr9d3mDBeEMv7yh4SCLEU2+wUtfyDFZGn1vUUuHN2CVIHEuTYmSTsBaslTIH8mQuFC8kN+bNB3NgMA2v6RJTTt/ZiDt/M25D/1vifsmJXG/qFv6iKSp9CHH2hfOdTfWLo9XPIqksHgkG6JdqSbcNykeqeW3S0qMF01S+U2Okj7F7wWwLEh90KVZ2d1yTl7j9WhSwJTbqhF085xzd+vBZJaAT4MjSgn4PTPBfib70p5hcp4L1jEqkYt/DyjluFnQBU4lqwSsIgXws2A8QBF9jNdXaSqK6LEi8Vrm1FvBelDCqNxZjIQta1ziOeXfEAPMeY3snwADAAKMORUkkSqoAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 300;
  background-position: 24px 31px;
  font-size: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.simple-search--wrp .date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  pointer-events: auto;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper {
  width: 96%!important;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
  background-color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .caption .prev,
.simple-search--wrp .date-picker-wrapper .month-wrapper table .caption .next {
  padding: 28px 0;
  background: #003c7f;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day {
  font-size: 27px;
  border: 2px solid #cecece;
  color: #cacaca;
  background: #ececec;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.toMonth.valid.day.date-available {
  color: #003c7f;
  background-color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.real-today,
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.valid.day.date-available.day.real-today {
  color: #003c7f;
  background-color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.real-today:before,
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.valid.day.date-available.day.real-today:before {
  content: "Today";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 54%;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 16px;
  color: #003c7f;
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected:before,
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.valid.day.date-available.day.real-today.first-date-selected:before {
  content: "Check in";
  width: 100px;
  bottom: 100%;
  margin-left: -13px;
  color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.toMonth.date-available.invalid.tmp {
  color: #003c7f;
  background-color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .day.toMonth.valid.day.checked {
  background-color: #003c7f;
  color: #fff;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .first-date-selected,
.simple-search--wrp .date-picker-wrapper .month-wrapper table .last-date-selected {
  background-color: #ffcc33 !important;
  color: #003c7f !important;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table .week-name th {
  font-size: 21px;
  padding-top: 8px;
}
.simple-search--wrp .date-picker-wrapper .month-wrapper table th.month-name {
  font-size: 29px;
  color: #595d5c;
}
.simple-search--wrp .date-picker-wrapper.date-partially-selected .drp_top-bar {
  background: #ffcc33;
}
.simple-search--wrp .date-picker-wrapper.date-partially-selected .normal-top_a {
  display: none;
}
.simple-search--wrp .date-picker-wrapper.date-partially-selected .normal-top_b {
  display: inline-block;
}
.simple-search--wrp .date-picker-wrapper.date-partially-selected .drp_top-bar .apply-btn {
  background-image: url(../Images/icon-cross.png);
  background-repeat: no-repeat;
}
.simple-search--wrp.ss-details-page {
  padding-top: 0;
  border-bottom: 0!important;
}
.simple-search--wrp.ss-details-page .roomrateexpand {
  padding-top: 40px;
}
.simple-search--wrp.ss-details-page .hotelsearchform_dates--wrp {
  margin-bottom: 30px;
}
.home .k-animation-container,
.search-page .k-animation-container {
  left: 0!important;
  width: 100%!important;
}
.home .k-list-container,
.search-page .k-list-container {
  width: 100%!important;
}
.home .k-list-container > .k-list,
.search-page .k-list-container > .k-list {
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0!important;
  margin-top: 1px;
  -webkit-box-shadow: inset 0 -6px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -6px 8px rgba(0, 0, 0, 0.12);
}
.home .k-list-container > .k-list .k-item,
.search-page .k-list-container > .k-list .k-item {
  padding: 14px 14px 18px 35px;
}
.mobile-search-map--wrp #map_element {
  position: fixed!important;
  min-height: 1140px;
  top: 116px;
  width: 100%;
  z-index: 301;
}
.mobile-search-map--wrp .close-map {
  position: fixed;
  top: 116px;
  z-index: 302;
}
.searchmap-modifyer#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 303;
}
/* END AC 751 mobile improvements - jan 2017 - new classes*/
.show-rewards-rates {
  background-color: #0573b6;
  background-image: url('/svg/lock-white.svg');
  background-position: right top;
  background-position: right 20px top 22px;
  background-repeat: no-repeat;
  background-size: 60px;
  color: #fff;
  padding: 20px 30px;
  position: relative;
}
.show-rewards-rates--title {
  font-size: 28px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.show-rewards-rates--title span {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.show-rewards-rates--info {
  float: right;
  font-size: 0;
}
.show-rewards-rates--info:before {
  content: "\f05a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  color: #fff;
}
.show-rewards-rates--btn {
  color: #fff;
  position: relative;
  padding: 1px 0 1px 45px;
  line-height: 1;
}
.show-rewards-rates--btn:before {
  content: '';
  display: inline-block;
  font-size: 22px !important;
  color: #0573b6;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.show-rewards-rates--btn.showing-rewards-rates:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.destination-item {
  margin-bottom: 50px;
}
.destination-item:last-child {
  margin-bottom: 0;
}
#trivagoDynamic {
  height: 0;
}
#tt-container iframe {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  max-width: 62.5vw;
}

@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%;
}
.tab-room-header-wrp .rooms-header {
  background: #cff7c1;
  margin: 10px 0 0 0;
  border-bottom: 7px solid #e9e9e9;
  padding: 0;
}
.tab-room-header-wrp .rooms-header--left {
  float: none;
}
.tab-room-header-wrp .rooms-header--lbl {
  color: #003c7f;
  font-size: 26px;
  line-height: 34px;
}
.tab-room-header-wrp .rooms-header--right {
  float: none;
}
.tab-room-header-wrp .rooms-header--msg {
  font-size: 12px;
  color: #484848;
}
.package-types .room-type-block--side-bar > div:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUI4MEZERjRGOUIxMUU4QTE0MEI3MURBQ0FDQTg0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUI4MEZFMDRGOUIxMUU4QTE0MEI3MURBQ0FDQTg0MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNBQjgwRkRENEY5QjExRThBMTQwQjcxREFDQUNBODQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNBQjgwRkRFNEY5QjExRThBMTQwQjcxREFDQUNBODQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rvKvCAAAAQlJREFUeNpi/P//PwM1ASPNDWRkZATT4toJxUAqHoh/AHEaEL8E4nVAzAnEW19eXVANUoeunwWPZUZAnAfEAkAM0vweiCcD8TYgXoZLExM+14NcA3TJBiAtBsRKUMPMgPgD0V6W0ElMglqkDcShQLwbiOWBWBqIzwKxDRBvBOKLQPzvxZX58wi5EBR2KkD8E4iXQMPOCojVgPgR1LtfoWpKMHSDXIiMgZFxAF0NUOwLEP/HIr4DXT8TA5UBtlgWQnPlOSQXzQZSukhyUsR4OQCItQh5GcgXBeIkYrxsAcR6RPjOHJpWiU6HZIFRA2mTDtmAuAyYJDLQCoqfaOmTG5q36VzAUgoAAgwAmB97nITAOhIAAAAASUVORK5CYII=);
  width: 19px;
  height: 20px;
  top: 9px;
}
.package-types .room-type-block:first-child ~ .room-type-block {
  border-top: 7px solid #cff7c1;
}
#rr_wrp .tab-room-header-wrp .rooms-header--right {
  margin-right: 0;
}
.tab-room-header-wrp .rooms-header-tab {
  width: 50%;
  float: left;
  padding: 11px 11px 11px 38px;
  box-sizing: border-box;
  background: #cff7c1;
}
.tab-room-header-wrp .rooms-header-tab-b {
  background: #fff;
  cursor: pointer;
}
.packages-active .tab-room-header-wrp .rooms-header.group {
  border-color: #cff7c1;
}
.packages-active .tab-room-header-wrp .rooms-header.group .rooms-header-tab-a {
  background: #fff;
  cursor: pointer;
}
.packages-active .tab-room-header-wrp .rooms-header.group .rooms-header-tab-b {
  background: #cff7c1;
  cursor: default;
}
.bw-main .package-types .room-type--more-info {
  margin-top: 4px;
  display: block;
}
.bw-main .package-types .rt-item--title {
  font-size: 15px;
  color: #579242;
}
.bw-main .packages-room-type-info--more {
  font-weight: bold;
}
.bw-main .package-types .gated-price-row {
  padding-bottom: 20px;
  border: 0;
  margin-bottom: 20px;
  position: relative;
}
.bw-main .package-types .gated-price-row:before {
  content: "";
  background: #ddd;
  width: 89%;
  bottom: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.bw-main .packages-price-wrp .rt-rate-right--1 {
  width: auto;
  float: right;
  padding-top: 11px;
}
.bw-main .packages-price-wrp .rt-rate-right--2 {
  width: auto;
  float: right;
}
.bw-main .package-types .packages-price-wrp .rt-item--title {
  color: #595d5b;
  float: left;
  padding-top: 11px;
}
.bw-main .package-types .room-type-block--header {
  margin-bottom: 24px;
}
.bw-main .package-types .rt-item.rt-rate-right {
  width: 75%;
}
.bw-main .package-types .rt-item.rt-rate {
  width: 25%;
}
.bw-main .package-types .rt-item.rt-rate .room-type-block--image {
  float: left;
  max-width: 100%;
}
.bw-main .package-types .rt-item.rt-rate .room-type-block--image img {
  max-height: 125px;
}
.bw-main .package-types .room-type-block--info {
  max-width: 100%;
}
.bw-main .package-types .room-type--info strong,
.bw-main .package-types .package-includes-info strong {
  font-family: gotham;
  font-size: 16px;
}
.bw-main .package-types .room-type--info > div {
  font-size: 15.5px;
  color: #595d5b;
}
.bw-main .package-types .room-type-block--info .room-type--info {
  margin-bottom: 2px;
}
.bw-main .package-types .package-includes-info {
  margin-top: 16px;
}
.bw-main .package-types .package-includes-info ul {
  margin: 0 0 11px 0;
  list-style-type: none;
}
.bw-main .package-types .package-includes-info ul li {
  margin-bottom: 0;
}
.bw-main .package-types .room-type--more-info {
  font-size: 16px;
  float: left;
}
.bw-main .package-types .packages-price-wrp .rt-item--title {
  font-size: 16px;
}
.bw-main .package-types .rt-item--title {
  font-size: 17px;
}
.bw-main .package-types .packages-room-type-info--more {
  font-family: gotham;
  font-size: 16px;
  cursor: pointer;
}
.bw-main .packages-alert {
  background: #cff7c1;
  padding: 12px 40px 20px 40px;
  margin-top: -8px;
}
.bw-main .packages-alert-dates {
  color: #003c7f;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
.bw-main .packages-alert p {
  margin-bottom: 14px;
  font-size: 15px;
  margin-top: 8px;
  color: #484848;
}
.packages-alert-multi-room {
  display: none;
}
#rr_wrp_multi .package-types .rt-item.rt-rate .room-type-block--image {
  float: right;
  width: 138px;
}
#rr_wrp_multi .package-types .rt-multi-item-left {
  float: left;
  width: 65%;
}
#rr_wrp_multi .package-types .rt-multi-item-price-cont {
  float: right;
}
#rr_wrp_multi .package-types .rt-multi-item-price-cont .rt-price-text {
  margin-top: 0;
}
#rr_wrp_multi .package-types .rt-room-options {
  width: 215px;
  clear: left;
}
#rr_wrp_multi .package-types .rt-multi-right--price {
  margin-top: 5px;
}
#rr_wrp_multi .package-types .rt-item.rt-multi-right,
#rr_wrp_multi .package-types .rt-item.rt-rate-right {
  width: 220px;
  float: right;
}
#rr_wrp_multi .package-types .rt-multi-right--qty {
  width: 80px;
  float: right;
}
#rr_wrp_multi .package-types .rt-multi-right--qty_in {
  float: right;
}
#rr_wrp_multi .package-types td.rt_composition_lbl {
  text-transform: uppercase;
  font-size: 12px;
}
#rr_wrp_multi .package-types .rt-item.rt-rate {
  width: 100%;
  min-width: 280px;
  color: #579242;
}
.bw-mobile .text-align-left {
  text-align: left;
}
.bw-mobile .rt-item-inline-2col {
  display: table;
  width: 100%;
  float: none;
}
.bw-mobile .rt-item-inline-2col > div {
  display: table-cell;
  vertical-align: top;
}
.bw-mobile .rt-item-inline-2col > div + div {
  min-width: 289px;
}
.bw-mobile .rt-item-inline-2col img {
  width: 290px;
  display: block;
  min-width: 290px;
  margin-right: 35px;
}
.bw-mobile .tab-room-header-wrp .rooms-header {
  border-bottom-width: 11px;
  margin-top: 0;
}
.bw-mobile .packages-alert {
  background: #cff7c1;
  padding: 12px 40px 20px 40px;
}
.bw-mobile .packages-alert-dates {
  color: #003c7f;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.bw-mobile .packages-alert p {
  margin-bottom: 16px;
}
.bw-mobile .tab-room-header-wrp .rooms-header--lbl {
  font-size: 39px;
  font-weight: bold;
}
.bw-mobile .rooms-header-tab.rooms-header-tab {
  padding: 38px 11px 38px 27px;
}
.bw-mobile .room-type--title {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: bold;
  color: #579242;
  margin-bottom: 7px;
}
.bw-mobile .rt-group-single {
  width: 100%;
}
.bw-mobile .packages-alert-dates {
  font-size: 23px;
}
.bw-mobile .package-types .button {
  padding: 20px;
  max-width: 154px;
  float: right;
}
.bw-mobile .package-types .room-type--info {
  line-height: 1.5;
  font-family: "Gotham Book", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 8px;
  color: #595d5b;
}
.bw-mobile .package-types .package-includes-info ul {
  margin: 0;
  padding: 0 0 0 3px;
}
.bw-mobile .package-types .package-includes-info ul li {
  position: relative;
  list-style-type: none;
}
.bw-mobile .package-types .package-includes-info ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  color: #579242;
}
.bw-mobile .package-types .package-includes-info {
  margin-bottom: 13px;
}
.bw-mobile .package-types .room-type-block {
  padding: 30px;
  border-bottom: 12px solid #e4e4e4;
}
.bw-mobile .package-types .room-type-block:first-child ~ .room-type-block {
  border-top: 11px solid #cff7c1;
}
.bw-mobile .package-types .room-type--more-info {
  font-weight: bold;
  font-family: gotham;
}
.bw-mobile .package-types .rt-item.rt-rate-right {
  width: 100% !important;
}
.bw-mobile .package-types .packages-price-wrp .rt-item--title {
  font-size: 23px;
  font-weight: bold;
  margin-top: 13px;
  font-family: gotham;
}
.bw-mobile .package-types .packages-price-wrp .rt-rate-right--1 {
  margin-right: 38px;
}
.bw-mobile .package-types strong.rt-item--title {
  font-size: 24px;
  color: #579242;
}
.bw-mobile .package-types .rt-item.rt-rate {
  float: right;
}
.bw-mobile .package-types .packages-price-wrp > div {
  width: 33.3%;
  float: left;
  margin-right: 0 !important;
}
.bw-mobile .package-types .packages-price-wrp {
  text-align: center;
  margin-top: 20px;
}
.bw-mobile .package-types .rt-rate-right--1 {
  margin-top: 15px;
}
.bw-mobile .package-types .packages-price-wrp .rt-item--title {
  margin-top: 26px;
  text-align: left;
}
.bw-mobile .package-types .rt-row:before {
  content: "";
  background: #b5b5b5;
  width: 85%;
  top: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.bw-mobile .package-types .rt-row {
  margin-top: 28px;
}
.bw-mobile .package-types .rt-row > .group {
  padding: 25px 0 10px 0;
}
.bw-mobile.multiroom .package-types span.room-selector-title {
  text-align: right;
}
.bw-mobile.multiroom .package-types .rt-row > .group {
  padding: 25px 0 0 0px;
}
.bw-mobile.multiroom .package-types .rt-row > .group .multi-section-box {
  padding-bottom: 0;
}
.bw-mobile.multiroom .package-types span.customSelect {
  width: 159px;
  height: 63px;
}
.bw-mobile.multiroom .package-types span.customSelect .customSelectInner {
  padding-top: 9px;
}
.bw-mobile.multiroom .package-types .packages-price-wrp > div {
  text-align: right;
}
.bw-mobile.multiroom .package-types .customSelect .customSelectInner {
  text-align: left;
}
.bw-mobile.multiroom .package-types select.rt_select.hasCustomSelect.fakeCustomSelect {
  width: 161px;
  height: 71px !important;
}
.bw-mobile.multiroom .package-types .packages-price-wrp .rt-rate-right--1 {
  margin-top: 49px;
}
.bw-mobile.multiroom .package-types .packages-price-wrp .rt-item--title {
  margin-top: 58px;
}
.bw-mobile.multiroom .package-types .rt-rate-right .room-type--info {
  padding-right: 25px;
}
.bw-mobile #rr_wrp_multi .package-types .rt-room-options {
  width: 100%;
}
.bw-mobile #rr_wrp .package-types .room-type-rates .room-type--info {
  padding-right: 25px;
}
.bw-mobile .room-types.package-types {
  overflow: hidden;
}
.bw-main .inline-packages {
  display: table;
  width: 100%;
}
.bw-main .inline-packages > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  float: none;
}
.bw-main .inline-packages > div + div {
  min-width: 626px;
}
@media (max-width: 991px) {
  .bw-main .inline-packages > div + div {
    min-width: 573px;
  }
}
@media (max-width: 850px) {
  .bw-main .inline-packages > div + div {
    min-width: 480px;
  }
}
.bw-main .inline-packages .room-type-block--image {
  float: none;
}
.bw-main .inline-packages .block-img-cont .room-type-block--image {
  max-width: 100%;
  margin-right: 45px;
  float: left;
}
@media (max-width: 991px) {
  .bw-main .inline-packages .block-img-cont .room-type-block--image {
    margin-right: 20px;
  }
}
.bw-main .inline-packages .block-img-cont img {
  max-height: 130px;
}
@media (max-width: 991px) {
  .bw-main .inline-packages .block-img-cont img {
    max-height: 141px;
  }
}
.bw-main .count-option:first-child + div ~ div {
  margin-top: 10px;
}
.show-less-prod {
  display: none;
}
.show-less-prod:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.show-all-prod .show-more-prod {
  display: none;
}
.show-all-prod .show-less-prod {
  display: inline-block;
}
.show-all-prod .increment-counter-wrp:first-child + div ~ div {
  display: block!important;
}
.something_special--product {
  background-color: #f5f5f5;
}
.something_special--product .ss_header {
  cursor: default;
}
.something_special--product .ss_header_title:after,
.something_special--product .ss_header:after {
  display: none;
}
.something_special--product .increment-counter-wrp {
  background: #fff;
  padding: 9px 10px 18px 10px;
}
.something_special--product .increment-counter-wrp:first-child ~ .increment-counter-wrp {
  margin-top: 11px;
}
.something_special--product .increment-counter-wrp:first-child + div ~ div {
  display: none;
}
.something_special--product span.increment-counter-heading,
.something_special--product span.increment-counter-heading ~ strong {
  color: #003c7f;
}
.something_special--product .count-option {
  float: left;
  margin-right: 28px;
}
.something_special--product .count-option > div {
  display: inline-block;
  vertical-align: middle;
}
.something_special--product .count-option-date {
  font-weight: bold;
  margin-right: 12px;
  width: auto;
}
.something_special--product .count-area {
  margin-top: 10px;
}
.something_special--product .counter-symbol {
  color: #fff;
  background: #003c7f;
  width: 30%;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
}
.something_special--product .counter-symbol > span {
  font-size: 34px;
  font-weight: bold;
}
.something_special--product .counter-block {
  width: 122px;
  font-size: 0;
  text-align: center;
  height: 37px;
}
.something_special--product .counter-block a {
  text-decoration: none !important;
}
.something_special--product .counter-block > div,
.something_special--product .counter-block > a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.something_special--product .counter-block span {
  font-size: 18px;
  line-height: 37px;
}
.something_special--product .counter-value {
  width: 40%;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #595d5b;
  box-sizing: border-box;
}
.something_special--product .button {
  padding: 11px 34px;
  border-radius: 0;
}
.something_special--product .button:after {
  margin-left: 24px;
}
.bw-mobile .button.down_btn:before {
  content: none;
  margin: 0;
}
.bw-mobile .button.down_btn:after {
  content: "e";
  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: 32px;
  margin-right: 0;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
.bw-mobile .something_special--product {
  background-color: #f5f5f5;
}
.bw-mobile .something_special--product .something-special__expander {
  background: none;
}
.bw-mobile .increment-counter-wrp {
  background: #fff;
  padding: 9px 10px 0 10px;
}
.bw-mobile span.increment-counter-heading {
  color: #003c7f;
}
.bw-mobile .count-option {
  float: left;
  margin-right: 28px;
}
.bw-mobile .count-option-date {
  font-weight: bold;
  margin-right: 0;
  width: 127px !important;
}
.bw-mobile .count-area {
  margin-top: 10px;
}
.bw-mobile .count-option > div {
  display: inline-block;
  vertical-align: middle;
}
.bw-mobile .counter-block > div,
.bw-mobile .counter-block > a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.bw-mobile .counter-symbol {
  color: #fff;
  background: #003c7f;
  width: 30%;
  border-left: 0;
  border-right: 0;
}
.bw-mobile .counter-block {
  width: 122px;
  font-size: 0;
  text-align: center;
  height: 35px;
}
.bw-mobile .counter-block span {
  font-size: 18px;
  line-height: 33px;
}
.bw-mobile .counter-symbol > span {
  font-size: 34px;
  font-weight: bold;
}
.bw-mobile .counter-value {
  width: 40%;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  font-size: 27px;
}
.bw-mobile .increment-counter-wrp:first-child ~ .increment-counter-wrp {
  margin-top: 11px;
}
.bw-mobile .something_special--product .button {
  padding: 11px 34px;
  border-radius: 0;
}
.bw-mobile .something_special--product .button:after {
  margin-left: 24px;
}
.bw-mobile .increment-counter-wrp {
  margin: 0 25px;
}
.bw-mobile span.increment-counter-heading {
  font-size: 27px;
}
.bw-mobile .something_special--product {
  background-color: #efefef;
  margin-top: 15px;
  margin-bottom: 0;
}
.bw-mobile .something-special {
  margin-top: 0;
}
.bw-mobile .something_special--product .button {
  box-sizing: border-box;
  min-width: 9px;
  width: 540px;
  margin: auto;
}
.bw-mobile .something_special--product .button {
  padding: 25px 9px;
}
.bw-mobile .something_special--product button {
  background-color: #aeafaf !important;
  border-radius: 0;
  width: 540px;
  margin: auto;
  margin-top: 31px;
  font-size: 24px;
}
.bw-mobile .count-option {
  clear: both;
  margin-bottom: 17px;
  text-align: center;
  margin-right: 0;
  margin-left: 56px;
}
.bw-mobile .counter-block {
  width: 209px;
  height: 55px;
}
.bw-mobile .count-option .counter-symbol > span {
  font-size: 53px;
}
.bw-mobile .counter-block span {
  line-height: 54px;
  font-size: 29px;
}
.bw-mobile .counter-block {
  margin-left: 89px;
}
.more-info--less {
  display: none;
}
.show-less-elem .more-info--less {
  display: inline;
}
.show-less-elem .more-info--more {
  display: none;
}
.pl0 {
  padding-left: 0!important;
}

