.CommonGaleriesComponent {
  padding: 5rem 0 1rem;
  position: relative; }
  .CommonGaleriesComponent h2 {
    position: relative;
    line-height: 3rem;
    margin-bottom: 1rem; }
  .CommonGaleriesComponent .item.slc {
    background-repeat: no-repeat;
    min-height: 20rem;
    background-position: top center;
    background-size: cover !important;
    cursor: pointer;
    position: relative;
    transition: opacity 2s;
    margin: 16px;
    box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.36); }
    @media (max-width: 767px) {
      .CommonGaleriesComponent .item.slc {
        background-size: 92%; } }
    @media (min-width: 768px) {
      .CommonGaleriesComponent .item.slc {
        background-size: 96%; } }
    @media (min-width: 1920px) {
      .CommonGaleriesComponent .item.slc {
        background-size: 96%; } }
    .CommonGaleriesComponent .item.slc:focus {
      outline: none; }
    .CommonGaleriesComponent .item.slc > img {
      margin: 0 auto;
      width: 96%;
      margin-bottom: .5rem; }
      @media (max-width: 767px) {
        .CommonGaleriesComponent .item.slc > img {
          width: auto;
          height: 50vh; } }
    .CommonGaleriesComponent .item.slc .text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      height: 5rem;
      padding: 5px 15px;
      line-height: 1.2rem; }
      .CommonGaleriesComponent .item.slc .text h2 {
        color: #088fbc;
        font-size: 1.25rem;
        line-height: 2rem;
        font-family: Cosmos_Light, Calibri, sans-serif; }
      .CommonGaleriesComponent .item.slc .text h3 {
        color: #515150;
          font-size:1rem;
        font-weight: 600; }
  .CommonGaleriesComponent .slick-dots li button:before {
    border-bottom: 3px solid gray;
    content: ''; }
  .CommonGaleriesComponent .modal-dialog.image {
    background-color: rgba(20, 39, 67, 0.73);
    width: 100vw;
    height: 100vh;
    margin: 0;
    max-width: 100%; }
    .CommonGaleriesComponent .modal-dialog.image .modal-content {
      background-color: transparent;
      border: 0; }
      .CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header {
        background-color: transparent;
        border-bottom: 0; }
        .CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header .modal-title {
          color: #fff;
          font-size: 2rem;
          font-weight: 100; }
        .CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header > button.close {
          font-size: 2rem;
          color: #fff;
          outline: none; }
      .CommonGaleriesComponent .modal-dialog.image .modal-content .modal-body {
        text-align: center; }
        .CommonGaleriesComponent .modal-dialog.image .modal-content .modal-body img {
          max-height: 80vh;
          height: auto;
          max-width: 90vw; }
      .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image, .CommonGaleriesComponent .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) {
          .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image, .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image {
            top: 70%; } }
        @media (min-width: 768px) {
          .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image:hover, .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image:hover {
            opacity: 0.3; } }
      .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image {
        left: 2rem; }
      .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image {
        right: 2rem; }
  .CommonGaleriesComponent .gallery:focus {
    outline: none; }

