@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800&display=swap);

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
}

#consoleWindow {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #333;
  color: #fff;
  border-radius: 8px;
  display: block;
  z-index: 10000;
  padding: 8px;
}

.pximg {
  width: 0;
  height: 0;
}

#error_page {
  text-align: center;
  margin: 0 20px;
}

#error_page h1,
#error_page img {
  margin: 1em 0;
}

#error_page p {
  max-width: 500px;
  margin: 1em auto;
  text-align: left;
}

html {
  height: 100%;
}

body {
  font-family: "Open Sans",Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.6;
  color: #333;
  background-color: #FDFDFD;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.print__only {
  display: none !important;
}

.dummy {
  border-radius: 4px;
  background: #e6e6e6;
  color: #b3b3b3;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
}

#container {
  -webkit-transition: -webkit-transform 200ms ease-out 0.3s;
  transition: transform 200ms ease-out 0.3s;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container--blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

#container.container--ogone {
  padding-bottom: 0;
}

#container.container--ogone:after {
  height: 29px;
}

#container.container--ogone .webring__tel {
  float: right;
}

#toggle-menu,
#toggle-cart,
#call-us,
#toggle-filter {
  display: none;
}

#my-fletcher {
  display: none;
}

.inner {
  padding: 16px 20px;
}

.main {
  margin-top: 20px;
}

.main__container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 40px auto;
}

.main__maxwidth {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

.main__headingrow h1,
.main__headingrow h2,
.main__headingrow h3,
.main__headingrow h4 {
  margin-top: 12px;
}

.main__headingrow hr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #E2E5E7;
  margin-bottom: 20px;
}

.main__headingrow .bit-40 {
  text-align: right;
}

.sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 720px) {
  .main__headingrow .main__heading,
  .main__headingrow .bit-60,
  .main__headingrow .bit-40 {
    text-align: center;
  }
}

div.clear.both {
  clear: both;
}

div#pagination {
  margin-top: 10px;
}

div#pagination .button {
  margin: 0 10px;
}

div#pagination .button:first-child,
div#pagination .button:last-child {
  margin: 0;
}

p.alert {
  color: #a94442;
}

p.instruction {
  color: #888888;
  font-style: italic;
  margin-bottom: 0;
}

#container img,
.footer img,
.overlay img,
.modal img,
.cookieaccept img {
  max-width: 100%;
  height: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: none;
  z-index: 980;
}

@media only screen and (max-width: 890px) {
  .header__container,
  .webring__container,
  .footer__container {
    width: auto;
    margin: 0 10px;
  }

  .main__container {
    width: auto;
    margin: 0 20px 30px 20px;
    position: relative;
  }
}

@media only screen and (max-width: 890px) {
  .offers,
  .offers__heading {
    display: none;
  }

  body.overlay:after {
    display: none;
  }

  #container {
    background-color: #FDFDFD;
  }

  #call-us,
  #toggle-cart,
  #toggle-menu,
  #my-fletcher {
    display: block;
    position: absolute;
    background: #001F3A;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    left: 15px;
    top: 15px;
  }

  #call-us svg,
  #toggle-cart svg,
  #toggle-menu svg,
  #my-fletcher svg {
    width: 17px;
    height: 17px;
    fill: #fff;
    margin: 8px 0 0 9px;
  }

  #call-us svg.offcanvas__togglemenu--off,
  #toggle-cart svg.offcanvas__togglemenu--off,
  #toggle-menu svg.offcanvas__togglemenu--off,
  #my-fletcher svg.offcanvas__togglemenu--off {
    margin: 8px 0 0 7px;
  }

  #toggle-cart svg {
    margin: 8px 0 0 7px;
  }

  #call-us,
  #my-fletcher {
    right: 15px;
    left: auto;
  }

  #call-us svg,
  #my-fletcher svg {
    margin: 7px 0 0 8px;
  }

  .sidebar {
    margin: 0 !important;
  }

  .offer__link {
    display: block;
  }

  .offer__image {
    width: 720px;
  }

  .offer__hotel>a,
  .offer__hotel img {
    width: 100%;
  }
}

.staging .hide--title {
  color: #ffffff;
  top: 350px;
  position: absolute;
  right: 200px;
  background: #000000;
  background-color: rgba(0,0,0,0.3);
}

.staging .offer .offer:after {
  content: '';
  display: block;
  height: 50px;
  border-bottom: 2px dotted #000;
  margin-bottom: 50px;
}

.staging .offer .offer:last-child:after {
  display: none;
}

.update__browser table {
  width: 100%;
  margin-top: 50px;
}

.update__browser table td {
  text-align: center;
  width: 25%;
}

.update__browser table td .text-center {
  padding: 20px;
  width: 100%;
}

.update__browser table td img {
  margin-bottom: 16px;
}

.update__browser h1 {
  margin-bottom: 20px;
}

.update__browser .header img {
  margin-bottom: 10px;
}

.update__browser .footer__copyrights {
  position: absolute;
  bottom: 0px;
  line-height: 20px;
}

.content__wrapper p.conference__image {
  margin-bottom: 0;
}

.content__wrapper p.conference__image .content__img {
  padding: 0;
  margin: 0;
  float: none;
  text-align: center;
}

.content__wrapper p.conference__image .content__imgcap {
  margin: 0;
  padding: 0;
  font-size: .90rem;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
  font-style: normal;
}

.conference__occupancy {
  display: block;
  text-align: center;
  font-size: .6rem;
}

.update__browser table {
  width: 100%;
  margin-top: 50px;
}

.update__browser table td {
  text-align: center;
  width: 25%;
}

.update__browser table td .text-center {
  padding: 20px;
  width: 100%;
}

.update__browser table td img {
  margin-bottom: 16px;
}

.update__browser h1 {
  margin-bottom: 20px;
}

.update__browser .header img {
  margin-bottom: 10px;
}

.update__browser .footer__copyrights {
  position: absolute;
  bottom: 0px;
  line-height: 20px;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.wrap {
  white-space: normal !important;
}

.nomargin {
  margin: 0 !important;
}

.noscroll {
  overflow-y: hidden;
}

.container-padding-bottom {
  padding-bottom: 40px;
}

.container-padding-top {
  padding-top: 40px;
}

.show {
  display: block !important;
}

.mobile-show {
  visibility: visible !important;
  pointer-events: all !important;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

.desktop-only--inline {
  display: inline-block !important;
}

@media only screen and (max-width: 890px) {
  .desktop-only {
    display: none !important;
  }

  .desktop-only--inline {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-center {
    text-align: center !important;
  }

  .flex-container {
    display: flex !important;
  }
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #00437D;
  text-decoration: none;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.2;
}

.main__subheading,
.main__heading--container p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  font-style: italic;
  color: #3490ce;
}

.main__subheading a,
.main__heading--container p a {
  color: #3490ce;
  text-decoration: none;
  -webkit-transition: color ease-in 200ms;
  transition: color ease-in 200ms;
}

.main__subheading a:after,
.main__heading--container p a:after {
  content: ">";
  margin: 0 12px;
}

.main__subheading a:hover,
.main__heading--container p a:hover {
  color: #236692;
  -webkit-transition: color ease-in 200ms;
  transition: color ease-in 200ms;
}

h1 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h1 small {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

.main__subheading+.grid {
  margin-top: 30px;
}

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 6px;
}

h2 small {
  display: block;
  color: #143b55;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  font-style: italic;
}

h3 {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 6px;
}

h4 {
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: 6px;
}

#packageInfo ol,
.hotels .hotel ol,
.hotel__extra ol,
.hotel__description ol,
ol.list {
  margin-bottom: 1em;
  margin-left: 14px;
}

.card__description ul,
#packageInfo ul,
.hotels .hotel ul,
.hotel__extra ul,
.hotel__description ul,
ul.list {
  list-style-type: none;
  margin-bottom: 1em;
}

#packageInfo ol,
.hotels .hotel ol,
.hotel__extra ol,
.hotel__description ol,
ol.list {
  margin-bottom: 1em;
  margin-left: 14px;
}

.card__description ul li,
#packageInfo ul li,
.hotels .hotel ul li,
.hotel__extra ul li,
.hotel__description ul li,
ul.list li {
  background-repeat: no-repeat;
  margin-left: 14px;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(/data/static/fletcher-assets/svg/bullet-li.svg);
}

@media only screen and (max-width: 890px) {
  h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .main__subheading a:after,
  .main__heading--container p a:after {
    content: ">";
    margin: 0 4px;
  }
}

.grid {
  margin: 0 -15px;
  clear: both;
}

.grid--checkout {
  margin: 0 -15px 40px -15px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='bit-'] {
  float: left;
  padding: 0 15px;
}

.grid--compact {
  margin: 0;
}

.grid--compact [class*='bit-'] {
  padding: 0 0px;
}

.grid--close {
  margin: 0 -5px;
}

.grid--close [class*='bit-'] {
  padding: 0 5px;
}

.bit-100 {
  width: 100%;
}

.bit-90 {
  width: 90%;
}

.bit-80 {
  width: 80%;
}

.bit-75 {
  width: 75%;
}

.bit-70 {
  width: 70%;
}

.bit-66 {
  width: 66.666666%;
}

.bit-60 {
  width: 60%;
}

.bit-50 {
  width: 50%;
}

.bit-40 {
  width: 40%;
}

.bit-33 {
  width: 33.333333%;
}

.bit-30 {
  width: 30%;
}

.bit-25 {
  width: 25%;
}

.bit-20 {
  width: 20%;
}

.bit-15 {
  width: 15%;
}

.bit-10 {
  width: 10%;
}

.bit-colspan {
  width: 100%;
  margin-bottom: 0 !important;
}

.bit-auto {
  width: auto;
}

.bit-full {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.bit-offset-75 {
  margin-left: 75%;
}

.bit-offset-70 {
  margin-left: 70%;
}

.bit-offset-66 {
  margin-left: 66.666666%;
}

.bit-offset-60 {
  margin-left: 60%;
}

.bit-offset-50 {
  margin-left: 50%;
}

.bit-offset-40 {
  margin-left: 40%;
}

.bit-offset-33 {
  margin-left: 33.333333%;
}

.bit-offset-30 {
  margin-left: 30%;
}

.bit-offset-25 {
  margin-left: 25%;
}

.bit-offset-20 {
  margin-left: 20%;
}

.bit-offset-16 {
  margin-left: 16.6665%;
}

.bit-offset-10 {
  margin-left: 10%;
}

.grid__row {
  margin-bottom: 20px;
}

.grid__row:after {
  content: "";
  display: table;
  clear: both;
}

.grid__row:last-child {
  margin-bottom: 0;
}

.grid__row--ff {
  border: 1px solid #6FC362;
  background: #f6fbf6;
  border-radius: 4px;
  padding: 10px;
  margin: 0 5px 0 5px;
}

.grid--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--flex .grid__row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.grid--packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid--packages .grid__row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.grid--map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid--map [class*='bit-33'] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.grid--map [class*='bit-66'] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.grid--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid--footer img {
  display: block;
}

.grid__row--heading {
  margin-bottom: 0;
  margin-top: 24px;
}

.grid__row--heading [class*='bit-'] {
  margin-bottom: 0 !important;
}

.grid__padding {
  padding-top: 42px;
}

.grid__hr {
  border-width: 1px 0 0 0;
  margin: 15px 0;
  border-color: #3490ce transparent transparent transparent;
  border-style: solid none none none;
}

.grid--close {
  margin: 0 -5px;
}

.grid--compact {
  margin: 0;
}

.grid--compact .grid__row {
  margin-bottom: 8px;
}

@media only screen and (max-width: 890px) {
  .grid--compact {
    margin: 0;
  }

  .grid--compact [class*='bit-'] {
    padding: 0;
  }

  .grid--close [class*='bit-'] {
    margin-bottom: 10px;
  }

  [class*='bit-'] {
    margin-bottom: 20px;
  }

  .m-bit-auto {
    width: auto;
  }

  .m-bit-0 {
    display: none;
  }

  .m-bit-full {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .m-bit-20 {
    width: 20%;
  }

  .m-bit-25 {
    width: 25%;
  }

  .m-bit-30 {
    width: 30%;
  }

  .m-bit-40 {
    width: 40%;
  }

  .m-bit-50 {
    width: 50%;
  }

  .m-bit-60 {
    width: 60%;
  }

  .m-bit-70 {
    width: 70%;
  }

  .m-bit-80 {
    width: 80%;
  }

  .m-bit-100 {
    width: 100%;
  }

  .m-bit-offset-80 {
    margin-left: 80%;
  }

  .m-bit-offset-75 {
    margin-left: 75%;
  }

  .m-bit-offset-70 {
    margin-left: 70%;
  }

  .m-bit-offset-50 {
    margin-left: 50%;
  }

  .m-bit-offset-30 {
    margin-left: 30%;
  }

  .m-bit-offset-20 {
    margin-left: 20%;
  }

  .m-bit-offset-0 {
    margin-left: 0%;
  }

  .grid__hr {
    margin: 0 0 10px 0;
  }

  .grid--map [class*='m-bit-'] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media only screen and (max-width: 890px) {
  .grid [class*='bit-'] {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 720px) {
  .grid {
    margin: 0 -5px;
  }

  .grid [class*='bit-'] {
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .grid--compact [class*='bit-'] {
    margin-bottom: 10px;
  }

  .s-bit-auto {
    width: auto;
  }

  .s-bit-full {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .s-bit-0 {
    display: none;
  }

  .s-bit-10 {
    width: 10%;
  }

  .s-bit-20 {
    width: 20%;
  }

  .s-bit-25 {
    width: 25%;
  }

  .s-bit-40 {
    width: 40%;
  }

  .s-bit-50 {
    width: 50%;
  }

  .s-bit-60 {
    width: 60%;
  }

  .s-bit-100 {
    width: 100%;
  }

  .s-bit-offset-75 {
    margin-left: 75%;
  }

  .s-bit-offset-50 {
    margin-left: 50%;
  }

  .s-bit-offset-25 {
    margin-left: 25%;
  }

  .s-bit-offset-0 {
    margin-left: 0;
  }

  .grid__hr {
    margin: 0 0 10px 0;
  }

  .grid__padding {
    padding-top: 0;
  }

  .grid__row {
    margin-bottom: 4px;
  }

  .grid__row--ff {
    margin-bottom: 20px !important;
  }

  .grid--footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--footer img {
    margin: 0 auto;
  }
}

.header {
  position: relative;
  z-index: 1000;
  -webkit-transition: padding 200ms ease-in;
  transition: padding 200ms ease-in;
}

.header--ffriend {
  padding-top: 102px;
  -webkit-transition: padding 200ms ease-in;
  transition: padding 200ms ease-in;
}

.header__alert {
  padding: 12px 0px;
  background-color: #a94442;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.header__top {
  padding: 12px 0px;
  background-color: #fff;
  font-size: 14px;
  font-size: .875rem;
  height: 60px;
  position: relative;
}

.header__bottom {
  padding: 8px 0px;
  background-color: #00437D;
  font-size: 14px;
  font-size: .875rem;
  color: #fff;
  font-weight: 600;
  height: 48px;
}

.header__container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  max-height: 36px;
}

.logo {
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  float: left;
  height: 33px;
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img,
.logo svg {
  max-width: 330px;
  height: auto;
}

.logo img.logo--desktop,
.logo svg.logo--desktop {
  display: block;
}

.logo img.logo--mobile,
.logo svg.logo--mobile {
  display: none;
}

.logo__image {
  height: 34px;
  margin-top: 6px;
}

.submenu {
  float: right;
  list-style-type: none;
  margin-top: 8px;
}

.submenu__list {
  float: left;
  margin: 0px 0px 0px 20px;
  position: relative;
}

.submenu__link {
  color: #00437D;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.submenu__link--business {
  border: 1px solid #00437D;
  border-radius: 4px;
  background: rgba(0,67,125,0.15);
  display: block;
  padding: 4px 8px;
  margin-top: -5px;
}

.submenu__link--back {
  margin-right: 16px;
}

.submenu__link--back .submenu__icon svg {
  vertical-align: text-bottom;
}

.submenu__link:hover,
.submenu__link:active {
  text-decoration: none;
}

.submenu__icon {
  margin-right: 4px;
}

.submenu__icon svg,
.submenu__icon img {
  width: 17px;
  height: 17px;
  fill: #00437D;
  vertical-align: bottom;
}

.submenu__icon-image {
  vertical-align: bottom;
}

.menu {
  list-style-type: none;
  overflow: hidden;
  height: 32px;
}

.menu__list {
  float: left;
  margin: 0px 2px;
}

.menu__list:first-child {
  margin-left: 0;
}

.menu__list:first-child .menu__link {
  padding: 5px 7px 2px 7px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
}

.menu__list:first-child .menu__link:before {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.menu__link {
  color: #fff;
  text-decoration: none;
  padding: 5px 18px 6px 18px;
  display: block;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.menu__link svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-top: 2px;
}

.menu__dropdown-wrapper {
  top: -11px;
}

.menu__dropdown-toggle {
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  padding: 7px 18px 8px 18px;
  margin-left: 2px;
  border: 0;
  border-radius: 4px;
}

.menu__dropdown-toggle:hover,
.menu__dropdown-toggle:focus {
  background-color: #002d54;
}

.menu__dropdown {
  background: #fff;
  padding: 2px 8px 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-size: .8125rem;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  list-style: none;
  right: 0;
  -webkit-transition: -webkit-transform ease-in 200ms;
  transition: transform ease-in 200ms;
}

.menu__dropdown:after,
.menu__dropdown:before {
  bottom: 100%;
  right: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.menu__dropdown:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-right: -6px;
}

.menu__dropdown:before {
  border-color: rgba(226,229,231,0);
  border-bottom-color: #E2E5E7;
  border-width: 7px;
  right: 7px;
}

.menu__dropdown.show {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform ease-in 200ms;
  transition: transform ease-in 200ms;
}

.menu__dropdown .menu__list {
  float: none;
  margin: 0;
}

.menu__dropdown .menu__link {
  color: #00437D;
  width: auto !important;
  padding: 6px 10px !important;
  text-align: left;
  color: #333;
  font-weight: 400;
}

.menu__dropdown .menu__link:hover,
.menu__dropdown .menu__link:focus,
.menu__dropdown .menu__link--active {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.menu__label {
  display: none;
}

.menu__link:hover,
.menu__link:active,
.menu__link--active {
  background-color: #002d54;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.menu__link--active:hover,
.menu__link--active:active {
  background-color: #002d54 !important;
}

@media only screen and (max-width: 1023px) {
  .submenu__list {
    margin: 0px 0px 0px 8px;
  }
}

@media only screen and (max-width: 890px) {
  .logo__image {
    max-width: 180px;
  }

  .submenu__icon {
    display: none;
  }

  .submenu__link {
    font-size: 13px;
    font-size: .8125rem;
  }

  .menu__link {
    padding: 7px 10px 8px 10px;
    font-size: 13px;
    font-size: .8125rem;
  }

  .header {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .header__container {
    margin: 0;
    width: auto;
  }

  .header__top {
    background-color: #00437D;
  }

  .logo {
    margin: 0 auto;
    float: none;
    max-width: 250px;
  }

  .logo img,
  .logo svg {
    margin: 0 auto;
    max-width: 250px;
  }

  .logo img.logo--desktop,
  .logo svg.logo--desktop {
    display: none;
  }

  .logo img.logo--mobile,
  .logo svg.logo--mobile {
    display: inline-block;
  }

  .logo__image {
    fill: #fff;
    width: 200px;
    height: 29px;
  }

  .menu__dropdown-wrapper,
  .header__bottom,
  .submenu {
    display: none !important;
  }

  .menu__list {
    float: none;
    display: block;
  }

  .menu__link {
    padding-left: 0;
  }

  .menu__list:first-child .menu__link {
    border-radius: 0;
  }

  .submenu__icon,
  .menu__icon {
    display: none;
  }

  .menu__label {
    display: block;
  }

  .menu__list:first-child .menu__link {
    padding: 0 20px;
  }

  .menu__link:hover,
  .menu__link:active,
  .submenu__link:hover,
  .submenu__link:active {
    background-color: #1563A5;
    text-decoration: none;
    border-radius: 0;
  }

  .submenu,
  .menu {
    float: none;
    text-align: left;
    font-size: 13px;
    font-size: .8125rem;
  }
}

.webring {
  background: #f0f2f3;
  padding: 0;
  font-size: 13px;
  font-size: .8125rem;
  height: 32px;
}

.webring__container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webring__logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 5px;
  height: 22px;
  margin-left: -75px;
  padding: 0;
  fill: #00437D;
}

.webring__logo img,
.webring__logo svg {
  width: auto;
  height: auto;
  max-height: 22px;
  max-width: 150px;
}

.webring__logoimage {
  width: 300px;
  height: 20px;
}

.webring__back {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.webring__bestprice {
  position: relative;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 54px;
}

.webring__bestprice a {
  color: #4B8044;
}

.webring__bestprice img {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10;
  width: auto !important;
}

.webring__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webring__li {
  display: inline-block;
  margin-left: 12px;
}

.webring__link {
  font-weight: 600;
}

.webring__icon svg {
  fill: #00437D;
}

.webring__icon--flag {
  white-space: nowrap;
}

.webring__icon--flag svg {
  border-radius: 2px;
  width: 20px !important;
  height: 14px !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: text-bottom !important;
  margin-right: 4px;
}

.webring__tel {
  display: block;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.webring__back svg,
.webring__tel svg {
  width: 17px;
  height: 17px;
  fill: #00437D;
  vertical-align: text-bottom;
}

.webring-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.webring-menu__list:first-child .webring-menu__link {
  border-left: 1px solid #fff;
}

.webring-menu__link {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.webring-menu__link--active,
.webring-menu__link:hover,
.webring-menu__link:focus {
  color: #00437D;
  background: #fff;
}

.webring-menu__icon {
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-right: 4px;
}

.webring-menu__icon-image {
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  .webring-menu__link {
    width: auto;
    padding: 0px 14px;
  }
}

@media only screen and (max-width: 890px) {
  .webring-menu__list {
    display: inline-block;
  }
}

@media only screen and (max-width: 820px) {
  .webring {
    display: none;
  }
}

.visual {
  color: #fff;
  padding: 10vh 0px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,67,125,0.2);
  position: relative;
  height: 450px;
  height: 56vh;
  min-height: 327px;
  max-height: 450px;
  padding: 0;
}

.body__hotel .visual {
  min-height: 382px;
}

.visual__heading {
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}

.visual__container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 1;
}

.visual__offer {
  padding-bottom: 32px;
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  left: 500px;
  text-align: right;
}

.visual__offer__img {
  bottom: 130px;
  right: 0;
  position: absolute;
  display: table;
}

.visual__offer__img a {
  max-height: 140px;
  display: table-cell;
}

.visual__offer__img a img {
  max-height: 140px;
  width: auto;
}

.visual__offerlogo {
  width: 30%;
  float: left;
  margin-right: 20px;
  height: 200px;
}

.visual__offerlogo a {
  border-right: 1px solid white;
  padding: 0 15px;
  margin: 15px 0;
  display: block;
  height: 170px;
}

.visual__offerlogo a span {
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.visual--slick .slick-track {
  top: 0;
}

.visual--slick .slick-list {
  overflow: hidden;
}

.visual--slick .slick-dots {
  bottom: -20px;
}

.visual__slide {
  height: 56vh !important;
  min-height: 327px !important;
  max-height: 450px !important;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,67,125,0.5);
}

.visual--content {
  margin-bottom: 40px;
}

.visual--content:before,
.visual--offer:before,
.visual--restaurant:before,
.visual--package:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  background: rgba(0,67,125,0.5);
  height: 100px;
  z-index: 0;
  border-radius: 0 0 4px 4px;
}

.visual--content:after,
.visual--offer:after,
.visual--restaurant:after,
.visual--package:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  background: rgba(0,67,125,0.5);
  height: 80px;
  z-index: 0;
  border-radius: 0 0 4px 4px;
}

.visual--business:before,
.visual--business:after {
  background: rgba(0,67,125,0.5);
}

.visual--restaurant .visual__container {
  height: auto;
}

.visual--nooffer:before,
.visual--nooffer:after {
  display: none;
}

.visual--srprssite h2,
.visual--restaurant h2,
.visual--book h2,
.visual__offer__heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 84px;
  left: 10px;
  right: 10px;
  z-index: 1;
}

.visual--srprssite h2 small,
.visual--srprssite h2 p,
.visual--restaurant h2 small,
.visual--restaurant h2 p,
.visual--book h2 small,
.visual--book h2 p,
.visual__offer__heading small,
.visual__offer__heading p {
  color: #fff !important;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  font-family: "Open Sans",Helvetica,sans-serif;
  display: block;
  margin-top: 6px;
}

.visual--package .visual__offer {
  left: 0;
  text-align: left;
}

.visual--package .visual__offer__img {
  bottom: 50px;
}

.visual--package .visual__offer__img__img {
  max-height: 150px;
  width: auto;
}

.visual--empty {
  max-height: 50px;
  height: 50px;
  min-height: 0 !important;
  background: none;
}

.visual--notabs {
  display: none;
  background: none;
}

.visual--inline {
  max-width: 1140px;
  margin: 40px auto 0 auto;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  border-radius: 4px;
}

.visual--inline:before {
  height: 65px;
}

.visual--inline:after {
  height: 45px;
}

.visual--inline .visual__offer__heading,
.visual--inline h2 {
  bottom: 75px;
  margin-bottom: 0;
}

.visual--restaurant {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
}

.visual--restaurant:before,
.visual--restaurant:after {
  top: 20px;
  bottom: auto;
}

.visual--restaurant:before {
  height: 80px;
}

.visual--restaurant:after {
  height: 100px;
}

.visual--restaurant .visual__offer {
  text-align: center;
  left: 0;
  right: 0;
  top: 40px;
  bottom: auto;
}

.visual--restaurant .visual__offer__heading,
.visual--restaurant h2 {
  position: static;
}

.visual--srprssite,
.visual--ressite,
.visual--bizzsite {
  position: relative;
}

.visual--srprssite .visual__container,
.visual--ressite .visual__container,
.visual--bizzsite .visual__container {
  position: absolute;
  background: rgba(0,67,125,0.7);
  width: 40%;
  left: 30%;
  margin: 0;
  height: 200px;
  top: 25%;
  border: 1px solid #00437D;
  background: rgba(0,67,125,0.7);
  border-radius: 4px;
}

.visual--srprssite .visual__container--wedding,
.visual--ressite .visual__container--wedding,
.visual--bizzsite .visual__container--wedding {
  background: #e1eef8;
  border: 0;
}

.visual--srprssite .visual__offer,
.visual--ressite .visual__offer,
.visual--bizzsite .visual__offer {
  left: 0;
  text-align: center;
}

.visual--srprssite .button--visual,
.visual--ressite .button--visual,
.visual--bizzsite .button--visual {
  min-width: 180px;
  left: 50%;
  right: 50%;
  margin-left: -90px;
}

.visual--srprssite .visual__container--logo .visual__offer__heading,
.visual--ressite .visual__container--logo .visual__offer__heading,
.visual--bizzsite .visual__container--logo .visual__offer__heading {
  left: 30%;
}

.visual--srprssite .visual__container--logo .button,
.visual--ressite .visual__container--logo .button,
.visual--bizzsite .visual__container--logo .button {
  left: 65%;
}

.visual--tabs:before,
.visual--tabs:after {
  content: "";
  display: none;
}

@media only screen and (max-width: 890px) {
  .body__hotel .visual {
    min-height: 240px;
  }

  .visual__offer {
    left: 0;
    text-align: center;
  }

  .visual__offerlogo {
    height: 128px;
  }

  .visual__offerlogo a img {
    height: 98px;
  }

  .visual__offer__img {
    bottom: -175px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .visual--offer {
    width: auto;
  }

  .visual--package {
    height: auto;
    margin-bottom: 20px;
  }

  .visual--package .visual__offer {
    position: static;
    min-height: 280px;
    text-align: center;
  }

  .visual--package .visual__offer__heading {
    bottom: 15px;
  }

  .visual--package.visual--inline {
    border-radius: 0;
  }

  .visual--package.visual--inline .visual__offer {
    min-height: 190px;
  }

  .visual--content {
    height: auto;
  }
}

@media only screen and (max-width: 820px) {
  .visual {
    margin-top: -20px;
    min-height: 0;
    max-height: none;
  }

  .visual--content,
  .visual--offer {
    margin: 345px 10px 60px 10px;
    height: 280px;
    border-radius: 4px;
  }

  .visual--content:before,
  .visual--offer:before {
    height: 110px;
    bottom: 26px;
  }

  .visual--content:after,
  .visual--offer:after {
    height: 96px;
    bottom: 40px;
  }

  .visual--content .visual__container,
  .visual--offer .visual__container {
    height: 100%;
  }

  .visual--content .visual__offer,
  .visual--offer .visual__offer {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .visual--content .visual__offer__img,
  .visual--offer .visual__offer__img {
    bottom: -30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    position: relative;
  }

  .visual--content .visual__offer__img a,
  .visual--offer .visual__offer__img a {
    max-height: 120px;
    display: inline;
  }

  .visual--content .visual__offer__img a img,
  .visual--offer .visual__offer__img a img {
    max-height: 120px;
    width: auto;
    max-width: 33%;
  }

  .visual--content .visual__offer__img img,
  .visual--offer .visual__offer__img img {
    max-height: 120px;
    width: auto;
    max-width: 33%;
  }

  .visual--content .visual__offer__heading,
  .visual--offer .visual__offer__heading {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: 65px;
  }

  .visual--content .visual__offer__heading small,
  .visual--offer .visual__offer__heading small {
    font-size: 14px;
    font-size: .875rem;
    max-height: 29px;
  }

  .visual--restaurant {
    height: 300px;
    border-radius: 0;
  }

  .visual--restaurant .visual__offer__heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 8px;
  }

  .visual--package:before {
    height: 80px;
    bottom: 46px;
  }

  .visual--package:after {
    height: 66px;
    bottom: 60px;
  }

  .visual--package .visual__offer {
    min-height: 240px;
  }

  .visual--package .visual__offer__heading {
    bottom: 60px;
  }

  .visual--package.visual--inline .visual__offer {
    min-height: 240px;
  }

  .visual--package.visual--inline .visual__offer__heading {
    bottom: 70px;
  }

  .visual--content {
    min-height: 240px;
    margin: -20px 0 0 0;
    width: auto;
    border: 0;
  }

  .visual--srprssite {
    height: 250px;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visual--srprssite .visual__container {
    height: 130px;
    top: 15%;
    width: 80%;
    left: 10%;
  }

  .visual--ressite {
    height: 300px;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visual--ressite .visual__container {
    height: 130px;
    top: 10%;
    width: 80%;
    left: 10%;
  }

  .visual--bizzsite {
    height: 250px;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visual--bizzsite .visual__container {
    height: 130px;
    top: 15%;
    width: 80%;
    left: 10%;
  }

  .visual--nooffer {
    height: 0;
    padding: 0;
    margin: 0px 20px 25px 20px;
  }

  .visual--package {
    margin: -20px 0px 20px 0px;
  }

  .visual--package .visual__offer__img {
    bottom: -20px;
  }

  .visual--package .visual__offer__img__img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
  }

  .visual--hotel {
    margin: 25px 20px 25px 20px;
  }

  .visual--sprssite h2,
  .visual--restaurant h2,
  .visual__offer__heading {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: 35px;
  }

  .visual--sprssite h2 small,
  .visual--restaurant h2 small,
  .visual__offer__heading small {
    font-size: 14px;
    font-size: .875rem;
    max-height: 29px;
  }

  .visual--packagehotels {
    margin: -20px 0 0 0;
  }

  .visual--packagehotels .visual__offer__heading {
    bottom: 0;
  }

  .visual--srprssite .tabsvisual,
  .visual--ressite .tabsvisual,
  .visual--bizzsite .tabsvisual {
    margin-top: 179px !important;
  }

  .visual--srprssite .visual__slide,
  .visual--ressite .visual__slide,
  .visual--bizzsite .visual__slide {
    height: 56vh !important;
    min-height: 327px !important;
    max-height: 340px !important;
  }

  .visual--srprssite .visual__offer,
  .visual--ressite .visual__offer,
  .visual--bizzsite .visual__offer {
    min-height: 120px;
  }

  .visual--srprssite .visual__container--logo,
  .visual--ressite .visual__container--logo,
  .visual--bizzsite .visual__container--logo {
    height: 192px;
  }

  .visual--srprssite .visual__container--logo .visual__offer__heading,
  .visual--ressite .visual__container--logo .visual__offer__heading,
  .visual--bizzsite .visual__container--logo .visual__offer__heading {
    left: 0;
  }

  .visual--srprssite .visual__container--logo .button,
  .visual--ressite .visual__container--logo .button,
  .visual--bizzsite .visual__container--logo .button {
    left: 50%;
  }

  .visual--srprssite .visual__offerlogo,
  .visual--ressite .visual__offerlogo,
  .visual--bizzsite .visual__offerlogo {
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .visual--srprssite .visual__offerlogo a,
  .visual--ressite .visual__offerlogo a,
  .visual--bizzsite .visual__offerlogo a {
    border: 0;
    margin: 0 15px;
    padding-bottom: 10px;
    height: 80px;
    padding-top: 10px;
  }

  .visual--srprssite .visual__offerlogo a span,
  .visual--ressite .visual__offerlogo a span,
  .visual--bizzsite .visual__offerlogo a span {
    border-right: 0;
    width: 100%;
  }

  .visual--srprssite .visual__offerlogo a img,
  .visual--ressite .visual__offerlogo a img,
  .visual--bizzsite .visual__offerlogo a img {
    height: 72px;
  }

  .visual--srprssite .visual__offer__heading,
  .visual--ressite .visual__offer__heading,
  .visual--bizzsite .visual__offer__heading {
    font-size: 16px;
    font-size: 1rem;
    bottom: 67px;
  }

  .visual--srprssite .visual__offer__heading small,
  .visual--ressite .visual__offer__heading small,
  .visual--bizzsite .visual__offer__heading small {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }

  .visual--srprssite .button--visual,
  .visual--ressite .button--visual,
  .visual--bizzsite .button--visual {
    bottom: 20px;
  }

  .visual--slick {
    margin-bottom: 40px;
  }

  .body__hotel .visual--offer {
    margin: 0px 20px 25px 20px;
  }
}

.footer {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
}

.footer--blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.footer__container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 10px;
}

.footer__heading,
.footer__block h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #00437D;
}

.footer__block {
  margin-bottom: 20px;
}

.footer__bottom {
  padding: 0 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__bottom--33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}

.footer__bottom--16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16.67%;
  -ms-flex: 0 1 16.67%;
  flex: 0 1 16.67%;
}

.footer__bottom--50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.99%;
  -ms-flex: 0 1 49.99%;
  flex: 0 1 49.99%;
}

.footer-menu {
  list-style-type: none;
  font-size: 13px;
  font-size: .8125rem;
  width: 100%;
  display: block;
}

.footer__social {
  margin-top: 8px;
}

.footer__social li {
  display: inline-block;
  margin-right: 3px;
}

.footer__social a {
  display: block;
  border: 1px solid #3490ce;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-transition: border-color ease-in 200ms;
  transition: border-color ease-in 200ms;
}

.footer__social a:hover {
  border: 1px solid #00437D;
  -webkit-transition: border-color ease-in 200ms;
  transition: border-color ease-in 200ms;
}

.footer__social svg {
  width: 24px;
  height: 24px;
  margin: 5px 0 0 0;
  fill: #00437D;
}

.footer__logos {
  margin-bottom: 0;
}

.footer-menu__list--horizontal {
  display: inline-block;
}

.footer-menu__list--horizontal:after {
  content: "|";
  margin: 0px 7px;
  color: #E2E5E7;
}

.footer-menu__list--horizontal:last-child:after {
  display: none;
}

.footer-menu__link {
  text-decoration: none;
  font-weight: 400;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
  text-decoration: underline;
}

.footer__copyrights {
  clear: both;
  width: 100%;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #00437D;
  margin: 0;
  padding: 8px 0px;
}

.footer--ogone {
  height: auto !important;
  padding-top: 0;
}

@media only screen and (max-width: 720px) {
  .footer__container {
    padding: 20px 10px 10px 10px;
  }

  .footer-menu__list--horizontal {
    display: block;
  }

  .footer-menu__list--horizontal:after {
    display: none;
  }

  .footer__social {
    display: table;
    margin: 8px auto 20px auto;
    width: auto;
  }

  .footer__social li {
    display: table-cell;
    padding: 0 4px;
  }

  .footer__logos {
    text-align: center;
  }

  .footer__bottom {
    padding: 0 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
  }
}

#container.off-canvas,
.footer.off-canvas {
  -webkit-transition: -webkit-transform 200ms ease-out 0.3s;
  transition: transform 200ms ease-out 0.3s;
  -webkit-transform: translate3d(260px, 0px, 0px);
  -ms-transform: translate3d(260px, 0px, 0px);
  transform: translate3d(260px, 0px, 0px);
}

.offcanvas__togglemenu--on {
  display: block;
}

.offcanvas__togglemenu--off {
  display: none;
}

#container.off-canvas:before {
  content: "";
  position: fixed;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

#container.off-canvas .offcanvas__togglemenu--on {
  display: none;
}

#container.off-canvas .offcanvas__togglemenu--off {
  display: block;
}

.offcanvas__wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: scroll;
}

.offcanvas__section {
  width: 260px;
}

.offcanvas {
  display: none;
  width: 260px;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #00284a;
  -webkit-transition: -webkit-transform 200ms ease-out 0.3s;
  transition: transform 200ms ease-out 0.3s;
  -webkit-transform: translate3d(-284px, 0px, 0px);
  -ms-transform: translate3d(-284px, 0px, 0px);
  transform: translate3d(-284px, 0px, 0px);
}

.offcanvas.offcanvas--active {
  -webkit-transition: -webkit-transform 200ms ease-out 0.3s;
  transition: transform 200ms ease-out 0.3s;
  -webkit-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
}

.offcanvas ul,
.offcanvas li {
  list-style: none;
}

.offcanvas a:link,
.offcanvas a:active,
.offcanvas a:visited,
.offcanvas a:hover {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.offcanvas .search__input {
  font-size: 13px;
  font-size: .8125rem;
  border: 0;
  height: 36px;
}

.offcanvas__head {
  border-bottom: 1px solid #001a31;
  padding: 14px 20px 13px 20px;
}

.offcanvas__head a {
  display: inline-block;
}

.offcanvas__head svg,
.offcanvas__head img {
  fill: #fff;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.offcanvas__logo svg,
.offcanvas__logo img {
  width: 30px;
  height: 30px;
}

.offcanvas__tel {
  padding: 5px 0 5px 5px;
  float: right;
}

.offcanvas__menu {
  border-bottom: 1px solid #001a31;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  float: none;
}

.offcanvas__menu a {
  display: block;
  padding: 8px 10px;
}

.offcanvas__menu a svg,
.offcanvas__menu a img {
  fill: #fff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.offcanvas__menu .offcanvas__menu {
  border: 0;
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-transition: height ease-in 200ms;
  transition: height ease-in 200ms;
  height: 0;
  overflow: hidden;
}

.offcanvas__menu .offcanvas__menu.show {
  -webkit-transition: height ease-in 200ms;
  transition: height ease-in 200ms;
}

.offcanvas__menu--webring .offcanvas__li--active,
.offcanvas__menu--webring .offcanvas__link--active {
  display: none;
}

.offcanvas__link--active {
  background-color: #00437D;
  border-radius: 4px;
}

.offcanvas__link--hasmenu svg,
.offcanvas__link--hasmenu img {
  -webkit-transition: -webkit-transform ease-in 200ms;
  transition: transform ease-in 200ms;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.offcanvas__link--hasmenu.active svg,
.offcanvas__link--hasmenu.active img {
  -webkit-transition: -webkit-transform ease-in 200ms;
  transition: transform ease-in 200ms;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.offcanvas__submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 20px;
}

.offcanvas__submenu li {
  text-align: center;
  width: 25%;
}

.offcanvas__submenu a {
  font-weight: 400;
  font-size: 9px;
  font-size: .5625rem;
  display: block;
}

.offcanvas__submenu a:link,
.offcanvas__submenu a:active,
.offcanvas__submenu a:visited,
.offcanvas__submenu a:hover {
  background-color: transparent;
}

.offcanvas__submenu .submenu__icon {
  display: block;
}

.offcanvas__submenu .submenu__icon svg,
.offcanvas__submenu .submenu__icon img {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.offcanvas__submenu .submenu__icon+.submenu__icon {
  display: none;
}

.offcanvas__search {
  margin: 10px 20px 20px 20px;
  position: relative;
}

.offcanvas__searchsubmit {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 24px;
  height: 24px;
}

.offcanvas__wrapper--business .offcanvas__submenu li {
  width: 50%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 820px) {
  .offcanvas {
    display: block;
  }
}

.print__only {
  display: inline-block !important;
}

html,
body {
  height: auto;
}

#container {
  min-height: 0;
  margin: 0;
  padding: 0;
}

#container:after {
  display: none;
}

.header,
nav,
.modal,
.overlay,
.steps,
.main__heading,
.main__subheading,
.button,
.button__group,
.receipt__selection__delete,
.footer {
  display: none !important;
}

h1,
h2,
h3,
h4,
p,
small {
  margin: 0;
  line-height: 1.6;
  color: #000 !important;
}

ul {
  margin-left: 16px !important;
  list-style-position: outside;
}

li {
  background-image: none !important;
  padding-left: 0 !important;
}

.bit-66,
.bit-33 {
  width: 100%;
}

.checkout__heading {
  margin-bottom: 10px;
}

.checkout__img {
  display: none;
}

.receipt__row {
  margin-bottom: 10px;
}

.receipt__value {
  margin-bottom: 10px;
}

.receipt__label {
  font-size: 18px;
  font-size: 1.125rem;
}

.checkout__footnote {
  text-align: center;
  line-height: 1;
}

.form {
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.5;
  color: #333;
}

.form__input-wrapper {
  position: relative;
}

.form__input[type="radio"],
.form__input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 6px 0 0;
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  background: #fff;
  padding: 0;
  position: relative;
  top: 2px;
  left: 0;
}

.form__input[type="radio"]:checked,
.form__input[type="radio"].checked,
.form__input[type="checkbox"]:checked,
.form__input[type="checkbox"].checked {
  background: #3490ce;
}

label .form__input[type="radio"],
label .form__input[type="checkbox"] {
  position: absolute;
  margin: 1px 6px 0 0;
  top: 4px;
}

.form__input[type="checkbox"]:checked,
.form__input[type="checkbox"].checked {
  background-image: url(/data/static/fletcher-assets/svg/check.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 8px;
  background-size: 8px;
  background-position: center;
}

.form__input[type="radio"] {
  border-radius: 100%;
}

.form__input[type="checkbox"] {
  border-radius: 2px;
}

.form__label--radio,
.form__label--checkbox {
  display: inline-block;
  padding: 3px 0 3px 22px;
  font-weight: 400;
  color: #00437D;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.form__label--italic {
  font-style: italic;
}

.form__input__p {
  margin: 0 0 0 22px;
}

.form__caption {
  margin: 0 0 0 0;
}

.form__label {
  font-family: "Open Sans",Helvetica,sans-serif;
  color: #333;
  font-weight: 400;
}

.form__label span {
  display: inline-block;
  font-weight: 400;
}

.form__label--modal {
  float: left;
  text-align: left;
  width: auto;
  margin-top: 4px;
}

.form__label--inactive {
  color: #b3b3b3;
  cursor: default;
}

.form__label--block {
  display: block;
  font-weight: 600;
  white-space: nowrap;
}

.form__label--inline {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
}

.form__label--min-width {
  min-width: 100px;
}

.form__label--wide {
  display: block;
  width: auto;
  color: #00437D;
}

.form__input {
  appearance: none;
  width: 100%;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  color: #333;
  height: 36px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #86bde2;
}

.form__input:focus {
  border-color: #236692;
  -webkit-transition: border ease-in 200ms;
  transition: border ease-in 200ms;
}

a.form__input {
  text-decoration: none;
  display: inline-block;
  width: auto;
  overflow: hidden;
  line-height: 24px;
  padding: 5px 28px 12px 10px;
  cursor: pointer;
}

.form__input--haspulldown {
  position: relative;
  background: url(/data/static/fletcher-assets/svg/pulldown-arrow.svg) no-repeat right 10px center !important;
  background-color: #fff !important;
  padding-right: 28px;
}

.form__input--haspulldown.form__input--months {
  width: auto;
  margin: 0px 20px;
  padding: 0px 28px 0px 10px;
}

#events__form--months {
  display: inline-block;
}

.search__input {
  font-size: 24px;
  font-size: 1.5rem;
  border: 0;
  height: 50px;
}

.form__input[disabled="disabled"] {
  border-color: #b3b3b3;
}

.form__input--readonly {
  background-color: #edf5fb;
}

.button--number .form__input[type=number] {
  height: 36px;
  width: 36px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #B9D8E0;
  border-radius: 0;
  background-color: #fff !important;
  margin: 0;
  text-indent: 0;
  text-align: center;
  padding: 5px 5px 3px 5px;
}

.button--number .form__input[type=number]::-webkit-inner-spin-button,
.button--number .form__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button--number .form__input[type=number] {
  -moz-appearance: textfield;
}

.form__icon--less,
.form__icon--more {
  background: #f0f2f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8eaec));
  background: -webkit-linear-gradient(top, #fff, #e8eaec);
  background: linear-gradient(to bottom, #fff, #e8eaec);
  border: 1px solid #86bde2;
  width: 34px;
  height: 36px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.form__icon--less:after,
.form__icon--more:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form__icon--less:active,
.form__icon--more:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8eaec), to(#fff));
  background: -webkit-linear-gradient(top, #e8eaec, #fff);
  background: linear-gradient(to bottom, #e8eaec, #fff);
}

.form__icon--less {
  border-radius: 3px 0px 0px 3px;
}

.form__icon--more {
  border-radius: 0px 3px 3px 0px;
}

.form__icon--less img,
.form__icon--less svg,
.form__icon--more img,
.form__icon--more svg {
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.form__icon--less use,
.form__icon--more use {
  pointer-events: none;
}

.form__icon--inactive {
  cursor: default;
}

.form__icon--inactive img,
.form__icon--inactive svg {
  fill: #ccc;
}

.form__icon--inactive:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8eaec));
  background: -webkit-linear-gradient(top, #fff, #e8eaec);
  background: linear-gradient(to bottom, #fff, #e8eaec);
}

.form__input--small {
  height: 28px;
  padding: 6px;
}

.form__select {
  appearance: none;
  width: 100%;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  color: #333;
  padding: 0 24px 0 8px;
  background: url(/data/static/fletcher-assets/svg/pulldown-arrow.svg) no-repeat right 10px center #fff;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #86bde2;
  display: block;
}

.form__select optgroup {
  margin-bottom: 6px;
}

.form__select--disabled {
  color: #B7BDC2;
}

.form__select::-ms-expand {
  display: none;
}

.form__select--multiple {
  resize: vertical;
  min-height: 240px;
  background: none #fff;
  padding-top: 8px;
}

.form__select--inline {
  width: auto;
  display: inline;
}

.form__select--book {
  width: auto;
  display: inline;
  background: url(/data/static/fletcher-assets/svg/pulldown-arrow.svg) no-repeat right 10px center #fff;
}

.selectBox-dropdown .selectBox-label {
  padding: 8px 8px 4px 8px;
}

.selectBox-dropdown .selectBox-arrow {
  border: 0;
}

.form__select--32 {
  height: 32px;
}

.form__select--32 .selectBox-label {
  padding: 5px 8px 4px 8px;
}

::-webkit-input-placeholder {
  color: #3490ce;
}

::-moz-placeholder {
  color: #3490ce;
}

:-ms-input-placeholder {
  color: #3490ce;
}

input:-moz-placeholder {
  color: #3490ce;
}

textarea.form__input {
  height: auto;
  resize: none;
}

.form__required {
  color: #a94442;
  margin: 0 2px;
}

.form__label--error,
.form__caption--error {
  color: #a94442;
}

.form__input--error,
.form__input--error[type=checkbox],
.form__input--error[type=radio],
.form__select--error {
  border: 1px solid #c77070;
  background-color: #f2dede;
}

.form__input--group {
  display: block;
  width: 100%;
  position: relative;
}

.form__input--group-field {
  display: block;
  border-radius: 4px 0 0 4px;
  padding-right: 42px;
}

.form__input--group-button {
  display: table-cell;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  background: #3490ce;
  text-align: center;
}

.form__input--group-button svg,
.form__input--group-button img {
  fill: #fff;
  width: 21px;
  height: 21px;
  position: relative;
  top: 7px;
  left: 9px;
  display: block;
}

.form__icon-calendar {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3490ce;
  fill: #fff;
  bottom: 0;
  width: 36px;
  height: 36px;
  padding: 9px 9px 9px 10px;
  display: block;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
  pointer-events: none;
}

.form__submit {
  font-family: "Open Sans",Helvetica,sans-serif;
  appearance: none;
  border-radius: 4px;
  text-indent: 0;
  height: 36px;
  padding: 0 20px;
  width: auto;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.form__submit--min-width {
  min-width: 140px;
}

.form__submit--full {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.form__checkout__paylogo {
  height: 18px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.form__checkout__addselect {
  margin: 0 0 0 22px;
  padding: 3px 0;
}

.form__checkout__giftcard img {
  width: 100%;
  max-width: 326px;
  height: auto;
  margin: 6px 0 0 0;
  display: block;
}

@media only screen and (max-width: 720px) {
  .form__input--radio,
  .form__input--checkbox {
    height: auto;
  }

  .search__input {
    font-size: 13px;
    font-size: .8125rem;
  }
}

.estimateBusinessPackagePlacement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.estimateBusinessPackagePlacement li {
  list-style: none;
  text-align: center;
}

#business_quote .form__input[type="radio"],
#business_quote .form__input[type="checkbox"] {
  display: inline-block;
  float: none;
}

#business_quote .form__label--radio,
#business_quote .form__label--checkbox {
  display: inline-block;
  width: auto;
  float: none;
}

#business_quote #packageInfo {
  margin: 8px 0 0 8px;
  display: block;
}

#business_quote #packageInfo ul li {
  background-image: url(/data/static/fletcher-assets/svg/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 10px;
  background-size: 10px;
}

.form__input--bizzPlacement[type="radio"] {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 66px;
  background-size: 66px;
  cursor: pointer;
}

.form__input--bizzPlacement[type="radio"]:checked,
.form__input--bizzPlacement[type="radio"].checked {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 66px;
  background-size: 66px;
  background-color: #64b7ff;
  border: 1px solid #00437D;
}

#estimatePlacement_0 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__theatre.svg);
}

#estimatePlacement_1 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__cabaret.svg);
}

#estimatePlacement_2 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__school.svg);
}

#estimatePlacement_3 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__ushape.svg);
}

#estimatePlacement_4 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__carre.svg);
}

#estimatePlacement_5 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__diner.svg);
}

#estimatePlacement_6 {
  background-image: url(/data/static/fletcher-assets/svg/icon__bizz__reception.svg);
}

.formGenerator .form__input--radio,
.formGenerator .form__label--radio {
  display: inline-block;
}

.formGenerator .form__label--radio {
  float: none;
  width: auto;
}

.button {
  appearance: none;
  border: none;
  background-color: #333333;
  border-radius: 4px;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  font-size: .875rem;
  padding: 7px 20px 10px 20px;
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  -webkit-box-shadow: inset 0px -2px 0px 0px #000000;
  box-shadow: inset 0px -2px 0px 0px #000000;
  text-align: center;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  cursor: pointer !important;
  white-space: nowrap;
}

.button--inline-icon {
  position: relative;
  padding-left: 44px;
}

.button--inline-icon svg,
.button--inline-icon img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: #fff;
  position: absolute;
  top: 5px;
  left: 14px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
}

.button--inline-icon-active svg,
.button--inline-icon-active img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
}

.button--outline {
  background-color: transparent;
  color: #3490ce;
  border: 1px solid #3490ce;
  padding: 7px 20px 7px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button--outline--white {
  padding: 7px 20px 8px 42px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button--outline.button--inline-icon {
  padding-right: 20px;
  padding-left: 38px;
}

.button--outline.button--inline-icon svg,
.button--outline.button--inline-icon img {
  fill: #3490ce;
  top: 5px;
  right: auto;
  left: 14px;
}

.button--toast {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.button--link {
  margin-top: 8px;
  background-color: transparent;
  color: #3490ce;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button--link.button--inline-icon {
  padding-left: 19px;
}

.button--link.button--inline-icon svg,
.button--link.button--inline-icon img {
  fill: #3490ce;
  top: -2px;
  right: auto;
  left: 0;
}

.button--inverted {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 20px 8px 20px;
  background-color: #fff;
  color: #6FC362;
}

.button--inverted:hover {
  color: #00972C;
}

.button--primary {
  background-color: #6FC362;
  -webkit-box-shadow: inset 0px -2px 0px 0px #00972C;
  box-shadow: inset 0px -2px 0px 0px #00972C;
}

.button--primary.button--selected {
  background-color: #fff;
  border: 1px solid #6FC362;
  color: #6FC362;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 10px 6px 32px;
  position: relative;
}

.button--primary.button--selected:hover,
.button--primary.button--selected:focus {
  background-color: #fff;
}

.button--primary.button--selected:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KPHBhdGggZmlsbD0iIzZGQzM2MiIgZD0iTTIwLjA2MiAxMS40NjlxMC0wLjQzOC0wLjI4MS0wLjcxOWwtMS40MjItMS40MDZxLTAuMjk3LTAuMjk3LTAuNzAzLTAuMjk3dC0wLjcwMyAwLjI5N2wtNi4zNzUgNi4zNTktMy41MzEtMy41MzFxLTAuMjk3LTAuMjk3LTAuNzAzLTAuMjk3dC0wLjcwMyAwLjI5N2wtMS40MjIgMS40MDZxLTAuMjgxIDAuMjgxLTAuMjgxIDAuNzE5IDAgMC40MjIgMC4yODEgMC43MDNsNS42NTYgNS42NTZxMC4yOTcgMC4yOTcgMC43MDMgMC4yOTcgMC40MjIgMCAwLjcxOS0wLjI5N2w4LjQ4NC04LjQ4NHEwLjI4MS0wLjI4MSAwLjI4MS0wLjcwM3pNMjQgMTRxMCAzLjI2Ni0xLjYwOSA2LjAyM3QtNC4zNjcgNC4zNjctNi4wMjMgMS42MDktNi4wMjMtMS42MDktNC4zNjctNC4zNjctMS42MDktNi4wMjMgMS42MDktNi4wMjMgNC4zNjctNC4zNjcgNi4wMjMtMS42MDkgNi4wMjMgMS42MDkgNC4zNjcgNC4zNjcgMS42MDkgNi4wMjN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 10px;
}

.button--secondary,
#container .popup .button--secondary.button--expired {
  background-color: #3490ce;
  -webkit-box-shadow: inset 0px -2px 0px 0px #143b55;
  box-shadow: inset 0px -2px 0px 0px #143b55;
}

.button--action,
#container .popup .button--action.button--expired {
  background-color: #F87C00;
  -webkit-box-shadow: inset 0px -2px 0px 0px #924900;
  box-shadow: inset 0px -2px 0px 0px #924900;
  color: #fff;
}

.button--facebook {
  background-color: #3b5998;
  -webkit-box-shadow: inset 0px -2px 0px 0px #1e2e4f;
  box-shadow: inset 0px -2px 0px 0px #1e2e4f;
  color: #fff;
}

.button--twitter {
  background-color: #00aced;
  -webkit-box-shadow: inset 0px -2px 0px 0px #006287;
  box-shadow: inset 0px -2px 0px 0px #006287;
  color: #fff;
}

.button--googleplus {
  background-color: #dd4b39;
  -webkit-box-shadow: inset 0px -2px 0px 0px #96271a;
  box-shadow: inset 0px -2px 0px 0px #96271a;
  color: #fff;
}

@media only screen and (max-width: 720px) {
  .button--facebook,
  .button--twitter,
  .button--googleplus,
  .button--mail {
    min-height: 36px;
  }

  .button--facebook span,
  .button--twitter span,
  .button--googleplus span,
  .button--mail span {
    display: none;
  }

  .button--facebook img,
  .button--facebook svg,
  .button--twitter img,
  .button--twitter svg,
  .button--googleplus img,
  .button--googleplus svg,
  .button--mail img,
  .button--mail svg {
    right: 50%;
    margin-right: -9px;
  }
}

.button--small {
  padding: 5px 10px 6px 10px;
  font-size: 13px;
  font-size: .8125rem;
  margin-top: 4px;
}

.button--big {
  padding: 14px 20px 15px 20px;
}

button.button--small {
  padding: 0 10px;
  height: 32px;
}

.button--sort {
  float: left;
  margin-right: 5px;
}

.button--number {
  margin: 0;
}

.button--number [class*='bit-'] {
  padding: 0;
  margin: 0;
}

.button--number .form__input {
  pointer-events: none;
}

.button--scrollbtn {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  border: 4px solid #FDFDFD;
  position: absolute;
  left: 50%;
  bottom: -19px;
  margin-left: -19px;
  text-align: center;
}

.button--scrollbtn svg,
.button--scrollbtn img {
  width: 28px;
  height: 28px;
  fill: #fff;
  text-shadow: 2px 2px 0 #333;
}

.button--min-width {
  min-width: 120px;
  text-align: center;
}

.button--full-width {
  min-width: 100%;
  text-align: center;
}

.button--selectmenu {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 12px;
  color: #333;
  font-size: 13px;
  font-size: .8125rem;
}

.button--selectmenu:hover,
.button--selectmenu:focus {
  background-color: #fff !important;
}

.button--icon {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: 6px;
  padding: 0;
}

.button--icon svg,
.button--icon img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: #fff;
}

.button--infobox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.button--book {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.button--margintop {
  margin-top: 20px;
}

.button--disabled,
.button--disabled:hover,
.button--disabled:active {
  background-color: #E2E5E7 !important;
  -webkit-box-shadow: inset 0px -2px 0px 0px #bfbfbf !important;
  box-shadow: inset 0px -2px 0px 0px #bfbfbf !important;
  color: #bfbfbf;
  pointer-events: none;
}

.button:hover,
.button:focus {
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
}

.button--primary:hover,
.button--primary:focus {
  background-color: #7CD26F;
}

.button--outline:hover,
.button--outline:focus {
  background-color: transparent;
}

.button--secondary:hover,
.button--secondary:focus {
  background-color: #5da6d8;
}

.button--action:hover,
.button--action:focus {
  background-color: #F58C22;
}

.button--facebook:hover,
.button--facebook:focus {
  background-color: #4c70ba;
}

.button--twitter:hover,
.button--twitter:focus {
  background-color: #21c2ff;
}

.button--googleplus:hover,
.button--googeplus:focus {
  background-color: #e47365;
}

.visual--inline .button--scrollbtn {
  display: none;
}

.button__group {
  display: table;
  margin: 0 auto 40px auto;
  list-style: none;
}

.button__group li {
  display: table-cell;
  padding: 0 5px;
}

@media only screen and (max-width: 890px) {
  #reCheckFf {
    white-space: normal;
  }

  .button--scrollbtn {
    position: absolute;
  }
}

@media only screen and (max-width: 820px) {
  .button--scrollbtn {
    position: absolute;
  }
}

@media only screen and (max-width: 720px) {
  .button--scrollbtn {
    display: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown--packagelist {
  display: block;
}

.dropdown--packagelist .form__input {
  width: 100%;
}

.dropdown__link,
.dropdown__link--inactive {
  background-image: none;
  background-position: right 10px top 4px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.dropdown__link svg,
.dropdown__link--inactive svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-left: -2px;
}

.dropdown--min-width {
  min-width: 180px;
}

.dropdown--mega {
  min-width: 800px;
  margin-left: -400px;
}

.dropdown--mega .dropdown__heading {
  min-height: 47px;
}

.dropdown__heading {
  border-bottom: 1px solid #E2E5E7;
  padding-bottom: 6px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
  font-weight: 600;
}

.dropdown__menu__province {
  display: none;
}

.dropdown__menu__province.active {
  display: block;
}

.dropdown__menu {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 10;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-size: .8125rem;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}

.dropdown__menu--active {
  display: block;
}

.dropdown__go-back {
  position: absolute;
  right: 20px;
  top: 20px;
}

.dropdown__menu li {
  list-style-type: none;
  margin-bottom: 2px;
  text-align: left;
  width: auto;
}

.dropdown__menu a {
  text-decoration: none;
  display: block;
}

.dropdown__menu a:hover,
.dropdown__menu a:active {
  text-decoration: underline;
}

.dropdown__menu a.active {
  font-weight: 600;
}

.dropdown__menu a span {
  display: inline-block;
  margin-bottom: 0;
}

.dropdown__menu span {
  display: block;
  margin-bottom: 14px;
}

.dropdown__menu .dropdown__menu--twocols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.dropdown__menu .dropdown__menu--twocols li {
  display: inline-block;
  width: 100%;
  page-break-inside: avoid;
}

.dropdown__menu .language-icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dropdown__menu .language-icon img {
  vertical-align: bottom;
}

.dropdown__menu h3 a {
  display: inline;
  font-weight: normal;
}

.dropdown__flag {
  width: 24px;
  height: 17px;
  vertical-align: text-bottom;
  border-radius: 4px;
  margin-right: 12px;
}

.search {
  display: none;
  width: 600px;
  padding: 10px 56px 10px 10px;
  background: #fff;
  position: absolute;
  left: 0;
  margin-left: -300px;
  top: 28px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}

.search__input {
  margin: 0 !important;
}

.search__submit {
  position: absolute;
  top: 21px;
  right: 21px;
}

.dropdown--inline .dropdown__menu,
.dropdown--query .dropdown__menu {
  right: 0px;
  top: 40px;
  width: 100%;
  left: auto;
  padding: 8px 8px 4px 8px;
  text-align: left;
}

.dropdown--inline .dropdown__menu:after,
.dropdown--inline .dropdown__menu:before,
.dropdown--query .dropdown__menu:after,
.dropdown--query .dropdown__menu:before {
  bottom: 100%;
  left: 18px;
  right: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dropdown--inline .dropdown__menu:after,
.dropdown--query .dropdown__menu:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.dropdown--inline .dropdown__menu:before,
.dropdown--query .dropdown__menu:before {
  border-color: rgba(226,229,231,0);
  border-bottom-color: #E2E5E7;
  border-width: 12px;
  left: 6px;
  right: auto;
}

.dropdown--inline .dropdown__menu a,
.dropdown--query .dropdown__menu a {
  color: #333;
  font-weight: 400;
  margin: 4px -8px 0 -8px;
  padding: 6px 10px;
  background: #fff;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.dropdown--inline .dropdown__menu a.active,
.dropdown--query .dropdown__menu a.active {
  color: #00437D;
  font-weight: 600;
}

.dropdown--inline .dropdown__menu a:hover,
.dropdown--query .dropdown__menu a:hover {
  background: #E2E5E7;
  text-decoration: none;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.dropdown--inline .dropdown__menu hr,
.dropdown--query .dropdown__menu hr {
  border-width: 1px 0 0 0;
  margin: 4px -8px;
  border-color: #E2E5E7 transparent transparent transparent;
  border-style: solid none none none;
}

.header .dropdown--inline .dropdown__menu {
  top: 28px;
  right: -11px;
  padding: 2px 8px 4px 8px;
}

.header .dropdown--inline .dropdown__menu ul {
  margin: 0;
}

.header .dropdown--business .dropdown__menu {
  top: 34px;
  right: -1px;
  padding: 2px 8px 4px 8px;
}

.header .dropdown--business .dropdown__menu ul {
  margin: 0;
}

.dropdown--right .dropdown__menu:after,
.dropdown--right .dropdown__menu:before {
  left: auto;
  right: 13px;
}

.dropdown--right .dropdown__menu:before {
  left: auto;
  right: 11px;
}

.dropdown--cal .dropdown__menu {
  right: 0;
  top: 42px;
}

.dropdown--cal .dropdown__menu:after {
  left: auto;
  right: 5px;
}

.dropdown--cal .dropdown__menu:before {
  left: auto;
  right: 3px;
}

.dropdown--cal .dropdown__menu a {
  padding: 2px 10px;
}

.dropdown--legend {
  float: right;
}

.dropdown--legend .dropdown__link {
  color: #333;
}

.dropdown--legend .dropdown__link svg {
  fill: #236692;
  margin-top: 4px;
  width: 24px;
  height: 24px;
}

.dropdown--legend .dropdown__menu {
  right: auto;
  left: -10px;
  top: 36px;
}

.dropdown--legend .dropdown__menu:before {
  left: 6px;
}

.dropdown--legend .dropdown__menu:after {
  left: 18px;
}

.dropdown--query {
  display: block;
}

.dropdown--query .dropdown__menu {
  right: 0;
  left: 0;
  top: 60px;
  text-align: left;
  padding: 16px 10px 4px 10px;
  min-width: 300px;
}

.dropdown--query .dropdown__menu .dropdown__ul {
  margin-bottom: 12px;
}

.dropdown--query .dropdown__menu .dropdown__ul:last-child {
  margin-bottom: 0;
}

.dropdown--query .dropdown__menu li {
  white-space: normal;
}

.dropdown--query .dropdown__menu a {
  color: #333;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}

.dropdown--query .dropdown__menu a span {
  display: block;
  margin-bottom: 0;
  color: #00437D;
  font-weight: 600;
  font-style: normal;
}

.dropdown--offcanvas .dropdown__menu {
  right: 50%;
  left: auto;
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
  top: auto;
  padding: 8px 8px 2px 8px;
  text-align: right;
  z-index: 100;
  min-width: 180px;
  margin-right: -90px;
}

.dropdown--offcanvas .dropdown__menu:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.dropdown--offcanvas .dropdown__menu:before {
  content: none;
}

.dropdown--offcanvas .dropdown__menu a {
  color: #333;
  font-weight: 400;
  margin: 0 -8px;
  padding: 6px 10px;
  background: #fff;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.dropdown--offcanvas .dropdown__menu a.active {
  color: #00437D;
  font-weight: 600;
}

.dropdown--offcanvas .dropdown__menu a:hover {
  background: #E2E5E7;
  text-decoration: none;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.dropdown--offcanvas .dropdown__menu hr {
  border-width: 1px 0 0 0;
  margin: 4px -8px;
  border-color: #E2E5E7 transparent transparent transparent;
  border-style: solid none none none;
}

@media only screen and (min-width: 821px) and (max-width: 890px) {
  .dropdown--mega {
    width: auto;
    position: fixed;
    left: 10px;
    right: 10px;
    min-width: 0;
    margin: 0;
    top: 85px;
  }
}

@media only screen and (max-width: 820px) {
  .dropdown--query .dropdown__menu {
    min-width: 0;
  }

  .dropdown--query .dropdown__menu a {
    padding: 3px 10px 0 10px;
  }
}

.notification {
  border: 1px solid #E2E5E7;
  padding: 6px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  max-width: 380px;
}

.notification svg {
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.notification--float {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5000;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  min-width: 300px;
  height: 0;
  text-align: left;
  font-weight: 400;
  border: 0;
  display: none;
}

.notification--float:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  width: 24px;
}

.notification--float.show {
  height: auto;
  display: block;
}

.notification--float p,
.notification--float ul {
  list-style: none;
  color: #333 !important;
  margin: 10px;
}

.notification--float a {
  color: #333 !important;
  text-decoration: none;
}

.notification--float li {
  list-style: none;
  color: #333 !important;
  margin: 0;
}

.notification--success {
  background: #dff0d8;
  border: 1px solid #84c66a;
  overflow: hidden;
  padding: 12px 28px 12px 48px;
  fill: #333;
  color: #333;
}

.notification--success strong {
  color: #3c763d;
}

.notification--success:before {
  content: url(/data/static/fletcher-assets/images/icon-success-white.png);
  background: #84c66a;
}

.notification--info {
  background: #d9edf7;
  border: 1px solid #5bb1dc;
  overflow: hidden;
  padding: 12px 28px 12px 48px;
  fill: #333;
  color: #333;
}

.notification--info strong {
  color: #31708f;
}

.notification--info:before {
  content: url(/data/static/fletcher-assets/images/icon-info-white.png);
  background: #5bb1dc;
}

.notification--warning {
  background: #fcf8e3;
  border: 1px solid #edd559;
  overflow: hidden;
  padding: 12px 28px 12px 48px;
  fill: #333;
  color: #333;
}

.notification--warning strong {
  color: #8a6d3b;
}

.notification--warning:before {
  content: url(/data/static/fletcher-assets/images/icon-warning-white.png);
  background: #edd559;
}

.notification--alert {
  background: #f2dede;
  border: 1px solid #c77070;
  overflow: hidden;
  padding: 12px 28px 12px 48px;
  fill: #333;
  color: #333;
}

.notification--alert strong {
  color: #a94442;
}

.notification--alert:before {
  content: url(/data/static/fletcher-assets/images/icon-warning-white.png);
  background: #c77070;
}

.notification--inline {
  display: block !important;
  border: 0;
  padding: 2px 0 0px 32px;
  background: none;
  position: relative;
  text-align: left;
  margin: 0 0 8px 0;
}

.notification--inline p {
  margin: 0;
}

.notification--inline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 2px 0;
  border-radius: 8%;
  -webkit-background-size: 18px;
  background-size: 18px;
  display: inline-block;
  width: 24px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

.notification--inline.notification--warning:before {
  background-image: url(/data/static/fletcher-assets/images/icon-warning-white.png);
}

.notification--inline.notification--alert:before {
  background-image: url(/data/static/fletcher-assets/images/icon-warning-white.png);
}

.notification--inline.notification--success:before {
  background-image: url(/data/static/fletcher-assets/images/icon-success-white.png);
}

.notification--inline.notification--info:before {
  background-image: url(/data/static/fletcher-assets/images/icon-info-white.png);
}

.notification--receipt {
  padding: 12px 28px !important;
}

.notification__close {
  position: absolute;
  top: 2px;
  right: 0px;
}

.notification__info {
  display: none;
}

.notification--mls {
  background: #FFF3D9;
  color: #B37A00;
  border-width: 1px;
  border-color: #ffc64d;
  border-style: solid;
}

.notification--mls svg {
  fill: #B37A00;
}

.notification--hide {
  display: none;
}

.notification--alt {
  background: #cdc8ca;
  color: #696063;
  border-width: 1px;
  border-color: #b4aeb0;
  border-style: solid;
}

.notification--alt svg {
  fill: #696063;
}

.notification--not {
  background: #f2dede;
  color: #a94442;
  border-width: 1px;
  border-color: #c77070;
  border-style: solid;
}

.notification--not svg {
  fill: #f2dede;
}

.notification--map,
.notification--hotel {
  margin: 0;
  border-radius: 4px 4px 0px 0px;
  margin: -1px -1px 0px -1px !important;
  cursor: pointer;
  border-width: 1px 1px 0 1px;
  max-width: none;
}

.notification--map {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 10px;
  border-width: 1px 38px 0 1px;
}

.summary .notification:before,
.receipt .notification:before {
  content: "";
}

.notification--onload {
  display: block;
}

@media only screen and (max-width: 820px) {
  .notification--float {
    z-index: 1010;
    left: 5px;
    right: 5px;
    top: 5px;
    min-height: 40px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    -webkit-transition: height ease-in 200ms;
    transition: height ease-in 200ms;
    max-width: 100%;
    width: auto;
  }

  .notification--float ul {
    margin: 10px 10px 10px 30px;
  }

  .notification--float:before {
    display: none;
  }

  .notification--float.notification--float--active {
    height: auto;
    -webkit-transition: height ease-in 200ms;
    transition: height ease-in 200ms;
  }

  .notification__info,
  .notification__close {
    display: block;
    position: static;
    fill: #fff;
    margin-top: 10px;
  }

  .notification__close {
    float: right;
    margin-right: 3px;
  }

  .notification__info {
    float: left;
    margin-left: 10px;
  }

  .notification__title {
    min-height: 40px;
    padding: 11px;
    cursor: pointer;
    padding-left: 28px;
    margin: 0 !important;
  }

  .notification__title strong {
    color: #fff;
  }

  .notification--alert .notification__title {
    background: #c77070;
  }

  .notification--success .notification__title {
    background: #84c66a;
  }

  .notification--info .notification__title {
    background: #5bb1dc;
  }

  .notification--warning .notification__title {
    background: #edd559;
  }
}

table {
  border-collapse: collapse;
}

table td,
table th {
  padding: 2px 4px;
}

.tabs {
  border: 1px solid #E2E5E7;
  border-radius: 4px;
  padding: 6px 6px 0 6px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 13px;
  font-size: .8125rem;
  min-height: 47px;
}

.tabs__group {
  width: 100%;
}

.tabs__group--select {
  display: none;
}

.tabs__group--right {
  text-align: right;
}

.tabs__title {
  list-style: none;
  display: inline-block;
}

.tabs__title a {
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #FDFDFD #FDFDFD #E2E5E7 #FDFDFD;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
  margin-bottom: -1px;
  display: block;
  padding: 11px 16px 9px 16px;
  text-decoration: none;
  font-weight: 600;
}

.tabs__title a svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.tabs__title a:hover {
  background: #E2E5E7;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.tabs__title--active a {
  border-color: #E2E5E7 #E2E5E7 #fff #E2E5E7;
  background: #FDFDFD;
  color: #333;
}

.tabs__title--active a:hover {
  background: #FDFDFD;
}

.tabsvisual {
  background-color: rgba(0,67,125,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  min-height: 52px;
}

.tabsvisual__menulink {
  display: none;
}

.tabsvisual__list {
  margin: 0px -5px;
  font-size: 14px;
  font-size: .875rem;
  display: table;
  width: 100%;
}

.tabsvisual__list:after {
  content: "";
  display: table;
  clear: both;
}

.tabsvisual__listitem {
  padding: 0px 5px;
  display: table-cell;
  list-style-type: none;
}

.tabsvisual__wrapper {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

.tabsvisual__heading {
  display: none;
}

.tabsvisual__link {
  background-color: #fff;
  white-space: nowrap;
  color: #00437D;
  border: none;
  margin-top: 10px;
  -webkit-box-shadow: inset 0px -2px 6px 0px rgba(0,0,0,0.25);
  box-shadow: inset 0px -2px 6px 0px rgba(0,0,0,0.25);
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 11px 16px 9px 16px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.tabsvisual__link:hover,
.tabsvisual__link:active {
  background: #E2E5E7;
  -webkit-transition: background ease-in 200ms;
  transition: background ease-in 200ms;
}

.tabsvisual__link--active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabsvisual__link--active:visited,
.tabsvisual__link--active:link,
.tabsvisual__link--active:hover,
.tabsvisual__link--active:active {
  background-color: #FDFDFD;
}

.tabs--inverted {
  background: #FDFDFD;
}

.tabs--inverted .tabs__title--active a {
  background: #fff;
}

.tabs--inverted .tabs__title--active a:hover {
  background: #fff;
}

.tabs__content__item {
  display: none;
}

.tabs__content__item.tabs__content__item--active {
  display: block;
}

@media only screen and (max-width: 820px) {
  .tabs__group--views {
    display: none;
  }

  .tabs--content {
    border: 0;
    padding: 0;
  }

  .tabs--content .tabs__group {
    display: none;
  }

  .tabs--content .tabs__group--select {
    display: block;
  }

  .tabs--content .tabs__group--select label {
    font-weight: 600;
  }

  .tabs--content .tabs__group--select select {
    appearance: none;
    width: 100%;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    color: #333;
    padding: 0 24px 0 8px;
    background: url(/data/static/fletcher-assets/svg/pulldown-arrow.svg) no-repeat right 10px center #fff;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #86bde2;
    display: block;
  }

  .visual--ressite .tabsvisual__menulink,
  .visual--bizzsite .tabsvisual__menulink,
  .visual--content .tabsvisual__menulink,
  .visual--offer .tabsvisual__menulink,
  .visual--empty .tabsvisual__menulink {
    float: left;
    display: block;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem;
  }

  .visual--ressite .tabsvisual__menulink svg,
  .visual--ressite .tabsvisual__menulink img,
  .visual--bizzsite .tabsvisual__menulink svg,
  .visual--bizzsite .tabsvisual__menulink img,
  .visual--content .tabsvisual__menulink svg,
  .visual--content .tabsvisual__menulink img,
  .visual--offer .tabsvisual__menulink svg,
  .visual--offer .tabsvisual__menulink img,
  .visual--empty .tabsvisual__menulink svg,
  .visual--empty .tabsvisual__menulink img {
    fill: #fff;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 4px;
  }

  .visual--ressite .tabsvisual,
  .visual--bizzsite .tabsvisual,
  .visual--content .tabsvisual,
  .visual--offer .tabsvisual,
  .visual--empty .tabsvisual {
    min-height: 51px;
    padding: 15px 20px;
  }

  .visual--ressite .tabsvisual__wrapper,
  .visual--bizzsite .tabsvisual__wrapper,
  .visual--content .tabsvisual__wrapper,
  .visual--offer .tabsvisual__wrapper,
  .visual--empty .tabsvisual__wrapper {
    display: none;
  }

  .visual--ressite .tabsvisual__wrapper.show,
  .visual--bizzsite .tabsvisual__wrapper.show,
  .visual--content .tabsvisual__wrapper.show,
  .visual--offer .tabsvisual__wrapper.show,
  .visual--empty .tabsvisual__wrapper.show {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 2000;
    top: 5px;
    left: 5px;
    right: 5px;
    width: auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    margin: 0;
    border-bottom: 10px solid #fff;
    padding: 40px 10px 10px 10px;
    overflow-y: scroll;
  }

  .visual--ressite .tabsvisual__heading,
  .visual--bizzsite .tabsvisual__heading,
  .visual--content .tabsvisual__heading,
  .visual--offer .tabsvisual__heading,
  .visual--empty .tabsvisual__heading {
    background-color: #6FC362;
    color: #fff;
    padding: 8px 10px;
    margin: -10px -10px 0  -10px;
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 2010;
    display: block;
    text-align: left;
  }

  .visual--ressite .tabsvisual__closebtn,
  .visual--bizzsite .tabsvisual__closebtn,
  .visual--content .tabsvisual__closebtn,
  .visual--offer .tabsvisual__closebtn,
  .visual--empty .tabsvisual__closebtn {
    display: block;
    position: absolute;
    right: 2px;
    top: 6px;
  }

  .visual--ressite .tabsvisual__closebtn svg,
  .visual--ressite .tabsvisual__closebtn img,
  .visual--bizzsite .tabsvisual__closebtn svg,
  .visual--bizzsite .tabsvisual__closebtn img,
  .visual--content .tabsvisual__closebtn svg,
  .visual--content .tabsvisual__closebtn img,
  .visual--offer .tabsvisual__closebtn svg,
  .visual--offer .tabsvisual__closebtn img,
  .visual--empty .tabsvisual__closebtn svg,
  .visual--empty .tabsvisual__closebtn img {
    width: 24px;
    height: 24px;
    fill: #fff;
  }

  .visual--ressite .tabsvisual__list,
  .visual--bizzsite .tabsvisual__list,
  .visual--content .tabsvisual__list,
  .visual--offer .tabsvisual__list,
  .visual--empty .tabsvisual__list {
    display: block;
    margin: 10px 0 0 0;
  }

  .visual--ressite .tabsvisual__listitem,
  .visual--bizzsite .tabsvisual__listitem,
  .visual--content .tabsvisual__listitem,
  .visual--offer .tabsvisual__listitem,
  .visual--empty .tabsvisual__listitem {
    display: block;
    border-bottom: 1px solid #E2E5E7;
  }

  .visual--ressite .tabsvisual__listitem:last-child,
  .visual--bizzsite .tabsvisual__listitem:last-child,
  .visual--content .tabsvisual__listitem:last-child,
  .visual--offer .tabsvisual__listitem:last-child,
  .visual--empty .tabsvisual__listitem:last-child {
    border: 0;
  }

  .visual--ressite .tabsvisual__link,
  .visual--bizzsite .tabsvisual__link,
  .visual--content .tabsvisual__link,
  .visual--offer .tabsvisual__link,
  .visual--empty .tabsvisual__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 4px 0;
  }

  .visual--ressite .tabsvisual__link--active,
  .visual--bizzsite .tabsvisual__link--active,
  .visual--content .tabsvisual__link--active,
  .visual--offer .tabsvisual__link--active,
  .visual--empty .tabsvisual__link--active {
    background: #E2E5E7;
  }

  .visual--empty .tabsvisual {
    min-height: 51px;
    position: static;
    margin-top: 0;
    padding: 15px 20px;
  }
}

.sorting {
  margin-right: 4px;
  float: right;
}

@media only screen and (max-width: 720px) {
  .sorting {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .sorting label {
    display: none;
  }
}

.ticket {
  padding: 10px 10px 30px 10px;
  color: #696063;
  min-height: 195px;
  position: relative;
}

.ticket p {
  margin-bottom: 1em !important;
}

.ticket a {
  text-decoration: none;
}

.ticket a:hover,
.ticket a:focus {
  text-decoration: underline;
}

.ticket svg {
  width: 14px;
  height: 14px;
  margin: -2px  4px 0 0;
  vertical-align: middle;
}

.ticket--bizz {
  min-height: 173px;
  padding: 10px;
}

.ticket--restaurantpackage {
  min-height: 205px;
}

.ticket__rooms-nights {
  border-bottom: 1px solid #908689;
  margin-bottom: 10px;
}

.ticket__rooms {
  border-right: 1px solid #908689;
  margin: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.ticket__avail {
  margin: 0;
  padding-bottom: 10px;
}

.ticket__label {
  text-transform: uppercase;
}

.ticket__nights {
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
}

.ticket__value {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}

.ticket__button {
  position: absolute;
  min-width: 0 !important;
  width: auto;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.hotel:not(.hotel--restaurant):not(.hotel--fbspecial) .hotel__ticket .ticket__button:nth-child(2n+0) {
  bottom: 50px;
}

p.ticket__breakfast {
  font-weight: 600;
  margin-bottom: 0 !important;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.ticket__info {
  position: absolute;
  right: -22px;
  top: 0;
  fill: rgba(51,51,51,0.5);
}

p.ticket__price {
  margin-bottom: 0 !important;
  color: #333;
  line-height: 1;
}

.ticket__alert {
  font-size: 11px;
  font-size: .6875rem;
  font-style: italic;
  color: #a94442;
  min-height: 32px;
}

.ticket__pp {
  font-size: 10px;
  font-size: .625rem;
  color: #908689;
  margin-bottom: 23px;
}

.ticket__noprice {
  font-size: 10px;
  font-size: .625rem;
  color: #908689;
  margin-bottom: 23px;
  position: relative;
  display: inline-block;
  width: 68%;
}

.ticket--package {
  width: 100%;
  background-color: #b7d8ee;
  border-left: 8px solid #3490ce;
  border-radius: 4px;
}

.ticket--package .ticket,
.ticket--package .ticket__pp {
  color: #194969;
  min-height: 0;
}

.ticket--package .ticket__rooms-nights {
  border-color: #3490ce;
}

.ticket--package.ticket--bizz {
  padding: 0;
  min-height: 0;
}

.ticket--package.ticket--bizz .ticket__rooms-nights {
  float: none;
  width: 100%;
}

.ticket--package.ticket--bar .ticket__button {
  top: 10px;
}

.ticket--bar {
  width: auto;
  min-width: 380px;
}

.ticket--bar .button {
  min-width: 235px;
  position: absolute;
  right: 10px;
  top: 20px;
  bottom: auto;
  left: auto;
}

.ticket--reservationroom {
  min-height: 0;
  padding: 10px 10px 5px 10px;
}

.ticket--reservationroom .ticket__rooms {
  padding: 0;
  border: 0;
  line-height: 16px;
  line-height: 1rem;
}

.ticket--reservationroom .ticket__price {
  margin-top: -3px;
}

.ticket--reservationroom .ticket__pp {
  margin: 0;
}

.hotel--ffriend .ticket {
  min-height: 0;
}

@media only screen and (max-width: 820px) {
  .ticket {
    padding: 10px 10px 50px 10px;
    min-height: 105px;
  }

  .ticket--bizz {
    padding: 10px 10px 80px 10px;
  }

  .ticket--bizz p:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .ticket__rooms-nights {
    border: none;
    margin: 6px 0 0 0;
    width: 50%;
  }

  .ticket__rooms-nights [class*='bit-'] {
    margin-bottom: 0;
    display: inline;
    width: auto;
  }

  .ticket__rooms-nights [class*='bit-'] p {
    display: inline;
    margin: 0;
  }

  .ticket__rooms-nights [class*='bit-'] p .ticket__value:after {
    content: ", ";
  }

  .ticket__label {
    display: none;
  }

  .ticket__rooms {
    border: none;
    padding: 0;
  }

  .ticket__nights {
    border: none;
    padding: 0;
  }

  .ticket__breakfast,
  .ticket__price,
  .ticket__pp {
    margin: 0;
    text-align: right;
    margin-right: 2px;
  }

  .ticket__price {
    max-width: 50%;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .ticket__pp {
    margin-bottom: 10px;
    max-width: 50%;
    padding-left: 10px;
    position: absolute;
    top: 34px;
    right: 10px;
  }

  .ticket__button {
    min-width: 100%;
  }

  .ticket--package {
    margin-bottom: 30px;
  }

  .ticket--bar {
    float: none;
    min-width: 0;
    max-width: 380px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .ticket--reservationroom {
    padding: 10px;
  }

  .ticket--reservationroom .ticket__label {
    display: inline-block;
  }

  .ticket--reservationroom .button {
    margin: 8px 0 0 0;
    width: 100%;
  }

  .hotel--ffriend .ticket {
    min-height: 0;
    margin: 14px 0 -10px 0;
  }

  .hotel--ffriend .ticket__rooms-nights {
    float: none;
  }

  .hotel--ffriend .ticket__nights {
    border: 0;
  }

  .hotel--ffriend .ticket__breakfast {
    top: 10px;
  }

  .ticket--bar .button {
    min-width: 0;
  }
}

.price {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 12px;
  position: relative;
}

.price sup {
  font-size: 14px;
  font-size: .875rem;
  position: absolute;
  top: 6px;
}

.price small {
  position: absolute;
  bottom: 3px;
  right: -6px;
  font-size: 9px;
  font-size: .5625rem;
  font-weight: 400;
}

.price .from {
  text-transform: lowercase;
  display: block;
}

.price--fullybooked {
  font-size: 18px;
  font-size: 1.125rem;
}

.price--strike {
  position: relative;
}

.price--strike:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  background-image: url("/data/static/fletcher-assets/svg/scribble.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.price__prefix,
.price__postfix {
  display: block;
  font-size: 12px;
  font-size: .75rem;
}

.price__prefix {
  text-align: left;
}

.price__postfix {
  text-align: right;
}

.price--toast {
  font-size: 18px;
  font-size: 1.125rem;
}

.price--toast sup {
  top: 4px;
}

.price--optionFrom .price--room--note,
.price--optionTo .price--room--note {
  position: relative;
  font-size: 9px;
  font-size: .5625rem;
  color: #908689;
  margin: 0;
}

.price--optionTo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.price--optionTo .price {
  color: #00437D;
}

.price--optionFrom {
  border-right: 1px solid #E2E5E7;
  margin-right: 16px;
  padding-right: 16px;
}

.price--optionFrom .price {
  font-size: 14px;
  font-size: .875rem;
  color: #908689;
  position: relative;
  padding: 0;
}

.price--optionFrom .price sup {
  position: static;
  vertical-align: baseline;
}

.price--optionFrom .price:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -1px;
  right: -1px;
  display: block;
  background-color: #5c5456;
  height: 2px;
}

.price--room {
  float: right;
  text-align: right;
  margin-left: 18px;
}

.price--room .price--room--note {
  position: relative;
  font-size: 9px;
  font-size: .5625rem;
  color: #908689;
  margin: 0;
}

.price__currency {
  left: 0;
}

.price__plus {
  left: -15px;
  position: absolute;
}

.priceslip__price .price {
  display: inline-block;
}

.priceslip__price .price .price__currency,
.priceslip__price .price .price__plus {
  margin-left: 0px;
  float: left;
}

.priceslip__price .price sup {
  top: 0;
}

.price__decimals {
  right: 0;
}

@media only screen and (max-width: 820px) {
  .price--room {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 0;
    padding: 0;
  }

  .price--option {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 720px) {
  .price--option {
    position: absolute;
    bottom: 24px;
    right: 0;
  }
}

.modal {
  display: none;
  font-size: 13px;
  font-size: .8125rem;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.5);
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
}

.modal a:hover,
.modal a:focus {
  text-decoration: underline;
}

.modal__box {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 48px 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 48px 4px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 814px;
  margin: 30px auto;
  background: #fff;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

.modal__button {
  margin: 10px 0px;
  text-align: center;
}

.modal__box--small {
  max-width: 480px;
}

.modal__box--login {
  max-width: 640px;
}

.modal__box--login {
  max-width: 640px;
}

.modal__box--large {
  max-width: 1060px;
}

.modal__header {
  background-color: #00437D;
  padding: 6px 48px 0 14px;
  height: 40px;
  overflow-y: hidden;
  position: relative;
}

.modal__header h1,
.modal__header h2,
.modal__header h3,
.modal__header h4,
.modal__header p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  color: #fff !important;
}

.modal__closebtn {
  background: #00437D;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 9px 8px;
}

.modal__closebtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__closebtn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.modal__body {
  padding: 14px;
  position: relative;
}

.modal__body--packages .calendar__paging {
  border: 0;
  padding: 0;
}

.modal__body--packages .modal__footer {
  padding: 14px 0 0 0;
}

.modal__body h2,
.modal__body h3 {
  color: #00437D;
}

.modal__body .notification {
  display: none;
}

.modal__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.7);
  z-index: 11;
}

.modal__footer {
  text-align: right;
  padding: 14px 14px 10px 14px;
  position: relative;
}

.modal__footer--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__footer--mobile .modal__footer__note {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.modal__footer--mobile .button {
  margin-bottom: 10px;
  width: 100%;
}

.modal__footer__note {
  display: inline-block;
  font-style: italic;
  color: #3490ce;
  margin-right: 24px;
  padding-top: 4px;
  max-width: 280px;
  vertical-align: top;
  line-height: 14;
  line-height: .875rem;
}

#packageCalendarModal .modal__box {
  min-height: 710px;
}

.occupation.right {
  margin-top: 19px;
}

.occupation__box {
  position: relative;
}

.occupation__box--modal {
  position: relative;
}

@media only screen and (max-width: 890px) {
  .modal__box {
    width: auto;
    max-width: none;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 720px) {
  .ui-datepicker {
    left: 19px !important;
    right: 19px !important;
    width: auto !important;
  }

  .ui-datepicker-calendar {
    margin: 10px auto !important;
  }
}

.loader {
  display: none;
  background: #fff;
  min-width: 280px;
  text-align: center;
  position: fixed;
  top: 45%;
  left: 50%;
  padding: 20px 20px 10px 20px;
  margin-left: -140px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  z-index: 1020;
}

.loader svg {
  width: 36px;
  height: 36px;
  fill: #00437D;
  -webkit-animation: spin 1s steps(12, end) infinite;
  animation: spin 1s steps(12, end) infinite;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  margin-bottom: 12px;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ratesLoader svg {
  width: 36px;
  height: 36px;
  fill: #00437D;
  -webkit-animation: spin 1s steps(12, end) infinite;
  animation: spin 1s steps(12, end) infinite;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  margin-bottom: 12px;
}

.card-price .ratesLoader svg {
  width: 20px;
  height: 20px;
  margin: 0 20px;
  fill: white;
}

.calendar {
  margin-top: 10px;
}

.calendar__paging {
  border-top: 1px solid #E2E5E7;
  padding: 30px 0 0 0;
  margin: 0;
  text-align: center;
}

.calendar__paging .button.left svg,
.calendar__paging .button.left .img {
  margin-right: 2px;
}

.calendar__paging .button.right svg,
.calendar__paging .button.right .img {
  margin-left: 3px;
}

.calendar__paging .form__select,
.calendar__paging .selectBox-dropdown {
  display: table !important;
  margin: 0 auto !important;
  max-width: 180px;
}

.calendar__paging .dropdown .form__input {
  width: 160px;
  text-align: left;
}

.calendar__paging--packagelist {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #E2E5E7;
  border-top: 0;
}

.calendar__month {
  min-width: 100%;
  border-spacing: 2px;
  margin: 10px 0 0 0;
}

.calendar__month td {
  padding: 0;
  width: 14.3%;
}

.calendar__month thead {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  color: #236692;
}

.calendar__month thead td {
  padding-left: 6px;
}

.calendar__month tbody td:nth-child(1n+6)>a,
.calendar__month tbody td:nth-child(1n+6)>span {
  background-color: #c4dff1;
  color: #2874a7;
}

.calendar__month tbody td:nth-child(1n+6)>a small,
.calendar__month tbody td:nth-child(1n+6)>span small {
  color: #2874a7;
}

.calendar__month tbody td:nth-child(1n+6)>.calendar--notavailable {
  border: 1px solid #e1eef8;
  background: #E2E5E7;
  color: #ced3d7;
}

.calendar__month tbody td:nth-child(1n+6)>.calendar--notavailable:hover {
  border-color: #E2E5E7;
}

.calendar__month tbody td:nth-child(1n+6).calendar--nopackage a {
  background: #E2E5E7;
  color: #333;
}

.calendar__month tbody a,
.calendar__month tbody span {
  background: #fff;
  border: 1px solid #e1eef8;
  -webkit-transition: border ease-in 200ms;
  transition: border ease-in 200ms;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 7px 5px;
  min-height: 46px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-size: .875rem;
  line-height: 15px;
  line-height: .9375rem;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.calendar__month tbody a.calendar--monthname,
.calendar__month tbody span.calendar--monthname {
  background: none;
  height: auto;
  width: auto;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  color: inherit;
  border-radius: 0;
  min-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.calendar__month tbody a small,
.calendar__month tbody span small {
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 400;
  display: block;
  pointer-events: none;
  color: #333;
}

.calendar__month tbody a svg,
.calendar__month tbody span svg {
  width: 18px;
  height: 18px;
  padding: 4px;
  fill: #2f6527;
  fill: #fff;
  background: #6FC362;
  border-radius: 4px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.calendar__month tbody a span,
.calendar__month tbody span span {
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  border: 0;
  min-height: 0;
  right: 3px;
  top: 3px;
  padding: 0 0 !important;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  font-size: 10px;
  font-size: .625rem;
  background: #3490ce;
  color: #fff;
}

.calendar__month tbody a:hover {
  border: 1px solid #3490ce;
  -webkit-transition: border ease-in 200ms;
  transition: border ease-in 200ms;
}

.calendar__month .calendar--mls span {
  background: #B37A00;
  color: #fff;
}

.calendar__month .calendar--lastroom span {
  background: #a94442;
  color: #fff;
}

.calendar__month .calendar--nopackage a {
  background: #f0f2f3;
}

.calendar__month .calendar--nopackage span {
  background: #3490ce;
  color: #fff;
}

.calendar__month .calendar--notavailable {
  border: 1px solid #e1eef8;
  background: #f0f2f3;
  color: #dadde0;
}

.calendar__month .calendar--notavailable:hover {
  border: 1px solid #e1eef8;
}

.calendar__month .calendar--selected {
  border: 1px solid #e1eef8;
  background: #236692 !important;
  color: #fff !important;
}

.calendar__month .calendar--selected small {
  color: #fff !important;
}

.calendar__month .calendar--selected:hover {
  border: 1px solid #e1eef8;
}

.calendar--modal .calendar__month td,
.widget__calendar .calendar__month td,
.calendar--packagelist .calendar__month td {
  padding: 0 2px;
}

.calendar--modal .calendar__month tbody a,
.calendar--modal .calendar__month tbody span,
.widget__calendar .calendar__month tbody a,
.widget__calendar .calendar__month tbody span,
.calendar--packagelist .calendar__month tbody a,
.calendar--packagelist .calendar__month tbody span {
  border: 1px solid #E2E5E7;
  margin: 2px 0;
  min-height: 46px;
  text-decoration: none;
}

.calendar--modal .calendar__month tbody a span,
.calendar--modal .calendar__month tbody span span,
.widget__calendar .calendar__month tbody a span,
.widget__calendar .calendar__month tbody span span,
.calendar--packagelist .calendar__month tbody a span,
.calendar--packagelist .calendar__month tbody span span {
  border: 0;
  min-height: 0;
  width: 18px;
  height: 18px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}

.calendar--modal .calendar__month tbody a span.calendar--monthname,
.calendar--modal .calendar__month tbody span span.calendar--monthname,
.widget__calendar .calendar__month tbody a span.calendar--monthname,
.widget__calendar .calendar__month tbody span span.calendar--monthname,
.calendar--packagelist .calendar__month tbody a span.calendar--monthname,
.calendar--packagelist .calendar__month tbody span span.calendar--monthname {
  background: none;
  height: auto;
  width: auto;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  color: inherit;
  border-radius: 0;
  min-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.calendar--modal .calendar__month tbody a:hover,
.widget__calendar .calendar__month tbody a:hover,
.calendar--packagelist .calendar__month tbody a:hover {
  border: 1px solid #3490ce !important;
  -webkit-transition: border ease-in 200ms;
  transition: border ease-in 200ms;
}

.calendar--modal .calendar__month td:nth-child(1n+6)>a,
.calendar--modal .calendar__month td:nth-child(1n+6)>span,
.widget__calendar .calendar__month td:nth-child(1n+6)>a,
.widget__calendar .calendar__month td:nth-child(1n+6)>span,
.calendar--packagelist .calendar__month td:nth-child(1n+6)>a,
.calendar--packagelist .calendar__month td:nth-child(1n+6)>span {
  border: 1px solid #c4dff1;
}

.calendar--modal .calendar__month td:nth-child(1n+6)>.calendar--notavailable,
.widget__calendar .calendar__month td:nth-child(1n+6)>.calendar--notavailable,
.calendar--packagelist .calendar__month td:nth-child(1n+6)>.calendar--notavailable {
  border: 1px solid #E2E5E7;
}

.calendar--modal .calendar__month td:nth-child(1n+6)>.calendar--notavailable:hover,
.widget__calendar .calendar__month td:nth-child(1n+6)>.calendar--notavailable:hover,
.calendar--packagelist .calendar__month td:nth-child(1n+6)>.calendar--notavailable:hover {
  border: 1px solid #E2E5E7;
}

.calendar--modal .calendar__month .calendar--notavailable,
.widget__calendar .calendar__month .calendar--notavailable,
.calendar--packagelist .calendar__month .calendar--notavailable {
  border: 1px solid #f0f2f3;
}

.calendar--modal .calendar__month .calendar--notavailable:hover,
.widget__calendar .calendar__month .calendar--notavailable:hover,
.calendar--packagelist .calendar__month .calendar--notavailable:hover {
  border: 1px solid #f0f2f3;
}

.calendar--modal .calendar__month .calendar--selected,
.widget__calendar .calendar__month .calendar--selected,
.calendar--packagelist .calendar__month .calendar--selected {
  border: 1px solid #236692 !important;
}

.calendar__legend .calendar__message {
  font-style: italic;
  color: #236692;
  margin: 6px 0 0 0;
  text-align: right;
  line-height: 14px;
  line-height: .875rem;
}

.calendar__legend ul {
  list-style: none;
  margin: 4px 0 0 0;
  line-height: 1.2;
}

.calendar__legend ul li {
  margin-top: 2px;
  list-style-image: none;
  margin-left: 0;
}

.calendar__legend p {
  display: inline-block;
  white-space: nowrap;
  margin: 4px 10px 4px 0;
}

.calendar__legend span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px 4px 0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  font-size: 11px;
  font-size: .6875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.calendar__legend span:first-child {
  margin-left: 0;
}

.calendar__legend span.calendar--mls {
  background: #B37A00;
  color: #fff;
  font-weight: 600;
}

.calendar__legend span.calendar--lastroom {
  background: #a94442;
  color: #fff;
  font-weight: 600;
}

.calendar__legend span.calendar--nopackage {
  background: #3490ce;
  color: #fff;
  font-weight: 600;
}

.calendar--mobile {
  margin-top: 0;
}

.calendar--mobile .calendar__paging {
  border-top: 0;
  padding: 4px 0 0 0;
}

.calendar--mobile .calendar__month {
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  table-layout: fixed;
}

.calendar--mobile .calendar__month td {
  width: 14.286%;
  overflow: hidden;
}

.calendar--mobile .calendar__month thead td {
  padding-left: 3px;
}

.calendar--mobile .calendar__month tbody td {
  padding: 0 1px;
}

.calendar--mobile .calendar__month tbody a,
.calendar--mobile .calendar__month tbody span {
  padding: 4px 2px;
  white-space: nowrap;
  margin: 1px 0;
}

.calendar--mobile .calendar__month tbody a span,
.calendar--mobile .calendar__month tbody span span {
  width: 14px;
  height: 14px;
  right: 2px;
  top: 3px;
  font-size: 10px;
  font-size: .625rem;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1.4;
}

.calendar--mobile .calendar__month tbody td:nth-child(1n+6)>a,
.calendar--mobile .calendar__month tbody td:nth-child(1n+6)>span {
  border: 1px solid #c4dff1;
}

.calendar--mobile .calendar__month tbody td:nth-child(1n+6)>.calendar--notavailable {
  border: 1px solid #E2E5E7;
}

.calendar--mobile .calendar__month tbody td:nth-child(1n+6)>.calendar--notavailable:hover {
  border: 1px solid #E2E5E7;
}

.calendar--mobile .calendar__month tbody .calendar--notavailable {
  border: 1px solid #f0f2f3;
}

.calendar--mobile .calendar__month tbody .calendar--notavailable:hover {
  border: 1px solid #f0f2f3;
}

.calendar--mobile .calendar__month tbody .calendar--selected {
  border: 1px solid #236692 !important;
}

.calendar--mobile .calendar__month tfoot td {
  width: 100%;
}

.calendar--mobile .calendar__legend ul {
  margin: 8px 0 0 0;
}

.calendar--mobile .calendar__legend ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calendar--mobile .calendar__legend ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}

.calendar--mobile .calendar__legend p {
  display: block;
}

.calendar__legend--packagelist {
  border-bottom: 1px solid #E2E5E7;
  padding: 8px 0;
}

.calendar__legend--packagelist li {
  display: inline-block;
  margin-right: 12px;
}

.calendar--hotel {
  margin: 0;
}

.calendar--hotel .calendar__paging {
  padding-top: 0;
  border: none;
}

.calendar--hotel .calendar__month tbody a,
.calendar--hotel .calendar__month tbody span {
  padding: 2px 4px;
  min-height: 38px;
}

.calendar--hotel .calendar__month tbody a span,
.calendar--hotel .calendar__month tbody span span {
  min-height: 0;
}

@media only screen and (max-width: 820px) {
  #calendarWidget .calendar--packagelist .bit-50:nth-child(2) {
    display: none;
  }

  #calendarWidget .calendar--packagelist td a {
    min-height: 61px;
  }

  #calendarWidget div.priceslip--packagelist {
    display: block;
  }

  #calendarWidget span.calendar--monthname {
    display: none;
  }
}

.selectmenu {
  display: none;
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: -150px;
  background: #fff;
  width: 300px;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  border-radius: 4px;
  z-index: 1001;
}

.selectmenu:after,
.selectmenu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.selectmenu:before {
  border-color: rgba(226,229,231,0);
  border-bottom-color: #E2E5E7;
  border-width: 11px;
  margin-left: -11px;
}

.selectmenu:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.selectmenu--top {
  bottom: 40px;
  top: auto;
}

.selectmenu--top:after,
.selectmenu--top:before {
  bottom: auto;
  top: 100%;
}

.selectmenu--top:before {
  border-top-color: #E2E5E7;
  border-bottom-color: transparent;
}

.selectmenu--top:after {
  border-top-color: #fff;
  border-bottom-color: transparent;
}

.selectmenu--top.selectmenu--occupation:after {
  border-top-color: #3490ce;
}

.selectmenu--business {
  min-height: 112px;
}

.selectmenu--active {
  display: block;
}

.selectmenu__body {
  padding: 20px;
}

.selectmenu__option {
  margin: 0;
  min-height: 36px;
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.selectmenu__option [class*='bit-'] {
  padding: 0;
  margin: 0;
}

.selectmenu__option:last-child {
  margin-bottom: 40px;
}

.selectmenu__label {
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  line-height: .875rem;
}

.selectmenu__label span {
  display: inline-block;
  font-weight: 400;
  width: 100%;
}

.selectmenu__button {
  display: table-cell;
  width: 104px;
}

.selectmenu__footer {
  background: #3490ce;
  border-top: 1px solid #1e577e;
  padding: 8px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 4px 4px;
}

@media only screen and (max-width: 820px) {
  a.form__input--occupation {
    min-width: 140px;
  }

  .selectmenu {
    left: 77%;
  }

  .selectmenu--occupation {
    left: auto;
    margin-left: 0;
    width: auto;
    min-width: 260px;
  }

  .selectmenu--occupation:after,
  .selectmenu--occupation:before {
    left: 125px;
  }
}

.search__container {
  padding: 10px 10px 0 10px;
}

.search__container .search__results {
  margin-top: 10px;
}

.search__container .search__results .search__item {
  padding: 5px 0 5px 0;
}

/*# sourceMappingURL=print.css.map */