/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold.woff2") format("woff2"), url("fonts/OpenSans-Semibold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("fonts/RobotoCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("fonts/RobotoCondensed-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("fonts/RobotoCondensed-Italic.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Light.woff2") format("woff2"), url("fonts/RobotoCondensed-Light.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-LightItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-LightItalic.woff2") format("woff2"), url("fonts/RobotoCondensed-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("fonts/RobotoCondensed-Regular.woff") format("woff");
}
body {
  color: #000000;
  font: 14px/1.5 "RobotoCondensed-Light";
}

body:not(.homepage) h1, body:not(.homepage) h2, body:not(.homepage) h3, body:not(.homepage) h4, body:not(.homepage) h5, body:not(.homepage) h6 {
  font-family: "RobotoCondensed-Bold";
  font-weight: 700;
  color: #232321;
  line-height: 1;
  text-transform: none !important;
}
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 40px;
}
body:not(.homepage) h1.dynamicPageTitle {
  font-size: 40px;
  color: #232321;
}
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 30px;
}
body:not(.homepage) h3 {
  font-size: 20px;
}
body:not(.homepage) .cartcols h2 {
  font-size: 20px;
}

a {
  color: #232321;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong, b {
  font-family: "OpenSans-Bold";
  font-weight: 400;
}

input.textbox {
  font-size: 14px;
  font-family: "RobotoCondensed-Light";
}

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

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

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

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase !important;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold";
  font-weight: 600;
}

a.button,
.button,
.buttonSmall {
  background: #a32d26;
  background: -webkit-linear-gradient(-90deg, #a32d26);
  background: linear-gradient(180deg, #a32d26);
  color: #ffffff !important;
}

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #7a221c;
  color: #ffffff !important;
}

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

#dynamicModal {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

/***************** CONTAINERS **************************/
body {
  background: #fff;
  width: 100%;
  background-image: url("images/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 100%;
  padding-top: 0px;
}

.small.bc {
  display: none;
}

body.homepage .content {
  margin-top: 0;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.5);
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 15px auto 90px;
  padding: 15px;
  background: #fff;
  min-height: 500px !important;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.5);
}

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

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

.subContainer {
  background: #f2f2f2;
  color: #000000;
}
.subContainer h1, .subContainer h2, .subContainer h3, .subContainer h4, .subContainer h5, .subContainer h6 {
  color: #000000 !important;
}

.listingItem {
  background: #f2f2f2 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #000000 !important;
  transition: 0.3s ease;
}
.listingItem:hover {
  background: white !important;
}
.listingItem:last-child {
  border-bottom: 1px solid transparent !important;
}

.subContainer a.button {
  color: #fff !important;
}
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #000000 !important;
}
.subContainer .error {
  color: #000;
}

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

.orderhistory, .dateDisplayBar {
  background: #000000 !important;
}

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

.carthr {
  background: #000000;
}

.orderhistory {
  background: #232321;
}

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

.alternateRow {
  background: #f2f2f2;
}

.listingItem {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.listingItem:hover {
  background: #fafafa;
}

.listing {
  padding: 0;
}

/*************** 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;
}

.mobile-menu-container {
  background-color: #fff;
}
.mobile-menu-container .mobile-menu-header {
  background-color: #fff;
}
.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #000000;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f2f2f2;
}
.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: #000000;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #d9d9d9;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "RobotoCondensed-Light";
}
.mobile-menu-container .cart-counter {
  font-family: "RobotoCondensed-Light";
}
.mobile-menu-container .search-container input {
  font-family: "RobotoCondensed-Light";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #000000;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #f2f2f2;
  font-family: "RobotoCondensed-Light";
  color: #000000;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RobotoCondensed-Light";
  color: #000000;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav a {
  background-color: #f2f2f2;
  font-family: "RobotoCondensed-Light";
  color: #000000;
}
#mobile-nav a:hover {
  background-color: #d9d9d9;
}
#mobile-nav .has-subitems span {
  background-color: #f2f2f2;
  color: #000000;
}
#mobile-nav .has-subitems span:hover {
  background-color: #d9d9d9;
}

.header {
  box-sizing: border-box;
  display: block;
  position: static;
  top: 0px;
  z-index: 9999;
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 0 0;
  background: transparent;
}
.saffireMobileSize .header {
  background: transparent;
  height: auto;
  position: static;
  top: 0px;
  z-index: 9999;
}
.header .header-logo-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1000px;
  margin: 10px auto 0px;
  width: 100%;
}
.header .headerInnerContent {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  justify-content: center;
}
.saffireMobileSize .header .headerInnerContent {
  height: auto;
}
.header .headerInnerContent .header-container {
  position: static;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  width: 100%;
  height: 50px;
  background: #152D4F;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .saffireLargeSize .header .headerInnerContent .header-container {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.saffireMobileSize .header .headerInnerContent .header-container {
  height: auto;
}
.header .header-quick-link {
  margin: 0px auto;
  width: 100%;
  max-width: 1000px;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #12489a;
  font-family: "RobotoCondensed-Light";
  font-size: 14px;
  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;
  }
}

#customLogo {
  position: relative;
  top: 0px;
  width: 181px;
  height: 141px;
  display: flex;
  align-items: center;
  background: url("images/logo.png") center left/contain no-repeat;
  border-radius: 0;
  transition: 0.2s;
}
.pageIsLoaded #customLogo {
  transition: 0.2s;
}
.saffireMobileSize #customLogo {
  width: 155px;
  height: 110px;
  display: flex;
  position: static;
  align-items: center;
  top: 0px;
  left: 10px;
  padding: 0;
  border-radius: 0px;
  max-width: none;
}

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
  font-family: "RobotoCondensed-Regular";
}

.ticket-wrapper {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: auto;
  background: transparent;
}
.ticket-wrapper .ticket-container {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ticket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "RobotoCondensed-Bold" !important;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  margin-left: 20px;
  margin-right: 10px;
  background: #295694;
  transition: 0.3s;
  line-height: normal;
  padding: 0px;
}
.saffireMobileSize .ticket-btn {
  display: none;
}
.ticket-btn:hover {
  text-decoration: none !important;
}

.saffireLargeSize .viewcart a.cartMenuLink {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: "RobotoCondensed-Regular";
  font-weight: 400;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
  font-family: "RobotoCondensed-Regular";
}

.saffireMobileSize .viewcart {
  color: #fff;
  right: 10px;
  top: 5px !important;
  font-weight: 400;
}
.saffireMobileSize .viewcart .cartMenuLink {
  color: #fff !important;
  text-decoration: none;
  padding-left: 5px;
  font-size: 18px;
  position: relative;
  top: 6px;
  padding: 4px;
}
.saffireMobileSize .viewcart:before {
  left: 0;
}

.saffireMobileSize .quickLinks ul .viewcart:before {
  color: #fff;
  font-weight: 400;
}

.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]:before {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  top: -35px;
}

.quickLinks {
  position: static;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.quickLinks ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.quickLinks ul a {
  font-family: "RobotoCondensed-Light";
  font-weight: normal;
}
.quickLinks ul a:hover {
  text-decoration: underline !important;
}
.quickLinks ul li {
  margin-left: 20px;
}
.quickLinks .ticket-btn {
  color: #fff;
  font-family: "RobotoCondensed-Bold";
  background: transparent;
}
.quickLinks .ticket-btn:hover {
  color: #295694;
  text-decoration: none !important;
}
.saffireMobileSize .quickLinks {
  top: 0px;
  color: #333;
}
.saffireMobileSize .quickLinks li:last-child {
  display: flex;
}
.saffireMobileSize .quickLinks .ticket-btn {
  display: flex;
  position: absolute;
  right: 60px;
  top: 6px;
  font-size: 18px;
}

.saffireMobileSize .quickLinks .ticket-btn {
  right: 75px !important;
  top: 15px !important;
}

.generalmessage {
  z-index: 999999;
  position: absolute;
  width: 100%;
}

.saffireMobileSize .quickLinks ul li.standardCartView {
  position: relative;
  top: 0px;
}
.saffireMobileSize .header a.masl-link {
  margin-right: 15px;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 40px;
  background: repeat-x #152D4F 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: "RobotoCondensed-Light";
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}
.footer .info h2 {
  color: #fff !important;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center;
}

.saffireMobileSize.isResponsive .footer .footerSignIn a.button,
.saffireMobileSize.isResponsive .footer ul li a.button {
  max-width: 300px;
  margin: auto;
  font-family: "RobotoCondensed-Bold";
  box-sizing: border-box;
}

.saffireMobileSize.isResponsive .footer ul li.footerSaffire {
  display: block;
}

#google_translate_element {
  display: none;
}

.listingItem .listing-item-left .flexContent.itemName {
  font-family: "RobotoCondensed-Bold";
  font-size: 15px;
}

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