@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: candara, Arial, sans-serif;
    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:white; color:black; 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:#404040;
	color:#888686;
	font-family:candara, Arial, sans-serif;
	font-size:0.9em;
}

h1, h2, h3 {
	color:#EB9F45;
	font-family:candara, 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.no-underline {
	color:white;
	text-decoration:none;
}

a {
	color:white;
	text-decoration:none;
}

a.right {
	float:right;
}

p {
	line-height:1.4em;
}

.small {
	float:left;
    padding-right:0.4em;
    padding-top:0.4em;
    width:82px;
}

#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 #408095;
	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;
}

.sitemap {
    float:left;
    background-image:url(images/sitemap.jpg);
    background-repeat: no-repeat;
	background-size:contain;
    margin-right:0.8em;
}

#header, #main, #footer {
	width:100%;
}

#header, #main {
	background-color:#000;
}

#header {
	padding-top:20px;    
}

#logo {
	width:100%;
    border:0px solid red;    
}

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;
    width:100%;
}

#main {
	padding:20px 0;
}

#slider {
	background-image:url(images/slide.jpg);
    background-repeat: no-repeat;
	background-size:contain;
	margin-bottom:20px;
}

#slider_small {
	background-image:url(images/slide_small.jpg);
    background-repeat: no-repeat;
	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;
}

#footer {
	padding-top:30px;
	text-align:center;
}

#footer #copy, #footer #sitemap {
	padding:10px 0 20px;
}

.box {
	margin-bottom:0.7em;
}

@media only screen and (min-width: 1025px) {
	.inner {
		width:924px;
        /*background-color:red;*/        
	}

	ul#nav li {
		width:13%;        
	}

	#main .box {
		float:left;
		padding:0 1%;
		width:23.5%;
	}
	
	#content {
		float:left;
		width:74.5%;
	}
    
    #content_inside {
		float:left;
		width:100%;
	}
	
	img.aboutus {
		float:left;
		margin-right:20px;
        margin-bottom:20px;
	}
    
    img.right {
		float:right;
		margin-left:20px;
	}
	
	#sidebar {
		float:right;
		width:23.5%;
	}
	
	#slider {
		height:269px;
		width:924px;
	}
    
     #slider_small {
		height:173px;
		width:924px;
	}
    
    .sitemap {
        height:427px;
		width:301px;
    }    
}

@media only screen and (max-width: 1024px) and  (min-width: 768px){
	.inner {
		width:95%;
        /*background-color:blue;*/              
	}
	
	ul#nav li {
		padding:4px 0;
		width:100%;
	}

	#main .box {
		margin-bottom:10px;
	}
    
    .box {
	float:left;
}

	img.aboutus {
		float:left;
		margin-right:20px;
	}
    
    img.right {
		float:right;
		margin-left:20px;
	}
		
	#slider {
		height:19.32em;
		width:100%;
	}
    
     #slider_small {
		background-image:url(images/slide_small_767.jpg);
        background-position: center center;
        height:10em;
		width:100%;
	}
    
    .sitemap {
        height:397px;
		width:280px;
    } 
    
    a.no-underline {
	color:white;
	text-decoration:none;
    font-size:1.2em;
}
}

@media only screen and (max-width: 767px)  and  (min-width: 480px){
	.inner {
		width:95%;
        /*background-color:green;*/
	}

	ul#nav li {
		padding:4px 0;
		width:100%;
	}

	#slider {
		background-image:url(images/slide_767.jpg);
        height:14.4em;
		width:100%;        
	}
    
    #slider_small {
		background-image:url(images/slide_small_767.jpg);
        height:9.28em;
		width:100%;
	}
	
	#main .box {
		margin-bottom:10px;
	}
    
    img.aboutus {
		float:left;
        height:auto;
		width:55%;
        margin:5px 5px 5px 0px;
        
	}
    
    img.legend {
		float:left;
        height:auto;
		width:100%;
        margin:5px 5px 5px 0px;
        
	}
    
    img.right {
		margin-top:10px;
        margin-bottom:10px;
        width:100%;
	}
}

@media only screen and (max-width: 479px) {
	.inner {
		width:95%;
        /*background-color:red;*/
	}

	ul#nav li {
		padding:4px 0;
		width:100%;
	}

	#slider {
        background-image:url(images/slide_479.jpg);
		height:8.85em;
        width:100%;
	}
    
    #slider_small {
        background-image:url(images/slide_small_479.jpg);
		height:5.85em;
        width:100%;
	}
	
	#main .box {
		margin-bottom:10px;
	}
	
	img.aboutus {
		float:left;
        height:auto;
		width:55%;
        margin:5px 5px 5px 0px;
        /*margin-bottom:10px;*/
	}
    
    /*img.pic {
		 border:1px solid red;
         width:50%;
	}*/
    
    img.right {
		float:right;
        margin-top:10px;
        margin-bottom:10px;
        height:auto;
		width:100%;
	}
    
    img.legend {
		float:left;
        height:auto;
		width:100%;
        margin:5px 5px 5px 0px;
    }
    
    .small {
	float:left;
    width:55%;
    padding-right:0.2em;
    padding-top:0.2em;
}
}



