@charset "UTF-8";
/* COLOR VARIABLES
============================================= */
/* GRADIENT LISTS
============================================= */
/* @FONT-FACE
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */
/************************************************************/
/* 															*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 															*/
/************************************************************/
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GESTIONE COLORI UTILIZZATI ------------------------------------------------------------------------- */
/*  BIANCO: #FFFFFF
	ROSSO: $blu
	GRIGIO (TESTI): #525252
	BLU: #8c98a6 / RGB: 129,131,134
	NERO: #000000																					    */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* @font-face ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("/library/fonts/OpenSans-Regular.eot?") format("eot"), url("/library/fonts/OpenSans-Regular.woff") format("woff"), url("/library/fonts/OpenSans-Regular.ttf") format("truetype"), url("/library/fonts/OpenSans-Regular.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("/library/fonts/OpenSans-Regular.eot?") format("eot"), url("/library/fonts/OpenSans-Regular.woff") format("woff"), url("/library/fonts/OpenSans-Regular.ttf") format("truetype"), url("/library/fonts/OpenSans-Regular.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("/library/fonts/OpenSans-Bold.eot?") format("eot"), url("/library/fonts/OpenSans-Bold.woff") format("woff"), url("/library/fonts/OpenSans-Bold.ttf") format("truetype"), url("/library/fonts/OpenSans-Bold.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
body {
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  /*font-size: 14px;*/
  font-size: 16px;
  background-color: #FFFFFF;
  color: #000;
  line-height: 18px;
  font-weight: 400;
}

body.disable-scroll {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

section:before, section:after {
  content: "";
  display: table;
}

section:after {
  clear: both;
}

section {
  zoom: 1;
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a, a:visited {
  color: var(--bluchiaro);
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-weight: 400;
}

button {
  border: none;
  cursor: pointer;
}

a.gallery {
  line-height: 0;
}

.gallery {
  position: relative;
}

.gallery span {
  background: var(--rossochiaro);
  background: -moz-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: -webkit-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: linear-gradient(to right, var(--rossochiaro) 0%, var(--rosso) 100%);
  background-clip: border-box;
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$rosso",GradientType=1 );
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  left: calc(50% - 26px);
  top: calc(50% - 26px);
  padding: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gallery:hover span {
  opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TYPO ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  margin: 0;
  line-height: normal;
}

h1, .h1 {
  color: var(--blu);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  margin-bottom: 10px;
  /*line-height: 58px;
  font-size: 48px;*/
  font-size: min(max(24px, 2.5vw), 46px);
  line-height: min(max(32px, 3vw), 58px);
}

h2 {
  /*font-size: 28px;*/
  font-size: min(max(22px, 2vw), 28px);
  line-height: min(max(30px, 2.4vw), 36px);
}

h2 b {
  color: var(--blu);
  font-weight: normal;
}

h2.bold-title {
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif !important;
}

h3 {
  color: #000;
  /*font-size: 19px;
  line-height: 30px;*/
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: min(max(18px, 1.4vw), 20px);
  line-height: min(max(26px, 2vw), 28px);
  /*font-size: 1vw;*/
}

h3.small {
  font-size: 16px;
  font-weight: 700;
}

h4 {
  color: #000;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}

h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

strong, b {
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
}

p {
  line-height: 24px;
  margin: 10px 0;
}

.x-large {
  font-size: 60px;
  font-weight: 900;
}

.large {
  font-size: 40px;
  font-weight: 900;
}

.medium {
  font-size: 18px;
  font-weight: 700;
}

small, .small {
  font-size: 11px;
}

blockquote, q {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000;
  color: #fff;
  line-height: 27px;
  margin: 0;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  font-size: 20px;
}

code, pre {
  padding: 2px 6px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  background-color: #f1f1f1;
  line-height: 18px;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: var(--blu);
  margin: 20px 0;
  float: left;
  width: 100%;
}

hr.dark {
  background-color: #95989a;
}

.two-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

.container-large {
  margin: 0 auto;
  max-width: 1500px;
}

.lazy {
  background-color: #F7F8F9;
  display: block;
  overflow: hidden;
}

.hidden {
  display: none;
}

.dynamic-text a:not(.btn) {
  color: var(--blu);
}
.dynamic-text a:not(.btn) span {
  color: var(--blu) !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COMMON BUTTONS ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.btn, .btn:visited {
  background: var(--rosso);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  color: #fff;
  display: inline-block;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  font-weight: 900;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.btn:hover {
  background: var(--rossochiaro);
  color: #FFFFFF !important;
}

.btnColor,
.btnColor:visited {
  background: var(--blu);
  background: -moz-linear-gradient(left, var(--blu) 0%, var(--blu) 100%);
  background: -webkit-linear-gradient(left, var(--blu) 0%, var(--blu) 100%);
  background: linear-gradient(to right, var(--blu) 0%, var(--blu) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blu", endColorstr="$blu",GradientType=1 );
  color: #FFFFFF;
}

.btnColor:hover {
  background-color: #000;
  color: #fff;
}

.btnRainbow,
.btnRainbow:visited {
  background: var(--rossochiaro);
  background: -moz-linear-gradient(left, var(--rossochiaro) 0%, var(--blu) 100%);
  background: -webkit-linear-gradient(left, var(--rossochiaro) 0%, var(--blu) 100%);
  background: linear-gradient(to right, var(--rossochiaro) 0%, var(--blu) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$blu",GradientType=1 );
  color: #FFFFFF;
}

.btnRainbow:hover, .btnColor:hover {
  background: #000;
  color: #FFFFFF !important;
}

.btnWhite,
.btnWhite:visited {
  background: #fff;
  background: -moz-linear-gradient(right, #fff 0%, #F7F8F9 100%);
  background: -webkit-linear-gradient(right, #fff 0%, #F7F8F9 100%);
  background: linear-gradient(to right, #fff 0%, #F7F8F9 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$bianco", endColorstr="#F7F8F9",GradientType=1 );
  background-clip: border-box;
  color: var(--blu);
}

.btnWhite:hover {
  background-color: var(--blu);
  color: var(--blu);
}

.btnGrey,
.btnGrey:visited {
  background-color: #95989A;
  color: #FFFFFF !important;
  display: inline-block;
  font-weight: 700 !important;
  line-height: 35px;
  padding: 5px 30px;
}

.btnGrey img {
  margin-right: 15px;
}

.btnGrey:hover {
  background-color: #000000;
  color: #000;
}

.btnOutline,
.btnOutline:visited {
  border: 1px solid #FFFFFF;
  background: none;
  color: #FFFFFF;
}

.btnOutline:hover {
  background-color: var(--blu);
  color: #FFFFFF;
}

.btnOutlineGrey,
.btnOutlineGrey:visited {
  border: 1px solid #8c98a6;
  background: none;
  color: #000;
}

.btnOutlineGrey:hover {
  border: 1px solid var(--blu);
  background: none;
  color: var(--blu) !important;
}

.btn.btn-small, .btn.btnSmall {
  display: inline-block;
  padding: 10px 30px;
  font-size: 13px;
}

.btn.w100 {
  padding-left: 0;
  padding-right: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VERTICAL ALIGN ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.displayTable {
  display: table;
}

.centratoVert {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.h100 {
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RELATIVE ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.relative {
  position: relative;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc outside;
}

ol {
  list-style: decimal;
  margin: 4px 0 4px 15px;
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#loader {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

#loader img {
  position: absolute;
  top: calc(50% - 60px);
}

#responsenokca, #responseok, #responsenok {
  display: none;
  margin-top: 50px;
}

#responsenokca h4, #responseok h4, #responsenok h4 {
  color: #fff;
}

.g-recaptcha {
  width: 280px;
  margin: 20px auto;
  margin-top: 0;
  height: 78px;
}

#newsletter .g-recaptcha {
  height: 76px;
}

.warn {
  color: #d77678;
}

#dove_acquistare .g-recaptcha {
  height: auto;
  border: 1px solid #0c6694;
}

#switchSite {
  background: var(--rosso);
  width: 280px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  border-radius: 10px 0 0 0;
}
#switchSite a {
  font-weight: 700;
  margin-left: 10px;
  background: #fff;
  color: var(--rosso);
  padding: 5px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HEADER / NAVIGATION -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
header {
  background-color: #fff;
  padding: 15px;
}

header a {
  display: inline;
  float: left;
  height: 75px;
  line-height: 75px;
  margin: 0 20px;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header a.logo {
  margin-left: 0;
  width: 300px;
}

header a.logoBrand {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: -13px;
  overflow: hidden;
  width: 300px;
}

header a.logoBrand img {
  height: auto;
  width: 250px;
}

header a.logoCortesia {
  height: 125px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -30px;
  width: 200px;
  z-index: 10;
}

header a.logoCortesia img {
  height: 100%;
  width: auto;
}

header li.menu-icon a {
  margin-left: 0;
  padding: 0 20px;
}

.main-menu-container {
  height: 75px;
  padding: 0;
}

/* TOP MENU */
.top-menu-container {
  background: var(--blu);
  height: 50px;
}

.top-menu-container ul {
  float: right;
  list-style-type: none;
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.top-menu-container ul li ul {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: var(--blu);
  right: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 38px;
  width: 220px;
  z-index: 100;
}

.top-menu-container ul li.b2b ul {
  left: -121px;
  width: 210px;
}

.top-menu-container ul li ul li {
  border-bottom: 1px solid var(--blu);
  width: 100%;
}

.top-menu-container ul li ul li a, .top-menu-container ul li ul li a:visited {
  color: #fff;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
}

.top-menu-container ul li ul li a:hover {
  color: #414D58;
}

.top-menu-container ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.top-menu-container ul li a {
  color: #fff;
  display: block;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  height: 100%;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.top-menu-container ul li a img {
  float: left;
  height: 24px;
  width: auto;
  margin-right: 10px;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.top-menu-container ul li a strong {
  color: #fff;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  margin: 0 10px;
}
.top-menu-container ul li a:hover, .top-menu-container ul li a.current {
  color: #6CAAE4;
}
.top-menu-container ul li a:hover img, .top-menu-container ul li a.current img {
  opacity: 0.7;
}
.top-menu-container ul li a::after {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  right: 0;
}

.top-menu-container .dropdown {
  float: left;
  position: relative;
  padding: 0 10px 0px 20px;
  min-width: 70px;
  flex-grow: 2;
}
.top-menu-container .dropdown a {
  justify-content: flex-start;
}
.top-menu-container .dropdown a::after {
  display: none;
}

.top-menu-container .dropdown::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 14px;
  top: 20px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.utility .dropdown::after {
  border-bottom: 2px solid var(--blu);
  border-right: 2px solid var(--blu);
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 20px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.dropdown-content {
  color: #fff;
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* -webkit-transform: translate3d(0, -300px, 0); */
  /* transform: translate3d(0, -300px, 0); */
  display: block;
  z-index: 10;
  padding: 0%;
  position: absolute;
  left: 10px;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  width: 150px;
}

.utility .dropdown-content {
  top: 35px;
}

.top-menu-container .dropdown-content a, .utility .dropdown-content a {
  border-top: 1px solid #fff;
  color: var(--blu);
  background: #E2E6EB;
  margin: 0px;
  text-align: center;
  padding: 3px 15px;
}

.top-menu-container .dropdown-content a:hover, .utility .dropdown-content a:hover {
  background: var(--blu);
  color: #fff;
}

.top-menu-container .dropdown:hover .dropdown-content, .utility .dropdown:hover .dropdown-content {
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
  opacity: 1;
  pointer-events: auto;
}

/* MAIN MENU */
ul.main-menu {
  float: right;
  list-style-type: none;
  display: block;
}

ul.main-menu li {
  float: left;
}

header ul.main-menu li a {
  color: #000000;
  margin: 0;
  padding: 0 15px;
  font-size: 18px;
}

header ul.main-menu li a.current, header ul.main-menu li a:hover {
  color: var(--blu);
}

header ul.main-menu li.menu-icon a {
  border-color: #000;
}

header ul.main-menu li.menu-icon a#search img {
  margin-top: 20px;
}

header ul.main-menu li.menu-icon a span {
  width: 100%;
  line-height: 40px;
}

.nav-toggle {
  display: none;
}

.search-container {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: calc(100vh - 145px);
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 145px;
  width: 0;
  z-index: 9990;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-container.visible {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
}

.search-container a {
  background: #414D58;
  display: inline;
  float: left;
  height: 20px;
  margin: 2px 0;
  padding: 15px;
  width: 20px;
}

.search-container a i {
  color: var(--blu);
  font-size: 20px;
  line-height: 18px;
  margin: 0;
}

.search-container a.close {
  background: var(--blu);
  height: 20px;
  padding: 15px;
  width: 20px;
}

input#find {
  background: #f4f4f4;
  border: 0 none;
  color: var(--blu);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  margin: 2px auto;
  padding: 16px 0;
  width: calc(100% - 100px);
}

#ricerca, #ricerca2 {
  position: relative;
}

#ricerca input, #ricerca2 input {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  transition: linear 0.5s;
  color: #fff;
  font-weight: bold;
  padding: 0;
  background-color: var(--rosso);
  border-radius: 25px;
  margin-top: 16px;
}

#ricerca .search, #ricerca2 .search {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 25px;
  width: 20px;
}

#ricerca .search.active {
  /*pointer-events: auto;*/
}

/*
#ricerca input:focus {
    width: 180px;
    cursor: text;
    background-position: 148px 8px;
    color: $bianco;
}*/
#ricerca input.open, #ricerca2 input.open {
  width: 180px;
}

.search-container img.searchImg {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: auto;
}

.results .centratoVert:first-child {
  width: 30%;
}

/*
.search-container ul.results-list  {
	list-style: none;
	padding: 0;
}
.search-container ul.results-list li {
	float: left;
	list-style: none;
	margin: 10px 0;
	width: 100%;
}
.search-container ul.results-list li:last-child {
    margin-bottom: 30px;
}
.search-container ul.results-list li a {
	background-color: $bianco;
	height: 100%;
	padding: 0;
	width: 100%;
}
.search-container ul.results-list li a span.link {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: table-cell;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 10;
  vertical-align: middle;
}

.search-container ul.results-list li a  p {
    color: #000;
}

.search-container ul.results-list li a span.link p {
	border: 2px solid $blu;
    color: $blu;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin: 45px auto;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.search-container ul.results-list li a .centratoVert:first-child {
	background-position: 50% 50%;
	background-size: cover;
	height: 150px;
	width: 150px;
}
.search-container ul.results-list li a h3 {
	color: $blu;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
*/
.scrollDown {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 37px;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10;
  padding: 4px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.share, .sharelink {
  background: #6ba9e3;
  background: -moz-linear-gradient(bottom, #6ba9e3 0%, var(--bluchiaro) 100%);
  background: -webkit-linear-gradient(bottom, #6ba9e3 0%, var(--bluchiaro) 100%);
  background: linear-gradient(to bottom, #6ba9e3 0%, var(--bluchiaro) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6ba9e3", endColorstr="$bluchiaro",GradientType=1 );
  padding: 40px 0;
}

.share h2, footer h3, .sharelink h2 {
  color: #fff;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  margin: 15px 0;
}

.share ul li, .sharelink ul li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}

.share ul li a, .sharelink ul li a {
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  background-color: var(--rosso);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  height: 60px;
  width: 60px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.share ul li a:hover, .sharelink ul li a:hover {
  background-color: var(--rossochiaro);
}

footer {
  color: #fff;
  font-size: 15px;
}

footer h1 {
  color: #414D58;
}

footer a, footer a:visited {
  color: #f3f4f6;
  display: inline-block;
  font-size: 13px;
  padding: 4px 0;
}

footer a:hover {
  color: #6ba9e3;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer img {
  height: auto;
  width: 25px;
  float: left;
  margin-right: 16px;
}

footer span {
  float: left;
}

footer ul li {
  float: left;
  width: 100%;
}

footer ul li.linkImg {
  height: 40px;
}

.info-footer-container {
  background-color: var(--blu);
  color: #fff;
}
.info-footer-container .container-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.info-footer-container h3 {
  font-size: clamp(24px, 2vw, 30px);
  margin: clamp(25px, 2.5vw, 40px) 0 20px;
}

.info-footer-container .four {
  border-left: 1px solid var(--bluchiaro);
  padding: 0 30px 15px 30px;
}

.info-footer-container .four:last-child {
  border-right: 1px solid var(--bluchiaro);
}

.social-network-list a, .social-network-list a:visited {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: var(--blu);
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 53px;
  margin: 0 10px;
  text-align: center;
  width: 50px;
}

.social-network-list a:hover {
  background-color: var(--blu);
  color: #fff;
}

.society {
  background: var(--blu);
  border-top: 1px solid var(--bluchiaro);
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.society a {
  color: #fff;
}

.society a:hover {
  color: #6CAAE4;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.scrollToTop {
  bottom: 20px;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  z-index: 100;
  width: 40px;
}

.scrollToTop img {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HOME PAGE ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.latest h2 {
  color: #000;
  font-size: 20px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
}

.latest h3 {
  color: var(--blu);
  font-size: 16px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  margin: 15px 0;
}

.utility {
  border-bottom: 1px solid #F7F8F9;
  border-top: 1px solid #F7F8F9;
  color: #000;
  font-size: 15px;
  padding: 6px 0;
}

.utility .icon {
  float: left;
  margin-left: 20px;
  width: 21px;
}

.utility .icon:first-child {
  margin-left: 0;
}

.utility h5 {
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  margin-left: 10px;
  float: left;
  line-height: 25px;
}

.utility h5.right {
  float: right;
}

ul.list li {
  margin-left: 15px;
  position: relative;
  list-style: none;
  padding: 5px 0;
  float: left;
  width: 100%;
}

ul.list li::before {
  color: var(--blu);
  font-family: "icomoon";
  content: "\f00c";
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: -32px;
  font-size: 11px;
  top: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* ABOUT ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.detail h1, .detail .h1 {
  line-height: 48px;
  font-size: 38px;
}

.title {
  background-image: url(/library/pagination/images/bg-title-generico2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  height: 8vw;
  padding: 0 20px;
  /*
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: blur(3px);
      */
}

.title h2, .title h1 {
  color: #fff;
  font-size: min(max(22px, 2vw), 40px);
  line-height: min(max(30px, 2.5vw), 48px);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  margin: 0;
}

.title.bgLightGrey {
  background: #F7F8F9;
  background-image: none;
}

.title.bgLightGrey h1 {
  color: var(--blu);
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PRODOTTI ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.cat-intro h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.cat-intro h4 {
  font-size: 16px;
}

.portfolio-items h3 {
  font-size: 21px;
}

.portfolio-items h4 {
  font-size: 16px;
}

.one-fifth {
  width: 19%;
}

.prod-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid var(--blu);
  padding-top: 40px;
  margin-top: 40px;
}

.prodCats, .appsList {
  position: relative;
  text-align: center;
}

.prodCats .padding, .appsList .padding {
  background: #fff;
  padding: 30px;
}

.prodCats .btn {
  margin: 15px 0;
}

.prodCats h3 {
  color: #000;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  height: 65px;
  line-height: 25px;
}

.prodCats a p {
  color: #000;
  height: 70px;
  margin-top: 20px;
  overflow: hidden;
}

.prodCats p {
  color: #000;
}

.appsList a h3 {
  line-height: 25px;
  margin-bottom: 20px;
  height: 50px;
}

.appsList a p {
  color: #000;
}

.appsList a img, .prodCats img {
  -webkit-transition: transform 0.6s ease 0s;
  -moz-transition: transform 0.6s ease 0s;
  -ms-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.appsList:hover a img, .prodCats:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.appsList a i {
  background: var(--rossochiaro);
  background: -moz-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: -webkit-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: linear-gradient(to right, var(--rossochiaro) 0%, var(--rosso) 100%);
  background-clip: border-box;
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$rosso",GradientType=1 );
  color: #fff;
  font-size: 30px;
  height: 50px;
  line-height: 46px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease 0.4s;
  -moz-transition: opacity 0.3s ease 0.4s;
  -ms-transition: opacity 0.3s ease 0.4s;
  -o-transition: opacity 0.3s ease 0.4s;
  transition: opacity 0.3s ease 0.4s;
  width: 50px;
  left: calc(50% - 21px);
  top: 215px;
  border: 2px solid #EA420F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.appsList:hover a i {
  opacity: 1;
  z-index: 10;
}

.divisions .container-large {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.dimensions {
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
}

.dimensions img {
  float: left;
  height: 30px;
  margin: 0 8px;
  width: 20px;
}

/*
.dimensions img:first-child {
    float: left;
    margin-right: 15px;
    width: auto;
}
*/
.dimensions span {
  color: #000;
  float: left;
  line-height: 30px;
  height: 30px;
  margin: 0 3px;
  font-size: 12px;
}

.dimensions .btn span {
  color: #fff;
  float: none;
  line-height: 30px;
  height: 30px;
  margin: 0 3px;
  font-size: 12px;
}

.blades .dimensions span {
  float: none;
}

.blades.four {
  margin: 1%;
  width: 31.2%;
}

.blade-list {
  text-align: center;
  padding: 20px;
  background: #fff;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

.blade-list span {
  background: #ea420f;
  color: #fff;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
}

.tag, .tag:visited {
  background: var(--rosso);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* -webkit-background-clip: padding-box; */
  color: #fff;
  display: inline-block;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 10px;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 5px 0 5px 5px;
}

.tag:hover {
  background: #000;
  color: #fff;
}

.colorMaterial {
  width: 22px;
  height: 22px;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); */
  /* -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); */
  /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); */
  border: 1px solid #e8eaed;
}

.gradient {
  background: #6ba9e3;
  background: -moz-linear-gradient(left, #6ba9e3 0%, #0261b3 100%);
  background: -webkit-linear-gradient(left, #6ba9e3 0%, #0261b3 100%);
  background: linear-gradient(to right, #6ba9e3 0%, #0261b3 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$rosso",GradientType=1 );
}

.support {
  color: #000;
  height: 330px;
  padding-top: 20px;
}

.support div {
  height: 310px;
  overflow: hidden;
}

.gradient p, .gradient h5, .gradient h4, .gradient h3, .gradient h2, .gradient h1, .submenu .gradient p {
  color: #fff;
}

.support img {
  height: 100%;
  width: auto;
}

.support h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000;
}

.support h3 {
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  margin: 20px 0;
}

.support p {
  margin: 20px 0;
}

.type_of_blades, .type_of_b {
  display: none;
  cursor: pointer;
  cursor: hand;
}

#request_form {
  line-height: 25px;
}

.ventola {
  border-bottom: 6px solid #fff;
  padding: 5px;
}

.ventola.lighted {
  border-bottom: 6px solid var(--rosso);
}

.btn.info {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  height: 30px;
  padding: 0;
  width: 30px;
  display: inline-block;
  margin-left: 10px;
}

.modalOverlay {
  display: none;
}

.modal {
  background-color: #fff;
  padding: 10px;
  position: fixed;
  top: 21%;
  width: 600px;
  /* bottom: 0; */
  z-index: 999;
  display: none;
  right: 0;
  left: calc(50vw - 310px);
  bottom: 0;
  z-index: 999;
  display: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.65);
  height: 400px;
}

.modalOverlay {
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.5);
}

.modal .close {
  float: right;
}

.orientamento, .color, .number_of_blades, .type_of_blades, .type_of_b {
  cursor: pointer;
  cursor: hand;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* UTILITY ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.utility {
  float: right;
  list-style: none;
  display: block;
  width: 100%;
}

.utility li {
  float: left;
  list-style: none;
}

.utility li.right {
  float: right;
}

.utility li a {
  color: var(--blu);
  display: block;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 5px 4px;
  padding: 0 15px;
  text-transform: uppercase;
}

.utility li a img {
  float: left;
  height: 22px;
  margin-top: 2px;
  width: auto;
  margin-right: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map-canvas {
  width: 100%;
  height: 40vh;
}

.salesLink {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 200px);
  width: 400px;
  text-align: center;
  padding: 30px 0;
}

.salesLink h3 {
  color: #000;
  font-size: 24px;
}

.sales {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease 0s;
  -moz-transition: max-height 0.8s ease 0s;
  -ms-transition: max-height 0.8s ease 0s;
  -o-transition: max-height 0.8s ease 0s;
  transition: max-height 0.8s ease 0s;
}

.sales.visible {
  max-height: 3000px;
}

.utility .share {
  background: none;
}

.shareDetails {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: center;
}

.shareDetails.visible {
  opacity: 1;
  pointer-events: auto;
}

.shareDetails div {
  height: 100%;
  width: 100%;
}

.shareDetails .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 70px;
  line-height: 80px;
  padding: 0;
  width: 70px;
  margin: 0 10px;
}

.shareDetails .btn i {
  font-size: 32px;
  line-height: 72px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* APPLICAZIONI ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.img-container {
  line-height: 0;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.viewTools, .viewTools li {
  float: left;
  list-style: none;
  margin: 0;
}

.viewTools li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--rossochiaro);
  height: 45px;
  margin: 15px 5px;
  overflow: hidden;
  width: 45px;
}

.viewTools li a {
  display: block;
  padding: 5px;
  font-size: 31px;
  color: #414D58;
  text-align: center;
  line-height: 42px;
}

.viewTools li a.active {
  background: var(--rossochiaro);
  background: -moz-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: -webkit-linear-gradient(left, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: linear-gradient(to right, var(--rossochiaro) 0%, var(--rosso) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$rosso",GradientType=1 );
  color: #fff;
}

/* VARIAZIONI IMPAGINATO */
.applications .appsList.three {
  margin: 10px;
  padding: 0;
  width: calc(25% - 20px);
}

.applications .appsList .text-container {
  overflow: hidden;
  margin-top: 15px;
  text-overflow: ellipsis;
  height: 110px;
}

.applications .appsList .btn {
  display: none;
}

.applications h2 {
  display: none;
}

.list .applications .appsList {
  width: 100%;
}

.list .applications .appsList .img-container {
  width: 30%;
  display: block;
  float: left;
  margin-bottom: 20px;
}

.list .applications .appsList .btn {
  display: block;
  width: 150px;
}

.list .applications .appsList .text-container {
  text-align: left;
  padding-left: 30px;
  display: block;
  width: 58%;
  float: left;
  height: 100%;
}

.list .applications .appsList h3 {
  display: none;
}

.list .applications .appsList .text-container h2 {
  display: block;
}

.smallThumbs .applications .appsList {
  padding: 0;
  width: 15%;
  overflow: hidden;
}

.smallThumbs .applications .appsList p {
  display: none;
}

.smallThumbs .applications .appsList .padding {
  padding: 0;
}

.smallThumbs .applications .appsList .img-container {
  height: 225px;
  overflow: hidden;
}

.smallThumbs .applications .appsList .text-container {
  display: none;
}

.smallThumbs .appsList a h3 {
  font-size: 16px;
  line-height: 24px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DOWNLOAD ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#download_list ul {
  padding: 0;
}

/*

*/
#download_list ul li {
  list-style: none;
  margin: 10px 0;
  float: left;
  width: 18%;
  margin: 5px 1%;
}

#download_list ul li a {
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  background: #fff;
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  height: 300px;
  width: calc(100% - 20px);
}

#download_list ul li a .img-container {
  height: 180px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

#download_list ul li a .img-container img, #article_list a.img-container img {
  -webkit-transition: transform 0.6s ease 0s;
  -moz-transition: transform 0.6s ease 0s;
  -ms-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#download_list ul li a:hover img, #article_list a.img-container:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#download_list ul li a h4 {
  color: #000;
}

#download_list ul li a span {
  color: #000;
  float: left;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  width: 100%;
}

#download_list ul li:hover a {
  color: #414d58;
}

.login {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
      background: #F7F8F9;
      background: -moz-linear-gradient(top, #F7F8F9 0%, #E2E6EB 100%);
      background: -webkit-linear-gradient(top, #F7F8F9 0%,#E2E6EB 100%);
      background: linear-gradient(to bottom, #F7F8F9 0%,#E2E6EB 100%);
      background-clip: border-box;
      filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F8F9', endColorstr='#E2E6EB',GradientType=1 );
      */
}

.login h3 {
  margin: 20px 0;
}

.login .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
}

/* LOGIN / AREA RISERVATA ---------------------------------------------------------------------------------- */
.login-mask-container {
  background-color: #F7F7F7;
}

.login-mask-container h1,
.login-mask-container h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.login-mask-container h1 {
  font-weight: 900;
  color: var(--blu);
}

.reserved-area-container {
  margin: 0 auto;
  max-width: 1400px;
}

/* store locator */
.dettaglio-articolo h1 {
  text-align: left;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* SUBMENU ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.submenu {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 40px 0;
  padding: 20px;
}

.submenu ul {
  list-style: none;
  padding: 0;
}

.submenu ul li {
  list-style: none;
  /* padding: 10px 10px 10px 0; */
  -webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  position: relative;
}

.submenu ul li:last-child {
  border-bottom: none;
}

.submenu ul li a {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px 10px 0;
  margin-left: 18px;
  border-bottom: 1px solid #E2E6EB;
}

.submenu ul li a b {
  color: var(--blu);
  font-size: 13px;
}

.submenu h3 {
  margin-top: 30px;
}

.submenu h3 i {
  color: var(--blu);
}

.submenu p {
  color: #000;
  margin: 5px 0 0 0;
  line-height: 18px;
}

.submenu ul li a.active b {
  color: var(--rosso);
}

.submenu ul li a span {
  background: var(--rosso);
  background: -moz-linear-gradient(bottom, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: -webkit-linear-gradient(bottom, var(--rossochiaro) 0%, var(--rosso) 100%);
  background: linear-gradient(to bottom, var(--rossochiaro), var(--rosso) 100%);
  background-clip: border-box;
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$rossochiaro", endColorstr="$rosso",GradientType=1 );
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 3px;
}

.submenu ul li a.active span {
  display: block;
}

.submenu ul li:hover b {
  color: var(--blu);
}

.submenu .img-container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 90px;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin: 2px;
  width: 100%;
}

.submenu a b {
  color: var(--blu);
  font-size: 13px;
}

.submenu.tofix {
  float: left;
  position: relative;
  width: 300px;
  z-index: 10;
}

.submenu.tofix.fixed {
  position: fixed;
  top: 0;
}

.submenu.blogSubmenu ul li a {
  font-size: 13px;
  text-transform: none;
}

.submenu.blogSubmenu a p {
  color: #000;
  line-height: 20px;
  margin: 7px 0;
}

.submenu.blogSubmenu a b {
  font-size: 12px;
}

.submenu.blogSubmenu a h5 {
  text-transform: uppercase;
}

.submenu.blogSubmenu h3 {
  margin: 14px 0;
}

/*
.blog-nav select {
    background-image: url("/library/pagination/icons/select-img-white.svg");
    background-color: transparent;
    border: none;
    color: $bianco;
    font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
    float: left;
    width: auto;
}
*/
.article-slider.grkSlider ul li picture img {
  max-height: 1150px;
  object-fit: contain;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BREADCRUMB ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
/*
.breadcrumb {
    font-size: 12px;
    height: 40px;
    padding: 0;
    position: relative;
}

.breadcrumb div {
    padding: 0;
}


.breadcrumb a:hover {
    color: $blu;
}

*/
.breadcrumb {
  background: var(--blu);
}

.breadcrumb .container-large {
  display: flex;
  justify-content: space-between;
  height: 65px;
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.5%;
  max-width: calc(100% - 150px);
}

.breadcrumb ol li {
  margin-right: 3px;
}

.breadcrumb ol li::after {
  content: url("/library/pagination/icons/divider.svg");
  margin-top: 13px;
  float: left;
}

.breadcrumb ol li:last-child::after {
  content: "";
}

.breadcrumb ol li a {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  -webkit-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  font-weight: normal;
  line-height: 65px;
  margin: 0 15px;
}

/*.breadcrumb .slash {
    float: left;
    height:30px;
}*/
.breadcrumb img {
  width: auto;
  float: left;
  margin-top: 20px;
}

/*.breadcrumb .slash img {
    margin-top: 13px;
}*/
.breadcrumb a img {
  height: 22px;
}

.breadcrumb a:hover {
  color: #6ba9e3;
}

.breadcrumb .nice-select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid var(--blu);
  color: var(--blu);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  float: left;
  padding: 0 40px;
  height: 65px;
  width: auto;
  margin: 0;
  line-height: 65px;
}

.breadcrumb .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.breadcrumb .right a {
  border-right: 1px solid var(--blu);
  color: #fff;
  height: 100%;
  margin: 0;
  float: left;
  font-size: 32px;
  line-height: 65px;
  text-align: center;
  width: 65px;
}

.breadcrumb a:last-child {
  border-right: none;
}

.breadcrumb a.active {
  background: #6ba9e3;
  background: #015caa;
  color: #fff;
}

.breadcrumb .nice-select.open .list {
  /* padding: 0 30px; */
  min-width: 200px;
}

.prevoius-article, .next-article {
  border-right: 1px solid var(--blu);
  color: #fff;
  height: 100%;
  margin: 0;
  float: left;
  font-size: 32px;
  line-height: 65px;
  text-align: center;
  width: 65px;
}

.breadcrumb .right .prevoius-article a, .breadcrumb .right .next-article a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumb .right a:hover {
  background-color: var(--blu);
}

.breadcrumb .right a:hover i {
  color: #FFF;
}

.prevoius-article {
  border-left: 1px solid var(--blu);
}

.breadcrumb .right .prevoius-article.inactive a, .breadcrumb .right .next-article.inactive a {
  color: var(--blu);
  cursor: default;
}

.breadcrumb .right .inactive a:hover {
  background-color: transparent;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a .incoming .h1 {
  color: var(--rosso);
  font-size: 40px;
  font-weight: 900;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  line-height: 40px;
}

a .incoming .centratoVert:first-child {
  padding-right: 20px;
  width: 60px;
}

a .incoming .centratoVert:last-child {
  padding-left: 35px;
}

a .incoming h4 {
  color: #000;
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 3px 0;
  text-transform: uppercase;
}

a .incoming p {
  color: #000;
  font-size: 15px;
  line-height: 27px;
}

a .incoming strong {
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

.tag-container {
  float: left;
  margin-left: 20px;
}

.catlink a {
  color: var(--rosso);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
}

#article_list h2 {
  color: #000;
  font-size: 20px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
}

#article_list h3 {
  color: var(--blu);
  font-size: 16px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  margin: 15px 0;
}

/* lista articoli versione thumbs */
#article_list.thumbs .four, #article_list.thumbs .eight {
  width: 100%;
}

#article_list.thumbs article {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #F7F8F9;
  float: left;
  height: 455px;
  margin: 10px;
  padding: 20px;
  width: calc(25% - 60px);
}

#article_list.thumbs .pleft30 {
  padding-left: 0;
}

#article_list.thumbs .mtop30 {
  margin-top: 0px;
}

#article_list.thumbs .utility.mtop20 {
  margin-top: 10px !important;
  position: relative;
}

#article_list.thumbs h2 {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  line-height: 20px;
  margin-top: 10px;
  text-transform: lowercase;
}

#article_list.thumbs h3, #article_list.thumbs p, #article_list.thumbs .btn {
  display: none;
}

#article_list.thumbs a.btn:hover {
  background: #000;
}

#article_list.thumbs .icon {
  display: none;
}

.thumbs .tag-container {
  position: absolute;
  bottom: -45px;
  left: -20px;
}

.stretch.large {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* TABLE ---------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th, table td {
  padding: 17px 10px;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #000;
}

table td:first-child {
  font-weight: bold;
}

table thead th {
  vertical-align: middle;
  font-weight: bold;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  border-bottom: 0;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background-color: #F9FAFC;
}

table tr:nth-child(odd) {
  background-color: #91CDFF;
}

table#table_hf {
  width: 100% !important;
}

table#materiali {
  margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BASIC FORM DESIGN ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/*                                                                                                      */
/* LOADER --------------------------------------------------------------------------------------------- */
/*                                                                                                      */
/* ---------------------------------------------------------------------------------------------------- */
.loader {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  display: none;
  font-size: 16px;
  height: 100vh;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader img {
  margin-top: 20%;
  width: auto;
}

select {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url("/library/pagination/icons/select-img.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
  border: 1px solid #e8eaed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #000000;
  font-size: 16px;
  /* font-size: 14px; */
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 11px;
  /* border-bottom: 1px solid #8c98a6; */
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #000;
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #8c98a6;
  text-indent: 10px;
}

select.form-select {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  overflow: hidden;
  padding-right: 28px;
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-indent: 0;
  padding-left: 5px;
}

input[type=text], input[type=password],
input[type=date], input[type=datetime],
input[type=email], input[type=number],
input[type=search], input[type=tel],
input[type=time], input[type=url],
textarea {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: #fff;
  color: #000000;
  /*font-size: 14px;*/
  font-size: 16px;
  /*border: 1px solid #ebebeb;*/
  box-shadow: none;
  font-weight: 300;
  text-indent: 10px;
}

#newsletter input[type=text], #newsletter input[type=email] {
  background-color: #fff;
  border: none;
  padding: 24px 0;
  height: 76px;
  margin-top: 0px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:focus, select:focus, textarea:focus,
button:focus, select {
  outline: none;
}

textarea {
  width: 96%;
  text-indent: 0;
  padding: 10px 2%;
  height: auto;
  line-height: normal;
}

input[type=text]:focus, input[type=password]:focus,
input[type=date]:focus, input[type=datetime]:focus,
input[type=email]:focus, input[type=number]:focus,
input[type=search]:focus, input[type=tel]:focus,
input[type=time]:focus, input[type=url]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

input[type=text][disabled], input[type=password][disabled],
input[type=date][disabled], input[type=datetime][disabled],
input[type=email][disabled], input[type=number][disabled],
input[type=search][disabled], input[type=tel][disabled],
input[type=time][disabled], input[type=url][disabled],
textarea[disabled] {
  background-color: #ddd;
}

input#BASentryCode {
  float: left;
}

input.cloack {
  display: none;
}

#captcha {
  margin: 20px 0;
}

#reload {
  border-left: 2px solid #414D58;
  color: #414D58;
  display: block;
  float: left;
  font-size: 18px;
  height: 38px;
  line-height: 40px;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 25px;
}

#messaggio_success,
#messaggio_failed {
  display: none;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

#messaggio_success strong,
#messaggio_failed strong {
  font-size: 20px;
  color: var(--blu);
  display: block;
  margin-bottom: 10px;
}

.select-submenu {
  display: none;
}

#contatti input, #contatti textarea {
  background: #fff;
}

#contatti p, #contatti {
  color: #fff;
}

#contatti label.display, #dove_acquistare label.display, #lavora_con_noi label.display, #invia_domanda label.display {
  display: inline;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error-message {
  display: none;
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}

.error input, input.error,
.error textarea, textarea.error {
  border: 1px solid #c60f13 !important;
  -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  box-shadow: 0px 0px 2px 0px #c60f13 !important;
  color: #c60f13 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}

.error label, label.error {
  color: #c60f13 !important;
}

.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.error textarea:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

.field-error {
  border: 1px solid #c60f13 !important;
  -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  box-shadow: 0px 0px 2px 0px #c60f13 !important;
  color: #c60f13 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}

/* PERSONALIZZAZIONE FORM ------------------------------------------------------------------------------ */
#contatti .column,
#login_form .column,
#login_recover .column {
  padding: 0;
}

#contatti label,
#login_form label,
#login_recover label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
}

#contatti label img,
#login_form label img,
#login_recover label img {
  display: none;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: auto;
}

#contatti h3 {
  color: #000000;
  font-weight: 700;
  padding: 0 0 10px 0;
  margin: 25px 0 10px 0;
  line-height: normal;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  letter-spacing: 1px;
}

/* EXPLORER --------------------------------------------------------------------------------------------- */
.onlyIE,
.chromeframe {
  display: none;
}

.ie-9 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  text-align: center;
  align-items: center;
  padding-top: 25%;
}

.ie-9 img {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.ie-9 h1 {
  display: block;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* TABLE ---------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th, table td {
  padding: 17px 10px;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #000;
}

table td:first-child {
  font-weight: bold;
}

table thead th {
  vertical-align: middle;
  font-weight: bold;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 13px;
  background-color: #000;
  color: #fff;
  border-bottom: 0;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background-color: #edf0f4;
}

table tr:nth-child(odd) {
  background-color: #fff;
}

table#table_hf {
  width: 100% !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COOKIE --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#cookie {
  position: fixed;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 7, 0.9);
  z-index: 999;
  bottom: 0;
  color: #fff;
}

#cookie p {
  margin: 15px;
  margin-right: 80px;
  font-size: 13px;
}

#cookie a {
  font-weight: bold;
  color: var(--blu);
}

#cookie h1 {
  font-weight: bold;
  font-size: 15px;
  color: var(--blu);
  margin: 0 15px;
}

#cookie .cookieclose {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  cursor: hand;
  font-size: 13px;
  z-index: 1000;
}

#cookie-info-container h2 {
  font-weight: 900;
  color: var(--blu);
  font-size: 24px;
}

#cookie-info-container h3 {
  font-weight: 400;
  font-size: 18px;
}

/*
.prevoius-article, .next-article {
    float: left;
    margin-left: 1px;
}

.prevoius-article a, .next-article a {
     background-color: #414D58;
     color: $bianco;
 }
.prevoius-article a:hover, .next-article a:hover {
    background-color: $blu;
    color: $bianco;
}
*/

/*# sourceMappingURL=grk.custom.layout.css.map */
