.menu-toggle {
  display: none;
}

.services-toggle {
  padding: 0 20px;
  border: 0;
  margin: 0;
  color: #BAB5B6;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: 500;
  text-align: left;
  background: transparent;
}

.services-toggle:hover,
.services-toggle:focus {
  color: #485150;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 960px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .main1,
  .main2,
  .main3 {
    background-attachment: scroll;
  }

  .site-header,
  .site-header > tbody,
  .site-header > tbody > tr,
  .site-header > tbody > tr > td {
    display: block;
    width: 100%;
  }

  .site-shell,
  .site-shell > tbody,
  .site-shell > tbody > tr,
  .site-shell > tbody > tr > td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-logo-link {
    display: block;
    text-align: center;
  }

  .logo {
    position: static;
    display: inline-block;
    width: auto;
    max-width: 60vw;
    height: auto;
    margin: 12px auto 4px;
  }

  .menuBgrnd {
    position: static;
    width: auto;
    height: auto;
    padding: 0 16px 16px;
    background-image: none;
  }

  .vertTopMenu {
    height: auto;
    padding: 0;
    text-align: center;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 44px;
    margin: 4px auto 12px;
    border: 1px solid #BAB5B6;
    border-radius: 2px;
    background-color: #FFFFFF;
    cursor: pointer;
  }

  .menu-toggle:focus {
    outline: 2px solid #C73556;
    outline-offset: 2px;
  }

  .menu-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    background-color: #485150;
  }

  .main-nav {
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav > li {
    display: block;
    line-height: normal;
  }

  .main-nav > li > a,
  .main-nav .services-toggle,
  .main-nav .tblSubMenu a,
  .main-nav .setVisible a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
  }

  .menu-separator {
    display: none !important;
  }

  .tblSubMenu,
  .setVisible {
    display: none;
    position: static;
    visibility: visible;
    width: 100%;
    margin: 0;
    border: 0;
    background-color: transparent;
  }

  .services-menu.is-expanded .tblSubMenu,
  .services-menu.is-expanded .setVisible {
    display: block;
  }

  .tblSubMenu tbody,
  .setVisible tbody,
  .tblSubMenu tr,
  .setVisible tr,
  .tblSubMenu td,
  .setVisible td {
    display: block;
    width: 100%;
  }

  .tblSubMenu a,
  .setVisible a {
    font-size: 12pt;
  }

  .generalDiv,
  .contentDiv,
  .footer {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .contentDiv {
    height: auto !important;
    padding: 28px 20px;
  }

  .spacerDIV {
    height: 20px;
  }

  .contentDiv img,
  .content-wrap img,
  .simple-page img {
    max-width: 100%;
    height: auto;
  }

  .contentDiv > p > img {
    float: none !important;
    display: block;
    margin: 0 auto 20px !important;
  }

  .footer {
    height: auto;
    min-height: 0;
    background-size: auto 100%;
  }

  .footer table,
  .footer tbody,
  .footer tr,
  .footer td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    text-align: center !important;
  }

  .footer td:first-child {
    display: none;
  }

  .footer .style1 p {
    margin-top: 24px !important;
  }

  .footer td div {
    padding: 14px 20px !important;
  }

  .footer td div a {
    float: none !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    line-height: 1.5 !important;
  }

  .home-intro,
  .home-intro tbody,
  .home-intro tr,
  .home-intro td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
  }

  .home-intro {
    padding: 28px 20px !important;
  }

  .home-intro-copy {
    padding: 0 !important;
  }

  .home-intro-image {
    text-align: center;
  }

  .home-intro-image img {
    position: static !important;
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 390px;
    height: auto;
    padding: 20px 0 0 !important;
  }

  #categs,
  #fromGallery {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 24px 20px;
    background-image: none;
    position: static;
  }

  #categs tbody,
  #fromGallery tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #categs tr,
  #fromGallery tr {
    display: contents;
  }

  #categs td,
  #fromGallery td {
    display: block;
    box-sizing: border-box;
    width: auto !important;
    padding: 0;
  }

  #fromGallery td[colspan] {
    grid-column: 1 / -1;
  }

  #fromGallery tr:nth-child(2) td:first-child {
    display: none;
  }

  #fromGallery div {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 19 / 12;
  }

  #fromGallery img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-form,
  .contact-details,
  .about-column,
  .other-services-column {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .contact-form table,
  .contact-details table {
    width: 100% !important;
  }

  .contact-form td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    padding-bottom: 8px;
  }

  .contact-form input[type="text"],
  .contact-form select,
  .contact-form textarea,
  .contact-form input[type="submit"] {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
  }

  .about-partners > div {
    margin-left: 0 !important;
    text-align: center;
  }

  .other-services-column + .other-services-column + .other-services-column + div {
    margin-top: 0 !important;
    clear: both;
  }

  .simple-page {
    box-sizing: border-box;
    min-height: 0;
    height: auto !important;
    padding: 28px 20px !important;
  }

  .thank-you-page h4 {
    line-height: 1.5 !important;
  }

  .gallery-layout,
  .gallery-layout tbody,
  .gallery-layout > tbody > tr,
  .gallery-layout > tbody > tr > td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
  }

  .gallery-menu {
    margin-bottom: 20px;
  }

  .gallery-content > div > table,
  .gallery-content > div > table > tbody {
    display: block;
    width: 100% !important;
  }

  .gallery-content > div > table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery-content > div > table td {
    display: block;
    box-sizing: border-box;
    width: 50% !important;
    padding: 6px;
  }

  .gallery-content .zindexatback,
  .gallery-content .zindexinfront {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 14 / 11;
  }

  .gallery-content .thumbImg {
    box-sizing: border-box;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }

  .image-gallery-layout,
  .image-gallery-layout tbody,
  .image-gallery-layout tr,
  .image-gallery-layout td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
  }

  .image-gallery-layout > tbody > tr:first-child > td:not(.image-gallery-menu):not(.image-gallery-content) {
    display: none;
  }

  .image-gallery-menu {
    margin-bottom: 20px;
  }

  .image-gallery-content #gallery2 {
    float: none !important;
    width: 100% !important;
  }

  h1 {
    font-size: 24pt;
  }
}

@media screen and (max-width: 480px) {
  .contentDiv,
  .home-intro,
  #categs,
  #fromGallery,
  .simple-page {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  #categs tbody,
  #fromGallery tbody {
    grid-template-columns: 1fr;
  }

  .gallery-content > div > table td {
    width: 100% !important;
  }

  h1 {
    font-size: 21pt;
  }
}
