body {
	font-family: "futura-pt-condensed",sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight:500;
}

/*-- BUTTON --*/
.btn-primary {
	background: #ffe000;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #000000;
	background-color: #e5e5e5;
}

.btn-secondary {
	background: #ffe000;
	padding: 15px 55px;
	color: #000000;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #000000;
	background-color: #e5e5e5;
}

.btn-black {
	background: #000000;
	padding: 10px 30px;
	color: #ffffff;
	font-family: "futura-pt";
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.disabled, .btn-black[disabled] {
	color: #ffffff;
	background-color: #000000;
}

.btn-catalogo {
	background: none;
	border: 3px solid #e6e6e6;
	padding: 9px 20px;
	margin: 0 25px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.btn-catalogo > p {
	color: #333333;
	/*font-size: 14px;
	line-height: 16px;*/
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.btn-catalogo:hover, .btn-catalogo:focus, .btn-catalogo:active, .btn-catalogo.active, .btn-catalogo.disabled, .btn-catalogo[disabled] {
	background-color: #e5e5e5;
}

.btn-filtro {
	background: #efefef;
	padding: 5px 15px;
	color: #000000;
	/*font-size: 13px;
	line-height: 15px;*/
	font-size: 16px;
	line-height: 17px;
	border: 1px solid #bababa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.btn-filtro:hover, .btn-filtro:focus, .btn-filtro:active, .btn-filtro.active, .btn-filtro.disabled, .btn-filtro[disabled] {
	color: #000000;
	background-color: #e5e5e5;
}
/*-- BUTTON --*/

/* -- ELEMENTI GENERICI --*/
.modifica_cms {
	background: url('/immagini/ico_modifica.jpg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: -8px;
	margin-left: -8px;
}

.modifica_cms2 {
	background: url('/immagini/ico_modifica.jpg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 0;
}

.modifica_cms3 {
	background: url('/immagini/ico_modifica.jpg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.home {
	padding: 114px 15px 270px;
}

#container {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width:768px !important;
	background: url('/immagini/nuove/bg_top2.jpg') no-repeat scroll center 35px #ffffff;
}

#content {
	height: 100%;
}

.contenitore {
	width: 100%;
	height: 100%;
	position: relative;
}

.contenitore2 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.triangle {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.triangle1 {
	position: absolute;
	left: 0;
	bottom: -145px;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.line-gray {
	border: none;
	height: auto;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	text-align: center;
}

.grid-left {
	display: inline-block;
	vertical-align: middle;
	width: 625px;
}

.grid-left > h2 {
	font-size: 53px;
	line-height: 43px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.grid-left > p {
	font-family: "futura-pt";
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	color: #444444;
	margin: 30px 0 0;
}

.clearfloot {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.line-yellow {
	border-bottom: 3px solid #ffe000;
	margin: 0;
	height: auto;
	width: 200px;
}

.line-yellow2 {
	border-bottom: 3px solid #ffe000;
	margin: 0;
	height: auto;
	width: 200px;
}

.line-black {
	border-bottom: 3px solid #000000;
	margin: 0;
	height: auto;
	width: 95px;
}

.box-info {
	display: inline-block; 
	vertical-align: top;
	padding: 0 15px;
}

.box-info:last-child {
	padding-right: 0;
}

/*.box-info:first-child {
	padding: 0 17px 0 0;
}*/

.box-info > img {
	width: 30px;
}

.box-info > h2 {
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
	color: #a7a7a7;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
}

.grid-right {
	display: inline-block;
	vertical-align: middle;
	width: 330px;
}

.img-catalogo {
	background: url('/immagini/img_catalogo.png') no-repeat center;
	width: 325px;
	height: 360px;
	margin-left: 100px;
	text-align: center;
	padding: 128px 0 0;
	background-size: 325px;
}

.img-catalogo > h2 {
	font-size: 58px;
	line-height: 47px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 30px;
}

.grid-utili {
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid #dadada;
}

.grid-utili:last-child {
	border: none;
}

.grid-utili > h2 {
	font-size: 30px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 23px 0 15px;
}

.grid-utili > a, .grid-utili > p {
	display: block;
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	color: #141516;
	text-transform: uppercase;
	margin: 0;
}

.input-newsletter {
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	background: url('/immagini/arrow_input.png') no-repeat 195px center transparent;
	border: 1px solid #4d4d4d;
	width: 220px;
	padding: 12px 18px;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #000000 !important;
	margin: 25px auto 0 !important;
	text-align: left;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.input-newsletter:hover {
	background-color: rgba(255, 255, 255, 0.65);
}

.style-diagonal {
	position: relative;
	margin: 0 auto;
	background: #ffffff;
	padding: 0;
	z-index: 1;
	overflow: visible !important;
}

.style-diagonal::before {
	position: absolute;
	content: '';
	pointer-events: none;
}

.style-diagonal::before {
	top: -65px;
	z-index: -1;
	width: 100%;
	height: 120px;
	background: #ffffff;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.style-diagonal2 {
	position: relative;
	margin: 0 auto;
}

.style-diagonal2::before {
	position: absolute;
	content: '';
	pointer-events: none;
}

.style-diagonal2::before {
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -1200px;
	z-index: 1;
	width: 2400px;
	height: 580px;
	background: #ffffff;
	-webkit-transform: rotate(-22deg);
	-moz-transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
	-o-transform: rotate(-22deg);
	transform: rotate(-22deg);
	-webkit-transform-origin: 2% 0;
	-moz-transform-origin: 2% 0;
	-ms-transform-origin: 2% 0;
	-o-transform-origin: 2% 0;
	transform-origin: 2% 0;
}

.box-sponsor {
	position: relative;
	padding: 30px;
	margin: 10px 0;
	background: #ffe000;
	width: 485px;
	max-width: 100%;
}

.box-sponsor > h2 {
	width: 320px;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: #000000;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.box-sponsor > div {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.box-sponsor > div > a {
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	color: #000000;
}

.box-sponsor > h3 {
	position: absolute;
	top: -25px;
	left: 35px;
	font-size: 52px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.box-sponsor:first-child {
	padding: 100px 30px 30px;
	margin-top: 150px;
}

.box-sponsor:first-child > h2 {
	width: auto;
	display: block;
	font-size: 40px;
	line-height: 44px;
}

.box-sponsor:first-child > div {
	width: auto;
	display: block;
	text-align: left;
	margin-top: 30px;
}

.errore {
	margin: 0 0 10px 0;
}

.ns {
    display: none;
    visibility: hidden;
}

label {
	font-weight: 300;
	color: #4d4d4d;
	cursor: default;
}
/* -- ELEMENTI GENERICI FINE --*/

/*-- TOP --*/
.menu_top {
	margin-bottom: 17px;
    margin-top: 10px;
}

.menu_top > li > a {
	padding: 0 5px;
}

.menu_top > li:first-child {
	margin-right: 10px;
}

.show-submenu:hover > .sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
}

.show-submenu:hover > .sub-menu  {
	z-index: 1;
	visibility: visible;
}

.sub-menu {
	margin: 0;
	width: 130px;
	padding: 20px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 15px;
	left: 0;
	z-index: -1;
	visibility: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.sub-menu > li {
	margin: 0;
	padding: 0;
	line-height: 0;
	list-style-type: none;
	background: #ffffff;
	border-bottom: 1px solid #717177;
}

.sub-menu > li > a {
	float: none;
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: 14.5px;
	line-height: 15.5px;
	font-weight: 700;
	text-transform: uppercase;
	color: #717177;
}

.sub-menu > li > a:hover {
	color: #000000;
}
/*-- FINE TOP --*/

/*--TRANSITION --*/
.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*-- FINE TRANSITION --*/

/*-- COLOR --*/
.gray {
	background-color: #e5e5e5;
}
/*-- FINE COLORI --*/

/* -- ACQUISTA O CONTINUA --*/

#cont_acquista {
	width: 500px;
	height: auto;
	float: left;
}

.f_acquista {
	min-height: 250px;
	background: #e5d15c;
}
.cont_acquista_top {
	width:490px; 
	height:64px; 
	float:left; 
	margin-left:5px;
}

/* -- FINE ACQUISTA O CONTINUA --*/

/*-- COLONNE --*/
.col-home {
	float: left;
	width: 335px;
	padding: 0 30px 85px;
	position: relative;
}

.col-home:first-child {
	width: 435px;
	padding: 0 40px 0 0;
	border: none;
}

.col-home:nth-child(2)::before {
    content: "";
    border-left: 1px solid #dadada;;
   height: 1280px;
    position: absolute;
    left: -1px;
    top: -30px;
}

.col-home:nth-child(2)::after {
    content: "";  
    border-right: 1px solid #dadada;  
	height: 1280px;  
	position: absolute;  
    right: 0;  
    top: -30px;
}

.col-home:last-child {
	width: 280px;
	border: none;
}

.col-home > h2 {
	font-size: 24px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 40px;
	text-transform: uppercase;
}

.col-home > .line-yellow {
	border-color: #000000;
	width: 95px;
}

.col-home:nth-child(2) > .line-yellow {
	border-color: #ffe000;
	width: 95px;
}
/*-- FINE COLONNE --*/

/*-- VIDEO HOME --*/
.video-home {
	position: relative;
	margin-top: 110px;
}

.video-home iframe {
	width: 100% !important;
}

.text-video {
	position: absolute;
	top: -64px;
	left: 35px;
}

.text-video > h2 {
	font-size: 52px;
	line-height: 46px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.text-video > a {
	display: block;
	font-family: "futura-pt", sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	color: #000;
	margin: 15px 0;
}


.pdfhome
{
	background:#e2e2ea;
	width:100%;
}

.pdfhome > h1
{
	font-size: 42px;
	color: #AB1919;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:3px solid white;
	margin-bottom:0;
	font-weight:600;
	margin-top:30px;
}

.pdfhome > ul
{
	list-style:none;
	padding-left:0;
	font-weight:500;
}

.pdfhome > ul > li:last-child
{
	padding-bottom:13px;
}

.pdfhome > ul > li
{
	border-bottom:3px solid white;
	padding-top:10px;
	padding-bottom:10px;
	color:black;
	font-size:30px;
}

.pdfhome > ul > li > a > div, .pdfhome > ul > li > a:hover > div, .pdfhome > ul > li > a, .pdfhome > ul > li > a:hover
{
	color:black;
	font-size:24px;
	padding-left:24px;
	font-weight:500;
}

.pdfhome span
{
	font-family: "futura-pt-condensed", sans-serif;
	font-weight:400;
	margin-left:15px;
}

/*-- FINE VIDEO HOME --*/

/*-- LOADER --*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	background: rgb(255, 255, 255);
}

.bg	{
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -1200px;
	z-index: -1;
	width: 2400px;
	height: 580px;
	background: #e5e5e5;
	-webkit-transform: rotate(-22deg);
	-moz-transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
	-o-transform: rotate(-22deg);
	transform: rotate(-22deg);
	-webkit-transform-origin: 2% 0;
	-moz-transform-origin: 2% 0;
	-ms-transform-origin: 2% 0;
	-o-transform-origin: 2% 0;
	transform-origin: 2% 0;
	opacity: 0;
}

.bg2	{
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -1200px;
	z-index: -1;
	width: 2400px;
	height: 580px;
	background: #e5e5e5;
	-webkit-transform: rotate(-22deg);
	-moz-transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
	-o-transform: rotate(-22deg);
	transform: rotate(-22deg);
	-webkit-transform-origin: 2% 0;
	-moz-transform-origin: 2% 0;
	-ms-transform-origin: 2% 0;
	-o-transform-origin: 2% 0;
	transform-origin: 2% 0;
}

.logo-loader {
	position: fixed; 
	top: 300px; 
	left: 50%; 
	margin-left: -116px;
}
/*-- FINE LOADER --*/

/*-- SWITCH LINGUA --*/
#scelta {
	font-size: 14.5px;
	line-height: 15.5px;
	font-weight: 700;
	color: #717177;
	padding: 0 14px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	background: url('/immagini/arrow_select.png') no-repeat;
	background-position: 30px center;
	text-indent: .01px;
	text-overflow: "";
	margin: 0;
	cursor: pointer;
}

#scelta::-ms-expand  {
	display: none;
}
/*-- FINE SWITCH LINGUA --*/

/*-- SLIDER HOME --*/
.slider-home {
	position: relative;
}

.slider-home > .bx-wrapper {
	margin: 80px auto 0;
	/*margin: 55px auto 0;*/
}

.slider-home > .bx-wrapper img {
	max-width: 100%;
	display: inline-block;
	/*height: 430px;*/
}

.box-slider {
	text-align: center;
	max-width: 100%;
}

.box-slider > h2 {
	font-size: 80px;
	line-height: 64px;
	font-weight: 300;
	color: #2b2b2b;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.box-slider > p {
	font-size: 21px;
	line-height: 23px;
	font-weight: 300;
	color: #666666;
	margin: 0 0 30px;
	display: none;
}

/*.box-slider > img {
	width: 993px
}

.new-style-slider > img {
	width: 1920px; 
	max-width: 100%;
}*/

.new-style-slider > h2 {
	margin: 0 0 5px;
}

#bx-pager2 {
	position: relative;
	text-align: center;
	margin-top: 28px;
}

#bx-pager2 > a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	width: 56px;
	height: 5px;
	background: #cccccc;
}

#bx-pager2 > a.active:first-child, #bx-pager2 > a.active:nth-child(2), #bx-pager2 > a.active:nth-child(3), #bx-pager2 > a.active:nth-child(4), #bx-pager2 > a.active:nth-child(5) {
	background: #ffe000;
}

/*#bx-pager2 > a > img {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

#bx-pager2 > a.active:first-child > img, #bx-pager2 > a.active:nth-child(2) > img, #bx-pager2 > a.active:nth-child(3) > img, #bx-pager2 > a.active:nth-child(4) > img, #bx-pager2 > a.active:nth-child(5) > img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}*/

/*-- FINE SLIDER HOME --*/

/*-- NEWS --*/
.cont-news {
	display: block;
	margin: 0 0 30px;
}

.cont-news > h3 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #000;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	letter-spacing: -3px;
}

.cont-news > div {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-left: 9px;
}

.cont-news > div > h2, .carousel-inner h2, .cont_box h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	color: #000;
	margin: 0 0 7px;
}

.cont-news > div > p, .carousel-inner p, .cont_box p {
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #666666;
	margin: 0;
}

.carousel-inner img, .cont_box img {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    max-width: 80px;
}

.carousel-inner div div { 
	float:left;
	width: 170px;
	margin-top: 22px;
	margin-left: 10px;
}

.novita {
	float:left;
	width: 175px;
	margin-top: 30px;
}

.button-news {
	display: block;
	font-family: "futura-pt", sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	color: #000;
	margin: 15px 0 30px;
}

.button-news:hover {
	color: #000;
	text-decoration: underline;
}

.menu-news {
	margin: 60px 0 40px;
}

.menu-news > a {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.menu-news > a:hover {
	border-bottom: 2px solid #ffe000;
}

.cont-storico {
	float: left;
	margin: 0 10px 10px 0;
	padding: 260px 25px 30px;
	background: #ffffff;
	width: 400px;
	min-height: 430px;
	position: relative;
}

.cont-storico:nth-child(3n) {
	margin: 0 0 10px 0;
}

.cont-storico > h3 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #979797;
	margin: 0;
	/*text-align: center;*/
	display: inline-block;
	vertical-align: top;
	letter-spacing: -6px;
	width: 60px;
}

.cont-storico > div {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-left: 20px;
}

.cont-storico > div > h2 {
	font-size: 35px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
}

.cont-storico > div > p {
	font-family: 'futura-pt';
	font-size: 18px;
	line-height: 20px;
	color: #444444;
	margin: 0;
}
/*-- FINE NEWS --*/

/*-- FOOTER --*/
.social-footer {
	float: right;
	margin-top: 30px;
}

.social-footer > h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #000000;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.social-footer > a {
	display: inline-block;
	vertical-align: middle;
}

.cont-footer {
	border-bottom: 1px solid #bababa; 
	padding-bottom: 30px;
	width: 100%;
	float: left;
}

.cont-footer-text {
	padding: 30px 0;
	float: left;
	width: 100%;
	text-align: left;
}

.text-footer {
	margin: 0 95px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

.text-footer:last-child {
	margin: 0;
}

.text-footer > li > a {
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #dadada;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.text-footer > li > a:hover {
	color: #999999;
}

.text-footer > li:first-child > h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #dadada;
	margin: 0;
}

.text-footer > li > p {
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #dadada;
	margin: 0;
}

.line-yellow-footer {
	border-bottom: 1px solid #ffe000;
	height: auto;
	width: 20px;
	margin: 10px 0;
}
/*-- FINE FOOTER --*/

/* -- PLACEHOLDER STYLE -- */
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
   color: #000000; 
}

:-ms-input-placeholder {  
   color: #000000; 
}
/* -- FINE PLACEHOLDER STYLE -- */

/*-- TEMPLATE PAGINA --*/
.title-pagina {
	font-size: 48px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
	margin: 35px 0 20px;
}

.text-pagina > p {
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	margin: 30px 0 0;
}

.col-page {
	width: 560px;
	margin-right: 105px;
	display: inline-block;
	vertical-align: top;
}

.col-page:last-child {
	margin: 0;
}

.grid-intern {
	position: relative;
	text-align: left;
	padding: 55px 0;
	/*border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;*/
}

.grid-intern:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -665px;
	bottom: 0;
	width: 1330px;
	height: 1px;
	background: #e4e4e4;
}

.grid-intern:last-child:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -665px;
	bottom: 0;
	width: 1330px;
	height: 1px;
	background: transparent;
}

.no_br_pd:first-child:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -665px;
	bottom: 0;
	width: 1330px;
	height: 1px;
	background: transparent;
}

.grid-intern:first-child {
	border-top: none;
}

.grid-intern:last-child {
	border-bottom: none;
}

.grid-intern > h2 {
	font-size: 43px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px;
	position: relative;
}

.grid-intern > p {
	font-family: "futura-pt",sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #666;
	font-weight: 500;
	max-width: 770px;
}

.grid-intern > .line-yellow {
	margin-bottom: 30px;
	width: 60px;
}

.cont-state {
	width: 405px; 
	height: 260px; 
	text-align: center; 
	position: relative; 
	margin: 0 auto;
}

.border-state {
	border-right: 2px dashed #858585; 
	width: 1px; 
	height: 290px; 
	position: absolute; 
	left: 50%; 
	margin-left: -1px;
	z-index: -1;
}

.text-state { 
	height: 30px; 
	padding: 6px 0;
	background: #ffd800; 
	text-align: center; 
	margin: 0 auto 15px;
}

.text-state:nth-child(2) {
	width: 405px;
	margin: 40px auto 15px;
	display: inline-block;
}

.text-state > p { 
	font-size: 15px;
	line-height: 16px;
	color: #000000;
	margin: 0;
}
/*-- FINE TEMPLATE PAGINA --*/

/*-- POPUP PRODOTTI --*/
.button-info {
    background: url('/immagini/ico_info.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
}

.modal-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    display: none;
}

.modal-popup{
    position:absolute;
    z-index: -1;
    background-color:#ffffff;
    width: 250px;
    height: 250px;
    margin: auto;
    opacity: 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 100px 30px;
    text-align: center;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.modal-popup > p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #333333;
	margin: 0;
	font-family: "futura-pt";
}

.cont-info {
	width: 560px;
	height: 326px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	background-size: 100% !important;
}

.abslide {
    position: absolute;
    top: 20%;
    left: 59%;
}

.box-slider
{
	position:relative;
}
.prodotti-allega {
	display: inline-block; 
	vertical-align: top; 
	padding-right: 40px; 
	text-align: center;
}

.prodotti-allega:last-child {
	padding: 0;
}

.prodotti-allega > img {
	margin-bottom: 15px;
}

.prodotti-allega > h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	color: #858585;
	margin: 0;
}
/*-- FINE POPUP PRODOTTI --*/

/*-- CATALOGO ONLINE --*/
.select-search {
    float: left;
    width: 265px;
    height: 200px;
    margin-right: 10px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 15px 10px;
    position: relative;
    margin-top: 10px !important;
}

.select-search:last-child {
	width: 125px;
	margin: 0;
}

.select-search > h3 {
	font-size: 23px;
	line-height: 25px;
	color: #a1a1a1;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}

.select-search > h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.select-search > select {
	color: #4d4d4d;
	/*font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 15px;*/
	font-size: 16px;
	line-height: 18px;
	border: none;
	width: 235px;
	padding: 9px 40px 9px 15px;
	border-radius: 20px;
	outline: none;
	margin: 0 0 8px;
	cursor: pointer;
	background: url('/immagini/arrow_select_catalogo.png') no-repeat #efefef;
	background-position: 198px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.select-search > select::-ms-expand  {
	display: none;
}

.select-search > select[disabled='disabled']::-ms-expand  {
	visibility: hidden;
}

.select-search > div > input[type="text"] {
	color: #4d4d4d;
	font-family: "Georgia", sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	border: none;
	width: 235px;
	padding: 9px 67px 9px 15px;
	outline: none;
	border-radius: 20px;
	background: #efefef;
	margin: 0 0 8px;
}

.select-search > div > input[type="submit"] {
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	background: #ffda00;
	border-radius: 20px;
	padding: 9px 15px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.select-search > div > form > input[type="text"] {
	color: #4d4d4d;
	font-family: "Georgia", sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	border: none;
	width: 235px;
	padding: 9px 67px 9px 15px;
	outline: none;
	border-radius: 20px;
	background: #efefef;
	margin: 0 0 8px;
}

.select-search > div > form > input[type="submit"] {
	color: #000000;
	font-size: 15px;
	line-height: 17px;
	background: #ffda00;
	border-radius: 20px;
	padding: 9px 15px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.box-inputradio {
	width: auto;
	padding: 3px 5px;
	background: #efefef;
	border-radius: 20px;
	margin-bottom: 8px;
}

.box-inputradio > div {
	display: inline-block;
	vertical-align: middle;
}

.box-inputradio > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
	color: #4d4d4d;
	margin: 0 0 0 8px;
}

input[type=radio] + label {
	display: inline-block;
	vertical-align: middle;
	background-image: url('/immagini/check.png');
	background-size: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	margin: 0;
	float: left;
}

input[type=radio]:checked + label {
	background-image: url('/immagini/checked.png');
}

.active-select {
	background: #ffe000;
}

.active-select > h3 {
	color: #333333;
}

.active-select > select {
	color: #4d4d4d;
	/*font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 15px;*/
	font-size: 16px;
	line-height: 18px;
	border: none;
	width: 235px;
	padding: 9px 40px 9px 15px;
	border-radius: 20px;
	outline: none;
	background: url('/immagini/arrow_select_catalogo.png') no-repeat #ffffff;
	background-position: 198px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	margin: 0 0 8px;
	cursor: pointer;
}

.active-select > select::-ms-expand  {
	display: none;
}

.active-select > div > input[type="text"] {
	background: #ffffff;
}

.active-select > div > input[type="submit"] {
	background: #efefef;
}

.active-select > div > form > input[type="text"] {
	background: #ffffff;
}

.active-select > div > form > input[type="submit"] {
	background: #efefef;
}

.active-select::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -8px;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #ffe000;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 10px;
	z-index: 2;
}

.select-search2:first-child{
	float: left;
	width: 495px;
	margin-right: 25px;
}

.select-search2 {
	float: left;
	width: 705px;
	background: #ffffff;
	padding: 50px 25px 20px;
	position: relative;
}

.select-search-filtro {
	float: left;
	padding: 30px 0 20px;
	position: relative;
	width: 100%;
}
.arrow-title {
	background: #ffe000;
	padding: 7px 15px;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 17px;
	line-height: 15px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
}

.modifica-title {
	font-family: 'Georgia', sans-serif; 
	font-size: 12px; 
	line-height: 15px; 
	font-weight: 500; 
	font-style: italic; 
	text-transform: none;
}

.arrow-title:before {
	content: "";
	position: absolute;
	right: -27px;
	top: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-left-color: #ffe000;
	border-top-color: #ffe000;
	border-left-width: 25px;
	border-bottom-width: 27px;
	z-index: 2;
}

.table-search {
	min-width: 655px;
	max-width: 655px;
}

.table-search > thead > tr >  th {
	padding: 0 15px 10px;
	border-right: 1px solid #bababa;
}

.table-search > thead > tr >  th:last-child {
	border-right: none;
}

/*.table-search > thead > tr >  th:first-child {
	border-right: none;
}*/

.table-search > thead > tr > th > p {
	width: 50px;
	color: #a1a1a1;
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.table-search > thead > tr >  th > img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.table-search > tbody > tr td:first-child { border-top-left-radius: 20px; }
.table-search > tbody > tr td:last-child { border-top-right-radius: 20px; border: none; }
.table-search > tbody > tr td:first-child { border-bottom-left-radius: 20px; }
.table-search > tbody > tr td:last-child { border-bottom-right-radius: 20px; border: none; }

.table-search > tbody > tr > td {
	font-size: 15px;
	line-height: 17px;
	color: #4d4d4d;
	background: #efefef;
	padding: 5px 15px;
	border-right: 1px solid #bababa;
	position: relative;
}

.descr-filtro {
	width: 150px !important;
	padding: 5px !important;
	font-size: 10px !important;
	line-height: 12px !important;
	font-family: "Georgia", sans-serif !important;
	font-style: italic !important;
	color: #888888 !important;
}

.hover-filtro {
	-webkit-transition: all .2s ease-in;
	-moz-transition:  all .2s ease-in;
	-ms-transition:  all .2s ease-in;
	-o-transition:  all .2s ease-in;
	transition:  all .2s ease-in;
}

.hover-filtro:hover {
	background: #ffe000;
}

.seleziona_attiva {
	font-weight: 700 !important;
}

.modifica-scheda {
	position: absolute;
	top: 5px;
	right: 10px;
}

.modifica-scheda > a {
	color: #000000;
	margin-right: 5px;
}

.modifica-scheda > a:hover {
	text-decoration: underline;
}

.select-search3 {
	float: left;
	width: 950px;
	background: #ffffff;
	padding: 45px 40px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 0 0 10px;
}

.select-search3:first-child {
	width: 280px;
	min-height: 635px;
	background: #ffda00;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.select-search3 > h2 {
	font-size: 33px;
	line-height: 35px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 40px;
	border-bottom: 1px solid  #bababa;
	letter-spacing: -1px;
	padding-bottom: 13px;
}

.cont-circle {
	position: absolute;
	top: 37px;
	right: 40px;
}

.circle-catalogo {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #e6e6e6;
	text-align: center;
	padding: 18px 0;
	background: #ffffff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.circle-catalogo:last-child {
	padding: 11px 0;
}

#tasto_attachment {
	position: absolute;
	right: 0;
	top: 110px;
}

.circle-catalogo > p {
	/*font-size: 11px;
	line-height: 13px;*/
	font-size: 15px;
	line-height: 14px;
	color: #444444;
	margin: 0;
}

.circle-catalogo:hover {
	background: #efefef;
}

.cont-foto {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	width: 60%;
	text-align: center;
}

.foto {
	/*width: 215px;
	height: 210px;*/
	/*padding: 20px;*/
	/*border: 1px solid #d4d4d4;*/
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	margin:0 auto;
}

.info-filtro {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}

.text-filtro {
	margin-bottom: 8px;
}

.text-filtro:nth-child(3) {
	margin-bottom: 30px;
}

.text-filtro > h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #444444;
	margin: 0 60px 0 0;
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.text-filtro > h3 {
	/*font-size: 14px;
	line-height: 16px;*/
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.cont-pulsanti {
	margin-top: 65px;
}

.cont-search-auto {
	padding: 35px 30px;
	background: url('/immagini/catalogo/rett_tagliato2.jpg') top center no-repeat #ffda00;
	border-bottom: 1px solid #333333;
}

.cont-search-auto:last-child {
	border: none;
	background: #ffda00;
}

.text-cont-search {
	margin-bottom: 30px;
}

.text-cont-search > h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

.select-auto {
	color: #333333;
	/*font-size: 11px;
	line-height: 12px;*/
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	border: none;
	width: 220px;
	max-width: 100%;
	padding: 9px 40px 9px 45px;
	outline: none;
	-webkit-appearance: none;
	background-image: url('/immagini/catalogo/arrow_select_catalogo2.png'), url('/immagini/catalogo/ico_auto.png');
	background-position: 188px center, 15px center;
	background-repeat: no-repeat, no-repeat;
	background-color: #ffffff;
	text-indent: .01px;
	text-overflow: "";
	margin: 0 0 8px;
	cursor: pointer;
}

.select-auto::-ms-expand  {
	display: none;
}

.cont-search-auto > h3 {
	margin: 0;
	color: #333333; 
	font-size: 10px; 
	line-height: 12px; 
	font-weight: 700;
}

.cont-search-auto > h2 {
	margin: 0;
	color: #333333; 
	font-size: 21px; 
	line-height: 23px; 
	font-weight: 700;
}

.cont-search-auto > .scroll_cod_filtro > span > span > h3 {
	margin: 0;
	color: #333333; 
	font-size: 10px; 
	line-height: 12px; 
	font-weight: 700;
}

.cont-search-auto > .scroll_cod_filtro > span > span > h2 {
	margin: 0;
	color: #333333; 
	font-size: 21px; 
	line-height: 23px; 
	font-weight: 700;
}

#cont_filtro_concorrente > .scroll_cod_filtro {
	height: 140px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	text-align: left;
}

.scroll_cod_filtro {
	height: 70px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	text-align: left;
}

.scroll_cod_filtro > span > h2 {
	cursor: pointer;
	margin: 5px 0;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}

.scroll_cod_filtro > span > h2:hover {
	text-decoration: underline;
}

.select-codice {
	color: #333333;
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
	border: none;
	width: 220px;
	max-width: 100%;
	padding: 10px 40px 10px 20px;
	outline: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-appearance: none;
	background-image: url('/immagini/catalogo/arrow_select_catalogo2.png');
	background-position: 188px center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-indent: .01px;
	text-overflow: "";
	margin: 15px 0;
	cursor: pointer;
}

.select-codice::-ms-expand  {
	display: none;
}

.grid-flitro {
	width: 150px;
	min-height: 220px;
	padding: 15px;
	border: 1px solid #d4d4d4;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	margin: 0 3px 3px 0;
}

.grid-flitro:nth-child(8n) {
	margin: 0 0 3px;
}

.titolo-filtro {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-align: left;
	margin: 0;
	min-height: 26px
}

.codice-filtro {
	/*font-size: 13px;
	line-height: 15px;*/
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	margin: 0 0 13px;
}

.img-filtro {
	position: relative;
	margin: 0 0 13px;
}

.ico-filtro {
	width: 44px;
	height: 44px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.foto-filtro {
	border: 1px solid #a1a1a1;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.zoomContainer {
	z-index: 999 !important;
}
/*-- FINE CATALOGO ONLINE --*/

/*-- CONTATTI --*/
.form-input {
	margin: 40px 0 0;
	display: inline-block;
}

.item-cont-input {
	float: left;
	width: 315px;
	margin: 0 35px 35px 0;
}

.item-cont-input:nth-child(2n) {
	margin: 0 0 35px 0;
}

.item-cont-input > p {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #444444;
	margin: 0;
}

.item-cont-input > input[type="text"], .item-cont-input > input[type="email"] {
	display: inline-block; 
	vertical-align: middle;
	width: 210px;
	border: 1px solid #cacaca;
	padding: 10px;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #444444;
}

.item-cont-input > textarea {
	display: inline-block; 
	vertical-align: top;
	width: 670px;
	height: 140px;
	border: 1px solid #cacaca;
	padding: 10px;
	resize: none;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #444444;
}

.title-page {
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	color: #000000;
	margin: 0;
}

.item-cont-input > h2 {
	margin: 0 0 8px;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #444444;
}

.item-cont-input > a {
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #444444;
	text-decoration: underline;
	margin-left: 15px;
}

#captcha_img {
	background: #e4e4e4;
	padding: 10px;
	vertical-align: top;
	display: inline-block !important;
}

.text-contact {
	margin-bottom: 55px;
}

/*.text-contact:first-child {
	margin: 130px 0 55px;
}*/

.text-contact > h3 {
	margin: 0 0 25px;
	font-size: 29px;
	line-height: 25px;
	color: #000;
	font-weight: 700;
}

.text-contact > p {
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #444444;
}

.box-newsletter {
	background: #ffe000;
	padding: 55px 40px;
	margin-top: 105px;
}

.box-newsletter > h2 {
	font-size: 27px;
	line-height: 29px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 25px;
}

.box-newsletter > p {
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin: 0 0 40px;
}

.box-inputradio2 {
	display: inline-block;
	margin: 2px 0;
}

.box-inputradio2 > div {
	display: inline-block;
}

.box-inputradio2 > p {
	display: inline-block;
	font-family: "futura-pt";
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	margin: 0 0 0 8px;
}

.box-inputradio2 > div > input[type=radio] + label {
	display: inline-block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	width: 7px;
	height: 7px;
	padding: 0;
	border: 2px solid #000000;
	margin: 0 2px 0 0;
	float: left;
}

.box-inputradio2 > div > input[type=radio]:checked + label {
	background-image: none;
	background-color: #000000;
	border: 2px solid #000000;
}

.input-newsletter-text {
	padding: 10px 15px;
	background: none;
	border: 1px solid #000000;
	width: 260px;
	color: #000000;
	font-family: "futura-pt";
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
/*-- FINE CONTATTI --*/

/*-- RETE COMMERCIALE --*/
.cont-rete-commerciale {
	/*width: 275px;*/
	min-width: 230px;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 20px 0;
	min-height: 360px;
	text-align: left;
}

.cont-rete-commerciale:nth-child(4n) {
	margin: 0 0 20px 0;
}

.cont-rete-commerciale > h2 {
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 20px;
}

.cont-rete-commerciale > p {
	font-family: "futura-pt";
	font-size: 15px;
	line-height: 17px;
	color: #858585;
	margin: 0 0 15px;
}

/*.cont-rete-commerciale > p > b {
	margin-right: 15px;
}*/

.cont-rete-commerciale > p > a {
	font-size: 15px;
	line-height: 17px;
	color: #666666;
}
/*-- FINE RETE COMMERCIALE --*/

/*-- ACQUISTA O CONTINUA --*/
#cont_acquista {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	z-index: 22;
	width: 363px !important;
	height: 355px !important;
	max-width: 100%;
	border-radius: 10px;
	text-align: center;
	padding: 30px 40px;
	background: #efefef;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

#cont_acquista3 > #cont_acquista {
	height: 285px !important;
}

.fixed-dialog {
	position: fixed !important;
	top:0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	width: 100px !important;
	height: 100px !important;
}

.cont_acquista_top {
	margin: 0 0 45px;
	max-width: 100%;
	width: 265px;
}

.cont_acquista_top > h2 {
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
}

.cont_acquista_middle {
	margin: 0 0 45px;
	max-width: 100%;
}

.cont_acquista_middle > p {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 550px;
	max-width: 100%;
}

.overlay_cont_acquista {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0.8;
	background: #000000;
	z-index: 22;
}

.overlay_cont_acquista2 {
	position: fixed !important;
	top:0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0.4;
	background: #ffffff;
	z-index: 22;
}


.cont-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 999;
	width: 250px;
	height: 250px;
}

.cont-loading > img {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*-- FINE ACQUISTA O CONTINUA --*/

.text-stabilimenti {
	font-weight: 700;
	color: #000000;
	font-size: 23px;
	line-height: 24px;
	margin: 0 0 15px;
}

div[id^='ascrail'] { opacity: 0.6 !important; }

.titoletto25 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 8px 8px;
}



.buorg {
    position: absolute;
    position: fixed;
    z-index: 111111;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #A29330;
    background: #FDF2AB no-repeat 13px center url(//browser-update.org/img/small/i.gif);
    text-align: left;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 12px !important;
    height: 60px !important;
}

.buorg DIV {
    padding: 23px 48px 5px 55px !important;
    font-size: 16px !important;
}

.buorg A {
    color: #blue !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

#colonna_destra
{
	height:auto !important;
}

h3.tit-slide {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    line-height: 37px;
    font-weight: 700;
    position: absolute;
    z-index: 20;
    top: -38px;
	left:25px;
}

.carousel-inner .item
{
	background:#fff;
}

.cahome
{
    position: relative;
    margin-top: 15px;
    margin-bottom: 17px;
	background: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 0px;
    cursor: pointer;
    background-color: rgb(191, 191, 191);
}

.carousel-indicators .active
{
	border-color:#FFD900 !important;
	background:#FFD900 !important;
	 width: 13px;
    height: 4px;
    margin: 1px;
}

.button-reset > a:nth-child(1) > img:nth-child(1) {
    margin-bottom: 4px;
}

.boxino {
    display: block;
    float: left;
    margin-right: 10px;
    width: 265px;
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    position: relative;
    height: 140px;
    overflow: hidden;
}

.cont_box {
    float: left;
    width: 835px;
    padding-left: 10px;
    margin-top: 43px;
    margin-bottom: 10px;
}

/*.boxino img {
    display: block;
    line-height: 95px !important;
    margin: 22px auto;
}*/

.barraneraboxino {
    height: 25px;
    width: 265px;
    background: #141516 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 3px 20px;
    border-bottom: 4px solid #DDD;
}


.barranerahome {
    width: 100%;
    background: #141516 none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 20px;
    border-bottom: 4px solid #DDD;
    font-size: 18px;
    z-index: 20;
    margin-top: -18px;
    height: 40px;
    line-height: 27px;
}

.sottoslide {
    background: #D7D7E2 none repeat scroll 0% 0%;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    line-height: 16px;
    width: 100%;
    height: 25px;
    padding: 4px 10px;
    margin-bottom: 45px;
    margin-top: -12px;
    border-top: 0px solid #FFF;
    text-transform: none;
    font-family: "futura-pt",sans-serif;
    text-align: center !important;
}

.lineapadding
{
	margin: 50px 0px;
	text-align: center;
	background: #DADADA;
	height:1px;
	display:block;
	clear:both;
}

.iconew {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    max-width: 80px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 140px;
}

.col-home:nth-child(2)::before {
    content: "";
    border-left: 1px solid #DADADA;
    height: 1600px;
    position: absolute;
    left: -1px;
    top: -30px;
}

.col-home:nth-child(2)::after {
    content: "";
    border-right: 1px solid #DADADA;
    height: 1600px;
    position: absolute;
    right: 0px;
    top: -30px;
}

.colsxa
{
	width:35%;
	float:left;
	display:block;
}

.coldxa
{
	width:65%;
	float:left;
	display:block;
}

.kitfiltrazione .arrow-title {
    font-size: 20px;
    padding: 9px 20px;
}

.kitfiltrazione .arrow-title .codice {
    text-transform:none;
	color:#666666;
	font-size:18px;
	margin-left:30px;
}

.kitfiltrazione .arrow-title .codice span {
    font-size: 24px;
	color:#000;
	text-transform:uppercase;
}

.cont-bianco
{
	width:75%;
	background:#fff;
	float:left;
	display:block;
	position:relative;
}

.cont-giallo {
    width: 25%;
    background: #FFDA00 url("/immagini/catalogo/rett_tagliato.jpg") no-repeat scroll center top;
    float: right;
    display: block;
    min-height: 200px;
    margin-top: -50px;
    margin-right: -25px;
    margin-bottom: -20px;
    background-position: right top;
	position:relative;
	padding:15px 12px;
}

/* 2909ReVy2o12 */

.kitfiltrazione .arrow-title::before {
    content: "";
    position: absolute;
    right: -27px;
    top: 0px;
    height: 0px;
    border-style: solid;
    border-color: #FFE000 transparent transparent #FFE000;
    border-left: 25px solid #FFE000;
    border-bottom: 33px solid transparent;
    z-index: 2;
}

.astampa {
    position: absolute;
    right: -20px;
    top: -45px;
}

.kitf {
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 115px;
    text-align: center;
    margin-top: 0px;
}


.kitf .bx1
{
	border-right:1px solid #ccc;
	width:21%;
	float:left;
	display:block;
    height: 115px;
}

.kitf .bx2
{
	border-right:1px solid #ccc;
	width:58%;
	float:left;
	display:block;
	background:#EFEFEF;
    height: 115px;
}

.kitf .bx3
{
	width:21%;
	float:left;
	display:block;
    height: 115px;
}

.kitf .bx1 img {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.kitf .bx1 {
    border-right: 1px solid #CCC;
    width: 21%;
    float: left;
    display: block;
    height: 115px;
    text-align: left;
    line-height: 18px;
    padding-top: 35px;
    font-weight: 700;
    color: #666666;
    font-size: 16px;
}

.kitf .bx2 {
    border-right: 1px solid #CCC;
    width: 58%;
    float: left;
    display: block;
    background: #EFEFEF none repeat scroll 0% 0%;
    height: 113px;
    font-size: 20px;
    line-height: 111px;
}

.kitf .bx3 {
    width: 21%;
    float: left;
    display: block;
    height: 113px;
    padding-top: 8px;
}

.kitf .bx3 {
    padding-top: 3px;
}

.kitf .bx1 img {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
	max-height:105px;
}

.contkitf
{
	overflow:hidden;
	width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	margin-top:10px;
}

.titgiallo {
    font-size: 18px;
    color: #000;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cont-giallo img
{
	max-width:95px;
}

.space30
{
	width:100%;
	height:30px;
	display:block;
	clear:both;
}

.cont-giallo p
{
	font-size:14px;
	color:#4D4D4D;
	line-height:17px;
}

.kitf .bx1 {
    border-right: 1px solid #CCC;
    width: 21%;
    float: left;
    display: block;
    height: 115px;
    text-align: left;
    line-height: 21px;
    padding-top: 35px;
    font-weight: 700;
    color: #666666;
    font-size: 18px;
}

.kitf .bx2 {
    border-right: 1px solid #CCC;
    width: 58%;
    float: left;
    display: block;
    background: #EFEFEF none repeat scroll 0% 0%;
    height: 113px;
    font-size: 26px;
    line-height: 27px;
    padding-top: 35px;
}

span.descrizione {
    display: block;
    clear: both;
    font-size: 15px;
    line-height: 17px;
    color: #666 !important;
    font-weight: 700;
    font-family: "futura-pt" !important;
}

.colsxa
{
	position:fixed;
	width:22%;
}

.fixfixed
{
	width:35%;
	height:600px;
	display:block;
	float:left;
}


