@charset "utf-8";
h1, h2, h3, .title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: normal;
}
h1 {
  font-weight: 700;
  font-size: 46px;
}
h2 {
  font-weight: 200;
  font-size: 46px;
}
h3 {
  font-size: 50px;
  font-weight: 600;
}
h4, h5, h6 {
  font-family: "Mulish", sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
}
h4 {
  font-size: 34px;
  line-height: 34px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
  font-weight: 300;
}
strong {
  font-weight: bold;
}
.title {
  font-size: 30px;
  display: inline-table;
}
.label {
  font-size: 13px;
  line-height: normal;
}
.cursor {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.achieved-item .testo:nth-child(1) {
  color: #89715b;
}
.achieved-item .testo:nth-child(2) {
  color: #da2929;
}
.achieved-item .testo:nth-child(3) {
  color: #f58344;
}
.achieved-item .testo:nth-child(4) {
  color: #8a8a8a;
}
.sub-title {
  line-height: 40px;
}
.ext-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 70%;
}
.int-box {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:480px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .ext-box {
    width: 100%;
  }
}
.txt-shadow {
  text-shadow: 5px 5px 20px black;
}
.bg-3 {
  background: #f2f2f2;
}
.dark {
  color: #444444;
}
.white {
  color: #fff;
}
.orange {
  color: #c3512f;
}
.grey {
  color: #8a8a8a;
}
.red {
  color: #d12e26;
}
.blue {
  color: #1a4259;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #444444;
}
a:hover {
  color: #383838;
  transition: .3s;
}
a.logo {
  padding: 10px;
  color: #057f28;
  font-size: 18px;
}
a.read {
  font-weight: 300;
  display: block;
  position: relative;
  padding: 10px 0px 0px 0px;
}
p {
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
a.link::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 28px;
  float: left;
  font-size: 18px;
  content: "\f0c1";
}
a.phone::before {
  content: "\f095";
}
a.mobile::before {
  content: "\f3cd";
}
a.mail::before {
  content: "\f0e0";
}
button {
  font-family: 'Fira Sans', sans-serif;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  cursor: pointer;
}
.fa {
  font-family: "FontAwesome" !important;
}
button.submit, .button, .button-text {
  border: 1px solid #6d6d6d;
  padding: 15px 40px;
  margin-top: 10px;
  display: inline-table;
  font-size: 24px;
}
a.button.white {
  border: 1px solid #fff;
}
a.button:hover {
  color: #595959;
  border: 1px solid #595959;
}
a.button.white:hover {
  color: #dbdbdb;
  border: 1px solid #dbdbdb;
  background-color: rgba(255, 255, 255, 0.3);
}
a.button.phone::before, a.button.mail::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
  float: left;
  font-size: 24px;
}
a.button.phone::before {
  content: "\f095";
}
a.button.mail::before {
  content: "\f0e0";
}
a.button.phone {
  margin-right: 50px;
}
a.button-text {
  margin-top: 30px;
  color: white;
  border: 0px;
  background-color: #005bbb;
  padding: 20px 20px;
  border-radius: 30px;
}
a.button-text:hover {
  background-color: #383838;
}
.button-video {
  display: inline-block;
}
.button-video::after {
  width: 30px;
  height: 30px;
  padding: 3px 2px 3px 5px;
  line-height: 30px;
  text-align: center;
  color: #005bbb;
  border: 2px solid #005bbb;
  content: "\f04b";
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 16px;
  margin: 0px 10px;
  cursor: pointer;
}
.button-video:hover::after {
  background-color: #005bbb;
  color: #fff;
}
ul {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
li {
  list-style-type: none;
}
ul.bullet li {
  margin-bottom: 10px;
}
ul.bullet li::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(../images/icon-bullet.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-table;
}
table th {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #4c4646;
  height: 40px;
  min-width: 180px;
}
table td {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #4c4646;
  width: 50%;
}
.section-head-bar {
  position: relative;
  display: block;
}
.section-head-bar::before {
  content: "";
  position: relative;
  display: block;
  margin: 0px 0px 10px 0px;
  width: 100px;
  height: 4px;
  background: #90C02E;
}
.link-content {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0px;
  margin-top: 10px;
  display: flex;
  width: 100%;
}
.linktxt {
  color: #c3512f;
}
a.link {
  font-size: 14px;
  margin: 10px 0px 10px 0px;
  display: block;
  font-weight: normal;
  line-height: 30px;
}
.link-content a, .link-content span {
  width: auto;
  font-size: 13px;
  margin: 0px;
  cursor: pointer;
}
a.link.selected {
  border-bottom: 2px solid #383838;
}
@media screen and (max-width:480px) {
  table th {
    min-width: auto;
  }
  a.button.phone {
    margin-right: 0px;
  }
  a.link {
    display: inline-block;
  }
  img {
    max-width: 100%
  }
}
input:focus, textarea:focus {
  outline: none !important;
}
select, input, textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  border-radius: 5px;
  color: #707171;
  border: 1px solid #fff;
  background-color: #fff;
  appearance: none;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}
input.opacity {
  opacity: 0.5;
}
.form select, .form input, .form textarea {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  background-color: #fff;
}
.form select:invalid {
  color: gray;
}
.form .label {
  padding: 10px 15px 10px 0px;
  float: left;
}
label {
  padding: 0px 0px 10px 0px;
  display: inline-block;
}
select {
  cursor: pointer;
}
select option:first-child {
  color: #707171;
}
textarea {
  height: 10rem;
}
.required, .required li span {
  border-color: #c3512f;
  box-shadow: 0 0 5px #c3512f;
}
select.required {
  border-color: #d12e26;
  box-shadow: 0 0 0px;
}
.check {
  display: flex;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0px;
  z-index: 2;
}
.check .checkmark {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #5a5a5a;
  cursor: pointer;
}
.check input:checked ~ .checkmark::after, .check .checkmark.checked::after {
  display: block;
  background-color: #707171;
}
.check .checkmark.checked::after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6d6d6d;
  background-color: #6d6d6d;
}
.checkmark::after {
  content: "";
  position: relative;
  display: none;
}
@media screen and (max-width:480px) {
  .check .checkmark {
    margin-right: 5px;
  }
}
.box-content {
  height: 340px;
}
.box, .multiselect-label-container {
  position: relative;
  float: left;
  width: 100%;
}
.box::before, .multiselect-label-container::before, .checkbox::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  display: inline-block;
  top: 0;
  right: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  pointer-events: none;
  color: #465157;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.col-1 {
  width: 08.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25.00%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 66.60%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 75%;
}
.col-12 {
  width: 100%;
}
.col.small {
  width: 10%;
}
.col.medium {
  width: 20%;
}
.col.big {
  width: 70%;
}
.float-none {
  float: none;
  margin: auto;
}
.b-t {
  border-top: 1px solid #eaeaea;
}
.b-b {
  border-bottom: 1px solid #eaeaea;
}
.hr {
  border-bottom: 1px solid #f2f2f2;
}
.line {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.border {
  border: 1px solid #eaeaea;
}
.border-left {
  border-left: 1px solid #eaeaea;
}
.border-left:last-child {
  border-right: 1px solid #eaeaea;
}
.border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.slide-section {
  height: 530px;
}
.slide-content, .slide-section img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:480px) {
  .checkbox::before {
    top: auto;
    right: 20px;
  }
  .col.small, .col.medium, .col.big {
    padding: 0px 2px;
  }
  .module span {
    font-size: 10px
  }
  .col-1 {
    width: 25%;
  }
  .col-2, .col-3 {
    width: 50%;
  }
  .col-4, .col-5, .col-6, .col-7, .col-6 img {
    width: 100%;
  }
  .slide-section {
    height: 320px;
  }
  .slide-content {
    width: 90%;
  }
  .border-left:nth-child(2n-1) {
    border-left: 0px solid #dfdfdf;
  }
  .border-left:last-child {
    /*border-right: 0px solid #dfdfdf;*/
  }
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.photo {
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 33%;
  height: 270px;
  overflow: hidden;
}
.inner_img {
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 25%;
  height: 270px;
  overflow: hidden;
  float: left;
  padding: 2px;
}
.inner_img img {
  width: 100%;
}
.item div {}
.row {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}
.row .popups {
  width: 100%;
  line-height: 24px;
  min-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 0px;
  -webkit-animation-name: animatealpha;
  -webkit-animation-duration: 0.4s;
  animation-name: animatealpha;
  animation-duration: 0.4s;
  float: left;
  border-top: 1px solid #e8e5e5;
  border-bottom: 1px solid #e8e5e5;
}
.row .open::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0a9";
  padding-right: 10px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  color: #90c02e;
}
.row .open {
  cursor: pointer;
  margin: 5px 0px;
}
@media screen and (max-width:480px) {
  .photo {
    height: 140px;
    margin-right: -2px;
    margin-bottom: -2px;
  }
  .inner_img {
    width: 50%;
    height: 200px;
  }
}
html, body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  height: 100%;
  background-color: #fefefe;
  margin: 0px;
  color: #595959;
  font-size: 16px;
  line-height: 22px;
}
.wrapper {
  min-height: 70%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.push {
  clear: both;
  height: 275px;
}
.header {
  width: 100%;
  margin-bottom: -90px;
  float: left;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header.top {
  margin-bottom: 0px;
}
.header-top-area {
  z-index: 1;
  width: 100%;
  height: 46px;
  float: left;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header-top-area .phone {
  float: right;
  color: #383838;
  font-family: 'Fira Sans', sans-serif;
  line-height: 46px;
  font-size: 20px;
}
.header-top-area .phone a {
  color: #383838;
}
.header-top-area .phone a:hover {
  color: #005bbb;
}
.breadcumb-area {
  background-size: cover;
  background-position: center;
  background-color: #dedfe4;
  padding: 200px 0px 100px 0px;
  color: #777;
  font-size: 18px;
  width: 100%;
  position: relative;
  top: -130px;
  float: left;
  border-top: 2px solid #f2f2f2
}
.breadcumb-area a {
  color: #fff;
  font-weight: 600;
}
.b-news {
  background-image: url("../images/news.jpg");
}
.b-cooks {
  background-image: url("../images/cooks.jpg");
}
.b-chef {
  background-image: url("../images/chef.jpg");
}
.b-bosco {
  background-image: url("../images/abetina.jpg");
}
.container {
  width: 100%;
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.contain {
  width: 100%;
  position: relative;
  display: table;
}
.main {
  width: 1200px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: table;
  box-sizing: border-box;
  padding: 80px 0px 80px 0px;
}
.header-top-area .main {
  padding: 0px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.column-flex {
  display: flex;
  justify-content: center; /* allinea orizzontalmente */
  align-items: center; /* allinea verticalmente */
  height: 100%;
}
.column {
  max-width: 550px;
  width: 100%;
  padding: 1rem;
  text-align: left;
}
.flex.left {
  justify-content: left;
}
.flex-distribute {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-distribute > div {
  width: 19%;
  box-sizing: border-box;
}
.flex-distribute.four > div {
  width: 20%;
}
.flex-distribute.four .flip-box {
  height: 150px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width:480px) {
  .flex-distribute {
    display: block;
  }
  .flex-distribute > div {
    width: 50%;
  }
  .flex-distribute.four > div {
    width: 50%;
  }
}
.content-single, .content-single-icon {
  padding: 0px 20px 20px 0px;
}
.m-auto {
  margin: auto;
  float: none;
}
.m-0, .m-20, .m-40, .mt-20, .mt-40, .mb-20, .mb-40 {
  display: inline-block;
}
.m-0 {
  margin: 0px 0px;
}
.ml-20 {
  margin-left: 20px;
}
.m-20 {
  margin: 20px 0px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-20 {
  margin-bottom: 20px;
}
.m-40 {
  margin: 40px 0px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.p-0 {
  padding: 0px;
}
.p-20 {
  padding: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.p-60 {
  padding: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-40 {
  padding-left: 40px;
}
.p-50 {
  padding: 50px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
@media screen and (max-width:900px) {
  .row {
    margin: 20px 0px;
  }
  .row input {
    margin-bottom: 5px;
  }
  html, body {
    font-size: 16px;
    line-height: normal;
  }
  .header-top-area {
    padding: 0px 10px;
  }
  .main {
    width: 100%;
    padding: 30px 10px 30px 10px;
    display: inline-block;
  }
  .breadcumb-area {
    padding: 150px 0px 50px 0px;
  }
}
.nopadding {
  padding: 0px 0px 20px 10px;
}
.black {
  background: #252628;
  color: #fff;
}
.offcanvas-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.offcanvas-menu {
  position: fixed;
  right: 0px;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1130;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.offcanvas-menu .menu-close {
  width: 100%;
  height: 100px;
  display: inline-block;
  padding: 15px;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-menu .menu-close .close-btn::before {
  content: "\f057";
  font-weight: 300;
  font-size: 24px;
  cursor: pointer;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1120;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
}
.offcanvas-menu ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-menu a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px;
}
@media screen and (max-width:900px) {
  .offcanvas-menu .menu-close {
    height: auto;
  }
  .offcanvas-menu a {
    padding: 15px 20px;
  }
}
.nav {
  z-index: 10;
  height: 100px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  display: block;
  float: left;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(254, 254, 254);
  padding: 10px 0px;
  height: 90px;
}
.nav .pulsanti {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: right;
}
.nav .logo {
  height: 70px;
  width: 150px;
  display: block;
  float: left;
  z-index: 3;
}
.nav .logo a {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.nav.sticky .logo a {
  background-image: url(../images/logo-black.svg);
}
.nav .phone {
  font-family: 'Patua One', cursive;
  font-weight: normal;
  display: inline-block;
  font-size: 30px;
  color: #383838;
  margin-top: 10px;
}
.slideshow .social {
  width: auto;
  float: right;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.header .phone::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f3cd";
  font-weight: 900;
  padding-right: 5px;
  font-size: 16px;
}
.nav #pulsanti {
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  z-index: 2;
}
.nav #pulsanti ul {
  padding: 0px;
  margin: 0px;
}
/*.nav #pulsanti li:nth-child(1n+4) {
  float: right;
  ;
}*/
.nav .angle-down-off::before {
  opacity: 0;
}
.nav #pulsanti .btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background: #015bbb;
  transition: height .3s;
}
.nav #pulsanti .btn:hover::after {
  height: 5px;
}
.nav #pulsanti a:hover, .nav #pulsanti .btn:hover .angle-down::before, .nav #pulsanti .btn:hover .menu {
  color: #015bbb;
}
.nav #pulsanti .submenu {
  height: auto;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0px;
  opacity: 0;
  z-index: 10;
  transition: .5s;
}
.nav #pulsanti .submenu ul {
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.nav #pulsanti .submenu .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e04622;
  float: left;
  margin-left: 15px;
}
.nav #pulsanti .submenu ul {
  background-color: #fff;
  display: inline-block;
  width: max-content;
  border-top: 5px solid #e04622;
}
.nav #pulsanti .submenu li {
  margin: 0px;
  padding: 5px 10px;
}
.nav #pulsanti .submenu a {
  line-height: 30px;
  padding: 10px;
  font-weight: 400;
}
.nav #pulsanti .btn:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 70px;
}
.nav #pulsanti .submenu a {
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
  text-align: left;
  cursor: pointer;
}
.nav #pulsanti .submenu li {
  display: block;
  height: 50px;
}
@media screen and (max-width:480px) {
  .nav {
    width: 100%;
    padding: 5px 0px;
  }
  .nav .pulsanti {
    width: 100%;
    padding: 0px;
  }
  .nav .cursor {
    width: 0px;
    display: none;
  }
  .nav #pulsanti li, .nav .second_level {
    margin: 0;
    width: 100%;
    display: none;
  }
  .nav #pulsanti .submenu {
    top: 0px;
  }
  .nav #pulsanti .btn:hover .submenu {
    position: relative;
    top: 0px;
  }
  .nav #pulsanti .submenu ul {
    width: 100%;
  }
  .nav #pulsanti .submenu ul, .nav #pulsanti .submenu a {
    border-bottom-width: 0px;
  }
  .nav #pulsanti .submenu .arrow-up {
    display: none;
  }
  .nav #pulsanti {
    z-index: 3;
  }
  .nav #pulsanti.puls.responsive {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    margin-right: 0px;
    display: inline;
    background-color: #fff;
    animation: fademenu 0.5s;
    border-bottom: 10px solid #015bbb;
  }
  @keyframes fademenu {
    from {
      opacity: 0;
      top: 0px;
    }
    to {
      opacity: 1;
      top: 80px;
    }
  }
  .nav #pulsanti.puls.responsive li {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
    height: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
  }
  .nav #pulsanti.puls.responsive li a, .nav .second_level.responsive {
    font-size: 18px;
    padding: 5px;
    line-height: 50px;
    width: 90%;
    box-sizing: border-box;
  }
  .nav .second_level.responsive button {
    font-size: 18px;
    padding: 20px;
  }
  .nav .logo {
    left: 5px;
    height: 80px;
  }
  .slideshow .social {
    width: 100%;
    left: auto;
  }
  .nav a.icon {
    display: block;
    float: right;
    width: 70px;
  }
  .nav #pulsanti.puls_responsive a#current {
    border-bottom-style: none;
    border-top-style: none;
    color: #CC9B43;
    border-right-style: none;
    border-left-style: none;
  }
  .nav .second_level {
    margin-right: 0px;
  }
}
.social a {
  line-height: 35px;
  text-align: center;
  font-family: 'Font Awesome 5 Brands';
  font-size: 18px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
}
.social a:hover {
  color: #949494;
}
.social a#facebook::before {
  content: "\f39e";
}
.social a#instagram::before {
  content: "\f16d";
}
.social a#linkedin::before {
  content: "\f0e1";
}
.social a#youtube::before {
  content: "\f167";
}
.social a#mail::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0e0";
}
.footer {
  background-color: #171717;
  color: #fff;
  height: auto;
  float: left;
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
  background-position: top;
  margin: 0px;
}
.footer .content {
  width: 1200px;
  height: 90px;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-size: 14px;
  color: #fffefe;
}
.footer .border {
  border-bottom: 1px solid #4d4d4d;
}
.footer .logo {
  height: 100px;
  width: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo-white.svg);
  margin: 0px 0px 20px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer a {
  color: #FFFFFF;
}
.footer .label {
  font-weight: 100;
  font-size: 24px;
}
.footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.footer .copyright, .footer .footer-privacy {
  width: auto;
  position: relative;
  font-size: 14px;
  height: auto;
  color: #FFFFFF;
  padding-top: 20px;
}
.footer .social {
  width: auto;
  margin-top: 20px;
  display: block;
  z-index: 2;
  position: relative;
}
.footer .social a {
  /*color: white;*/
}
.footer .footer-privacy {
  float: right;
}
.slideshow.social ul, .footer .social ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.slideshow .social ul, .pulsanti .social ul {
  float: right;
  padding: 0px 0px 5px 0px;
}
.slideshow .social li, .footer .social li, .pulsanti .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width:900px) {
  .slideshow .social ul {
    float: none;
  }
  .nav .logo {
    padding: 0px;
  }
  .nav #pulsanti li {
    margin-left: 5px;
    padding: 0px 5px;
  }
}
@media screen and (max-width:480px) {
  .nav .social ul {
    float: none;
    padding: 0px;
    border-bottom: 1px solid #dbdbdb;
  }
  .nav .social li {
    margin: 0px 10px 0px 10px;
  }
  .nav .social a {
    margin: 10px 0px;
    font-size: 30px;
  }
  .nav #social.social.responsive {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    width: 100%;
    position: absolute;
    top: 390px;
    left: 0;
    margin-right: 0px;
    display: inline;
    background-color: #fff;
    animation: fadesocial 0.5s;
  }
  .footer .copyright {
    padding: 20px;
  }
  .footer .content {
    width: 100%;
    padding: 10px;
  }
  .footer .col-2 {
    width: 100%;
  }
  .footer .col-3 {
    width: 50%;
  }
  .footer .social {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
@keyframes fadesocial {
  from {
    opacity: 0;
    top: 200px;
  }
  to {
    opacity: 1;
    top: 390px;
  }
}
.icon {
  display: inline-block;
}
.icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  display: inline-block;
  color: #444444;
  line-height: normal;
  text-align: center;
  padding: 0px;
}
.content-single-icon .icon::before {
  color: #d12e26;
}
.icon.home::before {
  content: "\f015";
  font-size: 14px;
}
.icon.progettazione::before {
  content: "\f5fc";
  font-size: 50px;
}
.icon.people::before {
  content: "\e533";
  font-size: 50px;
}
.icon.trophy::before {
  content: '\f091';
  font-size: 50px;
}
.icon.award::before {
  content: "\f559";
  font-size: 50px;
}
.icon.tv::before {
  content: "\f26c";
  font-size: 50px;
}
.icon.mobile::before {
  content: "\f3ce";
  font-size: 50px;
}
.icon.go::before {
  content: "\f04e";
  font-size: 14px;
}
.icon.goback::before {
  content: "\f2ea";
  font-size: 14px;
}
.icon.click::before {
  content: "\f2f6";
  font-size: 14px;
  color: #fefefe;
}
.icon.goback, .icon.click {
  cursor: pointer;
}
.icon.goback:hover, .icon.click:hover {
  color: #c3512f;
}
.icon.wrench::before {
  content: "\f0ad";
  font-size: 50px;
}
.icon.bars::before {
  content: "\f0c9";
  color: #fff;
  padding: 10px;
}
.sticky .icon.bars::before, .grey .icon.bars::before {
  color: #444444;
}
.icon.qualita::before {
  content: "\f164";
}
.icon.teacher::before {
  content: "\f51c";
}
.icon.feedback::before {
  content: "\f4c4";
  font-size: 80px;
}
.icon.assistance::before {
  content: "\f7d9";
  font-size: 80px;
}
.icon.ricambi::before {
  content: "\f085";
  font-size: 80px;
}
.icon.calendar::before {
  content: "\f274";
}
.clone {
  float: right;
  width: auto;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}
.icon.clone::before {
  content: "\f0fe";
  color: #6d6d6d;
  font-size: 18px;
  margin-right: 10px;
}
.icon.phone::before {
  content: "\f3cd";
}
.icon.info::before {
  content: "\f5a0";
}
.icon.covid::before {
  content: "\e074";
}
.icon.events::before {
  content: "\f784";
}
.icon.link::before, .linkvideo::before, .icon.facebook::before {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 30px;
  margin-right: 5px;
}
.icon.link::before {
  content: "\f0c1";
}
.icon.linkvideo::before {
  content: "\f03d";
}
li.linkvideo {
  cursor: pointer;
  display: block;
}
.icon.facebook::before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f39e";
}
.icon.video::before {
  content: "\f144";
  color: #4d4d4d;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 30px;
}
.icon.mailing::before {
  content: "\f658";
  float: left;
  margin-right: 20px;
  color: #81bc00;
}
.icon.mailing H4 {
  line-height: 60px;
  margin-bottom: 0px;
}
.icon.servizi::before {
  content: "\f030";
}
.icon.tree::before {
  content: "\f06c";
}
.icon.quote {
  position: absolute;
  right: 10px;
  top: 0px;
}
.icon.quote::before {
  content: "\f10e";
  color: #c3512f;
  font-size: 60px;
}
.icon.chef-red::before {
  content: "";
  background-image: url(../images/chef-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon.download::before {
  content: "\f019";
  color: #6d6d6d;
  font-size: 24px;
  margin-right: 10px;
}
.icon.presentazione-libri::before, .icon.eventi::before, .icon.concorsi::before, .icon.news::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  display: inline-block;
  width: 81px;
  height: 81px;
  margin-left: auto;
  margin-right: auto;
}
.icon.presentazione-libri::before {
  background-image: url(../images/presentazione-libri.png);
}
.icon.eventi::before {
  background-image: url(../images/eventi.png);
}
.icon.concorsi::before {
  background-image: url(../images/concorsi.png);
}
.icon.news::before {
  background-image: url(../images/news.png);
}
.presentazione-libri {
  color: #9d6e41;
}
.news {
  color: #8d9d41;
}
.eventi {
  color: #da2929;
}
.concorsi {
  color: #c66b39;
}
a.download {
  width: auto;
  border-radius: 3px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}
@media screen and (max-width:480px) {
  .icon.mailing::before {
    margin-right: 10px;
  }
  .icon.mailing H4 {
    line-height: normal;
    margin-top: 10px;
    width: 75%;
  }
  .v-line {
    width: 80px;
  }
  .v-line .icon {
    padding: 0px
  }
  .icon.presentazione-libri::before, .icon.eventi::before, .icon.concorsi::before, .icon.news::before {
    width: 40px;
    height: 40px;
  }
  a.download {
    margin: 20px 0px
  }
}
.portfolio {
  min-height: 200px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: table;
  box-sizing: border-box;
}
.portfolio.grid {
  width: 80%;
  text-align: center;
}
.portfolio .photo-box {
  display: inline-block;
  width: 33%;
  height: 270px;
  float: left;
  padding: 2px;
  box-sizing: border-box;
}
.portfolio .photo {
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.portfolio.grid .photo {
  /* width: 200px;*/
  float: none;
  display: inline-table;
  margin: 10px;
}
.portfolio .photo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.portfolio .photo .mask {
  opacity: 0;
  background-color: #030303;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: left;
  position: absolute;
}
.portfolio .photo .testo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0px 30px 0px;
  top: 270px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.portfolio.grid .photo .testo {
  font-size: 50px;
}
.portfolio .photo a:hover .testo {
  top: 100px;
}
.portfolio .photo a:hover .mask {
  opacity: 0.5;
}
@media screen and (max-width:480px) {
  .portfolio {}
  .portfolio .col-4 {
    width: 33.33%;
  }
  .portfolio .photo-box {
    height: 150px;
  }
  .portfolio .photo a {
    height: 150px;
  }
  .portfolio.grid {
    width: 100%;
  }
  .portfolio.grid .photo {
    display: block;
    float: left;
    margin: 0px;
  }
  .portfolio .photo .testo {
    font-size: 12px;
  }
  .portfolio .photo a:hover .testo {
    top: 40px;
  }
  .portfolio.grid .photo a:hover .testo {
    top: 40px;
  }
  .portfolio .photo .mask {
    height: 150px;
  }
}
.service {
  background-color: #9b9b9b;
  display: block;
  float: left;
  color: #fff;
  position: relative;
}
.service.storia {
  background-image: url(../images/storia.jpg);
}
.service.bellezze {
  background-image: url(../images/bellezze-naturali.jpg);
}
.service.escursioni {
  background-image: url(../images/escursioni.jpg);
}
.service-content {
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.service-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #90c02e;
  background: linear-gradient(to top, #00a4d0 0, #90c02e 100%);
  position: absolute;
  left: 0;
  bottom: -120%;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.service-content:hover::after {
  opacity: 0.9;
  bottom: 0;
}
.service-content h2 {
  margin-top: 50px;
}
.service-content p {
  opacity: 0;
  transition: .5s;
  color: #fff;
}
.service-content:hover p {
  opacity: 1;
  bottom: 0;
}
.service .icon {
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
  display: block;
  line-height: normal;
  width: 100%;
  height: auto;
}
.service-bottom-link {
  height: 0px;
  width: 0px;
  line-height: 0px;
  text-align: center;
  border-radius: 50%;
  font-size: 0px;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: .5s;
}
.service-bottom-link::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  display: inline-block;
  color: #fff;
}
.service:hover .service-bottom-link {
  opacity: 1;
  color: #FF3C00;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-size: 22px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  bottom: 100px;
}
@media screen and (max-width:480px) {
  .service {
    margin-bottom: 10px;
  }
}
.fa, .fas {
  font-weight: 900;
}
.testimonial {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
  margin: 0px 15px 15px 15px;
  height: 400px;
}
.offer {
  background-image: url(../images/sfondo-1.jpg);
  overflow: hidden;
  display: block;
  height: auto;
  background-size: 70%;
  background-position: right;
}
.offer p {
  color: #d12e26;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.offer h2, .offer h5 {
  text-align: center;
}
.offer .logo {
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/logo-black.svg);
  display: block;
}
.offer .gallery {
  padding: 60px;
}
.offer .gallery .mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.offer .gallery .item {
  width: 100%;
  height: 100%;
  float: left;
  display: inline-block;
  position: absolute;
  text-align: center;
}
.events {
  text-align: center;
  background-color: #eeeff2;
}
.testi {
  background-color: #eeeff2;
}
.event {
  position: relative;
}
.event .item {
  position: relative;
  float: left;
}
.event .block, .testo .block {
  position: relative;
  display: block;
  height: 540px;
  margin-bottom: 20px;
}
.event .block .img, .testo .block .img {
  height: 450px;
  width: 85%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.event .block .img.right, .testo .block .img.right {
  float: right;
}
.event .img-block, .testo .img-block, .testo .img-block {
  background-color: #81bc00;
  width: 380px;
  height: 400px;
  color: #fff;
  padding: 40px;
  font-size: 18px;
  line-height: normal;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.event .block .img-block.left, .testo .block .img-block.left {
  left: 0px;
}
.event .img-block .number, .testo .img-block .number {
  display: inline-table;
  position: absolute;
  font-size: 100px;
  top: -70px;
  font-weight: bold;
}
.moodboard .col-4, .moodboard .col-6, .moodboard .col-12 {
  padding: 0px;
  color: #fff;
}
.moodboard .item {
  padding: 5px;
}
.moodboard .photo {
  width: 100%;
  height: 250px;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
}
.moodboard .photo::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #90c02e;
  background: linear-gradient(to right, #00a4d0 0, #90c02e 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  transition: .5s;
}
.moodboard .photo:hover::before {
  opacity: 0.4;
}
.moodboard .item .title {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 0px 30px 0px 20px;
  color: #fff;
  font-size: 16px;
}
.moodboard .icon-circle-arrow {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.moodboard .icon-circle-arrow:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  font-weight: 900;
  padding-right: 0px;
  font-size: 30px;
}
.moodboard .item .title h4 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
}
@keyframes anim-in {
  0%, 8.3% {
    margin-left: 100px;
    opacity: 0;
  }
  8.3%, 25% {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes anim-left {
  0%, 8.3% {
    left: 100px;
    opacity: 0;
  }
  8.3%, 25% {
    left: 0px;
    opacity: 0.3;
  }
}
@keyframes anim-right {
  0%, 8.3% {
    right: -100px;
    opacity: 0;
  }
  8.3%, 25% {
    right: 0px;
    opacity: 0.3;
  }
}
@media screen and (max-width:480px) {
  .testimonial {
    margin: 3px;
    height: 250px;
    padding: 10px;
  }
}
.testimonials {
  height: 570px;
  width: 100%;
  background-image: url(../images/testimonials.jpg);
  display: block;
}
.testimonials .main {
  overflow: hidden;
  height: 500px;
  display: block;
}
.testimonials .icon.go {
  float: right;
  line-height: 59px;
}
.testimonials .review {
  display: block;
  box-sizing: border-box;
  height: 325px;
  background-color: #fff;
  padding: 50px;
}
.testimonials h3 {
  display: inline-table;
}
.testimonials .review h3 {
  font-size: 18px;
}
.testimonials .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition: .3s;
  margin: 0 5px;
}
.testimonials .owl-dot.active {
  background: #FF3C00;
  width: 35px;
}
.list .review h3 {
  font-size: 18px;
  display: inline-table;
}
.list .review {
  display: block;
  box-sizing: border-box;
  height: 325px;
  background-color: #fff;
  padding: 50px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.faq {
  width: 100%;
}
.faq .row {
  text-align: left;
  padding: 10px;
  position: relative;
  float: left;
  padding-left: 50px;
  margin: 0px;
}
.faq .row.black {
  color: #383838;
  padding-left: 50px;
  font-weight: bold;
  font-size: 14px;
}
.faq .row.white {
  border-top: 1px solid #dddddd;
}
.faq .row.white span, .faq .row.black span {
  display: inline-block;
  float: left;
  width: 50%;
}
.faq .row .open::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  padding-right: 10px;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 0px;
  cursor: pointer;
}
.faq .row.popups {
  border-top: 1px solid #383838;
  position: relative;
  -webkit-animation-name: animatealpha;
  -webkit-animation-duration: 0.4s;
  animation-name: animatealpha;
  animation-duration: 0.4s;
  float: left;
  height: 100;
}
@-webkit-keyframes animatealpha {
  from {
    top: 50px;
    opacity: 0
  }
  to {
    top: 0px;
    opacity: 1
  }
}
@keyframes animatealpha {
  from {
    top: 50px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
.signup {
  position: relative;
}
.signup h5 {
  font-size: 24px;
}
.signup-content input, .signup-content button {
  width: 25%;
  border: #6d6d6d;
  background-color: #ececec;
  height: 47px;
  border-radius: 20px;
  margin: 0px 5px 0px 0px;
}
.signup-content .checkbox {
  width: 28%;
  position: absolute;
  top: 8px;
  right: 140px;
  color: #383838;
  border-left: 1px solid #6d6d6d;
}
.signup-content .barra::after {
  content: "|";
  color: #d9d9d9;
  line-height: 47px;
}
.signup-content button {
  color: #fff;
  border: 1px solid #6d6d6d;
  background-color: #6d6d6d;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  transition: .3s;
  width: 20%;
  margin: 0px 0px 0px 10px;
}
.signup-content button:hover {
  background-color: #e5e5e5;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.signup .privacy, .privacy {
  margin: 20px 0px;
}
.signup #PrivacyTxt, #PrivacyTxt {
  font-weight: bold;
  cursor: pointer;
}
.signup #uname_response {
  width: 100%;
  padding-bottom: 10px;
  float: left;
  line-height: 40px;
  /* color: #a42525;*/
}
.signup #uname_response .chekmail {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 24px;
}
@media screen and (max-width:480px) {
  .testimonials {
    height: 540px;
  }
  .testimonials .main {
    height: 450px;
  }
  .testimonials .icon.go {
    float: none;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .testimonials .review {
    padding: 30px;
    margin-bottom: 20px;
  }
  .signup {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .signup button, .form button {
    width: 100%;
    margin-top: 10px;
    position: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .signup button {
    width: 100%;
  }
  .signup-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .signup-content input {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .signup-content .checkbox {
    padding: 5px;
    width: 40%;
    position: unset;
  }
  .signup .privacy, .privacy {
    font-size: 14px;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  z-index: 2;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-content.video {
  width: 856px;
  background-color: #000;
}
@media screen and (max-width:900px) {
  .modal {
    padding-top: 130px;
  }
  .modal-content {
    width: 90%;
    box-sizing: border-box;
  }
  .modal-content.video {
    width: 100%;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/* The Close Button */
.modal .closearea {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-table;
  position: absolute;
}
.close, .closePrivacy {
  color: #fefefe;
  float: right;
  font-size: 35px;
  padding: 5px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}
.close:hover, .close:focus, .closePrivacy:hover, .closePrivacy:focus {
  color: #898989;
  text-decoration: none;
  cursor: pointer;
}
.modal-header, .modal-header-video {
  padding: 16px;
  margin-bottom: 20px;
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #383838;
}
.modal-header-video {
  margin-bottom: 0px;
}
.modal-header h4 {
  font-size: 24px;
  line-height: 26px;
  color: #eaeaea;
}
.modal-header #model {
  color: #666;
}
.modal-body {
  width: 100%;
  padding: 16px;
  text-align: left;
  padding-top: 2px;
  color: #383838;
  display: inline-block;
}
.modal-video {
  width: 100%;
  display: inline-block;
  height: 475px;
  position: relative;
}
.modal-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #E79319;
  color: white;
}
.modal-body label {
  margin-bottom: 5px;
  display: block;
}
.modal-body input, .modal-body textarea {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.modal-body .submit {
  font-family: 'Patua One', cursive;
  background-color: #c3512f;
  border: 1px solid #c3512f;
  border-radius: 10px;
  width: 50%;
  box-sizing: border-box;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  margin-left: 25%;
  color: #FFF;
  margin-top: 20px;
}
.googlemaps {
  width: 100%;
  float: left;
  height: 500px;
  display: block;
  box-sizing: border-box;
}
.videoplayer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 100px;
  width: 854px;
  display: table;
}
@media screen and (max-width:900px) {
  .videoplayer {
    padding: 20px 0px 5px 0px;
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .modal-video {
    height: 250px;
  }
  .googlemaps {
    height: 400px
  }
}
.googlemaps #map {
  height: 100%;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.googlemaps .overlay {
  width: 100%;
  min-height: 500px;
  position: relative;
  top: -500;
}
.contact_from_box {
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);*/
  background: #e6e6e6;
}
.contact_from_box button.submit, button.submit {
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.contact {
  height: 200px;
  color: #6d6d6d;
  border: 2px solid #f2f2f2;
  padding: 20px;
  text-align: center;
}
.contact a {
  color: #6d6d6d;
}
.contact a:hover {
  color: #005bbb;
}
.contact .row {
  padding: 30px;
  margin: 0px;
}
.contact .icon {
  position: relative;
}
.contact .col-12 {
  padding: 30px 0px 30px 0px;
}
.contact .icon {
  padding: 20px 0px 20px 0px;
  font-size: 40px;
  color: #fff;
  height: auto;
  width: 100%;
  line-height: normal;
  text-align: center;
  display: block;
}
.contact .phone::before, .contact .adress::before, .contact .mail::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  left: 0px;
}
.contact .phone::before {
  content: "\f2a0";
}
.contact .adress::before {
  content: "\f279";
}
.contact .mail::before {
  content: "\f0e0";
}
.contact .clock::before {
  content: "\f017";
  font-weight: 300;
}
.shadow {
  border-radius: 5px;
  padding: 55px 20px 55px 40px;
  margin-bottom: 35px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.contatti .icon {
  font-size: 24px;
  padding: 10px 30px;
}
.contatti .icon::before {
  font-size: 24px;
}
.contatti .icon::before {
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: .5s;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0px 0px;
  margin-right: 20px;
  display: inline-block;
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 154, 154, 0.3), 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.3);
    box-shadow: 0 0 0 0 rgba(154, 154, 154, 0.2), 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2)
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2), 0 0 0 30px rgba(154, 154, 154, 0);
    box-shadow: 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2), 0 0 0 30px rgba(154, 154, 154, 0)
  }
}
@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 154, 154, 0.3), 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.3);
    box-shadow: 0 0 0 0 rgba(154, 154, 154, 0.2), 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2)
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2), 0 0 0 30px rgba(154, 154, 154, 0);
    box-shadow: 0 0 0 10px rgba(154, 154, 154, 0.2), 0 0 0 20px rgba(154, 154, 154, 0.2), 0 0 0 30px rgba(154, 154, 154, 0)
  }
}
/* Owl Nav Css */
.owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: .3s;
}
@media screen and (max-width:480px) {
  .contact {
    height: auto;
    margin-bottom: 10px;
  }
  .contatti .icon {
    width: 200px;
    padding: 10px 10px;
    text-align: left;
  }
}
.contatti .icon:last-child {
  margin-top: 30px
}
.txt-section {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 55px 20px 55px 40px;
}
.v-line {
  background-image: url(../images/v-line.png);
  background-position: center;
  background-repeat: repeat-y;
  height: 100px;
}
.content.news {
  max-height: 100px;
  overflow: hidden;
  transition: max-height .8s ease-out;
}
.content.news .icon {
  padding: 0px;
}
.content.news .item {
  opacity: 0;
  -webkit-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -ms-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  float: left;
}
.content.news.visible {
  max-height: 1000px;
  transition: max-height .8s ease-in;
}
.content.news.visible .v-line {
  height: 400px;
}
.content.news.visible .item {
  opacity: 1;
}
.content.news .locandina {
  padding: 10px 0px;
  height: auto;
  display: block;
}
.news .col-4, .news.col-7 {
  padding: 20px;
}
.news .border-left {
  border-left: 1px solid #d7d7d7;
}
.news-section, .news-item {
  padding: 25px 0px 0px 0px;
  transition: .2s;
  height: 540px;
}
.news-section.auto, .news-item.auto {
  height: auto;
}
.news-section:hover {
  padding: 0px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}
.news-section h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-section .img, .news-item.auto .img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
  display: block;
}
.news-section.auto .img, .news-item.auto .img {
  height: 460px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.news-section .img a, .news-item.auto .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-section .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background: #015bbb;
  transition: height .3s;
  opacity: 0.8;
}
.news-section:hover .img::after {
  height: 100%;
}
.news-section .content {
  padding: 30px;
}
.news-section .data {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0px 10px 0px;
}
.news-section a.read {
  padding: 20px 0px 0px 0px;
}
.work-tabs-menu ul {
  padding: 0px;
  margin: 0px;
}
.work-tabs-menu li {
  list-style-type: none;
  width: 150px;
  height: 140px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  cursor: pointer;
}
.work-tabs-menu li.actived {
  border-bottom: 4px solid #c3512f;
  padding-bottom: 2px;
}
.work-tabs-menu li .icon.go {
  margin-left: 40px
}
.posts {
  background-color: #444;
}
.post {
  opacity: 0;
  background-color: #444;
}
.post.actived {
  animation-play-state: paused;
  animation: example 0.5s;
  -webkit-animation: example 0.5s;
  animation-fill-mode: forwards;
}
@keyframes example {
  from {
    opacity: 0;
    ;
  }
  to {
    opacity: 1;
  }
}
.post.actived:nth-child(1) {
  animation-delay: 0.0s;
}
.post.actived:nth-child(2) {
  animation-delay: 0.1s;
}
.post.actived:nth-child(3) {
  animation-delay: 0.2s;
}
.post.actived:nth-child(4) {
  animation-delay: 0.3s;
}
.post.actived:nth-child(5) {
  animation-delay: 0.4s;
}
.post.actived:nth-child(6) {
  animation-delay: 0.5s;
}
@keyframes examplev {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post .col-4, .post.col-7 {
  padding: 20px;
}
.post .border-left {
  border-left: 1px solid #d7d7d7;
}
.post-section {
  height: 720px;
  position: relative;
  background-color: #444;
}
.post-detail {
  height: 550px;
  position: relative;
  padding-bottom: 40px;
}
.post-section:hover {
  padding: 0px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}
.post-section .testo, .post-section h5 {
  margin-bottom: 10px;
  color: #fff;
  transition: .2s;
}
.post-section .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  transition: .2s;
}
.post-detail .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #444;
  width: 100%;
  display: block;
  height: 380px;
}
.post-detail h3 {
  font-size: 30px;
}
.post-section .content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.post-section .content .testo {
  padding: 30px;
  box-sizing: border-box;
  height: 150px;
  z-index: 1;
  position: relative;
}
.post-section .content .testo h4 {
  font-size: 1.7vw;
}
.post-section a {
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
}
.post-section .content::after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background: #141414;
  transition: height .3s;
  opacity: 0.8;
  position: absolute;
  bottom: 0px;
  z-index: 0;
}
.post-section:hover .content::after {
  height: 100%;
}
.post-section:hover .img {
  opacity: 1;
}
.post-section:hover h4 {
  color: #c3512f;
}
.post-section .data {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0px 10px 0px;
}
@media screen and (max-width:480px) {
  ul.work-tabs-menu {}
  .work-tabs-menu li {
    padding: 0px 5px 20px 5px;
    margin-bottom: 5px;
  }
  .work-tabs-menu li .icon.go {
    margin-left: 5px
  }
  .news h2 {
    font-size: 24px;
  }
  .news .col-2 {
    width: 15%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .news .col-7 {
    width: 85%;
  }
  .post-section {
    height: 350px;
  }
  .post-section .content .testo {
    padding: 10px;
    height: 120px;
  }
  .post-section .content .testo h4 {
    font-size: large;
    line-height: 20px;
  }
  .content.news {
    max-height: 70px;
  }
}
.video-container {
  padding-bottom: 20px
}
.video-section {
  transition: .2s;
  height: 145px;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
  overflow: hidden;
}
.video-container h3 {
  font-size: 18px;
  margin-top: 5px;
  border-left: 5px solid #c3512f;
  padding-left: 10px;
}
.video-section img {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: .5s;
}
.video-section:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.video-section::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  content: "\f144";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -25px;
  color: #6d6d6d;
  cursor: pointer;
}
.video-section:hover::after {
  color: #fff;
}
.video-section h4 {
  position: absolute;
  top: 250px;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width:900px) {
  .news .col-4 {
    padding: 10px;
  }
  .post .col-4 {
    padding: 10px;
  }
  .video-container {
    padding: 10px
  }
  .video-section {
    height: 190px;
  }
  .video-section::after {
    margin-top: -25px;
    margin-left: -25px;
  }
  .video-section h4 {
    top: 150px;
    font-size: 24px;
  }
}
.patner {
  display: inline-block;
  padding: 0px 30px 0px 30px;
  text-align: center;
}
.direttivo {
  display: block;
  background-image: url(../images/peppino_falconio.jpg);
  background-position: center;
  background-size: cover;
  height: auto;
  transition: height 0.3s;
}
.h-auto {
  height: auto;
}
.w-auto {
  width: auto;
}
@media screen and (max-width:900px) {
  .news.col-7 {
    padding: 0px;
  }
  .news-section.auto .img {
    height: 240px;
  }
  .txt-section {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .patner {
    padding: 0px 5px 0px 5px;
  }
  .patner.col-3 {
    width: 25%;
  }
  .patner img {
    width: 100%;
  }
  .direttivo {
    height: 300px;
  }
  .flex {
    /*display: block;*/
  }
}
.popup-links {
  position: fixed;
  right: 0;
  top: 209px;
  width: 50px;
  z-index: 10;
}
.popup-links.hidden {
  display: none;
}
.popup-links-inner {
  background: #ffffff;
  position: absolute;
  right: auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup-links ul {
  padding: 0px;
  position: relative;
  margin: 0px;
}
.popup-links ul li {
  list-style-type: none;
  background: #dd1c1c;
  color: #fff;
  width: 100%;
  right: 0;
  padding: 0px 5px 0px 0px;
  position: relative;
  margin-bottom: 1px;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.popup-links ul li.scroll {
  display: none;
}
.popup-links ul li:hover {
  right: calc(100% - 50px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup-links .icon:before {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}
.popup-links .popup-with-form {
  display: inline-flex;
  text-align: center;
  cursor: pointer;
}
.popup-links ul li .icon-text {
  color: #fff;
  line-height: 40px;
}
.popup-links .icon {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
  width: 50px;
  height: 40px;
  display: inline-block;
  float: left;
}
.popup-links ul li.categories .icon {
  background-position: -55px -785px;
}
.popup-links ul li.cart-icon .icon {
  background-position: -44px -364px;
}
.popup-links ul li.account .icon {
  background-position: -44px -403px;
}
.popup-links ul li.search .icon {
  background-position: -6px -125px;
}
.popup-links ul li.scroll .icon {
  background-position: -55px -816px;
}
.popup-position {
  background: #fff;
  margin: 0 auto;
  max-width: 530px;
  position: relative;
}
.popup-detail {
  padding: 30px;
  max-height: 530px;
  overflow-y: scroll;
}
.popup-position .mfp-close {
  color: #fff;
}
.popup-title {
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
  background: #1b2839;
}
.popup-detail .megamenu {
  border-top: none;
}
.popup-title .main_title {
  color: #fff;
}
.offers {
  text-align: center;
  width: 33%;
  float: left;
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
}
.offers .price {
  font-family: 'Fira Sans', sans-serif;
  margin: 30px 0px 0px 0px;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
}
.offers .item {
  line-height: 24px;
  padding: 50px;
  height: 600px;
}
.offers .button {
  color: #81BC00;
  font-weight: bold;
  border: 1px solid #81BC00;
  background-color: #fff;
  margin-top: 20px;
}
.offers .button:hover {
  color: #fff;
  background-color: #81BC00;
}
.offers:nth-child(even) {
  background-color: #81bc00;
  color: #fff;
  padding: 25px 0px;
}
.offers:nth-child(even) .button {
  color: #fff;
  background-color: #81BC00;
  border: 1px solid #fff;
}
.offers:nth-child(even) h3 {
  color: #fff;
}
.cover {
  height: 550px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #90c02e;
  padding: 0px;
}
.cover .photo {
  padding: 20px;
  height: 60%;
}
.cover .row {
  padding: 20px 20px 20px 20px;
  height: 60%;
  margin: 0px;
}
.cover .data {
  position: absolute;
  right: 0;
  top: 0px;
}
.cover .data h6 {
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-align: right;
}
.cover .icon.phone::before {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}
.category {
  height: 550px;
  width: 320px;
}
.category a {
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  display: block;
}
.img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-table;
}
.category .img {
  width: 100%;
  height: 350px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.5s ease;
  -moz-transition: background-position 0.5s ease;
  -o-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.category .img:hover {
  background-position: right;
}
.product {
  height: 400px;
  margin-bottom: 50px;
}
.product a {
  width: auto;
  overflow: hidden;
  padding-bottom: 20px;
  display: block;
}
.product .img {
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
}
.support .img {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.support a {
  color: #fff;
}
.support a.line-left::before {
  content: '';
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  margin: 0px 10px 4px 0px;
}
@media screen and (max-width:900px) {
  .category {
    width: 33%;
    margin-bottom: 10px;
  }
  .category.border-left:first-child, .category.border-left:nth-child(4n+0) {
    border-left: 0px;
  }
  .support .img {
    height: 300px;
  }
  .support h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .img {
    max-height: 400px;
  }
  .category {
    width: 50%;
    margin-bottom: 10px;
  }
  .category {
    height: 400px;
  }
  .category .img {
    height: 220px;
  }
  .category.border-left, .category.border-left:last-child {
    border-left: 0px;
    /*border-right: 0px;*/
  }
  .category:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
  }
  .support-delta {
    height: 200px;
  }
  .support .img {
    height: 209px;
  }
  .product .img {
    height: 230px;
  }
  .product h4 {
    margin: 0px 0px 5px 0px;
  }
}
ul.survey {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.survey li {
  padding: 0px 1px;
  margin: 0px 0px 2px 0px;
  box-sizing: border-box;
  cursor: pointer;
  width: 20%;
  float: left;
}
.survey li span {
  border: 1px solid #e5e5e5;
  border-top-color: rgb(229, 229, 229);
  border-right-color: rgb(229, 229, 229);
  border-bottom-color: rgb(229, 229, 229);
  border-left-color: rgb(229, 229, 229);
  padding: 10px 15px 10px 14px;
  border-radius: 4px;
  min-height: 40px;
  background: #fff;
  transition: border-color .5s, background .5s;
  position: relative;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}
.survey li.selected span {
  color: #fff;
  background: #e23333;
  border-color: #d81f1f;
  animation: selected .3s linear;
}
.survey li.selected span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f00c";
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  color: #fff;
  left: auto;
}
@media screen and (max-width:480px) {
  .survey li {
    width: auto;
  }
}
#comuni {
  border: 1px solid #e7ecf1;
  background-color: #FFFFFF;
  width: 80%;
  max-height: 250px;
  float: left;
  position: absolute;
  padding: 10px;
  z-index: 100;
  margin: 0px 0px 2px 0px;
  box-sizing: border-box;
  cursor: pointer;
  list-style-type: none;
  overflow: hidden;
}
.popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 2;
  bottom: 110%;
  left: 50%;
  margin-left: -80px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Popup arrow */
.popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popuptext.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grid {
  width: 70%;
  margin: auto;
  text-align: center;
}
.grid-span {
  width: 25%;
  display: inline-block;
}
.grid-span .title {
  font-size: 24px;
}
.grid-span .item::before {
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 120px;
  height: 120px;
  display: inline-block;
  border: 1px solid #4d4d4d;
  line-height: 120px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
}
.grid-span .item.payload::before {
  content: "\f515";
}
.grid-span .item.reach::before {
  content: "\f568";
}
.grid-span .item.axes::before {
  content: "\f2f1";
}
.grid-span .item.repeatability::before {
  content: "\f363";
}
.applications {
  min-height: 500px;
  display: inline-table;
  border-left: 1px solid #d7d7d7;
  padding: 20px;
  margin: 30px 0px;
}
.applications:nth-child(3n) {
  border-right: 1px solid #dfdfdf;
}
.applications img {
  margin-bottom: 10px;
}
.applications .link {
  cursor: pointer;
}
.service-box {
  height: 400px;
  padding: 20px;
}
.service-box .content {
  height: 240px;
  padding: 0px;
}
.service-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-box.actived::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-name: fadeInUp;
}
.service-box.actived h5, .service-box.actived .icon::before {
  color: #c3512f;
}
.sponsor div {
  padding: 0px 20px;
}
.sponsor a img {
  width: auto;
  height: 80px;
}
@media screen and (max-width:480px) {
  .grid {
    width: 100%;
    margin-bottom: 50px;
  }
  .grid-span .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .grid-span {
    width: 25%;
  }
  .grid-span .item::before {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .applications {
    border-left: 0px;
    border-bottom: 1px solid #d7d7d7;
    margin: 10px 0px;
    min-height: auto;
  }
  .applications:nth-child(3n) {
    border-right: 0px;
  }
  .service-box {
    height: 430px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .service-box h5 {
    line-height: 24px;
    font-size: large;
  }
  .sponsor div {
    padding: 10px 20px;
  }
  .sponsor a img {
    height: 60px;
  }
  .info .int-box {
    width: 50%;
  }
}
.blockquote {
  position: relative;
  margin-bottom: 50px;
  margin-top: 60px;
  padding-left: 100px;
  border-left: 5px solid #c3512f;
  font-family: "Zilla Slab", serif;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.5;
}
.blockquote p {
  position: relative;
}
ul.blocklink {
  width: 100%;
  text-align: center;
}
ul.blocklink li {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}
.vision img {
  width: 500px;
  height: 551px;
}
@media screen and (max-width:480px) {
  .blockquote {
    padding-left: 50px;
  }
  .vision img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .main.info .col-4 {
    width: 50%;
    font-size: 14px;
    padding: 0px
  }
  .main.info .col-4:last-child {
    padding-top: 10px;
  }
}