/*-- TOP BLACK --*/
.bar-top {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bar-top > li {
	display: inline-block;
	vertical-align: middle;
}

.bar-top > li > a {
	font-size: 14.5px;
	line-height: 15.5px;
	font-weight: 700;
	color: #717177;
	padding: 0 14px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.bar-top > li:nth-child(3) > a {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_fb2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.bar-top > li:nth-child(4) > a {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_tw2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.bar-top > li:nth-child(5) > a {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_you2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.bar-top > li:nth-child(3) > a:hover, .bar-top > li:nth-child(4) > a:hover, .bar-top > li:nth-child(5) > a:hover {
	background-position: 0 -17px;
}
/*-- FINE TOP BLACK --*/

/*-- FOOTER --*/
.menu-footer {
	margin: 0 18px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: -9px;
}

.menu-footer:first-child {
	margin-left: 0;
}

.menu-footer:first-child > li > p {
	padding-left: 0;
}

.menu-footer > li {
	display: inline-block;
	vertical-align: middle;
}

.menu-footer > li > a {
	-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-footer > li > p {
	/*display: inline-block;
	vertical-align: middle;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #141516;
	padding: 0 8px;
	margin: 0;*/
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	color: #141516;
	text-transform: uppercase;
	padding: 0 8px;
	margin: 0;
}

.menu-footer > li > a > p {
	/*display: inline-block;
	vertical-align: middle;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #141516;
	margin: 0 0 0 5px;*/
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	color: #141516;
	margin: 0 0 0 5px;
	text-transform: uppercase;
}

.fb_prefooter {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_fb2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.twitter_prefooter {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_tw2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.youtube_prefooter {
	width: 18px;
	height: 18px;
	background: url('/immagini/nuove/ico_you2.png') no-repeat top center transparent;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.fb_prefooter:hover, .twitter_prefooter:hover, .youtube_prefooter:hover {
	background-position: 0 -17px;
}

.text-footer-site {
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #717177;
}

.footer-inside {
	padding: 50px 0;
}

.footer-inside > .grid-utili {
	padding: 0 60px;
	text-align: center;
	border-bottom: 0;
	display: inline-block;
	vertical-align: top;
}

.footer-inside > .grid-utili > img {
	width: 90px;	
}
/*-- FOOTER --*/

/*-- PRODOTTI --*/
.box-text-prod {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 515px;
}

.box-text-prod > .line-yellow {
	margin-bottom: 30px;
	width: 60px;
}

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

.box-text-prod > p {
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;
	margin: 0;
}

.cont-title-prod {
	margin-bottom: 45px;
}

.cont-title-prod > h3 {
	font-size: 63px;
	line-height: 53px;
	font-weight: 300;
	color: #000;
	margin: 0 0 0 3px;
	display: inline-block;
	vertical-align: middle;
}
/*-- FINE PRODOTTI --*/

/*-- MENU STABILIMENTI --*/
.menu-stab {
	margin: 0;
	padding: 0 0 0 30px;
	list-style-image: url('/immagini/nuove/cerchio_stab.png');
}

.menu-stab > li {
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #333333;
}
/*-- FINE STABILIMENTI --*/

/*-- GENERIC ELEMENTS --*/
.pad-bar-top {
	padding: 8px 15px; 
}

.no-padding {
	padding: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.margin-top370 {
	margin-top: 230px;
}

.mar-top80 {
	margin-top: 80px;
}

.padding40h {
	padding: 40px 0;
}

.pad180105 {
	padding: 80px 0 55px;
}

.pad1801052 {
	padding: 80px 0 0;
}

.pad301052 {
	padding: 30px 0 0;
}

.margin-top40 {
	margin-top: 40px;
}

.pad_top310 {
	padding-top: 310px;
}

.pad_top225 {
	padding-top: 225px;
}

.padding15 {
	padding: 15px;
}

.no_br_pd {
	border: none;
	padding: 0;
}

.spazio-home {
	display: inline-block;
	width: 100%;
	height: 135px;
	margin: 0;
}

.bg-pagine {
	background: url('/immagini/nuove/bg_pagine_interne2.png') no-repeat top center #f9f9f9 !important;
}

.bg-pagine2 {
	background: url('/immagini/nuove/bg_pagine_interne2.png') no-repeat center -140px #f9f9f9 !important;
}

.bg-pagine3 {
	background: url('/immagini/nuove/bg_pagine_interne3.png') no-repeat center -95px #f9f9f9 !important;
}

.padding-interne {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 125px 80px;
	position: relative;
}

.padding-interne::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 315px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-box-shadow: -1px 25px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 25px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 25px 7px rgba(0, 0, 0, 0.2);
}

.padding-interne2 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 125px 80px;
	position: relative;
}

.padding-interne2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
}

.padding-interne3 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 125px 80px;
	position: relative;
}

.padding-interne3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 875px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-box-shadow: -1px 10px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 10px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 10px 7px rgba(0, 0, 0, 0.2);
}

.box-inside {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 585px;
}

.box-inside > .line-yellow {
	margin-bottom: 30px;
	width: 80px;
}

.box-inside > h2 {
	font-size: 58px;
	line-height: 49px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px;
	position: relative;
	letter-spacing: -1px;
}

.box-inside > p {
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;
	margin: 0;
}

.box-inside-right {
	width: 490px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pad80 {
	padding-top: 80px;
}

.pad150 {
	padding-top: 120px;
}

.mtop300 {
	margin-top: 300px;
}

.mtop245 {
	margin-top: 245px;
}

.mtop200 {
	/*margin-top: 150px;*/
	margin-top: 50px;
}

.bg-none {
	background: none !important;
}

.titolo_new {
	font-size: 58px !important;
	line-height: 48px !important;
	font-weight: 700 !important;
	color: #000 !important;
	text-transform: uppercase !important;
	margin: 0 0 15px !important;
	position: relative !important;
	max-width:700px;
}

.gruppo-foto-news {
	float: right;
}

.foto-news {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 120px;
	height: 120px;
	text-align:center
}

.foto-news img {
    max-width: 200%;
    width: 150%;
	height: 100%;
}

.box-image-interne > h2 {
	opacity: 1 !important;
	font-size: 96px !important;
	line-height: 74px !important;
}
/*-- FINE GENERIC ELEMENTS --*/

/*-- BG/COLOR --*/
.white {
	background: #ffffff !important;
	-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;
}

.nero {
	background: #000;
}

.nero2 {
	background: #141516;
}

.grigio {
	background: #313135;
}

.grigio_chiaro {
	background: #d7d7e2;
}

.giallo {
	background: #ffe000;
}

.bg-footer-home {
	/*background: url('/immagini/nuove/bg_footer_home2.png') no-repeat center top scroll;*/
	background: url('/immagini/nuove/bg_footer_home4.jpg') no-repeat center top scroll;
	background-size: cover !important;
}
/*-- FINE BG/COLOR --*/

/*-- DROPDOWN --*/
.dropdown {
	display: inline-block;
}

.dropdown-menu {
	z-index: -1;
}

.dropdown > a {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 0 17px;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: block;
	position: relative;
}

.dropdown > a:hover {
	background-color: transparent;
	color: #a7a7a7;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
	filter: alpha(opacity=100);
	max-height: 1000px;
	padding: 29px 0 0;
	overflow: visible;
}

.dropdown:hover > a, .dropdown:focus > a {
	color: #a7a7a7;
	background-color: transparent;
}

.container-dropdown {
	padding: 20px 0;
	background: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.button-azienda > a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
	position: relative;
	z-index: 2;
}

.button-azienda > a::before {
	content: "";
	background: url('/immagini/nuove/menu_top/hover.png');
	width: 230px;
	height: 148px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	bottom: -20px;
	z-index: -1;
	opacity: 0;
	-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;
}

.button-azienda > a:hover::before {
	content: "";
	background: url('/immagini/nuove/menu_top/hover.png');
	width: 230px;
	height: 148px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	bottom: -20px;
	z-index: -1;
	opacity: 1;
}

.button-azienda > a > p {
	font-size: 23px;
	line-height: 25px;
	font-weight: 300;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}

.dropdown > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
}

.dropdown-menu::before {
	content: "";
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 75px;
	background: #ffffff;
	z-index: 1;
	opacity: 0;
	-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;
}

.dropdown:hover .dropdown-menu::before, .open > .dropdown-menu::before {
	opacity: 1;
}
/*-- FINE DROPDOWN --*/

/*-- DROPOTRON --*/
.dropotron { background: #eeeeee; border-radius: 0.5em; list-style: none; margin: 0; min-width: 10em; padding: 0.75em 1em 0.75em 1em; }
.dropotron > li { border-top: solid 1px #cbcbcb; margin: 0; padding: 0; }
.dropotron > li:first-child { border-top: 0; }
.dropotron > li > a { color: #000000; font-size: 18px; line-height: 20px; display: block; padding: 0.5em 0 0.5em 0; text-decoration: none; -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; }
.dropotron > li.active > a, .dropotron > li:hover > a { color: #999999; }


.dropotron.level-0 { margin-top: 1.25em; }
.dropotron.level-0:before { content: ''; position: absolute; border-bottom: solid 0.5em #eeeeee; border-left: solid 0.5em transparent; border-right: solid 0.5em transparent; top: -0.5em; }
/*-- FINE DROPOTRON --*/

/*-- EFFECT SLIDER HOME --*/
.box-slider img {
	-webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -o-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
	
	-webkit-transition: transform 30s ease-out 0s;
	-moz-transition: transform 30s ease-out 0s;
	-ms-transition: transform 30s ease-out 0s;
	-o-transition: transform 30s ease-out 0s;
	transition: transform 30s ease-out 0s;
}

.box-slider.active img {
	-webkit-transform: scale(1.1, 1.1) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -moz-transform: scale(1.1, 1.1) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -ms-transform: scale(1.1, 1.1) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -o-transform: scale(1.1, 1.1) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    transform: scale(1.1, 1.1) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
}

.box-slider h2 {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 1s;
	-moz-transition: opacity 0.2s ease-out 1s;
	-ms-transition: opacity 0.2s ease-out 1s;
	-o-transition: opacity 0.2s ease-out 1s;
	transition: opacity 0.2s ease-out 1s;
}

.box-slider.active h2 {
	opacity: 1;
}

.new-style-slider h2 {
	opacity: 1 !important;
	margin: 0 !important;
}

.box-slider.active h2:nth-child(2) { 
	display: none;
}

.box-slider h2:nth-child(2) { 
	opacity: 1;
	margin-top: -145px;
}

.box-slider.active img {
	-webkit-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -moz-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -ms-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -o-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
}
/*-- FINE EFFECT SLIDER HOME --*/

/*-- EFFETTO IMAGE --*/
.bg-image-interne2 {
	overflow: hidden;
	position: relative;
}

.bg-image-interne2 .overlay-image-interne {
	background: #313135;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0.5s;
	-moz-transition: opacity 0.2s ease-out 0.5s;
	-ms-transition: opacity 0.2s ease-out 0.5s;
	-o-transition: opacity 0.2s ease-out 0.5s;
	transition: opacity 0.2s ease-out 0.5s;
	z-index: 1;
}

.bg-image-interne2.active .overlay-image-interne {
	opacity: .3;
}

.bg-image-interne2 > h2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 75px;
	font-size: 96px;
	line-height: 74px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-out 1s;
	-moz-transition: opacity 0.8s ease-out 1s;
	-ms-transition: opacity 0.8s ease-out 1s;
	-o-transition: opacity 0.8s ease-out 1s;
	transition: opacity 0.8s ease-out 1s;
}

.bg-image-interne2.active h2 {
	opacity: 1;
}

.bg-image-interne2 img {
	-webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    -o-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
    transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
	
	-webkit-transition: transform 30s ease-out 0s;
	-moz-transition: transform 30s ease-out 0s;
	-ms-transition: transform 30s ease-out 0s;
	-o-transition: transform 30s ease-out 0s;
	transition: transform 30s ease-out 0s;
}

.bg-image-interne2.active img {
	-webkit-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -moz-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -ms-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    -o-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
    transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg) !important;
}
/*-- FINE EFFETTO IMAGE --*/

.img_anteprima {
	position: absolute;
	right: -110px;
	top: 50%;
	margin-top: -70px;
	z-index: 2;
	border: 5px solid rgb(255, 224, 0);
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
	height: 150px;
	text-align: center;
	background: #ffffff;
}

.stat-client .img_anteprima {
	right: -70px;
}

.more-sales .img_anteprima {
	right: 20px;
}

.button-reset {
	position: absolute;
	right: 4px;
	top: -45px;
}

.button-reset .btn-primary {
	font-size: 16px;
	line-height: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.button-reset .btn-primary:hover {
	background: #ffe000;
	-webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15);
}

#cerchiolui img {
    max-height: 70px;
    margin-left: 6px;
}
#cerchiolui {
    border: 3px solid #ffda00;
    border-radius: 0;
    top: 0px !important;
    text-transform: uppercase;
    height: 100px;
}

.btn_vaila, .btn_vaila:hover, .btn_vaila:focus, .btn_vaila:active {
    height: 32px;
    width: 265px;
    text-align: center;
    text-transform: uppercase;
    background: #ffda00;
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 31px;
    border-radius: 60px;
}

.btn_vaila img {
    margin-right: 6px;
    vertical-align: -2px;
}