@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Customized by anvar / zeitgeist in 2018
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 576px) {
  .container {
    width: 576px; } }
@media (min-width: 768px) {
  .container {
    width: 768px; } }
@media (min-width: 992px) {
  .container {
    width: 992px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 576px) {
  .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    float: left; }

  .col-s-12 {
    width: 100%; }

  .col-s-11 {
    width: 91.66666667%; }

  .col-s-10 {
    width: 83.33333333%; }

  .col-s-9 {
    width: 75%; }

  .col-s-8 {
    width: 66.66666667%; }

  .col-s-7 {
    width: 58.33333333%; }

  .col-s-6 {
    width: 50%; }

  .col-s-5 {
    width: 41.66666667%; }

  .col-s-4 {
    width: 33.33333333%; }

  .col-s-3 {
    width: 25%; }

  .col-s-2 {
    width: 16.66666667%; }

  .col-s-1 {
    width: 8.33333333%; }

  .col-s-pull-12 {
    right: 100%; }

  .col-s-pull-11 {
    right: 91.66666667%; }

  .col-s-pull-10 {
    right: 83.33333333%; }

  .col-s-pull-9 {
    right: 75%; }

  .col-s-pull-8 {
    right: 66.66666667%; }

  .col-s-pull-7 {
    right: 58.33333333%; }

  .col-s-pull-6 {
    right: 50%; }

  .col-s-pull-5 {
    right: 41.66666667%; }

  .col-s-pull-4 {
    right: 33.33333333%; }

  .col-s-pull-3 {
    right: 25%; }

  .col-s-pull-2 {
    right: 16.66666667%; }

  .col-s-pull-1 {
    right: 8.33333333%; }

  .col-s-pull-0 {
    right: auto; }

  .col-s-push-12 {
    left: 100%; }

  .col-s-push-11 {
    left: 91.66666667%; }

  .col-s-push-10 {
    left: 83.33333333%; }

  .col-s-push-9 {
    left: 75%; }

  .col-s-push-8 {
    left: 66.66666667%; }

  .col-s-push-7 {
    left: 58.33333333%; }

  .col-s-push-6 {
    left: 50%; }

  .col-s-push-5 {
    left: 41.66666667%; }

  .col-s-push-4 {
    left: 33.33333333%; }

  .col-s-push-3 {
    left: 25%; }

  .col-s-push-2 {
    left: 16.66666667%; }

  .col-s-push-1 {
    left: 8.33333333%; }

  .col-s-push-0 {
    left: auto; }

  .col-s-offset-12 {
    margin-left: 100%; }

  .col-s-offset-11 {
    margin-left: 91.66666667%; }

  .col-s-offset-10 {
    margin-left: 83.33333333%; }

  .col-s-offset-9 {
    margin-left: 75%; }

  .col-s-offset-8 {
    margin-left: 66.66666667%; }

  .col-s-offset-7 {
    margin-left: 58.33333333%; }

  .col-s-offset-6 {
    margin-left: 50%; }

  .col-s-offset-5 {
    margin-left: 41.66666667%; }

  .col-s-offset-4 {
    margin-left: 33.33333333%; }

  .col-s-offset-3 {
    margin-left: 25%; }

  .col-s-offset-2 {
    margin-left: 16.66666667%; }

  .col-s-offset-1 {
    margin-left: 8.33333333%; }

  .col-s-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12 {
    float: left; }

  .col-m-12 {
    width: 100%; }

  .col-m-11 {
    width: 91.66666667%; }

  .col-m-10 {
    width: 83.33333333%; }

  .col-m-9 {
    width: 75%; }

  .col-m-8 {
    width: 66.66666667%; }

  .col-m-7 {
    width: 58.33333333%; }

  .col-m-6 {
    width: 50%; }

  .col-m-5 {
    width: 41.66666667%; }

  .col-m-4 {
    width: 33.33333333%; }

  .col-m-3 {
    width: 25%; }

  .col-m-2 {
    width: 16.66666667%; }

  .col-m-1 {
    width: 8.33333333%; }

  .col-m-pull-12 {
    right: 100%; }

  .col-m-pull-11 {
    right: 91.66666667%; }

  .col-m-pull-10 {
    right: 83.33333333%; }

  .col-m-pull-9 {
    right: 75%; }

  .col-m-pull-8 {
    right: 66.66666667%; }

  .col-m-pull-7 {
    right: 58.33333333%; }

  .col-m-pull-6 {
    right: 50%; }

  .col-m-pull-5 {
    right: 41.66666667%; }

  .col-m-pull-4 {
    right: 33.33333333%; }

  .col-m-pull-3 {
    right: 25%; }

  .col-m-pull-2 {
    right: 16.66666667%; }

  .col-m-pull-1 {
    right: 8.33333333%; }

  .col-m-pull-0 {
    right: auto; }

  .col-m-push-12 {
    left: 100%; }

  .col-m-push-11 {
    left: 91.66666667%; }

  .col-m-push-10 {
    left: 83.33333333%; }

  .col-m-push-9 {
    left: 75%; }

  .col-m-push-8 {
    left: 66.66666667%; }

  .col-m-push-7 {
    left: 58.33333333%; }

  .col-m-push-6 {
    left: 50%; }

  .col-m-push-5 {
    left: 41.66666667%; }

  .col-m-push-4 {
    left: 33.33333333%; }

  .col-m-push-3 {
    left: 25%; }

  .col-m-push-2 {
    left: 16.66666667%; }

  .col-m-push-1 {
    left: 8.33333333%; }

  .col-m-push-0 {
    left: auto; }

  .col-m-offset-12 {
    margin-left: 100%; }

  .col-m-offset-11 {
    margin-left: 91.66666667%; }

  .col-m-offset-10 {
    margin-left: 83.33333333%; }

  .col-m-offset-9 {
    margin-left: 75%; }

  .col-m-offset-8 {
    margin-left: 66.66666667%; }

  .col-m-offset-7 {
    margin-left: 58.33333333%; }

  .col-m-offset-6 {
    margin-left: 50%; }

  .col-m-offset-5 {
    margin-left: 41.66666667%; }

  .col-m-offset-4 {
    margin-left: 33.33333333%; }

  .col-m-offset-3 {
    margin-left: 25%; }

  .col-m-offset-2 {
    margin-left: 16.66666667%; }

  .col-m-offset-1 {
    margin-left: 8.33333333%; }

  .col-m-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12 {
    float: left; }

  .col-l-12 {
    width: 100%; }

  .col-l-11 {
    width: 91.66666667%; }

  .col-l-10 {
    width: 83.33333333%; }

  .col-l-9 {
    width: 75%; }

  .col-l-8 {
    width: 66.66666667%; }

  .col-l-7 {
    width: 58.33333333%; }

  .col-l-6 {
    width: 50%; }

  .col-l-5 {
    width: 41.66666667%; }

  .col-l-4 {
    width: 33.33333333%; }

  .col-l-3 {
    width: 25%; }

  .col-l-2 {
    width: 16.66666667%; }

  .col-l-1 {
    width: 8.33333333%; }

  .col-l-pull-12 {
    right: 100%; }

  .col-l-pull-11 {
    right: 91.66666667%; }

  .col-l-pull-10 {
    right: 83.33333333%; }

  .col-l-pull-9 {
    right: 75%; }

  .col-l-pull-8 {
    right: 66.66666667%; }

  .col-l-pull-7 {
    right: 58.33333333%; }

  .col-l-pull-6 {
    right: 50%; }

  .col-l-pull-5 {
    right: 41.66666667%; }

  .col-l-pull-4 {
    right: 33.33333333%; }

  .col-l-pull-3 {
    right: 25%; }

  .col-l-pull-2 {
    right: 16.66666667%; }

  .col-l-pull-1 {
    right: 8.33333333%; }

  .col-l-pull-0 {
    right: auto; }

  .col-l-push-12 {
    left: 100%; }

  .col-l-push-11 {
    left: 91.66666667%; }

  .col-l-push-10 {
    left: 83.33333333%; }

  .col-l-push-9 {
    left: 75%; }

  .col-l-push-8 {
    left: 66.66666667%; }

  .col-l-push-7 {
    left: 58.33333333%; }

  .col-l-push-6 {
    left: 50%; }

  .col-l-push-5 {
    left: 41.66666667%; }

  .col-l-push-4 {
    left: 33.33333333%; }

  .col-l-push-3 {
    left: 25%; }

  .col-l-push-2 {
    left: 16.66666667%; }

  .col-l-push-1 {
    left: 8.33333333%; }

  .col-l-push-0 {
    left: auto; }

  .col-l-offset-12 {
    margin-left: 100%; }

  .col-l-offset-11 {
    margin-left: 91.66666667%; }

  .col-l-offset-10 {
    margin-left: 83.33333333%; }

  .col-l-offset-9 {
    margin-left: 75%; }

  .col-l-offset-8 {
    margin-left: 66.66666667%; }

  .col-l-offset-7 {
    margin-left: 58.33333333%; }

  .col-l-offset-6 {
    margin-left: 50%; }

  .col-l-offset-5 {
    margin-left: 41.66666667%; }

  .col-l-offset-4 {
    margin-left: 33.33333333%; }

  .col-l-offset-3 {
    margin-left: 25%; }

  .col-l-offset-2 {
    margin-left: 16.66666667%; }

  .col-l-offset-1 {
    margin-left: 8.33333333%; }

  .col-l-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-pull-11 {
    right: 91.66666667%; }

  .col-xl-pull-10 {
    right: 83.33333333%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-8 {
    right: 66.66666667%; }

  .col-xl-pull-7 {
    right: 58.33333333%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-5 {
    right: 41.66666667%; }

  .col-xl-pull-4 {
    right: 33.33333333%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-2 {
    right: 16.66666667%; }

  .col-xl-pull-1 {
    right: 8.33333333%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-push-11 {
    left: 91.66666667%; }

  .col-xl-push-10 {
    left: 83.33333333%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-8 {
    left: 66.66666667%; }

  .col-xl-push-7 {
    left: 58.33333333%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-5 {
    left: 41.66666667%; }

  .col-xl-push-4 {
    left: 33.33333333%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-2 {
    left: 16.66666667%; }

  .col-xl-push-1 {
    left: 8.33333333%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-offset-12 {
    margin-left: 100%; }

  .col-xl-offset-11 {
    margin-left: 91.66666667%; }

  .col-xl-offset-10 {
    margin-left: 83.33333333%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-8 {
    margin-left: 66.66666667%; }

  .col-xl-offset-7 {
    margin-left: 58.33333333%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-5 {
    margin-left: 41.66666667%; }

  .col-xl-offset-4 {
    margin-left: 33.33333333%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-s,
.visible-m,
.visible-l,
.visible-xl {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-x-block,
.visible-x-inline,
.visible-x-inline-block,
.visible-s-block,
.visible-s-inline,
.visible-s-inline-block,
.visible-m-block,
.visible-m-inline,
.visible-m-inline-block,
.visible-l-block,
.visible-l-inline,
.visible-l-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (max-width: 575px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }

  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .visible-s {
    display: block !important; }

  table.visible-s {
    display: table !important; }

  tr.visible-s {
    display: table-row !important; }

  th.visible-s,
  td.visible-s {
    display: table-cell !important; }

  .visible-s-block {
    display: block !important; }

  .visible-s-inline {
    display: inline !important; }

  .visible-s-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-m {
    display: block !important; }

  table.visible-m {
    display: table !important; }

  tr.visible-m {
    display: table-row !important; }

  th.visible-m,
  td.visible-m {
    display: table-cell !important; }

  .visible-m-block {
    display: block !important; }

  .visible-m-inline {
    display: inline !important; }

  .visible-m-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-l {
    display: block !important; }

  table.visible-l {
    display: table !important; }

  tr.visible-l {
    display: table-row !important; }

  th.visible-l,
  td.visible-l {
    display: table-cell !important; }

  .visible-l-block {
    display: block !important; }

  .visible-l-inline {
    display: inline !important; }

  .visible-l-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important; }

  table.visible-xl {
    display: table !important; }

  tr.visible-xl {
    display: table-row !important; }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; }

  .visible-xl-block {
    display: block !important; }

  .visible-xl-inline {
    display: inline !important; }

  .visible-xl-inline-block {
    display: inline-block !important; } }
.hidden {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-s {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-m {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-l {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.logo {
  display: inline-block;
  text-decoration: none;
  color: black; }
  .logo:hover, .logo:active, .logo:focus {
    text-decoration: none;
    color: black; }
  .logo--inverted {
    color: white; }
    .logo--inverted:hover, .logo--inverted:active, .logo--inverted:focus {
      color: white; }

.menu {
  position: fixed;
  z-index: 1000;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  overflow: auto; }
  .menu--hidden {
    transform: translateX(0); }

.menu__inner {
  min-height: 100%;
  padding-bottom: 50px; }
  @media (min-width: 576px) {
    .menu__inner {
      padding-bottom: 100px; } }

.menu__items {
  margin-top: 40px; }

.menu__item {
  padding: 0 15px;
  border-bottom: 1px solid white; }
  .menu__item:first-child {
    border-top: 1px solid white; }
  .menu__item--active > a {
    font-style: italic; }
  .menu__item > a {
    display: block;
    color: white;
    text-decoration: none; }
    .menu__item > a:hover, .menu__item > a:active, .menu__item > a:focus {
      text-decoration: none;
      font-style: italic; }

.menu__footer {
  position: sticky;
  bottom: 0;
  margin-top: -40px;
  padding: 0 15px;
  color: white; }
  @media (min-width: 576px) {
    .menu__footer {
      margin-top: -70px; } }
  .menu__footer > a {
    color: inherit; }

.r-table {
  display: block;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid black; }

.r-table__row {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid black;
  /*&--expanded {
    @extend %curser-up;
  }*/ }
  .r-table__row--header {
    /*display: none;

    @media (min-width: 768px) {
      display: block;
    }*/
    border-top: none; }
  .r-table__row--regular {
    padding-top: 10px;
    padding-bottom: 10px; }
    .r-table__row--regular > .r-table__cell {
      display: none; }
  .r-table__row--collapsible {
    display: none;
    margin-top: 0;
    padding-bottom: 15px;
    border-top: none; }
    .r-table__row--collapsible > .r-table__cell {
      display: block;
      margin-bottom: 12px; }
      .r-table__row--collapsible > .r-table__cell--collapser {
        display: none !important; }

.r-table__cell {
  display: block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .r-table__cell {
      display: inline-block; } }

.r-table__cell--header {
  display: none; }
  .r-table__cell--header.r-table__cell--collapser {
    visibility: hidden; }

.r-table__cell--collapser {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 26px;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/icon-expand.svg");
  background-size: 100%;
  background-repeat: no-repeat; }
  .r-table__cell--collapser > .r-table__cell-inner {
    display: none; }
  .r-table__cell--collapser--minus {
    background-image: url("../images/icons/icon-collapse.svg"); }

.r-table__collapsible-pusher {
  height: 10px; }

.r-table--agenda > .r-table__row--regular > .r-table__cell--collapser {
  display: block; }
.r-table--agenda > .r-table__row--regular > .r-table__cell--date {
  display: block; }
.r-table--agenda > .r-table__row--regular > .r-table__cell--title {
  display: block; }
.r-table--agenda > .r-table__row--collapsible > .r-table__cell--date, .r-table--agenda > .r-table__row--collapsible > .r-table__cell--title {
  display: none; }
.r-table--agenda > .r-table__row--collapsible > .r-table__cell--lead {
  display: none; }
.r-table--agenda > .r-table__row--collapsible > .r-table__cell--details {
  max-width: 630px; }
@media (min-width: 768px) {
  .r-table--agenda > .r-table__row--header > .r-table__cell--date, .r-table--agenda > .r-table__row--regular > .r-table__cell--date {
    display: inline-block;
    width: 105px; }
  .r-table--agenda > .r-table__row--header > .r-table__cell--title, .r-table--agenda > .r-table__row--regular > .r-table__cell--title {
    display: inline-block;
    width: 320px; }
  .r-table--agenda > .r-table__row--header > .r-table__cell--theater-place, .r-table--agenda > .r-table__row--regular > .r-table__cell--theater-place {
    display: inline-block;
    width: 200px; }
  .r-table--agenda > .r-table__row--collapsible > .r-table__cell--theater-place {
    display: none; } }
@media (min-width: 1200px) {
  .r-table--agenda > .r-table__row--header > .r-table__cell--lead, .r-table--agenda > .r-table__row--regular > .r-table__cell--lead {
    display: inline-block;
    width: 515px; } }
@media (min-width: 1440px) {
  .r-table--agenda > .r-table__row--header > .r-table__cell--lead, .r-table--agenda > .r-table__row--regular > .r-table__cell--lead {
    width: 600px; } }

.r-table--auditions > .r-table__row--regular {
  overflow-x: hidden;
  -ms-overflow-x: hidden; }
  .r-table--auditions > .r-table__row--regular > .r-table__cell--collapser {
    display: none; }
  .r-table--auditions > .r-table__row--regular > .r-table__cell--year {
    display: block; }
  .r-table--auditions > .r-table__row--regular > .r-table__cell--title {
    display: block; }
  .r-table--auditions > .r-table__row--regular > .r-table__cell--audio {
    display: block; }
.r-table--auditions > .r-table__row--collapsible {
  display: block; }
  .r-table--auditions > .r-table__row--collapsible > .r-table__cell--year, .r-table--auditions > .r-table__row--collapsible > .r-table__cell--title {
    display: none; }
  .r-table--auditions > .r-table__row--collapsible > .r-table__cell--audio {
    display: none; }
@media (min-width: 768px) {
  .r-table--auditions > .r-table__row--header > .r-table__cell--year, .r-table--auditions > .r-table__row--regular > .r-table__cell--year {
    display: inline-block;
    width: 70px; }
  .r-table--auditions > .r-table__row--header > .r-table__cell--title, .r-table--auditions > .r-table__row--regular > .r-table__cell--title {
    display: inline-block;
    width: 200px; }
  .r-table--auditions > .r-table__row--header > .r-table__cell--regi, .r-table--auditions > .r-table__row--regular > .r-table__cell--regi {
    display: inline-block;
    width: 200px; }
  .r-table--auditions > .r-table__row--header > .r-table__cell--role, .r-table--auditions > .r-table__row--regular > .r-table__cell--role {
    display: inline-block;
    width: 170px; }
  .r-table--auditions > .r-table__row--collapsible > .r-table__cell--regi, .r-table--auditions > .r-table__row--collapsible > .r-table__cell--role {
    display: none; } }
@media (min-width: 992px) {
  .r-table--auditions > .r-table__row--collapsible {
    display: none;
    padding-bottom: 0; }
    .r-table--auditions > .r-table__row--collapsible > .r-table__collapsible-pusher {
      height: 0; }
    .r-table--auditions > .r-table__row--collapsible > .r-table__cell--year, .r-table--auditions > .r-table__row--collapsible > .r-table__cell--title {
      display: none; }
    .r-table--auditions > .r-table__row--collapsible > .r-table__cell--audio {
      display: none; }
  .r-table--auditions > .r-table__row--header > .r-table__cell--theater-place, .r-table--auditions > .r-table__row--regular > .r-table__cell--theater-place {
    display: inline-block;
    width: 200px; }
  .r-table--auditions > .r-table__row--header > .r-table__cell--collapser, .r-table--auditions > .r-table__row--regular > .r-table__cell--collapser {
    display: none; }
  .r-table--auditions > .r-table__row--collapsible > .r-table__cell--theater-place {
    display: none; } }

.r-table--theater > .r-table__row--regular > .r-table__cell--collapser {
  display: block; }
.r-table--theater > .r-table__row--regular > .r-table__cell--year {
  display: block; }
.r-table--theater > .r-table__row--regular > .r-table__cell--title {
  display: block; }
.r-table--theater > .r-table__row--collapsible > .r-table__cell--year, .r-table--theater > .r-table__row--collapsible > .r-table__cell--title {
  display: none; }
@media (min-width: 768px) {
  .r-table--theater > .r-table__row--header > .r-table__cell--year, .r-table--theater > .r-table__row--regular > .r-table__cell--year {
    display: inline-block;
    width: 80px; }
  .r-table--theater > .r-table__row--header > .r-table__cell--title, .r-table--theater > .r-table__row--regular > .r-table__cell--title {
    display: inline-block;
    width: 300px; }
  .r-table--theater > .r-table__row--header > .r-table__cell--role, .r-table--theater > .r-table__row--regular > .r-table__cell--role {
    display: inline-block;
    width: 150px; }
  .r-table--theater > .r-table__row--collapsible > .r-table__cell--role {
    display: none; } }
@media (min-width: 992px) {
  .r-table--theater > .r-table__row--header > .r-table__cell--regi, .r-table--theater > .r-table__row--regular > .r-table__cell--regi {
    display: inline-block;
    width: 240px; }
  .r-table--theater > .r-table__row--collapsible > .r-table__cell--regi {
    display: none; } }
@media (min-width: 1200px) {
  .r-table--theater > .r-table__row--header > .r-table__cell--branch, .r-table--theater > .r-table__row--regular > .r-table__cell--branch {
    display: inline-block;
    width: 150px; }
  .r-table--theater > .r-table__row--header > .r-table__cell--theater-place, .r-table--theater > .r-table__row--regular > .r-table__cell--theater-place {
    display: inline-block;
    width: 200px; }
  .r-table--theater > .r-table__row--collapsible > .r-table__cell--branch, .r-table--theater > .r-table__row--collapsible > .r-table__cell--theater-place {
    display: none; } }
@media (min-width: 1440px) {
  .r-table--theater > .r-table__row--header > .r-table__cell--collapser, .r-table--theater > .r-table__row--regular > .r-table__cell--collapser {
    display: none; }
  .r-table--theater > .r-table__row--header > .r-table__cell--link, .r-table--theater > .r-table__row--regular > .r-table__cell--link {
    display: inline-block;
    width: 120px; } }

.r-table--movies > .r-table__row--regular > .r-table__cell--collapser {
  display: block; }
.r-table--movies > .r-table__row--regular > .r-table__cell--year {
  display: block; }
.r-table--movies > .r-table__row--regular > .r-table__cell--title {
  display: block; }
.r-table--movies > .r-table__row--collapsible > .r-table__cell--year, .r-table--movies > .r-table__row--collapsible > .r-table__cell--title {
  display: none; }
@media (min-width: 768px) {
  .r-table--movies > .r-table__row--header > .r-table__cell--year, .r-table--movies > .r-table__row--regular > .r-table__cell--year {
    display: inline-block;
    width: 80px; }
  .r-table--movies > .r-table__row--header > .r-table__cell--title, .r-table--movies > .r-table__row--regular > .r-table__cell--title {
    display: inline-block;
    width: 300px; }
  .r-table--movies > .r-table__row--header > .r-table__cell--role, .r-table--movies > .r-table__row--regular > .r-table__cell--role {
    display: inline-block;
    width: 150px; }
  .r-table--movies > .r-table__row--header > .r-table__cell--branch, .r-table--movies > .r-table__row--regular > .r-table__cell--branch {
    display: inline-block;
    width: 150px; }
  .r-table--movies > .r-table__row--collapsible > .r-table__cell--role, .r-table--movies > .r-table__row--collapsible > .r-table__cell--branch {
    display: none; } }
@media (min-width: 992px) {
  .r-table--movies > .r-table__row--header > .r-table__cell--regi, .r-table--movies > .r-table__row--regular > .r-table__cell--regi {
    display: inline-block;
    width: 240px;
    padding-right: 30px; }
  .r-table--movies > .r-table__row--collapsible > .r-table__cell--regi {
    display: none; } }
@media (min-width: 1200px) {
  .r-table--movies > .r-table__row--header > .r-table__cell--link, .r-table--movies > .r-table__row--regular > .r-table__cell--link {
    display: inline-block;
    width: 120px; }
  .r-table--movies > .r-table__row--header > .r-table__cell--collapser, .r-table--movies > .r-table__row--regular > .r-table__cell--collapser {
    display: none; } }

.r-table--audio > .r-table__row--regular > .r-table__cell--collapser {
  display: block; }
.r-table--audio > .r-table__row--regular > .r-table__cell--year {
  display: block; }
.r-table--audio > .r-table__row--regular > .r-table__cell--title {
  display: block; }
.r-table--audio > .r-table__row--collapsible > .r-table__cell--year, .r-table--audio > .r-table__row--collapsible > .r-table__cell--title {
  display: none; }
@media (min-width: 768px) {
  .r-table--audio > .r-table__row--header > .r-table__cell--year, .r-table--audio > .r-table__row--regular > .r-table__cell--year {
    display: inline-block;
    width: 80px; }
  .r-table--audio > .r-table__row--header > .r-table__cell--title, .r-table--audio > .r-table__row--regular > .r-table__cell--title {
    display: inline-block;
    width: 300px; }
  .r-table--audio > .r-table__row--header > .r-table__cell--theater-place, .r-table--audio > .r-table__row--regular > .r-table__cell--theater-place {
    display: inline-block;
    width: 150px; }
  .r-table--audio > .r-table__row--header > .r-table__cell--branch, .r-table--audio > .r-table__row--regular > .r-table__cell--branch {
    display: inline-block;
    width: 150px; }
  .r-table--audio > .r-table__row--collapsible > .r-table__cell--theater-place, .r-table--audio > .r-table__row--collapsible > .r-table__cell--branch {
    display: none; } }
@media (min-width: 992px) {
  .r-table--audio > .r-table__row--header, .r-table--audio > .r-table__row--regular {
    /*> .r-table__cell--collapser {
      display: none;
    }*/ }
    .r-table--audio > .r-table__row--header > .r-table__cell--customer, .r-table--audio > .r-table__row--regular > .r-table__cell--customer {
      display: inline-block;
      width: 200px; }
  .r-table--audio > .r-table__row--collapsible > .r-table__cell--customer {
    display: none; } }
@media (min-width: 1200px) {
  .r-table--audio > .r-table__row--header > .r-table__cell--regi, .r-table--audio > .r-table__row--regular > .r-table__cell--regi {
    display: inline-block;
    width: 200px; }
  .r-table--audio > .r-table__row--collapsible > .r-table__cell--regi {
    display: none; } }
@media (min-width: 1440px) {
  .r-table--audio > .r-table__row--header > .r-table__cell--link, .r-table--audio > .r-table__row--regular > .r-table__cell--link {
    display: inline-block;
    width: 120px; }
  .r-table--audio > .r-table__row--header > .r-table__cell--collapser, .r-table--audio > .r-table__row--regular > .r-table__cell--collapser {
    display: none; } }

.r-table--education > .r-table__row--header, .r-table--education > .r-table__row--regular {
  display: none; }
.r-table--education > .r-table__row--collapsible {
  display: block;
  border-top: 1px solid black; }
.r-table--education > .r-table__row > .r-table__collapsible-pusher {
  height: 25px; }
@media (min-width: 768px) {
  .r-table--education > .r-table__row--header, .r-table--education > .r-table__row--regular {
    display: block; }
  .r-table--education > .r-table__row--collapsible {
    display: none; }
  .r-table--education > .r-table__row--header > .r-table__cell, .r-table--education > .r-table__row--regular > .r-table__cell {
    display: inline-block; }
  .r-table--education > .r-table__row > .r-table__cell--year {
    width: 140px; }
  .r-table--education > .r-table__row > .r-table__cell--title-education {
    width: 240px; } }

.r-table--awards > .r-table__row--header, .r-table--awards > .r-table__row--regular {
  display: none; }
.r-table--awards > .r-table__row--collapsible {
  display: block;
  border-top: 1px solid black; }
.r-table--awards > .r-table__row > .r-table__collapsible-pusher {
  height: 25px; }
@media (min-width: 768px) {
  .r-table--awards > .r-table__row--header, .r-table--awards > .r-table__row--regular {
    display: block; }
  .r-table--awards > .r-table__row--collapsible {
    display: none; }
  .r-table--awards > .r-table__row--header > .r-table__cell, .r-table--awards > .r-table__row--regular > .r-table__cell {
    display: inline-block; }
  .r-table--awards > .r-table__row > .r-table__cell--year {
    width: 140px; }
  .r-table--awards > .r-table__row > .r-table__cell--title-awards {
    width: 240px; } }

.r-table--characteristics > .r-table__row--header > .r-table__cell, .r-table--characteristics > .r-table__row--regular > .r-table__cell {
  display: none; }
.r-table--characteristics > .r-table__row--collapsible {
  display: block; }
@media (min-width: 768px) {
  .r-table--characteristics > .r-table__row--header, .r-table--characteristics > .r-table__row--regular {
    display: block; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--playAge, .r-table--characteristics > .r-table__row--regular > .r-table__cell--playAge {
      display: inline-block;
      width: 140px; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--height, .r-table--characteristics > .r-table__row--regular > .r-table__cell--height {
      display: inline-block;
      width: 120px; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--eyeColor, .r-table--characteristics > .r-table__row--regular > .r-table__cell--eyeColor {
      display: inline-block;
      width: 160px; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--hairColor, .r-table--characteristics > .r-table__row--regular > .r-table__cell--hairColor {
      display: inline-block;
      width: 150px; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--figure, .r-table--characteristics > .r-table__row--regular > .r-table__cell--figure {
      display: inline-block;
      width: 140px; }
  .r-table--characteristics > .r-table__row--collapsible {
    display: none; }
    .r-table--characteristics > .r-table__row--collapsible > .r-table__cell--playAge, .r-table--characteristics > .r-table__row--collapsible > .r-table__cell--height, .r-table--characteristics > .r-table__row--collapsible > .r-table__cell--eyeColor, .r-table--characteristics > .r-table__row--collapsible > .r-table__cell--hairColor, .r-table--characteristics > .r-table__row--collapsible > .r-table__cell--figure {
      display: none; }
  .r-table--characteristics > .r-table__row > .r-table__cell--collapser {
    display: block; } }
@media (min-width: 992px) {
  .r-table--characteristics > .r-table__row--header, .r-table--characteristics > .r-table__row--regular {
    display: block; }
    .r-table--characteristics > .r-table__row--header > .r-table__cell--language, .r-table--characteristics > .r-table__row--regular > .r-table__cell--language {
      display: inline-block;
      width: 140px; }
  .r-table--characteristics > .r-table__row--collapsible {
    display: none !important; }
  .r-table--characteristics > .r-table__row > .r-table__cell--collapser {
    display: none; } }

.lightbox {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black; }
  .lightbox--hidden {
    display: none; }

.lightbox__in {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.lightbox__close {
  display: block;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 30px;
  right: 15px;
  top: 15px; }

.photo {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .photo {
      margin-bottom: 40px; } }

.photo__img {
  display: block;
  width: 100%; }

.photo__caption {
  text-align: right;
  font-size: 14px; }
  .photo__caption:before {
    content: "©"; }

@media (min-width: 576px) {
  .photo--portrait {
    width: 50%; } }

.tabs__switches {
  margin-bottom: 1.5em; }
  @media (min-width: 576px) {
    .tabs__switches {
      margin-bottom: 2em; } }
.tabs__switch {
  display: inline-block;
  margin-right: 0.8em; }
  @media (min-width: 576px) {
    .tabs__switch {
      margin-right: 2em; } }
  .tabs__switch > h2 {
    margin-bottom: 0; }
  .tabs__switch--active {
    border-bottom: 1px solid black; }
.tabs__item--hidden {
  display: none !important; }

.r-table__row--regular, .tabs__switch, .menu-button {
  cursor: url("../images/cursors/cur/arrow-down-black32px.cur");
  cursor: url("../images/cursors/svg/arrow-down-black.svg") 16 32, pointer; }

.menu-button--inverted {
  cursor: url("../images/cursors/cur/arrow-down-white32px.cur");
  cursor: url("../images/cursors/svg/arrow-down-white.svg") 16 32, pointer; }

.logo, a, .play {
  cursor: url("../images/cursors/cur/arrow-right-black32px.cur");
  cursor: url("../images/cursors/svg/arrow-right-black.svg") 32 16, pointer; }

.logo--inverted, .menu__item > a {
  cursor: url("../images/cursors/cur/arrow-right-white32px.cur");
  cursor: url("../images/cursors/svg/arrow-right-white.svg") 32 16, pointer; }

.overflow-hidden {
  overflow: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

body {
  position: relative;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

audio {
  display: none; }

html, body {
  height: 100%; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 500; }

.content {
  padding-top: 130px;
  padding-bottom: 130px; }
  .content--fullscreen {
    height: 100%;
    padding-top: 0; }
  .content--fullscreen-with-menu {
    height: 100%;
    padding-top: 70px; }
  @media (min-width: 576px) {
    .content {
      padding-top: 300px; }
      .content--fullscreen-with-menu {
        padding-top: 120px; } }

.section-separator {
  height: 75px; }

.logo, .menu__item > a, .menu__footer, h1, h2, .menu-button {
  font-size: 28px;
  line-height: 37px; }
  @media (min-width: 576px) {
    .logo, .menu__item > a, .menu__footer, h1, h2, .menu-button {
      font-size: 52px;
      line-height: 71px; } }

.r-table__cell--header, .r-table__cell-label, table > tbody > tr > th {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2.15px; }
  @media (min-width: 576px) {
    .r-table__cell--header, .r-table__cell-label, table > tbody > tr > th {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 3px; } }

.menu-button:hover, .menu-button:active, .menu-button:focus {
  font-style: italic; }

h2 {
  margin-bottom: 17px; }

a {
  color: black;
  text-decoration: none; }

p, ul, ol {
  margin-bottom: 1em; }

p + ul, p + ol {
  margin-top: -1em; }

p > a {
  text-decoration: underline; }

strong {
  font-weight: bolder; }

em {
  font-style: italic; }

ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

ul, ol {
  margin-left: 1em; }

/*
::selection {
  background: black;
  color: white;
}
::-moz-selection {
  background: black;
  color: white;
}
*/
.menu-button {
  float: right; }
  .menu-button--inverted {
    color: white; }

.background-fullscreen {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-y: 30%;
  display: block;
  width: 100%;
  height: 100%; }

.photoFullScreen {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 85% 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.play {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  width: 62px;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .play:hover {
    width: 74.4px;
    height: 96px;
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    -o-transform: translateY(-48px);
    transform: translateY(-48px); }

.page-title {
  margin-top: -7px; }
  @media (min-width: 576px) {
    .page-title {
      margin-top: -15px; } }

table > tbody > tr.border-top {
  border-top: 1px solid black; }
table > tbody > tr.border-bottom {
  border-bottom: 1px solid black; }
table > tbody > tr.table-collapsible-row > td {
  padding: 0; }
table > tbody > tr > th, table > tbody > tr > td {
  text-align: left; }
table > tbody > tr > td > .table-collapser {
  cursor: pointer; }
table > tbody > tr > td > .table-collapsible {
  display: none;
  width: 100%; }

.videowrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }

audio {
  width: 100%; }

.mejs__controls a {
  cursor: pointer; }

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