/************** 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: "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: "HammersmithOneRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HammersmithOneRegular.woff2") format("woff2"), url("fonts/HammersmithOneRegular.woff") format("woff"); }
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoRegular.woff2") format("woff2"), url("fonts/RobotoRegular.woff") format("woff"); }
@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoBold.woff2") format("woff2"), url("fonts/RobotoBold.woff") format("woff"); }
@font-face {
  font-family: "SourceSansProSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SourceSansProSemiBold.woff2") format("woff2"), url("fonts/SourceSansProSemiBold.woff") format("woff"); }
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #weatherBugWidget img {
    -ms-flex-negative: 0;
    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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    -webkit-box-sizing: border-box;
    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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  -webkit-box-sizing: border-box;
  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 {
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none !important;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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; }

body {
  color: #545450;
  font: 17px/1.5 "RobotoRegular", Arial, Verdana, sans-serif; }

a {
  color: #781c13;
  text-decoration: underline;
  font-family: 'RobotoBold'; }

h2 a {
  font-size: 30px; }

.header a,
.footer a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.subContainer a {
  font-family: 'RobotoBold';
  color: #8c150a !important; }

span.small.bc {
  font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "HammersmithOneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #8c150a !important;
  line-height: 1.2; }

h3 {
  font-size: 20px;
  color: #1f191a !important; }

.buttonSmall {
  font-size: 12px !important; }

h1 {
  margin: 0.2em 0;
  font-size: 38px; }

h2 {
  font-size: 30px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.subContainer h1 {
  font-size: 26px; }
.subContainer h2 {
  font-size: 23px; }
.subContainer h3 {
  font-size: 20px; }

.cartcols h2 {
  font-size: 20px; }

.reviewYourOrderSubContainer h2 {
  font-size: 20px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

/***************** CONTAINERS **************************/
body {
  background: url("") #FFFFFF no-repeat fixed;
  background-size: cover; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 125px auto 50px;
  padding: 15px 15px 15px 15px;
  background: #fff; }

body:not(.homepage).saffireMobileSize .header {
  background-position: bottom; }

body:not(.homepage).saffireMobileSize .content {
  margin: 132px auto 60px; }

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.subContainer {
  background: #ccc;
  color: #111;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }
  .subContainer a,
  .subContainer h1, .subContainer h2, .subContainer h3 {
    color: #111; }
  .subContainer .error {
    color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #781c13;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #111; }

.orderhistory {
  background: #781c13; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #ddd; }

.listingItem {
  background: #ddd;
  border-bottom: 1px solid #c4c4c4; }
  .listingItem:hover {
    background: #e5e5e5; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

@media screen and (max-width: 1260px) {
  .white-background {
    margin: 38px auto 0; }

  .homepage.saffireLargeSize .homepageSwiperSlider {
    margin: 0px auto; }

  .third-tier .inner-multi-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.third-tier {
  padding: 76px 0 55px; }

.saffireWindowScrolled #pnl_banner {
  display: none; }

.grey-outer {
  background: #eaeaea; }

.red-container {
  background: #fff;
  width: 550px;
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 384px;
  border-radius: 5px;
  position: relative; }

.red-container:after {
  background: url("images/shadow-dekstop.png") no-repeat;
  content: '';
  width: 348px;
  height: 358px;
  display: block;
  position: absolute;
  right: -23px;
  bottom: -49px; }

.saffireMobileSize .white-background {
  width: 370px;
  height: 385px;
  max-width: 100%;
  margin: 0px auto; }
.saffireMobileSize .inner-white-background {
  margin-top: -9px; }
.saffireMobileSize .inner-white-background p {
  line-height: 22px;
  max-width: 298px; }
.saffireMobileSize .red-container {
  border-radius: 5px;
  width: 353px;
  min-height: 85px;
  margin: 18px auto;
  padding: 0 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .saffireMobileSize .red-container:after {
    background: url(images/shadow.png) no-repeat;
    content: '';
    width: 232px;
    height: 358px;
    overflow: hidden;
    right: 0; }
.saffireMobileSize .third-tier {
  padding: 19px 0 43px; }
.saffireMobileSize .slider-outer {
  padding-bottom: 35px; }

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) {
  /* |%  set font-family */
  padding: 10px 13px;
  font-size: 16px;
  line-height: 11px;
  text-transform: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "RobotoRegular";
  border-radius: 3px; }

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #fff !important;
  background: #8c160a;
  background: linear-gradient(180deg, #8c160a); }

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #620601;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

/************************* MODAL CONTENT ********************/
.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: #781c13;
    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: #545450; }
  .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 img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 9999;
  position: fixed;
  z-index: 9999;
  top: 0;
  transition: .3s; }

.searchBoxInput {
  margin-top: 3px; }

.headerInnerContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
  height: auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  padding: 0 2px 0 0; }

.nav .groups .group a {
  text-align: left; }

.saffireMobileSize .header {
  height: auto;
  background: #86160b;
  width: 100%;
  position: fixed;
  min-height: 71px;
  top: 0; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.saffireMobileSize.generalMessageOn .header {
  top: 0; }

.saffireMobileSize.generalMessageOn.saffireWindowScrolled .header {
  top: 0; }

.generalmessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background: #f0af1e;
  font-family: "RobotoRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff; }
  .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: 12px; } }

.header-logo {
  display: block;
  left: 0x;
  width: 263px;
  height: 93px;
  position: absolute;
  top: 11px;
  background: url("images/logo.png") center/contain no-repeat;
  transition: .3s; }

.saffireMobileSize .header-logo {
  top: 1px;
  position: relative;
  margin-left: 5.5px;
  background: url(images/mobile-logo.png) no-repeat; }
.saffireMobileSize .headerInnerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "OpenSans-Light-webfont"; }

.loginstatus {
  padding-top: 5px;
  display: block; }

.ticket {
  background: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font: 19px/1 'RobotoRegular';
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  margin: 0 0 0 14px; }
  .ticket:hover {
    background: none;
    color: inherit; }

.saffireMobileSize a.ticket {
  background: none;
  color: inherit; }
  .saffireMobileSize a.ticket:hover {
    background: none;
    color: inherit; }

.header .emailSignup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top; }
  .header .emailSignup .emailInputField input {
    height: 21px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "RobotoRegular", Arial, Verdana, sans-serif;
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header .emailSignup .emailInputField input:focus {
      width: 170px;
      padding: 0 5px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .header .emailSignup .emailSubmitButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "RobotoRegular", Arial, Verdana, sans-serif;
    width: 21px;
    padding: 0;
    font-size: 0; }
    .header .emailSignup .emailSubmitButton:before {
      /*content: "\f0e0";*/
      content: "";
      background: url(images/email-icon.png) no-repeat;
      width: 22px;
      height: 17px;
      display: block;
      font-size: 18px;
      top: -1px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #000; }
  .header .emailSignup:hover .emailInputField input {
    width: 170px;
    padding: 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.saffireMobileSize .header .emailSignup {
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 21px;
  margin-top: 2px;
  margin-right: 7px; }
  .saffireMobileSize .header .emailSignup:before {
    content: '';
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee;
    background: url(images/email-icon.png) no-repeat;
    width: 24px;
    display: block;
    height: 17px; }

.slider-outer:after {
  background: url(images/red--transparency.png) repeat-x;
  content: '';
  display: block;
  width: 100%;
  min-height: 247px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.header-right-content {
  margin-left: auto;
  text-align: right;
  margin-top: 17px;
  padding-right: 3px; }

.header .searchBox:not(.clonedSearchBox) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 21px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "RobotoRegular", Arial, Verdana, sans-serif;
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
      width: 170px;
      padding: 0 5px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "RobotoRegular", Arial, Verdana, sans-serif;
    width: 38px;
    padding: 0;
    padding-top: 1px;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      /*content: "\f002";*/
      content: "";
      background: url(images/search-icon.png) no-repeat;
      width: 18px;
      height: 18px;
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #000;
      top: 1px;
      position: relative; }
  .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
    width: 170px;
    padding: 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton:before {
  background: url(images/search-icon-hover.png) no-repeat; }

.emailSignup:hover .emailSubmitButton:before {
  background: url(images/email-icon-hover.png) no-repeat; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: auto;
  width: 25px;
  margin: 3px 2px 0 0;
  height: 18px; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "";
    background: url(images/search-icon.png) no-repeat;
    position: absolute;
    line-height: 1;
    font-size: 26px;
    color: #eee;
    width: 20px;
    height: 22px;
    top: 1px; }

.saffireLargeSize .viewcart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  position: relative;
  margin-top: 5px;
  margin-left: 16px; }
  .saffireLargeSize .viewcart .cartMenuLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    vertical-align: middle;
    position: relative;
    color: #fff;
    font-family: 'OpenSans-Light-webfont'; }
  .saffireLargeSize .viewcart .cartMenuLink:after {
    content: "items";
    color: #fff !important;
    display: block;
    font-size: inherit;
    color: inherit;
    position: relative;
    padding-left: 2px;
    text-transform: uppercase; }

.saffireMobileSize .viewcart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 12px; }
  .saffireMobileSize .viewcart .cartMenuLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 13px;
    color: #eee; }
    .saffireMobileSize .viewcart .cartMenuLink:after {
      margin-right: 5px;
      line-height: 1;
      content: "items";
      color: #fff !important;
      display: block;
      font-size: inherit;
      position: relative;
      text-transform: uppercase;
      padding-left: 2px; }

.saffireMobileSize .mobile-nav-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: auto;
  margin-right: 20px;
  top: 0;
  position: relative;
  vertical-align: top; }
  @media screen and (min-width: 801px) {
    .saffireMobileSize .mobile-nav-toggle {
      display: none; } }
  .saffireMobileSize .mobile-nav-toggle:before {
    content: "";
    background: url(images/nav-icon.png) no-repeat;
    position: relative;
    width: 23px;
    height: 24px;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #eee;
    display: block; }
  .saffireMobileSize .mobile-nav-toggle:hover {
    cursor: pointer; }

.saffireLargeSize .nav {
  margin-top: 6px; }
  .saffireLargeSize .nav .groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .saffireLargeSize .nav .groups .group {
      display: inline-block;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .saffireLargeSize .nav .groups .group:last-child .items,
    .saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
      left: auto;
      right: 0;
      text-align: left; }
    .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: inline-block;
      padding: 0px 20px;
      line-height: 1;
      background: none;
      font-family: "HammersmithOneRegular", Arial, Verdana, sans-serif;
      font-size: 19px;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase; }
    .saffireLargeSize .nav .groups .group:hover > a {
      color: #f0af1e;
      background: transparent; }
  .saffireLargeSize .nav .items {
    top: 100%;
    left: 0;
    padding: 10px 0;
    background: #781c13; }
    .saffireLargeSize .nav .items .item a {
      padding: 5px 15px;
      color: #fff;
      font-family: "RobotoRegular", Arial, Verdana, sans-serif; }
    .saffireLargeSize .nav .items .item a:hover {
      color: #f0af1e; }
  .saffireLargeSize .nav .item {
    width: 200px;
    line-height: 1.4; }
    .saffireLargeSize .nav .item:hover {
      background: #781c13; }
  .saffireLargeSize .nav .subitems {
    left: 100%;
    padding: 0;
    background: #781c13; }

.header .searchBox {
  position: relative;
  margin: 5px 3px 0 0px; }

.header input.textbox {
  border: none; }

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.navig {
  margin-left: auto;
  margin-top: 11px; }

.sign-container {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999 !important;
  position: relative;
  margin-bottom: 5px; }

.saffireLargeSize .nav .groups .group:last-child a {
  padding: 0px 0 0 23PX !important; }

.saffireMobileSize .loginstatus, .saffireMobileSize .myAccountNavButton {
  display: none; }
.saffireMobileSize .header-right-content {
  margin-left: auto;
  text-align: right;
  margin-top: 24px;
  padding-right: 0px; }

.saffireLargeSize .viewcart:hover .cartMenuLink {
  COLOR: #008db0; }

.saffireLargeSize .viewcart:hover .cartMenuLink {
  COLOR: #008db0; }

span.loginstatus.left a:hover {
  color: #008db0; }

.myAccountNavButton a:hover {
  color: #008db0; }

.saffireLargeSize .viewcart .cartMenuLink:hover:after {
  color: #008db0 !important; }

@media screen and (max-width: 800px) {
  .getUpdatesPageEmailModule .inputFieldTextbox {
    visibility: visible; } }
@media screen and (max-width: 1136px) {
  .saffireLargeSize .footer-bottom {
    padding: 22px 10px; }

  .center-text {
    padding: 16px 20px;
    max-height: 87px;
    max-width: 530px;
    border-left: 1px solid;
    border-right: 1px solid;
    margin: 0 10px; }

  .saffireLargeSize .footer ul.footerItems1 {
    margin: 0 26px; }

  .saffireLargeSize .footer-black-background {
    padding: 18px 10px; }

  .saffireLargeSize ul.bottom.footerItems1 {
    max-width: 100%;
    margin: 0 20px !important; } }
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .slider-outer .multi-outer {
    padding-top: 95px; }

  .navig {
    margin-right: 12px; }

  .header-logo {
    left: 8px;
    width: 150px;
    height: 120px; }

  .saffireLargeSize .nav .groups .group > a {
    padding: 0px 9px; }

  .socialNetworks {
    z-index: 2 !important; }

  .saffireLargeSize .nav .groups .group > a {
    font-size: 16px; } }
.myAccountNavButton {
  position: relative;
  margin: 5px 0px 0px 15px;
  display: block; }

.saffireLargeSize .header .emailSignupText {
  display: none; }

.saffireLargeSize .header .emailSignup.modalOnly .emailInputField {
  position: absolute;
  left: auto;
  right: 120%;
  top: 4px; }

.saffireLargeSize .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  top: -5px;
  position: relative; }

.input-icon i.fa.fa-calendar {
  position: relative;
  top: 3px; }
.input-icon i.fa.fa-search {
  position: relative;
  top: 2px; }

body:not(.homepage).saffireLargeSize a.header-logo,
body.saffireWindowScrolled.saffireLargeSize a.header-logo {
  width: 212px;
  height: 75px;
  top: 5px;
  transition: .3s; }
body:not(.homepage).saffireLargeSize .header,
body.saffireWindowScrolled.saffireLargeSize .header {
  background: #86160b;
  padding: 1px 0 10px;
  transition: .3s; }
body:not(.homepage).saffireLargeSize .header-right-content,
body.saffireWindowScrolled.saffireLargeSize .header-right-content {
  margin-top: 10px;
  transition: .3s; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f86f10+0,ed630d+29,d84c09+61,c83b05+100 */
  background: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'RobotoRegular';
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .bottom-footer {
    background: url(images/footer-bg.jpg) no-repeat;
    background-size: cover; }
  .footer .separator {
    display: none; }
  .footer .footerSignIn {
    text-transform: uppercase; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
  .footer ul {
    font-family: OpenSansRegular;
    font-size: 12px;
    margin: 0; }
  .footer .footer-cont {
    max-width: 1145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding: 34px 0px 82px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .footer .footer-info {
    font-family: 'RobotoRegular'; }
    .footer .footer-info h3 {
      font-family: 'RobotoBold';
      color: #fff !important;
      font-size: 16px;
      text-transform: capitalize; }
  .footer .emailInputField input {
    display: none; }
  .footer .footer-column.third {
    text-align: left;
    width: 100%;
    max-width: 165px;
    margin-left: auto; }

body.modalBody .emailSignup .emailInputField input {
  width: 100%; }

.footer-info p {
  margin-top: 0px; }

.footer-info p {
  margin-bottom: 15px; }

.footer-black-background {
  background: #231f20; }
  .footer-black-background .footer-black-inner {
    max-width: 1142px;
    margin: 0px auto;
    padding: 0 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.footer .footer-black-background ul li:last-child {
  margin-left: auto; }
  .footer .footer-black-background ul li:last-child img {
    display: none; }

.footer .footer-black-background ul li:last-child a:after {
  content: '';
  background: url(images/saffire-logo.png) no-repeat center;
  width: 46px;
  height: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 3px;
  left: -4px; }

.footer-black-background .footer-black-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-black-background .footer-black-inner li {
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 16px;
    line-height: 1.3; }

.footer-black-background ul li:last-child {
  margin-top: -15px; }

.footer-black-background {
  padding: 18px 0 17px; }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 10px; }
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto; }
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center; }
.saffireMobileSize .footer a.footer-logo {
  background: url(images/footer-mobile-logo.png) no-repeat center;
  width: 352px;
  height: 68px;
  display: block;
  margin: 1px auto 12px;
  max-width: 100%;
  background-size: contain; }

a.footer-logo {
  background: url(images/footer-logo.png) no-repeat center;
  width: 439px;
  height: 75px;
  display: block;
  margin: 0px auto 7px; }

.separator-solid {
  padding: 0 5px; }

ul.footer-list-items li:last-child {
  display: block;
  margin-top: 1px; }

.footer .separator {
  margin: 0 8px;
  opacity: 0 !important; }

.saffireMobileSize .footer {
  padding: 23px 0 0; }
.saffireMobileSize .inn-cent {
  margin: 34px auto 12px; }
.saffireMobileSize .top-footer {
  padding: 0px 0 46px 0; }
.saffireMobileSize .center-text a {
  margin: 0; }
.saffireMobileSize .footer .footer-column.third {
  text-align: center;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin: 0px auto; }
.saffireMobileSize .footer .footer-cont {
  padding: 28px 0px 22px; }

.top-footer {
  max-width: 1148px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 0 10px 5px;
  box-sizing: border-box; }
  .top-footer a.footer-logos {
    background: url(images/footer-logo.png) no-repeat;
    width: 177px;
    height: 86px;
    display: block; }
  .top-footer .center-text, .top-footer .center-text a {
    font-family: 'RobotoRegular';
    font-size: 18px;
    color: #555551;
    line-height: 1.3; }

.saffireLargeSize .footer ul.footerItems1 {
  margin: -2px 0 0;
  font-family: "RobotoRegular";
  font-size: 16px;
  max-width: 986px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-height: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 81px;
  text-transform: capitalize; }
  .saffireLargeSize .footer ul.footerItems1 li {
    min-width: 141px; }

.saffireMobileSize.isResponsive .footer .footerSignIn a.button, .saffireMobileSize.isResponsive .footer ul li a.button {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  text-transform: capitalize;
  font-family: "RobotoRegular";
  font-size: 16px;
  line-height: 19px; }

.saffireMobileSize .footer .footer-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.saffireMobileSize .footer-column.third {
  margin-top: 11px !important; }

.saffireMobileSize .center-text a {
  line-height: 1.1; }
.saffireMobileSize .footer-black-background .footer-black-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  display: block; }
.saffireMobileSize .footer .footer-black-background ul li:last-child {
  margin-left: 0;
  margin-top: 5px;
  display: block; }
.saffireMobileSize .saffire_logo {
  left: -6px;
  top: 8px; }
.saffireMobileSize .footer .bottom-footer {
  background: url(images/footer-bg-mobile.jpg) no-repeat bottom;
  background-size: cover;
  background-position: 0 0; }
.saffireMobileSize .footer-black-background {
  padding: 0 0 36px; }
.saffireMobileSize .footer .footer-info h3 {
  line-height: 1.6; }
.saffireMobileSize .footer-info p {
  margin-bottom: 20px; }
.saffireMobileSize .footer ul.footerItems1 li a {
  padding: 0; }

.footer-info a {
  font-size: 16px; }

.saffireMobileSize .footer-info a {
  font-size: 16px; }

/* 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*/
/*/////////////////////////////////////////////////////////////////////*/
a.sliderWidgetPurchaseLink.button.buyNowButton {
  padding: 8px 16.5px !important; }

/*/////////////////////////////////////////////////////////////////////*/
/* 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;
    max-width: 100%; }
  .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: #000;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "RobotoRegular", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 747px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: transparent; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "HammersmithOneRegular";
    font-size: 23px;
    font-weight: 400;
    color: #231f20;
    height: 27px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 747px;
    height: 420px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 420px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    border-radius: 5px;
    height: 420px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center;
    width: 747px; }
    .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: 747px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 56.2248995984vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      border-radius: 3px;
      line-height: 14px !important;
      text-transform: capitalize;
      display: inline-block;
      padding: 8px 18.5px;
      font-family: "RobotoRegular";
      font-size: 16px;
      color: #fff !important;
      background: #8c160a;
      background: linear-gradient(180deg, #8c160a);
      white-space: nowrap;
      margin: 0 3px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 16px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #540f08;
        color: #FFFFFF !important; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 95.3%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(11px / 2) 10px calc(11px / 2) 0;
    border-color: transparent #000 transparent transparent;
    left: -717px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 747px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 53.5823293173vw; } }
    @media screen and (max-width: 747) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 95.3%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(11px / 2) 0 calc(11px / 2) 10px;
    border-color: transparent transparent transparent #000;
    right: -717px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 747px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 53.5823293173vw; } }
    @media screen and (max-width: 747) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 100%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    height: auto;
    width: 100%;
    margin: 0;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 6px;
    margin-left: 33px; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 7px;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.4s ease;
    border-radius: 50%; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f0af1e; }
    .homepage .swiper-pagination-bullet:hover {
      background: #f0af1e; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    font-size: 0px;
    color: rgba(255, 255, 255, 0.4); }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  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 .homepageSwiperSlider {
    max-width: 747px;
    width: 100%;
    margin-left: 3px; }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 10px 27px 10px 34px;
    /* Slideshow Description - Hover Styles*/ }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
      opacity: 1; }
    .homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
      opacity: 0; }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* 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;
      margin-top: -3px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 3px 0 4px;
      padding: 8px 18.5px; }
  .homepage.saffireLargeSize .sliderTextDescription {
    position: absolute;
    top: 50%;
    line-height: 12px;
    transform: translateY(-50%);
    bottom: auto;
    left: 32px;
    display: flex;
    align-items: center;
    width: none;
    max-width: calc(100% - 300px);
    opacity: 0;
    transition: opacity 0.4s ease; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
    overflow: hidden;
    position: static;
    /* top: nth(parsePadding(map-get($slideshowDescription, padding)),1);*/
    /* bottom: auto;*/
    /* left: nth(parsePadding(map-get($slideshowDescription, padding)),4);*/
    /* right: auto;*/
    display: flex;
    align-items: center;
    margin: 0 auto;
    transition: opacity 0.4s ease;
    opacity: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit; }
    @media screen and (max-width: 1023px) {
      .homepage.saffireLargeSize .sliderTitle {
        font-size: 18px; } }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    margin-top: 8px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: 44px;
    width: 747px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    z-index: 2;
    transition: 1s;
    width: none;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      padding: 0px 2px; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /*	.saffireMobileSize {
  	.sliderTextContainer {
      max-width: 250px;
      margin: 0px auto;
  	}
  	swiper-pagination-bullet{width: 11px;
  		height: 11px;}
  	
  }*/
  /* 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: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center;
    display: none !important; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 23px;
    text-align: center;
    text-transform: none;
    color: #fff;
    max-width: 234px; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 0;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 22px;
      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 10px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        padding: 5px 13px 6px 11px;
        margin: 0 4px;
        background: #f0af1e; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a.sliderMoreButton {
        padding: 8px 18.5px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    height: auto;
    padding: 34px 0 39px;
    background: #86160b;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: absolute;
    top: 19px;
    padding: 5px 0 0 3px;
    box-sizing: border-box;
    text-align: center; }

@media only screen and (max-width: 1133px) {
  .site-info-banner-main {
    flex-direction: column;
    align-items: center; }

  .mobile-nav-toggle {
    display: none; }

  .header .searchBox:not(.clonedSearchBox) {
    margin-left: 0px; }

  .header-logo {
    width: 191px;
    margin-left: 0;
    height: 67px; } }
@media only screen and (max-width: 1229px) {
  #multiScheduleFeature {
    margin: 53px auto 0; } }
@media only screen and (max-width: 800px) {
  .head-right {
    margin-right: 21px;
    right: 0 !important;
    top: -1px; }

  .mobile-nav-toggle {
    display: inline-flex; } }
.saffireMobileSize #newSliderDescriptionContainer:empty {
  display: none !important; }

.slider-outer {
  background: url(images/slider-background.jpg) no-repeat;
  background-size: cover !IMPORTANT;
  padding-bottom: 110px;
  background-attachment: fixed; }
  .slider-outer .multi-inner, .slider-outer .multi-outer {
    display: flex; }
  .slider-outer .card-widget-item:before {
    background: url(images/square.png) no-repeat;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    content: ''; }
  .slider-outer .multi-outer {
    flex-direction: column;
    padding-top: 138px;
    max-width: 1142px;
    margin: 0px auto;
    padding-right: 6px; }

.third-tier {
  background: url(images/slider-background.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 66px 0 55px; }
  .third-tier .inner-multi-container {
    display: flex;
    max-width: 1136px;
    margin: 0px auto; }

@media screen and (max-width: 1230px) {
  .inner-multi-container, .inner-multi-container, .slider-outer .multi-inner, .slider-outer .multi-outer {
    flex-direction: column; }

  .white-background {
    margin-left: auto !important; } }
.saffireMobileSize .multi-inner {
  margin-top: 0; }

.saffireMobileSize.homepage .swiper-pagination-bullet {
  margin-right: 7px; }

.homepage .slideshowSwiperButtonNext:hover {
  border-color: transparent transparent transparent #540f08; }

.homepage .slideshowSwiperButtonPrev:hover {
  border-color: transparent #540f08 transparent transparent; }

.saffireMobileSize.homepage .slideshowSwiperPagination {
  margin-left: 0; }

.saffireMobileSize.homepage .swiper-slide {
  border-radius: 0; }

@media screen and (max-width: 1099px) {
  .saffireLargeSize .center-text {
    padding: 19px 10px !Important; } }
#cardWidgetButtons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 1260px;
  margin: 0px auto;
  max-width: 100%;
  padding: 116px 0 120px; }
  #cardWidgetButtons *, #cardWidgetButtons *:before, #cardWidgetButtons *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  #cardWidgetButtons .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(25% - 40px);
    min-width: 354px;
    height: 142px;
    margin: 12px 19px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #cardWidgetButtons .card-widget-item:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  #cardWidgetButtons .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    padding: 10px;
    font: 23px/1 'HammersmithOneRegular';
    color: #fff;
    text-align: center; }
  #cardWidgetButtons .image-container {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
  #cardWidgetButtons .card-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.image-container:after {
  background: rgba(134, 22, 11, 0.8);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border-radius: 5px; }

.image-container:before {
  width: 188px;
  height: 142px;
  content: "";
  display: block;
  background: url(images/s11.png) no-repeat;
  /* border-radius: 5px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999; }

.card-widget-item:hover .image-container:after {
  background: rgba(255, 255, 255, 0.65); }
.card-widget-item:hover span.card-widget-title {
  color: #86160b !important; }

.inner-white-background p {
  font-family: RobotoRegular;
  font-size: 18px;
  color: #555551;
  max-width: 445px;
  margin: 14px auto;
  line-height: 24px; }

p.emailSignupText {
  display: none; }

.inner-white-background h1:before {
  background: url(images/email-red.png) no-repeat center;
  width: 100%;
  height: 75px;
  display: block;
  content: '';
  margin: 0 auto 21px; }

.inner-white-background h1 {
  font-family: HammersmithOneRegular;
  font-size: 23px;
  color: #a70e11;
  text-transform: uppercase; }

.white-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 122px; }

.red-container .emailSignup {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px auto;
  z-index: 9; }
.red-container .emailSubmitButton:after {
  content: 'Subscribe';
  font-size: 18px;
  line-height: 32px; }
.red-container .emailSignup .emailInputField input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: RobotoRegular;
  font-size: 18px;
  color: #555551;
  padding-left: 16px;
  position: relative;
  top: 0.2px;
  height: 34.3px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-top: -1px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
.red-container .emailSignup .emailSubmitButton {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: RobotoRegular;
  font-size: 0;
  color: #fff;
  background: #f0af1e;
  width: 100px;
  height: 35px;
  border-radius: 0 !IMPORTANT; }
  .red-container .emailSignup .emailSubmitButton:hover {
    background: #bd8916; }

.multi-inner {
  margin-top: 20px; }

.saffireLargeSize .multi-inner {
  padding: 0 0 0 2px;
  position: relative;
  z-index: 9; }
.saffireLargeSize .red-container .emailSignup {
  width: 100%; }

.center-text {
  text-align: left;
  padding: 20px 72px 12px 92px;
  max-height: 54px;
  max-width: 530px;
  border-left: 1px solid;
  border-right: 1px solid; }
  .center-text span {
    font-family: RobotoBold; }
  .center-text a {
    margin-right: 20px; }

.saffireMobileSize #cardWidgetButtons {
  padding: 24px 0 22px; }
  .saffireMobileSize #cardWidgetButtons .card-widget-item {
    margin: 5px; }
.saffireMobileSize .red-container .emailSignup {
  width: 100%; }
.saffireMobileSize .red-container .emailInputField {
  width: 100%;
  max-width: 227px; }
.saffireMobileSize .red-container .emailSignup .emailInputField input {
  width: 100%; }

#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: transparent;
  font-family: "HammersmithOneRegular";
  font-size: 18px;
  color: #fff;
  text-align: right;
  line-height: 1;
  z-index: 2;
  position: relative;
  left: 2px;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "HammersmithOneRegular";
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 18px;
    font-weight: 400;
    margin-top: 3px; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "HammersmithOneRegular";
    font-size: 18px;
    font-weight: 400;
    color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  height: 74px;
  right: auto !important;
  padding: 0;
  background: #fff;
  color: #fff;
  width: 100%;
  padding-right: 20px; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 16px;
    color: #86160b; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 28px;
    color: #86160b; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
    color: #86160b; }

.saffireMobileSize .slider-outer .multi-outer {
  padding-right: 0;
  padding-top: 71px; }

div#eventName:before {
  content: 'Only';
  padding-right: 6px;
  display: inline-block; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "HammersmithOneRegular";
  font-size: 18px; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize .multi-inner #multiScheduleFeature {
  max-width: 354px; }

.saffireMobileSize .multi-inner .multiFeatureContent {
  margin: 28px auto 0; }

.saffireMobileSize .multi-inner #multiScheduleFeature .featureItem {
  min-height: 75px;
  padding: 16.5px 9px 0;
  margin: 0 0 7px; }
.saffireMobileSize .multi-inner #multiScheduleFeature .featureItem::after {
  font-size: 11px;
  width: 36px;
  height: 27px;
  background-size: contain;
  background: url(images/mobile-multi-bg.png) no-repeat center 3px; }
.saffireMobileSize .multi-inner a.all-events-btn:after {
  font-size: 15px;
  height: 42px; }

.saffireMobileSize .inn-cent {
  max-width: 214px; }
.saffireMobileSize .slider-outer {
  padding-bottom: 35px; }
.saffireMobileSize #multiSocialWidget {
  width: 353px;
  height: 303px; }
.saffireMobileSize #multiSocialWidget .multiSocialWidgetContainer {
  width: 343px;
  height: 294px; }

.saffireMobileSize.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important; }

.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn div#eventName:before, .siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff div#eventName:before {
  display: none; }

.saffireMobileSize.siteInfoBannerOn.generalMessageOn .slider-outer .multi-outer {
  padding-top: 108px; }

.flexContent.itemName {
  font-family: 'RobotoBold';
  color: #545450; }

#multiScheduleFeature {
  width: 100%;
  max-width: 365px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  margin-left: auto; }
  #multiScheduleFeature .featureItem {
    background: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16.5px 9px 0;
    border-radius: 5px;
    margin: 0 0 7.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 78px; }
    #multiScheduleFeature .featureItem:hover {
      background: rgba(134, 22, 11, 0.8);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #multiScheduleFeature .featureItem:hover .featureItemTitle {
        color: #FFFFFF; }
      #multiScheduleFeature .featureItem:hover .featureItemDate {
        color: #FFFFFF; }
      #multiScheduleFeature .featureItem:hover span.featureItemDate span {
        color: #FFFFFF; }
      #multiScheduleFeature .featureItem:hover:after {
        background: url(images/buy-white.png) no-repeat; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    text-align: center;
    display: none; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "RobotoRegular";
    font-weight: 400;
    font-size: 18px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: 1;
    height: 38px;
    overflow: hidden;
    max-width: 226px;
    color: #555551;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 247px; }
  #multiScheduleFeature .featureItemDate {
    font-family: "HammersmithOneRegular";
    font-weight: 400;
    font-size: 18px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #a70e11;
    width: 38px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 1px; }
    #multiScheduleFeature .featureItemDate p {
      margin: 0;
      font-family: 'OpenSansCondensedBold';
      font-size: 25px;
      color: #e0dbd0;
      line-height: 1; }
  #multiScheduleFeature span.featureItemTitle:before {
    border-left: 1px solid !important;
    height: 39px;
    content: '';
    width: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0; }
  #multiScheduleFeature .featureItemDescription {
    font-family: "RobotoSlabRegular";
    font-weight: 400;
    font-size: 14px;
    display: none !important; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }

/* My Style */
.multiFeatureContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 365px;
  margin-left: auto; }

.event-calendar-title {
  font-family: "RobotoRegular";
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #2c4367;
  background: rgba(255, 255, 255, 0.5); }

.all-events-btn {
  font-family: "OpenSans-Light-webfont";
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  text-align: right;
  position: relative;
  padding-right: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-transform: capitalize; }

.all-events-btn:hover::after {
  color: #FFFFFF;
  background: #540f08; }

.saffireMobileSize .event-calendar-title {
  font-size: 30px;
  padding: 8px; }

.homepage.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 16px; }

.site-info-banner-main {
  max-width: 1138px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

span.featureItemDate span {
  font-family: "HammersmithOneRegular";
  font-weight: 400;
  font-size: 23px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #a70e11;
  line-height: 20px;
  display: block; }

#multiScheduleFeature .featureItem:after {
  content: 'Buy';
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'SourceSansProSemiBold';
  height: 24px;
  width: 39px;
  color: #555551;
  margin-right: 2px;
  text-transform: uppercase;
  background: url(images/buy-yellow.png) no-repeat;
  margin-top: 1px;
  background: url(images/buy-yellow.png) no-repeat; }

a.all-events-btn:after {
  content: 'View full calendar';
  letter-spacing: 0.4px;
  font-size: 16px;
  background: #86160b;
  height: 44px;
  text-align: center;
  font-family: 'RobotoRegular';
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px; }

.saffireMobileSize .site-info-banner-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.saffireMobileSize .multiFeatureContent {
  margin: 53px auto 0; }
.saffireMobileSize #multiScheduleFeature {
  margin: 0px auto; }
.saffireMobileSize a.all-events-btn {
  right: 0;
  text-align: center;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.socialNetworks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 16px 0 25px;
  background: transparent;
  border-radius: 50px;
  padding: 5px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px 4px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    background-color: #ccc; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid transparent;
  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: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px #fff inset;
    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%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0; }
    .socialNetworks img {
      max-width: 40px;
      max-height: 40px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 40px;
      max-height: 40px;
      bottom: 0;
      float: left;
      margin: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      -webkit-transition: 0.2s;
      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;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none; }
.socialNetworks .socialNetworkIconInstagram:hover:before {
  -webkit-transition: 0.2s;
  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: -webkit-gradient(linear, left top, right top, from(#0063dc), color-stop(50%, #0063dc), color-stop(50%, #0063dc), color-stop(50%, #ff0084), to(#ff0084));
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none; }
.socialNetworks .socialNetworkIconFlickr:hover:before {
  -webkit-transition: 0.2s;
  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; }

.socialNetworks {
  right: 0;
  right: 10px; }
  @media screen and (max-width: 1230px) {
    .socialNetworks {
      bottom: 0;
      bottom: 5px;
      right: 5px; } }

.saffireMobileSize .footer-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .saffireMobileSize .footer-bottom a.footer-logos {
    width: 84px;
    height: 86px;
    margin: 0 0 4px; }
.saffireMobileSize .center-text {
  border: none;
  text-align: center;
  padding: 0 0 31px;
  max-height: 100%;
  max-width: 300px; }
.saffireMobileSize .socialNetworks {
  margin: 0px auto; }

.pageIsLoaded .socialNetworks {
  right: auto;
  position: static;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.socialNetworks a:hover {
  background: none !important;
  -webkit-filter: grayscale(50%) !important;
  filter: grayscale(50%) !important; }

/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 374px;
  width: 450px;
  max-width: 98%;
  background: none; }
  #multiSocialWidget .multiSocialWidgetTab {
    display: none !IMPORTANT;
    padding: 8px 11px 7px 11px;
    background: rgba(255, 255, 255, 0.7);
    font-family: "open_sansbold";
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      background: #fff;
      color: #333; }
    #multiSocialWidget .multiSocialWidgetTab .multiSocialWidgetTab.currentTab {
      background: #fff;
      color: #333;
      text-decoration: none;
      cursor: default; }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 374px;
    width: 450px;
    max-width: 98%;
    padding: 5px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 5px; }
  #multiSocialWidget #instafeedContainer img {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%; }
  #multiSocialWidget #instafeedContainer > a:hover {
    opacity: 0.75; }
  #multiSocialWidget #facebookfeedContainer {
    overflow: hidden; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto;
  width: 353px;
  height: 303px; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 10.2px; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetContainer {
    width: 343px;
    height: 294px; }

.saffireMobileSize.isResponsive iframe {
  max-height: 100%; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 30px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 200px;
    max-height: 200px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "open_sansregular";
      font-size: 30px;
      color: #20aee4;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight,
  #sponsorWidgetContainer #sponsorArrowLeft {
    display: none; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

.share-tool {
  display: none; }

/*# sourceMappingURL=theme.css.map */
