@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Heavy.eot");
  src: url("../fonts/AvenirNext-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Heavy.woff2") format("woff2"),
    url("../fonts/AvenirNext-Heavy.woff") format("woff"),
    url("../fonts/AvenirNext-Heavy.ttf") format("truetype"),
    url("../fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

/** STANDARD **/
body {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  overflow-x: hidden;
}
.rad {
  font-family: "Rajdhani", sans-serif;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.left {
  float: left;
}
.right {
  float: right !important;
}

.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}

.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #f6f6f6;
}
.bg-dgray {
  background-color: #bababa;
}
.bg-ddgray {
  background-color: #1d1d1b;
}
.bg-orange {
  background-color: #d91a23;
}
.bg-yellow {
  background-color: #f9dc4e;
}

.bg-vein {
  background: url("../images/veins.jpg") no-repeat top center;
}
.bg-mondo {
  background: url("../images/bg-mondo.jpg") no-repeat top center;
}
.bollino {
  background: url("../images/bollino.png") no-repeat top right;
}

.p-0 {
  padding: 0em !important;
}
.p-1 {
  padding: 1em !important;
}
.p-2 {
  padding: 2em !important;
}
.p-3 {
  padding: 3em !important;
}

.orange {
  color: #e95933;
}
.orange2 {
  color: #e95933;
}
.black {
  color: #000;
}
.white {
  color: #ffffff;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflowhidden {
  overflow: hidden;
}
.right0 {
  right: 0;
}

.clearb {
  clear: both;
}
.clearb5 {
  clear: both;
  height: 5px;
}
.clearb10 {
  clear: both;
  height: 10px;
}
.clearb15 {
  clear: both;
  height: 15px;
}
.clearb20 {
  clear: both;
  height: 20px;
}
.clearb30 {
  clear: both;
  height: 30px;
}
.clearb45 {
  clear: both;
  height: 45px;
}
.clearb60 {
  clear: both;
  height: 60px;
}
.clearb75 {
  clear: both;
  height: 75px;
}
.clearb90 {
  clear: both;
  height: 90px;
}
.pointer {
  cursor: pointer;
}
.nomt {
  margin-top: 0 !important;
}
.nomr {
  margin-right: 0 !important;
}
.nomb {
  margin-bottom: 0 !important;
}
.noml {
  margin-left: 0 !important;
}
.nom {
  margin: 0 !important;
}
.nopt {
  padding-top: 0 !important;
}
.nopr {
  padding-right: 0 !important;
}
.nopb {
  padding-bottom: 0 !important;
}
.nopl {
  padding-left: 0 !important;
}
.nop {
  padding: 0 !important;
}
.nbt {
  border-top: 0 !important;
}
.nbr {
  border-right: 0 !important;
}
.nbb {
  border-bottom: 0 !important;
}
.nbl {
  border-left: 0 !important;
}
.nb {
  border: 0 !important;
}
.maxwnone {
  max-width: none;
}
.cleargrigio {
  width: 100%;
  height: 2px;
  clear: both;
  background-color: #f6f6f6;
}

.logo {
  margin-bottom: 20px;
}
#menu-display,
#menu-display2 {
  display: none;
}
#menu {
  position: fixed;
  margin-left: -400px;
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  margin-top: 0;
}
.menu li {
  border-bottom: 13px solid #fff;
}
.menu li:hover {
  border-bottom: 13px solid #fad948;
}
.menu li.selected {
  border-bottom: 13px solid #fad948;
}

.titolo {
  font-weight: bold;
}

/* TESTATE */

/** SITO **/
#googleMaps {
  float: left;
  width: 90%;
  height: 200px;
  margin: 0 0 0 0;
}

/* ERROR */
.flat {
  background-color: #ffffff;
  border: 1px solid #ccc !important;
  display: block;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 16px;
}
.flat.error,
.flat.error2 {
  background-color: #ffdddd !important;
  margin-bottom: 10px;
  color: red;
  border-radius: 0;
}
label.error {
  background-color: #ffdddd !important;
  color: #ce0000;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
input[disabled],
input:disabled {
  background-color: #eee !important;
}
label.error {
  background-color: inherit !important;
  border: 0 !important;
  margin-left: 10px;
  text-decoration: none !important;
}
label .error2 {
  color: #f00;
  padding: 0px 10px;
}

/*.header_top { background: url("../images/bg-head.jpg") no-repeat top center; } */
.menu ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.menu ul li a {
  display: block;
  padding: 5px 10px;
}
.bg-yellow .menu ul li a {
  padding: 10px 20px;
}
.bg-yellow .menu li {
  border: 0;
}
.bg-yellow .menu li.selected a {
  color: #f00;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #000;
  text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"] span {
  font-size: 50px;
}

#slideshow .testo {
  font-size: 16px;
  line-height: 1.05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
}
#slideshow .titolo {
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 10px;
}

.titolo.arrow {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.parallelogram.btn {
  display: inline-block;
  transform: skew(-20deg);
  background: #fad948;
  padding: 8px 40px;
  color: #12151a;
  border-radius: 5px;
}
.parallelogram.btn span {
  display: inline-block;
  transform: skew(20deg);
  vertical-align: top;
  line-height: 1.2;
}

.doublebg {
  padding: 1px;
  /*background-image: url("../images/sfondo-sx.png"),
    url("../images/sfondo-dx.png"); */
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

.article .titolo {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

.sottotitolo {
  font-size: 18px;
}

h2.sottotitolo {
  font-size: 18px;
  text-align: center !important;
  margin: 0 0 2% 0;
}

h2.sottotitolo-pag {
  font-size: 18px;
  margin: 0 0 5% 0;
}
h3.sottotitolo {
  font-size: 18px;
  text-align: center !important;
  margin: 0 0 2% 0;
}
h3.sottotitolo.sinistra  {
  font-size: 18px;
  text-align: left !important;
  margin: 0 0 2% 0;
  font-weight:normal;
}
h3.sottotitolo-pag {
  font-size: 18px;
  margin: 0 0 5% 0;
}
.products img {
  width: auto !important;
  margin: 0 auto;
}
.products .testo {
  padding: 20px 30px;
  color: #fff;
  position: relative;
  width: 90%;
}
.products .testo .titolo {
  display: block;
  font-size: 22px;
}
.products .testo .sottotitolo {
  display: block;
  font-size: 22px;
}
.products .testo .sottotitolo i {
  color: #000;
  margin: 3px 0 0 50px;
}
.products .testo .peso {
  background: #e7e7e7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  left: 80%;
  font-weight: bold;
  color: #000;
  font-size: 22px;
  padding: 47px 0 0 20px;
  transform: skew(-8deg, 0);
}
.products .item {
  padding: 0 15px;
  text-align: center;
}

.products .owl-prev,
.dicono .owl-prev {
  top: 50%;
  left: -3%;
  font-size: 40px;
}
.products .owl-next,
.dicono .owl-next {
  top: 50%;
  right: -3%;
  font-size: 40px;
}

.dicono.alt .owl-prev {
  top: 50%;
  left: 10%;
}
.dicono.alt .owl-next {
  top: 50%;
  left: 36%;
}

.parallelogram2 {
  transform: skew(0, -2deg);
}
.parallelogram2 > div {
  transform: skew(0, 2deg);
}

.fasciahome .titolo {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  display: block;
}
.fasciahome p {
  margin: 20px 0;
}
.testo1 {
  padding-left: 30px;
}
.testo2 {
  padding-right: 30px;
}

.chisiamo {
  padding: 40px;
}
.dicono-box {
  padding: 20px;
}
.chisiamo .titolo,
.dicono-box .titolo {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  display: block;
}
.chisiamo p,
.dicono-box p {
  margin: 20px 0 30px;
}

.dicono img {
  display: block;
  width: auto !important;
  margin: 30px auto;
}
.reverse.parallelogram.btn {
  background: #000;
  color: #fad948;
}

.breadcrumbs {
  text-align: right;
}

.certificati {
  display: block;
  text-align: center;
  font-size: 24px;
}
.certificati i {
  display: block;
  font-size: 70px;
  margin-bottom: 15px;
}

.news.titolo {
  font-size: 22px;
}
.newsT.titolo {
  font-size: 30px;
}

.footer {
  font-size: 13px;
  color: #929292;
}

#formContatti .box_form label {
  margin-bottom: 0;
}
#formContatti input[type="email"],
#formContatti input[type="text"],
#formContatti textarea {
  width: 100%;
  margin: 5px 0 15px;
}
#formContatti #imgcaptcha {
  width: 20%;
  float: left;
}
#formContatti #captcha {
  width: 80%;
}

.archivio_news > a,
.archivio_news .mese {
  background-image: url("../images/linea.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 2% 0 12%;
  font-size: 1.6rem;
}
.archivio_news span,
.archivio_news span a {
  display: block;
  color: #ea5b0c;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.archivio_news > span.anno {
  margin-bottom: 8px;
}
.archivio_news .mese {
  font-size: 1.1rem;
}

ul.rad {
  padding: 0;
  list-style: none;
}
ul.rad li:before {
  content: "- ";
}

.slick-prev::before,
.slick-next::before {
  color: #000;
  transform: rotateZ(90deg);
  display: block;
}
.slick-prev {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-next {
  top: auto;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f2f2f2;
  background-image: none;
}
/* Custom Select */
.select {
  transform: scale(0.8);
  transform-origin: right center;
  position: relative;
  display: block;
  width: 15em;
  height: 3em;
  line-height: 3;
  background: #f2f2f2;
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: #000;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.6em;
  background: #f2f2f2;
  pointer-events: none;
}
