@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
.np {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.npl {
  padding-left: 0 !important; }

.npr {
  padding-right: 0 !important; }

.video-js {
  width: 100%;
  height: 100%;
  padding-top: 56.1905%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #959595;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 20px 1.42em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #777777;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #959595; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }

input,
select,
textarea {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0.4733333333em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #a3a3a3; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #959595;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(136, 136, 136, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ccc; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 10px; }

[type="file"] {
  margin-bottom: 20px;
  width: 100%; }

select {
  margin-bottom: 20px;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul {
  margin-left: 25px;
  margin-bottom: 25px;
  padding: 0; }
  ul li {
    margin-bottom: 5px;
    padding-top: 5px; }

ol {
  list-style-type: decimal; }
  ol li {
    margin-bottom: 10px; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: .75em 0 1.5em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #999999;
  font-weight: 600;
  padding: 20px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 20px; }

p {
  margin: 0 0 20px; }

a {
  color: #959595;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #707070; }

hr {
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.42em 0; }

body > iframe {
  display: none; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@font-face {
  font-family: "belo-dincondensed_bold";
  src: url("../fonts/belo-dinconbol-webfont.woff2") format("woff2"), url("../fonts/belo-dinconbol-webfont.woff") format("woff"), url("../fonts/belo-dinconbol-webfont.ttf") format("truetype"); }
body {
  margin: 0; }

#wpadminbar {
  display: none; }

.no-display {
  display: none; }

a button {
  border-radius: 0;
  line-height: 14px;
  font-size: 16px;
  margin-bottom: 38px;
  transition: background 0.1s linear; }
  a button:hover {
    background: #000; }
a .external {
  display: block;
  float: left;
  background: url("../img/external_link.gif");
  width: 20px;
  margin-left: -4px;
  margin-right: 5px; }
a:hover {
  cursor: pointer; }

/* Wordpress Overrides */
.customize-control-image .container {
  background: #aaa;
  background-image: linear-gradient(45deg, #555 25%, transparent 25%, transparent), linear-gradient(-45deg, #555 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #555 75%), linear-gradient(-45deg, transparent 75%, #555 75%);
  background-size: 10px 10px; }

#searchform label {
  display: none !important; }
#searchform input {
  display: block;
  float: left;
  width: 100%; }
#searchform #searchsubmit {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  width: 150px; }

.search-results .search-container {
  margin: 9px auto 0; }
  .search-results .search-container .search-page-title {
    font-family: 'Knockout 52 A','Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 26px;
    text-align: left;
    display: block;
    margin-bottom: 8px !important; }
  .search-results .search-container .search-page-results {
    border-top: 1px solid #ddd; }
    .search-results .search-container .search-page-results ul li {
      padding: 10px 0;
      border-bottom: 1px solid #ddd; }
      .search-results .search-container .search-page-results ul li .search-post-title {
        max-width: 68%;
        font-family: 'Knockout 52 A', 'Knockout 52 B';
        font-weight: 400;
        font-style: normal;
        font-size: 20px !important;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 6px;
        margin-bottom: 0; }
      .search-results .search-container .search-page-results ul li .search-post-link {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        display: block; }
      .search-results .search-container .search-page-results ul li .search-post-excerpt {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        display: block; }
        .search-results .search-container .search-page-results ul li .search-post-excerpt p {
          margin-bottom: 5px !important; }
  .search-results .search-container .search-page-form {
    margin-top: 15px;
    margin-bottom: 10px; }
    .search-results .search-container .search-page-form h3 {
      font-family: 'Knockout 52 A','Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 20px !important;
      line-height: 20px;
      text-align: left;
      display: block;
      margin-bottom: 8px !important; }
    .search-results .search-container .search-page-form #searchform #s {
      float: left;
      display: inline-block;
      width: 78%;
      margin-top: 2px;
      height: 32px; }
    .search-results .search-container .search-page-form #searchform #searchsubmit {
      clear: none;
      float: left;
      display: inline-block;
      width: 20%;
      margin-left: 2%;
      margin-top: 2px;
      height: 32px; }
@media only screen and (max-width: 768px) {
  .search-results .search-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

body.contact #main-content ul {
  clear: none;
  float: left;
  display: inline-block; }
  body.contact #main-content ul li {
    float: left;
    display: inline-block;
    margin-left: 15px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    body.contact #main-content ul li a i {
      color: #fff;
      font-size: 20px;
      font-family: 'FontAwesome'; }
    body.contact #main-content ul li.facebook {
      padding: 7px 10px; }
    body.contact #main-content ul li.twitter {
      padding: 6px 7px; }
    body.contact #main-content ul li.instagram {
      padding: 6px 7px; }

.error404 h1 {
  margin: 0;
  font-size: 40px !important;
  text-align: center; }
.error404 h2 {
  margin: 0;
  font-size: 25px !important;
  text-align: center; }
.error404 p {
  text-align: center; }

/* Let's make the Wordpress Admin bar a little darker */
#wpadminbar {
  background: #000 !important; }

#lean_overlay {
  position: fixed;
  z-index: 9999999999999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

#playerLightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none; }
  #playerLightbox #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    #playerLightbox #overlay:target {
      width: auto;
      height: auto;
      bottom: 0px;
      right: 0px;
      padding: 80px 100px 120px 100px; }
  #playerLightbox #content {
    margin: 0 auto;
    position: relative;
    top: 150px;
    text-align: center; }
    #playerLightbox #content > * {
      box-shadow: 0px 0px 12px #000; }
    @media screen and (max-width: 767px) {
      #playerLightbox #content {
        top: 75px; }
        #playerLightbox #content > * {
          max-width: 100%; } }

.smoke {
  position: absolute;
  opacity: 0;
  background-size: cover; }
  .smoke.s1 {
    background: url("../img/smoke_1.png") no-repeat; }
  .smoke.s2 {
    background: url("../img/smoke_2.png") no-repeat; }
  .smoke.s3 {
    background: url("../img/smoke_3.png") no-repeat; }
  .smoke.s4 {
    background: url("../img/smoke_4.png") no-repeat; }

#cycloneslider-home-1 .smoke {
  width: 300px;
  height: 250px;
  bottom: 10px; }

#cycloneslider-mobile-2 .smoke {
  width: 200px;
  height: 166px;
  bottom: 400px; }

#cycloneslider-misc-1 .smoke {
  width: 175px;
  height: 146px;
  bottom: 30px; }

#desktop-sidebar-wrapper {
  float: left;
  width: 30%;
  padding-left: 2%; }
  @media screen and (max-width: 767px) {
    #desktop-sidebar-wrapper {
      clear: both;
      width: 100%;
      margin-top: 25px;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }

#desktop-sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 0px; }
  #desktop-sidebar iframe {
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    #desktop-sidebar {
      width: 100%; } }
  #desktop-sidebar h2 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 8px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      #desktop-sidebar h2 {
        font-size: 22px; } }
  #desktop-sidebar a {
    transition: color 0.1s linear;
    word-wrap: break-word; }
  #desktop-sidebar h4 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px; }
  #desktop-sidebar p {
    font-size: 14px; }
  #desktop-sidebar li {
    list-style: none; }
  #desktop-sidebar .restaurant-logo {
    margin-top: 10px;
    margin-bottom: 32px;
    max-height: 140px;
    max-width: 95%; }
  #desktop-sidebar .widget {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
    font-size: 14px; }
    #desktop-sidebar .widget p {
      font-size: 14px;
      line-height: 18px;
      text-align: left; }
    #desktop-sidebar .widget a {
      font-size: 14px;
      line-height: 18px; }
    #desktop-sidebar .widget .fts-instagram-inline-block-centered {
      width: calc(100% - 20px) !important; }
  #desktop-sidebar .widget_rss {
    margin-bottom: 10px; }
    #desktop-sidebar .widget_rss h2 a {
      font-size: 1em;
      color: #222222; }
    #desktop-sidebar .widget_rss h2 img {
      display: none; }
    #desktop-sidebar .widget_rss ul {
      line-height: 18px; }
      #desktop-sidebar .widget_rss ul li {
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2; }
  #desktop-sidebar .textwidget {
    line-height: 20px; }
  #desktop-sidebar .smaller {
    font-size: 12px;
    display: block;
    margin-top: -2px; }
  #desktop-sidebar .widget_sp_image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #desktop-sidebar .widget_sp_image {
        text-align: center;
        margin-top: -16px; }
        #desktop-sidebar .widget_sp_image > img {
          width: 100%; } }
  #desktop-sidebar .slick-slider {
    width: 100% !important; }
    #desktop-sidebar .slick-slider .slick-track .slick-slide a {
      color: #fff !important; }
    #desktop-sidebar .slick-slider .slick-track .slick-slide .wps-caption {
      background-color: rgba(34, 34, 34, 0.55) !important;
      padding: 5px 8px; }
  @media screen and (max-width: 767px) {
    #desktop-sidebar .slick-slider .slick-track .slick-slide {
      max-height: 400px; }
      #desktop-sidebar .slick-slider .slick-track .slick-slide .wps-caption {
        padding: 10px; } }

#mobile-sidebar iframe {
  max-width: 100%; }
@media screen and (min-width: 768px) {
  #mobile-sidebar {
    display: none; } }

#advertising {
  max-width: 1000px;
  margin: 0 auto 1.618em;
  text-align: center;
  *zoom: 1; }
  #advertising:before, #advertising:after {
    clear: both;
    content: ' ';
    display: table; }
  #advertising span {
    text-transform: uppercase;
    font-size: 8px;
    margin-bottom: 18px;
    display: block;
    margin: 30px auto 14px;
    color: #999; }
  #advertising .ads {
    margin-bottom: 18px; }
    #advertising .ads > div {
      width: 300px;
      height: 250px;
      background-color: #aca9a9;
      display: inline-block;
      margin: 10px; }

#page-footer {
  background-color: #000;
  margin-bottom: 1.618em;
  text-align: center;
  *zoom: 1;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px; }
  #page-footer:before, #page-footer:after {
    clear: both;
    content: ' ';
    display: table; }
  @media screen and (max-width: 767px) {
    #page-footer {
      font-size: 11px; } }
  #page-footer .footer-logo {
    background-image: url("../img/footer-logo.png");
    width: 160px;
    height: 24px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px; }
  #page-footer .back-to-top-container {
    position: relative;
    display: block;
    bottom: 50px;
    right: 25px;
    float: right; }
  #page-footer hr {
    border-bottom: 1px solid #383838;
    margin-top: 12px;
    margin-bottom: 12px; }
  #page-footer a {
    transition: color 0.1s linear, text-decoration 0.1s linear;
    color: #fff; }
    #page-footer a:hover {
      text-decoration: none; }
  @media screen and (max-width: 428px) {
    #page-footer a {
      clear: both;
      display: block;
      width: 70%;
      text-align: center;
      margin: 0 auto; }
    #page-footer span {
      display: none; } }

.navbar-container {
  background: black;
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  margin: 0;
  transition: opacity .25s ease;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 768px) {
    .navbar-container {
      position: fixed;
      background: black;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

body.home .navbar-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 0; }
  body.home .navbar-container.sticky {
    background: black; }
  @media screen and (max-width: 768px) {
    body.home .navbar-container {
      position: fixed;
      background: black;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 35px;
  margin-left: 8px;
  margin-top: 7px;
  width: 255px;
  max-width: 78%;
  background-size: contain;
  background-image: url("../img/SRW-logo.svg"); }
  @media screen and (max-width: 768px) {
    .logo {
      background-image: url("../img/SRW-logo.svg"); } }

.navbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 50px;
  max-width: 1000px;
  position: relative;
  left: 0;
  margin-bottom: 0; }
  .navbar::after {
    clear: both;
    content: "";
    display: block; }
  .navbar:after {
    content: none; }

.project-logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  /*background-image: url('../../assets/ui/images/livewire-logo.png');*/
  background-repeat: no-repeat;
  float: left;
  height: 35px;
  margin-top: 12px;
  margin-left: 8px;
  width: 340px; }
  @media screen and (max-width: 768px) {
    .project-logo {
      background-size: 100%;
      width: 50%;
      margin-top: 10px; } }

.menu-container .menu-top-level-navigation-container {
  float: none; }
  .menu-container .menu-top-level-navigation-container .menu-item,
  .menu-container .menu-top-level-navigation-container .social-icon {
    transition: color 0.1s linear; }
    .menu-container .menu-top-level-navigation-container .menu-item:hover a,
    .menu-container .menu-top-level-navigation-container .social-icon:hover a {
      color: #fff; }
.menu-container.mobile {
  top: 0;
  position: fixed;
  right: 0;
  display: none; }
  @media screen and (max-width: 768px) {
    .menu-container.mobile {
      display: block; } }
  .menu-container.mobile .menu-toggle {
    position: absolute;
    right: 0;
    background: black;
    border-radius: 0;
    color: #fff;
    height: 50px;
    outline: 0;
    font-size: 28px;
    padding: 8px 14px 8px 12px;
    transition: color 0.1s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .menu-container.mobile .menu-top-level-navigation-container {
    position: absolute;
    top: 0;
    right: -219px;
    background: #212121;
    padding-bottom: 10px;
    width: 220px;
    padding-bottom: 99999px; }
    .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation {
      list-style-type: none;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation {
          padding-left: 5px;
          margin-top: 15px;
          margin-bottom: 10px; } }
      .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation li {
        padding: 13px 15px 13px 0;
        border-bottom: thin solid rgba(255, 255, 255, 0.1); }
        .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation li a {
          color: rgba(255, 255, 255, 0.5);
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          padding: 15.5px 10px 15.5px 0;
          transition: all 0.5s ease;
          font-size: 13px; }
    .menu-container.mobile .menu-top-level-navigation-container .social-icons {
      padding-bottom: 8px;
      padding-top: 15px;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .menu-container.mobile .menu-top-level-navigation-container .social-icons {
          padding-left: 5px; } }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:hover a {
        color: #222; }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:first-of-type {
        margin-left: 20px; }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:not(:last-child) {
        margin-right: 1.3em; }
.menu-container.desktop {
  display: block; }
  @media screen and (max-width: 768px) {
    .menu-container.desktop {
      display: none; } }
  .menu-container.desktop .restaurant-signup a {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize; }
    .menu-container.desktop .restaurant-signup a:hover {
      text-decoration: underline; }
  .menu-container.desktop .social-icons {
    display: inline-block;
    float: right;
    padding-right: 10px;
    margin-left: 16px;
    margin-top: 13px; }
  .menu-container.desktop .menu.tablet-desktop {
    float: right;
    border-right: 1px solid #444;
    height: 25px;
    margin-top: 12px; }
    .menu-container.desktop .menu.tablet-desktop .menu-item {
      margin: 0;
      margin-left: 24px;
      padding-top: 0;
      line-height: 25px; }
      .menu-container.desktop .menu.tablet-desktop .menu-item:last-of-type {
        margin-right: 15px; }
      @media screen and (min-width: 768px) and (max-width: 900px) {
        .menu-container.desktop .menu.tablet-desktop .menu-item:first-child {
          display: none !important; } }
  .menu-container.desktop .menu.tablet-desktop .menu-item {
    display: inline-block; }
    .menu-container.desktop .menu.tablet-desktop .menu-item a {
      color: white;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
      text-transform: capitalize; }
      .menu-container.desktop .menu.tablet-desktop .menu-item a:hover {
        text-decoration: underline; }
.menu-container .social-icon {
  background-color: #959595;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin: golden-ratio(1em, 1)/2 golden-ratio(1em, 1)/2 0;
  text-align: center;
  transition: background-color 0.5s ease;
  width: 24px; }
  .menu-container .social-icon a.fa-facebook {
    padding: 5px 0px; }
  .menu-container .social-icon a.fa-twitter {
    padding: 5px 6px; }
  .menu-container .social-icon a.fa-instagram {
    padding: 5px 6px; }
  .menu-container .social-icon a,
  .menu-container .social-icon a:hover {
    color: #222222;
    display: block; }
  .menu-container .social-icon:hover {
    background-color: white; }
  .menu-container .social-icon:not(:last-child) {
    margin-right: golden-ratio(1em, 1)/2; }
    @media screen and (min-width: 768px) {
      .menu-container .social-icon:not(:last-child) {
        margin-right: 10px; } }

body, html {
  width: 100%;
  margin: 0;
  padding: 0; }

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000; }

#loading .loading-img {
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 12%;
  -moz-border-radius: 12%;
  -ms-border-radius: 12%;
  border-radius: 12%;
  z-index: 100001; }

.np {
  padding: 0 !important; }

#page-wrapper {
  opacity: 0;
  width: 100%; }

#video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  display: block; }
  @media screen and (max-width: 768px) {
    #video-wrapper {
      display: none; } }
  #video-wrapper #playerContainer {
    padding-top: 56.25%; }
    #video-wrapper #playerContainer #STplayer,
    #video-wrapper #playerContainer #ALTplayer {
      position: absolute;
      top: 0;
      right: 0px;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: auto;
      padding: 0 !important; }
  #video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
    #video-wrapper .video-overlay #home-video-overlay-left {
      float: left;
      width: 50%;
      height: 100%;
      background-position: right center;
      background-size: 75%;
      background-repeat: no-repeat; }
    #video-wrapper .video-overlay #home-video-overlay-right {
      float: right;
      width: 50%;
      height: 100%;
      background-position: left center;
      background-size: 75%;
      background-repeat: no-repeat; }
    #video-wrapper .video-overlay #home-video-overlay-bottom {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-items: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 72px;
      background: black;
      padding-left: 54%; }
      #video-wrapper .video-overlay #home-video-overlay-bottom a {
        float: left;
        padding: 0 10px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .presenting {
        order: 1;
        cursor: default; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .presenting img {
          width: 115px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-1 {
        order: 2;
        margin-top: 5px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-1 img {
          width: 150px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-2 {
        order: 3;
        margin-top: 7px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-2 img {
          width: 110px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-3 {
        order: 4;
        margin-top: 6px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-3 img {
          width: 80px; }

#home-mobile-header {
  width: 100%;
  margin-top: 50px;
  display: none; }
  @media screen and (max-width: 768px) {
    #home-mobile-header {
      display: block; } }
  #home-mobile-header img {
    width: 100%; }

#header-wrapper {
  width: 100%;
  background-color: black;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #header-wrapper {
      margin-top: 50px; } }
  #header-wrapper img {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1000px) {
      #header-wrapper img {
        max-width: 100%; } }

#fallback-header {
  display: none;
  width: 100%;
  margin-top: 50px;
  background-color: black;
  text-align: center; }
  #fallback-header img {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      #fallback-header img {
        max-width: 100%; } }

#main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px; }
  #main::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    #main {
      padding-left: 15px;
      padding-right: 15px; } }
  #main h1 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 6px; }
    @media screen and (max-width: 767px) {
      #main h1 {
        font-size: 22px; } }
  #main h2 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 6px; }
    @media screen and (max-width: 767px) {
      #main h2 {
        font-size: 22px; } }
  #main h3 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    margin-top: 6px;
    margin-bottom: 14px;
    text-transform: uppercase; }
  #main h4 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 28px; }
  #main #main-content {
    float: left;
    width: 70%;
    position: relative;
    /*
    @include media($mobile) {
      @include span-columns(12);
        padding-bottom: 8px;
        .textwidget{
            font-size: 14px;
        }        
    }*/ }
    @media screen and (max-width: 767px) {
      #main #main-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
        border-right: 0;
        border-bottom: 1px solid #e2e2e2; } }
    #main #main-content.no-sidebar {
      width: 100%;
      padding: 0 0 25px !important;
      margin-right: 0 !important;
      border-right: 0; }
    @media screen and (max-width: 1024px) {
      #main #main-content.no-sidebar {
        width: 100% !important;
        padding: 0 0 25px !important; } }
    #main #main-content h5 {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 18px; }
    @media screen and (max-width: 767px) {
      #main #main-content p {
        font-size: 14px;
        line-height: 18px; } }
    #main #main-content .item-detail h3 {
      margin-bottom: 0;
      font-size: 34px;
      max-width: 68%;
      line-height: 34px; }
    #main #main-content .item-detail h4 {
      font-size: 26px; }
    #main #main-content .item-detail h5 {
      margin-top: 24px; }
    #main #main-content .item-detail .book-now {
      margin-top: 12px;
      display: block;
      height: 30px; }
    #main #main-content .item-detail .meal-types,
    #main #main-content .item-detail .restaurant-notice {
      margin-top: 12px;
      font-size: 12px;
      font-weight: bold;
      max-width: 75%; }
    #main #main-content .item-detail .cuisines {
      display: block;
      font-size: 20px;
      color: #515151;
      margin-top: -2px; }
      @media screen and (max-width: 767px) {
        #main #main-content .item-detail .cuisines {
          margin-top: -2px; } }
    #main #main-content .item-detail strong {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      font-size: 10px; }
    #main #main-content .item-detail .meal-pricing {
      margin-top: -4px;
      text-transform: uppercase; }
    #main #main-content .item-detail h5 {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 16px; }
    #main #main-content .item-detail p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px; }
    #main #main-content .page-blurb {
      padding-bottom: 28px;
      margin-bottom: 28px; }
    #main #main-content article {
      padding-bottom: 15px;
      clear: both; }
      #main #main-content article h3 {
        font-size: 1.1em; }
      #main #main-content article h2 {
        font-size: 1.5em;
        margin-bottom: 16px; }
      #main #main-content article p {
        line-height: 18px;
        margin-bottom: 20px; }
      #main #main-content article .attachment-post-thumbnail {
        float: left;
        margin-right: 20px;
        margin-top: 2px; }
      #main #main-content article:not(:first-of-type) {
        border-top: 1px solid #bcbdbc;
        padding-top: 25px; }
      #main #main-content article.category-promo h3 {
        display: none; }
      #main #main-content article.category-promo h2 {
        font-size: 1.8em;
        text-transform: uppercase;
        margin-bottom: 4px;
        font-family: "belo-dincondensed_bold";
        font-weight: normal; }
      #main #main-content article.category-promo p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px; }
    #main #main-content #content {
      clear: both;
      display: block;
      width: 100%;
      padding-right: 3%;
      margin: 0 auto;
      border-right: 1px solid #e2e2e2; }
      @media screen and (max-width: 767px) {
        #main #main-content #content {
          border-right: 0;
          padding-right: 0; } }
    #main #main-content .cta-wrapper {
      clear: both;
      display: block;
      width: 100%;
      margin: 0;
      padding-right: 3%;
      border-right: 1px solid #e2e2e2; }
      #main #main-content .cta-wrapper #cta {
        width: 100%;
        margin-left: 5px;
        padding: 30px 0 30px 5px;
        border-top: 2px solid #929292;
        border-bottom: 2px solid #929292;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer; }
        #main #main-content .cta-wrapper #cta strong {
          line-height: 11px; }
      @media screen and (max-width: 767px) {
        #main #main-content .cta-wrapper {
          border-right: 0;
          padding-right: 0; } }
    #main #main-content .quote-wrapper {
      clear: both;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0px;
      border-right: 1px solid #e2e2e2; }
      #main #main-content .quote-wrapper #quote {
        width: calc(100% - 10px);
        margin: 30px 0px 20px;
        padding: 15px 17px;
        background-image: url(../img/quote.png);
        background-repeat: no-repeat;
        background-size: auto;
        text-align: left;
        font-size: 16px;
        line-height: 25px; }
      @media screen and (max-width: 767px) {
        #main #main-content .quote-wrapper {
          border-right: 0;
          padding-right: 0; } }
    #main #main-content .footer-wrapper {
      clear: both;
      display: block;
      width: 100%;
      margin: 0;
      padding-right: 3%;
      border-right: 1px solid #e2e2e2; }
      #main #main-content .footer-wrapper #footer {
        border-top: 2px solid #929292;
        margin-bottom: 60px;
        padding-top: 30px; }
        #main #main-content .footer-wrapper #footer ul {
          clear: none;
          float: left;
          display: inline-block; }
          #main #main-content .footer-wrapper #footer ul li {
            float: left;
            display: inline-block;
            margin-left: 15px;
            width: 32px;
            height: 32px;
            background-color: #1894aa;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
            #main #main-content .footer-wrapper #footer ul li a i {
              color: #fff;
              font-size: 20px;
              font-family: 'FontAwesome'; }
            #main #main-content .footer-wrapper #footer ul li.facebook {
              padding: 7px 10px; }
            #main #main-content .footer-wrapper #footer ul li.twitter {
              padding: 6px 7px; }
            #main #main-content .footer-wrapper #footer ul li.instagram {
              padding: 6px 7px; }
            #main #main-content .footer-wrapper #footer ul li.linkedin {
              padding: 6px 8px; }
            #main #main-content .footer-wrapper #footer ul li.youtube {
              padding: 6px 6px; }
        @media screen and (max-width: 767px) {
          #main #main-content .footer-wrapper #footer {
            border-right: 0;
            padding-right: 0; } }

.brightcove {
   /*        
    .video-js {
        width: unset !important;
        height: unset !important;
        min-height:150px !important;
    }
          
    .video-player {
        clear: both;
        width:100%;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 3%;
        border-right: 1px solid #e2e2e2;  
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
            
        object {
        }
            
        .BrightcoveExperience {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        @include media($mobile) {
            padding-left: 0;
        }
    }
    */ }
  .brightcove .main-video {
    padding-right: 3%; }
    @media screen and (max-width: 767px) {
      .brightcove .main-video {
        padding-right: 0; } }
    .brightcove .main-video .thumbnail {
      opacity: 0;
      position: relative;
      width: 100%;
      border: 0 !important;
      margin-bottom: 2px !important;
      padding: 0 !important;
      cursor: pointer; }
      .brightcove .main-video .thumbnail img {
        max-width: 100%;
        padding: 0 !important;
        margin: 0; }
      .brightcove .main-video .thumbnail .play {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        transition: opacity .25s ease;
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        -o-transition: opacity .25s ease; }
        .brightcove .main-video .thumbnail .play:before {
          position: absolute;
          width: 100%;
          height: 100%;
          margin: 0 auto;
          padding: 0;
          content: "\f101";
          font-family: VideoJS;
          font-weight: 400;
          font-size: 60px;
          line-height: 80px;
          color: white;
          text-align: center; }
  .brightcove .main-video-info {
    margin-top: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 3%;
    border-right: 1px solid #e2e2e2; }
    @media screen and (max-width: 767px) {
      .brightcove .main-video-info {
        border-right: 0; } }
    .brightcove .main-video-info .title {
      width: 100%;
      font-size: 14px !important;
      font-weight: bold;
      margin-top: 0 !important;
      margin-bottom: 4px;
      padding: 0;
      text-transform: none !important; }
    .brightcove .main-video-info .description {
      width: 100%;
      color: #000;
      font-size: 14px !important;
      line-height: 18px !important;
      padding: 0; }
    .brightcove .main-video-info .credit {
      float: right;
      font-style: italic;
      color: #333 !important; }
    @media screen and (max-width: 767px) {
      .brightcove .main-video-info {
        padding-left: 0; } }
  .brightcove .video-thumbs {
    width: 100%;
    display: block;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 3%;
    border-right: 1px solid #e2e2e2; }
    @media screen and (max-width: 767px) {
      .brightcove .video-thumbs {
        border-right: 0; } }
    .brightcove .video-thumbs .thumb {
      position: relative;
      float: left;
      cursor: pointer;
      width: 50%;
      padding: 0;
      border: 0;
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .brightcove .video-thumbs .thumb {
          width: 50%;
          padding: 0; } }
      .brightcove .video-thumbs .thumb .thumbnail {
        opacity: 0;
        position: relative;
        width: 100%;
        border: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 2px !important; }
        .brightcove .video-thumbs .thumb .thumbnail img {
          width: 100%;
          border: 0 !important; }
        .brightcove .video-thumbs .thumb .thumbnail .play {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          top: calc(50% - 25px);
          left: calc(50% - 25px);
          width: 50px;
          height: 50px;
          background: rgba(0, 0, 0, 0.5);
          border-radius: 50%;
          transition: opacity .25s ease;
          -webkit-transition: opacity .25s ease;
          -moz-transition: opacity .25s ease;
          -o-transition: opacity .25s ease; }
          .brightcove .video-thumbs .thumb .thumbnail .play:before {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            padding: 0;
            content: "\f101";
            font-family: VideoJS;
            font-weight: 400;
            font-size: 30px;
            line-height: 50px;
            color: white;
            text-align: center; }
      .brightcove .video-thumbs .thumb .title {
        width: 100%;
        font-size: 14px !important;
        font-weight: bold;
        margin-bottom: 5px !important;
        padding: 0 5px;
        text-transform: none !important; }
      .brightcove .video-thumbs .thumb .description {
        width: 100%;
        color: #000;
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 0 5px; }
      .brightcove .video-thumbs .thumb:nth-child(odd) {
        clear: both; }
        .brightcove .video-thumbs .thumb:nth-child(odd) .thumbnail,
        .brightcove .video-thumbs .thumb:nth-child(odd) .title,
        .brightcove .video-thumbs .thumb:nth-child(odd) .description {
          padding-left: 0;
          padding-right: 10px; }
      .brightcove .video-thumbs .thumb:nth-child(even) .thumbnail,
      .brightcove .video-thumbs .thumb:nth-child(even) .title,
      .brightcove .video-thumbs .thumb:nth-child(even) .description {
        padding-left: 10px;
        padding-right: 0; }
    @media screen and (max-width: 767px) {
      .brightcove .video-thumbs {
        padding-left: 0px;
        padding-right: 0px; } }

/* Video Popup */
section#video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  z-index: 150;
  cursor: pointer; }
  section#video-popup .close {
    display: block;
    position: relative;
    left: 30px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    opacity: 1;
    cursor: pointer; }
    section#video-popup .close i {
      font-size: 30px; }
  section#video-popup .video-player {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 95%;
    width: 1170px;
    margin: 0 auto;
    cursor: default !important;
    z-index: 15; }
    section#video-popup .video-player .video-js {
      width: 100% !important;
      margin: 0 auto;
      padding-top: 56.25%; }
      section#video-popup .video-player .video-js video {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      section#video-popup .video-player .video-js .vjs-big-play-button {
        width: 3em !important;
        height: 3em !important;
        margin-bottom: 0; }
        section#video-popup .video-player .video-js .vjs-big-play-button:before {
          width: 90px !important;
          height: 90px !important;
          margin-top: -45px !important;
          margin-bottom: 0;
          margin-left: -45px !important;
          line-height: 1.5em !important; }
        section#video-popup .video-player .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
          font-size: 90px;
          line-height: 150px;
          color: rgba(255, 255, 255, 0.5); }
      section#video-popup .video-player .video-js .vjs-share-control {
        background-color: transparent !important; }
      section#video-popup .video-player .video-js .vjs-control-bar .vjs-icon-placeholder:before {
        font-size: 20px; }
      section#video-popup .video-player .video-js .vjs-social-overlay a {
        color: #fff !important; }
      section#video-popup .video-player .video-js:hover .vjs-big-play-button {
        background: rgba(0, 0, 0, 0.5); }
        section#video-popup .video-player .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before {
          color: white; }

@media screen and (max-width: 1024px) {
  section#video-popup .video-player .video-js .vjs-progress-control {
    top: 0;
    height: .5em; } }
@media screen and (max-width: 576px) {
  section#video-popup .close {
    bottom: 5px !important;
    left: 5px !important; }

  section#video-popup .video-player .video-js .vjs-big-play-button {
    width: 90px !important;
    height: 70px !important;
    margin-top: -35px !important;
    margin-left: -45px !important;
    line-height: 1.5em !important; }

  section#video-popup .video-player .video-js .vjs-control-bar {
    height: 30px; }

  section#video-popup .video-player .video-js .vjs-progress-control {
    height: .25em; }

  section#video-popup .video-player .video-js .vjs-time-control {
    padding-left: 0;
    padding-right: 0; }

  section#video-popup .video-player .video-js .vjs-time-control.vjs-current-time {
    margin-left: 0; } }
#sponsors {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #e6e6e6;
  margin-bottom: 0;
  text-align: center;
  *zoom: 1; }
  #sponsors .thanks {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 24px auto; }
  #sponsors .sponsors {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px; }
    #sponsors .sponsors li {
      display: inline-block;
      width: 205px;
      padding: 0 15px;
      margin: 15px auto 15px;
      white-space: nowrap;
      text-align: center;
      vertical-align: middle; }
      #sponsors .sponsors li > a img {
        position: relative;
        vertical-align: middle;
        max-width: 100%;
        filter: gray;
        filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="grayscale"><feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/></filter></svg>#grayscale');
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
        -o-filter: grayscale(1); }
      @media screen and (max-width: 767px) {
        #sponsors .sponsors li {
          padding: 10px 15px;
          margin: 15px auto 15px; } }
    #sponsors .sponsors.one li {
      width: calc(33.333% - 30px); }
    #sponsors .sponsors.two li {
      width: calc(33.33% - 30px); }
      @media screen and (max-width: 767px) {
        #sponsors .sponsors.two li {
          width: calc(50% - 30px); } }
    #sponsors .sponsors.three {
      padding: 0 15%; }
      #sponsors .sponsors.three li {
        width: calc(50% - 30px); }
        @media screen and (max-width: 767px) {
          #sponsors .sponsors.three li {
            width: calc(50% - 30px); } }
      @media screen and (max-width: 767px) {
        #sponsors .sponsors.three {
          padding: 0; } }
    #sponsors .sponsors.four li {
      width: calc(50% - 30px); }
  @media screen and (max-width: 767px) {
    #sponsors {
      padding-top: 12px; }
      #sponsors > a {
        display: inline-block;
        margin: 0 auto;
        max-width: 20%; }
        #sponsors > a img {
          width: 80%; }
        #sponsors > a:nth-of-type(1), #sponsors > a:nth-of-type(2), #sponsors > a:nth-of-type(3) {
          max-width: 30%; } }

.stc-widget-slider-section {
  overflow: hidden; }

.stc-widget-slider-section .widget-slider {
  position: relative;
  display: none; }

.widget-slider .ws-caption {
  background-color: rgba(34, 34, 34, 0.77);
  font-size: 14px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.widget-slider .ws-caption a,
.widget-slider .ws-caption a:hover {
  color: #fff; }

.stc-widget-slider-section .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 22;
  color: #fff;
  width: 24px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.stc-widget-slider-section .slick-arrow.slick-prev {
  left: -35px; }

.stc-widget-slider-section .slick-arrow.slick-next {
  right: -35px; }

.stc-widget-slider-section:hover .slick-arrow.slick-prev {
  left: 0; }

.stc-widget-slider-section:hover .slick-arrow.slick-next {
  right: 0; }

/* Twitter */
.Twitter_Widget iframe {
  max-width: 100%; }

@media all and (max-width: 576px) {
  .Twitter_Widget iframe {
    min-width: 100% !important;
    width: 1px !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block !important;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Instagram */
#instagram .timeline-Header-title {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  color: #292F33;
  display: inline-block !important;
  max-width: 100%; }
#instagram .timeline-Header-byline {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #657786; }
#instagram .customisable-highlight {
  color: #2b7bb9;
  text-decoration: none; }
#instagram #instafeed .igram {
  display: block;
  padding: 10px; }
  #instagram #instafeed .igram a {
    position: relative;
    display: block;
    width: 260px;
    max-width: 100%;
    height: 260px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) and (max-width: 992px) {
      #instagram #instafeed .igram a {
        width: 187px;
        height: 187px; } }
    #instagram #instafeed .igram a .overlay {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1; }
      #instagram #instafeed .igram a .overlay:after {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "\f16d";
        font-family: 'FontAwesome';
        font-size: 65px;
        line-height: 65px;
        text-align: center;
        padding: 99px; }
    #instagram #instafeed .igram a .info {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: opacity .2s linear;
      z-index: 2; }
      #instagram #instafeed .igram a .info .head {
        position: absolute;
        color: #fff;
        top: 5px;
        left: 10px; }
      #instagram #instafeed .igram a .info .foot {
        position: absolute;
        color: #fff;
        bottom: 5px;
        right: 10px; }
        #instagram #instafeed .igram a .info .foot i {
          color: #fff;
          margin-left: 5px; }
    #instagram #instafeed .igram a:hover .overlay {
      opacity: 1 !important; }
    #instagram #instafeed .igram a:hover .info {
      opacity: 1 !important; }

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