/* --- -- - html5 Reset Stylesheet v1.6.1 - -- --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-size: 62.5%; /* = 10px = 1em */
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:normal;
    font-weight:normal;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* --- -- - End html5 Reset Stylesheet v1.6.1 - -- --- */




/*			S T I L E    G E N E R I C O		*/

body {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	background: #dedede url('../_img/pattern-scuro.jpg') center center repeat;
}

#page-content {
	width: 100%;
	overflow: hidden;
}

.main-size {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}


/*			H E A D E R		*/

header {
	height: 84px;
	background: #2b2b2b url('../_img/header-background.png') top left repeat-x;
	overflow: hidden;
}

header h1 {
	float: left;
	margin-top: 11px;
}

header h1 span {
	display: none;
}

header nav {
	float: right;
	margin-top: 33px;
}

header nav ul li {
	display: inline;
	margin-left: 30px;
	list-style-type: none;
}

header nav ul li a {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	font-size: 1.5em;
}

header nav ul li a:hover,
header nav ul li a:active {
	color: #5a82c0;
	text-decoration: underline;
}


/*			M A I N   V I S U A L		*/
#main-visual {
	height: 279px;
	background: transparent;
	min-width: 960px;
	background-size: cover;
	position: relative;
	border-bottom: 1px solid #999;
	position: relative;
	overflow: hidden;
}

#main-visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#main-visual #main-claim {
	font-family: 'HelveticaNeueThin', helvetica, arial, sans-serif;
	color: #eee;
	text-decoration: none;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 190px;
	left: 0;
	padding: 15px 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}


/*			F I R S T   S E C T I O N		*/
section.first-section {
	background: #fafafa url('../_img/pattern-chiaro.jpg') center center repeat;
	overflow: hidden;
	padding: 40px 0;
}

section.first-section h2.first-section-title {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #31649f;
	font-size: 3.5em;
	text-align: center;
	font-weight: normal;
}

section.first-section h2.first-section-title strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
}

section.first-section h3.first-section-subtitle {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #666;
	font-size: 2.1em;
	text-align: center;
	font-weight: normal;
	width: 960px;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9c9c9c;
}

section.first-section .lavorazioni-title {
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
	margin-bottom: 30px;
}

section.first-section .lavorazioni-title h3 {
	font-family: 'texgyrebonumRegular', helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 2.1em;
	text-align: left;
	font-weight: normal;
	padding-left: 48px;
	height: 39px;
	padding-top: 8px;
	float: left;
	margin-left: 100px;
}

section.first-section .lavorazioni-title h3.lucidatura {
	background: url('../_img/lucidatura-icon.png') top left no-repeat;
	margin-left: 0;
}

section.first-section .lavorazioni-title h3.satinatura {
	background: url('../_img/satinatura-icon.png') top left no-repeat;
}

section.first-section .lavorazioni-title h3.elettropulitura {
	background: url('../_img/elettropulitura-icon.png') top left no-repeat;
	float: right;
	margin-left: 0;
}

section.first-section p {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 1.6em;
	text-align: justify;
	font-weight: normal;
	line-height: 1.15em;
}

section.first-section p strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #31649f;
}


/*			B A N D A   M I S S I O N		*/
.banda-mission {
	background: url('../_img/banda-mission-background.jpg') top left repeat-x;
	height: 105px;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.banda-mission h2 {
	font-family: 'HelveticaNeueThin', helvetica, arial, sans-serif;
	font-size: 3.5em;
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding-top: 35px;
}

.banda-mission h2 strong {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	font-weight: normal;
}


/*			S E C O N D   S E C T I O N		*/
section.second-section {
	background: #fafafa url('../_img/pattern-scuro.jpg') center center repeat;
	overflow: hidden;
	padding: 40px 0;
}

section.second-section h2 {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #31649f;
	font-size: 3.5em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 30px;
}

section.second-section h2 strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
}

section.second-section p {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 1.6em;
	text-align: justify;
	font-weight: normal;
	line-height: 1.2em;
}

section.second-section p strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	color: #31649f;
	font-weight: normal;
}


/*			L A S T   S E C T I O N		*/
section.last-section {
	height: 409px;
	background: url('../_img/mtl-satinatura-sfondo.jpg') no-repeat top center;
	background-size: cover;
	min-width: 960px;
	position: relative;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #1a1a1a;
}

section.last-section h2 {
	font-family: 'HelveticaNeueThin', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 3.5em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
}

section.last-section h2 strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
}

section.last-section .realizzazione-due-fasi,
section.last-section .rilucidatura {
	position: relative;
	float: left;
	background: rgba(255,255,255,0.7);
	border: 1px solid #666;
	margin-top: 150px;
	width: 440px;
	padding: 82px 0px 30px 0px;
}

section.last-section .rilucidatura {
	float: right;
}

section.last-section .realizzazione-due-fasi img,
section.last-section .rilucidatura img {
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
}

section.last-section .realizzazione-due-fasi h2,
section.last-section .rilucidatura h2 {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #31649f;
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 15px;
}

section.last-section .realizzazione-due-fasi p,
section.last-section .rilucidatura p {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 1.6em;
	text-align: center;
	font-weight: normal;
	line-height: 1.3em;
	width: 380px;
	margin: 0 auto;
}

section.last-section .realizzazione-due-fasi p strong,
section.last-section .rilucidatura p strong {
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #31649f;
}



/*          G A L L E R Y   */
section.first-section {
    background: #fafafa url('../_img/pattern-chiaro.jpg') center center repeat;
    overflow: hidden;
    padding: 40px 0;
}

.image-row {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.image-row .example-image-link {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 20px;
}

.image-row .example-image-link:last-child {
    margin-right: 0;
}


/*			F O O T E R		*/
footer {
	height: 121px;
	background: #2b2b2b url('../_img/footer-background.png') top left repeat-x;
	overflow: hidden;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.footer-group {
	width: 28%;
	float: left;
	margin-top: 15px;
}

.footer-last-group {
	width: 16%;
	float: right;
}

.footer-group h6 {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #ccc;
	font-size: 3em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

.footer-group address {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #999;
	font-size: 1.6em;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	line-height: 1.25;
	overflow: hidden;
}

.footer-group address a {
	color: #999;
	text-decoration: none;
	margin-top: 2px;
}

.footer-group address a:hover {
	color: #ccc;
	text-decoration: underline;
}

.footer-group address span {
	color: #bfbfbf;
	font-family: 'HelveticaNeueRegular', helvetica, arial, sans-serif;
	font-weight: normal;
}

.social {
	width: 33px;
	height: 33px;
	float: left;
	display: block;
	margin-right: 15px;
}

.social span {
	display: none;
}

.social:hover {
	background-position: 0 -33px;
}

.social-facebook {
	background: url('../_img/mtl-facebook-icon.png') 0 0 no-repeat;
}

.social-google-plus {
	background: url('../_img/mtl-google-plus-icon.png') 0 0 no-repeat;
}

.social-linkedin {
	background: url('../_img/mtl-linkedin-icon.png') 0 0 no-repeat;
	margin-right: 0;
}


#copy {
	height: 45px;
	background: #2b2b2b url('../_img/copyright-background.png') top left repeat-x;
	overflow: hidden;
	border-top: 1px solid #666;
}

#copy p {
	font-family: 'HelveticaNeueLight', helvetica, arial, sans-serif;
	color: #666;
	font-size: 1.35em;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	margin-top: 16px;
	padding-bottom: 2px;
}

#copy p.copyright {
	float: left;
}

#copy p.partita-iva {
	float: right;
	color: #888;
}



