/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light-webfont.woff2) format("woff2"), url(fonts/OpenSans-Light-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(fonts/OpenSans-Regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Semibold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Semibold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Bold-webfont.woff2) format("woff2"), url(fonts/OpenSans-Bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-ExtraBold-webfont.woff2) format("woff2"), url(fonts/OpenSans-ExtraBold-webfont.woff) format("woff");
}
@font-face {
  font-family: "TrajanProBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/TrajanProBold.woff2) format("woff2"), url(fonts/TrajanProBold.woff) format("woff");
}
@font-face {
  font-family: "GothamMedium";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/GothamMedium.woff2) format("woff2"), url(fonts/GothamMedium.woff) format("woff");
}
@font-face {
  font-family: "GothamBold";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/GothamBold.woff2) format("woff2"), url(fonts/GothamBold.woff) format("woff");
}
@font-face {
  font-family: "GothamBookRegular";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/GothamBookRegular.woff2) format("woff2"), url(fonts/GothamBookRegular.woff) format("woff");
}
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px;
}

.saffireMobileSize .generalmessage {
  padding: 0 10px;
}

.loginstatus {
  float: none;
}

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center;
}
#weatherBugWidget img {
  flex-shrink: 0;
  margin: 0 5px;
}
#weatherBugWidget #weatherBugText,
#weatherBugWidget #weatherBugDescription {
  display: none;
}
#weatherBugWidget.weatherBugSet #weatherBugDescription {
  display: inline;
  color: inherit;
}

.ticket {
  padding: 0;
  height: auto;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0;
}

.emailSignup {
  box-sizing: border-box;
}
.emailSignup > div {
  float: none;
}
.emailSignup .emailInputField input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.emailSignup .emailSubmitButton {
  box-sizing: border-box;
}

.header .emailSignup {
  position: relative;
  z-index: 1;
}

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .emailSignup:hover {
  cursor: pointer;
}

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0;
}

.header .searchBox {
  position: relative;
  z-index: 1;
}

.searchBox:not(.clonedSearchBox) > div {
  float: none;
}
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none;
}
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: block;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
  cursor: pointer;
}

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222;
}
.saffireMobileSize .searchBox.clonedSearchBox:before {
  display: none;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0 !important;
  font-family: "open_sansregular", Verdana, Arial !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
  border-color: #ddd;
  border-radius: 0 !important;
}
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
  position: static;
}

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

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
}
.saffireMobileSize .viewcart:before {
  display: none;
}
.saffireMobileSize .viewcart:hover .cartMenu {
  display: none !important;
}
.saffireMobileSize .viewcart .cartMenuLink {
  box-sizing: border-box;
}

.cartMenuRemoveButton {
  text-decoration: none;
}

.saffireLargeSize .nav .groups .group {
  float: none;
}
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .items {
  float: none;
}
.saffireLargeSize .nav .items .item a {
  box-sizing: border-box;
}
.saffireLargeSize .nav .subitems {
  float: none;
}

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit;
}
.saffireMobileSize .nav:before {
  position: static;
  line-height: 1;
}
.saffireMobileSize .nav .mobileNavLink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.saffireMobileSize .nav .groups {
  display: none;
}

.standAloneDirections {
  color: inherit;
}

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
}

.pressPageTabs .tab {
  font-size: 14px;
}

.left.pressDate {
  width: 120px;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000;
}

.arrowdown_on {
  border-color: transparent transparent #444;
}

.arrowup {
  border-color: #000 transparent transparent;
}

.arrowup_on {
  border-color: #444 transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #cbdfe2;
}

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2;
}

.tiny,
.note {
  font-size: 12px;
}

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px;
}

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em;
}

.featureLineup-buynow .button {
  font-size: 12px;
}

.featureLineup-social div {
  display: inline-flex;
  align-items: center;
}
.featureLineup-social div a {
  width: 26px;
  height: 26px;
  font-size: 22px;
}

body {
  color: #06192E;
  font: 17px/1.5 "GothamBookRegular", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "GothamBold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TrajanProBold", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #06192E;
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}

h1 {
  font-size: 29px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(29px + 9 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(26px + 4 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(18px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  h4 {
    font-size: calc(16px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(14px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 12px;
}
@media screen and (min-width: 450px) {
  h6 {
    font-size: calc(12px + 2 * ((100vw - 450px) / 916));
  }
}
@media screen and (min-width: 1366px) {
  h6 {
    font-size: 14px;
  }
}

.subContainer {
  font-size: 14px;
}
.subContainer h1 {
  font-size: 28px;
}
.subContainer h2 {
  font-size: 24px;
}
.subContainer h3 {
  font-size: 20px;
}
.subContainer h4 {
  font-size: 18px;
}
.subContainer h5 {
  font-size: 16px;
}
.subContainer h6 {
  font-size: 14px;
}

span.printEvent {
  line-height: 1;
  z-index: 1;
}

input.inputFieldTextbox {
  padding: 8.5px 15px;
}

.featureLineup-more {
  top: 250px;
}

a {
  color: #006a71;
  text-decoration: underline;
}

.header a,
.footer a {
  text-decoration: none;
}

div#pnl_googleTranslate {
  margin-top: 20px;
}

body:not(.homepage) .content h2 {
  margin: 10px 0;
}

/***************** CONTAINERS **************************/
body:not(.homepage) {
  background: #fff;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body.homepage.generalMessageOn .content {
  margin: 155px auto 0;
}
body.homepage .content {
  margin: 115px auto 0;
}
body.homepage.saffireMobileSize .content {
  margin: 84px auto 0;
}
body.homepage.saffireMobileSize.generalMessageOn .content {
  margin: 124px auto 0;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1294px - 15px - 15px);
  margin: 250px auto 85px;
  padding: 15px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9);
}

body:not(.homepage).saffireMobileSize .content {
  margin: 130px auto 20px;
}

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

.subContainer {
  background: #ccc;
  color: #111;
  box-shadow: 2px 2px 5px #000;
}
.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #111;
}
.subContainer .error {
  color: #000;
}

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

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

.orderhistory {
  background: #006a71;
}

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

.alternateRow {
  background: #e5e5e5;
}

.listingItem {
  background: #e5e5e5;
  border-bottom: 1px solid #cccccc;
}
.listingItem:hover {
  background: #ededed;
}

.top-header {
  background: url(images/top-header-bg.jpg) repeat;
}
@media only screen and (max-width: 1324px) {
  .top-header {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.saffireMobileSize .top-header {
  background-size: cover;
  padding: 5.3PX 0;
}
.top-header .container {
  max-width: 1296px;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  padding: 2px 0 0 0;
}
.saffireMobileSize .top-header .container {
  display: none;
}
.top-header .container .top-links a {
  font: 15px/1 "GothamMedium";
  color: #feffff;
  text-transform: uppercase;
  margin: 0 0 0 27px;
}
.top-header .container .top-links a:hover {
  color: #b2bb1e;
}

.header-mid {
  background: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 6px 0 19px;
}
.saffireMobileSize .header-mid {
  justify-content: left;
  background: #fff;
  padding: 10px 10px 31px;
}

.nav-wrap {
  background: linear-gradient(to bottom, rgb(6, 110, 116) 0%, rgba(6, 110, 116, 0.91) 9%, rgba(97, 163, 167, 0.47) 53%, rgba(97, 163, 167, 0) 100%);
  min-height: 127px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body:not(.homepage) .nav-wrap {
  min-height: 114px;
}
.saffireMobileSize .nav-wrap {
  display: none;
}

.footer-inner {
  max-width: 1277px;
  width: 97%;
  margin: 0 auto;
}

.top-footer {
  display: flex;
  padding: 0 0 0 2px;
}
@media only screen and (max-width: 1110px) {
  .top-footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.saffireMobileSize .top-footer {
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  width: 70%;
}
.top-footer .footer-column.first {
  margin: 2px 56px 0 0;
}
@media only screen and (max-width: 1162px) {
  .top-footer .footer-column.first {
    margin: 0 10px 21px 0;
  }
}
.saffireMobileSize .top-footer .footer-column.first {
  margin: 2px 0 0;
}
.top-footer .logo-title {
  background: url(images/footer-logo.png) center no-repeat;
  background-size: auto;
  background-size: contain;
  width: 379px;
  height: 159px;
  display: block;
  margin: -11px 0 21px;
}
@media only screen and (max-width: 1110px) {
  .top-footer .logo-title {
    width: 277px;
    height: 100px;
    margin: 0 auto 33px;
  }
}
.top-footer .footer-logos-main {
  display: flex;
  align-items: center;
  margin: 26px 0 0;
}
.saffireMobileSize .top-footer .footer-logos-main {
  margin: 0;
  justify-content: center;
  flex-direction: column;
}
.top-footer .midland-logo {
  background: url(images/midland-logo.png) no-repeat;
  background-size: auto;
  width: 116px;
  height: 52px;
  background-size: cover;
  display: block;
}
.saffireMobileSize .top-footer .midland-logo {
  width: 86px;
  height: 57px;
  background-size: contain;
  display: block;
  margin-top: 9px;
  margin-right: 0 !important;
}
.top-footer .upper-logo-wrapper {
  display: flex;
  align-items: center;
}
.saffireMobileSize .top-footer .upper-logo-wrapper {
  align-items: flex-start;
}
.top-footer .midland-chamber-logo {
  background: url(images/midland-chamber-logo.png) no-repeat;
  background-size: auto;
  width: 67px;
  height: 83px;
  background-size: cover;
  display: block;
  margin: 0 27px 0 0;
}
.saffireMobileSize .top-footer .midland-chamber-logo {
  width: 48px;
  height: 63px;
  background-size: contain;
  display: block;
  margin: 0 38px 0 44px;
}
.top-footer .visit-midland-logo {
  background: url(images/midland.png) no-repeat;
  background-size: auto;
  width: 140px;
  height: 112px;
  background-size: cover;
  display: block;
  margin: 0 29px 0 0;
}
.saffireMobileSize .top-footer .visit-midland-logo {
  width: 101px;
  height: 80px;
  background-size: contain;
  display: block;
  margin: 0;
  position: relative;
  top: 17px;
}
.top-footer h3 {
  font: 20px/1 "GothamBold";
  color: #FFFFFF;
  margin: 0 0 11px;
}
.saffireMobileSize .top-footer h3 {
  text-align: center;
  margin: 0 0 13px;
}
.top-footer .footer-column.second {
  max-width: 352px;
}
.saffireMobileSize .top-footer .footer-column.second {
  margin: 21px auto 2px;
  max-width: 100%;
  display: none;
}
.top-footer .footer-column.third {
  margin-left: auto;
}
@media only screen and (max-width: 1110px) {
  .top-footer .footer-column.third {
    margin: 21px auto 2px;
  }
  .saffireLargeSize .top-footer .footer-column.third {
    padding: 0 80px 0 0;
  }
}
.saffireMobileSize .top-footer .footer-column.third {
  margin: 52px 0 23px;
  text-align: center;
}
.top-footer .footer-column.third p {
  font: 15px/1.2 "GothamBookRegular";
  margin: 17px 0 0;
  color: #FFFFFF;
}
.top-footer .footer-column.third p span {
  display: block;
}

.bottom-footer {
  border-top: 1px solid #ffffff;
  padding: 8px 3px 0;
  margin: 36px 0 0;
  box-sizing: border-box;
}
.saffireMobileSize .bottom-footer {
  margin: 10px auto 0;
  padding: 1px 3px 0;
  border: none;
}
.saffireMobileSize .bottom-footer:before {
  content: "";
  width: 100%;
  max-width: 260px;
  margin: 0 auto 38px;
  display: block;
  background: #fff;
  height: 1px;
}
.bottom-footer .footer-list {
  display: flex;
}
.saffireMobileSize .bottom-footer .footer-list {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bottom-footer .footer-list li {
  font: 15px/1.4 "GothamBookRegular";
  line-height: 1.4;
}
.bottom-footer .footer-list li:last-child {
  position: relative;
}
.saffireLargeSize .bottom-footer .footer-list li:last-child {
  top: -11px;
  margin-left: auto;
}
.saffireMobileSize .bottom-footer .footer-list li {
  font-size: 10px;
}
.bottom-footer .footer-list .saffire_logo {
  top: 5px;
}
.saffireMobileSize .bottom-footer .footer-list .saffire_logo {
  top: 14px;
  right: 4px;
}

.card-wrap {
  background: #e9e3dc;
}
.cardWidget-no-data .card-wrap {
  display: none;
}
.saffireLargeSize .card-wrap {
  border-bottom: 5px solid #FFFFFF;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #b2bb1e;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease !important;
}
.saffireWindowScrolled .generalmessage {
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
.generalmessage a {
  color: inherit;
  text-decoration: underline;
}

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .saffireMobileSize .generalmessage {
    font-size: 12px;
  }
}

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.saffireMobileSize .header {
  height: auto;
  background: #777;
  position: fixed;
  width: 100%;
  top: 0;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.header-logo {
  display: block;
  width: 472px;
  height: 49px;
  background: url(images/logo.png) center/contain no-repeat;
}
.saffireMobileSize .header-logo {
  background: url(images/logo-mobile.png) center/contain no-repeat;
  width: 274px;
  height: 28px;
}

.ticket {
  background: none;
  color: inherit;
}
.ticket:hover {
  background: none;
  color: inherit;
}

.saffireMobileSize a.ticket {
  background: none;
  color: inherit;
}
.saffireMobileSize a.ticket:hover {
  background: none;
  color: inherit;
}

#weatherBugWidget.weatherBugSet #weatherBugDescription {
  display: inline !important;
  font: 15px/1 "GothamMedium";
  color: #fefefe;
}
#weatherBugWidget.weatherBugSet #weatherBugDescription span.weatherDescriptive {
  display: none;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 17px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  outline: none;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url(images/search-icon.png);
  width: 16px;
  height: 16px;
  display: block;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  color: #000;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
  background: transparent;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before {
  background: url(images/search-icon-hover.png);
}
.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
  content: "\f002";
  position: static;
  line-height: 1;
  font-size: 26px;
  color: #eee;
}

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-block;
  color: inherit;
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
}

.saffireMobileSize .viewcart {
  display: inline-flex;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 31px;
  vertical-align: top;
  margin-left: auto;
}
.mobile-nav-toggle:before {
  content: "";
  background: url(images/toggle-icon2.png);
  width: 26px;
  height: 31px;
  display: block;
  position: relative;
  top: 2px;
  right: 3px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}

.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 11px;
}
.saffireLargeSize .nav .groups .group:last-child .items,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
  left: auto;
  right: 0;
}
.saffireLargeSize .nav .groups .group:last-child .subitems,
.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
  left: auto;
  right: 100%;
}
.saffireLargeSize .nav .groups .group > a {
  display: inline-block;
  padding: 11px 15px;
  background: none;
  font-family: "GothamMedium", Arial, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: #006a71;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
}
.saffireLargeSize .nav .items .item a:hover {
  color: #fff;
}
.saffireLargeSize .nav .item {
  width: 200px;
  line-height: 1.4;
}
.saffireLargeSize .nav .item:hover {
  background: #23888f;
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: #006a71;
}

/*********************** FOOTER **************************/
.footer { /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 43px 0 10px;
  background: url(images/footer-bg.jpg) repeat-x #fff center;
  color: #fff;
  text-align: left;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .footer {
    padding: 43px 0 31px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "GothamBookRegular";
  font-size: 15px;
  display: flex;
  flex-direction: column;
  width: 299px;
  max-height: 150px;
  flex-wrap: wrap;
}
.footer ul.footerItems1 .separator {
  display: none !important;
}
.footer ul.footerItems1 li {
  color: #6e5b4a;
  margin: 0 20px 2px 0;
  display: inline-block;
  vertical-align: top;
  max-width: 148px;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}

.saffireMobileSize .footer {
  background: url(images/footer-bg-mobile.jpg) no-repeat right top;
  background-size: cover;
  padding: 30px 10px 48px;
  width: auto;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  margin-bottom: 6px;
  max-width: 100%;
}
.saffireMobileSize .footer ul.footerItems1 li {
  width: 100% !important;
  text-align: center !important;
  line-height: 19px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center;
}

.mobile-menu-container {
  background-color: hsl(0, 0%, 100%);
}
.mobile-menu-container .mobile-menu-header {
  background-color: hsl(0, 0%, 100%);
}
.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: #00737a;
}
.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: #fff;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #004347;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .cart-counter {
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container input {
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  outline: none;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #333;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #00737a;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  color: #fff;
  border-color: hsl(0, 0%, 100%);
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  color: #00737a;
}

.mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
  background-color: #00737a;
}

#mobile-nav ul {
  background-color: hsl(0, 0%, 100%);
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#mobile-nav a {
  background-color: #00737a;
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  color: #fff;
}
#mobile-nav a:hover {
  background-color: #004347;
}
#mobile-nav .has-subitems span {
  background-color: #3fc2ca;
  color: #fff;
}
#mobile-nav .has-subitems span:hover {
  background-color: #004347;
}

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444;
}

.modal {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  border: 10px solid rgba(255, 255, 255, 0.9);
}

.modalBody { /* |%  set modal background color if not white */
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
}
.modalBody .showorksModalTitle { /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs { /* |%  set font-family */
  font-size: 20px;
  color: #006a71;
  line-height: 22px;
}
.modalBody .showorksTableGrid th { /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #06192E;
}
.modalBody .showorksTableGrid tr.odd {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
}
.modalBody .showorksTableGrid tr.even {
  background: rgba(230, 230, 230, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

.modalPageBackground {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em;
}

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton {
  min-width: 40px;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  max-width: 280px;
  margin: 0 auto;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  border-radius: 0 !important;
}
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box;
}

.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"] {
  margin-top: -25px;
}

/************* BUTTON STYLES *********************/
.button {
  padding: 5px 18px;
  font-size: 15px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "GothamBold";
  color: #fff !important;
  background: #b2bb1e;
}

a.buttonSmall.button,
.buttonSmall {
  padding: 4px 12px;
  font-size: 12px;
}

.button:hover,
.buttonSmall:hover {
  background: #9aa215;
}

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

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

#swiperWidget {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.saffireMobileSize #swiperWidget {
  margin: 15px auto 0;
}
#swiperWidget .swiper-container-images {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#swiperWidget .swiper-container-images .swiper-image-container {
  max-width: 100%;
  height: 56.25vw;
  max-height: 703px;
  background-size: cover;
  background-position: center;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-image-container {
  height: 44.45vw;
}
#swiperWidget .swiper-container-content {
  width: 100%;
  max-width: 100%;
}
.saffireLargeSize #swiperWidget .swiper-container-content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.saffireMobileSize #swiperWidget .swiper-container-content {
  display: flex;
  flex-direction: column;
}
#swiperWidget .swiper-container-content .swiper-content-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1338px;
  margin: 0 auto;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 23px 66px;
}
#swiperWidget .swiper-container-content .slide-title {
  display: inline-block;
  font: 400 30px/1 "TrajanProBold";
  text-transform: uppercase;
}
.saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #swiperWidget .swiper-container-content .slide-title {
    font-size: 24px;
  }
}
#swiperWidget .swiper-container-content .button-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
#swiperWidget .swiper-container-content .button-container .button {
  margin: 0 4px;
  font-size: 15px;
  padding: 9px 33px;
  min-width: 111px;
}
@media screen and (max-width: 1024px) {
  #swiperWidget .swiper-container-content .button-container .button {
    font-size: 14px;
  }
}
#swiperWidget .swiper-container-content .swiper-button-prev,
#swiperWidget .swiper-container-content .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 16px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#swiperWidget .swiper-container-content .swiper-button-prev {
  background-image: url(images/arrow-left.png);
  left: 20px;
}
#swiperWidget .swiper-container-content .swiper-button-next {
  background-image: url(images/arrow-right.png);
  right: 20px;
}
#swiperWidget .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background: #a1a1a4;
  outline: none;
}
#swiperWidget .swiper-pagination-bullet-active {
  background: #06192E;
  opacity: 1;
}
#swiperWidget p.description {
  color: #fff;
  text-align: left;
  margin: 0;
  line-height: 1;
  font: 400 18px/1 "GothamBookRegular";
  width: 100%;
}
.saffireLargeSize #swiperWidget p.description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saffireLargeSize #swiperWidget .outer-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-width: 880px;
}

.saffireMobileSize .swiper-wrapper {
  order: 2;
}

.swiper-pagination {
  width: 100%;
  bottom: -34px;
}
.saffireMobileSize .swiper-pagination {
  order: 1;
  position: static;
  margin: 8px 0 0;
}

.saffireLargeSize #swiperWidget .swiper-container-content .slide-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  width: 100%;
}
.saffireLargeSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  display: none;
}

.saffireMobileSize #swiperWidget {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images {
  width: 100%;
}
.saffireMobileSize #swiperWidget .swiper-container-images .swiper-pagination-bullet {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-content-container {
  flex-direction: column;
  padding: 7px 25px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
  color: #000;
  text-align: center;
  max-height: 52px;
  line-height: 1.4;
}
.saffireMobileSize #swiperWidget .swiper-container-content p.description {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 7px 0 0;
  line-height: 1.4;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button-container {
  flex: 1 1 100%;
  justify-content: center;
  padding-right: 7px;
  margin-top: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .button {
  font-size: 14px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-prev,
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-button-next {
  display: none;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
}
.saffireMobileSize #swiperWidget .swiper-container-content .swiper-pagination-bullet-active {
  background: #000;
}

.saffireMobileSize .swiper-pagination.dekstop {
  display: none;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
  padding: 49px 0 35px;
  flex-wrap: wrap;
}
.saffireMobileSize #cardWidget {
  padding: 35px 0 35px;
}
#cardWidget .card-title {
  font: 36px "TrajanProBold";
  color: #06192E;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.saffireMobileSize #cardWidget .card-title {
  padding: 0 60px;
  line-height: 26px;
  font-size: 26px;
  margin: 0 0 27px;
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 289px;
  height: 140px;
  margin: 0 25px 49px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.37);
}
@media only screen and (max-width: 1016px) {
  #cardWidget .card-widget-item {
    margin: 0 5px 15px;
  }
}
#cardWidget .card-widget-item:before {
  content: "";
  background: rgba(0, 106, 113, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
#cardWidget .card-widget-item:hover:before {
  background: rgba(117, 199, 185, 0.9);
}
#cardWidget .card-widget-item:hover .buttonwrap {
  display: inline-block;
}
#cardWidget .card-widget-item:hover .card-widget-title {
  margin: 0 0 12px;
}
#cardWidget .card-widget-item:hover .card-widget-title:after {
  display: none;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 5px;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 24px "GothamBold";
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}
#cardWidget .card-widget-title:after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #fff;
  margin: 14px auto 0;
}
#cardWidget .card-widget-description {
  display: none;
}
#cardWidget .buttonwrap {
  display: none;
  position: relative;
}
#cardWidget .buttonwrap a {
  margin: 0 5px;
}

#seowidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1298px;
  margin: 46px auto 63px;
  padding: 65px 60px 70px;
  border-radius: 12px;
  background: #006a71;
}
.seowidget-no-data #seowidget {
  opacity: 0;
  margin: 22px 0;
  padding: 0;
}
.saffireMobileSize #seowidget {
  width: 89.9%;
  padding: 38px 26px 47px;
  margin: 66px auto 63px;
}
#seowidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
#seowidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#seowidget .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#seowidget .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 36px "TrajanProBold";
  color: #fefefe;
  text-transform: uppercase;
  text-align: center;
}
.saffireMobileSize #seowidget .card-widget-title {
  font-size: 26px;
}
#seowidget .card-widget-description {
  font: 20px "GothamBookRegular";
  color: #fff;
  line-height: 1.6;
}
.saffireMobileSize #seowidget .card-widget-description {
  line-height: 1.8;
  padding-top: 26px;
  font-size: 14px;
}
#seowidget .buttonwrap a {
  margin: 0 5px;
}

.saffireMobileSize #seowidget .card-widget-item {
  margin: 5px 0;
}

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1341px;
  flex-wrap: wrap;
  margin: 0 auto 0;
  padding: 80px 0 0;
}
@media screen and (max-width: 1339px) {
  #multiScheduleFeature {
    max-width: 740px;
  }
}
.saffireMobileSize #multiScheduleFeature {
  padding: 43px 0 0;
}
#multiScheduleFeature .multiFeatureContent {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.saffireMobileSize #multiScheduleFeature .multiFeatureContent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#multiScheduleFeature .multiTitle {
  font: 36px "TrajanProBold";
  color: #06192E;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.saffireMobileSize #multiScheduleFeature .multiTitle {
  padding: 0 46px;
  margin: 0 0 12px;
  line-height: 1;
  font-size: 26px;
  line-height: 1;
}
#multiScheduleFeature .featureItem {
  box-sizing: border-box;
  display: flex;
  width: 293px;
  height: 64px;
  color: #006a71;
  transition: 0.3s;
  position: relative;
  background: #e9e3dc;
  border-radius: 5px;
  margin: 11px 21px;
}
#multiScheduleFeature .featureItem:hover {
  background: #b2bb1e;
}
#multiScheduleFeature .featureItem:hover .featureItemTitle {
  color: #fff;
}
.saffireMobileSize #multiScheduleFeature .featureItem {
  margin: 11px 21px 9px;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: flex;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "GothamBookRegular";
  font-weight: 400;
  font-size: 15px;
  color: #06192E;
  width: 293px;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 74px;
  line-height: 1.4;
}
#multiScheduleFeature .featureItemDate {
  font-family: "GothamMedium";
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 72px;
  top: -4px;
  position: absolute;
  background: #006a71;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  left: 9px;
  text-transform: uppercase;
}
#multiScheduleFeature .featureItemDate span {
  font-family: "GothamBold";
  font-size: 26px;
  margin: 2px 0 0;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "GothamBookRegular", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  flex-direction: column;
}
#multiScheduleFeature .all-events-btn {
  padding: 5px;
  position: relative;
  top: 10px;
}

.socialNetworks {
  z-index: 5;
  position: fixed;
  right: -80px;
  top: 146px;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 7px;
}
@media screen and (min-width: 1441px) {
  .generalMessageOn .socialNetworks {
    top: 186px;
  }
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  margin: 0 0 3px;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #ccc;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1440px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3b5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ed760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 99, 220) 0%, rgb(0, 99, 220) 50%, rgb(0, 99, 220) 50%, rgb(255, 0, 132) 50%, rgb(255, 0, 132) 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1440px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 15px;
    right: 15px;
  }
}

#videoSection {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.3%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1s infinite linear;
}
#videoWidget .video-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget #videoList {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.eventsMode #videoSection {
  display: block;
}

.eventsMode #swiperWidget {
  display: none;
}

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