html, body{
  height: 100%;
  background-color: #fff;
  font-weight: 200
}

.overflow_hidden{
  overflow: hidden !important
}

a, a:hover, a:visited, a:focus{
  text-decoration: none;
  color: #000
}

b {
  font-weight: 500
}

h1{
  font-weight: 400
}

h1 b{
  font-weight: 600
}

.space{
  padding: 50px
}

.pt-100{
  padding-top: 100px
}

.align-center{
  text-align: center;
}

a.linkserie{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 65px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.linkserie:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



/*** MODULES GENERAL ***/

.news{
  margin: 50px 0
} 

.news .col-sm-5{
  padding-right: 40px;
  border-right: 1px solid #8c8c8c
} 

.news .col-sm-5 img{
  max-width: 100%;
  border: 1px solid #C1C1C1; 
} 

.news .col-sm-7{
  padding: 0 40px;
  height: 206px
} 

.news h2{
  font-size: 27px;
  margin: 0;
  font-weight: 200
}

.news h3{
  font-size: 16px;
  margin: 10px 0 15px;
  font-weight: 500
}

.news p{
  font-size: 14px;
  margin-bottom: 10px
}

.news a img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.news a:hover img{
  opacity: 0.6;
  cursor: pointer;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.news .col-sm-7 a{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  padding-left: 0px; 
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news .col-sm-7 a:hover{
  opacity: 0.5;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.preview{
  margin: 30px 0 40px;
  height: auto;
  float: left;
}

.preview-multiple{
  margin: 20px 0 10px;
}

.preview .col-sm-3{
  padding: 0;
  margin-bottom: 25px;
  height: auto;
} 

.preview .col-sm-4{
  padding: 0;
  margin-bottom: 25px;
  height: auto;
} 

.preview .col-sm-12{
  padding: 0 30px;
} 

.preview .col-12-image{
  border-right: 1px solid
} 

.preview .col-sm-3-last .col-12-image{
  border-right: 1px solid rgba(255,255,255,0);
} 

.preview .col-sm-4-last .col-12-image{
  border-right: 1px solid rgba(255,255,255,0);
}

.preview-multiple h1{
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 800
}

a.seemore{
  opacity: 1;
  padding-left: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

a.seemore:hover{
  opacity: 0.6;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}


/* ---- grid-item ---- */

.single-product{
  min-height: calc(100vh - 432px);
}

.single-product h1{
  margin-top: 50px;
  margin-left: 25px;
}

.single-product h2{
  margin-top: 50px;
  margin-left: 25px;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
}

.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 640px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


/* ---- list-item ---- */

.list-item {
  width: 280px;
  height: 330px;
  float: left;
  padding: 25px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  overflow: hidden;
}

.list-item img{
  border: 1px solid #C1C1C1; 
  max-width: 100%;
}

.list a img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.list a:hover img{
  opacity: 0.6;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.ricerca-serie .list-item {
  height: 290px;
}

.ricerca-tipologia .list-item {
  width: 350px;
  height: 255px;
  float: left;
  padding: 25px;
  background-color: #fff;
}

.list-item h2{
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin-top: 12px
}

.list-item h3{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px
}

.list-item h3 span{
  font-weight: 200
}

.list-item a{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 200;
  display: block;
}

.list-item h4{
  font-size: 14px;
  font-weight: 200;
  margin-top: 0
}

/*.list-item--width2 { width: 320px; }*/

.list-item--height2 { height: 660px; }

.list-item--height2 img{ max-height: 590px; height: 558px }

.ricerca-serie .list-item--height2 { height: 580px;}
.ricerca-tipologia .list-item--height2 { width: 280px; height: 510px;}
.ricerca-tipologia .list-item--height1 { width: 280px; height: 440px;}

.ricerca-tipologia .list-item--height1 img{height: 382px;}
.ricerca-tipologia .list-item--height2 img{height: 442px;}
.ricerca-serie .list-item--height2 img{ height: 519px; }

.single-product .list-item { cursor: pointer; }

.single-product .list-item img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.single-product .list-item:hover img {
  opacity: 0.6;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.invisible {
	opacity: 0;
	visibility: hidden;
}

.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.image_amb_container {
	width: 600px;
}

.image_amb {
	display: block;
	float: right;
	width: 350px;
}

.article_data {
	float: left;
	width: 228px;
}

.list-item.more_info {
	width: 280px;
	height: auto;
	z-index: 99;
	border: 1px solid #949494;
	overflow: hidden;
	cursor: default;
	min-height: 400px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.list-item.more_info:hover img, .list-item.more_info_with_amb:hover img {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.list-item.more_info_with_amb {
	width: 650px;
	height: auto;
	z-index: 99;
	border: 1px solid #949494;
	overflow: hidden;
	cursor: default;
	min-height: 400px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.list-item--height2.more_info {
	width: 280px;
	height: auto;
	z-index: 99;
	border: 1px solid #949494;
	cursor: default;
	min-height: 600px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.list-item--height2.more_info_with_amb {
	width: 650px;
	height: auto;
	z-index: 99;
	border: 1px solid #949494;
	cursor: default;
	min-height: 600px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

/** Menu **/

div.menu-cont{
  position: fixed;
  width: 100%;
  height: 105px;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
}

div.menu{
  width: 100%;
  height: 50px;
  background-color: #808080;
}

div.menu .container{
  max-width: 1100px;
  width: auto;
  padding: 0
}

div.menu ul, div.menu_mobile_list ul{
  padding: 0
}

li.voce-menu{
  display: block;
  float: left;
  height: 50px;
  width: auto;
  padding: 15px 30px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  list-style: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.voce-menu:hover{
  color: #fff;
  background-color: #8c8c8c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.voce-menu-logo {
  padding-left: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.voce-menu-logo:hover {
  background: #808080;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.voce-menu-logo img{
  width: 80px;
  margin-top: -6px;
}

li.voce-menu.active{
  font-weight: 800;
}

li.voce-menu.voce-ricerca{
  float: right;
  padding: 0
}

li.voce-menu.voce-ricerca:hover {
  background: #808080;
  color: #fff;
}

li.voce-lingue{
  float: right;
  padding: 15px;
  padding-right: 0
}

li.voce-lingue:hover {
  background: #808080;
  color: #fff;
}

li.voce-lingue a{
  color: #fff;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.voce-lingue a:hover{
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


div.submenu{
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-bottom: 3px solid #808080;
  margin-bottom: 9px;
}

div.submenu ul{
  padding: 0
}

div.submenu .container{
  width: auto;
  padding: 0
}

div.submenu .container-prodotti{
  width: 1140px;
}

div.submenu .container-concept{
  width: 996px;
}

div.submenu .container-azienda{
  width: 490px;
}

div.submenu:after {
  height: 6px;
  display: block;
  width: 100%;
  background: #808080;
  margin-top: 6px;
  content: '';
  z-index: 999
}

div.submenu li.voce-menu{
  display: block;
  float: left;
  height: 45px;
  width: auto;
  padding: 14px 21px;
  text-align: center;
  font-weight: 300;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


div.submenu li.voce-menu.active{
  background-color: #c0c0c0;
  color: #fff;
}

div.submenu li.voce-menu:hover{
  color: #262626;
  background-color: #e5e5e5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.submenu li.voce-menu.active:hover{
  background-color: #c0c0c0;
  color: #fff;
}


.navbar-default .navbar-form{
  border: none;
}

div.menu form .btn, div.menu_mobile_list form .btn{
  font-weight: 200;
  padding: 6px 10px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-form .btn-default:hover, .navbar-form .btn-default:focus, .navbar-form .btn-default:active, .navbar-form .btn-default.active {
  color: #fff;
  background-color: transparent;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.glyphicon-search:before {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  padding-right: 3px
}

div.menu_mobile{
  width: 100%;
  height: 50px;
  background-color: #808080;
  display: none;
  position: fixed;
  z-index: 999
}

div.logo-mob{
  padding: 15px 20px
}

div.logo-mob img{
  width: 80px;
  margin-top: -6px;
}

div.menu_mobile_list div.logo-mob{
  padding: 15px 20px;
  width: 100px;
  position: relative;
}

div.menu_mobile_list{
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px;
  display: none;
  background-color: #808080;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

div.menu_mobile_list.open{
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

div.menu_mobile_list ul{
  margin-top: 20px
}

div.menu_mobile_list a {
  display: inline-block;
  width: 100%
}

div.menu_mobile_list li.voce-menu{
  float: none;
  height: auto;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.menu_mobile_list li.voce-menu.active{
  font-weight: 600
}

div.menu_mobile_list li.voce-menu:hover{
  color: #fff;
  background-color: #8c8c8c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


div.menu_mobile_list li.voce-lingue{
  float: none;
}

div.menu_mobile_list li.voce-lingue:hover {
  background: #808080;
  color: #fff;
}

div.menu_mobile_list li.voce-lingue a{
  color: #fff;
  font-weight: 400;
  opacity: 1;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.menu_mobile_list li.voce-lingue a:hover{
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.menu_mobile_list form .btn{ 
  font-size: 17px
}

div.menu_mobile_list li.voce-ricerca{
  margin: 30px 0
}

div.menu_mobile_list li.voce-ricerca:hover{
  background: #808080;
  color: #fff;
}

div.menu_mobile_list .navbar-form{
  width: 100%;
  float: none !important;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

div.menu_mobile_list .navbar-form .form-control{
  width: 300px; 
}

.menu-icon {
  position: fixed;
  top: 12px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 auto;
  float: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  display: none;
}

.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -4px;
  background-color: #fff;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-icon > span:before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.menu-icon > span:after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

/* OPENED */

.menu-icon.open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu_spacer{
  width: 100%;
  height: 105px;
}


/** Footer **/

div.footer{
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding: 30px 50px;
  color: #fff;
  text-align: center;
  background-color: #808080;
}

div.footer b{
  font-size: 17px;
}

div.footer a{
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.footer a:hover{
  opacity: 0.5;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/** Slider **/


div.slider{
  height: 550px;
  width: 100%;
  overflow: hidden;
}

div.slider.city{
  height: 650px;
}

.slide_image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
}

.slide_active {
  z-index: 99;
}

.slide_last_active {
  z-index: 90;
}


#slide-metal {
  background:url('../images/slide-metal.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide1 {
  background:url('../images/img1.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide2 {
  background: url('../images/img2.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide3 {
  background:url('../images/img3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide4 {
  background: url('../images/img1.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-cersaie {
  background:url('../images/cersaie2018/slide-cersaie.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-ristrutturazione {
  background:url('../images/ristrutturazione/slide-ristrutturazione.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-alpi {
  background:url('../images/slide-alpi.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-xess {
  background:url('../images/slide-xess.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-cityplus {
  height: 650px;
  background:url('../images/slide-cityplus.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-professionali {
  background:url('../images/slide-professionali.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide-ish {
  background:url('../images/slide-ish.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/** Ricerca serie - Ricerca serie **/

.ricerca-serie h1, .ricerca-tipologia h1, .soffioni-metal h1{
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 2px;
  margin-left: 25px;
  font-weight: 200
}

.ricerca-tipologia h1{
  width: 350px;
  display: inline-block;
  margin-top: 80px
}

.ricerca-tipologia a{
  display: inline-block;
}


/** Soffioni Metal **/

.soffioni-metal .tit-soffioni{
  padding: 15px 25px 0;
}

.soffioni-metal .tit-soffioni2{
  margin-top: 60px
}

.soffioni-metal h2{
  font-weight: 200;
  margin-top: 0px;
  padding-top: 15px;
  height: 120px;
  background: url(../images/bg-soffioni1.jpg) top right no-repeat;
  background-size: contain;
  margin-left: 0px;
  font-size: 30px;
}

.soffioni-metal .tit-soffioni2 h2{
  font-weight: 200;
  margin-top: 0px;
  padding-top: 15px;
  height: 160px;
  background: url(../images/bg-soffioni2.jpg) top right no-repeat;
  background-size: contain;
}

.soffioni-metal hr{
  width: 100%;
  height: 4px;
  margin-bottom: 0;
  background-color: #808080
}


/** Ristrutturazione **/

.ristrutturazione h1{
  margin: 60px 0 50px;
}

.ristrutturazione .row{
  margin: 100px 0
}

.ristrutturazione .row .col-lg-3:first-child{
  padding: 0;
  z-index: 99
}

.ristrutturazione .row .col-lg-3:first-child .list-item:hover{
  cursor: pointer;
}

.ristrutturazione .row .col-lg-3:first-child .list-item img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.ristrutturazione .row .col-lg-3:first-child .list-item:hover img{
  opacity: 0.6;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.ristrutturazione .row .col-lg-3:last-child{
  padding-left: 20px
}

.ristrutturazione .row .col-lg-3:first-child img{
  border: 1px solid #C1C1C1; 
}

.ristrutturazione h2{
  font-size: 27px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ristrutturazione h3{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px
}

.ristrutturazione h4{
  font-size: 14px;
  font-weight: 200;
  margin-top: 0
}

.ristrutturazione .col-lg-3:last-child p{
  font-size: 16px;
  font-weight: 200;
  margin-top: 100%;
}

.ristrutturazione .col-lg-6 p{
  margin-top: 20px;
}

.ristrutturazione p span{
  font-size: 16px;
  font-weight: 500;
  color: #ff0000
}

.ristrutturazione .img-responsive {
  width: 100%;
}

.ristrutturazione p{
  font-size: 18px;
  margin: 30px 0
}

.ristrutturazione h1{
  margin: 60px 0 20px;
}

.ristrutturazione h2{
  font-weight: 200;
  margin-bottom: 30px;
  font-size: 24px;
}

.ristrutturazione a.linkserie{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 65px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ristrutturazione a.linkserie:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/** Scelta Lavabo **/

.scelta-lavabo h1{
  margin: 60px 0 20px;
}

.scelta-lavabo table{
  margin-top: 15px
}

.scelta-lavabo th, .scelta-lavabo td {
  text-align: center;
  border: 1px solid #ccc;
}

.scelta-lavabo td {
  width: 15%
}

.scelta-lavabo th.first-th{
  border-left: none;
}

.scelta-lavabo th{
  font-weight: 200;
}

.scelta-lavabo th span{
  font-weight: 500;
  font-size: 18px
}

.scelta-lavabo td.name-td {
  text-align: left;
  border-left: none;
  width: 10%
}


.scelta-lavabo td.name-orange{
  color: #f38130
}

.scelta-lavabo td.name-blue{
  color: #00afec
}


/** Azienda **/

.azienda h1{
  margin: 60px 0 50px;
  margin-left: 10px;
}

.azienda div.row2{
  margin-top: 100px
}

.azienda div.col-sm-4{
  padding-left: 25px;
  padding-right: 25px;
}

.azienda p{
  text-align: justify;
}

.azienda img{
  margin-bottom: 30px
}


/** Chi siamo **/

.chi-siamo h1{
  margin: 60px 0 50px;
  margin-left: 20px;
}

.chi-siamo .mt-80{
  margin-top: 82px
}

.chi-siamo .mt-65{
  margin-top: 64px
}

.chi-siamo div.row2{
  margin-top: 30px
}

.chi-siamo div.col-sm-12{
  padding: 0
}

.chi-siamo div.col-sm-4, .chi-siamo div.col-sm-6, .chi-siamo div.col-sm-12{
  padding: 0 30px;
}

.chi-siamo div.col-sm-8{
  padding: 0px 30px 30px
}

.chi-siamo p{
  font-size: 15px
}

.chi-siamo img{
  margin-bottom: 30px;
  width: 100%
}


/** Ecologica **/

.ecologica {
  background: url(../images/bg-ecologica.jpg) center bottom no-repeat;
  background-size: cover;
}

.ecologica h1{
  font-weight: 600
}

.ecologica h2{
  font-size: 35px;
  font-weight: 800;
  margin-top: 0
}

.ecologica .col-titolo-ecologica{
  margin: 70px 0
}

.ecologica h2.green{
  color: rgb(96,184,46);
}

.ecologica h2.azure{
  color: rgb(0,155,238);
}

.ecologica h2.red{
  color: rgb(207,0,17);
}

.ecologica div.row{
  margin-top: 5px
}

.ecologica div.col-sm-8{
  padding-right: 130px;
  padding-top: 10px
}

.ecologica div.col-sm-8.notop{
  padding-top: 0px
}

.ecologica div.col-sm-4{
  padding-right: 25px;
}

.ecologica div.col-sm-12{
  padding-right: 170px;
}

.ecologica p{
  font-size: 15px
}

.ecologica .space-ecologica{
  height: 450px
}


/** Termostatico **/

.termostatico h1{
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
  color: rgb(245, 130, 32);
  font-weight: 600;
  font-size: 50px
}

.termostatico h1 span{
  font-weight: 800;
  font-size: 70px
}

.termostatico h2{
  margin: 0px;
  text-align: center;
  font-weight: 600;
  font-size: 28px
}

.termostatico h4{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: rgb(245, 130, 32);
  font-weight: 500;
  font-size: 23px
}

.termostatico h4.secondh4{
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-weight: 300;
  font-size: 23px
}

.termostatico h4.secondh4 span{
  font-weight: 300;
  font-size: 17px
}

.termostatico img {
  max-width: 100%
}

.termostatico .col-sm-12{
  text-align: center;
}

.termostatico .col-sm-12.title-special{
  text-align: left;
}

.termostatico .col-sm-12.title-special1{
  border-bottom: 1px solid
}

.termostatico .col-sm-12.title-special1 a{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -17px;
  padding: 8px 13px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.termostatico .col-sm-12.title-special1 a:hover{
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.termostatico .title-special h2{
  margin: 0px;
  margin-right: 40px;
  font-weight: 600;
  font-size: 45px;
  text-align: left;
  color: rgb(245, 130, 32);
  display: inline-block;
}

.termostatico .col-sm-12.title-special2 h2{
  margin-right: 27px;
}

.termostatico-fr .col-sm-12.title-special2 h2 {
    margin-right: 8px;
}

.termostatico-en .col-sm-12.title-special2 h2{
  margin-right: 52px
}

.termostatico .col-sm-12.title-special2 a{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #fff;
}

.termostatico .title-special h2 b{
  font-weight: 800;
  font-size: 55px;
}

.termostatico .title-special h3{
  margin: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  display: inline-block;
}


.termostatico .title-special h3.mgl120{
  margin-left: 120px;
}

.termostatico-fr .title-special h3.mgl120 {
    margin-left: 135px;
}

.termostatico-en .title-special h3.mgl120{
  margin-left: 107px;
}

.termostatico .title-special h3.mgl35{
  margin-left: 33px;
}

.termostatico-fr .title-special h3.mgl35 {
    margin-left: 39px;
}

.termostatico-en .title-special h3.mgl35{
  margin-left: 31px
}

.container-fluid{
  padding: 0;
  margin: 30px 0 30px
}

.img-cartucce{
 margin-bottom: -28px;
 z-index: 9;
 position: relative;
}

.termostatico .bg-orange{
  background-color: rgb(245, 130, 32);
  padding: 30px
}

.termostatico .bg-orange h2{
  text-align: center;
  font-weight: 500;
  margin: -5px 0 10px;
  color: #fff;
  font-size: 30px
}

.termostatico .bg-orange h4{
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 40px
}

.row2-termostatico{
  padding: 20px 0 50px
}

.row2-termostatico .col-sm-5{
  padding-right: 50px
}

.row3-termostatico {
  text-align: center;
  padding: 20px 0 70px
}

.row3-termostatico img{
  max-width: 100%;
}

.row4-termostatico {
  padding: 20px 0 20px
}

.row4-termostatico img{
  margin: 3px;
}


/** Monocomando **/

.monocomando h1{
  margin-top: 60px;
  margin-bottom: 5px;
  text-align: center;
  color: rgb(245, 130, 32);
  font-weight: 600;
  font-size: 50px
}

.monocomando h2{
  margin: 0px;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 28px
}

.monocomando h3{
  font-weight: 600;
  font-size: 23px;
  margin: 0
}

.monocomando h3.green{
  color: rgb(96,184,46);
}

.monocomando h3.azure{
  color: rgb(0,155,238);
}

.monocomando img {
  width: 100%;
  max-width: 100%;
  margin: 13px 0
}

.monocomando p {
  font-size: 17px
}

.monocomando .icona-monocomando{
  height: 50px;
  width: auto;
}

.monocomando .col-sm-12.title-special{
  text-align: left;
}

.monocomando .col-sm-12.title-special1{
  border-bottom: 1px solid
}

.monocomando .col-sm-12.title-special1 a{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -17px;
  padding: 8px 13px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.monocomando .col-sm-12.title-special1 a:hover{
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.monocomando .title-special h2{
  margin: 0px;
  margin-right: 40px;
  font-weight: 600;
  font-size: 45px;
  text-align: left;
  color: rgb(245, 130, 32);
  display: inline-block;
}

.monocomando .col-sm-12.title-special2 h2{
  margin-right: 27px;
}

.monocomando-en .col-sm-12.title-special2 h2 {
    margin-right: 51px;
}

.monocomando-fr .col-sm-12.title-special2 h2 {
    margin-right: 7px;
}

.monocomando .col-sm-12.title-special2 a{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #fff;
}

.monocomando .title-special h2 b{
  font-weight: 800;
  font-size: 55px;
}

.monocomando .title-special h3{
  margin: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  display: inline-block;
}

.monocomando .title-special h3.mgl120{
  margin-left: 120px;
}

.monocomando-fr .title-special h3.mgl120 {
  margin-left: 135px;
}

.monocomando-en .title-special h3.mgl120{
  margin-left: 107px;
}

.monocomando .row{
  padding: 15px 0
}

.monocomando .col-sm-6a{
  text-align: right;
  padding-right: 40px;
}

.monocomando .col-sm-6b{
  text-align: left;
  padding-left: 40px;
}

.monocomando p {
  max-width: 300px
}

.monocomando .col-sm-6a p{
  float: right;
}

.monocomando .col-sm-6b p{
  float: left;
}

.monocomando .col-sm-12{
  text-align: center;
}



/** Incasso **/

.incasso h1{
  margin: 60px 0 50px;
  text-align: center;
}

.incasso h1 img{
  margin-top: -25px
}

.incasso h4{
  font-weight: 300;
  font-size: 23px;
  text-align: center;
}

.incasso div.col-sm-12{
  padding: 0px;
  padding-bottom: 50px;
  text-align: center
}

.incasso div.col-sm-12 img{
  max-width: 100%;
}

.incasso div.row2{
  margin-top: 100px
}

.incasso div.col-sm-4{
  padding-left: 25px;
  padding-right: 25px;
}

.incasso p{
  text-align: justify;
}

.incasso-new {
  padding-top: 60px
}

.incasso-new h3{
  font-size: 23px;
  font-weight: 200;
  text-align: center;
}

.incasso-new .row{
  margin: 20px 0
}

.incasso-new .col-md-8{
  padding-top: 12%
}




/** Sistema incasso **/

.sistema-incasso h1{
  margin: 20px 0 50px;
  margin-left: 0px;
}

.sistema-incasso ul{
  padding-left: 0;
}

.sistema-incasso div.row{
  padding: 7px 0;
}

.sistema-incasso div.row2{
  margin-top: 50px
}

.sistema-incasso .row div.col-sm-2:first-child{
  padding: 0px;
  text-align: right;
}

.sistema-incasso .row div.col-sm-2 img, .sistema-incasso .row div.col-sm-4 img{
  margin-bottom: 0
}

.sistema-incasso .row div.col-sm-4 img{
  padding-top: 10px
}

.sistema-incasso div.col-sm-4{
  padding-right: 60px;
}

.sistema-incasso div.col-sm-4a{
  padding-right: 15px;
}

.sistema-incasso div.col-md-7{
  padding-left: 60px;
}

.sistema-incasso div.col-sm-7a{
  padding-left: 15px;
}

.sistema-incasso div.col-sm-6a{
  padding-right: 30px;
  padding-left: 0px;
}

.sistema-incasso div.col-sm-6b{
  padding-left: 30px;
  padding-right: 0px;
}

.sistema-incasso p{
  text-align: justify;
}

.sistema-incasso img{
  margin-bottom: 30px
}

.sistema-incasso .hidden-sm{
  display: block;
}

.sistema-incasso .display-sm{
  display: none;
  padding-bottom: 30px
}


/** Soluzioni termostatiche **/

.soluzioni-termostatiche h1{
  margin: 20px 0 50px;
  margin-left: 0px;
}

.soluzioni-termostatiche h1 img{
  margin-top: -25px;
}

.soluzioni-termostatiche h1 img.degree{
  margin-top: -8px;
  margin-left: 6px
}

.soluzioni-termostatiche h1 a{
  font-size: 16px;
  margin-left: 80px;
  font-weight: 200;
}

.soluzioni-termostatiche div.row2{
  margin-top: 30px
}

.soluzioni-termostatiche div.col-sm-6{
  padding-bottom: 20px;
}

.soluzioni-termostatiche div.col-sm-6 img{
  border: 1px solid #C1C1C1; 
  max-width: 100%
}



/** Download **/

.container-download{
  margin-top: 60px;
  min-height: calc(100vh - 432px);
}

.container-download h1{
  margin-left: 15px;
  margin-bottom: 50px
}

.container-download a{
  opacity: 1;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.container-download a:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.container-download h4{
  margin-top: 0
}



/** Certificazioni **/

.certificazioni h1{
  margin: 80px 0 10px;
  margin-left: 0;
  text-align: center;
}

.certificazioni div.row{
  padding-top: 70px
}

.certificazioni div.col-sm-4{
  padding-left: 0;
  padding-right: 50px;
  text-align: center;
}

.certificazioni div.col-sm-4 img{
  max-width: 100%
}


/*** video ***/

div#video_div{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

div#video_div iframe {
	position: absolute;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
}

div#video_div.video_is_visible{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

div#video_div div#close_vid {
	width: 60px;
	height: 60px;
	position: fixed;
	top: 4%;
	right: 4%;
	padding: 8px;
	z-index: 9999;
	display: block;
	cursor: pointer !important;
	color: #fff;
	text-align: center;
	-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-ms-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	transition: all 1.3s ease-out;
}

div#video_div #close_vid span {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 29px;
	left: 15px;
	height: 3px;
	background-color: rgba(255,255,255,0);
}

div#video_div #close_vid span::after, div#video_div #close_vid span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}

div#video_div #close_vid span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

div#video_div #close_vid span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container-download a{
  opacity: 1;
  font-size: 15px;
  padding: 4px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.container-download a:hover{
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.container-download h5{
  margin-top: 0;
  font-size: 15px;
  font-weight: 200;
}


/* Shower Therapy */

.shower-therapy .tit2{
  margin-top:-10px
}

.tit-shower_therapy{
  font-size: 50px !important
}

.tit-shower_therapy img{
  margin-bottom: 30px !important
}

.smalltit-shower_therapy{
  font-weight: 300;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.smalltit-shower_therapy img{
  max-width: 70px;
  padding-top: 0 !important;
  margin-top: -20px;
  margin-bottom: 0
}

/*.col-shower_therapy .col-sm-6{
  padding: 10px;
}

.col-shower_therapy .col-sm-6 img{
  margin-bottom: 0px;
}

.shower-therapy .col-sm-6{
  padding: 15px
}

.shower-therapy .col-sm-6s, .shower-therapy .col-sm-4s{
  text-align: right;
}

.shower-therapy div.col-sm-4s{
  padding-right: 0
}

.shower-therapy .col-sm-6s img{
  max-width: 75%;
  display: inline;
}

.shower-therapy div.col-sm-4s img{
  max-width: 50%;
  display: inline;
  padding-top: 0 
}*/

.shower-therapy .box-text-shower{
  position: relative;
  max-width: 60%;
  margin-left: 32%;
  margin-top: -200px
}

.shower-therapy .box-text-shower h1{
  font-size: 30px;
  margin-bottom: 15px;
}

.shower-therapy p {
  font-size: 20px;
  margin-bottom: 0;
}

.shower-therapy h1{
  margin-bottom: 30px
}

.shower-therapy h1 img{
  max-height: 60px
}

.shower-therapy .col-sm-6 img{
  width: 100%;
  margin-bottom: 0
}

.shower-therapy div.col-sm-6 {
  padding-bottom: 20px;
}



/** City Plus **/

.city-plus h1{
  margin: 60px 0 50px 15px;
}

.city-plus .row{
  margin: 100px 0;
}

.city-plus p {
  font-size: 20px;
  margin-top: 40px;
  max-width: calc(100% - 320px);
}

.city-plus p.first {
  max-width: 700px;
  margin-left: 15px;
  margin-top: 0
}

.city-plus a{
  margin-left: 30px;
  font-size: 16px
}

.city-plus .rubinetto{
  float: right;
  margin-top: -170px;
  position: relative;
  z-index: 9
}

/** City Plus **/

.san-luis h1{
  margin: 60px 0 30px 15px;
  text-align: center;
}

.san-luis .row{
  margin: 0;
}

.san-luis .col-sm-12{
  background-color: #e7e7e9
}

.san-luis .text-luis{
  font-size: 20px;
  padding: 30px 100px;
  position: absolute;
  display: block;
  right: 0;
  text-align: right;
  z-index: 99;
  padding-top: 20px;
  width: 80%;
  background-color: transparent;
}

.san-luis a{
  margin-left: 30px;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
  display: inline-block;
  padding-left: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.san-luis a:hover {
  opacity: 0.5;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




/** Cersaie **/

.cersaie .row img{
  width: 100%;
  height: auto;
} 


/** ISH **/

.ristrutturazione.ish h1{
  padding-left: 15px !important;
  margin: 60px 0 50px !important;
}

.ish .row {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ish .row img{
  width: 100%;
  height: auto;
}

.ish .row img.img-50{
  width: calc(50% - 6px);
  float: left;
  height: auto;
}

.ish .row img:nth-child(1){
  padding-right: 6px
}

.ish .row img:nth-child(2){
  padding-left: 6px
}



/** Fred **/

.fred .col-sm-6, .fred .col-sm-12{
  padding: 30px 0
}

.fred .col-sm-12a{
  padding: 0;
  height: 200px;
  background: url(../images/fred/banda-fred.jpg) center center;
  background-size: cover;
}

.fred .desc-fred{
  text-align: center;
  padding: 15px 0 20px
}

.fred h1{
  font-size: 53px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0
}

.fred h2{
  font-size: 27px;
  font-weight: 200;
  text-align: center;
}

.fred p {
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
}

.fred .img-responsive{
  width: 100%;
}

.fred a.linkserie{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 55px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fred a.linkserie:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



/** Portofino, Una, Trio, Santa, Professionali **/

.presentazione-serie .col-sm-12, .portofino .col-sm-12, .una .col-sm-12, .trio .col-sm-12, .santa .col-sm-12, .nuove-finiture .col-sm-12, .professionali .col-sm-12 {
  padding: 30px 0;
}

.presentazione-serie .col-sm-8, .presentazione-serie .col-sm-3{
  padding: 30px 0;
}

.una .col-sm-6, .trio .col-sm-6 {
  padding: 20px;
}

.presentazione-serie div.slide-single, .portofino div.slide-single, .una div.slide-single, .trio div.slide-single, .santa div.slide-single, .nuove-finiture div.slide-single, .professionali div.slide-single{
  padding: 0;
  height: 550px;
}

.portofino div.slide-single{
  background: url(../images/portofino/slide-portofino.jpg) center center;
  background-size: cover;
}

.una div.slide-single{
  background: url(../images/una/slide-una.jpg) center center;
  background-size: cover;
}

.trio div.slide-single{
  background: url(../images/trio/slide-trio.jpg) center center;
  background-size: cover;
}

.santa div.slide-single{
  background: url(../images/santa/slide-santa.jpg) center center;
  background-size: cover;
}

.nuove-finiture div.slide-single {
  background: url(../images/nuove-finiture/slide-nuove-finiture.jpg) center center;
  background-size: cover;
}

.professionali div.slide-single{
  background: url(../images/professionali/slide-professionali.jpg) center center;
  background-color: #e6e7e8;
  background-size: contain;
  background-repeat: no-repeat;
}

.seriefade div.slide-single {
  background: url(../images/fade/slide-fade.jpg) center center;
  background-size: cover;
}

.seriefade2 div.slide-single {
  background: url(../images/fade/slide-fade-2.jpg) center center;
  background-size: cover;
}

.loud div.slide-single {
  background: url(../images/loud/slide-loud.jpg) center center;
  background-size: cover;
}

.loud2 div.slide-single {
  background: url(../images/loud/slide-loud-2.jpg) center center;
  background-size: cover;
}

.allen div.slide-single {
  background: url(../images/allen/slide-allen.jpg) center center;
  background-size: cover;
}

.portofino-n div.slide-single {
  background: url(../images/portofino-n/slide-portofino.jpg) center center;
  background-size: cover;
}

.fred-outdoor div.slide-single {
  background: url(../images/fred-outdoor/slide-fred.jpg) center center;
  background-size: cover;
}

.fred-outdoor2 div.slide-single {
  background: url(../images/fred-outdoor/slide-fred-outdoor.jpg) center center;
  background-size: cover;
}

.ish2019 div.slide-single {
  background: url(../images/ISH2019/slide.jpg) center center;
  background-size: cover;
}

.presentazione-serie h1 span, .portofino h1 span, .una h1 span, .trio h1 span, .santa h1 span, .nuove-finiture h1 span, .professionali h1 span{
  font-size: 23px;
  line-height: 50px;
  text-transform: uppercase;
}

.presentazione-serie p, .portofino p, .una p, .trio p, .santa p, .nuove-finiture p, .professionali p {
  font-size: 20px;
  margin-bottom: 0
}

.trio ul {
  font-size: 20px;
  -webkit-padding-start: 24px;
}

.presentazione-serie .img-responsive, .portofino .img-responsive, .una .img-responsive, .trio .img-responsive, .santa .img-responsive, .nuove-finiture .img-responsive, .professionali .img-responsive{
  width: 100%;
}

.enjoy-your-shower div.slide-single {
  background: url(../images/enjoy-your-shower/slide-enjoy-your-shower.jpg) center center;
  background-size: cover;
}

.enjoy-your-bathroom div.slide-single {
  background: url(../images/enjoy-your-bathroom/slide-enjoy-your-bathroom.jpg) center center;
  background-size: cover;
}

.outdoor div.slide-single {
  background: url(../images/outdoor/slide-outdoor.jpg) center center;
  background-size: cover;
}


/** Portofino **/

.portofino a.linkserie, .santa a.linkserie{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  float: right;
  clear: both;
  position: relative;
  display: block;
  width: 185px;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portofino a.linkserie-s, .santa a.linkserie-s{
  width: 133px;
}

.portofino a.linkserie:hover, .santa a.linkserie:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portofino .col-linkserie, .santa .col-linkserie {
  margin-top: 60px
}

.santa .col-linkserie{
  margin-top: 40px;
  margin-bottom: 20px
}


/*** Professionali ***/

.professionali a.linkmore{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  float: right;
  clear: both;
  position: relative;
  display: block;
  width: 170px;
  padding: 3px 0;
  cursor: pointer;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.professionali a.linkmore:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.professionali a.linkmore-1{
  float: left;
  text-align: left;
  margin-top: -142px
}

.professionali a.linkmore-2{
  margin-top: -30px
}


/*** Nuove finiture ***/

.nuove-finiture a.linkserie{
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  float: right;
  clear: both;
  position: relative;
  display: block;
  width: 170px;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nuove-finiture a.linkserie:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nuove-finiture .col-linkserie{
  margin-top: 60px
}


/*** Pagina video ***/

#cont-video h1{
  margin-top: 50px;
  margin-bottom: 20px
}

.video-cersaie{
  margin-bottom: 70px
}

.video-cersaie iframe{
  width: 1000px;
  height: 563px;
}


/*** iubenda ***/

#iubenda-cs-banner a:hover{
  color: #fff;
  opacity: 0.8
}



