.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.clear {
  clear: both;
  height: 1px;
}

.w-half {
  width: 49%;
}

:focus {
  outline: 0;
}

b,
strong,
.strong {
  font-weight: 700;
}

em,
i,
.italic {
  font-style: italic;
}

a {
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  transition-property: background;
  transition-duration: 0.4s;
  text-decoration: none;
  color: #297ac7;
}

a:hover {
  color: #274c95;
}

.map {
  height: 200px;
}

@media (min-width: 1025px) {
  .map {
    height: 510px;
  }
}

.number li {
  list-style: decimal;
}

hr,
.skip {
  position: absolute;
  left: -9999px;
}

.sep {
  height: 1px;
  width: 80%;
  margin: 10px auto;
  background-color: #68abb1;
}

.w-500 {
  font-weight: 500 !important;
}

.small {
  font-size: 10px;
  color: #6a6a6a;
  line-height: 13px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-40 {
  font-size: 40px !important;
}

.margin-top-20-mobile {
  margin-top: 0 !important;
}

@media (min-width: 1025px) {
  .margin-top-20-mobile {
    margin-top: 20px !important;
  }
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-r-40-large {
  padding-right: 15px;
}

@media (min-width: 1025px) {
  .padding-r-40-large {
    padding-right: 40px;
  }
}

.padding-40 {
  padding: 40px;
}

@media (min-width: 641px) {
  .padding-40 {
    padding: 0 40px;
  }
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.blu {
  color: #274c95;
}

.blu-chiaro {
  color: #297ac7;
}

.azzurro {
  color: #9ff0ff;
}

.azzurro-chiaro {
  color: #f3f9fb;
}

::-moz-selection {
  background: #274c95;
  color: #ffffff;
}

::selection {
  background: #274c95;
  color: #ffffff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1,
p {
  color: #000;
}

h1,
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
}

@media (min-width: 641px) {
  h2 {
    font-size: 30px;
  }
}

h2.news-home {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}

@media (min-width: 641px) {
  h2.news-home {
    font-size: 20px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #274c95;
}

p,
li {
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.button-cta {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #2199e8;
  color: #fefefe;
}

.button-cta:hover,
.button-cta:focus {
  font-weight: 900;
  background-color: #1583cc;
}

html,
body,
.wrapper {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto;
}

.padding-mobile {
  padding-bottom: 60px !important;
}

@media (min-width: 641px) {
  .padding-mobile {
    padding-bottom: 35px !important;
  }
}

.content {
  padding-bottom: 100px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: #274c95;
}

.footer div {
  position: relative;
}

.footer p,
.footer a {
  color: #fff;
  font-size: 11px;
}

.footer a:hover {
  color: #9ff0ff;
}

.footer .wd-font {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.owl-nav {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0 !important;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.owl-prev,
.owl-next {
  font-weight: 900;
  font-size: 22px !important;
  background: none !important;
  color: #274c95 !important;
  margin: 0 5px !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
  color: #9ff0ff !important;
}

.owl-dots {
  display: none !important;
}

nav {
  position: relative;
  margin: 0 auto;
}

.header-nav {
  position: absolute;
  z-index: 99999;
  width: 100%;
}

.header-nav .logo-mobile img {
  display: none;
}

.logo {
  position: absolute;
  left: 10px;
  margin-top: 8px;
}

#cssmenu .button-menu-mobile {
  height: 0;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu ul {
  margin: 0;
  padding: 0;
}

#cssmenu,
.menu,
.menu li,
.menu li a,
#head-mobile {
  border: 0;
  list-style: none;
  line-height: initial;
  position: relative;
  box-sizing: border-box;
  background: transparent;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

.header-nav,
#cssmenu ul ul {
  background: rgba(255, 255, 255, 0.8);
}

#cssmenu {
  text-align: right;
  line-height: 0;
}

#cssmenu > ul {
  display: inline-block;
}

#cssmenu > ul > li.logo a {
  padding: 8px 20px 0;
}

#cssmenu > ul > li.menu-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

#cssmenu > ul > li.menu-item > a {
  text-align: center;
  color: #274c95;
  padding: 38px 20px;
  transition: all 0.4s;
}

#cssmenu > ul > li.menu-item > a:hover,
#cssmenu > ul > li.menu-item > a:focus,
#cssmenu > ul > li.menu-item > a.actived {
  color: #297ac7;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a,
#cssmenu .actived {
  color: #297ac7 !important;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
  color: #274c95;
  text-align: center;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 45px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #297ac7;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 42px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #297ac7;
  content: "";
  transition: all 0.1s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  min-width: 310px;
  padding: 10px 20px;
}

#cssmenu ul ul.open {
  left: 0;
}

#cssmenu ul ul li {
  height: 100%;
  transition: all 0.1s ease;
  z-index: 999;
  border-bottom: 1px solid #fff;
  padding: 3px 1px;
  text-align: left;
  line-height: 20px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu ul ul li a {
  display: inline;
  width: 100%;
  padding: 0;
  color: #274c95;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li a:focus,
#cssmenu ul ul li a.actived {
  color: #297ac7;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #297ac7;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #297ac7;
  content: "";
  transition: all 0.1s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

@media screen and (max-width: 875px) {
  #cssmenu {
    text-align: center;
  }

  .logo {
    position: relative;
  }
}

@media screen and (max-width: 700px) {
  nav {
    width: 100%;
  }

  .header-nav {
    position: relative;
  }

  .header-nav .logo-mobile img {
    display: block;
    margin: 0 auto;
  }

  #cssmenu {
    width: 100%;
    text-align: center;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul li {
    width: 100%;
  }

  #cssmenu .logo,
  .slider-home {
    display: none;
  }

  #cssmenu > ul > li.menu-item {
    float: none;
    display: block;
    font-size: 18px;
  }

  #cssmenu > ul > li.menu-item {
    float: none;
    display: block;
    font-size: 18px;
  }

  #cssmenu > ul > li {
    float: none;
    display: block;
    font-size: 18px;
  }

  #cssmenu > ul > li:nth-child(2) {
    padding-top: 20px;
  }

  #cssmenu ul li.menu-item:hover {
    background: #363636;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu > ul > li.menu-item > a {
    padding: 12px;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    border-bottom: 0;
  }

  #cssmenu ul ul li a {
    display: block;
    padding: 5px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
  }

  #cssmenu > ul {
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.5);
  }

  #cssmenu #head-mobile {
    z-index: 999;
    margin-bottom: -1px;
  }

  .header-nav,
  #cssmenu #head-mobile,
  #cssmenu ul ul,
  #cssmenu ul ul li,
  .button-menu-mobile:focus,
  .button-menu-mobile:hover,
  #cssmenu .submenu-button.submenu-opened {
    background: #e0ebef;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #274c95;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    width: 100%;
    margin: 0;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #274c95;
    font-size: 12px;
    font-weight: 400;
  }

  .button-menu-mobile {
    width: 35px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
    margin: 0 auto;
  }

  .button-menu-mobile:after {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    display: block;
    height: 4px;
    width: 35px;
    border-top: 2px solid #297ac6;
    border-bottom: 2px solid #297ac6;
    content: "";
  }

  .button-menu-mobile:before {
    transition: all 0.1s ease;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 35px;
    background: #297ac6;
    content: "";
  }

  .button-menu-mobile.menu-opened:before {
    top: 23px;
    background: #297ac6;
    width: 35px;
    transform: rotate(-45deg);
  }

  .button-menu-mobile.menu-opened:after {
    transition: all 0.1s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 35px;
    background: #297ac6;
    transform: rotate(45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #297ac7;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #297ac7;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #297ac7;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

/* custom colors */

.header-info {
  width: 100%;
  background: #297ac7;
  padding: 10px 0;
}

.header-info p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.header-info a {
  color: #fff;
}

.header-info a:hover {
  color: #9ff0ff;
}

.nivo-title {
  position: absolute;
  top: 200px;
  right: 10px;
}

@media (min-width: 1025px) {
  .nivo-title {
    top: 220px;
    right: 120px;
  }
}

.nivo-title h1 {
  color: #fff;
  text-transform: none;
  text-align: right;
}

.bg-stabilimento {
  background: url(/img/home/stabilimento.jpg) no-repeat;
  background-size: cover;
  padding: 100px 20px;
}

.bg-stabilimento h2 {
  color: #fff;
}

.bg-stabilimento .button-cta {
  background: none;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 15px 50px;
  margin-top: 20px;
}

.bg-stabilimento .button-cta:hover {
  background: #fff;
  color: #274c95;
}

@media (min-width: 641px) {
  .bg-stabilimento .button-cta {
    margin-top: 0;
  }
}

.box-servizi img {
  border-radius: 35% 35% 35% 0;
  transition: all 0.8s;
}

.box-servizi img:hover {
  opacity: 0.6;
  border-radius: 35% 0 35% 35%;
  transition: all 0.8s;
}

.box-servizi p {
  margin: 20px 0;
  min-height: auto;
}

@media (min-width: 641px) {
  .box-servizi p {
    min-height: 120px;
  }
}

.box-servizi .button-cta {
  width: 100%;
  background: #297ac7;
}

.box-servizi .button-cta:hover {
  background: #274c95;
}

.visita i {
  margin-right: 30px;
  -webkit-transition-property: margin-right;
  -webkit-transition-duration: 0.6s;
  -moz-transition-property: margin-right;
  -moz-transition-duration: 0.6s;
  -o-transition-property: margin-right;
  -o-transition-duration: 0.6s;
  transition-property: margin-right;
  transition-duration: 0.6s;
}

.visita:hover i {
  margin-right: 0;
  -webkit-transition-property: margin-right;
  -webkit-transition-duration: 0.6s;
  -moz-transition-property: margin-right;
  -moz-transition-duration: 0.6s;
  -o-transition-property: margin-right;
  -o-transition-duration: 0.6s;
  transition-property: margin-right;
  transition-duration: 0.6s;
}

.contattaci-azzurro {
  background: url(/img/home/contattaci.jpg) no-repeat;
  background-size: cover;
  color: #274c95;
  padding: 60px 20px 50px;
}

.contattaci-azzurro .button-cta {
  background: none;
  color: #274c95;
  border: 2px solid #274c95;
  font-weight: 500;
  transition: all 0.8s;
}

.contattaci-azzurro .button-cta:hover {
  border-radius: 0 10px 0;
  transition: all 0.8s;
}

.n-img {
  max-height: 250px;
  overflow: hidden;
  padding: 0 30px;
}

.n-img img {
  min-width: 280px;
}

.n-img-home {
  max-height: 165px;
  overflow: hidden;
}

.n-img-home img {
  min-width: 280px;
  margin-left: 0;
}

@media (min-width: 641px) {
  .n-img-home img {
    margin-left: -65px;
  }
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f7f7f7 !important;
}

.accordion-content {
  border: 1px solid #f7f7f7;
  border-bottom: none !important;
  padding: 30px;
}

.accordion-title {
  border: 1px solid #f7f7f7;
  border-bottom: 0 !important;
  padding-left: 30px;
}

.accordion-title:hover,
.accordion-title:focus,
.accordion-title:active {
  background: #f3f9fb;
}

.gallery-storia img {
  margin-bottom: 10px;
}

.allegati {
  background: #f1f1f1;
  padding: 35px;
}

.allegati i {
  margin: 0 5px 10px 0;
}

.allegati a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.fancybox-inner {
  padding: 0 !important;
}

.news {
  max-height: 315px;
}

.nivoSlider img {
  width: 100% !important;
}

.theme-default .nivoSlider {
  box-shadow: none;
}

.social-part {
  background: #f4f3f3;
  padding: 20px 0;
  margin-top: 50px;
}

.social-part i {
  color: #297ac7;
}

.social-part a {
  margin-right: 20px;
}

.accordion {
  border: 1px solid #f7f7f7;
}

.accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #274c95;
  border-bottom: 1px solid #f7f7f7;
}

.accordion .accordion-item .accordion-header:hover,
.accordion .accordion-item .accordion-header:hover::after {
  cursor: pointer;
}

.accordion .accordion-item .accordion-header::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #2199e8;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.accordion .accordion-item.active .accordion-header {
  border-bottom: 2px solid #d0e8f9;
  background: #f2f8fd;
}

.accordion .accordion-item.active .accordion-header::after {
  content: "-";
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-body {
  padding: 1rem 3rem 1rem 1rem;
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  border-bottom: 1px solid #f7f7f7;
  display: none;
}

.accordion .accordion-item:last-child .accordion-body {
  border-bottom: 1px solid transparent;
}

.inputNormal {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 100%;
  padding: 2% 2%;
  color: #747474;
  margin-bottom: 3px;
}

.inputNormal {
  box-shadow: none;
  border: none;
}

.inputNormal:hover,
.inputNormal:active,
.inputNormal:focus {
  box-shadow: none;
  border: none;
}

.inputNormal:active,
.inputNormal:focus {
  background: #edfcff;
}

.label-contatti {
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #274c95;
}

.inputError {
  font-family: "Roboto", sans-serif;
  background: #f0f0f0;
  border: 1px solid #ffdcdc;
  width: 100%;
  padding: 2%;
  color: #ff0000;
}

.submitter {
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  transition-property: background;
  transition-duration: 0.4s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  padding: 15px 16px;
  cursor: pointer;
  background: #297ac7;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: #274c95;
  width: 100%;
}

.submitter:hover {
  background: #274c95;
}

.form_footer {
  overflow: hidden;
}

.form_footer .privacy {
  font-size: 11px;
  font-style: italic;
}

.form_footer .privacy span.asterisco {
  color: #274c95;
}

.form_footer .condizioni {
  line-height: 10px;
  color: #274c95;
  margin-top: 5px;
}

.form_footer .condizioni a {
  font-weight: 800;
  color: #274c95;
}

.form_footer p {
  font-family: "Roboto Condensed", sans-serif;
}

.help-block {
  background: #fff1f1;
  border: 2px solid red;
  color: #f00;
  padding: 10px;
}

