@charset "utf-8";

.red {
  color: #b80e0e;
}

.no-margin {
  padding: 0px !important;
}

.no-margin-v {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.no-margin-h {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-padding-v {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-padding-h {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/**/
.v-spacer-20 {
  clear: both;
  height: 20px;
}

.v-spacer-40 {
  clear: both;
  height: 40px;
}

.v-spacer-60 {
  clear: both;
  height: 60px;
}

.v-spacer-80 {
  clear: both;
  height: 80px;
}

/* --------------------------------------- transition -------------------------------------------- */
.transition * {
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

.transition-reset * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* --------------------------------------- BODY -------------------------------------------- */
body.home {
  background-color: #eee;

  font-family: "Syne", Helvetica, Arial, sans-serif;
}

/* --------------------------------------- BREADCRUMB -------------------------------------------- */
#breadcrumb-wrp {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #eeeeee;
}

#breadcrumb-wrp ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style: none;
  font-size: 12px;
  color: #999;
}

#breadcrumb-wrp ul > li {
  float: left;
  color: #999;
}

#breadcrumb-wrp ul > li + li:before {
  font-family: FontAwesome;
  font-size: 0.85em;
  content: "\f105";
  padding: 0 5px;
  color: #999;
}

#breadcrumb-wrp ul > li a {
  color: #111;
  text-decoration: none;
}

#breadcrumb-wrp ul > li a {
  text-decoration: underline;
}

/* --------------------------------------- FOOTER - NAV BAR -------------------------------------------- */
#footer-wrp {
  min-height: 360px;
  padding: 20px 0px;
  background-color: #202020;
}

#footer-wrp * {
  color: #cccccc;
}

#footer-wrp .row-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#footer-wrp .row-1 h6 {
  font-size: 1.5em;
  font-weight: 700;
}

#footer-wrp .row-1 ul {
  list-style: none;
  list-style-position: inside;
  padding: 0;
}

#footer-wrp .row-1 ul li {
  margin: 0px;
  font-size: 1.3em;
}

#footer-wrp .row-1 a {
  text-decoration: none;
}

#footer-wrp .row-2 a.social {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
}

#footer-wrp .row-2 a.social i {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #ccc;
}

#footer-wrp .row-2 a.social:hover {
  background: #b80d0d;
  color: #fff;
}

/* ---------------------------------------- ELENCHI COMMON -------------------------------------------- */
/*----------- lista location ------------*/
.location-list {
}

.location-list .box4-wrp {
  text-align: left;
}

.location-list .box4-item {
  margin-bottom: 3em;
}

.location-list .box4-item > article {
  position: relative;
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.location-list .box4-item > article > a {
  text-decoration: none;
}

.location-list .box4-item > article > a > img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.location-list .box4-item > article .content {
  position: relative;
  margin: 0px;
  padding: 10px;
}

.location-list .box4-item > article .content h3 {
  margin: 0px 0px 4px 0px;
  font-size: 1.3em;
  font-weight: 700;
  color: #b80d0d;
}

.location-list .box4-item > article .content h3 a {
  color: #b80d0d;
  text-decoration: none;
}

.location-list .box4-item > article .content p.desc {
  font-size: 1.2em;
  color: #666;
}

.location-list .box4-item > article .content .data {
  padding-top: 5px;
  padding-bottom: 17px;
  font-size: 1em;
  color: #111;
}

.location-list .box4-item > article .content .data [class*="col-"] {
  padding-bottom: 5px;
}

.location-list .box4-item > article .content .data i {
  margin-right: 4px;
  font-size: 1em;
  color: #b80d0d;
}

/*----------- lista categorie servizi e noleggi ------------*/
.service-cat-list {
}

.service-cat-list .box4-wrp {
  text-align: left;
}

.service-cat-list .box4-item {
  margin-bottom: 3em;
}

.service-cat-list .box4-item > article {
  position: relative;
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.service-cat-list .box4-item > article > a {
  text-decoration: none;
}

.service-cat-list .box4-item > article .content {
  position: relative;
  margin: 0px;
  padding: 15px 10px;
}

.service-cat-list .box4-item > article .content h3,
.service-cat-list .box4-item > article .content h5 {
  margin: 0px 0px 6px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #b80d0d;
}

.service-cat-list .box4-item > article .content h3 a,
.service-cat-list .box4-item > article .content h5 a {
  color: #b80d0d;
  text-decoration: none;
}

.service-cat-list .box4-item > article .content p.desc {
  margin-bottom: 12px;
  font-size: 1.2em;
  line-height: 16px;
  color: #666;
}

/*----------- lista dettagli servizi e noleggi ------------*/
.service-detail-list .box4-wrp {
  text-align: left;
}

.service-detail-list .box4-item {
  margin-bottom: 3em;
}

.service-detail-list .box4-item > article {
  position: relative;
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.service-detail-list .box4-item > article > a {
  text-decoration: none;
}

.service-detail-list .box4-item > article > a > img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.service-detail-list .box4-item > article .content {
  position: relative;
  margin: 0px;
  padding: 10px;
}

.service-detail-list .box4-item > article .content h3 {
  margin: 0px 0px 4px 0px;
  font-size: 1.3em;
  font-weight: 700;
  color: #b80d0d;
}

.service-detail-list .box4-item > article .content h3 a {
  color: #b80d0d;
  text-decoration: none;
}

.service-detail-list .box4-item > article .content p.desc {
  font-size: 1.2em;
  color: #666;
}

/*----------- BANNER 2017 ------------*/
.banner-wrp {
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  background: #fff;
}

/* ------------------------------------------------- HOME ------------------------------------------------------- */
.shadow1 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.3);
}

.section-hp {
  padding-top: 2em;
  padding-bottom: 3em;
  text-align: center;
}

.section-header-hp {
  margin: 0px;
  color: #111;
}

.section-header-hp h1,
.section-header-hp h2,
.section-header-hp h4 {
  display: inline-block;
  margin: 0px 0px 1.5em 0px;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
}

/*----------- box strillo capodanno ------------*/
.section-hp .strillo-capodanno {
  display: inline-block;
  margin-bottom: 3em;
  border: 1px dashed #b80d0d;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
}

.section-hp .strillo-capodanno p {
  margin: 0px;
}

@media (min-width: 992px) {
  .section-hp .strillo-capodanno {
    margin-bottom: 2em;
  }
}

/*----------- FINE box strillo capodanno ------------*/

/*----------- location in evidenza ------------*/
#location-in-evidenza {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.category-wrp {
  padding: 10px 0px;
  border-top: 2px solid #b80e0e;
  font-size: 15px;
  font-weight: 700;
}

.category-wrp h2 {
  display: inline-block;
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
}

.category-wrp i {
  font-size: 0.75em;
}

/**/
.section-hp .txt-intro-hp {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  color: #111;
}

.section-hp .txt-intro-hp strong {
  font-weight: 400;
  color: #b80e0e;
}

/*----------- noleggio e servizi ------------*/
#noleggio-servizi {
  position: relative;
  z-index: 1;
}

#noleggio-servizi .section-hp .txt-intro-hp {
  margin-bottom: 60px !important;
}

/* ---------------------------------------- PAGINE INTERNE COMMON -------------------------------------------- */
#main-wrp {
  width: 100%;
  height: auto;
  background: #fff;
}

#main-wrp > .container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-header {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}

.section-header h1 {
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #b80e0e;
  font-size: 1.6em;
  font-weight: 600;
  color: #b80e0e;
}

.section-header h2 {
  margin: 0px;
  font-size: 0.85em;
  font-weight: 400;
  color: #666;
}

.section-header h3 {
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #111;
  font-size: 1.6em;
  font-weight: 600;
  color: #111;
}

/* ---------------------------------------- ELENCO LOCATION / SERVIZI / NOLEGGI -------------------------------------------- */
.page-list .section-intro {
  margin-bottom: 30px;
  text-align: left;
}

.page-list .section-intro p {
  font-size: 1.1em;
  font-weight: 400;
  color: #111;
}

.page-list p.list-number {
  margin: 0 0 15px 0;
  font-size: 1em;
  font-weight: 400;
  color: #b80e0e;
}

.page-list p.list-number strong {
  color: #b80e0e;
}

/* ------------------------------------------------- DETTAGLIO LOCATION ------------------------------------------------------- */
.page-detail .short-description-wrp {
  margin-bottom: 30px;
}

.page-detail .short-description-wrp p {
  font-size: 1.1em;
  font-weight: 400;
  color: #111;
}

.page-detail p.last-update {
  margin: 0 0 15px 0;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  color: #111;
}

.page-detail p.last-update time {
  color: #b80e0e;
}

/* photogallery */
.page-detail #gallery-wrp {
  margin-bottom: 30px;
}

.page-detail #gallery-wrp .main-photo-wrp {
  max-width: 720px;
  max-height: 480px;
  margin-bottom: 10px;
}

.page-detail #gallery-wrp .main-photo-wrp img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.page-detail #gallery-wrp .slider-nav {
  max-width: 720px;
}

.page-detail #gallery-wrp .slider-nav .slick-slide {
  margin: 0px 5px;
}

.page-detail #gallery-wrp .slider-nav .slick-slide img {
  max-height: 91px;
}

/* dati di contatto */
.page-detail #contacts-wrp {
  padding-left: 0px;
  padding-bottom: 2em;
}

.page-detail #contacts-wrp .block {
  margin-bottom: 15px;
}

.page-detail #contacts-wrp .block h4 {
  font-size: 20px;
  font-weight: 700;
  color: #b80e0e;
}

.page-detail #contacts-wrp .block p {
  font-size: 1.2em;
}

.page-detail #contacts-wrp .block p i {
  width: 25px;
  font-size: 1.2em;
  color: #b80e0e;
}

/* descrizione */
.page-detail .description-wrp {
  margin-bottom: 30px;
}

.page-detail .description-wrp h4 {
  font-size: 20px;
  font-weight: 700;
  color: #b80e0e;
}

.page-detail .description-wrp p {
  font-size: 1.2em;
  font-weight: 400;
  color: #111;
}

/* social plugin */
.page-detail .social-wrp {
  margin-bottom: 30px;
}

/* preventivo */
.preventivo-wrp {
  margin-bottom: 0px;
}

.preventivo-wrp .form-wrp {
  margin-top: 20px;
  padding: 15px 0px;
  background: #eee;
}

.preventivo-wrp .form-wrp label {
  font-size: 12px;
}

.preventivo-wrp .form-wrp [class*="col-"] {
  padding: 0 15px;
}

.preventivo-wrp .form-wrp .checkbox {
  margin-bottom: 20px;
}

.preventivo-wrp .form-wrp textarea {
  height: 100px;
}

.preventivo-wrp .interested-wrp label {
  font-weight: 700;
  color: #b80e0e !important;
}

/* mappa google */
.page-detail .location-map {
  margin-bottom: 30px;
}

.page-detail .location-map #map-canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}

.page-detail .location-map .link a {
  color: #111;
}

/* navigazione avanti indietro */
.page-detail .bottom-prev-next-wrp {
  margin: 20px 0;
}

/* ------------------------------------------------- MESSAGGIO DI CORTESIA ------------------------------------------------------- */
.esito-richiesta-wrp {
}

.esito-richiesta-wrp .txt-success,
.esito-richiesta-wrp .txt-danger {
  font-size: 1.2em;
}

.esito-richiesta-wrp .summary {
  margin: 20px 0 40px;
}

.esito-richiesta-wrp .summary h5 {
  font-size: 1.4em;
  font-weight: 700;
}

.esito-richiesta-wrp .summary p {
  font-size: 1.3em;
}

/* ---------------------------------------- PAGINE STATICHE / HTML TEXT -------------------------------------------- */
/* comuni */
.htmltext-wrp {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}

.htmltext-wrp h2 {
  font-size: 1.7em;
  font-weight: 600;
}

.htmltext-wrp h3 {
  font-size: 1.5em;
  font-weight: 600;
}

.htmltext-wrp h4 {
  font-size: 1.3em;
  font-weight: 600;
}

.htmltext-wrp h5 {
  font-size: 1.1em;
  font-weight: 600;
}

/**/
.page-chi-siamo .section-header h3 {
  margin-bottom: 30px;
}

.page-chi-siamo .service-cat-list .box4-item > article {
  margin: 10px;
  border: none;
}

.page-chi-siamo .service-cat-list .box4-item > article > p > img {
  border-radius: 50%;
}

.page-chi-siamo .service-cat-list .box4-item > article .content h5 {
  margin: 0px 0px 6px 0px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b80d0d;
}

.page-chi-siamo .service-cat-list .box4-item > article .content h5 a {
  color: #b80d0d;
}

/*------------------------- FINESTRE MODALI ------------------------*/
.modal-body .form-wrp {
  margin-top: 30px;
}

.modal-body ul {
  list-style-position: outside;
  padding-left: 20px;
  color: #b80e0e;
}

.modal-body textarea.form-control {
  height: 80px;
}

.modal-footer .btn {
  min-width: 90px;
}

/*SELECT CUSTOM*/
.select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}

.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ SOLO PER SMARTPHONE ------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /*------------------------- FINESTRE MODALI ------------------------*/
  .modal-footer .btn {
    letter-spacing: normal;
    font-size: 1em;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ DA TABLET 768px IN SU ------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /* --------------------------------------- FOOTER - NAV BAR -------------------------------------------- */
  #footer-wrp .row-1 h6 {
    font-size: 11px;
  }

  #footer-wrp .row-1 ul li {
    font-size: 10px;
  }

  /* ---------------------------------------- ELENCO LOCATION / SERVIZI / NOLEGGI -------------------------------------------- */
  /*----------- lista location ------------*/
  .location-list .box4-item > article > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    background: #eee;
  }

  .location-list .box4-item > article .content h3 {
    font-size: 14px;
  }

  .location-list .box4-item > article .content p.desc {
    font-size: 13px;
  }

  .location-list .box4-item > article .content .data {
    font-size: 11px;
  }

  .location-list .box4-item > article .content .data i {
    font-size: 13px;
  }

  /*----------- lista categorie servizi e noleggi ------------*/
  .service-cat-list .box4-item > article > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    background: #eee;
  }

  .service-cat-list .box4-item > article .content h3,
  .service-cat-list .box4-item > article .content h5 {
    font-size: 14px;
  }

  .service-cat-list .box4-item > article .content p.desc {
    font-size: 13px;
  }

  /*----------- lista dettaglio servizi e noleggi ------------*/
  .service-detail-list .box4-item > article > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    background: #eee;
  }

  .service-detail-list .box4-item > article > a > img {
    vertical-align: middle;
  }

  .service-detail-list .box4-item > article .content h3 {
    font-size: 14px;
  }

  .service-detail-list .box4-item > article .content p.desc {
    margin-bottom: 15px;
    font-size: 13px;
  }

  /* --------------------------------------- HOME -------------------------------------------- */
  .section-hp {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-header-hp h1,
  .section-header-hp h2,
  .section-header-hp h4 {
    font-size: 48px;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
  }

  .category-wrp {
    padding: 14px 0px;
  }

  .location-list .box4-wrp {
    margin-bottom: 40px;
  }

  /* ---------------------------------------- PAGINE INTERNE COMMON -------------------------------------------- */
  #main-wrp > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* ------------------------------------------------- DETTAGLIO LOCATION ------------------------------------------------------- */
  .page-detail .section-header .prev-next-wrp {
    float: right;
    margin-top: -5px;
  }

  .page-detail .section-header .prev-next-wrp .btn {
    width: 26px;
    height: 26px;
  }

  .page-detail .section-header .prev-next-wrp .btn i {
    display: block;
    clear: both;
    margin: 0px;
    line-height: 20px;
  }

  .page-detail .section-header .prev-next-wrp .btn span {
    display: none;
  }

  /**/
  .page-detail #contacts-wrp {
    padding-left: 30px;
  }

  /**/
  /* ---------------------------------------- PAGINE STATICHE / HTML TEXT -------------------------------------------- */
  .page-chi-siamo .service-cat-list .box4-item > article > a {
    background: none;
  }

   {
  }

  /*------------------------- FINESTRE MODALI ------------------------*/
  .modal-footer .btn {
    min-width: 110px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ DA DESKTOP 992px IN SU ------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  /* --------------------------------------- FOOTER - NAV BAR -------------------------------------------- */
  #footer-wrp .row-3 > div {
    padding: 20px 0px;
  }

  /* ---------------------------------------- PAGINE INTERNE COMMON -------------------------------------------- */
  .section-header h1 {
    font-size: 40px;
  }

  .section-header h2 {
    font-size: 14px;
  }

  .section-header h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
  }

  .section-intro p {
    font-size: 16px;
  }

  /* ---------------------------------------- ELENCO LOCATION / SERVIZI / NOLEGGI -------------------------------------------- */
  /*----------- lista location ------------*/
  .location-list .box4-item > article .content p.desc {
  }

  /**/
  .page-list p.list-number {
    font-size: 16px;
  }

  .page-list p.last-update {
    font-size: 14px;
  }

  /* ------------------------------------------------- DETTAGLIO LOCATION ------------------------------------------------------- */
  .page-detail .section-header .prev-next-wrp {
    margin-top: 0px;
  }

  .page-detail .section-header .prev-next-wrp .btn {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .page-detail .section-header .prev-next-wrp .btn i {
    display: block;
    clear: both;
    margin: 0px;
    line-height: 16px;
  }

  .page-detail .section-header .prev-next-wrp .btn span {
    display: block;
    font-size: 10px;
  }

  /**/
  .page-detail .short-description-wrp p {
    font-size: 16px;
  }

  /* photogallery */
  .page-detail #gallery-wrp .main-photo-wrp {
    margin-right: 30px;
  }

  .page-detail #gallery-wrp .main-photo-wrp img {
  }

  /* dati di contatto */
  .page-detail #contacts-wrp {
    padding-left: 0px;
  }

  /* descrizione */
  .page-detail .description-wrp {
    margin-bottom: 30px;
  }

  .page-detail .description-wrp p {
    font-size: 16px;
  }

  /* preventivo */
  .preventivo-wrp .form-contacts-wrp {
    font-size: 1.2em;
  }

  /* social plugin */
  .page-detail .social-wrp {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ DA DESKTOP 1200px IN SU ------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /*----------- location in evidenza ------------*/
  .section-hp .txt-intro-hp {
    padding: inherit;
  }

  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*//////////////////////////////////////////////// COOKIE AGREE ///////////////////////////////////////////////////////////////////*/
#cookieagree {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  color: #fff;
  font-size: 11px;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
}

#cookieagree > div {
  margin: 15px auto;
  max-width: 1140px;
  text-align: center;
}

#cookieagree > div > p {
  display: block;
  margin-bottom: 10px;
}

#cookieagree > div > p .privacy {
  color: #fff;
  text-decoration: underline;
}

#cookieagree > div > a.btn-ok {
  display: inline-block;
  cursor: pointer;
  background: #e0001e;
  border-radius: 3px;
  margin: 0px;
  padding: 6px 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#cookieagree > div > a.btn-ok:hover {
  background: #ad0017;
}

@media (min-width: 768px) {
  #cookieagree > div > a.btn-ok {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  #cookieagree > div > p {
    display: inline-block;
    font-size: 13px;
  }

  #cookieagree > div > a.btn-ok {
    padding: 8px 16px;
  }
}

.recaptcha-error {
  border: 4px solid;
  width: 100%;
  color: red;
}

@media (min-width: 768px) {
  .recaptcha-error {
    width: 50%;
  }
}

p.cell {
  /*display: none*/
}

.topbar {
  color: #fff;
  background-color: darkgreen;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.topbar span {
  display: inline-block;
  margin-right: 10px;
}

.topbar .btn {
  color: darkgreen;
  background-color: #ffffff;
  border-color: #fff;
  font-weight: 600;
}

.topbar .btn:hover,
.topbar .btn:active,
.topbar .btn:focus {
  color: #fff;
  background-color: darkgreen;
  border-color: #fff !important;
}

@media (max-width: 991px) {
  nav.navik-menu.menu-caret.submenu-top-border {
    top: 132px !important;
  }
}

@media (max-width: 767px) {
  .topbar {
    font-size: 16px;
    padding: 15px 0;
  }

  .topbar span {
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 12.2px;
  }

  .topbar .btn {
    padding: 3px 6px;
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  body.subpage {
    padding-top: 165px;
  }

  #main-content {
    margin-top: 165px;
  }
}

.location-virtuali {
  color: #b80e0e;
  font-weight: bold;
  text-decoration: underline;
}
