@media(max-width: 1084px) {
.nav-button {
    cursor: pointer;
    z-index: 1001;
  }
  .nav-button span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #000; /* black by default */
    transition: 0.4s ease;
  }
  .nav-button-wrap {
    width: 0px !important;
  }
  /* When nav-button is active, turn lines white */
  .nav-button.active span {
    background-color: #fff; /* white on active */
  }
  
  /* Transform to X when active */
  .nav-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-button.active span:nth-child(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  /* Fullscreen nav overlay */
  .nav-bar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: top 0.6s ease;
    z-index: 1000;
    opacity: 0;
    padding: 20px;
  }
  
  /* Slide in */
  .nav-bar.active {
    top: 0;
    opacity: 1;
  }
  
  /* Nav styling */
  .nav-bar nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  
  .nav-bar nav ul li {
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn 0.5s ease forwards;
  }
  
  .nav-bar.active nav ul li:nth-child(1) {
    animation-delay: 0.3s;
  }
  .nav-bar.active nav ul li:nth-child(2) {
    animation-delay: 0.45s;
  }
  .nav-bar.active nav ul li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .nav-bar.active nav ul li:nth-child(4) {
    animation-delay: 0.75s;
  }
  @keyframes slideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .nav-bar nav ul li a {
    font-size: 16px;
    color: #111;
    text-decoration: none;
    transition: color 0.3s;
  }
  .nav-bar nav ul li a:hover {
    color: #555;
  }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }
    .nav-bar nav {
        width: 100%;
        float: left;
    }

    .nav-bar nav li {
        float: left;
        width: 100%;
        text-align: left;
        left: 0;
        opacity: 1;
        right: 0;
        height: auto;
        margin-left: 0;
    }

    .activate {
        color: white !important;
    }

    .nav-bar {
        display: none;
    }

    .show-menu {
        display: block !important;
    }

    .fixed-column img {
        position: unset;
        width: 100% !important;
    }
}

@media (max-width: 1084px) {
    .footer-social {
        margin-top: 30px;
    }

    .footer-social li span {
        display: none;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }

    .footer-social li a i {
        display: block;
    }

    .nav-button-wrap,
    .footer-social li a i {
        display: block;
    }

    .footer-social li a {
        color: #000;
        margin: 0 6px;
        font-size: 14px;
    }

    #wrapper {
        height: calc(100vh - 277px);
        overflow-y: auto;
        padding-bottom: 10px;
    }

    .fixed-column img {
        position: unset;
        width: 100% !important;
    }

    .column-wrap.p-0 {
        width: 100%;
    }
    .both{
        display:block;
    }

}

@media (max-width :767px) {
    .both{
        display:block;
    }
    .unique-gl{
        column-count: 1 !important;
    }
    .fixed-column {
        position: unset;
        width: 100% !important;
        display: none;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }
    .columnwrap {
        width: 100% !important;
    }

    .header-contacts {
        display: none;
    }

    .logo-holder {
        left: 0 !important;
        margin-left: -50px !important;
    }



    footer.fixed-footer {
        padding: 0 !important;
    }

    #wrapper {
        height: calc(100vh - 277px);
        overflow-y: auto;
        padding-bottom: 10px;
    }

    .fixed-column img {
        position: unset;
        width: 100% !important;
    }

    .column-wrap.p-0 {
        width: 100%;
    }
}

@media (max-width :768px) {
    .both{
        display:block;
    }
    .unique-gl{
        column-count: 1 !important;
    }
    .fixed-column {
        position: unset;
        width: 100% !important;
        display: none;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }
    .column-wrap.p-0 {
        width: 100%;
    }

    .columnwrap {
        width: 100% !important;
    }

    .header-contacts {
        display: none;
    }

    .logo-holder {
        left: 0 !important;
        margin-left: -50px !important;
    }



    footer.fixed-footer {
        padding: 0 !important;
    }

    #wrapper {
        height: calc(100vh - 277px);
        overflow-y: auto;
        padding-bottom: 10px;
    }

    .fixed-column img {
        position: unset;
        width: 100% !important;
    }
}

@media (max-width :1024px) {
    .both{
        display:block;
    }
    .unique-gl{
        column-count: 1 !important;
    }
    .fixed-column {
        position: unset;
        width: 100% !important;
        display: none;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }

    .column-wrap.p-0 {
        width: 100%;
    }

    .columnwrap {
        width: 100% !important;
    }

    .header-contacts {
        display: none;
    }

    .logo-holder {
        left: 0 !important;
        margin-left: -50px !important;
    }



    footer.fixed-footer {
        padding: 0 !important;
    }

    #wrapper {
        height: calc(100vh - 277px);
        overflow-y: auto;
        padding-bottom: 10px;
    }

    .fixed-column img {
        position: unset;
        width: 100% !important;
    }
}

@media(max-width:895px) {
    .both{
        display:block;
    }
    .unique-gl{
        column-count: 1 !important;
    }
    .fixed-column img {
        width: auto;
        height: auto;
        position: unset;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }
    
}

@media (max-width:360px){
    .both{
        display:block;
    }
    .unique-gl{
        column-count: 1 !important;
    }
    .gallery-item .overlay .fa-search {
        display: none !important;
    }

    .gallery-item .overlay {
        background: none !important;
    }
}