@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700|Source+Sans+Pro:400,600");
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=93d35ce46744d80aa66a)
 * Config saved to config.json and https://gist.github.com/93d35ce46744d80aa66a
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* video fix no link - begin*/
.video .imgImageWrapper {
  cursor: pointer;
}

.video .imgImageWrapper::after {
  pointer-events: none;
}

.video.playing .imgContentWrapper {
  display: none;
}

/* video fix no link - end*/
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;*/
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

:after {
  box-sizing: border-box;
}

:before {
  box-sizing: border-box;
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: none;
  clear: both;
  margin: 30px 0;
  padding: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  clear: both;
  text-align: center;
  font-weight: lighter;
  color: #232323;
}

h1, h2 {
  font-size: 52px;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 2px;
  margin-top: 80px;
  margin-bottom: 30px;
}
h1 strong, h2 strong {
  color: #6E0A0A;
  display: block;
}
h1 strong a, h2 strong a {
  display: block;
  font-size: 0.35em;
}
@media screen and (max-width: 992px) {
  h1, h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  h1, h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
h1 span, h2 span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1.2px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-top: 22px;
}

h1 {
  margin-top: 40px;
}

h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  line-height: 1.2em;
}
h3 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-top: 10px;
}
h3 span {
  display: block;
  color: #6E0A0A;
  text-decoration: none !important;
}
h3 a {
  font-weight: bold;
  background: #F1B42A;
  display: inline-block;
  width: auto;
  padding: 8px 30px !important;
  color: #fff !important;
  font-size: 0.5em;
  transition: background 0.5s ease-in-out !important;
  margin-bottom: 40px;
}
.gc-404758fe7ef8ed56 h3 a {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 h3 a:hover {
  background: #383838;
}
h3 a:hover {
  background: #232323;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
  h3 a {
    font-size: 0.7em;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-align: center;
}
h4 a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
  }
}

h5 {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9em;
}
h5 span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-size: 16px;
}

h6 {
  transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important; /* IE 9 */
  -webkit-transform: rotate(-90deg) !important;
  position: absolute;
  left: -40px;
  padding: 0 !important;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h6 {
    position: relative;
    left: 0;
    padding: 0 !important;
    font-size: 20px;
    margin: 0 0 20px;
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important; /* IE 9 */
    -webkit-transform: rotate(0deg) !important;
  }
}

p {
  margin: 15px 0;
  line-height: 1.8em;
  clear: both;
}
p a {
  text-decoration: underline !important;
  font-weight: bold;
}
p strong {
  font-family: "Playfair Display", serif;
}

a {
  color: #000;
  transition: color 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.content a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.content a:hover {
  color: #000;
  text-decoration: none;
}

#contentblock .content form a, p a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
#contentblock .content form a:hover, p a:hover {
  color: #000;
}

.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 4em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 2.5em;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 2em;
    letter-spacing: 2px;
  }
}

.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgDescription, .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .roomName h2, .content #specialoffers .roomContainer .roomName h2 {
  font-size: 3em;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgDescription, .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .roomName h2, .content #specialoffers .roomContainer .roomName h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgDescription, .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .roomName h2, .content #specialoffers .roomContainer .roomName h2 {
    font-size: 1.6em;
  }
}

.imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .minRate h3, .content #specialoffers .roomContainer .minRate h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  letter-spacing: 1px;
  transition: color 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .minRate h3, .content #specialoffers .roomContainer .minRate h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgTitle h4, .content #roomtypes .roomContainer .minRate h3, .content #specialoffers .roomContainer .minRate h3 {
    font-size: 20px;
  }
}

.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4, .imagelinkgadget .imglinkWrapper .imgContentWrapper .imgLink .button, #centerblock .flashContainer .gcb_image_legend b, button.submit, #contentblock .content #directionsLink, #contentblock .content form input[type=submit], .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 0.3em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 0;
  cursor: pointer;
  width: auto;
  height: auto;
  min-height: 100%;
  line-height: 100%;
  background: none;
  transition: background 0.6s ease-in-out, color 0.3s ease-out, border 0.6s ease-in-out;
}

#contentblock .content #directionsLink, #contentblock .content form input[type=submit], .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink {
  font-family: "Playfair Display", serif;
  text-transform: none;
  font-size: 1em;
  background: #F1B42A;
  padding: 20px 26px;
}
.gc-404758fe7ef8ed56 #contentblock .content #directionsLink, #contentblock .content .gc-404758fe7ef8ed56 #directionsLink, .gc-404758fe7ef8ed56 #contentblock .content form input[type=submit], #contentblock .content form .gc-404758fe7ef8ed56 input[type=submit], .gc-404758fe7ef8ed56 .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink, .content #addons div.roomContainer .promotions-termsActions .gc-404758fe7ef8ed56 .promotions-bgLink,
.gc-404758fe7ef8ed56 .content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink,
.content #productTypes div.roomContainer .promotions-termsActions .gc-404758fe7ef8ed56 .promotions-bgLink {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 #contentblock .content #directionsLink:hover, #contentblock .content .gc-404758fe7ef8ed56 #directionsLink:hover, .gc-404758fe7ef8ed56 #contentblock .content form input[type=submit]:hover, #contentblock .content form .gc-404758fe7ef8ed56 input[type=submit]:hover, .gc-404758fe7ef8ed56 .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink:hover, .content #addons div.roomContainer .promotions-termsActions .gc-404758fe7ef8ed56 .promotions-bgLink:hover,
.gc-404758fe7ef8ed56 .content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink:hover,
.content #productTypes div.roomContainer .promotions-termsActions .gc-404758fe7ef8ed56 .promotions-bgLink:hover {
  background: #383838;
}
#contentblock .content #directionsLink:before, #contentblock .content form input[type=submit]:before, .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink:before,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink:before {
  display: none;
}
#contentblock .content #directionsLink:hover, #contentblock .content form input[type=submit]:hover, .content #addons div.roomContainer .promotions-termsActions .promotions-bgLink:hover,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink:hover {
  background: #232323;
}

.menu-area .close {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  text-indent: 99999px;
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}
.menu-area .close:before, .menu-area .close:after {
  content: "";
  width: 40px;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 0;
  transition: border 0.8s ease-in-out;
}
.menu-area .close:before {
  transform: rotate(45deg);
}
.menu-area .close:after {
  transform: rotate(-45deg);
}

.imagelinkgadget.panoramic {
  margin: 0 -30px;
  width: calc(100% + 30px * 2);
  max-width: calc(100% + 30px * 2) !important;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.panoramic {
    margin: 0 -60px;
    width: calc(100% + 60px * 2);
    max-width: calc(100% + 60px * 2) !important;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.panoramic {
    margin: 0 -10px;
    width: calc(100% + 10px * 2);
    max-width: calc(100% + 10px * 2) !important;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic {
    margin: 0 -1px;
    width: calc(100% + 1px * 2);
    max-width: calc(100% + 1px * 2) !important;
  }
}

.holder {
  padding: 40px 0 0;
  margin: 0 30px;
  overflow: hidden;
  background: #f5f5f5;
}
@media screen and (max-width: 992px) {
  .holder {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .holder {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .holder {
    margin: 0 10px;
  }
}
.holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p {
  padding-left: 25%;
  padding-right: 25%;
}
@media screen and (max-width: 992px) {
  .holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.margin_0 {
  margin: 0 !important;
}

.content .holder > *,
.imgContentWrapper,
#bottomblock {
  opacity: 0;
  transform: translateY(30%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  transition-timing-function: ease;
}
.content .holder > *.showIt,
.imgContentWrapper.showIt,
#bottomblock.showIt {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 576px) {
  .content .holder > *,
  .imgContentWrapper,
  #bottomblock {
    opacity: 1;
    transform: translateY(0);
  }
}

.show-on-landscape h2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
}

#loader {
  background: #232323;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 100000;
}
#loader:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 20px;
  width: 140px;
  height: 25px;
  background: url(https://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/gc_loading.png) no-repeat;
  margin-left: 0;
}
#loader .loader {
  position: absolute;
  width: 220px;
  height: 51px;
  top: 50%;
  margin-top: -25.5px;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  background-image: url(../ambassador_hotel_bin/loading_logo.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: loadingAnimation 1.5s;
}

@keyframes loadingAnimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: hidden; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#topblock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  text-align: right;
  padding: 20px 30px;
  transition: opacity 0.7s 0.2s ease-in, top 0.5s 0.5s ease-in, padding 0.8s ease-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  #topblock {
    top: 0;
    background: #fff;
    height: 88px;
    padding: 24px 20px;
  }
}
#topblock .hotellogo {
  float: left;
  width: 248px;
  height: 156px;
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -2px -7px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.gc-404758fe7ef8ed56 #topblock .hotellogo {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -2px -160px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  height: 70px;
}
#topblock .hotellogo a {
  position: relative;
  display: block;
  height: 100%;
}
#topblock .hotellogo div {
  height: 100%;
  cursor: pointer;
}
#topblock > * {
  display: inline-block;
}
#topblock .toggle {
  background: none;
  border: none;
  padding: 8px;
  height: 16px;
  width: 32px;
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0 20px;
}
#topblock .toggle.menu span {
  display: inline-block;
  position: relative;
}
#topblock .toggle.menu .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  backface-visibility: hidden;
}
#topblock .toggle.menu .line.line-1 {
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
#topblock .toggle.menu .line.line-2 {
  top: 50%;
  left: auto;
  margin-top: -1px;
  right: 0;
  transition: all 0.3s 0.3s;
}
#topblock .toggle.menu .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
#topblock .toggle:hover .line.line-1, #topblock .toggle:hover .line.line-3 {
  width: 70%;
}
#topblock .toggle:hover .line.line-2 {
  width: 100%;
}
#topblock .quicklinks {
  position: relative;
  display: inline-block;
  text-align: right;
  max-width: 65%;
}
#topblock .quicklinks ul {
  padding: 0;
  margin: 0;
}
#topblock .quicklinks ul li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}
#topblock .quicklinks ul li a {
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  transition: color 0.5s ease-in-out;
}
#topblock .quicklinks ul li a:after {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 2px;
  margin: -5px 0;
  background: #fff;
  transition: 0.5s ease-in-out;
}
#topblock .quicklinks ul li a:hover:after, #topblock .quicklinks ul li a.active:after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  #topblock .quicklinks {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #topblock {
    padding: 24px 12px;
  }
  #topblock .hotellogo {
    width: 160px;
    height: 79px;
    margin-top: -18px;
    background-position: -560px -9px;
  }
  .gc-404758fe7ef8ed56 #topblock .hotellogo {
    background-image: url(../ambassador_hotel_bin/sprite.png);
    background-position: -503px -85px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: s 722px auto;
    width: 210px;
    margin-top: -16px;
  }
  #topblock .booktoggle {
    color: #000;
    font-size: 2em;
  }
  #topblock .toggle.menu .line {
    background: #232323;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  #topblock .toggle.menu {
    right: 190px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  #topblock .toggle.menu {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  #topblock .booktoggle {
    background: #000;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 88px;
    height: 50px;
    font-size: 1.5em;
    line-height: 48px;
    padding: 0;
    min-height: initial;
  }
  #topblock .booktoggle:hover {
    background: #000;
  }
}

.fixedblock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  padding: 34px 30px 0;
  background: #fff;
  z-index: 11;
  transition: all 0.5s ease-in-out;
}
.homepage:not(.gc-404758fe7ef8ed56) .fixedblock {
  height: 92px;
}
@media screen and (max-width: 992px) {
  .homepage:not(.gc-404758fe7ef8ed56) .fixedblock {
    height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .fixedblock {
    height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .fixedblock {
    display: none;
  }
}
.fixedblock .languages {
  position: absolute;
  z-index: 1;
}
.fixedblock .languages ul {
  padding: 0;
  margin: 0;
}
.fixedblock .languages ul li {
  display: inline-block;
}
.fixedblock .languages ul li a {
  display: inline-block;
  padding: 0 12px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  color: #383838;
  transition: all 0.5s ease-in-out;
}
.fixedblock .languages ul li a:after {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 2px;
  margin: -5px 0;
  background: #383838;
  transition: 0.5s ease-in-out;
}
.fixedblock .languages ul li a:hover:after, .fixedblock .languages ul li a.active:after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fixedblock {
    height: 38px;
    padding: 4px 20px 0;
  }
}
.fixedblock .scroll {
  position: absolute;
  bottom: 30px;
  width: 80px;
  height: 25px;
  left: auto;
  right: 20px;
  z-index: 12;
  cursor: pointer;
}
.scrolling .fixedblock .scroll {
  display: none;
}
.fixedblock .scroll span {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .fixedblock .scroll {
    bottom: 90px;
    display: none;
  }
}
.fixedblock .scrolling .scroll, .fixedblock .no-banner .scroll {
  display: none;
}

#centerblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  #centerblock {
    padding-top: 130px;
  }
}
#centerblock .flashContainer {
  height: 100%;
  overflow: hidden;
}
#centerblock .flashContainer .gcb_inlinePlayer {
  bottom: 80px;
}
#centerblock .flashContainer .gcb_image_current, #centerblock .flashContainer .gcb_image_next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#centerblock .flashContainer .gcb_image_legend {
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 2.8em;
  line-height: 1.2em;
  letter-spacing: 2.2px;
  font-family: "Playfair Display", serif;
  text-align: center;
  opacity: 1 !important;
  z-index: 4;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#centerblock .flashContainer .gcb_image_legend span {
  display: block;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#centerblock .flashContainer .gcb_image_legend b {
  font-size: 0.4em;
}
@media screen and (max-width: 992px) {
  #centerblock .flashContainer .gcb_image_legend {
    font-size: 2em;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #centerblock .flashContainer .gcb_image_legend {
    font-size: 1.6em;
  }
  #centerblock .flashContainer .gcb_image_legend p {
    font-size: 0.4em;
  }
}
#centerblock .flashContainer .gcb_navigation {
  position: absolute;
  top: auto;
  bottom: 200px;
  left: auto;
  right: 30px;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow {
  display: block;
  width: 44px;
  height: 44px;
  transition: opacity 0.5s ease-out;
  background: none;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow.previous {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -625px -808px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  margin-right: 2px;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow.next {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -671px -808px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  float: right;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_paginator {
  display: none;
}
@media screen and (max-width: 992px) {
  #centerblock .flashContainer .gcb_navigation {
    right: 12px;
    bottom: 50px;
  }
}
#centerblock .flashContainer .bannerImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 4;
  opacity: 0.2;
  pointer-events: none;
}
#centerblock .flashContainer .bannerImage > a {
  position: relative;
}
#centerblock .flashContainer .bannerImage img {
  min-width: 100%;
  min-height: 100%;
}
#centerblock .flashContainer .promotionsgadget {
  width: 60vw;
  left: 30px;
  bottom: 200px;
  color: #fff;
  position: absolute;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #centerblock .flashContainer .promotionsgadget {
    bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  #centerblock .flashContainer .promotionsgadget {
    display: none;
  }
}
#centerblock .flashContainer .promotionsgadget .prgImgWrapper, #centerblock .flashContainer .promotionsgadget .prgDescription {
  display: none;
}
#centerblock .flashContainer .promotionsgadget .prgTitle, #centerblock .flashContainer .promotionsgadget .prgClick {
  float: left;
}
#centerblock .flashContainer .promotionsgadget .prgTitle {
  font-family: "Playfair Display", serif;
}
#centerblock .flashContainer .promotionsgadget .prgClick {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: opacity 0.5s ease-in-out;
}
#centerblock .flashContainer .promotionsgadget .prgClick:hover {
  opacity: 0.8;
}

body.scrolling #centerblock .flashContainer .gcb_image_legend {
  opacity: 0 !important;
}
body.scrolling #centerblock .flashContainer .gcb_navigation {
  opacity: 0 !important;
}

body.with-bannerVideo .bookinggadget {
  bottom: 2px !important;
}
body.with-bannerVideo #centerblock .flashContainer .promotionsgadget {
  bottom: auto;
  top: 70vh;
}

/** banner animation **/
/*.notvisible */
.notvisible #topblock, .notvisible #centerblock .flashContainer .promotionsgadget, .notvisible .scroll, .notvisible .flashContainer .gcb_navigation, .notvisible .languages {
  opacity: 0;
  pointer-events: none;
}
.notvisible #centerblock .flashContainer .gcb_container .gcb_image_legend {
  opacity: 0 !important;
}

.exit.notvisible #topblock, .exit.notvisible #centerblock .flashContainer .promotionsgadget, .exit.notvisible .scroll, .exit.notvisible .flashContainer .gcb_navigation, .exit.notvisible .languages {
  opacity: 1;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease-out;
  transition-delay: 3s;
}
.exit.notvisible #centerblock .flashContainer .gcb_container .gcb_image_legend {
  opacity: 1 !important;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

#contentblock {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#contentblock .content {
  clear: both;
  position: relative;
  overflow: hidden;
}
#contentblock .content:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background: none;
  left: 25%;
  top: 0;
}
#contentblock .content#c1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#contentblock .content#c1 .holder h2:first-of-type, #contentblock .content#c1 .holder h1:first-of-type {
  margin-top: 30px;
}
#contentblock .content#c1 .holder h2:first-of-type:before, #contentblock .content#c1 .holder h1:first-of-type:before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 62px;
  background: gray;
  margin: 0 auto 40px;
}
@media screen and (max-width: 992px) {
  #contentblock .content#c1 {
    padding-top: 10px;
  }
}

body.hotel-contacts #contentblock .content {
  padding-bottom: 60px;
}
body.family-friendly-hotel #contentblock .content .imgLinksWrapper {
  min-height: 400px;
}
body.family-friendly-hotel #contentblock .content .imgLinksWrapper .small .imglinkWrapper .imgContentWrapper {
  min-height: 150px;
}

footer {
  overflow: hidden;
  background-image: url(../ambassador_hotel_bin/footer_bg.png);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .holder {
  padding: 2% 5% 4%;
  margin: 0;
  background: none;
}
footer .holder * {
  color: #fff;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 576px) {
  footer .holder * {
    width: 100%;
    padding: 0;
  }
}
footer .holder h5 {
  margin-bottom: 0;
  margin-top: 20px;
}
footer .holder a {
  display: block;
  font-size: 16px;
}
footer .holder a span {
  transition: color 0.5s ease-in-out;
}
footer .holder a:hover {
  color: #F1B42A;
}
footer .holder a:hover span {
  color: #F1B42A;
}
footer .holder .languages ul {
  margin: 0;
  padding: 0;
}
footer .holder .languages ul li {
  display: block;
}
@media screen and (max-width: 768px) {
  footer .holder .languages {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .holder .languages {
    display: none;
  }
}
footer .hoteladdress {
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  padding-left: 0;
  text-align: left;
}
footer .footermenu {
  padding-right: 0;
  padding-top: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  footer .footermenu {
    padding-left: 0px;
    padding-top: 50px;
  }
}
footer .footermenu ul {
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}
footer .footermenu ul li {
  list-style: none;
  padding-bottom: 1px;
}
footer .footermenu ul li a {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.9em;
  transition: color 0.4s ease-in-out;
}
footer .footermenu ul li a:hover {
  color: #F1B42A;
}
@media screen and (max-width: 768px) {
  footer .footermenu {
    display: block;
    text-transform: uppercase;
    opacity: 0.45;
  }
}
footer .socialmedia {
  position: relative;
}
footer .socialmedia ul {
  padding: 0;
  margin: 0;
}
footer .socialmedia ul li {
  list-style: none;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 10px;
}
footer .socialmedia ul li a {
  text-indent: -99999px;
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -14px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 22px;
  transition: opacity 0.5s ease-in-out;
}
footer .socialmedia ul li a:hover {
  opacity: 0.6;
}
footer .socialmedia ul li.instagram a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -99px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
footer .socialmedia ul li.twitter a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -53px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
footer .socialmedia ul li.youtube a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -148px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 24px;
}
footer .socialmedia ul li.linkedin a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -199px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
footer .socialmedia ul li.tripadvisor a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -246px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 26px;
}
footer .socialmedia ul li.pinterest a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -295px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 20px;
}
@media screen and (max-width: 576px) {
  footer .socialmedia ul li {
    width: auto;
  }
}
footer .newsletter {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
footer #seals {
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  footer #seals {
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
footer #seals .powered {
  margin: 0 30px;
}
@media screen and (max-width: 576px) {
  footer #seals .powered {
    margin: 0;
  }
}
footer .scrolltop {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 20px;
  height: 12px;
  background: red;
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -686px -485px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  cursor: pointer;
}

#contentblock .content#c2 .holder:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 30px;
  width: 306px;
  height: auto;
  bottom: 0;
  background-image: url(../ambassador_hotel_bin/content2_bg.jpg);
  background-color: transparent;
  background-position: left;
  background-repeat: repeat-y;
  background-size: auto;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  #contentblock .content#c2 .holder:before {
    left: 10px;
  }
}
#contentblock .content#c2 .holder .sponsors {
  width: 100%;
  position: relative;
  display: block;
  height: 260px;
  background-image: url(../ambassador_hotel_bin/sponsors.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #fff;
}
body #contentblock .content#c2 {
  text-align: left;
}
#contentblock .content#c2 h1, #contentblock .content#c2 h2, #contentblock .content#c2 h3, #contentblock .content#c2 h4, #contentblock .content#c2 h5, #contentblock .content#c2 h6 {
  text-align: left;
}
#contentblock .content#c2 h2:first-of-type:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 62px;
  background: gray;
  margin-left: -84px;
  margin-top: 32px;
}

body._2areas #contentblock .content#c1 {
  padding-bottom: 0;
}
body._2areas #contentblock .content#c2 .holder:before {
  bottom: 30px;
}

body.gc-404758fe7ef8ed56 #contentblock .content#c2 .holder:before, body.gc-404758fe7ef8ed56 #contentblock .content#c3 .holder:before {
  display: none;
}
body.gc-404758fe7ef8ed56 #contentblock .content#c2 .holder .sponsors, body.gc-404758fe7ef8ed56 #contentblock .content#c3 .holder .sponsors {
  display: none;
}

#contentblock .content#c3 .holder:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 30px;
  width: 306px;
  height: auto;
  bottom: 0;
  background-image: url(../ambassador_hotel_bin/content2_bg.jpg);
  background-color: transparent;
  background-position: left;
  background-repeat: repeat-y;
  background-size: auto;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  #contentblock .content#c3 .holder:before {
    left: 10px;
  }
}
#contentblock .content#c3 .holder .sponsors {
  width: 100%;
  position: relative;
  display: block;
  height: 260px;
  background-image: url(../ambassador_hotel_bin/sponsors.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  #contentblock .content#c3 .holder .sponsors {
    background-image: url(../ambassador_hotel_bin/sponsors.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #contentblock .content#c3 .holder .sponsors {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #contentblock .content#c3 .holder {
    margin: 0 10px 10px;
  }
}

body._3areas #contentblock .content#c1 {
  padding-bottom: 0;
}
body._3areas #contentblock .content#c3 .holder {
  margin: 0 30px 30px;
}
body._3areas #contentblock .content#c3 .holder:before {
  bottom: 30px;
}

body.no-banner .fixedblock {
  height: 38px;
  padding: 4px 20px 0;
}
body.no-banner .fixedblock .scroll {
  display: none;
}
body.no-banner #contentblock {
  margin-top: 80px;
}
body.no-banner #contentblock .content#c1 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body.no-banner #contentblock {
    margin-top: 140px;
  }
}
body.no-banner.hotel-directions #centerblock {
  height: 0 !important;
}
body.no-banner.hotel-directions #contentblock {
  margin-top: 80px !important;
}
body.no-banner .content .holder > *,
body.no-banner .imgContentWrapper,
body.no-banner #bottomblock {
  opacity: 1;
  transform: translateY(0);
}

body.hotel-contacts #contentblock h1 {
  padding: 0 10% 20px;
}
body.hotel-contacts #contentblock .holder > h2, body.hotel-contacts #contentblock .holder > h4, body.hotel-contacts #contentblock .holder > h5, body.hotel-contacts #contentblock .holder > h6, body.hotel-contacts #contentblock .holder > p {
  padding: 0 10%;
}

body.homepage #contentblock h1:first-of-type {
  display: none;
}
body.homepage #contentblock #c1 h2:first-of-type {
  margin-top: 30px;
}
body.homepage #contentblock #c1 h2:first-of-type:before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 62px;
  background: gray;
  margin: 0 auto 40px;
}

body.dining #contentblock h1:first-of-type {
  display: none;
}
body.dining #contentblock #c1 .holder:before {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  bottom: 30px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: auto;
  background-image: url(../ambassador_hotel_bin/content2_bg.jpg);
  background-color: transparent;
  background-position: left;
  background-repeat: repeat-y;
  background-size: auto;
  opacity: 1;
}
body.dining #contentblock #c1 .holder h2:first-of-type {
  margin-top: 30px;
}
body.dining #contentblock #c1 .holder h2:first-of-type:before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 62px;
  background: gray;
  margin: 0 auto 40px;
}

.content #roomtypes, .content #specialoffers {
  margin: 0 60px;
  cursor: pointer;
}
.content #roomtypes .roomContainer, .content #specialoffers .roomContainer {
  height: auto;
  padding: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.content #roomtypes .roomContainer .roomPhoto, .content #specialoffers .roomContainer .roomPhoto {
  position: relative;
  left: 2px;
  right: 2px;
  min-width: 100%;
  padding-top: 35%;
}
.content #roomtypes .roomContainer .roomPhoto:before, .content #specialoffers .roomContainer .roomPhoto:before {
  background: rgba(0, 0, 0, 0.1);
}
.content #roomtypes .roomContainer .roomPhoto .pgContainer, .content #specialoffers .roomContainer .roomPhoto .pgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content #roomtypes .roomContainer .roomPhoto .pgImage, .content #specialoffers .roomContainer .roomPhoto .pgImage {
  background-position: center;
  height: 100%;
  background-size: cover;
}
.content #roomtypes .roomContainer .roomName, .content #roomtypes .roomContainer .minRate, .content #specialoffers .roomContainer .roomName, .content #specialoffers .roomContainer .minRate {
  position: absolute;
  left: 90px;
  right: 90px;
}
@media screen and (max-width: 768px) {
  .content #roomtypes .roomContainer .roomName, .content #roomtypes .roomContainer .minRate, .content #specialoffers .roomContainer .roomName, .content #specialoffers .roomContainer .minRate {
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer .roomName, .content #roomtypes .roomContainer .minRate, .content #specialoffers .roomContainer .roomName, .content #specialoffers .roomContainer .minRate {
    left: 10px;
    right: 10px;
  }
}
.content #roomtypes .roomContainer .roomName, .content #specialoffers .roomContainer .roomName {
  margin: 0;
}
.content #roomtypes .roomContainer .roomName h2, .content #specialoffers .roomContainer .roomName h2 {
  width: 100%;
  margin: 0;
  margin-top: 0 !important;
}
.content #roomtypes .roomContainer .roomName h2:before, .content #specialoffers .roomContainer .roomName h2:before {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer .roomName h2, .content #specialoffers .roomContainer .roomName h2 {
    font-size: 1.2em;
    padding-bottom: 0;
  }
}
.content #roomtypes .roomContainer .minRate, .content #specialoffers .roomContainer .minRate {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer .minRate, .content #specialoffers .roomContainer .minRate {
    margin-top: 24px;
  }
}
.content #roomtypes .roomContainer .minRate h3 a, .content #specialoffers .roomContainer .minRate h3 a {
  color: #fff;
  text-decoration: none;
  background: none;
  margin-bottom: 0;
}
.content #roomtypes .roomContainer .minRate h3 a:hover, .content #specialoffers .roomContainer .minRate h3 a:hover {
  text-decoration: underline;
}
.content #roomtypes .roomContainer .minRate h3 a span, .content #specialoffers .roomContainer .minRate h3 a span {
  color: #fff;
  display: initial;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer .minRate h3, .content #specialoffers .roomContainer .minRate h3 {
    letter-spacing: 1px;
  }
}
.content #roomtypes .roomContainer .mealplan, .content #specialoffers .roomContainer .mealplan {
  display: none !important;
}
.content #roomtypes .roomContainer.room-opened, .content #specialoffers .roomContainer.room-opened {
  width: 100%;
  display: block;
  background: transparent;
}
.content #roomtypes .roomContainer.room-opened *, .content #specialoffers .roomContainer.room-opened * {
  text-align: left;
  color: #000;
}
.content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto), .content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
  position: relative;
  width: auto;
  min-width: auto;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto), .content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto), .content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto), .content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
    margin-left: 1px;
    margin-right: 10px;
  }
}
.content #roomtypes .roomContainer.room-opened .roomPhoto, .content #specialoffers .roomContainer.room-opened .roomPhoto {
  padding-top: 56.25%;
}
.content #roomtypes .roomContainer.room-opened .roomName, .content #specialoffers .roomContainer.room-opened .roomName {
  margin-top: 80px;
  left: 30px;
}
.content #roomtypes .roomContainer.room-opened .minRate, .content #specialoffers .roomContainer.room-opened .minRate {
  display: none !important;
}
.content #roomtypes .roomContainer.room-opened .minRate h3 a, .content #specialoffers .roomContainer.room-opened .minRate h3 a {
  color: #232323 !important;
  padding: 8px 76px !important;
}
.content #roomtypes .roomContainer.room-opened .minRate h3 a span, .content #specialoffers .roomContainer.room-opened .minRate h3 a span {
  color: #232323;
}
.content #roomtypes .roomContainer.room-opened .minRate h3:before, .content #specialoffers .roomContainer.room-opened .minRate h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 62px;
  top: 28px;
  background: #F1B42A;
  margin-right: 16px;
  margin-bottom: 5px;
}
.gc-404758fe7ef8ed56 .content #roomtypes .roomContainer.room-opened .minRate h3:before, .gc-404758fe7ef8ed56 .content #specialoffers .roomContainer.room-opened .minRate h3:before {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 .content #roomtypes .roomContainer.room-opened .minRate h3:before:hover, .gc-404758fe7ef8ed56 .content #specialoffers .roomContainer.room-opened .minRate h3:before:hover {
  background: #383838;
}
.content #roomtypes .roomContainer.room-opened .roomDescription, .content #specialoffers .roomContainer.room-opened .roomDescription {
  margin-left: 60px !important;
}
.content #roomtypes .roomContainer.room-opened .roomDescription p, .content #specialoffers .roomContainer.room-opened .roomDescription p {
  margin: 10px 0;
  padding: 0;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .content #roomtypes .roomContainer.room-opened .roomDescription p, .content #specialoffers .roomContainer.room-opened .roomDescription p {
    width: 100%;
  }
}
.content #roomtypes .roomContainer.room-opened .roomDescription ul, .content #specialoffers .roomContainer.room-opened .roomDescription ul {
  -moz-columns: 2;
       columns: 2;
  padding: 0;
  margin: 20px 0;
  width: 80%;
}
.content #roomtypes .roomContainer.room-opened .roomDescription ul li, .content #specialoffers .roomContainer.room-opened .roomDescription ul li {
  margin: 0 40px 0 20px;
  display: list-item;
}
@media screen and (max-width: 992px) {
  .content #roomtypes .roomContainer.room-opened .roomDescription ul, .content #specialoffers .roomContainer.room-opened .roomDescription ul {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer.room-opened .roomDescription ul, .content #specialoffers .roomContainer.room-opened .roomDescription ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media screen and (max-width: 768px) {
  .content #roomtypes .roomContainer.room-opened .roomDescription, .content #specialoffers .roomContainer.room-opened .roomDescription {
    margin-left: 30px !important;
  }
}
.content #roomtypes .roomContainer.room-opened .promotions-termsActions, .content #specialoffers .roomContainer.room-opened .promotions-termsActions {
  margin-top: 40px;
  margin-left: 60px !important;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsActions .promotions-bgLink, .content #specialoffers .roomContainer.room-opened .promotions-termsActions .promotions-bgLink {
  display: none !important;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsActions .promotions-showTermsTrigger, .content #specialoffers .roomContainer.room-opened .promotions-termsActions .promotions-showTermsTrigger {
  font-size: 12px;
  top: 66px;
  letter-spacing: 1px;
  font-weight: bold;
  right: auto;
  margin-right: 0;
  font-size: 12px;
  background: none;
}
@media screen and (max-width: 768px) {
  .content #roomtypes .roomContainer.room-opened .promotions-termsActions, .content #specialoffers .roomContainer.room-opened .promotions-termsActions {
    margin-left: 30px !important;
  }
}
.content #roomtypes .roomContainer.room-opened .promotions-termsContent, .content #specialoffers .roomContainer.room-opened .promotions-termsContent {
  position: absolute !important;
  width: auto;
  margin: 0;
  left: 30px;
  right: 30px;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsContent .promotions-closeTerms, .content #specialoffers .roomContainer.room-opened .promotions-termsContent .promotions-closeTerms {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #232323;
  font-weight: bold;
}
.content #roomtypes .roomContainer:not(.room-opened).tumb .roomPhoto, .content #specialoffers .roomContainer:not(.room-opened).tumb .roomPhoto {
  padding-top: 65%;
}
.content #roomtypes .roomContainer:not(.room-opened).tumb .roomName, .content #specialoffers .roomContainer:not(.room-opened).tumb .roomName {
  left: 0;
  right: 0;
}
.content #roomtypes .roomContainer:not(.room-opened).tumb .roomName h2, .content #specialoffers .roomContainer:not(.room-opened).tumb .roomName h2 {
  font-size: 2em;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer:not(.room-opened).tumb .roomName h2, .content #specialoffers .roomContainer:not(.room-opened).tumb .roomName h2 {
    font-size: 1.2em;
    padding-bottom: 0;
  }
}
.content #roomtypes .roomContainer:not(.room-opened).tumb .minRate, .content #specialoffers .roomContainer:not(.room-opened).tumb .minRate {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .content #roomtypes, .content #specialoffers {
    margin: 0;
  }
}

body.hotel-rooms #contentblock .content#c1 .holder, body.hotel-special-offers #contentblock .content#c1 .holder {
  padding: 40px 0 80px;
}

#pg {
  opacity: 0;
  margin-bottom: 80px;
  transition: opacity 0.4s 0.6s ease-in;
}
#pg h3.galleryName {
  margin: 40px auto;
  text-align: center;
  font-family: "Playfair Display", serif;
  width: 60%;
  text-transform: none;
  letter-spacing: 0.2px;
}
#pg h3.galleryName strong {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  #pg h3.galleryName {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #pg h3.galleryName {
    width: 100%;
  }
}
#pg .pgContainer {
  display: none;
}
#pg .pgContainer.ug-gallery-wrapper {
  display: block;
}

body:not(.scrolling) .gcb_image {
  top: 0 !important;
  transition: top 1s ease-out;
}
body.scrolling #topblock {
  position: absolute;
  opacity: 0;
  top: -100px;
}
@media screen and (max-width: 992px) {
  body.scrolling #topblock {
    top: 0;
    opacity: 1;
    position: fixed;
  }
}
body.scrolling #centerblock .flashContainer .promotionsgadget {
  opacity: 0 !important;
}
body.scrolling .bookinggadget {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  body.scrolling .bookinggadget {
    opacity: 1;
  }
}
body.scrolling .fixedblock {
  height: 38px;
  padding: 4px 20px 0;
}
body.scrolling.homepage:not(.gc-404758fe7ef8ed56) .fixedblock {
  height: 38px;
  padding: 4px 20px 0;
}
body.scroll1 #topblock {
  top: -100px;
  background: #fff;
}
body.scroll1 #topblock .hotellogo {
  width: 160px;
  height: 90px;
  margin-top: 2px;
  background-position: -560px -9px;
}
body.scroll1 #topblock .quicklinks {
  margin: 0px 0px 0 5%;
}
body.scroll1 #topblock .quicklinks ul li a {
  color: #232323;
}
body.scroll1 #topblock .quicklinks ul li a:after {
  background: #232323;
}
body.scroll1 #topblock .toggle.menu .line {
  background: #232323;
}
@media screen and (max-width: 992px) {
  body.scroll1 #topblock .toggle.menu {
    right: 190px;
  }
}
@media screen and (max-width: 576px) {
  body.scroll1 #topblock .toggle.menu {
    right: 12px;
  }
}
@media screen and (max-width: 992px) {
  body.scroll1 #topblock {
    top: 0;
    padding: 24px 12px;
  }
}
body.scroll1 .bookinggadget {
  top: -100px;
  z-index: 999;
  margin-left: 0;
  width: 160px;
  height: 88px;
  left: auto;
  right: 30px;
  opacity: 0;
  visibility: none;
  transition: top 0.5s 0.5s ease-in;
}
body.scroll1 .bookinggadget .gcBookingGadget.gc_sh form > * {
  display: none;
}
body.scroll1 .bookinggadget .gcBookingGadget.gc_sh .shortHandButton {
  display: block !important;
  width: 160px;
  height: 88px;
  background: none;
}
body.scroll1 .bookinggadget .gcBookingGadget.gc_sh .shortHandButton .shortHandCheckRates {
  height: 88px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  body.scroll1 .bookinggadget {
    top: 10px;
    opacity: 1;
    visibility: visible;
    right: 12px;
  }
}
@media screen and (max-width: 576px) {
  body.scroll1 .bookinggadget {
    bottom: auto;
    top: 88px;
    right: 0;
    width: 100%;
    height: 42px;
  }
  body.scroll1 .bookinggadget .gcBookingGadget.gc_sh .shortHandButton {
    width: 100%;
  }
  body.scroll1 .bookinggadget .gcBookingGadget.gc_sh .shortHandButton .shortHandCheckRates {
    height: 42px;
  }
}
body.scroll1.gc-404758fe7ef8ed56 #topblock .hotellogo {
  background-position: -503px -85px;
  width: 210px;
  margin-top: -16px;
}
body.scroll2 #topblock {
  position: fixed;
  top: 0;
  opacity: 1;
}
body.scroll2 .bookinggadget {
  position: fixed;
  top: 14px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  body.scroll2 .bookinggadget {
    top: 88px;
  }
}
body.stage1 #centerblock .flashContainer .gcb_image_legend {
  display: none;
}

body._3areasSidebar.scrolling #topblock {
  opacity: 1;
  top: 0;
}
body._3areasSidebar.scroll2 #topblock .quicklinks {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body._3areasSidebar.scroll2 #topblock .toggle.menu span,
body._3areasSidebar.scroll2 #topblock .toggle.menu span:after {
  border-color: #000;
}
body._3areasSidebar.stage1 #topblock .quicklinks {
  opacity: 1;
}

.menu-area {
  position: fixed;
  top: 0;
  width: 100%;
  left: auto;
  right: -100%;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  display: block;
  visibility: visible;
  transition: right 0.7s ease-in-out;
}
.menu-area.invisible {
  right: -100%;
}
.menu-area.invisible .close {
  top: -100px;
}
.menu-area .close {
  position: absolute;
  top: -100px;
  right: 10px;
  transition: top 0.8s ease-out;
  z-index: 1;
  transition-delay: 1.2s;
  padding-left: 50px;
  transform: rotate(90deg);
  font-family: "Playfair Display", serif;
  text-indent: unset;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-area .close {
    text-indent: -9999px;
  }
}
.menu-area .rightMenu {
  right: 0;
  height: 100%;
  background: #000;
  background-image: url(../ambassador_hotel_bin/menu_bg.jpg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-area .rightMenu .navigation {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}
.menu-area .rightMenu .navigation .nav {
  margin: 7% auto;
  height: 100%;
  display: block;
}
.menu-area .rightMenu .navigation ul {
  vertical-align: middle;
  padding: 0;
  text-align: center;
  margin-top: 25%;
}
.menu-area .rightMenu .navigation ul li {
  list-style: none;
  margin-bottom: 8px;
}
.menu-area .rightMenu .navigation ul li a {
  transition: 0.5s ease-in-out;
  font-family: "Playfair Display", serif;
  font-size: 1.2em;
  color: #fff;
}
.menu-area .rightMenu .navigation ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .menu-area .rightMenu .navigation ul li a {
    font-size: 1.6em;
  }
}
.menu-area .rightMenu .socialmedia {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.menu-area .rightMenu .socialmedia ul {
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}
.menu-area .rightMenu .socialmedia ul li {
  display: inline-block;
  padding: 0 5px;
  list-style: none;
}
.menu-area .rightMenu .socialmedia ul li a {
  width: 26px;
  height: 30px;
  display: block;
  text-indent: -99999px;
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -10px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.menu-area .rightMenu .socialmedia ul li.facebook a  {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -10px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.menu-area .rightMenu .socialmedia ul li.instagram a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -99px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.menu-area .rightMenu .socialmedia ul li.twitter a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -53px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.menu-area .rightMenu .socialmedia ul li.youtube a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -148px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 24px;
}
.menu-area .rightMenu .socialmedia ul li.linkedin a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -199px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.menu-area .rightMenu .socialmedia ul li.tripadvisor a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -246px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 26px;
}
.menu-area .rightMenu .socialmedia ul li.pinterest a {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -295px -536px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  width: 20px;
}
.menu-area .rightMenu a.emailblock {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .menu-area .rightMenu a.emailblock {
    font-size: 0.65em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .menu-area {
    grid-template-columns: auto 100%;
    height: 100%;
  }
}

body.menuopened {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.menuopened .menu-area {
  right: 0;
}
body.menuopened .menu-area .close {
  top: 26px;
}

.content #addons,
.content #productTypes {
  padding: 20px 50px;
}
.content #addons div.roomContainer,
.content #productTypes div.roomContainer {
  min-height: 260px;
  padding-top: 50px;
  margin-bottom: 25px;
}
.content #addons div.roomContainer *,
.content #productTypes div.roomContainer * {
  text-align: left;
}
.content #addons div.roomContainer .roomName h2,
.content #productTypes div.roomContainer .roomName h2 {
  margin: 0;
  font-size: 2.2em;
  letter-spacing: 1px;
}
.content #addons div.roomContainer .roomName h2:before,
.content #productTypes div.roomContainer .roomName h2:before {
  display: none !important;
}
.content #addons div.roomContainer .minRate,
.content #productTypes div.roomContainer .minRate {
  margin: 0 0 10px;
}
.content #addons div.roomContainer .minRate h3,
.content #productTypes div.roomContainer .minRate h3 {
  color: #383838;
  margin: 0.5em 0;
  font-size: 1.2em;
}
.content #addons div.roomContainer .roomDescription,
.content #productTypes div.roomContainer .roomDescription {
  width: 90%;
}
.content #addons div.roomContainer .promotions-termsActions,
.content #productTypes div.roomContainer .promotions-termsActions {
  margin: 20px 0 0;
}
.content #addons div.roomContainer .promotions-termsActions .promotions-showTermsTrigger,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-showTermsTrigger {
  color: #383838;
  bottom: -10px;
  font-size: 11px;
  background: none;
  text-align: left;
  letter-spacing: 1px;
}
.content #addons div.roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
  text-decoration: underline;
}
.content #addons div.roomContainer .promotions-termsActions .promotions-bgLink,
.content #productTypes div.roomContainer .promotions-termsActions .promotions-bgLink {
  text-decoration: none !important;
}
.content #addons div.roomContainer .promotions-termsContent,
.content #productTypes div.roomContainer .promotions-termsContent {
  padding: 0 !important;
  left: auto !important;
  right: auto !important;
}
.content #addons div.roomContainer .promotions-termsContent .promotions-termsText,
.content #productTypes div.roomContainer .promotions-termsContent .promotions-termsText {
  padding: 0 10%;
  background: none;
}
.content #addons div.roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms,
.content #productTypes div.roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
  border-radius: 0;
  line-height: 35px;
  padding-left: 40px;
  letter-spacing: 1px;
  width: 100% !important;
  color: #000 !important;
  background: url("//static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") 97% no-repeat #f5f5f5;
}
.content #addons div.roomContainer .roomPhoto,
.content #productTypes div.roomContainer .roomPhoto {
  cursor: default;
  pointer-events: none;
}
.content #addons div.roomContainer .roomPhoto .pgContainer,
.content #productTypes div.roomContainer .roomPhoto .pgContainer {
  background: #f5f5f5;
}
.content #addons div.roomContainer .roomPhoto .pgContainer a label, .content #addons div.roomContainer .roomPhoto .pgContainer a span,
.content #productTypes div.roomContainer .roomPhoto .pgContainer a label,
.content #productTypes div.roomContainer .roomPhoto .pgContainer a span {
  display: none;
}
.content #addons div.roomContainer .roomPhoto .pgContainer .pgImage,
.content #productTypes div.roomContainer .roomPhoto .pgContainer .pgImage {
  transition: opacity 0.5s ease-out;
}
.content #addons div.roomContainer .roomDescription ul li,
.content #productTypes div.roomContainer .roomDescription ul li {
  display: block;
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.content #addons div.roomContainer .roomDescription ul li:before,
.content #productTypes div.roomContainer .roomDescription ul li:before {
  content: "-";
  padding-right: 5px;
  position: relative;
  display: inline-block;
}
.content #addons div.roomContainer .roomDescription a,
.content #productTypes div.roomContainer .roomDescription a {
  text-decoration: underline;
}
.content #addons div.roomContainer:nth-of-type(even) > div,
.content #productTypes div.roomContainer:nth-of-type(even) > div {
  float: left;
}
.content #addons div.roomContainer:nth-of-type(even) .promotions-termsActions,
.content #productTypes div.roomContainer:nth-of-type(even) .promotions-termsActions {
  float: left;
}
.content #addons div.roomContainer:nth-of-type(even) .promotions-termsActions .promotions-showTermsTrigger,
.content #productTypes div.roomContainer:nth-of-type(even) .promotions-termsActions .promotions-showTermsTrigger {
  left: 0;
}
.content #addons div.roomContainer:hover .roomPhoto .pgContainer .pgImage,
.content #productTypes div.roomContainer:hover .roomPhoto .pgContainer .pgImage {
  opacity: 0.7;
}

.imagelinkgadget {
  padding: 0;
  position: relative;
}
.imagelinkgadget .imglinkWrapper {
  text-decoration: none;
  display: flex;
  color: #000;
}
.imagelinkgadget .imglinkWrapper > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.imagelinkgadget .imglinkWrapper .imgImageWrapper {
  width: 100%;
  transform: scaleX(1) translateZ(0);
  transition: transform 1s ease;
}
.imagelinkgadget .imglinkWrapper .imgImageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper {
  padding: 8% 10%;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget .imglinkWrapper .imgContentWrapper {
    padding: 8% 5%;
  }
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper > * {
  display: none;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgDescription em {
  font-style: normal;
  color: #6E0A0A;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #F1B42A;
  text-decoration: underline;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgDescription a:hover {
  color: #232323;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgLink {
  cursor: pointer;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgLink .button {
  font-size: 1em;
}
.imagelinkgadget.with-title .imgTitle, .imagelinkgadget.with-description .imgDescription, .imagelinkgadget.with-legend .imgLink {
  display: block;
}
.imagelinkgadget.with-title .imgLink, .imagelinkgadget.with-description .imgLink {
  margin-top: 40px;
}
.imagelinkgadget.with-description .imgContentWrapper {
  min-height: 200px;
}
.imagelinkgadget.notext .imgContentWrapper {
  display: none;
}
.imagelinkgadget.noimage {
  background-image: url(../ambassador_hotel_bin/nolink_bg.jpg);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
.imagelinkgadget.noimage .imgImageWrapper {
  display: none;
}
.imagelinkgadget.nolink .imgContentWrapper h4,
.imagelinkgadget.nolink .imgContentWrapper .imgLink,
.imagelinkgadget.nolink .imgContentWrapper .imgLink .button {
  cursor: default !important;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper {
  padding-top: 56.25%;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper img, .imagelinkgadget.video .imglinkWrapper .imgImageWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper:before {
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  font-size: 44px;
  line-height: 92px;
  border-width: 6px;
}

.imagelinkgadget.availability .imglinkWrapper {
  background: none;
}
.imagelinkgadget.availability .imglinkWrapper .imgImageWrapper {
  display: none;
}
.imagelinkgadget.availability .imglinkWrapper .imgContentWrapper {
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.imagelinkgadget.availability .imglinkWrapper .imgContentWrapper .imgTitle {
  text-indent: -9999px;
}
.imagelinkgadget.availability .imglinkWrapper .imgContentWrapper .imgDescription {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.availability .imglinkWrapper .imgContentWrapper {
    padding: 0;
  }
}
.imagelinkgadget.availability .avslider-bgLink .promotions-bgLink {
  color: #fff !important;
  text-decoration: none !important;
  width: auto;
  padding: 1.5% 25px;
  background: #F1B42A;
  display: inline-block;
  transition: background 0.4s ease-out;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-transform: lowercase;
}
.imagelinkgadget.availability .avslider-bgLink .promotions-bgLink:hover {
  color: #fff;
  background-color: #000;
}

.avslider-selectdds .avslider-select-months,
.avslider-selectdds .avslider-select-years {
  font-size: 15px;
  background-image: none !important;
}

.avslider-selectdds {
  width: auto;
}

.imagelinkgadget.large {
  padding: 0 1px;
  margin: 1px 0;
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper {
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgImageWrapper {
  background: #000;
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgImageWrapper img {
  opacity: 0.8;
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper {
  position: absolute;
  text-align: center;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper {
    max-width: 80%;
  }
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 3em;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    margin-bottom: 0;
  }
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgDescription {
  font-size: 1.2em;
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgDescription em {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgDescription {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgLink {
    margin-top: 0;
  }
}
.imagelinkgadget.large:not([class*=-text]) .imglinkWrapper .imgContentWrapper .imgLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 62px;
  background: #fff;
  left: 50%;
  margin-left: -0.5px;
  margin-top: 20px;
}
.imagelinkgadget.large:not([class*=-text]).nolink .imglinkWrapper .imgContentWrapper .imgLink button {
  border: none;
}
.imagelinkgadget.large:not([class*=-text]).nolink .imglinkWrapper .imgContentWrapper .imgLink button:hover {
  background: none;
}
.imagelinkgadget.mediumtall {
  padding: 0 1px;
  margin: 1px 0;
}
.imagelinkgadget.mediumtall .imglinkWrapper {
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}
.imagelinkgadget.mediumtall .imglinkWrapper .imgImageWrapper {
  background: #000;
}
.imagelinkgadget.mediumtall .imglinkWrapper .imgImageWrapper img {
  opacity: 0.8;
}
.imagelinkgadget.mediumtall .imglinkWrapper .imgContentWrapper {
  position: absolute;
  text-align: center;
}
.imagelinkgadget.mediumtall .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  text-align: center !important;
  color: #fff;
  font-size: 2.5em;
}
.imagelinkgadget.mediumtall .imglinkWrapper .imgContentWrapper .imgLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 62px;
  background: #fff;
  left: 50%;
  margin-left: -0.5px;
  margin-top: 20px;
}
.imagelinkgadget.mediumtall.notext::before {
  content: "";
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.mediumtall.notext::before {
    top: 20px;
  }
}
.imagelinkgadget.mediumtall.notext .imgImageWrapper img {
  opacity: 1;
}
.imagelinkgadget.mediumtall.noimage {
  float: right;
  height: auto !important;
}
.imagelinkgadget.mediumtall.noimage:nth-of-type(odd) {
  margin-top: 0;
}
.imagelinkgadget.mediumtall.noimage .imglinkWrapper {
  min-height: 320px;
}
.imagelinkgadget.mediumtall.noimage .imglinkWrapper .imgContentWrapper {
  background: #000;
  top: 0;
  text-align: left;
  padding: 8% 10%;
}
.imagelinkgadget.mediumtall.noimage .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumtall {
    padding: 0;
  }
}

.imagelinkgadget.medium {
  margin-bottom: 40px;
}
.imagelinkgadget.medium .imglinkWrapper {
  display: block;
  padding: 0 10px;
}
.imagelinkgadget.medium .imglinkWrapper .imgContentWrapper {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgTitle {
  margin: 0 0 10px;
}
.imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  margin-bottom: 1px;
  text-align: left;
}
.imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgLink {
  margin-top: 10px;
}
.imagelinkgadget.medium .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #383838;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imglinkWrapper {
    padding: 0;
  }
}

.imgLinksWrapper {
  padding: 0 50px;
  min-height: 500px;
  clear: both;
}

.imagelinkgadget.small {
  margin-bottom: 40px;
}
.imagelinkgadget.small .imglinkWrapper {
  display: block;
  padding: 0 10px;
}
.imagelinkgadget.small .imglinkWrapper .imgContentWrapper {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle {
  margin: 0 0 10px;
}
.imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  margin-bottom: 1px;
  text-align: left;
  font-size: 26px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgLink {
  margin-top: 10px;
}
.imagelinkgadget.small .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #383838;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.small .imglinkWrapper {
    padding: 0;
  }
}
.imagelinkgadget.small.with-description {
  margin-bottom: 10px;
}
.imagelinkgadget.small.with-description .imglinkWrapper .imgContentWrapper {
  min-height: 290px;
  padding-bottom: 0;
}

.imgLinksWrapper {
  padding: 0 50px;
  min-height: 500px;
  clear: both;
}
@media screen and (max-width: 576px) {
  .imgLinksWrapper {
    padding: 0;
  }
}

.imagelinkgadget.smaller {
  margin-bottom: 40px;
  padding: 0 1px;
  margin: 1px 0;
}
.imagelinkgadget.smaller .imglinkWrapper {
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}
.imagelinkgadget.smaller .imglinkWrapper .imgImageWrapper {
  background: #000;
}
.imagelinkgadget.smaller .imglinkWrapper .imgImageWrapper img {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.smaller .imglinkWrapper {
    padding: 0;
  }
}
.imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper {
  position: absolute;
  text-align: center;
  min-height: auto;
}
.imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 10px;
  color: #fff;
}
.imagelinkgadget.smaller .imglinkWrapper .imgContentWrapper .imgLink {
  margin-top: 0;
}
.imagelinkgadget.smaller.noimage .imglinkWrapper {
  position: relative;
  width: 100%;
  padding-top: 113.5%;
}
.imagelinkgadget.smaller.noimage .imglinkWrapper .imgContentWrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../ambassador_hotel_bin/small_bg.png);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.imagelinkgadget.smaller.noimage .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 2.8em;
}
.imagelinkgadget.smaller.notext .imgImageWrapper img {
  opacity: 1;
}

.imagelinkgadget.mediumlarge {
  padding: 0 60px;
  margin: 30px 0;
}
.imagelinkgadget.mediumlarge .imglinkWrapper {
  align-items: center;
  flex-direction: initial;
}
.imagelinkgadget.mediumlarge .imglinkWrapper > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper {
    display: block;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper {
  padding: 2% 5% 0;
  text-align: left;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle {
  margin-bottom: 30px;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    margin-left: 0;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgDescription strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #383838;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1px;
  width: 62px;
  background: #F1B42A;
  margin-right: 16px;
  margin-bottom: 5px;
}
.gc-404758fe7ef8ed56 .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink:before {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink:before:hover {
  background: #383838;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper {
    width: 100%;
    padding-top: 40px;
  }
}
.imagelinkgadget.mediumlarge.slide-text > a {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge.slide-text > a {
    display: block;
  }
}
.imagelinkgadget.mediumlarge.slide-text .imgImageWrapper {
  float: left;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumlarge.slide-text .imgImageWrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge.slide-text .imgImageWrapper {
    width: 100%;
  }
}
.imagelinkgadget.mediumlarge.slide-text .imgContentWrapper {
  float: right;
  width: 52%;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumlarge.slide-text .imgContentWrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge.slide-text .imgContentWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.mediumlarge {
    padding: 0;
  }
}

.imagelinkgadget.mediumlarge:nth-of-type(even) .imglinkWrapper {
  flex-direction: row-reverse;
}

body.popupWindow {
  overflow: hidden;
}
body.popupWindow .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9998;
  position: fixed;
  background: #2E0F03;
}
body.popupWindow .popup {
  width: 100%;
  height: 360px;
  max-width: 720px;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
@media screen and (max-width: 992px) {
  body.popupWindow .popup {
    height: auto;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  body.popupWindow .popup {
    height: auto;
    max-width: 300px;
  }
}
body.popupWindow .popup .imglinkWrapper {
  display: block;
}
body.popupWindow .popup .imglinkWrapper .imgImageWrapper {
  float: left;
  width: 50%;
}
@media screen and (max-width: 992px) {
  body.popupWindow .popup .imglinkWrapper .imgImageWrapper {
    float: none;
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  body.popupWindow .popup .imglinkWrapper .imgImageWrapper {
    float: none;
    width: 100%;
    height: 220px;
  }
}
body.popupWindow .popup .imglinkWrapper .imgContentWrapper {
  padding: 5%;
  float: right;
  width: 50%;
  height: 360px;
  text-align: left;
  background: #fff;
  transform: translateY(0);
  opacity: 1 !important;
}
body.popupWindow .popup .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 26px;
  line-height: 32px;
  margin: 10px 0;
  text-align: left;
  font-weight: lighter;
  letter-spacing: 3px;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.popupWindow .popup .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body.popupWindow .popup .imglinkWrapper .imgContentWrapper .imgDescription {
  max-height: 160px;
  overflow: hidden;
}
body.popupWindow .popup .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #383838;
}
@media screen and (max-width: 992px) {
  body.popupWindow .popup .imglinkWrapper .imgContentWrapper {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  body.popupWindow .popup .imglinkWrapper .imgContentWrapper {
    height: auto;
  }
}
body.popupWindow .popup.with-title .imgLink, body.popupWindow .popup.with-description .imgLink {
  margin-top: 20px;
}
body.popupWindow .popup .close-popup {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}
body.popupWindow .popup .close-popup:after, body.popupWindow .popup .close-popup:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #232323;
  transform-origin: center center;
}
@media screen and (max-width: 992px) {
  body.popupWindow .popup .close-popup:after, body.popupWindow .popup .close-popup:before {
    height: 2px;
    background: #fff;
  }
}
body.popupWindow .popup .close-popup:after {
  transform: rotate(45deg);
}
body.popupWindow .popup .close-popup:before {
  transform: rotate(-45deg);
}

.imagelinkgadget.largemedium {
  padding: 0 60px;
  margin: 30px 0;
}
.homepage:not(.gc-404758fe7ef8ed56) .imagelinkgadget.largemedium.largemedium0:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../ambassador_hotel_bin/mediumtall_detail.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 731px;
  height: 557px;
  bottom: -90px;
  left: -20px;
}
.imagelinkgadget.largemedium .imglinkWrapper {
  align-items: center;
  flex-direction: row-reverse;
}
.imagelinkgadget.largemedium .imglinkWrapper > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium .imglinkWrapper > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium .imglinkWrapper {
    display: block;
  }
}
.imagelinkgadget.largemedium .imglinkWrapper .imgImageWrapper {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium .imglinkWrapper .imgImageWrapper {
    padding-left: 0px;
  }
}
.imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper {
  padding: 2% 5% 0;
  text-align: left;
}
.imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    margin-left: 0;
  }
}
.imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgDescription strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #383838;
}
.imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgLink:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 1px;
  width: 62px;
  background: #F1B42A;
  margin-right: 16px;
  margin-bottom: 5px;
}
.gc-404758fe7ef8ed56 .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgLink:before {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper .imgLink:before:hover {
  background: #383838;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium .imglinkWrapper .imgContentWrapper {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.largemedium {
    padding: 0;
  }
}

.imagelinkgadget.largemedium:nth-of-type(odd) .imglinkWrapper {
  flex-direction: initial;
}
.imagelinkgadget.largemedium:nth-of-type(odd) .imglinkWrapper .imgImageWrapper {
  padding-right: 60px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.largemedium:nth-of-type(odd) .imglinkWrapper .imgImageWrapper {
    padding-right: 0px;
  }
}

.imagelinkgadget.panoramic .imglinkWrapper {
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic .imglinkWrapper {
    display: block;
  }
}
.imagelinkgadget.panoramic .imglinkWrapper .imgImageWrapper {
  background: #000;
  height: 525px;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgImageWrapper {
    height: 365px;
  }
}
.imagelinkgadget.panoramic .imglinkWrapper .imgImageWrapper img {
  display: none;
}
.imagelinkgadget.panoramic .imglinkWrapper .imgImageWrapper span {
  opacity: 1;
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 3s ease;
  background-attachment: fixed;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgImageWrapper span {
    background-attachment: initial;
  }
}
.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper {
  position: absolute;
  text-align: center;
  left: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  padding: 30px 1px;
  overflow: hidden;
}
.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 1em;
}
.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgDescription {
  font-family: "Playfair Display", serif;
  line-height: 1.2em;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgDescription {
    line-height: 1.6em;
  }
}
.imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgLink:after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  margin: 20px auto 0;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    color: #232323;
  }
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    color: #232323;
  }
  .imagelinkgadget.panoramic .imglinkWrapper .imgContentWrapper .imgLink .button {
    color: #232323;
  }
}

.slider-type-quote-slide .bx-wrapper {
  width: 100%;
}

.quote .imglinkWrapper {
  height: 410px;
}
.quote .imglinkWrapper .imgImageWrapper {
  height: 410px;
}
.quote .imglinkWrapper .imgImageWrapper img {
  min-height: 100%;
}
.quote .imglinkWrapper .imgContentWrapper {
  width: 80%;
  overflow: hidden;
  max-height: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .quote .imglinkWrapper .imgContentWrapper {
    width: 100%;
  }
}
.quote .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  color: #fff;
  font-size: 1.8em;
}
.quote .imglinkWrapper .imgContentWrapper .imgTitle h4:after {
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  margin: 20px auto;
  position: relative;
  background: #fff;
}
.quote .imglinkWrapper .imgContentWrapper .imgDescription {
  color: #fff;
  font-size: 1.4em;
  overflow: hidden;
  max-height: 150px;
  font-family: "Playfair Display", serif;
}
.quote .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .quote .imglinkWrapper .imgContentWrapper .imgDescription {
    font-size: 1.3em;
    max-height: 200px;
  }
}
.quote .imglinkWrapper .imgContentWrapper .imgLink .button {
  color: #fff;
}
.quote:not(.notext) .imgImageWrapper {
  background: #000;
}
.quote:not(.notext) .imgImageWrapper img {
  opacity: 0.8;
}
.quote.noimage .imglinkWrapper {
  background-image: url(../ambassador_hotel_bin/footer_bg.png);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.imagelinkgadget.presslogos .imgImageWrapper {
  background: #000;
}
.imagelinkgadget.presslogos .imgImageWrapper img {
  opacity: 0.6;
}
.imagelinkgadget.presslogos .imgContentWrapper .imgTitle {
  background-image: url(../ambassador_hotel_bin/mag_logos.png);
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 52px;
}
.imagelinkgadget.presslogos .imgContentWrapper .imgTitle h4 {
  display: none;
}
#slideWrapper {
  clear: both;
}

.bx-wrapper {
  position: relative;
  margin: 0;
  width: 50%;
  max-width: none !important;
  display: block;
  float: left;
}
.bx-wrapper .bx-viewport {
  height: 100% !important;
}
.bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-controls .bx-controls-direction {
  display: block;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-indent: -99999px;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  background: red;
  width: 44px;
  height: 44px;
  display: block;
  float: left;
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -625px -808px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background-image: url(../ambassador_hotel_bin/sprite.png);
  background-position: -671px -808px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 722px auto;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .bx-wrapper {
    width: 100%;
  }
}

#contentblock .content form {
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  #contentblock .content form {
    padding: 0;
  }
}
#contentblock .content form p {
  margin: 4px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
#contentblock .content form label {
  font-size: 1em;
  letter-spacing: 1px;
  color: #000;
}
#contentblock .content form input, #contentblock .content form select, #contentblock .content form textarea {
  background: #fff;
  border: none;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  border-radius: 0 !important;
}
#contentblock .content form input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
#contentblock .content form input[type=submit] {
  border-radius: 0;
  margin-top: 30px;
}
#contentblock .content form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
#contentblock .content form select {
  height: 44px;
  border: none;
  outline: none;
  outline-offset: -1px;
}
#contentblock .content form .required {
  position: absolute;
}
#contentblock .content form #reservationFields > p {
  display: none;
}
#contentblock .content form #reservationFields > div {
  position: relative;
  margin-right: 0;
  padding-right: 10px;
  width: 33.3%;
  clear: none;
}
#contentblock .content form #reservationFields input, #contentblock .content form #reservationFields select {
  width: 100%;
}
#contentblock .content form #reservationFields #cbcheckin {
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 30px;
}
#contentblock .content form .g-recaptcha {
  margin: 40px 0;
}
#contentblock .content form .g-recaptcha div:first-of-type {
  margin: 0 auto;
}
#contentblock .content form .wspShortConsentText {
  text-decoration: none;
  letter-spacing: 1px;
  color: #000;
}
#contentblock .content form .wspShortConsentText:hover {
  color: #000;
}
#contentblock .content #subscribe_newsletter_form div {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
}
#contentblock .content #subscribe_newsletter_form div:last-of-type {
  text-align: center;
}
#contentblock .content #subscribe_newsletter_form div input[type=submit] {
  text-transform: lowercase;
}
#contentblock .content #map_canvas {
  height: 580px !important;
  margin-top: 60px;
}
#contentblock .content .nav ul {
  padding: 0;
}
#contentblock .content .nav ul li {
  display: block;
}
#contentblock .content #directionsLink {
  margin: 40px auto;
  width: 180px;
}

body.hotel-contacts #contentblock .content#c1 .holder, body.hotel-directions #contentblock .content#c1 .holder, body.hotel-subscribe #contentblock .content#c1 .holder, body.hotel-unsubscribe #contentblock .content#c1 .holder, body.hotel-gdpr #contentblock .content#c1 .holder {
  padding: 40px 0 80px;
}

#ShoppingRecovery #sr-title {
  font-family: "Playfair Display", serif;
}

#ShoppingRecovery .sr-button {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  background: #F1B42A;
  text-transform: none;
  letter-spacing: 0;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  transition: background 0.5s ease-in-out;
}
#ShoppingRecovery .sr-button:hover {
  background: #232323;
}

.bookinggadget {
  display: none;
}

.booknow {
  position: relative;
}
@media screen and (max-width: 576px) {
  .booknow {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 80;
    position: fixed;
    height: 80px;
    background: #FFFFFF;
  }
}
.booknow a {
  font-family: "Playfair Display", serif;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  font-size: 1.2em;
  line-height: 50px;
  text-transform: uppercase !important;
  background: #F1B42A;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: color 0.3s ease-in-out;
  padding: 10px 20px;
  text-decoration: none !important;
}
.gc-404758fe7ef8ed56 .booknow a {
  background: #6E0A0A;
}
.gc-404758fe7ef8ed56 .booknow a:hover {
  background: #383838;
}
@media screen and (max-width: 576px) {
  .booknow a {
    margin: 20px auto;
    display: block;
    border: 1px solid #000000;
    color: #000000;
    width: 44%;
  }
}
.booknow a:hover {
  color: #fff;
  background: #232323;
  text-decoration: none;
}

/** covid Warning **/
.covidWarning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #202020;
  padding: 0 10%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
.covidWarning > * {
  color: #fff !important;
  font-size: 12px;
  line-height: 20px;
}
.covidWarning .covidUrl {
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}
.covidWarning .covidUrl:hover {
  opacity: 0.75 !important;
}
.covidWarning .covidUrl p {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  clear: none;
  margin: 0;
  color: #F1B42A;
}
.covidWarning button.close {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-appearance: none;
  background: none;
  border: none;
  text-indent: -9999px;
}
.covidWarning button.close::before, .covidWarning button.close::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  right: 0;
  top: 12px;
  border: 0.5px solid #fff;
  transform: rotate(45deg);
}
.covidWarning button.close::after {
  transform: rotate(-45deg);
}

body.covidShowing.gc-c0000f4688950a5a #topblock {
  top: 0px;
}
@media screen and (max-width: 768px) {
  body.covidShowing.gc-c0000f4688950a5a #topblock {
    top: 0;
  }
}
body.covidShowing.gc-c0000f4688950a5a #centerblock {
  top: 0px;
}
@media screen and (max-width: 768px) {
  body.covidShowing.gc-c0000f4688950a5a #centerblock {
    top: 0;
  }
}
body.covidShowing.gc-c0000f4688950a5a .covidWarning {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.covidShowing.gc-c0000f4688950a5a .covidWarning {
    display: none;
  }
}
body.covidShowing.gc-c0000f4688950a5a.scroll2 .bookinggadget {
  top: 0px;
}
@media screen and (max-width: 768px) {
  body.covidShowing.gc-c0000f4688950a5a.scroll2 .bookinggadget {
    top: 0px;
  }
}/*# sourceMappingURL=template.css.map */