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

body{
	padding:0px;
	margin:0px;
	background:#EFEFEF;
}
#faciabianca{
	background-color:#FFF;
}
#header {
	width:1000px;
	background-color:#FFF;
	margin:auto;
	height:100px;
	padding-top:30px;
	
}

#header img{
	float:left;
}
#facianera{
	width:1000px;
	margin:auto;

}

/*
#menu {
	width:1000px;
	margin:auto;
	

}

#menu a{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	color:#666666;
	padding:3px 30px 3px 30px;
	margin:20px 0px 20px 0px;
	float:left;
	border-right:1px solid #999;
}

#menu a:hover{
	color:#000;
}*/




/*MENU NUOVO*/

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
	padding-top:30px;
    margin: 0px ;
	float:right;
   /* border: 1px solid #ccc;
    background-color: #ccc;
    
    border-radius: 6px;
    box-shadow: 0 1px 1px #999;*/
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float: left;
    
    box-shadow: 1px 0 0 #444;
    position: relative;
}

#menu a {
    float: left;
    padding: 12px 10px;
    color: #333;

    font:15px  Arial, Helvetica;/*'Roboto'*/
	font-weight:bolder;
    text-decoration: none;
   /* text-shadow: 0 1px 0 #ccc;*/
}

#menu li:hover > a {
    color: #900;
}

*html #menu li a:hover { /* IE6 only */
    color: #900;
}
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #E1E1E1;   
    /*background: linear-gradient(#ccc, #333);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;*/
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #ccc;
   /* background-image: linear-gradient(#ccc, #333);*/
}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #900; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}

/*=MENU MOBILE==================================*/
#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        /* Multiple backgrounds here, the first is base64 encoded */
        background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111);
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        display: none;
        box-shadow: none;       
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #menu a:hover{
        color: #fafafa;
    }   

    #menu ul a{
        padding: 0;
        width: auto;        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}   

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}


/*==================================================*/










.cleaner{
	clear:both;
}
#contenuto {
	padding:0px 0 40px 0;
	width:1000px;
	margin:auto;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32px;
	font-weight:700;
	padding:0px;
	margin:20px 0 20px 0;
	color:#900;
}

h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	font-weight:400;
	padding:10px 0 0 10px;
	margin:0px 0 10px 0;
	color:#fff;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	padding:0px;
	margin:0px 0px 30px 0px;
	color:#666;
}
b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	padding:0px;
	margin:0px 0px 30px 0px;
	color:#666;
}

i{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	font-style:italic;
	padding:0px;
	margin:0px 0px 30px 0px;
	color:#878787;
}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
	padding:0px;
	margin:0px 0px 20px 0px ;
	color:#FFF;
}

#home-sx{
	width:600px; 
	float:left;
}

#home-sx a{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:100;
	padding:0px;
	margin:0px;
	color:#999;
	text-decoration:none;
	line-height:25px;
	
}
#servizi a{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	padding:0px;
	margin:0px;
	color:#999;
	text-decoration:none;
	line-height:25px;
	
}
#home-sx a:hover{
	color:#000;
}

#servizi a:hover{
	color:#000;
}
#servizi{
	float:left;
	margin:0 0px 40px 0;
}
	
.lavori-in-corso {
	
	margin:0 0 40px 45px;
	float:left;
}
.finestra{
	width:300px;
	height:200px;
	background-color:#666;
}
	

#footer {
	width:1000px;
	height:300px;
	margin:auto;
	padding-top:30px;
}
#fascia-footer {
	background-color:#333;
}

#footer p {
	line-height:30px;
	color:#CCC;
	padding:3px 0 0 0;
}

#footer a {
	text-decoration:none;
	color:#F00;
}
#credits{
	float:right;
}




#contatti h6{
	color:#333;
}

#contatti p {
	line-height:20px;
}
.finestra-opere{
		float:left;
		margin:30px 25px 0 0;
		background-color:#900;
	}
	
.finestra-opere a:hover{
		opacity:0.6;
	}
#varie{
	padding-top:70px;
}
#servizi-in-pagina{
	float:left;
	margin-right:30px;
}
#servizi-in-pagina a{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	padding:0px;
	margin:0px;
	color:#999;
	text-decoration:none;
	line-height:25px;
	
}

#servizi-in-pagina a:hover{
	color:#000;
}

#realizzazioni {
	width:700px;
	float:right;
	margin:0 0 0 30px;
	
}