@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light-webfont.woff2) format("woff2"), url(fonts/OpenSans-Light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(fonts/OpenSans-Regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Semibold-webfont.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "montserrat-light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserrat-light-webfont.woff2) format("woff2"), url(fonts/montserrat-light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold-webfont.woff2) format("woff2"), url(fonts/OpenSans-ExtraBold-webfont.woff) format("woff");
}
@font-face {
  font-family: "montserratsemibold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/montserratsemibold.woff2) format("woff2"), url(fonts/montserratsemibold.woff) format("woff");
}
@font-face {
  font-family: "bebasneuebold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bebasneuebold.woff2) format("woff2"), url(fonts/bebasneuebold.woff) format("woff");
}
@font-face {
  font-family: "BitterBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterBold.woff2) format("woff2"), url(fonts/BitterBold.woff) format("woff");
}
@font-face {
  font-family: "bebasneueregular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bebasneueregular.woff2) format("woff2"), url(fonts/bebasneueregular.woff) format("woff");
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  display: flex;
  top: 43%;
}

.owl-next {
  right: 0;
  position: absolute;
  outline: none;
}
.owl-next.disabled {
  display: none !important;
}

.owl-nav [class*=owl-] {
  color: #FfF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 9px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  background: url(images/arrow-right-mobile.png) no-repeat left center;
  width: 20px;
  height: 20px;
}

.owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none;
}

.owl-nav .disabled {
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-prev {
  transform: rotate(183deg);
  outline: none;
}
.owl-prev.disabled {
  display: none;
}

.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px;
}

.saffireMobileSize .generalmessage {
  padding: 0 10px;
}

.loginstatus {
  float: none;
}

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center;
}
#weatherBugWidget img {
  flex-shrink: 0;
  margin: 0 5px;
}
#weatherBugWidget #weatherBugText,
#weatherBugWidget #weatherBugDescription {
  display: none;
}
#weatherBugWidget.weatherBugSet #weatherBugDescription {
  display: inline;
  color: inherit;
}

.ticket {
  padding: 0;
  height: auto;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0;
}

.emailSignup {
  box-sizing: border-box;
}
.emailSignup > div {
  float: none;
}
.emailSignup .emailInputField input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.emailSignup .emailSubmitButton {
  box-sizing: border-box;
}

.header .emailSignup {
  position: relative;
  z-index: 1;
}

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .emailSignup:hover {
  cursor: pointer;
}

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0;
}

.header .searchBox {
  position: relative;
  z-index: 1;
}

.searchBox:not(.clonedSearchBox) > div {
  float: none;
}
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none;
}
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: block;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
  cursor: pointer;
}

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222;
}
.saffireMobileSize .searchBox.clonedSearchBox:before {
  display: none;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0 !important;
  font-family: "open_sansregular", Verdana, Arial !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
  border-color: #ddd;
  border-radius: 0 !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
  position: static;
}

.viewcart > span {
  position: relative;
  display: inline-block;
}

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
}
.saffireMobileSize .viewcart:before {
  display: none;
}
.saffireMobileSize .viewcart:hover .cartMenu {
  display: none !important;
}
.saffireMobileSize .viewcart .cartMenuLink {
  box-sizing: border-box;
}

.cartMenuRemoveButton {
  text-decoration: none;
}

.saffireLargeSize .nav .groups .group {
  float: none;
}
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .items {
  float: none;
}
.saffireLargeSize .nav .items .item a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .subitems {
  float: none;
}

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit;
}
.saffireMobileSize .nav:before {
  position: static;
  line-height: 1;
}
.saffireMobileSize .nav .mobileNavLink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.saffireMobileSize .nav .groups {
  display: none;
}

.standAloneDirections {
  color: inherit;
}

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
}

.pressPageTabs .tab {
  font-size: 14px;
}

.left.pressDate {
  width: 120px;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000;
}

.arrowdown_on {
  border-color: transparent transparent #444;
}

.arrowup {
  border-color: #000 transparent transparent;
}

.arrowup_on {
  border-color: #444 transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #cbdfe2;
}

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2;
}

.tiny,
.note {
  font-size: 12px;
}

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px;
}

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em;
}

.featureLineup-buynow .button {
  font-size: 12px;
}

.featureLineup-social div {
  display: inline-flex;
  align-items: center;
}
.featureLineup-social div a {
  width: 26px;
  height: 26px;
  font-size: 22px;
}

body {
  color: #2c2824;
  font: 17px/1.5 "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "open_sansbold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #8b0000;
  line-height: 1.2;
  margin: 0 0 0.67em;
}

h1 {
  color: #2c2824;
}
h1 {
  font-size: 20px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(20px + 16 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #2c2824;
}
h2 {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(16px + 14 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 13px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(13px + 7 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 13px;
}
@media screen and (min-width: 450px) {
  h4 {
    font-size: calc(13px + 10 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 10px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(10px + 9 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 10px;
}
@media screen and (min-width: 450px) {
  h6 {
    font-size: calc(10px + 6 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .site h2 a {
    font-size: 18px;
  }
}
.subContainer {
  font-size: 14px;
}
.subContainer h1 {
  font-size: 28px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

a {
  color: #8b0000;
  text-decoration: underline;
}

.footer a,
.header a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input.textbox {
  padding: 12.2px 10px;
}

.printEvent {
  line-height: 1;
  z-index: 1;
}

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 66vh !important;
  overflow-y: hidden !important;
}

.modalClose > a.modalCloseButton {
  margin-right: 5px;
  border-radius: 50%;
  top: -47px;
  position: relative;
  right: -15px;
  font-size: 16px;
  line-height: 24px;
  min-width: 31px !important;
}

.modalContent.emailSignupThankYouMessage,
.modalContent.emailSignupThankYouMessage h1 {
  line-height: 1.4;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  padding: 12px 10px !important;
}

.saffireMobileSize.modalBody .emailInputSubmit {
  margin-top: 0;
}

.saffireMobileSize .ui-dialog {
  max-width: 91%;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
  height: 113px;
}

.media-container-popup .text-container h2 {
  color: #fff !important;
}

#dynamicModal {
  height: 290px !important;
}

.modalClose {
  height: 0;
}

.featureLineup-more {
  top: 242px;
}

.ui-dialog {
  width: 500px !important;
}

.saffireMobileSize div#pnl_googleTranslate {
  margin-top: 30px;
}

.mobile-menu-container .search-container input[type=text] {
  margin: 0 !important;
}

.itemDetailContainer, .calloutArrow, .calloutArrowGallery {
  z-index: 1 !important;
}

/***************** CONTAINERS **************************/
body {
  background-size: cover;
}

body:not(.homepage) {
  background: url(images/inner-bg.jpg) #fff no-repeat center fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1302px - 15px - 15px);
  margin: 200px auto 80px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin: 240px auto 80px;
}
body:not(.homepage).saffireMobileSize.siteInfoBannerOn .content {
  margin: 236px auto 80px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin: 182px auto 80px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin: 222px auto 80px;
}
body:not(.homepage).saffireMobileSize.generalMessageOn.siteInfoBannerOn .content {
  margin: 277px auto 80px;
}

.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  padding: 0;
  background: none;
}

.homepage.saffireLargeSize .content {
  margin: 122px auto 0;
}
.homepage.saffireLargeSize.generalMessageOn .content {
  margin: 161px auto 0;
}
.homepage.saffireMobileSize .content {
  margin: 116px auto 0;
}
.homepage.saffireMobileSize.generalMessageOn .content {
  margin: 156px auto 0;
}

.subContainer {
  background: #e5e5e5;
  color: #111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #111;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #8b0000;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.orderhistory {
  background: #8b0000;
}

.orderhistory th {
  color: #fff;
  padding: 8px 3px;
}

.alternateRow {
  background: #e5e5e5;
}

.listingItem {
  background: #e5e5e5;
  border-bottom: 1px solid #cccccc;
}
.listingItem:hover {
  background: #ededed;
}

.top-header {
  display: flex;
  background: url(images/top-bar.png) center repeat-x;
  box-sizing: border-box;
  padding: 0 10px;
}
.saffireMobileSize .top-header {
  padding: 0 0 0 8px;
  background-repeat: repeat;
}
.top-header .container {
  display: flex;
  width: 100%;
  max-width: 1303px;
  margin: 0 auto;
  position: relative;
}
.saffireMobileSize .top-header .container {
  height: 71px;
  align-items: center;
}
.top-header .header-right {
  display: flex;
  margin-left: auto;
  padding: 4px 0 6px;
}

li.footerFacebook a:after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url(images/fb-icon.png) center no-repeat;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}

.bottom-header {
  box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.bottom-header .container {
  display: flex;
  width: 100%;
  max-width: 1305px;
  margin: 18px auto 0;
  height: 63px;
  justify-content: flex-end;
}
.saffireMobileSize .bottom-header .container {
  margin: 0;
  height: 70px;
  align-items: center;
}

.top-footer {
  background: url(images/footer-bg.jpg) repeat-x center;
  background-size: cover;
  box-sizing: border-box;
  padding: 38px 15px 65px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .top-footer {
    padding: 35px 15px 53px;
  }
}
.top-footer .footer-section {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top-footer .footer-section {
    text-align: center;
  }
}
.top-footer:before {
  content: "";
  background: url(images/beef-icon.png) no-repeat;
  width: 392px;
  max-width: 100%;
  height: 184px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
}
.top-footer .container {
  max-width: 1258px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-footer .container {
    flex-direction: column;
    align-items: center;
  }
}
.top-footer .section-title {
  font-size: 19px;
  line-height: 1;
  font-family: "BitterBold";
  color: #fff;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 12px;
}
@media screen and (max-width: 900px) {
  .top-footer .section-title {
    margin: 0 0 9px;
  }
}
.top-footer .section-title:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #ecc650;
  display: block;
  margin: 13px 0 0;
}
@media screen and (max-width: 900px) {
  .top-footer .section-title:after {
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-footer .footer-logo {
  background: url(images/footer-logo.png) top/contain no-repeat;
  width: 169px;
  height: 122px;
  display: inline-block;
}
@media screen and (min-width: 901px) and (max-width: 950px) {
  .top-footer .footer-logo {
    width: 129px;
    height: 96px;
  }
}
@media screen and (max-width: 900px) {
  .top-footer .footer-logo {
    margin: 0 0 16px;
  }
}
.top-footer .contact-number {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top-footer .contact-number {
    margin: 0 0 16px;
  }
  .top-footer .contact-number li {
    line-height: 1.3;
  }
}
.top-footer .address {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: -3px 0 0;
}
@media screen and (max-width: 900px) {
  .top-footer .address {
    line-height: 1.4;
  }
}

.bottom-footer {
  background: #342617;
  padding: 18px 15px;
}
@media screen and (max-width: 1470px) {
  .bottom-footer {
    padding: 18px 15px 39px;
  }
}
.saffireMobileSize .bottom-footer {
  padding: 12px 15px 59px;
}
.bottom-footer .container {
  max-width: 1258px;
  margin: 0 auto;
}

h2.title-bar {
  background: url(images/title-bg.png) center center/cover repeat-x;
  font-family: "BitterBold";
  color: #fff;
  text-align: center;
  text-transform: none !important;
  padding: 41px 0 38px;
  font-size: 32px;
  margin: 0;
  position: relative;
}
h2.title-bar:before {
  content: "";
  background: url(images/beef-icon.png);
  background-size: contain;
  width: 392px;
  height: 184px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}
.saffireMobileSize h2.title-bar {
  font-size: 24px;
  padding: 52px 0 40px;
}
.saffireMobileSize h2.title-bar:before {
  width: 353px;
  top: 18px;
}

li.footerFacebook a:after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url(images/fb-icon.png) center no-repeat;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}

.Slider-wrapper {
  position: relative;
}

.multi-container {
  max-width: 1301px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .saffireLargeSize .multi-container {
    order: 2;
  }
}
.saffireMobileSize .multi-container {
  background: #c8c09b;
  padding: 12px;
}

.hotbuttons-wrapper {
  background: url(images/bottom-bg.jpg) center/cover repeat-x;
  background-attachment: fixed;
  padding: 93px 0 89px;
}
@media screen and (max-width: 644px) {
  .hotbuttons-wrapper {
    padding: 37px 0 28px;
  }
}

li.footerFacebook a:nth-child(2), li.footerTwitter a:nth-child(2) {
  display: none;
}

li.footerFollowText {
  display: none;
}

.footer-section.follow .socialNetworkIconFacebook {
  order: 1;
}

.footer-section.follow .socialNetworkIconPinterest {
  order: 3;
}

.footer-section.follow .socialNetworkIconInstagram {
  margin: 0 11px 0;
  display: inline-flex;
  order: 2;
}

.followusappend {
  display: inline-flex;
  justify-content: center;
  margin-top: 4px;
}
.saffireMobileSize .followusappend {
  margin-bottom: 13px;
}
.followusappend img {
  display: none;
}
.followusappend a:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
}
.followusappend .socialNetworkIconPinterest:after {
  background: url(images/pinterest-icon.png);
}
.followusappend .socialNetworkIconPinterest:hover:after {
  background: url(images/pinterest-hover.png);
}
.followusappend .socialNetworkIconInstagram:after {
  background: url(images/insta-icon.png);
}
.followusappend .socialNetworkIconInstagram:hover:after {
  background: url(images/insta-hover.png);
}
.followusappend .socialNetworkIconFacebook:after {
  background: url(images/fb-icon.png);
}
.followusappend .socialNetworkIconFacebook:hover:after {
  background: url(images/fb-hover.png);
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ecc650;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  transition: all 0.5s ease !important;
}
.saffireWindowScrolled .generalmessage {
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 11px;
  }
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 111111;
  top: 0;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.saffireMobileSize .header {
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 111111;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 227px;
  height: 185px;
  background: url(images/logo.png) top/contain no-repeat;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  transition: all 0.5s ease !important;
}
.saffireLargeSize.saffireWindowScrolled .header-logo {
  width: 147px;
  height: 120px;
}
@media screen and (max-width: 1310px) {
  .header-logo {
    left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .saffireLargeSize .header-logo {
    width: 161px !important;
    height: 131px !important;
  }
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize .header-logo {
    width: 88px !important;
    height: 70px !important;
  }
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) top/contain no-repeat;
  width: 209px;
  height: 170px;
  left: 0;
}

.ticket {
  background: #2f2c29;
  color: white;
  font-family: "bebasneueregular";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  max-width: 146px;
  height: 44px;
  font-size: 21px !important;
  padding: 0 21px;
  margin-right: 3px;
}
@media screen and (max-width: 1317px) {
  .ticket {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .ticket {
    max-width: 121px;
    height: 35px;
    font-size: 17px !important;
    padding: 0 5px;
  }
}
.ticket:before {
  content: "";
  width: 30px;
  height: 18px;
  background: url(images/hat-icon.png) center center/contain no-repeat;
  display: block;
  margin-right: 9px;
  position: relative;
}
.saffireMobileSize .ticket:before {
  width: 27px;
  height: 15px;
}
.ticket:hover {
  background: #2f2c29;
  color: white;
  font-family: bebasneueregular;
}

.saffireMobileSize a.ticket {
  background: #2f2c29;
  color: white;
  width: 100%;
  max-width: 132px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 19px !important;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 370px) {
  .saffireMobileSize a.ticket {
    max-width: 124px;
  }
}
.saffireMobileSize a.ticket:hover {
  background: #2f2c29;
  color: white;
  width: 132px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  z-index: 2;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  position: absolute;
  right: 100%;
  outline: none;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  display: flex;
  margin: 0 8px 0 9px;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50px !important;
  font-size: 14px;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  width: 30px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(images/search-icon.png) center top/contain repeat;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: #ecc650;
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  display: none;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

a.shopping-bag {
  width: 14px;
  height: 20px;
  background: url(images/shopping-icon.png) rgba(255, 255, 255, 0.3) center no-repeat;
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50px !important;
}
.saffireMobileSize a.shopping-bag {
  display: none;
}
a.shopping-bag:hover {
  background: url(images/shopping-icon.png) #ecc650 center no-repeat;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: flex;
  width: 44px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  align-items: center;
}
.saffireLargeSize .viewcart .cartMenuLink:hover:before {
  background: url(images/carticon.png) #ecc650 center no-repeat;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "";
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  border-radius: 50px !important;
  align-items: center;
  background: url(images/carticon.png) rgba(255, 255, 255, 0.3) center no-repeat;
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.header .emailSignup .emailSubmitButton {
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50px !important;
  font-size: 0;
  margin: 0 10px;
}
.header .emailSignup .emailSubmitButton:hover {
  background: #ecc650;
}
.header .emailSignup .emailSubmitButton:before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url(images/email-icon.png) rgba(255, 255, 255, 0.3) center no-repeat;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 800px) {
  .header .emailSignup {
    display: none;
  }
}
.saffireMobileSize .viewcart {
  display: inline-flex;
  align-items: center;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: flex;
  width: 44px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  align-items: center;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  border-radius: 50px !important;
  align-items: center;
  background: url(images/carticon.png) rgba(255, 255, 255, 0.3) center no-repeat;
  margin: 0 4px 0 0;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/toggle-icon.png);
  width: 23px;
  height: 22px;
  display: block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}

.saffireLargeSize .nav {
  margin-right: 15px;
  margin-top: 3px;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.saffireLargeSize .nav .groups .group:first-child:before {
  display: none;
}
.saffireLargeSize .nav .groups .group:first-child .items {
  margin: 0;
}
.saffireLargeSize .nav .groups .group:before {
  content: "";
  background: #ecc650;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  width: 4px;
  height: 5px;
  margin: 0 8.7px;
  position: relative;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: flex;
  padding: 9px 12.5px 5px 12.3px;
  background: none;
  font-family: "Montserrat-Regular", Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #2c2824;
  align-items: center;
  letter-spacing: 0.39px;
}
@media screen and (max-width: 1300px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 9px 4.5px 5px 3.3px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 9px 4.5px 5px 3.3px;
    font-size: 13px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: #8b0000;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #8b0000;
  margin: 0 0 0 22px;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: rgba(47, 44, 41, 0.3);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #8b0000;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #fff center;
  color: #fff;
  text-align: left;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "OpenSans-Regular-webfont";
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.footer ul.footerItems1 .separator {
  display: none !important;
}
.footer ul.footerItems1 li {
  line-height: 1.5;
  margin: 0 0 1px;
}
@media screen and (max-width: 900px) {
  .footer ul.footerItems1 li {
    line-height: 1.2;
    margin: 0 0 2px;
  }
}
.footer ul.footerItems2 {
  margin: 0 auto;
  font-family: "OpenSans-Regular-webfont";
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer ul.footerItems2 .saffire_logo {
  top: 8px !important;
}
.footer ul.footerItems2 li:last-child {
  margin: -15px 0 0;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  margin: 0 0 16px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.saffireMobileSize .footer ul.footerItems2 li {
  line-height: 1.3;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -6px 0 0;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #8b0000;
}
.mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #dcd8c7;
}
.mobile-menu-container .mobile-menu-subheader a,
.mobile-menu-container .mobile-menu-subheader i,
.mobile-menu-container .mobile-menu-subheader-btn a,
.mobile-menu-container .mobile-menu-subheader-btn i {
  color: #333;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #c8c2a8;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  outline: none;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #ecc650;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  color: #333;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  color: #333;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #fff;
}
#mobile-nav a {
  background-color: #ecc650;
  font-family: "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  color: #333;
}
#mobile-nav a:hover {
  background-color: #e7b722;
}
#mobile-nav .has-subitems span {
  background-color: #f0d173;
  color: #333;
}
#mobile-nav .has-subitems span:hover {
  background-color: #c8c2a8;
}

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444;
}

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #8b0000;
  line-height: 22px;
}
.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #2c2824;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

.modalPageBackground {
  background-color: black;
  opacity: 0.5;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em;
}

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton {
  min-width: 40px;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"] {
  margin-top: -25px;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 22px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "bebasneueregular";
  color: #fff !important;
  background: #2f2c29;
}

.buttonSmall,
a.buttonSmall.button {
  padding: 4px 12px;
  font-size: 14px;
}

.button:hover,
.buttonSmall:hover {
  background: #413d39;
}

a.cartMenuRemoveButton.button.buttonSmall,
a.removeButton.buttonSmall,
a.updateButton.buttonSmall {
  font-size: 0.875em;
}

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/
////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/
////////////////////////////////////////////////////////////////////*/
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/
}
.homepage .homepageSwiperSlider {
  position: relative;
}
@media screen and (max-width: 950px) {
  .homepage .homepageSwiperSlider {
    order: 1;
  }
}
.homepage .slideshowSwiperDescription {
  display: none;
  /* Slideshow Description - Hover Styles*/
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: block;
  color: #2c2824;
  line-height: 1.3em;
  pointer-events: none;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "OpenSans-Semibold-webfont";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 1200px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: url(images/slide-bgg.jpg) repeat;
}
.homepage .sliderTitle {
  position: relative;
  line-height: normal;
  font-family: "BitterBold";
  font-size: 32px;
  font-weight: 400;
  color: #2c2824;
  line-height: 1;
  height: 36px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 30px;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  height: 615px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 615px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 615px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .homepage .swiper-container,
.homepage .swiper-slide {
    height: 51.25vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 2px 16.5px;
  letter-spacing: 0.3px;
  border-radius: 5px;
  font-family: "bebasneueregular";
  font-size: 22px;
  color: #fff !important;
  background: #2c2824;
  background: linear-gradient(180deg, #2c2824);
  white-space: nowrap;
  margin: 0 6px 0 1px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 22px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #4e4740;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 48.3%;
  top: auto;
  bottom: -70px;
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  display: block;
  background: url(images/arrow-left.png) no-repeat left center;
  width: 20px;
  height: 20px;
  left: 0;
  right: calc(1302px + (19px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1321px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@media screen and (max-width: 1200) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonPrev:hover {
  background: url(images/left-arrow-hoverr.png) no-repeat left center;
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 48.3%;
  top: auto;
  bottom: -70px;
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/arrow-right.png) no-repeat right center;
  right: 0;
  left: calc(1302px + (19px * -1));
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 1321px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1200) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .slideshowSwiperButtonNext:hover {
  background: url(images/right-hover.png) no-repeat left center;
}
.homepage .sliderControlsContainer {
  position: absolute;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 128px;
  top: auto;
  height: auto;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 3;
}
.homepage .slideshowSwiperPagination {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 3px;
}
.homepage .sliderPlayPauseButtons {
  display: none;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block !important;
  width: 10px;
  height: 9px;
  margin: 0 7px;
  opacity: 1;
  border-radius: 0 !important;
  background: #fff;
  outline: none;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ecc650;
  background: transparent;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #ecc650;
  position: relative;
  top: -5px;
  border-radius: 0 !important;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  left: -9px;
  top: 8px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #ecc650;
}
.homepage .swiper-pagination-bullet:hover {
  background: #ecc650;
  background: transparent;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #ecc650;
  position: relative;
  top: -5px;
  border-radius: 0 !important;
}
.homepage .swiper-pagination-bullet:hover:after {
  content: "";
  position: absolute;
  left: -9px;
  top: 8px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #ecc650;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 9px;
  font-size: 0;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage .swiper-slide-active .slideshowSwiperDescription,
.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription {
  opacity: 1;
}

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle .homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block;
}

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block;
}

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 30px 0 34px;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 1200px;
  position: relative;
  justify-content: space-between;
  /* Slider Button Container*/
}
.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  display: flex;
  width: auto;
  min-width: initial;
  max-width: none;
  text-align: right;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 2px 16.5px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 1200px;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  padding: 0 35px;
  height: auto;
  min-height: 121px;
  width: 100%;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  max-width: 500px;
}
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 16px;
  line-height: 1.5;
  max-height: 48px;
  opacity: 1;
  text-align: center;
  text-overflow: inherit;
  white-space: normal;
}
.homepage.saffireMobileSize .sliderTitle {
  height: 28px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 5% 36px;
  flex-direction: column;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  top: auto;
  bottom: 102%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 8px auto 3px;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 1px 16px;
  margin: 0 4px;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 111px;
  padding-top: 12px;
  background: url(images/slide-bg-mobile.jpg) center repeat;
  z-index: 2;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer:after {
  content: "";
  background: url(images/des-bottom-border-mobile.jpg) repeat-x;
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage.saffireMobileSize .sliderControlsContainer {
  top: auto;
  bottom: 8px;
  padding: 5px 0;
}

.saffireMobileSize.siteInfoBannerOn .sliderControlsContainer {
  bottom: 0;
}
.saffireMobileSize.siteInfoBannerOn #newSliderDescriptionContainer:after {
  display: none;
}

.homepage.saffireLargeSize .swiper-container {
  height: 100% !important;
}
.saffireMobileSize .slideshowSwiperButtonPrev {
  background: url(images/arrow-left-mobile.png) no-repeat left center;
  top: 22%;
  bottom: auto;
}
.saffireMobileSize .slideshowSwiperButtonNext {
  background: url(images/arrow-right-mobile.png) no-repeat left center;
  top: 22%;
  bottom: auto;
}
.saffireMobileSize .swiper-pagination-bullet {
  background: #2c2824;
}
.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active,
.saffireMobileSize .swiper-pagination-bullet:hover {
  border-bottom-color: #8b0000;
}
.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.saffireMobileSize .swiper-pagination-bullet:hover:after {
  border-top-color: #8b0000;
}

.homepage.saffireMobileSize .swiper-container,
.homepage.saffireMobileSize .swiper-slide {
  height: 59.1vw !important;
}

.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .currentSlideDescription {
  padding: 10px 5% 55px !important;
}
.homepage.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .sliderControlsContainer {
  bottom: 19px;
}

.homepage.saffireLargeSize .homepageSwiperSlider {
  height: calc(100vh - 243px) !important;
}
.homepage.saffireLargeSize .swiper-container {
  height: 100% !important;
}
.homepage.saffireLargeSize .swiper-slide {
  height: 100% !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  height: 399px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  flex: 0 25%;
}
@media screen and (max-width: 584px) {
  #cardWidget .card-widget-item {
    flex: 0 100%;
  }
}
#cardWidget .card-widget-item:hover {
  background: #8b0000;
}
#cardWidget .card-widget-item:hover .card-widget-title {
  background: transparent;
  padding: 5px 9px;
}
#cardWidget .card-widget-item:hover .image-container {
  opacity: 0.3;
  transform: scale(1.1);
}
#cardWidget .card-widget-item:hover .buttonwrap {
  height: auto;
  opacity: 1;
}
#cardWidget .card-widget-item .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.3s ease;
}
#cardWidget .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 94%;
  height: 94.5%;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid white;
  top: 13px;
  left: 13px;
  margin: 0 auto !important;
}
#cardWidget .card-widget-item .card-widget-title {
  position: static;
  display: block;
  width: 77%;
  font: 24px "BitterBold";
  color: white;
  background: rgba(139, 0, 0, 0.8);
  padding: 20px 9px;
}
.saffireMobileSize #cardWidget .card-widget-item .card-widget-title {
  width: 71%;
  font: 22px "BitterBold";
  color: white;
  background: rgba(139, 0, 0, 0.8);
  padding: 17px 9px 19px;
}
@media screen and (min-width: 585px) and (max-width: 800px) {
  .saffireMobileSize #cardWidget .card-widget-item .card-widget-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  .saffireMobileSize #cardWidget .card-widget-item .card-widget-title {
    font-size: 17px;
  }
}
#cardWidget .card-widget-item .card-widget-title:before {
  margin: 0 auto 8px;
}
#cardWidget .card-widget-item .card-widget-description {
  font: 17px "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  color: #2c2824;
  padding: 10px;
}
#cardWidget .card-widget-item .buttonwrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#cardWidget .card-widget-item .buttonwrap a {
  margin: 6px 0 0;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 5px;
}

@media screen and (max-width: 699px) {
  #cardWidget .card-widget-item {
    margin: 0 0 11px;
  }
}
@media screen and (min-width: 585px) and (max-width: 1280px) {
  .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }

  .owl-item.active {
    flex: 0 50%;
    display: flex;
  }

  #cardWidget .card-widget-item {
    flex: 1 !important;
  }
}
@media screen and (max-width: 584px) {
  #cardWidget .card-widget-item {
    height: 373px !important;
    margin: 0 !important;
  }
}
#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: auto;
  width: auto;
  max-width: 100%;
  margin-left: 246px;
  padding: 0;
  background: transparent;
  font-family: "OpenSans-Semibold-webfont";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize #siteInfoBannerWidget {
    margin-left: 172px;
  }
}
.saffireMobileSize #siteInfoBannerWidget {
  order: 2;
}
#siteInfoBannerWidget #eventDates {
  font-family: "bebasneueregular";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2px;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize #siteInfoBannerWidget #eventDates {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize #siteInfoBannerWidget #eventDates {
    font-size: 15px;
  }
}
#siteInfoBannerWidget #eventName {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize #siteInfoBannerWidget #eventName {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize #siteInfoBannerWidget #eventName {
    font-size: 13px;
  }
}
#siteInfoBannerWidget #eventName:before {
  content: "";
  background: #fff;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  width: 4px;
  height: 5px;
  margin: 0 13px;
  position: relative;
  top: 4px;
}
.saffireMobileSize #siteInfoBannerWidget #eventName:before {
  display: none;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-flex;
  font-family: "OpenSans-Semibold-webfont";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0 3px 0 0;
}
#siteInfoBannerWidget .countdownDays .dayWord {
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1100px) {
  .saffireLargeSize #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize #siteInfoBannerWidget .countdownDays {
    font-size: 13px;
  }
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 0;
  background: url(images/slide-bg-mobile.jpg) center;
  background-size: cover;
  color: #fff;
  width: 100%;
  margin: 5px 0 0;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  height: 71px;
  position: relative;
}
.saffireMobileSize #siteInfoBannerWidget:after {
  content: "";
  background: url(images/des-bottom-border-mobile.jpg) repeat-x bottom;
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 14px;
  color: #2c2824;
  display: flex;
  width: 100%;
  justify-content: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 24px;
  color: #2c2824;
  font-family: "bebasneuebold";
  margin: 1px 0 4px;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 14px;
  color: #2c2824;
}

.saffireMobileSize.siteInfoBannerWidgetDateIsPast .countdownDays {
  color: #2c2824 !important;
  font-size: 21px !important;
}

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "bebasneueregular";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

body:not(.homepage).saffireMobileSize #siteInfoBannerWidget {
  margin: 0;
  justify-content: center;
  height: 95px;
}
body:not(.homepage).saffireMobileSize.saffireWindowScrolled #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize.siteInfoBannerOn #siteInfoBannerWidget {
  margin: 0;
  padding: 6px 0 0;
  height: 97px;
  opacity: 0;
  position: absolute !important;
}
.saffireMobileSize.siteInfoBannerOn.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn #eventDates {
  display: none !important;
}
.saffireMobileSize.siteInfoBannerOn.pageIsLoaded .Slider-wrapper #siteInfoBannerWidget {
  position: relative !important;
  opacity: 1;
}

.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget {
  justify-content: center;
}
.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventName:before {
  display: none;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1283px) {
  #hotButtons {
    width: 678px;
  }
}
@media screen and (max-width: 644px) {
  #hotButtons {
    width: 400px;
  }
}
#hotButtons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  height: 250px;
  width: 300px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin: 0 9px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 644px) {
  #hotButtons .card-widget-item {
    margin: 0 9px 10px;
  }
}
#hotButtons .card-widget-item:hover {
  background: #8b0000;
}
#hotButtons .card-widget-item:hover .card-widget-title {
  background: transparent;
  position: static;
  padding: 0 9px;
}
#hotButtons .card-widget-item:hover .image-container {
  opacity: 0.3;
  transform: scale(1.1);
}
#hotButtons .card-widget-item:hover .buttonwrap {
  height: auto;
  opacity: 1;
}
#hotButtons .card-widget-item .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.3s ease;
}
#hotButtons .card-widget-item .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  margin: 0 auto !important;
}
#hotButtons .card-widget-item .card-widget-title {
  display: block;
  width: 90%;
  font: 19px "BitterBold";
  color: white;
  background: blue;
  padding: 13px 9px;
  position: absolute;
  color: white;
  background: rgba(139, 0, 0, 0.8);
  bottom: 5px;
  border-radius: 3px;
}
#hotButtons .card-widget-item .card-widget-title:before {
  margin: 0 auto 8px;
}
#hotButtons .card-widget-item .card-widget-description {
  font: 17px "OpenSans-Semibold-webfont", Arial, Verdana, sans-serif;
  color: #2c2824;
  padding: 10px;
}
#hotButtons .card-widget-item .buttonwrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#hotButtons .card-widget-item .buttonwrap a {
  box-sizing: border-box;
  padding: 8px 16px;
  line-height: 1;
  margin: 11px auto 0;
  border-radius: 5px;
}

#multiScheduleFeature {
  position: absolute;
  z-index: 1;
  top: 82px;
  justify-content: flex-end;
  right: 0;
  display: flex;
}
@media screen and (max-width: 1366px), screen and (max-height: 768px) {
  #multiScheduleFeature {
    top: 10px;
  }
}
@media screen and (max-width: 1327px) {
  #multiScheduleFeature {
    right: 10px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  position: static;
}
#multiScheduleFeature .multiFeatureContent {
  box-sizing: border-box;
  max-width: 395px;
  width: 100%;
  background: transparent;
  margin-left: 13px;
  z-index: 1;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  margin: 0 auto;
}
#multiScheduleFeature .multiFeatureContent:before {
  content: "featured events";
  color: #2c2824;
  border-radius: 3px;
  display: flex;
  margin: 0 auto 7px;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "montserrat-light-webfont";
  background: rgba(255, 255, 255, 0.7);
  height: 74px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1366px), screen and (max-height: 768px) {
  .saffireLargeSize #multiScheduleFeature .multiFeatureContent:before {
    height: 48px;
  }
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent:before {
  font-size: 27px;
  height: 64px;
  margin: 0 auto 6px;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  height: 72px;
  padding: 0;
  position: relative;
  margin: 0 0 6px;
  background: #fff;
  justify-content: center;
  padding: 0 4%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
@media screen and (max-width: 1366px), screen and (max-height: 768px) {
  .saffireLargeSize #multiScheduleFeature .featureItem {
    height: 55px;
  }
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  height: 64px;
  padding: 0 16px;
}
#multiScheduleFeature .featureItem:before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/arrow-right.png) right center no-repeat;
  background-size: contain;
  display: block;
  content: "";
  position: absolute;
  right: 21px;
  top: 35%;
}
.saffireMobileSize #multiScheduleFeature .featureItem:before {
  right: 18px;
  width: 18px;
}
#multiScheduleFeature .featureItem:hover {
  background: rgba(139, 0, 0, 0.7);
}
#multiScheduleFeature .featureItem:hover .featureItemDate:after {
  background: #fff;
}
#multiScheduleFeature .featureItem:hover:before {
  background: url(images/right-arrow-hover.png) right center no-repeat;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff !important;
}
#multiScheduleFeature .featureItem:hover .featureItemDate,
#multiScheduleFeature .featureItem:hover span {
  color: #fff !important;
}
#multiScheduleFeature .featureItem:last-child {
  border-bottom: 0;
}
#multiScheduleFeature .featureItem .button-container,
#multiScheduleFeature .featureItem .featureItemDate,
#multiScheduleFeature .featureItem .featureItemTitle {
  display: flex;
}
#multiScheduleFeature .featureItem .featureItemTitle {
  font-family: "OpenSans-Semibold-webfont";
  font-size: 14px;
  order: 2;
  display: block;
  color: #2c2824;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 62px;
  padding-right: 36px;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemTitle {
  padding-left: 53px;
  font-size: 12px;
}
#multiScheduleFeature .featureItem .featureItemDate {
  font-family: "BitterBold";
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  order: 1;
  position: absolute;
  width: 47px;
  height: 46px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#multiScheduleFeature .featureItem .featureItemDate:after {
  content: "";
  width: 2px;
  height: 38px;
  background: #8b0000;
  position: absolute;
  right: -3px;
  top: 4px;
  display: block;
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate:after {
  height: 34px;
  top: 2px;
  right: 0;
}
@media only screen and (max-width: 900px) {
  #multiScheduleFeature .featureItem .featureItemDate {
    width: 43px;
    height: 36px;
    font-size: 15px;
    line-height: 15px;
  }
}
#multiScheduleFeature .featureItem .featureItemDate span {
  font-size: 28px;
  font-weight: 700;
  margin: 2px 0 0;
  color: #2c2824;
  text-transform: uppercase;
  line-height: 20px;
}
@media screen and (max-width: 1366px), screen and (max-height: 768px) {
  .saffireLargeSize #multiScheduleFeature .featureItem .featureItemDate span {
    margin: 4px 0 0;
  }
}
.saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate span {
  font-size: 25px;
  margin: 3px 0 0;
}
#multiScheduleFeature span.featureItemDescription {
  display: none;
}
#multiScheduleFeature .event-btn-wrap {
  display: flex;
  margin: 7px 0;
  padding: 10px 4%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.saffireMobileSize #multiScheduleFeature .event-btn-wrap {
  margin: 0;
  padding: 12px 4%;
}
#multiScheduleFeature .all-events-btn {
  padding: 11px 18px;
  text-transform: uppercase;
  font-family: "bebasneueregular";
  font-size: 24px;
  background: #2c2824;
  height: auto;
  line-height: 1;
  border-radius: 3px;
  color: white !important;
}
.saffireMobileSize #multiScheduleFeature .all-events-btn {
  padding: 9px 16px;
  font-size: 21px;
}

a.buyNowButton {
  order: 2;
}

.multi-outer {
  margin-left: auto;
  height: 513px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .saffireLargeSize .multi-outer {
    margin: 10px auto 25px;
  }
}

#multiScheduleFeaturefeatureItem4:after {
  border-bottom: 0 !important;
}

.socialNetworks {
  z-index: 9;
  position: fixed;
  left: -80px;
  top: 208px;
  transition: 0.6s ease;
  background: rgba(64, 64, 66, 0.4);
  border-radius: 50px;
  padding: 5px 6px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > a, .socialNetworks > span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  margin: 0 0 3px;
  border: 3px solid rgba(64, 64, 66, 0.4);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #e5e5e5;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(64, 64, 66, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(64, 64, 66, 0.4);
  border: 1px solid #fff;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1470px) {
  .socialNetworks {
    top: auto;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > #musicPlayerLink, .socialNetworks > a {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.pageIsLoaded .socialNetworks {
  left: 0;
  left: 14px;
}
@media screen and (max-width: 1470px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 6px;
    left: 6px;
  }
}
.saffireMobileSize .pageIsLoaded .socialNetworks {
  bottom: 15px;
  left: 10px;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 98%;
  max-width: 1302px;
  margin: 155px auto 27px;
  box-sizing: border-box;
  padding: 0 68px;
}
.saffireMobileSize #sponsorWidgetContainer {
  margin: 26px auto 33px;
  padding: 0 18px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 44px;
}
#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
  animation-play-state: paused;
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
  content: "Resume";
}
#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
  content: "";
  padding-left: 2px;
}
#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
  bottom: 3px;
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 150px;
  max-height: 150px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 90px;
  max-height: 90px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "montserrat-light-webfont";
  font-size: 28px;
  color: #2c2824;
  letter-spacing: 0.444px;
  text-shadow: none;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 64%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/arrow-right.png) no-repeat;
  width: 23px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/right-hover.png) no-repeat;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 64%;
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/arrow-left.png) no-repeat;
  width: 23px;
  height: 22px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/left-arrow-hoverr.png) no-repeat;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  color: #111;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
  content: "Pause";
  display: inline-block;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  text-align: center;
}
#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding-left: 1px;
  width: 30px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111;
}

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none;
}

.sponsorCarouselImageContainer a {
  margin: 0 22px;
}
.saffireMobileSize .sponsorCarouselImageContainer a {
  margin: 0 10px;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.3%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget #videoList {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

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