/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  src: url("fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-ExtraBold-webfont.svg#OpenSans-ExtraBold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "opensans-condbold-webfont";
  src: url("fonts/opensans-condbold-webfont.eot");
  src: url("fonts/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-condbold-webfont.woff") format("woff"), url("fonts/opensans-condbold-webfont.ttf") format("truetype"), url("fonts/opensans-condbold-webfont.svg#opensans-condbold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "antonio-bold-webfont";
  src: url("fonts/antonio-bold-webfont.eot");
  src: url("fonts/antonio-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/antonio-bold-webfont.woff") format("woff"), url("fonts/antonio-bold-webfont.ttf") format("truetype"), url("fonts/antonio-bold-webfont.svg#antonio-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "antonio-light-webfont";
  src: url("fonts/antonio-light-webfont.eot");
  src: url("fonts/antonio-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/antonio-light-webfont.woff") format("woff"), url("fonts/antonio-light-webfont.ttf") format("truetype"), url("fonts/antonio-light-webfont.svg#antonio-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "antonio-regular-webfont";
  src: url("fonts/antonio-regular-webfont.eot");
  src: url("fonts/antonio-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/antonio-regular-webfont.woff") format("woff"), url("fonts/antonio-regular-webfont.ttf") format("truetype"), url("fonts/antonio-regular-webfont.svg#antonio-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "blackjack-webfont";
  src: url("fonts/blackjack-webfont.eot");
  src: url("fonts/blackjack-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/blackjack-webfont.woff") format("woff"), url("fonts/blackjack-webfont.ttf") format("truetype"), url("fonts/blackjack-webfont.svg#blackjack-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "bebasneue_regular-webfont";
  src: url("fonts/bebasneue_regular-webfont.eot");
  src: url("fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue_regular-webfont.woff") format("woff"), url("fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("fonts/bebasneue_regular-webfont.svg#bebasneue_regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/************************* BODY/CONTAINER ********************/
body {
  /* |%  need to set body background and default font options */
  color: #313131;
  background: #009294 url(images/Background.jpg) no-repeat fixed center center;
  font: 12px/1.583em "open_sansregular", Arial, Verdana, sans-serif; }

.wrapper {
  /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
  width: 100%;
  background: ""; }

.content {
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
  margin: 57px auto 94px;
  max-width: calc(1000px - 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; }

/*********************** STANDARD ELEMENTS ********************/
a {
  color: #000;
  text-decoration: underline; }

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; }

input {
  color: #9B9B9B; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
  font-family: "open_sansbold"; }

h1 {
  font-size: 36px;
  line-height: 1.125em;
  margin: 0.2em 0; }

h2, h2 a {
  font-size: 20px;
  line-height: 1.155em; }

.cartcols h2 {
  font-size: 16px;
  line-height: 1.155em; }

h3 {
  font-size: 18px;
  line-height: 1.187em; }

.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: #ccc; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "antonio-regular-webfont"; }

.inputFieldSubmit {
  border-radius: 2px !important; }

a.button,
.button,
.buttonSmall {
  background: #faaf3a;
  background: -webkit-linear-gradient(-90deg, #faaf3a);
  background: linear-gradient(180deg, #faaf3a);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #f19506;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
  background: #9e0606;
  color: #fff;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000; }

a.havePhotoLink {
  color: #fff; }

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
  color: #fff; }

.subContainer .error {
  color: #61f9f9; }

.dateDisplayBar,
.dateDisplay {
  background: #faaf3a;
  color: #fff; }

.dateDisplayBar a,
.dateDisplay a {
  color: #fff; }

.dateDisplay_disabled {
  opacity: 0.4; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #fff; }

.orderhistory {
  background: #faaf3a; }

.orderhistory th {
  color: #fff;
  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: #e80909; }

.homepageTabs li ul,
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
  background-color: #9e0606 !important; }

.homepageTabs ul.menu li:hover {
  /* |%  hover state for above dropdowns */
  background: #9e0606; }

/* END TAB BACKGROUND COLORS */
.homepageTabs ul.menu a {
  /* |%  font color for tabs */
  color: #fff; }

.tab,
.tabOn {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "open_sansregular"; }

.homepageTabs ul.menu a {
  font-family: "open_sansregular";
  font-size: 11px; }

.homepageTabs > li > a,
.tabs > ul > li > a {
  float: left;
  display: block;
  padding: 5px 12px;
  height: 17px;
  margin: 6px 0 0;
  border-radius: 0;
  white-space: nowrap; }

.homepageTabs a,
.tabs a {
  color: #fff; }

/******************************* TOP/GLOBAL ITEMS ************************************/
.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #009294;
  -webkit-box-shadow: 0 -3px 5px #666 inset;
  -moz-box-shadow: 0 -3px 5px #666 inset;
  box-shadow: 0 -3px 5px #666 inset;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "antonio-regular-webfont"; }

.generalmessage a {
  color: #fff; }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease; }

.pageIsLoaded .socialNetworks {
  right: 0; }

.socialNetworks > span,
.socialNetworks > a {
  display: block;
  float: none;
  width: 40px;
  height: 39px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: relative;
  -o-transition: transform 0.4s ease, left 0.4s ease;
  -webkit-transition: transform 0.4s ease, left 0.4s ease;
  -moz-transition: transform 0.4s ease, left 0.4s ease;
  -ms-transition: transform 0.4s ease, left 0.4s ease;
  transition: transform 0.4s ease, left 0.4s ease; }

.socialNetworks > a:hover {
  -o-transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  left: -9px;
  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(255, 255, 255, 0.8);
  z-index: 2; }

#musicPlayerDropdown {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9em;
  padding: 8px 10px;
  right: 12px;
  top: -5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8) inset; }

#musicPlayerDropdown a {
  color: rgba(0, 0, 0, 0.8);
  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 rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-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; }

  .socialNetworks > a,
  .socialNetworks > span#musicPlayerLink {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    float: left;
    margin-left: -8px; }

  #musicPlayerDropdown {
    top: auto;
    bottom: 21px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); } }
/*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%; }

/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/
#ourPickButton {
  margin-bottom: 30px; }

.column2 {
  float: right; }

.listingItem {
  background: #ccc;
  border-bottom: 1px solid #b3b3b3; }

.listingItem:hover {
  background: #d4d4d4; }

.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;
  -moz-box-shadow: 2px 2px 5px #000;
  -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;
  background: url("images/") no-repeat #009294 bottom;
  height: 200px;
  padding: 0; }

.saffireMobileSize .footer {
  padding-bottom: 55px; }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

ul.footerItems1 {
  margin: 0 auto;
  font-family: "antonio-light-webfont";
  font-size: 15px; }

.saffireMobileSize ul.footerItems1 {
  margin-bottom: 6px; }

ul.footerItems2 {
  margin: 0 auto; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent h1 {
  font-size: calc(36px * 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; }

/* 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: #000; }

.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: #313131; }

.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }

.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/*************** 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 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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;
  box-shadow: none; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header a.button {
  color: #fff !important;
  background: #3f7c8a;
  font-family: "OpenSans-Regular-webfont";
  font-size: 11px;
  padding: 0 8px 1px; }

.header a.button:hover {
  background: #55a0b1; }

.header input.textbox {
  min-height: calc(11px * 1.2); }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 98px;
  background: url(images/header-bg.jpg) repeat-x center top; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0; }

  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 102px; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 98px;
  max-width: 1000px;
  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: 155px;
  position: absolute;
  left: -36px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 295px;
  background-size: contain; }

@media screen and (max-width: 1072px) {
  .saffireLargeSize #customLogo {
    left: 0; } }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 39px;
  padding: 0;
  background: transparent;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 62px;
  bottom: auto; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 32px;
  max-height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 19px;
  font-family: "antonio-regular-webfont";
  line-height: normal;
  color: #000; }

@media screen and (max-width: 1000px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 15.2px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #000;
  background: #f7a904;
  border-radius: 4px 4px 0 0; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 4px; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #f7a904;
  padding-top: 0;
  padding-bottom: 0;
  color: #000; }

.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: #000;
  font: 12px "open_sansregular", Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #1f1f1f;
  background: #fcbe3c; }

.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: relative;
  left: 17px;
  right: auto;
  top: 8px;
  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 {
  font-size: 15px;
  line-height: normal;
  color: #fff;
  font-family: "antonio-regular-webfont"; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 97px;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0;
  width: 60px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0;
  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: #3f7c8a;
  color: #fff;
  font-family: "antonio-regular-webfont";
  font-size: 16.8px;
  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: "open_sansregular";
  font-size: 12px;
  text-transform: none; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 12px;
  text-transform: none;
  color: #fff; }

.saffireLargeSize #svgViewCartIcon path {
  fill: #fff; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 0;
  left: auto;
  top: 30px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0 0 0 0;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 100px;
  left: auto;
  top: 30px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: -33px;
  right: auto;
  top: -5px;
  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; }

/* DON'T CHANGE THIS STUFF! */
.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  padding: 3px 0;
  right: 0 !important; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  clear: left;
  float: none;
  padding-left: 0; }

/* DATES BANNER */
.saffireLargeSize #widgetBanner {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0; }

#siteInfoBannerWidget {
  color: #fff;
  font-size: 17px;
  font-family: "antonio-regular-webfont";
  background: url(images/countdownbg.png);
  background: -webkit-linear-gradient(-90deg, url(images/countdownbg.png) repeat-x);
  background: linear-gradient(180deg, url(images/countdownbg.png) repeat-x); }

.saffireLargeSize #siteInfoBannerWidget {
  background: url(images/countdownbg.png) repeat-x;
  right: 0;
  position: absolute;
  text-align: right;
  padding: 8px 24px 13px 10px;
  height: 44px;
  top: 37px;
  min-width: auto; }

@media screen and (max-width: 54px) {
  .saffireLargeSize #siteInfoBannerWidget {
    max-width: calc(100% - 24px - 10px);
    min-width: 0;
    width: calc(100vw - 10px - 24px); } }
.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  top: auto;
  position: absolute;
  bottom: -44px;
  height: auto;
  clear: both; }

#siteInfoBannerWidget #eventDates {
  font-size: 28px;
  font-family: "antonio-regular-webfont";
  color: #fff; }

.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 22.4px;
  display: block;
  color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  min-height: 44px;
  background: #264F68; }

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 44px; }

.saffireMobileSize #siteInfoBannerWidget #eventName {
  display: inline-block;
  color: inherit;
  color: #fff; }

#siteInfoBannerWidget #eventName {
  text-transform: uppercase; }

.countdownDays {
  color: #fff;
  display: inline-block;
  font-family: "antonio-regular-webfont";
  font-size: 17px; }

.saffireMobileSize .countdownDays {
  display: inline;
  color: #fff; }

.datePast .countdownDays {
  color: #fff;
  font-size: 28px;
  font-family: "antonio-regular-webfont";
  display: block; }

.datePast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.saffireMobileSize #siteInfoBannerWidget {
  left: 0;
  position: relative;
  color: #fff; }

.siteInfoBannerOn #siteInfoBannerWidget {
  font-size: 17px; }

/******************************************************
*                                                     *
*                                                     *
*    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: "open_sansregular";
  transition: max-height 0.4s ease;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 1001px) {
    .homepage .currentSlideDescription {
      padding-top: 1em;
      padding-left: 2%;
      padding-right: 2%; } }

.homepage.saffireLargeSize .slideshowSwiperDescription {
  padding: 15px 168px 0 23px;
  max-width: 810px;
  width: calc(map-get($slideshowDescription, width) - 168px - 23px); }

#newSliderDescriptionContainer {
  background: rgba(0, 146, 148, 0.85); }

.saffireLargeSize #newSliderDescriptionContainer {
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -63px;
  bottom: auto;
  width: 1001px;
  max-width: 100%;
  height: 63px;
  z-index: 2; }

.saffireMobileSize #newSliderDescriptionContainer {
  top: 100%;
  z-index: 2;
  position: relative;
  height: 141px;
  background: rgba(0, 146, 148, 0.85); }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage.saffireMobileSize .currentSlideDescription {
  padding: 5px 5%;
  width: 90%; }

.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  text-decoration: none;
  display: none; }

.homepage.saffireLargeSize .sliderTitle,
.homepage.saffireLargeSize .sliderTextDescription {
  /* max-width: map-get($slideshowGeneral, width) - (map-get($slideshowDescription, container-width) + 6); */
  	/* @if map-get($slideshowDescription, text-align) == center {
  		max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
  		margin-left: auto;
          margin-right: auto;
  	} */ }

@media screen and (max-width: 1108px) {
  .homepage.saffireLargeSize .sliderTitle,
  .homepage.saffireLargeSize .sliderTextDescription {
    /* @if map-get($slideshowDescription, text-align) == center {
    	text-align: left;
    	margin-left: 0;
    	max-width: map-get($slideshowGeneral, width) - map-get($slideshowDescription, container-width) - (map-get($slideshowGeneral, width) * .1);
    } */ } }
.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 {
  width: 40%;
  min-width: 86px;
  margin-right: 2px;
  display: inline-block; }

.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slideshowarrow-left.png") no-repeat left center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 31%;
  right: 0;
  left: -1026px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1088px) {
    .homepage .slideshowSwiperButtonPrev {
      left: 0;
      right: auto;
      top: 16.74vw; } }

@media screen and (min-width: 1088px) {
  .homepage .slideshowSwiperButtonPrev:hover {
    left: -1036px; } }

.homepage .slideshowSwiperButtonNext {
  display: block;
  background: url("images/slideshowarrow-right.png") no-repeat right center;
  width: 62px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 31%;
  left: 0;
  right: -1026px;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1088px) {
    .homepage .slideshowSwiperButtonNext {
      right: 0;
      left: auto;
      top: 16.74vw; } }

@media screen and (min-width: 1108px) {
  .homepage .slideshowSwiperButtonNext:hover {
    right: -1036px; } }

.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 540px; }

.homepage .sliderTextDescription {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  line-height: 1.2em; }

.homepage.saffireLargeSize .sliderTextDescription {
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 810px;
  position: absolute;
  transition: opacity 0.4s ease;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTextDescription {
  opacity: 1; }

.homepage.saffireLargeSize .sliderButtonContainer {
  position: absolute;
  right: 28px;
  left: auto;
  top: 15px;
  bottom: auto;
  text-align: right;
  width: 100%;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.saffireMobileSize.homepage .sliderButtonContainer {
  bottom: 102%;
  right: 0;
  top: auto;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  z-index: 300;
  width: 131px; }

.homepage .sliderButtonContainer a.button {
  display: inline-block;
  font-family: "antonio-regular-webfont";
  font-size: 17px;
  color: #fff !important;
  background: #fbb03b;
  background: -webkit-linear-gradient(-90deg, #fbb03b);
  background: linear-gradient(180deg, #fbb03b);
  padding: 0 6px;
  white-space: nowrap;
  margin-left: 5px; }

.homepage .sliderButtonContainer a.button:hover {
  background: #f49705; }

.homepage .slideshowSwiperPagination {
  display: inline-block; }

.homepage .sliderPlayPauseButtons {
  display: inline-block; }

.homepage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background: #9e0606;
  margin-right: 6px;
  position: relative;
  top: 0;
  transition: background 0.4s ease; }

.homepage .swiper-pagination-bullet:hover,
.homepage .swiper-pagination-bullet-active {
  background: #fff; }

.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 15px;
  color: #9e0606;
  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: "blackjack-webfont";
  font-size: 36px;
  line-height: normal;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; }

.homepage.saffireLargeSize .sliderTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 0.4s ease;
  opacity: 1; }

.homepage.saffireLargeSize .slideshowSwiperDescription:hover .sliderTitle {
  opacity: 0; }

.homepage.saffireMobileSize .sliderTitle {
  font-size: 28.8px;
  padding: 0;
  height: auto; }

.homepage a.button.sliderMoreButton,
.homepage a.button.sliderWidgetPurchaseLink {
                                             /* 
	margin-left: 10px;
    margin-bottom: 7px; */
  font-size: 17px; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.saffireMobileSize.homepage .swiper-container:hover .slideshowSwiperDescription,
.saffireMobileSize.homepage .slideshowSwiperDescription {
  	/* position: absolute;
  	bottom: -141px;
  	height: map-get($slideshowDescription, mobile-height);
  	max-height: map-get($slideshowDescription, mobile-height);
  	width: 100%;
      padding: 0 2%;
  	box-sizing: border-box;
  	min-width: 332px; */ }

.homepage .swiper-container {
  /* Specify Swiper's Size: */
  background: #fff;
  width: 100%;
  height: 540px;
  max-width: 100%; }

.saffireMobileSize.homepage .swiper-container {
  background: #FFF; }

	/* .homepage.saffireLargeSize .content {

		max-width: 100%;
	}
	.homepageContent {
		max-width: $contentWidth;
		margin: 0 auto;
	} */
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  width: 1000px;
  height: 540px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.5;
  text-align: center; }

.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: 20px;
  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: 17px; }

.homepage .sliderControlsContainer {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 95.5%;
  bottom: auto;
  text-align: left;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
  display: none !important;
    /*@media screen and (max-width: 1000px){ 
    	@if $regardMargins {
    		@if ((map-get($slideshowGeneral, height) + map-get($slideshowDescription, height)) - (map-get($slideshowGeneral, height) - (map-get($slideshowGeneral, height) * (strip-unit(nth(map-get($slideshowDescription, POSITION), 3))) * 0.01)) > map-get($slideshowGeneral, height)){
	    		top: calc((54vw * (-63 * 0.01) + 63px) - 54vw);
	    	}
    	}
    }*/ }

.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: 540px; }

.homepage.saffireLargeSize .swiper-container {
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  max-width: 1000px;
  height: 540px;
  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: 54vw !important; } }
@media screen and (max-width: 1108px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto; }

  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto; } }
/* EVENT SCHEDULE */
#eventScheduleWidgetWrapper {
  max-width: 100%;
  width: 327px;
  overflow: hidden; }

#eventScheduleWidget {
  background: url(images/eventsbg.png);
  display: inline-block;
  height: 330px;
  padding-top: 0;
  position: relative;
  right: 0;
  min-width: 327px;
  width: 327px;
  z-index: 34; }

.eventScheduleWidgetItemImage {
  display: none;
  padding: 0 30px 20px 0;
  float: left;
  width: 75px;
  height: 60px;
  text-align: center; }

.eventScheduleWidgetItemImage img {
  max-width: 75px;
  max-height: 60px; }

.eventScheduleDummyImageLink {
  background: url(images/flag2.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 75px;
  height: 60px; }

.eventScheduleWidgetTitle {
  color: #000;
  font-family: "antonio-regular-webfont";
  font-size: 17px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center; }

.eventScheduleWidgetTitle:before {
  content: "calendar of events"; }

.eventScheduleWidgetItemDate {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "bebasneue_regular-webfont";
  margin-bottom: 15px; }

.eventScheduleWidgetItemText {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-family: "bebasneue_regular-webfont"; }

.eventScheduleWidgetItemText a .eventScheduleWidgetItemDescription:after {
  display: inline-block;
  content: "MORE >";
  padding-left: 1.2em; }

.eventScheduleWidgetItemTitle {
  font-family: "opensans-condbold-webfont";
  font-size: 18px;
  color: #fff; }

.eventScheduleWidgetItem {
  clear: both;
  color: #fff;
  padding-top: 4px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: calc(100vw - 16px - 16px); }

.eventScheduleWidgetItem:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6); }

.eventScheduleWidgetItem a {
  color: #fff; }

strong.customEventSliderMore {
  font-family: "antonio-regular-webfont";
  font-size: 14px;
  padding-left: 5px;
  font-weight: normal; }

.eventScheduleWidgetItemDescription,
.eventScheduleWidgetItemDescription a {
  font-size: 12px;
  font-family: "bebasneue_regular-webfont";
  color: #fff; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetItemDescription,
.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  display: block; }

.eventScheduleWidgetPage {
  display: block;
  width: 262px;
  padding-left: 33px;
  padding-right: 26px; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  max-height: 338px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute; }

.eventScheduleWidgetMultiPage {
  overflow: hidden; }

.eventScheduleWidgetPage1 {
  display: block; }

#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: 209px;
  right: auto;
  top: 5%;
  bottom: auto; }

.eventScheduleMoreButtonContainer a {
  color: #000;
  font-size: 12px;
  font-family: "antonio-regular-webfont"; }

.eventScheduleMoreButtonContainer a:before {
  content: "See All Events >"; }

/********************************************************

MULTIPLE ITEMS ON A SLIDER WITH DESCRIPTION OVERLAYING THE BOTTOM OF THE IMAGE 

*******************************************************/
/* MULTIFEATURE */
#multiFeature1Title {
  color: #000;
  font-family: "open_sansbold";
  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: 0px;
  bottom: auto;
  text-align: center; }

.saffireMobileSize #multiFeature1Title {
  font-size: 27.6px; }

#multiFeature1:not(.multiFeatureWithMultiplePages) .multiFeatureContent {
  text-align: center; }

/* MULTIFEATURE */
#multiFeature1 {
  background: none;
  height: 222px;
  margin: 66px auto 42px auto;
  padding: 0;
  float: none;
  display: block;
  top: 0;
  max-width: 100%;
  width: 1000px;
  clear: none; }

.saffireMobileSize #multiFeature1 {
  background-size: 629px auto; }

@media screen and (max-width: 1054px) {
  #multiFeature1 {
    max-width: calc(100% - 27px - 27px);
    left: 0; } }
#multiFeature1 .featureItem {
  background: url(images/frame.png);
  display: inline-block;
  height: 222px;
  margin: 0 10px 20px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 312px; }

#multiFeature1 .featureItem:first-child {
  margin-left: 0; }

#multiFeature1 .featureItem:last-child {
  margin-right: 0; }

#multiFeature1 .featureItemImage img {
  display: inline-block;
  max-width: 304px;
  max-height: 173px;
  width: 100%; }

.multiFeatureArrow {
  display: block; }

#multiFeature1ArrowLeft {
  position: absolute;
  left: -27px;
  bottom: calc(111px - 12.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(25px / 2) 18px calc(25px / 2) 0;
  border-color: transparent #fff transparent transparent; }

#multiFeature1ArrowRight {
  position: absolute;
  right: -27px;
  bottom: calc(111px - 12.5px);
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(25px / 2) 0 calc(25px / 2) 18px;
  border-color: transparent transparent transparent #fff; }

@media screen and (max-width: 1054px) {
  #multiFeature1ArrowLeft {
    left: -24px; }

  #multiFeature1ArrowRight {
    right: -24px; } }
#multiFeature1 .featureItemTitle {
  height: 84px;
  background: none;
  display: block;
  color: #000;
  font-family: "blackjack-webfont";
  font-size: 32px;
  line-height: 1.2em;
  padding: 0 3%;
  transition: all 0.4s ease;
  height: 76px;
  padding-top: 8px;
  margin: 0;
  width: 94%;
  text-align: center; }

#multiFeature1 .featureItemTitle,
#multiFeature1 .featureItemTitle a {
  color: #000; }

#multiFeature1 .featureItemDescriptionContainer {
  background: url(images/multi-bottom.png) no-repeat center bottom;
  display: block;
  max-height: 84px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 176px;
  bottom: auto;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 304px !important;
  overflow: hidden; }

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  height: 173px;
  max-height: 257px; }

#multiFeature1 .multiFeatureWithTextPaginationPagination {
  float: left;
  font-family: "open_sansbold";
  font-size: 12px;
  color: #fff; }

#multiFeature1 #multiFeature1WithTextPaginationArrowRight:after {
  content: ">>"; }

#multiFeature1 #multiFeature1WithTextPaginationArrowLeft:after {
  content: true; }

#multiFeature1 #multiFeature1TextPaginationContainer {
  bottom: 0px;
  left: 334px;
  position: absolute;
  z-index: 22; }

.saffireMobileSize #multiFeature1 #multiFeature1TextPaginationContainer {
  left: 10px; }

#multiFeature1 a.multiFeatureWithTextPaginationArrow {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  text-decoration: none;
  color: #424da0;
  font-family: 'open_sansbold';
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  text-decoration: none;
  background: #ffcc00;
  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; }

#multiFeature1 .featureItemDescription,
#multiFeature1 .featureItemDescription a {
  color: #000;
  max-width: calc(100vw - $calculateLeftDistance); }

#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: 3px 9px 0; }

#multiFeature1 .featureItemDescription > a:not(.button) {
  overflow: hidden; }

/* 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%;
  position: absolute;
  max-width: 980px;
  height: 222px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  left: 0; }

#multiFeature1 .multiFeatureItemPanel {
  float: left; }

#multiFeature1 .featureItemImage {
  width: 304px;
  height: 173px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  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; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center; }

#multiFeature1.multiFeatureWithMultiplePages .multiFeatureContent {
  overflow: hidden; }

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     * 
*                                                     *
******************************************************/
/* QUICK VOTE */
#quickVoteWidget {
  font-family: "Ubuntu";
  font-size: 20px;
  background: #fff;
  width: 239px;
  min-height: 309px;
  padding: 0 32px 34px 35px;
  margin: 37px auto 0;
  position: relative;
  display: block;
  max-width: calc(100% - 32px - 35px);
  color: #4b4b4b; }

@media screen and (max-width: 1023px) {
  #quickVoteWidget {
    float: none;
    clear: both;
    display: block; } }
#quickVoteWidget .homepageh1 {
  /* position:absolute;
  top: -18px; */
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-family: "Ubuntu-Bold";
  text-shadow: none; }

.quickVoteAnswer {
  width: 100%;
  font-size: 16px; }

.quickVotePercentage {
  float: right;
  left: 0; }

.quickVoteAnswer .color3 {
  background: #9e0606; }

#quickVoteGetResultsDiv {
  display: none; }

a.voted {
  color: #313131; }

.quickVoteVote.notVoted,
a.quickVoteVote.notVoted {
  background: #9e0606;
  color: #fff !important;
  font-family: "Ubuntu-Bold";
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px; }

.quickVoteVote.notVoted:hover,
a.quickVoteVote.notVoted:hover {
  background: #d90808; }

.quickVoteItems {
  margin-top: 9px; }

.notVoted {
  border-radius: 2px; }

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: "antonio-regular-webfont";
  font-size: 17px; }

.saffireMobileSize .multiSocialWidgetTab {
  font-size: 14.45px; }

.multiSocialWidgetTab:hover {
  background: url(images/social.jpg);
  color: #000; }

.twtr-tweet-user {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Ubuntu"; }

.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: #000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 7px 11px; }

a.multiSocialWidgetTab.currentTab {
  background: url(images/social.jpg);
  color: #000;
  text-decoration: none;
  cursor: default; }

.multiSocialWidgetContainer {
  background: url(images/social.jpg);
  height: 272px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 5px;
  position: relative;
  top: 0;
  width: 304px; }

#instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%; }

#multiSocialWidget {
  background: none;
  height: 327px;
  width: 314px; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }

#facebookfeedContainer {
  overflow: hidden; }

.multiSocialWidgetContainer,
#multiSocialWidget {
  max-width: 98%; }

#videoSection {
  float: left;
  margin-left: 23px;
  width: 277px;
  height: 325px; }

#videoWidget {
  width: 277px;
  height: 325px;
  position: relative !important;
  text-align: center;
  padding-top: 37px;
  margin-top: 0;
  max-width: 100%;
  background: url(images/videobg.jpg) no-repeat; }

#videoWidget iframe {
  position: relative !important;
  width: 250px;
  height: 141px;
  padding-top: 62px; }

body {
  background-size: 100% auto; }

a.button,
.button {
  border-radius: 0; }

.nav .groups .group > a:after {
  content: "|";
  margin-left: 12px;
  color: #7c1318; }

.nav .groups .group:last-child a:after {
  content: ""; }

#weatherBugWidget {
  font-family: 'antonio-regular-webfont'; }

a.multiSocialWidgetTab {
  text-transform: lowercase; }

.saffireLargeSize .viewcart {
  top: -3px;
  right: 10px; }

#siteInfoBannerWidget:before {
  content: " ";
  width: 10px;
  height: 65px;
  position: absolute;
  background: url(images/countdownbefore.png);
  left: -10px;
  top: 0px; }

.homepage.saffireLargeSize .sliderTitle {
  left: 20px;
  top: -3px;
  padding-bottom: 18px; }

#multiFeature1 .featureItemImage {
  top: 5px; }

#multiFeature1 .featureItem:hover .featureItemDescriptionContainer {
  top: -39px;
  background: rgba(250, 155, 9, 0.9); }

#multiFeature1 .featureItemDescription {
  padding: 0 1%; }

.customContainer {
  width: 960px;
  max-width: 100%;
  height: auto;
  min-height: 334px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 135px; }
  .saffireMobileSize .customContainer {
    padding-bottom: 0; }

#eventScheduleWidgetWrapper {
  float: left; }

#multiSocialWidget {
  float: left;
  margin-left: 19px; }

iframe {
  /* height: 274px; */ }

.eventScheduleWidgetTitle {
  text-transform: none;
  text-align: left;
  padding-top: 20px;
  padding-left: 15px; }

.eventScheduleWidgetItem {
  padding-top: 2px;
  margin-top: 15px; }

.eventScheduleWidgetPage {
  padding-left: 20px; }

.eventScheduleMoreButtonContainer {
  border: 1px solid #000;
  padding: 1px 8px; }

.Plan {
  font-family: 'blackjack-webfont';
  font-size: 41px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-top: 35px;
  line-height: 46px; }

.Phone {
  font-family: 'OpenSans-Regular-webfont';
  font-size: 12px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px; }

.footer::before {
  background: rgba(0, 0, 0, 0) url("images/footerbg.png") no-repeat scroll 0 0/100% 100%;
  bottom: 188px;
  content: " ";
  height: 222px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1; }

ul.footerItems1 {
  text-transform: lowercase; }

.footer .separator {
  color: #fbb03b; }

.saffireMobileSize.siteInfoBannerOn #widgetBanner {
  bottom: auto;
  top: -74px; }

.saffireMobileSize.siteInfoBannerOn .header {
  padding-bottom: 70px; }

.saffireMobileSize {
  background-image: none !important; }
.saffireMobileSize #siteInfoBannerWidget {
  padding: 10px 14px; }
.saffireMobileSize #eventScheduleWidgetWrapper {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.saffireMobileSize #customLogo {
  width: 142px; }
.saffireMobileSize .footer:before {
  display: none; }
.saffireMobileSize .Plan {
  /* padding-top: 100px; */ }
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  padding-top: 15px; }
.saffireMobileSize.homepage .sliderTitle {
  font-size: 20px;
  line-height: 1.2em;
  white-space: normal; }

#aresWidget {
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .homepage.saffireLargeSize .sliderButtonContainer {
    bottom: 102%;
    right: 0;
    top: auto;
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%; }

  .homepage.saffireLargeSize .sliderButtonContainer a {
    width: 40%;
    min-width: 86px;
    margin-right: 2px;
    display: inline-block; } }
@media screen and (max-width: 970px) {
  #eventScheduleWidgetWrapper {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px; }

  #videoSection {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px; }

  #multiSocialWidget {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px; } }
#aresContent .datepicker::-ms-clear {
  display: none; }

.eventScheduleWidgetMultiPage .eventScheduleWidgetPage {
  top: 50px;
  max-height: 275px; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

.getUpdatesPageEmailModule .emailSignup {
  text-align: center; }

.events-calendar-page .content,
.enjoy-cleburne-page .content {
  max-width: 100%;
  padding-top: 57px;
  margin-top: 0;
  margin-bottom: 235px; }

.upcoming-event-wrapper {
  padding: 10px 0;
  text-align: center; }
  .upcoming-event-wrapper p {
    font-family: 'Poppins', sans-serif; }
  .upcoming-event-wrapper .button {
    margin: 0 4px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    border-radius: 4px; }

/*# sourceMappingURL=theme.css.map */
