@charset "UTF-8";
@import url("https://use.typekit.net/vfn4xtv.css");
@font-face {
  font-family: "runmageddon";
  src: url("../font/runmageddon/Runmageddon2.eot");
  src: url("../font/runmageddon/Runmageddon2.eot?#iefix") format("embedded-opentype"), url("../font/runmageddon/Runmageddon2.woff2") format("woff2"), url("../font/runmageddon/Runmageddon2.woff") format("woff"), url("../font/runmageddon/Runmageddon2.ttf") format("truetype"), url("../font/runmageddon/Runmageddon2.svg#Runmageddon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "OctinSpraypaint";
  src: url("../font/octin/OctinSpraypaintARg-Regular_gdi.eot");
  src: url("../font/octin/OctinSpraypaintARg-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../font/octin/OctinSpraypaintARg-Regular_gdi.woff") format("woff"), url("../font/octin/OctinSpraypaintARg-Regular_gdi.ttf") format("truetype"), url("../font/octin/OctinSpraypaintARg-Regular_gdi.svg#OctinSpraypaintARg-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2265;
}
html, body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

#wrap {
  min-width: 320px;
  position: relative;
  padding-top: 48px;
  background: #232323;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  #wrap {
    padding-top: 71px;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1340px;
}

.tags-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.tags-list > span,
.tags-list > a {
  display: inline-block;
  background: #ffde00;
  color: #000000;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 5px 5px 5px;
  font-weight: 600;
  font-size: 0.65rem;
  text-transform: uppercase;
  -webkit-box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
  -moz-box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
  box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
}
.tags-list > a:hover {
  background: #000000;
  color: #ffde00;
}

.slick-dots {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  background: transparent;
  border: 2px solid #ffde00;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s;
  margin: 0;
  padding: 0;
}
.slick-dots li button:hover {
  background: rgba(255, 222, 0, 0.6);
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background: #ffde00;
  border-color: #ffde00;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* TABLE */
table.table-wide {
  width: 100%;
}

table.table-bordered {
  border-collapse: collapse;
  border: 1px solid #707070;
}

table.table-bordered th {
  border: 1px solid #707070;
  background: #252525;
  color: #fff;
  padding: 5px;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

table.table-bordered td {
  border: 1px solid #707070;
  padding: 5px 3px 5px 3px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

table td.classification-place {
  text-align: center;
  font-size: 28px;
  color: #ffde00;
}

table thead th.highlight {
  background-color: #ffde00;
  color: #000000;
}
table thead th.elite-event {
  text-transform: none;
  font-size: 0.8rem;
}
table tbody tr:nth-child(2n) td {
  background-color: #232323;
}
table tbody tr td b {
  color: #ffde00;
}
table tbody tr td.highlight {
  font-weight: bold;
  background: #ffde00;
  color: #000000;
}
table.table-elite {
  border: 0 !important;
  width: 100%;
}
table.table-elite thead tr:first-child th:first-child {
  border-left: 0 !important;
  border-top: 0 !important;
  background: none;
}
table.table-elite thead tr:first-child th:last-child {
  border-right: 0 !important;
  border-top: 0 !important;
  background: none;
}
table.table-elite thead tr:first-child th {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  table.table-elite thead tr th.highlight {
    width: 39px;
  }
}

/*
@include respond(desktop) {
  .table-elite-wrapper {
    overflow: auto;
    width: 100%;
    table {
      tbody {
        tr {
          td {
            &:nth-child(1), &:nth-child(2) {
              position: sticky;
              left: 0;
            }
          }
        }
      }
    }
  }
}*/
.pagination {
  margin-top: 15px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.btn-pagination, .pagination ul li a {
  display: block;
  height: 30px;
  padding: 0 9px;
  min-width: 30px;
  line-height: 30px;
  background: #252525;
  border: 1px solid #ffdd00;
  text-align: center;
  font-size: 14px;
  color: #ffdd00;
  box-sizing: border-box;
}
.btn-pagination:hover, .pagination ul li a:hover {
  background-color: #000;
}

.pagination ul li.active a {
  background-color: #ffdd00;
  color: #000;
}
.pagination ul li.disabled a, .pagination ul li.disabled a:hover {
  background-color: #412717;
  color: #120902;
  border-color: #120902;
}

.btn-pagination {
  margin-top: 15px;
  margin-left: 15px;
}

form label.error {
  color: red;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form input[type=date],
form textarea {
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #000000;
  color: #ffffff;
  border-style: solid;
  border-color: #333;
  border-width: 1px;
  border-radius: 10px;
  padding: 8px 10px;
  width: 100%;
  max-width: 100%;
  transition: all 0.4s;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form textarea:focus {
  background: #000000;
  color: #ffde00;
  border-color: #ffde00;
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=password]:disabled,
form input[type=number]:disabled,
form input[type=date]:disabled,
form textarea:disabled {
  background: #111;
  color: #666;
  border-color: #111;
  cursor: not-allowed !important;
}
form input[type=text]:-webkit-autofill, form input[type=text]:-webkit-autofill:hover, form input[type=text]:-webkit-autofill:focus, form input[type=text]:-webkit-autofill:active,
form input[type=email]:-webkit-autofill,
form input[type=email]:-webkit-autofill:hover,
form input[type=email]:-webkit-autofill:focus,
form input[type=email]:-webkit-autofill:active,
form input[type=password]:-webkit-autofill,
form input[type=password]:-webkit-autofill:hover,
form input[type=password]:-webkit-autofill:focus,
form input[type=password]:-webkit-autofill:active,
form input[type=number]:-webkit-autofill,
form input[type=number]:-webkit-autofill:hover,
form input[type=number]:-webkit-autofill:focus,
form input[type=number]:-webkit-autofill:active,
form input[type=date]:-webkit-autofill,
form input[type=date]:-webkit-autofill:hover,
form input[type=date]:-webkit-autofill:focus,
form input[type=date]:-webkit-autofill:active,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #ffde00;
  transition: background 0s 5000s;
  -webkit-box-shadow: 0 0 0px 0px red inset;
}
form textarea {
  height: 150px;
  resize: none;
}

::-webkit-input-placeholder { /* Chrome */
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}

.subscribe-sections .subscribe-section {
  box-sizing: border-box;
  padding: 30px;
  /* box-sizing: border-box; */
  background: #171717;
  border: 0 solid black;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.subscribe-sections .subscribe-section.subscribe-section-clauses, .subscribe-sections .subscribe-section.subscribe-section-insurance {
  grid-column: 1/span 3;
}
.subscribe-sections .subscribe-section h2 {
  margin: 0 0 5px 0;
  color: #ffde00;
}
.subscribe-sections .subscribe-section input[type=text] {
  width: 100%;
}

.cart-button {
  text-align: right;
}

.help-inline {
  display: inline-block;
  margin: 5px 0;
}

/* SELECT 2*/
.select2-drop {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.select2-container .select2-choice {
  background: #000000;
  color: #ffffff;
  border-color: #333;
  height: 32px;
  line-height: 30px;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #111;
  background-image: none;
  color: #666;
  border-color: #111;
  cursor: not-allowed !important;
}
.select2-container.select2-container-active .select2-choice {
  border-color: #ffde00;
  color: #ffde00;
}
.select2-container.select2-container-active.select2-choice .select2-arrow b {
  border-top-color: #ffde00;
}
.select2-container.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.error .select2-choice {
  border-color: red;
}

.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 24px;
  text-align: center;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background: transparent;
}

.select2-container .select2-choice .select2-arrow b {
  background: none;
  border-top: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  margin-top: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.select2-container .select2-choice abbr.select2-search-choice-close {
  background: none !important;
  top: 0;
  height: 32px;
  line-height: 32px;
}

.select2-container .select2-choice abbr.select2-search-choice-close:before {
  content: "×";
  color: #ffffff;
  font-size: 20px;
}

.select2-drop,
.select2-drop.select2-drop-above {
  background: #000000;
  color: #ffffff;
  border-color: #ffde00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ffde00;
}

.select2-results {
  margin: 0;
  padding: 0;
}

.select2-results .select2-highlighted {
  background: #ffde00;
  color: #000;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #000000;
  color: #ffde00;
}

.select2-search input[type=text] {
  width: 90%;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  padding: 0 5%;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices li {
  float: none;
  list-style: outside none none;
}

.select2-container-multi .select2-choices {
  background: #252525;
  border: 1px solid #ffde00;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ffde00;
  box-shadow: none;
  outline: none;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #2c1709;
  color: #ffde00;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 3px;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none;
}

.select2-results .select2-disabled {
  background: none;
  opacity: 0.5;
}

.select2-search input[type=text] {
  background: transparent;
  border: none;
  color: #ffde00;
}

h1 {
  font-family: proxima-nova, sans-serif;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3 {
  font-family: proxima-nova, sans-serif;
}

.group-buy-title {
  text-transform: uppercase;
  color: #ffde00;
  font-size: 18px;
  line-height: 22px;
}

.events_heading {
  text-transform: uppercase;
  font-size: 24px;
}

.event-date {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .event-date {
    font-size: 13px;
  }
}

.btn {
  line-height: 21px;
  border: 1px solid #ffde00;
  border-radius: 5px;
  background: #ffde00;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.4s;
  padding: 5px 12px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
  -moz-box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
  box-shadow: 9px 10px 19px -7px rgb(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  .btn {
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1340px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn:hover, .btn.btn-invert {
  border-color: #ffdd00;
  background: transparent;
  color: #ffdd00;
}
.btn.btn-invert:hover {
  background: #ffdd00;
  color: #000;
}
.btn.btn-alert {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.btn.btn-alert:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #ff0000;
  color: #ff0000;
}
.btn.btn-success {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn.share-fb {
  background: #365595;
  border-color: #365595;
  color: #fff;
}
.btn.btn-highlight {
  background-color: #998500;
  color: #000;
}
.btn.btn-highlight:hover {
  background: #ffdd00;
  color: #000;
}
.btn.btn-disabled, .btn:disabled, .btn:disabled:hover, .btn.btn-disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #252525;
  color: white;
  cursor: default;
  border: 1px solid #ffdd00;
}
.btn.btn-xl {
  font-size: 15px;
  padding: 7px 21px;
}
@media only screen and (max-width: 479px) {
  .btn.btn-xl {
    line-height: 22px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.btn.btn-xs {
  line-height: 18px;
  font-size: 10px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
}
.btn.btn-block {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.btn-float-right {
  float: right;
}
@media only screen and (max-width: 479px) {
  .btn-float-right {
    float: inherit;
  }
}

.btn-float-left {
  float: left;
}
@media only screen and (max-width: 479px) {
  .btn-float-left {
    float: inherit;
  }
}

header {
  position: fixed;
  display: block;
  overflow: hidden;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1101;
  /*border-bottom: 1px solid $sectionBorder;*/
  letter-spacing: 0.5px;
  transition: all 0.4s, right 1ms none; /* error on purpose xD */
  backdrop-filter: blur(20px);
}
.nav-open header {
  position: fixed;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  background: #000000;
}
@media only screen and (min-width: 1024px) {
  .nav-open header {
    position: absolute;
    overflow: hidden;
    bottom: auto;
    height: auto;
    background: #232323;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    overflow: visible;
    position: fixed;
    height: 71px;
  }
}
header #header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  header #header-wrap {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header #logo {
  display: block;
  width: 180px;
  height: 23px;
  background: url("../images/logo-white@2x.png") no-repeat left top;
  background-size: contain;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  header #logo {
    width: 213px;
    height: 28px;
  }
}
header #header-btns {
  order: 3;
  padding-right: 7px;
  display: flex;
  align-items: center;
}
header #header-btns a {
  display: inline-flex;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffde00;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
header #header-btns a i {
  font-size: 22px;
}
header #header-btns a:hover {
  color: #ffffff;
}

header {
  background: transparent;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  margin: 0;
  padding: 0;
}

body.nav-open {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  body.nav-open {
    overflow: auto;
  }
}

header #nav-trigger {
  order: 0;
  display: block;
  position: relative;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  padding: 9px;
  box-sizing: border-box;
  transition: all 0.4s;
}
@media only screen and (min-width: 1024px) {
  header #nav-trigger {
    display: none;
  }
}
header #nav-trigger > i, header #nav-trigger:before, header #nav-trigger:after {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 30px;
  top: 50%;
  margin-top: -2px;
  transition: all 0.4s;
}
header #nav-trigger:before, header #nav-trigger:after {
  content: "";
}
header #nav-trigger:before {
  transform: translateY(-9px);
}
header #nav-trigger:after {
  transform: translateY(9px);
}
header #nav-trigger:hover i, header #nav-trigger:hover:before, header #nav-trigger:hover:after {
  background: #ffde00;
}
.nav-open header #nav-trigger i {
  background: rgba(0, 0, 0, 0);
}
.nav-open header #nav-trigger:after {
  transform: rotate(45deg);
  background: #ffde00;
}
.nav-open header #nav-trigger:before {
  transform: rotate(-45deg);
  background: #ffde00;
}
header nav {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 50px;
  left: 50%;
  transition: all 0.4s;
}
.nav-open header nav {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  header nav {
    position: static;
    order: 2;
    flex-grow: 1;
    margin: 0;
    width: auto;
    top: auto;
    left: auto;
  }
}
header nav > ul {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #707070;
}
@media only screen and (min-width: 1024px) {
  header nav > ul {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
  }
}
header nav > ul > li {
  position: relative;
  border-top: 1px solid #707070;
  text-align: center;
}
header nav > ul > li:first-child {
  border-top: 0;
}
@media only screen and (min-width: 1024px) {
  header nav > ul > li {
    border-top: 0;
  }
}
header nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.75rem;
  padding: 7.5px;
}
@media only screen and (min-width: 1340px) {
  header nav > ul > li > a {
    font-size: 0.875rem;
  }
}
header nav > ul > li > a:hover {
  color: #ffde00;
}
@media only screen and (min-width: 1024px) {
  header nav > ul > li > a {
    padding: 0;
  }
}
header nav > ul > li > a.highlight {
  color: #ffde00;
}
header nav > ul > li .submenu {
  max-height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 1s;
}
header nav > ul > li .submenu ul {
  position: relative;
}
header nav > ul > li .submenu ul li {
  line-height: 24px;
  border-top: 1px solid #242424;
}
@media only screen and (min-width: 1024px) {
  header nav > ul > li .submenu ul li {
    border-top: 0;
  }
}
header nav > ul > li .submenu ul li a {
  display: block;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 18px;
  white-space: nowrap;
  font-family: proxima-nova, sans-serif;
  padding: 4px 0 7px 0;
  text-align: left;
  text-transform: uppercase;
}
header nav > ul > li .submenu ul li a:hover {
  color: #ffde00;
}
header nav > ul > li:hover > .submenu {
  max-height: 0;
}
header nav > ul > li.open > .submenu {
  max-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  header nav > ul > li .submenu {
    position: absolute;
    left: -25px;
    min-width: 254px;
    width: auto;
    display: block;
    z-index: 1000;
    background: rgba(35, 35, 35, 0.8);
    top: 49px;
    backdrop-filter: blur(20px);
  }
  header nav > ul > li .submenu ul {
    padding: 5px 10px 10px 10px;
  }
  header nav > ul > li:hover > .submenu {
    max-height: 1000px;
    transition-property: all;
    transition-duration: 1s;
  }
}
@media only screen and (min-width: 1024px) {
  header nav > ul {
    display: flex;
    justify-content: space-evenly;
  }
}

@media only screen and (min-width: 960px) {
  .index-slides .index-slide:before {
    padding-bottom: 43%;
  }
  .index-slides .index-slide .index-slide-container {
    padding-top: 20%;
  }
}
.top {
  position: relative;
}
.top:before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 15px;
}
.index .top:before {
  bottom: 25px;
}
.index .top {
  padding-bottom: 20px;
}
.top .top-wrap {
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 8.75rem;
  max-height: 250px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.top .top-wrap:before {
  content: "";
  width: 0px;
  font-size: 0;
  display: block;
  padding-bottom: 26.66%;
}
.top .top-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5333333333) 30%, rgba(255, 255, 255, 0.2666666667) 100%);
  z-index: 200;
}
.top .top-wrap > * {
  position: relative;
  z-index: 201;
}
.top .top-wrap .top-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.top .top-wrap .top-content h1 {
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 2.1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .top .top-wrap .top-content h1 {
    font-size: 2.625rem;
    line-height: 2.625rem;
    font-weight: 600;
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .top .top-wrap .top-content h1 {
    font-size: 1.4rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: left;
  }
}

.top-date {
  font-size: 1.75rem;
  color: #ffffff;
}

footer {
  padding: 75px 0 20px 0;
  background: #000;
  display: block;
  z-index: 10000;
}
footer .footer-heading {
  color: #ffffff;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer #footer-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-partners {
    flex: 45%;
    overflow: hidden;
  }
}
footer #footer-wrap #footer-partners #footer-partners-wrap {
  display: block;
  height: 90px;
  overflow: hidden;
}
footer #footer-wrap #footer-partners #footer-partners-wrap .footer-partner {
  display: block;
  height: 90px;
  text-align: center;
}
footer #footer-wrap #footer-partners #footer-partners-wrap .footer-partner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
footer #footer-wrap #footer-partners #footer-partners-wrap .footer-partner img {
  vertical-align: middle;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer #footer-wrap #footer-partners #footer-partners-wrap .footer-partner:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap nav {
    flex: 40%;
  }
}
footer #footer-wrap nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer-wrap nav ul li {
  margin: 0;
  padding: 0;
}
footer #footer-wrap nav ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
}
footer #footer-wrap nav ul li a:hover {
  color: #fff;
}
footer #footer-wrap #footer-newsletter {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-newsletter {
    text-align: left;
    flex: 20%;
  }
}
footer #footer-wrap #footer-newsletter form {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 240px;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-newsletter form {
    padding-right: 15px;
  }
}
footer #footer-wrap #footer-newsletter form input[type=text], footer #footer-wrap #footer-newsletter form input[type=emai] {
  box-sizing: border-box;
  height: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ffde00;
  border-right: 0;
}
footer #footer-wrap #footer-newsletter form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  height: 32px;
  border-width: 1px;
}
footer #footer-wrap #footer-newsletter form button:disabled {
  background: #464646;
}
footer #footer-wrap #footer-newsletter #footer-newsletter-msg {
  display: block;
  min-height: 24px;
  width: 100%;
}
footer #footer-wrap #footer-social {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-social {
    text-align: left;
    flex: 15%;
  }
}
footer #footer-wrap #footer-social #footer-social-header {
  display: block;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-social #footer-social-header {
    display: block;
  }
}
footer #footer-wrap #footer-social #footer-social-links {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  footer #footer-wrap #footer-social #footer-social-links {
    flex-direction: column;
  }
}
footer #footer-wrap #footer-social #footer-social-links a {
  color: #ffffff;
  margin-right: 10px;
  white-space: nowrap;
}
footer #footer-wrap #footer-social #footer-social-links a:hover {
  color: #ffde00;
}

.upcoming-event-container-date {
  color: #ffde00;
  font-size: 1.05rem;
  line-height: 0.875rem;
  font-weight: 400;
}

.upcoming-event-container {
  background: #232323;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .upcoming-event-container {
    padding-top: 100px;
  }
}
.upcoming-event-container .upcoming-event {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: -50px;
  max-width: 670px;
  border: 1px solid #232323;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1100;
  background: #20262B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.upcoming-event-container .upcoming-event:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: #20262B;
  opacity: 0.9;
}
.upcoming-event-container .upcoming-event > * {
  position: relative;
}
.upcoming-event-container .upcoming-event .upcoming-event-name {
  font-size: 1.645rem;
  line-height: 2.625rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .upcoming-event-container .upcoming-event .upcoming-event-name {
    margin-bottom: 0;
    font-size: 1.645rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1024px) {
  .upcoming-event-container .upcoming-event {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.content-nav {
  width: auto;
  box-sizing: border-box;
  border: 0;
  float: none;
  text-align: center;
  padding: 25px 0 25px;
  margin-bottom: 15px;
}
.content-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.content-nav ul li {
  margin: 0;
  padding: 0;
}
.content-nav ul ul {
  display: none;
}
.content-nav ul span {
  cursor: pointer;
}
.content-nav > ul > li,
.content-nav > ul li.slick-slide {
  margin: 0 15px;
  position: relative;
  background: rgba(35, 35, 35, 0.6);
  border: 1px solid #ffde00;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1024px) {
  .content-nav > ul > li,
  .content-nav > ul li.slick-slide {
    margin: 0 10px;
  }
}
.content-nav > ul > li:hover,
.content-nav > ul li.slick-slide:hover {
  background: #000000;
}
.content-nav > ul > li > span,
.content-nav > ul > li > a,
.content-nav > ul li.slick-slide > span,
.content-nav > ul li.slick-slide > a {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  font-size: 1.05rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}
.content-nav > ul > li > span > i,
.content-nav > ul > li > a > i,
.content-nav > ul li.slick-slide > span > i,
.content-nav > ul li.slick-slide > a > i {
  color: #ffde00;
  font-size: 1.75rem;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  font-weight: 900;
}
@media only screen and (min-width: 1024px) {
  .content-nav > ul > li > span > i,
  .content-nav > ul > li > a > i,
  .content-nav > ul li.slick-slide > span > i,
  .content-nav > ul li.slick-slide > a > i {
    font-size: 3.5rem;
  }
}
.content-nav > ul > li > span > img,
.content-nav > ul > li > a > img,
.content-nav > ul li.slick-slide > span > img,
.content-nav > ul li.slick-slide > a > img {
  max-height: 28px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1024px) {
  .content-nav > ul > li > span > img,
  .content-nav > ul > li > a > img,
  .content-nav > ul li.slick-slide > span > img,
  .content-nav > ul li.slick-slide > a > img {
    max-height: 56px;
  }
}
.content-nav > ul > li > ul > li,
.content-nav > ul li.slick-slide > ul > li {
  border-top: 1px solid #707070;
}
.content-nav > ul > li > ul > li a,
.content-nav > ul li.slick-slide > ul > li a {
  color: #ffffff;
  display: block;
  padding: 10px;
}
.content-nav > ul > li > ul > li a:hover,
.content-nav > ul li.slick-slide > ul > li a:hover {
  color: #ffde00;
  background: #232323;
}

.content-right {
  float: none;
  width: auto;
  border: 0;
}

.content-nav > ul li > span:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffdd00;
  transform: rotate(-90deg);
  transition: all 0.4s;
}

.content-nav > ul li.active > span:after {
  transform: rotate(0deg);
}

.package-image {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .package-image {
    display: block;
    float: right;
    max-width: 50%;
    margin-left: 15px;
  }
}

.event-series {
  padding: 40px 0px;
}

@media only screen and (min-width: 1024px) {
  .row .column {
    float: left;
    width: 48%;
  }
  .row .column:nth-child(2n) {
    float: right;
  }
}

.column-full {
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 30px;
}

.event-icons-item {
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.event-icons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.grid {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 25px;
  row-gap: 25px;
}
@media only screen and (min-width: 1024px) {
  .grid {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid-full {
    grid-template-columns: 100%;
  }
  .grid.grid-full.grid-index {
    grid-template-columns: 88%;
    justify-content: center;
  }
}

.grid-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 479px) {
  .grid-item {
    flex-wrap: wrap;
  }
}
.grid-item.grid-item-coupon {
  max-height: none !important;
}
.grid-item .grid-item-company {
  max-width: 20%;
  padding: 20px 20px 20px 20px;
  background: #393939;
}
@media only screen and (max-width: 479px) {
  .grid-item .grid-item-company {
    max-width: 100%;
  }
}
.grid-item .grid-item-company .coupons-company-image {
  margin-bottom: 15px;
}
.grid-item .grid-item-company .coupons-company-desc {
  font-size: 16px;
}
.grid-item .coupons-company-qr {
  text-align: center;
}
.grid-item .coupons-company-qr img {
  border: 5px solid #000000;
}
.grid-item .coupons-company-code {
  border: 1px solid gray;
  line-height: 29px;
  display: flex;
  align-self: center;
  border-radius: 5px;
  margin-left: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  .grid-item .coupons-company-code {
    max-width: 94%;
  }
}
.grid-item .coupons-company-code .coupons-company-code-style {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 19px;
}
@media only screen and (max-width: 479px) {
  .grid-item .coupons-company-code .coupons-company-code-style {
    padding: 8px 17px;
  }
}
.grid-item .coupons-company-code .coupons-company-code-code {
  border-left: 1px solid gray;
  background: black;
  color: #ffdd00;
}
.grid-item .grid-item-image {
  position: relative;
  max-height: none;
  flex: 0 0 45%;
  background-size: cover;
  background-position: center top;
  border-radius: 5px 0px 0px 5px;
}
@media only screen and (max-width: 479px) {
  .grid-item .grid-item-image {
    flex: 0 0 100%;
    max-height: 300px;
  }
}
.grid-item .grid-item-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid-item .grid-item-image:after {
  content: "";
  display: block;
  background: #ffde00;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
  z-index: 100;
}
.grid-item:hover .grid-item-image:after {
  opacity: 0.3;
}
.grid-item .grid-item-content {
  background: #232323;
  position: relative;
  padding: 25px 25px 55px 25px;
  z-index: 101;
  background: #2B2B2b;
  border-radius: 0px 5px 5px 0px;
  flex: 1 1 0;
}
.grid-item .grid-item-content .coupons-company-desc {
  font-size: 1rem;
}
.grid-item .grid-item-content .coupons-company-desc p {
  margin-bottom: 1rem;
}
.grid-item .grid-item-content .grid-item-name {
  font-size: 1.4rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0 0 25px 0;
  color: #ffde00;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}
.grid-item .grid-item-content .grid-item-description {
  font-size: 16px;
  line-height: 1.5em;
}
.grid-item .grid-item-btn {
  text-align: right;
  margin-top: 15px;
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 102;
}

.grid-blog .grid-item .grid-item-image {
  flex: 0 0 35%;
}
@media only screen and (max-width: 479px) {
  .grid-blog .grid-item .grid-item-image {
    flex: 0 0 100%;
  }
}

/* EVENTS */
.grid-item-index-event .grid-item-content .grid-item-price {
  text-align: right;
}
.grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-date {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.25rem;
}
.grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-value {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-value s {
  color: gray;
}
.grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-omnibus {
  color: darkgray;
}
.grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-omnibus span {
  color: gray;
}
@media only screen and (min-width: 1024px) {
  .grid-item-index-event .grid-item-content .grid-item-index-event-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .grid-item-index-event .grid-item-content .grid-item-index-event-top .grid-item-price {
    flex: 0 0 40%;
  }
  .grid-item-index-event .grid-item-content .grid-item-description {
    width: 100%;
    padding-bottom: 0;
  }
  .grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-date {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-date span {
    display: block;
  }
  .grid-item-index-event .grid-item-content .grid-item-price .grid-item-price-value {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.grid-item-event-formulas-heading {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}

.grid-item-event-formulas {
  margin-bottom: 20px;
}
.grid-item-event-formulas .grid-item-event-formula {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffdd00;
  text-align: left;
}
.grid-item-event-formulas .grid-item-event-formula .grid-item-event-formula-name {
  display: inline-block;
  width: 41%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.grid-item-event-formulas .grid-item-event-formula .grid-item-event-formula-content {
  display: inline-block;
  color: #fff;
}

.grid-item-prices {
  margin-top: 15px;
  color: #ffffff;
  font-size: 1.75rem;
}
.grid-item-prices .grid-item-price {
  display: inline-block;
}
.grid-item-prices .grid-item-price.regular {
  text-decoration: line-through;
  color: #464646;
  font-weight: normal;
}

.grid-item.closest-event {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1024px) {
  .grid-item.closest-event {
    max-height: 400px;
    margin-bottom: 40px;
  }
}
.grid-item.closest-event .closest-event-formulas-title {
  font-family: proxima-nova, sans-serif;
  color: #ffde00;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.grid-item.closest-event .grid-item-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
@media only screen and (max-width: 479px) {
  .grid-item.closest-event .grid-item-content {
    padding-bottom: 150px;
  }
}
.grid-item.closest-event .grid-item-description {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .grid-item.closest-event .grid-item-image {
    flex: 0 0 45%;
    background-position: center center;
  }
  .grid-item.closest-event .grid-item-image:before {
    display: none;
  }
  .grid-item.closest-event .grid-item-content {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-item.closest-event .grid-item-content .grid-item-name {
    width: 40%;
  }
  .grid-item.closest-event .grid-item-content .grid-item-description {
    width: 60%;
  }
  .grid-item.closest-event .grid-item-content .closest-event-formulas-title,
  .grid-item.closest-event .grid-item-content .closest-event-formulas {
    width: 100%;
  }
}
.grid-item.grid-item-coupon .grid-item-content {
  padding-bottom: 25px;
  align-content: flex-start;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid-item.grid-item-event {
    flex-wrap: wrap;
  }
}
.grid-item.grid-item-event .grid-item-image {
  background-position: left center;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid-item.grid-item-event .grid-item-image {
    flex: 0 0 100%;
    max-height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid-item.grid-item-index-event .grid-item-image {
    flex: 0 0 25%;
  }
}

.carousel-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .carousel-wrapper {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1340px) {
  .carousel-wrapper {
    margin-left: auto;
    max-width: calc(50vw + 1340px / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-wrapper {
    flex-wrap: nowrap;
  }
}
.carousel-wrapper .carousel-intro {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .carousel-wrapper .carousel-intro {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-wrapper .carousel-intro {
    text-align: left;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.carousel-wrapper .carousel-intro .carousel-intro-content {
  margin-bottom: 1em;
}
.carousel-wrapper .carousel-intro .carousel-intro-btn a {
  color: #ffffff;
  font-weight: bold;
}
.carousel-wrapper .carousel-intro .carousel-arrows {
  position: relative;
  margin-top: 30px;
}
.carousel-wrapper .carousel-intro .carousel-arrows .slick-arrow {
  display: inline-block !important;
  position: relative;
  background: none;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
  margin-right: 15px;
}
.carousel-wrapper .carousel-intro .carousel-arrows .slick-arrow:hover {
  color: #ffde00;
}
.carousel-wrapper .carousel-intro .carousel-arrows .slick-arrow.slick-disabled, .carousel-wrapper .carousel-intro .carousel-arrows .slick-arrow.slick-disabled:hover {
  color: #464646;
  cursor: default;
}
.carousel-wrapper .event-top-counter-carousel {
  display: grid;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.carousel-wrapper .event-top-counter-title-carousel {
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .carousel-wrapper .event-top-counter-title-carousel {
    margin-top: 20px;
  }
}
.carousel-wrapper .carousel-items-fullwidth {
  width: 100% !important;
}
.carousel-wrapper .carousel-items {
  width: 100%;
  overflow: hidden;
}
.carousel-wrapper .carousel-items .slick-arrow {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 3em;
}
.carousel-wrapper .carousel-items .slick-arrow:hover {
  color: #fff;
}
.carousel-wrapper .carousel-items .addwitdh {
  min-width: 370px;
  padding: 15px 20px;
}
@media only screen and (max-width: 479px) {
  .carousel-wrapper .carousel-items .addwitdh {
    min-width: 250px;
    padding: 5px 10px;
  }
}
.carousel-wrapper .carousel-items .slick-track {
  display: flex !important;
}
.carousel-wrapper .carousel-items .slick-slide {
  height: auto;
}
.carousel-wrapper .carousel-items .carousel-item {
  border-radius: 5px;
  position: relative;
  margin: 10px;
  background: #2B2B2b;
  max-width: 446.6666666667px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70%;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-image:after {
  content: "";
  display: block;
  background: #ffde00;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
  z-index: 100;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5333333333) 30%, rgba(255, 255, 255, 0.2666666667) 100%);
  z-index: 100;
  transition: all 0.4s;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-image > * {
  position: relative;
  z-index: 101;
  text-transform: uppercase;
  font-weight: 500;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-wrapper .carousel-items .carousel-item:hover .carousel-item-image:after {
  opacity: 0.3;
}
.carousel-wrapper .carousel-items .carousel-item:hover .carousel-item-image:before {
  opacity: 0;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom {
  padding: 10px;
  display: block;
  padding-bottom: 15px;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-name {
  color: #ffde00;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-subname {
  font-size: 0.96rem;
  line-height: 1.1rem;
  color: #ffffff;
  font-weight: 500;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula-separator {
  border-top: 1px solid #232323;
  margin: 10px 0;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula {
  display: flex;
  margin: 10px 0px;
  justify-content: space-between;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-left .carousel-item-formula-name {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 48%;
  margin-right: 2%;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-left .carousel-item-formula-name span {
  white-space: nowrap;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-left .carousel-item-formula-name span + span {
  color: #ffde00;
  font-size: 0.9rem;
  text-transform: lowercase;
  white-space: nowrap;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-left .btn-carousel {
  margin-top: 5px;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-price {
  white-space: nowrap;
  text-align: right;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-price .carousel-item-formula-price-now {
  font-weight: 600;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-formula .carousel-item-formula-price .carousel-item-formula-price-future .higher-price {
  color: #ffdd00;
  font-weight: 600;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .btn-carousel {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-actions {
  text-align: center;
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-actions {
    display: inherit;
    bottom: 10px;
    position: inherit;
    right: 10px;
  }
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-bottom .carousel-item-actions .btn-invert {
  margin-bottom: 15px;
}
.carousel-wrapper .carousel-items .carousel-item .carousel-item-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.event-formulas-item-subscribed {
  padding: 15px;
  text-align: right;
}

.event-formulas-item-prices {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .event-formulas-item-prices {
    display: flex;
    justify-content: space-between;
  }
}
.event-formulas-item-prices .event-formulas-item-price {
  color: #ffde00;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}
.event-formulas-item-prices .event-formulas-item-price.max {
  color: #464646;
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .event-formulas-item-prices .event-formulas-item-price span {
    display: block;
  }
}
.event-formulas-item-prices .event-formulas-item-price span + span {
  font-weight: bold;
  font-size: 1rem;
}

.carousel-item-bottom-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .carousel-item-bottom-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.carousel-item-bottom-wrap .event-formulas-item-formula {
  color: #ffde00;
  font-size: 17px;
  font-weight: 300;
  margin-top: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .carousel-item-bottom-wrap .event-formulas-item-formula span {
    display: block;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 2em;
  color: #ffde00;
  border: 0;
  margin: -0.85em 0 0 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  z-index: 22;
  transition: all 0.4s;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}

.percent, .circle-progress {
  display: inline-block;
  height: 46px;
  width: 46px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.percent .percent-number, .circle-progress .percent-number {
  color: white;
  display: inline-block;
  line-height: 46px;
  font-family: proxima-nova, sans-serif;
  font-size: 15.3333333333px;
  position: relative;
  z-index: 101;
}
.percent svg, .circle-progress svg {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
}
.percent svg circle, .circle-progress svg circle {
  stroke-dasharray: 125.6637061436px;
  stroke-dashoffset: 125.6637061436px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #ffde00;
  fill: rgba(35, 35, 35, 0.5);
  transition: all 1s linear;
  transform: rotate(-90deg);
  transform-origin: center;
}

.countdown {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.countdown .countdown-segment {
  display: inline-block;
  text-align: center;
}
.countdown .countdown-segment .countdown-segment-label {
  display: block;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .countdown .countdown-segment .countdown-segment-label {
    line-height: 18px;
    font-size: 12px;
  }
}
.countdown .countdown-separator {
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: top;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  line-height: 39px;
  width: 15px;
}
.alert {
  font-size: 1.05rem;
  padding: 0.65rem 0.875rem;
  margin-bottom: 0.875rem;
  border: 1px solid transparent;
  background: #ffde00;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}
.alert .close {
  display: none;
}
.alert.alert-success {
  background: limegreen;
  color: #000;
}
.alert.alert-error {
  background: #ff0000;
  color: #fff;
}

.user-login {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .user-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .user-login:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #707070;
  }
}
.user-login .user-login-login {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .user-login .user-login-login {
    padding-top: 100px;
    width: 50%;
  }
}
.user-login .user-login-login .user-login-recover {
  margin-top: 1.75rem;
}
.user-login .user-login-login .form-check {
  text-align: left;
}
.user-login .user-login-login .control-group {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
.user-login .user-login-register {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
.user-login .user-login-register .user-login-connect {
  margin-top: 0.875rem;
}

.user-login .controls {
  padding-right: 0;
}

.user-login .control-group.required label::after {
  display: none !important;
}

.user-login input[type=text],
.user-login input[type=password],
.user-login input[type=email] {
  width: 100%;
  border: 0;
  height: 42px;
}

.user-credentials {
  max-width: 480px;
}
#qr {
  text-align: center;
  padding: 15px;
}

@media only screen and (min-width: 1024px) {
  .cart-section {
    width: 512px;
    float: left;
  }
  .cart-section.cart-section-invoice {
    float: right;
  }
}

.cart-buttons {
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .event-top-counter {
    display: flex;
    align-items: center;
  }
}
.event-top-counter .event-top-counter-title {
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .event-top-counter .event-top-counter-title {
    margin-top: 20px;
  }
}

.event-map {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .event-map {
    float: left;
    margin-right: 15px;
  }
}

.progress {
  width: 100%;
  padding-right: 68px;
  position: relative;
  box-sizing: border-box;
}
.progress .progress-bar {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 17px;
}
.progress .progress-bar .progress-bar-value {
  height: 24px;
  background: #ffde00;
  display: block;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
}
.progress .progress-value {
  width: 68px;
  text-align: right;
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px;
}

.event-pricelist-table {
  margin-bottom: 3.5rem;
}

.event-series-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.event-series-table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /*#707070;*/
}
.event-series-table tr td.event-series-table-formula {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}
.event-series-table tr td.event-series-table-date, .event-series-table tr td.event-series-table-hour {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}
.event-series-table tr td.event-series-table-btn {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.event-series-table tr td.event-series-table-classification {
  background: #252525;
  font-size: 22px;
  color: #fff;
}
.event-series-table tr td.event-series-table-heading {
  font-size: 22px;
  color: #fff;
}

.event-sections {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 100%;
  column-gap: 25px;
  row-gap: 25px;
}
@media only screen and (min-width: 1024px) {
  .event-sections {
    /*  grid-template-columns: repeat(2, minmax(0, 1fr));*/
  }
}
.event-sections .event-section .event-heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 40px;
}
.event-sections .event-section img {
  height: auto !important;
}

.event-top-btns {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
}
.event-top-btns > * {
  flex: 1 1 0;
  padding-left: 20px;
  padding-right: 20px;
}

.groupbuyinfo {
  margin-right: 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.groupbuyinfo-margin {
  margin-bottom: 30px;
}

header #header-search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  height: 100%;
  display: none;
  opacity: 1;
}
header #header-search form {
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
}
header #header-search form input[type=text] {
  height: 100%;
  color: #B6B6B9;
  width: calc(100% - 44px);
  font-size: 2em;
  font-family: proxima-nova, sans-serif;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
header #header-search form button {
  width: 44px;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  color: #707070;
  background: transparent;
  transition: all 0.4s;
  font-size: 2em;
}
header #header-search form button:hover {
  color: #ffffff;
}
.search-show header #header-search {
  display: block;
  animation: anim-show-header-search 400ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 600ms;
  opacity: 0;
}
.search-hide header #header-search {
  display: block;
  animation: anim-show-header-search 400ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-direction: reverse;
}
.search-open header #header-search {
  display: block;
}
.search-show header, .search-open header {
  background: black;
}
.search-show header nav > ul > li, .search-show header #header-btns a, .search-show header #logo, .search-show header #nav-trigger {
  animation: anim-hide-menu-elements 400ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
}
.search-show header nav > ul > li:nth-child(1), .search-show header #header-btns a:nth-child(1) {
  animation-delay: 50ms;
}
.search-show header nav > ul > li:nth-child(2), .search-show header #header-btns a:nth-child(2) {
  animation-delay: 100ms;
}
.search-show header nav > ul > li:nth-child(3), .search-show header #header-btns a:nth-child(3) {
  animation-delay: 150ms;
}
.search-show header nav > ul > li:nth-child(4), .search-show header #header-btns a:nth-child(4) {
  animation-delay: 200ms;
}
.search-show header nav > ul > li:nth-child(5), .search-show header #header-btns a:nth-child(5) {
  animation-delay: 250ms;
}
.search-show header nav > ul > li:nth-child(6), .search-show header #header-btns a:nth-child(6) {
  animation-delay: 300ms;
}
.search-show header nav > ul > li:nth-child(7), .search-show header #header-btns a:nth-child(7) {
  animation-delay: 350ms;
}
.search-show header nav > ul > li:nth-child(8), .search-show header #header-btns a:nth-child(8) {
  animation-delay: 400ms;
}
.search-show header nav > ul > li:nth-child(9), .search-show header #header-btns a:nth-child(9) {
  animation-delay: 450ms;
}
.search-show header nav > ul > li:nth-child(10), .search-show header #header-btns a:nth-child(10) {
  animation-delay: 500ms;
}
.search-show header nav > ul > li:nth-child(11), .search-show header #header-btns a:nth-child(11) {
  animation-delay: 550ms;
}
.search-show header nav > ul > li:nth-child(12), .search-show header #header-btns a:nth-child(12) {
  animation-delay: 600ms;
}
.search-show header nav > ul > li:nth-child(13), .search-show header #header-btns a:nth-child(13) {
  animation-delay: 650ms;
}
.search-show header nav > ul > li:nth-child(14), .search-show header #header-btns a:nth-child(14) {
  animation-delay: 700ms;
}
.search-show header nav > ul > li:nth-child(15), .search-show header #header-btns a:nth-child(15) {
  animation-delay: 750ms;
}
.search-show header nav > ul > li:nth-child(16), .search-show header #header-btns a:nth-child(16) {
  animation-delay: 800ms;
}
.search-show header nav > ul > li:nth-child(17), .search-show header #header-btns a:nth-child(17) {
  animation-delay: 850ms;
}
.search-show header nav > ul > li:nth-child(18), .search-show header #header-btns a:nth-child(18) {
  animation-delay: 900ms;
}
.search-show header nav > ul > li:nth-child(19), .search-show header #header-btns a:nth-child(19) {
  animation-delay: 950ms;
}
.search-show header nav > ul > li:nth-child(20), .search-show header #header-btns a:nth-child(20) {
  animation-delay: 1000ms;
}
.search-open header nav > ul > li, .search-open header #header-btns a, .search-open header #logo, .search-open header #nav-trigger {
  visibility: hidden;
  opacity: 0;
}
.search-hide header nav > ul > li, .search-hide header #header-btns a, .search-hide header #logo, .search-hide header #nav-trigger {
  visibility: visible;
}
.search-hide header nav > ul > li, .search-hide header #header-btns a, .search-hide header #logo, .search-hide header #nav-trigger {
  animation: anim-hide-menu-elements 400ms ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-delay: 0ms;
}
.search-hide header nav > ul > li, .search-hide header #header-btns a, .search-hide header #logo, .search-hide header #nav-trigger {
  visibility: visible;
}

@keyframes anim-hide-menu-elements {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes anim-show-header-search {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.search-items .search-item {
  margin-bottom: 1em;
  padding: 15px;
  border: 1px solid #ffde00;
  border-radius: 5px 0px;
}
.search-items .search-item .search-item-name {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: proxima-nova, sans-serif;
}

.partners-element .partners-element-name {
  color: #ffde00;
  margin-bottom: 15px;
}
.partners-element .partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.partners-element .partners-logos a {
  width: 300px;
  max-width: 100%;
  display: block;
  text-align: center;
}
.partners-element .partners-logos a img {
  max-width: 100%;
}

.jquery-modal.blocker {
  z-index: 9000;
}
.jquery-modal.blocker .modal {
  z-index: 9001;
  background: #232323;
}

.modal-spinner {
  z-index: 9002;
}

.modal .form-container {
  padding-bottom: 0;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.press-information-container .press-information-item {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 1024px) {
  .press-information-container .press-information-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .press-information-container .press-information-item .press-information-item-date {
    flex: 0 0 20%;
  }
}
.press-information-container .press-information-item .press-information-item-name {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .press-information-container .press-information-item .press-information-item-name {
    flex-grow: 1;
  }
}
.press-information-container .press-information-item .press-information-item-btn {
  text-align: right;
}

.payment-received-icon {
  text-align: center;
  font-size: 3rem;
  margin: 1rem 0;
  color: #28a745;
}

.order-confirmed-heading,
.payment-received-heading {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0 0 2rem 0;
  color: #28a745;
}

.order-confirmed-info {
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 1rem auto 2rem;
  max-width: 800px;
}
.order-confirmed-info strong {
  color: #ffde00;
}

.payment-consents {
  font-size: 0.9em;
  margin: 2em auto 1em;
  max-width: 800px;
}

.payment-consents > label {
  display: block;
  margin-bottom: 1em;
}

.payment-actions {
  text-align: center;
  color: #ffde00;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .payment-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.payment-actions > div > span {
  display: inline-block;
  margin: 20px;
}

.payment-actions-pay-with {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: #ffde00;
}

.insurance-caption {
  text-align: center;
  color: #ffde00;
  font-size: 1.25rem;
}

.insurance-subcaption {
  text-align: center;
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0 0 1.5rem 0;
}

.insurance-products {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .insurance-products {
    flex-wrap: nowrap;
  }
}
.insurance-products .insurance-product {
  box-sizing: border-box;
  padding: 30px;
  margin: 15px;
  border: 1px solid #ffde00;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1024px) {
  .insurance-products .insurance-product {
    flex-grow: 0;
    flex-basis: 33.3333333333%;
  }
}
.insurance-products .insurance-product .insurance-product-name {
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  color: #ffde00;
  margin-bottom: 0.5rem;
}
.insurance-products .insurance-product .insurance-product-name-sub {
  font-size: 0.8rem;
  text-align: center;
  color: #ffde00;
  margin-bottom: 0.5rem;
}

.insurance-questions .insurance-question {
  display: flex;
  max-width: 70%;
  margin: 2rem auto;
  justify-content: space-between;
}
.insurance-questions .insurance-question label {
  cursor: pointer;
}
.insurance-questions .insurance-question .insurance-question-icon {
  width: 64px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 64px;
  margin-right: 12px;
}
.insurance-questions .insurance-question .insurance-question-icon img {
  max-width: 100%;
}
.insurance-questions .insurance-question .insurance-question-description {
  flex-grow: 1;
}
.insurance-questions .insurance-question .insurance-question-description span {
  color: #ffde00;
}
.insurance-questions .insurance-question .insurance-question-checkbox {
  width: 32px;
  flex-grow: 0;
  text-align: center;
  margin-left: 32px;
}

.store-wrap {
  margin-bottom: 1rem;
}

.store-container .store-sidebar {
  display: none;
  font-family: proxima-nova, sans-serif;
}
.store-container .store-sidebar .store-sidebar-heading {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0.5rem 0 1rem 0;
}
.store-container .store-sidebar .store-sidebar-heading a {
  color: #ffffff;
}
.store-container .store-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-container .store-sidebar ul li {
  margin: 0;
  padding: 0 0 0 0;
  line-height: 2rem;
}
.store-container .store-sidebar ul li a {
  color: #fff;
  font-size: 1.5rem;
}
.store-container .store-sidebar ul li a:hover {
  color: #ffde00;
}
.store-container .store-sidebar ul li a.active {
  color: #ffde00;
}
.store-container .store-sidebar ul li li {
  margin: 0;
  padding: 0 0 0 1rem;
  line-height: 2rem;
}
.store-container .store-sidebar ul li li a {
  font-size: 1.25rem;
}
.store-container .store-sidebar ul li li li a {
  font-size: 1rem;
}
.store-container .store-content .store-products {
  display: grid;
  gap: 1em;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .store-container .store-content .store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .store-container .store-content .store-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .store-container .store-content .store-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.store-product {
  box-sizing: border-box;
  background: #2B2B2b;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  font-family: proxima-nova, sans-serif;
}
.store-product .store-product-image {
  position: relative;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
}
.store-product .store-product-image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.store-product .store-product-information {
  padding: 10px;
  display: flex;
  font-size: 1.1rem;
  padding-bottom: 52px;
}
.store-product .store-product-information .store-product-information-name {
  text-transform: uppercase;
  flex-grow: 1;
}
.store-product .store-product-information .store-product-information-price {
  text-align: right;
  margin-left: 10px;
}
.store-product .store-product-cart {
  position: absolute;
  bottom: 0.75em;
  right: 0.75em;
}

.slick-slide .store-product {
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .store-wrap {
    display: none;
  }
  .store-container {
    display: flex;
  }
  .store-container .store-sidebar {
    width: 25%;
    display: block;
  }
  .store-container .store-content {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view-container {
    display: flex;
    flex-wrap: nowrap;
  }
}
.product-view-container .product-gallery-container {
  padding: 0 20px 32px 20px;
}
@media only screen and (min-width: 1024px) {
  .product-view-container .product-gallery-container {
    width: 50%;
    padding: 0;
  }
}
.product-view-container .product-gallery-container a {
  text-align: center;
}
.product-view-container .product-gallery-container a img {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .product-view-container .product-information {
    width: 50%;
  }
}
.product-view-container .product-information .product-price {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 1024px) {
  .product-gallery {
    width: 75%;
    margin: 0 auto;
  }
}
.product-gallery .slick-prev {
  left: -24px;
}
.product-gallery .slick-next {
  right: -24px;
}
.product-gallery .slick-slide {
  height: auto !important;
}

.product-thumbnails {
  display: none;
  margin-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .product-thumbnails {
    display: block;
  }
}
.product-thumbnails a {
  margin: 10px;
  cursor: pointer;
  border: 5px solid #ffde00;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffde00;
  overflow: hidden;
  position: relative;
}
.product-thumbnails a:hover {
  box-shadow: 0 0 5px #ffde00;
}
.product-thumbnails a.slick-current {
  box-shadow: 0 0 10px #ffde00;
}
.product-thumbnails a img {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.product-thumbnails a:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product-thumbnails .slick-prev {
  left: -32px;
}
.product-thumbnails .slick-next {
  right: -32px;
}

.product-teaser {
  margin-top: 2em;
}

.regular-price {
  color: #ff0000;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.regular-price:after {
  content: "";
  height: 1px;
  display: block;
  overflow: hidden;
  background: #ff0000;
  box-shadow: 1px 1px 1px #000;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  transform: rotate(-3deg);
  opacity: 0.8;
}

.store-product-information-price .regular-price {
  margin-right: 0;
  display: block;
}

.index-slides .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .index-slides .slick-dots {
    bottom: 15px;
  }
}
.index-slides .slick-arrow {
  color: #ffde00;
  font-size: 2.5rem;
}
.index-slides .slick-arrow:hover {
  color: #ffffff;
}
.index-slides .slick-arrow.slick-prev {
  left: 8px;
}
@media only screen and (min-width: 1024px) {
  .index-slides .slick-arrow.slick-prev {
    left: calc(50vw - (1340px - 90px) / 2);
  }
}
.index-slides .slick-arrow.slick-next {
  right: 8px;
}
@media only screen and (min-width: 1024px) {
  .index-slides .slick-arrow.slick-next {
    right: calc(50vw - (1340px - 90px) / 2);
  }
}
.index-slides .index-slide {
  opacity: 0.25;
  transition: opacity 0.4s;
  position: relative;
  z-index: 1000;
  width: 100vw;
  height: calc(100vh - 48px);
}
@media only screen and (min-width: 1024px) {
  .index-slides .index-slide {
    width: 100vw;
    max-width: calc(1340px - 2 * 80px);
    margin-right: 30px;
    height: auto;
  }
}
.index-slides .index-slide.slick-current {
  opacity: 1;
  z-index: 1005;
}
.index-slides .index-slide.slick-current + .index-slide {
  z-index: 1006;
}
.index-slides .index-slide:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 0;
}
@media only screen and (min-width: 1024px) {
  .index-slides .index-slide:before {
    padding-bottom: 45%;
  }
}
.index-slides .index-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5333333333) 30%, rgba(255, 255, 255, 0.2666666667) 100%);
  z-index: 100;
}
.index-slides .index-slide .index-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.index-slides .index-slide .index-slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 101;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .index-slides .index-slide .index-slide-inner {
    justify-content: center;
  }
}
.index-slides .index-slide .index-slide-inner .index-slide-top {
  margin-top: 25%;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .index-slides .index-slide .index-slide-inner .index-slide-top {
    margin-top: 0;
  }
}
.index-slides .index-slide .index-slide-inner .index-slide-bottom {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.index-slides .index-slide .index-slide-inner .index-slide-name {
  margin-bottom: 25px;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.index-slides .index-slide .index-slide-inner .index-slide-name a {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .index-slides .index-slide .index-slide-inner .index-slide-name a {
    font-size: 3rem;
  }
}
.index-slides .index-slide .index-slide-inner .index-slide-description {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.25em;
}
.index-slides .index-slide .index-slide-inner .index-slide-name,
.index-slides .index-slide .index-slide-inner .index-slide-description {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.index-slide .index-slide-top {
  transform: translateY(200px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0s;
}
@media only screen and (min-width: 1024px) {
  .index-slide .index-slide-top {
    transform: translateY(-200px);
  }
}

.index-slide.current .index-slide-top {
  transform: translateY(0);
  opacity: 1;
}

.index-slide .index-slide-bottom {
  transform: translateY(200px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
}

.index-slide.current .index-slide-bottom {
  transform: translateY(0);
  opacity: 1;
}

.index-container h2 {
  position: relative;
}
.index-container h2:after {
  content: "";
  width: 50%;
  max-width: 406px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-image: radial-gradient(#ffffff 25%, rgba(0, 0, 0, 0) 20%);
  background-position: center center;
  background-size: 15px 15px;
}
@media only screen and (max-width: 479px) {
  .index-container h2:after {
    display: none;
  }
}

.index-items .slick-dots {
  bottom: -22px;
}

.index-item {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .index-item {
    padding: 20px;
  }
}
.index-item .index-item-image {
  display: block;
  position: relative;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.index-item .index-item-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: #ffde00;
  transition: all 0.4s;
}
.index-item .index-item-image img {
  display: block;
}
.index-item .index-item-image span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffde00;
  padding: 5px 5px 5px 20px;
  border-radius: 30px 0 0 0;
  color: #000000;
  line-height: 20px;
}
.index-item:hover .index-item-image:after {
  opacity: 0.3;
}
.index-item .index-item-name {
  font-size: 16px;
  color: #ffffff;
}
.index-item .index-item-teaser {
  font-size: 14px;
  color: #B6B6B9;
  margin-top: 5px;
}

.index-section-alternate {
  background: #232323;
  padding: 40px 0;
}
.index-section-darkgray {
  background: #161616;
  padding-bottom: 60px;
}

.index-section-black {
  background: #000000;
  padding: 40px 0;
}
.index-section-black h2 {
  color: #ffffff;
  text-align: center;
}
.index-section-black h2 a {
  color: #ffffff;
}

.index-section-twotone {
  position: relative;
  padding: 50px 0;
  background: #ffde00;
}
.index-section-twotone:before, .index-section-twotone:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffde00;
}
.index-section-twotone:before {
  right: 0;
  top: 0;
  left: 50%;
  bottom: 50%;
  border-top-left-radius: 5px;
  z-index: 1000;
}
.index-section-twotone:after {
  right: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 5px;
  z-index: 1000;
}

.index-steps h2 {
  text-align: center;
}
.index-steps .index-steps-teaser {
  width: 70%;
  margin: auto;
  text-align: center;
  margin-bottom: 2.625rem;
}
.index-steps .index-steps-items {
  display: flex;
  flex-wrap: wrap;
}
.index-steps .index-steps-items .index-steps-item {
  border: 1px solid #ffde00;
  border-radius: 5px 0 5px 0;
  padding: 25px;
  width: 100%;
  margin: 10px;
  text-align: center;
}
.index-steps .index-steps-items .index-steps-item .index-steps-name {
  font-size: 2.2rem;
  line-height: 2.625rem;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .index-steps .index-steps-items {
    flex-wrap: nowrap;
  }
}

.index-counters-wrap {
  position: relative;
}
.index-counters-wrap h2 {
  color: #ffdd00;
  text-transform: uppercase;
}
.index-counters-wrap .index-counters {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .index-counters-wrap .index-counters {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .index-counters-wrap .index-counters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.index-counters-wrap .index-counters .place {
  border-radius: 5px;
  padding-top: 130px;
  padding-bottom: 70px;
  background-size: cover !important;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 8px 7px 24px -15px rgb(0, 0, 0);
  -moz-box-shadow: 8px 7px 24px -15px rgb(0, 0, 0);
  box-shadow: 8px 7px 24px -15px rgb(0, 0, 0);
}
.index-counters-wrap .index-counters .box1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18)), url(https://cdn.runmageddon.pl/2022-04/liczba_start_w_2.jpg);
}
.index-counters-wrap .index-counters .box2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18)), url(https://cdn.runmageddon.pl/2022-04/liczbaeventow.jpg);
}
.index-counters-wrap .index-counters .box3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18)), url(https://cdn.runmageddon.pl/2023-03/weteran_2023.jpg);
}
.index-counters-wrap .index-counters .box4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18)), url(https://cdn.runmageddon.pl/2023-03/korona_2023.jpg);
}
.index-counters-wrap .index-counters .index-counters-counter {
  text-align: center;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.index-counters-wrap .index-counters .index-counters-counter.index-counters-counter-alternate {
  color: #ffde00;
}
.index-counters-wrap .index-counters .desc-info {
  margin-top: 0px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: center;
  min-height: 64px;
  color: #FDDC00;
  font-weight: 600;
  display: block;
}

.index-partners .index-partner {
  display: block;
  height: 90px;
  text-align: center;
}
.index-partners .index-partner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.index-partners .index-partner img {
  vertical-align: middle;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.4s;
}
.index-partners .index-partner:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media only screen and (min-width: 1024px) {
  .index-newsletter-wrap > * {
    float: left;
    width: 50%;
  }
  .index-newsletter-wrap:after {
    content: "";
    clear: both;
    display: table;
  }
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?23627927");
  src: url("../font/fontello.eot?23627927#iefix") format("embedded-opentype"), url("../font/fontello.woff2?23627927") format("woff2"), url("../font/fontello.woff?23627927") format("woff"), url("../font/fontello.ttf?23627927") format("truetype"), url("../font/fontello.svg?23627927#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?23627927#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "\e800";
} /* '' */
.icon-rmg-price:before {
  content: "\e801";
} /* '' */
.icon-rmg-running:before {
  content: "\e802";
} /* '' */
.icon-rmg-medal:before {
  content: "\e803";
} /* '' */
.icon-rmg-tiktok:before {
  content: "\e804";
} /* '' */
.icon-rmg-tshirt:before {
  content: "\e805";
} /* '' */
.icon-rmg-water:before {
  content: "\e806";
} /* '' */
.icon-rmg-sticker:before {
  content: "\e807";
} /* '' */
.icon-glass:before {
  content: "\e808";
} /* '' */
.icon-rmg-youtube:before {
  content: "\e809";
} /* '' */
.icon-rmg-series:before {
  content: "\e80a";
} /* '' */
.icon-rmg-band:before {
  content: "\e80b";
} /* '' */
.icon-rmg-bandana:before {
  content: "\e80c";
} /* '' */
.icon-rmg-beer:before {
  content: "\e80d";
} /* '' */
.icon-rmg-chop:before {
  content: "\e80e";
} /* '' */
.icon-rmg-crown:before {
  content: "\e80f";
} /* '' */
.icon-rmg-drink:before {
  content: "\e810";
} /* '' */
.icon-rmg-fb:before {
  content: "\e811";
} /* '' */
.icon-rmg-gift:before {
  content: "\e812";
} /* '' */
.icon-rmg-glory:before {
  content: "\e813";
} /* '' */
.icon-rmg-information:before {
  content: "\e814";
} /* '' */
.icon-rmg-inst:before {
  content: "\e815";
} /* '' */
.icon-rmg-obstacle:before {
  content: "\e816";
} /* '' */
.icon-rmg-weteran:before {
  content: "\e817";
} /* '' */
.icon-rmg-distance:before {
  content: "\e818";
} /* '' */
.icon-rmg-debuts:before {
  content: "\e819";
} /* '' */
.icon-music:before {
  content: "\e81a";
} /* '' */
.icon-search-1:before {
  content: "\e81b";
} /* '' */
.icon-mail:before {
  content: "\e81c";
} /* '' */
.icon-video:before {
  content: "\e81d";
} /* '' */
.icon-videocam:before {
  content: "\e81e";
} /* '' */
.icon-picture:before {
  content: "\e81f";
} /* '' */
.icon-camera:before {
  content: "\e820";
} /* '' */
.icon-minus-circled:before {
  content: "\e821";
} /* '' */
.icon-rmg-bag:before {
  content: "\e822";
} /* '' */
.icon-tags:before {
  content: "\e822";
} /* '' */
.icon-bookmark:before {
  content: "\e823";
} /* '' */
.icon-flag:before {
  content: "\e824";
} /* '' */
.icon-rmg-user:before {
  content: "\e825";
} /* '' */
.icon-rmg-cart:before {
  content: "\e826";
} /* '' */
.icon-rmg-coupon:before {
  content: "\e82c";
} /* '' */
.icon-rmg-history:before {
  content: "\e82f";
} /* '' */
.icon-rmg-volunteer:before {
  content: "\e830";
} /* '' */
.icon-rmg-logout:before {
  content: "\e831";
} /* '' */
.icon-rmg-insurance:before {
  content: "\e860";
} /* '' */
.icon-bookmark-empty:before {
  content: "\f097";
} /* '' */
.icon-help:before {
  content: "\f128";
} /* '' */
.icon-minus-squared:before {
  content: "\f146";
} /* '' */
.icon-minus-squared-alt:before {
  content: "\f147";
} /* '' */

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