/*css*/
body {
  background: #231f20;
  font-size: 14px;
  //color: #b6babc;
  color: #444;
  line-height: 24px;
  font-family: 'Lato',Arial,sans-serif;
}
body p {
  margin-bottom: 22px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  outline: none;
}
* {
  -webkit-text-size-adjust: none;
}
.h1,
h2,
h3,
h4,
h5, .h2 {
  text-transform: uppercase;
  color: #231f20;
  font-family: 'Lato',Arial,sans-serif;
}
h2, .h2 {
  font-size: 40px;
  letter-spacing: -0.3px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 40px;
}
.h2.home {
	font-size:28px;
	line-height:38px;
	letter-spacing:normal;
}

h2 span, .h2 span {
  color: #fd8630;
  margin-bottom: 10px;
  display: block;
  /*font-size: 64px;*/
  font-size:48px;
  /*text-transform: none;*/
  font-weight: 600;
  padding-top: 14px;
}
h3 {
  margin-bottom: 10px;
  color: #3e454c;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
h3.home, .div_testo h3.home {
	font-size:16px;
	color:#1e466d;
}
h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 18px;
  color: #fd8630;
  line-height: 35px;
}
h5, .h5 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px;
}
.extra_wrapper {
  overflow: hidden;
}
.clear {
	clear:both;
}
.primary_color {
	color:#fd8630;
}
.btn {
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 8px;
	border-radius: 4px;
	border: 2px solid #999;
	color:#999;
	text-align:center;
}
.btn:hover {
	background-color:#999;
	color:#fff;
}
/************Header************/
header {
  padding-top: 12px;
  /*background: #fff;*/
  /*background: #fbe7c5;*/
  background:#fbf0dd;
  
  /*background-image:url("../img/bg_top6.jpg");*/
  background-repeat: no-repeat;
  background-position: center -30px;
}
header .h1 {
  clear: both;
  /*margin-bottom: 20px;*/
  margin-bottom:25px;
  float: left;
}
header .h1 img {
  display: block;
  max-width:100%;
}

/***************/

header .bg_menu_container {
	background: #1e466d;
	box-shadow: inset 0 -9px 0 0 #fd8630;
}

#numero_verde_testata,
a.numero_verde_testata {
	display:block;
	float:right;
	margin:12px 0 5px 0;	
	font-size:26px;
	font-family: 'Lato',Arial,sans-serif;
	color:#fd8630;
	font-weight:bold;
	/*text-shadow:0 0 4px #000;*/
}
a.numero_verde_testata {
	float:none;
	text-align:center;
}
#numero_verde_testata:hover,
.numero_verde_testata:hover {
	color:#3e454c;
	text-shadow:0 0 4px #fff;
}
#numero_verde_testata span,
.numero_verde_testata span {
	font-size:36px;
	color:#3e454c;
	text-shadow:0 0 4px #fff;
}

/*****/
.sf-menu > li span.menu_label {
	font-style:italic;
	font-size:13px;
	color:#bbb;
}
/************Content***********/
#content {
  padding: 63px 0 70px;
  /*background: #fff;*/
  background:#F5F5F5;
}
#content.home { padding-top:40px; }
#content .bg1 {
  background: #f9f9fa;
  padding: 100px 0 55px;
}
.all {
  padding-top: 98px !important;
}

/**********Home**********/

.cataloghi_home a {
	font-size:20px;
}

.cataloghi_nostyle li {
	background:none !important;
	padding-left:0 !important;
}
.cataloghi_nostyle a.btn {
	width:260px;
	max-width:100%;
	font-size:18px;
	/*
	background-color:#fd8630;
	border-color:#fd8630;
	color:#fff;
	*/
	border-color:#fd8630;
	color:#fd8630;
	transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
.cataloghi_nostyle a.btn:hover {
	/*
	background-color:#fff;
	border-color:#fff;
	color:#fd8630;
	*/
	background-color:#fd8630;
	border-color:#fd8630;
	color:#fff;
}

.list_home {
	background-color:#f4f4f4;
	box-shadow: 0 0 5px #777;
}
.wrapper_list_home {
	padding:10px 5px;
	text-align:center;
}
.list_home:hover {
	background-color:#f8f8f8;
	box-shadow: 0 0 8px #444;
}

@media (min-width:980px) and (max-width:1199px){
	.a4.home.small {
		letter-spacing:-0.5px;
	}
}
@media (min-width:768px) and (max-width:979px){
	.a4.home.small {
		letter-spacing:-1.2px;
	}
}

@media only screen and (max-width: 480px) {
	.cataloghi_nostyle a.btn {
		width:auto;
		display:block;
	}
}

/********Page1********/
.div1 {
  margin-bottom: 30px;
}
.div1 p {
  margin-bottom: 10px;
}
.art1 {
  margin-bottom: 55px;
}
.art1 p {
  padding-top: 10px;
  margin-bottom: 0;
}
.art1 time {
  background: #fd8630;
  padding: 12px 12px 20px;
  float: left;
  font-size: 15px;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 15px;
  color: #231f20;
  font-family: 'Lato',Arial,sans-serif;
  text-align: center;
  margin: 3px 30px 10px 0;
}
.art1 time:before {
  position: absolute;
  content: '';
  right: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fd8630;
  top: 15px;
}
.art1 time span {
  font-weight: 400;
  margin-bottom: 3px;
  color: #fff;
  line-height: 40px;
  display: block;
  font-size: 40px;
}
.art1 h3 {
  margin-bottom: 0;
}
.art2 {
  padding: 36px 0 20px;
  margin-bottom: 26px;
}
.art2 p {
  margin-bottom: 32px;
}

/***********/
.box_bg_grigio_home {
	background-color:#eee;
	background-color:#e7e7e7;
	padding:0 10px;
}

.box_bg_giallo_home {
	background-color:#FBD187;
	background-color:#fbe1b2;
	background-color:#fbe7c5;
	padding:0 10px;
}
.box_bg_giallo_home.bg_secchio {
	
	background-image:url('../img/bg_secchio_15.png');
	background-position: 140% 110%;
	
	/*
	background-image:url('../img/bg_secchio_big_15.png');
	background-position: 160% 130%;
	*/
	background-repeat:no-repeat;
}

@media only screen and (max-width: 1199px) {
	.box_bg_giallo_home.bg_secchio {
		background-position: 200% 110%;
	}
}
@media only screen and (max-width: 979px) {
	.box_bg_giallo_home.bg_secchio {
		background-position: 750% 110%;
	}
}
@media only screen and (max-width: 767px) {
	.box_bg_giallo_home.bg_secchio {
		background-position: 270% 110%;
	}
}
@media only screen and (max-width: 480px) {
	.box_bg_giallo_home.bg_secchio {
		background-position: 150px 110%;
	}
}

/********Page2********/
.art3 {
  background: #f9f9fa;
  margin-bottom: 50px;
}
.art3 p {
  margin-bottom: 0;
}
.art3 .pad2 {
  padding: 28px 10px 34px 17px;
}
.art3 .pad2 span {
  display: block;
  margin-bottom: 14px;
}
/********Page3********/
.art4 {
  margin-bottom: 50px;
}
.art4 div > div {
  margin-bottom: 14px;
}
.art5 {
  margin-bottom: 50px;
}
.art5 .div3 {
  color: #fff;
  margin: 5px 30px 20px 0;
  font-family: 'Lato',Arial,sans-serif;
  background: #fd8630;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding: 6px 0 7px;
  float: left;
  line-height: 40px;
  width: 52px;
}
.art5 .extra_wrapper > div {
  margin-bottom: 10px;
}
.art5 p {
  margin-bottom: 0;
}
.div4 {
  padding-top: 5px;
  margin-bottom: 60px;
}
.div4 h3 {
  padding-top: 28px;
  line-height: 25px;
  margin-bottom: 12px;
}
.div4 p {
  margin-bottom: 34px;
}
/********Page4********/
.art6 {
  margin-bottom: 50px;
}
.art6 p {
  padding-top: 24px;
  margin-bottom: 35px;
}
.art6 h3 {
  margin-bottom: 4px;
}
.art6 .div5 {
  line-height: 15px;
  text-transform: uppercase;
  color: #fd8630;
  font-size: 15px;
  font-family: 'Lato',Arial,sans-serif;
  margin-bottom: 23px;
}
.art6 .div5 div {
  float: left;
}
.art6 .div5 div span {
  display: inline-block;
  margin-left: 24px;
}
.art6 time {
  background: #fd8630;
  padding: 12px 12px 18px;
  float: left;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  color: #231f20;
  font-family: 'Lato',Arial,sans-serif;
  text-align: center;
  margin: 3px 30px 10px 0;
}
.art6 time:before {
  position: absolute;
  content: '';
  right: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fd8630;
  top: 15px;
}
.art6 time span {
  font-weight: 400;
  margin-bottom: 6px;
  color: #fff;
  line-height: 40px;
  display: block;
  font-size: 40px;
}
.fltr {
  float: right !important;
}
.art6 + .art6 {
  padding-top: 40px;
}
.div7 {
  margin-bottom: 54px;
}
.div7 div {
  margin-bottom: 10px;
}
.div7 p {
  margin-bottom: 0px;
  line-height: 21px;
}
/********Images*******/
.img1 {
  float: left;
  margin: 4px 30px 10px 0;
}
.img1.img_home {
	margin-right:0;
}
a.lightbox {
  display: block;
  position: relative;
}
a.lightbox img {
  width: 100%;
}
a.lightbox span {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/magnify.png) -100px center no-repeat;
}
a.lightbox:hover span {
  background-position: center center;
}

/*********Text********/
.p1 {
  color: #fd8630;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
}
.p2 {
  line-height: 21px;
}
.p4 {
  font-weight: 400;
}
.txt1 {
  text-align: left;
}
/********Links********/
a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
  webkit-transition: 0.5s ease;
}
a:hover {
  color: #fd8630;
}
.div_testo a {
	color:#fd8630;
	color:#fd8630;
	font-weight:bold;
}
.div_testo a:hover {
	text-decoration:underline;
}
.a1, .div_testo h3, .div_testo h2 {
  font-weight: 400;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  /*color: #231f20;*/
  color:#000;
  margin-bottom: 10px;
  line-height: 26px;
}
.div_testo h2 a,
.div_testo h3 a {
	color:#000;
}
.div_testo h3.top {
	text-align:center;
	color:#fd8630;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
}
.div_testo h3.top .sottotitolo {
	font-weight: normal;
	text-transform: none;
}
.div_testo h2 { 
	margin-top:20px;
}
.div_testo h2:first-child {
	margin-top:0;
}

.div_testo .div_testo_servizi h2,
.div_testo .div_testo_servizi h3 {
	/*float:left;*/
	width:100%;
	clear:both;
}

.div_testo h3,
.div_testo .h3 {
	font-size:20px;
}

.div_testo .div_testo_servizi h3 {
	margin-top:10px;
	clear:both;
}

.div_testo h4 {
	font-size:16px;
	font-weight:bold;
}

.a2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fd8630;
  font-family: 'Lato',Arial,sans-serif;
  font-weight: 300;
}
.a2:hover {
  color: #3e454c;
}
.a3,
.div_testo a.a3 {
  color: #fff;
  padding: 12px 20px 14px;
  display: inline-block;
  font-weight: 600;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background: #fd8630;
}
.a3.home,
.div_testo a.a3.home {
	padding: 10px 40px 10px; 
}
.a3:hover {
  background: #3e454c;
}
.a3.right {
	float:right;
}
@media (max-width:767px){
	.a3.right {
		float:none;
	}
}
.a4 {
  color: #fd8630;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Lato',Arial,sans-serif;
  line-height: 25px;
}
.a4:hover {
  color: #3e454c;
}
.a5 {
  text-decoration: underline;
}


.div_testo div.img {
	float:left;
	width:100%;
}
.div_testo div.img img {
	max-width:calc(50% - 12px);
	float:left;
	margin:10px 0 10px 20px;
}
.div_testo div.img img:nth-child(2n+1) {
	margin-left:0;
}

.div_testo div.img.img3 img {
	max-width:calc(33% - 15px);
}
.div_testo div.img.img3 img:nth-child(2n+1) {
	margin-left:20px;
}
.div_testo div.img.img3 img:nth-child(3n+1) {
	margin-left:0;
}

.div_testo div.img a img:nth-child(2n+1),
.div_testo div.img.img3 a img:nth-child(3n+1) {
	margin-left:20px;
}

.div_testo div.img a:nth-child(2n+1) img {
	margin-left:0;
}


.div_testo div.img.img3 a:nth-child(2n+1) img {
	margin-left:20px;
}

.div_testo div.img.img3 a:nth-child(3n+1) img {
	margin-left:0;
}

.img_40 {
	max-width:40%;
}

.div_testo img.img_40 {
	border:none;
}


h2.primary_color,
h3.primary_color,
h4.primary_color,
.div_testo h2.primary_color,
.div_testo h3.primary_color,
.div_testo h3.primary_color {
	color:#fd8630;
}

/******/
.prodotti_elenco h2,
.prodotti_elenco .h2,
.prodotti_elenco h2 .a1, .prodotti_elenco .h2 .a1 {
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}


/********List********/
.list li,
.div_testo li {
  margin-bottom: 11px;
  text-align: left;
  background: url('../images/marker1_arancio.png') 0 3px no-repeat;
  /*padding-left: 26px;*/
  padding-left:18px;
}
.classic li {
	background:none;
	list-style:initial;
	margin-left: 20px;
	padding-left: 5px;
	list-style-type: disc;
	margin-bottom:3px;
}
.div_testo li {
	background-position:0 6px;
}
.list.chiaro li {
  background: url('../images/marker1_chiaro.png') 0 3px no-repeat;
}
.list.arancio li {
  background: url('../images/marker1_arancio.png') 0 3px no-repeat;
}
.list.grigio li {
  background: url('../images/marker1_grigio.png') 0 3px no-repeat;
}



.list li a {
  color: #231f20;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Lato',Arial,sans-serif;
  line-height: 15px;
}
.list li a:hover {
  color: #fd8630;
}

.pdf_icon,
li.pdf_icon,
.list.chiaro li.pdf_icon {
	background-image:none;
	padding:0;
	
}
.pdf_icon a,
li.pdf_icon a,
.list.chiaro li.pdf_icon a {
	display:block;
	
	padding-left:32px;
	padding-top:7px;
	padding-bottom:6px;
	background-image:url("../eps_shared_static/icons32/files/pdf.png");
	background-repeat:no-repeat;
	background-position:left top;
	line-height:16px;
	margin-left:-2px;
	
	
	text-transform: none;
	font-size: 13px;
}


li.item_listino_solo {
	background:none !important;
	padding-left:0;
}
li.item_listino {
	margin-top:16px;
	line-height:20px;
}
.item_listino_solo {
	line-height:22px;
}
.item_listino .item_riga_listino {
	font-weight:bold;
	font-size:18px;
	color:#fd8630;
}
.item_listino_solo .item_riga_listino {
	font-weight:normal;
	font-size:12px;
	color:inherit;
}

/*******Indent*******/
.pad1 {
  padding-top: 100px;
}
.pad3 {
  padding-bottom: 0 !important;
}
.pad4 {
  padding-top: 90px;
}
.mrg1 {
  margin-bottom: 24px;
}
.mrg2 {
  margin-bottom: 28px;
}
/*******Search*******/
#search {
   margin:5px 0 0;
   position: relative;
   float: right;
   clear:right
}
#search input {
  color: #231f20;
  position: relative;
  width: 208px;
  border: none;
  /*height: 56px;*/
  height:32px;
  padding: 0 40px 0 5px;
  outline: none;
  background: #ececf0;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 5px #666;
}
#search fieldset {
  position: relative;
  text-align: center;
}
#search .error {
  position: absolute;
  overflow: hidden;
  display: none;
  font-size: 10px;
  top: 0;
  color: red;
  right: 48px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search .success {
  border-radius: 0;
  padding: 0;
  border: 1px solid #40515e;
  text-align: center;
  background: #b6b6b6;
  position: absolute;
  z-index: 10;
  display: none;
  top: 0;
  width: 85%;
  color: #40515e;
}
#search label.invalid .error {
  height: 19px;
}
#search .a7 {
  position: absolute;
  width: 25px;
  /*top: 15px;*/
  top:3px;
  right: 6px;
  display: block;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon1.png') no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search .a7:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/************Footer************/
footer {
  padding: 28px 0 28px;
}
footer .p3 {
  color: #fd8630;
  text-transform: uppercase;
  font-weight: 600;
}
footer .privacy {
  line-height: 10px;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 14px;
  float: left;
  color: #adadad;
}
footer .privacy div {
  display: inline-block;
  margin-left: 16px;
  position: relative;
}
footer .privacy div:before {
  position: absolute;
  content: '|';
  left: -12px;
  top: 0;
  font-size: 15px;
  top: -2px;
}
footer .socials {
  float: right;
}
footer .socials a + a {
  margin-left: 5px;
}
footer .socials .icon1 {
  background: url('../images/icon2.png') 0 0 no-repeat;
}
footer .socials .icon2 {
  background: url('../images/icon3.png') 0 0 no-repeat;
}
footer .socials .icon3 {
  background: url('../images/icon4.png') 0 0 no-repeat;
}
footer .socials .icon4 {
  background: url('../images/icon5.png') 0 0 no-repeat;
}
footer .socials a {
  height: 34px;
  display: inline-block;
  width: 34px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
footer .socials a:hover {
  background-position: 0 bottom;
}
/********Map********/
.map {
  overflow: hidden;
  font-weight: 300;
}
.map figure {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 600px;
  max-width: 100%;
}
.map address {
  font-style: normal;
  padding-top: 6px;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
.map address dt {
  margin-bottom: 26px;
}
.map address dd {
  height: 24px;
}
.map address dd span {
  color: inherit;
  padding: 0;
  min-width: 100px;
  display: inline-block;
  text-align: left;
}
.map address dd a {
  text-decoration: underline;
}
.map address dd a:hover {
  color: #fd8630;
  background: none;
}
/*--------------To_Top----------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 58%;
  margin-left: 500px;
  overflow: hidden;
  width: 72px;
  height: 73px;
  border: none;
  text-indent: -999px;
  z-index: 20;
  background: url(../images/totop.jpg) no-repeat 0 0;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}
#toTop:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*=====================CUSTOM=============*/

#stick2 {
	/*margin-top:40px;*/
	padding:10px;
	background-color:#ddd;
	margin-bottom:20px;
}
#stick2 h2, #stick2 .h2 {
	font-size:32px;
	text-align:center;
	margin-bottom:20px;
}

#stick3 {
	clear:both;
}

@media only screen and (max-width: 767px) {
	#stick2, 
	#stick3 {
		position: static !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
        bottom: auto !important;
	}
	#stick2.is_stuck + div, 
	#stick3.is_stuck + div {
		display:none !important;
	}
}

.certificati_index {
	float:left;
	width:33%;
	text-align:center;
	margin-bottom:30px;
}
.certificati_index:nth-child(3n+1) {
	clear:left;
}
.certificati_index img {
	max-width:100%;
}

.link_catalogo_outlet {
	clear:both;
	display:block;
	margin:40px 0 20px;
	font-size: 26px;
	text-transform:uppercase;
	background-color: #3E454C;
	padding:14px 20px 12px;
	color:#fff;
	text-align:center;
}
.link_catalogo_outlet:hover {
	background-color:#fd8630;
	color:#fff;
}


.div_testo img{
    margin: 4px 30px 10px 0;
    border: 1px solid #777;
	max-width:100%;
}

img.right {
	float:right;
	max-width:50%;
	margin:0 0 20px 15px;
}

.bread_div {
    font-size:16px;
}

.bread_div .eps_bread_itemscope > .eps_bread_title{
    color: #fd8630;
}

strong, b{
    font-weight: bold;
}

.art3 .pad2 span.found {
  display: inline;
  margin-bottom: 0;
  text-decoration: underline;
}

#paginazione {
    text-align:center;
    clear:both;
}

.catalog_navigation {
    font-weight:bold;
    color:#696e6e;
    text-decoration:none;
}
a.catalog_navigation:hover {
    text-decoration:underline;
    color:#e74c3c;
}

.catalog_navigation_selected {
    font-weight:bold;
    color:#fd8630;
    font-size:24px;
}

li > h3{
    margin-bottom: 0px;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    font-family: inherit;
}

.banner_giallo {
	background-color:#fd8630;
	color:#231f20;
	padding:12px;
	margin-bottom:20px;
	clear:both;
}
.banner_grigio {
	background-color:#808080;
	color:#231f20;
	padding:12px;
	margin-bottom:20px;
	clear:both;
}
.banner_grigio.vuoto,
.banner_giallo.vuoto {
	background-color:transparent;
	padding:0 0 5px;
	border-bottom: 1px solid #aaa;
}
.banner_grigino {
	background-color:#bbb;
	color:#231f20;
	padding:12px;
	margin-bottom:20px;
	clear:both;
}

.banner_bianco {
	background-color:#fff;
	border: 3px solid #777;
	color:#231f20;
	padding:9px;
	margin-bottom:20px;
	clear:both;
}

.banner_bianco.giallo {
	border: 3px solid #fd8630;
}

.banner_bianco.rosso {
	border: 3px solid #c9242b;
}

.banner_giallo p,
.banner_grigio p,
.banner_grigino p,
.banner_bianco p {
	color:#444;
	margin-bottom:14px;
	font-size:12px;
	line-height:normal;
}

.banner_giallo h2,
.banner_grigio h2,
.banner_grigino h2,
.banner_bianco h2,
.banner_giallo .h2,
.banner_grigio .h2,
.banner_grigino .h2,
.banner_bianco .h2 {
	font-size:26px;
	line-height:30px;
	margin-bottom:12px;
}
.banner_giallo h3,
.banner_grigio h3,
.banner_grigino h3,
.banner_bianco h3,
.banner_giallo .h3,
.banner_grigio .h3,
.banner_grigino .h3,
.banner_bianco .h3  {
	text-transform:none;
	line-height:17px;
	padding-bottom:6px;
	color:#555;
}

.banner_giallo h3 a,
.banner_grigio h3 a,
.banner_grigino h3 a,
.banner_bianco h3 a {
	color:#000;
}

.banner_giallo h2 a:hover,
.banner_grigio h2 a:hover,
.banner_grigino h2 a:hover,
.banner_giallo h3 a:hover,
.banner_grigio h3 a:hover,
.banner_grigino h3 a:hover {
	color:#fff;
}
.banner_giallo.vuoto h3 a:hover,
.banner_grigio.vuoto h3 a:hover,
.banner_grigino.vuoto h3 a:hover,
.banner_giallo.vuoto .h3 a:hover,
.banner_grigio.vuoto .h3 a:hover,
.banner_grigino.vuoto .h3 a:hover {
	color:#000;
}

.banner_bianco h3 a:hover {
	color:#fd8630;
}

h3 a.prodotti_principali,
.h3 a.prodotti_principali {
	background-image:url("../img/ico_resine_22.png");
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:34px;
	display:inline-block;
	line-height:normal;
}
a.prodotti_principali.toupper {
	text-transform:uppercase;
	line-height:normal;
}


.testo_small_listino {
	font-size:12px;
}

.testo_small_listino i,
.evidenziato {
	background-color:#FF0;
}

.testo_small_listino i,
.note {
	font-size:10px;
}

.nowrap {
	white-space:nowrap;
}

.banner_sezione_small {
	font-size:12px;
	color:#fff;
	_text-transform:uppercase;
	margin-top:-18px;
	margin-bottom:10px;
}
.banner_bianco .banner_sezione_small {
	color:#fd8630;
}


/* Sezioni */
.elenco_sezioni_catalogo {
	margin-top:7px;
	background-color:#fff;
	border:2px solid #000;
	border-radius:4px;
	padding:15px;
	min-height:140px;
}

/* Bread Crumb */
#bread_crumbs {
	font-size:14px;
}
#bread_crumbs .fa {
	line-height: inherit;
	line-height:26px;
}

/* Social Share */
.social_invia_link {
	clear:both;
	margin:20px 0;
}
.social_invia_link_title {
	text-align:left;
}
@media only screen and (max-width: 995px) {
	.social_invia_link_title {
		text-align:center;
	}
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1700px) {
  .camera_pag {
    bottom: 100px !important;
    right: 13% !important;
  }
 
}
@media only screen and (max-width: 1600px) {
  .camera_pag {
    bottom: 80px !important;
    right: 11% !important;
  }
}


@media only screen and (max-width: 1308px) {
  #owl {
    margin: -70px 0 0 -20px !important;
    padding: 70px 0 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
    .trasporto_gratis_home.outlet_bann{
        font-size: 16px;
        line-height: 22px;
    }
    .trasporto_gratis_home.outlet_bann strong{
        font-size: 18px;
    }

    .trasporto_gratis_home.outlet_bann div.img-outlet{
        margin-top: 14px;
    }
    
    
  #owl .owl-item p {
    margin-bottom: 0;
  }
  #owl .owl-item .img1 {
    margin: 0 15px 10px 0;
  }
  header {
    /*padding-top: 45px;*/
  }
  header .h1 {
    /*margin-bottom: 50px;*/
	  max-width:40%;
  }
  #numero_verde_testata {
	  margin-top:3px;
	  margin-bottom:5px;
	  /*font-size:26px;*/
  }
  #numero_verde_testata span {
	  /*font-size:32px;*/
  }
  
  #search input {
	  width: 200px;
  }
  /*
  #search {
    padding-top: 10px;
  }
  #search input {
    height: 45px;
  }
  
  #search .a7 {
    top: 21px;
    right: 10px;
  }
  */
  .all,
  #content {
    padding-top: 70px;
  }
  #content.home { padding-top:40px; }
  figure img {
    width: 100%;
  }
  #content .bg1 {
    padding: 60px 0 30px;
  }
  h2, .h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  
  .art1 time {
    margin-right: 10px;
  }
  .pad1 {
    padding-top: 60px;
  }
  h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .art2 {
    padding: 0 0 20px;
  }
  .list li {
    padding-left: 15px;
  }
  .list li a {
    font-size: 13px;
  }
  /*
  .a3 {
	  padding: 9px 16px 10px;
	  font-size: 14px;
  }
  */
  .trasporto_gratis_home {
	  padding: 9px 16px 10px;
	  font-size: 18px;
  }
  .trasporto_gratis_home span {
	  display:block;
  }
  .a1, .div_testo h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
  }
  h3 {
    font-size: 17px;
    line-height: 21px;
  }
  
  .art3 .pad2 {
    padding: 18px 10px 20px 15px;
  }
  .art6 time,
  .art5 .div3,
  .img1 {
    margin: 5px 20px 20px 0;
  }
  .art6 time:before {
    right: -11px;
  }
  .div4 {
    margin-bottom: 30px;
  }
  .div7 {
    margin-bottom: 35px;
  }
  .div7 div {
    margin-bottom: 4px;
  }
  .div7 p {
    line-height: 18px;
  }
  .a4 {
    font-size: 18px;
    line-height: 20px;
  }
  .art6 + .art6 {
    padding-top: 10px;
  }
  h2 span, .h2 span {
    font-size: 70px;
  }
  .art6 p {
    margin-bottom: 25px;
  }
  .map address {
    font-size: 11px;
  }
  .map address dd span {
    min-width: 80px;
  }
  .sf-menu > li a {
    font-size: 13px !important;
  }
  
  .sf-menu > li span.menu_label {
	font-size:11px;
  }
  
  /***********/
  
	h2.home, .h2.home {
	  font-size:24px;
	  line-height:30px;
	}
	
	h2.home span, .h2.home span {
	  font-size:36px;
	}
	
	.a3.home,
	.div_testo a.a3.home {
	  padding: 10px 20px 10px;
	}
  
}
@media only screen and (max-width: 1069px) {
  h2 span, .h2 span {
    font-size: 60px;
  }
  .img1 {
    float: none;
    margin: 0 0 15px;
    display: inline-block;
  }
  
  h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .sf-menu > li a {
    font-size: 11px !important;
  }
  h3 {
    font-size: 15px;
    line-height: 17px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .pad1 {
    padding-top: 50px;
  }
  #content .bg1 {
    padding: 50px 0 25px;
  }
  .list li {
    background-position: 0 0;
  }
  .list li a {
    font-size: 11px;
    line-height: 11px;
  }
  .art3 .pad2 span {
    margin-bottom: 0;
  }
  .camera_pag {
    bottom: 40px !important;
    right: 13% !important;
  }
  .art5 {
    margin-bottom: 35px;
  }
  .art5 .extra_wrapper > div {
    margin-bottom: 5px;
  }
  .art5 .extra_wrapper > div p {
    line-height: 18px;
  }
  .all,
  #content {
    padding-top: 50px !important;
  }
  #content.home { padding-top:40px !important; }
  .map address dd span {
    min-width: 70px;
  }
  
  
}
@media only screen and (max-width: 995px) {
  header .h1 {
    margin-bottom: 20px;
  }
  header,
  #content,
  footer {
    text-align: center;
  }
  
  #numero_verde_testata {
	  font-size:20px;
	  margin-top:0;
	  margin-bottom:3px;
  }
  
  #numero_verde_testata span,
  .numero_verde_testata span {
	font-size:28px;
  }
  
   #search {
    /*padding-top: 10px;*/
  }
  
  #search input {
    /*height: 35px;*/
	width: 188px;
  }
  /*
  #search .a7 {
    top: 5px;
    right: 10px;
  }
  */
  /*
  #numero_verde_testata img {
	  width:100px;
	  margin-top:9px;
  }
  */
  
  .h2.home {
	font-size:20px;
	line-height:26px;
	letter-spacing:normal;
  }
  
  h2.home span, .h2.home span {
    font-size: 32px;
    line-height: 40px;
  }
  h3.home, .div_testo h3.home {
	  font-size:16px;
  }
  
  #contact-form {
    padding-bottom: 20px !important;
  }
  
	/*********/
  .trasporto_gratis_home {
	  font-size: 14px;
  }
  
  
    .trasporto_gratis_home.outlet_bann{
        font-size: 14px;
        line-height: 20px;
    }
    .trasporto_gratis_home.outlet_bann strong{
        font-size: 16px;
    }

    .trasporto_gratis_home.outlet_bann div.img-outlet{
        margin-top: 12px;
        width: 70px;
        background-size: 70px;
    }
	
	
	.a3.home,
	.div_testo a.a3.home {
	  padding: 10px 15px 10px;
	}
	
	.a4.home {
	  font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
  #search {
    /*float: none;*/
    margin-bottom: 20px;
    display: inline-block;
  }
   #search input {
	    width:248px;
   }
  #numero_verde_testata {
	  float:left;
	  margin-top:5px;
  }
  header .h1 {
    float: none;
    display: block;
	max-width:none;
	margin-bottom:20px;
  }
  .all,
  #content {
    padding-top: 40px !important;
  }
  #content.home { padding-top:20px !important; }
  .art6 .div5 {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .map figure iframe {
    height: 350px;
  }
  .btns {
    padding-top: 20px !important;
  }
  h2 span, .h2 span {
    font-size: 45px;
    line-height: 40px;
  }
  #contact-form {
    padding-bottom: 0 !important;
  }
  .camera_pag ul li + li {
    margin-left: 5px !important;
  }
    #search{
    margin-top:0px;
    }
	
	/*********/
	
	
	header .bg_menu_container {
		background: none;
		box-shadow: none;
	}
	
	
	#numero_verde_testata {
		text-shadow:none;
	}
	
	.img1.img_home {
		margin-top:30px;
	}
  .trasporto_gratis_home {
	  font-size: 24px;
  }
  
  .div_testo img {
	  max-width:100%;
  }
  img.right {
	float:none;
	max-width: none;
	margin:0 0 20px;
  }
  
  .img_40 {
		max-width:none;
	}
	
	
	.a3.home,
	.div_testo a.a3.home {
	  padding: 10px 40px 10px;
	}
	
	.a4.home {
	  font-size: 18px;
	}
	

}
@media only screen and (max-width: 480px) {
 
  header {
	  /*background-position:0 81px;*/
	  background-image:none;
  }
  header .h1 img {
    width: 100%;
  }
   #numero_verde_testata {
	  float:none;
	  text-align:right;
	  margin:0 0 10px;
  }
   #numero_verde_testata img {
	  width:auto;
	  margin-top:0;
  }
  #search {
	  display:none;
  }
  /*
  .a3 {
    font-size: 13px;
    padding: 7px 14px 9px;
  }
  */
  /*
  .trasporto_gratis_home {
	  font-size: 16px;
  }
  */
 
  footer .privacy {
    float: none;
    margin-bottom: 20px;
  }
  footer .socials,
  .art6 time {
    float: none;
  }
  .txt1 {
    text-align: center;
    margin-bottom: 20px;
  }
  #owl {
    margin: 0 0 0 -20px !important;
    padding-top: 50px !important;
  }
  #owl .item {
    text-align: center !important;
  }
  #owl .owl-prev,
  #owl .owl-next {
    top: 0 !important;
    right: 50% !important;
  }
  #owl .owl-next {
    right: 42% !important;
  }
  .art6 time {
    display: inline-block;
  }
  
  .h1 img{
      width: 900px;
  }
   #search{
     width:100%;
    }
	
	/*********/
  .trasporto_gratis_home {
	  font-size: 18px;
  }
  
  
  .div_testo div.img {
	  text-align:center;
  }
  .div_testo div.img img,
  .div_testo div.img img:nth-child(2n+1),
  .div_testo div.img img:nth-child(3n+1),
  .div_testo div.img a img:nth-child(2n+1),
  .div_testo div.img a img:nth-child(3n+1),
  .div_testo div.img a img,
  .div_testo div.img a:nth-child(2n+1) img,
  .div_testo div.img a:nth-child(3n+1) img,
  .div_testo div.img.img3 img,
  .div_testo div.img.img3 img:nth-child(2n+1),
  .div_testo div.img.img3 img:nth-child(3n+1),
  .div_testo div.img.img3 a img:nth-child(2n+1),
  .div_testo div.img.img3 a img:nth-child(3n+1),
  .div_testo div.img.img3 a img,
  .div_testo div.img.img3 a:nth-child(2n+1) img,
  .div_testo div.img.img3 a:nth-child(3n+1) img {
	  float:none;
	  max-width:100%;
	  margin: 0 0 20px;
  }
}
/*Core variables and mixins*/

/***  CUSTOM  ***/

.payoff {
	float:left;
	margin-left:120px;
	margin-top:22px;
	line-height:26px;
	/*background-color:#e5e5e5;*/
	padding:8px 14px;
	border-radius:4px;
}
.payoff .riga_1 {
	font-size:18px;
	/*text-transform:uppercase;*/
	font-family:'Lato', Arial, sans-serif;
	font-weight:bold;
	color:#2d69a3;
}


/*******************/
/* Catalogo a box */

.prodotto_box_list {
	display:block;
	float:left;
	width:100%;
	min-height:148px;
	border:2px solid #1e466d;
	background-color:#fbe7c5;
	padding:10px;
	margin-bottom:20px;
	box-sizing: border-box;
	
}

.prodotto_box_list:hover {
	border:2px solid #fd8630;
	background-color:#fff;
}
.prodotto_box_list img.img_prodotto {
	float:left;
	max-width:22%;
	border:none;
	margin:0;
}
.prodotto_box_list .txt_prodotto_box_list {
	float:right;
	width: 72%;
}
.prodotto_box_list .txt_prodotto_box_list h2 {
	margin-bottom:5px;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	color:#1e466d;
	/*color:#fd8630;*/
	text-transform:uppercase;
}
.prodotto_box_list .txt_prodotto_box_list .txt {
	font-weight:normal;
	color:#444;
	font-size:12px;
	line-height:1.4em;
	text-transform:lowercase;
}



@media only screen and (max-width: 1199px) {
	.payoff {
	  margin-left:80px;
	  margin-top:12px;
	}
	.payoff .riga_1 {
		font-size:16px;
	}
}
@media only screen and (max-width: 995px) {
	.payoff {
	  margin-left:35px;
	  margin-top:9px;
	  line-height:20px;
	}
	.payoff .riga_1 {
		font-size:14px;
	}
}
@media only screen and (max-width: 767px) {
	
	footer [class*="grid_"] {
		clear:both;
		margin-bottom:20px;
	}
	footer .privacy {
		float:none;
	}
	/*
	.payoff {
	  float:none;
	  margin: 0 auto 10px;
	  line-height:20px;
	}
	*/
	.payoff {
		display:none;
	}
	.payoff .riga_1 {
		font-size:16px;
	}
	
	.certificati_index {
		float:left;
		width:100%;
		text-align:center;
	}

}
@media only screen and (max-width: 480px) {
    .camera_wrap img {
        margin-left: -35% !important;
        width: 200% !important;
        height: auto !important;
    }
}