@charset "UTF-8";
.uppercase {
  text-transform: uppercase;
}
.debug * {
  background: rgba(0, 0, 0, 0.15);
}
.col-1-2 {
  float: left;
  width: 50%;
}
.col-1-4 {
  float: left;
  width: 25%;
}
.col-1-3 {
  float: left;
  width: 33.33333333%;
}
.col-2-3 {
  float: left;
  width: 66.66666667%;
}
.spacer {
  margin-bottom: 16px;
}
.spacer.smallest {
  margin-bottom: 2px;
}
@media screen and (max-width: 1020px) {
  .spacer.smallest {
    margin-bottom: 1px;
  }
}
.spacer.smaller {
  margin-bottom: 4px;
}
@media screen and (max-width: 1020px) {
  .spacer.smaller {
    margin-bottom: 2px;
  }
}
.spacer.small {
  margin-bottom: 8px;
}
@media screen and (max-width: 1020px) {
  .spacer.small {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1020px) {
  .spacer {
    margin-bottom: 8px;
  }
}
.spacer.big {
  margin-bottom: 32px;
}
@media screen and (max-width: 1020px) {
  .spacer.big {
    margin-bottom: 16px;
  }
}
.spacer.bigger {
  margin-bottom: 64px;
}
@media screen and (max-width: 1020px) {
  .spacer.bigger {
    margin-bottom: 32px;
  }
}
.spacer.biggest {
  margin-bottom: 128px;
}
@media screen and (max-width: 1020px) {
  .spacer.biggest {
    margin-bottom: 64px;
  }
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-justify {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.m {
  margin: 16px;
}
.m-half {
  margin: 8px;
}
.m-double {
  margin: 32px;
}
.m-extradouble {
  margin: 64px;
}
.mt {
  margin-top: 16px;
}
.mt-half {
  margin-top: 8px;
}
.mt-double {
  margin-top: 32px;
}
.mt-extradouble {
  margin-top: 64px;
}
.mb {
  margin-bottom: 16px;
}
.mb-half {
  margin-bottom: 8px;
}
.mb-double {
  margin-bottom: 32px;
}
.mb-extradouble {
  margin-bottom: 64px;
}
.ml {
  margin-left: 16px;
}
.ml-half {
  margin-left: 8px;
}
.ml-double {
  margin-left: 32px;
}
.ml-extradouble {
  margin-left: 64px;
}
.mr {
  margin-right: 16px;
}
.mr-half {
  margin-right: 8px;
}
.mr-double {
  margin-right: 32px;
}
.mr-extradouble {
  margin-right: 64px;
}
.p {
  padding: 16px;
}
.p-half {
  padding: 8px;
}
.p-double {
  padding: 32px;
}
.p-extradouble {
  padding: 64px;
}
.pt {
  padding-top: 16px;
}
.pt-half {
  padding-top: 8px;
}
.pt-double {
  padding-top: 32px;
}
.pt-extradouble {
  padding-top: 64px;
}
.pb {
  padding-bottom: 16px;
}
.pb-half {
  padding-bottom: 8px;
}
.pb-double {
  padding-bottom: 32px;
}
.pb-extradouble {
  padding-bottom: 64px;
}
.pr {
  padding-right: 16px;
}
.pr-half {
  padding-right: 8px;
}
.pr-double {
  padding-right: 32px;
}
.pr-extradouble {
  padding-right: 64px;
}
.pl {
  padding-left: 16px;
}
.pl-half {
  padding-left: 8px;
}
.pl-double {
  padding-left: 32px;
}
.pl-extradouble {
  padding-left: 64px;
}
.credits {
  float: right;
  font-size: 12px;
  margin-right: 15px;
}
.credits a {
  color: #666666;
  padding-right: 25px;
  text-decoration: none;
}

.credits a:hover strong {
  color: #7db025;
  border-bottom: 1px solid #7db025;
}
.credits a:hover .basilico {
  background-position: right -16px;
}
@media screen and (max-width: 1020px) {
  .hide-on-mobile {
    display: none;
  }
}
/*body {
  font: 15px/24.15px 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  color: #676767;
  background-color: #ffffff;
  font-weight: 100;
} */
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}


img {
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  color: inherit;
}
a:hover {
  color: #3498db;
}
p {
  margin-top: 8px;
  margin-bottom: 8px;
}
b {
  font-weight: 600;
}
hr {
  border: 0;
  border-bottom: 1px solid #cccccc;
  width: 450px;
}
h2 a {
  text-decoration: none;
}
.max-width {
  width: 1280px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .max-width {
    width: 980px;
  }
}
@media screen and (max-width: 1020px) {
  .max-width {
    width: 640px;
  }
}
.fixed-width {
  width: 980px;
}
@media screen and (max-width: 1020px) {
  .fixed-width {
    width: auto;
  }
}
.fixed-width,
.max-width {
  margin: 0 auto;
  overflow: hidden;
}
.title {
  font-size: 30px;
  line-height: 48.3px;
  color: #343434;
}
.title strong {
  color: #3498D8;
  font-weight: 100;
}
.title._1 {
  text-transform: uppercase;
  text-align: center;
}
.title._1s {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.title._2 {
  color: #ffffff;
  font-weight: 100;
}
.title._3 {
  color: #d67c1c;
  text-transform: capitalize;
  margin: 0;
  line-height: 0;
}
.title._4 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  font-family: 'Raleway';

}

.title._4 p{
  font-size: 0.8em;
  font-weight: 300;
  margin: 0;
  font-family: 'Raleway';

}
@media screen and (max-width: 1020px) {
  .title {
    font-size: 22.5px;
    line-height: 36.225px;
  }
}
.img-fluid img {
  width: 100%;
}
.text-display {
  font-family: 'Monda', 'Arial', 'Helvetica', sans-serif;
}
.text-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.btn {
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #343434;
  color: #ffffff !important;
  font-size: 0.8em;
  display: inline-block;
}
.btn:hover {
  background-color: #3498db;
}
.row-highlight {
  color: #343434;
  background-color: #d67c1c;
  font-weight: 400;
}
.row-highlight a {
  color: #ffffff;
  text-decoration: underline;
}
.row-light {
  background-color: #e6e6e6;
}
.row-light .title {
  color: #343434;
}
.row-light a {
  color: #d67c1c;
  text-decoration: none;
}
.row-dark {
  background-color: #343434;
}
.row-dark .title {
  color: #ffffff;
}
.row-dark .text {
  color: #ffffff;
}
.row-dark a {
  color: #ffffff;
  text-decoration: none;
}
.row-dark b {
  color: #d67c1c;
  font-weight: 400;
}
.menu {
  background-color: #343434;
}
.menu .logo {
  float: left;
  width: 20%;
  text-align: left;
}
.menu .nav {
  float: left;
  width: 80%;
  text-align: right;
}
.menu .nav,
.menu .logo {
  line-height: 90px;
  font-size: 12.75px;
}
@media screen and (max-width: 1020px) {
  .menu .nav,
  .menu .logo {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 10.5px;
  }
  .menu .nav img,
  .menu .logo img {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .menu .contenuto-colonna {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .nav .menu-item {
  font-family: 'Monda', 'Arial', 'Helvetica', sans-serif;
  text-transform: uppercase;
  padding-right: 8px;
  padding-left: 8px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.menu .nav .menu-item:hover,
.menu .nav .menu-item.active {
  color: #3498db;
}
.menu .nav .menu-separator {
  border-left: 1px solid #4e4e4e;
}
button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  border: none;
  cursor: pointer;
}
.formContact form,
.formAssistenza form {
  overflow: hidden;
}
.formContact input,
.formAssistenza input {
  float: left;
  font-size: 15px;
  font-weight: 100;
  margin-right: 20px;
  border: 1px solid #cccccc;
  width: 458px;
  height: 14px;
  padding: 14px 10px;
  margin-bottom: 10px;
  color: #343434;
  background: url("../images/bg-input.jpg") repeat-x center bottom #ffffff;
  letter-spacing: 1px;
}
.formContact input.last,
.formAssistenza input.last {
  margin-right: 0;
}
.formContact input[type=checkbox],
.formAssistenza input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  margin-top: 7px;
  background: inherit;
  height: inherit;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1020px) {
  .formContact input,
  .formAssistenza input {
    width: 288px;
  }
}
.formContact .inpuntLungo input,
.formAssistenza .inpuntLungo input {
  width: 958px;
}
.formContact label,
.formAssistenza label {
  font-size: 15px;
  color: #343434;
}
.formContact span,
.formAssistenza span {
  display: block;
  font-size: 15px;
  color: #343434;
  margin: 10px 0 20px 0;
  line-height: 24.15px;
}
.formContact select,
.formAssistenza select {
  margin-left: 16px;
  border: 1px solid #cccccc;
  width: 200px;
  font-size: 15px;
}
.formContact textarea,
.formAssistenza textarea {
  border: 1px solid #cccccc;
  width: 958px;
  font-size: 15px;
  height: 70px;
  padding: 10px;
  background: url("../images/bg-input.jpg") repeat-x center bottom #ffffff;
}
@media screen and (max-width: 1020px) {
  .formContact textarea,
  .formAssistenza textarea {
    width: 618px;
  }
}
.formContact button,
.formAssistenza button {
  float: right;
  width: 130px;
}
.formContact a,
.formAssistenza a {
  text-decoration: underline;
}
.formContact #tick,
.formAssistenza #tick,
.formContact #cross,
.formAssistenza #cross {
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 600;
}
.formContact #tick img,
.formAssistenza #tick img,
.formContact #cross img,
.formAssistenza #cross img {
  float: left;
  margin-right: 5px;
}
.formContact #tick,
.formAssistenza #tick {
  color: #8fa753;
}
.formContact #cross,
.formAssistenza #cross {
  color: #ed1944;
}
.select {
  position: relative;
  margin-left: 16px;
  float: left;
  overflow: hidden;
  border: 1px solid #cccccc;
  width: 200px;
  height: 14px;
  padding: 14px 10px;
  font-size: 15px;
  background: #ffffff;
}
.select select {
  position: absolute;
  padding-left: 16px;
  margin-left: -5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  color: #343434;
  background: #ffffff;
  width: 115%;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
.select .icon-select {
  position: absolute;
  right: 10px;
  top: 8px;
  line-height: 35px;
  font-size: 0.79em;
  z-index: 2;
  background: url("../images/ico-select.png") no-repeat 0 0;
  width: 16px;
  height: 10px;
}
.search {
  zoom: 1;
}
.search:before,
.search:after {
  content: '';
  display: table;
}
.search:after {
  clear: both;
}
.search input {
  float: left;
  font-size: 15px;
  font-weight: 100;
  border: 1px solid #cccccc;
  width: 458px;
  height: 14px;
  padding: 14px 10px;
  color: #343434;
  background: url("../images/bg-input.jpg") repeat-x center bottom #ffffff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1020px) {
  .search input {
    width: 288px;
  }
}
.search button {
  float: left;
  margin-left: 16px;
  padding: 15px 30px 12px 30px;
}
.formAssistenza input {
  width: 294px;
}
@media screen and (max-width: 1020px) {
  .formAssistenza input {
    width: 181px;
  }
}
.formAssistenza .inpuntLungo input {
  width: 631px;
}
@media screen and (max-width: 1020px) {
  .formAssistenza .inpuntLungo input {
    width: 404px;
  }
}
.formAssistenza textarea {
  width: 631px;
}
@media screen and (max-width: 1020px) {
  .formAssistenza textarea {
    width: 404px;
  }
}
.formAssistenza .select {
  width: 294px;
  margin-right: 20px;
}
.formAssistenza .select.last {
  margin-right: 0;
}
@media screen and (max-width: 1020px) {
  .formAssistenza .select {
    width: 181px;
  }
}
/*Define Accordion box*/
.accordion {
  overflow: hidden;
}
.accordion .faq-item {
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.accordion .faq-item:target .title {
  width: 100%;
}
.accordion .faq-item:target p {
  padding-left: 16px;
  display: block;
}
.accordion .faq-item:target p a {
  color: #3498db;
}
.accordion .faq-item:target p a:hover {
  text-decoration: underline;
}
.accordion .faq-item .title a {
  padding-left: 16px;
  display: block;
  text-decoration: none;
}


.accordion .faq-item .title a:hover
{
  color:#3498db !important;
  text-decoration: none;
}

.accordion .faq-item  a {
  padding-left: 16px;
  display: block;
 
}
@media screen and (max-width: 1020px) {
  .accordion .faq-item .title a {
    background-position: left 12px;
  }
}
.accordion .faq-item p {
  display: none;
  font-family: 'Raleway';
  font-size: 1em;
}
.vertical .faq-item {
  width: 100%;
}
.vertical :target {
  padding-bottom: 16px;
  min-height: 200px;
}
.vertical .faq-item .title {
  position: relative;
  left: 0;
  top: 0;
}
.vertical .faq-item:after {
  top: -60px;
  left: 810px;
}
.vertical .faq-item:target:after {
  left: -9999px;
}
.slider-container {
  overflow: hidden;
  background-color: #e6e6e6;
}
.slider-container .swiper-container {
  width: 100% !important;
}
.slider-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.slider-container .swiper-slide img {
  width: 100%;
}
.slider-container .swiper-slide .title-slide {
  position: absolute;
  left: 10%;
  top: 10%;
}
.slider-container .swiper-slide .title-slide .caption {
  text-transform: uppercase;
  margin-top: 13%;
  color: #343434;
  font-size: 60px;
  line-height: 75px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .slider-container .swiper-slide .title-slide .caption {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1020px) {
  .slider-container .swiper-slide .title-slide .caption {
    margin-top: 5%;
    font-size: 30px;
    line-height: 45px;
  }
}
.slider-container .swiper-slide .title-slide .subcaption {
  text-transform: uppercase;
  color: #d67c1c;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 1020px) {
  .slider-container .swiper-slide .title-slide .subcaption {
    font-size: 18px;
    line-height: 30px;
  }
}
.slider-container .swiper-slide .title-slide .btn {
  margin-top: 16px;
}
.colonna-con-testo {
  padding-top: 101%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .colonna-con-testo {
    padding-top: 111%;
  }
}
.colonna-con-testo .titolo {
  letter-spacing: 0.2em;
  font-size: 120%;
}
.colonna-con-testo .testo-al-centro {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -10px;
}
.contenitore-categorie {
  zoom: 1;
  margin: 0 -10px;
}
.contenitore-categorie:before,
.contenitore-categorie:after {
  content: '';
  display: table;
}
.contenitore-categorie:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .contenitore-categorie {
    margin: 0 -5px;
  }
}
.contenitore-categorie .colonne {
  float: left;
  width: 25%;
}
.contenitore-categorie .colonne .contenuto-colonna {
  margin: 0 10px;
}
@media screen and (max-width: 1020px) {
  .contenitore-categorie .colonne .contenuto-colonna {
    margin: 0 5px;
  }
}
.contenitore-categorie .colonne {
  height: 270px;
}
@media screen and (max-width: 1020px) {
  .contenitore-categorie .colonne {
    height: 190px;
  }
}
.contenitore-categorie .contenuto-colonna {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #ffffff;
  background-color: #3498db;
  text-decoration: none;
  font-size: 1em;
}
.contenitore-categorie .contenuto-colonna img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .contenitore-categorie .contenuto-colonna {
    font-size: 0.7em;
  }
}
.contenitore-categorie .contenuto-colonna span {
  font-family: 'Monda', 'Arial', 'Helvetica', sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  font-size: 85%;
}
.contenitore-categorie .contenuto-colonna img {
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}
.contenitore-categorie .contenuto-colonna img:hover {
  -webkit-filter: invert(100%);
}
.btns-col {
  zoom: 1;
  margin: 0 -32px;
  font-size: 1em;
}
.btns-col:before,
.btns-col:after {
  content: '';
  display: table;
}
.btns-col:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .btns-col {
    margin: 0 -16px;
  }
}
.btns-col .colonne {
  float: left;
  width: 50%;
}
.btns-col .colonne .contenuto-colonna {
  margin: 0 32px;
}
@media screen and (max-width: 1020px) {
  .btns-col .colonne .contenuto-colonna {
    margin: 0 16px;
  }
}
.downloads {
  zoom: 1;
  margin: 0 -32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.downloads:before,
.downloads:after {
  content: '';
  display: table;
}
.downloads:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .downloads {
    margin: 0 -16px;
  }
}
.downloads .colonne {
  float: left;
  width: 50%;
}
.downloads .colonne .contenuto-colonna {
  margin: 0 32px;
}
@media screen and (max-width: 1020px) {
  .downloads .colonne .contenuto-colonna {
    margin: 0 16px;
  }
}
.downloads .link-download {
  position: relative;
  zoom: 1;
  text-transform: uppercase;
  margin-top: 64px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
  display: block;
  color: #343434;
  font-size: 0.7em;
}
.downloads .link-download:before,
.downloads .link-download:after {
  content: '';
  display: table;
}
.downloads .link-download:after {
  clear: both;
}
.downloads .link-download .txt,
.downloads .link-download .ico-download {
  float: right;
}
.downloads .link-download .txt {
  margin-right: 16px;
  line-height: 12px;
}
.downloads .link-download .ico-catalogo {
  position: absolute;
  top: -30px;
  left: 0;
}

.breadcrumb {
  text-align: center;
  list-style: none;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  color: #d67c1c;
  font-weight: 400;
}
.breadcrumb li:before {
  margin-left: 8px;
  margin-right: 8px;
  content: " » ";
  color: #676767;
}
.breadcrumb li:first-child:before {
  content: "";
}
.breadcrumb li a {
  color: #676767;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #d67c1c;
  text-decoration: underline;
}
.contenitore-prodotti {
  zoom: 1;
  margin: 0 -32px;
}
.contenitore-prodotti:before,
.contenitore-prodotti:after {
  content: '';
  display: table;
}
.contenitore-prodotti:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .contenitore-prodotti {
    margin: 0 -16px;
  }
}
.contenitore-prodotti .colonne {
  float: left;
  width: 50%;
}
.contenitore-prodotti .colonne .contenuto-colonna {
  margin: 0 32px;
}
@media screen and (max-width: 1020px) {
  .contenitore-prodotti .colonne .contenuto-colonna {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1020px) {
  .contenitore-prodotti .colonne {
    zoom: 1;
    float: none;
    width: 100%;
  }
  .contenitore-prodotti .colonne:before,
  .contenitore-prodotti .colonne:after {
    content: '';
    display: table;
  }
  .contenitore-prodotti .colonne:after {
    clear: both;
  }
}
.header {
  position: relative;
  height: 400px;
  background: url("../images/bg-slide.jpg") repeat-x bottom center #e6e6e6;
}
@media screen and (max-width: 1020px) {
  .header {
    padding-bottom: 32px;
    height: inherit;
    background-image: none;
  }
}
.header .img-categoria {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.header .text-categoria {
  position: relative;
  z-index: 1;
}
.header .caption {
  text-transform: uppercase;
  margin-top: 13%;
  color: #343434;
  font-size: 60px;
  line-height: 75px;
  font-weight: normal;
}
@media screen and (max-width: 1020px) {
  .header .caption {
    margin-top: 5%;
    font-size: 45px;
    line-height: 60px;
  }
}
.header .subcaption {
  font-weight: normal;
  text-transform: uppercase;
  color: #d67c1c;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 1020px) {
  .header .subcaption {
    font-size: 22.5px;
    line-height: 45px;
  }
}
.header p {
  font-size: 18px;
  max-width: 600px;
}
.header .modello {
  position: relative;
  height: 100%;
}
.header .modello .img-modello {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.header .modello .img-modello img {
  max-height: 350px;
}
.header .categoria-allegato {
  position: absolute;
  bottom: 6.33%;
  left: 0;
  right: 0;
}
.header .allegato-spacer {
  height: 2em;
}
.prodotto {
  zoom: 1;
  margin-bottom: 64px;
  margin-top: 64px;
}
.prodotto:before,
.prodotto:after {
  content: '';
  display: table;
}
.prodotto:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .prodotto {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.prodotto .foto {
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .prodotto .foto img {
    max-width: 150px;
  }
}
@media screen and (max-width: 1020px) {
  .prodotto .foto img {
    max-width: 100px;
  }
}
.prodotto .descrizione .text {
  padding-left: 32px;
}
@media screen and (max-width: 1020px) {
  .prodotto .descrizione .text {
    padding-left: 16px;
  }
}
.prodotto .descrizione .btn {
  margin-top: 16px;
}
.versioni .versione {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #cccccc;
}
.versioni .versione:first-child {
  border-top: none;
}
.versioni .versione .title {
  font-size: 20px;
}
.dati-tecnici table {
  text-align: center;
  color: #9a9a9a;
  width: 100%;
}
.dati-tecnici table th {
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 100;
  color: #cdcdcd;
}
.dati-tecnici table td {
  padding-top: 8px;
  border-left: 1px solid #676767;
}
.dati-tecnici table td:first-child {
  border-left: none;
}
.photogallery {
  zoom: 1;
  margin: 0 -32px;
}
.photogallery:before,
.photogallery:after {
  content: '';
  display: table;
}
.photogallery:after {
  clear: both;
}
@media screen and (max-width: 1020px) {
  .photogallery {
    margin: 0 -16px;
  }
}
.photogallery .colonne {
  float: left;
  width: 50%;
}
.photogallery .colonne .contenuto-colonna {
  margin: 0 32px;
}
@media screen and (max-width: 1020px) {
  .photogallery .colonne .contenuto-colonna {
    margin: 0 16px;
  }
}
.photogallery img {
  margin-bottom: 1em;
}
@media screen and (max-width: 1020px) {
  .photogallery img {
    width: 100%;
  }
}
.gmap {
  width: 100%;
  height: 400px;
}
.table-download {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}
.table-download .codice {
  width: 15%;
}
.table-download .descrizione {
  width: 40%;
}
.table-download .lingua {
  width: 10%;
}
.table-download .download {
  width: 15%;
}
.table-download td,
.table-download th {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #cccccc;
}
.table-download th {
  text-transform: uppercase;
  background-color: #343434;
  color: #ffffff;
  font-weight: 100;
  font-size: 13px;
}
.table-download td {
  padding-left: 8px;
  text-align: center;
}
.table-download td:nth-child(2) {
  text-align: left;
}
.table-download tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-download tr:hover {
  background-color: #f8e0c6;
}
.masonry-box .item-news {
  margin: 16px;
  padding: 8px;
  width: 276px;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
  background-color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .masonry-box .item-news {
    width: 265px;
  }
}
.masonry-box .item-news .title {
  display: block;
}
.masonry-box .item-news img {
  width: 100%;
}
.masonry-box .item-news a:hover {
  color: #d67c1c;
}
.news {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
}
.news .news-bar {
  zoom: 1;
  position: relative;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.news .news-bar:before,
.news .news-bar:after {
  content: '';
  display: table;
}
.news .news-bar:after {
  clear: both;
}
.news .news-bar .titolo {
  float: left;
  padding-bottom: 8px;
  margin-top: 10px;
  width: 740px;
  font-size: 13px;
  line-height: 22.5px;
}
@media screen and (max-width: 1020px) {
  .news .news-bar .titolo {
    width: 400px;
  }
}
.news .news-bar .nav {
  float: right;
}
.news .news-bar .nav .chiudi {
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
}
.news .news-bar .nav .chiudi:hover {
  color: #343434;
}
.news .text {
  padding: 16px;
}
.news .text img {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.news .text .title {
  margin-bottom: 16px;
}
