@media (max-width: 991px) {
  .wait-for-load {
    font-size: 24px;
    color: #ffffff;
    margin: 30px 0;
  }
  .top-menu {
    text-align: right;
    padding: 0;
    float: right;
    width: 40%;
    position: relative;
    height: 27px;
    margin-top: 18px;
  }
  .top-menu ul {
    position: static;
  }
  .top-menu ul li {
    margin-right: 0;
  }
  .top-menu ul li:last-of-type {
    margin-left: 5px;
  }
  .top-menu ul li span {
    display: block;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-size: 14px;
    width: 35px;
    height: 27px;
    text-align: center;
    border: 1px solid transparent;
  }
  .top-menu ul li span img {
    width: 32px;
  }
  #wavePlayer .pl {
    margin-bottom: 30px;
  }
  #wavePlayer .pl img {
    width: 50%;
  }
  #wavePlayer .song-title {
    margin: 15px;
    font-size: 18px;
    font-weight: 300;
  }
  .header {
    position: absolute;
    width: 100%;
  }
  .photo img {
    width: 100%;
  }
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .logo {
    width: 60%;
    margin-top: 20px;
    float: left;
  }
  .logo img {
    width: 100%;
  }
  body {
    background: #000 !important;
  }
  .mobile-menu {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #000;
    z-index: 1000;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu ul li {
    display: block;
  }
  .mobile-menu ul li a {
    color: rgba(255, 255, 255, 0.53);
    text-decoration: none;
    font-size: 24px;
  }
  .mobile-menu ul li:after {
    width: 30px;
    height: 1px;
    content: ' ';
    background-color: #fff;
    margin: 10px auto;
    display: block;
  }
  .mobile-menu ul li:last-of-type:after {
    height: 0;
    margin: 0;
  }
  .mobile-menu ul li.active a {
    color: #fff;
  }
  .mobile-menu .mobile-menu-nav li {
    display: inline-block;
  }
  .mobile-menu .mobile-menu-nav li:after {
    height: 0;
    margin: 0;
  }
  .mobile-menu .mobile-menu-nav span {
    display: block;
    height: 27px;
    padding: 0;
    border: 1px solid transparent;
  }
  .mobile-menu .mobile-menu-nav span img {
    width: 32px;
  }
  .mobile-menu .mobile-menu-nav span.active {
    border-color: #fff;
  }
  .mobile-menu .close-menu {
    padding: 0;
    margin: 15px;
    border: 0;
    color: #fff;
    background: transparent;
    width: 44px;
    height: 44px;
  }
  body.menu-displayed {
    overflow: hidden;
  }
  .loader {
    display: none !important;
  }
  .pagename {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  body.biogramMobile .text {
    display: block;
    color: #ffffff;
    text-align: left;
    letter-spacing: 0.5px;
    font-weight: 100;
  }
  body.calendarMobile .calendar-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
  }
  body.calendarMobile table {
    margin: 15px 0;
    color: #ffffff;
  }
  body.calendarMobile table thead th {
    font-weight: 100;
  }
  body.calendarMobile .next-events,
  body.calendarMobile .prev-events {
    margin-top: 10px;
    text-align: center;
    background: #ffffff30;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.3px;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.calendarMobile .next-events:hover,
  body.calendarMobile .prev-events:hover {
    color: #ffffff;
  }
  body.calendarMobile .prev-events {
    margin-bottom: 10px;
  }
  body.galleryMobile .gallery-item {
    border-bottom: 1px solid #fff;
  }
  body.galleryMobile .gallery-item img {
    width: 100%;
  }
  body.galleryMobile .gallery-item:first-of-type {
    margin-top: 25px;
  }
  body.multimediaMobile table tr td {
    padding: 15px 5px;
  }
  body.multimediaMobile table tr td button {
    border: 0;
    background: transparent;
    width: 100%;
    color: #ffffff;
    text-align: center;
    outline: none;
  }
  html.contactMobile,
  html.calendarMobile {
    height: 100%;
  }
  body.contactMobile .contact-content {
    margin-top: 30px;
    text-align: center;
  }
  body.contactMobile .contact-content .email {
    margin-bottom: 15px;
  }
  html.homeMobile {
    height: 100%;
  }
  body.homeMobile {
    height: 100%;
    background: #000 url("../../images/mobile/home.jpg") no-repeat center top !important;
    background-size: cover !important;
  }
}
@media (max-width: 360px) {
  .logo {
    width: 50%;
    margin-top: 23px;
  }
  .top-menu {
    width: 50%;
  }
}
@media (orientation: landscape) {
  .mobile-menu ul li:after {
    margin: 7px auto;
  }
  .mobile-menu ul li a {
    font-size: 22px;
  }
  .photo img {
    margin-top: -18%;
  }
  .biogramMobile .photo img {
    margin-top: -28%;
  }
  .galleryMobile .photo img {
    margin-top: 0;
  }
  body.homeMobile {
    background-position: 0 38% !important;
  }
}
/*# sourceMappingURL=mobile.css.map */