html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 16px;
  font-size: 1rem;
  min-height: 100%;
}
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: #f7dcbd;
  color: #3c1c14;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21.6px;
  line-height: 1.35rem;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 100%;
}
@media only screen and (min-width: 48em) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wf-active body {
  font-family: Nunito Sans, Arial, Helvetica, sans-serif;
}
iframe {
  border: 0;
}
p {
  font-size: 16px;
  font-size: 1rem;
}
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
}
button {
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  overflow: visible;
}
address {
  font-style: normal;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400) {
  @-ms-viewport {
    width: 320px;
  }
}
svg {
  max-height: 100%;
}
[role='button'],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
.unstyled-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.no-scroll {
  overflow: hidden !important;
  padding-right: 14px;
}
.lowercase {
  text-transform: lowercase;
}
.text-large {
  font-size: 1.55em;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .site-breadcrumbs,
  .site-footer,
  .site-header {
    display: none;
  }
  .employee-list-section * {
    text-align: left !important;
  }
  .block-type-files {
    page-break-inside: avoid;
  }
  .gallery-item {
    width: 19% !important;
    margin-right: 0;
    display: inline-block;
  }
  .gallery-item:after {
    content: '' !important;
  }
  .wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }
}
.sum-price.is-hidden {
  max-height: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  visibility: hidden;
}
.performance-note {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
.performance-date {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  width: 70%;
  padding-right: 8px;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.performance-attr {
  width: 30%;
  text-align: right;
}
.performance-capacity {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
@media only screen and (min-width: 40em) {
  .performance .radio-toolbar {
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .performance .radio-item {
    width: 33%;
  }
  .performance .radio-item + .radio-item {
    margin-left: 4px;
    margin-left: 0.25rem;
  }
  .performance .performance-note {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .performance .performance-capacity {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
  }
}
#tooManyPeople {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  max-height: 200px;
  max-height: 12.5rem;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 6px;
  margin-top: 0.375rem;
}
#tooManyPeople.is-hidden {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  margin: 0;
  max-height: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: inherit;
  text-align: center;
  color: #ba3537;
  font-weight: 700;
}
h1 {
  font-size: 24.324px;
  font-size: 1.52025rem;
  line-height: 25.199999999999996px;
  line-height: 1.575rem;
  margin-bottom: 10.799999999999999px;
  margin-bottom: 0.675rem;
}
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 32.432px;
    font-size: 2.027rem;
    line-height: 33.599999999999994px;
    line-height: 2.1rem;
    margin-bottom: 14.399999999999999px;
    margin-bottom: 0.9rem;
  }
}
.h2,
h2 {
  font-size: 21.624000000000002px;
  font-size: 1.3515rem;
  line-height: 23.400000000000002px;
  line-height: 1.4625rem;
}
@media only screen and (min-width: 48em) {
  .h2,
  h2 {
    font-size: 28.832px;
    font-size: 1.802rem;
    line-height: 31.200000000000003px;
    line-height: 1.95rem;
  }
}
.h3,
h3 {
  font-size: 19.224px;
  font-size: 1.2015rem;
  line-height: 21.599999999999998px;
  line-height: 1.35rem;
}
@media only screen and (min-width: 48em) {
  .h3,
  h3 {
    font-size: 25.632px;
    font-size: 1.602rem;
    line-height: 28.799999999999997px;
    line-height: 1.8rem;
  }
}
.h4,
h4 {
  font-size: 17.088px;
  font-size: 1.068rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 11.988000000000001px;
  margin-bottom: 0.74925rem;
}
@media only screen and (min-width: 48em) {
  .h4,
  h4 {
    font-size: 22.784px;
    font-size: 1.424rem;
    margin-bottom: 15.984000000000002px;
    margin-bottom: 0.999rem;
  }
}
.h5,
h5 {
  font-size: 15.192px;
  font-size: 0.9495rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 11.988000000000001px;
  margin-bottom: 0.74925rem;
}
@media only screen and (min-width: 48em) {
  .h5,
  h5 {
    font-size: 20.256px;
    font-size: 1.266rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 15.984000000000002px;
    margin-bottom: 0.999rem;
  }
}
.mono-highlight {
  font-family: monospace;
  font-size: 20px;
  font-size: 1.25rem;
  color: #632e20;
  padding: 12px;
  padding: 0.75rem;
  display: block;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #fff;
}
.highlight {
  padding: 6px;
  padding: 0.375rem;
  color: #eb2521;
  border-radius: 3px;
  border-radius: 0.1875rem;
  line-height: 1.2;
}
.icon {
  max-height: 20px;
  max-height: 1.25rem;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  color: #57181a;
}
a:visited {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
}
.btn {
  border: none;
  margin: 0;
  overflow: visible;
  padding: 6px;
  padding: 15.84px;
  padding: 0.375rem 0.99rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  font-size: 16px;
  font-size: 1rem;
  box-sizing: border-box;
  text-decoration: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
}
.btn-default {
  background: #f9e3cb;
  color: #632e20;
}
.btn-default:hover {
  background: #f4ca9d;
}
.btn-default:focus {
  background: #eca559;
  outline: none;
}
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background: #f9e3cb;
}
.btn-primary {
  background: #a62f31;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px;
  padding: 18px;
  padding: 0.75rem 1.125rem;
}
.btn-primary:hover {
  background: #7e2425;
}
.btn-primary:focus {
  background: #57181a;
  outline: none;
}
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background: #a62f31;
  color: #fff;
}
.btn-comp {
  background: #f4ca9d;
  color: #632e20;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px;
  padding: 18px;
  padding: 0.75rem 1.125rem;
}

.btn-s {
  font-size: 0.9rem;
}
.btn-comp:hover {
  background: #f1be86;
}
.btn-comp:focus {
  background: #eeb270;
  outline: none;
}
.btns .form-group {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btns .btn,
fieldset {
  margin-top: 24px;
  margin-top: 1.5rem;
}
fieldset {
  padding: 0;
  border: 0;
}
fieldset:first-child {
  margin-top: 0;
}
legend {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #632e20;
}
.form-group {
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
}
.form-control,
input[type='email'],
input[type='number'],
input[type='password'],
input[type='text'],
select,
textarea {
  border: 1px;
  border: 0.0625rem solid #f4ca9d;
  border-radius: 1px;
  border-radius: 0.0625rem;
  box-sizing: border-box;
  display: block;
  line-height: 16px;
  line-height: 1rem;
  max-width: 100%;
  padding: 10px;
  padding: 12px;
  padding: 0.625rem 0.75rem;
  resize: none;
  width: 100%;
  background-color: #fff;
  color: #632e20;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.form-control::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(99, 46, 32, 0.4);
}
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='text']::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(99, 46, 32, 0.4);
}
.form-control:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(99, 46, 32, 0.4);
}
.form-control:hover,
input[type='email']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='text']:hover,
select:hover,
textarea:hover {
  border-color: #ce5355;
}
.form-control:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
  border-color: #a62f31;
  outline: none;
}
@media only screen and (min-width: 48em) {
  .form-control,
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='text'],
  select,
  textarea {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
textarea.form-control {
  line-height: 20px;
  line-height: 1.25rem;
  min-height: 60px;
  min-height: 3.75rem;
  font-family: Nunito Sans, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 48em) {
  textarea.form-control {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.control-label,
label {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  box-sizing: border-box;
  color: #a62f31;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 48em) {
  .control-label,
  label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.form-label-tip {
  position: absolute;
  right: 0;
  top: 0;
}
.help-block {
  margin: 0;
  padding: 4px;
  padding: 8px;
  padding: 0.25rem 0.5rem;
}
.help-block.error-msg {
  background-color: #fcdddc;
  color: #ef5350;
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.125rem;
}
.alert.block-notice {
  background-color: transparent;
  color: #eb2521;
  padding: 0;
  border-radius: 2px;
  border-radius: 0.125rem;
  text-align: left;
  zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.alert.block-notice:after,
.alert.block-notice:before {
  content: '';
  display: table;
}
.alert.block-notice:after {
  clear: both;
}
.alert.block-notice .btn {
  display: inline-block;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-weight: 700;
}
.alert.block-notice .block-notice-content,
.alert.block-notice .block-notice-content p {
  margin: 0;
}
.errors {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  bottom: 0;
  padding: 20px;
  margin: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  flex-direction: column;
}

.errors.is-hidden {
  display: none !important;
}

.errors .btn {
  margin-top: 20px;
}

.error {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style-type: none;
}
.error li {
  max-width: 600px;
  padding: 24px;
  padding: 2rem;
  color: #fff;
  background: #a62f31;
  border-radius: 2px;
  border-radius: 0.125rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
.error li + li {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.alert {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  padding: 24px;
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  max-width: 1200px;
  max-width: 75rem;
  box-sizing: border-box;
  margin: 6px;
  margin: 0.375rem auto;
  z-index: 3;
}
.alert,
.alert .close {
  position: relative;
  border-radius: 2px;
  border-radius: 0.125rem;
}
.alert .close {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  font-weight: 700;
  top: 1px;
  top: 0.0625rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
.alert .close:focus {
  outline: none;
}
.alert_success {
  background-color: #66bb6a;
  color: #fff;
}
.alert_success .btn:focus,
.alert_success .btn:hover {
  background-color: #419345;
}
.alert_danger {
  background-color: #ef5350;
  color: #fff;
}
.alert_danger .btn:focus,
.alert_danger .btn:hover {
  background-color: #de1814;
}
.alert_warning {
  background-color: #ffb74d;
  color: #632e20;
}
.alert_warning .btn:focus,
.alert_warning .btn:hover {
  background-color: #ff9800;
}
.alert_info {
  background-color: #f9e3cb;
  color: #632e20;
}
.alert_info .btn:focus,
.alert_info .btn:hover {
  background-color: #f1be86;
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter__label {
  width: 100%;
}
.counter__btn {
  font-size: 20px;
  font-size: 1.25rem;
}
.counter__input.form-control {
  width: 100px;
  width: 6.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  text-align: center;
  -moz-appearance: textfield;
}
.counter__input::-webkit-inner-spin-button,
.counter__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radiobar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.radiobar .ri__notice {
  max-height: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  overflow: hidden;
}
.radiobar .radio-label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.radiobar__label {
  background-color: #f9e3cb;
  border-radius: 1px;
  border-radius: 0.0625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  padding: 10.5px;
  padding: 12px;
  padding: 0.65625rem 0.75rem;
  padding-left: 38px;
  padding-left: 2.375rem;
  position: relative;
  width: 100%;
}
.radiobar__label:before {
  background: #fff;
  border: 4px;
  border: 0.25rem solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 3 #f1be86;
  content: '';
  display: block;
  height: 14px;
  height: 0.875rem;
  left: 12px;
  left: 0.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: absolute;
  top: 50%;
  width: 14px;
  width: 0.875rem;
}
.radiobar__label:hover {
  background: #f4ca9d;
}
.radiobar__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.radiobar__input:before {
  background: #7e2425;
  box-shadow: 3px;
  box-shadow: 0 0 0.1875rem #57181a;
}
.radiobar__input:hover {
  background: #7e2425;
}
.radiobar__input:focus ~ .radiobar__label {
  background-color: #eca559;
  color: #fff;
}
.radiobar__input[disabled] ~ .radiobar__label {
  background: #ccc;
  color: #333;
  cursor: not-allowed;
}
.radiobar__input:checked ~ .radiobar__label {
  background-color: #a62f31;
  color: #fff;
}
.radiobar__input:checked ~ .radiobar__label:before {
  background-color: #a62f31;
}
.radiobar__input:checked:focus ~ .radiobar__label {
  background-color: #7e2425;
  color: #fff;
}
.radiobar__input:checked:focus ~ .radiobar__label:before {
  background-color: #7e2425;
}
.radiobar__input:checked:focus ~ .radiobar__label .ri__notice,
.radiobar__input:checked ~ .radiobar__label .ri__notice {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-height: 300px;
  max-height: 18.75rem;
  visibility: visible;
  margin-top: 4px;
  margin-top: 0.25rem;
  overflow: visible;
}
@media only screen and (min-width: 48em) {
  .radiobar__label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  display: block;
}
.checkbox__label:after {
  content: '';
  display: block;
  height: 17px;
  height: 1.0625rem;
  width: 17px;
  width: 1.0625rem;
  border: 2.5px;
  border: 0.15625rem solid #a62f31;
  border-radius: 2px;
  border-radius: 0.125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-top: -0.6875rem;
  left: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.checkbox__label:after:active,
.checkbox__label:after:hover {
  border-color: #632e20;
}
.checkbox__input {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox__input:focus {
  outline: none;
}
.checkbox__input:checked ~ .checkbox__label:after {
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
  height: 0.5rem;
  border-radius: 0;
  border-color: #632e20;
}
.checkbox__input:focus ~ .checkbox__label:after {
  border-color: #632e20;
}
@media only screen and (min-width: 48em) {
  .checkbox__label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.site-header {
  text-align: center;
  display: block;
}
.intro-text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #632e20;
}
.brand,
.intro-text .brand-name {
  display: block;
}
.brand {
  width: 128px;
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
}
@media only screen and (min-width: 30em) {
  .brand {
    width: 156px;
    width: 9.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .brand {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.menu {
  display: block;
  background: #a62f31;
  width: 100%;
  text-align: left;
  padding: 18px;
  padding: 24px;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.website-link {
  text-align: center;
  display: inline-block;
  color: #f9e3cb;
  text-decoration: none;
  font-weight: 700;
}
.website-link .icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
  top: -0.0625rem;
}
.website-link:focus,
.website-link:hover {
  color: #fff;
  text-decoration: underline;
}
.modal {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  visibility: hidden;
  max-height: 0;
  position: fixed;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal.is-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  max-height: 1000px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal .highlight {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.modal-row + .modal-row,
.modal .highlight {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.modal-close {
  position: absolute;
  top: 24px;
  top: 1.5rem;
  right: 24px;
  right: 1.5rem;
  font-size: 32px;
  font-size: 2rem;
  background: transparent;
  padding: 0;
}
.modal-close:focus,
.modal-close:hover {
  outline: none;
  color: #a62f31;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.modal-inner {
  padding: 48px;
  padding: 24px;
  padding: 3rem 1.5rem;
  background: #f9e3cb;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  border-radius: 0.125rem;
  box-shadow: 64px;
  box-shadow: 0 0 4rem rgba(85, 49, 10, 0.5);
  text-align: center;
  overflow-y: auto;
  max-width: 300px;
  max-width: 18.75rem;
  margin: 24px;
  margin: 1.5rem auto;
}
.modal-cta {
  display: block;
}
.modal-cta .btn {
  width: 100%;
  display: block;
  text-align: center;
}
.modal-cta .btn + .btn {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.modal .mono-highlight {
  margin: 8px;
  margin: 0.5rem;
}
.modal .table {
  text-align: left;
  display: inline-block;
  margin: 24px;
  margin: 1.5rem auto;
  margin-top: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  background: #fdf4eb;
}
.modal .table td {
  padding: 8px;
  padding: 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #f4ca9d;
  box-sizing: border-box;
  line-height: 1.25;
  max-width: 400px;
  max-width: 25rem;
}
.modal .table td#data-note {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.modal .table td .performance-capacity,
.modal .table td .performance-note,
.modal .table td .ri__notice {
  display: none;
}
@media only screen and (min-width: 30em) {
  .modal-cta .btn {
    display: inline-block;
    margin: 6px;
    margin: 0.375rem;
    width: auto;
  }
}
@media only screen and (min-width: 48em) {
  .modal-inner {
    max-width: 480px;
    max-width: 40rem;
  }
}
.modal-bg {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-visible {
  position: relative;
}
.modal-visible .wrapper {
  filter: blur(5px);
}
.modal-visible .modal-bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.site-footer {
  text-align: left;
  background: #f4ca9d;
}
@media only screen and (min-width: 64em) {
  .site-footer {
    margin-top: 0;
  }
  .site-footer .contacts {
    display: none;
  }
}
.copyright {
  display: block;
  margin: 0;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a62f31;
  text-align: left;
}
.small-device-only .copyright {
  color: #f9e3cb;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contacts {
  padding: 12px;
  padding: 24px;
  padding: 0.75rem 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background: #a62f31;
  color: #fff;
  box-sizing: border-box;
}
.contacts .contacts-title {
  color: #f9e3cb;
  text-align: left;
}
.contacts.small-device-only {
  margin-top: 48px;
  margin-top: 3rem;
}
.contacts.large-device-only {
  background: transparent;
  color: #a62f31;
}
.contacts.large-device-only .contacts-title {
  color: #632e20;
}
.contacts .address {
  font-weight: 700;
}
.contacts .address p {
  margin: 0;
}
.contacts .col {
  width: 100%;
  line-height: 20px;
  line-height: 1.25rem;
  box-sizing: border-box;
}
.contacts .col + .col {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.contacts .contact-links {
  zoom: 1;
}
.contacts .contact-links:after,
.contacts .contact-links:before {
  content: '';
  display: table;
}
.contacts .contact-links:after {
  clear: both;
}
.contacts .contact-links a {
  float: left;
  clear: left;
}
@media only screen and (min-width: 22.5em) {
  .contacts .col {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    margin-right: -0.25rem;
    vertical-align: top;
  }
  .contacts .col + .col {
    padding-left: 8px;
    padding-left: 0.5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .contacts {
    padding: 12px;
    padding: 36px;
    padding: 0.75rem 2.25rem;
  }
}
.wrapper {
  box-sizing: border-box;
  padding: 0;
  background: #fff;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 32px;
  box-shadow: 0 0 2rem #f4ca9d;
  position: relative;
  zoom: 1;
  min-height: 100%;
}
.wrapper:after,
.wrapper:before {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .wrapper {
    max-width: 1200px;
    max-width: 75rem;
  }
  .wrapper .left-col {
    padding: 24px;
    padding: 1.5rem 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: -5px;
  }
  .wrapper .left-col,
  .wrapper .right-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
  }
  .wrapper .right-col {
    padding: 24px;
    padding: 36px;
    padding: 1.5rem 2.25rem;
    background: #fdf4eb;
  }
  .wrapper .right-col.countdown-visible {
    padding-top: 128px;
    padding-top: 8rem;
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
    left: 50%;
  }
  .wrapper .site-footer {
    width: 100%;
  }
}
.site-content {
  padding: 24px;
  padding: 0 1.5rem;
}
.site-content .contacts {
  display: none;
}
@media only screen and (min-width: 64em) {
  .site-content {
    padding: 36px;
    padding: 0 2.25rem;
  }
  .site-content .contacts {
    display: block;
    margin-bottom: 0;
  }
}
.sorry-jako {
  max-width: 720px;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
}
.sorry-jako img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
.row .col {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.small-device-only {
  display: block;
}
@media only screen and (min-width: 64em) {
  .small-device-only {
    display: none;
  }
}
.large-device-only {
  display: none;
}
@media only screen and (min-width: 64em) {
  .large-device-only {
    display: block;
  }
}
.text-center {
  text-align: center;
  display: block;
}
.theatre-img {
  display: block;
  border-top: 4px;
  border-top: 0.25rem solid #ce5355;
  border-bottom: 4px;
  border-bottom: 0.25rem solid #ce5355;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .theatre-img {
    margin-bottom: 0;
  }
}
.intro {
  padding: 24px;
  padding: 0 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .intro {
    padding: 36px;
    padding: 0 2.25rem;
  }
}
.reserve-text {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.reserve-text,
.reserve-title,
.tickets-icon {
  text-align: center;
}
.tickets-icon {
  width: 64px;
  width: 4rem;
  margin-left: auto;
  display: block;
  margin-right: auto;
}
@media only screen and (min-width: 64em) {
  .tickets-icon {
    margin-top: 48px;
    margin-top: 3rem;
  }
}
.countdown-timer {
  text-align: center;
}
.countdown-timer h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #632e20;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 30em) {
  .countdown-timer h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 48em) {
  .countdown-timer h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .countdown-timer h4 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.qr-code {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
