@import url(//fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap);
html * {
  font-family: "DM Sans", sans-serif;
  font-weight: 400; }

.choose-event {
  font-weight: 200;
  font-size: 4em;
  @media(max-width: 568px) {
    font-size: 2em; }
 }

.btn-block {
  display: block;
  width: auto; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.h1-size {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold; }

.h2-size {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold; }

.container {
  width: auto;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.panel {
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .panel .panel-body {
    padding: 15px; }
  .panel .panel-footer {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }

.l-box {
  padding: 0 15px; }

.main-content.checkout {
  background: none;
  opacity: 1;
  background: white !important; }

.main-content {
  background: none;
  opacity: 1; }

.tour-de-tonka-mono-color {
  background-color: #00adc6;
  background-image: none; }

.firecracker-mono-color {
  background-color: #cf3d2e;
  background-image: none; }

.remove-all-padding {
  padding: 0; }

label.required-field:after, .required-field:after {
  content: " *";
  color: red; }

.pure-form .field_with_errors {
  background: none;
  padding: 0px;
  display: initial; }
  .pure-form .field_with_errors label {
    color: #e74c3c; }
  .pure-form .field_with_errors input[type="text"], .pure-form .field_with_errors input[type="tel"], .pure-form .field_with_errors input[type="email"] {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none; }
.pure-form .error-message-container {
  color: #e74c3c; }

select {
  height: 34px; }

.after-hover {
  position: relative;
  cursor: pointer; }
  .after-hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.08); }
  .after-hover:hover:after {
    opacity: 1; }
  .after-hover .darker:hover:after {
    background: rgba(0, 0, 0, 0.13); }

.pure-form input, .pure-form select {
  max-width: 100%; }

.hollow-white-button {
  font-weight: 100;
  border: 2px solid #3f495f;
  color: #3f495f;
    color-font-size: 20px;
  font-size: 26px;
  background: transparent;
  padding: 15px 15px 12px 15px; }
  .hollow-white-button:hover {
    color: #0c0e12;
    border-color: #0c0e12; }
  .hollow-white-button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0; }
  .hollow-white-button.hollow-on-light-background {
    border-color: #3f495f;
    color: #3f495f;
    font-size: 18px;
    padding: 10px 10px 7px 10px; }
    .hollow-white-button.hollow-on-light-background:hover {
      color: #0c0e12;
      border-color: #0c0e12; }

.colored-label {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 3px;
  @media(max-width: 767px) {
    display: block;
    padding-bottom: 8px; }
 }

#promo_code {
  @media(max-width: 767px) {
    display: inline-block; }
 }

.admin-panel {
  opacity: 0.75; }
  .admin-panel .panel-heading {
    opacity: 0.5; }
  .admin-panel:hover {
    opacity: 1; }
    .admin-panel:hover .panel-heading {
      opacity: 1; }

.container .panel.admin-panel {
  margin-top: 15px;
  background-color: transparent; }
  .container .panel.admin-panel .panel-heading {
    background-color: #3f6eb3;
    font-size: 23px;
    color: white; }
  .container .panel.admin-panel .panel-body {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  .container .panel.admin-panel .panel-body.white {
    background-color: white;
    border: solid 1px #3f6eb3; }

.checkout .admin-panel {
  opacity: 1; }
  .checkout .admin-panel .panel-heading {
    opacity: 1; }

.container.lone-event-container .event-banner img {
  width: auto;
  @media(max-width: 767px) {
    width: 100%;
    height: auto; }
 }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn {
  text-decoration: none; }
  a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: white;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: white;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: white;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: white;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: white;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: white;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: white;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: white;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.navbar-header {
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  height: 110px;
  min-height: 110px;
  padding: 0 1rem;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px #dcdcdc;
  overflow: hidden; }
  .navbar-header a {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s, background-color 0.2s; }

.navbar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  gap: 2rem;
  text-align: center; }

.navbar-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center; }
  .navbar-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .navbar-logo .logo-img {
    height: auto;
    width: auto;
    max-height: 84px;
    max-width: 220px;
    object-fit: contain;
    display: block; }

.navbar-back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: start;
  font-size: 20px !important; }
  .navbar-back-link:hover {
    color: #0078d4; }

.back-arrow {
  font-size: 0.9em; }

.navbar-user {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-self: end; }
  .navbar-user .navbar-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .navbar-user .sign-out-link {
    color: #3f3f3f; }
  .navbar-user a:hover {
    color: #0078d4; }
  .navbar-user .user_greeting {
    display: flex;
    background-color: #bcdeff;
    border-radius: 8px;
    padding: 10px;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    color: black;
    border: 1px solid transparent; }
    .navbar-user .user_greeting:hover {
      background-color: #93caff;
      color: black !important; }
  .navbar-user .user_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .navbar-user a svg,
  .navbar-user a .navbar-user-icon,
  .navbar-user a .navbar-cart-icon {
    height: 25px;
    width: 25px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.sign-out-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #0078d4;
  border-radius: 4px;
  background-color: transparent; }
  .sign-out-btn:hover {
    background-color: #0078d4;
    color: white !important; }
