@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: "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: "PassionOneRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/PassionOneRegular.woff2) format("woff2"), url(fonts/PassionOneRegular.woff) format("woff");
}
@font-face {
  font-family: "BitterRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/BitterRegular.woff2) format("woff2"), url(fonts/BitterRegular.woff) format("woff");
}
@font-face {
  font-family: "bitter-italic-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bitter-italic-webfont.woff2) format("woff2"), url(fonts/bitter-italic-webfont.woff) format("woff");
}
@font-face {
  font-family: "Bitter-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bitter-Bold.woff2) format("woff2"), url(fonts/Bitter-Bold.woff) format("woff");
}
@font-face {
  font-family: "PassionOneBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/PassionOneBold.woff2) format("woff2"), url(fonts/PassionOneBold.woff) format("woff");
}
@font-face {
  font-family: "bitter-bolditalic";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/bitter-bolditalic.woff2) format("woff2"), url(fonts/bitter-bolditalic.woff) format("woff");
}
.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: #323232;
  font: 16px/1.5 "BitterRegular", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "Bitter-Bold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PassionOneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #4a3505;
  line-height: 1.2;
  margin: 0 0 0.67em;
  text-transform: none;
}

h1 {
  color: #812101;
}
h1 {
  font-size: 29px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(29px + 19 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  color: #812101;
}
h2 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(26px + 12 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 38px;
  }
}

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

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

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

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

.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: #812101;
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
}

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

input.textbox,
select.dropdown,
textarea.multi {
  font-size: 14px;
  height: 34px;
  padding-left: 10px;
}

.featureLineup-more a.button {
  display: none !important;
}

div#pnl_googleTranslate {
  margin-top: 30.1px;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/inner-bg.jpg) #fff no-repeat fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  width: 100%;
}

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

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

body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin-top: 240px;
}

body:not(.homepage).generalMessageOn.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .content {
  margin-top: 120px;
}

body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin-top: 180px;
}

body:not(.homepage).saffireMobileSize .content {
  margin-bottom: 40px;
}

body:not(.homepage).saffireMobileSize.siteInfoBannerOn .content {
  margin-top: 130px;
}

.subContainer {
  background: #ccc;
  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: #812101;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

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

.orderhistory {
  background: #812101;
}

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

.alternateRow {
  background: #e6e6e6;
}

.listingItem {
  background: #e6e6e6;
  border-bottom: 1px solid #cdcdcd;
}
.listingItem:hover {
  background: #eeeeee;
}

.saffireMobileSize .top-header {
  background: #812101;
}
.top-header .container {
  max-width: 1260px;
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 0 0 5px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled.saffireLargeSize .top-header .container {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.saffireMobileSize .top-header {
  height: 54px;
}

.header-right-content {
  display: flex;
  align-items: center;
  padding: 0 37px 0 0;
  margin-left: auto;
  z-index: 6;
  position: relative;
}
.saffireMobileSize .header-right-content {
  display: none;
}
.header-right-content .quickLinks {
  position: static;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.saffireWindowScrolled.saffireLargeSize .header-right-content .quickLinks {
  display: none;
}
.header-right-content .quickLinks li {
  margin-left: 34px;
}
.header-right-content .emailSignup {
  height: 17px;
}
.header-right-content .emailSignup a {
  font-size: 0;
  background: 0;
  padding: 0;
}
.header-right-content .emailSignup a:before {
  content: "";
  background: url(images/email-icon.png) no-repeat;
  width: 24px;
  height: 17px;
  display: inline-flex;
}

@media screen and (max-width: 1299px) {
  .saffireLargeSize .bottom-header {
    padding-left: 25px;
    padding-right: 36px;
    box-sizing: border-box;
  }
}
.saffireWindowScrolled.saffireLargeSize .bottom-header {
  background: #812101;
  padding: 17px 0 0;
}
@media screen and (max-width: 1299px) {
  .saffireWindowScrolled.saffireLargeSize .bottom-header {
    padding: 17px 0 0 30px;
  }
}
.bottom-header .container {
  max-width: 1187px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.saffireMobileSize .bottom-header .container {
  position: static;
}

.mid-content-wrapper .mid-left-content {
  max-width: 729px;
}
@media screen and (max-width: 1299px) {
  .mid-content-wrapper .mid-left-content {
    max-width: none;
  }
}
.mid-content-wrapper .mid-content-inner {
  padding: 144px 0 0;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.generalMessageOn .mid-content-wrapper .mid-content-inner {
  padding: 184px 0 0;
}
.generalMessageOn.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .mid-content-wrapper .mid-content-inner {
  padding: 126px 0 0;
}
.saffireMobileSize.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff .mid-content-wrapper .mid-content-inner {
  padding: 86px 0 0;
}
@media screen and (max-width: 1299px) {
  .mid-content-wrapper .mid-content-inner {
    flex-direction: column;
    align-content: center;
    display: block;
  }
}
.saffireMobileSize .mid-content-wrapper .mid-content-inner {
  padding: 126px 0 0;
}
.saffireMobileSize.generalMessageOn .mid-content-wrapper .mid-content-inner {
  padding: 166px 0 0;
}
.mid-content-wrapper .mid-right-content {
  max-width: 403px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1299px) {
  .mid-content-wrapper .mid-right-content {
    margin: 25px auto 55px;
  }
}
.saffireMobileSize .mid-content-wrapper .mid-right-content {
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}

.bottom-container {
  background: url(images/bottom-container-bg.jpg) bottom/cover no-repeat;
  padding: 0 0 102px;
  margin: -20px 0 0;
  background-attachment: fixed;
}
.bottom-container #curve-down {
  fill: #fff;
}
.saffireMobileSize .bottom-container #curve-down {
  display: none;
}
.saffireMobileSize .bottom-container {
  padding: 0 0 30px;
}
.bottom-container #bigHalfCircleFourth {
  margin: -82px 0 0;
  position: relative;
  z-index: 9999;
  fill: #eee0ad;
}
.saffireMobileSize .bottom-container #bigHalfCircleFourth {
  display: none;
}

.title-container {
  background: #fff;
  margin: -172px 0 0;
  position: relative;
  padding: 180px 0 0;
}
@media screen and (max-width: 1299px) {
  .title-container {
    margin: -242px 0 0;
  }
}
.saffireMobileSize .title-container {
  margin: 0;
  padding: 0;
}
.title-container svg#bigHalfCircleThird {
  top: 0;
  left: 0;
  position: absolute;
  fill: #fff;
  overflow: hidden;
  height: 90px;
  margin: -89px 0 0;
}
.saffireMobileSize .title-container svg#bigHalfCircleThird {
  display: none;
}

.saffireMobileSize .hot-buttons-container {
  background: #fff;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #671a01;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  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: 12px;
  }
}

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

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

.saffireMobileSize .header {
  height: auto;
  background: transparent;
  position: fixed;
  z-index: 111111;
  top: 0;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 289px;
  height: 205px;
  background: url(images/logo.png) center/contain no-repeat;
  position: absolute;
  left: -61px;
  top: -62px;
  z-index: 9999;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled.saffireLargeSize .header-logo {
  width: 146px;
  height: 107px;
  top: -20px;
  left: -26px;
}
@media screen and (max-width: 1299px) {
  .header-logo {
    left: -32px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 223px;
    height: 140px;
  }
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 97px;
  height: 71px;
  left: 0;
  top: 2px;
}

.ticket {
  background: none;
  color: inherit;
}
.ticket:hover {
  background: none;
  color: inherit;
}

.saffireMobileSize a.ticket {
  background: none;
  color: inherit;
}
.saffireMobileSize a.ticket:hover {
  background: none;
  color: inherit;
}

.loginstatus-wrapper a, .myAccountButton-wrapper a {
  font-family: "BitterRegular";
  color: #601d00;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  top: -4px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  outline: none;
  position: absolute;
  right: 100%;
  top: -7px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  background: none;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  width: 24px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(images/search-icon.png) no-repeat;
  display: inline-flex;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.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;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 44px;
  vertical-align: top;
  margin: 5px 16px 0 auto;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/toggle-icon.png);
  width: 20px;
  height: 14px;
  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;
}

.header .emailSignup .emailInputField input {
  display: none;
}

.mobile-icon {
  display: none;
}

.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%;
}

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

#dynamicModal {
  height: 280px !important;
}

.modalClose {
  height: 0;
}

.featureLineup-more {
  top: 242px;
}

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

.modalBody {
  overflow: hidden;
}

.modal {
  padding: 0;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 100%;
}

.saffireLargeSize .nav {
  background: #812101;
  position: relative;
}
.saffireLargeSize .nav:after {
  content: "";
  width: 70px;
  height: 100%;
  background-color: #812101;
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -24px;
  transform: scaleX(-1);
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 12px 0 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
}
.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: inline-block;
  padding: 11px 16px 10px;
  background: none;
  font-family: "PassionOneRegular", Arial, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 15px 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #812101;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "BitterRegular", 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: #9a4d34;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #812101;
}

/*********************** 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: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "BitterRegular";
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}
.footer ul.footerItems1 li {
  display: inline-block;
  margin: 0 7px;
}
.saffireMobileSize .footer ul.footerItems1 li {
  margin: 0 4px;
}
.footer ul.footerItems1 .separator {
  display: none !important;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
  font-size: 13px;
  font-family: "BitterRegular";
}
.footer ul.footerItems2 .saffire_logo {
  margin: -4px 0 0;
}
.saffireMobileSize .footer ul.footerItems2 .saffire_logo {
  top: 17px;
}
.footer ul.footerItems2 li {
  display: inline-block;
  margin: 0 15px;
}
.footer svg#bigHalfCircle {
  fill: #fff;
  overflow: hidden;
  height: 90px;
  margin: -100px 0 0;
}
.saffireMobileSize .footer svg#bigHalfCircle {
  display: none;
}
.footer svg#bigHalfCircleSecond {
  fill: #812101;
  overflow: hidden;
  height: 90px;
  margin: -70px 0 0;
}
.saffireMobileSize .footer svg#bigHalfCircleSecond {
  height: 59px;
}
.footer .top-footer {
  background: #812101;
  padding: 0 0 21px;
  position: relative;
}
.footer .top-footer:before {
  content: "";
  background: url(images/footer-shade.png) no-repeat center;
  width: 100%;
  height: 193px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.saffireMobileSize .footer .top-footer:before {
  top: -28px;
}
.footer .top-footer .contact-info {
  font-size: 20px;
  font-family: "BitterRegular";
  margin: 0 0 12px;
  position: relative;
}
.saffireMobileSize .footer .top-footer .contact-info {
  font-size: 16px;
  margin: 7px 0 11px;
}
.footer .top-footer .contact-info li {
  display: inline-block;
  margin: 0 9px;
}
.footer .top-footer .footer-logo {
  background: url(images/footer-logo.png) no-repeat;
  display: inline-block;
  width: 193px;
  height: 137px;
  margin: -113px auto 0;
  position: relative;
}
.saffireMobileSize .footer .top-footer .footer-logo {
  margin: -87px auto 0;
}
.footer .sponsor-container {
  padding: 0 0 104px;
}
@media screen and (max-width: 1299px) {
  .footer .sponsor-container {
    margin: 0 20px;
  }
}
.saffireMobileSize .footer .sponsor-container {
  padding: 34px 0 107px;
  margin: 0 auto;
}
.footer .bottom-footer {
  background: #461201;
  padding: 0 15px 18px;
  box-sizing: border-box;
}
.saffireMobileSize .footer .bottom-footer {
  padding: 10px 15px 20px;
  border-bottom: 6px solid #000;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  text-align: center;
  font-size: 9px;
  line-height: 1;
}
.saffireMobileSize .footer ul.footerItems2 li {
  display: block;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  margin: -14px 0 0;
}

.mobile-menu-container {
  background: url(images/inner-bg.jpg) no-repeat #cfbd63 bottom center;
}
.mobile-menu-container input {
  outline: none;
  border-radius: 0;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #812101;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 25px;
  top: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-container .mobile-menu-subheader {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  font-size: 26px;
  background-color: #ebeae7;
}
.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: #8c8c8c;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #d4d2cb;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "PassionOneRegular";
}
.mobile-menu-container .cart-counter {
  font-family: "PassionOneRegular";
}
.mobile-menu-container .search-container {
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .search-container input {
  font-family: "BitterRegular";
  outline: none;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #fff;
  font-family: "PassionOneRegular";
  color: #36495c;
  border-color: #252525;
  font-size: 15px;
  text-transform: uppercase;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "BitterRegular";
  color: #4A3505;
}

#mobile-nav ul {
  background-color: #812101;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #252525;
}
#mobile-nav a {
  background-color: #812101;
  font-family: "PassionOneRegular";
  color: #fff;
  font-size: 16px;
}
#mobile-nav a:hover {
  background-color: #4e1401;
}
#mobile-nav .has-subitems span {
  background-color: #8e381b;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #632713;
}

/************************* 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: #812101;
  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: #323232;
}
.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;
}

#dynamicModal {
  overflow-y: scroll !important;
}

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

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "PassionOneBold";
  color: #601d00 !important;
  background: #facd17;
}

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

.button:hover,
.buttonSmall:hover {
  background: #812101;
  color: #facd17 !important;
}

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;
}
.homepage .slideshowSwiperDescription {
  display: none;
  /* Slideshow Description - Hover Styles*/
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: none;
  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: "BitterRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 729px) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  background: #812101;
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "Bitter-Bold";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  height: 27px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 18px;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 729px;
  height: 410px;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 410px;
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 410px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
  width: 729px;
}
.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: 729px) {
  .homepage .swiper-container,
.homepage .swiper-slide {
    height: 56.2414266118vw !important;
  }
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 1px 14px;
  font-family: "PassionOneBold";
  font-size: 20px;
  color: #601d00 !important;
  background: #facd17;
  background: linear-gradient(180deg, #facd17);
  white-space: nowrap;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 20px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #cfa704;
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 93.5%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  background: url(images/slideshow-left.png) no-repeat left center;
  width: 20px;
  height: 20px;
  left: -689px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 729px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 0;
    right: auto;
    top: 52.585733882vw;
  }
}
@media screen and (max-width: 729) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 93.5%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/slideshow-right.png) no-repeat right center;
  right: -689px;
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (max-width: 729px) {
  .homepage .slideshowSwiperButtonNext {
    right: 0;
    left: auto;
    top: 52.585733882vw;
  }
}
@media screen and (max-width: 729) {
  .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: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
  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: inline-block;
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background: #fff;
  transition: background 0.4s ease;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}
.homepage .swiper-pagination-bullet:hover {
  background: #333;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  font-size: 15px;
  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 .homepageSwiperSlider {
  max-width: 729px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .homepage.saffireLargeSize .homepageSwiperSlider {
    margin: 0 auto;
  }
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 15px 37px 0 29px;
  /* Slideshow Description - Hover Styles*/
  justify-content: space-between;
}
.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: -4px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 1px 14px;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-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: 729px;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  height: auto;
  min-height: 60px;
  /* 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: 0 5px;
  max-width: 456px;
}
/*/
////////////////////////////////////////////////////////////////////*/
/* 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: 14px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 5% 14px;
  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: 13px auto 0;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 9px 13px 8px;
  margin: 0 10px;
  line-height: 1;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 96px;
  background: #812101;
  max-width: 729px;
  margin: 0 auto;
  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: 0;
  padding: 5px 0;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1230px) {
  #cardWidget {
    max-width: 730px;
  }
}
.saffireMobileSize #cardWidget {
  padding: 42px 0 40px;
}
#cardWidget .card-title {
  width: 100%;
  font: 36px "PassionOneBold";
  color: #4A3505;
  text-align: center;
  margin: 0 0 33px;
}
.saffireMobileSize #cardWidget .card-title {
  margin: 0 0 17px;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 290px;
  height: 245px;
  margin: 0 6.5px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  #cardWidget .card-widget-item {
    margin: 0 6.5px 20px;
  }
}
#cardWidget .card-widget-item:hover .card-widget-image {
  transform: scale(1.1);
}
#cardWidget .card-widget-item:hover .card-widget-title {
  left: 20px;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#cardWidget .image-container .card-widget-image {
  transition: 0.3s ease;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#cardWidget .card-widget-title {
  position: absolute;
  left: -5px;
  bottom: -8px;
  text-align: left;
  display: block;
  font: 32px "PassionOneRegular";
  color: #fff;
  background: #812101;
  padding: 10px 26px 14px;
  transition: 0.3s ease;
}
#cardWidget .card-widget-title:after {
  content: "";
  width: 37px;
  height: 100%;
  background-color: #812101;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -11px;
  transform: scaleX(-1);
  z-index: 1;
}
#cardWidget .card-widget-description {
  display: none;
}
#cardWidget .buttonwrap {
  display: none;
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  height: 52px;
  width: auto;
  max-width: 100%;
  padding: 5px 24px;
  background: rgba(255, 255, 255, 0.7);
  font-family: "bitter-bolditalic";
  font-size: 13px;
  color: #601d00;
  text-align: left;
  line-height: 1;
  z-index: 2;
  margin: 5px 0 0 170px;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1299px) {
  #siteInfoBannerWidget {
    margin: 5px 0 0 200px;
  }
}
@media screen and (max-width: 1200px) {
  #siteInfoBannerWidget {
    margin: 5px 0 0 121px;
    padding: 5px 15px;
  }
}
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}
.saffireLargeSize #siteInfoBannerWidget:after {
  content: "";
  background: url(images/ribbon.png) no-repeat;
  display: block;
  width: 20px;
  height: 52px;
  position: absolute;
  right: -20px;
  top: 0;
  opacity: 0.7;
}
.saffireWindowScrolled.saffireLargeSize #siteInfoBannerWidget {
  display: none;
}
#siteInfoBannerWidget #eventDates {
  font-family: "PassionOneRegular";
  font-size: 22px;
  font-weight: 400;
  color: #601d00;
  order: 2;
}
#siteInfoBannerWidget #eventName {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1px;
}
@media screen and (max-width: 880px) {
  #siteInfoBannerWidget #eventName {
    font-size: 12px;
  }
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "bitter-bolditalic";
  font-size: 13px;
  font-weight: 400;
  color: #601d00;
}
@media screen and (max-width: 880px) {
  #siteInfoBannerWidget .countdownDays {
    font-size: 12px;
  }
}

.saffireWindowScrolled.saffireMobileSize #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 24px;
  background: transparent;
  color: #fff;
  width: 100%;
  margin: 14px 0 0;
  text-align: center;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 13px;
  color: #601d00;
  margin: 0 0 3px;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 22px;
  color: #601d00;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 13px;
  color: #601d00;
}

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

.view-all-news-wrap .view-all-news {
  z-index: 1;
  position: relative;
  color: #812101;
  font: 14px "BitterRegular";
  text-decoration: none;
  margin: 10px 0 0;
  display: inline-block;
}
.saffireMobileSize .view-all-news-wrap .view-all-news {
  margin: 5px 0 0;
}
.saffireMobileSize .view-all-news-wrap {
  max-width: 352px;
  margin: 0 auto;
  padding: 0 0 21px;
}
@media screen and (max-width: 1299px) {
  .view-all-news-wrap {
    max-width: 729px;
    margin: 0 auto;
  }
}

#hotbuttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px 6px 0 0;
  justify-content: space-between;
  z-index: 1;
}
.saffireMobileSize #hotbuttons {
  max-width: 352px;
  padding: 16px 5px 0 2px;
}
#hotbuttons .hot-button-title {
  width: 100%;
  font: 30px "PassionOneBold";
  color: #871f01;
  margin: 0 0 10px;
}
#hotbuttons .card-widget-item {
  box-sizing: border-box;
  display: flex;
  background: #812101;
  width: 329px;
  height: 53px;
  margin: 0 9px 11px;
  padding: 12px;
  position: relative;
}
#hotbuttons .card-widget-item:hover {
  background: #9a4d34;
}
#hotbuttons .card-widget-item:hover:after, #hotbuttons .card-widget-item:hover:before {
  background-color: #9a4d34;
}
.saffireMobileSize #hotbuttons .card-widget-item {
  margin: 0 0 10px 10px;
}
#hotbuttons .card-widget-item:before {
  content: "";
  width: 37px;
  height: 100%;
  background-color: #812101;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  left: -11px;
  z-index: 1;
}
#hotbuttons .card-widget-item:after {
  content: "";
  width: 37px;
  height: 100%;
  background-color: #812101;
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -11px;
  transform: scaleX(-1);
  z-index: 1;
}
#hotbuttons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#hotbuttons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 14px "BitterRegular";
  color: #fff;
}
#hotbuttons .card-widget-description {
  display: none;
}
#hotbuttons .buttonwrap {
  display: none;
}

#cardWidgetTiles {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 942px;
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
}
.saffireMobileSize #cardWidgetTiles {
  padding: 34px 17px 26px;
  margin: 0 auto;
}
#cardWidgetTiles .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidgetTiles .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#cardWidgetTiles .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 60px "PassionOneRegular";
  color: #4A3505;
}
.saffireMobileSize #cardWidgetTiles .card-widget-title {
  font-size: 46px;
  line-height: 1;
}
#cardWidgetTiles .card-widget-description {
  display: none;
}
#cardWidgetTiles .buttonwrap {
  display: none;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 403px;
  box-sizing: border-box;
  flex-direction: column;
  z-index: 9;
  position: relative;
  background: url(images/multi-bg.png) center/cover;
  box-sizing: border-box;
  padding: 15px 20px 61px 17px;
}
.saffireMobileSize #multiScheduleFeature {
  padding: 15px 5px 61px;
}
#multiScheduleFeature .multi-title {
  font-family: "PassionOneBold";
  font-size: 36px;
  margin: 0 0 11px;
  color: #e0d496;
  text-transform: uppercase;
  text-align: center;
}
#multiScheduleFeature .multiFeatureContent {
  width: 100%;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  margin: 0 0 9px;
  width: 100%;
  height: 61px;
  justify-content: flex-end;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  background: rgba(255, 255, 255, 0.2);
}
#multiScheduleFeature .featureItem .featureItemTitle {
  font-family: "BitterRegular";
  font-size: 16px;
  order: 2;
  width: 95%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  line-height: 1.2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 23px 8px 56px;
  position: relative;
}
#multiScheduleFeature .featureItem .featureItemDate {
  font-family: "PassionOneBold";
  font-size: 16px;
  text-transform: capitalize;
  order: 1;
  color: #601d00;
  background: #facb10;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  height: 100%;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: 62px;
  height: 63px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
}
#multiScheduleFeature .featureItem .featureItemDate span {
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.7;
}
#multiScheduleFeature span.featureItemDescription {
  overflow: hidden;
  padding-left: 62px;
  max-height: 16px;
  order: 3;
  line-height: 16px;
  font-family: "PassionOneRegular", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none !important;
}
#multiScheduleFeature .event-btn-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 13px 0 0;
}
#multiScheduleFeature .event-btn-wrap a {
  font-size: 14px;
  font-family: "BitterRegular";
  color: #fff;
}
#multiScheduleFeature .multi-feature-title {
  font-family: "PassionOneRegular", Arial, Verdana, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #5c4817;
  margin: 0 0 21px;
  text-align: center;
}
#multiScheduleFeature .button-container {
  display: none;
}

a.all-events-btn {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  padding-top: 11px;
  font-size: 14px;
  font-family: "BitterRegular";
}

div#multiScheduleFeature:empty {
  background: none !important;
  display: none;
}

#cardWidgetSeo {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.saffireMobileSize #cardWidgetSeo {
  padding: 0 7px;
}
#cardWidgetSeo .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidgetSeo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cardWidgetSeo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#cardWidgetSeo .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 44px "PassionOneBold";
  color: #4A3505;
}
.saffireMobileSize #cardWidgetSeo .card-widget-title {
  font-size: 30px;
  padding: 0 7px;
  box-sizing: border-box;
}
#cardWidgetSeo .card-widget-title:after {
  content: "";
  background: url(images/seperator-icon.png) no-repeat;
  width: 100%;
  max-width: 226px;
  height: 36px;
  display: block;
  margin: 15px auto 11px;
}
.saffireMobileSize #cardWidgetSeo .card-widget-title:after {
  margin: 19px auto 20px;
}
#cardWidgetSeo .card-widget-description {
  font: 16px "BitterRegular";
  color: #000;
  width: 100%;
  line-height: 1.9;
}
.saffireMobileSize #cardWidgetSeo .card-widget-description {
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 375px) {
  .saffireMobileSize #cardWidgetSeo .card-widget-description {
    padding: 0;
  }
}
#cardWidgetSeo .buttonwrap {
  display: none;
}

#cardWidgetLink {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 10px auto 0;
  justify-content: space-between;
  z-index: 1;
}
.saffireMobileSize #cardWidgetLink {
  max-width: 350px;
  margin: 5px auto 0;
  padding: 0 0 24px;
}
#cardWidgetLink .card-widget-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  text-decoration: none;
}
#cardWidgetLink .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#cardWidgetLink .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 14px "BitterRegular";
  color: #812101;
}
#cardWidgetLink .card-widget-description {
  display: none;
}
#cardWidgetLink .buttonwrap {
  display: none;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 55px;
}
#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: 200px;
  max-height: 175px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-height: 70px;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "PassionOneBold";
  font-size: 36px;
  color: #871f01;
  text-shadow: none;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 30px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/sposnor-right.png) no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/sponsor-left.png) no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
#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;
}

.socialNetworks {
  z-index: 9;
  position: fixed;
  right: -80px;
  top: 20%;
  transition: 0.6s ease;
  background: #771a02;
  border-radius: 50px;
  padding: 5px 3px;
}
@media screen and (min-width: 1351px) {
  .socialNetworks {
    position: absolute;
    top: 81px;
  }
}
.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;
  border: 3px solid #771a02;
  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: #ccc;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid #771a02;
  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: #771a02;
  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: 1350px) {
  .socialNetworks {
    top: auto;
    right: 0;
    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 {
  right: -200px;
  right: 10px;
}
@media screen and (min-width: 1351px) {
  .pageIsLoaded .socialNetworks {
    right: -110px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1424px) {
  .pageIsLoaded .socialNetworks {
    right: -75px;
  }
}
@media screen and (max-width: 1350px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 10px;
    right: 10px;
  }
}

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