@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

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

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

dl.expand-menu dt:after, section.write:after, footer .inner:after, dl.winner-holder:after, header .top-stripe:after {
  content: "";
  display: table;
  clear: both;
}

footer .inner, section.gallery .pagetitle-holder .pagetitle, .hero .pagetitle-holder .pagetitle, .hero figure figcaption, section > .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

figure.effect p, figure.effect h2, section.gallery .figcaption-container figcaption, .offer-drawer li, .offer-drawer {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.column h1, .column h2, .column h3, .column h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #7ea7ac;
  font-weight: 300;
  line-height: 0.9em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

.block .jackpot, .block h3 {
  font-size: 1.375em;
}

.sign-up-page .button-holder button, .featured-promotion.block .button, .formBlockSurveyTable td:not(.question) input[type=submit], .cta, .call-to-action {
  background-color: #634b77;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.6em 1.2em;
  font-weight: 300;
  font-size: 1.15em;
}
.sign-up-page .button-holder button:hover, .featured-promotion.block .button:hover, .formBlockSurveyTable td:not(.question) input[type=submit]:hover, .cta:hover, .call-to-action:hover {
  background-color: #b5a268;
}

html, body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #585858;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
}

b {
  font-weight: 700;
}

h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
}

header .logo {
  width: 100%;
  height: 100%;
}
header nav {
  float: left;
}
header nav a {
  font-size: 1.1rem;
  text-decoration: none;
}
header nav a:hover {
  color: #b5a268;
}
header a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #634b77;
}
header .offer-notify {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .offer-notify svg {
  position: absolute;
  height: 100%;
  width: 100%;
}
header .offer-notify .tag-outline, header .offer-notify tag-filled {
  fill: #634b77;
}
header .offer-notify .tag-filled {
  opacity: 0;
  -webkit-transform: all 0.3s ease;
      -ms-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
header .offer-notify .deal-text {
  position: absolute;
  -webkit-transform: color 0.3s ease;
      -ms-transform: color 0.3s ease;
          transform: color 0.3s ease;
  text-align: center;
  color: #fff;
}
header .offer-notify:hover .tag-filled {
  opacity: 1;
}
header .offer-notify.active .tag-filled, header .offer-notify.big .tag-filled {
  opacity: 1;
}
header .offer-notify.big {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
header .book-a-stay {
  text-decoration: none;
}

.offer-drawer {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 9;
  padding: 10px 0;
}
.offer-drawer a {
  color: #634b77;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.offer-drawer a h4 {
  font-weight: 400;
}
.offer-drawer a:hover {
  background-color: #634b77;
  color: #fff;
}
.offer-drawer select {
  display: block;
  width: 95%;
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 10px;
  left: 10px;
}
.offer-drawer li.hidden {
  display: none;
}
.offer-drawer .scroller {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  margin-top: 40px;
}

.booking-drawer {
  background-color: #634b77;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 8;
}
.booking-drawer a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.05em;
}

@media (min-width: 601px) {
  .desktop-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .mobile-navlinks {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  header {
    height: 130px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header .logo-holder {
    height: 130px;
    width: 230px;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
  }
  header nav {
    padding-top: 55px;
    padding-left: 15px;
    width: calc(100% - 600px);
  }
  header nav a {
    font-style: italic;
    padding-right: 0.65em;
  }
  header .book-a-stay {
    float: right;
    height: 100%;
    background-color: #fff;
    padding: 54px 1em 0 1em;
    font-style: normal;
  }
  header .book-a-stay:hover, header .book-a-stay.active {
    background-color: #634b77;
    color: #fff;
  }
  header .book-a-stay.active:hover {
    background-color: #b5a268;
  }
  header .offer-notify {
    float: right;
    margin: 33px 30px 0 0;
    width: 60px;
    height: 60px;
  }
  header .offer-notify .deal-text {
    right: 1px;
    top: 28px;
    width: 34px;
    font-size: 1.1rem;
  }

  .offer-drawer {
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: perspective(900px) rotateX(-90deg);
            transform: perspective(900px) rotateX(-90deg);
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    width: 280px;
    background-color: rgba(255, 255, 255, 0.8);
    border-left: 1px solid #585858;
    border-bottom: 1px solid #585858;
  }
  .offer-drawer.visible {
    -webkit-transform: perspective(350px) rotateX(0deg);
            transform: perspective(350px) rotateX(0deg);
  }

  /**
  .booking-drawer { transform-origin: 100% 1px; transform: perspective(100px) rotateY(-90deg); white-space: nowrap; transition: transform 0.3s ease;
    @include flex-container();
    a { text-decoration: none; padding:1em 2em; @include flex-item(50%);
      &:hover { background:$brown; }
    }
    &.visible { opacity: 1; transform: perspective(350px) rotateX(0deg); }
  }
  **/
  .booking-drawer {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: perspective(100px) rotateY(-90deg);
            transform: perspective(100px) rotateY(-90deg);
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .booking-drawer a {
    text-decoration: none;
    padding: 1em 2em;
    display: inline-block;
  }
  .booking-drawer a:hover {
    background: #b5a268;
  }
  .booking-drawer.visible {
    opacity: 1;
    -webkit-transform: perspective(350px) rotateX(0deg);
            transform: perspective(350px) rotateX(0deg);
  }
}
@media (min-width: 601px) and (max-width: 930px) {
  header .logo-holder {
    width: 140px;
  }
  header nav {
    width: calc(100% - 475px);
  }
}
@media (min-width: 601px) and (max-width: 760px) {
  header .logo-holder {
    margin-left: 10px;
    margin-right: 10px;
  }
  header nav {
    padding-top: 20px;
    width: calc(100% - 395px);
  }
}
@media (max-width: 600px) {
  .desktop-nav {
    display: none;
  }

  header .top-stripe {
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
  }
  header .logo-holder {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
  }
  header .flapjax {
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: 100%;
  }
  header .flapjax svg {
    width: 100%;
    height: 100%;
  }
  header .flapjax:hover, header .flapjax.active {
    background-color: #634b77;
  }
  header .flapjax:hover svg path, header .flapjax.active svg path {
    fill: #fff;
  }
  header .offer-notify {
    float: right;
    margin-right: 7px;
    width: 52px;
    height: 37px;
    padding-right: 0;
    margin-top: 2px;
  }
  header .offer-notify svg {
    top: 0;
    right: 0;
  }
  header .offer-notify span.count {
    font-size: 0.8em;
  }
  header .offer-notify span.label {
    display: inline-block;
    margin-left: -0.2em;
  }
  header .offer-notify .deal-text {
    width: 31px;
    right: 2px;
    top: 13px;
    font-size: 1.1rem;
  }
  header .book-a-stay {
    width: calc(100% - 100px);
    float: left;
    padding-top: 9px !important;
    font-style: italic;
    height: 100%;
    text-align: center;
  }

  .mobile-navlinks, .booking-drawer, .offer-drawer {
    position: fixed;
    top: 40px;
  }

  .mobile-navlinks {
    left: 0;
    width: 100%;
    z-index: 7;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: perspective(900px) rotateY(90deg);
            transform: perspective(900px) rotateY(90deg);
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
  }
  .mobile-navlinks a {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0.5em 1em;
    font-size: 1.15rem;
    color: #634b77;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-navlinks a:active, .mobile-navlinks a.active, .mobile-navlinks a:hover {
    background-color: #634b77;
    color: #fff;
  }
  .mobile-navlinks.visible {
    -webkit-transform: perspective(350px) rotateY(0deg);
            transform: perspective(350px) rotateY(0deg);
  }

  .booking-drawer {
    width: 100%;
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: perspective(900px) rotateX(-90deg);
            transform: perspective(900px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .booking-drawer a {
    display: block;
    text-align: center;
    padding: 0.5em;
  }
  .booking-drawer a:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .booking-drawer.visible {
    -webkit-transform: perspective(350px) rotateX(0deg);
            transform: perspective(350px) rotateX(0deg);
  }

  .offer-drawer {
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: 100% 1px;
        -ms-transform-origin: 100% 1px;
            transform-origin: 100% 1px;
    -webkit-transform: perspective(10px) rotateY(-90deg);
            transform: perspective(10px) rotateY(-90deg);
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
  }
  .offer-drawer.visible {
    -webkit-transform: perspective(10px) rotateY(0deg);
            transform: perspective(10px) rotateY(0deg);
  }
}
select {
  font-family: "Roboto Condensed", sans-serif;
  color: #634b77;
  font-size: 1em;
}

input[type=text], input[type=email] {
  -webkit-appearance: none;
  border-radius: 0;
}

.formBlockSurveyTable {
  width: 100%;
  max-width: 500px;
}
.formBlockSurveyTable td {
  vertical-align: middle !important;
}
.formBlockSurveyTable td.question {
  text-align: right;
}
.formBlockSurveyTable td:not(.question) input[type=text], .formBlockSurveyTable td:not(.question) input[type=tel], .formBlockSurveyTable td:not(.question) input[type=email] {
  line-height: 200%;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid #bec0c2;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.formBlockSurveyTable td:not(.question) input.ccm-input-date {
  line-height: 200%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 6.5em !important;
}
.formBlockSurveyTable td:not(.question) input[type=submit] {
  border: none;
  cursor: pointer;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
}

.form-holder {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-holder .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex: 50% 1 1;
  -webkit-box-flex: 50%;
          flex: 50% 1 1;
}

@media (max-width: 600px) {
  section > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hero {
  position: relative;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero figure {
  position: relative;
}
.hero figure .slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.hero figure figcaption {
  font-weight: 300;
  position: absolute;
  z-index: 3;
}
.hero figure figcaption span {
  background-color: rgba(126, 167, 172, 0.9);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
}
.hero figure figcaption span.first {
  margin-bottom: 2px;
}
.hero figure figcaption a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.hero figure figcaption a:after {
  content: " ›";
}
.hero figure figcaption a:hover {
  text-decoration: underline;
}
.hero .pagetitle-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.hero .pagetitle-holder .pagetitle {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  line-height: 90%;
  font-size: 28px;
}
.hero:after {
  content: "";
  background-image: url(../img/hero-pattern.png);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  z-index: 4;
}
.hero .change-swiper {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 6;
}
.hero .change-swiper.prev {
  left: 50px;
  background-image: url(../svg/prev-slide.svg);
  background-size: contain;
}
.hero .change-swiper.next {
  right: 50px;
  background-image: url(../svg/next-slide.svg);
  background-size: contain;
}
.hero .slick-dots {
  display: block;
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
.hero .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.hero .slick-dots li button {
  width: 20px;
  height: 20px;
  color: #a7a7a7;
  overflow: hidden;
  background-color: #a7a7a7;
  border-radius: 50%;
  border: 1px solid #585858;
  cursor: pointer;
  outline: none;
}
.hero .slick-dots li.slick-active button {
  background-color: #b5a268;
  color: #b5a268;
}
.hero .change-swiper, .hero .slick-dots {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.hero:hover .change-swiper, .hero:hover .slick-dots {
  opacity: 1;
}

main.home .hero {
  cursor: col-resize;
}
main.home .hero figure {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
main.home .scroll-holder {
  position: absolute;
  bottom: 76px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
}
main.home .scroll-holder svg {
  width: 2em;
  height: 1.2em;
}
main.home .scroll-holder svg * {
  fill: currentColor;
}
main.home .scroll-holder a.scroll-down:hover svg {
  -webkit-animation-name: scrolldown;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: scrolldown;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: scrolldown;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main.simple .hero figure {
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main.simple .hero figure.antihero {
  height: 155px;
  background-position: center;
  background-image: url(../img/antihero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .hero figure.desktop {
    display: none;
  }
  .hero .pagetitle-holder {
    padding-left: 10px;
  }

  main.home .hero figure {
    height: 77vw;
  }
  main.home .hero .desktop-slide {
    display: none;
  }
  main.home .hero figcaption {
    top: 45%;
    left: 10%;
  }
  main.home .hero figcaption span {
    font-size: 23px;
  }
  main.home .change-swiper {
    display: none !important;
  }

  .scroll-holder {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  .pagetitle-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 601px) {
  .hero figure.mobile {
    display: none;
  }

  main.home .hero .mobile-slide {
    display: none;
  }
  main.home .hero figure {
    height: 50vw;
  }
  main.home .hero figcaption {
    top: 45%;
    left: 20%;
  }
  main.home .hero figcaption span {
    font-size: 30px;
  }
}
section.gallery {
  position: relative;
}
section.gallery figure {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.gallery .pagetitle-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
section.gallery .pagetitle-holder .pagetitle {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  line-height: 90%;
  font-size: 28px;
}
section.gallery:after {
  content: "";
  background-image: url(../img/hero-pattern.png);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  z-index: 4;
}
section.gallery .thumbnails {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
section.gallery .thumbnails a {
  border: 1px solid #fff;
  display: inline-block;
}
section.gallery .thumbnails img {
  width: 60px;
  height: 60px;
}
section.gallery .figcaption-container {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
}
section.gallery .figcaption-container .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section.gallery .figcaption-container figcaption {
  display: inline-block;
  background-color: rgba(126, 167, 172, 0.7);
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: 300;
}
section.gallery .figcaption-container figcaption:empty {
  padding: 0;
}

@media (max-width: 600px) {
  section.gallery {
    height: 100vh;
    max-height: 620px;
    background-position: center;
  }
  section.gallery figure.desktop {
    display: none;
  }
  section.gallery figcaption {
    font-size: 1.6em;
  }
  section.gallery .pagetitle {
    padding-left: 10px;
  }
  section.gallery .thumbnails {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 80px;
    white-space: nowrap;
  }
}
@media (min-width: 601px) {
  section.gallery {
    height: 70vh;
    max-height: 600px;
    background-position: center;
  }
  section.gallery figure.mobile {
    display: none;
  }
  section.gallery figcaption {
    font-size: 2.4em;
  }
}
section.winners {
  padding-top: 30px;
  padding-bottom: 24px;
}
section.winners a {
  color: #585858;
}

dl.winner-holder dt {
  text-align: center;
  color: #634b77;
  font-family: "Nothing You Could Do", cursive;
  font-size: 2em;
}
dl.winner-holder ul {
  font-family: "Roboto Condensed", sans-serif;
  height: 2.7em;
  position: relative;
}
dl.winner-holder ul li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: perspective(3600px) translateY(102%) rotateX(-90deg);
          transform: perspective(3600px) translateY(102%) rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
dl.winner-holder ul li.visible {
  opacity: 1;
  -webkit-transform: perspective(3600px) translateY(0) rotateX(0);
          transform: perspective(3600px) translateY(0) rotateX(0);
}
dl.winner-holder ul li.flipout {
  opacity: 0;
  -webkit-transform: perspective(13600px) translateY(-2%) rotateX(90deg);
          transform: perspective(13600px) translateY(-2%) rotateX(90deg);
}

@media (min-width: 601px) {
  dl.winner-holder dt {
    float: left;
    width: 250px;
  }
  dl.winner-holder dt:after {
    content: " |";
  }
  dl.winner-holder dd {
    float: left;
    width: calc(100% - 270px);
  }
  dl.winner-holder ul li {
    font-size: 1.6em;
    padding: 0.27em;
    text-align: left;
    padding-left: 0.5em;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  section.winners .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 601px) and (max-width: 999px) {
  dl.winner-holder ul li {
    font-size: 1.1em;
  }
}
section.blocks > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

figure.block {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

figure.effect {
  position: relative;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  overflow: hidden;
  cursor: pointer;
}
figure.effect figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
figure.effect h2 {
  font-weight: 300;
  color: #fff;
}
figure.effect p {
  color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect.effect-dexter {
  background: #634b77;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
figure.effect.effect-dexter img {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: auto;
}
figure.effect .gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 3;
  -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
figure.effect:hover {
  -webkit-box-shadow: 3px 3px 0 rgba(88, 88, 88, 0.5);
          box-shadow: 3px 3px 0 rgba(88, 88, 88, 0.5);
}
figure.effect:hover .gradient {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
figure.effect figcaption {
  text-align: left;
}
figure.effect figcaption:after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
figure.effect:hover figcaption:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
figure.effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.block .inner {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.block h3 {
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 0.7em;
}
.block time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  text-transform: uppercase;
  font-size: 1.115em;
}
.block .jackpot {
  font-weight: 700;
  font-style: italic;
  padding-top: 0.2em;
  padding-bottom: 0.6em;
}
.block .description {
  font-size: 0.8em;
}
.block summary {
  padding-top: 0.5em;
}
.block a {
  color: #634b77;
  text-decoration: none;
}
.block a:hover {
  color: #b5a268;
}

.featured-promotion.block {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.featured-promotion.block .image-wrapper {
  text-align: center;
  padding: 35px 0;
}
.featured-promotion.block summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.featured-promotion.block img.promo-pic {
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 2px 3px #585858;
          box-shadow: 2px 2px 3px #585858;
}
@media (max-width: 600px) {
  figure.effect h2 {
    font-size: 1.2em;
    font-weight: 400;
  }

  .effect.block.third, .event.block.third, .promotion.block.third {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 10px 5px;
  }
  .effect.block.third .time, .event.block.third .time, .promotion.block.third .time {
    line-height: 90%;
  }
  .effect.block figcaption, .event.block figcaption, .promotion.block figcaption {
    padding: 10px;
    margin: 10px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .effect.block figcaption::after, .event.block figcaption::after, .promotion.block figcaption::after {
    display: none;
  }
  .effect.block p, .event.block p, .promotion.block p {
    display: none;
  }

  .event.block.third {
    margin-top: 0;
  }

  .featured-promotion.block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-promotion.block .image-wrapper, .featured-promotion.block summary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex: 100% 1 1;
    -webkit-box-flex: 100%;
            flex: 100% 1 1;
  }
  .featured-promotion.block summary {
    padding: 0 1.5em 1.5em 1.5em;
  }
  .featured-promotion.block summary p {
    padding: 1em 0;
  }
  .featured-promotion.block summary .button-holder {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 1050px) {
  figure.effect figcaption h2 {
    font-size: 2.2vw;
  }
  figure.effect figcaption:after {
    border-width: 3px !important;
  }
}
@media (min-width: 601px) {
  figure.effect h2 {
    font-size: 1.7em;
  }

  .effect.block.third, .event.block.third, .promotion.block.third {
    -ms-flex-preferred-size: calc(33.3333% - 15px);
        flex-basis: calc(33.3333% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .effect.block.third:nth-child(3n), .event.block.third:nth-child(3n), .promotion.block.third:nth-child(3n) {
    margin-right: 0;
  }
  .effect.block figcaption, .event.block figcaption, .promotion.block figcaption {
    padding: 1.9em 2.2em;
  }
  .effect.block figcaption:after, .event.block figcaption:after, .promotion.block figcaption:after {
    right: 18px;
    bottom: 25px;
    left: 18px;
    height: calc(50% - 30px);
    border: 5px solid #fff;
  }
  .effect.block p, .event.block p, .promotion.block p {
    left: 36px;
    bottom: 38px;
    right: 33px;
  }

  .event.block.third {
    margin-top: 0;
  }

  .event.block > .inner, .promotion.block > .inner {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-promotion.block {
    margin-left: 20px;
    margin-right: 20px;
  }
  .featured-promotion.block .image-wrapper, .featured-promotion.block summary {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .featured-promotion.block p {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
footer {
  padding-top: 2em;
  background-image: url(../img/footer_frontloop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
footer .coversheet {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(126, 167, 172, 0.8);
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer h3 {
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25rem;
}
footer h4 {
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-bottom: 1em;
}
footer .social-networks a {
  display: inline-block;
  width: 48px;
  height: 48px;
}
footer .social-networks a.twitter svg .circle {
  fill: #00aced;
}
footer .social-networks a.facebook svg .circle {
  fill: #3b5998;
}
footer .social-networks a.youtube svg .circle {
  fill: #bb0000;
}
footer .social-networks a.googleplus svg .circle {
  fill: #dd4b39;
}
footer .social-networks a.instagram svg .circle {
  fill: url(#InstagramGradient) #515ECF;
}
footer .social-networks svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
footer .social-networks svg .f, footer .social-networks svg .bird, footer .social-networks svg .g, footer .social-networks svg .plus, footer .social-networks svg .screen, footer .social-networks svg .camera {
  fill: #fff;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: 24px 24px;
      -ms-transform-origin: 24px 24px;
          transform-origin: 24px 24px;
}
footer .social-networks a:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
footer .social-networks a:hover svg .f, footer .social-networks a:hover svg .bird, footer .social-networks a:hover svg .g, footer .social-networks a:hover svg .plus, footer .social-networks a:hover svg .screen {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
footer .social-networks a:active svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
footer .social-networks a:active svg .f, footer .social-networks a:active svg .bird, footer .social-networks a:active svg .g, footer .social-networks a:active svg .plus, footer .social-networks a:active svg .screen {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
footer a {
  font-style: italic;
}
footer .inner {
  color: #fff;
  position: relative;
}
footer .form-holder {
  display: table;
  width: 100%;
  max-width: 350px;
}
footer .form-holder label {
  cursor: pointer;
}
footer .form-holder label:hover {
  color: #edf4b0;
}
footer .form-holder .row {
  display: table-row;
}
footer .form-holder .row > div {
  display: table-cell;
}
footer .form-holder .opt-holder {
  width: 83px;
}
footer .form-holder input[type=email] {
  width: 100%;
  padding: 0.75em 1em;
  font-family: "Roboto Condensed", sans-serif;
  border: 2px solid #fff;
  background-color: #fff;
}
footer .form-holder input[type=email]:focus {
  border: 2px solid rgba(99, 75, 119, 0.6);
  background-color: #edf4b0;
  outline: none;
}
footer .form-holder button, footer .form-holder .button {
  width: 100%;
  background-color: #634b77;
  color: #fff;
  font-family: 300;
  font-style: italic;
  font-weight: 700;
  border: none;
  padding: 0.6em 1em;
  border: 1px solid #634b77;
  cursor: pointer;
}
footer .form-holder button:hover, footer .form-holder .button:hover {
  -webkit-box-shadow: #b5a268;
          box-shadow: #b5a268;
  outline: none;
}
footer .form-holder button:active, footer .form-holder .button:active {
  -webkit-box-shadow: 2px 2px 2px rgba(88, 88, 88, 0.9) inset;
          box-shadow: 2px 2px 2px rgba(88, 88, 88, 0.9) inset;
  outline: none;
}
footer address {
  font-style: normal;
  line-height: 135%;
  padding-top: 1em;
}
footer address span {
  display: block;
}
footer address a.tel {
  font-style: normal;
}
footer address a.gmap {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
footer address a:hover {
  text-decoration: underline;
}
footer .footer-links {
  clear: both;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 1.125em;
  padding-top: 1em;
  padding-bottom: 1em;
}
footer .footer-links a {
  display: inline-block;
  padding-left: 1me;
  padding-right: 1em;
  text-transform: uppercase;
}
footer .copyright {
  background-color: rgba(126, 167, 172, 0.8);
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .copyright .inner {
  text-align: center;
  font-size: 0.8em;
}

@media (max-width: 600px) {
  footer {
    margin-top: 10px;
  }
  footer .inner > * {
    text-align: center;
  }
  footer .inner .social {
    padding-bottom: 2.5em;
  }
  footer .inner .email {
    padding-bottom: 3em;
  }
  footer .form-holder {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 601px) {
  footer {
    margin-top: 40px;
  }
  footer .inner {
    color: #fff;
  }
  footer .social {
    float: left;
    width: 30%;
    padding-right: 10px;
  }
  footer .email {
    float: left;
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .email h3, footer .email h4 {
    padding-left: 83px;
  }
  footer .contact {
    float: left;
    width: 30%;
    padding-left: 10px;
  }
}
.column {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.column.full {
  width: 100%;
}
.column.full summary {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.column h1, .column h2, .column h3, .column h4 {
  line-height: 115%;
}
.column h1 {
  font-size: 2.5em;
}
.column h2 {
  font-size: 2.125em;
}
.column h3 {
  font-size: 1.75em;
}
.column h4 {
  font-size: 1.375em;
}
.column p {
  margin-bottom: 1em;
  line-height: 1.4em;
}
.column ul {
  padding-left: 2em;
  padding-bottom: 1em;
}
.column ul li {
  list-style-type: disc;
  padding-bottom: 0.25em;
}
.column ol {
  padding-left: 2em;
  padding-bottom: 1em;
}
.column ol li {
  list-style-type: decimal;
  padding-bottom: 0.25em;
}
.column a {
  color: #634b77;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
}
.column a:hover {
  text-decoration: underline;
}
.column a.cta, .column a.call-to-action {
  font-weight: 300;
  color: #fff;
  display: inline-block;
}
.column a.cta:hover, .column a.call-to-action:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  .column.third {
    float: left;
    text-align: left;
    margin-right: 4%;
  }
  .column.third.one {
    width: 29.333333%;
  }
  .column.third.one:nth-of-type(3n+1) {
    clear: both;
  }
  .column.third.two {
    width: 62.666666%;
  }
}
table.simple {
  width: 100%;
}
table.simple caption {
  text-align: center;
  font-size: 1.75em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
table.simple th.city, table.simple td.city {
  width: 40%;
}
table.simple td.phone, table.simple th.phone {
  width: 8.7em;
}
table.simple thead th {
  font-family: "Roboto Condensed", sans-serif;
  background-color: rgba(126, 167, 172, 0.4);
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  font-size: 1.15em;
  vertical-align: bottom;
}
table.simple tbody td {
  padding: 0.25em 0.5em;
  vertical-align: middle;
}
table.simple tbody tr:nth-child(2n) td {
  background-color: rgba(126, 167, 172, 0.2);
}
table.simple tbody td.asterisk:after {
  content: "*";
  font-weight: 700;
  color: #634b77;
}
table.simple tfoot td {
  text-align: center;
  padding-top: 0.5em;
  font-style: italic;
  font-size: 0.9em;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 600px) {
  .column h1 {
    font-size: 2em;
  }
  .column h2 {
    font-size: 1.8em;
  }
  .column h3 {
    font-size: 1.6em;
  }
  .column h4 {
    font-size: 1.375em;
  }
  .column.third {
    text-align: left;
  }
  .column.third.one {
    border-top: 1px solid #585858;
  }
  .column a.cta, .column a.call-to-action {
    margin-bottom: 0.25em;
  }

  table.simple {
    font-size: 11px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  section.write > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
dl.expand-menu svg * {
  fill: currentColor;
}
dl.expand-menu dt {
  padding: 10px 8px 10px 40px;
  border: 1px solid #7ea7ac;
  color: #7ea7ac;
  cursor: pointer;
  background-color: rgba(126, 167, 172, 0.1);
}
dl.expand-menu dt svg {
  float: right;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.expand-menu dt span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: light;
}
dl.expand-menu dt:hover {
  background: #7ea7ac;
  color: #fff;
}
dl.expand-menu dd {
  display: none;
}
dl.expand-menu.active dt {
  background: #7ea7ac;
  color: #fff;
  border-color: rgba(126, 167, 172, 0.1);
}
dl.expand-menu.active dt svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-table {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
.menu-table caption {
  font-size: 1.8em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7ea7ac;
}
.menu-table td {
  padding: 0.35em;
}
.menu-table tr:nth-child(even) td {
  background-color: rgba(126, 167, 172, 0.1);
}

html.touch dl.expand-menu:not(.active):hover dt {
  background-color: rgba(126, 167, 172, 0.1);
  color: #7ea7ac;
}

@media (max-width: 600px) {
  .table-holder {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-holder:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 601px) {
  .table-holder {
    -ms-flex-preferred-size: calc(33.3333% - 15px);
        flex-basis: calc(33.3333% - 15px);
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .table-holder:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  section.menus > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.club-table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.club-table th {
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
.club-table th.tier {
  min-width: 100px;
}
.club-table th.classic {
  background-color: #634b77;
}
.club-table th.premier {
  background-color: #b5a268;
}
.club-table th.prestige {
  background-color: #a7a7a7;
}
.club-table th.elite {
  background-color: #585858;
}
.club-table td.tier {
  text-align: center;
}
.club-table tbody tr:nth-child(odd) {
  background-color: rgba(167, 167, 167, 0.25);
}
.club-table tbody td {
  padding: 0.35em;
}

@media (max-width: 600px) {
  .tablesaw-bar {
    position: absolute;
    left: 82px;
  }
}
@media (min-width: 601px) {
  .tablesaw-bar {
    display: none;
  }
}
.sign-up-page .input-holder {
  text-align: left;
}
.sign-up-page .input-holder span {
  font-weight: 700;
  font-size: 80%;
  display: block;
}
.sign-up-page .input-holder span.required:after {
  content: "*";
  color: red;
}
.sign-up-page .input-holder input {
  width: 100%;
  line-height: 180%;
  font-size: 132%;
  padding-left: 1em;
  border: 2px solid #a7a7a7;
}
.sign-up-page .input-holder input:focus {
  background: rgba(237, 244, 176, 0.75);
}
.sign-up-page .button-holder {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex: 25% 1 1;
  -webkit-box-flex: 25%;
          flex: 25% 1 1;
  text-align: left;
}
.sign-up-page .button-holder button {
  border: none;
}
.sign-up-page .input-holder, .sign-up-page .button-holder {
  padding-top: 0.5em;
}

.inside-scoop {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(99, 75, 119, 0.85);
  padding-top: 1.5em;
  z-index: 16;
  -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.inside-scoop.visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.inside-scoop > .inner {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.inside-scoop h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 0.35em;
  font-style: italic;
}
.inside-scoop .button-holder {
  padding-top: 1em;
  padding-bottom: 1em;
}
.inside-scoop .button {
  display: inline-block;
  background: #fff;
  color: #634b77;
  font-size: 118%;
  padding: 0.75em 2em;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}
.inside-scoop .button:hover {
  background: #b5a268;
  color: #fff;
}
.inside-scoop .button:active {
  -webkit-box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.inside-scoop .x {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.inside-scoop a.close-scoop {
  background: #fff;
  color: #634b77;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.inside-scoop a.close-scoop svg * {
  fill: currentColor;
}
.inside-scoop a.close-scoop:hover {
  background: #634b77;
  color: #fff;
}
.inside-scoop a.close-scoop:hover .x {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
/*# sourceMappingURL=meskwaki.css.map */