@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: 'angelinaregular';
  src: url('/css/fonts/angelina-webfont.eot');
  src: url('/css/fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/angelina-webfont.woff') format('woff'), url('/css/fonts/angelina-webfont.ttf') format('truetype'), url('/css/fonts/angelina-webfont.svg#angelinaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caslon 540 W01 Roman";
  src: url("/css/fonts/cc3c3e83-7364-42fc-af57-c555d3f00904.eot?#iefix");
  src: url("/css/fonts/cc3c3e83-7364-42fc-af57-c555d3f00904.eot?#iefix") format("eot"), url("/css/fonts/7194b1a6-135b-4fb6-af44-f5cbf8fcbe04.woff") format("woff"), url("/css/fonts/2a4b6ead-d768-4fcc-a36f-a7fc9da0e23f.ttf") format("truetype"), url("/css/fonts/c28fb4d0-5c88-4caf-9575-acb8ef5129f2.svg#c28fb4d0-5c88-4caf-9575-acb8ef5129f2") format("svg");
}
@font-face {
  font-family: "Gill Sans W01 Book";
  src: url("/css/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix");
  src: url("/css/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix") format("eot"), url("/css/fonts/2bc69477-90c2-4415-a51f-36e36eee3d5e.woff") format("woff"), url("/css/fonts/33447d8d-d920-48e7-b0a9-1d3dda80d6a6.ttf") format("truetype"), url("/css/fonts/e49c440c-7653-44ce-96d2-f775947ba9fe.svg#e49c440c-7653-44ce-96d2-f775947ba9fe") format("svg");
}
@font-face {
  font-family: 'iconmoon-icon';
  src: url('/css/fonts/icomoon.eot?v=1');
  src: url('/css/fonts/icomoon.eot?#iefix&v=1') format('embedded-opentype'), url('/css/fonts/icomoon.woff?v=1') format('woff'), url('/css/fonts/icomoon.ttf?v=1') format('truetype'), url('/css/fonts/icomoon.svg?v=1#iconmoon-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.serif {
  font-family: 'Caslon 540 W01 Roman';
}
.serif2 {
  font-family: 'angelinaregular';
}
.sans1 {
  font-family: 'Gill Sans W01 Book';
}
.icons {
  font-family: 'iconmoon-icon';
}
a.icons-P:before {
  content: "\f003";
}
a.icons-F:before {
  content: "\f005";
}
a.icons-T:before {
  content: "\f006";
}
a.icons-E:before {
  content: "\f004";
}
a.icons-L:before {
  content: "\f007";
}
a.icons-P2:before {
  content: "\f008";
}
.transition1 {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inlineBlock {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
}
.txtHd1 {
  font-family: 'angelinaregular';
  font-size: 1.3em;
  text-decoration: none;
  color: #ffffff;
}
.txtHd2 {
  font-family: 'Caslon 540 W01 Roman';
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.txtHd3 {
  font-family: 'Caslon 540 W01 Roman';
  background-color: #b0aaa2 !important;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  position: relative;
  margin-bottom: 3px;
  font-weight: normal;
}
.txt1 {
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
}
.txt-booking {
  text-overflow: ellipsis;
  position: relative;
  background-color: #7a756f;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Caslon 540 W01 Roman';
  text-transform: uppercase;
  padding: 4px 4px 4px 6px;
}
.colorDark {
  color: #000000 !important;
}
.colorDarkBackground {
  background-color: #231F20!important;
}
.colorLight {
  color: #ffffff;
}
.color1 {
  color: #8b9497;
}
.color2Background {
  background-color: #b0aaa2 !important;
}
/*

 ======================================================================================
 ======================================================================================
 ======================================================================================
 ======================================================================================
 ======================================================================================

*/
.flex-pauseplay {
  bottom: 20px;
}
.flex-pauseplay button {
  border-width: 1.5px;
}
.flex-pauseplay button:before {
  font-size: 15px;
}
.wrapper {
  width: 1080px;
  /* 1140px - 10% for margins */
}
.cookie-policy-show .cookie-policy div div p br {
  display: unset;
}
.cookie-policy-show .cookie-policy div div:nth-of-type(1) {
  padding: 0 0 0 38px;
}
.header-container > div.header {
  height: 60px;
}
.header-container > div.header div.logo {
  width: 356px;
  height: 60px;
}
.header-container > div.header div.logo a {
  border-left: none;
  height: 60px;
  background-position: -47px top;
  background-size: 115%;
  width: 312px;
  left: -1px;
}
.header-container > div.header div.logo a:focus {
  border: 1px solid #ffffff;
}
.section-navigation {
  margin-left: 36px;
}
.section-content {
  width: 696px;
  margin-left: 20px;
}
.section-content .h2 {
  top: -57px;
}
.footer-content {
  margin-left: 350px;
  margin-right: 10px;
  height: 40px;
}
.main-container,
.footer-container {
  top: 60px;
}
.main {
  padding-top: 63px;
  left: 0;
}
.booking-container {
  top: 11px;
}
.booking-container .cmp-booking {
  width: 695px;
}
.flexslider {
  max-width: inherit;
}
.flexslider .flex-on-image-caption {
  left: 6%;
  width: 88%;
}
.flexslider .flex-on-image-caption .flex-on-image-caption-main {
  font-size: 34.7px;
  line-height: 36px;
  margin-bottom: unset;
}
.flexslider .flex-on-image-caption .flex-on-image-caption-sub {
  font-size: 16.9px;
  line-height: 36px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls {
  max-width: inherit;
}
.cmp-flexslider-social .flexslider .flex-caption {
  left: 26px;
}
.cmp-section:not(.cmp-section-floating) > div:not(.cmp-section-content-recipe) {
  position: absolute;
  float: none;
  margin: 0;
}
.cmp-section-w3 {
  width: 696px !important;
}
.cmp-section-x1 {
  left: 234px;
}
.cmp-section-x2 {
  left: 468px;
}
.cmp-section-y1 {
  top: 198px;
}
.cmp-section-y2 {
  top: 396px;
}
.cmp-section-y3 {
  top: 594px;
}
.cmp-section-y4 {
  top: 792px;
}
.cmp-section-y5 {
  top: 990px;
}
.cmp-section-y6 {
  top: 1188px;
}
.cmp-section-y7 {
  top: 1386px;
}
.cmp-section-y8 {
  top: 1584px;
}
.cmp-section-y9 {
  top: 1782px;
}
.cmp-section-bgStretch {
  display: block;
}
.cmp-video {
  height: 390px !important;
}
footer nav.cmp-footer-right {
  right: 28px;
  top: 20px;
}
.cmp-section-widget {
  margin: -16px;
}
.cmp-firmdale-account {
  width: 296px;
}
.cmp-book-here-banner {
  width: 500px;
  top: -26px !important;
}
.cmp-topbar-container-has-hotel-logo-and-book-here-banner {
  height: auto;
}
.cmp-topbar-container-has-hotel-logo-and-book-here-banner .cmp-book-here-banner {
  padding-left: 70px;
  text-align: center;
  box-sizing: border-box;
}
.cmp-newsletter-popup {
  padding: 30px 20px 25px 20px;
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
.cmp-newsletter-popup p {
  margin-left: 80px;
  margin-right: 80px;
  line-height: 20px;
}
.cmp-newsletter-popup p br {
  display: block;
}
.cmp-newsletter-popup button.cmp-newsletter-popup-close {
  top: 25px;
  right: 15px;
  font-size: 14px;
}
.cmp-newsletter-popup .cmp-newsletter-popup-form input[type='text'] {
  width: 216px;
  margin-right: 10px;
}
.cmp-newsletter-popup .cmp-newsletter-popup-form .cmp-newsletter-popup-submit {
  width: 120px;
}
.newsletter-popup-content .newsletter-popup-content-content {
  position: relative;
  width: 700px;
  z-index: 10001;
  top: 20px;
}
.newsletter-popup-content .newsletter-popup-content-content .cmp-newsletter-popup-list-stack {
  display: inline-block;
  width: 30%;
}
.newsletter-popup-content .newsletter-popup-content-content fieldset:not(.cmp-newsletter-popup-list-stack) ul li {
  width: 30%;
}
.newsletter-popup-content .newsletter-popup-content-content fieldset:not(.cmp-newsletter-popup-list-stack) ul li:nth-of-type(3),
.newsletter-popup-content .newsletter-popup-content-content fieldset:not(.cmp-newsletter-popup-list-stack) ul li:nth-of-type(6) {
  width: 38%;
}
.cmp-section.cmp-newsletter-subscription-page .cmp-section-textbox h2 {
  margin-bottom: 20px;
}
.cmp-section .cmp-newsletters-signup-form fieldset legend,
.cmp-section .cmp-newsletters-signup-form fieldset .legend {
  margin-left: -23px;
  margin-right: -23px;
  padding-left: 23px;
  padding-right: 23px;
}
.cmp-section .cmp-newsletters-signup-form fieldset button {
  width: 120px;
}
.cmp-section .cmp-newsletters-signup-form fieldset > div > div {
  width: calc(50% - 8px);
  padding: 15px 25px !important;
}
.cmp-section .cmp-newsletters-signup-form fieldset > div > div:nth-of-type(odd) {
  margin-right: 5px;
}
.cmp-section .cmp-newsletters-signup-form fieldset > div > div:nth-of-type(even) {
  margin-left: 5px;
}
.cmp-section .cmp-newsletters-signup-form fieldset > div > div > div {
  display: block;
  min-height: 70px;
}
.cmp-section .cmp-newsletters-signup-form fieldset > div > div:nth-of-type(2) {
  border-top: 1px solid #fff;
}
.cmp-section .cmp-newsletters-signup-form fieldset h3 {
  margin-top: 32px;
  padding-bottom: 10px;
}
.cmp-section .cmp-newsletters-signup-form fieldset h3:first-of-type {
  margin-top: 15px !important;
}
.cmp-section .cmp-newsletters-signup-form .cmp-newsletters-signup-form-submit-block {
  padding-left: 20px;
  padding-right: 20px;
}
.cmp-section .cmp-newsletters-signup-form .cmp-newsletters-signup-form-submit-block .cmp-newsletters-signup-form-submit-block-inner {
  width: calc(100% - 110px);;
}
.cmp-section .cmp-newsletters-signup-form .cmp-newsletters-signup-form-submit-block .cmp-newsletters-signup-form-submit-block-inner input[type='text'],
.cmp-section .cmp-newsletters-signup-form .cmp-newsletters-signup-form-submit-block .cmp-newsletters-signup-form-submit-block-inner input[type='email'] {
  width: calc(33.3% - 15px);;
  margin-right: 15px;
}
.cmp-section .cmp-newsletters-signup-form .cmp-newsletters-signup-form-submit-block input[type='submit'] {
  width: 100px;
}
.cmp-section-film-club .cmp-section-film-club-textbox {
  padding: 22px 38px 15px 38px;
  margin-right: unset;
}
.cmp-section-film-club .cmp-section-film-club-film {
  margin: 9px 0 0 0;
  padding: 0 0 8px 0;
}
.cmp-section-film-club .cmp-section-film-club-film-upper-left {
  width: 233px;
}
.cmp-section-film-club .cmp-section-film-club-film-showing {
  flex-direction: row;
  flex-wrap: unset;
  padding: 2px 10px 10px 10px;
  height: unset;
}
.cmp-section-film-club .cmp-section-film-club-film-showing.first-visible {
  margin-top: 14px;
}
.cmp-section-film-club .cmp-section-film-club-film-showing .cmp-section-film-club-film-showing-date {
  padding: unset;
  width: unset;
}
.cmp-section-film-club .cmp-section-film-club-film-showing .cmp-section-film-club-film-showing-film {
  padding: unset;
  width: unset;
  flex-basis: 32px;
}
.cmp-section-film-club .cmp-section-film-club-film-showing .cmp-section-film-club-film-showing-link {
  margin-top: -3px;
  padding-right: 20px;
  width: unset;
  display: block;
  text-align: right;
}
.cmp-section-film-club .cmp-section-film-club-film-upper {
  flex-direction: row;
}
.cmp-section-film-club .cmp-section-film-club-film-lower {
  margin-bottom: -9px;
}
.cmp-section-film-club .cmp-section-film-club-film-media {
  margin-left: 15px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns {
  padding: 10px 0;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown {
  flex: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown:first-of-type {
  flex: 2 0px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown.cmp-section-film-club-dropdown-sort .cmp-section-film-club-dropdown-list {
  right: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown.cmp-section-film-club-dropdown-sort .cmp-section-film-club-dropdown-label {
  margin-right: unset;
  margin-left: revert;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown.cmp-section-film-club-dropdown-sort .cmp-section-film-club-dropdown-background {
  right: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown.cmp-section-film-club-dropdown-sort .cmp-section-film-club-dropdown-inner {
  text-align: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown.cmp-section-film-club-dropdown-sort .cmp-section-film-club-dropdown-value-container {
  margin-left: 18px;
  margin-right: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-value-container {
  width: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-list {
  right: unset;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-list li {
  padding: 0;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-list li button {
  padding: 0;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-value {
  border-bottom: none;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-value:before {
  right: 0;
  width: 6px;
  height: 6px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-background {
  width: 350px;
  padding-top: 60px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown:first-of-type {
  flex: 2 0px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown:last-of-type {
  width: 300px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown:last-of-type .cmp-section-film-club-dropdown-background {
  width: 330px;
  margin-left: -30px;
}
.cmp-section-film-club .cmp-section-film-club-dropdowns .cmp-section-film-club-dropdown .cmp-section-film-club-dropdown-label {
  display: inline-block;
  margin-bottom: 0;
}
#christmas {
  width: 1200px;
}
#christmas .christmas-container {
  width: 1200px;
}
#christmas .christmas-content-background {
  width: 1200px;
}
