@charset "UTF-8";
/************** 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: "RalewayBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayBold.woff2") format("woff2"),url("fonts/RalewayBold.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: "RalewayRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayRegular.woff2") format("woff2"),url("fonts/RalewayRegular.woff") format("woff");
}
@font-face {
  font-family: "RalewayBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayBold.woff2") format("woff2"),url("fonts/RalewayBold.woff") format("woff");
}
@font-face {
  font-family: "RalewayBlack";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RalewayBlack.woff2") format("woff2"),url("fonts/RalewayBlack.woff") format("woff");
}
body {
  color: #000;
  font: 15px/1.5 "RalewayRegular";
}

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: "RalewayBlack";
  font-weight: normal;
  color: #000;
  line-height: 1;
}
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 36px;
}
body:not(.homepage) h1.dynamicPageTitle {
  font-size: 36px;
  text-transform: none !important;
  color: #000;
  margin: 0.2em 4px;
}
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: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input.textbox {
  font-size: 15px;
  font-family: "RalewayRegular";
}

.entityContainer {
  margin-top: 6px;
}

.moduleSmall, .moduleMedium, .moduleLarge {
  margin-bottom: 9px;
}

.entityContainerColumn {
  padding: 0 0.5%;
}

.listingItem .listing-item-right {
  margin-left: 10px;
  margin-right: 8px;
}

.flexContent.itemName span {
  font-family: "RalewayBold";
}

/* .entityContainer.twoColumn .entityContainerRow.columnCount-2 .column-6, .entityContainer.threeColumn .entityContainerRow.columnCount-2 .column-6 {
  float: left;
  width: 68%;
} */

.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: 7px 13px;
  font-size: 13px;
  line-height: 1.75em;
  text-transform: uppercase !important;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "RalewayBlack";
}

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

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #2a5136;
  color: #fff !important;
}

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

/***************** CONTAINERS **************************/
body {
  background: url("images/mainbg.jpg") fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

.small.bc {
  display: none;
}

body.homepage .content {
  margin-top: 0;
}

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 32px auto 60px;
  padding: 13px;
  background: #fff;
  min-height: 500px !important;
}

body:not(.homepage) .content {
  margin: 32px ​auto 60px;
}

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

.subContainer {
  background: #e9e9e9;
  color: #000;
}
.subContainer h1, .subContainer h2, .subContainer h3, .subContainer h4, .subContainer h5, .subContainer h6 {
  color: #fff !important;
}

.listingItem:last-child {
  border-bottom: 1px solid transparent !important;
}

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #000;
}
.subContainer .error {
  color: #000;
}

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

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

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

.carthr {
  background: #000;
}

.orderhistory {
  background: #000;
}

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

.alternateRow {
  background: #e9e9e9;
}

.listingItem {
  background: #e9e9e9 !important;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}
.listingItem:hover {
  background: #f1f1f1;
}

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

.listingItem {
  border-bottom: 1px solid #9c9c9c !important;
}

.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: #000;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #e2e2e2;
}
.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: #000;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #c9c9c9;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "RalewayRegular";
}
.mobile-menu-container .cart-counter {
  font-family: "RalewayRegular";
}
.mobile-menu-container .search-container input {
  font-family: "RalewayRegular";
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #000;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #e2e2e2;
  font-family: "RalewayRegular";
  color: #000;
  border-color: #fff;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "RalewayRegular";
  color: #000;
}

#mobile-nav ul {
  background-color: #fff;
}
#mobile-nav a {
  background-color: #e2e2e2;
  font-family: "RalewayRegular";
  color: #000;
}
#mobile-nav a:hover {
  background-color: #c9c9c9;
}
#mobile-nav .has-subitems span {
  background-color: #e2e2e2;
  color: #000;
}
#mobile-nav .has-subitems span:hover {
  background-color: #c9c9c9;
}

.header {
  box-sizing: border-box;
  display: block;
  margin: auto;
  background: url("images/header-bg.jpg") center/cover no-repeat;
  max-width: 100%;
  padding: 1px 0 6px;
  border-bottom: 6px solid #fff;
}
.saffireMobileSize .header {
  background: url("images/header-bg.jpg") center/cover no-repeat;
  height: auto;
}
.header .headerInnerContent {
  display: flex;
  width: 1000px;
  margin: 0px auto;
  max-width: 100%;
}
.header .headerInnerContent .header-container {
  display: flex;
}

.quickLinks {
  margin-left: auto;
}
.saffireMobileSize .quickLinks {
  margin-top: 0;
}

.saffireMobileSize a.cartMenuLink {
  margin-left: 12px;
  margin-top: 7px;
  color: #fff;
  display: inline-block;
}

.saffireMobileSize .viewcart:before {
  left: 10px;
  color: #fff;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #fff;
  font-family: "RalewayRegular";
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.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: static;
  display: block;
  width: 536px;
  height: 119px;
  background: url("images/titanlogo.png") center/contain no-repeat;
}
@media screen and (max-width: 1100px) {
  #customLogo {
    width: 330px;
    height: 100px;
    padding: 0;
    left: 10px;
    position: relative;
    width: 330px;
    height: 100px;
    padding: 0;
    left: 10px;
    position: relative;
  }
}

.saffireMobileSize #customLogo {
  height: 42px;
}

.loginstatus a,
.myAccountNavButton a, span.viewCartText a {
  color: #fff;
  font-family: "RalewayRegular";
}

.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: "RalewayRegular";
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  transition: 0.3s;
}
.saffireMobileSize .ticket-btn {
  display: none;
}

.saffireLargeSize .viewcart a.cartMenuLink {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "RalewayRegular";
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
  font-family: "RalewayRegular";
}

.saffireMobileSize .viewcart {
  color: #000;
  right: 10px;
}
.saffireMobileSize .viewcart:before {
  left: 10px;
}

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

.quickLinks {
  position: static;
  display: flex;
  margin-top: 70px;
  color: #000;
}
.quickLinks ul {
  margin: 0;
}
.saffireMobileSize .quickLinks {
  top: 5px;
}

nav li a {
  font-family: "RalewayBlack";
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.viewcart {
  margin: 0 14px 0 8px;
}

.nav {
  margin-top: 45px;
  margin-right: 12px;
}
.saffireMobileSize .nav {
  display: none;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 8px solid #fff;
  background: url("images/") repeat-x #2b5336 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: "RalewayRegular";
  font-size: 14px;
  text-transform: capitalize;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}

.saffireMobileSize.isResponsive .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize.isResponsive .footer .separator {
  display: flex;
  font-size: 23px;
  line-height: 6px;
  opacity: 1;
  justify-content: center;
  align-items: center;
}
.saffireMobileSize.isResponsive .footer ul.footerItems1 {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.saffireMobileSize.isResponsive .footer ul.footerItems1 a {
  background: transparent;
}
.saffireMobileSize.isResponsive .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center;
}

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