body {
  font-family: '336b54 2 0', sans-serif;
  color: #4e4e4e;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: '336b54 1 0', sans-serif;
  color: #585858;
  font-size: 1rem;
  line-height: 1.6rem;
}

.alert-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.alert-block {
  position: relative;
  top: 50%;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lato, sans-serif;
  color: #868686;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.greeting {
  margin-top: 0px;
  color: #555;
  font-weight: 900;
}

.welcome-text {
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

.orange-text {
  color: #f16625;
}

.hr {
  display: block;
  width: 200px;
  height: 1px;
  margin: 25px auto;
  background-color: #cacaca;
}

.hr.full {
  width: 100%;
}

.ok-btn {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 17px 45px;
  border: 1px solid #f16625;
  background-color: #f16625;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ok-btn:hover {
  background-color: rgba(241, 102, 37, 0);
  color: #f16625;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.nav-link {
  padding: 21px 22px 16px;
  border-bottom: 3px solid rgba(188, 32, 0, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: '336b54 1 0', sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #bc2000;
  background-color: rgba(0, 0, 0, .15);
}

.nav-link.w--current {
  border-bottom-color: #bc2000;
  color: #fff;
}

.wrapper-1170 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper-1170.home-slide-content {
  position: relative;
  top: 20%;
}

.wrapper-1170.booking-widget {
  position: relative;
  top: -76px;
  z-index: 1;
}

.nav-menu {
  padding-bottom: 0px;
  float: none;
  background-color: #41382b;
  background-image: -webkit-linear-gradient(0deg, #241f19, #41382b 15%, #41382b 85%, #241f19);
  background-image: linear-gradient(90deg, #241f19, #41382b 15%, #41382b 85%, #241f19);
}

.logo {
  display: block;
  width: 280px;
  float: none;
}

.home-slider {
  height: 550px;
  margin-top: 132px;
  border-bottom: 3px solid #bc2000;
}

.home-hero-slide.bowling {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.7) 30%, hsla(0, 0%, 100%, 0) 80%);
}

.home-hero-slide.casino-promotions {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0)), url('../images/KoC_5-1600x600.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0)), url('../images/KoC_5-1600x600.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-top {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 40px;
  text-align: left;
}

.res-phone {
  position: relative;
  top: 13px;
  padding-top: 7px;
  padding-left: 28px;
  float: right;
  background-image: url('../images/smartphone.svg');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: '336b54 3 0', sans-serif;
  color: #585858;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.res-phone.small {
  top: 14px;
  margin-bottom: -1px;
  float: none;
  font-family: '336b54 1 0', sans-serif;
  font-size: 1.2rem;
}

.res-phone.small.pos-auto {
  position: static;
}

.res-phone.small.pos-auto.with-top-margin {
  margin-top: 20px;
}

.res-phone.small.pos-auto.white {
  background-image: url('../images/smartphone-6.svg');
  background-size: 24px;
  color: #fff;
}

.head-res-phone {
  color: #bc2000;
  text-decoration: none;
}

.head-res-phone.white {
  color: #fff;
}

.btn-primary {
  padding: 20px 40px 18px 35px;
  border: 2px solid #bc2000;
  border-radius: 3px;
  background-color: #bc2000;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: '336b54 1 0', sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-primary:hover {
  background-color: transparent;
}

.btn-primary.ghost {
  padding-right: 35px;
  border-style: solid;
  border-color: hsla(0, 0%, 100%, .2);
  background-color: rgba(1, 86, 109, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.btn-primary.ghost.m-r-10 {
  margin-right: 10px;
  background-color: rgba(147, 0, 0, 0);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.btn-primary.ghost.m-r-10:hover {
  border-color: hsla(0, 0%, 100%, .85);
}

.btn-primary.ghost.colored {
  border-color: rgba(88, 88, 88, .25);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #585858;
}

.btn-primary.ghost.colored:hover {
  border-color: #bc2000;
  color: #bc2000;
}

.btn-primary.colored-hover {
  background-color: #bc2000;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.btn-primary.colored-hover:hover {
  background-color: transparent;
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #585858;
}

.btn-primary.colored-hover.with-top-margin {
  margin-top: 15px;
}

.btn-primary.colored-hover.with-top-margin.centered.submit {
  margin-top: 25px;
}

.btn-primary.with-top-margin {
  margin-top: 15px;
}

.btn-primary.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-slogan {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  text-align: left;
}

.slide-slogan.colored {
  color: #444c53;
}

.slide-slogan.colored.centered {
  color: #fff;
  text-align: center;
}

.slide-content-block {
  max-width: 70%;
  text-align: left;
}

.slide-content-block.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sub-slogan {
  width: 80%;
  margin-bottom: 30px;
  font-family: '336b54 1 0', sans-serif;
  color: #fff;
  font-size: 1.05rem;
  text-align: left;
  letter-spacing: 0.3px;
}

.sub-slogan.centered {
  width: auto;
  text-align: center;
}

.sub-slogan.centered.colored {
  color: #fff;
}

.home-slider-nav {
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: block;
  max-width: 1170px;
  padding-right: 40px;
  padding-left: 40px;
  color: #bc2000;
  font-size: 0.4rem;
  text-align: right;
}

.slide-arrow {
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.slide-arrow:hover {
  opacity: 0.7;
}

.slide-arrow.small {
  opacity: 0.87;
  font-size: 2rem;
}

.slide-arrow.dark {
  color: #505050;
}

.header-book-now-btn {
  position: relative;
  top: 2px;
  margin-left: 20px;
  padding: 18px 22px;
  float: right;
  border: 2px solid #bc2000;
  border-radius: 3px;
  background-color: #bc2000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: '336b54 1 0', sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
}

.header-book-now-btn:hover {
  background-color: transparent;
  color: #585858;
}

.book-widget-form-wrap {
  padding: 20px 40px 30px;
  border-bottom: 4px solid #b8b8b8;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, .25);
}

.col.p-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.col.p-l-0 {
  padding-left: 0px;
}

.col.p-r-0 {
  padding-right: 0px;
}

.col.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}

.col.no-pad.centered-text {
  text-align: center;
}

.col._0-5-0-0 {
  padding-right: 5px;
  padding-left: 0px;
}

.col._0-0-0-5 {
  padding-right: 0px;
  padding-left: 5px;
}

.col._0-5-0-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.text-field {
  min-height: 50px;
  margin-bottom: 0px;
  border-radius: 3px;
  color: #313131;
}

.text-field:focus {
  border: 1px solid #bc2000;
}

.text-field.footer {
  border: 1px solid #222627;
  border-top-right-radius: 0px;
  background-color: #222627;
}

.text-field.footer:focus {
  border-color: #bc2000;
  border-right-style: none;
}

.text-field.calendar {
  background-image: url('../images/icon-calendar.svg');
  background-position: 95% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.book-widget-submit-btn {
  position: relative;
  top: 27px;
  display: block;
  width: 100%;
  min-height: 50px;
  border: 2px solid #bc2000;
  border-radius: 3px;
  background-color: #bc2000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: '336b54 1 0', sans-serif;
}

.book-widget-submit-btn:hover {
  background-color: transparent;
  color: #585858;
}

.select-field {
  height: 50px;
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #999;
}

.select-field:focus {
  border: 1px solid #bc2000;
  color: #474747;
}

.select-field.dropdown {
  height: auto;
  margin-right: 11px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
}

.select-field.dropdown.venue-filter {
  float: left;
}

.select-field.small {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.section-overlap {
  position: static;
  top: -161px;
  margin-top: -201px;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section-overlap.light-brown {
  position: static;
  margin-top: -186px;
  background-color: #f3f0ee;
}

.section-overlap.white {
  padding-top: 170px;
}

.card {
  position: relative;
  display: block;
  overflow: visible;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .29);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card.no-hover:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card-img {
  display: block;
}

.card-content {
  position: relative;
  max-height: auto;
  min-height: 250px;
  padding: 20px 20px 0px;
  border-top: 3px solid #bc2000;
  font-family: '336b54 1 0', sans-serif;
  color: #585858;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0px;
}

.card-content.on-white {
  background-color: #f8f8f8;
}

.card-content.short {
  max-height: 200px;
  min-height: 200px;
}

.card-title {
  margin-bottom: 12px;
  font-family: 'Playfair Display', sans-serif;
  color: #464c4e;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}

.card-title.with-top-margin {
  margin-top: 12px;
}

.row.m-b-10 {
  margin-bottom: 20px;
}
.page-template-page-promotions .wrapper-1170 .row.m-b-10 {
	margin-bottom:0;
}
.wrapper-1170 .div-categories a.active{
    border-bottom-color: #bc2000;
}
.field-label {
  display: inline-block;
  font-family: '336b54 1 0', sans-serif;
  color: #444c53;
}

.field-label.with-margins {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #444c53;
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: left;
  text-transform: capitalize;
}

.section-title.on-img {
  display: block;
  color: #fff;
}

.section-title.on-img.m-t-30 {
  margin-top: 30px;
}

.section-title.on-img.m-t-30.centered.no-top-margin {
  margin-top: 0px;
}

.section-title.on-img.centered {
  text-align: center;
}

.icon-book-widget {
  width: 18px;
  margin-right: 8px;
  opacity: 0.61;
}
.booking-calendar.text-field.w-input
{
	color:#999;
}
#bookRoom > div > div:first-child > label
{
	margin-left:-4px;
}
#promotion-wrapper  .w-col {
    margin:10px 0;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.king-of-clubs-cta {
  background-image: -webkit-linear-gradient(135deg, #000 16%, hsla(0, 0%, 100%, 0)), url('../images/KoC_4-bg-1600x350.jpg');
  background-image: linear-gradient(315deg, #000 16%, hsla(0, 0%, 100%, 0)), url('../images/KoC_4-bg-1600x350.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #272b2c;
}

.section.brown {
  background-color: #41382b;
}

.section.brown.gradient {
  background-image: -webkit-linear-gradient(45deg, #241f19, #41382b);
  background-image: linear-gradient(45deg, #241f19, #41382b);
  text-align: left;
}

.section.brown.gradient.centered-text {
  text-align: center;
}

.section.cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_83062064_Preview-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_83062064_Preview-1.jpeg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta.no-img {
  background-color: #41382b;
  background-image: -webkit-linear-gradient(45deg, #41382b, #241f19);
  background-image: linear-gradient(45deg, #41382b, #241f19);
}

.section.cta.winners-lounge {
  background-image: -webkit-linear-gradient(45deg, #000 16%, hsla(0, 0%, 100%, 0)), url('../images/winners-lounge.jpg');
  background-image: linear-gradient(45deg, #000 16%, hsla(0, 0%, 100%, 0)), url('../images/winners-lounge.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta.meetings-groups {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_138233450_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_138233450_Preview.jpeg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
}

.section.cta.directions {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_160801231_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/AdobeStock_160801231_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta.flights {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/thumb-flights-630x350.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/thumb-flights-630x350.jpg');
  background-position: 0px 0px, 50% 59%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hotel-package-cta {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_94548725_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_94548725_Preview.jpeg');
  background-position: 0px 0px, 50% 67%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_103935499_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_103935499_Preview.jpeg');
  background-position: 0px 0px, 50% 63%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta-section.bowling {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .8) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_60278122_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .8) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_60278122_Preview.jpeg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta-section.spa {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_89875049_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_89875049_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta-section.food-court {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_142969890_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_142969890_Preview.jpeg');
  background-position: 0px 0px, 50% -178px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta-section.weddings {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_95020769_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .85) 16%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_95020769_Preview.jpeg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-overview-wrap {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
}

.overview-text {
  margin-bottom: 20px;
  font-family: '336b54 1 0', sans-serif;
  line-height: 1.5rem;
}

.text-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(188, 32, 0, 0);
  -webkit-transition: opacity 200ms ease, color 200ms ease, border 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border 200ms ease;
  font-family: '336b54 2 0', sans-serif;
  color: #bc2000;
  font-size: 0.9rem;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: #bc2000;
  color: #585858;
}

.text-link.p-r-25 {
  margin-right: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-link.p-r-25.footer {
  display: inline-block;
  font-family: '336b54 3 0', sans-serif;
  color: #b4b4b4;
}

.text-link.p-r-25.footer:hover {
  color: #fff;
}

.text-link.p-r-25.footer.facebook {
  padding-left: 24px;
  background-image: url('../images/facebook-logo-button.svg');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.text-link.p-r-25.with-icon {
  padding-left: 30px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.text-link.p-r-25.with-icon.hotel {
  background-image: url('../images/bed-1.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #585858;
}

.text-link.p-r-25.with-icon.hotel:hover {
  background-image: url('../images/bed.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.text-link.p-r-25.with-icon.casino {
  background-image: url('../images/poker-1.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #585858;
}

.text-link.p-r-25.with-icon.casino:hover {
  background-image: url('../images/poker.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.text-link.p-r-25.with-icon.dining {
  background-image: url('../images/cutlery-1.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #585858;
}

.text-link.p-r-25.with-icon.dining:hover {
  background-image: url('../images/cutlery.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.text-link.p-r-25.with-icon.entertainment {
  background-image: url('../images/tickets-1.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #585858;
}

.text-link.p-r-25.with-icon.entertainment:hover {
  background-image: url('../images/tickets.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.text-link.p-r-25.with-icon.rv {
  background-image: url('../images/caravan-1.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #585858;
}

.text-link.p-r-25.with-icon.rv:hover {
  background-image: url('../images/caravan.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.text-link.with-top-margin {
  margin-top: 20px;
}

.text-link.gray {
  border-bottom-color: #bc2000;
  color: #585858;
}

.text-link.gray:hover {
  color: #bc2000;
}

.text-link.gray.with-top-margin.small {
  margin-top: 40px;
  border-bottom-color: rgba(88, 88, 88, 0);
  font-size: 0.85rem;
  cursor: pointer;
}

.text-link.gray.with-top-margin.small:hover {
  border-bottom-color: #bc2000;
}

.text-link.gray.with-top-margin.small.with-left-margin {
  margin-left: 30px;
}

.text-link.with-10-top-margin {
  margin-top: 10px;
}

.block-pad-left-30 {
  padding-left: 30px;
}

.faux-card-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 17px 25px 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: '336b54 2 0', sans-serif;
  color: #bc2000;
  font-size: 0.9rem;
}

.faux-card-link.left {
  left: 0px;
  right: auto;
  bottom: 0px;
  display: inline-block;
  width: 50%;
}

.faux-card-link.right {
  left: auto;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.faux-card-link.right.colored {
  background-color: #bc2000;
  background-image: url('../images/arrow-right-white.svg');
  background-size: 8px;
  color: #fff;
}

.hr-gray {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(88, 88, 88, .2);
}

.cta-content-50 {
  width: 50%;
}

.cta-content-50.right {
  float: right;
}

.light {
  color: hsla(0, 0%, 100%, .8);
}

.light.with-bottom-margin {
  margin-bottom: 30px;
  color: #fff;
}

.light.with-bottom-margin.width-70 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.enews-submit {
  display: block;
  width: 100%;
  min-height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  font-family: '336b54 2 0', sans-serif;
  color: #585858;
}

.enews-submit:hover {
  background-color: hsla(0, 0%, 100%, .4);
  color: #fff;
}

.footer-col-title {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, .85);
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

.facebook {
  display: inline-block;
}

.footer-btm {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #444c53;
  font-family: '336b54 3 0', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  letter-spacing: 0.3px;
}

.copywrite {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.adlava-credit {
  display: inline-block;
  float: right;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.adlava-link {
  color: #fff;
}

.live-feed {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
}

.red-waves {
  display: block;
  width: 40px;
  margin-bottom: 20px;
}

.red-waves.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.booking-widget-title {
  margin-top: 0px;
  margin-bottom: 18px;
  margin-left: -10px;
  font-family: '336b54 2 0', sans-serif;
  color: #444c53;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.div-hero {
  position: relative;
  height: 550px;
  margin-top: 132px;
  border-bottom: 3px solid #bc2000;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/example-bg.png');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  color: #fff;
}

.div-hero.no-img {
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom-style: none;
  border-bottom-color: #bc2000;
  background-color: #444c53;
  background-image: none;
  text-align: center;
}

.div-hero.casino {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/casino-gaming-landing-header-2000x1000.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/casino-gaming-landing-header-2000x1000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.casino-promos {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Gaming_11.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Gaming_11.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.king-of-clubs {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/KoC_4_v2.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/KoC_4_v2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.winners {
  /*background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/winners-hero-2.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/winners-hero-2.jpg');*/
  background-position: 0px 0px, 50% 23%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.check-cashing {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_104603944_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_104603944_Preview.jpeg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.gaming {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33842456_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33842456_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-hero.slots {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/58fe5a0d57dd045f17ae21e6_SlotMachines-hero.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/58fe5a0d57dd045f17ae21e6_SlotMachines-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.table-games {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_60611441_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_60611441_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.bingo {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_44404984_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_44404984_Preview.jpeg');
  background-position: 0px 0px, 50% 71%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.keno {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_91104406_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_91104406_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.poker-room {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_62484275_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_62484275_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.sports-book {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/G1C8745-slider.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/G1C8745-slider.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.hotel {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33581270_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33581270_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.rv-park {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/rv-park-hero.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/rv-park-hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.flights {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_8522643_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_8522643_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.entertainment {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_142515712_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_142515712_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.celebrity-theater {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/dons-theatre-hero-1-1000x550.png');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/dons-theatre-hero-1-1000x550.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.losers-lounge {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/dons-theatre-hero-1-1000x550.png');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/dons-theatre-hero-1-1000x550.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.dance-club {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/the-dance-club-hero-4.png');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('http://www.riversideresort.com/wp-content/uploads/2017/09/the-dance-club-hero-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.events {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_138431947_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_138431947_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.cinemas {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_75228084_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_75228084_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.bowling {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.riverside-tours {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_80481510_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_80481510_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.pool {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_22878774_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_22878774_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.spa {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_78092595_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_78092595_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.auto-museum {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/car-museum-hero.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/car-museum-hero.jpg');
  background-position: 0px 0px, 50% -60px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.antique-car {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_65924238_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_65924238_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.kids {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_47563864_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_47563864_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.dining {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_40114293_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_40114293_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.gourmet-room {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_11101556_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_11101556_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.food-court {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_142969890_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_142969890_Preview.jpeg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.meetings {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121909641_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121909641_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.meeting-spaces {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_64479818_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_64479818_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.starview-room {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121909659_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121909659_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.weddings {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_98074482_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_98074482_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.reception {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_131870181_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_131870181_Preview.jpeg');
  background-position: 0px 0px, 50% 62%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.wedding-ceremony {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_143756223_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_143756223_Preview.jpeg');
  background-position: 0px 0px, 50% 19%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.riverside-weddings {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_95020769_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_95020769_Preview.jpeg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.charter-wedding {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_144145935_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_144145935_Preview.jpeg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.group-sales {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_138233450_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_138233450_Preview.jpeg');
  background-position: 0px 0px, 50% 74%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.group-events {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_104196810_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_104196810_Preview.jpeg');
  background-position: 0px 0px, 50% 23%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.promos {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33842391_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_33842391_Preview.jpeg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.about {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Day-River-1200x800.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Day-River-1200x800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.history {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Day-River-1200x800.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/Riverside-Day-River-1200x800.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.careers {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_46339332_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_46339332_Preview.jpeg');
  background-position: 0px 0px, 50% 72%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.directions {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_160801231_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_160801231_Preview.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.community {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_113875100_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_113875100_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.contact {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/contact.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.bars-lounges {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121063269.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_121063269.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-hero.main-river-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_126366684_Preview.jpeg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 30%, hsla(0, 0%, 100%, 0) 80%), url('../images/AdobeStock_126366684_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-centered-text {
  text-align: center;
}

.small-heading {
  margin-top: 0px;
  font-size: 1.3rem;
}

.small-heading.red {
  font-family: '336b54 2 0', sans-serif;
  color: #bc2000;
  font-size: 1rem;
}

.small-heading.red.large {
  font-size: 1.1rem;
}

.small-heading.gray {
  font-family: '336b54 2 0', sans-serif;
  color: #444c53;
  font-size: 1rem;
}

.small-heading.gray.no-margin {
  margin-bottom: 0px;
}

.div-card-section {
  margin-top: 30px;
}

.div-card-section.no-top-margin {
  margin-top: 0px;
}

.btn-secondary {
  padding: 20px 40px 20px 20px;
  border: 2px solid #909090;
  border-radius: 3px;
  background-color: #909090;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 90% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: '336b54 1 0', sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-secondary:hover {
  border-color: #bc2000;
  background-color: #bc2000;
}

.btn-secondary.ghost {
  padding-right: 35px;
  border-style: solid;
  border-color: hsla(0, 0%, 100%, .2);
  background-color: rgba(1, 86, 109, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.btn-secondary.ghost.m-r-10 {
  margin-right: 10px;
  background-color: rgba(147, 0, 0, 0);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.btn-secondary.ghost.m-r-10:hover {
  border-color: hsla(0, 0%, 100%, .85);
}

.btn-secondary.with-top-margin {
  margin-top: 15px;
  padding: 20px 45px 20px 26px;
  background-position: 92% 50%;
}

.btn-secondary.no-arrow {
  padding-right: 26px;
  background-image: none;
}

.btn-secondary.small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-brown-section {
  background-color: #f3f0ee;
}

.div-brown-section.with-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-brown-section.with-padding.with-bottom-border {
  border-bottom: 3px solid #bc2000;
}

.div-left-right-section {
  margin-bottom: 85px;
}

.div-left-right-section.no-btm-margin {
  margin-bottom: 0px;
}

.div-left-right-content.left {
  padding-top: 20px;
  padding-right: 30px;
}

.div-left-right-content.right {
  padding-top: 20px;
  padding-left: 30px;
}

.left-right-slider {
  height: auto;
  background-color: transparent;
}

.image {
  width: 100%;
  height: auto;
  background-color: #e0e0e0;
}

.arrow-icon.small {
  font-size: 1.3rem;
}

.slide-nav {
  font-size: 0.7rem;
}

.slide-nav.auto {
  position: static;
  opacity: 0.27;
}

.slide-nav.auto.with-top-margin {
  margin-top: 12px;
}

.div-white-section {
  background-color: #fff;
}

.div-white-section.with-padding {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 3px solid #bc2000;
}

.div-white-section.with-padding.no-border {
  border-top-style: none;
}

.div-center-vert {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.5rem;
  text-align: center;
}

.ul-benefits {
  margin-top: -30px;
  margin-left: 25px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .07);
  background-color: #f8f8f8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
}

.ul-benefits.no-top-margin {
  margin-top: 0px;
}

.ul-benefits.no-margins {
  margin-top: 0px;
  margin-left: 0px;
}

.ul-benefits.no-margins.height-300 {
  min-height: 350px;
}

.ul-benefits.no-margins.trans {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
}

.li-benefits {
  margin-bottom: 8px;
  padding-left: 24px;
  background-image: url('../images/sticker-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: '336b54 2 0', sans-serif;
  font-weight: 300;
}

.li-benefits.no-icon {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-rewards-chart {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  font-family: '336b54 1 0', sans-serif;
}

.rw.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.rw.no-margin.with-border {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.rw.with-btm-margin {
  margin-bottom: 10px;
}

.rewards-chart-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.rewards-chart-title.with-margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reward-points-text {
  margin-top: 5px;
  font-family: '336b54 3 0', sans-serif;
  font-size: 0.8rem;
}

.check-icon {
  width: 18px;
}

.bold-text {
  font-family: '336b54 2 0', sans-serif;
}

.bold-text.red {
  color: #bc2000;
}

.bold-text.red.with-bottom-margin {
  margin-bottom: 5px;
}

.bold-text.red.with-top-margin {
  margin-top: 12px;
}

.bold-text.red.large {
  font-size: 1rem;
}

.bold-text.red.large.with-bottom-margin {
  margin-bottom: 5px;
}

.bold-text.red.inline {
  display: inline-block;
}

.bold-text.red.inline.with-right-margin {
  margin-right: 20px;
}

.bold-text.gray {
  font-family: '336b54 2 0', sans-serif;
  color: #444c53;
}

.bold-text.gray.inline {
  display: inline-block;
}

.bold-text.gray.inline.with-right-margin {
  margin-right: 20px;
}

.bold-text.gray.with-top-margin {
  margin-top: 8px;
}

.bold-text.gray.with-bottom-margin {
  margin-bottom: 8px;
}

.bold-text.gray.with-bottom-margin.light {
  color: rgba(68, 76, 83, .7);
}

.bold-text.white.large {
  font-size: 1rem;
}

.disclaimer-text {
  font-family: '336b54 3 0', sans-serif;
  font-size: 0.8rem;
}

.disclaimer-text.with-top-margin {
  margin-top: 24px;
  font-size: 0.75rem;
  line-height: 1.3rem;
}

.p-70 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.p-70.no-bottom-margin {
  margin-bottom: 0px;
}

.div-casino-hosts {
  margin-top: 45px;
}

.div-casino-host {
  margin-bottom: 50px;
  font-family: '336b54 3 0', sans-serif;
  text-align: center;
}

.div-host-headshot {
  display: block;
  overflow: hidden;
  width: 50%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 100%;
}

.image-2 {
  width: 100%;
}

.host-name {
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: '336b54 2 0', sans-serif;
  color: #bc2000;
  font-size: 1.05rem;
  font-weight: 700;
}

.host-phone {
  margin-top: 3px;
  font-family: '336b54 2 0', sans-serif;
}

.host-headshot {
  width: 100%;
}

.winnings-text {
  font-family: '336b54 2 0', sans-serif;
  font-size: 1.2rem;
}

.div-faqs {
  display: block;
  width: 80%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}

.div-acc-section {
  margin-bottom: 20px;
}

.div-acc-header {
  padding-left: 22px;
  border-bottom: 1px none #ebebeb;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #585858;
  font-size: 1.1rem;
  cursor: pointer;
}

.div-acc-header:hover {
  background-image: url('../images/arrow-down-sign-to-navigate.svg');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.div-acc-content {
  overflow: hidden;
  height: 0px;
}

.div-acc-content-text {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e7e7e7;
}

.li-generic {
  margin-bottom: 10px;
  font-family: '336b54 2 0', sans-serif;
}

.div-hot-games {
  margin-top: 30px;
}

.div-tournaments {
  margin-top: 35px;
}

.card-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 17px 25px 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: '336b54 2 0', sans-serif;
  color: #bc2000;
  font-size: 0.9rem;
  text-decoration: none;
}

.card-link.left {
  left: 0px;
  right: auto;
  bottom: 0px;
  display: inline-block;
  width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1) transparent transparent;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #444c53;
}

.card-link.left:hover {
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.card-link.left.auto {
  position: static;
  float: left;
  background-color: #fff;
}

.card-link.left.auto.full {
  display: block;
  width: 100%;
  float: none;
}

.card-link.right {
  left: auto;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.card-link.right.colored {
  margin-top: 0px;
  border: 1px solid #bc2000;
  background-color: #bc2000;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.card-link.right.colored:hover {
  background-color: transparent;
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.card-link.right.colored.full {
  width: 100%;
}

.card-link.right.colored.auto {
  position: relative;
  float: right;
}

.card-link.right.colored.auto.full {
  position: static;
  display: block;
  float: none;
}

.card-link.pos-auto {
  position: absolute;
}

.card-link.pos-auto.gray {
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 95% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  color: #444c53;
}

.card-link.pos-auto.gray:hover {
  background-image: url('../images/red-arrow-right.svg');
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.hero-slider {
  height: auto;
  margin-top: 132px;
  border-bottom: 3px solid #bc2000;
}

.hero-slider-nav {
  left: 0px;
  right: 0px;
  bottom: 15px;
  display: block;
  max-width: 1170px;
  padding-right: 40px;
  padding-left: 40px;
  color: #bc2000;
  font-size: 0.4rem;
  text-align: center;
}

.div-reservations {
  margin-top: 20px;
}

.li-room-amenities {
  margin-bottom: 12px;
  font-family: '336b54 2 0', sans-serif;
  font-weight: 300;
}

.ul-room-amenities {
  margin-left: 25px;
}

.div-gallery {
  margin-top: 30px;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.lightbox-thumb {
  width: 100%;
  background-color: #e0e0e0;
}

.lightbox-thumb.hero {
  height: auto;
}

.lightbox-thumb.card-img {
  height: auto;
}

.lightbox-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 15px;
  background-color: rgba(0, 0, 0, .33);
  font-family: '336b54 1 0', sans-serif;
}

.lightbox-hover.full {
  margin: 0px;
  background-color: rgba(0, 0, 0, .05);
  opacity: 1;
}

.text-with-top-margin {
  margin-top: 40px;
}

.amenity-icon {
  width: 20px;
  margin-right: 12px;
  opacity: 0.7;
}

.inline-text {
  display: inline-block;
}

.hero-lightbox {
  display: block;
  width: 100%;
  height: 100%;
}

.div-details.with-top-margin {
  margin-top: 30px;
}

.body {
  font-family: '336b54 1 0', sans-serif;
}

.div-flight-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c5c5c5;
}

.div-entertainment-category {
  margin-bottom: 50px;
}

.ul-movies {
  margin-top: 30px;
}

.li-movie-showings {
  background-color: #fff;
}

.li-movies {
  display: block;
  overflow: hidden;
  min-height: 250px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.li-movies:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .29);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.li-movies.no-hover:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-movie-thumb {
  display: inline-block;
  width: 30%;
  float: left;
  border-right: 2px none #bc2000;
}

.movie-thumb {
  width: 100%;
  height: auto;
  background-color: #e0e0e0;
}

.movie-thumb.large {
  height: auto;
}

.div-movie-info {
  position: relative;
  display: block;
  width: 70%;
  min-height: 250px;
  padding: 5px;
  float: right;
  font-family: '336b54 1 0', sans-serif;
  font-weight: 400;
}

.div-movie-info.large {
  min-height: 100%;
  padding: 8px;
}

.div-movie-times {
  margin-top: 2px;
  
}

.movie-desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.movie-desc.more-margin {
  margin-bottom: 14px;
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 0, 0, .5);
}

.modal-window {
  position: relative;
  top: 50%;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.movie-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.movie-card:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .29);
}

.movie-card.no-hover:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-link {
  position: absolute;
  top: -25px;
  right: -25px;
}

.close-icon {
  width: 20px;
}

.pricing-chart {
  margin-top: 30px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .07);
  background-color: #f8f8f8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  font-family: '336b54 1 0', sans-serif;
}

.pricing-chart.small {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-price-chart {
  margin-top: 0px;
}

.div-price-chart.with-top-margin {
  margin-top: 50px;
}

.card-list-info {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 25px;
  border-top: 3px none #ececec;
  border-bottom: 3px solid rgba(0, 0, 0, .07);
  border-left: 3px none #bc2000;
  font-family: '336b54 1 0', sans-serif;
  font-weight: 400;
}

.card-list-info.large {
  min-height: 400px;
  padding: 25px;
}

.li-card-list {
  display: block;
  overflow: hidden;
  min-height: 180px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.li-card-list.no-hover:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ul-card-list {
  margin-top: 30px;
}

.ul-card-list.small {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.card-slider {
  height: auto;
  background-color: transparent;
}

.card-lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.div-bg-img-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(135deg, #000 16%, transparent), url('../images/example-bg.png');
  background-image: linear-gradient(315deg, #000 16%, transparent), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  color: #fff;
}

.div-bg-img-section.kids-castle {
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .8) 16%, transparent), url('../images/AdobeStock_116743065_Preview.jpeg');
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .8) 16%, transparent), url('../images/AdobeStock_116743065_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.white {
  color: #fff;
}

.div-gallery-section {
  margin-top: 50px;
}

.div-gallery-section.no-top-margin {
  margin-top: 0px;
}

.ul-space-dettails {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.li-space-details {
  margin-bottom: 5px;
  font-family: '336b54 2 0', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
}

.div-card-links {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -33px;
}

.form-block {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .07);
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
}

.form-block.full {
  width: 100%;
}

.form-block.full.no-top-margin {
  width: 90%;
  margin-top: 0px;
}

.form-block.full.no-top-margin.right {
  float: right;
}

.form-field-label {
  font-family: '336b54 1 0', sans-serif;
  font-size: 0.85rem;
}

.form-field {
  height: 40px;
  font-family: '336b54 1 0', sans-serif;
}

.form-input {
  margin-bottom: 15px;
}

.div-more-info {
  display: block;
  width: 80%;
  margin-top: 50px;
}

.div-categories {
  margin-bottom: 35px;
  text-align: center;
}

.div-history {
  margin-left: 0px;
}

.dropdown-toggle {
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-toggle.entertainment-cat {
  margin-top: -20px;
  margin-bottom: 0px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .19);
  color: #777;
}

.div-department-filter {
  margin-top: 30px;
}

.white-waves {
  display: block;
  width: 40px;
  margin-bottom: 20px;
}

.white-waves.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-bread-crumbs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.breadcrumb-link {
  padding-left: 18px;
  background-image: url('../images/back.svg');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.85;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: '336b54 1 0', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumb-link:hover {
  margin-left: -12px;
  opacity: 1;
  text-decoration: none;
}

.div-filters {
  margin-top: 12px;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .09);
  background-color: #e7e7e7;
}

.dropdown-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-link:hover {
  color: #bc2000;
}

.div-calendar-view {
  display: inline-block;
  float: right;
}

.calendar-view-link {
  display: inline-block;
  padding: 13px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #585858;
  text-decoration: none;
}

.calendar-view-link:hover {
  color: #bc2000;
}

.calendar-view-link.active {
  color: #bc2000;
}

.tabs-menu {
  border-bottom: 1px solid #c5c5c5;
  text-align: center;
}

.tab-link {
  padding-left: 33px;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-link.w--current {
  border-bottom: 2px solid #bc2000;
  background-color: transparent;
}

.tab-link.calendar-view {
  background-image: url('../images/calendar-22.svg');
  background-size: 14px;
}

.tab-link.calendar-view:hover {
  background-image: url('../images/calendar-21.svg');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.tab-link.list-view {
  background-image: url('../images/list-2.svg');
  background-size: 14px;
}

.tab-link.list-view:hover {
  background-image: url('../images/list-3.svg');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #bc2000;
}

.tab-pane {
  padding-right: 5px;
  padding-left: 5px;
}

.img-large {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #e0e0e0;
}

.div-generic-content {
  position: relative;
  bottom: 5px;
  display: block;
  width: 80%;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.div-generic-content.no-margin {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}

.text-area {
  min-height: 100px;
  border-radius: 3px;
  color: #313131;
}

.text-area:focus {
  border-color: #bc2000;
}

.li-contact-info {
  margin-bottom: 8px;
  padding-left: 24px;
  background-image: url('../images/sticker-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: '336b54 2 0', sans-serif;
  font-weight: 300;
}

.li-contact-info.no-icon {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.li-contact-info.phone {
  background-image: url('../images/smartphone-4.svg');
  background-size: 14px;
}

.li-contact-info.email {
  background-image: url('../images/envelope-5.svg');
  background-size: 14px;
}

.li-contact-info.address {
  background-image: url('../images/placeholder-22.svg');
  background-size: 14px;
}

.small-text {
  font-size: 1rem;
}

.dropdown.entertainment {
  margin-bottom: 20px;
}

.dropdown-menu.w--open {
  display: block;
  background-color: #fff;
}

.div-dropdown {
  text-align: right;
}

.history-slider {
  height: auto;
  margin: 40px -70px 20px;
  background-color: transparent;
}

.history-img-slide {
  width: 33.33%;
  padding-right: 11px;
  padding-left: 11px;
}

.history-img {
  width: 100%;
  background-color: #e0e0e0;
}

.history-img.placeholder {
  height: 200px;
}

.paragraph-2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.history-slide {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

.history-slide-mask {
  margin-right: 70px;
  margin-left: 70px;
}

.div-history-img {
  overflow: hidden;
}

.div-history-img._1 {
  background-image: url('../images/101-Club-Don-Laughlin_LasVegas_circa_1954.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-history-img._2 {
  width: 341px;
  background-image: url('../images/Don-Laughlin_circa_-1966-Riverside_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.history-slide-content {
  max-height: 180px;
  min-height: 180px;
  margin-top: -7px;
  padding: 25px;
  border-top: 3px solid #bc2000;
  background-color: #f3f0ee;
}

.history-lightbox {
  width: 100%;
}

.div-history-event {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .09);
}

@media (max-width: 991px) {
  .page-template-page-reservations iframe{
    margin-top: 64px !important;
  }

  .alert-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .alert-block {
    padding: 50px;
  }
  .nav-link {
    border-bottom-style: solid;
  }
  .nav-link:hover {
    border-bottom-color: rgba(188, 32, 0, 0);
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
  }
  .wrapper-1170 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper-1170.booking-widget {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    overflow: scroll;
    background-image: none;
  }
  .logo {
    width: 240px;
  }
  .home-slider {
    height: 500px;
    margin-top: 75px;
  }
  .home-hero-slide.bowling {
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 35%, hsla(0, 0%, 100%, 0)), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 35%, hsla(0, 0%, 100%, 0)), url('../images/Riverside-Lanes---Riverside-Resort-Hotel-and-Casino_2017.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .home-hero-slide.casino-promotions {
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .7) 35%, hsla(0, 0%, 100%, 0)), url('../images/KoC_5-1600x600.jpg');
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 35%, hsla(0, 0%, 100%, 0)), url('../images/KoC_5-1600x600.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .header-top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .res-phone {
    font-size: 1rem;
  }
  .res-phone.small.with-mobile-btm-mar {
    position: static;
    margin-bottom: 25px;
    padding-top: 0px;
  }
  .btn-primary.mobile-top-mar {
    margin-top: 12px;
  }
  .slide-slogan {
    font-size: 3rem;
  }
  .slide-content-block {
    max-width: 90%;
    margin-left: 0px;
  }
  .header-book-now-btn {
    margin-right: 10px;
  }
  .book-widget-form-wrap {
    margin-bottom: 0px;
  }
  .col.p-l-0.mobile-top-mar {
    margin-top: 12px;
  }
  .col.mobile-top-mar {
    margin-top: 12px;
  }
  .book-widget-submit-btn {
    top: 39px;
  }
  .select-field.small {
    width: 80%;
  }
  .section-overlap.light-brown {
    margin-top: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .card {
    margin-bottom: 20px;
  }
  .card-img {
    width: 100%;
  }
  .card-content {
    min-height: 320px;
  }
  .card-content.short {
    min-height: 250px;
  }
  .row.m-b-10 {
    margin-bottom: 0px;
  }
  .red-waves.centered {
    display: block;
  }
  .div-hero {
    height: 450px;
    margin-top: 75px;
  }
  .div-hero.auto-museum {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-left-right-content.left {
    padding-top: 0px;
    padding-right: 10px;
  }
  .div-left-right-content.right {
    padding-top: 0px;
    padding-left: 10px;
  }
  .ul-benefits {
    margin-top: 0px;
    margin-left: 15px;
  }
  .div-host-headshot {
    width: 50%;
  }
  .card-link.left {
    display: block;
    background-color: #fff;
  }
  .hero-slider {
    margin-top: 75px;
  }
  .div-movie-info {
    min-height: 340px;
  }
  .modal-window {
    width: 70%;
  }
  .ul-card-list.small {
    width: 80%;
  }
  .form-block {
    width: 90%;
  }
  .div-more-info {
    width: 100%;
  }
  .div-generic-content {
    margin-top: -70px;
  }
  .div-generic-content.no-margin {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .history-slider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .history-img.placeholder {
    height: 130px;
  }
  .history-slide-mask {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .rotate-device-alert {
    height: 100vh;
    background-color: #1d1d1d;
    background-image: url('../images/rotate-device.png');
    background-position: 50% 50%;
    background-size: 300px;
    background-repeat: no-repeat;
  }
  .nav-link.w--current {
    border-bottom-color: rgba(188, 32, 0, 0);
    background-color: rgba(0, 0, 0, .2);
  }
  .res-phone.small {
    position: static;
  }
  .res-phone.small.auto {
    position: static;
    margin-bottom: 20px;
  }
  .res-phone.small.with-mobile-btm-mar {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .res-phone.mobile {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 48px;
    float: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    background-image: url('../images/smartphone-6.svg');
    background-position: 19px 23%;
    background-size: 24px;
    font-family: '336b54 1 0', sans-serif;
    color: #fff;
    text-align: left;
  }
  .head-res-phone.mobile {
    display: block;
    color: #fff;
  }
  .slide-slogan {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .book-widget-form-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col._0-5-0-0 {
    padding-right: 0px;
  }
  .select-field.small {
    width: 90%;
  }
  .section-overlap.light-brown {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .field-label.with-margins {
    margin-top: 0px;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .section-title.on-img.m-t-30 {
    margin-top: 0px;
  }
  .section.king-of-clubs-cta {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/KoC_4-bg-1600x350.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/KoC_4-bg-1600x350.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section.brown.gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-overview-wrap {
    padding: 20px;
  }
  .text-link.gray.with-top-margin.small {
    margin-top: 25px;
  }
  .block-pad-left-30 {
    margin-top: 20px;
    padding-left: 0px;
  }
  .cta-content-50 {
    width: 100%;
  }
  .cta-content-50.right {
    width: 100%;
  }
  .light.with-bottom-margin {
    margin-bottom: 20px;
  }
  .light.with-bottom-margin.width-70 {
    width: 80%;
  }
  .footer-links {
    margin-bottom: 25px;
  }
  .live-feed {
    margin-top: 25px;
  }
  .div-hero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/example-bg.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/example-bg.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 125px;
  }
  .div-brown-section.with-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-left-right-section {
    margin-bottom: 40px;
  }
  .div-left-right-content.left {
    padding-top: 0px;
    padding-right: 0px;
  }
  .div-left-right-content.right {
    padding-left: 0px;
  }
  .div-left-right-img.with-btm-margin {
    margin-bottom: 15px;
  }
  .div-left-right-img.with-mobile-top-mar {
    margin-top: 20px;
  }
  .left-right-slider.with-mobile-top-margin {
    margin-top: 20px;
  }
  .left-right-slider.with-mobile-btm-margin {
    margin-bottom: 15px;
  }
  .div-white-section.with-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-white-section.with-padding.no-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ul-benefits {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .p-70 {
    width: 80%;
  }
  .div-faqs {
    width: 100%;
  }
  .ul-movies {
    margin-top: 0px;
  }
  .ul-movies.first {
    margin-top: 20px;
  }
  .li-movies {
    min-height: auto;
  }
  .div-movie-info {
    min-height: auto;
  }
  .modal-window {
    width: 80%;
  }
  .pricing-chart.small {
    width: 100%;
  }
  .ul-card-list {
    margin-top: 0px;
  }
  .ul-card-list.small {
    width: 90%;
  }
  .div-bg-img-section.kids-castle {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_116743065_Preview.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_116743065_Preview.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .form-block {
    width: 100%;
  }
  .form-block.full.no-top-margin.right {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  .img-large {
    width: 100%;
  }
  .div-generic-content {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  .history-slider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .history-slide {
    width: 50%;
  }
  .history-slide-mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-mobile-book {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
  }
  .mobile-book-cta {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #bc2000;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .mobile-book-cta:hover {
    background-color: #930000;
  }
  .div-mobile-book-form {
    height: 0px;
    background-color: #fff;
  }
  .with-btm-marrgin {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .alert-wrapper {
    padding-top: 30px;
  }
  .alert-block {
    padding: 28px;
    font-size: 18px;
    line-height: 28px;
  }
  .welcome-text {
    font-size: 22px;
    line-height: 30px;
  }
  .nav-link.w--current {
    border-bottom-color: transparent;
    background-color: rgba(0, 0, 0, .2);
  }
  .wrapper-1170.home-slide-content {
    position: static;
  }
  .logo {
    width: 220px;
    padding-left: 0px;
    float: left;
  }
  .home-slider {
    height: 600px;
    margin-top: 65px;
  }
  .home-hero-slide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-hero-slide.rooms {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-top {
    padding-bottom: 8px;
  }
  .btn-primary {
    display: block;
    padding-right: 30px;
    padding-left: 25px;
  }
  .btn-primary.ghost.m-r-10 {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .slide-slogan {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .slide-content-block {
    margin-left: 0px;
  }
  .sub-slogan {
    width: 100%;
  }
  .home-slider-nav {
    position: relative;
    bottom: 35px;
    text-align: left;
  }
  .slide-arrow {
    display: none;
    font-size: 2rem;
  }
  .header-book-now-btn {
    display: none;
  }
  .book-widget-form-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.p-l-0.mobile-top-mar {
    margin-top: 0px;
  }
  .col._0-0-0-5 {
    padding-left: 0px;
  }
  .col.mobile-top-mar {
    margin-top: 0px;
  }
  .text-field {
    margin-bottom: 10px;
  }
  .book-widget-submit-btn {
    top: 0px;
    margin-top: 12px;
  }
  .select-field {
    margin-bottom: 10px;
  }
  .select-field.small {
    width: 100%;
  }
  .section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section.king-of-clubs-cta {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/KoC_4-bg-1600x350.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/KoC_4-bg-1600x350.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section.cta-section {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_103935499_Preview.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_103935499_Preview.jpeg');
    background-position: 0px 0px, 50% 63%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .text-link.p-r-25 {
    display: block;
  }
  .text-link.p-r-25.footer {
    display: block;
  }
  .text-link.p-r-25.with-icon.hotel {
    text-align: left;
  }
  .text-link.p-r-25.with-icon.casino {
    text-align: left;
  }
  .text-link.p-r-25.with-icon.dining {
    text-align: left;
  }
  .text-link.p-r-25.with-icon.entertainment {
    text-align: left;
  }
  .text-link.p-r-25.with-icon.rv {
    text-align: left;
  }
  .light.with-bottom-margin.width-70 {
    width: 100%;
  }
  .footer-btm {
    text-align: center;
  }
  .adlava-credit {
    float: none;
  }
  .div-hero {
    height: 400px;
    margin-top: 65px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .small-heading.gray.no-margin {
    font-size: 0.8rem;
  }
  .div-brown-section.with-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-white-section.with-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-white-section.with-padding.no-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-center-vert {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ul-benefits {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .p-70 {
    width: 100%;
  }
  .div-faqs {
    padding: 20px;
  }
  .div-acc-header {
    font-size: 1rem;
  }
  .hero-slider {
    margin-top: 60px;
  }
  .hero-slider-nav.rooms {
    bottom: -11px;
  }
  .div-movie-thumb {
    width: 100%;
    float: none;
  }
  .div-movie-info {
    width: 100%;
    float: none;
  }
  .modal-window {
    width: 90%;
  }
  .pricing-chart {
    padding: 20px;
  }
  .ul-card-list.small {
    width: 100%;
  }
  .form-block {
    padding: 20px;
  }
  .div-more-info {
    width: 100%;
  }
  .div-bread-crumbs {
    padding-bottom: 5px;
  }
  .div-calendar-view {
    float: none;
  }
  .calendar-view-link {
    padding-right: 13px;
    padding-left: 13px;
  }
  .div-dropdown {
    text-align: center;
  }
  .history-slider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .history-slide {
    width: 100%;
  }
  .history-slide-mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    padding: 12px;
  }
}

@font-face {
  font-family: '336b54 2 0';
  src: url('../fonts/336B54_2_0.woff2') format('woff2'), url('../fonts/336B54_2_0.eot') format('embedded-opentype'), url('../fonts/336B54_2_0.woff') format('woff'), url('../fonts/336B54_2_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: '336b54 1 0';
  src: url('../fonts/336B54_1_0.woff2') format('woff2'), url('../fonts/336B54_1_0.eot') format('embedded-opentype'), url('../fonts/336B54_1_0.woff') format('woff'), url('../fonts/336B54_1_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: '336b54 3 0';
  src: url('../fonts/336B54_3_0.woff2') format('woff2'), url('../fonts/336B54_3_0.eot') format('embedded-opentype'), url('../fonts/336B54_3_0.woff') format('woff'), url('../fonts/336B54_3_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.page-template-page-event-calendar #calendar{
  position: relative;
}

.page-template-page-event-calendar #calendar .fc-left .fc-button-group .fc-prev-button{
  left: 0;
  margin: 0;
  position: absolute;
  top: 70px;
  z-index: 300;
  background-color: #41372B;
  height: 80px;
  color: #F8F8F8;
  border-radius: 3px 0px 0px 0px;
  width: 130px;
  line-height: 30px;
  background-position: 10%;
}

.page-template-page-event-calendar #calendar .fc-left .fc-button-group .fc-next-button{
  right: 0;
  margin: 0;
  position: absolute;
  top: 70px;
  z-index: 300;
  background-color: #41372B;
  height: 80px;
  color: #F8F8F8;
  border-radius: 0px 3px 0px 0px;
  width: 130px;
  line-height: 30px;
  background-position: 90%;
}

.page-template-page-event-calendar #calendar .fc-center{
  left: 1%;
  position: absolute;
  right: 1%;
  text-align: center;
  top: 70px;
  z-index: 100;
  background-color: #41372B;
  height: 80px;
}

.page-template-page-event-calendar #calendar .fc-center h2{
  float: none;
  height: 80px !important;
  line-height: 80px !important;
  color: #F8F8F8;
}

.page-template-page-event-calendar #calendar .fc-view-container{
  margin-top: 77px;
}

.page-template-page-event-calendar #calendar > div.fc-view-container {
    border: 1px solid #e6e6e6 !important;
}

.page-template-page-event-calendar #calendar .fc-day-header{
  background-color: #FCFCFC !important;
  height: 50px;
  line-height: 50px;
  padding: 0px !important;
  color: #8D8D8D !important;
  font-weight: 500 !important;
}

#gform_3 .gform_heading{
  display: none;
}

#gform_wrapper_4,
#gform_wrapper_3,
#gform_wrapper_1{
  margin: 0px;
}

#gform_4 input[type="text"], #gform_4 select,
#gform_3 input[type="text"], #gform_3 select,
#gform_1 input[type="text"]{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #313131;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
  border-radius: 3px;
  min-height: 50px;
}

#input_1_5{
  border-radius: 3px;
  color: #313131;
  min-height: 100px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
  height: 100px;
}

#gform_4 .gfield_select, #input_4_6_4,
#gform_3 .gfield_select, #input_3_6_4 {
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #999 !important;
    height: 50px !important;
    margin-bottom: 0px !important;
}

#input_4_6_4_container,
#input_3_6_4_container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#field_4_11, #field_3_11{
  margin-top: 15px;
}

#field_4_1,
#field_3_1,
#field_4_19,
#field_4_20,
#field_3_19,
#field_3_20{
  margin: 0px;
}

#input_4_6_4_label,
#input_3_6_4_label,
#field_4_19 .gfield_label,
#field_4_20 .gfield_label,
#field_4_12 .gfield_label,
#field_4_14 .gfield_label,
#field_4_22 .gfield_label,
#field_3_19 .gfield_label,
#field_3_20 .gfield_label,
#field_3_12 .gfield_label,
#field_3_14 .gfield_label,
#field_3_22 .gfield_label{
  display: none;
}

#field_4_11, #field_4_13, #field_4_16, #field_4_21,
#field_3_11, #field_3_13, #field_3_16, #field_3_21{
  color: #444c53;
  font-family: "336b54 1 0",sans-serif;
  font-weight: bold;
}

#field_4_13, #field_4_16, #field_4_21,
#field_3_13, #field_3_16, #field_3_21{
  display: inline-grid !important;
  height: 56px;
  vertical-align: middle;
}

#input_4_12, #input_4_14, #input_4_22,
#input_3_12, #input_3_14, #input_3_22{
  width: 50% !important;
}

#field_4_12 .ginput_container,
#field_4_14 .ginput_container,
#field_4_22 .ginput_container,
#field_3_12 .ginput_container,
#field_3_14 .ginput_container,
#field_3_22 .ginput_container{
  margin-top: 0px !important;
}

#gform_submit_button_4,
#gform_submit_button_1,
#gform_submit_button_3{
  background-color: #bc2000;
  background-image: url("../images/arrow-right-white.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border: 2px solid #bc2000;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  font-family: "336b54 1 0",sans-serif;
  font-size: 0.9rem;
  padding: 20px 40px 18px 35px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 200ms ease 0s;
  color: white;
}

#gform_submit_button_4:hover,
#gform_submit_button_1:hover,
#gform_submit_button_3:hover {
    background-color: transparent;
    background-image: url("../images/red-arrow-right.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
    color: #585858;
}

#gform_6{
  position: relative;
}

#gform_6 .gform_body{
  left: 0;
  position: absolute;
  top: 0;
  width: 66%;
  height: 50px;
}

#gform_6 .gform_footer{
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
  height: 50px;
  margin: 0px;
  padding: 0px;
}

#gform_fields_6 li{
  margin: 0px;
  padding: 0px;
}

#field_6_1 label{
  display: none;
}

#field_6_1 .ginput_container{
  margin: 0px;
}

#input_6_1{
  margin-bottom: 0;
  min-height: 50px;
  background-color: #222627;
  border: 1px solid #222627;
  border-radius: 0px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  color: #999;
  opacity: 1;
}

#input_6_1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: 1;
}
#input_6_1::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
#input_6_1:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: 1;
}
#input_6_1:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: 1;
}

#gform_submit_button_6{
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 0px 3px 3px 0px;
  color: #585858;
  display: block;
  font-family: "336b54 2 0",sans-serif;
  min-height: 50px;
  transition: opacity 200ms ease 0s, color 200ms ease 0s;
  width: 100%;
  border: 0px;
}

#gform_submit_button_6:hover {
    background-color: hsla(0, 0%, 100%, 0.4);
    color: #fff;
}

#gform_6 .validation_error{
  display: none;
}

#gform_6 .gfield_error{
  width: 100% !important;
  max-width: 100% !important;
}

#field_1_1, #field_1_2{
  margin-top: 0px;
}

#gform_1 .gform_footer{
  margin-top: 0px;
  padding: 0px;
}

#field_1_2, #field_1_4, #field_1_5{
  padding-right: 0px !important;
}

.div-mobile-book-form{
	max-height: 80vh;
	overflow-y: scroll;
}

.div-categories.w-hidden-main.w-hidden-medium .p-r-25.text-link.with-icon.filter-link-prom{
	text-align: left;
}

@media (max-width: 479px) {
  #input_4_12, #input_4_14, #input_4_22,
  #input_3_12, #input_3_14, #input_3_22{
    width: 100% !important;
  }

  #field_4_13, #field_4_16, #field_4_21,
  #field_3_13, #field_3_16, #field_3_21{
    height: auto;
    line-height: normal;
    margin-top: 20px;
  }

  #gform_submit_button_4,
  #gform_submit_button_3{
    width: auto;
    margin-top: 25px;
  }

  #gform_submit_button_1{
    width: auto;
  }

  #gform_4 .gform_footer,
  #gform_3 .gform_footer{
    margin-top: 0px;
    padding-top: 0px;
  }

  #gform_6 .gform_body, #gform_6 .gform_footer{
    position: relative;
    width: 100%;
  }

  #gform_submit_button_6{
    margin-top: 10px;
  }

  .gform_validation_error #gform_6 #gform_submit_button_6{
    margin-top: 50px;
  }
}

@media (min-width: 450px) {
  #gform_4 .top_label li.gfield.gf_left_half, #gform_4 .top_label li.gfield.gf_right_half,
  #gform_3 .top_label li.gfield.gf_left_half, #gform_3 .top_label li.gfield.gf_right_half {
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }

  #gform_4 .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  #gform_4 .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  #gform_3 .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  #gform_3 .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }

  #gform_4 .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  #gform_3 .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }

  #gform_4 .top_label li.gfield.gf_left_third, #gform_4 .top_label li.gfield.gf_middle_third, #gform_4 .top_label li.gfield.gf_right_third,
  #gform_3 .top_label li.gfield.gf_left_third, #gform_3 .top_label li.gfield.gf_middle_third, #gform_3 .top_label li.gfield.gf_right_third{
    display: inline-block;
  }

  #gform_4 ul.gform_fields li.gfield,
  #gform_3 ul.gform_fields li.gfield {
    padding-right: 16px;
  }

  #gform_submit_button_4, #gform_submit_button_1, #gform_submit_button_3{
    width: auto;
  }
}

@media (min-width: 480px) {
  #gform_1 .top_label li.gfield.gf_left_half, #gform_1 .top_label li.gfield.gf_right_half {
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }

  #gform_1 ul.gform_fields li.gfield {
    padding-right: 16px;
  }
}

@media (max-width: 438px) {
	.page-template-page-event-calendar #calendar .fc-center,
	.page-template-page-event-calendar #calendar .fc-left .fc-button-group .fc-prev-button,
	.page-template-page-event-calendar #calendar .fc-left .fc-button-group .fc-next-button{
		top: 90px;
	}

	.page-template-page-riverside-cinemas .modal-window{
		max-height: 80vh;
		overflow-y: scroll;
	}

  #gform_submit_button_4, #gform_submit_button_1, #gform_submit_button_3{
    margin-bottom: 0px;
    padding: 10px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  .history-slider {
    margin: 40px -50px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
  #bookRoom .w-col{
  	padding-left: 0px;
  }

  #bookRoom .w-col:not(:last-child){
  	margin-top: 12px;
  }
}

.page-template-page-riverside-cinemas .modal-window{
	position: fixed;
	right: 1%;
	left: 1%;
}
.flight-link:hover{
  color: #585858;
}
.flight-link{
  color: #bc2000;
  text-decoration: none;
}