/************** LOAD FONTS ******************/
@font-face {
  font-family: "KarlaRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/KarlaRegular.woff2") format("woff2"), url("fonts/KarlaRegular.woff") format("woff"); }
@font-face {
  font-family: "KarlaBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/KarlaBold.woff2") format("woff2"), url("fonts/KarlaBold.woff") format("woff"); }
@font-face {
  font-family: "HoneyScriptSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HoneyScriptSemiBold.woff2") format("woff2"), url("fonts/HoneyScriptSemiBold.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 #weatherBugDescription,
  #weatherBugWidget #weatherBugText {
    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;
  width: 100%;
  height: 30px; }

p.emailSignupText {
  text-align: center; }

.getUpdatesPageEmailModule .emailInputSubmit:after {
  display: none; }

.getUpdatesPageEmailModule .emailInputSubmit a {
  display: inline-block;
  padding: 12px 26px 11px;
  font-family: "KarlaBold";
  font-size: 20px;
  color: #fff;
  background: #6C7A6D !important;
  line-height: 1;
  white-space: nowrap;
  border-radius: 50px !important;
  margin: 0 auto; }
  .getUpdatesPageEmailModule .emailInputSubmit a:hover {
    background: #4F5950 !important; }

.getUpdatesPageEmailModule .emailSignup .emailSignupText {
  margin-bottom: 7px; }

body.modalBody.saffireMobileSize {
  justify-content: center;
  align-items: center;
  display: flex; }

#dynamicModal,
.modal.nested {
  box-shadow: 0 1px 7px #000; }

.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; }

.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; }

.featureLineup-more {
  top: 64%; }
  .featureLineup-more a {
    font-size: 16px !important; }

.featureLineup-text {
  line-height: 21px; }

.featureLineup-buynow a {
  font-size: 16px; }

.featureLineup-headline {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px !important; }

.modal {
  padding-top: 35px !important; }

body {
  color: #53534a;
  font: 17px/1.5 "KarlaRegular", Arial, Verdana, sans-serif; }

.scroll-panel li a,
.scroll-panel ul:not(#eventDateList) a,
a {
  color: #556F7B;
  text-decoration: underline;
  font-family: 'KarlaBold'; }

.input-icon i,
.planner-link i {
  color: #556F7B; }

.scroll-panel ul:not(#eventDateList) a {
  text-decoration: none;
  padding: 5px 0 3px 7px; }

.scroll-panel li {
  color: #53534a;
  padding: 5px; }
  .scroll-panel li:hover {
    background: #E5E5E5; }
    .scroll-panel li:hover a {
      text-decoration: none; }

h2 a {
  font-size: 45px; }

.footer a,
.header a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.small.bc {
  font-size: 9px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #556F7B;
  line-height: 1.2;
  text-transform: capitalize;
  text-transform: none; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
    color: #556F7B;
    text-decoration: none; }

h1 {
  margin: 0.2em 0;
  font-size: 50px; }

h2 {
  font-size: 45px; }

h3,
h4,
h5,
h6 {
  color: #556F7B; }

h3 {
  font-size: 33px;
  font-family: 'KarlaBold'; }

h4 {
  font-size: 39px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

.cartcols h2 {
  font-size: 20px; }

.reviewYourOrderSubContainer h2 {
  font-size: 20px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

input.textbox,
select.dropdown,
textarea.multi {
  font-size: 17px;
  font-family: "KarlaRegular", Arial, Verdana, sans-serif; }

select.dropdown {
  height: 28px; }

.right.print {
  margin-top: 3px; }

.printEvent {
  margin-top: 3px; }

#imgsearch input.textbox {
  min-height: 21px; }

p.expandedViewEventNameDescriptionText {
  font-size: 15px !important; }

.expandedViewEventName {
  font-size: 17px !important; }

.modal {
  padding-top: 35px; }

.note,
.tiny {
  font-size: 12px; }

/***************** CONTAINERS **************************/
body {
  background: url("images/body-bg.jpg") #fff no-repeat fixed;
  background-size: cover; }
  body.homepage {
    background-image: none; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 41px;
  padding: 15px 15px 15px 15px;
  background: #fff; }

body:not(.homepage) .wrapper {
  padding: 225px 0 0; }

body:not(.homepage).generalMessageOn .wrapper {
  padding: 265px 0 0; }

.saffireLargeSize.homepage .content,
.saffireMobileSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.saffireLargeSize.homepage.generalmessageOn .content {
  margin: 40px auto; }

body:not(.homepage).saffireMobileSize.generalMessageOn .wrapper {
  padding: 225px 0 0; }

body:not(.homepage).saffireMobileSize .wrapper {
  padding: 181px 0 0; }

.saffireMobileSize.homepage .content {
  margin: 145px auto 0; }

.saffireMobileSize.homepage.generalMessageOn .content {
  margin: 185px auto 0; }

.subContainer {
  background: #E5E5E5;
  color: #53534a;
  box-shadow: 2px 2px 5px #000; }

.dateDisplayBar,
.dateDisplay {
  background: #556F7B;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #53534a; }

.orderhistory {
  background: #556F7B; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #E5E5E5; }

.listingItem {
  background: #E5E5E5;
  border-bottom: 1px solid #cccccc; }
  .listingItem:hover {
    background: #ededed; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #E5E5E5; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.container {
  max-width: 1360px;
  margin: 0 auto; }
  .footer-bottom .container {
    max-width: 1298px; }

.insta-container {
  background: url("images/slider-desc.jpg") no-repeat; }
  .insta-container .title-bg {
    font-size: 52px;
    padding: 23px 0 11PX;
    font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    line-height: 47PX;
    MARGIN-BOTTOM: 10PX; }

/************* BUTTON STYLES *********************/
.button:not(.emailSubmitButton):not(.searchSubmitButton),
a.button:not(.emailSubmitButton):not(.searchSubmitButton) {
  /* |%  set font-family */
  padding: 3px 20px;
  font-size: 22px;
  line-height: 1.75em;
  text-transform: uppercase !important;
  border-radius: 50px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: KarlaBold;
  text-transform: none; }

.buttonSmall,
.modalCloseButton {
  padding: 3px 12px !important;
  font-size: 10px !important; }

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #fff !important;
  background: #6C7A6D;
  background: linear-gradient(180deg, #6C7A6D); }

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #4F5950;
  color: #fff !important; }

a.cartMenuRemoveButton.button.buttonSmall,
a.removeButton.buttonSmall,
a.updateButton.buttonSmall {
  font-size: 0.9em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

body.saffireMobileSize:not(.homepage) .button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall),
body.saffireMobileSize:not(.homepage) a.button:not(.emailSubmitButton):not(.searchSubmitButton):not(.buttonSmall) {
  padding: 3px 20px;
  font-size: 14px; }

a.button.searchMapButton {
  padding: 3px 22px 1px 22px !important;
  font-size: 15px !important; }

.mobile-menu-container {
  background-color: #fff; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #fff; }
  .mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
    background-color: #fff; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #6C7A6D; }
    .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: #53534a; }
  .mobile-menu-container .mobile-menu-container .search-container {
    border-top: 2px solid #6c7a6d; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #545f55; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "KarlaBold";
    font-size: 15px !important; }
  .mobile-menu-container .cart-counter {
    font-family: "KarlaBold"; }
  .mobile-menu-container .search-container input {
    font-family: "KarlaBold"; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #53534a; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #6C7A6D;
    font-family: 'antonio-bold-webfont';
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 12px 11px 9px; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "KarlaBold";
    color: #53534a;
    font-size: 15px; }

.mobile-menu-container .close-mobile-menu:after,
.mobile-menu-container .close-mobile-menu:before {
  background-color: #53534a; }

#mobile-nav ul {
  background-color: #fff; }
#mobile-nav a {
  background-color: #6C7A6D;
  font-family: 'KarlaBold';
  color: #fff;
  text-transform: capitalize;
  font-size: 15px; }
  #mobile-nav a:hover {
    background-color: #545f55; }
#mobile-nav .has-subitems span {
  background-color: #89958a;
  color: #fff;
  max-width: 44px;
  font-size: 10px; }
  #mobile-nav .has-subitems span:hover {
    background-color: #545f55; }

.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 {
  font-size: 36px; }

.mobile-menu-container .search-container input[type="text"] {
  font-size: 15px;
  color: #53534a; }

.search-container.input-group {
  border-top: 2px solid #6c7a6d; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #556F7B;
    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: #53534a; }
  .modalBody .showorksTableGrid tr.odd {
    background: #fff;
    color: black; }
  .modalBody .showorksTableGrid tr.even {
    background: #e6e6e6;
    color: black; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  z-index: 9999999999;
  transition: 0.3s ease;
  top: 0; }
  .saffireWindowScrolled .header {
    transition: 0.3s ease; }

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px; }

.saffireMobileSize .header {
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 999999;
  top: 0; }
.saffireMobileSize .header-bottom {
  background: url("images/header-bg.jpg") repeat-x;
  justify-content: flex-end;
  display: flex;
  height: 74px;
  top: -49px;
  margin-bottom: -49px; }
.saffireMobileSize .headerInnerContent {
  height: 100px; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #6C7A6D;
  font-family: "KarlaRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: 0.3s ease; }
  .saffireWindowScrolled .generalmessage {
    height: 0 !important;
    opacity: 0;
    transition: 0.3s ease; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s ease; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

.header-logo {
  display: block;
  width: 196px;
  height: 208px;
  background: url("images/logo.png") center/contain no-repeat;
  transition: 0.3s ease;
  margin-top: 57px;
  z-index: 9999; }
  @media screen and (max-width: 1300px) {
    .header-logo .saffireLargeSize {
      margin-left: auto; } }
  .saffireMobileSize .header-logo {
    width: 160px;
    height: 170px;
    margin: 0 11px; }
  .saffireWindowScrolled .header-logo {
    width: 118px;
    height: 116px;
    margin-top: 0;
    transition: 0.3s ease; }
  @media screen and (max-width: 1300px) {
    .header-logo {
      width: 122PX;
      height: 143px;
      margin: 50px 3PX;
      z-index: 999999; } }

body:not(.homepage) .header-logo {
  width: 142px;
  height: 149px; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.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; }

.header .emailSignup {
  display: inline-flex;
  align-items: center; }
  .header .emailSignup .emailInputField input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    background: transparent;
    border-radius: 0 !important;
    color: #fff;
    font-size: 17px;
    font-family: 'KarlaBold'; }
  .header .emailSignup .emailSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .emailSignup .emailSubmitButton:before {
      content: "";
      background: url("images/email.png") no-repeat;
      width: 24px;
      height: 21px;
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #fff;
      margin-right: 7px; }

.emailInputSubmit {
  display: flex; }
  .emailInputSubmit:after {
    content: 'Get updates';
    color: #fff;
    color: #fff;
    font-size: 17px;
    font-family: 'KarlaBold';
    text-transform: capitalize;
    cursor: pointer; }
    .emailInputSubmit:after:hover {
      color: #556f7b; }

.saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 21px;
  margin-top: 1.5px; }
  .saffireMobileSize .header .emailSignup:before {
    content: "";
    background: url("images/email-signup-mobile.png") no-repeat;
    width: 24px;
    height: 21px;
    display: block;
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 1;
    top: 3px; }

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: relative; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 27px;
    width: 85px;
    padding: 0 6px;
    font-size: 14px;
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    background: transparent;
    border-radius: 0 !important;
    color: #fff;
    font-size: 17px;
    font-family: 'KarlaBold';
    position: relative;
    top: -1px; }
    .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:hover {
      color: #556f7b; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    width: 24px;
    padding: 0;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
      color: #556f7b; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "";
      background: url("images/search-icon.png") no-repeat;
      width: 16px;
      height: 21px;
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #fff; }

.searchBoxInput {
  order: 2; }

.mobile-menu-subheader {
  display: none; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 24px;
  top: 1px;
  display: none; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "";
    background: url("images/search-icon-mobile.png") no-repeat;
    width: 22px;
    height: 21px;
    display: block;
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee;
    top: 7px; }

.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 .header-right {
  margin-right: 2px;
  margin-top: 22px; }

.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: "\f07a";
      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: 46px;
  height: 21px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "";
    background: url("images/mob-nav.png") no-repeat;
    width: 23px;
    height: 21px;
    display: block;
    position: relative;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #fff; }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

.saffireLargeSize .mobile-nav-toggle {
  display: none; }

.saffireLargeSize .nav {
  height: 109px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  line-height: 50px;
  z-index: 5002 !important;
  top: 0;
  margin-right: 18px; }
  @media screen and (max-width: 1150px) {
    .saffireLargeSize .nav {
      margin-right: 5px; } }
  .saffireLargeSize .nav .groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: 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: 8px 19px;
      line-height: 1;
      background: none;
      font-family: "KarlaBold", Arial, Verdana, sans-serif;
      font-size: 21px;
      font-weight: 400;
      color: #53534a;
      text-transform: uppercase; }
      @media screen and (max-width: 1240px) {
        .saffireLargeSize .nav .groups .group > a {
          padding: 10px;
          font-size: 19px; } }
      @media screen and (max-width: 1130px) {
        .saffireLargeSize .nav .groups .group > a {
          padding: 8px;
          font-size: 16px; } }
      @media screen and (max-width: 900PX) {
        .saffireLargeSize .nav .groups .group > a {
          padding: 8px 6px;
          font-size: 15px; } }
    .saffireLargeSize .nav .groups .group:hover > a {
      color: #53534a;
      background: #D3D7D3; }
  .saffireLargeSize .nav .items {
    top: 87%;
    left: 0;
    padding: 0;
    background: #fff;
    box-shadow: 2px 6px 11px -2px rgba(0, 0, 0, 0.45); }
    .saffireLargeSize .nav .items .item a {
      padding: 5px 15px;
      color: #53534a;
      font-family: 'KarlaBold'; }
    .saffireLargeSize .nav .items .item a:hover {
      color: #53534a; }
  .saffireLargeSize .nav .item {
    width: 200px;
    line-height: 1.4; }
    .saffireLargeSize .nav .item:hover {
      background: #D3D7D3; }
  .saffireLargeSize .nav .subitems {
    left: 100%;
    padding: 0;
    background: #fff; }

.header-top {
  height: 120px;
  display: block;
  margin: 0 auto;
  position: relative; }
  .saffireWindowScrolled .header-top {
    background: #fff;
    height: 111px;
    box-shadow: 11px 2px 4px #6c7a6; }
  .header-top .container {
    display: flex;
    max-width: 1380px; }
  .header-top .outer-container {
    margin-left: auto;
    height: 100px; }
    .saffireMobileSize .header-top .outer-container {
      height: 50px; }

.header-bottom {
  background: linear-gradient(to right, rgba(21, 79, 255, 0) 0%, rgba(21, 79, 255, 0) 23%, #fff 37%);
  display: block;
  height: 109px;
  margin: 0;
  width: 100%;
  top: -63px;
  position: relative;
  z-index: 999; }
  .saffireWindowScrolled .header-bottom {
    top: -111px; }
  @media screen and (max-width: 1380px) {
    .header-bottom {
      background: linear-gradient(to right, rgba(21, 79, 255, 0) -3%, rgba(21, 79, 255, 0) 15%, #fff 33%); } }
  @media screen and (max-width: 1180px) {
    .header-bottom {
      background: linear-gradient(to right, rgba(21, 79, 255, 0) 11%, rgba(21, 79, 255, 0) -1%, #fff 39%); } }
  .header-bottom .nav-container {
    margin: 0 auto;
    max-width: 1350px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center; }

.header-right {
  margin-right: 18px;
  margin-top: 15px; }
  .saffireMobileSize .header-right {
    margin-right: 3px;
    margin-top: 22px; }

a.getting-here {
  background: #6C7A6D;
  width: 100%;
  max-width: 213px;
  height: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
  font-size: 40px;
  border-radius: 50px;
  margin-right: 4px;
  padding-top: 4px; }
  a.getting-here:hover {
    background: #4F5950; }
  .saffireMobileSize a.getting-here {
    position: absolute;
    right: 3px;
    height: 44px;
    width: 100%;
    justify-content: center;
    max-width: 182px;
    padding-top: 2px;
    top: 14px; }
  @media screen and (max-width: 1000px) {
    a.getting-here {
      max-width: 153px;
      height: 52px;
      font-size: 30px;
      border-radius: 50px;
      margin-right: 4px;
      padding-top: 5px; } }
  a.getting-here:before {
    content: '';
    background: url("images/nav.png");
    display: block;
    width: 17px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 16px; }
    .saffireMobileSize a.getting-here:before {
      top: 12px;
      margin-right: 7px;
      background-size: contain;
      width: 13px;
      height: 17px; }
    @media screen and (max-width: 1000px) {
      a.getting-here:before {
        top: 10px;
        margin-right: 10px; } }

.saffireMobileSize.saffireWindowScrolled .header {
  background: transparent; }
.saffireMobileSize.saffireWindowScrolled .header-bottom {
  top: -74px; }
.saffireMobileSize.saffireWindowScrolled .header-right {
  margin-right: 3px;
  margin-top: 6px; }

.emailSignup .emailSubmitButton:hover:before {
  background: url("images/email-icon-hover.png") no-repeat; }

.searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  background: url("images/search-icon-hover.png") no-repeat; }

.emailInputSubmit:hover:after {
  color: #556f7b; }

/*********************** FOOTER **************************/
.footer-top {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 38px;
  background: url("images/footer-bg.jpg") repeat-x #fff center;
  color: #D0D0D0;
  text-align: center;
  background-size: cover; }
  .saffireMobileSize .footer-top {
    padding: 33px 0 38px; }
  .footer-top .footer-logo {
    background: url("images/logo1.png") no-repeat;
    width: 131px;
    height: 140px;
    background-size: contain;
    display: block; }
    .saffireMobileSize .footer-top .footer-logo {
      width: 109px;
      height: 140px;
      margin: 0 auto; }
  .footer-top .footer-info span {
    display: block; }
    .saffireMobileSize .footer-top .footer-info span {
      margin-top: 2px; }
  .footer-top .footer-logo-brack {
    background: url("images/logo2.png") no-repeat;
    width: 152px;
    height: 132px;
    display: block;
    background-size: contain; }
    .saffireMobileSize .footer-top .footer-logo-brack {
      width: 141px;
      height: 120px;
      margin: 0 auto; }
  .footer-top a {
    color: #D0D0D0;
    text-decoration: none;
    font-family: "KarlaBold", Arial, Verdana, sans-serif;
    font-size: 18px; }
    .footer-top a:hover {
      text-decoration: underline; }
  .footer-top .logo-section {
    display: flex;
    justify-content: center; }
    .footer-top .logo-section div {
      margin: 0 7px; }
  .footer-top .footer-bottom {
    background: rgba(255, 255, 255, 0.5); }
  .footer-top .footer-info {
    margin: 30px 0 0;
    font-family: 'KarlaBold';
    font-size: 18px; }
    .saffireMobileSize .footer-top .footer-info {
      margin: 15px 0 0;
      font-size: 14px; }
    .footer-top .footer-info span a {
      margin: 0; }
    .footer-top .footer-info a {
      margin: 0 27px 0 0;
      font-size: 18px; }
      .saffireMobileSize .footer-top .footer-info a {
        margin: 0 0 5px;
        display: block;
        font-size: 14px; }
  .footer-top ul.footerItems1 {
    margin: 0 auto;
    font-family: "open_sansbold";
    font-size: 14px;
    text-transform: uppercase; }
  .footer-top .footerSignIn {
    text-transform: uppercase; }

ul.footerItems2 {
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1380px) {
    ul.footerItems2 {
      width: 94%; } }
  ul.footerItems2 li {
    color: #f4f5ef;
    font-size: 15px; }
    .saffireMobileSize ul.footerItems2 li {
      line-height: 21px;
      display: block; }
    ul.footerItems2 li:last-child {
      margin-left: auto;
      position: relative;
      margin-top: 0;
      top: -6px; }
      .saffireMobileSize ul.footerItems2 li:last-child {
        display: block; }
      ul.footerItems2 li:last-child a {
        margin-left: -5px;
        top: -3px;
        position: relative; }

.footer-bottom {
  background: url("images/footer-bottom-bg.jpg") no-repeat;
  background-size: cover;
  padding: 15px 0; }
  @media screen and (max-width: 1539px) {
    .saffireLargeSize .footer-bottom {
      padding: 15px 0 50px; } }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px; }
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto; }
.saffireMobileSize .footer .footer-top .logo-section {
  display: block; }
  .saffireMobileSize .footer .footer-top .logo-section div {
    margin: 0 auto; }
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 11px;
  text-align: center;
  display: block; }
  .saffireMobileSize .footer ul.footerItems2 li {
    display: block;
    line-height: 19px; }

/* 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: "KarlaRegular", Arial, Verdana, sans-serif;
    font-size: 63px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1374px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: url("images/slider-desc.jpg"); }
  .homepage .sliderTitle {
    position: relative;
    max-width: 1100px;
    line-height: 1;
    position: relative;
    top: 8px;
    font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
    font-size: 63px;
    font-weight: 400;
    color: #fff;
    height: 73px !important;
    height: 67px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 42px;
        line-height: 1;
        margin-left: 10px;
        height: 49px !important; } }
    @media screen and (max-width: 1200px) {
      .homepage .sliderTitle {
        margin-left: 10px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 789px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 789px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 789px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  @media screen and (max-width: 1000px) {
    .homepage .swiper-container,
    .homepage .swiper-slide {
      height: 64.9vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 12px 26px 11px;
      font-family: "KarlaBold";
      font-size: 20px;
      color: #6C7A6D !important;
      background: #fff;
      background: linear-gradient(180deg, #fff);
      line-height: 1;
      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: #4F5950; }
  .homepage .slideshowSwiperButtonPrev {
    position: static;
    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: 17px;
    height: 25px;
    left: 0;
    right: calc(1360px + (-15px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1390px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1050px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: static;
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 25px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: 0;
    left: calc(1360px + (-15px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1390px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1050px) {
      .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;
    padding: 15px 0;
    cursor: pointer;
    height: auto;
    width: 165px !important;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    opacity: 1 !important;
    background: #99a9b0;
    transition: background 0.4s ease;
    border-radius: 50%; }
    .saffireMobileSize .homepage .swiper-pagination-bullet {
      background: #fff; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #556F7B; }
    .homepage .swiper-pagination-bullet:hover {
      background: #556F7B; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    font-size: 0;
    color: #99a9b0; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6c7a6d; }

.homepage.saffireMobileSize .swiper-pagination-bullet {
  background: #fff; }

.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*/
/*/
////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1400px) {
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    padding: 0 11px; } }
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 0 11px 0 0;
    height: 120px;
    align-items: center;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 1374px;
    position: relative;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 12px 26px 11px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 1100px;
    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: 1374px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    height: auto;
    min-height: 120px;
    width: 100%;
    /* 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; }
      @media screen and (max-width: 1400px) {
        .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
          padding: 0 2%; } }

/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Sl
   span.sliderButtonContainerider 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 {
    font-size: 53px;
    text-align: center;
    margin: 22px auto 15px;
    padding: 0 12% 9px;
    line-height: 51px;
    height: auto !important;
    max-height: 88px !important;
    overflow: hidden;
    font-size: 50.4px;
    text-align: center;
    width: 75%; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 0;
    flex-direction: column;
    margin: 0; }
    .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: 7px auto 10px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        min-width: auto;
        padding: 11px 27px;
        margin: 0 10px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 111px;
    background: url("images/description-slider.jpg") no-repeat;
    z-index: 2;
    background-size: cover;
    flex-direction: column;
    padding-bottom: 46px; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    position: relative !important;
    position: absolute; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    right: 1%; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: relative;
    top: 0;
    margin: -2px 0; }

a.sliderWidgetPurchaseLink.button.buyNowButton {
  display: none !important; }

@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonPrev {
    left: -2%;
    right: auto; } }
@media screen and (max-width: 1050px) {
  .homepage .slideshowSwiperButtonPrev {
    right: 1%;
    left: auto; } }
.saffireMobileSize .modalClose {
  top: 41px !important; }

.saffireLargeSize.homepage .outerbutton {
  position: absolute;
  top: 53.5%;
  z-index: 99999;
  left: 0;
  right: 0;
  max-width: 1340px;
  margin: 0 auto; }
.saffireLargeSize.homepage .slideshowSwiperButtonPrev {
  left: 1%;
  position: absolute;
  right: auto; }
.saffireLargeSize.homepage .slideshowSwiperButtonNext {
  right: 2.1%;
  position: absolute;
  left: auto; }

#cardWidget {
  height: 769px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 4px;
  text-align: center;
  background: #fff;
  box-sizing: border-box; }
  .saffireMobileSize #cardWidget {
    height: auto;
    padding: 4px 4px 3px; }
  @media screen and (max-width: 1500px) {
    #cardWidget {
      height: 50vw; } }
  @media screen and (max-width: 1023px) {
    #cardWidget {
      height: 1200px; } }
  #cardWidget a.card-widget-item {
    margin: 4px;
    position: relative;
    overflow: hidden; }
  #cardWidget .tile-item-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    left: 0; }
    @media screen and (max-width: 1023px) {
      #cardWidget .tile-item-wrapper {
        height: 50%;
        flex: 1 1 100%;
        justify-content: center; } }
    .saffireMobileSize #cardWidget .tile-item-wrapper {
      padding-bottom: 5px; }
  #cardWidget .image-container {
    position: static;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transition: ease-in-out 0.3s;
    background-size: cover;
    background-position: center; }
    #cardWidget .image-container .card-content {
      color: #fff;
      background: #6c7a6d;
      padding: 10px 6px 11px;
      position: absolute;
      width: auto;
      display: block;
      bottom: 34px;
      z-index: 2;
      transition: 0.3s;
      pointer-events: none;
      left: 0;
      max-width: 324px;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 1400px) {
        .saffireLargeSize #cardWidget .image-container .card-content {
          max-width: 260px; } }
      @media screen and (max-width: 1200px) {
        .saffireLargeSize #cardWidget .image-container .card-content {
          max-width: 220px !important;
          padding: 10px 7px 11px; } }
      .saffireMobileSize #cardWidget .image-container .card-content {
        max-width: 300px !important;
        bottom: 31px; }
      #cardWidget .image-container .card-content:after {
        background: url("images/leaf.png") no-repeat;
        width: 48px;
        height: 31px;
        content: '';
        display: block;
        margin: 0 auto; }
      #cardWidget .image-container .card-content .card-widget-title {
        position: static;
        display: block;
        width: 100%;
        font: 26px 'KarlaBold';
        max-height: 31px;
        overflow: hidden;
        line-height: 31px; }
        @media screen and (max-width: 1200px) {
          .saffireLargeSize #cardWidget .image-container .card-content .card-widget-title {
            font-size: 19px; } }
        @media screen and (max-width: 1400px) {
          .saffireLargeSize #cardWidget .image-container .card-content .card-widget-title {
            font-size: 24px; } }
        .saffireMobileSize #cardWidget .image-container .card-content .card-widget-title {
          font-size: 24px;
          max-height: 27px;
          padding-bottom: 2px; }
      #cardWidget .image-container .card-content .card-widget-description {
        font: 17px "KarlaRegular", Arial, Verdana, sans-serif;
        color: #53534a;
        padding: 10px; }
      #cardWidget .image-container .card-content .buttonwrap a {
        margin: 0 5px; }

.saffireMobileSize #cardWidget .card-widget-item {
  margin: 5px 0;
  height: 228px !important;
  max-width: calc(100% - 8px); }

#cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(3) {
  display: block;
  height: 64.5%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  .saffireMobileSize #cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(3) {
    height: 33%; }
  #cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(3) .card-content {
    max-width: 439px; }
    @media screen and (max-width: 1500px) {
      #cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(3) .card-content {
        max-width: 400px; } }

#cardWidget .tile-item-wrapper:first-child .card-widget-item:first-child, #cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  max-width: calc(50% - 8px);
  height: 33%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%; }
  .saffireMobileSize #cardWidget .tile-item-wrapper:first-child .card-widget-item:first-child,
  .saffireMobileSize #cardWidget .tile-item-wrapper:first-child .card-widget-item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 8px); }

#cardWidget .tile-item-wrapper:last-child .card-widget-item:first-child {
  display: block;
  height: 64.5%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  .saffireMobileSize #cardWidget .tile-item-wrapper:last-child .card-widget-item:first-child {
    height: 33%; }
  #cardWidget .tile-item-wrapper:last-child .card-widget-item:first-child .card-content {
    max-width: 439px; }
    @media screen and (max-width: 1500px) {
      #cardWidget .tile-item-wrapper:last-child .card-widget-item:first-child .card-content {
        max-width: 400px; } }

#cardWidget .tile-item-wrapper:last-child .card-widget-item:nth-child(2), #cardWidget .tile-item-wrapper:last-child .card-widget-item:nth-child(3) {
  display: inline-block;
  vertical-align: top;
  max-width: calc(50% - 8px);
  height: 33%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%; }
  .saffireMobileSize #cardWidget .tile-item-wrapper:last-child .card-widget-item:nth-child(2),
  .saffireMobileSize #cardWidget .tile-item-wrapper:last-child .card-widget-item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 8px); }

#cardWidget .image-container:hover:after {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  transition: 0.3s ease; }

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 8px;
  padding: 0; }
  .saffireMobileSize #infoCards {
    max-height: 125px;
    overflow: hidden;
    margin: 0 auto; }
  #infoCards .card-widget-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 4.5px;
    padding: 0;
    flex: 0 0 16%;
    min-width: 256px;
    height: 255px; }
    @media screen and (max-width: 1600px) {
      #infoCards .card-widget-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin: 0 2px 4px; } }
    @media screen and (max-width: 1600px) {
      #infoCards .card-widget-item {
        margin: 0 2px 4px; } }
    .saffireMobileSize #infoCards .card-widget-item {
      height: 117px;
      width: 116px;
      margin: 0 2px 21px;
      min-width: 116px;
      flex: 0; }
  #infoCards .image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative; }
    #infoCards .image-container:hover:before {
      background: rgba(255, 255, 255, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      content: '';
      left: 0;
      right: 0;
      transition: 0.3s ease; }
    #infoCards .image-container:after {
      content: '';
      display: block;
      width: 32px;
      height: 33px;
      background: url("images/insta-icon.png") no-repeat center;
      position: absolute;
      bottom: 0;
      left: 0; }
    #infoCards .image-container .card-widget-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 200px; }
  #infoCards .card-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 270px;
    height: 170px;
    padding: 15px;
    display: none; }
    #infoCards .card-content .card-widget-title {
      position: static;
      display: block;
      width: 100%;
      font: 17px "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
      color: #53534a; }
    #infoCards .card-content .card-widget-description {
      font: 17px "KarlaRegular", Arial, Verdana, sans-serif;
      color: #53534a;
      padding: 10px; }
    #infoCards .card-content .buttonwrap {
      position: absolute;
      bottom: 15px; }
      #infoCards .card-content .buttonwrap a {
        margin: 0 5px; }

.multi-left {
  box-sizing: border-box;
  display: flex;
  max-width: 527px;
  width: 100%;
  margin-left: auto;
  background: #fff;
  box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.45);
  max-height: 597px;
  flex-direction: column;
  margin-right: 1px; }
  .saffireMobileSize .multi-left {
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.45); }
  @media screen and (max-width: 1150px) {
    .multi-left {
      margin: 38px auto 0;
      max-width: 500px;
      width: 500px !important; } }
  .saffireMobileSize .multi-left {
    margin: 8px auto;
    max-width: 98%; }
  .multi-left #multiScheduleFeature {
    padding: 15px 11px;
    justify-content: center;
    display: flex; }
    .multi-left #multiScheduleFeature .multiFeatureContent {
      width: 100%; }
    .saffireMobileSize .multi-left #multiScheduleFeature {
      padding: 3px 0; }
  .multi-left .featureItem {
    box-sizing: border-box;
    display: flex;
    padding: 9px 12px;
    color: #556F7B;
    transition: 0.3s;
    margin-bottom: 2px;
    position: relative; }
    .multi-left .featureItem:after {
      background: url("images/arrow.png") no-repeat;
      width: 20px;
      height: 100%;
      display: flex;
      content: '';
      position: absolute;
      top: 40%;
      right: 0;
      justify-content: center;
      align-items: center; }
    .saffireMobileSize .multi-left .featureItem {
      padding: 7px 11px;
      align-items: center; }
    .multi-left .featureItem:hover {
      color: #53534a;
      transition: 0.3s;
      background: #dddddb; }
  .multi-left .featureItemImage {
    display: inline-block;
    width: 116px;
    min-width: 115px;
    height: 76px;
    margin-right: 14px;
    text-align: center;
    background-size: cover;
    background-position: center; }
    .saffireMobileSize .multi-left .featureItemImage {
      width: 96px;
      min-width: 93px;
      height: 65px;
      margin-right: 8px; }
  .multi-left .text-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: -1px; }
  .multi-left .button-container,
  .multi-left .featureItemDate,
  .multi-left .featureItemDescription,
  .multi-left .featureItemTitle {
    display: flex; }
  .multi-left .featureItemTitle {
    font-family: "KarlaBold";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    max-height: 20px;
    overflow: hidden; }
    .saffireMobileSize .multi-left .featureItemTitle {
      font-size: 16px;
      max-height: 18px;
      max-width: 202px;
      overflow: hidden; }
  .multi-left .featureItemDate {
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1; }
    .saffireMobileSize .multi-left .featureItemDate {
      font-size: 14px; }
  .multi-left .featureItemDescription {
    font-family: "KarlaRegular", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 17px;
    flex-direction: column;
    line-height: 1;
    display: block;
    padding: 0 10px 0 0; }
    .saffireMobileSize .multi-left .featureItemDescription {
      font-size: 14px; }
  .multi-left .all-events-btn {
    padding: 5px;
    position: relative;
    top: 10px; }
  .multi-left span.eventTitle {
    font-family: "HoneyScriptSemiBold", Arial, Verdana, sans-serif;
    font-size: 52px;
    text-transform: capitalize;
    text-align: center;
    color: #556F7B;
    border-bottom: 2px solid #556F7B;
    line-height: 1;
    margin-top: 10px;
    padding-bottom: 3px; }
    .saffireMobileSize .multi-left span.eventTitle {
      margin-top: 16px;
      padding-bottom: 2px;
      border-bottom: 1px solid #556F7B; }

span.more-text {
  text-decoration: underline;
  margin-left: 5px; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 225px;
  transition: 0.6s ease;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 5px 3px; }
  .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 rgba(255, 255, 255, 0.8);
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 3px;
    margin: 3px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    transition: 0.2s;
    left: 0;
    background-color: #E5E5E5; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
    box-shadow: 0 0 4px #000 inset;
    font-size: 0.9em;
    color: #000; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #000;
      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 #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      transform: rotate(-90deg); }

@media screen and (max-width: 1539px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: 5px;
    border-top: none;
    border-bottom: none;
    padding: 0; }
    .socialNetworks img {
      max-width: 40px;
      max-height: 40px; }
    .socialNetworks > #musicPlayerLink, .socialNetworks > a {
      max-width: 40px;
      max-height: 40px;
      bottom: 0;
      float: left;
      margin: 0;
      transition: 0.2s;
      background-size: contain;
      margin: 0 3px; }
    .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: 0;
  right: 2%; }
  @media screen and (max-width: 1530px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0;
      bottom: 5px;
      right: 5px; } }

.saffireMobileSize.pageIsLoaded .socialNetworks {
  bottom: 0;
  right: 0;
  height: 60px;
  background: #6C7A6D;
  width: 100%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static; }
  .saffireMobileSize.pageIsLoaded .socialNetworks > #musicPlayerLink, .saffireMobileSize.pageIsLoaded .socialNetworks > a {
    margin: 0 5px; }

/* SOCIAL NETWORK PLUGIN */
#socialNetworkWidget {
  height: 593px;
  width: 500px;
  max-width: 98%;
  background: #fff;
  box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.45); }
  .saffireMobileSize #socialNetworkWidget {
    height: 423px; }
  #socialNetworkWidget .socialTabContainer {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #556F7B;
    height: 65px;
    align-items: center; }
    .saffireMobileSize #socialNetworkWidget .socialTabContainer {
      height: 46px;
      border-bottom: 1px solid #556F7B; }
  #socialNetworkWidget .socialNetworkTab {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 0 4.5px 0 17px; }
    .saffireMobileSize #socialNetworkWidget .socialNetworkTab {
      margin: 0 -4px 0 17px; }
    #socialNetworkWidget .socialNetworkTab .circle {
      fill: #fff;
      transition: 0.3s; }
      #socialNetworkWidget .socialNetworkTab .circle:hover {
        fill: #fff;
        transition: 0.3s; }
    #socialNetworkWidget .socialNetworkTab.currentTab .circle {
      fill: #fff; }
  #socialNetworkWidget .socialFeedContainer {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    height: 505px;
    width: 480px;
    max-width: 98%;
    padding: 0 5px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px auto 0; }
    .saffireMobileSize #socialNetworkWidget .socialFeedContainer {
      height: 244px; }
  #socialNetworkWidget #instafeedContainer img {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%; }
  #socialNetworkWidget #instafeedContainer > a:hover {
    opacity: 0.8; }
  #socialNetworkWidget #facebookfeedContainer {
    overflow: hidden; }

a#facebookfeedTab:after {
  content: '';
  background: url("images/facebook.png") no-repeat;
  width: 20px;
  height: 20px;
  display: flex;
  width: 12px;
  height: 23px; }
  .saffireMobileSize a#facebookfeedTab:after {
    width: 12px;
    height: 15px;
    background-size: contain; }

a#instafeedTab:after {
  content: '';
  background: url("images/insta.png") no-repeat;
  width: 23px;
  height: 23px;
  display: flex; }
  .saffireMobileSize a#instafeedTab:after {
    width: 17px;
    height: 16px;
    display: flex;
    background-size: contain; }

a#twitterfeedTab:after {
  content: '';
  background: url("images/twitter.png") no-repeat;
  width: 28px;
  height: 23px;
  display: flex; }
  .saffireMobileSize a#twitterfeedTab:after {
    width: 28px;
    height: 17px;
    display: flex;
    background-size: contain; }

svg {
  display: none; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 815px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  margin: 0 auto 43px; }
  .saffireMobileSize #videoSection {
    margin: 0 auto 9px;
    max-width: 98%;
    width: 100%; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 815px;
  padding-bottom: 56.3%;
  text-align: center; }
  #videoWidget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget #videoList {
    display: none; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.multi-outer {
  background: url("images/multi-background.jpg") center no-repeat;
  background-size: cover; }
  .saffireMobileSize .multi-outer {
    padding: 0 2%; }
  .multi-outer .container {
    display: flex;
    max-width: 1071px;
    margin: 0 auto;
    padding: 43px 0 0; }
    @media screen and (max-width: 1150px) {
      .multi-outer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 2%;
        max-width: 503px; } }
    .saffireMobileSize .multi-outer .container {
      padding: 10px 0 0; }

.card-widget-sec {
  margin-top: 41px; }
  .saffireMobileSize .card-widget-sec {
    margin: 0 auto; }

.saffireMobileSize .social-media-container .container {
  padding: 1px 0 0 !important; }

#socialNetworkWidgetinsta div#instafeedContainer {
  height: 255px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 8px;
  padding: 0; }
  .saffireMobileSize #socialNetworkWidgetinsta div#instafeedContainer {
    max-height: 125px;
    overflow: hidden;
    margin: 0 auto; }
  #socialNetworkWidgetinsta div#instafeedContainer a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 4.5px;
    padding: 0;
    flex: 0 0 16%;
    min-width: 256px;
    height: 255px;
    position: relative; }
    .saffireMobileSize #socialNetworkWidgetinsta div#instafeedContainer a {
      height: 117px;
      width: 116px;
      margin: 0 2px 21px;
      min-width: 116px;
      flex: 0; }
    @media screen and (max-width: 1600px) {
      #socialNetworkWidgetinsta div#instafeedContainer a {
        margin: 0 2px 4px;
        flex: 0 0 30%;
        -webkit-box-flex: 0; } }
    #socialNetworkWidgetinsta div#instafeedContainer a:after {
      content: '';
      display: block;
      width: 32px;
      height: 33px;
      background: url(images/insta-icon.png) no-repeat center;
      position: absolute;
      bottom: 0;
      left: 0; }
  #socialNetworkWidgetinsta div#instafeedContainer img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative; }
#socialNetworkWidgetinsta a:hover:before {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  transition: 0.3s ease;
  z-index: 999; }

/*# sourceMappingURL=theme.css.map */
