@font-face {
  font-family: 'saa-series-f-d';
  src: url("../fonts/saa-series-f-d/3400E7_0_0.eot");
  src: url("../fonts/saa-series-f-d/3400E7_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/saa-series-f-d/3400E7_0_0.woff2") format("woff2"), url("../fonts/saa-series-f-d/3400E7_0_0.woff") format("woff"), url("../fonts/saa-series-f-d/3400E7_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Marion';
  src: url("../fonts/marion/345100_0_0.eot");
  src: url("../fonts/marion/345100_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/marion/345100_0_0.woff2") format("woff2"), url("../fonts/marion/345100_0_0.woff") format("woff"), url("../fonts/marion/345100_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  height: 100%;
  background-color: #f1f1f2;
  margin: 0; }
  body .pop-up-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f1f1f2;
    z-index: 999;
    height: 100%; }

::selection {
  background-color: #be1e2d;
  color: #000; }

.content {
  padding-top: 40px; }

.body-overflow {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .body-overflow {
      overflow: auto; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-family: 'saa-series-f-d', sans-serif; }

a {
  text-decoration: none;
  color: #000;
  transition: 250ms; }
  a:hover {
    text-decoration: none;
    color: #be1e2d;
    transition: 250ms; }

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px; } }

.content ul {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .content ul {
      margin-bottom: 25px; } }

.content li {
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    .content li {
      font-size: 16px;
      line-height: 24px; } }

blockquote, blockquote p {
  margin: 0 0 10px;
  font-size: 22px !important;
  line-height: 28px;
  font-weight: 500; }

.row-fluid {
  max-width: none; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

input, button, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }

img {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  body {
    padding-bottom: 50px; } }

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.animsition-loading {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
body {
  position: relative; }
  body .menu-container,
  body #navigation-menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: #f1f1f2;
    z-index: 10;
    padding: 20px 0;
    font-family: "saa-series-f-d", sans-serif; }
    @media only screen and (min-width: 768px) {
      body .menu-container,
      body #navigation-menu {
        border-bottom: 2px solid;
        padding: 0;
        height: auto; } }
    body .menu-container .desktop-menu,
    body #navigation-menu .desktop-menu {
      display: none; }
      @media only screen and (min-width: 768px) {
        body .menu-container .desktop-menu,
        body #navigation-menu .desktop-menu {
          display: block; } }
      body .menu-container .desktop-menu ul,
      body #navigation-menu .desktop-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        text-align: center; }
        body .menu-container .desktop-menu ul li,
        body #navigation-menu .desktop-menu ul li {
          display: block;
          flex: 2;
          padding: 10px 10px 13px 10px;
          border-right: 2px solid; }
          body .menu-container .desktop-menu ul li a,
          body #navigation-menu .desktop-menu ul li a {
            color: #000;
            font-weight: 400;
            font-size: 13px;
            -o-transition: color 250ms ease-out;
            -ms-transition: color 250ms ease-out;
            -moz-transition: color 250ms ease-out;
            -webkit-transition: color 250ms ease-out;
            /* ...and now override with proper CSS property */
            transition: color 250ms ease-out;
            -o-transition: color 250ms ease-in;
            -ms-transition: color 250ms ease-in;
            -moz-transition: color 250ms ease-in;
            -webkit-transition: color 250ms ease-in;
            /* ...and now override with proper CSS property */
            transition: color 250ms ease-in; }
            @media only screen and (min-width: 1024px) {
              body .menu-container .desktop-menu ul li a,
              body #navigation-menu .desktop-menu ul li a {
                font-size: 16px; } }
        body .menu-container .desktop-menu ul li.active > a,
        body #navigation-menu .desktop-menu ul li.active > a {
          color: #be1e2d; }
        body .menu-container .desktop-menu ul li:hover a,
        body #navigation-menu .desktop-menu ul li:hover a {
          color: #be1e2d; }
      body .menu-container .desktop-menu ul li:last-child,
      body #navigation-menu .desktop-menu ul li:last-child {
        border-right: 0; }
    body .menu-container .mobile-menu,
    body #navigation-menu .mobile-menu {
      display: block; }
      @media only screen and (min-width: 768px) {
        body .menu-container .mobile-menu,
        body #navigation-menu .mobile-menu {
          display: none; } }
      body .menu-container .mobile-menu img,
      body #navigation-menu .mobile-menu img {
        width: 30px;
        height: 25px; }
      body .menu-container .mobile-menu #menu,
      body #navigation-menu .mobile-menu #menu {
        display: none;
        margin: 0 auto; }
      body .menu-container .mobile-menu .display-show,
      body #navigation-menu .mobile-menu .display-show {
        display: block !important; }
        @media only screen and (min-width: 768px) {
          body .menu-container .mobile-menu .display-show,
          body #navigation-menu .mobile-menu .display-show {
            display: none !important; } }
      body .menu-container .mobile-menu #close,
      body .menu-container .mobile-menu #menu-nav,
      body #navigation-menu .mobile-menu #close,
      body #navigation-menu .mobile-menu #menu-nav {
        display: none;
        margin: 0 auto; }
      body .menu-container .mobile-menu .logo-mobile,
      body #navigation-menu .mobile-menu .logo-mobile {
        height: 72px;
        text-align: center;
        padding-top: 20px; }
        body .menu-container .mobile-menu .logo-mobile img,
        body #navigation-menu .mobile-menu .logo-mobile img {
          height: 100%;
          width: auto; }
  body .display-show {
    display: block !important; }
    @media only screen and (min-width: 768px) {
      body .display-show {
        display: none !important; } }
  body .navigatio-content {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #f1f1f2;
    display: none; }
    body .navigatio-content #navigation-menu {
      position: fixed;
      width: 100%;
      overflow-y: auto;
      top: 175px;
      z-index: 999999;
      padding: 0; }
      body .navigatio-content #navigation-menu ul {
        margin: 0 0 30px;
        padding: 0;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          body .navigatio-content #navigation-menu ul {
            display: none;
            margin: 0 0 80px; } }
        body .navigatio-content #navigation-menu ul li {
          display: block;
          padding: 8px; }
          @media only screen and (min-width: 768px) {
            body .navigatio-content #navigation-menu ul li {
              padding: 10px; } }
          body .navigatio-content #navigation-menu ul li a {
            text-transform: uppercase;
            color: #000;
            font-weight: 400;
            font-size: 20px; }
        body .navigatio-content #navigation-menu ul li.active > a {
          color: #be1e2d; }
      body .navigatio-content #navigation-menu ul li:last-child {
        border-right: 0; }
      body .navigatio-content #navigation-menu footer {
        margin-bottom: 100px; }
  body .site-title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
    height: 100px; }
    @media only screen and (min-width: 768px) {
      body .site-title {
        display: auto;
        height: auto; } }
    body .site-title .first-title {
      font-size: 40px;
      font-family: "saa-series-f-d", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 35px;
      letter-spacing: 2px;
      display: none; }
      @media only screen and (min-width: 768px) {
        body .site-title .first-title {
          display: block; } }
    body .site-title .secondary-title {
      font-size: 20px;
      font-family: "saa-series-f-d", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      display: none; }
      @media only screen and (min-width: 768px) {
        body .site-title .secondary-title {
          display: block; } }
    body .site-title .title-logo {
      display: none; }
      @media only screen and (min-width: 768px) {
        body .site-title .title-logo {
          display: block;
          margin-bottom: 15px; } }
    body .site-title .logo {
      height: 72px;
      position: absolute;
      top: 0;
      right: 75px;
      padding-top: 80px;
      display: none; }
      @media only screen and (min-width: 768px) {
        body .site-title .logo {
          display: block; } }
      body .site-title .logo img {
        height: 100%; }
    body .site-title .social {
      position: absolute;
      top: 0;
      left: 75px;
      padding-top: 80px;
      display: none; }
      @media only screen and (min-width: 768px) {
        body .site-title .social {
          display: block; } }
      body .site-title .social img {
        display: inline-block;
        margin-right: 10px;
        height: 30px; }
  body .home-title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
    height: 80px;
    display: auto; }
    @media only screen and (min-width: 768px) {
      body .home-title {
        padding-top: 50px; } }
    body .home-title .title {
      font-size: 40px;
      font-family: "saa-series-f-d", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 35px;
      letter-spacing: 2px;
      display: block; }
    body .home-title .sub-title {
      font-size: 20px;
      font-family: "saa-series-f-d", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      display: block; }
    body .home-title .logo {
      height: 72px;
      position: absolute;
      top: 0;
      right: 75px;
      padding-top: 50px;
      display: none; }
      @media only screen and (min-width: 768px) {
        body .home-title .logo {
          display: block; } }
      body .home-title .logo img {
        height: 100%; }
  body .home-menu-container {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: #f1f1f2;
    z-index: 10;
    padding: 30px 0; }
    @media only screen and (min-width: 768px) {
      body .home-menu-container {
        padding: 0;
        height: auto; } }
    body .home-menu-container .home-mobile-menu {
      display: block; }
      @media only screen and (min-width: 768px) {
        body .home-menu-container .home-mobile-menu {
          display: none; } }
      body .home-menu-container .home-mobile-menu .home-logo-mobile {
        height: 72px;
        text-align: center;
        padding-top: 30px; }
        body .home-menu-container .home-mobile-menu .home-logo-mobile img {
          height: 100%;
          width: auto; }

.menu-background {
  background-color: transparent !important;
  border-color: #fff !important; }

.menu-background .desktop-menu ul li a {
  color: #ffffff !important; }

.menu-background .desktop-menu ul li {
  border-color: #fff !important; }

.menu-background .desktop-menu ul li a:hover {
  color: #be1e2d !important; }

.menu-background .desktop-menu ul li .sub-menu {
  border-color: #fff !important;
  background-color: transparent !important; }

.menu-background .desktop-menu ul li .sub-menu li a:hover {
  background: none !important;
  color: #be1e2d !important; }

.bg-video .video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.img-text-cols .text-box p {
  font-size: 24px !important; }

.img-text-cols .img-box .text-on-img p a {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400; }

.page-about-us .content {
  padding-top: 0px;
  max-width: 710px;
  width: 100%;
  margin: 20px auto 0; }
  @media only screen and (min-width: 768px) {
    .page-about-us .content {
      margin: 45px auto 0; } }
  .page-about-us .content .text {
    text-align: center;
    font-family: 'Marion', sans-serif;
    font-size: 21px;
    margin-bottom: 80px;
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .page-about-us .content .text {
        margin-bottom: 20px; } }

.page-menus .content {
  width: 100%;
  position: relative;
  margin-top: 100px; }
  @media only screen and (min-width: 980px) {
    .page-menus .content {
      margin-top: 0; } }
  .page-menus .content .menus-image {
    max-width: 600px;
    margin: 85px auto;
    padding: 0 20px; }
    @media only screen and (min-width: 415px) {
      .page-menus .content .menus-image {
        margin: 250px auto 20px; } }
    @media only screen and (min-width: 980px) {
      .page-menus .content .menus-image {
        margin: 0 auto; } }
    .page-menus .content .menus-image a {
      color: #000; }
    .page-menus .content .menus-image .menu-boxes {
      width: 200px;
      padding: 7px 0;
      font-size: 16px;
      border: 1px solid;
      background-color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "saa-series-f-d", sans-serif; }
      @media only screen and (min-width: 415px) {
        .page-menus .content .menus-image .menu-boxes {
          width: 248px;
          padding: 12px 0;
          font-size: 18px; } }
    .page-menus .content .menus-image .dining-menu {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -115px; }
      @media only screen and (min-width: 415px) {
        .page-menus .content .menus-image .dining-menu {
          top: 0px; } }
      @media only screen and (min-width: 980px) {
        .page-menus .content .menus-image .dining-menu {
          left: -350px;
          top: 46%;
          right: 350px; } }
    .page-menus .content .menus-image .bar-menu {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -40px; }
      @media only screen and (min-width: 415px) {
        .page-menus .content .menus-image .bar-menu {
          top: 88px; } }
      @media only screen and (min-width: 980px) {
        .page-menus .content .menus-image .bar-menu {
          top: 46%; } }
    .page-menus .content .menus-image .drinks-list {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 36px; }
      @media only screen and (min-width: 415px) {
        .page-menus .content .menus-image .drinks-list {
          top: 175px; } }
      @media only screen and (min-width: 980px) {
        .page-menus .content .menus-image .drinks-list {
          right: -350px;
          top: 46%;
          left: 350px; } }

.page-contact-us .content {
  max-width: 1100px;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .page-contact-us .content {
      padding: 70px 20px 20px; } }
  .page-contact-us .content .contact-image {
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 200px;
    width: 100%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .page-contact-us .content .contact-image {
        display: block; } }
    @media only screen and (min-width: 900px) {
      .page-contact-us .content .contact-image {
        max-width: 300px;
        top: 0; } }
    .page-contact-us .content .contact-image img {
      max-width: 100%; }
  .page-contact-us .content .contact-image-right {
    position: absolute;
    top: 50px;
    right: 0;
    max-width: 200px;
    width: 100%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .page-contact-us .content .contact-image-right {
        display: block; } }
    @media only screen and (min-width: 900px) {
      .page-contact-us .content .contact-image-right {
        max-width: 300px;
        top: 0; } }
    .page-contact-us .content .contact-image-right img {
      max-width: 100%; }
  .page-contact-us .content .contact {
    max-width: 340px;
    width: 100%;
    margin: 0 auto; }
    .page-contact-us .content .contact .text {
      text-align: center; }
      .page-contact-us .content .contact .text p {
        text-align: center;
        font-family: 'Marion', sans-serif;
        color: #000;
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 15px; }
        @media only screen and (min-width: 768px) {
          .page-contact-us .content .contact .text p {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 20px; } }
      .page-contact-us .content .contact .text .links {
        margin: auto;
        max-width: 293px; }
        .page-contact-us .content .contact .text .links a {
          text-align: center;
          font-family: 'Marion', sans-serif;
          color: #000;
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 15px; }
          @media only screen and (min-width: 768px) {
            .page-contact-us .content .contact .text .links a {
              font-size: 18px;
              line-height: 28px;
              margin-bottom: 20px; } }
        .page-contact-us .content .contact .text .links a:hover {
          color: #be1e2d; }
    .page-contact-us .content .contact .contact-button-url {
      color: #000; }
      .page-contact-us .content .contact .contact-button-url .contact-button {
        width: 248px;
        border: 1px solid;
        padding: 20px 0;
        background-color: #fff;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'saa-series-f-d', sans-serif;
        margin: 50px auto 0; }

.events .content {
  max-width: 1200px;
  padding: 0 20px;
  margin: 15px auto; }
  .events .content .slides {
    padding: 0px;
    text-transform: uppercase;
    font-family: 'saa-series-f-d', sans-serif; }
    .events .content .slides a {
      color: #000; }
    .events .content .slides .event-box {
      text-align: center;
      padding: 10px;
      border: 1px solid; }
      @media only screen and (min-width: 768px) {
        .events .content .slides .event-box .image-container {
          min-height: 303px; } }
      .events .content .slides .event-box .image-container img {
        height: 200px;
        width: 100%;
        object-fit: cover; }
        @media only screen and (min-width: 768px) {
          .events .content .slides .event-box .image-container img {
            height: 300px; } }
    .events .content .slides .event-box-top {
      border-top: 2px solid #000;
      background-color: #ffffff;
      height: 55px;
      overflow: hidden; }
      .events .content .slides .event-box-top .title {
        vertical-align: middle;
        height: 55px;
        line-height: 20px;
        display: table-cell;
        text-align: center;
        width: 300px;
        overflow: hidden; }
    .events .content .slides .event-box-bottom {
      border-bottom: 2px solid black;
      padding-bottom: 13px; }
      .events .content .slides .event-box-bottom span {
        color: #be1e2d; }
    .events .content .slides .event-box-left {
      border-left: 2px solid; }
    .events .content .slides .event-box-right {
      border-right: 2px solid; }
    .events .content .slides .date-container {
      overflow: hidden;
      height: 48px;
      display: flex; }
      .events .content .slides .date-container .date {
        max-width: 220px;
        margin: auto; }
  .events .content .custom-navigation {
    padding-top: 40px; }
    .events .content .custom-navigation .navigation-arrow img {
      max-width: 100px; }
    .events .content .custom-navigation .flex-next img {
      float: right; }

@media only screen and (min-width: 768px) {
  .page-gallery {
    position: relative; } }
.page-gallery .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 45px; }
  @media only screen and (min-width: 768px) {
    .page-gallery .content {
      padding: 40px 80px; } }
  @media only screen and (min-width: 768px) {
    .page-gallery .content .flexslider {
      position: relative; } }
  .page-gallery .content .slides {
    padding: 0;
    margin: 0; }
    .page-gallery .content .slides .gallery-image {
      width: 100%;
      height: 270px;
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 5px;
      background-position: center;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .page-gallery .content .slides .gallery-image {
          height: 170px; } }
  .page-gallery .content .modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh; }
    @media only screen and (min-width: 768px) {
      .page-gallery .content .modal {
        width: 75%;
        height: 99%;
        top: 5px; } }
  .page-gallery .content #myModal {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; }
  .page-gallery .content .modal-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
    position: relative;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .page-gallery .content .modal-content {
      background-size: cover;
      margin: 0; } }
  .page-gallery .content .close {
    color: #fff;
    float: right;
    font-size: 63px;
    font-weight: 100;
    margin-right: 20px; }
  .page-gallery .content .close:hover,
  .page-gallery .content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .page-gallery .content .custom-navigation {
    padding-top: 40px;
    z-index: 999;
    position: relative; }
    .page-gallery .content .custom-navigation .navigation-arrow img {
      max-width: 66px; }
      @media only screen and (min-width: 425px) {
        .page-gallery .content .custom-navigation .navigation-arrow img {
          max-width: 100px; } }
    .page-gallery .content .custom-navigation .flex-next img {
      float: right; }
.page-gallery .social-red {
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'saa-series-f-d', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  padding-top: 7px;
  width: 120px;
  display: none; }
  @media only screen and (min-width: 1320px) {
    .page-gallery .social-red {
      position: absolute;
      right: 44px;
      display: none; } }
  .page-gallery .social-red a {
    color: #be1e2d;
    text-decoration: none; }
    .page-gallery .social-red a img {
      height: 30px;
      max-width: 30px;
      margin: 2px 10px 0 10px; }
      @media only screen and (min-width: 768px) {
        .page-gallery .social-red a img {
          float: none;
          margin: 0; } }
    .page-gallery .social-red a div {
      overflow: hidden; }
.page-gallery .social-red-mobile {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'saa-series-f-d', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  padding-top: 7px;
  width: 120px;
  display: block;
  z-index: 9999;
  display: none;
  color: #be1e2d; }
  @media only screen and (min-width: 1320px) {
    .page-gallery .social-red-mobile {
      position: absolute;
      right: 44px; } }
.page-gallery .prev-red img {
  max-width: 100px; }

.guest-images-badge {
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'saa-series-f-d', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  padding-top: 7px;
  width: 120px;
  padding-bottom: 30px;
  color: #be1e2d; }
  .guest-images-badge img {
    height: 30px;
    max-width: 30px;
    margin: 2px 10px 0 10px; }
    @media only screen and (min-width: 768px) {
      .guest-images-badge img {
        float: none;
        margin: 0; } }
    .guest-images-badge img div {
      overflow: hidden; }

.page-gallery-insta {
  position: relative; }
  .page-gallery-insta .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 600px; }
    @media only screen and (min-width: 900px) {
      .page-gallery-insta .content {
        max-width: 730px; } }
    @media only screen and (min-width: 1024px) {
      .page-gallery-insta .content {
        max-width: 850px; } }
    @media only screen and (min-width: 1200px) {
      .page-gallery-insta .content {
        max-width: 1000px; } }
    .page-gallery-insta .content .slides {
      padding: 0; }
      .page-gallery-insta .content .slides .gallery-image {
        width: 100%;
        height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 5px;
        cursor: pointer; }
    .page-gallery-insta .content #instafeed img {
      width: 25%; }
  .page-gallery-insta .prev-red {
    text-align: center;
    text-transform: uppercase;
    font-family: 'saa-series-f-d', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    width: 100px;
    font-size: 15px; }
    @media only screen and (min-width: 768px) {
      .page-gallery-insta .prev-red {
        width: 155px;
        font-size: 18px; } }
    @media only screen and (min-width: 1400px) {
      .page-gallery-insta .prev-red {
        position: absolute;
        top: 0;
        right: 27px; } }
    .page-gallery-insta .prev-red a {
      color: #be1e2d;
      text-decoration: none; }
      .page-gallery-insta .prev-red a img {
        max-width: 126px;
        margin: 2px 10px 0 10px; }
        @media only screen and (min-width: 768px) {
          .page-gallery-insta .prev-red a img {
            float: none;
            margin: 0; } }
      .page-gallery-insta .prev-red a div {
        overflow: hidden; }

.page-gin.event .event-box-top .title {
  display: block;
  padding-top: 16px;
  width: 100%; }

.event .event-box-cont {
  padding: 0px;
  text-transform: uppercase;
  font-family: 'saa-series-f-d', sans-serif; }
.event .event-box {
  text-align: center;
  padding: 10px;
  border: 2px solid #000; }
  .event .event-box + .event-box {
    border-top: 0; }
  @media only screen and (min-width: 768px) {
    .event .event-box .image-container {
      min-height: 303px; } }
  .event .event-box .image-container img {
    height: 200px;
    width: 100%;
    object-fit: cover; }
    @media only screen and (min-width: 768px) {
      .event .event-box .image-container img {
        height: 300px; } }
.event .event-box-top {
  border-top: 2px solid #000;
  background-color: #ffffff;
  height: 55px;
  overflow: hidden; }
  .event .event-box-top .title {
    vertical-align: middle;
    height: 55px;
    line-height: 20px;
    display: table-cell;
    text-align: center;
    width: 300px;
    overflow: hidden; }
.event .event-box-bottom {
  border-bottom: 2px solid black;
  padding-bottom: 13px; }
  .event .event-box-bottom span {
    color: #be1e2d; }
.event .event-box-left {
  border-left: 2px solid; }
.event .event-box-right {
  border-right: 2px solid; }
.event .date-container {
  overflow: hidden;
  height: 48px;
  display: flex; }
  .event .date-container .date {
    max-width: 220px;
    margin: auto; }
.event .content {
  max-width: 75%;
  width: 100%;
  padding: 20px;
  margin: 25px auto 0;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .event .content {
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .event .content .post-container {
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .event .content .post-container {
      flex: 9; } }
  .event .content .post-container .first {
    margin-bottom: 30px;
        /* 

        .event-title{
          font-family: 'saa-series-f-d', sans-serif;
          font-size: 17px;
          text-transform: uppercase;
          max-width: 230px;
          text-align: center;
          top: 0;
          margin: auto;
          margin-bottom: 10px;
          line-height: 20px;

        }

        .image{
            //height: 350px;
            //width: auto;
            text-align: center;
            //background-repeat: no-repeat;
            //background-size: cover;
            //background-position: center;

            img{
              object-fit: cover; 
            }
          }

        .date-container{
          font-family: 'saa-series-f-d', sans-serif;
          font-weight: normal;
          font-size: 17px;
          text-transform: uppercase;
          max-width: 170px;
          text-align: center;
          top: 0;
          margin: auto;
          margin-top: 10px;
          line-height: 20px;
        } 

        */ }
    @media only screen and (min-width: 768px) {
      .event .content .post-container .first {
        flex: 3;
        display: inline-block; } }
  .event .content .post-container .second {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .event .content .post-container .second {
        display: inline-block;
        flex: 6;
        text-align: inherit;
        padding-left: 50px; } }
    .event .content .post-container .second .text {
      max-width: 600px;
      top: 0;
      margin: auto;
      padding: 0px 10px;
      width: 100%; }
      .event .content .post-container .second .text .description, .event .content .post-container .second .text .details-container {
        font-family: 'Marion', sans-serif;
        font-size: 17px;
        line-height: 32px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) {
          .event .content .post-container .second .text .description, .event .content .post-container .second .text .details-container {
            font-size: 21px; } }
      .event .content .post-container .second .text .description {
        margin: auto; }
        @media only screen and (min-width: 768px) {
          .event .content .post-container .second .text .description {
            margin: 0; } }
      .event .content .post-container .second .text .details-container {
        margin: auto; }
        @media only screen and (min-width: 768px) {
          .event .content .post-container .second .text .details-container {
            margin: 0; } }
      .event .content .post-container .second .text span {
        padding-top: 15px;
        font-family: 'Marion', sans-serif;
        font-size: 21px;
        line-height: 32px;
        font-weight: 400;
        margin: auto; }
        @media only screen and (min-width: 768px) {
          .event .content .post-container .second .text span {
            margin: 0; } }
  .event .content .navigation {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: 'saa-series-f-d', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 15px; }
    @media only screen and (min-width: 1024px) {
      .event .content .navigation {
        flex: 1;
        right: 70px;
        width: 50px;
        margin-left: 50px;
        margin-top: 0px; } }
    .event .content .navigation a {
      color: #000; }
    .event .content .navigation .next {
      display: inline-block;
      float: right;
      max-width: 88px; }
      .event .content .navigation .next img {
        height: 40px; }
      @media only screen and (min-width: 1024px) {
        .event .content .navigation .next {
          bottom: 20px;
          position: absolute; } }
    .event .content .navigation .prev {
      display: inline-block;
      float: left;
      max-width: 88px; }
      .event .content .navigation .prev img {
        height: 40px; }
      @media only screen and (min-width: 1024px) {
        .event .content .navigation .prev {
          position: absolute; } }

.home {
  font-family: 'Marion', sans-serif; }
  .home .content {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0px auto; }
    .home .content .image-container {
      text-align: center; }
      .home .content .image-container img {
        width: 650px;
        object-fit: cover; }
    .home .content .message {
      text-align: center;
      color: #be1e2d;
      text-transform: uppercase;
      font-size: 17px;
      margin-top: 15px;
      font-family: 'saa-series-f-d', sans-serif; }

.footer-content {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer-content {
      display: none; } }
  .footer-content .contact-information {
    font-size: 14px;
    font-family: "saa-series-f-d", sans-serif; }
    @media only screen and (min-width: 360px) {
      .footer-content .contact-information {
        letter-spacing: 1px;
        max-width: 378px;
        margin: auto; } }
    .footer-content .contact-information a {
      color: #000; }
  .footer-content .social {
    height: 30px;
    left: 75px;
    padding: 50px 0; }
    .footer-content .social img {
      max-width: 30px;
      display: inline-block;
      margin-right: 10px; }

#home + footer .footer-content {
  display: block !important; }
  @media only screen and (min-width: 768px) {
    #home + footer .footer-content .social {
      display: none; } }

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