@import url(/_scss/normalize.css);
@import url(../fonts/MyFontsWebfontsKit.css);
@import url(../newfonts/MyFontsWebfontsKit.css);
html {
  padding: 0;
  margin: 0;
  height: 100%; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

#loading {
  background: url(/assets/rolling.svg) no-repeat;
  width: 120px;
  height: 120px;
  background-size: contain;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  z-index: 9999;
  text-align: center; }

#login-holder h1 img {
  width: 300px; }
#login-holder a {
  font-size: 14px !important; }
#login-holder .alert {
  font-weight: bold;
  margin-bottom: 20px; }
#login-holder input {
  background: #f8f8f8;
  border: none;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  color: #3a3d53;
  width: 100%;
  font-size: 18px; }
#login-holder button {
  background: #3a3d53;
  color: white;
  padding: 15px 50px;
  border: none;
  font-size: 22px;
  margin-left: 0 !important; }

.container, footer {
  padding: 60px; }

.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

a {
  text-decoration: none;
  color: #3a3d53;
  transition: all 0.3s ease-in; }

html {
  position: relative;
  overflow-x: hidden; }

body {
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  font-family: 'HurmeGeometricSans4-Regular';
  margin: 0;
  padding: 0;
  color: #3a3d53;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  position: relative; }

h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 120px 0; }

.margin120 {
  margin: 0px 0px 120px 0px;
  display: block;
  text-align: center; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.big-bottom-footer {
  font-size: 60px;
  line-height: 80px;
  border-bottom: 4px solid #3a3d53; }
  .big-bottom-footer li {
    border-top: 4px solid #3a3d53;
    padding: 10px 0; }
  .big-bottom-footer li a {
    width: 100%;
    display: block; }
  .big-bottom-footer li a:hover {
    opacity: 0.7; }
  .big-bottom-footer .cinema {
    background: url(/assets/Icon-FILM.svg) no-repeat 98% 50%;
    background-size: contain; }
  .big-bottom-footer .newsletter {
    background: url(/assets/Icon-EMAIL.svg) no-repeat 98% 50%;
    background-size: contain; }
  .big-bottom-footer .getting-here {
    background: url(/assets/Icon-DIRECTION.svg) no-repeat 98% 50%;
    background-size: contain; }
  .big-bottom-footer .opening-hours {
    background: url(/assets/Icon-CLOCK-BIG.svg) no-repeat 98% 50%;
    background-size: contain; }

.wrap-animation {
  overflow: hidden;
  width: 100vw; }

.container {
  background: #EFEFEF;
  z-index: 1;
  position: relative;
  overflow: auto;
  margin-top: 180px;
  margin-bottom: 40px; }

.ocean {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EFEFEF;
  margin-top: 400px;
  z-index: -1; }

.white-ocean {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: -1; }

.wave {
  background: url(/assets/wave.svg) repeat-x;
  background-size: auto 100px;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 198px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0); }

.white-wave {
  background: url(/assets/white-waves.svg) repeat-x;
  background-size: auto 100px;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 198px;
  animation: wwave 25s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  z-index: 8; }

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 15s ease -1.25s infinite;
  opacity: 1; }

.white-wave:nth-of-type(2) {
  top: -175px;
  animation: wwave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, wswell 15s ease -1.25s infinite;
  opacity: 1; }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -15px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }
@keyframes wwave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }
@keyframes wswell {
  0%, 100% {
    transform: translate3d(0, -15px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-left: 60px;
  background: white;
  z-index: 91;
  transition: transform 0.3s linear;
  transform: translateY(-100%); }
  .menu-overlay.show {
    transform: translateY(0); }
  .menu-overlay .overlay-options {
    font-size: 100px;
    line-height: 120px;
    margin-top: 140px;
    z-index: -1;
    position: relative;
    transform: none;
    display: none; }
  .menu-overlay #social {
    padding-top: 60px;
    z-index: -1;
    position: relative;
    transform: none;
    display: none; }
    .menu-overlay #social li {
      display: inline-block;
      margin-right: 20px;
      font-size: 30px; }

.sy-box, .sy-slide {
  height: 100vh; }

#slippry {
  margin-top: 50px; }
  #slippry li .img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center;
    height: 100vh;
    width: 65vw;
    float: right;
    text-align: right; }
  #slippry li a {
    width: 65vh;
    float: right;
    height: 100vh;
    display: block; }
  #slippry li h2 {
    font-size: 50px;
    line-height: 52px;
    font-family: 'HurmeGeometricSans4-Regular';
    font-weight: normal;
    margin-bottom: 20px; }
  #slippry li p {
    padding-bottom: 0;
    margin-bottom: 0; }
  #slippry li .caption {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 32%;
    padding-left: 60px;
    padding-bottom: 60px; }

.latest-box {
  width: 31%;
  margin-bottom: 120px;
  transition: all 0.3s ease-in; }
  .latest-box .inner {
    border-top: 4px solid #3a3d53;
    padding-top: 20px; }
  .latest-box:last-child {
    margin-right: 0; }
  .latest-box:hover {
    opacity: 0.7; }
  .latest-box h3 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'HurmeGeometricSans4-Bold';
    margin: 0px 0px 10px 0; }
  .latest-box p {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    min-height: 60px; }
  .latest-box img {
    width: 100%; }

header {
  padding: 30px 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.21);
  z-index: 99;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: white;
  /***** icons *****/ }
  header a#menu_button {
    width: 30px;
    height: 25px;
    padding: 0;
    position: relative;
    align-self: flex-start; }
  header #menu_line01, header #menu_line03 {
    display: block;
    width: 35px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    margin: 0;
    padding: 0;
    background: #3a3d53;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -moz-transition: -moz-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -ms-transition: -ms-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -o-transition: -o-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -webkit-backface-visibility: hidden; }
  header #menu_line02 {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 13px;
    left: 0;
    margin: 0;
    padding: 0;
    background: #3a3d53; }
  header #menu_line03 {
    position: absolute;
    top: 18px;
    left: 0; }
  header a#menu_button:hover #menu_line01 {
    -webkit-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -moz-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -ms-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -o-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    transform: rotateZ(0deg) translateX(0px) translateY(-3px); }
  header a#menu_button:hover #menu_line03 {
    -webkit-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -moz-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -ms-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -o-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    transform: rotateZ(0deg) translateX(0px) translateY(3px); }
  header a#menu_button.close #menu_line01 {
    -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    transform: rotateZ(45deg) translateX(1px) translateY(0px) !important; }
  header a#menu_button.close #menu_line03 {
    -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    transform: rotateZ(-45deg) translateX(8px) translateY(-8px) !important; }
  header .porta {
    background: url(/assets/logo.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px; }
  header #menu {
    background: url(/assets/nav-hamburger-wave.svg) no-repeat center center;
    background-size: contain;
    width: 46px;
    height: 26px;
    align-self: flex-start;
    text-indent: -9999px; }
    header #menu.close {
      background: url(/assets/Icon-X.svg) no-repeat center center; }
  header #opening-hours {
    background: url(/assets/Icon-CLOCK-SMALL.svg) no-repeat left center;
    background-size: 35px;
    padding-left: 35px;
    align-self: flex-end;
    color: #3a3d53;
    text-decoration: none;
    font-size: 18px;
    font-family: 'HurmeGeometricSans4-Regular';
    padding-top: 3px; }

.whiteHeader {
  padding: 20px 60px;
  transition: all 0.3s ease-in; }
  .whiteHeader .porta {
    width: 220px; }
  .whiteHeader #menu {
    width: 36px; }
  .whiteHeader #opening-hours {
    font-size: 16px; }

.margintop {
  margin-top: 100px;
  margin-bottom: 100px; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: 'HurmeGeometricSans4-Regular';
  border: none;
  border-bottom: 3px solid #3a3d53;
  font-size: 22px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .95em auto, 100%;
  border-radius: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: white; }
  .select-selected:hover {
    opacity: 0.7; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/assets/Icon-ARROW-DOWN.svg);
  background-repeat: no-repeat, repeat; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 14px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #3a3d53;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.17); }

.select-items div {
  border-bottom: 2px solid #e8e8e8;
  padding: 13px 20px;
  text-transform: uppercase; }
  .select-items div:hover {
    opacity: 0.7; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.page-close {
  background: url(/assets/close-icon.svg) no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-size: contain;
  right: 0px;
  position: absolute;
  top: 13px; }

.category-info {
  padding-left: 60px !important;
  margin-top: 10px; }
  .category-info h3 {
    font-size: 18px;
    line-height: 20px;
    font-family: 'HurmeGeometricSans4-Bold'; }
    .category-info h3 span {
      font-family: 'HurmeGeometricSans4-Regular'; }

.mfp-close {
  color: white !important;
  background: white;
  font-size: 48px;
  font-family: 'HurmeGeometricSans4-Regular' !important; }

.homealert .mfp-close {
  color: #3a3d53 !important;
  opacity: 1;
  margin-top: 15px !important; }

.homealert p {
  margin-bottom: 10px; }

.homealert h2, .homealert h3 {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  font-size: 32px; }

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

.desktop-only {
  display: block; }

.facebook, .twitter, .instagram {
  background: url(/assets/twitter.svg) no-repeat;
  width: 40px;
  height: 34px;
  background-size: auto 100%;
  display: inline-block;
  text-indent: -9999px;
  margin-left: 10px; }
  .facebook:hover, .twitter:hover, .instagram:hover {
    opacity: 0.7; }

.facebook {
  background: url(/assets/facebook.svg) no-repeat;
  background-size: auto 100%; }

.fb {
  background: url(/assets/facebook.svg) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  line-height: 18px; }

.tw {
  background: url(/assets/twitter.svg) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  line-height: 18px; }

.insta {
  background: url(/assets/instagram.svg) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  line-height: 18px; }

.shops-listing {
  margin-bottom: 120px; }
  .shops-listing a {
    font-size: 80px;
    line-height: 100px;
    display: block; }
    .shops-listing a:hover {
      opacity: 0.7; }

.rel {
  position: relative; }

.article-content {
  width: 100%;
  align-self: flex-start; }
  .article-content .seventy {
    width: 70%; }
  .article-content h2 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
    padding-right: 20%; }
  .article-content p {
    padding-bottom: 30px;
    width: 100%; }
  .article-content img {
    margin: 0px 0px 20px 0px; }
  .article-content .masonry {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 101% !important;
    justify-content: space-between; }
    .article-content .masonry .grid-item {
      padding-right: 20px; }
      .article-content .masonry .grid-item img {
        width: 100% !important; }
  .article-content .fleximg {
    width: 100%; }

.social-sharing {
  text-align: right;
  align-self: top;
  margin-top: 10px;
  position: absolute;
  right: 0; }
  .social-sharing h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: right; }

.fifty {
  width: 50%;
  box-sizing: border-box; }

.latest {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 40px; }
  .latest .fifty {
    padding: 30px 75px 0px 0px; }

.opening {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 0px; }
  .opening .fifty {
    padding: 30px 60px 0px 0px; }

#latest .wave {
  margin-top: -50px; }
#latest .container {
  margin-top: 100px; }

#home .container {
  margin-top: 40px; }
#home .ocean {
  margin-top: 300px; }

.hide {
  display: none; }

#signupform {
  background: white;
  width: 70vw;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }
  #signupform .signup-img {
    background: url(/images/OT-newsletter-pic-940x1150.jpg) no-repeat;
    background-size: cover;
    width: 45%;
    float: right;
    min-height: 100%;
    overflow: auto;
    height: 65vh; }
  #signupform .formarea {
    float: left;
    width: 55%;
    padding: 40px;
    box-sizing: border-box; }
  #signupform h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  #signupform input[type=email] {
    width: 70%;
    padding: 15px;
    background: white;
    border: 2px solid #3a3d53;
    font-size: 18px;
    color: #3a3d53;
    margin: 10px 0 20px 0; }
  #signupform .js-cm-submit-button {
    background: #3a3d53;
    color: white;
    padding: 15px 50px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    border: none; }

.opentimes {
  margin-top: 60px;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 60px; }

.opentimes .title-wrap {
  border-top: 3px solid #3a3d53;
  float: left;
  display: block;
  width: 100%; }

.opentimes h3 {
  width: 80%;
  float: left;
  font-size: 28px;
  display: inline;
  padding-top: 15px; }

.opentimes .hugger {
  margin-bottom: 20px; }

.allstores {
  float: left;
  display: block;
  background-color: white;
  color: #3a3d53;
  padding: 10px 15px 7px 15px;
  margin-top: 10px;
  font-size: 28px;
  margin-right: 10px; }

.clear {
  clear: both; }

.letternav .active {
  background-color: #4f4e4e; }

.letter {
  padding: 10px 15px 7px 15px;
  margin-right: 10px;
  background-color: white;
  margin-bottom: 0px;
  margin-top: 10px;
  width: auto;
  font-size: 28px;
  text-align: center;
  float: left;
  color: #3a3d53; }

.letter a {
  color: #3a3d53; }

.letter:hover {
  background-color: #ccc; }

.title-wrap {
  width: 300px; }

.expand-ico {
  background: url(/assets/PLUS.svg) no-repeat 90% 50%;
  text-indent: -9999px;
  width: 40px;
  margin: 0;
  padding: 15px 0px 15px 0px;
  display: inline;
  float: right;
  position: relative;
  background-size: 50% auto; }

.contract-ico {
  background: url(/assets/MINUS.svg) no-repeat 90% 50%;
  background-size: 80% auto; }

#info .opentimes p {
  padding-bottom: 0; }
#info h1 {
  padding: 30px 0px 0px 60px;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 60px; }
#info h2 {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 40px; }
#info .info {
  display: flex; }
#info .container {
  margin-top: 100px; }
#info .wave {
  margin-top: -40px; }
#info p:first-of-type {
  font-size: 20px; }
#info .customer-service li {
  border-bottom: 3px solid #3a3d53;
  padding: 10px 0; }
#info .customer-service li:first-child {
  border-top: 3px solid #3a3d53; }
#info .info-content {
  width: 100%;
  margin: 0px 0px 60px 0px;
  padding-right: 0px; }
  #info .info-content .title {
    margin-bottom: 30px; }
  #info .info-content ul {
    margin-bottom: 40px !important; }
  #info .info-content .cc li {
    background: url(/assets/ARROW-RIGHT.svg) no-repeat 100% 50%;
    background-size: 15px auto; }
  #info .info-content .bordered {
    font-size: 28px;
    margin: 0;
    padding: 0; }
    #info .info-content .bordered li {
      border-bottom: 3px solid #3a3d53;
      padding: 10px 0; }
    #info .info-content .bordered li:first-child {
      border-top: 3px solid #3a3d53; }
  #info .info-content img {
    margin-right: 20px; }
  #info .info-content .fleximg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    /* new */ }
  #info .info-content img:last-child {
    margin-right: 0; }
  #info .info-content h5, #info .info-content b {
    font-weight: bold; }
  #info .info-content ol, #info .info-content ul {
    margin-bottom: 30px; }
  #info .info-content h5 {
    margin-bottom: 20px; }
  #info .info-content h6 {
    margin-bottom: 40px;
    font-size: 12px; }
  #info .info-content table {
    width: 100%;
    margin-bottom: 15px; }
  #info .info-content tr {
    border-bottom: 3px solid #3a3d53; }
  #info .info-content tr:first-child {
    border-top: 3px solid #3a3d53; }
  #info .info-content td {
    padding: 6px 0; }
#info .two-thirds {
  width: 65% !important; }
#info .info-nav {
  width: 30%;
  border-top: 3px solid #3a3d53;
  margin-bottom: 120px; }
  #info .info-nav li {
    display: block;
    font-size: 28px;
    padding: 10px 0;
    border-bottom: 3px solid #3a3d53;
    text-align: right; }
#info p {
  padding-bottom: 30px; }

#cinema h1 {
  padding: 30px 0px 0px 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 50px;
  margin-top: 0; }
#cinema .vue {
  margin-top: 120px;
  padding-left: 60px; }
#cinema .info {
  display: flex; }
#cinema .wave {
  margin-top: -40px; }
#cinema .container {
  margin-top: 120px; }
#cinema .details {
  border-bottom: 4px solid #3a3d53;
  margin-bottom: 60px;
  margin-top: 30px; }
  #cinema .details li {
    border-top: 4px solid #3a3d53;
    padding: 10px 0; }
#cinema .cinema-title {
  font-size: 28px; }
  #cinema .cinema-title span {
    text-transform: uppercase;
    font-family: 'Brother-1816-Medium'; }
#cinema .flex-wrap {
  justify-content: space-between;
  flex-direction: row; }
#cinema .concession-features {
  width: 70%;
  padding-right: 40px; }
#cinema .concession-image {
  width: 30%; }
  #cinema .concession-image img {
    background: white;
    width: 100%;
    margin-bottom: 30px;
    display: block; }
#cinema .times {
  border-bottom: 4px solid #3a3d53;
  padding: 0px 0px 10px 0px;
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #cinema .times:last-child {
    margin-bottom: 120px; }
  #cinema .times .poster {
    width: 17%;
    margin-right: 40px; }
    #cinema .times .poster img {
      width: 100%;
      height: auto; }
  #cinema .times .full-times-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #cinema .times .full-times-inner .table-row {
      padding: 18px 70px 15px 10px;
      display: inline-block;
      margin: 30px 20px 0px 0px; }
      #cinema .times .full-times-inner .table-row .day, #cinema .times .full-times-inner .table-row .times-col {
        line-height: 24px; }
      #cinema .times .full-times-inner .table-row .times-col span {
        margin-right: 20px;
        background: white;
        padding: 10px 60px 5px 10px;
        display: inline-block;
        margin-bottom: 20px;
        width: 170px; }
  #cinema .times .btn-holder {
    align-self: flex-end;
    margin: 20px 0;
    text-align: right;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 60px; }
  #cinema .times .button {
    background: #3a3d53;
    padding: 20px 50px;
    color: white;
    text-transform: uppercase; }
  #cinema .times .title-area {
    width: 60%; }
    #cinema .times .title-area h4 {
      font-size: 28px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-family: 'Brother-1816-Medium'; }
    #cinema .times .title-area p {
      font-size: 18px;
      line-height: 24px; }
  #cinema .times .cert {
    position: absolute;
    right: 0; }

.vue .wave {
  margin-top: -50px; }

.latest-page-feature-box {
  width: 48%;
  padding-right: 0px;
  box-sizing: border-box; }
  .latest-page-feature-box h3 {
    text-align: right;
    border-bottom: 4px solid #3a3d53;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'HurmeGeometricSans4-Bold'; }
    .latest-page-feature-box h3 span {
      font-family: 'HurmeGeometricSans4-Regular'; }
  .latest-page-feature-box h4 {
    font-size: 40px;
    line-height: 48px;
    padding: 20px 0 10px 0; }
  .latest-page-feature-box img {
    width: 100%; }
  .latest-page-feature-box:hover {
    opacity: 0.7; }

.first-row {
  margin-top: 100px; }

.latest-page-list-box {
  border-top: 4px solid #3a3d53;
  display: flex;
  flex-direction: row;
  padding: 20px 0px 20px 0px; }
  .latest-page-list-box img {
    width: 12%;
    margin-right: 30px;
    height: auto;
    max-height: 150px;
    min-width: 180px; }
  .latest-page-list-box h4 {
    width: 63%;
    margin-right: 15%;
    font-size: 40px;
    line-height: 48px; }
  .latest-page-list-box h3 {
    width: 10%;
    text-align: right;
    align-self: right;
    font-family: 'HurmeGeometricSans4-Bold';
    font-size: 18px; }
    .latest-page-list-box h3 span {
      font-family: 'HurmeGeometricSans4-Regular'; }
  .latest-page-list-box:hover {
    opacity: 0.7; }

.slider-counter {
  position: absolute;
  bottom: 50px;
  width: 65vw;
  height: 5px;
  background: transparent;
  right: 0;
  z-index: 96; }
  .slider-counter .slider-counter-inner {
    background: #3a3d53;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    z-index: 9;
    width: 100%; }

footer {
  background: #fff;
  position: relative; }

.footer-bottom {
  margin-top: 60px; }
  .footer-bottom .sign-up-button {
    font-size: 25.4px;
    border: 4px solid #3a3d53;
    font-family: 'Brother-1816-Medium';
    width: 412px;
    padding: 20px 0px;
    display: block;
    text-align: center;
    margin-top: 10px; }
    .footer-bottom .sign-up-button:hover {
      opacity: 0.7; }
  .footer-bottom label {
    font-size: 18px;
    display: block; }
  .footer-bottom .address {
    font-weight: bold; }
  .footer-bottom .links li:after {
    content: '/';
    margin-left: 7px; }
  .footer-bottom .links li:last-child:after {
    content: ''; }
  .footer-bottom ul {
    margin-right: 10px;
    font-size: 16px;
    display: inline;
    float: left;
    width: auto; }
    .footer-bottom ul li {
      display: inline;
      float: left;
      margin-right: 7px; }
    .footer-bottom ul a:hover {
      opacity: 0.7; }

.view-all {
  font-family: 'Brother-1816-Medium';
  transition: all 0.3s ease-in; }
  .view-all:after, .view-all:before {
    background: #3a3d53;
    width: 100px;
    height: 5px;
    content: '';
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px; }
  .view-all:before {
    margin-right: 10px;
    margin-left: 0; }
  .view-all:hover:after {
    margin-left: 15px; }
  .view-all:hover:before {
    margin-right: 15px; }

@media screen and (max-width: 1300px) {
  .latest-box p {
    min-height: 90px; } }
@media screen and (max-width: 800px) {
  .latest-box p {
    min-height: 120px; }

  .latest-page-list-box h4 {
    width: 73%;
    margin-right: 5%;
    font-size: 30px;
    line-height: 38px; }

  .latest-page-feature-box h4 {
    font-size: 30px;
    line-height: 38px; }

  .footer-bottom {
    margin-top: 120px; }
    .footer-bottom .sign-up-button {
      font-size: 22.4px;
      border: 4px solid #3a3d53;
      font-family: 'Brother-1816-Medium';
      width: auto;
      padding: 20px 40px;
      display: inline-block;
      text-align: center;
      margin-top: 10px; }

  #slippry li h2 {
    font-size: 45px;
    line-height: 52px;
    font-family: 'HurmeGeometricSans4-Regular';
    font-weight: normal; }

  #latest .wave {
    margin-top: -40px; } }
@media screen and (max-width: 600px) {
  header .porta {
    width: 200px; }
  header #opening-hours {
    padding-top: 0; }

  .latest .custom-select {
    margin-left: 0 !important; }

  #cinema .container {
    margin-bottom: 100px; }

  .shops-listing a {
    font-size: 50px;
    line-height: 55px;
    display: block;
    margin-bottom: 30px; }

  .custom-select .select-items {
    padding: 10px; }

  html, body {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }

  .footer-bottom {
    margin-top: 60px; }
    .footer-bottom .sign-up-button {
      width: 100%;
      box-sizing: border-box; }

  .fifty {
    width: 100%; }

  h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 60px 0; }

  header {
    box-shadow: none;
    width: 100vw; }

  .ocean {
    margin-top: 150px; }

  .wave {
    background-size: auto 60px;
    position: absolute;
    top: -50px;
    z-index: 99999; }

  .social-sharing {
    margin-top: 40px; }
    .social-sharing h4 {
      font-family: 'HurmeGeometricSans4-Bold';
      font-size: 18px;
      margin-bottom: 10px; }

  #cinema .container {
    margin-top: 100px; }
  #cinema .vue {
    margin-top: -20px;
    padding-left: 20px; }
  #cinema .select-wrap {
    padding: 0 20px !important;
    margin-top: 100px !important; }

  #latest .ocean {
    margin-top: 240px; }
  #latest .container {
    margin-top: 120px !important; }
  #latest .wave {
    margin-top: 0; }
  #latest .showing-label {
    display: none; }
  #latest .select-wrap {
    padding: 0px 20px 0px 20px; }
    #latest .select-wrap .custom-select {
      margin-left: 0 !important; }
  #latest .select-items div, #latest .select-selected {
    padding: 12px; }
  #latest .select-selected::after {
    top: 14px;
    right: 3px;
    width: 25px; }
  #latest .latest {
    padding-bottom: 0; }

  #info .ocean {
    margin-top: 240px;
    z-index: 0; }
  #info .container {
    margin-top: 120px; }
  #info .wave {
    margin-top: 0; }
  #info .margintop {
    margin-bottom: 160px; }
  #info .select-wrap {
    padding: 0px 20px 0px 20px !important;
    margin-right: 0 !important;
    margin-top: 100px !important; }
  #info .select-items div, #info .select-selected {
    padding: 8px 0; }
  #info .select-selected::after {
    top: 14px;
    right: 3px;
    width: 25px; }
  #info .info-content {
    width: 100%;
    margin-right: 0; }
    #info .info-content p {
      display: block; }
    #info .info-content .fleximg {
      display: block; }
    #info .info-content img {
      width: 100% !important;
      margin-bottom: 30px;
      float: left;
      display: inline-block;
      overflow: hidden; }
  #info h2 {
    font-size: 40px;
    line-height: 50px; }
  #info .opentimes h3 {
    font-size: 22px; }
  #info p:first-of-type, #info h2 {
    font-size: 20px;
    line-height: 30px; }
  #info .opentimes p:first-of-type {
    font-size: 20px; }
  #info h2 {
    margin-bottom: 20px; }
  #info p {
    padding-bottom: 20px; }
    #info p a {
      word-break: break-word; }

  #latest-details .ocean {
    margin-top: 240px; }
  #latest-details .wave {
    margin-top: 0; }
  #latest-details .container {
    margin-top: 100px; }
  #latest-details .category-info {
    top: 100px;
    left: 20px; }
  #latest-details .page-close {
    top: 5px;
    right: 5px;
    width: 32px; }
  #latest-details .social-sharing {
    width: 100%;
    position: relative; }
  #latest-details .article-content {
    width: 100%; }
    #latest-details .article-content img, #latest-details .article-content p, #latest-details .article-content .seventy {
      width: 100%; }
    #latest-details .article-content .masonry {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #latest-details .article-content .masonry .grid-item {
        width: 100%;
        padding-right: 0px; }
        #latest-details .article-content .masonry .grid-item img {
          width: 100% !important; }
  #latest-details h2 {
    font-size: 40px;
    line-height: 45px; }

  #signupform {
    width: 100vw;
    height: 530px; }
    #signupform .signup-img {
      display: none; }
    #signupform .formarea {
      width: 100%; }
      #signupform .formarea p {
        font-size: 20px;
        line-height: 28px; }
    #signupform .mfp-close {
      color: #3a3d53 !important;
      opacity: 1;
      top: 10px; }

  header #opening-hours {
    text-indent: -9999px;
    padding-left: 30px; }

  header {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%; }

  .latest-box, .fifty {
    width: 100%; }

  .showing-label {
    display: none; }

  .big-bottom-footer {
    position: relative;
    z-index: 9; }
    .big-bottom-footer li a {
      background: none !important;
      font-size: 35px !important; }

  .menu-overlay {
    padding-left: 20px; }

  .view-all {
    font-family: 'Brother-1816-Medium';
    transition: all 0.3s ease-in; }
    .view-all:after, .view-all:before {
      background: #3a3d53;
      width: 50px; }

  #opening-hours {
    width: 0px;
    padding: 0; }

  .whiteHeader {
    padding: 15px 20px;
    transition: all 0.3s ease-in; }
    .whiteHeader .porta {
      width: 120px; }
    .whiteHeader #menu {
      width: 36px; }
    .whiteHeader #opening-hours {
      font-size: 16px; }

  .latest-page-list-box {
    border-top: 4px solid #3a3d53;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0px 20px 0px;
    margin-bottom: 40px; }
    .latest-page-list-box img {
      width: 100%;
      margin-right: 0px;
      max-height: none; }
    .latest-page-list-box h4 {
      width: 100%;
      margin-right: 0;
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 10px; }
    .latest-page-list-box h3 {
      width: 100%;
      text-align: left;
      align-self: left;
      font-size: 18px; }
      .latest-page-list-box h3 span {
        display: none; }

  .latest-page-feature-box {
    width: 100%;
    margin-right: 40px;
    flex-direction: column;
    border-top: 4px solid #3a3d53;
    padding-top: 10px;
    margin-bottom: 40px; }
    .latest-page-feature-box h3 {
      text-align: left;
      border: none;
      font-size: 18px;
      padding-bottom: 0px;
      font-family: 'HurmeGeometricSans4-Bold';
      margin-bottom: 0; }
      .latest-page-feature-box h3 span {
        display: none; }
    .latest-page-feature-box h4 {
      font-size: 30px;
      line-height: 34px;
      padding: 0px 0 10px 0; }
    .latest-page-feature-box img {
      width: 100%; }

  .first-row {
    margin-top: 60px; }

  .latest .fifty {
    padding: 0px 40px 0px 0px; }

  #slippry {
    margin-bottom: 60px;
    margin-top: 0; }
    #slippry li {
      display: flex;
      flex-direction: column; }
      #slippry li a {
        order: 2; }
      #slippry li .img, #slippry li a {
        width: 100vw;
        float: none;
        display: block;
        height: 40vh;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        background-size: contain !important; }
      #slippry li h2 {
        font-size: 25px;
        line-height: 25px;
        font-family: 'HurmeGeometricSans4-Regular';
        font-weight: normal;
        margin-bottom: 10px;
        margin-top: 20px; }
      #slippry li p {
        padding-bottom: 0;
        margin-bottom: 0px; }
      #slippry li .caption {
        position: relative;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 20px;
        order: 1;
        box-sizing: border-box;
        padding-right: 20px;
        padding-bottom: 0px; }

  .slider-counter {
    width: 90vw;
    height: 5px;
    left: 0;
    margin-left: 20px;
    background: transparent; }

  .sy-pager {
    z-index: 9;
    position: relative;
    margin-left: 20px !important;
    list-style: none;
    text-align: left !important;
    margin-top: 40px !important; }

  .sy-pager li {
    width: 1.3em !important;
    height: 1.3em !important;
    background-color: #3a3d53 !important; }

  .sy-pager li a {
    background-color: #3a3d53 !important; }

  .sy-pager li.sy-active a {
    background-color: #8c8c8c !important; }

  .sy-box, .sy-slide {
    height: auto; }

  .mobile-pad {
    height: 150px;
    display: block; }

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

  .footer-bottom ul {
    width: 100%;
    margin-right: 0px;
    margin-top: 40px; }

  .container, footer {
    padding: 20px; }

  .latest-box {
    margin-right: 0px;
    margin-bottom: 60px; }
    .latest-box p {
      min-height: 0; }

  .flex-wrap, .latest {
    display: block; }

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

  .page-close {
    width: 30px;
    height: 30px;
    right: 22px;
    position: absolute;
    top: 90px; }

  #cinema .wave {
    margin-top: auto; }
  #cinema .ocean {
    margin-top: 230px; }
  #cinema .cinema-title {
    font-size: 20px; }
  #cinema h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px; }
  #cinema .details {
    border-bottom: 4px solid #3a3d53;
    margin-bottom: 40px;
    margin-top: 30px; }
    #cinema .details li {
      border-top: 4px solid #3a3d53;
      padding: 10px 0; }
  #cinema .flex-wrap {
    justify-content: space-between; }
  #cinema .concession-features {
    width: 100%;
    margin-right: 0px; }
  #cinema .concession-image {
    display: none; }
  #cinema .times {
    border-bottom: 4px solid #3a3d53;
    padding: 0px 0px 10px 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #cinema .times .poster {
      width: 30%;
      margin-right: 20px; }
      #cinema .times .poster img {
        width: 100%;
        height: auto; }
    #cinema .times .full-times-inner {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #cinema .times .full-times-inner .table-row {
        padding: 8px 18px 5px 8px;
        display: inline-block;
        margin: 10px 20px 0px 0px; }
        #cinema .times .full-times-inner .table-row .day, #cinema .times .full-times-inner .table-row .times-col {
          line-height: 24px; }
        #cinema .times .full-times-inner .table-row .times-col span {
          margin-right: 10px; }
    #cinema .times .btn-holder {
      align-self: flex-end;
      margin: 20px 0;
      text-align: right;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    #cinema .times .button {
      background: #3a3d53;
      padding: 15px 40px;
      color: white;
      text-transform: uppercase; }
    #cinema .times .title-area {
      width: 60%; }
      #cinema .times .title-area h4 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: 'Brother-1816-Medium'; }
      #cinema .times .title-area p {
        display: none; }
    #cinema .times .cert {
      position: relative;
      right: auto;
      display: block;
      margin-bottom: 20px; }

  .menu-overlay .overlay-options {
    font-size: 80px;
    line-height: 100px; }

  .links {
    margin-bottom: 20px; }

  .homealert {
    padding: 20px !important;
    width: 100% !important; } }

/*# sourceMappingURL=main.css.map */
