@charset "UTF-8";
/* CSS Document */

/*
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*clear CSS*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; margin:0; padding:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; outline:0; vertical-align:baseline; }
:focus { outline:0; }
body { background: #002840; color:white; line-height:1; }
ol, ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/*impostazioni generali*/
body {
	background-color:#002840;
	color:#white;
	/*font-family:Helvetica, Arial, sans-serif;*/
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:0.9em;
	background: url('images/bg.png') no-repeat fixed;
	background-size: cover;
}

h1, h2, h3 {
	color:#408095;
	/*font-family:'BebasNeueRegular', Arial, sans-serif;*/
	font-family: 'Droid Sans', Arial, sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.1em;
}

a {
	color:#408095;
	text-decoration:none;
}

p {
	line-height:1.4em;
}

#main ul.servizi li, #main ul.news li, p {
	text-align:justify;
}

strong {
	font-weight:bold;
}

.inner {
	margin:0 auto;
}

.line {
	border-top:1px solid #15394E;
	margin:20px 0;
	width:100%;
}

.clear {
	clear:both;
}

.alpha {
	margin-left:0 !important;
	padding-left:0 !important;
}

.omega {
	margin-right:0 !important;
	padding-right:0 !important;
}

#header, #main, #footer {
	width:100%;
}

#header, #main {
}

#header {
	padding-top:20px;
}

#logo {
	text-align:center;
}

ul#nav {
	background-color:#408095;
	color:#FFF;
	list-style:none;
	overflow:hidden;
	padding:10px;
	text-align:center;
}

ul#nav a {
	color:#FFF;
	font-size:0.9em;
	text-transform:uppercase;
}

ul#nav li {
	float:left;
}

#main {
	padding:20px 0;
	margin-top: 18%;
}

#slider {
	background-image:url(images/slide.jpg);
	background-size:contain;
	margin-bottom:20px;
}

#main .box p {
	font-size:0.8em;
}

#main ul.servizi li {
	list-style:decimal;
	list-style-position:inside;
	margin-bottom:20px;
}

#main ul.news li {
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:20px;
}

.company-name { text-align: center; }
.company-name p { text-align: center; padding-top: 20px; font-size: 1.3em; padding-top: 10px; }
.company-info { text-align: center; padding-top: 20px; }
.company-info p { text-align: center; padding-top: 20px; font-size: 14px; line-height: 18px; padding-top: 10px; }
.shades { position: absolute; bottom: 0; left: 0; }

#footer {
	padding-top:30px;
	text-align:center;
}

#footer #copy, #footer #sitemap {
	color: #999;
	padding:10px 0 20px;
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
	.inner {
		width:301px;
	}

	ul#nav li {
		padding:4px 0;
		width:100%;
	}

	#slider {
		height:99px;
		width:301px;
	}
	
	#main .box {
		margin-bottom:10px;
	}
	
	img.aboutus {
		margin-bottom:10px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.inner {
		width:461px;
	}
	
	ul#nav li {
		width:25%;
	}

	#main .box {
		margin-bottom:10px;
	}

	img.aboutus {
		float:left;
		margin-right:20px;
	}
		
	#slider {
		height:152px;
		width:461px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.inner {
		width:749px;
	}
	
	ul#nav li {
		width:25%;
	}

	#main .box {
		float:left;
		padding:0 1%;
		width:23.5%;
	}
	
	#content {
		float:left;
		width:74.5%;
	}
	
	img.aboutus {
		float:left;
		margin-right:20px;
	}
	
	#sidebar {
		float:right;
		width:23.5%;
	}
	
	#slider {
		height:247px;
		width:749px;
	}
}

@media only screen and (min-width: 1025px) {
	.inner {
		/*width:924px;*/
	}

	ul#nav li {
		width:25%;
	}

	#main .box {
		float:left;
		padding:0 1%;
		width:23.5%;
	}
	
	#content {
		float:left;
		width:74.5%;
	}
	
	img.aboutus {
		float:left;
		margin-right:20px;
	}
	
	#sidebar {
		float:right;
		width:23.5%;
	}
	
	#slider {
		height:305px;
		width:924px;
	}
}