html,
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  box-sizing: border-box;
  color: #000;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}
:focus {
  outline: 0;
}

#breadcrumbs{
	color: #fff;
	position: absolute;
	top: 110px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
}
#breadcrumbs a{
	font-weight: 400;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}

#breadcrumbs.b{
	color: #000;
	top: 60px;
}
#breadcrumbs .breadcrumb_item.prodotti{
	padding: 0;
}
header .utente_loggato{
	position: relative;
	font-size: 13px !important;
	text-align: center;
	font-weight: 400 !important;
}
header .utente_loggato b{
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	font-weight: 400;
}

.container {
  width: 100%;
  position: relative;
}
.content {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
.mini {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
  padding: 0 10%;
}
strong {
  font-weight: 600;
}
img {
  display: block;
  max-width: 100%;
}
a {
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
/*&:hover:after
        content ""
        display block
        position absolute
        height 2px 
        width 100%
        background nero
        top 100%*/
}
a:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
header.container {
  top: 0;
  left: 0;
  z-index: 9990;
  position: fixed;
  height: 90px;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
}
header.container .content {
  padding: 0 0 0 5%;
}
header.container .icon-menu-mobile {
  display: none;
  position: absolute;
  right: 13%;
  top: 9px;
}
header.container .icon-menu-mobile li {
  border-left: 1px dotted #c4c4c4;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  display: inline-block;
}
header.container .icon-menu-mobile li img {
  display: inline-block;
  vertical-align: middle;
}
header.container .logo {
  position: absolute;
  left: 2%;
  top: 15px;
}
header.container nav {
  position: static;
  float: right;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
header.container nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header.container nav ul .sub.main {
  position: static;
}
header.container nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 30px;
  padding: 29px 0px;
}
header.container nav ul li a {
  text-decoration: none;
}
header.container nav ul li.sub:after {
  content: "";
  margin-left: 10px;
  background: url("../Img/arrow.png") no-repeat;
  height: 5px;
  width: 10px;
/*position absolute
                    right -20px
                    top 42px*/
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
header.container nav ul .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-top: 0px;
  z-index: 999;
  padding: 0px 0 0px;
  width: 196px;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  top: 90px;
  border-left: 1px dotted #c4c4c4;
  border-right: 1px dotted #c4c4c4;
}
header.container nav ul .sub-menu li {
  border-bottom: 1px dotted #c4c4c4;
  margin: 0;
  width: 100%;
  padding: 15px 0px;
}
header.container nav ul .sub-menu.main {
  display: none;
  width: 100%;
  background: #1d1d1b;
  color: #868686;
  left: 0;
  margin-left: 0;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
  padding: 60px 0 !important;
}
header.container nav ul .sub-menu.main h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 60px;
  margin: 0 0 50px 0;
  font-weight: 600;
  text-transform: none;
}
header.container nav ul .sub-menu.main li {
  border-bottom: 0px;
}
header.container nav ul .sub-menu.main li:last-child a {
  color: #fff;
}
header.container nav ul .sub-menu.main li a {
  color: #868686;
}
header.container nav ul .sub-menu.main li a:hover {
  color: #fff;
}
header.container nav ul .sub-menu.main li a:hover:after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 28px;
  margin-left: 15px;
  background: url("../Img/menu-arrow.png") no-repeat;
  vertical-align: middle;
}
header.container nav ul .sub-menu.main .list {
  column-count: 2;
  column-gap: 50px;
  width: 66.666%;
  box-sizing: border-box;
  float: left;
}
header.container nav ul .sub-menu.main .new {
  float: right;
  width: 28%;
  box-sizing: border-box;
  position: relative;
  margin-top: -130px;
  height: 500px;
}
header.container nav ul .sub-menu.main .new img {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 0;
  width: 200px;
  margin-left: -100px;
}
header.container nav ul .sub-menu.main .new h4 {
  position: absolute;
  right: 0;
  top: 0;
  background: #007199;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
  line-height: 1;
}
header.container nav ul .sub-menu.main .new h3 {
  position: absolute;
  top: 50px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin: 0;
  z-index: 100;
  width: 90%;
  left: 5%;
}
header.container nav ul .sub-menu.main .new a.btn {
  position: absolute;
  bottom: 60px;
  z-index: 100;
  box-sizing: border-box;
  width: 60%;
  left: 20%;
  color: #fff;
}
header.container nav ul.main-menu {
  font-size: 21px;
  font-weight: 700;
  border-right: 1px dotted #c4c4c4;
  height: 90px;
  padding-right: 30px;
}
header.container nav ul.secondary-menu {
  font-size: 16px;
  font-weight: 400;
  height: 90px;
}
header.container nav ul.icon-menu {
  height: 90px;
  position: relative;
}
header.container nav ul.icon-menu #search{
  position: absolute;
  left: 0;
  top: 88px;
  opacity: 0;
  transition: all 0.5s ease;
}
header.container nav ul.icon-menu li#icon-search:hover ~ #search{
  opacity: 1;
  transition: all 0.5s ease;
}
header.container nav ul.icon-menu #search input[type=text]{
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  padding: 13px 30px; 
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}


header.container ul.icon-menu-mobile #search{
  position: absolute;
  left: 0;
  top: 56px;
  opacity: 0;
  transition: all 0.5s ease;
}
header.container ul.icon-menu-mobile li#icon-search:hover ~ #search{
  opacity: 1;
  transition: all 0.5s ease;
}
header.container ul.icon-menu-mobile #search input[type=text]{
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  padding: 13px 30px; 
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

header.container nav ul.icon-menu li {
  border-left: 1px dotted #c4c4c4;
  margin: 0;
  padding-right: 27px;
  padding-left: 35px;
}
header.container nav ul.icon-menu li.sub:after {
  right: 10px;
}
header.container nav ul.icon-menu li.sub ul.sub-menu {
  width: 75px;
  left: auto;
  margin-left: 0;
  right: 0;
}
header.container nav ul.icon-menu li.sub ul.sub-menu li {
  padding: 24px 0px;
  border-left: 0;
}
header.container nav ul.icon-menu li img {
  display: inline-block;
  vertical-align: middle;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
#slides .content {
/*transform translateY(100%)*/
  max-width: 1420px;
}
#slides .content h1 {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 50px auto;
  margin-top:20px;
  text-shadow: 2px 2px 10px #777;
}
#slides .content h4 {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size:30px;
  margin-top:30px;
  text-shadow: 2px 2px 10px #777;
}
#slides .content a {
  color: #fff;
  border: 1px solid #fff;
  display: table;
  margin: 0 auto;
}
#slides .content a.btn
{
/* 	text-shadow:2px 2px 10px #777; */
	box-shadow:1px 1px 3px #555;
}
#slides .content a:hover {
  background: #fff;
  color: #000;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 40px;
  width: auto;
  left: 5%;
}
.slides-navigation a {
  position: relative;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  font-size: 0;
}
.slides-navigation a.prev {
  background: url("../Img/prev.png") no-repeat center center;
  background-size: cover;
}
.slides-navigation a.prev:hover {
  opacity: 0.5;
}
.slides-navigation a.next {
  background: url("../Img/next.png") no-repeat center center;
  background-size: cover;
}
.slides-navigation a.next:hover {
  opacity: 0.5;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
.padding {
  padding: 165px 0;
}
.padding-bottom {
  padding-bottom: 165px;
}
.sopratitolo {
  text-align: left;
  margin: 0 auto;
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.sopratitolo img {
  display: inline-block;
  vertical-align: min-height;
  margin-right: 20px;
}
.titolo {
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 60px;
  margin: 50px auto;
  line-height: 1.1;
}
.sottotitolo {
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 40px;
  margin: 0px auto;
}
.btn {
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 2px;
  line-height: 1;
  min-width: 155px;
}
.btn.right {
  float: right;
}
.btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn.nero {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn.nero:hover {
  background: transparent;
  color: #000;
}
.w3 {
  float: left;
  padding: 0 5%;
  box-sizing: border-box;
  width: 33.333%;
  min-height: 1px;
}
.w3 img {
  max-width: 100%;
}
/* NUOVE FASCE */
.w3-2 {
  float: left;
  padding: 0 5%;
  box-sizing: border-box;
  width: 66.666%;
}
.w3-3 {
  float: left;
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
}
.pagina .container.pagina
{
	width:90%;
}
.immagine_centrale img
{
	margin: 0 auto;
}

@media (max-width: 1550px) {

    .pagina .container.pagina .w3 h1 {
		font-size: 45px;
    }
}

@media (max-width: 1250px) {

    .pagina .container.pagina .w3 {
        width: 100% !important;
		 width: 100% !important;
    }
	
	 .pagina .container.pagina .w3 h1 {
		font-size: 45px;
	 }
	 
   .pagina .container.pagina .w3-2  {
        width: 100% !important;
    }
}

/* NUOVE FASCE */
.w2 {
  float: left;
  padding: 0 5%;
  box-sizing: border-box;
  width: 50%;
  min-height: 1px;
  position: relative;
}
.play {
  display: block;
  position: relative;
  height: 100%;
}
.play img {
  width: 100%;
}
.play:after {
  position: absolute;
  content: "";
  height: 97px;
  width: 97px;
  display: block;
  left: 50%;
  margin-left: -48px;
  top: 35%;
  background: url("../Img/play.png") no-repeat;
  cursor: pointer;
}
.play:hover:after {
  opacity: 0.7;
}
.filtra-mobile {
  display: none;
  margin: 0 auto;
}
.select2-dropdown {
  background: #fff !important;
  border-top: 0 !important;
/*border-bottom 0 !important*/
  border-left: 1px solid #c4c4c4 !important;
  border-right: 1px solid #c4c4c4 !important;
}
.select2-container--default .select2-selection--single {
  border: 0 !important;
  background: #fff !important;
}
.select2-container,
.select2-container--open .select2-dropdown--below {
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 35px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 2px;
  line-height: 1;
  min-width: 310px;
}
/*.select2-container    
    width 100% !important*/
.select2-container--open .select2-dropdown--below {
  margin-left: -1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 95% !important;
  background: url("../Img/arrow.png") no-repeat !important;
  height: 5px !important;
  width: 10px !important;
  border-color: transparent !important;
  left: 0 !important;
  margin-left: -10px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url("../Img/arrow.png") no-repeat !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: #007199 !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #000 !important;
  margin: 0 0 10px 0 !important;
}
.filtra {
  text-align: right;
  margin-top: 20px;
}
.filtra h5 {
  display: inline-block;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0px 0 40px;
}
.filtra ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.filtra ul li {
  display: inline-block;
  margin: 0 0px 0 40px;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.filtra ul li a {
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
.filtra ul li a:hover:after,
.filtra ul li a.current:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  top: 25px;
}
.filtra ul li img {
  display: inline-block;
  vertical-align: middle;
}
.w4 {
  float: left;
  width: 23%;
/*padding 0*/
  margin: 0 1%;
}
.w4 img {
  max-width: 100%;
  margin: 0 auto;
}
.referenze {
  padding: 0;
  margin: 50px 0 0;
/*.w3 
        padding 0 1% 100px*/
}
.referenze .sopratitolo.blu {
  margin: 50px 0;
  font-size: 18px !important;
}
.referenze h4 {
  margin: 50px 0;
  font-size: 21px;
}
.referenze .btn {
  display: table;
  margin: 0px auto;
}
.referenze .w3 {
  margin: 0px;
  width: 33.333%;
  padding: 0 1% 100px;
}
.referenze .w3 img {
  max-width: 100%;
  width: auto;
  margin: 0;
  position: relative;
}
.referenze .w3 a:hover:before {
  content: "";
  background-color: rgba(0,0,0,0.3);
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.referenze .w3 a:hover:after {
  content: "";
  background: url("../Img/zoom.png") no-repeat;
  width: 25px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -13px;
  display: block;
  z-index: 4;
}
.referenze .grigio {
  width: 90%;
}
.referenze h6 {
  margin: 0 0 10px;
}
.prodotti {
  padding: 0 4%;
  margin: 50px 0 0;
}
.prodotti .btn {
  display: table;
  margin: 0px auto;
}
.prodotti .blocco-prodotti .w4 {
  margin: 0px 0 60px;
  width: 100%;
}
.prodotti .blocco-disegni .w3 {
  margin: 0px 0 0px;
  width: 100%;
  padding: 0;
}
.prodotti .blocco-disegni .w3 img {
  max-width: 100%;
  width: auto;
}
.prodotti .w4 {
  margin-bottom: 120px;
}
.prodotti .w4 .cnt-img {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  padding: 10%;
  display: block;
}
.prodotti .w4 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  margin: 50px 0 20px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5%;
}
.prodotti .w4 h3 {
  color: #888;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5%;
}
.prodotti .w4 a.scopri {
  text-align: center;
  display: table;
  font-size: 16px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
.prodotti .w4 a.scopri:after {
  content: "";
  width: 28px;
  height: 9px;
  display: inline-block;
  background: url("../Img/read.png") no-repeat;
  margin-left: 13px;
  transition: all 0.5s ease;
  position: absolute;
  top: 7px;
}
.prodotti .w4 a.scopri:hover:after {
  margin-left: 23px;
  transition: all 0.5s ease;
}
.configuratore {
  background: url("../Img/configuratore.jpg") no-repeat center center;
  background-size: cover;
  height: 960px;
  color: #fff;
  text-align: right;
}
.configuratore.mobile {
  display: none;
  background: transparent;
  color: #000;
  text-align: center;
  height: auto;
  box-sizing: border-box;
}
.configuratore.mobile .cnt-text {
  padding: 0 5%;
}
.configuratore.mobile h2,
.configuratore.mobile h4 {
  color: #000;
  text-align: center;
}
.configuratore.mobile .btn {
  color: #000;
  border: 1px solid #000;
  display: table;
  float: none;
  margin: 50px auto 0;
}
.configuratore.mobile .btn:hover {
  background: #000;
  color: #fff;
}
.configuratore.mobile img {
  width: 100%;
}
.configuratore .w2 {
  position: relative;
/*top 50%*/
  transform: translateY(50%);
}
@media (max-width: 1500px)
{
	.configuratore .w2 {
		position: relative;
		transform: translateY(30%);
	}
}
.configuratore h2,
.configuratore h4 {
  color: #fff;
  text-align: right;
}
.configuratore .btn {
  color: #fff;
  border: 1px solid #fff;
  display: table;
  float: right;
  margin-top: 50px;
}
.configuratore .btn:hover {
  background: #fff;
  color: #000;
}
.news {
  padding: 0 5%;
  margin: 50px 0 0;
  box-sizing: border-box;
}
.news.page {
  margin: 0;
  padding: 0 4%;
}
.news.page .w4 {
  width: 23%;
  margin: 0 1%;
}
.news .w4 {
  margin: 0px;
  width: 100%;
  position: relative;
}
.news .w4 h4 {
  font-size: 14px;
  margin: 0 0 25px;
}
.news .w4 h2 {
  color: #007199;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 60px 0;
}
.news .w4 h3 {
  color: #888;
  font-size: 20px;
  font-weight: 400;
}
.news .w4 .cnt-img {
  box-sizing: border-box;
  display: block;
}
.news .w4 .cnt-img img {
  width: 100%;
}
.news .w4 a.scopri {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  position: relative;
}
.news .w4 a.scopri:after {
  content: "";
  width: 28px;
  height: 9px;
  display: inline-block;
  background: url("../Img/read.png") no-repeat;
  margin-left: 13px;
  transition: all 0.5s ease;
  position: absolute;
  top: 7px;
}
.news .w4 a.scopri:hover:after {
  margin-left: 23px;
  transition: all 0.5s ease;
}
.news .w4.in-evidenza {
  width: 48%;
}
.news .w4.in-evidenza .absolute {
  position: absolute;
  top: 165px;
  width: 100%;
}
.news .w4.in-evidenza .absolute h3 {
  display: none;
}
.news .w4.in-evidenza .absolute h2 {
  width: 100%;
  text-align: center;
  margin: 0;
}
.news .w4.in-evidenza .absolute a.scopri {
  text-align: center;
  display: block;
  margin-top: 50px;
}
.news .blocco-team h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 25px auto 0;
}
.news .blocco-team h6 {
  text-align: center;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
.social {
  display: table;
  margin: 0 auto 0px;
  padding-bottom: 60px;
}
.social a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 35px;
  vertical-align: bottom;
}
.social a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.social a:hover {
  color: #007199;
}
footer {
  font-size: 16px;
  padding: 60px 3%;
  box-sizing: border-box;
  background: #fff;
}
footer h2.sopratitolo {
  font-size: 16px;
  margin-bottom: 40px;
}
footer .w5 {
  width: 18.75%;
}
footer .w5:nth-child(1) {
  width: 25%;
}
.w5 {
  float: left;
  width: 20%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 2%;
  color: #888;
  line-height: 1.5;
}
.w5 img {
  max-width: 100%;
}
.w5 ul {
  margin: 0;
  padding: 0;
}
.w5 ul li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.w5 a {
  color: #888;
  text-decoration: none;
}
.w5 a:hover {
  color: #000;
}
#credits {
  padding: 30px 0;
  color: #888;
  font-size: 12px;
  vertical-align: middle;
  background: #fff;
}
#credits a {
  text-decoration: none;
}
#credits img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#credits p {
  margin: 0;
  margin-right: 30px;
  display: inline-block;
}
#credits .right {
  float: right;
  width: 33.333%;
  text-align: right;
  text-transform: uppercase;
  color: #000;
}
#credits .left {
  float: left;
  width: 66.666%;
}
.dotted-spaced {
  padding: 1px 0px;
  background-image: linear-gradient(to right, #888 10%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.dotted-spaced.mobile {
  display: none;
}
#nav-icon3 {
  width: 30px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 5%;
  top: 35px;
  display: none;
  z-index: 9998;
}
#nav-icon3 span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2) {
  top: 10px;
}
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon4 {
  width: 30px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 5%;
  top: 35px;
  display: none;
}
#nav-icon4 span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
}
#nav-icon4 span:nth-child(2) {
  top: 10px;
}
#nav-icon4 span:nth-child(3) {
  top: 10px;
}
#nav-icon4 span:nth-child(4) {
  top: 20px;
}
#nav-icon4.open span {
  background: #007199;
}
#nav-icon4.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon4.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
}
.overflowy {
  overflow-y: hidden;
}
.menu-mobile {
  margin-left: 5%;
  display: none;
  z-index: 9998;
  text-align: left;
  position: fixed;
  top: 120px;
  left: 0%;
  width: 90%;
}
.menu-mobile ul {
  padding: 0;
  margin: 0px auto 0;
  display: table;
}
.menu-mobile ul:nth-child(3) li {
  font-size: 15px;
  text-transform: none;
}
.menu-mobile ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  font-size: 25px;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}
.menu-mobile ul li.current-menu-item a {
  text-decoration: underline;
}
.menu-mobile ul li img {
  display: none;
}
.menu-mobile ul li a {
  color: #000;
  text-decoration: none;
}
.menu-mobile ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.menu-mobile ul li.lang-item {
  display: inline-table;
}
.menu-mobile ul li.lang-item:last-child:after {
  display: none;
  margin: 0;
}
.menu-mobile ul li.lang-item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.menu-mobile ul li.lang-item.current-lang {
  text-decoration: underline;
  color: #fff;
}
.mobile {
  display: none;
}
.cnt-title-page {
  padding: 180px 0 90px;
}
.cnt-title-page .w3-2 {
  text-align: right;
}
.cnt-title-page .filtra {
  display: inline-block;
  margin-left: 50px;
}
.cnt-title-page .filtra ul li {
  margin-left: 20px;
}
.cnt-title-page .center {
  text-align: center;
}
.cnt-title-w2 {
  padding: 180px 0 0px;
}
.cnt-title-w2 img {
  max-width: 100%;
  display: block;
  margin-bottom: 50px;
}
.cnt-title-w2 h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
}
.cnt-title-w2 h4 {
  text-transform: uppercase;
  color: #007199;
  font-size: 18px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
}
.cnt-title-w2 h6 {
  margin: 100px 0 60px;
  font-size: 14px;
}
.cnt-title-w2 .info-prodotto {
  font-size: 18px;
  margin-bottom: 40px;
}
.cnt-title-w2 .info-prodotto .sopratitolo {
  font-weight: 600;
  margin-bottom: 5px;
}
.cnt-title-w2 .info-prodotto ul {
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 40px;
}
.cnt-title-w2 .info-prodotto ul li {
  list-style: inside;
}
.cnt-title-w2 .btn {
  margin: 100px 0 0;
}
.cnt-title-w2 .grigio {
  margin-bottom: 60px;
  font-size: 16px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
a.rslides_nav {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 80px;
  width: auto;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 0;
}
a.rslides_nav.prev {
  background: url("../Img/prev.png") no-repeat center center;
  background-size: cover;
  left: 100px;
}
a.rslides_nav.prev:hover {
  opacity: 0.5;
}
a.rslides_nav.next {
  background: url("../Img/next.png") no-repeat center center;
  background-size: cover;
  left: 170px;
}
a.rslides_nav.next:hover {
  opacity: 0.5;
}
.grigio {
  color: #888;
/*margin-bottom 60px*/
}
.grigio strong {
  color: #000;
  font-weight: 500;
}
.bg-grigio {
  background: #c4c4c4;
}
.bg-grigio3 {
  background: #f0f0f0;
}
.info {
  padding: 30px 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.info img {
  vertical-align: middle;
  margin: 0 10px 0 0px;
  display: inline-block;
}
.info a {
  display: inline-block;
  text-decoration: none;
  margin-right: 60px;
  position: relative;
}
.info a:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  top: 25px;
}
.contatti {
  margin-bottom: 100px;
  font-size: 16px;
}
.contatti a {
  text-decoration: none;
}
.contatti .sopratitolo {
  margin-bottom: 40px;
}
form .select2-dropdown {
  background: #f0f0f0 !important;
}
form .select2-container--default .select2-selection--single {
  background: #f0f0f0 !important;
}
form label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}
form i {
  display: inline-block;
  font-size: 13px;
  color: #888;
  font-style: normal;
  vertical-align: middle;
  margin-left: 10px;
}
form .w5 {
  margin-top: 50px;
}
form .w5 i {
  font-size: 20px;
  color: #000;
}
form .w5:first-child {
  padding-left: 0;
}
form .w5:last-child {
  padding-right: 0;
}
form .w3 {
  margin: 10px 0 50px;
}
form .w2 {
  padding: 0;
  margin: 10px 0 50px;
}
form .w2:nth-child(2n+1) {
  padding-right: 5%;
}
form .w2:nth-child(2n) {
  padding-left: 5%;
}
form .w2.margin2 {
  margin: 100px 0 0;
}
form input[type="text"],
form input[type="email"],
form input[type="password"] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px dotted #888;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus {
  border-bottom: 1px solid #000;
}
form input[type="submit"] {
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
  float: right;
  border: 1px solid #000;
  cursor: pointer;
}
form input[type="submit"]:hover {
  transition: all 0.5s ease;
  background: transparent;
  color: #000;
}
#mappa iframe {
  width: 100%;
  height: 960px;
  border: 0;
}
.tabs ul {
  margin: 0;
  padding: 0;
  border: 2px solid #d5d5d5;
}
.tabs ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 16.66%;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  margin: 0 -6px 0 0;
  border-right: 2px solid #d5d5d5;
  height: 90px;
}
.tabs ul li:last-child {
  border-right: 0;
}
.tabs ul li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 26px 0;
  display: inline-block;
  vertical-align: middle;
}
.tabs ul li a.sopratitolo {
  font-size: 14px;
}
.tabs ul li:hover,
.tabs ul li.ui-tabs-active {
  background: #e5e5e5;
}
.tabs .tab {
  border-bottom: 2px solid #d5d5d5;
  border-left: 2px solid #d5d5d5;
  border-right: 2px solid #d5d5d5;
  box-sizing: border-box;
  padding: 100px;
  width: 100%;
  background: #e5e5e5;
}
.tabs .tab.sotto {
  border: 0px;
}
.tabs .tab.sotto ul {
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 100px;
}
.tabs .tab.sotto ul li {
  height: auto;
  width: 33.3%;
  padding: 0 30px;
}
.tabs .tab.sotto ul li .sopratitolo {
  opacity: 0.3;
  margin-bottom: 0;
}
.tabs .tab.sotto ul li .sopratitolo.active {
  opacity: 1;
}
.tabs .tab.sotto .sx {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.tabs .tab.sotto .sx img {
  max-width: 100%;
  margin: 0 auto;
}
.tabs .tab.sotto .dx {
  width: 48%;
  float: right;
  margin-bottom: 20px;
}
.tabs .tab.sotto .dx h2 {
  margin-bottom: 0;
  font-weight: 500;
}
.tabs .tab .sopratitolo {
  margin-bottom: 60px;
}
.tabs .tab button {
  margin-top: 100px;
  cursor: pointer;
}
.tabs .tab .download {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #d5d5d5;
}
.tabs .tab .download:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #d5d5d5;
}
.tabs .tab .download a {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.tabs .tab .download a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tabs h6 {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.tabs table {
  width: 100%;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
  border-collapse: collapse;
}
.tabs table thead {
  background: #000;
  color: #fff;
  font-size: 18px;
}
.tabs table thead th {
  padding: 20px 0;
  font-weight: 400;
  border-left: 1px dotted #9a9a9a;
  border-right: 1px dotted #9a9a9a;
}
.tabs table thead th:first-child {
  border-left: 0px;
}
.tabs table thead th:last-child {
  border-right: 0px;
}
.tabs table tr:nth-child(2n+1) {
  background: transparent;
}
.tabs table tr:nth-child(2n) {
  background: #f0f0f0;
}
.tabs table tr td {
  padding: 20px 0;
  border-left: 1px dotted #9a9a9a;
  border-right: 1px dotted #9a9a9a;
}
.tabs table tr td:first-child {
  border-left: 0px;
}
.tabs table tr td:last-child {
  border-right: 0px;
}
/*              
.fixed 
    position fixed 
    top 0
    left 0
    img 
        width 100%          
*/
.top {
  padding-top: 500px;
}
.top .content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
}
.top .referenze .w3 img {
  margin: 0;
}
.top .w3 img {
  max-width: 100%;
  margin: 50px auto;
}
.top .w3 .titolo {
  margin-right: 10px;
  vertical-align: middle;
}
.top .w3 .sopratitolo {
  font-size: 16px;
  vertical-align: middle;
}
.top .w3 .btn.center {
  margin-top: 60px;
}
.top .intro {
  padding: 40px 0;
}
.top .intro h3 {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.top .intro img {
  margin: 15px 0 0;
}
.top .padding {
  padding: 100px 5%;
}
.top .w2 .titolo {
  margin: 0;
}
.top .w2 .sopratitolo {
  margin: 50px 0;
}
.cerca {
  position: relative;
}
.cerca.mini {
  max-width: 1000px;
}
.cerca .news .w4 h2 {
  margin: 100px 0 60px;
}
.cerca form {
  position: relative;
}
.cerca input[type="text"] {
  font-weight: 400;
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  text-align: left;
  display: block;
  margin: 0;
  font-size: 21px;
  padding: 15px 60px 15px 30px;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.cerca input[type="text"]:focus {
  border: 1px solid #c4c4c4;
}
.cerca input[type="submit"] {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 0;
  background: url("../Img/cerca.png") no-repeat;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.cerca input[type="submit"]:hover {
  background: url("../Img/cerca.png") no-repeat;
}
.center {
  margin: 0 auto;
  display: table;
}
.padding0 {
  padding: 0;
}
.blu {
  color: #007199;
}
.right {
  float: right;
}
.login {
  border-right: 1px dotted #c4c4c4;
}
.login .btn {
  float: none;
  margin-top: 90px;
  display: block;
}
.registrazione .sopratitolo {
  font-size: 16px;
}
.registrazione a {
  display: table;
  margin-top: 90px;
}
.categorie {
  margin-bottom: 165px;
}
.categorie .cnt-title-page h1 {
  color: #fff;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.categorie .cnt-title-page .cerca input[type="text"] {
  color: #fff;
}
.categorie .cnt-title-page .cerca input[type="submit"] {
  background: url("../Img/cerca-w.png") no-repeat;
}
.categorie .w3 {
  margin: 0 0 150px;
  padding: 0 6%;
}
.categorie .w3 img {
  width: 100%;
}
.categorie .w3:hover .hover .white {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.categorie .w3:hover .hover .h {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -90px;
  height: 180px;
  width: 180px;
}
.categorie .w3:hover .hover h5 {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: 0 0 0 5%;
  color: #000;
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 50px;
}
.categorie .w3:hover .hover h5:after {
  content: "";
  height: 10px;
  width: 28px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  background: url("../Img/read.png") no-repeat;
}
.categorie .w3 .hover {
  background: #fff;
  position: relative;
}
.categorie .w3 .hover .white {
  display: none;
}
.categorie .w3 .h,
.categorie .w3 h5 {
  display: none;
}
.categorie .btn {
  background: #007199;
  width: 90%;
  margin: -25px auto 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: block;
  border: 1px solid #007199;
  position: relative;
  padding: 15px 0px;
  letter-spacing: 1px;
/*&:hover
            background #fff
            border 1px solid nero
            color nero*/
}
.plus {
  height: 22px;
  width: 22px;
  position: relative;
  display: inline-block;
  text-align: right;
  float: right;
}
.plus:after {
  content: "";
  height: 22px;
  width: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  background: #000;
}
.plus:before {
  content: "";
  height: 2px;
  width: 22px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #000;
  left: 0;
}
.tabs-mobile {
/*   display: none; */
  list-style: none;
  margin: 0;
  padding: 30px 0;
  border-top: 1px dotted #000;
  border-bottom: 0px dotted #000;
  font-size: 16px;
}
.tabs-mobile.open .plus:after {
  display: none;
}
.tabs-mobile .text {
  display: none;
}
.tabs-mobile .sopratitolo {
  display: inline-block;
  font-size: 16px;
}
.tabs-mobile ul.menu-tabs {
  margin: 0;
  padding: 0;
}
.tabs-mobile ul.menu-tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}
.tabs-mobile ul.menu-tabs li a.sopratitolo {
  font-size: 14px;
}
.tabs-mobile .sx {
  width: 48%;
  float: left;
  margin-top: 20px;
}
.tabs-mobile .sx img {
  max-width: 100%;
  margin: 0 auto;
}
.tabs-mobile .dx {
  width: 48%;
  float: right;
  margin-top: 20px;
}
.tabs-mobile .download a {
  margin-top: 30px;
  margin-right: 20px;
}
.dload {
  border-top: 1px dotted #c4c4c4;
  padding: 30px 0;
  box-sizing: border-box;
}
.dload:last-child {
  border-bottom: 1px dotted #c4c4c4;
}
.dload h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  width: 25%;
/*   border-right: 1px dotted #c4c4c4; */
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  height: 100px;
  line-height:100px;
  vertical-align: middle;
/*   padding-top: 21px; */
}
.dload a.nome-file {
  text-transform: uppercase;
  color: #007199;
  font-size: 18px;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: 2px;
  box-sizing: border-box;
  width: 40%;
  vertical-align: middle;
}
.dload a.nome-file:hover {
  color: #000;
}
.dload a.nome-file img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.dload a.btn {
  float: right;
  box-sizing: border-box;
  width: 200px;
  margin-top:25px;
}
.filosofia .w3:nth-child(2) {
  color: #888;
}
.filosofia .w3:nth-child(2) strong {
  color: #000;
}
.owl-carousel.blocco-lista {
  width: 200px;
  display: inline-block !important;
  vertical-align: top;
  text-align: center;
/*.owl-stage-outer
        overflow-y visible
        height 35px*/
}
.owl-carousel.blocco-lista a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
}
.owl-carousel.blocco-lista a:hover:after,
.owl-carousel.blocco-lista a.current:after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background: #000;
  margin-top: 3px;
}
.owl-carousel.blocco-lista .owl-nav button.owl-prev,
.owl-carousel.blocco-lista .owl-nav button.owl-next {
  position: absolute;
  top: 0px;
}
.owl-carousel.blocco-lista .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.blocco-lista .owl-nav button.owl-next {
  right: 0;
}
.filtra.archivio h5 {
  margin-right: 20px;
}
