/*** GENERALE ***/

.relative {
  position: relative;
}

.mx-auto {
  margin: 0 auto;
}

.margin-right-10 {
  margin-right: 10px;
}

.flex-wrap {
  flex-wrap: wrap;
}

body footer {
  z-index: 999;
}

body.fullscreen footer,
body.fullscreen nav {
  z-index: -1;
}

/* video youtube */
.contIframeVideoYoutube {
  display: block;
  width: 100%;
  height: 143px;
}

.video-col-right {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
}

.video-col-right-home {
  display: block;
  width: 100%;
  height: 150px;
  position: fixed;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.7s;
}
.overIframeVideoYoutube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fullscreen-content {
  position: fixed;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
  background: #000;
  z-index: -99999;
}
.fullscreen-content.toggle {
  z-index: 99999;
  transform: translateY(0);
  opacity: 1;
}
.fullscreen-content.transition {
  z-index: 99999;
}

.icon-full {
  font-size: 1.5em;
  color: #f1f1f1;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.icon-full:hover {
  opacity: 0.6;
}

.fullscreen-cover {
  position: fixed;
  z-index: -9999;
  background: #00000059;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s;
  display: block;
}

.fullscreen-cover.toggle {
  z-index: 9999;
  opacity: 0.7;
}
.fullscreen-cover.transition {
  z-index: 9999;
}

body.fullscreen .col-xs-1,
body.fullscreen .col-sm-1,
body.fullscreen .col-md-1,
body.fullscreen .col-lg-1,
body.fullscreen .col-xs-2,
body.fullscreen .col-sm-2,
body.fullscreen .col-md-2,
body.fullscreen .col-lg-2,
body.fullscreen .col-xs-3,
body.fullscreen .col-sm-3,
body.fullscreen .col-md-3,
body.fullscreen .col-lg-3,
body.fullscreen .col-xs-4,
body.fullscreen .col-sm-4,
body.fullscreen .col-md-4,
body.fullscreen .col-lg-4,
body.fullscreen .col-xs-5,
body.fullscreen .col-sm-5,
body.fullscreen .col-md-5,
body.fullscreen .col-lg-5,
body.fullscreen .col-xs-6,
body.fullscreen .col-sm-6,
body.fullscreen .col-md-6,
body.fullscreen .col-lg-6,
body.fullscreen .col-xs-7,
body.fullscreen .col-sm-7,
body.fullscreen .col-md-7,
body.fullscreen .col-lg-7,
body.fullscreen .col-xs-8,
body.fullscreen .col-sm-8,
body.fullscreen .col-md-8,
body.fullscreen .col-lg-8,
body.fullscreen .col-xs-9,
body.fullscreen .col-sm-9,
body.fullscreen .col-md-9,
body.fullscreen .col-lg-9,
body.fullscreen .col-xs-10,
body.fullscreen .col-sm-10,
body.fullscreen .col-md-10,
body.fullscreen .col-lg-10,
body.fullscreen .col-xs-11,
body.fullscreen .col-sm-11,
body.fullscreen .col-md-11,
body.fullscreen .col-lg-11,
body.fullscreen .col-xs-12,
body.fullscreen .col-sm-12,
body.fullscreen .col-md-12,
body.fullscreen .col-lg-12 {
  position: static !important;
}

/*    TO FULLSCREEN   */

.fullscreen-video {
  position: absolute;
  z-index: 99999;
}

.video-col-right-home.fullscreen-video {
  position: fixed;
  z-index: 99999;
}

.fullscreen-video iframe.contIframeVideoYoutube {
  height: 100%;
}

/*  video buttons  */

.icon-video {
  position: absolute;
  right: 5px;
  font-size: 1.3em;
  z-index: 999;
}

.icon-video .fa {
  cursor: pointer;
}

.z-999 {
  z-index: 999999;
}

.p-10 {
  padding: 10px;
}

.dynamicTablesPages table {
  table-layout: fixed !important;
}

div.dynamicTablesPages table th {
  padding: 7px 5px !important;
}

.items-end {
  align-items: center;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.h-500 {
  height: 300px;
}

@media (max-width: 1200px) {
  footer .container {
    padding-top: 8px;
  }
}

.navbar-default .navbar-toggle {
  border: none;
  background-color: #ebebeb !important;
  border-radius: 0px !important;
}

.mobile-lang button.navbar-toggle {
  right: 70px;
  padding: 5px 5px 4px 5px;
}

.navbar-toggle {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 6px;
  margin-top: 42px;
  padding: 9px 10px;
  position: relative;
}

button.navbar-toggle {
  background: none repeat scroll 0 0 #fff;
  margin-top: 0;
  position: absolute;
  right: 10px;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 356px) {
  .accordion-title a > img {
    width: 15% !important;
  }
}

@media screen and (min-width: 357px) and (max-width: 500px) {
  .accordion-title a > img {
    width: 10% !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .accordion-title a > img {
    width: 6% !important;
  }
}

@media (max-width: 420px) {
  .mobile-lang button.navbar-toggle {
    right: 60px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 355px) {
  .navbar-header img {
    margin-top: 10px;
    width: 70px;
  }

  .language {
    font-size: 10px;
  }

  .navbar-toggle {
    padding: 8px 6px;
  }

  .mobile-lang button.navbar-toggle {
    padding: 2px 3px;
    right: 45px;
  }

  .navbar-toggle .icon-bar {
    height: 1px;
    width: 18px;
  }

  .navbar-header {
    margin-left: 8px;
  }

  button.navbar-toggle {
    right: 8px;
  }

  .navbar-collapse.collapse {
    background: #fff;
  }

  .navbar-nav > li {
    font-size: 11px;
  }

  .dropdown-menu > li > a {
    font-size: 10px;
  }

  .bolle-container {
    width: 250px;
  }
}

@media (min-width: 1756px) {
  .pt-10 {
    padding-top: 15px;
  }

  .items-end {
    align-items: center;
  }

  .ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .-mt-100 {
    margin-top: -75px !important;
  }
}

.pt-5 {
  padding-top: 10px;
}

@media screen and (min-width: 1756px) {
  .pt-5 {
    padding-top: 0px;
  }
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 100%;
  line-height: 19px;
  padding: 0px;
}

#carousel-page .arrow-prev {
  position: absolute;
  top: 47%;
  z-index: 9999;
  color: #fff;
  font-size: 40px;
  left: 0;
  line-height: 18px;
  cursor: pointer;
}

#carousel-page .arrow-next {
  position: absolute;
  top: 47%;
  z-index: 999;
  color: #fff;
  font-size: 40px;
  right: 0;
  line-height: 18px;
  cursor: pointer;
}

#carousel-page .arrow-prev:hover,
#carousel-page .arrow-next:hover {
  color: #fff;
}

html,
body {
  min-height: 100%;
}
body {
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: arial;
  font-size: 14px;
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

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

.footer {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  color: #999999;
  font-size: 11px;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
}
.footer a,
.footer a:visited,
.footer a:hover {
  color: #999;
}

@media (max-width: 480px) {
  .footer {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .footer {
    position: static;
  }
}
.w-100 {
  width: 100% !important;
}

@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .-mt-100 {
    margin-top: -75px !important;
  }
}

@media screen and (min-width: 1901px) and (max-width: 2199px) {
  .-mt-100 {
    margin-top: -85px !important;
  }
}

@media screen and (min-width: 2200px) and (max-width: 2359px) {
  .-mt-100 {
    margin-top: -100px !important;
  }
}

@media screen and (min-width: 2360px) {
  .-mt-100 {
    margin-top: -115px !important;
  }
}

@media (max-width: 664px) {
  .-mt-100 {
    margin-top: -14px !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1500px) {
  .-mt-100 {
    margin-top: -60px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
  .-mt-100 {
    margin-top: -40px !important;
  }
}

@media (min-width: 665px) and (max-width: 991px) {
  .-mt-100 {
    margin-top: -40px !important;
  }
}

@media (max-width: 664px) {
  .-mt-100 {
    margin-top: -14px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pl-60 {
    padding-left: 0px;
  }
}

.-ml-30 {
  margin-left: -30px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .-ml-30 {
    margin-left: -0px !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .-ml-30 {
    margin-left: -0px !important;
  }
}

@media screen and (min-width: 1201px) {
  .pl-60 {
    padding-left: 60px;
  }
}

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

.text-16 {
  font-size: 16px;
  color: #5a5a5a;
  text-transform: none !important;
}

.text-12 {
  font-size: 12px;
  color: #5a5a5a !important;
}

.bg-dunapack {
  height: 28px;
  background-color: #16952c;
}

.white-text {
  color: white !important;
}

.flex {
  display: flex;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

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

.btn-lingue {
  font-size: 12px !important;
}

.btn-lingue:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-group.language.open button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.language button:hover {
  background: none;
}
.btn-group.language .dropdown-menu li > a {
  text-align: center;
  padding: 2px 15px;
}
.btn-group.language .btn-default:active {
  background: none;
  box-shadow: none;
}
.btn-group.language .dropdown-toggle:active,
.btn-group.language .dropdown-toggle:focus {
  background: none;
  box-shadow: none;
}
.btn-group.language.open .dropdown-menu {
  border-top: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 60px;
  padding-top: 5px;
}
.btn-group.language.open .dropdown-toggle {
  box-shadow: none;
  padding: 5px 2px 4px 15px;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-clip: padding-box;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.language.open .dropdown-toggle::after {
  content: "";
  border-bottom: 2px solid #fff;
  bottom: -6px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 32px;
  left: -6px;
}
.btn-group.language .dropdown-toggle {
  border: none;
  border-bottom: none;
  padding: 5px 2px 6px 15px;
}
.btn-group.language b {
  opacity: 1;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.language {
  z-index: 20;
  margin-right: 20px;
  position: relative !important;
}
.language button {
  background: none;
  border: 0;
  box-shadow: none;
  min-width: 60px;
  background-clip: padding-box;
}
.language button img {
  margin: 0 auto;
}
.dropdown-menu img {
  margin: 0 auto;
}

.dropdown-menu {
  border: none !important;
  font-size: 12px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000 !important;
}

.dropdown-menu > li > a {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-default .navbar-nav .dropdown-menu > li > a#btnWork,
.navbar-default .navbar-nav .dropdown-menu > li > a#btnWork:visited {
  color: #f15922;
}

@media screen and (max-width: 1250px) {
  .navbar-header {
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    margin-left: 8px !important;
  }
}

.navbar-default .navbar-brand {
  margin-right: 15px;
}

.navbar-default {
  border-color: transparent !important;
}

.navbar-header {
  float: left;
}

.navbar-nav {
  float: left;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  margin-bottom: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.navbar-header {
  float: left;
}

.navbar-collapse {
  overflow: hidden;
  /* max-height: none !important; */
  /* height: auto !important; */
}

.nav-right {
  float: right;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.txt-none {
  color: transparent;
}

/* BUTTON LANGUAGE */

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#lang-menu {
  background: url("../immagini/bg-menu-xs.jpg") repeat-y scroll 0 0 / 100% auto;
}
/* FINE BUTTON LANGUAGE */

.no-underline {
  text-decoration: none;
}

.navbar-nav {
  float: left;
}
.no-padding {
  padding: 0;
  margin: 0;
}

.dropdown {
  list-style: none;
}
.btn-lang {
  padding: 2px 7px;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 2px 7px 6px 15px;
}
.btn .caret {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px !important;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-lang {
  border-top: 0 !important;
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  min-width: 65px !important;
  padding-top: 5px !important;
}
#lang-menu {
  margin-top: 0px;
}

@media (max-width: 768px) {
  #hidable-lang {
    display: none;
  }
  .mobile-btn {
    background: none repeat scroll 0 0 #fff !important;
    margin-top: 0;
    position: absolute;
    right: 70px !important;
    top: 34px;
  }
  .mobile-btn {
    padding: 5px 5px 4px 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 776px) {
  #menu-mobile {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .text-right {
    text-align: center !important;
  }

  .navbar-default {
    height: 125px !important;
  }

  .pt-5 {
    padding-top: 0px !important;
  }

  .navbar-pack img {
    margin-top: 15px !important;
  }

  .navbar-nav {
    float: none !important;
  }
}

:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.dropdown-toggle:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.mt-15 {
  margin-top: 15px;
}
img {
  border: none;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
#carousel-bolle .carousel-inner {
  margin: 0 auto;
  width: 100%;
}
.display-none {
  display: none !important;
}
.fa-chevron-left {
  left: 10px !important;
}
.fa-chevron-right {
  right: 10px !important;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  color: #13952b;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 0;
  opacity: 1;
}
.carousel-control:hover {
  color: #b7bbbc;
}
#hover-bolla1 p,
#hover-bolla2 p,
#hover-bolla3 p,
#hover-bolla4 p,
#hover-bolla5 p,
#hover-bolla6 p,
#hover-bolla7 p,
#hover-bolla8 p,
#hover-bolla9 p,
#hover-bolla10 p,
#hover-bolla11 p,
#hover-bolla12 p,
#hover-bolla13 p,
#hover-bolla14 p,
#hover-bolla15 p {
  text-align: center;
  padding: 10px 50px 0 50px;
  margin: 0;
}
#hover-bolla1,
#hover-bolla2,
#hover-bolla3,
#hover-bolla4,
#hover-bolla5,
#hover-bolla6,
#hover-bolla7,
#hover-bolla8,
#hover-bolla9,
#hover-bolla10,
#hover-bolla11,
#hover-bolla12,
#hover-bolla13,
#hover-bolla14,
#hover-bolla15 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.2s linear 0s;
}
#hover-bolla1.active,
#hover-bolla2.active,
#hover-bolla3.active,
#hover-bolla4.active,
#hover-bolla5.active,
#hover-bolla6.active,
#hover-bolla7.active,
#hover-bolla8.active,
#hover-bolla9.active,
#hover-bolla10.active,
#hover-bolla11.active,
#hover-bolla12.active,
#hover-bolla13.active,
#hover-bolla14.active,
#hover-bolla15.active {
  display: block;
}
.bolla-prodotti {
  border-radius: 50%;
  border: 3px solid #16952c;
  overflow: hidden;
  position: relative;
}
.bolla-prodotti img {
  width: 100%;
}
.bolla-prodotti a,
.bolla-prodotti a:visited,
.bolla-prodotti a:hover {
  color: #16952c;
  font-weight: normal;
}
.carousel-inner > .item {
  text-align: center;
}
.carousel-inner > .item img {
  display: inline-block;
}
.box-testo-bolla {
  width: 100%;
  height: 100%;
  display: table;
}
.box-bolla {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bolla-active-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mini-title {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  display: table-cell;
  vertical-align: middle;
}
.more-details {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
}
.mini-title h3 {
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 30px;
  margin: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0.5);
}
.mini-title h3 a,
.mini-title h3 a:visited {
  text-decoration: none;
  color: #fff;
}
a.ec-circle,
a.ec-circle:hover {
  color: transparent;
  text-decoration: none;
}
.clear {
  clear: both;
  margin: 0;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 12px;
  vertical-align: middle;
}
.container.white {
  background: #fff;
  padding-bottom: 18px;
  margin-bottom: 20px;
  overflow-x: hidden;
}
.img-responsive-100 {
  width: 100%;
}
.container ul {
  margin-left: 15px;
}
h1,
h2,
h3 {
  font-family: "Archivo Black", sans-serif;
}
h1 {
  border-bottom: 1px solid #cccccc;
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
p.large {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
  padding: 21px 0;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  color: #232323;
  font: bold 14px/20px Arial, Helvetica, sans-serif;
  margin: 5px 0;
  text-transform: uppercase;
}
a,
a:visited {
  text-decoration: underline;
  color: #16952c;
  transition: all 0.2s linear 0s;
}
a:hover {
  text-decoration: none;
  color: #16952c;
}
span.clickToCallNumber a,
span.clickToCallNumber a:visited,
span.clickToCallNumber a:hover {
  text-decoration: none;
  color: inherit;
}
.tooltipClass {
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.page-head {
  height: 40px;
  border-bottom: 1px dotted #232323;
  margin-right: 10px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* HEADER */

.header {
  background: none;
  border-bottom: 2px solid #16952c;
  margin: 0 auto;
  min-height: 111px;
  width: 100%;
  text-align: center;
}
.logo {
  padding: 10px 0 0 10px;
  display: inline-block;
}
.payoff {
  color: #f13b03;
  float: right;
  margin: 65px 45px 0 0;
  text-transform: uppercase;
  font-size: 13px;
}
.payoff a,
.payoff a:visited,
.payoff a:hover {
  margin: 0 0 0 5px;
  padding: 0;
  color: #f13b03;
  text-transform: none;
}
.middle {
  width: 720px;
  height: auto;
  margin: 1px 0 0 0;
  padding: 0;
  background: #fff;
  float: left;
  display: inline;
  z-index: 200;
}
div.regularPage {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0 4px 0 16px;
}
div.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #939598;
  font-size: 11px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
div.breadcrumb a,
div.breadcrumb a:visited {
  color: #939598;
  text-decoration: none;
}
div.breadcrumb a:hover {
  color: #16952c;
  text-decoration: none;
}
div.breadcrumb span {
  color: #16952c;
}
div.regularPage h1 {
  height: auto !important;
  height: 50px;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #cccccc;
}
div.regularPage h2.subTitlePage {
  height: auto !important;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0;
  color: #5a5a5a;
  text-transform: none;
  font-weight: normal;
}

/* GALLERIE DINAMICHE */

div.contSlides {
  margin: 0;
  padding: 0;
  display: inline;
  overflow: hidden;
  position: relative;
}
div.contSlides img {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 100;
}
div.contSlides .prevSlide {
  width: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  cursor: pointer;
}
div.contSlides .nextSlide {
  width: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
  cursor: pointer;
}

/* TABELLE DINAMICHE */

div.dynamicTablesPages {
  margin: 0;
  padding: 0 0 0;
  overflow: hidden;
}
div.dynamicTablesPages table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 2px solid #16952c;
}
div.dynamicTablesPages table th {
  margin: 0;
  padding: 7px 45px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #16952c;
  border-bottom: 0;
  background: #16952c;
  color: #fff;
  cursor: pointer;
}
div.dynamicTablesPages table tr {
  background: #fff;
}
div.dynamicTablesPages table tr.altRow {
  background: #eee;
}
div.dynamicTablesPages table td {
  margin: 0;
  padding: 5px;
  border: 1px dotted #ccc;
  border-top: 0;
}

div.dynamicTablesPages table th p {
  text-align: center !important;
}

div.dynamicTablesPages table td p {
  text-align: center !important;
}

#app-cp h2 {
  margin-top: 10px !important;
}

#app-cp
  .twcp-bg-white.twcp-rounded-lg.twcp-shadow-md.twcp-container.twcp-self-center.twcp-h-auto
  a:hover {
  color: #16952c !important;
}

#app-cp a:hover {
  color: #16952c !important;
}

/* COL DX */

.col-right {
  width: 240px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  float: right;
  display: inline;
}
div.boxRightSections {
  border: 1px solid #cccccc;
  height: auto;
  padding: 0 0 25px;
  width: 100%;
  margin-top: 10px;
}
div.boxRightSections h2 {
  border-bottom: 1px solid #cccccc;
  color: #000000;
  font-size: 15px;
  height: 41px;
  line-height: 30px;
  margin: 12px;
  text-align: left;
}
div.boxRightSections ul {
  height: auto;
  margin: 0 12px;
  padding: 0;
}
div.boxRightSections ul li {
  line-height: 28px;
  margin: 0 4px 0 0;
  padding: 0 10px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  list-style-type: none;
  text-transform: lowercase;
}
.text {
  margin-top: 20px;
}
div.boxRightSections ul li a,
div.boxRightSections ul li a:visited {
  color: #322b2b;
  text-decoration: none;
}
div.boxRightSections ul li a:hover {
  color: #16952c;
  text-decoration: none;
}
div.boxRightSections .liThisPage {
  color: #16952c !important;
}
div.boxRightContacts {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-family: "Archivo Black", sans-serif;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}
.green {
  color: #16952c;
}
.orange {
  color: #16952c;
}
.grey {
  color: #939598;
}
div.boxRightContacts > p {
  color: #6d6b6b;
  font-size: 11px;
  height: 100%;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
div.boxRightContacts strong {
  color: #16952c;
  font-size: 14px;
}
div.boxRightContacts h4 {
  font-size: 18px;
  line-height: 23px;
  padding-left: 10px;
}

div.boxRightContacts > p > a,
div.boxRightContacts > p > a:visited,
div.boxRightContacts > p > a:hover {
  color: #6d6b6b;
  text-decoration: none;
}

/*** CAROUSEL IMMAGINI ***/

div.carousel_mask {
  width: 660px;
  height: 100px;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
ul.carousel_content {
  height: 100px;
  list-style: none;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.carousel {
  position: relative;
  max-height: 578px;
  overflow: hidden;
}
ul.carousel_content li {
  width: 110px;
  height: 100px;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}
ul.carousel_content li img {
  display: block;
  border: 0;
  margin: 0 5px;
  background: #000;
}
div.carousel_previous {
  width: 38px;
  height: 98px;
  line-height: 98px;
  color: #808080;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #808080;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
div.carousel_next {
  width: 38px;
  height: 98px;
  line-height: 98px;
  color: #808080;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #808080;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*** EXTRA ***/

div#debugDiv {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
div#toolTipDiv {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f3f3f3;
  color: #4e4d4d;
  font-size: 10px;
  text-align: justify;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* PAGINE DEI SEARCH RESULTS */

.contNRecord {
  width: 40%;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  display: inline;
  position: relative;
}
.contNRecord p {
  width: auto;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: left;
  float: left;
  display: inline;
}
.contNRecord form {
  width: 50px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 5px 0 0;
  border: 0;
  text-align: left;
  float: left;
  display: inline;
}
.contNRecord form fieldset {
  width: 50px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.nRecXPage {
  width: 48px;
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #808080;
  text-align: left;
}
.contPagine {
  width: 60%;
  height: 20px;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
  display: inline;
  position: relative;
}
.contPagine ul {
  height: 20px;
  line-height: 20px;
  padding: 0 40px 0 0;
  margin: 0 auto;
  font-weight: bold;
  list-style: none;
  font-size: 11px;
  text-align: right;
}
.contPagine ul li {
  display: inline;
  margin: 0 3px;
}
.contPagine ul li a {
  color: #000;
  text-decoration: none !important;
  font-weight: normal;
}
h2,
.h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.contPagine ul li a:hover {
  color: #f00;
}
.contPagine strong {
  color: #f00;
}

/* CLASSI GENERALI */

.italic {
  font-style: italic !important;
}
.bold {
  font-weight: bold !important;
}
.underline {
  text-decoration: underline !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.center {
  text-align: center !important;
}
.justify {
  text-align: justify !important;
}
.right {
  text-align: right !important;
}
.textHiddenForImg {
  display: none;
}
.floatLeft {
  float: left;
  display: inline;
}
.floatRight {
  float: right;
  display: inline;
}

/*** OVERLAY FORM ***/

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

/*** CONTENITORE MESSAGGIO OVERLAY ***/

div#contsLightbox {
  width: 480px;
  height: 180px;
  margin: -200px 0 0 -250px;
  padding: 0 10px 10px;
  text-align: left;
  background-color: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 300;
}
.cont-prod .img-responsive {
  max-height: 208px;
  width: 100%;
}
div#contsLightbox h1 {
  font-size: 18px;
  line-height: 24px;
}
div#contsLightbox p {
  width: 480px;
  margin: 5px 0 0;
  line-height: 18px;
  color: #808080;
  font-size: 12px;
  text-align: justify;
}
div#contsLightbox div#contMsgOverlay {
  margin: 0;
  padding: 5px;
}
a#btnCloseOverlay {
  width: 50px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background-color: #808080;
  color: #fff;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
}
a:visited#btnCloseOverlay {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}
a:hover#btnCloseOverlay {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}
div#AOLdebug {
  width: 480px;
  height: 180px;
  margin: -200px 0 0 -250px;
  padding: 0 10px 10px;
  background-color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 300;
  display: none;
}
div#AOLdebug img {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .content {
    padding-top: 171px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  .content {
    padding-top: 155px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .content {
    padding-top: 171px !important;
  }
}
.content {
  padding-top: 120px;
}

@media (max-width: 462px) {
  .scrolla {
    bottom: 0;
    display: none;
    width: 100%;
  }

  html,
  body {
    height: auto;
  }

  .content {
    padding-top: 100px;
  }
}
.navbar-brand-sedi {
  line-height: 109px;
  padding: 0 12px;
  float: left;
}
.navbar-default {
  background: #fff;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  height: 105px;
}
.form-control:focus {
  border-color: #bfe700;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(191, 231, 0, 0.6);
  outline: 0 none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
  text-decoration: none;
  color: #666;
}
.navbar-nav > li > a {
  line-height: 29px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.navbar-default .navbar-nav > li > a#btncontatti,
.navbar-default .navbar-nav > li > a#btncontatti:visited {
  color: #16952c;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: 68px;
  line-height: 19px;
  padding: 0;
  margin-left: 500px;
}
div.boxRightContacts.last {
  /*display: none !important;*/
}
.navbar-brand img {
  width: 110px;
}
.navbar-brand.sede {
  opacity: 0.3;
}
.navbar-brand.sede:hover {
  opacity: 1;
}
.powered {
  text-align: right;
  margin-bottom: 0px;
  margin-top: -7px;
}
.carousel-control i {
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.col-md-8 p,
.testo-chi p,
p {
  text-align: justify;
}
.navbar-pack {
  float: left;
}
.navbar-pack img {
  margin-top: -5px;
}
.fotoprodotto {
  margin-top: 20px;
  text-align: center;
}
.img-pec {
  max-width: 270px;
  display: inline;
}
@media (max-width: 1557px) {
  body {
    font-size: 14px;
  }
  .navbar-pack {
    position: relative;
    margin: auto;
  }
  p.large {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
    padding: 15px 0;
  }
  div.boxRightSections h2 {
    border-bottom: 1px solid #cccccc;
    color: #000000;
    font-size: 14px;
    height: 41px;
    line-height: 30px;
    margin: 12px;
    text-align: left;
  }
  h2,
  .h2 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
  }
  h1 {
    border-bottom: 1px solid #cccccc;
    color: #232323;
    font-size: 14px;
    line-height: 57px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
  }
  div.boxRightContacts h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .mini-title h3 {
    font-size: 14px;
  }
  h2.titolo {
    margin-top: 0;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .img-duna-corradini {
    border: 0 none;
    margin-top: -55px !important;
    width: 100px;
    margin-left: -20px;
  }
}
@media (max-width: 1755px) {
  .navbar-header img {
    border: 0 none;
    margin-top: 10px;
    width: 65px;
  }
  .navbar-pack img {
    border: 0 none;
    margin-top: 24px;
    padding-left: 20px;
    width: 260px;
  }
  .navbar-nav > li > a {
    padding-left: 4px;
  }
  .navbar-nav > li {
    font-size: 14px;
  }
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 0px;
    line-height: 19px;
    padding: 0;
    margin-left: 275px !important;
  }
  .powered {
    text-align: right;
    margin-bottom: -9px;
    font-size: 6px;
    margin-right: 24px;
    margin-top: 22px;
  }
}

@media (max-width: 1755px) and (min-width: 1250px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 0px;
    line-height: 19px;
    padding: 0;
    margin-left: 275px !important;
  }
}

@media (max-width: 1250px) {
  .navbar-collapse.en-menu .navbar-nav > li {
    font-size: 12px;
  }
  .navbar-collapse.en-menu .navbar-nav > li > a#btncontatti,
  .navbar-collapse.en-menu .navbar-nav > li > a#btncontatti:visited {
    padding-right: 0 !important;
  }
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 68px;
    line-height: 19px;
    padding: 0;
    margin-left: 275px !important;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .nav {
    display: inline-block !important;
    float: none !important;
    list-style: none outside none;
    margin: 0 auto !important;
    padding-left: 0;
  }
  .navbar {
    background: #fff !important;
  }
  .navbar-header {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .navbar-nav > li > a {
    line-height: 30px;
  }
  .navbar-default {
    font-family: "Archivo Black", sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  p.large {
    font-size: 12px;
    line-height: 18px;
  }
  div.boxRightContacts h4 {
    font-size: 12px;
    line-height: 16px;
  }
  div.boxRightContacts {
    margin: 4px auto 0;
  }
  body {
    font-size: 14px;
  }
  div.boxRightSections h2 {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
  }
  h2.titoloProdotto {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-transform: none;
  }
  h1 {
    border-bottom: 1px solid #cccccc;
    color: #232323;
    font-size: 14px;
    line-height: 37px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
  }
  .navbar-header {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .navbar-collapse.collapse {
    display: inline-block;
    float: none;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
    text-align: right;
    width: 100%;
  }
  /* .navbar-header img {
    border: medium none;
    margin-top: 20px;
    width: 75px;
} */
  /* .navbar-pack img {
    border: 0 none;
    margin-top: 10px;
    padding-left: 20px;
  } */
  .navbar-header {
    display: inline-block;
    float: none;
    margin: 0 auto;
    /* width: 420px; */
  }
  .img-duna-corradini {
    border: 0 none;
    margin-top: -55px !important;
    width: 100px;
    margin-left: 36px;
  }
  .powered {
    text-align: right;
    margin-bottom: -9px;
    font-size: 8px;
    margin-right: 40px;
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    line-height: 23px;
  }
}
@media (max-width: 1570px) {
  .carousel-inner,
  .etica {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1370px) {
  h1 {
    border-bottom: 1px solid #cccccc;
    color: #232323;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .cont-prod .img-responsive {
    max-height: 169px;
    width: 100%;
  }
  div.boxRightSections {
    font-size: 12px;
  }
  div.dynamicTablesPages table th {
    margin: 0;
    padding: 7px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #16952c;
    border-bottom: 0;
    background: #16952c;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 1144px) {
  .navbar-brand-sedi {
    line-height: 109px;
    padding: 0 12px 0;
    float: left;
  }
}

@media (max-width: 991px) {
  .container.white {
    overflow-y: hidden;
  }
  .box-colonna-dx {
    text-align: center;
  }
  .center-box {
    display: inline-block;
  }
  .cont-prod .img-responsive {
    max-height: 125px;
    width: 100%;
  }
  div.boxRightSections {
    width: 220px;
    float: left;
    margin-right: 5px;
    height: 200px;
    overflow: hidden;
  }
  div.boxRightContacts {
    border: 1px solid #cccccc;
    float: left;
    height: 200px;
    margin-right: 5px !important;
    margin-top: 10px !important;
    padding-bottom: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 225px;
  }
  div.boxRightAzioni {
    background: none repeat scroll 0 0 #f3f3f3;
    clear: both;
    height: 70px;
    margin: 30px auto 20px;
    padding: 10px 16px;
    width: 100%;
  }
  div.boxRightContacts h4 {
    font-size: 12px;
    line-height: 15px;
    min-height: 75px;
  }
  .carousel-inner,
  .etica {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

@media (min-width: 777px) and (max-width: 878px) {
  .navbar-pack img {
    width: 170px !important;
  }

  .pt-5 {
    padding-top: 15px;
  }

  .navbar-default {
    height: 98px;
  }
}

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

@media (max-width: 908px) {
  .navbar-nav > li > a {
    padding-left: 2px;
  }
  .navbar-nav > li {
    font-size: 12px;
  }
}

@media (max-width: 810px) {
  .navbar-nav > li > a {
    padding-left: 2px;
  }
  .navbar-nav > li {
    font-size: 12px;
  }
}

@media (min-width: 879px) and (max-width: 950px) {
  .navbar-pack img {
    border: 0 none;
    margin-top: 24px;
    padding-left: 10px;
    width: 205px !important;
  }

  .navbar-header img {
    border: medium none;
    margin-top: 11px;
    width: 65px;
  }

  .navbar-collapse.collapse {
    text-align: right;
    width: 100%;
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 902px) {
  .navbar-nav {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 auto !important;
    padding-left: 0;
  }
  .navbar-header {
    display: inline-block;
    margin: 0 auto;
  }
  .navbar-default {
    font-size: 12px;
  }
  .cont-prod .img-responsive {
    max-height: none;
    width: 100%;
  }

  button.navbar-toggle {
    background: none repeat scroll 0 0 #fff;
    margin-top: 0;
    position: absolute;
    top: 34px;
  }
  .powered {
    text-align: right;
    margin-bottom: -9px;
    font-size: 6px;
    margin-right: 11px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
    text-align: left;
  }

  #menu-mobile {
    flex-wrap: wrap !important;
  }

  .navbar-default {
    height: 98px;
  }

  .nav-right {
    float: none;
  }
  .language {
    position: absolute;
  }
  .cont-prod .img-responsive {
    max-height: none;
    width: 100%;
  }
  .navbar-header img {
    margin-top: 15px;
    padding-left: 0px;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-collapse {
    background-color: #ffffff;
    width: 100%;
  }
  .navbar-nav > li {
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 5px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    padding: 5px 0;
  }
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 22px;
    line-height: 19px;
    padding: 0;
    margin-left: 275px !important;
  }

  div.dynamicTablesPages table th {
    margin: 0;
    padding: 7px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #16952c;
    border-bottom: 0;
    background: #16952c;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 765px) {
  div.dynamicTablesPages table td {
    font-size: 11px;
  }
  div.dynamicTablesPages table th {
    font-size: 11px;
  }
}
@media (max-width: 750px) {
  div.boxRightSections,
  div.boxRightContacts {
    height: 200px;
    width: 180px;
  }
  .box-colonna-dx .center-box div.boxRightContacts {
    margin: 4px auto 0;
  }
  .box-colonna-dx {
    text-align: center;
  }
  .center-box {
    display: inline-block;
    width: 375px;
  }
  div.boxRightContacts.last {
    float: none;
    display: inline-block;
    margin-top: 15px !important;
  }
  div.boxRightSections ul li {
    font-size: 11px;
    padding: 0;
  }
  div.boxRightSections h2 {
    height: 25px;
    line-height: 20px;
  }
  div.boxRightContacts h4 {
    padding-left: 0;
  }
  #bolla3.bolla-prodotti,
  #bolla2.bolla-prodotti,
  #bolla1.bolla-prodotti {
    font-size: 12px;
  }
  .text #titolo3.mini-title h3,
  .text #titolo2.mini-title h3,
  .text #titolo1.mini-title h3 {
    font-size: 12px;
    line-height: 20px;
  }
  #hover-bolla1 p,
  #hover-bolla2 p,
  #hover-bolla3 p,
  #hover-bolla4 p,
  #hover-bolla5 p,
  #hover-bolla6 p,
  #hover-bolla7 p,
  #hover-bolla8 p,
  #hover-bolla9 p,
  #hover-bolla10 p,
  #hover-bolla11 p,
  #hover-bolla12 p,
  #hover-bolla13 p,
  #hover-bolla14 p,
  #hover-bolla15 p {
    padding: 15px 30px 0;
  }
}
@media (max-width: 650px) {
  .bolle-container {
    width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .bolle-container .row {
    display: block;
  }
  .bolle-container .col-md-4 {
    display: inline-block;
    float: none;
    height: 200px;
    width: 220px;
  }
  div.dynamicTablesPages table th {
    margin: 0;
    padding: 7px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #16952c;
    border-bottom: 0;
    background: #16952c;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 580px) {
  div.dynamicTablesPages table td {
    font-size: 10px;
  }
  div.dynamicTablesPages table th {
    font-size: 10px;
  }
  div.dynamicTablesPages {
    overflow-x: auto;
  }
}
@media (min-width: 463px) and (max-width: 530px) {
  .bolle-container {
    width: 300px;
  }
  .navbar-header {
    display: block;
    float: none;
    margin-left: 0px;
    width: 354px;
  }
  .navbar-collapse {
    margin-top: 0px;
  }
  button.navbar-toggle {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 40px;
  }
  .navbar-brand {
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 18px;
    line-height: 19px;
  }
  .navbar-pack {
    margin-top: 0px;
    padding-left: 0px;
  }
  .navbar-brand img {
    margin-top: 5px;
  }
  .language {
    position: absolute;
  }
  .navbar-header img {
    margin-top: 15px;
    width: 80%;
  }

  .powered {
    text-align: right;
    margin-bottom: -9px;
    font-size: 8px;
    margin-right: 34px;
    margin-top: 28px;
  }

  .img-duna-corradini {
    border: 0 none;
    margin-top: -51px !important;
    width: 100px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .container.white {
    padding-bottom: 50px;
  }

  .form-control {
    font-size: 11px;
    padding: 5px;
    height: 28px;
  }
  .navbar-collapse.in {
    /* max-height: 250px; */
  }
  .navbar-collapse {
    margin-top: 0px;
  }
  .navbar-brand {
    height: 30px;
  }
}
@media (max-width: 462px) {
  .scrolla {
    bottom: 0;
    display: none;
    width: 100%;
  }
  html,
  body {
    height: auto;
  }
  .navbar-pack {
    padding-left: 0px;
  }

  .navbar-header img {
    margin-top: 15px;
    width: 80%;
  }
}
@media (min-width: 386px) and (max-width: 440px) {
  .center-box {
    width: 100%;
  }
  div.boxRightSections,
  div.boxRightContacts {
    float: none;
    width: 100%;
  }
  div.boxRightContacts a img {
    width: 200px;
    margin: 0 auto;
  }
  div.boxRightContacts h4 {
    min-height: 50px;
  }
  .navbar-pack {
    margin-top: 0px;
    padding-left: 0px;
  }
  .navbar-pack img {
    width: 200px !important;
  }
  .powered {
    text-align: right;
    margin-bottom: -9px;
    font-size: 8px;
    margin-right: 90px;
    margin-top: 48px;
  }
  .navbar-header img {
    width: 50%;
  }
  .img-duna-corradini {
    margin-left: -65px;
    margin-top: -40px !important;
  }

  .navbar-default {
    height: 85px;
  }
}
@media (max-width: 385px) {
  .navbar-default {
    height: 78px;
  }
  .navbar-header img {
    border: medium none;
    margin-top: 25px;
    width: 81px;
  }
  .navbar-pack {
    padding-left: 0px;
  }
  .navbar-pack img {
    border: 0 none;
    margin-top: 15px;
    padding-left: 0px;
    width: 150px !important;
  }
  .navbar-header {
    display: block;
    float: none;
    margin: 0 auto;
    width: 327px;
  }
  .language {
    margin-left: 0;
    position: absolute;
    margin-right: 8px;
  }
  button.navbar-toggle {
    background: #fff none repeat scroll 0 0;
    right: 0px;
    margin-left: 0px;
    margin-top: 0;
    position: absolute;
    top: 55px;
  }
  button.navbar-toggle {
    background: #fff none repeat scroll 0 0;
    right: 0%;
    margin-left: 0px;
    margin-top: 0;
    position: absolute;
    top: 60px;
  }
  .powered {
    margin-right: 120px;
    font-size: 6px;
    margin-top: 27px;
  }
  .navbar-brand {
    margin-left: 192px !important;
  }
  button.navbar-toggle {
    top: 38px;
  }
  .navbar-header img {
    width: 50px;
  }
  #carousel-page .bg-green {
    min-height: 150px !important;
  }
  .img-duna-corradini {
    margin-left: -35px;
    margin-top: -36px !important;
  }
  .mobile-btn-lang {
    margin-right: -15px;
  }
  .mobile-lang button.navbar-toggle {
    right: 50px;
    padding: 5px 5px 4px 5px;
  }
}
@media (max-width: 320px) {
  .navbar-header img {
    border: medium none;
    margin-top: 15px !important;
    width: 120px;
  }
  .navbar-pack img {
    border: 0 none;
    margin-top: 0px;
    padding-left: 0px;
    width: 160px !important;
  }
  .navbar-header {
    display: block;
    float: none;
    margin: 0 auto;
    width: 327px;
  }
  button.navbar-toggle {
    background: #fff none repeat scroll 0 0;
    right: 0%;
    margin-left: 0px;
    margin-top: 0;
    position: absolute;
    top: 60px;
  }
  .powered {
    margin-right: 120px;
  }
  .navbar-brand {
    margin-left: 192px !important;
  }
  button.navbar-toggle {
    top: 38px;
  }
  .navbar-header img {
    width: 50px;
  }
  #carousel-page .bg-green {
    min-height: 135px !important;
  }
  .mobile-btn-lang {
    margin-right: -15px;
  }
}
.bg-green {
  background-color: #16952c;
}

#placeholder-cp {
  font-family: arial !important;
}

#app-cp {
  font-family: arial !important;
}
