/*!
Theme Name: MuSa
Theme URI: https://gitlab.com/museo-di-salo
Author: Palmabit
Author URI: https://www.palmabit.com
Description: Mu.Sa. Custom theme
Version: 1.0.0
License: UNLICENSED
License URI: UNLICENSED
Text Domain: musa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
    font-family: 'Avenir Book';
    overflow-x: hidden;
    margin: 0;
    background-color: #ffffff;
    color: #1C1B1B; }
  
  .u-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  
  .u-center-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  
  .u-center-horizontal {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  
  .u-center-horizontal-inner {
    display: table;
    margin: 0 auto; }
  
  a {
    cursor: pointer;
    transition: 0.2s ease-in-out; }
  
  a:hover {
    text-decoration: none;
    color: inherit; }
  
  .title-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden; }
    .title-cont h2 {
      color: #73C6D0;
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
      font-family: "Avenir Heavy";
      text-transform: lowercase; }
    .title-cont h2.no-span {
      display: table;
      white-space: nowrap; }
      .title-cont h2.no-span:before, .title-cont h2.no-span:after {
        border-top: 1px solid #73C6D0;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 50%; }
      .title-cont h2.no-span:before {
        right: 2%; }
      .title-cont h2.no-span:after {
        left: 2%; }
  
  h1,
  h2,
  h3 {
    font-family: "Avenir Medium"; }
  
  h1 {
    font-size: 2rem; }
    h1 span {
      font-family: "Avenir Heavy"; }
  
  h2 {
    font-size: 26px;
    font-family: "Avenir Heavy"; }
    h2 span {
      font-family: "Avenir Heavy Oblique"; }
  
  h3 {
    font-size: 22px; }
  
  p {
    color: #716868; }
  
  .u-text-date {
    color: #73C6D0 !important;
    font-family: "Avenir Heavy"; }
  
  hr {
    border-top: 1px solid #716868;
    margin-top: 30px;
    margin-bottom: 30px; }
  
  .u-text-gray {
    color: #716868; }
  
  .u-text-white {
    color: #ffffff !important; }
  
  .u-text-black {
    color: #1C1B1B !important; }
  
  .u-text-contact {
    font-family: "Avenir Heavy";
    color: #1C1B1B !important; }
  
  strong {
    font-family: "Avenir Heavy"; }
  
  ::selection {
    background: #73C6D0;
    color: #1C1B1B !important; }
  
  .btn-musa {
    border: 2px solid #1C1B1B;
    border-radius: 50px;
    padding: 10px 40px;
    color: #1C1B1B;
    font-family: "Avenir Heavy";
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 0px 0px #73c6d0;
    -moz-box-shadow: 5px 5px 0px 0px #73c6d0;
    box-shadow: 5px 5px 0px 0px #73c6d0; }
    .btn-musa img {
      width: 30px;
      margin-left: 10px; }
    .btn-musa:hover, .btn-musa:visited, .btn-musa:focus {
      -webkit-box-shadow: 7px 7px 0px 0px #009bac;
      -moz-box-shadow: 7px 7px 0px 0px #009bac;
      box-shadow: 7px 7px 0px 0px #009bac;
      background-color: transparent;
      color: #1C1B1B;
      border-color: #1C1B1B;
      outline: none; }
    .btn-musa:active {
      background-color: transparent !important;
      border-bottom-color: #73C6D0 !important;
      color: #1C1B1B !important; }
  
  .p-body-30 {
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .p-body-30 {
        padding-left: 0;
        padding-right: 0; } }
  
  .p-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .m-t-30 {
    margin-top: 30px; }
  
  .m-b-30 {
    margin-bottom: 30px; }
  
  .m-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  
  .m-b-0 {
    margin-bottom: 0; }
  
  .grey-section {
    background-color: #F9F8F5;
    padding-top: 40px;
    padding-bottom: 40px; }
    .grey-section p {
      color: #716868; }
      .grey-section p a {
        color: #73C6D0; }
    .grey-section h1 {
      margin-bottom: 20px; }
  
  .flash-alert {
    background-color: #F0EFEA;
    padding-top: 15px;
    padding-bottom: 15px; }
    .flash-alert p {
      margin-bottom: 0;
      font-size: 13px;
      color: #1C1B1B; }
      .flash-alert p a {
        color: #73C6D0; }
  
  .cont-element-nav {
    padding: 50px 30px 30px;
    font-family: "Avenir Heavy"; }
    .cont-element-nav .col-4 img {
      width: 400px;
      height: 100%; }
    .cont-element-nav .col-4 .link-nav-active {
      color: #73C6D0; }
      .cont-element-nav .col-4 .link-nav-active:hover {
        color: #009bac; }
    .cont-element-nav .col-4 p {
      margin-bottom: 0;
      line-height: 42px; }
      .cont-element-nav .col-4 p a {
        color: #1C1B1B; }
      @media only screen and (max-width: 458px) {
        .cont-element-nav .col-4 p {
          line-height: initial; } }
  
  /* 
    NAVBAR COLLAPSE 
  */
  .navbar-collapse .navbar-nav .nav-item {
    font-family: "Avenir Roman";
    text-align: center; }
    .navbar-collapse .navbar-nav .nav-item .nav-link {
      padding-left: 40px;
      padding-right: 40px;
      color: #1C1B1B; }
      .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #716868; }
    .navbar-collapse .navbar-nav .nav-item.active .nav-link {
      color: #73C6D0 !important; }
      .navbar-collapse .navbar-nav .nav-item.active .nav-link:hover {
        color: #009bac !important; }
  
  .dropdown-menu {
    border-radius: 0;
    border-color: #73C6D0; }
    .dropdown-menu .dropdown-item {
      color: #716868;
      font-family: "Avenir Book"; }
    .dropdown-menu .dropdown-divider {
      border-color: #73C6D0; }
  
  .navbar-toggler {
    border: none; }
    .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:visited {
      box-shadow: none;
      outline: none; }
  
  .img-intro-home {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("/assets/images/musacompleto.jpg");
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    margin-bottom: 40px; }
    .img-intro-home .current-exibition-cont {
      position: absolute;
      width: 30%;
      height: 100%;
      top: 0;
      right: 0;
      background-color: rgba(28, 27, 27, 0.8);
      padding: 15px 30px; }
      .img-intro-home .current-exibition-cont img {
        width: 200px;
        height: auto;
        margin-bottom: 20px; }
      .img-intro-home .current-exibition-cont h3 {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 5px;
        font-family: "Avenir Medium"; }
      .img-intro-home .current-exibition-cont p {
        color: #ffffff;
        font-size: 15px; }
        .img-intro-home .current-exibition-cont p.date {
          color: #73C6D0;
          font-family: "Avenir Black"; }
      @media only screen and (max-width: 925px) {
        .img-intro-home .current-exibition-cont {
          width: 50%; } }
      @media only screen and (max-width: 579px) {
        .img-intro-home .current-exibition-cont {
          position: relative;
          top: inherit;
          right: inherit;
          width: 100%; } }
  
  .box-prev-collection {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px; }
    .box-prev-collection.arte {
      background-image: url("/assets/images/collezioni-arte.jpg"); }
    .box-prev-collection.scienza {
      background-image: url("/assets/images/collezioni_scientifiche.jpg"); }
    .box-prev-collection .prev-info-collection {
      position: absolute;
      bottom: 40px;
      width: 100%;
      height: auto;
      padding: 30px 20px;
      padding-right: 70px;
      background-color: rgba(115, 198, 208, 0.6); }
      .box-prev-collection .prev-info-collection a h2 {
        color: #ffffff;
        margin-bottom: 0; }
      .box-prev-collection .prev-info-collection a p {
        font-size: 16px;
        color: #1C1B1B;
        margin-bottom: 0;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        width: 100%;
        height: 24px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .box-prev-collection .prev-info-collection a img {
        width: 40px;
        height: auto;
        position: absolute;
        right: 20px;
        top: 30px; }
  
  .prev-home-exibition a .poster {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/locandina-mostra.jpg");
    margin-bottom: 20px; }
  .prev-home-exibition a h3 {
    margin-bottom: 0;
    color: #1C1B1B;
    font-family: "Avenir Heavy"; }
  .prev-home-exibition a p {
    font-size: 15px; }
    .prev-home-exibition a p:last-child {
      color: #73C6D0;
      font-family: "Avenir Heavy"; }
  
  a.prev-home-news .row {
    margin-bottom: 20px; }
    a.prev-home-news .row .col-md-3 {
      color: #999999;
      text-transform: uppercase; }
      a.prev-home-news .row .col-md-3 h3 {
        font-family: "Avenir Black";
        margin-bottom: 0; }
      a.prev-home-news .row .col-md-3 p {
        color: #999999; }
    a.prev-home-news .row .col-md-9 h3 {
      font-family: "Avenir Black Oblique";
      margin-bottom: 20px;
      color: #1C1B1B;
      transition: 0.2s ease-in-out; }
    a.prev-home-news .row .col-md-9 p {
      margin-bottom: 0;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  a.prev-home-news:hover .row .col-md-9 h3 {
    color: #73C6D0; }
  
  .sponsor-cont {
    margin-top: 50px; }
    .sponsor-cont .col-6 a img {
      width: 200px;
      height: 100%;
      margin: auto; }
  
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C1B1B; }
    footer .little-cont {
      max-width: 750px; }
      footer .little-cont button {
        margin-top: 0;
        box-shadow: none;
        color: #ffffff;
        border-color: #73C6D0; }
        footer .little-cont button:hover {
          box-shadow: none;
          border-color: #73C6D0;
          color: #73C6D0; }
        @media only screen and (max-width: 575px) {
          footer .little-cont button {
            margin-top: 10px;
            margin-bottom: 10px; } }
      footer .little-cont p {
        margin-bottom: 0;
        transition: 0.2s ease-in-out; }
        footer .little-cont p:hover {
          color: #73C6D0; }
    footer a:hover {
      color: #73C6D0; }
    footer p {
      color: #ffffff; }
      footer p.intestazione {
        color: #73C6D0;
        font-family: "Avenir Heavy"; }
      footer p a {
        color: #ffffff; }
        footer p a:hover {
          color: #73C6D0; }
    footer .social-cont {
      margin-top: 30px; }
      footer .social-cont p {
        color: #716868;
        font-family: "Avenir Heavy"; }
        footer .social-cont p a {
          font-size: 25px;
          margin-right: 20px;
          color: #ffffff; }
          footer .social-cont p a:hover {
            color: #73C6D0; }
          footer .social-cont p a:last-child {
            margin-right: 0; }
    footer .terms-privacy-cont p {
      font-size: 12px;
      margin-bottom: 0; }
      footer .terms-privacy-cont p a {
        color: #ffffff; }
        footer .terms-privacy-cont p a:hover {
          color: #73C6D0; }
      footer .terms-privacy-cont p span {
        color: #716868; }
  
  .intro-title-page {
    background-color: #73C6D0;
    margin-top: 30px;
    padding: 20px 30px; }
    .intro-title-page h1 {
      color: #ffffff;
      margin-bottom: 0;
      font-family: "Avenir Medium"; }
    .intro-title-page .cont-navigation {
      height: 38px; }
      .intro-title-page .cont-navigation .btn-musa {
        float: left;
        border-color: #ffffff;
        font-size: 12px;
        padding: 8px 20px;
        box-shadow: none;
        margin: 0; }
        .intro-title-page .cont-navigation .btn-musa img {
          width: 20px;
          margin-left: 0;
          margin-right: 10px; }
        .intro-title-page .cont-navigation .btn-musa:hover {
          box-shadow: none;
          border-color: #009bac; }
      .intro-title-page .cont-navigation p {
        float: left;
        margin-left: 10px;
        margin-bottom: 0;
        line-height: 38px;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        width: calc(100% - 140px);
        height: 38px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .intro-title-page .cont-navigation p a {
          color: #ffffff; }
          .intro-title-page .cont-navigation p a:hover {
            color: #009bac; }
        .intro-title-page .cont-navigation p i {
          margin-right: 5px;
          margin-left: 5px; }
  
  .prev-exibition {
    margin-bottom: 20px;
    margin-top: 20px; }
    .prev-exibition .prev-poster {
      background-image: url("/assets/images/locandina-mostra.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 350px; }
    .prev-exibition h3 {
      margin-bottom: 0;
      color: #1C1B1B;
      font-family: "Avenir Heavy"; }
    .prev-exibition p {
      font-size: 15px; }
      .prev-exibition p.description {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .prev-exibition p:last-child {
        color: #73C6D0;
        font-family: "Avenir Heavy"; }
    .prev-exibition .btn-musa {
      font-size: 13px;
      padding: 10px 20px; }
      .prev-exibition .btn-musa img {
        width: 20px; }
  
  .prev-news {
    height: max-content;
    margin-top: 20px;
    margin-bottom: 20px; }
    .prev-news .news-poster {
      position: relative;
      background-image: url("/assets/images/prev-news.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 250px;
      padding: 40px; }
      .prev-news .news-poster .cont-description-news {
        background-color: #ffffff;
        padding: 20px 15px;
        -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin-top: 100px; }
        .prev-news .news-poster .cont-description-news p.date {
          color: #73C6D0;
          font-family: "Avenir Heavy"; }
        .prev-news .news-poster .cont-description-news p.description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 34px;
          font-size: 12px; }
        .prev-news .news-poster .cont-description-news h3 {
          font-family: "Avenir Black Oblique";
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 52.8px; }
    .prev-news .btn-musa {
      margin-top: 110px;
      font-size: 13px;
      padding: 10px 20px; }
      .prev-news .btn-musa img {
        width: 20px; }
  
  .pagination {
    font-family: "Avenir Heavy"; }
    .pagination .page-link {
      background-color: transparent;
      border-radius: 20px;
      border: 2px solid;
      margin-right: 3px;
      margin-left: 3px;
      color: #716868; }
      .pagination .page-link:hover, .pagination .page-link:active, .pagination .page-link:focus, .pagination .page-link:visited {
        color: #73C6D0;
        border-color: #73C6D0;
        outline: none;
        box-shadow: none; }
      .pagination .page-link.prev, .pagination .page-link.next {
        border: 0;
        color: #73C6D0; }
  
  .intro-img-news {
    position: relative;
    background-image: url("/assets/images/prev-news.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin-bottom: 40px; }
    .intro-img-news .cont-title-news {
      position: absolute;
      bottom: 40px;
      width: 100%;
      height: auto;
      padding: 30px 20px;
      background-color: rgba(115, 198, 208, 0.6); }
      .intro-img-news .cont-title-news p {
        font-family: "Avenir Heavy"; }
      .intro-img-news .cont-title-news h1 {
        color: #ffffff;
        margin-bottom: 0; }
  
  .gallery img {
    margin-bottom: 10px;
    margin-top: 10px; }
  
  .box-prev-news-exhibitions {
    margin-bottom: 20px; }
    .box-prev-news-exhibitions .head {
      background-color: #73C6D0;
      padding: 20px 15px; }
      .box-prev-news-exhibitions .head h5 {
        color: #ffffff;
        margin-bottom: 0;
        font-family: "Avenir Heavy";
        font-size: 18px; }
    .box-prev-news-exhibitions .grey-section {
      padding: 20px 15px; }
      .box-prev-news-exhibitions .grey-section a.cont-exhibition {
        min-height: 100px;
        display: block; }
        .box-prev-news-exhibitions .grey-section a.cont-exhibition .poster-prev {
          background-image: url("/assets/images/locandina-mostra.jpg");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          width: 100px;
          height: 100px;
          float: left;
          margin-right: 15px; }
        .box-prev-news-exhibitions .grey-section a.cont-exhibition .p-l-text h6 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 36px; }
      .box-prev-news-exhibitions .grey-section a h6 {
        font-family: "Avenir Medium";
        color: #1C1B1B;
        transition: 0.2 ease-in-out; }
      .box-prev-news-exhibitions .grey-section a p {
        font-size: 12px;
        margin-bottom: 0; }
      .box-prev-news-exhibitions .grey-section a:hover .poster-prev {
        opacity: 0.5; }
      .box-prev-news-exhibitions .grey-section a:hover h6 {
        color: #009bac; }
      .box-prev-news-exhibitions .grey-section hr {
        margin-top: 20px;
        margin-bottom: 20px; }
  
  .description-exhibitions {
    padding: 20px 15px;
    margin-bottom: 20px; }
    .description-exhibitions .poster-detail {
      max-height: 600px;
      margin-bottom: 20px; }
    .description-exhibitions .btn-musa {
      font-size: 13px;
      padding: 10px 20px; }
      .description-exhibitions .btn-musa img {
        width: 20px; }
  
  .cont-subtitle {
    background-color: #716868;
    padding: 15px 20px;
    margin-bottom: 20px; }
    .cont-subtitle h2 {
      font-family: "Avenir Heavy";
      margin-bottom: 0;
      color: #ffffff; }
  
  .carousel {
    margin-bottom: 20px; }
    .carousel .carousel-inner .carousel-item .img-background-carousel {
      background-image: url("/assets/images/prev-news.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 500px; }
  
  .img-paragrafo {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 45%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .img-paragrafo {
        float: inherit;
        width: 100%;
        padding-right: 0; } }
  
  .allert-cont {
    background-color: #716868;
    padding-top: 30px;
    padding-bottom: 30px; }
    .allert-cont hr {
      border-color: #ffffff; }
    .allert-cont h2,
    .allert-cont h3 {
      font-family: "Avenir Heavy";
      color: #ffffff; }
      .allert-cont h2 span,
      .allert-cont h3 span {
        font-family: "Avenir Heavy Oblique"; }
    .allert-cont p {
      color: #73C6D0; }
      .allert-cont p a {
        color: #73C6D0;
        font-family: "Avenir Heavy"; }
  
  .table {
    margin-top: 30px; }
    .table thead th {
      border-top: 0;
      font-family: "Avenir Heavy";
      color: #716868;
      font-size: 20px; }
    .table tbody tr td p.tikets-type {
      color: #1C1B1B;
      font-family: "Avenir Heavy"; }
    .table tbody tr td p.applied-to {
      font-family: "Avenir Oblique";
      font-size: 14px;
      margin-bottom: 7px;
      color: #1C1B1B; }
    .table tbody tr td p.specific {
      color: #73C6D0;
      font-family: "Avenir Roman";
      font-size: 14px; }
      .table tbody tr td p.specific span {
        color: #716868; }
        .table tbody tr td p.specific span b {
          font-family: "Avenir Heavy"; }
  
  .form-section {
    background-color: #F0EFEA;
    padding-top: 40px;
    padding-bottom: 40px; }
    .form-section .form-group .form-control {
      border-radius: 0;
      color: #73C6D0;
      border: 2px solid #ffffff;
      background-color: #F0EFEA;
      padding-left: 15px;
      padding-right: 15px; }
      .form-section .form-group .form-control::placeholder {
        color: #73C6D0; }
      .form-section .form-group .form-control:focus {
        background-color: #F9F8F5;
        border-color: #73C6D0;
        outline: none;
        box-shadow: none; }
    .form-section .btn-musa {
      background-color: #ffffff; }
  
  .search-input {
    position: relative; }
    .search-input .form-control {
      margin-right: 40px !important;
      background-color: transparent;
      border: 2px solid #ffffff;
      border-right: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 20px;
      font-family: "Avenir Heavy";
      color: #ffffff;
      width: 100%;
      padding-left: 25px; }
      .search-input .form-control::placeholder {
        color: #ffffff; }
      .search-input .form-control:focus {
        outline: none;
        box-shadow: none; }
    .search-input button {
      position: absolute;
      top: 0;
      right: 0;
      color: #ffffff;
      border: 2px solid #ffffff;
      border-left: 0;
      border-top-right-radius: 20px;
      border-top-left-radius: 0px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .search-input button:hover, .search-input button:active, .search-input button:focus, .search-input button:visited {
        background-color: transparent !important;
        border-color: #ffffff !important;
        color: #009bac !important;
        box-shadow: none !important; }
      @media only screen and (max-width: 575px) {
        .search-input button {
          margin-top: 0 !important;
          margin-bottom: 0 !important; } }
  
  .search-results {
    margin-bottom: 20px; }
    .search-results .card {
      border-radius: 0 !important;
      border: none !important; }
      .search-results .card .card-head {
        background-image: url("/assets/images/locandina-mostra.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 180px; }
      .search-results .card .card-body p.tag span {
        background-color: #73C6D0;
        padding: 5px 15px;
        color: #ffffff;
        font-size: 12px;
        font-family: "Avenir Heavy"; }
      .search-results .card .card-body p.card-text {
        color: #1C1B1B;
        font-family: "Avenir Heavy";
        font-size: 18px;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        width: 100%;
        height: 76px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  
  .ekko-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important; }
  
  .ekko-lightbox-container {
    position: relative; }
  
  .ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%; }
  
  .ekko-lightbox iframe {
    width: 100%;
    height: 100%; }
  
  .ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
  
  .ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1; }
  
  .ekko-lightbox-nav-overlay a > * {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  
  .ekko-lightbox-nav-overlay a > :focus {
    outline: none; }
  
  .ekko-lightbox-nav-overlay a span {
    padding: 0 30px; }
  
  .ekko-lightbox-nav-overlay a:last-child span {
    text-align: right; }
  
  .ekko-lightbox-nav-overlay a:hover {
    text-decoration: none; }
  
  .ekko-lightbox-nav-overlay a:focus {
    outline: none; }
  
  .ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden; }
  
  .ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none; }
  
  .ekko-lightbox .modal-dialog {
    display: none; }
  
  .ekko-lightbox .modal-footer {
    text-align: left; }
  
  .ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
  
  .ekko-lightbox-loader > div > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out; }
  
  .ekko-lightbox-loader > div > div:last-child {
    animation-delay: -1s; }
  
  .modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333; }
  
  @keyframes a {
    0%,to {
      transform: scale(0);
      -webkit-transform: scale(0); }
    50% {
      transform: scale(1);
      -webkit-transform: scale(1); } }
  .error-page {
    background-color: #73C6D0;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 30px; }
    .error-page img {
      width: 300px;
      margin-bottom: 40px; }
    .error-page h1 {
      font-family: "Avenir Black";
      font-size: 10rem;
      letter-spacing: 10px;
      margin-bottom: 40px; }
    .error-page p {
      color: #1C1B1B;
      font-family: "Avenir Medium"; }
    .error-page .btn-musa {
      border-color: #ffffff; }
      .error-page .btn-musa img {
        width: 30px;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 0; }
  
  /*# sourceMappingURL=app.css.map */
  
.banner-bar {
  background: #73C6D0;
  font-size: 20px;
}

.banner-bar a {
  font-size: 16px;
  color: #000;
}
