/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Nexa_Free_Bold-webfont";
  src: url("fonts/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("fonts/Nexa_Free_Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Nexa_Free_Light-webfont";
  src: url("fonts/Nexa_Free_Light-webfont.woff2") format("woff2"), url("fonts/Nexa_Free_Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "greatvibes-regular-webfont";
  src: url("fonts/greatvibes-regular-webfont.woff2") format("woff2"), url("fonts/greatvibes-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*BODY & CONTENT*/
/*  enter entire string for shorthand background attribute*/
/* FONTS*/
/* anchors, headers - cascades to $darkContainerBackgroundColor below*/
/*BUTTONS*/
/* CONTAINERS*/
/* should be able to handle dark text*/
/* includes the dateDisplayBar*/
/* GENERAL MESSAGE*/
/* SOCIAL NETWORKS*/
/* text color will automatically invert on music hover - or set specific alt color with $socialNetworkAltColor below*/
/* TABS - update if specified in comp*/
/* FOOTER*/
/* OTHER (these are rarely changed)*/
/* subtracted from the width, does not apply on homepage*/
/* does not apply on homepage*/
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #5e6260;
  background: #fff;
  background-size: auto;
  font: 13px/1.583em "Montserrat-Light", Arial, Verdana, sans-serif; }

body:not(.homepage) .content {
  top: 80px;
  margin-bottom: 70px; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: "none"; }

.content {
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
  margin: 100px auto 60px;
  max-width: calc(1030px - 15px - 15px); }

.saffireLargeSize.homepage .content,
.homepage .content {
  margin: 0 auto;
  padding: 0;
  background: none;
  max-width: 100%; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

body table {
  color: #415d6a;
  font-weight: bold;
  letter-spacing: 0.5px; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #7699a5;
  text-decoration: underline;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

a.buyNowText {
  color: #D70B0B;
  text-decoration: underline !important;
  font-weight: bold; }

a.buyNowText:hover {
  color: #f42121;
  text-decoration: none !important; }

.dateDisplayBar {
  border-radius: 1px; }

input {
  color: #9B9B9B; }

h1, h2, h3, h4, h5, h6 {
  margin: 0.2em 0;
  font-weight: normal;
  font-family: "Montserrat-SemiBold";
  text-transform: none; }

h1 {
  font-size: 19px;
  line-height: 1.125em;
  margin: 0.2em 0;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase; }

h2, h2 a {
  font-size: 16px;
  line-height: 1.155em;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase; }

.cartcols h2 {
  font-size: 12.8px;
  line-height: 1.155em; }

h3 {
  color: #929172; }

h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.187em;
  font-family: "Montserrat-SemiBold"; }

.hoverContent {
  border-color: #756F46; }

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
  background: url(images/bullet.png) no-repeat left 7px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 30px; }

.pdfLinks {
  font-size: 14px;
  font-weight: bold; }

.alternateRow {
  background: #dce5e8; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Montserrat-SemiBold";
  letter-spacing: 0.2px; }

.inputFieldSubmit {
  border-radius: 0 2px 2px 0 !important; }

input.textbox {
  padding: 5px;
  font: 13px "Montserrat-Light"; }

select.dropdown {
  padding: 6px 2px !important; }

a.button,
.button,
.buttonSmall {
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent);
  background: linear-gradient(180deg, transparent);
  color: #7699a5 !important;
  border: 2px solid #7699a5;
  transition: .3s; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #7699a5;
  color: #fff !important;
  transition: .3s; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: transparent;
  color: #5e6260;
  border: none !important; }

.content div.testSection {
  border: 2px solid #415d6a !important; }

a.havePhotoLink {
  color: #fff; }

.subContainer .error {
  color: #fff; }

.dateDisplayBar,
.dateDisplay {
  background: #7699a5;
  color: #000; }

.dateDisplayBar a,
.dateDisplay a {
  color: #000; }

.dateDisplay_disabled {
  opacity: 0.4; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #5e6260; }

.orderhistory {
  background: #7699a5; }

.orderhistory th {
  color: #000;
  padding: 8px 3px; }

/************************* TABS *******************************/
.homepageTabsContainer {
  padding-left: 20px; }

.homepageTabsContainer {
  position: absolute;
  right: 0;
  left: auto;
  top: -33px;
  bottom: auto; }

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,
.tabs > ul > li > a {
  background: rgba(38, 38, 38, 0); }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: transparent !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: transparent; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #5e6260; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Montserrat-Light"; }

.homepageTabs ul.menu a {
  font-family: "Montserrat-Light";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  letter-spacing: 1px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #5e6260; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #7699a5;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "Montserrat-SemiBold"; }

.generalmessage a {
  color: #fff; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
  background: rgba(118, 153, 165, 0.5); }

.socialNetworks a {
  padding: 5px 0 5px; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  position: relative;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease; }

.socialNetworks > a:hover {
  -webkit-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  z-index: 2; }

#musicPlayerLink {
  background: url("images/music.jpg") no-repeat right 0;
  margin: 0;
  width: 40px;
  height: 39px;
  float: none;
  border: 3px solid rgba(118, 153, 165, 0.5);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(118, 153, 165, 0.5);
  border: 1px solid #000;
  color: #000;
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  -webkit-box-shadow: 0 0 4px #000 inset;
  box-shadow: 0 0 4px #000 inset; }

#musicPlayerDropdown a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px; }

#musicPlayerDropdown a:hover {
  position: relative;
  padding-right: 3px;
  padding-left: 14px; }

#musicPlayerDropdown a:hover:after {
  border-left: 4px solid transparent;
  border-radius: 58%;
  border-right: 4px solid transparent;
  border-top: 12px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0; }

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 5px 10px; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    float: left; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
.saffireMobileSize .socialNetworks {
  position: static;
  background: #7699a5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-top: 15px; }
  .saffireMobileSize .socialNetworks a {
    max-height: 40px;
    max-width: 40px; }
    .saffireMobileSize .socialNetworks a img {
      max-height: 40px; }

.saffireMobileSize .afterContent {
  display: block !important; }

/*SITE-WIDE WIDGETS */
#widgetBanner {
  background: none;
  height: 1px;
  top: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  line-height: normal; }

/****************** HOMEPAGE WIDGETS ***************/
/* WIDGET GENERAL */
.widget h1,
.homepageh1 {
  /* |%  set font-family */
  color: #F5DF26;
  text-shadow: 5px 4px 4px #000000;
  font-size: 22px; }

.homepageContent {
  width: 100%; }

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #dce5e8;
  border-bottom: 1px solid #bdced4; }

.listingItem:hover {
  background: #e5ebee; }

.listing .arrowup {
  border-color: #686868 transparent transparent transparent; }

.listing .arrowup_on {
  border-color: #272625 transparent transparent transparent; }

.listing .arrowdown {
  border-color: transparent transparent #686868 transparent; }

.listing .arrowdown_on {
  border-color: transparent transparent #272625 transparent; }

.modeSelected {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); }

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

/*********************** FOOTER **************************/
.saffireMobileSize.isResponsive .footer .footerSignIn {
  margin-top: 6px; }

.footer {
  /* set the height of the footer */
  clear: both;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: auto;
  padding: 85px 0 15px; }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: "Montserrat-SemiBold";
  font-size: 13px;
  text-transform: uppercase; }

.saffireMobileSize .footer {
  padding-bottom: 0; }

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px; }

ul.footerItems2 {
  margin: 0 auto; }

.saffireMobileSize ul.footerItems2 {
  text-align: center; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 30px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent h1 {
  font-size: calc(19px * 0.6944);
  line-height: 1.2em; }

.modalClose {
  background: none;
  top: 1px; }

.modalCloseButton:before {
  content: "X"; }

.modalCloseButton img {
  display: none; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }

.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  line-height: 22px;
  color: #7699a5; }

.modalBody .showorksTableGrid th {
  /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em; }

.modalBody .showorksTableGrid th {
  padding-bottom: 7px;
  padding-top: 7px; }

.modalBody .showorksTableGrid td {
  color: #5e6260; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: nvert(#fff); }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.members .nav .groups {
  margin-right: 0; }

.members .nav .groups .group {
  margin: 0 3px; }

.members .quickLinks {
  right: 39px; }

.dateDisplayBar,
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
  font-family: inherit; }

.mapLegend {
  border-left: 1px solid black;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*//// custom*/
.saffireLargeSize .eventDetail h1.detail {
  margin: 40px 0 6px; }

.eventdetailPhoto {
  padding: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.sidepic {
  padding: 0px !important; }

.listingItem .description {
  font-weight: bold; }

a.updateButton.buttonSmall {
  padding: 0 7px !important; }

a.removeButton.buttonSmall {
  padding: 0 7px !important; }

a.cartMenuRemoveButton.button.buttonSmall {
  padding: 0 7px !important; }

a.buttonSmall.button {
  padding: 2px 8px !important; }

.error {
  color: #b76c48; }

.searchMapButton {
  font-size: 14px !important;
  background-color: white !important; }

.searchSubmitButton {
  border: none !important; }

/* HEADER ITEMS*/
/* TICKET*/
/* QUICK LINKS*/
/*LOGO*/
/*NAVIGATION*/
/* WEATHER BUG*/
/* CUSTOM MOBILE NAV - don't change this unless requested*/
/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #5e6260 !important;
  background: none;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  padding: 1px 8px; }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "";
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  display: inline-block;
  margin: auto;
  background-image: url("images/spyglass.png");
  background-repeat: no-repeat; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 33px;
  background: url("images/parallax-header.png") no-repeat !important;
  background-size: cover !important; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  padding-bottom: 0;
  position: relative; }
  .saffireMobileSize .header:after {
    content: '';
    width: 100%;
    height: 60px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 33px;
  max-width: 1090px;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 173px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 180px;
  background-size: contain;
  background-position: center bottom;
  margin-top: 10px; }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 34px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 79px;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 65px;
  width: 92%;
  display: inline-block;
  bottom: 0;
  margin: auto;
  right: 50px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  right: 0;
  left: auto;
  top: 79px;
  bottom: auto;
  bottom: auto;
  top: -43px;
  /* intentionally overrides top position!*/ }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 20px;
  font-family: "Montserrat-SemiBold";
  line-height: normal;
  text-transform: uppercase;
  color: #5e6260; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 16px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #5e6260; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  color: #415d6a; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #415d6a;
  font: 13px "Montserrat-Light", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #587e90;
  background: #e0e0e0; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  left: 534px;
  right: auto;
  top: 7px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #e0e0e0; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  z-index: 9999;
  font-size: 11px;
  line-height: normal;
  color: #fff;
  font-family: "Montserrat-SemiBold"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  transition: .3s;
  display: inline-block;
  position: static;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 #7699a5;
  width: auto;
  height: auto;
  padding: 4px 10px;
  width: auto-20;
  height: auto-18; }

.saffireLargeSize .ticket:hover {
  color: #fff !important;
  background: url(images/tickets.png) no-repeat 0 bottom #9fcad9 !important; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: none;
  color: #5e6260;
  font-family: "Montserrat-SemiBold";
  font-size: 19.2px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize #svgViewCartIcon {
  display: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "Montserrat-SemiBold";
  font-size: 11px;
  text-transform: none;
  color: #fff;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none;
  box-shadow: none !important;
  border-radius: 0px; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 0;
  border-radius: 0px !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 225px;
  font-size: 14px;
  padding: 5px 15px 5px 5px;
  z-index: 2000001;
  border: 1px solid #7699a5;
  border-right: none; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important;
  margin-left: 5px; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  background: transparent;
  text-indent: 200%;
  overflow: hidden;
  width: 28px;
  height: 23px;
  white-space: nowrap;
  padding: 0; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  height: 21px; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: auto;
  right: auto;
  top: -3px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

/* 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*/
/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
/* ADVANCED SLIDESHOW */
.homepage .slideshowSwiperDescription {
  display: none; }

.homepage .slideshowSwiperDescription.currentSlideDescription {
  display: inline-block; }

.homepage .currentSlideDescription {
  opacity: 0;
  font-family: "Montserrat-Light";
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  font-size: 17px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 15px 17% 0 0%;
  max-width: 1090px;
  width: 80%;
  box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .homepage.saffireLargeSize .slideshowSwiperDescription {
      padding-right: 30%; } }
  @media screen and (max-width: 980px) {
    .homepage.saffireLargeSize .slideshowSwiperDescription {
      padding-right: 35%; } }

.saffireLargeSize #newSliderDescriptionContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  width: 1000px;
  max-width: 100%;
  width: 100%;
  height: 160px;
  z-index: 2;
  bottom: -1px !important; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 160px;
  background: #fff; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage.saffireMobileSize .currentSlideDescription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 5%;
  width: 90%; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.saffireMobileSize.homepage .sliderTextDescription {
  opacity: 1;
  font-size: 12px;
  line-height: 1.3; }

.homepage span.sliderButtonContainer {
  width: 108px; }

.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block; }

.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.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  margin-right: 2px;
  display: inline-block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slideshow-left.png") no-repeat left center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  right: calc(1030px + (-62px * -1));
  margin: auto;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1154px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 10px;
      right: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonPrev {
  display: none !important; }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshow-right.png") no-repeat right center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  left: calc(1030px + (-62px * -1));
  margin: auto;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1154px) {
    .homepage .slideshowSwiperButtonNext {
      right: 10px;
      left: auto; } }

.saffireMobileSize.homepage .slideshowSwiperButtonNext {
  display: none !important; }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 670px; }

.homepage .sliderTextDescription {
  color: #000;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 25px;
  left: auto;
  top: 15px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  right: 55px !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.saffireMobileSize.homepage .sliderButtonContainer {
  margin: auto;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  transform: translate(0, -50%);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.saffireMobileSize.homepage .sliderButtonContainer a.button {
  line-height: 40px !important;
  font-family: "Montserrat-SemiBold";
  letter-spacing: 1px;
  font-size: 17px; }
  .saffireMobileSize.homepage .sliderButtonContainer a.button a.buyNowButton {
    display: none !important; }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 131px;
  max-width: 17vw; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  color: #fff !important;
  border-radius: 0px !important;
  margin-right: 8px;
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent);
  background: linear-gradient(180deg, transparent);
  padding: 2px 9px;
  white-space: nowrap;
  margin-left: 5px; }
  .homepage .sliderButtonContainer a.button:hover {
    background: #7699a5; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: none; }

.homepage .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #415d6a;
  background: #fff;
  margin-right: 6px;
  position: relative;
  top: 0;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #5e6260; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  font-size: 0;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }

.homepage .sliderPlayPause:before {
  content: '\25B6'; }

.homepage .sliderPlayPause.playing:before {
  content: '\275A \275A'; }

.homepage .sliderTitle {
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  text-transform: uppercase;
  line-height: normal;
  overflow: hidden;
  height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  max-width: 100%;
  width: 100%; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 19px;
  padding: 0;
  height: auto;
  overflow: visible;
  white-space: normal;
  margin: 15px 0; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
  font-size: 18px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #fff;
  width: 100%;
  height: 670px;
  max-width: 100%; }

.homepage .swiper-slide {
  /* Specify Slides's Size: */
  height: 670px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.3;
  text-align: center; }

.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block; }

.saffireMobileSize.homepage .swiper-slide-active {
  overflow: hidden; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.homepage .slideshowPlayPause {
  bottom: 0;
  height: 5;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0; }

.homepage .slideshowControlsContainer {
  position: relative;
  z-index: 3;
  clear: both;
  float: left; }

.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

@media screen and (max-width: 1000px) {
  .homepage .slideshowControlsContainer {
    left: 10px;
    float: left; } }
@media screen and (max-width: 550px) {
  .slideshowControlsContainer {
    display: none; } }
.homepageSwiperSlider {
  position: relative; }

.saffireMobileSize.homepage .homepageSwiperSlider {
  margin-bottom: 13px; }

.homepage .sliderControlsContainer {
  position: relative;
  top: 5px;
  height: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center; }

.homepage.saffireMobileSize .sliderControlsContainer {
  display: none; }

@media screen and (max-width: 450px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    display: none !important; } }
.swiper-container {
  width: 100%;
  max-width: 1000px;
  height: 670px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1000px;
  height: 670px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 67vw !important; } }
@media screen and (max-width: 1144px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 37px auto;
  padding: 0;
  transform: skew(0deg, 2deg); }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: 505px;
    height: 215px;
    margin: 3px; }
    #cardWidget .card-widget-item:hover .card-content:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(183, 108, 72, 0.7);
      opacity: 1;
      transition: .3s; }
    #cardWidget .card-widget-item:hover .card-content:after {
      content: '';
      position: absolute;
      background: url("images/bottom-triangle.png") center bottom no-repeat;
      background-size: contain;
      bottom: -1px;
      display: block;
      margin: auto;
      height: 29px;
      width: 68px;
      opacity: 1;
      transition: .3s; }
    #cardWidget .card-widget-item:hover .card-content .card-widget-title,
    #cardWidget .card-widget-item:hover .card-content .card-widget-description,
    #cardWidget .card-widget-item:hover .card-content .buttonwrap {
      z-index: 9;
      height: auto !important; }
    #cardWidget .card-widget-item:hover .card-content .card-widget-title {
      background-color: transparent;
      width: auto;
      transition: .3s; }
    #cardWidget .card-widget-item:hover .card-content .card-widget-description {
      opacity: 1;
      padding: 20px 60px; }
    #cardWidget .card-widget-item:hover .card-content .buttonwrap {
      opacity: 1; }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%; }
    #cardWidget .image-container .card-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%; }
      #cardWidget .image-container .card-content:before, #cardWidget .image-container .card-content:after {
        content: '';
        opacity: 0;
        transition: .3s; }
      #cardWidget .image-container .card-content .card-widget-title {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(118, 153, 165, 0.85);
        font: 17px/1 "Montserrat-SemiBold";
        text-transform: uppercase;
        color: white;
        width: 305px;
        height: 55px;
        transition: .3s; }
      #cardWidget .image-container .card-content .card-widget-description {
        opacity: 0;
        height: 0;
        color: white;
        font: 15px/1 'Montserrat-SemiBold';
        padding: 0; }
      #cardWidget .image-container .card-content .buttonwrap {
        opacity: 0;
        height: 0;
        font: 15px/1 'Montserrat-SemiBold'; }
        #cardWidget .image-container .card-content .buttonwrap a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 123px;
          height: 42px;
          color: white;
          border: 1px solid white;
          text-decoration: none;
          text-transform: uppercase; }

@media screen and (max-width: 1040px) {
  #cardWidget {
    margin: 0; } }
@media screen and (max-width: 530px) {
  #cardWidget .card-widget-item {
    height: 160px; }
    #cardWidget .card-widget-item:hover .card-widget-description {
      font-size: 13px;
      padding: 20px; }
    #cardWidget .card-widget-item:hover .buttonwrap a {
      font-size: 13px;
      width: 75px;
      height: 30px; }
    #cardWidget .card-widget-item .image-container .card-content:after {
      display: none; }
    #cardWidget .card-widget-item .image-container .card-content .card-widget-title {
      font-size: 13px;
      width: 230px;
      height: 40px; } }
/* GENERAL*/
/* TITLE*/
/* EVENT ITEMS*/
/* IMAGES*/
/* PAGINATION*/
/* MORE LINK*/
/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  max-width: 100%;
  width: 614px;
  box-sizing: border-box;
  overflow: hidden; }

#eventScheduleWidget {
  background: rgba(65, 93, 106, 0.8);
  display: block;
  margin: auto;
  height: 500px;
  padding-top: 10px;
  position: relative;
  right: 0;
  /* min-width: map-get($eventScheduleLayout, width); */
  width: 614px;
  z-index: 34; }

.eventScheduleWidgetItemImage {
  padding: 0 45px 20px 0;
  float: left;
  width: 110px;
  height: 75px;
  text-align: center;
  margin-top: 18px; }
  @media screen and (max-width: 821px) {
    .eventScheduleWidgetItemImage {
      padding-right: 0px !important;
      margin-top: 10px !important; } }

.eventScheduleWidgetItemImage img {
  max-width: 110px;
  max-height: 75px; }

.eventScheduleDummyImageLink {
  background: url(images/logo.png) no-repeat;
  background-size: contain;
  display: block;
  width: 110px;
  height: 75px; }

.eventScheduleWidgetTitle {
  color: #fff;
  font-family: "Nexa_Free_Bold-webfont";
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  margin-top: -10px; }

.eventScheduleWidgetTitle:before {
  content: "Events Calendar";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c3d6e4;
  padding: 15px;
  margin-top: -5px; }

.eventScheduleWidgetItemDate {
  /* float: left;*/
  width: calc(100% - 110px - 45px - 0);
  text-align: left;
  position: relative;
  font-family: "Nexa_Free_Light-webfont"; }

.eventScheduleWidgetItemText {
  /* float: left;*/
  /* margin-top: 15px;*/
  position: relative;
  text-align: left;
  width: calc(100% - 110px - 45px - 0);
  font-size: 12px;
  font-family: "Nexa_Free_Light-webfont"; }
  @media screen and (max-width: 821px) {
    .eventScheduleWidgetItemText {
      margin-bottom: 10px; } }

.eventScheduleWidgetItemText a .eventScheduleWidgetItemDescription:after {
  display: inline-block;
  content: "More >";
  padding-left: .5em;
  text-decoration: underline; }

.eventScheduleWidgetItemTitle {
  font-family: "Nexa_Free_Bold-webfont";
  font-size: 20px;
  color: #fff; }

.eventScheduleWidgetItem {
  clear: both;
  color: #fff;
  padding-top: 4px;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* max-width: calc(100vw - 31px - 31px);*/ }
  .eventScheduleWidgetItem:hover {
    /* background-color: #354c56;*/ }

.eventScheduleWidgetItem a {
  color: #fff; }

strong.customEventSliderMore {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal; }

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 12px;
  font-family: "Nexa_Free_Light-webfont";
  color: #fff;
  letter-spacing: .2px; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block; }

.eventScheduleWidgetPage {
  display: block;
  width: 525px;
  padding-left: 40px;
  padding-right: 49px; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 338px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute; }

.eventScheduleWidgetMultiPage {
  overflow: hidden; }

.eventScheduleWidgetPage1 {
  display: block;
  margin-top: 10px; }

#eventScheduleWidgetForward {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(7% + 8px + 55px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 8px;
  border-color: transparent transparent transparent #fff; }

#eventScheduleWidgetBack {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 8px calc(11px / 2) 0;
  border-color: transparent #fff transparent transparent; }

#eventScheduleWidgetPaginationContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 42px;
  color: #fff;
  text-align: center;
  display: none; }

#eventScheduleWidgetTextPagination {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  position: absolute;
  left: calc(7% + 8px);
  width: 55px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1.3em; }

@media screen and (max-width: 1085px) {
  #eventScheduleWidgetContainer {
    margin-top: 3em;
    position: relative; } }
.saffireMobileSize #eventScheduleWidgetContainer {
  margin-top: 5px; }

.saffireMobileSize #eventScheduleWidget {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block; }

.eventScheduleMoreButtonContainer {
  position: absolute;
  left: 77px;
  right: auto;
  top: 93.5%;
  bottom: auto; }

.eventScheduleMoreButtonContainer a {
  color: #fff;
  font-size: 13px;
  font-family: "Nexa_Free_Light-webfont"; }

.eventScheduleMoreButtonContainer a:before {
  content: "All Events >>"; }

.mobile-menu-container {
  z-index: 99999999;
  background-color: #fff; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #b76c48; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #fff; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #e6e6e6; }
    .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: #5f6361; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #844e35; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Montserrat-SemiBold"; }
  .mobile-menu-container .cart-counter {
    font-family: "Montserrat-SemiBold"; }
  .mobile-menu-container .search-container input {
    font-family: "Montserrat-SemiBold"; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #5f6361; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #b76c48;
    font-family: "Montserrat-SemiBold";
    color: #5f6361;
    border-color: #fff; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Montserrat-SemiBold";
    color: #5f6361; }

#mobile-nav ul {
  background-color: #fff; }
#mobile-nav a {
  background-color: #b76c48;
  font-family: "Montserrat-SemiBold";
  color: #fff;
  transition: .3s; }
  #mobile-nav a:hover {
    background-color: #92563a;
    transition: .3s; }
#mobile-nav .has-subitems span {
  max-width: 50px;
  background-color: #a96443;
  color: #fff;
  transition: .3s; }
  #mobile-nav .has-subitems span:hover {
    background-color: #844e35;
    transition: .3s; }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #f0f;
  font-family: "Montserrat-SemiBold";
  font-size: 46px;
  margin: auto;
  line-height: 1em;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0;
  bottom: auto;
  text-transform: uppercase;
  text-align: center; }

.saffireMobileSize #multiFeature1Title {
  font-size: 27.6px; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: auto;
  margin: 0 auto;
  padding: 28px 0 0;
  float: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  clear: none;
  transform: skew(0deg, 2deg);
  margin-top: -35px;
  overflow: hidden; }

#multiFeature1 .featureItem {
  background: none;
  height: 300px;
  box-sizing: border-box;
  margin: 0px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 25%;
  flex-basis: 24.7%;
  transition: 0.4s ease; }
  @media screen and (max-width: 1200px) {
    #multiFeature1 .featureItem {
      flex-basis: 49.5%;
      margin-top: 5px; } }
  @media screen and (max-width: 645px) {
    #multiFeature1 .featureItem {
      flex-basis: 99.5%;
      margin-top: 10px; } }

#multiFeature1 .featureItem:first-child {
  margin-left: 0; }

#multiFeature1 .featureItem:last-child {
  margin-right: 0; }

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 100%;
  max-height: 300px;
  height: 300px;
  width: 100%; }

.multiFeatureArrow {
  display: block; }

#multiFeature1ArrowLeft {
  position: absolute;
  left: -33px;
  bottom: calc(auto/2 - 11px);
  left: 0;
  bottom: 0;
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  width: 22px;
  height: 22px; }

#multiFeature1ArrowRight {
  position: absolute;
  right: -33px;
  bottom: calc(auto/2 - 11px);
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  width: 22px;
  height: 22px; }

#multiFeature1 .featureItemTitle {
  height: 0px;
  background: none;
  display: block;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  height: -8px;
  padding-top: 8px;
  margin: 0;
  width: 94%;
  text-align: center; }

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #fff; }

#multiFeature1 .featureItemDescriptionContainer {
  background: rgba(183, 108, 72, 0.7);
  display: block;
  max-height: 0px;
  height: 0px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden; }

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 300px;
  max-height: 300px; }

#multiFeature1 #multiFeature1TextPaginationContainer {
  display: none !important; }

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #fff; }

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>"; }

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: "<<"; }

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px; }

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #0f0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #f00;
  padding: 0px 6px 2px;
  border-radius: 3px; }

#multiFeature1 .featureItemDescription {
  max-height: 0;
  padding: 0 3%;
  line-height: normal;
  transition: all 0.4s ease;
  text-align: center;
  font-size: 14px; }

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #fff;
  max-width: calc(100vw - $calculateLeftDistance);
  line-height: 20px;
  display: block;
  margin-top: 25px; }

#multiFeature1 .featureItemDescription a {
  /* float: left;
  clear: left;
  margin-bottom: 4px;
  margin-top: 8px; */ }

#multiFeature1 .featureItemDescription a.button {
  clear: both;
  float: none;
  display: inline-block;
  margin: 8px 9px 5px; }

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

#multiFeature1 .featureItemButtonContainer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%; }

/* global css */
#multiFeature1.multiFeature {
  position: relative;
  /* can be set to absolute or fixed on a theme level, must not be static */ }

#multiFeature1 .multiFeatureContent {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  width: 100%;
  z-index: 10;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiFeature1 .multiFeatureItemPanel {
  float: left; }

#multiFeature1 .featureItemImage {
  width: 100%;
  height: 300px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

/* do not include tab height*/
/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "Nexa_Free_Bold-webfont";
  font-size: 11px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 9.35px; }

.multiSocialWidgetTab:hover {
  background: #6b9abc;
  color: #fff; }

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Nexa_Free_Bold-webfont"; }

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  clear: both;
  border-top: 1px solid; }

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0; }

.twitterFeedItem:last-child {
  padding-bottom: 8px; }

.twitterWidgetImageLink img {
  max-width: 60px;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px; }

#instafeedContainer > a:hover {
  opacity: 0.75; }

a.multiSocialWidgetTab {
  background: #fff;
  color: #6b9abc;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px 1px 8px; }

a.multiSocialWidgetTab.currentTab {
  background: #6b9abc;
  color: #fff;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: #fff;
  height: 463px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 330px; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 518px;
  width: 340px; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%; }

/* add custom theme css in this file\*/
.wrapper {
  overflow-x: hidden; }

/*///////////// header*/
.saffireLargeSize .nav .groups .group a {
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: .5px; }
  .saffireLargeSize .nav .groups .group a:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0; }
  .saffireLargeSize .nav .groups .group a:hover {
    cursor: pointer; }
    .saffireLargeSize .nav .groups .group a:hover:after {
      width: 100%;
      left: 0; }

.saffireLargeSize .quickLinks ul li > a:hover {
  transition: .3s;
  color: #7699a5; }

#customLogo {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 1px 2px 6px #888888;
  box-shadow: 1px 2px 6px #888888; }

.saffireLargeSize #customLogo {
  top: 23px; }
.saffireLargeSize .nav {
  top: 83px; }

.saffireMobileSize #customLogo {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  height: 90px; }
.saffireMobileSize .header .searchBox, .saffireMobileSize .nav {
  color: #a4bbc3 !important;
  position: absolute; }
.saffireMobileSize .header .searchBox {
  display: none; }

.searchBoxInput {
  -webkit-box-shadow: none;
  box-shadow: none; }

.header .nav .groups .group a:hover:after {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 85%;
  border-top: 2px solid #7699a5;
  content: ' '; }
.header .emailSignup a.button {
  color: #fff !important; }
.header .emailSignup .textbox {
  background-image: none !important;
  color: #b3b3b3;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: "OpenSans-Bold-webfont";
  padding-left: 10px;
  border-radius: 0px !important;
  border: 2px solid #7699a5;
  padding-bottom: 3px; }
.header a.get-quote {
  font-size: 12px;
  color: #fff !important;
  font-family: "OpenSans-Bold-webfont";
  padding: 3px 8px 2px; }
  .header a.get-quote:hover {
    border: 2px solid #9fcad9; }

.saffireLargeSize .nav .items .item a {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 14px !important; }
  .saffireLargeSize .nav .items .item a:hover {
    background: #cfdbe0;
    color: #b76c48;
    font-weight: bold; }

.saffireLargeSize .quickLinks {
  top: 4px;
  left: auto !important;
  right: 0 !important;
  padding-right: 20px; }
  .saffireLargeSize .quickLinks ul {
    display: flex;
    align-items: center; }

.saffireLargeSize .groups:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100vw;
  height: 115%;
  z-index: -1;
  left: 50%;
  top: -7px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.contact-us a, .quote a {
  color: white;
  text-transform: uppercase;
  background: #7699a5;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 10px;
  -webkit-transition: .3s;
  transition: .3s; }
  .contact-us a:hover, .quote a:hover {
    background: #9fcad9;
    -webkit-transition: .3s;
    transition: .3s; }

.header .emailSignup a.button:hover,
.header .get-quote:hover {
  background: #9fcad9; }

.saffireMobileSize .quickLinks ul {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 60px;
  margin-right: 0; }
  .saffireMobileSize .quickLinks ul li:not(:last-child) {
    display: block;
    margin: 0 5px; }
    .saffireMobileSize .quickLinks ul li:not(:last-child) .standAloneDirections {
      display: none; }
    .saffireMobileSize .quickLinks ul li:not(:last-child) .contact-us {
      margin-top: 3px; }
    .saffireMobileSize .quickLinks ul li:not(:last-child) a {
      display: inline;
      padding: 7px 10px;
      font-size: 12px;
      font-family: "OpenSans-Bold-webfont";
      border: none; }

/*////// Homepage Video*/
.home-video {
  width: 100%; }

/*////// advanced slideshow*/
#newSliderDescriptionContainer {
  background: url("images/long-skew-bg.png") no-repeat;
  background-size: cover; }

.saffireMobileSize .slideshowSwiperDescription {
  height: 270px;
  background: #b76c48;
  font-family: 'Montserrat-SemiBold';
  text-align: center; }
  .saffireMobileSize .slideshowSwiperDescription .sliderTextDescription {
    color: #fff;
    font-size: 14px; }

.homepageSwiperSlider {
  margin-bottom: 50px; }

a.sliderWidgetPurchaseLink.button.buyNowButton {
  float: left; }

.saffireMobileSize a.sliderWidgetPurchaseLink.button.buyNowButton {
  margin-top: 0px !important; }

.sliderButtonContainer a.button {
  background: transparent;
  border: 2px solid white;
  letter-spacing: 1px; }

.saffireLargeSize .sliderTextDescription {
  color: #fff;
  font: 15px/1 'Montserrat-SemiBold';
  width: 90%; }

.saffireLargeSize .sliderButtonContainer {
  top: 32px !important; }

.saffireLargeSize .header .emailSignup,
.saffireLargeSize .header .get-quote {
  top: -8px;
  right: -188px;
  z-index: 9999; }
.saffireLargeSize .header .searchBox {
  top: 58px !important;
  right: 0px;
  z-index: 9999; }

.header .emailSignup a.button,
.header .get-quote {
  background: #7699a5;
  font-weight: bold;
  border-radius: 0px !important; }

a.button .button {
  background: transparent !important; }

/*// multifeature*/
a#multiFeature1ArrowRight {
  background-image: url("images/multifeature-arrow-right.png");
  background-repeat: no-repeat; }

a#multiFeature1ArrowLeft {
  background-image: url("images/multifeature-arrow-left.png");
  background-repeat: no-repeat; }

#multiFeature1 .featureItemTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 11px;
  margin-bottom: 10px;
  height: 20px; }

#multiFeature1 .featureItemDescription .button, #multiFeature1 .featureItemDescription .featureItemBuyNow {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px !important;
  background-color: transparent !important;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  margin-top: 10px;
  width: 125px;
  padding: 10px; }
  #multiFeature1 .featureItemDescription .button:hover, #multiFeature1 .featureItemDescription .featureItemBuyNow:hover {
    background-color: #7699a5 !important; }
  #multiFeature1 .featureItemDescription .button:after, #multiFeature1 .featureItemDescription .featureItemBuyNow:after {
    content: '>';
    margin-left: 5px; }
#multiFeature1 .featureItemDescription a.buyNowButton {
  margin: 3px 9px 0; }

.multifeature-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px; }

span.title-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(118, 153, 165, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66%;
  height: 25px;
  text-align: center;
  padding: 20px 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 23px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

#multiFeature1 .featureItem:hover span.title-box {
  display: none; }

.featureItemDescriptionContainer {
  line-height: 4px; }
  .featureItemDescriptionContainer:after {
    content: '';
    position: absolute;
    background-image: url("images/bottom-triangle.png");
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 12%;
    width: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center bottom; }

/*//// advanced rotating content*/
span.rotating-widget-title {
  /* span.title-box {*/
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(106, 153, 187, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  z-index: 99;
  /* }*/ }

/*/// event schedule widget*/
#eventScheduleWidgetWrapper {
  float: left; }
  @media screen and (max-width: 1225px) {
    #eventScheduleWidgetWrapper {
      float: none;
      display: block;
      margin: auto; } }
  @media screen and (max-width: 980px) {
    #eventScheduleWidgetWrapper {
      width: 100%; } }

.saffireMobileSize .content-wrapper {
  width: 95%; }

.saffireMobileSize .eventScheduleWidgetPage {
  padding-left: 0px;
  width: 100%; }

.saffireMobileSize #eventScheduleWidget {
  width: 100%;
  height: 500px; }
  @media screen and (max-width: 545px) {
    .saffireMobileSize #eventScheduleWidget {
      height: 900px; } }
  @media screen and (max-width: 400px) {
    .saffireMobileSize #eventScheduleWidget {
      height: 960px; } }
  @media screen and (max-width: 360px) {
    .saffireMobileSize #eventScheduleWidget {
      height: 1005px; } }
  @media screen and (max-width: 800px) {
    .saffireMobileSize #eventScheduleWidget .eventScheduleMoreButtonContainer {
      left: 21%;
      top: 95.5%; } }
  .saffireMobileSize #eventScheduleWidget .eventScheduleWidgetItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: auto;
    position: relative; }
  .saffireMobileSize #eventScheduleWidget .eventScheduleWidgetItemText, .saffireMobileSize #eventScheduleWidget .eventScheduleWidgetItemDate {
    text-align: center !important; }

#eventScheduleWidget {
  margin-top: 40px; }
  #eventScheduleWidget .eventScheduleWidgetTitle {
    background-color: #7699a5;
    height: 50px;
    padding: 20px; }
    @media screen and (max-width: 350px) {
      #eventScheduleWidget .eventScheduleWidgetTitle {
        height: auto; } }
  #eventScheduleWidget .eventScheduleWidgetItemDate {
    display: block; }

.content-wrapper {
  max-width: 1000px;
  width: 80%;
  display: block;
  margin: auto; }

.eventScheduleWidgetItemImage {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .eventScheduleWidgetItemImage img {
    height: auto;
    width: 100%; }

.eventScheduleWidgetItemTitle {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.eventScheduleWidgetItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 819px) {
    .eventScheduleWidgetItem {
      position: relative; } }

.eventScheduleWidgetItem:hover {
  position: relative; }
  .eventScheduleWidgetItem:hover::after {
    content: '';
    height: 90px;
    width: 614px;
    background-color: #354c56;
    position: absolute;
    left: -40px;
    top: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* -webkit-transform: translate(-50%,0);*/
    /*         transform: translate(-50%,0);*/
    z-index: -1; }
    @media screen and (max-width: 821px) {
      .eventScheduleWidgetItem:hover::after {
        display: none; } }
  .eventScheduleWidgetItem:hover::before {
    content: '';
    position: absolute;
    background-image: url("images/side-triangle.png");
    left: -40px;
    top: 3px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 819px) {
      .eventScheduleWidgetItem:hover::before {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0; } }
  @media screen and (max-width: 821px) {
    .eventScheduleWidgetItem:hover {
      background-color: #354c56 !important;
      width: 100%; } }

.body-content {
  width: 100%;
  background-image: url("images/body-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 60px 0px 60px;
  transform: skew(0deg, -2deg);
  -moz-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  -webkit-transform: skew(0deg, -2deg);
  margin-bottom: 23px;
  margin-top: 30px; }
  @media screen and (max-width: 1225px) {
    .body-content {
      height: auto; } }

.saffireMobileSize .body-content {
  padding-bottom: 30px; }

.content-wrapper {
  transform: skew(0deg, 2deg);
  -moz-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  -webkit-transform: skew(0deg, 2deg); }

.eventScheduleMoreButtonContainer:hover {
  text-decoration: underline; }

/*//////// instafeed + socialNetwork widget*/
#multiSocialWidget {
  float: right;
  margin-top: 40px; }
  @media screen and (max-width: 1225px) {
    #multiSocialWidget {
      float: none;
      display: block;
      margin: auto;
      margin-top: 40px; } }

/*///////// footer*/
.footer-logo {
  background-image: url("images/footer-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 160px;
  display: block;
  margin: auto;
  margin-top: -5px;
  margin-bottom: 20px; }

.footer {
  background-image: url("images/parallax-footer.png") !important;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  background: #b76c48; }
  .footer #customFooterContent, .footer #customFooterContent a {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: -20px;
    margin-bottom: 15px; }
    .footer #customFooterContent span, .footer #customFooterContent a span {
      margin: 0px 15px; }
  .footer #customFooterContent:after {
    content: '';
    height: 20px;
    width: 160px;
    position: absolute;
    background-image: url("images/asm-tag.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.saffireMobileSize .footer #customFooterContent, .saffireMobileSize .footer #customFooterContent a {
  font-size: 16px; }
.saffireMobileSize .footer #customFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .saffireMobileSize .footer #customFooterContent .separator {
    display: none; }

ul.footerItems1 {
  font-size: 14px;
  font-weight: bold; }

.employeeLogin a {
  background: transparent;
  border: 2px solid white;
  border-radius: none;
  font-family: 'Montserrat-SemiBold';
  font-weight: bold;
  font-size: 13px;
  width: 135px;
  display: block;
  margin: auto;
  letter-spacing: 1px;
  padding: 6px;
  line-height: 25px;
  margin-top: 20px; }
  .employeeLogin a:hover {
    text-decoration: none;
    background: #7699a5; }

li.footerCopyright,
li.footerSaffire {
  font-family: "OpenSans-Regular-webfont";
  font-size: 13px; }

li.footerCopyright {
  display: block !important;
  margin-top: 13px;
  margin-bottom: -8px; }

.saffireMobileSize li.footerCopyright {
  max-width: 295px;
  margin: auto; }

.imageGridModule .moduleItemContainer img.smallImage {
  border: none !important; }

.upload-photo {
  display: none !important; }

.emailSignup.modalOnly .emailSignupText {
  color: #fff;
  text-align: center; }
.emailSignup.modalOnly .emailInputSubmit a.button {
  border-radius: 0px !important;
  border: none !important; }

.saffireMobileSize .nav:before {
  color: white;
  left: 25%;
  top: 17px; }

.maps {
  -webkit-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .maps .map-1, .maps .map-2 {
    width: 475px;
    height: 530px;
    margin: 0 25px;
    background-size: contain; }
    @media screen and (max-width: 1066px) {
      .maps .map-1, .maps .map-2 {
        margin: 3px auto; } }
  .maps .map-1 {
    background: url("images/map-1.png") center no-repeat; }
  .maps .map-2 {
    background: url("images/map-2.png") center no-repeat; }

.saffireMobileSize .maps .map-1, .saffireMobileSize .maps .map-2 {
  width: 360px;
  height: 395px; }

h3.imageGridTitle > a {
  font: 16px/1 'Montserrat-SemiBold';
  text-transform: none;
  text-decoration: none;
  color: #5e6260; }

.imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer {
  max-width: 55%;
  align-items: flex-start;
  text-align: left;
  word-break: break-all; }
  .imageGridWrapperContainer.itemListTypeGrid .moduleItemContainer .imageGridTitle {
    text-align: left; }

#rotatingContentWidget2 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto 33px;
  padding: 0;
  text-align: center;
  background: transparent; }
  #rotatingContentWidget2 .rotating-widget-item:hover .image-container {
    /* transform: scale(1.1);*/ }
    #rotatingContentWidget2 .rotating-widget-item:hover .image-container:after {
      content: '';
      position: absolute;
      background-color: rgba(148, 62, 4, 0.8);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #rotatingContentWidget2 .rotating-widget-item:hover .image-container:before {
      content: '';
      position: absolute;
      background-image: url("images/bottom-triangle.png");
      bottom: 0px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 15%;
      width: 100%;
      z-index: 99999;
      background-repeat: no-repeat;
      background-position: center bottom; }
  #rotatingContentWidget2 .widget-item-container {
    display: block;
    width: 100%; }
  #rotatingContentWidget2 .image-container {
    min-height: 265px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    z-index: 0;
    width: 100%;
    max-width: 33.3%;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* .rotating-widget-title {*/
    /*   color: #0084bd;*/
    /*   font: 14px/1 'Roboto-Regular-webfont';*/
    /*   text-transform: capitalize;*/
    /*   position: absolute;*/
    /*   // width: 100%;*/
    /*   display: block;*/
    /*   // bottom: 9px;*/
    /*   z-index: 2;*/
    /* }*/ }
    @media screen and (max-width: 765px) {
      #rotatingContentWidget2 .image-container {
        max-width: 50%; } }
    @media screen and (max-width: 500px) {
      #rotatingContentWidget2 .image-container {
        max-width: 100%; } }

body.weddings {
  background-image: url("images/weddings-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ceb08a;
  font-family: 'Montserrat-Light';
  color: #5e6260; }
  body.weddings .content {
    background: rgba(255, 255, 255, 0.8);
    max-width: 90% !important;
    width: 1000px;
    margin-top: 180px;
    margin-bottom: 345px; }
    @media screen and (max-width: 820px) {
      body.weddings .content {
        margin-bottom: 180px;
        margin-top: 0px;
        max-width: 85% !important; } }
    body.weddings .content:before {
      content: '';
      position: absolute;
      top: -67px;
      right: 0px;
      width: 100%;
      height: 68px;
      background-image: url("images/wedding-content-top.png");
      background-repeat: no-repeat;
      background-size: cover; }
    body.weddings .content:after {
      content: '';
      position: absolute;
      bottom: -57px;
      right: 0px;
      height: 68px;
      width: 100%;
      z-index: 999;
      background-image: url("images/wedding-content-bottom.png");
      background-repeat: no-repeat;
      background-size: cover; }
  body.weddings h1.dynamicPageTitle {
    text-align: center;
    font-family: 'greatvibes-regular-webfont';
    text-transform: none;
    font-size: 70px;
    color: #b76c48; }
    @media screen and (max-width: 700px) {
      body.weddings h1.dynamicPageTitle {
        font-size: 48px; } }
    @media screen and (max-width: 480px) {
      body.weddings h1.dynamicPageTitle {
        font-size: 33px; } }
  body.weddings h1, body.weddings h2, body.weddings h4 {
    color: #5e6260; }
  body.weddings h3 {
    color: #b76c48; }
  body.weddings span.title {
    color: #b76c48;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      body.weddings span.title {
        font-size: 20px; } }
  body.weddings .dynamicPageContainer {
    width: 90% !important;
    display: block;
    margin: auto; }
  body.weddings .textGalleryImageContainer {
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 1020px) {
      body.weddings .textGalleryImageContainer {
        width: 100%;
        float: none;
        padding: 0px;
        display: block;
        margin: auto; } }
    body.weddings .textGalleryImageContainer .largeImage {
      margin-top: -8px;
      margin-bottom: 20px; }
  body.weddings .previewArea, body.weddings h2.moduleTitle {
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 1020px) {
      body.weddings .previewArea, body.weddings h2.moduleTitle {
        width: 100%; } }
  body.weddings .dynamicPageContainer .moduleTitle {
    text-align: left !important; }
  body.weddings hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1.5px solid #b76c48;
    margin: 1em 0;
    padding: 0; }
  body.weddings strong {
    color: #b76c48; }
  body.weddings .footer:after {
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 318px;
    left: 0px;
    background-image: url("images/wedding-footer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1590px) {
      body.weddings .footer:after {
        background-image: url("images/wedding-footer-long.png"); } }
    @media screen and (max-width: 820px) {
      body.weddings .footer:after {
        display: none; } }
  body.weddings .footer:before {
    content: '';
    width: 123px;
    height: 335px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 95px;
    background-image: url("images/logo-small.png");
    background-repeat: no-repeat;
    z-index: 999; }
    @media screen and (max-width: 860px) {
      body.weddings .footer:before {
        height: 344px; } }
    @media screen and (max-width: 1590px) {
      body.weddings .footer:before {
        bottom: 110px; } }
    @media screen and (max-width: 820px) {
      body.weddings .footer:before {
        display: none; } }

body:not(.homepage).general {
  background: url("images/body-bg.png") white center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  body:not(.homepage).general .content {
    background: rgba(255, 255, 255, 0.8);
    max-width: 90% !important;
    width: 1000px;
    margin-top: 220px;
    margin-bottom: 350px; }
    @media screen and (max-width: 840px) {
      body:not(.homepage).general .content {
        margin-bottom: 185px; } }
    @media screen and (max-width: 800px) {
      body:not(.homepage).general .content {
        margin-top: 60px; } }
    body:not(.homepage).general .content:before {
      content: '';
      position: absolute;
      top: -105px;
      right: 0px;
      width: 100%;
      height: 105px;
      background-image: url("images/general-content-top.png");
      background-repeat: no-repeat;
      background-size: cover; }
    body:not(.homepage).general .content:after {
      content: '';
      position: absolute;
      bottom: -64px;
      right: 0px;
      height: 64px;
      width: 100%;
      z-index: 999;
      background-image: url("images/general-content-bottom.png");
      background-repeat: no-repeat;
      background-size: cover; }
  body:not(.homepage).general hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1.5px solid #5e6260;
    margin: 1em 0;
    padding: 0; }
  body:not(.homepage).general .textGalleryImageContainer .largeImage {
    background: none;
    border: none !important;
    margin-top: -8px; }
  body:not(.homepage).general #MainContent_content_pnl_modules {
    padding: 20px; }
  body:not(.homepage).general h1.dynamicPageTitle {
    color: #929172;
    text-align: center;
    font-family: 'Montserrat-Bold'; }
  body:not(.homepage).general h2.sectionHeading,
  body:not(.homepage).general h2.moduleTitle {
    font: 19px/1 'Montserrat-Regular'; }
  body:not(.homepage).general h1, body:not(.homepage).general h2, body:not(.homepage).general h4 {
    color: #5e6260; }
  body:not(.homepage).general h3 {
    color: #929172; }
  body:not(.homepage).general .footer:after {
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 318px;
    left: 0px;
    background-image: url("images/wedding-footer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1590px) {
      body:not(.homepage).general .footer:after {
        background-image: url("images/wedding-footer-long.png"); } }
    @media screen and (max-width: 840px) {
      body:not(.homepage).general .footer:after {
        display: none; } }
  body:not(.homepage).general .footer:before {
    content: '';
    width: 123px;
    height: 332px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 95px;
    background-image: url("images/logo-small.png");
    background-repeat: no-repeat;
    z-index: 999; }
    @media screen and (max-width: 906px) {
      body:not(.homepage).general .footer:before {
        height: 347px; } }
    @media screen and (max-width: 1590px) {
      body:not(.homepage).general .footer:before {
        bottom: 110px; } }
    @media screen and (max-width: 840px) {
      body:not(.homepage).general .footer:before {
        display: none; } }

/*# sourceMappingURL=theme.css.map */
