@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
	font-family: Consolas;
	color: #000;
	font-size: 20px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Prototype';
    src: url('prototype-webfont.eot');
    src: url('prototype-webfont.eot?#iefix') format('embedded-opentype'),
         url('prototype-webfont.woff2') format('woff2'),
         url('prototype-webfont.woff') format('woff'),
         url('prototype-webfont.ttf') format('truetype'),
         url('prototype-webfont.svg#prototyperegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a img {
	border: none;
}

a {color: #000; transition: color 300ms linear; text-decoration: none;}
a:hover {color: #333;}

.clear {clear: both; height: 0;}

.wrap {max-width: 1000px; margin: 0 auto;}

h1, h2 {font-family: 'Prototype';}
h1 {font-size: 40px; margin-bottom: 30px;}

p {text-align: justify;}

.fixed-nav {
	background-color: #fff200;
	width: 100%;
	position: fixed;
	top: -200px;
	margin: 0;
	padding-top: 2px;
	z-index: 999;
	transition: top 500ms ease-out;
}

#toggler {display: none;}

.fixed-nav .nav {display: block; float: right; margin-top: 10px;}
.fixed-nav .nav li {
	display: inline-block;
	margin-left: 15px; 
	font-family: 'Prototype';
	text-transform: uppercase;
	font-size: 19px;
}

.fixed-nav .nav li a {border-bottom: solid 5px #transparent; transition: border-bottom 200ms;}
.fixed-nav .nav li a:hover {border-bottom: solid 5px #000;}

#intro {
	background:url(../images/bg-1.jpg) 50% 0 no-repeat fixed;
	color: white;
	padding: 160px 0;
	width: 100%;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#intro #payoff {
	max-width: 410px;
	margin: 40px auto;
	background: #fff200;
	padding: 10px;
	border-radius: 10px;
}

.yellow {color: #FF0;}

.highlight-black {
	background-color: #000; 
	padding: 10px; 
	border-radius: 10px;
	font-size: 35px;
	font-weight: normal;
}

#intro .highlight-black {max-width: 400px; text-transform: uppercase; margin: 0 auto; padding: 20px;}
#chiSiamo {
	background: #fff200;
	padding: 100px 0;
}

#policy {background: #fff; padding: 100px 0;}

.narrower p {max-width: 60%;}

#staff {
	background:url(../images/unchesu.jpg) 50% 0 no-repeat fixed;
	color: white;
	padding: 180px 0;
	width: 100%; height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#staff h3 {
	font-family: 'Prototype';
	color: #000;
	font-size: 30px;
	margin-top: 150px;
	text-align: right;
}

#doveSiamoImg {
	background:url(../images/dovesiamo.jpg) 50% 0 no-repeat fixed;
	color: white;
	padding: 180px 0;
	width: 100%; height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#doveSiamoImgM {display: none;}

#servizi {
	background:url(../images/bg-2.jpg) 50% 0 no-repeat fixed;
	color: white;
	padding: 150px 0;
	width: 100%; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	text-align: left;
}

#servizi h1 {color: #fff; text-shadow: 1px 1px 3px #000;}

.con-icona {
	padding: 10px 0 10px 100px;
}

.auto-icona {
	background: url(../images/auto.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.camion-icona {
	background: url(../images/camion.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.left-50-col {
	width: 47%;
	float: left;
	margin-right: 3%;
	
}

.right-50-col {
	width: 47%;
	float: right;
	margin-left: 3%;
	
}

#servizi .servizi li {
	font-size: 26px;
	padding: 10px;
	padding-left: 45px;
	background: #000;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #fff;
	background-image: url(../images/pinion-alb.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-height: 50px;
}

#servizi .camion li {
	background: #fff200;
	color: #000;
	background-image: url(../images/pinion-negru.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#galleria {
	padding: 0;
	margin: 0;
	background: #000;
}

#galleria ul li {
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	line-height: 0;
	position: relative;
	opacity: .7;
	transition: opacity 500ms;
}

#galleria ul li img {
	
	width: 100%;
}

#galleria ul li:hover {opacity: 1;}

#contatti {
	background: #000;
	padding: 100px 0;
	color: #fff;
	font-size: 16px;
	margin-top: -5px;
}

#logoContatti {float: right; max-width: 50%;}

#contatti a {color: #fff;}

@media screen and (min-width: 50px) and (max-width: 600px) {
	
	.small-screen {display: block;}
	
	.wrap {
	max-width: 85%;
	}

    #navTop {
		display: none;   
	}
	
	#toggler {
		display: block;
		position: relative;
		float: right;
		margin: 10px 0;
		cursor: pointer;
	}
	
	.fixed-nav .nav {float: none; margin-top: 20px; padding-bottom: 20px;}
	.fixed-nav .nav li {
		display: block;
		margin-left: 0; 
		margin-bottom: 18px;
		text-align: right;
	}

	.fixed-nav .nav li a {border-bottom: solid 4px #000;}
	
	#logoMin {margin: 5px 0; max-height: 30px;}
	
	h1 {font-size: 30px; margin-bottom: 20px;}
	
	#intro {
	background-image: url(../images/bg-1-mob.jpg);
	background-attachment: scroll;
	background-size: auto;
	padding: 60px 0;
	}
	
	#chiSiamo {
		background: #fff200;
		padding: 80px 0;
	}
	
	#staff {
		background-attachment: scroll;
		background-position: 0 70%;
	}
	
	
	#servizi {
		background-image: none;
		background-color: #333;
	}
	
	.highlight-black {
		font-size: 19px;
	}
	
	.narrower p {max-width: 100%; font-size: 17px;}
	
	#staff { padding: 60px 0;}
	
	#staff h3 {
		font-size: 18px;
		text-align: left;
		margin-top: 260px;
	}
	#staff br {displaY: none;}
	
	.left-50-col {
		width: 100%;
		float: none;
		margin-right: 0;
	
	}
	
	.right-50-col {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 40px;
		
	}
	
	#servizi {padding: 80px 0;}
	
	#servizi .servizi li {
		font-size: 20px;
		padding: 10px;
		padding-left: 45px;
		border-radius: 10px;
		margin-bottom: 10px;
		min-height: 40px;
	}
	
	
	#servizi h1  {font-size: 40px!important;}
	
	#galleria ul li {
		float: none;
		width: 100%;
		opacity: 1;
	}
	
	#logoContatti {display: none;}
	
	#contatti {font-size: 16px; padding: 80px 0;}
	
	#doveSiamoImg {
	background: none;
	padding: 0;
	height: auto;
}
	#doveSiamoImgM {display: block;}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
	
	.small-screen {display: block;}
	
	.wrap {
	max-width: 90%;
	}

    #navTop {
		display: none;   
	}
	
	#toggler {
		display: block;
		position: relative;
		float: right;
		margin-top: 7px;
		cursor: pointer;
	}
	
	.fixed-nav .nav {float: none; margin-top: 20px; padding-bottom: 20px;}
	.fixed-nav .nav li {
		display: block;
		margin-left: 0; 
		margin-bottom: 18px;
		text-align: right;
	}

	.fixed-nav .nav li a {border-bottom: solid 4px #000;}
	
	#logoMin {margin-top: 3px; max-height: 30px;}
	
	h1 {font-size: 30px; margin-bottom: 20px;}
	
	.highlight-black {
		font-size: 19px;
	}
	
	.narrower p {max-width: 100%; font-size: 20px;}
	
	#staff { padding: 60px 0;}
	
	#staff h3 {
		font-size: 26px;
		margin-top: 60px;
	}
	
	.left-50-col {
		width: 100%;
		float: none;
		margin-right: 0;
	
	}
	
	.right-50-col {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 40px;
		
	}
	
	#chiSiamo {
		background: #fff200;
		padding: 80px 0;
	}
	
	#servizi {padding: 80px 0;}
	
	#servizi .servizi li {
		font-size: 20px;
		padding: 10px;
		padding-left: 45px;
		border-radius: 10px;
		margin-bottom: 10px;
		min-height: 40px;
	}
	
	
	#servizi h1  {font-size: 40px!important;}
	
	#galleria ul li {
		width: 50%;
		opacity: 1;
	}
	
	#logoContatti {display: none;}
	
	#contatti {font-size: 16px;}
	
	#intro {
	background-image: url(../images/bg-1-mob.jpg);
	background-attachment: scroll;
	}
	
	#servizi {
	background-image: none;
	background-color: #333;
	}
	
}

@media print {
	#contatti img {display: none;}
	#contatti {color: #000;}
	#contatti a {color: black;}

	p {font-size: 13pt;}
	#eu {display: none;}

	@page {padding-top: 60px;}
	.fixed-nav {background: none; position: absolute;}

	.fixed-nav ul {display: none;}
	#navTop {display: none;}
}