.SL_GaleriesComponent {
  padding: 0;
  position: relative; }
  .SL_GaleriesComponent h2 {
    position: relative;
    line-height: 3rem;
    margin-bottom: 1rem; }
  .SL_GaleriesComponent .item.slc {
    background-repeat: no-repeat;
    min-height: 10rem;
    background-position: center center;
    cursor: pointer;
    position: relative;
    transition: opacity 2s;
    outline: none; }
    @media (max-width: 767px) {
      .SL_GaleriesComponent .item.slc {
        background-size: cover; } }
    @media (min-width: 768px) {
      .SL_GaleriesComponent .item.slc {
        background-size: cover; } }
    @media (min-width: 1920px) {
      .SL_GaleriesComponent .item.slc {
        background-size: cover; } }
    .SL_GaleriesComponent .item.slc > img {
      margin: 0 auto;
      width: 100%;
      margin-bottom: 1rem; }
      @media (max-width: 991px) {
        .SL_GaleriesComponent .item.slc > img {
          width: 100%;
          height: 50vh; } }
    .SL_GaleriesComponent .item.slc .text {
      position: absolute;
      bottom: 3rem;
      left: 3vw;
      background-color: rgba(0, 0, 0, 0.22);
      padding: 1.5rem;
      max-width: 50%; }
      @media (max-width: 991px) {
        .SL_GaleriesComponent .item.slc .text {
          max-width: 90%; } }
      .SL_GaleriesComponent .item.slc .text h2, .SL_GaleriesComponent .item.slc .text h3 {
        color: #183f7b; }
      .SL_GaleriesComponent .item.slc .text h2 {
        text-shadow: 0 0 3px #fff;
        font-size: 3.25rem;
        font-family: Cosmos_Light, Calibri, sans-serif; }
        @media (max-width: 767px) {
          .SL_GaleriesComponent .item.slc .text h2 {
            font-size: 1.5rem;
            line-height: 1.8rem; } }
  .SL_GaleriesComponent .slick-dots {
    bottom: 25px; }
    .SL_GaleriesComponent .slick-dots li button:before {
      border-bottom: 3px solid #000000;
      content: ''; }
  .SL_GaleriesComponent .modal-dialog.image {
    background-color: rgba(20, 39, 67, 0.73);
    width: 100vw;
    height: 100vh;
    margin: 0;
    max-width: 100%; }
    .SL_GaleriesComponent .modal-dialog.image .modal-content {
      background-color: transparent;
      border: 0; }
      .SL_GaleriesComponent .modal-dialog.image .modal-content .modal-header {
        background-color: transparent;
        border-bottom: 0; }
        .SL_GaleriesComponent .modal-dialog.image .modal-content .modal-header .modal-title {
          color: #fff;
          font-size: 2rem;
          font-weight: 100; }
        .SL_GaleriesComponent .modal-dialog.image .modal-content .modal-header > button.close {
          font-size: 2rem;
          color: #fff;
          outline: none; }
      .SL_GaleriesComponent .modal-dialog.image .modal-content .modal-body {
        text-align: center; }
        .SL_GaleriesComponent .modal-dialog.image .modal-content .modal-body img {
          max-height: 80vh;
          height: auto;
          max-width: 90vw; }
      .SL_GaleriesComponent .modal-dialog.image .modal-content .prev-image, .SL_GaleriesComponent .modal-dialog.image .modal-content .next-image {
        border: 0;
        background-color: transparent;
        color: #fff;
        font-size: 4rem;
        position: fixed;
        top: 45%;
        outline: none;
        transition: opacity .5s;
        cursor: pointer; }
        @media (max-width: 767px) {
          .SL_GaleriesComponent .modal-dialog.image .modal-content .prev-image, .SL_GaleriesComponent .modal-dialog.image .modal-content .next-image {
            top: 70%; } }
        @media (min-width: 768px) {
          .SL_GaleriesComponent .modal-dialog.image .modal-content .prev-image:hover, .SL_GaleriesComponent .modal-dialog.image .modal-content .next-image:hover {
            opacity: 0.3; } }
      .SL_GaleriesComponent .modal-dialog.image .modal-content .prev-image {
        left: 2rem; }
      .SL_GaleriesComponent .modal-dialog.image .modal-content .next-image {
        right: 2rem; }
  .SL_GaleriesComponent.isDark .item.slc .text h2, .SL_GaleriesComponent.isDark .item.slc .text h3 {
    color: #f7f7f7; }
  .SL_GaleriesComponent .slick-slider .slick-track, .SL_GaleriesComponent .slick-slider .slick-list {
    height: 100%; }

