/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:active {
  color: #333;
}
a,
a:focus {
  outline: none;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #CCC;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #CCC;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #CCC;
  opacity: 1 !important;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}
html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* http://stackoverflow.com/questions/9009377/ios-dark-gray-box-active-style */
/*** Varie ***/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.ps {
  position: static;
}
.pf {
  position: fixed;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tuc {
  text-transform: uppercase;
}
.tul {
  text-decoration: underline;
}
.oh {
  overflow: hidden;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*** Field generico (label + input) ***/
.field-wrap {
  overflow: hidden;
  position: relative;
}
.field-wrap.error .input-wrap {
  border-color: #ff3333;
}
.field-wrap.error .text-wrap {
  border-color: #ff3333;
}
.field-wrap.error .select-wrap {
  border-color: #ff3333;
}
.field-wrap.error .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid #ff3333;
}
.field-wrap.error .field-radio .radio-wrap .placeholder {
  border: 1px solid #ff3333;
}
.field-wrap.checked .field-radio .radio-wrap .placeholder {
  background: url("../images/radio.png") no-repeat center center;
}
.field-wrap.checked .field-checkbox .checkbox-wrap .placeholder {
  background: url("../images/checkbox.png") no-repeat center center;
}
.field-wrap label,
.field-wrap .label {
  float: left;
  font: 14px/auto Arial;
  color: #666;
  width: 33.33%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap label.empty,
.field-wrap .label.empty {
  min-height: 1px;
}
.field-wrap .input-wrap {
  border: 1px solid transparent;
  height: auto;
  padding: 2px;
  float: left;
  width: 66.66%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .input-wrap input {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  display: block;
  background: none;
}
.field-wrap .text-wrap {
  border: 1px solid transparent;
  padding: 2px;
  float: left;
  width: 66.66%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .text-wrap textarea {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  resize: none;
}
.field-wrap .select-wrap {
  border: 1px solid transparent;
  height: auto;
  float: left;
  width: 66.66%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .select-wrap select {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
}
.field-wrap .field-checkbox .checkbox-wrap {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.field-wrap .field-checkbox .checkbox-wrap:hover {
  cursor: pointer;
}
.field-wrap .field-checkbox .checkbox-wrap input {
  position: absolute;
  top: -200%;
  left: -200%;
}
.field-wrap .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid transparent;
  display: block;
  height: 16px;
  width: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .field-checkbox label {
  display: block;
  width: 100%;
  padding-left: 35px;
  float: none;
}
.field-wrap .field-checkbox label:hover {
  cursor: pointer;
}
.field-wrap .field-radio .radio-wrap {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.field-wrap .field-radio .radio-wrap:hover {
  cursor: pointer;
}
.field-wrap .field-radio .radio-wrap input {
  position: absolute;
  top: -200%;
  left: -200%;
}
.field-wrap .field-radio .radio-wrap .placeholder {
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  height: 16px;
  width: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .field-radio label {
  display: block;
  width: 100%;
  padding-left: 35px;
  float: none;
}
.field-wrap .field-radio label:hover {
  cursor: pointer;
}
.field-wrap .file-wrap {
  border: 1px solid transparent;
  height: auto;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.field-wrap .file-wrap input {
  position: absolute;
  top: -100%;
  left: -100%;
}
.field-wrap .file-wrap label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .file-wrap label:hover {
  cursor: pointer;
}
.field-wrap .file-wrap label .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33%;
  background: transparent;
  text-align: center;
  color: white;
}
.field-wrap .info-wrap {
  height: auto;
  padding: 2px;
  float: left;
  width: 66.66%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .info-wrap span {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  display: block;
}
/*** Submit wrap ***/
.submit-wrap {
  overflow: hidden;
  margin-top: 10px;
}
.submit-wrap .submit {
  float: right;
}
.submit-wrap .feedback {
  float: left;
}
/*** Feedback ***/
.feedback {
  display: none;
}
.feedback.general {
  display: block;
  border: 1px solid green;
  color: green;
  padding: 2px 5px;
  margin: 5px 0;
  font: 14px Arial;
}
.feedback.error {
  color: red;
}
/*** Dialogs ***/
.dialog h3 {
  background: black;
  color: white;
  margin: 0;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}
.dialog .dialog-content {
  padding: 10px;
  background: white;
}
.dialog .dialog-content p {
  margin: 0;
}
.dialog .dialog-content .buttons {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  overflow: hidden;
}
.dialog .dialog-content .buttons a {
  float: right;
  background: black;
  color: white;
  padding: 5px 10px;
}
.dialog .dialog-content .buttons .action-confirm {
  margin-left: 10px;
}
/*** DIV con background come sfondo ***/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*** Variabili ***/
/*** Costanti ***/
h1 {
  font: 32px/1em "TheinhardtBold";
  color: #333333;
}
h2 {
  font: 28px/1.5em "TheinhardtLight";
  color: #999999;
}
h3 {
  font: 24px/1em "TheinhardtBold";
  color: #333333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h4 {
  font: 21px/1.2em "TheinhardtBold";
  color: #333333;
}
h5 {
  font: 18px/1em "TheinhardtBold";
  color: #333333;
}
h6 {
  font: 16px/1em "TheinhardtRegular";
  color: #333333;
}
p,
.text,
.voceGlossario {
  font: 16px/1.5em "CenturySchoolbookBT-Roman";
  color: #333333;
}
p img,
.text img,
.voceGlossario img {
  max-width: 100%;
  height: auto!important;
}
p a,
.text a,
.voceGlossario a {
  color: #333333;
  text-decoration: none;
}
.text-columns-wrapper {
  overflow: hidden;
}
.text-columns-wrapper .text-column {
  float: left;
  width: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-columns-wrapper .text-column:nth-child(odd) {
  float: right;
  padding-left: 1%;
}
.text-columns-wrapper .text-column:nth-child(even) {
  padding-right: 1%;
}
.seo-text strong {
  display: block;
}
.seo-text .text-columns-wrapper .text-column {
  width: 16.66666667%;
  padding: 0 1%;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 40px;
}
.seo-text a:hover {
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.cta-txt {
  font: 12px/1em "TheinhardtBold";
  color: #333333;
  letter-spacing: 0.1em;
}
.cta-txt:hover {
  color: #666666;
}
.col {
  margin: 0 3%;
  width: 94%;
}
.col25 {
  margin: 0 1%;
  width: 23%;
}
hr {
  display: inline-block;
  margin: 0;
  border: 0;
  border-top: 1px solid;
}
.noScroll {
  overflow: hidden;
}
.centerv {
  position: absolute;
  float: left;
  width: auto;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
header,
section {
  float: left;
  width: 100%;
}
header {
  position: fixed;
  z-index: 1;
  top: 0;
  background: #ffffff;
  z-index: 9;
}
header nav.top {
  float: left;
  width: 100%;
  background: #000000;
}
header nav.top .lang {
  float: right;
  padding: 0px 15px;
  margin-right: 35px;
  margin-top: 5px;
  font: 12px/21px "TheinhardtRegular";
  color: white;
  height: 21px;
  border-left: 1px solid #f2f2f2;
  background: url('../images/arrow-lang.png') right center no-repeat;
}
header nav.top .lang span {
  display: none;
  cursor: pointer;
}
header nav.top .lang span.current {
  display: inline-block;
  width: 24px;
}
header nav.top .lang .langSel {
  display: none;
  position: absolute;
  background: #000000;
  width: 38px;
  right: 20px;
  padding: 5px 15px;
  z-index: 2;
}
header nav.top .lang .langSel li {
  text-align: left;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
header nav.top .lang .langSel li a {
  padding: 0;
}
header nav.top .onMobile {
  display: none;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 15px;
  font: 14px/40px "TheinhardtRegular";
  background: url('../images/arrow-lang.png') right center no-repeat;
  padding-right: 20px;
}
header nav.top ul {
  float: right;
}
header nav.top ul li {
  float: left;
}
header nav.top ul li a {
  float: left;
  padding: 5px 17px;
  font: 12px/21px "TheinhardtRegular";
  letter-spacing: 0.03em;
  color: white;
  height: 21px;
}
header nav.top ul li a:hover {
  color: #ffffff;
}
header nav.top ul li a.current {
  background: #ffffff;
  color: #333333;
}
header .head {
  float: left;
  width: calc(100% - 60px);
  padding: 30px;
}
header .head .logo {
  float: left;
  width: 175px;
  margin-right: 50px;
}
header .head .logo img {
  float: left;
  width: 100%;
}
header .head .menuMobile {
  display: none;
  width: 38px;
  cursor: pointer;
}
header .head .menuMobile img {
  float: left;
  width: 100%;
}
header .head .menu {
  float: left;
  margin-top: -3px;
}
header .head .menu ul {
  float: left;
}
header .head .menu ul li {
  position: relative;
  float: left;
  border-bottom: 3px solid transparent;
}
header .head .menu ul li:hover {
  color: #000000;
  border-bottom: 3px solid #000000;
}
header .head .menu ul li a {
  float: left;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 0 20px;
  font: 13px/1em "TheinhardtBold";
  color: #333333;
  letter-spacing: 0.1em;
}
header .head .menu ul li a.current {
  padding: 10px 20px;
  margin: 0 0px;
  border-bottom: 3px solid #000000;
}
header .head .menu ul li .submenu {
  float: left;
  position: absolute;
  display: none;
  width: auto;
  min-width: 150%;
  margin-top: 0;
  height: 0;
  clear: both;
  top: 97%;
}
header .head .menu ul li .submenu ul {
  width: 100%;
  text-align: center;
  background: #333333;
}
header .head .menu ul li .submenu ul li {
  display: inline-block;
  clear: both;
  border: 0;
  width: 100%;
}
header .head .menu ul li .submenu ul li a {
  color: #ffffff;
  font: 13px/1em "TheinhardtLight";
  border: 0;
  /*width: 100%;*/
  width:auto;
  text-align: left;
}
header .head .menu ul li .submenu ul li:hover {
  border: 0;
}
header .head .menu ul li .submenu ul li:hover a {
  text-decoration: underline;
}
header .head .search {
  float: right;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 5px;
  background: url('../images/ico-search.png') center center no-repeat;
  background-size: 100% auto;
}
header.fixed {
  position: fixed;
  z-index: 100;
  box-shadow: 0px -20px 30px #333333;
}
header.fixed .head {
  padding: 15px 30px;
}
header.fixed .head .menu .submenu {
  margin-top: 0px;
}
nav.menuBrother {
  float: left;
  width: 100%;
  background: #000000;
  z-index: 3;
  position: fixed;
  top: 161px;
}
nav.menuBrother ul {
  text-align: center;
  float: left;
  width: 100%;
}
nav.menuBrother ul li {
  display: inline-block;
}
nav.menuBrother ul li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 17px;
  letter-spacing: 0.03em;
  color: white;
  height: 11px;
  font: 12px/1em "TheinhardtBold";
  letter-spacing: 0.1em;
}
nav.menuBrother ul li a:hover {
  color: #ffffff;
}
nav.menuBrother ul li a.current {
  background: #ffffff;
  color: #333333;
}
#bread {
  float: left;
  width: calc(100% - 30px);
  background: #f2f2f2;
  position: fixed;
  top: 124px;
  z-index: 3;
  padding-left: 30px;
}
#bread ul {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font: 11px/1em "TheinhardtRegular";
}
#bread ul li {
  float: left;
  padding: 13px 0px 13px 0px;
}
#bread ul li .sep {
  padding: 0 5px;
}
#bread ul li a {
  color: #333333;
}
#bread ul li span {
  color: #333333;
}
#bread ul li span.current {
  font-family: "TheinhardtBold";
}
.slick-track,
.slick-list {
  float: left;
  width: 100%;
}
.slick-arrow {
  width: 20px;
  height: 33px;
  font-size: 0!important;
  z-index: 1000;
}
.slick-arrow.slick-prev {
  float: left;
  background: url('../images/arrow-slide-prev.png') center center no-repeat;
  margin-left: 3.5%;
  background-size: 100% auto;
}
.slick-arrow.slick-prev:before {
  display: none;
}
.slick-arrow.slick-next {
  float: right;
  background: url('../images/arrow-slide-next.png') center center no-repeat;
  margin-right: 3.5%;
  background-size: 100% auto;
}
.slick-arrow.slick-next:before {
  display: none;
}
.slick-dots {
  float: left;
  text-align: center;
  width: 100%;
  top: 0%;
  margin-top: -40px;
  position: relative;
}
.slick-dots li {
  display: inline;
  width: 10px;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #999999;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.contieniSlide {
  float: left;
  position: relative;
  width: 100%;
}
.contieniSlide #slider {
  float: left;
  height: calc(100vh - 124px);
  width: 100%;
  margin-top: -37px;
  margin-bottom: 0;
}
.contieniSlide #slider .slick-dots {
  height: 20px;
  width: 60%;
  margin-left: 20%;
  margin-top: 0px;
  position: absolute;
  top: calc(100vh - 170px);
}
.contieniSlide #slider .slide {
  float: left;
  position: relative;
  width: 100%;
  height: calc(100vh - 124px);
}
.contieniSlide #slider .slide img {
  float: left;
  width: 100%;
}
.contieniSlide #slider .slide a {
  float: left;
  width: 100%;
  height: 100%;
}
.contieniSlide #slider .slide .slideVideo {
  float: left;
  width: 100%;
  height: 100%;
}
.contieniSlide #slider .slide .slideVideo .playVideo {
  position: absolute;
  text-align: center;
  color: #ffffff;
  margin-left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  background: url('../images/ico-play.png') center center no-repeat;
  background-size: 100% auto;
}
.contieniSlide #slider .slide .slideVideo .videoFullSize {
  float: left;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.contieniSlide #slider .slide .slideVideo .videoFullSize iframe {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.contieniSlide #slider .slide .slideVideo .videoFullSize .closeVideo {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  color: #ffffff;
  top: 2%;
  right: 3%;
  z-index: 10001;
}
.contieniSlide #slider .slide .boxContent {
  float: left;
  text-align: center;
  position: absolute;
  padding: 40px;
  width: 240px;
  height: 240px;
  display: table;
  vertical-align: middle;
  top: 0;
  margin-left: 10.67%;
}
.contieniSlide #slider .slide .boxContent .centerv {
  width: calc(100% - 80px);
}
.contieniSlide #slider .slide .boxContent h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font: 16px/1em "TheinhardtBold";
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
}
.contieniSlide #slider .slide .boxContent h4 a {
  margin: 0;
}
.contieniSlide #slider .slide .boxContent .text {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
}
.contieniSlide #slider .slide .boxContent p,
.contieniSlide #slider .slide .boxContent .text {
  font: 15px/1.33em "TheinhardtLight";
  letter-spacing: 0.03em;
}
.contieniSlide #slider .slide .boxContent p img,
.contieniSlide #slider .slide .boxContent .text img {
  max-width: 100%;
  height: auto;
}
.contieniSlide #slider .slide .boxContent hr {
  width: 28%;
  border-top: 1px solid #333333;
}
.contieniSlide #slider .slide .boxContent a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
}
.contieniSlide .comandiSlide {
  position: absolute;
  text-align: center;
  top: calc(100vh - 170px);
  z-index: 100000;
  left: 20px;
}
.contieniSlide .comandiSlide span {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.contieniSlide .comandiSlide span.playSlide {
  background: url('../images/ico-slide-play.png') center center no-repeat;
}
.contieniSlide .comandiSlide span.playSlide:hover {
  background: url('../images/ico-slide-play-h.png') center center no-repeat;
}
.contieniSlide .comandiSlide span.pauseSlide {
  background: url('../images/ico-slide-pause.png') center center no-repeat;
}
.contieniSlide .comandiSlide span.pauseSlide:hover {
  background: url('../images/ico-slide-pause-h.png') center center no-repeat;
}
.insideSlide {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.insideSlide #slider {
  height: calc(100vh - 154px);
}
.insideSlide #anchor {
  position: relative;
  margin-top: -54px;
  z-index: 2;
}
.insideSlide .slick-dots {
  top: calc(100% - 100px) !important;
  margin-top: 0px!important;
  z-index: 2;
  position: absolute !important;
}
.insideSlide .comandiSlide {
  top: calc(100% - 100px);
}
#discover {
  text-align: center;
  padding-top: 20px;
}
#discover h1 {
  text-align: center;
  margin: 24px 0 10px 0;
}
#discover h2 {
  float: left;
  text-align: center;
  width: 75%;
  margin: 0 12.5%;
  padding: 0px 0 30px 0;
  color: #333333;
  font-weight: lighter;
}
#discover .text {
  float: left;
  text-align: left;
  color: #666666;
  width: 75%;
  margin: 0 12.5%;
  margin-bottom: 25px;
}
#discover .text a {
  color: #666666;
}
#discover .text a.cta-txt {
  color: #333333;
  text-transform: uppercase;
  float: none;
}
#discover .text-readmore {
  display: none;
}
#discover hr {
  width: 4.5%;
  border-top: 1px solid #666666;
  margin-bottom: 30px;
}
#discover a.cta-txt {
  float: left;
  clear: both;
}
#discover .collage {
  float: left;
  width: 100%;
  margin-top: 50px;
  height: calc(90vh - 100px);
}
#discover .collage .col50 {
  float: left;
  position: relative;
  width: 49.30%;
  height: 100%;
}
#discover .collage .col50 .boxContent {
  float: left;
  text-align: center;
  opacity: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.85);
  width: 260px;
  height: 260px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  margin-top: 0!important;
}
#discover .collage .col50 .boxContent .centerv {
  width: calc(100% - 40px);
}
#discover .collage .col50 .boxContent h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font: 16px/1em "TheinhardtBold";
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
}
#discover .collage .col50 .boxContent h4 a {
  color: #ffffff;
  margin: 0;
}
#discover .collage .col50 .boxContent .text {
  float: left;
  width: 100%;
  font: 15px/1.33em "TheinhardtLight";
  color: #ffffff;
  letter-spacing: 0.03em;
  margin: 0 0 35px 0;
}
#discover .collage .col50 .boxContent .text a {
  color: #ffffff;
}
#discover .collage .col50 .boxContent hr {
  width: 28%;
  border-top: 1px solid #ffffff;
}
#discover .collage .col50 .boxContent a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
  color: #ffffff;
}
#discover .collage .col50 .boxFullHeight {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-size: cover;
}
#discover .collage .col50 .boxFullHeight img {
  float: left;
  width: 100%;
}
#discover .collage .col50 .boxFullHeight .full-imglink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#discover .collage .col50 .boxMedHeight {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 13px;
  overflow: hidden;
  background-size: cover;
}
#discover .collage .col50 .boxMedHeight img {
  float: left;
  width: 100%;
}
#discover .collage .col50 .boxMedHeight .full-imglink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#discover .collage .col50 .boxMedHeight:last-child {
  margin-bottom: 0;
  margin-top: 13px;
}
#discover .collage .col50 .boxFullHeight:hover .boxContent,
#discover .collage .col50 .boxMedHeight:hover .boxContent {
  opacity: 1;
}
#discover .collage .col50:last-child {
  float: right;
}
#discover .collageMobile {
  display: none;
}
#discover .collageMobile .slide {
  position: relative;
  float: left;
  height: auto;
}
#discover .collageMobile .slide img {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
#discover .collageMobile .slide .boxContent {
  float: left;
  text-align: center;
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  width: 150px;
  height: 150px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: calc(50% - 95px);
}
#discover .collageMobile .slide .boxContent .centerv {
  width: calc(100% - 40px);
}
#discover .collageMobile .slide .boxContent h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font: 16px/1em "TheinhardtBold";
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
#discover .collageMobile .slide .boxContent h4 a {
  color: #ffffff;
  margin: 0;
}
#discover .collageMobile .slide .boxContent .text {
  float: left;
  width: 100%;
  font: 15px/1.33em "TheinhardtLight";
  color: #ffffff;
  letter-spacing: 0.03em;
  margin: 0 0 10px 0;
}
#discover .collageMobile .slide .boxContent hr {
  width: 28%;
  border-top: 1px solid #ffffff;
  margin-bottom: 10px;
}
#discover .collageMobile .slide .boxContent a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
  color: #ffffff;
}
#discover .collageMobile .slick-dots {
  margin-top: 10px;
  bottom: 0;
}
#discover .collageMobile .slick-dots li.slick-active button {
  background-color: #333333;
}
#discover .collageMobile .slick-arrow {
  display: none !important;
}
#anchor,
#anchorTop {
  float: left;
  width: 100%;
  background: #000000;
  padding: 16px 0;
}
#anchor ul,
#anchorTop ul {
  float: left;
  text-align: center;
  width: 100%;
}
#anchor ul li a,
#anchorTop ul li a {
  font: 14px/1em "TheinhardtRegular";
  color: #cccccc;
  padding: 0 25px;
}
#anchor ul li a.download,
#anchorTop ul li a.download {
  background: url('../images/ico-download.png') right center no-repeat;
}
#anchor ul li a:hover,
#anchorTop ul li a:hover {
  color: #ffffff;
}
#anchor ul li:last-child,
#anchorTop ul li:last-child {
  border-right: 1px solid transparent;
}
#anchor {
  position: relative;
  margin-top: -54px;
}
#anchor ul li a {
  color: #f4f4f4;
}
.cta-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.cta-wrapper .cta-txt {
  float: none!important;
  padding: 0 25px;
  border-right: 1px solid #000000;
}
.cta-wrapper .cta-txt:last-child {
  border-right: 0px;
}
#anchorTop {
  position: fixed;
  z-index: 5;
  padding: 18px 0 18px 30px;
  width: calc(100% - 30px);
  display: none;
}
#anchorTop.show {
  display: block;
}
#anchorTop .titCurrent {
  float: left;
  font: 12px "TheinhardtBold";
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#anchorTop ul {
  line-height: 30px;
}
#anchorTop ul.anchorMenu {
  width: auto;
  text-align: left;
}
#anchorTop ul.anchorMenu li {
  width: auto;
  display: inline-block;
}
#anchorTop ul.anchorMenu li a {
  font: 12px "TheinhardtRegular";
  letter-spacing: 0.1em;
  padding: 0 15px;
  border-right: 1px solid #666666;
}
#anchorTop ul.anchorMenu li a.download {
  background: transparent;
}
#anchorTop ul.anchorMenu li a:hover {
  color: #ffffff;
}
#anchorTop ul.anchorMenu li a.active {
  color: #ffffff;
}
#anchorTop ul.anchorMenu li:last-child a {
  border: 0;
}
#anchorTop .cta-wrapper {
  float: right;
  width: auto;
  margin-bottom: 0;
  line-height: 30px;
  border-left: 1px solid #333333;
  padding-left: 1%;
}
#anchorTop .cta-wrapper a {
  color: #ffffff;
  line-height: 12px;
  border-left: 1px solid #ffffff;
}
#anchorTop .cta-wrapper a:first-child {
  border: 0;
}
#collection,
#benefici {
  text-align: center;
  margin-top: 60px;
}
#collection h3,
#benefici h3 {
  float: left;
  text-align: center;
  color: #333333;
  width: 75%;
  margin: 0 12.5%;
  padding-bottom: 12px;
}
#collection .text,
#benefici .text {
  float: left;
  text-align: left;
  color: #666666;
  width: 75%;
  margin: 0 12.5%;
  margin-bottom: 58px;
}
#collection .text a,
#benefici .text a {
  color: #666666;
}
#collection hr,
#benefici hr {
  width: 4.5%;
  border-top: 1px solid #666666;
  margin-bottom: 42px;
  opacity: 0.2;
  clear: both;
}
#benefici .benefit {
  float: left;
  clear: both;
  margin: 35px 8.6%;
  width: 82.8%;
  overflow: hidden;
}
#benefici .benefit .slideBenefit {
  width: 60%;
}
#benefici .benefit .slideBenefit img {
  width: 100%;
}
#benefici .benefit .slideBenefit .slick-dots {
  top: 0px;
  z-index: 2;
}
#benefici .benefit .slideBenefit .slick-arrow {
  z-index: 2;
}
#benefici .benefit .slideBenefit .slick-arrow.slick-prev {
  margin-left: 20px;
  left: 0;
}
#benefici .benefit .slideBenefit .slick-arrow.slick-next {
  margin-left: 20px;
  right: 0;
}
#benefici .benefit .content {
  width: calc(39% - 44px);
  padding: 0 22px;
  background: #f2f2f2;
}
#benefici .benefit .content h4 {
  color: #333333;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 20px 0 10px 0;
}
#benefici .benefit .content .text {
  font: 18px/24px "TheinhardtRegular";
  text-align: left;
  width: 100%;
  margin: 0;
}
#benefici .benefit .content .text ul li {
  font: 18px/24px "TheinhardtRegular";
  background: url('../images/ico-arrow-li.png') left center no-repeat;
  padding: 0px 0 0 20px;
  margin-bottom: 10px;
}
#benefici .benefit .content .cta-txt {
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
#benefici .benefit.fLeft .slideBenefit {
  float: left;
}
#benefici .benefit.fLeft .content {
  float: right;
}
#benefici .benefit.fRight .slideBenefit {
  float: right;
}
#benefici .benefit.fRight .content {
  float: left;
}
#news,
#personalizza {
  text-align: center;
}
#news h3,
#personalizza h3 {
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 75%;
  margin: 0 12.5%;
  padding-bottom: 12px;
}
#news .text,
#personalizza .text {
  float: left;
  text-align: left;
  text-align: center;
  color: #666666;
  width: 75%;
  margin: 0 12.5%;
  margin-bottom: 58px;
}
#news .text a,
#personalizza .text a {
  color: #666666;
}
#news hr,
#personalizza hr {
  width: 4.5%;
  border-top: 1px solid #666666;
  margin-bottom: 42px;
  opacity: 0.2;
}
#news .col33,
#personalizza .col33 {
  width: 23%;
  margin: 0 5%;
}
#news .slick-slide .col33,
#personalizza .slick-slide .col33 {
  width: 96%;
  margin: 0 2%;
}
#news .boxNews,
#personalizza .boxNews {
  float: left;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#news .boxNews .thumb,
#personalizza .boxNews .thumb {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#news .boxNews .thumb img,
#personalizza .boxNews .thumb img {
  float: left;
  width: 100%;
}
#news .boxNews .newsTitle,
#personalizza .boxNews .newsTitle {
  float: left;
  text-align: left;
  width: 84.5%;
  margin-left: 5.5%;
  margin-right: 10%;
  font: 16px/1.5em "CenturySchoolbookBT-Bold";
  color: #333333;
}
#news .boxNews .text,
#personalizza .boxNews .text {
  float: left;
  text-align: left;
  font: 14px/1.5em "TheinhardtRegular";
  width: 84.5%;
  margin-left: 5.5%;
  margin-right: 10%;
  margin-bottom: 23px;
}
#news .boxNews a.cta-txt,
#personalizza .boxNews a.cta-txt {
  text-align: left;
  float: left;
  text-transform: uppercase;
  margin-left: 5.5%;
  margin-bottom: 13px;
}
#news .boxNews:hover,
#personalizza .boxNews:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  position: relative;
}
#news .newscarousel .slick-dots,
#personalizza .newscarousel .slick-dots {
  margin-top: 10px;
}
#news .boxNews .newsTitle {
  height: 70px;
}
#news .boxNews .text {
  height: 220px;
}
#gallery {
  margin-bottom: 30px;
}
#gallery h3 {
  margin-bottom: 12px;
  text-align: center;
}
#gallery .text {
  text-align: left;
  margin-bottom: 33px;
  color: #666666;
}
#gallery .text a {
  color: #666666;
}
#gallery .filter {
  text-align: center;
  font: 16px/1em "TheinhardtRegular";
  color: #333333;
  margin-bottom: 35px;
}
#gallery .filter li {
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 0;
}
#gallery .filter li span {
  display: block;
  padding: 0 23px;
  border-right: 1px solid #cccccc;
}
#gallery .filter li span a {
  color: #333333;
}
#gallery .filter li.current {
  background: #333333;
  color: #ffffff;
}
#gallery .filter li.current span {
  border-color: #333333;
}
#gallery .filter li.current span a {
  color: #ffffff;
}
#gallery .filter li.current .arrowSel {
  position: absolute;
  background: url("../images/ico-filter-sel.png") no-repeat center top;
  width: 10px;
  height: 5px;
  border: 0;
  margin-top: 11px;
  display: inline-flex;
  padding: 0;
  margin-left: -2.5px;
}
#gallery .filter li:last-child span {
  border: 0;
}
#gallery .galleryWrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
#gallery .galleryWrap .galleryItem {
  width: 23.6%;
  margin: 0 0.5% 27px 0.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#gallery .galleryWrap .galleryItem img {
  float: left;
  width: 100%;
}
#gallery .galleryWrap .galleryItem .caption {
  float: left;
  font: 16px/1.12em "TheinhardtRegular";
  margin-top: 8px;
}
#gallery .galleryWrap .galleryItem a {
  color: #333333;
}
#gallery .galleryWrap .galleryItem:last-child {
  margin-right: 0;
}
#accordionGrid {
  float: left;
}
#accordionGrid .col33 {
  width: 32%;
  float: left;
  position: relative;
  margin: 0.5%;
  background: #000000;
  cursor: pointer;
}
#accordionGrid .col33 a {
  float: left;
  width: 100%;
}
#accordionGrid .col33 a img {
  float: left;
  width: 100%;
  opacity: 0.75;
}
#accordionGrid .col33 a:hover img {
  opacity: 0.35;
  float: left;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#accordionGrid .col33 a.linkImage {
  height: 100%;
  opacity: 0.75;
}
#accordionGrid .col33 a.linkImage img {
  opacity: 0!important;
}
#accordionGrid .col33 .boxContent {
  float: left;
  text-align: center;
  position: absolute;
  opacity: 1;
  padding: 0;
  width: 100%!important;
  height: 100%!important;
  margin-left: 0!important;
  background: url("../images/ico-down.png") no-repeat center 95%;
}
#accordionGrid .col33 .boxContent .centerv {
  width: 100%;
}
#accordionGrid .col33 .boxContent h4 {
  float: left;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
  margin-top: 0!important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
}
#accordionGrid .col33 .boxContent h4 a {
  color: #ffffff;
  margin: 0;
}
#accordionGrid .col33 .boxContent .text {
  float: left;
  width: 100%;
  font: 15px/1.33em "TheinhardtLight";
  color: #ffffff;
  letter-spacing: 0.03em;
  margin: 0 0 35px 0;
}
#accordionGrid .col33 .boxContent .text a {
  color: #ffffff;
}
#accordionGrid .col33 .boxContent hr {
  width: 28%;
  border-top: 1px solid #ffffff;
}
#accordionGrid .col33 .boxContent a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
  color: #ffffff;
}
#accordionGrid .col33:hover .linkImage {
  opacity: 0.35;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#accordionGrid .col33:hover .linkImage img {
  opacity: 0!important;
}
#accordionGrid .col33.selected .boxContent {
  background: url("../images/ico-up.png") no-repeat center 95%;
}
#accordionGrid .boxAccordion {
  float: left;
  display: none;
  width: 90%;
  margin: 5%;
}
#accordionGrid .boxAccordion .text {
  float: left;
  width: 100%;
}
#accordionGrid .boxAccordion .text h3 {
  text-transform: none;
  letter-spacing: 0;
}
#accordionGrid .boxAccordion .text .imageBox {
  width: 50%;
  margin-left: 5%;
  float: right;
}
#accordionGrid .boxAccordion .text .imageBox img {
  float: right;
  clear: both;
  width: 100%;
}
#accordionGrid .boxAccordionCloseWrap {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#accordionGrid .boxAccordionCloseWrap .boxAccordionClose {
  display: block;
  width: 50px;
  height: 50px;
  background: #000000 url("../images/ico-up.png") no-repeat center center;
  float: right;
}
.paginationWrap {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 0 48px;
}
.paginationWrap p {
  font: 13px/1.12em "CenturySchoolbookBT-Roman";
}
.paginationWrap p span {
  font-weight: bold;
  font-family: "CenturySchoolbookBT-Bold";
}
.paginationWrap .loadMore {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid;
  padding: 15px 10px;
  margin-top: 17px;
}
#categoria .boxSottocategoria,
#categoriaNews .boxSottocategoria,
#categoriaRelated .boxSottocategoria {
  float: left;
  position: relative;
  margin: 0.5%;
  background: #000000;
}
#categoria .boxSottocategoria a,
#categoriaNews .boxSottocategoria a,
#categoriaRelated .boxSottocategoria a {
  float: left;
  width: 100%;
}
#categoria .boxSottocategoria a img,
#categoriaNews .boxSottocategoria a img,
#categoriaRelated .boxSottocategoria a img {
  float: left;
  width: 100%;
  opacity: 0.75;
}
#categoria .boxSottocategoria a:hover img,
#categoriaNews .boxSottocategoria a:hover img,
#categoriaRelated .boxSottocategoria a:hover img {
  opacity: 0.35;
  float: left;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#categoria .boxSottocategoria .boxContent,
#categoriaNews .boxSottocategoria .boxContent,
#categoriaRelated .boxSottocategoria .boxContent {
  float: left;
  text-align: center;
  opacity: 1;
  padding: 0;
  width: 100%!important;
  height: auto!important;
  margin-left: 0!important;
  position: absolute;
  margin-top: 0!important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
}
#categoria .boxSottocategoria .boxContent .centerv,
#categoriaNews .boxSottocategoria .boxContent .centerv,
#categoriaRelated .boxSottocategoria .boxContent .centerv {
  width: 100%;
}
#categoria .boxSottocategoria .boxContent h4,
#categoriaNews .boxSottocategoria .boxContent h4,
#categoriaRelated .boxSottocategoria .boxContent h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
}
#categoria .boxSottocategoria .boxContent h4 a,
#categoriaNews .boxSottocategoria .boxContent h4 a,
#categoriaRelated .boxSottocategoria .boxContent h4 a {
  color: #ffffff;
  margin: 0;
}
#categoria .boxSottocategoria .boxContent .text,
#categoriaNews .boxSottocategoria .boxContent .text,
#categoriaRelated .boxSottocategoria .boxContent .text {
  float: left;
  width: 100%;
  font: 15px/1.33em "TheinhardtLight";
  color: #ffffff;
  letter-spacing: 0.03em;
  margin: 0 0 35px 0;
}
#categoria .boxSottocategoria .boxContent .text a,
#categoriaNews .boxSottocategoria .boxContent .text a,
#categoriaRelated .boxSottocategoria .boxContent .text a {
  color: #ffffff;
}
#categoria .boxSottocategoria .boxContent hr,
#categoriaNews .boxSottocategoria .boxContent hr,
#categoriaRelated .boxSottocategoria .boxContent hr {
  width: 28%;
  border-top: 1px solid #ffffff;
}
#categoria .boxSottocategoria .boxContent a,
#categoriaNews .boxSottocategoria .boxContent a,
#categoriaRelated .boxSottocategoria .boxContent a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
  color: #ffffff;
}
#categoria .slick-slide .boxSottocategoria,
#categoriaNews .slick-slide .boxSottocategoria,
#categoriaRelated .slick-slide .boxSottocategoria {
  width: 97%!important;
  margin: 1.5%;
}
#categoria.row50 .boxSottocategoria,
#categoriaNews.row50 .boxSottocategoria,
#categoriaRelated.row50 .boxSottocategoria {
  width: 49%;
}
#categoria.row50 .tappo.tappo-doppio,
#categoriaNews.row50 .tappo.tappo-doppio,
#categoriaRelated.row50 .tappo.tappo-doppio,
#categoria.row50 .tappo.tappo-singolo,
#categoriaNews.row50 .tappo.tappo-singolo,
#categoriaRelated.row50 .tappo.tappo-singolo {
  width: 49%;
  min-height: 380px;
}
#categoria.row33 .boxSottocategoria,
#categoriaNews.row33 .boxSottocategoria,
#categoriaRelated.row33 .boxSottocategoria {
  width: 32%;
}
#categoria .boxSottocategoria:hover .boxContent,
#categoriaNews .boxSottocategoria:hover .boxContent,
#categoriaRelated .boxSottocategoria:hover .boxContent {
  opacity: 1;
}
#categoria.centered {
  text-align: center;
}
#categoria.centered .boxSottocategoria {
  float: none;
  display: inline-block;
}
#categoria .boxSottocategoria .linkImage {
  height: 100%;
  opacity: 0.75;
}
#categoria .boxSottocategoria .linkImage img {
  opacity: 0!important;
}
#categoria .boxSottocategoria:hover .linkImage {
  opacity: 0.35;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#categoria .boxSottocategoria:hover .linkImage img {
  opacity: 0!important;
}
#categoria.row50 .boxSottocategoria {
  height: calc(50vh - 75px) !important;
}
#categoria .tappo {
  text-align: center;
  position: relative;
  float: left;
  background: #f2f2f2;
  margin: 0.5%;
}
#categoria .tappo .boxContent {
  float: left;
  text-align: center;
  opacity: 1;
  padding: 0;
  width: 100%!important;
  height: auto!important;
  margin-left: 0!important;
  position: absolute;
  margin-top: 0!important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
}
#categoria .tappo .boxContent h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 3%;
}
#categoria .tappo .boxContent form {
  float: left;
  width: 100%;
}
#categoria .tappo .boxContent form .field-wrap {
  width: 29%;
  margin: 0.5% 1% 1% 1%;
  height: auto;
  overflow: visible;
  display: inline-block;
}
#categoria .tappo .boxContent form .field-wrap .input-wrap {
  float: left;
  width: 100%;
  padding: 1px;
}
#categoria .tappo .boxContent form .field-wrap .input-wrap input {
  float: left;
  background: #ffffff;
  width: 90%;
  padding: 5%;
  border: 0;
  box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.5);
}
#categoria .tappo .boxContent form .field-wrap .input-wrap ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
}
#categoria .tappo .boxContent form .field-wrap .input-wrap :-moz-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
}
#categoria .tappo .boxContent form .field-wrap .input-wrap ::-moz-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
}
#categoria .tappo .boxContent form .field-wrap .input-wrap :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
}
#categoria .tappo .boxContent form .field-wrap .field-checkbox {
  overflow: visible;
}
#categoria .tappo .boxContent form .field-wrap .field-checkbox .checkbox-wrap {
  position: absolute;
  display: inline-block;
  float: none;
  padding: 0;
  height: 17px;
  width: 17px;
}
#categoria .tappo .boxContent form .field-wrap .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid #cccccc;
}
#categoria .tappo .boxContent form .field-wrap .field-checkbox label {
  float: none;
  display: inline-block;
  width: auto;
  font-family: "CenturySchoolbookBT-Roman";
  font-size: 12px;
  padding-left: 25px;
}
#categoria .tappo .boxContent form .field-wrap .field-checkbox label a {
  color: #000000;
  text-decoration: underline;
}
#categoria .tappo .boxContent form .field-wrap.error .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid #ff3333;
}
#categoria .tappo .boxContent form .field-wrap.fullwidth {
  width: 98%;
  margin-bottom: 0;
}
#categoria .tappo .boxContent form .submit {
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 3%;
  font-family: "TheinhardtBold";
  color: #333333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #cccccc;
}
#categoria .tappo .boxContent form .submit_recaptcha {
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 3%;
  font-family: "TheinhardtBold";
  color: #333333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #cccccc;
}
#categoria .tappo .boxContent form .submit:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
#categoria .tappo .boxContent form .submit_recaptcha:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
#categoria .tappo.tappo-doppio {
  width: 65%;
}
#categoria .tappo.tappo-singolo {
  width: 32%;
}
#categoria .tappo.tappo-singolo form .field-wrap {
  width: 87%;
  margin: 0% 1% 0% 1%;
  display: inline-block;
}
#categoria .tappo.tappo-singolo form .field-wrap .input-wrap {
  float: left;
  width: 100%;
}
#categoria .tappo.tappo-singolo form .field-wrap .input-wrap input {
  padding: 2.5% 5%;
}
#categoriaNews .boxSottocategoria {
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
#categoriaNews .boxSottocategoria .boxContent {
  opacity: 1;
}
#categoriaNews .boxSottocategoria.evidenza .boxContent {
  float: left;
  text-align: center;
  opacity: 1;
  padding: 50px 0px;
  width: 100%;
  margin-left: 0;
  position: relative;
  top: 0;
}
#categoriaNews .boxSottocategoria.evidenza .boxContent .text {
  font: 16px/1.5em "CenturySchoolbookBT-Roman";
  color: #cccccc;
  margin-top: 10px;
}
#categoriaNews .boxSottocategoria.evidenza .boxContent .cta-button {
  float: none;
  display: inline-block;
  padding: 10px 100px;
  width: auto;
}
#categoriaNews .boxSottocategoria.evidenza .boxContent .cta-button:hover {
  border: 2px solid #ffffff;
}
#categoriaNews .boxNews {
  display: inline-block;
  *display: inline;
  *margin-right: 0.3em;
  *zoom: 1;
  vertical-align: top;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#categoriaNews .boxNews .thumb {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#categoriaNews .boxNews .thumb img {
  float: left;
  width: 100%;
}
#categoriaNews .boxNews .newsTitle {
  float: left;
  text-align: left;
  width: 84.5%;
  height: 70px;
  margin-left: 5.5%;
  margin-right: 10%;
  font: 16px/1.5em "CenturySchoolbookBT-Bold";
  color: #333333;
}
#categoriaNews .boxNews .text {
  float: left;
  text-align: left;
  font: 14px/1.5em "TheinhardtRegular";
  width: 84.5%;
  height: 150px;
  margin-left: 5.5%;
  margin-right: 10%;
  margin-bottom: 33px;
}
#categoriaNews .boxNews a.cta-txt {
  text-align: left;
  float: left;
  text-transform: uppercase;
  margin-left: 5.5%;
}
#categoriaNews .boxNews:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  position: relative;
}
#categoriaNews .boxNews.col25 {
  margin: 0 0.5%;
  width: 23.5%;
  margin-bottom: 50px;
}
#personalizza {
  margin-bottom: 66px;
}
#personalizza .slidePersonalizza {
  float: left;
  width: 100%;
  margin-top: 32px;
}
#personalizza .boxNews .cta-txt.title {
  font-size: 16px;
  margin-bottom: 30px;
}
#contactform,
#download-user-popup,
#download-press-popup,
#newsletter-subscription {
  text-align: center;
  background: #f2f2f2;
  padding: 32px 19%;
  width: 62%;
  margin-bottom: 20px;
  /*.field-wrap:nth-child(odd){
        .fr;
    }
    .field-wrap:nth-child(even){
        .fl;
    }*/
}
#contactform h3,
#download-user-popup h3,
#download-press-popup h3,
#newsletter-subscription h3 {
  margin-bottom: 12px;
}
#contactform .text,
#download-user-popup .text,
#download-press-popup .text,
#newsletter-subscription .text {
  margin-bottom: 50px;
  color: #666666;
}
#contactform .text a,
#download-user-popup .text a,
#download-press-popup .text a,
#newsletter-subscription .text a {
  color: #666666;
}
#contactform form,
#download-user-popup form,
#download-press-popup form,
#newsletter-subscription form {
  float: left;
  width: 100%;
  margin-top: 45px;
}
#contactform .field-wrap,
#download-user-popup .field-wrap,
#download-press-popup .field-wrap,
#newsletter-subscription .field-wrap {
  float: left;
  width: 49%;
  display: inline-block;
}
#contactform .field-wrap.fullwidth,
#download-user-popup .field-wrap.fullwidth,
#download-press-popup .field-wrap.fullwidth,
#newsletter-subscription .field-wrap.fullwidth {
  width: 100%;
}
#contactform .field-wrap label,
#download-user-popup .field-wrap label,
#download-press-popup .field-wrap label,
#newsletter-subscription .field-wrap label {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font: 12px/1em "TheinhardtBold";
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#contactform .field-wrap .input-wrap,
#download-user-popup .field-wrap .input-wrap,
#download-press-popup .field-wrap .input-wrap,
#newsletter-subscription .field-wrap .input-wrap,
#contactform .field-wrap .select-wrap,
#download-user-popup .field-wrap .select-wrap,
#download-press-popup .field-wrap .select-wrap,
#newsletter-subscription .field-wrap .select-wrap,
#contactform .field-wrap .text-wrap,
#download-user-popup .field-wrap .text-wrap,
#download-press-popup .field-wrap .text-wrap,
#newsletter-subscription .field-wrap .text-wrap {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
#contactform .field-wrap .input-wrap input,
#download-user-popup .field-wrap .input-wrap input,
#download-press-popup .field-wrap .input-wrap input,
#newsletter-subscription .field-wrap .input-wrap input,
#contactform .field-wrap .select-wrap input,
#download-user-popup .field-wrap .select-wrap input,
#download-press-popup .field-wrap .select-wrap input,
#newsletter-subscription .field-wrap .select-wrap input,
#contactform .field-wrap .text-wrap input,
#download-user-popup .field-wrap .text-wrap input,
#download-press-popup .field-wrap .text-wrap input,
#newsletter-subscription .field-wrap .text-wrap input,
#contactform .field-wrap .input-wrap textarea,
#download-user-popup .field-wrap .input-wrap textarea,
#download-press-popup .field-wrap .input-wrap textarea,
#newsletter-subscription .field-wrap .input-wrap textarea,
#contactform .field-wrap .select-wrap textarea,
#download-user-popup .field-wrap .select-wrap textarea,
#download-press-popup .field-wrap .select-wrap textarea,
#newsletter-subscription .field-wrap .select-wrap textarea,
#contactform .field-wrap .text-wrap textarea,
#download-user-popup .field-wrap .text-wrap textarea,
#download-press-popup .field-wrap .text-wrap textarea,
#newsletter-subscription .field-wrap .text-wrap textarea {
  background: #fcfcfc;
  padding: 15px 20px;
  width: calc(100% - 42px);
  font: 13px/1.5em "CenturySchoolbookBT-Roman";
  color: #333333;
  font-style: italic;
}
#contactform .field-wrap .input-wrap select,
#download-user-popup .field-wrap .input-wrap select,
#download-press-popup .field-wrap .input-wrap select,
#newsletter-subscription .field-wrap .input-wrap select,
#contactform .field-wrap .select-wrap select,
#download-user-popup .field-wrap .select-wrap select,
#download-press-popup .field-wrap .select-wrap select,
#newsletter-subscription .field-wrap .select-wrap select,
#contactform .field-wrap .text-wrap select,
#download-user-popup .field-wrap .text-wrap select,
#download-press-popup .field-wrap .text-wrap select,
#newsletter-subscription .field-wrap .text-wrap select {
  background: #fcfcfc;
  height: 52px;
  font: 13px/1.5em "CenturySchoolbookBT-Roman";
  color: #999999;
  font-style: italic;
  letter-spacing: 0.05em;
}
#contactform .field-wrap .input-wrap textarea,
#download-user-popup .field-wrap .input-wrap textarea,
#download-press-popup .field-wrap .input-wrap textarea,
#newsletter-subscription .field-wrap .input-wrap textarea,
#contactform .field-wrap .select-wrap textarea,
#download-user-popup .field-wrap .select-wrap textarea,
#download-press-popup .field-wrap .select-wrap textarea,
#newsletter-subscription .field-wrap .select-wrap textarea,
#contactform .field-wrap .text-wrap textarea,
#download-user-popup .field-wrap .text-wrap textarea,
#download-press-popup .field-wrap .text-wrap textarea,
#newsletter-subscription .field-wrap .text-wrap textarea {
  height: 104px;
  padding: 20px 20px;
}
#contactform .field-wrap .text-wrap,
#download-user-popup .field-wrap .text-wrap,
#download-press-popup .field-wrap .text-wrap,
#newsletter-subscription .field-wrap .text-wrap {
  height: auto;
}
#contactform .field-wrap .field-checkbox,
#download-user-popup .field-wrap .field-checkbox,
#download-press-popup .field-wrap .field-checkbox,
#newsletter-subscription .field-wrap .field-checkbox {
  margin-top: 25px;
}
#contactform .field-wrap .field-checkbox a,
#download-user-popup .field-wrap .field-checkbox a,
#download-press-popup .field-wrap .field-checkbox a,
#newsletter-subscription .field-wrap .field-checkbox a {
  color: #333333;
  text-decoration: underline;
}
#contactform .field-wrap .field-checkbox label,
#download-user-popup .field-wrap .field-checkbox label,
#download-press-popup .field-wrap .field-checkbox label,
#newsletter-subscription .field-wrap .field-checkbox label {
  font: 13px/1.5em "TheinhardtRegular";
  text-transform: none;
  letter-spacing: 0;
}
#contactform .field-wrap .field-checkbox .checkbox-wrap,
#download-user-popup .field-wrap .field-checkbox .checkbox-wrap,
#download-press-popup .field-wrap .field-checkbox .checkbox-wrap,
#newsletter-subscription .field-wrap .field-checkbox .checkbox-wrap {
  margin-top: 0;
}
#contactform .field-wrap .field-checkbox .checkbox-wrap .placeholder,
#download-user-popup .field-wrap .field-checkbox .checkbox-wrap .placeholder,
#download-press-popup .field-wrap .field-checkbox .checkbox-wrap .placeholder,
#newsletter-subscription .field-wrap .field-checkbox .checkbox-wrap .placeholder {
  width: 20px;
  height: 20px;
  background: #ffffff;
}
#contactform .field-wrap .submit-wrap input,
#download-user-popup .field-wrap .submit-wrap input,
#download-press-popup .field-wrap .submit-wrap input,
#newsletter-subscription .field-wrap .submit-wrap input {
  float: right;
  text-transform: uppercase;
  border: 3px solid #000000;
  background: transparent;
  font: 12px/1em "TheinhardtBold";
  padding: 15px 30px;
}
#contactform .field-wrap .submit-wrap input[type="submit"],
#download-user-popup .field-wrap .submit-wrap input[type="submit"],
#download-press-popup .field-wrap .submit-wrap input[type="submit"],
#newsletter-subscription .field-wrap .submit-wrap input[type="submit"] {
  float: right;
}
#contactform .field-wrap.checked .placeholder,
#download-user-popup .field-wrap.checked .placeholder,
#download-press-popup .field-wrap.checked .placeholder,
#newsletter-subscription .field-wrap.checked .placeholder {
  background: url("../images/checkbox.png") no-repeat center center #ffffff !important;
}
#contactform .field-wrap:nth-of-type(2n+0),
#download-user-popup .field-wrap:nth-of-type(2n+0),
#download-press-popup .field-wrap:nth-of-type(2n+0),
#newsletter-subscription .field-wrap:nth-of-type(2n+0) {
  float: right;
}
#download-user-popup,
#download-press-popup,
#newsletter-subscription {
  display: none;
}
.fancybox-overlay .fancybox-skin {
  background: #f2f2f2;
}
.fancybox-overlay .fancybox-skin #download-user-popup,
.fancybox-overlay .fancybox-skin #download-press-popup,
.fancybox-overlay .fancybox-skin #newsletter-subscription {
  float: left;
  position: absolute;
  display: block;
  padding: 0;
  width: 90%;
  margin-left: 5%;
  background: transparent;
}
.fancybox-overlay .fancybox-skin #download-user-popup form,
.fancybox-overlay .fancybox-skin #download-press-popup form,
.fancybox-overlay .fancybox-skin #newsletter-subscription form {
  margin-top: 0;
}
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap {
  overflow: visible;
}
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap input,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap input,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap input,
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap textarea,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap textarea,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap textarea,
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap select,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap select,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap select {
  border: 1px solid #f2f2f2;
}
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap .submit-wrap,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap .submit-wrap,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap .submit-wrap {
  margin-top: 30px;
}
.fancybox-overlay .fancybox-skin #download-user-popup form .field-wrap .submit-wrap input,
.fancybox-overlay .fancybox-skin #download-press-popup form .field-wrap .submit-wrap input,
.fancybox-overlay .fancybox-skin #newsletter-subscription form .field-wrap .submit-wrap input {
  float: right;
  text-transform: uppercase;
  border: 3px solid #000000;
  background: transparent;
  font: 12px/1em "TheinhardtBold";
  padding: 15px 30px;
}
.fancybox-overlay .fancybox-skin #download-user-popup form span,
.fancybox-overlay .fancybox-skin #download-press-popup form span,
.fancybox-overlay .fancybox-skin #newsletter-subscription form span {
  float: left;
  width: 100%;
  font-size: 0.8em;
  text-align: left;
}
.fancybox-overlay .fancybox-skin #download-user-popup .text,
.fancybox-overlay .fancybox-skin #download-press-popup .text,
.fancybox-overlay .fancybox-skin #newsletter-subscription .text {
  margin-bottom: 50px;
}
.fancybox-overlay .fancybox-skin .closeButton {
  position: absolute;
  background: #000000;
  color: #ffffff;
  overflow: hidden;
  height: 30px;
  width: 30px;
  border: 0;
  padding: 0px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 100%;
  text-transform: uppercase;
  top: 0px;
  right: -5%;
}
#article {
  margin-top: 20px;
  margin-bottom: 60px;
}
#article .content {
  float: right;
  position: relative;
  width: 75%;
}
#article .content h1 {
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 85%;
}
#article .content .social-share {
  float: right;
  text-align: right;
  margin-top: 20px;
}
#article .content .social-share li {
  display: inline-block;
  margin: 0px 3px;
}
#article .content p,
#article .content .text {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  top: -65px;
  margin-top: 65px;
}
#article .content p img,
#article .content .text img {
  max-width: 100%;
  height: auto;
}
#article .content .row {
  float: left;
  width: 100%;
}
#article .content .voceGlossario {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 33px;
}
#article .content .voceGlossario .voiceTitle {
  float: left;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  clear: both;
}
#article .content .wrapCol {
  float: left;
  width: 100%;
}
#article .content .wrapCol .col50 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
#article .content .wrapCol .col50 h3 {
  font-size: 16px;
  letter-spacing: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #333333;
}
#article .content .wrapCol .col50 .text u {
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-family: "TheinhardtRegular";
  text-transform: uppercase;
  float: left;
}
#article .content .wrapCol .col50 .text strong em {
  font-family: "TheinhardtRegular";
}
#article .content .wrapCol .col50:nth-child(even) {
  margin-right: 0%;
  margin-left: 2%;
}
#article .content .wrapCol .col50:nth-child(odd) {
  clear: both;
}
#article .content.limitHeight {
  position: relative;
  height: 90vh;
  overflow-y: auto;
}
#article .content.limitHeight .contenuto {
  float: left;
  width: 100%;
}
#article .sidebar {
  float: left;
  width: 22.30%;
}
#article .sidebar h2 {
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  color: #999999;
  margin: 0;
  padding: 15px 0;
  font-size: 21px;
}
#article .sidebar .rowArticle {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
  width: calc(100% - 20px);
  float: left;
}
#article .sidebar .rowArticle:hover {
  background: #f2f2f2;
}
#article .sidebar .rowArticle h5 {
  float: left;
  text-transform: uppercase;
  margin: 0px 0 0 0;
  width: 100%;
  font: 14px/1.3em "TheinhardtRegular";
  color: #333333;
}
#article .sidebar .rowArticle h5 a {
  float: left;
  color: #333333;
  width: 100%;
}
#article .sidebar .rowArticle.current h5 a {
  font-family: "TheinhardtBold";
  background: url("../images/ico-arrow-selected.png") no-repeat right center;
}
#article .sidebar .rowArticle.menuAccordion ul {
  float: left;
  width: 100%;
  padding: 0 10px 0 0px;
  margin-top: 15px;
  display: none;
}
#article .sidebar .rowArticle.menuAccordion ul li {
  float: left;
  text-transform: uppercase;
  margin: 0px 0 0 0;
  font: 12px/1.3em "TheinhardtRegular";
  color: #333333;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  padding-left: 10px;
}
#article .sidebar .rowArticle.menuAccordion ul li a {
  float: left;
  color: #333333;
  width: 100%;
}
#article .sidebar .rowArticle.menuAccordion ul li a:hover {
  font-family: "TheinhardtBold";
}
#article .sidebar .cta-txt {
  float: left;
  text-transform: uppercase;
  padding: 15px 10px;
  color: #999999;
}
#article .sidebar .alphGlossario {
  float: left;
  position: fixed;
  padding-top: 72px;
  margin-left: 15px;
}
#article .sidebar .alphGlossario li {
  float: left;
  text-align: center;
  width: 21px;
  margin-right: 2px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "TheinhardtLight";
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
#article .sidebar .alphGlossario li.selected {
  background: #333333;
  color: #ffffff;
}
#article .sidebar .alphGlossario li.inactive {
  opacity: 0.5;
}
#article .sidebar .faqList li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
  width: calc(100% - 20px);
  font: 14px/1.3em "TheinhardtRegular";
  color: #333333;
  cursor: pointer;
  float: left;
}
#article .sidebar .faqList li:hover {
  background: #f2f2f2;
}
#article .sidebar .faqList li.selected {
  background: url("../images/ico-arrow-selected.png") no-repeat 95% center;
  font-family: "TheinhardtBold";
}
#article .sidebar.fixedPosition {
  position: absolute;
  width: 21%;
  height: 90vh;
  overflow: hidden;
}
#article .sidebar.fixedPosition h2 {
  position: absolute;
  float: left;
  width: 100%;
}
#article .sidebar.fixedPosition .showContent {
  position: absolute;
  float: left;
  width: 100%;
  top: 62px;
  height: 100%;
  overflow-y: auto;
}
#article .data {
  float: left;
  font: 14px/1.61em "TheinhardtLight";
  color: #999999;
  width: 100%;
}
#storelocator {
  margin-top: 35px;
}
#storelocator #map-canvas {
  float: right;
  width: 68%;
  height: calc(100vh - 220px);
}
#storelocator .boxUtils {
  float: left;
  position: relative;
  width: 32%;
  height: calc(100vh - 220px);
  overflow: hidden;
  background: #333333;
}
#storelocator .boxUtils .boxSearch {
  width: calc(100% - 40px);
  padding: 20px;
  background: #666666;
}
#storelocator .boxUtils .boxSearch input {
  width: calc(100% - 20px);
  border: 0;
  background: #ffffff;
  padding: 15px 10px;
  font: 16px/1em "TheinhardtLight";
  height: 22px;
}
#storelocator .boxUtils .boxSearch .buttonWrap {
  float: right;
  position: relative;
  right: 0px;
  top: 0;
  margin-top: -52px;
  height: 52px;
}
#storelocator .boxUtils .boxSearch .buttonWrap a {
  float: left;
  text-align: center;
  padding: 0px 20px;
  margin-top: 8px;
  height: 36px;
  line-height: 36px;
}
#storelocator .boxUtils .boxSearch .buttonWrap a.geolocation {
  border-left: 1px solid #666666;
}
#storelocator .boxUtils .titleList {
  float: left;
  font: 18px/1em "TheinhardtLight";
  width: 100%;
  margin: 15px 20px;
  color: #ffffff;
}
#storelocator .boxUtils .titleList .total {
  font: 18px/1em "TheinhardtBold";
}
#storelocator .boxUtils .boxList {
  float: left;
  width: calc(100% - 40px);
  margin: 0 20px;
  height: calc(100% - 200px);
  position: relative;
  overflow-y: auto;
}
#storelocator .boxUtils .boxList li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
#storelocator .boxUtils .boxList li a {
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#storelocator .boxUtils .boxList li .km {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-family: "TheinhardtBold";
  font-size: 14px;
  background: #333333;
}
#storelocator .boxUtils .boxList li .storeName {
  float: left;
  width: 100%;
  font: 18px/1.3em "TheinhardtRegular";
  font-weight: bold;
}
#storelocator .boxUtils .boxList li .storeAddress {
  float: left;
  width: 100%;
  font: 14px/1.3em "CenturySchoolbookBT-Roman";
  color: #cccccc;
}
#storelocator .boxUtils .cta-txt {
  float: left;
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #ffffff;
  margin-left: 20px;
  margin-top: 17px;
}
#storelocator .popup-content a {
  color: black;
  text-decoration: underline;
}
#storeList {
  position: relative;
  font-family: "TheinhardtRegular";
  margin-bottom: 25px;
  min-height: 50vh;
  overflow-y: hidden;
}
#storeList .listWrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #ffffff), color-stop(75%, #ffffff), color-stop(75%, #f2f2f2), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(left, #ffffff 0, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
  background: -o-linear-gradient(left, #ffffff 0, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
  background: linear-gradient(to right, #ffffff 0, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=1);
}
#storeList h1,
#storeList h2 {
  text-align: center;
  margin: 0;
}
#storeList h1 {
  margin-top: 100px;
  margin-bottom: 32px;
}
#storeList h2 {
  margin-bottom: 30px;
}
#storeList .topBar {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
#storeList .topBar .cta-txt {
  float: left;
}
#storeList .topBar .filter {
  float: right;
}
#storeList .topBar .filter select {
  float: left;
  background: url("../images/ico-select.png") right center no-repeat;
  background-size: auto 40%;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 50px;
  font: 13px/1.61em "TheinhardtRegular";
  padding: 0 20px 0 0;
}
#storeList .topBar .filter select::-ms-expand {
  /* for IE 11 */
  display: none;
}
#storeList ul {
  float: left;
  text-align: left;
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
#storeList ul a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
#storeList ul a.website {
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}
#storeList ul .lnkprov {
  font-size: 14px;
  color: #666666;
}
#storeList ul li {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 15px 0;
  color: #666666;
  font-size: 14px;
}
#storeList ul li ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#storeList ul .titleRegione {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
#storeList ul.state {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
#storeList ul.state li {
  text-align: center;
}
#storeList ul.withSidebar {
  width: 75%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
#storeList a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
#storeList .agenti {
  float: right;
  width: calc(25% - 75px);
  padding: 25px 20px 25px 50px;
  margin-top: -5px;
}
#storeList .agenti h2 {
  text-align: left;
  float: left;
  width: 100%;
  font: 14px/1em "TheinhardtBold";
  color: #333333;
  margin-bottom: 40px;
}
#storeList .agenti ul {
  float: left;
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#storeList .agenti ul .titleRegione {
  font-size: 14px;
}
#storeList .agenti ul li a {
  font: 14px/1em "TheinhardtRegular";
  color: #666666;
}
#siteWrap {
  min-height: calc(100% - 462px);
  padding-bottom: 10px;
  margin-bottom: 290px;
  float: left;
  width: 100%;
}
#search h1 {
  float: left;
  text-align: center;
  width: 75%;
  margin: 0 12.5%;
  padding: 32px 0;
}
#search ul {
  float: left;
  width: 75%;
  margin: 0 12.5%;
}
#search ul li {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#search ul li h6 {
  font-family: "TheinhardtBold";
  margin: 0;
}
#search ul li h6 a {
  color: #333333;
}
#search ul li h6 a:hover {
  color: #cccccc;
}
#search ul li .text {
  margin: 20px 0 0 0;
  color: #666666;
}
#search ul li ul {
  margin: 0;
  width: 100%;
}
#search ul li ul li {
  border-bottom: 0;
  width: auto;
  font: 11px/1em "TheinhardtRegular";
  margin: 5px 5px 0 0;
}
#search ul li ul li.current {
  font-family: "TheinhardtBold";
}
#search ul li:last-child {
  border-bottom: 0;
}
#accordion h1 {
  float: left;
  text-align: center;
  width: 100%;
}
#accordion .text {
  float: left;
  text-align: center;
  width: 75%;
  margin: 0 12.5%;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-size: 28px;
  font-family: "TheinhardtLight";
}
#accordion .accordionSlide {
  float: left;
  position: relative;
  width: 100%;
  height: 90vh;
  margin-bottom: 10px;
}
#accordion .accordionSlide .sfumatura {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url('../images/sfumatura_nera.png') center center no-repeat;
  background-size: cover;
}
#accordion .accordionSlide .accordionSlideContent {
  float: left;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
}
#accordion .accordionSlide .accordionSlideContent h2.titleSlide {
  font-family: "TheinhardtLight";
  font-size: 48px;
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 20px;
}
#accordion .accordionSlide .accordionSlideContent .text {
  float: left;
  margin-left: 19%;
  color: #ffffff;
  font-size: 16px;
  font-family: "CenturySchoolbookBT-Roman";
  line-height: 1.8em;
  width: 62%;
}
#accordion .accordionSlide .accordionSlideContent .text p {
  color: #ffffff;
}
#accordion .accordionSlide .accordionSlideContent .cta-txt {
  float: left;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
}
#accordion .accordionSlide .videoBg {
  position: absolute;
  width: 100%;
  top: 0;
  height: 90vh;
}
#accordion .accordionSlide .videoMobile {
  display: none;
}
#accordion .parallax-container {
  float: left;
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
#accordion .parallax-container.bg-parallax {
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: right top, left top, center top;
}
#accordion .parallax-container .parallax {
  position: relative;
  left: 0;
  bottom: -50px;
  height: 100%;
  top: 0;
}
#accordion .parallax-container .parallax img {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
#accordion .accordionTimeLine {
  float: left;
  display: none;
  width: 100%;
  margin: 80px 0;
  background: url('../images/ico-line-accordion.png') center top repeat-y;
}
#accordion .accordionTimeLine .row {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
#accordion .accordionTimeLine .boxCol {
  float: left;
  width: 83%;
  width: 50%;
}
#accordion .accordionTimeLine .boxCol .boxTime {
  width: calc(78% - 30px);
  position: relative;
}
#accordion .accordionTimeLine .boxCol .boxTime .pointer {
  float: left;
  position: absolute;
  width: 16px;
  height: 10px;
  background: #000000;
  top: 67px;
}
#accordion .accordionTimeLine .boxCol .boxTime .date {
  width: 100%;
  font-size: 48px;
  font-family: "TheinhardtBold";
  height: 67px;
}
#accordion .accordionTimeLine .boxCol .boxTime .image {
  float: left;
  width: 100%;
}
#accordion .accordionTimeLine .boxCol .boxTime .image img {
  float: left;
  width: 100%;
}
#accordion .accordionTimeLine .boxCol .boxTime h2 {
  color: #333333;
  float: left;
  width: 100%;
  line-height: 1.0em;
  margin: 45px 0px 30px 0px;
  font-weight: bold;
}
#accordion .accordionTimeLine .boxCol .boxTime .abstract {
  /*
                    .fl;
                    .tal;
                    color:@darkgray;
                    width: 100%;
                    font-size: 28px;
                    font-family:@tlight;
                    line-height: 1.2em;
                    margin-bottom:38px;*/
}
#accordion .accordionTimeLine .boxCol .boxTime .text,
#accordion .accordionTimeLine .boxCol .boxTime .abstract {
  float: left;
  text-align: left;
  color: #333333;
  width: 100%;
  font-size: 20px;
  font-family: "TheinhardtLight";
  line-height: 1.2em;
  margin-bottom: 38px;
  margin-left: 0;
}
#accordion .accordionTimeLine .boxCol:nth-child(even) .boxTime {
  float: left;
  padding-left: 30px;
  margin-top: 20%;
}
#accordion .accordionTimeLine .boxCol:nth-child(even) .boxTime .pointer {
  left: -1px;
}
#accordion .accordionTimeLine .boxCol:nth-child(even) .boxTime .date {
  float: left;
  text-align: right;
}
#accordion .accordionTimeLine .boxCol:nth-child(odd) .boxTime {
  float: right;
  padding-right: 30px;
}
#accordion .accordionTimeLine .boxCol:nth-child(odd) .boxTime .pointer {
  right: -1px;
}
#accordion .accordionTimeLine .boxCol:nth-child(odd) .boxTime .date {
  float: right;
  text-align: left;
}
footer {
  float: left;
  background: #f2f2f2;
  width: 100%;
  margin-top: -290px;
  height: 290px;
}
footer a[href^=tel] {
  color: #333333;
  text-decoration: none;
}
footer .darkRow {
  float: left;
  text-align: center;
  display: none;
  width: 100%;
  background: #d9d9d9;
  padding: 16px 0 21px 0;
}
footer .darkRow .social {
  display: none;
}
footer .col .shortContact {
  float: left;
  width: 20%;
  padding-top: 25px;
  padding-right: 6%;
}
footer .col .shortContact h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 14px;
}
footer .col .shortContact p,
footer .col .shortContact .text {
  font: 13px/1.61em "TheinhardtRegular";
  margin-top: 10px;
}
footer .col .shortContact .number {
  font: 13px/1em "TheinhardtBold";
  text-transform: uppercase;
}
footer .col nav {
  float: right;
  width: 73%;
}
footer .col nav ul {
  float: right;
  width: 100%;
}
footer .col nav ul .col33 {
  float: left;
  width: 27%;
  border-left: 1px solid #e6e6e6;
  padding: 0 3%;
  margin-top: 50px;
}
footer .col nav ul .col33 li {
  text-transform: uppercase;
  font: 13px/1em "TheinhardtBold";
  margin: 6px 0;
}
footer .col nav ul .col33 li a {
  color: #333333;
}
footer .col nav ul .col33 li a:hover {
  color: #666666;
}
footer hr {
  float: left;
  width: 4.5%;
  border-top: 1px solid #666666;
  margin-bottom: 42px;
  margin-top: 20px;
  opacity: 0.2;
  clear: both;
  margin-left: 47.5%;
  margin-right: 47.5%;
}
footer .copyright {
  float: left;
  font: 12px/1em "CenturySchoolbookBT-Roman";
  color: #333333;
}
footer .social {
  float: right;
  list-style: none;
  margin-top: -6px;
}
footer .social li {
  display: inline-block;
  margin: 0 6px 17px 0;
}
.searchBox {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 101;
  top: 0;
  display: none;
}
.searchBox .searchform {
  float: right;
  position: absolute;
  width: 80%;
  margin: 20% 10%;
  z-index: 5;
}
.searchBox .searchform input {
  float: left;
  width: 92%;
  padding: 2% 4%;
  border: 0;
  font: 16px/1.5em "TheinhardtLight";
  color: #666666;
}
.searchBox .overlay {
  z-index: 4;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.gallery {
  float: left;
  position: relative;
  width: 100%;
}
.gallery .slick-list {
  float: left;
  width: 100%;
}
.gallery .slick-list .slideEl {
  float: left;
  text-align: center;
  width: 100%;
}
.gallery .slick-list .slideEl img {
  float: right;
  width: 66.20%;
  margin-right: 8.45%;
}
.gallery .slick-list .slideEl img.slideCenter {
  float: none!important;
  margin: 0 auto;
}
.gallery .slick-arrow {
  margin-top: 17%;
  width: 17px;
  height: 27px;
}
.gallery .slick-arrow.slick-prev {
  float: left;
  background: url('../images/arrow-slide-dark-prev.png') center center no-repeat;
  margin-left: 2.8%;
  background-size: 100% auto;
}
.gallery .slick-arrow.slick-next {
  float: right;
  background: url('../images/arrow-slide-dark-next.png') center center no-repeat;
  margin-right: 2.8%;
  background-size: 100% auto;
}
.gallery .slick-dots {
  margin-top: 25px;
  margin-bottom: 55px;
  bottom: 0;
  z-index: 10;
}
.gallery .slick-dots li button {
  background-color: #999999;
}
.gallery .slick-dots li.slick-active button {
  background-color: #666666;
}
.gallery .boxContent,
.gallery .boxFixed {
  margin-left: 7%;
  margin-top: 4%;
  float: left;
  text-align: center;
  padding: 20px;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 0;
}
.gallery .boxContent .centerv,
.gallery .boxFixed .centerv {
  width: calc(100% - 40px);
}
.gallery .boxContent h4,
.gallery .boxFixed h4 {
  float: left;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.1em!important;
  margin: 0 0 25px 0;
}
.gallery .boxContent h4 a,
.gallery .boxFixed h4 a {
  margin: 0!important;
}
.gallery .boxContent .text,
.gallery .boxFixed .text {
  float: left;
  width: 100%!important;
  font: 15px/1.33em "TheinhardtLight";
  letter-spacing: 0.03em!important;
  margin: 0 0 35px 0!important;
}
.gallery .boxContent hr,
.gallery .boxFixed hr {
  width: 28%!important;
  border-top: 1px solid #ffffff !important;
  margin-bottom: 0!important;
}
.gallery .boxContent a,
.gallery .boxFixed a {
  float: left;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0 0;
}
.gallery .boxFixed {
  z-index: 5;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1200px) {
  .seo-text .text-columns-wrapper .text-column {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .seo-text .text-columns-wrapper .text-column {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .seo-text .text-columns-wrapper .text-column {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #benefici .benefit {
    margin: 35px 5%;
    width: 90%;
  }
  #benefici .benefit img {
    width: 100%;
  }
  #benefici .benefit .content {
    width: calc(100% - 44px);
    height: auto!important;
  }
  #benefici .benefit .content h4 {
    margin-bottom: 15px;
  }
  #benefici .benefit .content .text {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #anchorTop {
    display: none;
  }
  #anchorTop .titCurrent {
    display: none;
  }
  #anchorTop ul {
    line-height: 30px;
  }
  #anchorTop ul.anchorMenu li a {
    padding: 0 10px;
  }
  #anchorTop ul.anchorMenu li:first-child a {
    padding-left: 0;
  }
  #anchorTop .cta-wrapper .cta-txt {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  header nav.top {
    display: none;
  }
  header .head {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
  header .head .menu {
    display: block;
    float: right;
  }
  header .head .menu .menuMobile {
    display: block;
  }
  header .head .menu ul {
    display: none;
    position: absolute;
    float: right;
    z-index: 20;
    width: 100%;
    right: 0;
    background: #333333;
    margin-top: 45px;
  }
  header .head .menu ul li {
    border: none;
    float: left;
    width: 100%;
  }
  header .head .menu ul li a {
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
  }
  header .head .menu ul li a.current {
    border: 0;
    color: #cccccc;
    padding: 15px;
    margin: 0 20px;
  }
  header .head .menu ul li:hover {
    border: none;
  }
  header .head .menu ul li .submenu {
    position: relative;
    margin-top: 0!important;
    padding-top: 0;
  }
  header .head .menu ul li .submenu.visible {
    height: auto;
  }
  header .head .menu ul li .submenu ul {
    display: block;
    position: relative;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  header .head .menu ul li .submenu ul li {
    float: left;
    width: 100%;
  }
  header .head .menu ul li .submenu ul li a {
    color: #ffffff;
    padding: 8px 15px;
  }
  header .head .search {
    display: none;
  }
  header.fixed .head {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
  #bread {
    top: 119px;
  }
  #anchor {
    display: none;
  }
  #anchorTop {
    text-align: center;
    padding-right: 30px;
    width: calc(100% - 60px);
  }
  #anchorTop .titCurrent {
    display: none;
    float: none;
  }
  #anchorTop ul.anchorMenu {
    display: none;
  }
  #anchorTop .cta-wrapper {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }
  #slider .slick-dots {
    top: calc(100% - 50px) !important;
    margin-top: 0px!important;
    position: absolute !important;
    width: 100%;
    margin-left: 0;
  }
  #slider .slick-prev {
    left: 0px;
  }
  #slider .slick-next {
    right: 0px;
  }
  #slider .slide .boxContent {
    margin-left: calc(50% - 160px) !important;
  }
  #gallery .filter li span {
    padding: 0 10px;
  }
  #gallery .galleryWrap .galleryItem {
    width: 23.5%;
  }
  #personalizza .slick-dots {
    margin-top: -80px;
  }
  #personalizza .slick-dots li.active span {
    background: #333333;
  }
  #discover .collage .col50 .boxFullHeight .boxContent,
  #discover .collage .col50 .boxMedHeight .boxContent {
    padding: 20px;
    width: 260px;
    height: 260px;
    margin-left: calc(50% - 150px) !important;
    opacity: 1;
  }
  #discover .collage .col50 .boxFullHeight .boxContent .centerv,
  #discover .collage .col50 .boxMedHeight .boxContent .centerv {
    width: calc(100% - 40px);
  }
  #discover .collage .col50 .boxFullHeight .boxContent hr,
  #discover .collage .col50 .boxMedHeight .boxContent hr {
    margin-bottom: 0;
  }
  #discover .collage .col50 .boxFullHeight .boxContent .text,
  #discover .collage .col50 .boxMedHeight .boxContent .text {
    margin-bottom: 15px;
  }
  #collection .slick-track .slideEl .boxContent {
    width: calc(42% - 80px);
    margin-left: 0%;
    margin-top: 3%;
    padding: 30px 40px;
  }
  #collection .slick-track .slideEl .boxContent .text {
    margin: 0 0 20px 0;
  }
  #collection .slick-track .slideEl .boxContent hr {
    margin-bottom: 20px;
  }
  #collection .slick-track .slideEl .boxContent a {
    margin: 0;
  }
  #collection .slick-track .slideEl img {
    width: 90%;
    margin-right: 0%;
  }
  #collection .slick-arrow {
    margin-top: -40%;
  }
  #collection .slick-arrow .slick-prev {
    margin-left: 0;
  }
  #collection .slick-arrow .slick-next {
    margin-right: 0;
  }
  #benefici .benefit {
    margin: 35px 5%;
    width: 90%;
  }
  #contactform {
    padding: 65px 5%;
    width: 90%;
  }
  #contactform .field-wrap .field-checkbox label {
    width: 170%;
  }
  #news .boxNews {
    width: 48%;
    margin-bottom: 50px;
  }
  #news .newscarousel .slick-list .slick-track {
    margin-bottom: 50px;
  }
  #news .newscarousel .slick-dots li.slick-active button {
    background-color: #333333;
  }
  #article .sidebar {
    width: 30%;
  }
  #article .content {
    width: 67%;
  }
  #article .content .col50 {
    width: 100%;
    margin: 0!important;
    margin-bottom: 1%!important;
  }
  #article .content .col50 h3 {
    top: 0;
  }
  #storelocator #map-canvas {
    width: 100%;
    height: calc(80vh - 250px);
  }
  #storelocator .boxUtils {
    width: 100%;
    height: auto;
  }
  #storelocator .boxUtils .boxList {
    height: auto;
  }
  #storelocator .boxUtils .cta-txt {
    margin-bottom: 35px;
  }
  #storeList {
    padding-bottom: 25px;
  }
  #storeList .topBar .cta-txt {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #storeList .topBar .filter {
    float: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  #storeList .topBar .filter select {
    float: none;
    margin: 5px 15px;
  }
  #storeList ul {
    float: left;
    text-align: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #storeList ul.state {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #storeList ul li {
    float: left;
  }
  #storeList ul li ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #siteWrap {
    min-height: calc(100% - 124px);
    margin-bottom: 30px;
  }
  footer {
    margin-top: 0px;
   /* height: 130px;*/
	height: auto; /*sara*/
  }
  footer .darkRow {
    display: none; /*sara - block*/
    text-align: left;
  }
  footer .darkRow img {
    float: left;
    margin-left: 10px;
  }
  footer .darkRow .social {
    display: block; 
    margin-right: 10px;
  }
	footer .col .shortContact{
	display: none;
	}
  footer .col .bottom {
   /* display: none;*/
  }
	
		/*sara*/
	footer .col nav{
	width:100%;
	}
	footer .col nav ul .col33 {
   display:none;
	}
	footer .col nav ul .col33:last-child {
    display: block;
    border-left: none;
    padding: 0;
    margin-top: 10px;
	width:100%;
	}
  footer .col .social {
   display: block; /*none - sara*/
    float: none; /*sara*/
    text-align: center; /*sara*/
  }
	/*fine sara*/
	
 
  footer .social li {
    margin: 7px 0 0 0;
  }
  footer .social li img {
    margin: 0;
  }
  footer hr {
    display: none;
  }
  footer .copyright {
    /*text-align: center;*/
    margin: 20px 0;
    width: 100%;
  }
}
/*MOBILE*/
@media (max-width: 767px) {
  header.fixed {
    top: 0px;
  }
  header.fixed .head {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
  header nav.top .onMobile {
    display: block;
  }
  header nav.top ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    border-top: 1px solid #ffffff;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header nav.top ul li {
    float: left;
    width: 100%;
  }
  header nav.top ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
  }
  header nav.top .lang {
    margin-right: 15px;
    margin-top: 0;
    padding: 0px 15px 0px 25px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  header nav.top .lang ul {
    border-top: 0;
  }
  header nav.top .lang .langSel {
    width: 39px;
    right: 0px;
    padding: 5px 15px 0px 25px;
    line-height: 40px;
  }
  header .head {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
  header .head .logo {
    margin-right: 0;
  }
  header .head .menu {
    display: block;
    float: right;
  }
  header .head .menu .menuMobile {
    display: block;
  }
  header .head .menu ul {
    display: none;
    position: absolute;
    float: right;
    z-index: 20;
    width: 100%;
    right: 0;
    background: #333333;
    margin-top: 45px;
  }
  header .head .menu ul li {
    border: none;
    float: left;
    width: 100%;
  }
  header .head .menu ul li a {
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
  }
  header .head .menu ul li a.current {
    border: 0;
    color: #cccccc;
    padding: 15px;
    margin: 0 20px;
  }
  header .head .menu ul li:hover {
    border: none;
  }
  header .head .menu ul li .submenu {
    position: relative;
    margin-top: 0!important;
    padding-top: 0;
  }
  header .head .menu ul li .submenu.visible {
    height: auto;
  }
  header .head .menu ul li .submenu ul {
    display: block;
    position: relative;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  header .head .menu ul li .submenu ul li {
    float: left;
    width: 100%;
  }
  header .head .menu ul li .submenu ul li a {
    color: #ffffff;
    padding: 8px 15px;
  }
  header .head .search {
    display: none;
  }
  .col25 {
    width: 100%;
    margin: 0;
  }
  #bread {
    top: 128px;
    width: calc(100% - 10px);
    padding-left: 10px;
  }
  #bread ul li:first-child {
    display: none;
  }
  #anchorTop,
  #anchor {
    display: none!important;
  }
  .bx-controls .bx-controls-direction {
    margin-top: -55%;
  }
  #slider .slide .boxContent {
    margin-left: calc(50% - 160px) !important;
    width: 150px;
    height: 150px;
  }
  #slider .slide .boxContent h4 {
    margin: 0 0 10px 0;
  }
  #slider .slide .boxContent .text {
    margin: 0 0 10px 0;
  }
  #slider .slide .boxContent a {
    margin: 10px 0 0 0;
  }
  #slider .slide img {
    width: 200%;
  }
  #slider .slick-dots {
    top: calc(100% - 50px) !important;
    margin-top: 0px!important;
    position: absolute !important;
    width: 100%;
    margin-left: 0;
  }
  #slider .slick-prev {
    left: 0px;
  }
  #slider .slick-next {
    right: 0px;
  }
  .insideSlide .slick-dots {
    top: calc(100% - 30px) !important;
    margin-top: 0px!important;
    position: absolute !important;
  }
  #personalizza .boxNews {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #personalizza .slick-dots {
    margin-top: -90px;
  }
  #personalizza .slick-dots li.slick-active button {
    background: #333333;
  }
  #accordion h1 {
    float: left;
    text-align: center;
    width: 100%;
  }
  #accordion .text {
    float: left;
    text-align: center;
    width: 75%;
    margin: 0 12.5%;
    margin-bottom: 25px;
    line-height: 1.3em;
    font-size: 28px;
    font-family: "TheinhardtLight";
  }
  #accordion .accordionSlide {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #accordion .accordionSlide .sfumatura {
    display: none;
  }
  #accordion .accordionSlide .accordionSlideContent {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10vh;
  }
  #accordion .accordionSlide .accordionSlideContent h2.titleSlide {
    font-family: "TheinhardtLight";
    font-size: 26px;
    color: #000000;
    line-height: 1em;
    margin-bottom: 20px;
  }
  #accordion .accordionSlide .accordionSlideContent .text {
    float: left;
    margin-left: 19%;
    color: #000000;
    font-size: 16px;
    font-family: "CenturySchoolbookBT-Roman";
    line-height: 1.8em;
    width: 62%;
  }
  #accordion .accordionSlide .accordionSlideContent .text p {
    color: #ffffff;
  }
  #accordion .accordionSlide .accordionSlideContent .cta-txt {
    float: left;
    text-transform: uppercase;
    width: 100%;
    color: #000000;
  }
  #accordion .accordionSlide .videoBg {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
    padding-top: 50vh;
    background-size: auto 50vh;
    background-position: center top;
    background-repeat: no-repeat;
    display: none;
  }
  #accordion .accordionSlide .videoMobile {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
  }
  #accordion .accordionSlide .videoMobile iframe {
    float: left;
    width: 100%;
    height: 50vh;
  }
  #accordion .parallax-container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 50vh;
  }
  #accordion .parallax-container.bg-parallax {
    background-position: center top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right top, left top, center top;
    background-size: auto 50vh;
  }
  #accordion .parallax-container .parallax {
    position: relative;
    left: 0;
    bottom: -50px;
    height: 100%;
    top: 0;
  }
  #accordion .parallax-container .parallax img {
    position: absolute;
    bottom: -70px;
    width: 100%;
  }
  #article .content {
    width: 100%;
  }
  #article .content .data {
    text-align: center;
  }
  #article .content h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #article .content .social-share {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  #article .content .social-share ul.shareButton {
    width: 100%;
    text-align: center;
  }
  #article .content .text {
    text-align: left;
    width: 88%;
    margin: 0 6%;
    top: 0;
  }
  #article .content .col50 {
    width: 100%;
    margin: 0!important;
    margin-bottom: 15%!important;
  }
  #article .content .col50 h3 {
    width: 88%;
    margin: 1% 6% 3% 6%;
    top: 0;
  }
  #article .sidebar {
    width: 100%;
    margin-bottom: 25px;
  }
  #article .sidebar h2 {
    text-align: left;
    cursor: pointer;
    background: url('../images/arrow-sidebar-bottom.png') 95% center no-repeat;
    background-size: auto 15px;
    width: 90%;
    padding: 2% 5%;
  }
  #article .sidebar .showContent {
    display: none;
  }
  #article .sidebar .showContent h5 {
    margin-top: 0;
  }
  #discover h1 {
    margin-top: 0px;
  }
  #discover h2 {
    width: 90%;
    margin: 0 5%;
    line-height: 1.0em;
  }
  #discover .collage {
    display: none;
  }
  #discover .collageMobile {
    display: block;
    margin-top: 50px;
  }
  #discover .cta-wrapper .cta-txt {
    float: left !important;
    width: 100%;
    border: 0!important;
    padding: 15px 0;
    clear: both;
  }
  #discover .text {
    text-align: left;
    width: 88%;
    margin: 0 6%;
  }
  #categoriaNews .boxSottocategoria,
  #categoria .boxSottocategoria,
  #categoriaRelated .boxSottocategoria,
  #categoria.row33 .boxSottocategoria,
  #categoria.row50 .boxSottocategoria {
    width: 100%!important;
    margin: 15px 0;
  }
  #categoriaNews .boxSottocategoria .boxContent,
  #categoria .boxSottocategoria .boxContent,
  #categoriaRelated .boxSottocategoria .boxContent,
  #categoria.row33 .boxSottocategoria .boxContent,
  #categoria.row50 .boxSottocategoria .boxContent {
    opacity: 1;
    width: calc(100% - 80px) !important;
    padding: 20px 40px!important;
    margin-left: 0%;
  }
  #categoriaNews .boxSottocategoria .boxContent .text,
  #categoria .boxSottocategoria .boxContent .text,
  #categoriaRelated .boxSottocategoria .boxContent .text,
  #categoria.row33 .boxSottocategoria .boxContent .text,
  #categoria.row50 .boxSottocategoria .boxContent .text {
    margin-bottom: 5px;
  }
  #categoriaNews .boxNews.col25,
  #categoria .boxNews.col25,
  #categoriaRelated .boxNews.col25,
  #categoria.row33 .boxNews.col25,
  #categoria.row50 .boxNews.col25 {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #categoriaNews .tappo.tappo-doppio,
  #categoria .tappo.tappo-doppio,
  #categoriaRelated .tappo.tappo-doppio,
  #categoria.row33 .tappo.tappo-doppio,
  #categoria.row50 .tappo.tappo-doppio,
  #categoriaNews .tappo.tappo-singolo,
  #categoria .tappo.tappo-singolo,
  #categoriaRelated .tappo.tappo-singolo,
  #categoria.row33 .tappo.tappo-singolo,
  #categoria.row50 .tappo.tappo-singolo {
    width: 100%;
  }
  #anchor .dk-distribute .dkd-item {
    width: 100%;
    padding: 5px 0!important;
    border: 0;
  }
  #anchorTop {
    display: none;
  }
  #benefici {
    margin-top: 0px;
  }
  #benefici .benefit {
    margin: 10px 8.6%;
    width: 82.8%;
  }
  #benefici .benefit img {
    width: 100%;
  }
  #benefici .benefit .slideBenefit {
    float: left;
    width: 100%;
  }
  #benefici .benefit .content {
    width: calc(100% - 44px);
    height: auto!important;
  }
  #benefici .benefit .content h4 {
    margin-bottom: 15px;
  }
  #benefici .benefit .content .text {
    margin-bottom: 15px;
  }
  #gallery .filter {
    border: 1px solid #cccccc;
  }
  #gallery .filter li {
    display: none;
    width: 100%;
  }
  #gallery .filter li span {
    border: 0;
    display: inline-block;
  }
  #gallery .filter li.current {
    display: inline-block;
    background: transparent;
  }
  #gallery .filter li.current span a {
    color: #333333;
  }
  #gallery .filter li.current span.arrowSel {
    position: relative;
    top: -4px;
  }
  #gallery .galleryWrap .galleryItem {
    width: 48%;
  }
  #accordionGrid .col33 {
    width: 100%;
    height: 30px;
    margin: 1% 0;
  }
  #accordionGrid .col33 .boxContent {
    background: transparent;
  }
  #accordionGrid .col33 .boxContent h4 {
    font-size: 13px;
  }
  #accordionGrid .col33 a.linkImage {
    opacity: 0;
  }
  #accordionGrid .col33.selected {
    height: auto!important;
  }
  #accordionGrid .col33.selected .boxContent {
    background: transparent;
  }
  #accordionGrid .col33.selected .boxContent h4 {
    font-size: 21px;
  }
  #accordionGrid .col33.selected a.linkImage {
    opacity: 0.75;
  }
  #accordionGrid .boxAccordion .text h3 {
    float: left;
    width: 100%;
  }
  #accordionGrid .boxAccordion .text .imageBox {
    float: left;
    width: 100%;
  }
  #contactform {
    width: 80%;
    padding: 50px 10%;
  }
  #contactform .field-wrap {
    width: 100%;
  }
  #collection .gallery .slick-list .slideEl img {
    width: 100%;
    margin-right: 0%;
  }
  #collection .gallery .boxContent {
    margin: 0px 20px;
    padding: 50px 40px;
    width: calc(100% - 144px);
    margin-top: 150px;
  }
  #collection .gallery .boxFixed {
    position: relative;
    margin: 0 auto;
    width: 150px;
    float: none;
    height: 150px;
    padding: 20px;
    margin-top: 40%;
  }
  #collection .gallery .boxFixed h4 a {
    font-size: 14px;
  }
  #news {
    margin-bottom: 30px;
  }
  #news .slick-dots li button {
    background-color: #333333;
  }
  #storelocator #map-canvas {
    width: 100%;
    height: 250px;
  }
  #storelocator .boxUtils {
    width: 100%;
    height: auto;
  }
  #storelocator .boxUtils .boxList {
    height: auto;
  }
  #storelocator .boxUtils .cta-txt {
    margin-bottom: 35px;
  }
  #storeList {
    padding-bottom: 25px;
  }
  #storeList .topBar .cta-txt {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #storeList .topBar .filter {
    float: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  #storeList .topBar .filter select {
    float: none;
    margin: 5px 10px;
  }
  #storeList ul {
    float: left;
    text-align: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #storeList ul.state {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #storeList ul.state li {
    float: left;
    width: 100%;
  }
  #storeList ul.withSidebar {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
  #storeList .agenti {
    float: left;
    width: calc(100% - 50px);
    padding: 25px;
    position: relative;
  }
  #siteWrap {
    min-height: calc(100% - 124px);
    margin-bottom: 30px;
  }
	/*footer mobile*/
  footer {
    margin-top: 0px;
   /* height: 145px;*/ /*sara*/
	height: auto; /*sara*/
  }
  footer .darkRow {
    text-align: left;
    display: none; /*sara - block*/
  }
  footer .darkRow img {
    float: left;
    margin-left: 10px;
  }
  footer .darkRow .social {
    display: block;
    margin-right: 10px;
  }
	/*sara*/
  footer .col .shortContact{
	 display: none;
   }
	/*fine sara*/
  footer .col .bottom {
   /* display: none;*/ /*block - sara*/
  }
  footer .col nav{
	float:none;
	width:100%;
  }
	/*sara*/
	footer .col nav ul .col33 {
   display:none;
	}
	footer .col nav ul .col33:last-child {
    display: block;
    border-left: none;
    padding: 0;
    margin-top: 10px;
	width:100%;
	}
  footer .col .social {
   display: block; /*none - sara*/
    float: none;
    text-align: center;
  }
	/*fine sara*/
  footer .social li {
    margin: 7px 0 0 0;
  }
  footer .social li img {
    margin: 0;
  }
  footer hr {
    display: none;
  }
  footer .copyright {
    margin: 20px 0;
  }
  nav.menuBrother {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}