/*-----------*/

/*-- Chook --*/

/*-----------*/

/*----------------*/

/*-- Reset Html --*/

/*----------------*/

* {
  margin: 0;
  padding: 0;
}
.Loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
html {
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
img {
  display: block;
  border: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  border: none;
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}
textarea {
  resize: none;
}
::-ms-clear {
  display: none;
}
::-webkit-scrollbar-track {
  width: 17px;
}
/*-----------*/

/*-- Chook --*/

/*-----------*/

.Chook .Table {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.Chook .Table .Row {
  display: table-row;
}
.Chook .Table .Row .Cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.Chook .BFC {
  position: relative;
  overflow: hidden;
}
.Chook .Clearfix:before,
.Chook .Clearfix:after {
  content: '';
  display: table;
}
.Chook .Clearfix:after {
  clear: both;
}
.Chook .Hidden {
  display: none;
}
.Chook .Clipped {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.Chook .Truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Chook .BorderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Chook .Accelerate {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
}
.Chook .Mask {
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout .InputWrap label {
  display: inline-block;
}
.Layout .InputWrap label .Required {
  color: #e60000;
}
.Layout .InputWrap label.Error {
  padding-top: 10px;
  color: #e60000;
}
.Layout .InputWrap .List {
  margin-top: -10px;
}
.Layout .InputWrap .List li {
  padding-top: 10px;
}
.Layout .InputWrap .List li td {
  vertical-align: top;
}
.Layout .InputWrap .List li td input {
  position: relative;
  top: 2px;
  outline: 0;
}
.Layout .InputWrap .List li td input:after {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  border-bottom: 2px solid transparent;
}
.Layout .InputWrap .List li td input[type=radio]:after {
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.Layout .InputWrap .List li td label {
  padding-left: 10px;
}
.Layout .InputWrap .InputLabel {
  padding-bottom: 10px;
}
.Layout .InputWrap .InputParent {
  position: relative;
}
.Layout .InputWrap .InputParent .Input {
  position: relative;
  padding: 10px 15px;
  border: 1px solid transparent;
  z-index: 1;
}
.Layout .InputWrap .InputParent .Input input,
.Layout .InputWrap .InputParent .Input select,
.Layout .InputWrap .InputParent .Input textarea,
.Layout .InputWrap .InputParent .Input span {
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  outline: 0;
}
.Layout .InputWrap .InputParent .Input input,
.Layout .InputWrap .InputParent .Input select,
.Layout .InputWrap .InputParent .Input textarea {
  position: relative;
  width: 100%;
  border: none;
  outline: 0;
  background-color: transparent;
  z-index: 2;
}
.Layout .InputWrap .InputParent .Input input,
.Layout .InputWrap .InputParent .Input select {
  height: 20px;
}
.Layout .InputWrap .InputParent .Input select {
  padding-right: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAGN9z9QAAAAAXNSR0IArs4c6QAAAMNJREFUCB1j/KigYvH3D0MbAxy8lVH5D+Z8VlERBTGYeGJi3r6TVZ3B+F/GkvMdw+tvjKzM+v///NvB+P//BYZ3Mir7YJpBWkAmsgAFfryVVX3GyMLk8evH34tCDKJcYEUgc0A2/G9oYAIJML6TUd3yn+G/N5B9m5mZ2V3g4c37IIkP8uqKf//+3QlkqjIyMG5lBAn+NzZmff/q4+L//xnCGRkZPoLF/jPwA9krBcX4YxnPnv0NEkMB72TUOkAYRRDIAQAWAkcOiOjfHQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.Layout .InputWrap .InputParent .Input select::-ms-expand {
  display: none;
}
.Layout .InputWrap .InputParent .Input span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: inherit;
  z-index: 1;
}
.Layout .InputWrap .InputParent .Input.Area {
  padding: 0;
}
.Layout .InputWrap .InputParent .Input.Area textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 15px;
}
.Layout .InputWrap .InputParent .Input.Area span {
  padding: 10px 15px;
}
.Layout .InputWrap .InputParent .Input.File input {
  font-size: 14px;
}
.Layout .InputWrap .InputParent .Options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.Layout .InputWrap.ReadOnly .InputParent .Input textarea {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.Layout .InputWrap.Focused .InputParent .Options {
  display: block;
}
.Layout .InputWrap.Error .InputParent .Input {
  border-color: #e60000 !important;
}
.Layout .InputWrap.Error input[type=checkbox]:after,
.Layout .InputWrap.Error input[type=radio]:after {
  border-color: #e60000 !important;
}
.Layout .InputWrap.HideError label.Error {
  display: none !important;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout .Lazyloader {
  display: block;
}
.Layout .Lazyloader img {
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  width: 100%;
  opacity: 0;
}
.Layout .Lazyloader img.Loaded {
  opacity: 1;
}
/*------------*/

/*-- Global --*/

/*------------*/

/*-----------------*/
/*-- Breakpoints --*/
/*-----------------*/
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout {
  font-family: futura-pt, sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.Layout h1,
.Layout h2,
.Layout h3,
.Layout h4,
.Layout h5,
.Layout h6 {
  font-family: ritzura, sans-serif;
  font-size: inherit;
  font-weight: normal;
  text-transform: uppercase;
}
.Layout p,
.Layout th,
.Layout td,
.Layout label {
  line-height: 1.2;
}
.Layout a,
.Layout button {
  -webkit-transition: color 0.3s ease-out 0s;
  -moz-transition: color 0.3s ease-out 0s;
  -ms-transition: color 0.3s ease-out 0s;
  -o-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  color: inherit;
}
.Layout a:hover,
.Layout button:hover {
  color: #b09661;
}
.Classic .Layout a:hover,
.Classic .Layout button:hover {
  color: #b19661;
}
.Lido .Layout a:hover,
.Lido .Layout button:hover {
  color: #eb5848;
}
.Ritz .Layout a:hover,
.Ritz .Layout button:hover {
  color: #d75457;
}
.Layout button {
  font-size: inherit;
}
.Layout small {
  font-size: 12px;
}
/*------------*/

/*-- Layout --*/

/*------------*/

@font-face {
  font-family: icomoon;
  src: url('../fonts/icomoon.woff?v=638023579218527000') format('woff');
}
.Layout .Sprite {
  display: inline-block;
  font-family: icomoon;
  font-weight: normal;
  line-height: 1;
}
.Layout .Sprite.Facebook:after {
  content: '\e900';
}
.Layout .Sprite.Twitter:after {
  content: '\e901';
}
.Layout .Sprite.Instagram:after {
  content: '\e902';
}
.Layout .Sprite.Hamburger:after {
  content: '\e903';
}
.Layout .Sprite.Cross:after {
  content: '\e904';
}
.Layout .Sprite.Up:after {
  content: '\e905';
}
.Layout .Sprite.Down:after {
  content: '\e906';
}
.Layout .Sprite.Left:after {
  content: '\e907';
}
.Layout .Sprite.Right:after {
  content: '\e908';
}
.Layout .Sprite.Lens:after {
  content: '\e909';
}
.Layout .Sprite.Envelope:after {
  content: '\e90a';
}
.Layout .Sprite.Ticket:after {
  content: '\e90b';
}
.Layout .Sprite.Calendar:after {
  content: '\e90c';
}
.Layout .Sprite.Trolley:after {
  content: '\e90d';
}
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout .Markup.Feature {
  position: relative;
  height: 0;
  padding-bottom: 41.8410041841%;
  overflow: hidden;
}
@media (max-width: 1383px) {
  .Layout .Markup.Feature {
    height: 572px;
    padding-bottom: 0;
  }
}
@media (max-width: 657px) {
  .Layout .Markup.Feature {
    height: 320px;
  }
}
.Layout .Markup.Feature .Foreground {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.Layout .Markup.Feature .Foreground .Boundary {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.Layout .Markup.Feature .Foreground .Boundary .Byline {
  font-size: 18px;
  color: #b09661;
}
.Classic .Layout .Markup.Feature .Foreground .Boundary .Byline {
  color: #b19661;
}
.Lido .Layout .Markup.Feature .Foreground .Boundary .Byline {
  text-transform: uppercase;
  color: #f7941d;
}
.Ritz .Layout .Markup.Feature .Foreground .Boundary .Byline {
  color: #d75457;
}
.Layout .Markup.Feature .Foreground .Boundary .Title {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: ritzura, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1041px) {
  .Layout .Markup.Feature .Foreground .Boundary .Title {
    font-size: 24px;
  }
}
.Lido .Layout .Markup.Feature .Foreground .Boundary .Title {
  letter-spacing: 4px;
}
.Layout .Markup.Feature .Foreground .Boundary .CallToAction {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #b09661;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Markup.Feature .Foreground .Boundary .CallToAction .Sprite {
  margin-left: 10px;
  font-size: 12px;
}
.Classic .Layout .Markup.Feature .Foreground .Boundary .CallToAction {
  border-top-color: #b19661;
}
.Lido .Layout .Markup.Feature .Foreground .Boundary .CallToAction {
  border-top-color: #f7941d;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.Ritz .Layout .Markup.Feature .Foreground .Boundary .CallToAction {
  border-top-color: #d75457;
}
.Layout .Markup.Feature .Background {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 41.8410041841%;
  z-index: 1;
}
@media (max-width: 1383px) {
  .Layout .Markup.Feature .Background {
    width: 1366px;
    height: 572px;
    padding-bottom: 0;
  }
}
@media (max-width: 657px) {
  .Layout .Markup.Feature .Background {
    width: 765px;
    height: 320px;
  }
}
.Layout .Markup.Feature .Background .Scrim,
.Layout .Markup.Feature .Background .Video {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.Layout .Markup.Feature .Background .Scrim {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#99000000,EndColorStr=#00000000, GradientType=0);
  z-index: 3;
}
.Layout .Markup.Feature .Background .Video {
  z-index: 2;
}
.Layout .Markup.Feature .Background .Video video {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.1s ease-out 0s;
  -moz-transition: opacity 0.1s ease-out 0s;
  -ms-transition: opacity 0.1s ease-out 0s;
  -o-transition: opacity 0.1s ease-out 0s;
  transition: opacity 0.1s ease-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  opacity: 0;
}
.Layout .Markup.Feature .Background .Video video.Loaded {
  opacity: 1;
}
.Layout .Markup.Feature .Background .Lazyloader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.Layout .Markup.Feature .Background .Lazyloader img {
  height: 100%;
}
.Layout .Markup.Movie .Image {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
  border-bottom: 2px solid #ffebc6;
}
.App .Layout .Markup.Movie .Image {
  transition: none !important;
  filter: none !important;
}
.Layout .Markup.Movie .Image:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Markup.Movie .Image img {
  width: 100%;
}
.Classic .Layout .Markup.Movie .Image {
  border-bottom-color: #b19661;
}
.Lido .Layout .Markup.Movie .Image {
  border-bottom-width: 0;
}
.Ritz .Layout .Markup.Movie .Image {
  border-bottom-width: 0;
}
.Layout .Markup.Movie .Byline {
  display: block;
  margin-top: 15px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .Layout .Markup.Movie .Byline {
  color: #b19661;
}
.Lido .Layout .Markup.Movie .Byline {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
}
.Ritz .Layout .Markup.Movie .Byline {
  color: #d75457;
}
.Layout .Markup.Movie .Title {
  display: block;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 1041px) {
  .Layout .Markup.Movie .Title {
    font-size: 20px;
  }
}
.Classic .Layout .Markup.Movie .Title {
  color: #414141;
}
.Lido .Layout .Markup.Movie .Title {
  letter-spacing: 4px;
}
.Layout .Markup.Media {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.Layout .Markup.Media .Video {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
  position: relative;
}
.App .Layout .Markup.Media .Video {
  transition: none !important;
  filter: none !important;
}
.Layout .Markup.Media .Video:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Markup.Media .Video:before,
.Layout .Markup.Media .Video:after {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.Layout .Markup.Media .Video:before {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-bottom: 7px solid transparent;
  z-index: 2;
}
.Layout .Markup.Media .Video:after {
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  width: 40px;
  height: 40px;
  background-color: #b09661;
  z-index: 1;
}
.Layout .Markup.Media .Video img {
  width: 100%;
}
.Layout .Markup.Media .Image {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
}
.App .Layout .Markup.Media .Image {
  transition: none !important;
  filter: none !important;
}
.Layout .Markup.Media .Image:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Markup.Media .Image img {
  width: 100%;
}
.Layout .Markup.Event {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.Layout .Markup.Event .Image {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 37.6811594203%;
}
.App .Layout .Markup.Event .Image {
  transition: none !important;
  filter: none !important;
}
.Layout .Markup.Event .Image:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Markup.Event .Image .Container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Layout .Markup.Event .Image .Container .Date {
  position: absolute;
  right: 20px;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.Layout .Markup.Event .Image .Container .Date .Text {
  display: block;
  position: relative;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-family: ritzura, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: 100000px;
  color: black;
  z-index: 2;
}
.Lido .Layout .Markup.Event .Image .Container .Date .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Markup.Event .Image .Container .Date .Sprite {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 68px;
  z-index: 1;
}
.Layout .Markup.Event .Image .Container .Overflow {
  position: relative;
  height: 100%;
}
.Layout .Markup.Event .Image .Container .Overflow .Pin {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
  background-color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  color: white;
}
.Layout .Markup.Event .Image .Container .Overflow .Pin .Svg {
  transform: scale(0.6);
}
.Layout .Markup.Event .Image .Container .Overflow .Lazyloader {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.Layout .Markup.Event .Image .Container .Overflow .Lazyloader img {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
}
.Layout .Markup.Event .Copy {
  position: relative;
  padding: 15px 20px 20px;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1041px) {
  .Layout .Markup.Event .Copy {
    padding-top: 10px;
  }
}
.Layout .Markup.Event .Copy .Attribute {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.2;
  z-index: 2;
}
.Layout .Markup.Event .Copy .Line {
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 1px;
  z-index: 1;
}
@media (max-width: 1041px) {
  .Layout .Markup.Event .Copy .Line {
    top: 20px;
  }
}
.Layout .Markup.Event .Copy .Title {
  display: block;
  margin-top: 5px;
  font-family: ritzura, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1041px) {
  .Layout .Markup.Event .Copy .Title {
    font-size: 20px;
  }
}
.Lido .Layout .Markup.Event .Copy .Title {
  letter-spacing: 4px;
}
.Layout .Markup.Event .Copy .Description {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1041px) {
  .Layout .Markup.Event .Copy .Description {
    font-size: 16px;
  }
}
.Layout .Markup.Event .Copy .Button {
  margin-top: 20px;
}
.Lido .Layout .Markup.Event .Copy {
  background-color: #232323;
}
.Layout .Markup.Generic .Image {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
  border-bottom: 2px solid #ffebc6;
}
.App .Layout .Markup.Generic .Image {
  transition: none !important;
  filter: none !important;
}
.Layout .Markup.Generic .Image:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Markup.Generic .Image img {
  width: 100%;
}
.Classic .Layout .Markup.Generic .Image {
  border-bottom-color: #b19661;
}
.Lido .Layout .Markup.Generic .Image {
  border-bottom-width: 0;
}
.Ritz .Layout .Markup.Generic .Image {
  border-bottom-width: 0;
}
.Layout .Markup.Generic .Title {
  display: block;
  margin-top: 20px;
  font-family: ritzura, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 1041px) {
  .Layout .Markup.Generic .Title {
    font-size: 20px;
  }
}
.Classic .Layout .Markup.Generic .Title {
  color: #414141;
}
.Lido .Layout .Markup.Generic .Title {
  letter-spacing: 4px;
}
/*----------*/

/*-- HTML --*/

/*----------*/

html {
  background-color: #94002e;
}
html.ToggleTicketing {
  overflow-y: hidden;
}
html.Classic {
  background-color: #efeadf;
}
html.Lido {
  background-color: black;
}
html.Ritz {
  background-color: #1c2337;
}
html.App {
  overflow-y: visible;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout .Loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 8;
}
.Layout .Loading img {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.ToggleLoading .Layout .Loading {
  display: block;
}
.ToggleError .Layout .Loading img {
  display: none;
}
.ToggleError .Layout .Loading:before {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: 'Sorry, something has gone wrong. Please refresh the page and try again.';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  line-height: 1.2;
  text-align: center;
  color: white;
}
.Layout .Modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.Layout .Modal .Foreground {
  position: relative;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.Layout .Modal .Foreground .Media {
  position: relative;
  height: 100%;
}
.Layout .Modal .Foreground .Media .Close {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: auto;
  z-index: 2;
}
.Layout .Modal .Foreground .Media .Arrow {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  pointer-events: auto;
  z-index: 2;
}
@media (max-width: 657px) {
  .Layout .Modal .Foreground .Media .Arrow {
    display: none;
  }
}
.Layout .Modal .Foreground .Media .Arrow.Previous {
  left: 20px;
}
.Layout .Modal .Foreground .Media .Arrow.Next {
  right: 20px;
}
.Layout .Modal .Foreground .Media .Video,
.Layout .Modal .Foreground .Media .Image {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  max-width: 177.78vh;
  max-height: 100vh;
  border: 0;
  pointer-events: auto;
  background-color: black;
  z-index: 1;
}
.Layout .Modal .Background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.Layout .Drawer {
  -webkit-transition: top 0.3s ease-out 0s;
  -moz-transition: top 0.3s ease-out 0s;
  -ms-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
  position: fixed;
  top: -100%;
  left: 0;
  right: -17px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: black;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
}
.Layout .Drawer .Logo {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.App .Layout .Drawer .Logo {
  transition: none !important;
  filter: none !important;
}
.Layout .Drawer .Logo:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Drawer .Logo img {
  width: 96px;
}
.Classic .Layout .Drawer .Logo img:first-child {
  display: none;
}
.Layout .Drawer .Logo img:last-child {
  display: none;
}
.Classic .Layout .Drawer .Logo img:last-child {
  display: block;
}
.Classic .Layout .Drawer .Logo img {
  width: 65px;
}
.Lido .Layout .Drawer .Logo img {
  width: 84px;
}
.Ritz .Layout .Drawer .Logo img {
  width: 82px;
}
.Classic .Layout .Drawer .Logo {
  margin-top: 42px;
  margin-bottom: 42px;
}
.Lido .Layout .Drawer .Logo {
  margin-top: 48px;
  margin-bottom: 48px;
}
.Ritz .Layout .Drawer .Logo {
  margin-top: 47px;
  margin-bottom: 47px;
}
.Layout .Drawer .Toggle {
  position: absolute;
  top: 52px;
  right: 17px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Drawer .Toggle:hover {
  color: #ed8456;
}
.Classic .Layout .Drawer .Toggle:hover {
  color: #b19661;
}
.Lido .Layout .Drawer .Toggle:hover {
  color: #eb5848;
}
.Ritz .Layout .Drawer .Toggle:hover {
  color: #d75457;
}
.Layout .Drawer .Toggle .Sprite {
  margin-left: 8px;
  font-size: 12px;
}
.Classic .Layout .Drawer .Toggle {
  top: 54px;
}
.Lido .Layout .Drawer .Toggle {
  top: 56px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .Layout .Drawer .Toggle {
  top: 56px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Drawer .Menu li {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Drawer .Menu li a:hover {
  color: #ed8456;
}
.Classic .Layout .Drawer .Menu li a:hover {
  color: #b19661;
}
.Lido .Layout .Drawer .Menu li a:hover {
  color: #eb5848;
}
.Ritz .Layout .Drawer .Menu li a:hover {
  color: #d75457;
}
.Layout .Drawer .Menu li.Large {
  margin-top: 30px;
  font-size: 20px;
  color: white;
}
.Layout .Drawer .Menu li.Large:first-child {
  margin-top: 0;
}
.Layout .Drawer .Menu li.Large + .Small {
  margin-top: 50px;
}
.Layout .Drawer .Menu li.Small {
  margin-top: 15px;
  font-size: 14px;
  color: #ffebc6;
}
.Classic .Layout .Drawer .Menu li.Small {
  color: #efeadf;
}
.Lido .Layout .Drawer .Menu li.Small {
  color: white;
}
.Layout .Drawer .Menu li.Selected {
  color: #ed8456;
}
.Classic .Layout .Drawer .Menu li.Selected {
  color: #b19661;
}
.Lido .Layout .Drawer .Menu li.Selected {
  color: #eb5848;
}
.Ritz .Layout .Drawer .Menu li.Selected {
  color: #d75457;
}
.Lido .Layout .Drawer .Menu li {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .Layout .Drawer .Menu li {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Drawer .Social {
  margin-top: 50px;
}
.Layout .Drawer .Social li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffebc6;
}
.Layout .Drawer .Social li a:hover {
  color: #ed8456;
}
.Classic .Layout .Drawer .Social li a:hover {
  color: #b19661;
}
.Lido .Layout .Drawer .Social li a:hover {
  color: #eb5848;
}
.Ritz .Layout .Drawer .Social li a:hover {
  color: #d75457;
}
.Classic .Layout .Drawer .Social li {
  color: white;
}
.Lido .Layout .Drawer .Social li {
  color: white;
}
.Ritz .Layout .Drawer .Social li {
  color: white;
}
.Layout .Drawer .Address {
  margin-top: 50px;
}
.Layout .Drawer .Address p:last-child {
  margin-top: 10px;
}
.Layout .Drawer .SignIn {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  display: block;
  max-width: 290px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: black;
  background-color: #b09661;
}
.Layout .Drawer .SignIn:hover {
  color: black;
  background-color: #c1ad83;
}
.Classic .Layout .Drawer .SignIn:hover {
  background-color: #89cab9;
}
.Lido .Layout .Drawer .SignIn:hover {
  background-color: #f08276;
}
.Ritz .Layout .Drawer .SignIn:hover {
  background-color: #f6a5a6;
}
.Classic .Layout .Drawer .SignIn {
  background-color: #acdace;
}
.Lido .Layout .Drawer .SignIn {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #eb5848;
}
.Ritz .Layout .Drawer .SignIn {
  background-color: #d75457;
}
@media (max-width: 1041px) {
  .ToggleDrawer .Layout .Drawer {
    top: 0;
  }
}
.Classic .Layout .Drawer {
  background-color: #1f1954;
}
.Layout .Cart {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: top 0.3s ease-out 0s;
  -moz-transition: top 0.3s ease-out 0s;
  -ms-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background-color: #7b0026;
  z-index: 4;
}
.Layout .Cart .Top {
  position: relative;
  border-bottom: 2px solid #b09661;
}
.Layout .Cart .Top .Title {
  display: block;
  padding: 20px;
  font-family: ritzura, sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}
.Layout .Cart .Top .Toggle {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
}
.Classic .Layout .Cart .Top {
  border-bottom-color: white;
}
.Lido .Layout .Cart .Top {
  border-bottom-color: #eb5848;
}
.Ritz .Layout .Cart .Top {
  border-bottom-color: #d75457;
}
.Layout .Cart .Middle {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.Layout .Cart .Middle:after {
  background: -moz-linear-gradient(top, rgba(123, 0, 39, 0) 0, rgba(123, 0, 39, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(123, 0, 39, 0)), color-stop(100%, rgba(123, 0, 39, 1)));
  background: -o-linear-gradient(top, rgba(123, 0, 39, 0) 0, rgba(123, 0, 39, 1) 100%);
  background: linear-gradient(to bottom, rgba(123, 0, 39, 0), rgba(123, 0, 39, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#007A0026,EndColorStr=#FF7A0026, GradientType=0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
}
.Classic .Layout .Cart .Middle:after {
  background: -moz-linear-gradient(top, rgba(212, 199, 170, 0) 0, rgba(212, 199, 170, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(212, 199, 170, 0)), color-stop(100%, rgba(212, 199, 170, 1)));
  background: -o-linear-gradient(top, rgba(212, 199, 170, 0) 0, rgba(212, 199, 170, 1) 100%);
  background: linear-gradient(to bottom, rgba(212, 199, 170, 0), rgba(212, 199, 170, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00D4C7AA,EndColorStr=#FFD4C7AA, GradientType=0);
}
.Lido .Layout .Cart .Middle:after {
  background: -moz-linear-gradient(top, rgba(38, 38, 38, 0) 0, rgba(38, 38, 38, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(38, 38, 38, 0)), color-stop(100%, rgba(38, 38, 38, 1)));
  background: -o-linear-gradient(top, rgba(38, 38, 38, 0) 0, rgba(38, 38, 38, 1) 100%);
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0), rgba(38, 38, 38, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00262626,EndColorStr=#FF262626, GradientType=0);
}
.Ritz .Layout .Cart .Middle:after {
  background: -moz-linear-gradient(top, rgba(28, 35, 55, 0) 0, rgba(28, 35, 55, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(28, 35, 55, 0)), color-stop(100%, rgba(28, 35, 55, 1)));
  background: -o-linear-gradient(top, rgba(28, 35, 55, 0) 0, rgba(28, 35, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(28, 35, 55, 0), rgba(28, 35, 55, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#001C2337,EndColorStr=#FF1C2337, GradientType=0);
}
.Layout .Cart .Middle .Overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: -17px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.Layout .Cart .Middle .Overflow li {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.Layout .Cart .Middle .Overflow li .Image {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  float: left;
  border: 1px solid #ffebc6;
}
.Classic .Layout .Cart .Middle .Overflow li .Image {
  border-color: #b19661;
}
.Lido .Layout .Cart .Middle .Overflow li .Image {
  border-color: white;
}
.Ritz .Layout .Cart .Middle .Overflow li .Image {
  border-color: #d75457;
}
.Layout .Cart .Middle .Overflow li .Description {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.Layout .Cart .Middle .Overflow li .Description .Title {
  display: block;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Cart .Middle .Overflow li .Description .Price {
  display: block;
  line-height: 1.2;
}
.Layout .Cart .Middle .Overflow li .Calculator {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.Layout .Cart .Bottom {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #ffebc6;
}
.Layout .Cart .Bottom .Text {
  float: left;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Cart .Bottom .Price {
  display: block;
  text-align: right;
}
.Layout .Cart .Bottom .Button {
  display: block;
  margin-top: 30px;
  background-color: #ed8456;
}
.Layout .Cart .Bottom .Button:hover {
  background-color: #f2a684;
}
.Classic .Layout .Cart .Bottom .Button:hover {
  background-color: #c2ad83;
}
.Lido .Layout .Cart .Bottom .Button:hover {
  background-color: #f08276;
}
.Ritz .Layout .Cart .Bottom .Button:hover {
  background-color: #f6a5a6;
}
.Classic .Layout .Cart .Bottom .Button {
  background-color: #b19661;
}
.Lido .Layout .Cart .Bottom .Button {
  background-color: #eb5848;
}
.Ritz .Layout .Cart .Bottom .Button {
  background-color: #d75457;
}
.Classic .Layout .Cart .Bottom {
  border-top-color: white;
}
.Lido .Layout .Cart .Bottom {
  border-top-color: white;
}
.Ritz .Layout .Cart .Bottom {
  border-top-color: white;
}
.ToggleCart .Layout .Cart {
  display: flex;
}
.Classic .Layout .Cart {
  background-color: #d4c7aa;
}
.Lido .Layout .Cart {
  background-color: #262626;
}
.Ritz .Layout .Cart {
  background-color: #1c2337;
}
.Layout .Header {
  position: relative;
  z-index: 3;
}
.Layout .Header .Buttons {
  background-color: black;
}
.Layout .Header .Buttons ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.Layout .Header .Buttons ul li {
  display: inline-block;
  color: #ffebc6;
}
.Layout .Header .Buttons ul li a {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Header .Buttons ul li a:hover {
  color: #b09661;
}
.Classic .Layout .Header .Buttons ul li a:hover {
  color: #b19661;
}
.Lido .Layout .Header .Buttons ul li a:hover {
  color: #eb5848;
}
.Ritz .Layout .Header .Buttons ul li a:hover {
  color: #eba9a9;
}
.Lido .Layout .Header .Buttons ul li a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .Layout .Header .Buttons ul li a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Header .Buttons ul li.Search {
  float: left;
  font-size: 14px;
}
@media (max-width: 1041px) {
  .Layout .Header .Buttons ul li.Search {
    display: none;
  }
}
.Layout .Header .Buttons ul li.Search .Sprite {
  margin-right: 8px;
  font-size: 12px;
}
.Layout .Header .Buttons ul li.Shop {
  font-size: 12px;
}
@media (max-width: 657px) {
  .Layout .Header .Buttons ul li.Shop {
    font-size: 10px;
  }
}
.Layout .Header .Buttons ul li.MyDetails {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1041px) {
  .Layout .Header .Buttons ul li.MyDetails {
    float: left;
    margin-left: 0;
  }
}
.Layout .Header .Buttons ul li.SignIn {
  margin-left: 10px;
  margin-right: -15px;
  font-size: 14px;
  color: black;
}
.Layout .Header .Buttons ul li.SignIn a {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  padding-left: 10px;
  padding-right: 10px;
  font-family: ritzura, sans-serif;
  background-color: #b09661;
}
.Layout .Header .Buttons ul li.SignIn a:hover {
  color: inherit;
  background-color: #c1ad83;
}
.Classic .Layout .Header .Buttons ul li.SignIn a:hover {
  background-color: #89cab9;
}
.Lido .Layout .Header .Buttons ul li.SignIn a:hover {
  background-color: #f08276;
}
.Ritz .Layout .Header .Buttons ul li.SignIn a:hover {
  background-color: #f6a5a6;
}
.Classic .Layout .Header .Buttons ul li.SignIn a {
  background-color: #acdace;
}
.Lido .Layout .Header .Buttons ul li.SignIn a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #eb5848;
}
.Ritz .Layout .Header .Buttons ul li.SignIn a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #ae9b62;
}
.Classic .Layout .Header .Buttons ul li.SignIn {
  color: #222222;
}
.Lido .Layout .Header .Buttons ul li.SignIn {
  color: black;
}
.Ritz .Layout .Header .Buttons ul li.SignIn {
  color: black;
}
.Classic .Layout .Header .Buttons ul li {
  color: #efeadf;
}
.Lido .Layout .Header .Buttons ul li {
  color: white;
}
.Ritz .Layout .Header .Buttons ul li {
  color: #1d2335;
}
.Classic .Layout .Header .Buttons {
  background-color: #1f1954;
}
.Lido .Layout .Header .Buttons {
  background-color: black;
}
.Ritz .Layout .Header .Buttons {
  background-color: #d75457;
}
.Layout .Header > .Search {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 4px solid #b09661;
  background-color: white;
  z-index: 2;
}
@media (max-width: 1041px) {
  .Layout .Header > .Search {
    top: 90px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.Layout .Header > .Search .InputWrap {
  border-bottom: 1px solid black;
}
.Layout .Header > .Search .InputWrap .InputParent .Input {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.Layout .Header > .Search .InputWrap .InputParent .Input input,
.Layout .Header > .Search .InputWrap .InputParent .Input span {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1041px) {
  .Layout .Header > .Search .InputWrap .InputParent .Input input,
  .Layout .Header > .Search .InputWrap .InputParent .Input span {
    font-size: 18px;
  }
}
.Layout .Header > .Search .InputWrap .InputParent .Input input {
  color: #414141;
}
.Layout .Header > .Search .InputWrap .InputParent .Input span {
  color: #9b9b9b;
}
.Layout .Header > .Search h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #94002e;
}
.Classic .Layout .Header > .Search h2 {
  color: #414141;
}
.Lido .Layout .Header > .Search h2 {
  color: black;
}
.Ritz .Layout .Header > .Search h2 {
  color: black;
}
.Layout .Header > .Search ul {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
@media (max-width: 1041px) {
  .Layout .Header > .Search ul {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
  }
}
.Layout .Header > .Search ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1041px) {
  .Layout .Header > .Search ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 657px) {
  .Layout .Header > .Search ul li {
    width: 50%;
  }
}
@media (max-width: 657px) {
  .Layout .Header > .Search ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 657px) {
  .Layout .Header > .Search ul li:nth-child(3) {
    clear: left;
  }
}
.Layout .Header > .Search ul li .Glow {
  display: block;
}
.Layout .Header > .Search ul li .Glow img {
  width: 100%;
}
.Layout .Header > .Search ul li .Title {
  display: inline-block;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #414141;
}
@media (max-width: 1041px) {
  .Layout .Header > .Search ul li .Title {
    font-size: 14px;
  }
}
.Layout .Header > .Search ul li .Title:hover {
  color: #ed8456;
}
.Classic .Layout .Header > .Search ul li .Title:hover {
  color: #b19661;
}
.Lido .Layout .Header > .Search ul li .Title:hover {
  color: #eb5848;
}
.Ritz .Layout .Header > .Search ul li .Title:hover {
  color: #d75457;
}
.Classic .Layout .Header > .Search {
  border-bottom-color: #b19661;
}
.Lido .Layout .Header > .Search {
  border-bottom-color: #eb5848;
}
.Ritz .Layout .Header > .Search {
  border-bottom-color: #d75457;
}
.ToggleSearch .Layout .Header > .Search {
  display: block;
}
.Layout .Header .Menu {
  position: relative;
  border-bottom: 4px solid #b09661;
  z-index: 1;
}
@media (max-width: 1041px) {
  .Layout .Header .Menu {
    border-bottom-width: 2px;
  }
}
.Layout .Header .Menu ul {
  height: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: justify;
}
@media (max-width: 1041px) {
  .Layout .Header .Menu ul {
    height: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.Layout .Header .Menu ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.Layout .Header .Menu ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ffebc6;
}
.Layout .Header .Menu ul li a {
  display: block;
  position: relative;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.Layout .Header .Menu ul li a:hover {
  color: #ffebc6;
}
.Classic .Layout .Header .Menu ul li a:hover {
  color: black;
}
.Lido .Layout .Header .Menu ul li a:hover {
  color: white;
}
.Ritz .Layout .Header .Menu ul li a:hover {
  color: #d75457;
}
.Lido .Layout .Header .Menu ul li a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .Layout .Header .Menu ul li a {
  font-family: boulder-mono-regular, sans-serif;
  font-weight: bold;
}
.Layout .Header .Menu ul li.Search,
.Layout .Header .Menu ul li.Options {
  display: none;
  width: 85px;
}
@media (max-width: 1041px) {
  .Layout .Header .Menu ul li.Search,
  .Layout .Header .Menu ul li.Options {
    display: inline-block;
  }
}
.Layout .Header .Menu ul li.Search a:hover,
.Layout .Header .Menu ul li.Options a:hover {
  color: #b09661;
}
.Classic .Layout .Header .Menu ul li.Search a:hover,
.Classic .Layout .Header .Menu ul li.Options a:hover {
  color: #b19661;
}
.Lido .Layout .Header .Menu ul li.Search a:hover,
.Lido .Layout .Header .Menu ul li.Options a:hover {
  color: #eb5848;
}
.Ritz .Layout .Header .Menu ul li.Search a:hover,
.Ritz .Layout .Header .Menu ul li.Options a:hover {
  color: #d75457;
}
.Layout .Header .Menu ul li.Search {
  text-align: left;
}
.Layout .Header .Menu ul li.Search .Sprite {
  margin-right: 8px;
  font-size: 12px;
}
.Layout .Header .Menu ul li.Options {
  text-align: right;
}
.Layout .Header .Menu ul li.Options .Sprite {
  margin-left: 8px;
  font-size: 12px;
}
@media (max-width: 1041px) {
  .Layout .Header .Menu ul li.Item {
    display: none;
  }
}
.Layout .Header .Menu ul li.Item a:before {
  -webkit-transition: width 0.3s ease-out 0s;
  -moz-transition: width 0.3s ease-out 0s;
  -ms-transition: width 0.3s ease-out 0s;
  -o-transition: width 0.3s ease-out 0s;
  transition: width 0.3s ease-out 0s;
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffebc6;
}
.Classic .Layout .Header .Menu ul li.Item a:before {
  background-color: black;
}
.Lido .Layout .Header .Menu ul li.Item a:before {
  background-color: white;
}
.Ritz .Layout .Header .Menu ul li.Item a:before {
  background-color: #d75457;
}
.Layout .Header .Menu ul li.Item a:hover:before {
  width: 100%;
}
.Layout .Header .Menu ul li.Item:nth-child(2),
.Layout .Header .Menu ul li.Item:nth-child(3),
.Layout .Header .Menu ul li.Item:nth-child(4),
.Layout .Header .Menu ul li.Item:nth-child(5) {
  margin-right: -9px;
}
.Classic .Layout .Header .Menu ul li.Item:nth-child(2),
.Classic .Layout .Header .Menu ul li.Item:nth-child(3),
.Classic .Layout .Header .Menu ul li.Item:nth-child(4),
.Classic .Layout .Header .Menu ul li.Item:nth-child(5) {
  margin-right: -9px;
}
.Lido .Layout .Header .Menu ul li.Item:nth-child(2),
.Lido .Layout .Header .Menu ul li.Item:nth-child(3),
.Lido .Layout .Header .Menu ul li.Item:nth-child(4),
.Lido .Layout .Header .Menu ul li.Item:nth-child(5) {
  margin-right: 0;
}
.Ritz .Layout .Header .Menu ul li.Item:nth-child(2),
.Ritz .Layout .Header .Menu ul li.Item:nth-child(3),
.Ritz .Layout .Header .Menu ul li.Item:nth-child(4),
.Ritz .Layout .Header .Menu ul li.Item:nth-child(5) {
  margin-right: 0;
}
.Layout .Header .Menu ul li.Logo a {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
}
.App .Layout .Header .Menu ul li.Logo a {
  transition: none !important;
  filter: none !important;
}
.Layout .Header .Menu ul li.Logo a:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Header .Menu ul li.Logo a img {
  width: 193px;
}
@media (max-width: 1041px) {
  .Layout .Header .Menu ul li.Logo a img {
    width: 96px;
  }
}
.Layout .Header .Menu ul li.Logo a img:last-child {
  display: none;
}
.Classic .Layout .Header .Menu ul li.Logo a img {
  width: 98px;
}
@media (max-width: 1041px) {
  .Classic .Layout .Header .Menu ul li.Logo a img {
    width: 65px;
  }
}
.Lido .Layout .Header .Menu ul li.Logo a img {
  width: 125px;
}
@media (max-width: 1041px) {
  .Lido .Layout .Header .Menu ul li.Logo a img {
    width: 84px;
  }
}
.Ritz .Layout .Header .Menu ul li.Logo a img {
  width: 120px;
}
@media (max-width: 1041px) {
  .Ritz .Layout .Header .Menu ul li.Logo a img {
    width: 82px;
  }
}
.Layout .Header .Menu ul li.Selected {
  color: #ed8456;
}
.Classic .Layout .Header .Menu ul li.Selected {
  color: #b19661;
}
.Lido .Layout .Header .Menu ul li.Selected {
  color: #eb5848;
}
.Ritz .Layout .Header .Menu ul li.Selected {
  color: #d75457;
}
.Classic .Layout .Header .Menu ul li {
  color: #414141;
  vertical-align: bottom;
}
@media (max-width: 1041px) {
  .Classic .Layout .Header .Menu ul li {
    vertical-align: middle;
  }
}
.Lido .Layout .Header .Menu ul li {
  color: white;
}
.Ritz .Layout .Header .Menu ul li {
  color: #f6a5a6;
}
.Classic .Layout .Header .Menu ul {
  height: 60px;
}
@media (max-width: 1041px) {
  .Classic .Layout .Header .Menu ul {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.Lido .Layout .Header .Menu ul {
  height: 48px;
}
@media (max-width: 1041px) {
  .Lido .Layout .Header .Menu ul {
    height: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.Ritz .Layout .Header .Menu ul {
  height: 50px;
}
@media (max-width: 1041px) {
  .Ritz .Layout .Header .Menu ul {
    height: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.Classic .Layout .Header .Menu {
  border-bottom-color: #b19661;
}
.Lido .Layout .Header .Menu {
  border-bottom-color: #eb5848;
}
.Ritz .Layout .Header .Menu {
  border-bottom-color: #d75457;
}
.Layout .Header .SubMenu {
  background-color: black;
  text-align: center;
}
.Layout .Header .SubMenu .Boundary {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.Layout .Header .SubMenu .Boundary:before,
.Layout .Header .SubMenu .Boundary:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.Layout .Header .SubMenu .Boundary:before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF000000,EndColorStr=#00000000, GradientType=1);
  left: 0;
  width: 15px;
}
.Classic .Layout .Header .SubMenu .Boundary:before {
  background: -moz-linear-gradient(left, rgba(31, 25, 84, 1) 0, rgba(31, 25, 84, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(31, 25, 84, 1)), color-stop(100%, rgba(31, 25, 84, 0)));
  background: -o-linear-gradient(left, rgba(31, 25, 84, 1) 0, rgba(31, 25, 84, 0) 100%);
  background: linear-gradient(to right, rgba(31, 25, 84, 1), rgba(31, 25, 84, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF1F1954,EndColorStr=#001F1954, GradientType=1);
}
.Lido .Layout .Header .SubMenu .Boundary:before {
  background: -moz-linear-gradient(left, rgba(68, 70, 100, 1) 0, rgba(68, 70, 100, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(68, 70, 100, 1)), color-stop(100%, rgba(68, 70, 100, 0)));
  background: -o-linear-gradient(left, rgba(68, 70, 100, 1) 0, rgba(68, 70, 100, 0) 100%);
  background: linear-gradient(to right, rgba(68, 70, 100, 1), rgba(68, 70, 100, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF444664,EndColorStr=#00444664, GradientType=1);
}
.Ritz .Layout .Header .SubMenu .Boundary:before {
  background: -moz-linear-gradient(left, rgba(215, 84, 87, 1) 0, rgba(215, 84, 87, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(215, 84, 87, 1)), color-stop(100%, rgba(215, 84, 87, 0)));
  background: -o-linear-gradient(left, rgba(215, 84, 87, 1) 0, rgba(215, 84, 87, 0) 100%);
  background: linear-gradient(to right, rgba(215, 84, 87, 1), rgba(215, 84, 87, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFD75457,EndColorStr=#00D75457, GradientType=1);
}
.Layout .Header .SubMenu .Boundary:after {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000,EndColorStr=#FF000000, GradientType=1);
  right: 0;
  width: 15px;
}
.Classic .Layout .Header .SubMenu .Boundary:after {
  background: -moz-linear-gradient(left, rgba(31, 25, 84, 0) 0, rgba(31, 25, 84, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(31, 25, 84, 0)), color-stop(100%, rgba(31, 25, 84, 1)));
  background: -o-linear-gradient(left, rgba(31, 25, 84, 0) 0, rgba(31, 25, 84, 1) 100%);
  background: linear-gradient(to right, rgba(31, 25, 84, 0), rgba(31, 25, 84, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#001F1954,EndColorStr=#FF1F1954, GradientType=1);
}
.Lido .Layout .Header .SubMenu .Boundary:after {
  background: -moz-linear-gradient(left, rgba(68, 70, 100, 1) 0, rgba(68, 70, 100, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(68, 70, 100, 1)), color-stop(100%, rgba(68, 70, 100, 0)));
  background: -o-linear-gradient(left, rgba(68, 70, 100, 1) 0, rgba(68, 70, 100, 0) 100%);
  background: linear-gradient(to right, rgba(68, 70, 100, 1), rgba(68, 70, 100, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF444664,EndColorStr=#00444664, GradientType=1);
}
.Ritz .Layout .Header .SubMenu .Boundary:after {
  background: -moz-linear-gradient(left, rgba(215, 84, 87, 1) 0, rgba(215, 84, 87, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(215, 84, 87, 1)), color-stop(100%, rgba(215, 84, 87, 0)));
  background: -o-linear-gradient(left, rgba(215, 84, 87, 1) 0, rgba(215, 84, 87, 0) 100%);
  background: linear-gradient(to right, rgba(215, 84, 87, 1), rgba(215, 84, 87, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFD75457,EndColorStr=#00D75457, GradientType=1);
}
.Layout .Header .SubMenu .Boundary .swiper {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  z-index: 1;
}
.Layout .Header .SubMenu .Boundary .swiper .swiper-slide {
  width: auto;
}
.Layout .Header .SubMenu .Boundary .swiper .swiper-slide a {
  display: block;
  margin: 15px 40px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
@media (max-width: 1041px) {
  .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.Layout .Header .SubMenu .Boundary .swiper .swiper-slide a:hover,
.Layout .Header .SubMenu .Boundary .swiper .swiper-slide a.Selected {
  color: #b09661;
}
.Classic .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a:hover,
.Classic .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a.Selected {
  color: #b19661;
}
.Lido .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a:hover,
.Lido .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a.Selected {
  color: #eb5848;
}
.Ritz .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a:hover,
.Ritz .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a.Selected {
  color: #f6a5a6;
}
.Lido .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .Layout .Header .SubMenu .Boundary .swiper .swiper-slide a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #1d2335;
}
.Classic .Layout .Header .SubMenu {
  background-color: #1f1954;
}
.Lido .Layout .Header .SubMenu {
  background-color: #444664;
}
.Ritz .Layout .Header .SubMenu {
  background-color: #d75457;
}
.ToggleModal .Layout .Header,
.ToggleCart .Layout .Header {
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.Layout .Content {
  position: relative;
  z-index: 2;
}
.ToggleSearch .Layout .Content,
.ToggleModal .Layout .Content,
.ToggleCart .Layout .Content {
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.Layout .Footer {
  position: relative;
  overflow: hidden;
  background-color: black;
  z-index: 1;
}
.Layout .Footer .Title {
  margin-top: 60px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 1041px) {
  .Layout .Footer .Title {
    margin-top: 30px;
    font-size: 20px;
  }
}
.Ritz .Layout .Footer .Title {
  color: #1d2335;
}
.Layout .Footer .Validate {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid white;
}
.Layout .Footer .Validate .Button {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.Layout .Footer .Validate .InputWrap {
  position: relative;
  overflow: hidden;
}
.Layout .Footer .Validate .InputWrap .InputParent .Input {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.Layout .Footer .Validate .InputWrap .InputParent .Input input,
.Layout .Footer .Validate .InputWrap .InputParent .Input span {
  font-size: 18px;
  color: white;
}
.Classic .Layout .Footer .Validate .InputWrap .InputParent .Input input,
.Classic .Layout .Footer .Validate .InputWrap .InputParent .Input span {
  font-size: 16px;
}
.Ritz .Layout .Footer .subscribe-button {
  background-color: #1d2335;
  color: #c75d5b;
}
.Layout .Footer .Message {
  margin-top: 20px;
}
.Layout .Footer .Menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1041px) {
  .Layout .Footer .Menu {
    margin-top: 10px;
    justify-content: space-around;
  }
}
.Layout .Footer .Menu > li {
  margin-top: 60px;
}
@media (max-width: 1041px) {
  .Layout .Footer .Menu > li {
    width: 33.3333333333%;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 657px) {
  .Layout .Footer .Menu > li {
    width: 50%;
    margin-top: 30px;
    text-align: center;
  }
}
.Layout .Footer .Menu > li > a {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #b09661;
}
.Layout .Footer .Menu > li > a:hover {
  color: white;
}
.Classic .Layout .Footer .Menu > li > a:hover,
.Lido .Layout .Footer .Menu > li > a:hover,
.Ritz .Layout .Footer .Menu > li > a:hover {
  color: white;
}
.Ritz .Layout .Footer .Menu > li > a:hover {
  color: #1d2335;
}
.Classic .Layout .Footer .Menu > li > a {
  color: #b19661;
}
.Lido .Layout .Footer .Menu > li > a {
  color: #eb5848;
}
.Ritz .Layout .Footer .Menu > li > a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #1d2335;
}
.Layout .Footer .Menu > li li {
  margin-top: 15px;
}
@media (max-width: 657px) {
  .Layout .Footer .Menu > li li {
    display: none;
  }
}
.Layout .Footer .Menu > li li li {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
.Layout .Footer .Menu > li li li:first-child {
  margin-left: 0;
}
.Layout .Footer .Menu > li li li a {
  color: #b09661;
}
.Layout .Footer .Menu > li li li a:hover {
  color: white;
}
.Classic .Layout .Footer .Menu > li li li a:hover,
.Lido .Layout .Footer .Menu > li li li a:hover {
  color: white;
}
.Ritz .Layout .Footer .Menu > li li li a:hover {
  color: #1d2335;
}
.Classic .Layout .Footer .Menu > li li li a {
  color: #b19661;
}
.Lido .Layout .Footer .Menu > li li li a {
  color: #eb5848;
}
.Ritz .Layout .Footer .Menu > li li li a {
  color: #1d2335;
}
.Ritz .Layout .Footer .Menu li a:hover {
  color: white;
}
.Ritz .Layout .Footer .Menu ul li a:hover {
  color: #1d2335;
}
.Layout .Footer .Description {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1041px) {
  .Layout .Footer .Description {
    margin-top: 30px;
  }
}
.Layout .Footer .Description p {
  display: inline-block;
  margin-top: 5px;
}
.Layout .Footer .Description p span {
  white-space: nowrap;
}
.Layout .Footer .Description p a {
  margin-left: 5px;
  color: #b09661;
}
.Layout .Footer .Description p a:hover {
  color: white;
}
.Classic .Layout .Footer .Description p a:hover,
.Lido .Layout .Footer .Description p a:hover,
.Ritz .Layout .Footer .Description p a:hover {
  color: white;
}
.Ritz .Layout .Footer .Description p a:hover {
  color: #1d2335;
}
.Classic .Layout .Footer .Description p a {
  color: #b19661;
}
.Lido .Layout .Footer .Description p a {
  color: #eb5848;
}
.Ritz .Layout .Footer .Description p a {
  color: white;
}
@media (max-width: 1041px) {
  .Layout .Footer .Description p {
    display: block;
  }
}
.ToggleSearch .Layout .Footer,
.ToggleModal .Layout .Footer,
.ToggleCart .Layout .Footer {
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.Classic .Layout .Footer {
  background-color: #1f1954;
}
.Lido .Layout .Footer {
  background-color: #111111;
}
.Ritz .Layout .Footer {
  background-color: #d75457;
}
.Layout .CheckoutStatus {
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: black;
  background-color: #f1efe3;
  z-index: 9999;
}
@media (max-width: 657px) {
  .Layout .CheckoutStatus {
    padding: 10px;
  }
}
.Layout .CheckoutStatus .Text:first-child {
  padding-right: 10px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 657px) {
  .Layout .CheckoutStatus .Text:first-child {
    font-size: 10px;
  }
}
.Layout .CheckoutStatus .Text:last-child {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 657px) {
  .Layout .CheckoutStatus .Text:last-child {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 657px) {
  .Layout .CheckoutStatus a {
    padding: 10px;
    font-size: 14px;
  }
}
.Layout .CheckoutStatus.Hidden {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ToggleDrawer .Layout,
.ToggleModal .Layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/*---------*/

/*-- App --*/

/*---------*/

.App .HideInApp {
  display: none !important;
}
.App .HideInApp.Heading + .Feed {
  margin-top: -40px;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.Layout .Margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1041px) {
  .Layout .Margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.Layout .Boundary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.Layout .Inset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
}
.Layout .Narrow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
}
.Layout .Condensed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 450px;
}
.Layout .Toggle .On {
  display: none;
}
.Layout .Toggle.Toggled .Off {
  display: none;
}
.Layout .Toggle.Toggled .On {
  display: block;
}
.Layout .Glow {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
}
.App .Layout .Glow {
  transition: none !important;
  filter: none !important;
}
.Layout .Glow:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Message {
  text-align: center;
}
.Layout .Message.Success {
  color: #ffebc6;
}
.Layout .Message.Error {
  color: #e60000;
}
.Layout .Button {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 25px;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  background-color: #b09661;
}
.Layout .Button.Small {
  padding: 8px;
  font-size: 14px;
}
.Classic .Layout .Button {
  color: #222222;
  background-color: #b19661;
}
.Lido .Layout .Button {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #eb5848;
}
.Ritz .Layout .Button {
  color: #1c2337;
  background-color: #d75457;
}
.Layout a.Button:hover {
  color: black;
  background-color: #c1ad83;
}
.Classic .Layout a.Button:hover {
  color: #222222;
  background-color: #c2ad83;
}
.Lido .Layout a.Button:hover {
  color: black;
  background-color: #f08276;
}
.Ritz .Layout a.Button:hover {
  color: #1c2337;
  background-color: #f6a5a6;
}
.Layout .Wysiwyg h1 {
  font-size: 40px;
  color: #ffebc6;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg h1 {
    font-size: 20px;
  }
}
.Classic .Layout .Wysiwyg h1 {
  color: #414141;
}
.Lido .Layout .Wysiwyg h1 {
  letter-spacing: 4px;
  color: white;
}
.Ritz .Layout .Wysiwyg h1 {
  color: #d75457;
}
.Layout .Wysiwyg h2 {
  font-size: 24px;
  color: #ffebc6;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg h2 {
    font-size: 18px;
  }
}
.Classic .Layout .Wysiwyg h2 {
  color: #414141;
}
.Lido .Layout .Wysiwyg h2 {
  letter-spacing: 4px;
  color: white;
}
.Ritz .Layout .Wysiwyg h2 {
  color: #d75457;
}
.Layout .Wysiwyg h3 {
  font-size: 18px;
  color: #ffebc6;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg h3 {
    font-size: 16px;
  }
}
.Classic .Layout .Wysiwyg h3 {
  color: #414141;
}
.Lido .Layout .Wysiwyg h3 {
  letter-spacing: 4px;
  color: white;
}
.Ritz .Layout .Wysiwyg h3 {
  color: #f6a5a6;
}
.Layout .Wysiwyg h1,
.Layout .Wysiwyg h2,
.Layout .Wysiwyg h3,
.Layout .Wysiwyg p,
.Layout .Wysiwyg ul,
.Layout .Wysiwyg ol {
  margin-top: 20px;
}
.Layout .Wysiwyg h1:first-child,
.Layout .Wysiwyg h2:first-child,
.Layout .Wysiwyg h3:first-child,
.Layout .Wysiwyg p:first-child,
.Layout .Wysiwyg ul:first-child,
.Layout .Wysiwyg ol:first-child {
  margin-top: 0;
}
.Layout .Wysiwyg h1 + p {
  margin-top: 30px;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg h1 + p {
    margin-top: 20px;
  }
}
.Layout .Wysiwyg h2 + p,
.Layout .Wysiwyg h3 + p {
  margin-top: 10px;
}
.Layout .Wysiwyg p,
.Layout .Wysiwyg li,
.Layout .Wysiwyg th,
.Layout .Wysiwyg td {
  font-size: 20px;
  line-height: 1.6;
  color: white;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg p,
  .Layout .Wysiwyg li,
  .Layout .Wysiwyg th,
  .Layout .Wysiwyg td {
    font-size: 16px;
  }
}
.Classic .Layout .Wysiwyg p,
.Classic .Layout .Wysiwyg li,
.Classic .Layout .Wysiwyg th,
.Classic .Layout .Wysiwyg td {
  color: #414141;
}
.Lido .Layout .Wysiwyg p,
.Lido .Layout .Wysiwyg li,
.Lido .Layout .Wysiwyg th,
.Lido .Layout .Wysiwyg td {
  color: white;
}
.Ritz .Layout .Wysiwyg p,
.Ritz .Layout .Wysiwyg li,
.Ritz .Layout .Wysiwyg th,
.Ritz .Layout .Wysiwyg td {
  color: white;
}
.Layout .Wysiwyg ul {
  margin-left: 40px;
}
.Layout .Wysiwyg ul li {
  position: relative;
  margin-top: 10px;
}
.Layout .Wysiwyg ul li:first-child {
  margin-top: 0;
}
.Layout .Wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: white;
}
.Classic .Layout .Wysiwyg ul li:before {
  background-color: #414141;
}
.Layout .Wysiwyg ol {
  list-style: decimal;
  margin-left: 40px;
}
.Layout .Wysiwyg ol li {
  margin-top: 10px;
}
.Layout .Wysiwyg ol li:first-child {
  margin-top: 0;
}
.Layout .Wysiwyg table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
}
@media (max-width: 1041px) {
  .Layout .Wysiwyg table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.Layout .Wysiwyg table:first-child {
  margin-top: 0;
}
.Layout .Wysiwyg table:last-child {
  margin-bottom: 0;
}
.Layout .Wysiwyg table th,
.Layout .Wysiwyg table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #b09661;
  text-align: left;
}
@media (max-width: 1041px) {
  .Layout .Wysiwyg table th,
  .Layout .Wysiwyg table td {
    display: block;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
@media (max-width: 1041px) {
  .Layout .Wysiwyg table th:first-child,
  .Layout .Wysiwyg table td:first-child {
    padding-top: 10px;
  }
}
.Layout .Wysiwyg table th:last-child,
.Layout .Wysiwyg table td:last-child {
  text-align: right;
}
@media (max-width: 1041px) {
  .Layout .Wysiwyg table th:last-child,
  .Layout .Wysiwyg table td:last-child {
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #b09661;
  }
}
@media (max-width: 1041px) {
  .Classic .Layout .Wysiwyg table th:last-child,
  .Classic .Layout .Wysiwyg table td:last-child {
    border-bottom-color: #b19661;
  }
}
@media (max-width: 1041px) {
  .Lido .Layout .Wysiwyg table th:last-child,
  .Lido .Layout .Wysiwyg table td:last-child {
    border-bottom-color: #76787a;
  }
}
@media (max-width: 1041px) {
  .Ritz .Layout .Wysiwyg table th:last-child,
  .Ritz .Layout .Wysiwyg table td:last-child {
    border-bottom-color: #d75457;
  }
}
.Classic .Layout .Wysiwyg table th,
.Classic .Layout .Wysiwyg table td {
  border-bottom-color: #b19661;
}
.Lido .Layout .Wysiwyg table th,
.Lido .Layout .Wysiwyg table td {
  border-bottom-color: #76787a;
}
.Ritz .Layout .Wysiwyg table th,
.Ritz .Layout .Wysiwyg table td {
  border-bottom-color: #d75457;
}
.Layout .Wysiwyg table.Pricing th,
.Layout .Wysiwyg table.Pricing td {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
.Layout .Wysiwyg table.Pricing th:not(:first-child),
.Layout .Wysiwyg table.Pricing td:not(:first-child) {
  text-align: right;
}
.Layout .Wysiwyg img {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Layout .Wysiwyg a:not([class]) {
  color: #ed8456;
}
.Layout .Wysiwyg a:not([class]):hover {
  color: #ffebc6;
}
.Classic .Layout .Wysiwyg a:not([class]):hover {
  color: #1f1954;
}
.Lido .Layout .Wysiwyg a:not([class]):hover {
  color: #eb5848;
}
.Ritz .Layout .Wysiwyg a:not([class]):hover {
  color: #f6a5a6;
}
.Classic .Layout .Wysiwyg a:not([class]) {
  color: #b19661;
}
.Lido .Layout .Wysiwyg a:not([class]) {
  color: #5fc09b;
}
.Ritz .Layout .Wysiwyg a:not([class]) {
  color: #d75457;
}
.Layout .Wysiwyg .Highlight {
  color: #ed8456;
}
.Classic .Layout .Wysiwyg .Highlight {
  color: #1f1954;
}
.Lido .Layout .Wysiwyg .Highlight {
  color: #eb5848;
}
.Ritz .Layout .Wysiwyg .Highlight {
  color: #f6a5a6;
}
.Layout .Wysiwyg .Small {
  font-size: 16px;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg .Small {
    font-size: 14px;
  }
}
.Layout .Wysiwyg .Large {
  font-size: 32px;
}
@media (max-width: 657px) {
  .Layout .Wysiwyg .Large {
    font-size: 20px;
  }
}
.Layout .Wysiwyg .Button {
  margin-top: 10px;
}
.Layout .Wysiwyg .Fullscreen {
  margin-left: -120px;
  margin-right: -120px;
}
@media (max-width: 1041px) {
  .Layout .Wysiwyg .Fullscreen {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 657px) {
  .Layout .Wysiwyg .Fullscreen {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.Layout .Wysiwyg.Centred {
  text-align: center;
}
.Layout .MyDetails .Message {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
}
.Layout .MyDetails .Message.Error {
  color: white;
  background-color: #e60000;
}
.Layout .MyDetails .Message.Success {
  color: black;
  background-color: #ffebc6;
}
.Classic .Layout .MyDetails .Message.Success {
  background-color: #acdace;
}
.Lido .Layout .MyDetails .Message.Success {
  background-color: #5fc09b;
}
.Ritz .Layout .MyDetails .Message.Success {
  background-color: #f6a5a6;
}
.Layout .MyDetails .Message.Hidden {
  display: none;
}
.Layout .MyDetails .Message.Large {
  padding: 20px;
}
.Layout .MyDetails .Message.Large padding {
  line-height: 1.5;
}
.Layout .MyDetails .InputWrap {
  margin-top: 20px;
}
.Layout .MyDetails .InputWrap label.Error {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-top: 15px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  background-color: #e60000;
}
.Layout .MyDetails .InputWrap .InputLabel {
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .Layout .MyDetails .InputWrap .InputLabel {
  color: #414141;
}
.Lido .Layout .MyDetails .InputWrap .InputLabel {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
}
.Ritz .Layout .MyDetails .InputWrap .InputLabel {
  color: #d75457;
}
.Layout .MyDetails .InputWrap .InputParent .Input {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #480016;
}
.Layout .MyDetails .InputWrap .InputParent .Input input,
.Layout .MyDetails .InputWrap .InputParent .Input select,
.Layout .MyDetails .InputWrap .InputParent .Input textarea {
  color: white;
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input input,
.Classic .Layout .MyDetails .InputWrap .InputParent .Input select,
.Classic .Layout .MyDetails .InputWrap .InputParent .Input textarea {
  color: #414141;
}
.Lido .Layout .MyDetails .InputWrap .InputParent .Input input,
.Lido .Layout .MyDetails .InputWrap .InputParent .Input select,
.Lido .Layout .MyDetails .InputWrap .InputParent .Input textarea {
  color: white;
}
.Ritz .Layout .MyDetails .InputWrap .InputParent .Input input,
.Ritz .Layout .MyDetails .InputWrap .InputParent .Input select,
.Ritz .Layout .MyDetails .InputWrap .InputParent .Input textarea {
  color: white;
}
.Layout .MyDetails .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.8);
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input span {
  color: rgba(0, 0, 0, 0.4);
}
.Lido .Layout .MyDetails .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.Ritz .Layout .MyDetails .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.Layout .MyDetails .InputWrap .InputParent .Input select {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAG5JREFUKJGtkdEJgDAMRF/FETqZuoWDVcHFBHc4fxoNkYofPjgoyRGSa5KEYwQSsF0VSaYsaa/KVveGopsSDYOeTGaw0ZFdUo6jIyWFKx50r93fDAVQQ+unM6mhNIMyLa65xqibn9W7hQ9gdm8ATrEFDtYeciFLAAAAAElFTkSuQmCC');
}
.Layout .MyDetails .InputWrap .InputParent .Input select option {
  color: black;
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input select option {
  color: #414141;
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input select {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAAElBMVEUAAABJSUlCQkJCQkJBQUFBQUES8E0CAAAABXRSTlMAFVWq6tvsEkIAAAA0SURBVHjahY6xDQBACAJVZP+VHylo/yqTQ7HETJnebQ8gYUExJygkQWH5J+Gs52AqUpo3HkQQAPFjYL33AAAAAElFTkSuQmCC');
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input.Area {
  padding-top: 0;
  padding-bottom: 0;
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input.Area textarea,
.Classic .Layout .MyDetails .InputWrap .InputParent .Input.Area span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.Classic .Layout .MyDetails .InputWrap .InputParent .Input {
  border-color: #b19661;
  background-color: white;
}
.Lido .Layout .MyDetails .InputWrap .InputParent .Input {
  border-color: white;
  background-color: transparent;
}
.Ritz .Layout .MyDetails .InputWrap .InputParent .Input {
  border-color: white;
  background-color: transparent;
}
.Layout .MyDetails .InputWrap .List input:focus:after {
  border-color: #ffebc6;
}
.Classic .Layout .MyDetails .InputWrap .List input:focus:after {
  border-color: #1f1954;
}
.Lido .Layout .MyDetails .InputWrap .List input:focus:after {
  border-color: #5fc09b;
}
.Ritz .Layout .MyDetails .InputWrap .List input:focus:after {
  border-color: #d75457;
}
.Layout .MyDetails .InputWrap .List label {
  font-size: 16px;
}
.Layout .MyDetails .InputWrap .List label a {
  color: #ed8456;
}
.Layout .MyDetails .InputWrap .List label a:hover {
  color: #ffebc6;
}
.Classic .Layout .MyDetails .InputWrap .List label a:hover {
  color: #1f1954;
}
.Lido .Layout .MyDetails .InputWrap .List label a:hover {
  color: #eb5848;
}
.Ritz .Layout .MyDetails .InputWrap .List label a:hover {
  color: #f6a5a6;
}
.Classic .Layout .MyDetails .InputWrap .List label a {
  color: #b19661;
}
.Lido .Layout .MyDetails .InputWrap .List label a {
  color: #5fc09b;
}
.Ritz .Layout .MyDetails .InputWrap .List label a {
  color: #d75457;
}
.Classic .Layout .MyDetails .InputWrap .List label {
  color: #414141;
}
.Layout .MyDetails .InputWrap.Focused .InputParent .Input {
  border-color: #ffebc6;
}
.Classic .Layout .MyDetails .InputWrap.Focused .InputParent .Input {
  border-color: #1f1954;
}
.Lido .Layout .MyDetails .InputWrap.Focused .InputParent .Input {
  border-color: #5fc09b;
}
.Ritz .Layout .MyDetails .InputWrap.Focused .InputParent .Input {
  border-color: #d75457;
}
.Layout .MyDetails .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.8);
}
.Classic .Layout .MyDetails .InputWrap.Deselected .InputParent .Input select {
  color: rgba(0, 0, 0, 0.4);
}
.Lido .Layout .MyDetails .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.4);
}
.Ritz .Layout .MyDetails .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.4);
}
.Layout .MyDetails .Columns {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.Layout .MyDetails .Columns .Column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 657px) {
  .Layout .MyDetails .Columns .Column {
    width: 100%;
  }
}
.Layout .MyDetails .Button {
  margin-top: 20px;
}
.Layout .Checkout .Details {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.Layout .Checkout .Details .Edit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: #b09661;
}
@media (max-width: 657px) {
  .Layout .Checkout .Details .Edit {
    font-size: 12px;
  }
}
.Layout .Checkout .Details .Edit:hover {
  color: white;
}
.Classic .Layout .Checkout .Details .Edit:hover,
.Lido .Layout .Checkout .Details .Edit:hover,
.Ritz .Layout .Checkout .Details .Edit:hover {
  color: white;
}
.Classic .Layout .Checkout .Details .Edit {
  color: #b19661;
}
.Lido .Layout .Checkout .Details .Edit {
  color: #eb5848;
}
.Ritz .Layout .Checkout .Details .Edit {
  color: #d75457;
}
.Layout .Checkout .Payment {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.Layout .Checkout .Payment .Wysiwyg {
  margin-bottom: 20px;
}
.Layout .Checkout .Payment .Wysiwyg h2 + p {
  margin-top: 20px;
}
.Layout .Checkout .Payment .Wysiwyg p {
  margin-top: 10px;
}
.Layout .Checkout .Payment .Wysiwyg p + .Button {
  margin-top: 20px;
}
.Layout .Checkout .Payment .Option {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  background-color: #7b0026;
}
.Layout .Checkout .Payment .Option .Trigger {
  display: flex;
  position: relative;
  padding: 20px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  align-items: center;
}
.Layout .Checkout .Payment .Option .Trigger .Bullet {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid white;
}
.Layout .Checkout .Payment .Option .Trigger .Text {
  margin-right: 10px;
}
.Layout .Checkout .Payment .Option .Trigger .Text .Logo {
  display: inline-block;
  height: 22px;
  margin: -3px 0 -5px 10px;
  vertical-align: top;
}
@media (max-width: 657px) {
  .Layout .Checkout .Payment .Option .Trigger .Text .Logo {
    display: none;
  }
}
.Layout .Checkout .Payment .Option .Trigger .Arrows {
  margin-left: auto;
  font-size: 10px;
}
.Layout .Checkout .Payment .Option .Trigger .Arrows .Up {
  display: none;
}
.Layout .Checkout .Payment .Option .Trigger:hover .Bullet {
  background-color: #b09661;
}
.Classic .Layout .Checkout .Payment .Option .Trigger:hover .Bullet {
  background-color: #b19661;
}
.Lido .Layout .Checkout .Payment .Option .Trigger:hover .Bullet {
  background-color: #f7941d;
}
.Ritz .Layout .Checkout .Payment .Option .Trigger:hover .Bullet {
  background-color: #d75457;
}
.Layout .Checkout .Payment .Option .Inputs {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.Layout .Checkout .Payment .Option .Inputs .Year .InputLabel {
  visibility: hidden;
}
.Layout .Checkout .Payment .Option .Inputs .Button {
  display: inline-block;
}
.Layout .Checkout .Payment .Option .Inputs .Button img {
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.Layout .Checkout .Payment .Option .Inputs .Button:hover img {
  opacity: .8;
}
.Layout .Checkout .Payment .Option .Inputs .Submit {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 657px) {
  .Layout .Checkout .Payment .Option .Inputs .Column .Column {
    width: 50%;
  }
}
.Layout .Checkout .Payment .Option .PayPal {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
  margin: 17px;
}
.App .Layout .Checkout .Payment .Option .PayPal {
  transition: none !important;
  filter: none !important;
}
.Layout .Checkout .Payment .Option .PayPal:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Checkout .Payment .Option .PayPal .Logo {
  height: 26px;
}
.Layout .Checkout .Payment .Option.Selected .Inputs {
  display: block;
}
.Layout .Checkout .Payment .Option.Selected .Bullet {
  background-color: #b09661;
}
.Classic .Layout .Checkout .Payment .Option.Selected .Bullet {
  background-color: #b19661;
}
.Lido .Layout .Checkout .Payment .Option.Selected .Bullet {
  background-color: #f7941d;
}
.Ritz .Layout .Checkout .Payment .Option.Selected .Bullet {
  background-color: #f6a5a6;
}
.Layout .Checkout .Payment .Option.Selected .Arrows .Up {
  display: block;
}
.Layout .Checkout .Payment .Option.Selected .Arrows .Down {
  display: none;
}
.Classic .Layout .Checkout .Payment .Option {
  background-color: #d4c7aa;
}
.Lido .Layout .Checkout .Payment .Option {
  background-color: #262626;
}
.Ritz .Layout .Checkout .Payment .Option {
  background-color: #1c2337;
}
.Ritz .Layout .Checkout .Payment {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.Layout .Checkout.TogglePayment .Details .Edit {
  display: block;
}
.Layout .Checkout.TogglePayment .Details .Inputs {
  display: none;
}
.Layout .Checkout.TogglePayment .Payment {
  display: block;
}
.Layout .Banner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 602px;
  margin-bottom: 80px;
}
@media (max-width: 1041px) {
  .Layout .Banner {
    height: 430px;
    margin-bottom: 40px;
  }
}
@media (max-width: 657px) {
  .Layout .Banner {
    height: 268px;
  }
}
.Layout .Banner .Foreground {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 2;
}
.Layout .Banner .Foreground h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
}
@media (max-width: 1041px) {
  .Layout .Banner .Foreground h1 {
    font-size: 24px;
  }
}
.Lido .Layout .Banner .Foreground h1 {
  letter-spacing: 4px;
}
.Layout .Banner .Foreground a {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  display: inline-block;
  margin-top: 40px;
  padding: 10px;
  border: 2px solid #ed8456;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1041px) {
  .Layout .Banner .Foreground a {
    margin-top: 20px;
  }
}
.Layout .Banner .Foreground a:hover {
  color: white;
  background-color: #ed8456;
}
.Classic .Layout .Banner .Foreground a:hover {
  background-color: #b19661;
}
.Lido .Layout .Banner .Foreground a:hover {
  background-color: #eb5848;
}
.Ritz .Layout .Banner .Foreground a:hover {
  color: black;
  background-color: #d75457;
}
.Classic .Layout .Banner .Foreground a {
  border-color: #b19661;
}
.Lido .Layout .Banner .Foreground a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  border-color: #eb5848;
}
.Ritz .Layout .Banner .Foreground a {
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -ms-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  border-color: #d75457;
}
.Layout .Banner .Background {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  z-index: 1;
}
.Layout .Banner .Background:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#99000000,EndColorStr=#00000000, GradientType=0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Layout .Banner .Background img {
  position: relative;
  height: 100%;
  z-index: 1;
}
.Layout .Tickets .Days {
  margin-top: 10px;
  margin-bottom: 20px;
}
.Layout .Tickets .Days .swiper-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 10px;
  padding-right: 10px;
}
.Layout .Tickets .Days .swiper-container .swiper-slide {
  width: 14.2857142857%;
  min-width: 112px;
}
@media (max-width: 657px) {
  .Layout .Tickets .Days .swiper-container .swiper-slide {
    width: auto;
    min-width: 0;
  }
}
.Layout .Tickets .Days .swiper-container .swiper-slide a {
  -webkit-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -moz-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -ms-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -o-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid #b09661;
  padding: 8px;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffebc6;
}
@media (max-width: 1041px) {
  .Layout .Tickets .Days .swiper-container .swiper-slide a {
    font-size: 14px;
  }
}
.Layout .Tickets .Days .swiper-container .swiper-slide a.Selected,
.Layout .Tickets .Days .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #b09661;
}
.Classic .Layout .Tickets .Days .swiper-container .swiper-slide a.Selected,
.Classic .Layout .Tickets .Days .swiper-container .swiper-slide a:hover {
  color: #414141;
  background-color: #acdace;
}
.Lido .Layout .Tickets .Days .swiper-container .swiper-slide a.Selected,
.Lido .Layout .Tickets .Days .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #eb5848;
}
.Ritz .Layout .Tickets .Days .swiper-container .swiper-slide a.Selected,
.Ritz .Layout .Tickets .Days .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #d75457;
}
.Classic .Layout .Tickets .Days .swiper-container .swiper-slide a {
  color: #414141;
  border-color: #acdace;
}
.Lido .Layout .Tickets .Days .swiper-container .swiper-slide a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
  border-color: #eb5848;
}
.Ritz .Layout .Tickets .Days .swiper-container .swiper-slide a {
  color: white;
  border-color: #d75457;
}
.Layout .Tickets .Days .swiper-button-prev,
.Layout .Tickets .Days .swiper-button-next {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: flex;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: #61001e;
  align-items: center;
  justify-content: center;
}
.Layout .Tickets .Days .swiper-button-prev:before,
.Layout .Tickets .Days .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
}
.Layout .Tickets .Days .swiper-button-prev.swiper-button-disabled,
.Layout .Tickets .Days .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.Layout .Tickets .Days .swiper-button-prev .Sprite,
.Layout .Tickets .Days .swiper-button-next .Sprite {
  font-size: 8px;
  color: white;
}
.Classic .Layout .Tickets .Days .swiper-button-prev .Sprite,
.Classic .Layout .Tickets .Days .swiper-button-next .Sprite {
  color: black;
}
.Classic .Layout .Tickets .Days .swiper-button-prev,
.Classic .Layout .Tickets .Days .swiper-button-next {
  background-color: #ded4bd;
}
.Lido .Layout .Tickets .Days .swiper-button-prev,
.Lido .Layout .Tickets .Days .swiper-button-next {
  color: white;
  background-color: #333333;
}
.Ritz .Layout .Tickets .Days .swiper-button-prev,
.Ritz .Layout .Tickets .Days .swiper-button-next {
  color: white;
  background-color: #333333;
}
.Layout .Tickets .Days .swiper-button-prev {
  left: -15px;
}
.Layout .Tickets .Days .swiper-button-prev:before {
  background: -moz-linear-gradient(left, rgba(148, 0, 46, 1) 0, rgba(148, 0, 46, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(148, 0, 46, 1)), color-stop(100%, rgba(148, 0, 46, 0)));
  background: -o-linear-gradient(left, rgba(148, 0, 46, 1) 0, rgba(148, 0, 46, 0) 100%);
  background: linear-gradient(to right, rgba(148, 0, 46, 1), rgba(148, 0, 46, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF94002E,EndColorStr=#0094002E, GradientType=1);
  left: 100%;
}
.Classic .Layout .Tickets .Days .swiper-button-prev:before {
  background: -moz-linear-gradient(left, rgba(239, 234, 223, 1) 0, rgba(239, 234, 223, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(239, 234, 223, 1)), color-stop(100%, rgba(239, 234, 223, 0)));
  background: -o-linear-gradient(left, rgba(239, 234, 223, 1) 0, rgba(239, 234, 223, 0) 100%);
  background: linear-gradient(to right, rgba(239, 234, 223, 1), rgba(239, 234, 223, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFEFEADF,EndColorStr=#00EFEADF, GradientType=1);
}
.Lido .Layout .Tickets .Days .swiper-button-prev:before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF000000,EndColorStr=#00000000, GradientType=1);
}
.Ritz .Layout .Tickets .Days .swiper-button-prev:before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF000000,EndColorStr=#00000000, GradientType=1);
}
.Layout .Tickets .Days .swiper-button-next {
  right: -15px;
}
.Layout .Tickets .Days .swiper-button-next:before {
  background: -moz-linear-gradient(left, rgba(148, 0, 46, 0) 0, rgba(148, 0, 46, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(148, 0, 46, 0)), color-stop(100%, rgba(148, 0, 46, 1)));
  background: -o-linear-gradient(left, rgba(148, 0, 46, 0) 0, rgba(148, 0, 46, 1) 100%);
  background: linear-gradient(to right, rgba(148, 0, 46, 0), rgba(148, 0, 46, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0094002E,EndColorStr=#FF94002E, GradientType=1);
  right: 100%;
}
.Classic .Layout .Tickets .Days .swiper-button-next:before {
  background: -moz-linear-gradient(left, rgba(239, 234, 223, 0) 0, rgba(239, 234, 223, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(239, 234, 223, 0)), color-stop(100%, rgba(239, 234, 223, 1)));
  background: -o-linear-gradient(left, rgba(239, 234, 223, 0) 0, rgba(239, 234, 223, 1) 100%);
  background: linear-gradient(to right, rgba(239, 234, 223, 0), rgba(239, 234, 223, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00EFEADF,EndColorStr=#FFEFEADF, GradientType=1);
}
.Lido .Layout .Tickets .Days .swiper-button-next:before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000,EndColorStr=#FF000000, GradientType=1);
}
.Ritz .Layout .Tickets .Days .swiper-button-next:before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000,EndColorStr=#FF000000, GradientType=1);
}
.Layout .Tickets .Sessions {
  position: relative;
  overflow: hidden;
}
.Layout .Tickets .Sessions li {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.Layout .Tickets .Sessions li .Link {
  display: block;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1041px) {
  .Layout .Tickets .Sessions li .Link {
    font-size: 14px;
  }
}
.Layout .Tickets .Sessions li .Link span {
  float: left;
  padding: 10px;
}
.Layout .Tickets .Sessions li .Link span.Time {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  color: black;
  background-color: #b09661;
}
.Classic .Layout .Tickets .Sessions li .Link span.Time {
  color: #414141;
  background-color: #acdace;
}
.Lido .Layout .Tickets .Sessions li .Link span.Time {
  background-color: #eb5848;
}
.Ritz .Layout .Tickets .Sessions li .Link span.Time {
  background-color: #d75457;
}
.Layout .Tickets .Sessions li .Link span.Attribute {
  color: #ffebc6;
  background-color: black;
}
.Classic .Layout .Tickets .Sessions li .Link span.Attribute {
  color: white;
  background-color: #1f1954;
}
.Lido .Layout .Tickets .Sessions li .Link span.Attribute {
  color: white;
  background-color: #444664;
}
.Ritz .Layout .Tickets .Sessions li .Link span.Attribute {
  color: #1c2337;
  background-color: #f6a5a6;
}
.Layout .Tickets .Sessions li .Link span.Attribute.SellingFast {
  color: white;
  background-color: #ff5500;
}
.Layout .Tickets .Sessions li .Link span.Attribute.SoldOut {
  color: white;
  background-color: red;
}
.Lido .Layout .Tickets .Sessions li .Link {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Tickets .Sessions li a.Link:hover .Time {
  background-color: #c1ad83;
}
.Classic .Layout .Tickets .Sessions li a.Link:hover .Time {
  background-color: #89cab9;
}
.Lido .Layout .Tickets .Sessions li a.Link:hover .Time {
  background-color: #f08276;
}
.Ritz .Layout .Tickets .Sessions li a.Link:hover .Time {
  background-color: #f6a5a6;
}
.Layout .Tickets .Sessions + .Wysiwyg {
  margin-top: 20px;
}
.Layout .Tickets .Button {
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1041px) {
  .Layout .Tickets .Button {
    font-size: 14px;
  }
}
.Layout .Tickets .Button .Sprite {
  margin-right: 5px;
  font-size: 14px;
}
@media (max-width: 1041px) {
  .Layout .Tickets .Button .Sprite {
    font-size: 12px;
  }
}
.Layout .Calculator {
  display: flex;
}
.Layout .Calculator .Remove {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.Layout .Calculator .Add {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.Layout .Calculator .Remove,
.Layout .Calculator .Add {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  position: relative;
  width: 25px;
  height: 25px;
  color: black;
  background-color: #ed8456;
}
.Layout .Calculator .Remove:before,
.Layout .Calculator .Add:before,
.Layout .Calculator .Remove:after,
.Layout .Calculator .Add:after {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
}
.Layout .Calculator .Remove:before,
.Layout .Calculator .Add:before {
  width: 10px;
  height: 2px;
}
.Layout .Calculator .Remove.Disabled,
.Layout .Calculator .Add.Disabled {
  cursor: default;
}
.Layout .Calculator .Remove.Disabled:before,
.Layout .Calculator .Add.Disabled:before,
.Layout .Calculator .Remove.Disabled:after,
.Layout .Calculator .Add.Disabled:after {
  opacity: 0.25;
}
.Layout .Calculator .Remove.Disabled:hover,
.Layout .Calculator .Add.Disabled:hover {
  background-color: #ed8456;
}
.Classic .Layout .Calculator .Remove.Disabled:hover,
.Classic .Layout .Calculator .Add.Disabled:hover {
  background-color: #b19661;
}
.Lido .Layout .Calculator .Remove.Disabled:hover,
.Lido .Layout .Calculator .Add.Disabled:hover {
  background-color: #eb5848;
}
.Ritz .Layout .Calculator .Remove.Disabled:hover,
.Ritz .Layout .Calculator .Add.Disabled:hover {
  background-color: #d75457;
}
.Layout .Calculator .Remove:hover,
.Layout .Calculator .Add:hover {
  background-color: #f2a684;
}
.Classic .Layout .Calculator .Remove:hover,
.Classic .Layout .Calculator .Add:hover {
  background-color: #c2ad83;
}
.Lido .Layout .Calculator .Remove:hover,
.Lido .Layout .Calculator .Add:hover {
  background-color: #f08276;
}
.Ritz .Layout .Calculator .Remove:hover,
.Ritz .Layout .Calculator .Add:hover {
  background-color: #f6a5a6;
}
.Classic .Layout .Calculator .Remove,
.Classic .Layout .Calculator .Add {
  background-color: #b19661;
}
.Lido .Layout .Calculator .Remove,
.Lido .Layout .Calculator .Add {
  background-color: #eb5848;
}
.Ritz .Layout .Calculator .Remove,
.Ritz .Layout .Calculator .Add {
  background-color: #d75457;
}
.Layout .Calculator .Add:after {
  width: 2px;
  height: 10px;
}
.Layout .Calculator .Quantity {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 25px;
  background-color: white;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-align: center;
  color: black;
  justify-content: center;
  align-items: center;
}
.Lido .Layout .Calculator .Quantity {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Layout .Heading {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1041px) {
  .Layout .Heading {
    margin-bottom: 30px;
  }
}
.Layout .Heading h1,
.Layout .Heading h2 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  color: #ffebc6;
}
@media (max-width: 1041px) {
  .Layout .Heading h1,
  .Layout .Heading h2 {
    font-size: 20px;
  }
}
.Layout .Heading h1:before,
.Layout .Heading h2:before,
.Layout .Heading h1:after,
.Layout .Heading h2:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10000px;
  height: 1px;
  background-color: #ffebc6;
}
.Lido .Layout .Heading h1:before,
.Lido .Layout .Heading h2:before,
.Lido .Layout .Heading h1:after,
.Lido .Layout .Heading h2:after {
  display: none;
}
.Ritz .Layout .Heading h1:before,
.Ritz .Layout .Heading h2:before,
.Ritz .Layout .Heading h1:after,
.Ritz .Layout .Heading h2:after {
  background-color: #f6a5a6;
}
.Layout .Heading h1:before,
.Layout .Heading h2:before {
  right: 100%;
  margin-right: 10px;
}
.Layout .Heading h1:after,
.Layout .Heading h2:after {
  left: 100%;
  margin-left: 10px;
}
.Classic .Layout .Heading h1,
.Classic .Layout .Heading h2 {
  color: #414141;
}
.Lido .Layout .Heading h1,
.Lido .Layout .Heading h2 {
  color: white;
  letter-spacing: 4px;
}
.Ritz .Layout .Heading h1,
.Ritz .Layout .Heading h2 {
  color: white;
}
.Layout .Heading p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #b09661;
}
@media (max-width: 1041px) {
  .Layout .Heading p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.Classic .Layout .Heading p {
  color: #b19661;
}
.Lido .Layout .Heading p {
  color: #eb5848;
}
.Ritz .Layout .Heading p {
  color: #d75457;
}
.Layout .Heading p a:hover {
  color: white;
}
.Classic .Layout .Heading p a:hover {
  color: #414141;
}
.Lido .Layout .Heading p a:hover {
  color: white;
}
.Ritz .Layout .Heading p a:hover {
  color: #f6a5a6;
}
.Layout .swiper {
  position: relative;
}
.Layout .swiper .swiper-button-prev,
.Layout .swiper .swiper-button-next {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s ease-out 0s;
  -moz-transition: color 0.3s ease-out 0s;
  -ms-transition: color 0.3s ease-out 0s;
  -o-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  display: none;
  width: auto;
  height: auto;
  margin-top: 0;
  color: #ffebc6;
  background-image: none;
  outline: none;
}
.Layout .swiper .swiper-button-prev:hover,
.Layout .swiper .swiper-button-next:hover {
  color: white;
}
.Layout .swiper .swiper-button-prev .Sprite,
.Layout .swiper .swiper-button-next .Sprite {
  font-size: 24px;
}
.Classic .Layout .swiper .swiper-button-prev,
.Classic .Layout .swiper .swiper-button-next {
  color: #b19661;
}
.Lido .Layout .swiper .swiper-button-prev,
.Lido .Layout .swiper .swiper-button-next {
  color: #eb5848;
}
.Ritz .Layout .swiper .swiper-button-prev,
.Ritz .Layout .swiper .swiper-button-next {
  color: #d75457;
}
.Layout .swiper .swiper-pagination {
  display: block;
  position: static;
  text-align: center;
}
.Layout .swiper .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #ffebc6;
  background-color: transparent;
  outline: none;
  opacity: 1;
}
.Layout .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #ffebc6;
}
.Classic .Layout .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #b19661;
}
.Lido .Layout .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: white;
}
.Ritz .Layout .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #d75457;
}
.Classic .Layout .swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #b19661;
}
.Lido .Layout .swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: white;
}
.Ritz .Layout .swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #d75457;
}
.Layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffebc6;
}
.Classic .Layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b19661;
}
.Lido .Layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.Ritz .Layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d75457;
}
.Layout .swiper .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.Layout .Widget {
  margin-top: 80px;
  margin-bottom: 80px;
  /*------------*/

  /*-- Swiper --*/

  /*-------------*/

  /*-- Tickets --*/

  /*----------------*/

  /*-- Promotions --*/

  /*----------*/

  /*-- Feed --*/

}
@media (max-width: 1041px) {
  .Layout .Widget {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.Layout .Widget > .Boundary > .swiper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 657px) {
  .Layout .Widget > .Boundary > .swiper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 657px) {
  .Layout .Widget > .Boundary > .swiper > .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.Layout .Widget > .Boundary > .swiper > .swiper-container > .swiper-wrapper > .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1041px) {
  .Layout .Widget > .Boundary > .swiper > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 657px) {
  .Layout .Widget > .Boundary > .swiper > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.Layout .Widget > .Boundary > .swiper > .swiper-pagination {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 657px) {
  .Layout .Widget > .Boundary > .swiper > .swiper-pagination {
    display: none;
  }
}
.Layout .Widget .Tickets .Days,
.Layout .Widget .Tickets .Wysiwyg,
.Layout .Widget .Tickets .Reminder {
  display: none;
}
.Layout .Widget .Tickets .Sessions {
  position: relative;
  overflow: hidden;
}
.Layout .Widget .Tickets .Sessions .Link {
  font-size: 14px;
}
@media (max-width: 1041px) {
  .Layout .Widget .Tickets .Sessions .Link {
    font-size: 12px;
  }
}
.Layout .Widget .Tickets .Sessions .Link span {
  padding: 5px;
}
.Layout .Widget .Promotions {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
  justify-content: center;
}
.Layout .Widget .Promotions:before,
.Layout .Widget .Promotions:after {
  content: '';
  display: table;
}
.Layout .Widget .Promotions:after {
  clear: both;
}
.Layout .Widget .Promotions .Promotion {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding: 15px;
}
@media (max-width: 657px) {
  .Layout .Widget .Promotions .Promotion {
    width: 100%;
  }
}
.Layout .Widget .Promotions .Promotion .Wrapper {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.Layout .Widget .Promotions .Promotion .Wrapper:hover {
  color: white;
}
.Layout .Widget .Promotions .Promotion .Wrapper:hover .Background {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.Layout .Widget .Promotions .Promotion .Wrapper .Foreground {
  display: flex;
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 1041px) {
  .Layout .Widget .Promotions .Promotion .Wrapper .Foreground {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
}
.Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Title {
  font-size: 56px;
}
@media (max-width: 1383px) {
  .Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Title {
    font-size: 32px;
  }
}
@media (max-width: 1041px) {
  .Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Title {
    font-size: 24px;
  }
}
.Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Description {
  margin-top: auto;
  font-size: 24px;
}
@media (max-width: 1383px) {
  .Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Description {
    font-size: 18px;
  }
}
@media (max-width: 1041px) {
  .Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Description {
    font-size: 14px;
  }
}
.Layout .Widget .Promotions .Promotion .Wrapper .Foreground .Description p + p {
  margin-top: 5px;
}
.Layout .Widget .Promotions .Promotion .Wrapper .Background {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  width: 100%;
  position: relative;
  z-index: 1;
}
.Layout .Widget .Feed {
  display: none;
}
.Layout .Widget .Feed .Wrapper {
  position: relative;
  overflow: hidden;
  margin: -15px;
}
.Layout .Widget .Feed .Wrapper .Item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 15px;
}
@media (max-width: 1041px) {
  .Layout .Widget .Feed .Wrapper .Item {
    width: 50%;
  }
}
@media (max-width: 657px) {
  .Layout .Widget .Feed .Wrapper .Item {
    width: 100%;
  }
}
.Layout .Widget .Feed .Wrapper .Item:first-child,
.Layout .Widget .Feed .Wrapper .Item:nth-child(6n+6),
.Layout .Widget .Feed .Wrapper .Item:nth-child(6n+7) {
  width: 50%;
}
@media (max-width: 657px) {
  .Layout .Widget .Feed .Wrapper .Item:first-child,
  .Layout .Widget .Feed .Wrapper .Item:nth-child(6n+6),
  .Layout .Widget .Feed .Wrapper .Item:nth-child(6n+7) {
    width: 100%;
  }
}
.Layout .Widget .Feed .Wrapper .Item:first-child .Image,
.Layout .Widget .Feed .Wrapper .Item:nth-child(6n+6) .Image,
.Layout .Widget .Feed .Wrapper .Item:nth-child(6n+7) .Image {
  padding-bottom: 37.6811594203%;
}
@media (max-width: 1041px) {
  .Layout .Widget .Feed .Wrapper .Item .Image {
    padding-bottom: 37.6811594203%;
  }
}
.Layout .Widget .Feed.Events .Wrapper {
  display: flex;
  flex-wrap: wrap;
}
.Layout .Widget .Feed.Events .Wrapper .Item {
  float: none;
  width: 50%;
}
@media (max-width: 657px) {
  .Layout .Widget .Feed.Events .Wrapper .Item {
    width: 100%;
  }
}
.Layout .Widget .Feed.Large .Wrapper .Item {
  width: 50%;
}
@media (max-width: 657px) {
  .Layout .Widget .Feed.Large .Wrapper .Item {
    width: 100%;
  }
}
.Layout .Widget .Feed.Large .Wrapper .Item .Image {
  padding-bottom: 37.6811594203%;
}
.Layout .Widget .Feed.Loaded {
  display: block;
}
/*-----------*/

/*-- Pages --*/

/*-----------*/

/*------------*/

/*-- Layout --*/

/*------------*/

@media not screen and (max-width: 1041px) {
  .DefaultPage .Layout .Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media not screen and (max-width: 1041px) {
  .DefaultPage .Layout .Header .Menu {
    border-bottom-width: 0;
  }
}
@media not screen and (max-width: 1041px) {
  .DefaultPage .Layout .Header .Menu .Logo img {
    display: none;
  }
}
@media not screen and (max-width: 1041px) {
  .DefaultPage .Layout .Header .Menu .Logo img:last-child {
    display: block;
  }
}
.Classic .DefaultPage .Layout .Header .Menu .Item a:before {
  background-color: white;
}
.Classic .DefaultPage .Layout .Header .Menu .Item a:hover {
  color: white;
}
.Classic .DefaultPage .Layout .Header .Menu .Item {
  color: white;
}
.DefaultPage .Layout .Content .Features .swiper .swiper-button-prev,
.DefaultPage .Layout .Content .Features .swiper .swiper-button-next {
  display: block;
  color: white;
}
@media (max-width: 657px) {
  .DefaultPage .Layout .Content .Features .swiper .swiper-button-prev,
  .DefaultPage .Layout .Content .Features .swiper .swiper-button-next {
    display: none;
  }
}
.DefaultPage .Layout .Content .Features .swiper .swiper-button-prev:hover,
.DefaultPage .Layout .Content .Features .swiper .swiper-button-next:hover {
  color: #b09661;
}
.Classic .DefaultPage .Layout .Content .Features .swiper .swiper-button-prev:hover,
.Classic .DefaultPage .Layout .Content .Features .swiper .swiper-button-next:hover {
  color: #b19661;
}
.Lido .DefaultPage .Layout .Content .Features .swiper .swiper-button-prev:hover,
.Lido .DefaultPage .Layout .Content .Features .swiper .swiper-button-next:hover {
  color: #eb5848;
}
.Ritz .DefaultPage .Layout .Content .Features .swiper .swiper-button-prev:hover,
.Ritz .DefaultPage .Layout .Content .Features .swiper .swiper-button-next:hover {
  color: #d75457;
}
.DefaultPage .Layout .Content .Features .swiper .swiper-pagination {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 100%;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.App .MoviesPage .Layout .Content .Heading {
  display: none;
}
.MoviesPage .Layout .Content .Filters {
  position: relative;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Filters {
    margin-bottom: 30px;
  }
}
.MoviesPage .Layout .Content .Filters .Title {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Filters .Title {
    top: -15px;
    right: auto;
    left: 0;
  }
}
.Classic .MoviesPage .Layout .Content .Filters .Title {
  color: #414141;
}
.Lido .MoviesPage .Layout .Content .Filters .Title {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.MoviesPage .Layout .Content .Filters .swiper-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 10px;
  padding-right: 10px;
}
.MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide {
  width: 12.5%;
  min-width: 120px;
}
@media (max-width: 657px) {
  .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide {
    width: auto;
    min-width: 0;
  }
}
.MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a {
  -webkit-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -moz-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -ms-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -o-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  border: 2px solid #b09661;
  font-family: ritzura, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffebc6;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a {
    font-size: 14px;
  }
}
.MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a.Selected,
.MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #b09661;
}
.Classic .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a.Selected,
.Classic .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #b19661;
}
.Lido .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a.Selected,
.Lido .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #eb5848;
}
.Ritz .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a.Selected,
.Ritz .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a:hover {
  color: black;
  background-color: #d75457;
}
.Classic .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a {
  color: #222222;
  border-color: #b19661;
}
.Lido .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
  border-color: #eb5848;
}
.Ritz .MoviesPage .Layout .Content .Filters .swiper-container .swiper-slide a {
  color: white;
  border-color: #d75457;
}
.MoviesPage .Layout .Content .Movies {
  position: relative;
  overflow: hidden;
  margin: -15px;
}
.MoviesPage .Layout .Content .Movies .Stack {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Movies .Stack {
    width: 50%;
  }
}
@media (max-width: 657px) {
  .MoviesPage .Layout .Content .Movies .Stack {
    width: 100%;
  }
}
.MoviesPage .Layout .Content .Movies .Stack:nth-child(3n+4) {
  clear: left;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Movies .Stack:nth-child(3n+4) {
    clear: none;
  }
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Movies .Stack:nth-child(2n+3) {
    clear: left;
  }
}
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Days,
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Wysiwyg,
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Reminder {
  display: none;
}
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Sessions {
  position: relative;
  overflow: hidden;
}
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Sessions .Link {
  font-size: 14px;
}
@media (max-width: 1041px) {
  .MoviesPage .Layout .Content .Movies .Stack .Tickets .Sessions .Link {
    font-size: 12px;
  }
}
.MoviesPage .Layout .Content .Movies .Stack .Tickets .Sessions .Link span {
  padding: 5px;
}
.MoviesPage .Layout .Content .Movies.ToggleTickets .Tickets {
  display: none;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.MoviePage .Layout .Content .Inset {
  margin-top: 40px;
  margin-bottom: 40px;
}
.MoviePage .Layout .Content .Gallery {
  margin-top: 80px;
  margin-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1041px) {
  .MoviePage .Layout .Content .Gallery {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.MoviePage .Layout .Content .Gallery .swiper {
  margin-top: 15px;
  margin-left: -23px;
  margin-right: -23px;
}
.MoviePage .Layout .Content .Gallery .swiper .swiper-container {
  padding-left: 16px;
  padding-right: 16px;
}
.MoviePage .Layout .Content .Gallery .swiper .swiper-container .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
  padding-left: 8px;
  padding-right: 8px;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.EventPage .Layout .Content .Movies {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 657px) {
  .EventPage .Layout .Content .Movies {
    margin-top: 40px;
  }
}
.EventPage .Layout .Content .Movies .Item {
  position: relative;
  overflow: hidden;
}
.EventPage .Layout .Content .Movies .Item:not(:first-child) {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #b09661;
}
.Classic .EventPage .Layout .Content .Movies .Item:not(:first-child) {
  border-top-color: #b19661;
}
.Lido .EventPage .Layout .Content .Movies .Item:not(:first-child) {
  border-top: 3px dotted white;
}
.Ritz .EventPage .Layout .Content .Movies .Item:not(:first-child) {
  border-top-color: #d75457;
}
.EventPage .Layout .Content .Movies .Item .Wrapper {
  float: left;
  width: 330px;
}
@media (max-width: 657px) {
  .EventPage .Layout .Content .Movies .Item .Wrapper {
    float: none;
    width: auto;
  }
}
.EventPage .Layout .Content .Movies .Item .Tickets {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
@media (max-width: 657px) {
  .EventPage .Layout .Content .Movies .Item .Tickets {
    padding-top: 15px;
    padding-left: 0;
  }
}
.EventPage .Layout .Content .Movies .Item .Tickets .Days {
  overflow: hidden;
}
.EventPage .Layout .Content .Movies .Item .Tickets .Days .swiper-container {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
}
.EventPage .Layout .Content .Movies .Item .Tickets .Days .swiper-button-prev {
  left: 0;
}
.EventPage .Layout .Content .Movies .Item .Tickets .Days .swiper-button-next {
  right: 0;
}
@media not screen and (max-width: 1041px) {
  .EventPage .Layout .Content .Movies .Item .Tickets .swiper-slide {
    width: 140px;
  }
}
.EventPage .Layout .Content .Movies.Multiple h2 {
  display: none;
}
.EventPage .Layout .Content .Movies.Multiple h3 {
  margin-top: 0;
}
.EventPage .Layout .Content .Markup.Movie .MoviePremiere {
  display: none;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.ClubPage .Layout .Content .Memberships {
  display: flex;
  margin: -15px;
}
@media (max-width: 1041px) {
  .ClubPage .Layout .Content .Memberships {
    display: block;
  }
}
.ClubPage .Layout .Content .Memberships > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 15px;
}
@media (max-width: 1041px) {
  .ClubPage .Layout .Content .Memberships > li {
    width: 100%;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 30px;
  flex-direction: column;
  text-align: center;
  background-color: #7b0026;
}
@media (max-width: 1041px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@media (max-width: 657px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper {
    padding: 15px;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Image {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 657px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper .Image {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Image .Container {
  position: relative;
  height: 0;
  padding-bottom: 41.8410041841%;
  background-color: black;
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Image .Container h2 {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  font-size: 32px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 657px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper .Image .Container h2 {
    font-size: 20px;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Image .Container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Prices {
  display: flex;
  height: 120px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1041px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper .Prices {
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Prices h2 {
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons {
  display: flex;
  margin-top: auto;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 1383px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    flex-wrap: wrap;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a {
  flex: 1;
  margin-top: 30px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 1383px) {
  .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    flex: auto;
  }
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a {
  color: #1c2337;
  background-color: black;
}
.ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a:hover {
  background-color: #1a1a1a;
}
.Classic .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a:hover {
  background-color: #2e257b;
}
.Lido .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a:hover {
  background-color: #595b82;
}
.Ritz .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a:hover {
  background-color: #c75d5b;
}
.Classic .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a {
  background-color: #1f1954;
}
.Lido .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a {
  background-color: #444664;
}
.Ritz .ClubPage .Layout .Content .Memberships > li .Wrapper .Buttons a + a {
  background-color: #eba9a9;
}
.Classic .ClubPage .Layout .Content .Memberships > li .Wrapper {
  background-color: #d4c7aa;
}
.Lido .ClubPage .Layout .Content .Memberships > li .Wrapper {
  background-color: #262626;
}
.Ritz .ClubPage .Layout .Content .Memberships > li .Wrapper {
  background-color: #282e3f;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.ActivatePage .Layout .Content .MyDetails {
  margin-top: 40px;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.LoginPage .Layout .Content .MyDetails {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.LoginPage .Layout .Content .MyDetails .Spinner {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.LoginPage .Layout .Content .MyDetails .ForgotPassword {
  float: right;
  margin-top: 20px;
  font-family: ritzura, sans-serif;
  line-height: 1.1;
  color: #ed8456;
}
.LoginPage .Layout .Content .MyDetails .ForgotPassword:hover {
  color: #ffebc6;
}
.Classic .LoginPage .Layout .Content .MyDetails .ForgotPassword:hover {
  color: #1f1954;
}
.Lido .LoginPage .Layout .Content .MyDetails .ForgotPassword:hover {
  color: white;
}
.Ritz .LoginPage .Layout .Content .MyDetails .ForgotPassword:hover {
  color: #ffffe1;
}
.Classic .LoginPage .Layout .Content .MyDetails .ForgotPassword {
  font-family: futura-pt, sans-serif;
  color: #b19661;
}
.Lido .LoginPage .Layout .Content .MyDetails .ForgotPassword {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #eb5848;
}
.Ritz .LoginPage .Layout .Content .MyDetails .ForgotPassword {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.MyDetailsPage .Layout .Content .MyDetails .Wysiwyg {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #ffebc6;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .MyDetails .Wysiwyg {
    margin-top: 20px;
  }
}
.MyDetailsPage .Layout .Content .MyDetails .Wysiwyg p + p {
  margin-top: 0;
}
.Classic .MyDetailsPage .Layout .Content .MyDetails .Wysiwyg {
  border-top-color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .MyDetails .Wysiwyg {
  border-top-color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .MyDetails .Wysiwyg {
  border-top-color: #d75457;
}
.MyDetailsPage .Layout .Content .MyDetails .Checkboxes {
  margin-top: 15px;
}
.MyDetailsPage .Layout .Content .MyDetails .Checkboxes li {
  border-top: 1px solid #b09661;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.MyDetailsPage .Layout .Content .MyDetails .Checkboxes li label {
  padding-left: 15px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li label {
    padding-left: 10px;
    font-size: 14px;
  }
}
.MyDetailsPage .Layout .Content .MyDetails .Checkboxes li:last-child {
  border-bottom: 1px solid #b09661;
}
.Classic .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li:last-child {
  border-bottom-color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li:last-child {
  border-bottom-color: white;
}
.Ritz .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li:last-child {
  border-bottom-color: #d75457;
}
.Classic .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li {
  border-top-color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li {
  border-top-color: white;
}
.Ritz .MyDetailsPage .Layout .Content .MyDetails .Checkboxes li {
  border-bottom-color: #d75457;
}
.MyDetailsPage .Layout .Content .MyDetails .Button {
  margin-top: 40px;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .MyDetails .Button {
    margin-top: 20px;
  }
}
.MyDetailsPage .Layout .Content .Dashboard {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
}
.MyDetailsPage .Layout .Content .Dashboard .Wysiwyg {
  margin-bottom: 40px;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Wysiwyg {
    margin-bottom: 20px;
  }
}
.MyDetailsPage .Layout .Content .Dashboard > .Message {
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
}
.MyDetailsPage .Layout .Content .Dashboard .AddGiftCard + .Data,
.MyDetailsPage .Layout .Content .Dashboard .AddVoucher + .Data {
  margin-top: 40px;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .AddGiftCard + .Data,
  .MyDetailsPage .Layout .Content .Dashboard .AddVoucher + .Data {
    margin-top: 20px;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Data {
  width: 100%;
  margin: -5px;
  table-layout: fixed;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Data tr:first-child {
    display: none;
  }
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Data tr:nth-child(2) td:first-child {
    padding-top: 0;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Data th,
.MyDetailsPage .Layout .Content .Dashboard .Data td {
  padding: 5px;
  vertical-align: top;
}
.MyDetailsPage .Layout .Content .Dashboard .Data th {
  font-family: ritzura;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  color: #ed8456;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Data th {
  color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Data th {
  color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Data th {
  color: #d75457;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Data td {
    display: block;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Data td:before {
  display: block;
  margin-bottom: 10px;
  font-family: ritzura;
  text-transform: uppercase;
  color: #ed8456;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Data td:before {
    content: attr(data-title);
  }
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Data td:before {
  color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Data td:before {
  color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Data td:before {
  color: #d75457;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Data td:first-child {
    padding-top: 20px;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Data td:nth-child(n+2):before {
  margin-top: 10px;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Data td {
  color: #414141;
}
.MyDetailsPage .Layout .Content .Dashboard .Data a {
  display: inline-block;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffebc6;
}
.MyDetailsPage .Layout .Content .Dashboard .Data a:hover {
  color: white;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Data a:hover {
  color: #414141;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Data a:hover {
  color: white;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Data a:hover {
  color: #ffffe1;
}
.MyDetailsPage .Layout .Content .Dashboard .Data a .Sprite {
  margin-left: 5px;
  font-size: 10px;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Data a {
  margin-top: 15px;
  color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Data a {
  margin-top: 15px;
  color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Data a {
  color: #d75457;
}
.MyDetailsPage .Layout .Content .Dashboard .Flex {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1041px) {
  .MyDetailsPage .Layout .Content .Dashboard .Flex {
    display: block;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Flex .Button {
  white-space: nowrap;
}
@media (max-width: 1041px) {
  .MyDetailsPage .Layout .Content .Dashboard .Flex .Button {
    margin-top: 20px;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Section {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 2px solid #ffebc6;
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Section {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 657px) {
  .MyDetailsPage .Layout .Content .Dashboard .Section .Data td:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffebc6;
  }
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Section .Data td:last-child {
  border-bottom-color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Section .Data td:last-child {
  border-bottom-color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Section .Data td:last-child {
  border-bottom-color: #d75457;
}
.MyDetailsPage .Layout .Content .Dashboard .Section .Flex {
  margin-bottom: 40px;
}
.MyDetailsPage .Layout .Content .Dashboard .Section .Flex .Wysiwyg {
  margin-bottom: 0;
}
.MyDetailsPage .Layout .Content .Dashboard .Section .Flex .Button {
  margin-left: 20px;
}
@media (max-width: 1041px) {
  .MyDetailsPage .Layout .Content .Dashboard .Section .Flex .Button {
    margin-left: 0;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .Section .Wysiwyg {
  margin-bottom: 20px;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .Section {
  border-top-color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .Section {
  border-top-color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .Section {
  border-top-color: #d75457;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 15px;
}
@media (max-width: 1041px) {
  .MyDetailsPage .Layout .Content .Dashboard .YourTickets li {
    width: 50%;
  }
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Image {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  display: block;
}
.App .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Image {
  transition: none !important;
  filter: none !important;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Image:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Image img {
  width: 100%;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title {
  display: block;
  margin-top: 15px;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffebc6;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title:hover {
  color: white;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title:hover {
  color: #414141;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title:hover {
  color: white;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title:hover {
  color: #ffffe1;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title {
  color: #b19661;
}
.Lido .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title {
  color: #eb5848;
}
.Ritz .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Title {
  color: #d75457;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Date {
  display: block;
  margin-top: 15px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}
.Classic .MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Date {
  color: #414141;
}
.MyDetailsPage .Layout .Content .Dashboard .YourTickets li .Button {
  display: block;
  margin-top: 20px;
}
.MyDetailsPage .Layout .Content .Dashboard .Stacker {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}
.MyDetailsPage .Layout .Content .Dashboard .Stacker .Stack {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 15px;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.ShopPage .Layout .Content .Totals {
  margin-bottom: 20px;
}
.ShopPage .Layout .Content .Totals .Title {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.ShopPage .Layout .Content .Totals .Title .Text {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .ShopPage .Layout .Content .Totals .Title .Text {
  color: #b19661;
}
.Lido .ShopPage .Layout .Content .Totals .Title .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .ShopPage .Layout .Content .Totals .Title .Text {
  color: #d75457;
}
.ShopPage .Layout .Content .Totals .Title .Price {
  display: flex;
  align-items: center;
}
.ShopPage .Layout .Content .Totals .Title .Price .Sprite {
  margin-left: 10px;
  font-size: 8px;
}
.ShopPage .Layout .Content .Totals .Items {
  display: none;
}
.ShopPage .Layout .Content .Totals .Items .Item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.ShopPage .Layout .Content .Totals .Items .Item .Text {
  font-family: ritzura, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.Lido .ShopPage .Layout .Content .Totals .Items .Item .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .ShopPage .Layout .Content .Totals .Items .Item .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.ShopPage .Layout .Content .Totals .Items .Item .Price {
  font-size: 14px;
}
.ShopPage .Layout .Content .Totals.Toggled .Items {
  display: block;
}
.Classic .ShopPage .Layout .Content .Totals {
  color: #414141;
}
.ShopPage .Layout .Content .Totals ~ .Payment {
  border-top-width: 0;
}
.ShopPage .Layout .Content .Inputs h3 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.ShopPage .Layout .Content .Inputs h3 span {
  float: right;
}
.ShopPage .Layout .Content .Inputs h3 input {
  position: relative;
  top: 2px;
}
.ShopPage .Layout .Content .Inputs h3 label {
  font-size: 14px;
  text-transform: none;
}
.Lido .ShopPage .Layout .Content .Inputs h3 {
  border-top-color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}
.Ritz .ShopPage .Layout .Content .Inputs h3 {
  border-top-color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}
.ShopPage .Layout .Content .Products li {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #670926;
}
@media (max-width: 657px) {
  .ShopPage .Layout .Content .Products li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.ShopPage .Layout .Content .Products li img {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  float: left;
  border: 1px solid #ffebc6;
}
@media (max-width: 657px) {
  .ShopPage .Layout .Content .Products li img {
    float: none;
    width: 168px;
  }
}
.Classic .ShopPage .Layout .Content .Products li img {
  border-color: #b19661;
}
.Lido .ShopPage .Layout .Content .Products li img {
  border-color: #eb5848;
}
.Ritz .ShopPage .Layout .Content .Products li img {
  border-color: #d75457;
}
.ShopPage .Layout .Content .Products li .Wysiwyg {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
@media (max-width: 657px) {
  .ShopPage .Layout .Content .Products li .Wysiwyg {
    padding-left: 0;
    padding-top: 20px;
  }
}
.ShopPage .Layout .Content .Products li .Wysiwyg .InputWrap {
  width: 200px;
}
.ShopPage .Layout .Content .Products li .Wysiwyg .Button {
  margin-top: 20px;
}
.Classic .ShopPage .Layout .Content .Products li {
  border-top-color: #b19661;
}
.Lido .ShopPage .Layout .Content .Products li {
  border-top-color: #eb5848;
}
.Ritz .ShopPage .Layout .Content .Products li {
  border-top-color: #d75457;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.EGiftCardsPage .Layout .Content .Designs .swiper-slide {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Designs .swiper-slide {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  position: relative;
  outline: 4px solid transparent;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Designs .swiper-slide a {
    outline-width: 2px;
  }
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a span {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffebc6;
  text-align: center;
  color: white;
  background-color: white;
  z-index: 2;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Designs .swiper-slide a span {
    left: 10px;
    bottom: 10px;
  }
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a span i {
  margin-top: 3px;
  font-size: 14px;
}
.Classic .EGiftCardsPage .Layout .Content .Designs .swiper-slide a span {
  border-color: #b19661;
}
.Lido .EGiftCardsPage .Layout .Content .Designs .swiper-slide a span {
  border-color: white;
}
.Ritz .EGiftCardsPage .Layout .Content .Designs .swiper-slide a span {
  border-color: #d75457;
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a img {
  position: relative;
  z-index: 1;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Designs .swiper-slide a img {
    width: 240px;
  }
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover,
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected {
  outline-color: #ffebc6;
}
.Classic .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover,
.Classic .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected {
  outline-color: #b19661;
}
.Lido .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover,
.Lido .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected {
  outline-color: white;
}
.Ritz .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover,
.Ritz .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected {
  outline-color: #d75457;
}
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover span,
.EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected span {
  color: black;
  background-color: #ffebc6;
}
.Classic .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover span,
.Classic .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected span {
  color: white;
  background-color: #b19661;
}
.Lido .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover span,
.Lido .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected span {
  color: black;
  background-color: white;
}
.Ritz .EGiftCardsPage .Layout .Content .Designs .swiper-slide a:hover span,
.Ritz .EGiftCardsPage .Layout .Content .Designs .swiper-slide a.Selected span {
  color: white;
  background-color: #d75457;
}
.EGiftCardsPage .Layout .Content .Designs .Navigation {
  display: flex;
  justify-content: center;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Designs .Navigation {
    display: none;
  }
}
.EGiftCardsPage .Layout .Content .Designs .Navigation .swiper-button {
  display: block;
  position: relative;
  top: 8px;
}
.EGiftCardsPage .Layout .Content .Designs .Navigation .swiper-button.swiper-button-prev {
  margin-right: 15px;
}
.EGiftCardsPage .Layout .Content .Designs .Navigation .swiper-button.swiper-button-next {
  margin-left: 15px;
}
.EGiftCardsPage .Layout .Content .Values .swiper {
  padding-top: 20px;
}
.EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide {
  width: auto;
}
.EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a {
  -webkit-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -moz-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -ms-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -o-transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
  display: block;
  border: 2px solid #b09661;
  padding: 8px;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffebc6;
}
@media (max-width: 1041px) {
  .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a {
    font-size: 14px;
  }
}
.EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a.Selected,
.EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a:hover {
  color: black;
  background-color: #b09661;
}
.Classic .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a.Selected,
.Classic .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a:hover {
  color: #414141;
  background-color: #acdace;
}
.Lido .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a.Selected,
.Lido .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a:hover {
  color: black;
  background-color: #eb5848;
}
.Ritz .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a.Selected,
.Ritz .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a:hover {
  color: black;
  background-color: #d75457;
}
.Classic .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a {
  color: #414141;
  border-color: #acdace;
}
.Lido .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
  border-color: #eb5848;
}
.Ritz .EGiftCardsPage .Layout .Content .Values .swiper .swiper-slide a {
  color: white;
  border-color: #d75457;
}
.EGiftCardsPage .Layout .Content .Recipient .Small {
  display: block;
  margin-top: 5px;
  font-family: ritzura, sans-serif;
  font-size: 12px;
}
.Classic .EGiftCardsPage .Layout .Content .Recipient .Small {
  color: #414141;
}
.EGiftCardsPage .Layout .Content .Customisation {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 720px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  /*-------------*/

  /*-- Heading --*/

  /*-----------*/

  /*-- Alert --*/

  /*-- Designs --*/

  /*---------------*/

  /*-- Text Area --*/

  /*------------*/

  /*-- Values --*/

  /*----------*/

  /*-- Flex --*/

  /*----------------*/

  /*-- Input Wrap --*/

  /*-- Button --*/

}
@media (max-width: 1041px) {
  .EGiftCardsPage .Layout .Content .Customisation {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .EGiftCardsPage .Layout .Content .Customisation {
    margin-left: 0;
    margin-right: 0;
  }
}
.EGiftCardsPage .Layout .Content .Customisation .Designs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  background-color: #f2f2f2;
  /*.Arrow {
					.Chook .Animate;
					position: absolute;
					top: 50%;
					width: 40px;
					height: 60px;
					margin-top: -30px;
					z-index: 2;
					color: #FFFFFF;
					background: @Highlight;
					outline: none;

					&.Left {
						left: 0;

						.Sprite {
							margin-left: -2px;
						}
					}

					&.Right {
						right: 0;

						.Sprite {
							margin-right: -2px;
						}
					}

					.Sprite {
						font-size: 15px;
					}

					.Desktop &:hover {
						color: #FFFFFF;
						background: @Rollover;
					}

					&.Disabled {
						cursor: default;
						opacity: 0.5;

						.Desktop &:hover {
							background: @Highlight;
						}
					}
				}*/

}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container {
  max-width: 630px;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide a {
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide a:before {
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  opacity: 0;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide a img {
  position: relative;
  max-width: 100%;
  z-index: 2;
}
.Desktop .EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide a:hover {
  opacity: .8;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .Wrapper .swiper-container .swiper-slide.Selected a:before {
  opacity: 1;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .swiper-pagination {
  position: static;
  height: 8px;
  margin-top: 10px;
}
.EGiftCardsPage .Layout .Content .Customisation .Designs .swiper-pagination .swiper-pagination-bullet {
  margin-left: 2px;
  margin-right: 2px;
  background: #a5a7b0;
  opacity: 1;
}
.EGiftCardsPage .Layout .Content .Customisation .TextArea {
  margin-top: 20px;
  margin-bottom: 40px;
}
.EGiftCardsPage .Layout .Content .Customisation .TextArea > span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #cccccc;
}
.EGiftCardsPage .Layout .Content .Customisation .Values {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.EGiftCardsPage .Layout .Content .Customisation .Values a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: left;
  width: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.Desktop .EGiftCardsPage .Layout .Content .Customisation .Values a:hover,
.EGiftCardsPage .Layout .Content .Customisation .Values a.Selected {
  color: white;
}
.EGiftCardsPage .Layout .Content .Customisation .Flex {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.EGiftCardsPage .Layout .Content .Customisation .Flex .Required {
  margin-left: auto;
  font-size: 12px;
  color: red;
}
.EGiftCardsPage .Layout .Content .Customisation .InputWrap .Limit {
  float: right;
  position: relative;
  top: 6px;
  font-size: 10px;
  line-height: 1;
  color: #9f9f9f;
}
.EGiftCardsPage .Layout .Content .Customisation .InputWrap .InputLabel {
  padding-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.EGiftCardsPage .Layout .Content .Customisation .InputWrap .List li td input {
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
.EGiftCardsPage .Layout .Content .Customisation .InputWrap .List li td label {
  vertical-align: middle;
}
.EGiftCardsPage .Layout .Content .Customisation .Button {
  margin-top: 40px;
}
@media (max-width: 657px) {
  .EGiftCardsPage .Layout .Content .Customisation .Button {
    margin-top: 20px;
  }
}
/*------------*/

/*-- Layout --*/

/*------------*/

.TicketsPage .Layout .Header {
  display: none;
}
.TicketsPage .Layout .Content .Branding {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 4px solid #b09661;
}
@media (max-width: 1041px) {
  .TicketsPage .Layout .Content .Branding {
    border-bottom-width: 2px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.TicketsPage .Layout .Content .Branding .Boundary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.TicketsPage .Layout .Content .Branding .Boundary .Timer {
  width: 80px;
}
.TicketsPage .Layout .Content .Branding .Boundary .Timer,
.TicketsPage .Layout .Content .Branding .Boundary .Cancel {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1041px) {
  .TicketsPage .Layout .Content .Branding .Boundary .Timer,
  .TicketsPage .Layout .Content .Branding .Boundary .Cancel {
    font-size: 14px;
  }
}
.Lido .TicketsPage .Layout .Content .Branding .Boundary .Timer,
.Lido .TicketsPage .Layout .Content .Branding .Boundary .Cancel {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.TicketsPage .Layout .Content .Branding .Boundary .Logo {
  -webkit-transition: -webkit-filter 0.3s ease-out 0s;
  -moz-transition: -moz-filter 0.3s ease-out 0s;
  -ms-transition: -ms-filter 0.3s ease-out 0s;
  -o-transition: -o-filter 0.3s ease-out 0s;
  transition: -webkit-filter 0.3s ease-out 0s, -moz-filter 0.3s ease-out 0s, -ms-filter 0.3s ease-out 0s, -o-filter 0.3s ease-out 0s, filter 0.3s ease-out 0s;
  width: 193px;
  margin-left: auto;
  margin-right: auto;
}
.App .TicketsPage .Layout .Content .Branding .Boundary .Logo {
  transition: none !important;
  filter: none !important;
}
.TicketsPage .Layout .Content .Branding .Boundary .Logo:hover {
  -moz-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
@media (max-width: 1041px) {
  .TicketsPage .Layout .Content .Branding .Boundary .Logo {
    width: 96px;
  }
}
.TicketsPage .Layout .Content .Branding .Boundary .Logo img {
  width: 100%;
}
.Classic .TicketsPage .Layout .Content .Branding .Boundary .Logo {
  width: 98px;
}
@media (max-width: 1041px) {
  .Classic .TicketsPage .Layout .Content .Branding .Boundary .Logo {
    width: 65px;
  }
}
.Lido .TicketsPage .Layout .Content .Branding .Boundary .Logo {
  width: 125px;
}
@media (max-width: 1041px) {
  .Lido .TicketsPage .Layout .Content .Branding .Boundary .Logo {
    width: 84px;
  }
}
.Ritz .TicketsPage .Layout .Content .Branding .Boundary .Logo {
  width: 120px;
}
@media (max-width: 1041px) {
  .Ritz .TicketsPage .Layout .Content .Branding .Boundary .Logo {
    width: 82px;
  }
}
.TicketsPage .Layout .Content .Branding .Boundary .Cancel .Sprite {
  margin-left: 10px;
  font-size: 12px;
}
.Classic .TicketsPage .Layout .Content .Branding .Boundary {
  color: #414141;
}
.Classic .TicketsPage .Layout .Content .Branding {
  border-bottom-color: #b19661;
}
@media (max-width: 1041px) {
  .Classic .TicketsPage .Layout .Content .Branding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.Lido .TicketsPage .Layout .Content .Branding {
  border-bottom-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Branding {
  border-bottom-color: #d75457;
}
.TicketsPage .Layout .Content .Booking {
  position: relative;
  height: 360px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking {
    height: 180px;
  }
}
.TicketsPage .Layout .Content .Booking .Foreground {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.TicketsPage .Layout .Content .Booking .Foreground .Byline {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ed8456;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking .Foreground .Byline {
    font-size: 12px;
  }
}
.Classic .TicketsPage .Layout .Content .Booking .Foreground .Byline {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Booking .Foreground .Byline {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Booking .Foreground .Byline {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Booking .Foreground .Name {
  margin-top: 10px;
  font-size: 48px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking .Foreground .Name {
    font-size: 18px;
  }
}
.TicketsPage .Layout .Content .Booking .Foreground .Date {
  margin-top: 15px;
  font-size: 22px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking .Foreground .Date {
    font-size: 16px;
  }
}
.TicketsPage .Layout .Content .Booking .Foreground .Cinema {
  margin-top: 10px;
  font-size: 22px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking .Foreground .Cinema {
    font-size: 16px;
  }
}
.TicketsPage .Layout .Content .Booking .Background {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.TicketsPage .Layout .Content .Booking .Background .Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TicketsPage .Layout .Content .Booking .Background .Wrapper:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#99000000,EndColorStr=#00000000, GradientType=0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.TicketsPage .Layout .Content .Booking .Background .Wrapper img {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 400px;
  z-index: 1;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Booking .Background .Wrapper img {
    height: 220px;
  }
}
.TicketsPage .Layout .Content .MultipleBooking {
  background-color: #262626;
}
.TicketsPage .Layout .Content .MultipleBooking ul {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.TicketsPage .Layout .Content .MultipleBooking ul li {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.TicketsPage .Layout .Content .MultipleBooking ul li img {
  float: left;
}
.TicketsPage .Layout .Content .MultipleBooking ul li div {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
.TicketsPage .Layout .Content .MultipleBooking ul li div span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
.TicketsPage .Layout .Content .MultipleBooking ul li div span.Tickets {
  color: #b09661;
}
.Classic .TicketsPage .Layout .Content .MultipleBooking ul li div span.Tickets {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .MultipleBooking ul li div span.Tickets {
  color: #b19661;
}
.Ritz .TicketsPage .Layout .Content .MultipleBooking ul li div span.Tickets {
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing {
  position: relative;
  overflow: hidden;
  /*-----------*/

  /*-- Steps --*/

  /*------------*/

  /*-- Member --*/

  /*-- Totals --*/

  /*-------------*/

  /*-- Tickets --*/

  /*-- Seats --*/

  /*--------------*/

  /*-- Checkout --*/

  /*-- Continue --*/

  /*-- Disabled --*/

}
.TicketsPage .Layout .Content .Ticketing .Steps {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: black;
}
.TicketsPage .Layout .Content .Ticketing .Steps .Wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Steps .Wrapper h2 {
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper h2 {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper h2 {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper h2 {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li {
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  margin-left: 10px;
  font-family: ritzura, sans-serif;
  text-align: center;
  color: black;
  background-color: #ffebc6;
}
.TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li:first-child {
  margin-left: 0;
}
.TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li.Selected {
  background-color: #b09661;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li.Selected {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li.Selected {
  background-color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li.Selected {
  background-color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li {
  background-color: #efeadf;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Steps .Wrapper li {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Steps {
  background-color: black;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Steps {
  background-color: #444664;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Steps {
  background-color: #444664;
}
.TicketsPage .Layout .Content .Ticketing .Member {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #b09661;
}
.TicketsPage .Layout .Content .Ticketing .Member .Wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}
.TicketsPage .Layout .Content .Ticketing .Member .Wrapper h2 {
  color: black;
}
.TicketsPage .Layout .Content .Ticketing .Member .Wrapper a {
  display: block;
  color: #ffebc6;
  background-color: black;
}
.TicketsPage .Layout .Content .Ticketing .Member .Wrapper a:hover {
  background-color: #262626;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Member .Wrapper a {
  color: #efeadf;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Member .Wrapper a {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Member .Wrapper a {
  color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Member {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Member {
  background-color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Member {
  background-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Title {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Title .Text {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Totals .Title .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #414141;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Totals .Title .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Totals .Title .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Title .Price {
  display: flex;
  align-items: center;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Title .Price .Sprite {
  margin-left: 10px;
  font-size: 8px;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Totals .Title,
.Ritz .TicketsPage .Layout .Content .Ticketing .Totals .Title {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.TicketsPage .Layout .Content .Ticketing .Totals .Items {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Items .Item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Items .Item .Text {
  font-family: ritzura, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Totals .Items .Item .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Totals .Items .Item .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.TicketsPage .Layout .Content .Ticketing .Totals .Items .Item .Price {
  font-size: 14px;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Totals .Items .Item,
.Ritz .TicketsPage .Layout .Content .Ticketing .Totals .Items .Item {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.TicketsPage .Layout .Content .Ticketing .Totals.Toggled .Items {
  display: block;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Totals {
  color: #414141;
}
.TicketsPage .Layout .Content .Ticketing .Tickets {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message.Error {
  color: white;
  background-color: #e60000;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message.Success {
  color: black;
  background-color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Message.Success {
  background-color: #acdace;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Message.Success {
  background-color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Message.Success {
  background-color: #f6a5a6;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message.Hidden {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message.Large {
  padding: 20px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message.Large padding {
  line-height: 1.5;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap {
  margin-top: 20px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap label.Error {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-top: 15px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  background-color: #e60000;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputLabel {
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputLabel {
  color: #414141;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputLabel {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputLabel {
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #480016;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input input,
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select,
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input textarea {
  color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input input,
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select,
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input textarea {
  color: #414141;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input input,
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select,
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input textarea {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input input,
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select,
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input textarea {
  color: white;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.8);
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input span {
  color: rgba(0, 0, 0, 0.4);
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAG5JREFUKJGtkdEJgDAMRF/FETqZuoWDVcHFBHc4fxoNkYofPjgoyRGSa5KEYwQSsF0VSaYsaa/KVveGopsSDYOeTGaw0ZFdUo6jIyWFKx50r93fDAVQQ+unM6mhNIMyLa65xqibn9W7hQ9gdm8ATrEFDtYeciFLAAAAAElFTkSuQmCC');
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select option {
  color: black;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select option {
  color: #414141;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input select {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAAElBMVEUAAABJSUlCQkJCQkJBQUFBQUES8E0CAAAABXRSTlMAFVWq6tvsEkIAAAA0SURBVHjahY6xDQBACAJVZP+VHylo/yqTQ7HETJnebQ8gYUExJygkQWH5J+Gs52AqUpo3HkQQAPFjYL33AAAAAElFTkSuQmCC');
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input.Area {
  padding-top: 0;
  padding-bottom: 0;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input.Area textarea,
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input.Area span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input {
  border-color: #b19661;
  background-color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input {
  border-color: white;
  background-color: transparent;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .InputParent .Input {
  border-color: white;
  background-color: transparent;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List input:focus:after {
  border-color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List input:focus:after {
  border-color: #1f1954;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List input:focus:after {
  border-color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List input:focus:after {
  border-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label {
  font-size: 16px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a {
  color: #ed8456;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a:hover {
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a:hover {
  color: #1f1954;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a:hover {
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a:hover {
  color: #f6a5a6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a {
  color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label a {
  color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap .List label {
  color: #414141;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Focused .InputParent .Input {
  border-color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Focused .InputParent .Input {
  border-color: #1f1954;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Focused .InputParent .Input {
  border-color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Focused .InputParent .Input {
  border-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.8);
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Deselected .InputParent .Input select {
  color: rgba(0, 0, 0, 0.4);
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.4);
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .InputWrap.Deselected .InputParent .Input select {
  color: rgba(255, 255, 255, 0.4);
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Columns {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Columns .Column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Columns .Column {
    width: 100%;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Button {
  margin-top: 20px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets {
    margin-top: 20px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Message {
  display: block;
  text-align: center;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Button {
  margin-top: 0;
  background-color: #ed8456;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Button:hover {
  background-color: #f2a684;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Button:hover {
  background-color: #c2ad83;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Button:hover {
  background-color: #f08276;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Button:hover {
  background-color: #ffffe1;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Button {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Button {
  background-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Button {
  background-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Validate {
  position: relative;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Validate .Button {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: 0;
  padding: 8px;
  z-index: 2;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap {
  position: relative;
  z-index: 1;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap .Input {
  padding-right: 56px;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap .Input input {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap .Input input {
  color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Validate .InputWrap .Input span {
  color: rgba(255, 255, 255, 0.6);
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items {
  margin-top: 40px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Items {
    margin-top: 20px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title,
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title:after,
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: url('../images/dots.png?v=638023579218527000');
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title,
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket {
  position: relative;
  border-bottom-width: 0;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title,
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket {
  position: relative;
  border-bottom-width: 0;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title {
  display: none;
  margin-top: 40px;
  font-family: ritzura, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title ~ .Title {
  display: block;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Title ~ .Title[data-visible='false'] {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Description .Name {
  display: block;
  margin-bottom: 5px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Description .Name {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Description .Name {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Description .Name {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator {
  width: 110px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator .Button {
  height: 36px;
  flex-grow: 1;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator .Remove,
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator .Add {
  display: none;
  width: 40px;
  height: 36px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator .Quantity {
  display: none;
  width: 30px;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator .Quantity {
  width: 45px;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket .Calculator {
  width: 125px;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket[data-visible='false'] {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket:not([data-quantity='0']) .Calculator .Button {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket:not([data-quantity='0']) .Calculator .Remove,
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket:not([data-quantity='0']) .Calculator .Add {
  display: block;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Ticket:not([data-quantity='0']) .Calculator .Quantity {
  display: flex;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings {
  background-color: #1f1954;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings {
  background-color: #262626;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings {
  background-color: #444664;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings {
    flex-direction: column;
    align-items: center;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Highlight {
  display: block;
  font-family: ritzura, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Highlight {
  color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Highlight {
  font-weight: normal;
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Highlight {
  font-weight: normal;
  color: white;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Highlight {
    text-align: center;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Text {
  display: block;
  margin-top: 5px;
  color: black;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Text {
  color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Text {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Text {
  color: white;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Copy .Text {
    text-align: center;
  }
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Savings .Button {
    margin-top: 20px !important;
  }
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Subtotal {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Subtotal .Text {
  font-family: ritzura, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Subtotal .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Subtotal .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total .Text {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ffebc6;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url('../images/dots.png?v=638023579218527000');
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url('../images/dots.png?v=638023579218527000');
}
.Lido .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total {
  position: relative;
  border-top-width: 0;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Tickets .Items .Total {
  position: relative;
  border-top-width: 0;
}
.TicketsPage .Layout .Content .Ticketing .Tickets .Continue {
  margin-top: 40px;
  margin-bottom: 40px;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Tickets {
  color: #414141;
}
.TicketsPage .Layout .Content .Ticketing .Seats {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map {
  background: -moz-linear-gradient(top, rgba(148, 0, 46, 1) 0, rgba(98, 0, 31, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(148, 0, 46, 1)), color-stop(100%, rgba(98, 0, 31, 1)));
  background: -o-linear-gradient(top, rgba(148, 0, 46, 1) 0, rgba(98, 0, 31, 1) 100%);
  background: linear-gradient(to bottom, rgba(148, 0, 46, 1), rgba(98, 0, 31, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF94002E,EndColorStr=#FF61001E, GradientType=0);
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow {
  overflow: hidden;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable {
    padding: 15px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image {
  position: relative;
  height: 0;
  padding-bottom: 25.1685393258%;
  border-top: 5px solid black;
  z-index: 1;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image img {
  -moz-transform: perspective(1000px) rotateX(-69.3deg);
  -webkit-transform: perspective(1000px) rotateX(-69.3deg);
  -o-transform: perspective(1000px) rotateX(-69.3deg);
  -ms-transform: perspective(1000px) rotateX(-69.3deg);
  transform: perspective(1000px) rotateX(-69.3deg);
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffebc6;
  z-index: 2;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Text {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Text {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Shadow {
  -moz-transform: perspective(1000px) rotateX(69.3deg);
  -webkit-transform: perspective(1000px) rotateX(69.3deg);
  -o-transform: perspective(1000px) rotateX(69.3deg);
  -ms-transform: perspective(1000px) rotateX(69.3deg);
  transform: perspective(1000px) rotateX(69.3deg);
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 41.8410041841%;
  z-index: 1;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .Screen .Image .Shadow:after {
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .SectionLabel {
  display: block;
  margin: 10px;
  text-align: center;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .SectionLabel {
  font-weight: bold;
  text-transform: uppercase;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell {
  font-family: ritzura, sans-serif;
  font-size: 10px;
  color: #ffebc6;
  /*&.companion {
									background-image: formatString("url('../images/companion.svg?v={0}')", @v);
								}*/

}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell {
    font-size: 8px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell .seat-charts-label {
  font-size: 10px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell .seat-charts-label {
    display: none;
  }
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell .seat-charts-label {
  font-size: 9px;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell:first-child {
  margin-left: -20px;
  margin-right: -3px;
  flex: 0 0 20px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell:first-child {
    margin-left: -15px;
    flex: 0 0 15px;
  }
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell:first-child {
  margin-right: 0;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair,
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.companion {
  background-color: #ed8456;
  /*background-size: 50%;
									background-repeat: no-repeat;
									background-position: center center;*/

}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair .seat-charts-label,
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.companion .seat-charts-label {
  color: black;
  text-transform: uppercase;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair,
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.companion {
  background-color: #acdace;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair,
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.companion {
  background-color: #44c8f5;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair,
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.companion {
  background-color: #aaaaaa;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair {
  background-image: url('../images/wheelchair-black.svg?v=638023579218527000');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.wheelchair .seat-charts-label {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.unavailable .seat-charts-label {
  display: none;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.unavailable {
  background-color: #444664;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.unavailable {
  background-color: #555555;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.focused,
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.selected {
  background-color: #b09661;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.focused,
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.selected {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.focused,
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.selected {
  background-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.focused,
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell.selected {
  background-color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell {
  color: #acdace;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-cell {
  margin: 1px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-row:not(.balcony) + .seat-charts-row.balcony {
  margin-top: 10px;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Overflow .Draggable .seat-charts-row.balcony .seat-charts-seat.available {
  background-color: #cc7733;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #61001e;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls {
    padding: 15px;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key {
  font-family: ritzura, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a {
  display: inline-block;
  color: #ffebc6;
  vertical-align: top;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a span {
  -webkit-transition: border-color 0.3s ease-out 0s;
  -moz-transition: border-color 0.3s ease-out 0s;
  -ms-transition: border-color 0.3s ease-out 0s;
  -o-transition: border-color 0.3s ease-out 0s;
  transition: border-color 0.3s ease-out 0s;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #ed8456;
  text-align: center;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a span {
  border-color: #eaefdf;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a span {
  border-color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a span {
  border-color: white;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover {
  color: white;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover span {
  border-color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover span {
  border-color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover span {
  border-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover span {
  border-color: #ffffe1;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover {
  color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover {
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a:hover {
  color: #ffffe1;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a {
  color: #eaefdf;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key a {
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul {
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3333333333%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li {
    width: 50%;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  background-color: white;
  /*&.Companion {
											background-image: formatString("url('../images/companion.svg?v={0}')", @v);
										}*/

}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Selected {
  background-color: #b09661;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Selected {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Selected {
  background-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Selected {
  background-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Occupied {
  background-color: black;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Occupied {
  background-color: #444664;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Occupied {
  background-color: #555555;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Wheelchair,
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Companion {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: #ed8456;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Wheelchair,
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Companion {
  background-color: #acdace;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Wheelchair,
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Companion {
  background-color: #44c8f5;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Wheelchair,
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Companion {
  background-color: #aaaaaa;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Wheelchair {
  background-image: url('../images/wheelchair-black.svg?v=638023579218527000');
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Seat.Balcony {
  background-color: #cc7733;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key ul li .Text {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 4px;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key.Toggled ul {
  display: block;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Key {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom {
  float: right;
  color: #ffebc6;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom:hover {
  color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom:hover {
  color: white;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom:hover {
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom:hover {
  color: #ffffe1;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom {
  color: #eaefdf;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls .Zoom {
  color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls {
  background-color: #c3b188;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls {
  background-color: black;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map .Controls {
  background-color: #0b0d15;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map.Zoomed .Overflow .Draggable {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map.Zoomed .Overflow .Draggable .seat-charts-cell .seat-charts-label {
  display: block;
  font-size: 6px;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map.Zoomed .Overflow .Draggable .seat-charts-cell .seat-charts-label {
  font-size: 9px;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Map.Zoomed .Overflow .Draggable .seat-charts-cell.wheelchair .seat-charts-label,
.TicketsPage .Layout .Content .Ticketing .Seats .Map.Zoomed .Overflow .Draggable .seat-charts-cell.unavailable .seat-charts-label {
  display: none;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Map {
  background: -moz-linear-gradient(top, rgba(212, 199, 170, 1) 0, rgba(195, 177, 137, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(212, 199, 170, 1)), color-stop(100%, rgba(195, 177, 137, 1)));
  background: -o-linear-gradient(top, rgba(212, 199, 170, 1) 0, rgba(195, 177, 137, 1) 100%);
  background: linear-gradient(to bottom, rgba(212, 199, 170, 1), rgba(195, 177, 137, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFD4C7AA,EndColorStr=#FFC2B088, GradientType=0);
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Map {
  background: -moz-linear-gradient(top, rgba(25, 25, 25, 1) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(25, 25, 25, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(top, rgba(25, 25, 25, 1) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(25, 25, 25, 1), rgba(0, 0, 0, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF191919,EndColorStr=#FF000000, GradientType=0);
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Map {
  background: -moz-linear-gradient(top, rgba(28, 35, 55, 1) 0, rgba(11, 14, 22, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(28, 35, 55, 1)), color-stop(100%, rgba(11, 14, 22, 1)));
  background: -o-linear-gradient(top, rgba(28, 35, 55, 1) 0, rgba(11, 14, 22, 1) 100%);
  background: linear-gradient(to bottom, rgba(28, 35, 55, 1), rgba(11, 14, 22, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF1C2337,EndColorStr=#FF0A0D15, GradientType=0);
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Navigation {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Continue {
  margin-top: 20px;
}
@media (max-width: 657px) {
  .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Continue {
    order: 1;
  }
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Title {
  display: block;
  margin-top: 20px;
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
  color: #ffebc6;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Title {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Title {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #f7941d;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Title {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Icons {
  position: relative;
  overflow: hidden;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Icons li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  font-family: ritzura, sans-serif;
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  background-color: #b09661;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Icons li {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Icons li {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Icons li {
  color: black;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background-color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Count {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Count {
  color: #414141;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back {
  display: inline-block;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffebc6;
}
.TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back:hover {
  color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back:hover {
  color: #1f1954;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back:hover {
  color: white;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back:hover {
  color: #ffffe1;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Seats .Navigation .Back {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Checkout {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 690px;
  padding-bottom: 40px;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals {
  padding-bottom: 20px;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals:before,
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals:after {
  content: '';
  display: table;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals:after {
  clear: both;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals .Title {
  padding-top: 0;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm {
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  color: #b09661;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm {
  color: #5fc09b;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm {
  color: #d75457;
}
.TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm:hover {
  color: white;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Checkout .Totals .AddFilm:hover {
  color: black;
}
.TicketsPage .Layout .Content .Ticketing .Checkout.TogglePayment .AddFilm {
  display: none;
}
.TicketsPage .Layout .Content .Ticketing .Continue {
  float: right;
}
.TicketsPage .Layout .Content .Ticketing .Button.Disabled {
  cursor: default;
  opacity: .5;
}
.TicketsPage .Layout .Content .Ticketing .Button.Disabled:hover {
  background-color: #ed8456;
}
.Classic .TicketsPage .Layout .Content .Ticketing .Button.Disabled:hover {
  background-color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Ticketing .Button.Disabled:hover {
  background-color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Ticketing .Button.Disabled:hover {
  background-color: #d75457;
}
.TicketsPage .Layout .Content .Summary {
  margin-top: 40px;
}
.TicketsPage .Layout .Content .Summary .Item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 12px;
  justify-content: space-between;
}
.TicketsPage .Layout .Content .Summary .Item .Text {
  font-family: ritzura, sans-serif;
  text-transform: uppercase;
}
.TicketsPage .Layout .Content .Summary .Total {
  font-size: 14px;
}
.TicketsPage .Layout .Content .Summary .Seats,
.TicketsPage .Layout .Content .Summary .Reference {
  font-size: 16px;
}
.TicketsPage .Layout .Content .Summary .Reference {
  color: #ed8456;
}
.Classic .TicketsPage .Layout .Content .Summary .Reference {
  color: #b19661;
}
.Lido .TicketsPage .Layout .Content .Summary .Reference {
  color: #eb5848;
}
.Ritz .TicketsPage .Layout .Content .Summary .Reference {
  color: #d75457;
}
.Classic .TicketsPage .Layout .Content .Summary {
  color: #414141;
}
.TicketsPage .Layout .Footer .Menu {
  display: none;
}
/*------------*/

/*-- Layout --*/

/*------------*/

.CustomPage .Layout .Content .Wysiwyg h2,
.CustomPage .Layout .Content .Wysiwyg h3 {
  margin-top: 60px;
}
@media (max-width: 1041px) {
  .CustomPage .Layout .Content .Wysiwyg h2,
  .CustomPage .Layout .Content .Wysiwyg h3 {
    margin-top: 30px;
  }
}
.CustomPage .Layout .Content .Wysiwyg .Image {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1041px) {
  .CustomPage .Layout .Content .Wysiwyg .Image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*------------*/

/*-- Layout --*/

/*------------*/

.AppPage .Layout .Content .MovieClub {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  height: calc(100vh - 40px);
  padding: 40px;
  color: #ffebc6;
  background-image: url('../images/movie-club-background.jpg');
  background-size: cover;
  background-position: center center;
  text-align: center;
  flex-direction: column;
}
.AppPage .Layout .Content .MovieClub h1 {
  font-size: 26px;
  line-height: 1.5;
}
.Lido .AppPage .Layout .Content .MovieClub h1 {
  letter-spacing: 4px;
}
.AppPage .Layout .Content .MovieClub p {
  margin-top: 20px;
  font-size: 20px;
}
.AppPage .Layout .Content .MovieClub .Buttons {
  margin-top: auto;
  margin-left: -20px;
  margin-right: -20px;
}
.AppPage .Layout .Content .MovieClub .Buttons .Button {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.AppPage .Layout .Content .MovieClub .Buttons .Button:last-child {
  color: #ffebc6;
  background-color: black;
}
.Classic .AppPage .Layout .Content .MovieClub .Buttons .Button:last-child {
  color: white;
  background-color: #1f1954;
}
.Lido .AppPage .Layout .Content .MovieClub .Buttons .Button:last-child {
  color: #f2eee3;
  background-color: #444664;
}
.Ritz .AppPage .Layout .Content .MovieClub .Buttons .Button:last-child {
  color: #ffffe1;
}
.AppPage .Layout .Content .MovieClub .Buttons .Button:last-child:hover {
  background-color: #1a1a1a;
}
.Classic .AppPage .Layout .Content .MovieClub .Buttons .Button:last-child:hover {
  background-color: #2e257b;
}
.Lido .AppPage .Layout .Content .MovieClub .Buttons .Button:last-child:hover {
  background-color: #595b82;
}
.Classic .AppPage .Layout .Content .MovieClub,
.Lido .AppPage .Layout .Content .MovieClub,
.Ritz .AppPage .Layout .Content .MovieClub {
  color: white;
}
.AppPage .Layout .Content .Dashboard {
  padding: 15px;
  text-align: center;
}
.AppPage .Layout .Content .Dashboard h1 {
  font-size: 24px;
}
.Classic .AppPage .Layout .Content .Dashboard h1 {
  color: #414141;
}
.AppPage .Layout .Content .Dashboard h2 {
  margin-top: 35px;
  letter-spacing: 1px;
  color: #ffebc6;
}
.Classic .AppPage .Layout .Content .Dashboard h2 {
  color: #b19661;
}
.Lido .AppPage .Layout .Content .Dashboard h2 {
  color: white;
}
.Ritz .AppPage .Layout .Content .Dashboard h2 {
  color: #ffffe1;
}
.AppPage .Layout .Content .Dashboard .SignOut {
  text-transform: uppercase;
  text-decoration: underline;
  color: #ffebc6;
  font-family: ritzura, sans-serif;
  display: inline-block;
  margin: 30px auto 0;
  font-size: 0.95em;
}
.Classic .AppPage .Layout .Content .Dashboard .SignOut {
  color: #b19661;
}
.Lido .AppPage .Layout .Content .Dashboard .SignOut {
  color: white;
}
.Ritz .AppPage .Layout .Content .Dashboard .SignOut {
  color: #ffffe1;
}
.AppPage .Layout .Content .Dashboard .Card {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 15px;
  padding: 15px;
  color: #414141;
  background-color: white;
}
.AppPage .Layout .Content .Dashboard .Card div {
  display: inline-block;
  text-align: left;
}
.AppPage .Layout .Content .Dashboard .Card div img {
  max-width: 100%;
  margin-bottom: 15px;
}
.AppPage .Layout .Content .Dashboard .Card div span {
  display: block;
  margin-top: 10px;
  font-family: ritzura, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.Classic .AppPage .Layout .Content .Dashboard .Card div span {
  font-family: futura-pt, sans-serif;
}
.Lido .AppPage .Layout .Content .Dashboard .Card div span {
  font-family: futura-pt, sans-serif;
}
.Ritz .AppPage .Layout .Content .Dashboard .Card div span {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.AppPage .Layout .Content .Dashboard .Tickets {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  padding-bottom: 8px;
}
.AppPage .Layout .Content .Dashboard .Tickets li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  max-width: 114px;
  padding: 12px 4px 0;
}
.AppPage .Layout .Content .Dashboard .Tickets li img {
  max-width: 100%;
}
.AppPage .Layout .Content .Dashboard .Tickets li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.Classic .AppPage .Layout .Content .Dashboard .Tickets li span {
  color: #414141;
}
.AppPage .Layout .Content .Ticket {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.AppPage .Layout .Content .Ticket .Header {
  max-width: 100%;
}
.AppPage .Layout .Content .Ticket .Copy {
  padding: 20px;
  background-color: white;
}
.AppPage .Layout .Content .Ticket .Copy h1 {
  font-size: 14px;
  color: #b09661;
}
.AppPage .Layout .Content .Ticket .Copy h1 span {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  color: black;
}
.AppPage .Layout .Content .Ticket .Copy p {
  margin-top: 20px;
  line-height: 1.5;
  color: black;
}
.AppPage .Layout .Content .Ticket .Copy p span {
  display: block;
  font-family: ritzura;
  font-size: 12px;
  color: #b09661;
  text-transform: uppercase;
}
.AppPage .Layout .Content .Ticket .Copy .Border {
  display: block;
  height: 1px;
  margin-top: 20px;
  background-color: #ededed;
}
.AppPage .Layout .Content .Ticket .Copy .Columns {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.AppPage .Layout .Content .Ticket .Copy .Columns p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.AppPage .Layout .Content .Ticket .Barcode {
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  text-align: center;
}
.AppPage .Layout .Content .Ticket .Barcode .StubLeft,
.AppPage .Layout .Content .Ticket .Barcode .StubRight {
  position: absolute;
  top: 0;
  bottom: 0;
}
.AppPage .Layout .Content .Ticket .Barcode .StubLeft img,
.AppPage .Layout .Content .Ticket .Barcode .StubRight img {
  height: 100%;
}
.AppPage .Layout .Content .Ticket .Barcode .StubLeft {
  right: 100%;
}
.AppPage .Layout .Content .Ticket .Barcode .StubRight {
  left: 100%;
}
.AppPage .Layout .Content .Ticket .Barcode .Code {
  display: inline-block;
  max-width: 200px;
  margin-top: 10px;
}
.AppPage .Layout .Content .Ticket .Barcode .Text {
  display: inline-block;
  padding-top: 5px;
  font-family: ritzura;
  font-size: 10px;
  text-transform: uppercase;
  color: black;
}
