:root {
  --vs-verde: #00a261;
  --vs-blu: #00529b;
}

a {
  color: var(--vs-verde);
}

.vs_header_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  float: right;
}
.vs_header_actions .header-requestbtn {
  float: none;
  margin: 0;
}

.vs_contatti_box {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 3px 0;
  padding: 14px 20px;
  background: var(--vs-verde);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.vs_contatti_box .vs_contatti_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.vs_contatti_box .vs_contatti_link i {
  font-size: 15px;
}
.vs_contatti_box .vs_contatti_sep {
  align-self: stretch;
  width: 1px;
  background: #fff;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 p {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #d63638;
}
.wpcf7 .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px 15px;
  border-radius: 3px;
}
.wpcf7 .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.vs_badge_venduto {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  background: #d63638;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.vs_archive_usato .vs_card_usato:nth-child(3n+1) {
  clear: left;
}

.vs_card_usato {
  position: relative;
  margin-bottom: 30px;
}
.vs_card_usato .vs_badge_venduto {
  position: absolute;
  top: 10px;
  left: 25px;
  margin: 0;
  z-index: 1;
}
.vs_card_usato .vs_prezzo {
  display: block;
  font-weight: 700;
}

.vs_usato .vs_prezzo {
  display: block;
  margin: 15px 0;
  font-size: 22px;
  font-weight: 700;
}
.vs_usato .vs_usato_slider {
  margin-bottom: 20px;
}
.vs_usato .vs_usato_correlati {
  margin-top: 40px;
}

.header1 {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .header1 {
    border-bottom: 4px solid var(--vs-blu);
  }
}
.header1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .header1 .row {
    position: relative;
  }
  .header1 .row .vs_header_actions {
    display: none;
  }
}
.header1 .logo img {
  width: auto;
  height: 80px;
}

@media (max-width: 991px) {
  #main-navigation-wrapper.navbar-default {
    padding-bottom: 0;
  }
}
.vs_mobile_toggles {
  display: none;
}
@media (max-width: 991px) {
  .vs_mobile_toggles {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.vs_mobile_toggles button {
  background: transparent;
  border: 0;
  padding: 6px;
  line-height: 1;
}
.vs_mobile_toggles .vs_search_toggle {
  font-size: 20px;
  color: var(--vs-verde);
}
.vs_mobile_toggles .vs_mobile_toggle_btn {
  display: block;
  margin: 0;
  padding: 6px 2px;
}
.vs_mobile_toggles .vs_mobile_toggle_btn .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: var(--vs-verde);
}
.vs_mobile_toggles .vs_mobile_toggle_btn .icon-bar + .icon-bar {
  margin-top: 5px;
}

@media (max-width: 991px) {
  #main-navigation-wrapper.navbar-default {
    background: transparent;
    height: auto;
  }
}
#main-navigation > ul > li > a {
  text-decoration: none;
  border-top: 3px solid transparent !important;
}
@media (min-width: 992px) {
  #main-navigation > ul > li > a {
    padding-top: 21px !important;
  }
}
#main-navigation > ul > li > a:hover {
  border-color: var(--vs-verde) !important;
}
#main-navigation > ul > li.current-menu-item > a {
  border-color: var(--vs-verde) !important;
}

.header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a,
.header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus,
.header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover,
.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a,
.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
  color: #fff;
  background: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggle {
    display: none;
  }
  .dopdown-nav-toggler {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #main-navigation-wrapper .navbar-nav > li.dropdown > i.fa {
    display: none;
  }
}
#vs_hero_swiper {
  height: 640px;
  width: 100%;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  #vs_hero_swiper {
    height: 420px;
  }
}
@media (max-width: 767px) {
  #vs_hero_swiper {
    height: 300px;
  }
}
#vs_hero_swiper .swiper-button-prev::after,
#vs_hero_swiper .swiper-button-next::after {
  display: none;
}
#vs_hero_swiper .swiper-button-prev,
#vs_hero_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
#vs_hero_swiper .swiper-slide [data-animation] {
  opacity: 0;
}
@media (min-width: 768px) {
  #vs_hero_swiper .content.home1-slides {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  #vs_hero_swiper .content.home1-slides {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  #vs_hero_swiper .content.home1-slides {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  #vs_hero_swiper .content.home1-slides {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
#vs_hero_swiper.home1 .carousel-caption .thm-container .box .content.home1-slides {
  margin-right: 0;
}
#vs_hero_swiper.home1 .carousel-caption {
  background: linear-gradient(90deg, rgba(0, 82, 155, 0.5) 0%, rgba(0, 162, 97, 0.9) 50%);
}
@media only screen and (min-width: 1400px) and (max-width: 2400px) {
  #vs_hero_swiper.home1 .carousel-caption .thm-container .box .content.home1-slides {
    width: calc(100% - 50px);
  }
}

a.header-requestbtn.learn-more:hover, a.header-requestbtn.learn-more:focus, a.header-requestbtn.learn-more:active {
  color: #fff;
}

.vs_testo p {
  margin-bottom: 15px;
}
.vs_testo p:last-child {
  margin-bottom: 0;
}

.head-section .vs_testo ul {
  border-left: 1px solid #838383;
  padding: 4px 41px 4px 41px;
  margin: 0;
}
.head-section .vs_testo p {
  margin-bottom: 0;
}

.bestthing-section {
  height: auto;
  min-height: 400px;
}
.bestthing-section .bestthing-img {
  top: auto;
  bottom: 0;
}
.bestthing-section .vs_testo p {
  margin-bottom: 15px;
}
.bestthing-section .vs_testo p:last-child {
  margin-bottom: 0;
}

.blog-img img {
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media (min-width: 992px) {
  .vs_bestthing_sx .row {
    flex-direction: row-reverse;
  }
  .vs_bestthing_sx .bestthing-img {
    left: 0;
    right: auto;
  }
}

.blog-list-cl {
  float: none;
}

.inner-pages-bnr.vs_banner_minimal {
  min-height: 220px;
  background: #1b1b1b;
  display: flex;
  align-items: center;
}
.inner-pages-bnr.vs_banner_minimal .banner-caption {
  position: static;
  margin-top: 0;
  transform: none;
}

@media (min-width: 768px) {
  .vs_sidebar_servizio {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

.vs_serv_sezione {
  margin-bottom: 50px;
}
.vs_serv_sezione:last-child {
  margin-bottom: 0;
}
.vs_serv_sezione .vs_serv_titolo {
  margin-bottom: 15px;
}

.vs_serv_testo_immagine .col-md-5 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .vs_serv_testo_immagine .col-md-5 {
    margin-bottom: 0;
  }
}

.postheader_section {
  min-height: 240px;
  height: 20vw;
  position: relative;
  background: #1b1b1b;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.postheader_section.vs_banner_minimal {
  height: auto;
  min-height: 220px;
}
.postheader_section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.postheader_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 21, 38, 0.65);
}
.postheader_section .banner-caption {
  z-index: 3;
}

@media (min-width: 992px) {
  .pad100-top-bottom .right-column {
    order: 2;
  }
}

.vs_serv_testo_immagine img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .due_colonne {
    -moz-columns: 2;
         columns: 2;
  }
}

.vs_serv_sezione .vs_testo p {
  margin-bottom: 15px;
}
.vs_serv_sezione .vs_testo p:last-child {
  margin-bottom: 0;
}

.service-detail .vs_testo {
  margin-bottom: 15px;
}
.service-detail .have-queston {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-detail .have-queston em {
  color: #fff;
  font-style: normal;
}

.vs_torna_blog {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
}

.vs_separatore {
  border: 0;
  border-top: 3px solid var(--vs-verde);
  margin: 0;
  opacity: 1;
}

.vs_testo ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.vs_testo ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.vs_testo ul li:last-child {
  margin-bottom: 0;
}
.vs_testo ul li::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--vs-verde);
  line-height: inherit;
}
.vs_testo ul li ul {
  margin: 10px 0 0;
  padding-left: 6px;
}
.vs_testo ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.vs_testo ol li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.vs_testo ol li:last-child {
  margin-bottom: 0;
}
.vs_testo ol li::marker {
  color: var(--vs-verde);
  font-weight: 700;
}

#main-navigation-wrapper .navbar-nav li .dropdown-submenu {
  top: calc(100% + 20px);
}

ul.breadcumb li:after {
  content: " - ";
  margin: 0 5px;
}
ul.breadcumb li:last-child:after {
  content: "";
  margin: 0;
}

.vs_serv_separatore {
  overflow: hidden;
  width: 100%;
}

.vs_certificazioni .vs_certificazioni_intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.vs_certificazioni .vs_certificazione {
  text-align: center;
  margin-bottom: 30px;
}
.vs_certificazioni .vs_certificazione_img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.vs_certificazioni .vs_certificazione_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.vs_certificazioni .vs_certificazione_download {
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.vs_certificazioni .vs_certificazione_download i {
  font-size: 14px;
}

.news-column .img-fluid {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.news-column .yellow-strip {
  padding-top: 17px;
  padding-bottom: 0;
}
.news-column .yellow-strip .news-time {
  padding: 1px 0;
}

.news_blog_row {
  padding-top: 60px;
}

.vs_pagination .pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .ftr-section .ftr-about-text {
  margin-bottom: 30px;
  float: none;
}
footer .ftr-section {
  color: #ddd;
}
footer .ftr-section p,
footer .ftr-section li a {
  color: #ddd;
}
footer .ftr-section a {
  color: #fff;
  text-decoration: none;
}
footer .ftr-section a:hover {
  color: var(--vs-verde);
}
footer .ftr-section {
  background-image: none;
  background-color: #081526;
}
footer .logo_footer {
  margin-bottom: 20px;
}
footer .logo_footer img {
  max-width: 160px;
  height: auto;
}
@media (min-width: 991px) {
  footer .text-right {
    text-align: right;
  }
}

.vs_search_panel {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12vh;
  background: rgba(27, 27, 27, 0.97);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.vs_search_panel[hidden] {
  display: none;
}
.vs_search_panel.vs_search_panel_open {
  transform: translateY(0);
  opacity: 1;
}
.vs_search_panel .container {
  position: relative;
}

body.vs_search_open {
  overflow: hidden;
}

.vs_search_form {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
  border-bottom: 2px solid var(--vs-verde);
  padding-bottom: 15px;
}
.vs_search_form .vs_search_input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}
.vs_search_form .vs_search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.vs_search_form .vs_search_input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.vs_search_form .vs_search_input:focus {
  outline: none;
}
.vs_search_form .vs_search_submit {
  background: transparent;
  border: 0;
  color: var(--vs-verde);
  font-size: 22px;
}

.vs_search_close {
  position: absolute;
  top: -30px;
  right: 15px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
}

.vs_search_count {
  margin-bottom: 30px;
  font-weight: 600;
}

.vs_search_group {
  margin-bottom: 40px;
}
.vs_search_group:last-child {
  margin-bottom: 0;
}

.vs_search_group_title {
  margin-bottom: 20px;
}
.vs_search_group_title .vs_search_group_count {
  font-weight: 400;
  color: #838383;
}

.vs_search_group_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs_search_result {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.vs_search_result:last-child {
  border-bottom: 0;
}

.vs_search_result_badge {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 8px;
  background: var(--vs-verde);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}

.vs_search_result_title {
  margin: 0 0 6px;
}

.vs_search_result_snippet {
  margin: 0;
  color: #666;
}

.vs_search_no_results {
  font-size: 16px;
}

.vs_search_results {
  overflow: hidden;
}

.contact-form {
  width: 100%;
  margin: 0;
  padding: 20px;
}
.contact-form .form-field {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.contact-form .wpcf7-acceptance {
  margin-top: 15px;
  display: block;
}
.contact-form .wpcf7-acceptance > span {
  margin-left: 0;
}
.contact-form .wpcf7-acceptance label {
  font-size: 14px;
  font-weight: 400;
}
.contact-form .wpcf7-not-valid-tip {
  text-align: left;
}

.request-form {
  padding-top: 30px;
}
.request-form .contact-form {
  padding: 0;
}
.request-form .contact-form .form-field {
  text-align: left;
}

.contact-help {
  background-image: none;
  background: var(--vs-blu);
}
.contact-help * {
  color: #fff !important;
}
.contact-help h5,
.contact-help h6 {
  margin-bottom: 20px;
}
.contact-help:after {
  background-image: url("../images/contact-help-cal.png");
}

.vs_modal_preventivo .modal-dialog {
  position: relative;
  width: auto;
  max-width: var(--bs-modal-width);
  left: auto;
  right: auto;
  margin: var(--bs-modal-margin) auto;
}
.vs_modal_preventivo .modal-content {
  position: relative;
  top: auto;
}
.vs_modal_preventivo .modal-body {
  color: inherit;
  width: auto;
  float: none;
  padding: var(--bs-modal-padding);
}

.vs_tabella_usato {
  vertical-align: middle;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .vs_tabella_usato th,
  .vs_tabella_usato td {
    min-width: 120px;
  }
  .vs_tabella_usato th {
    font-size: 12px;
  }
}
.vs_tabella_usato .vs_tabella_usato_img {
  position: relative;
  max-width: 240px;
}
.vs_tabella_usato .vs_tabella_usato_img .vs_badge_venduto {
  position: absolute;
  bottom: 4px;
  left: 4px;
  margin: 0;
  z-index: 1;
  font-size: 11px;
}
.vs_tabella_usato .vs_tabella_usato_img img {
  width: 100px;
  height: auto;
}

.vs_testo_sezione {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact_map {
  height: 768px;
}
.contact_map iframe {
  height: 768px;
}

.vs_reveal {
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .vs_reveal {
    transition: none;
  }
}
.vs_search_result_title a {
  color: var(--vs-verde);
}

.vs_statistiche,
.vs_partners {
  background: var(--vs-blu);
}
.vs_statistiche *,
.vs_partners * {
  color: #fff !important;
}

.service-column a {
  text-decoration: none;
}
.service-column .icons img {
  width: 100%;
}
.service-column:hover h5,
.service-column:hover p,
.service-column:hover .read-more-link {
  color: #fff;
}
.service-column:hover .icons img {
  filter: grayscale(1) brightness(0) invert(1);
}

.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_head {
  margin-bottom: 40px;
}
.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_head h3 {
  margin: 0;
  color: #fff;
}
.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_arrow {
  position: static;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  color: #fff !important;
  font-size: 16px;
  margin: 0 0 0 10px;
  transition: background 0.2s ease;
}
.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_arrow:hover {
  background: #000;
  color: #fff !important;
}
.vs_elenco_servizi_foto.recent-project-section .vs_elenco_foto_arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}

.vs_elenco_servizi_foto_slider .gal-item {
  position: relative;
  overflow: hidden;
}
.vs_elenco_servizi_foto_slider .gal-item img,
.vs_elenco_servizi_foto_slider .gal-item .vs_card_foto_placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 457/485;
}
.vs_elenco_servizi_foto_slider .gal-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vs_elenco_servizi_foto_slider .gal-item .vs_card_foto_placeholder {
  background: #c4c4c4;
}
.vs_elenco_servizi_foto_slider .vertical-align h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

#main-navigation-wrapper .nav > li {
  position: relative;
}
#main-navigation-wrapper .nav > li .dopdown-nav-toggler {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
  float: none;
  z-index: 5;
  cursor: pointer;
  margin-top: 0;
}
#main-navigation-wrapper .nav > li .dopdown-nav-toggler::before {
  color: #fff !important;
}

.sezione_head_section h3 em {
  color: var(--vs-verde);
  font-style: normal;
}

ul.category-list li {
  border: none;
}
ul.category-list li a {
  border-bottom: 1px solid #cacaca;
  margin: 0;
}

ul.category-list li a:hover,
ul.category-list li a.active-category {
  background: linear-gradient(90deg, rgb(0, 82, 155) 0%, rgb(0, 162, 97) 100%);
  color: #fff;
  border-color: #fff;
}

.breadcumb li a {
  text-decoration: none;
}

#main-navigation-wrapper .dropdown-submenu li > a:focus, #main-navigation-wrapper .dropdown-submenu li a:hover {
  background-color: var(--vs-verde);
}/*# sourceMappingURL=screen.css.map */