@charset "utf-8";
/* CSS Document */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

html,body{
    margin: 0;
    padding: 0;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 1.6em;
	text-align:justify;
}

body{
	background: url(../images/background.jpg) repeat-x 0 0 #CBCBCB;
}

img {
	border:0 none;
}
.linea{
	width: 200px;
}
ul{
	margin:0;
	padding:0;
}

/*Stili testi*/
a{
	text-decoration:none;
	color:#E2753D; 
	cursor:pointer;
	font-size: 1.2em;
}

a:hover{
	text-decoration:underline;
	color:#E2753D;
	/*text-decoration: none;
	color: black; */
}

h1{
	color:#898989;
	font-size:1.5em;
}
h2{
color: #E2753D;
	font-size: 48px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: 'Reenie Beanie', cursive;
	margin: 5px 5px 5px 5px;
	padding-top: 20px;
	padding-bottom: 10px;
}
h3{
	color: #E2753D;
	font-size: 58px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: 'Reenie Beanie', cursive;
	margin: 5px 5px 5px 5px;
	padding-top: 40px;
	padding-bottom: 40px;
}
h4{
	color:#D4DB64;
	font-size:1.2em;
	margin:0px;
	text-transform: uppercase;
}

h5{
	color: #515151;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px dotted #888;
}
h6{
	color: black;
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
}
h7{
	color: #acc606;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	font-weight: bolder;
}
h8{
color: #E2753D;
	font-size: 32px;
}
p{
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	text-align:justify;
	line-height: 1.6em;
}


.slogan{
	font-family: 'Reenie Beanie', cursive;
	font-size:62px;
}

.big{
	font-size:2em;
}

.hidden{
	display:none;
}

.more-content {
	font-size:14px;
	color:black;
}	

.more-content h6{
	font-size:16px;
	color:#E2753D;
}

/* clear */
.cf:before,
.cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:0;
}
.clearfix {
	float: none;
	clear: both;
}

/*padding - margin*/
.padding{
	padding:5px;
}
.padding1{
	padding: 0px 85px 15px 15px;
}
.small-box{
	margin:5px;
}

.box{
	margin: 10px 5px;
	padding: 15px;
	position: relative;
}

.margin-top{
	margin-top:5px;
}

/*colori*/
.white-back{
	background:white;
}

.light-green-back{
	background: #f1f5c3;
}
.green-back{
	background: #dbdfad;
}
.dark-green-back{
	background: #ced2a0;
	color: #E2753D;
	text-align: left;
}

.orange{
	color:#E2753D;
}

.border-top{
	border-top: 3px solid #B9C732;
}

/* layout - COLONNE  */
.colmenu{
	width: 165px;
	float: left;
	padding:5px;
}

.col{
	width: 198px;
	float: left;
}
.col1{
	width: 188px;
	height: 330px;
	float: left;
	background-color: #f0f0f0;
	text-align: center;
	margin: 5px;
	position: relative;
}
.col2{
	width: 188px;
	height: 640px;
	float: left;
	background-color: #f0f0f0;
	text-align: center;
	margin: 5px;
	position: relative;
}

.double{
	width:396px;
	float: left;
	
}

.triple{
	width:594px;
	float: left;
}

/*.quadruple{
	width:660px;
	float: left;
}*/

.half{
	width:49%;
	float:left;
	margin-right:1%;
}

.fullwidth{
	width:100%;
	float:left;
}


/*layout - altro */
#header{
	padding: 0px;
	margin-top:0px;
	height: 120px;
	float: left;
	text-align: right;
	padding:0px;
	background-image: url('../images/header.jpg');
}

#contenuto{
	padding-top: 10px;
	min-height:400px;
}

#pagina{
	width:990px;
    margin: 0 auto;
/*    min-height: 100%; /* For Modern Browsers */
/*    height: auto !important; /* For Modern Browsers */
/*    height: 100%; /* For IE */
}

#footer{	
	text-align:left;
	font-size:0.8em;
	text-align:center;
	margin-top:20px;
}

#double-img{
	margin-top:40px;
	padding:5px;
}

#double-img img{
	max-width:100%;
}

#map_canvas{
	width:100%;
	height:300px;
	margin-top:40px;
}

/*contenitore foto*/
.foto-grande{
	position:relative;
}

#foto-principale{
	position:relative;
}

	#foto-principale img{
		width: 990px;
	}

.slogan{
	width:100%;
	background:url('../images/transparent.png') repeat;
	position:absolute;
	bottom:15px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:14px;
	z-index:10;
}
	.slogan li {
		float:left;
		list-style:none outside none;
		margin-right:20px;
	}
	.slogan li a {
	color: #E2753D;
	}
	.homepage{
		font-size: 1.6em;
		color: #E2753D;
		padding-left: 450px;
	}
	.active,
	.active-cat,
	.active a {
		text-decoration:underline;
		color:#FFFFFF;
	}
	
.more-content td{
	width:50%;
	vertical-align: top;
	padding-right:10px;
	text-align:justify;
}

#foto{
	text-align:center;
	bottom: auto;
    display: block;
    float: none;
    height: 292px;
    left: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 990px;
    z-index: auto;
    background: url('../images/principale/foto1.jpg');
}

	#foto img{
		position:absolute;
		left:-9999px;
	}
	
	#foto img:first-child{
		left:0px;
	}
	
.caroufredsel_wrapper{
	position:relative;
	height:114px;
	width:100%;
}



/*MENU: top, main(#menu), interno (sidebar)*/
#topmenu{
	position: relative;
	top: 45px;
	right: 0px;
	margin-right:0px;
	float:right;
}

#topmenu a{
	margin-right: 30px;
	color: white;
}
#topmenu a:hover{
	color: white;
}

#topmenu img{
	vertical-align: middle;
	height:18px;
}

#menu{
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 1.2em;
	text-align: right;
	background-color: #E2753D;
}
	#menu ul{
		padding:0px;
		margin:0px;
		margin-left:0px;
		list-style:none;
	}
	#menu ul li{
		list-style:none;
		background: none transparent;
		margin-top:0;
		padding-left:0;
		padding: 5px 15px;
	}
	#menu a{
		color:#ffffff;
		font-size: 15px;
	}
	
	#menu a:hover,
	#menu a:active,
	#menu a:visited{
		color:#ffffff;
	}
	
		#menu .button{
			border-left: 1px solid white;
			border-right: 1px solid white;
		}

	
	.button {
	background: none repeat scroll 0 0;
	background-color: #E2753D;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
}

	.slide {
	width: 190px;
	height: auto;
	display: none;
	position: absolute;
	top: 30px;
	background-color: #E2753D;
	z-index: 2;
}
	.slide li {
		border-bottom: 1px solid #E7E7E7;
		font-size: 16px;
		line-height: 16px;
		padding: 5px 15px;
		text-align: left;
	}
		
		.slide li a{
			
		}
		
		.slide li ul{
			display:none;
		}
.continua{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #E2753D;
	size: 1.1em;
}		
.continua a{
	text-decoration: none;
	color: #E2753D;
}	

/* layout case */	
#planimetria{
	width: 350px;
	padding-left: 15px;
	padding-top: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E2753D;
	margin-top: 15px;
}

	.foto-progetto{
		width:320px;
		float:left;
	}
	
	.foto-pic-progetto{
		width:100px;
		float:left;	
	}
	
	.pad1{
	padding: 20px 0 20px 0;
}
	.pad2{
	margin: 0 10px 0 10px;
}
#tabella_piani{
	width: 500px;
}
#tabella_piani td{
	border-color: #444444;
	border-width: 1.5px;
	border-bottom-style: dotted;
}
#tabella_misure{
	width: 500px;
	background-color: #ebebeb;
}
#tabella_misure TD{
	border-color: white;
	border-width: 1.5px;
	border-bottom-style: dotted;
}
#gallery-2pic img{
	width:50%;
	float:left;
	padding:5px;
	
}
#gallery-3pic img{
	width:33%;
	float:left;
	padding:2px;
}
/* layout montaggio */
#gallery-montaggio img{
	width:49%;
	float:left;
	padding:5px;
}

/*SPLASH*/
#simomain{
	width:800px;
	height: 500px;
	color: #030303;
	background-color: #FFF;
	text-align: center;
	margin: auto;
	margin-top: 100px;
}

#simotxt{
	width:750px;
	height: 360px;
	text-align: center;
	font-size: 22px;
	color: #030303;
	font-family: Bitter;
	line-height: 30px;
	margin-left: 25px;
	padding-top: 115px;
}

#simotxt a{
	width:750px;
	height: 360px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	color: #030303;
	font-family: Bitter;
	line-height: 30px;
	margin-left: 25px;
	padding-top: 115px;
}


#stamp{
	width:750px;
	height: 200px;
	margin-left: 25px;
	text-align: right;
}



/*CONTATTI*/
    #contact-form {  
        width:465px;  
        position:relative;  
        margin-top:30px;
        margin-left:30px;
    }  
      
    #contact-form h1 {  
        font-size:42px;  
    }  
      
    #contact-form h2 {  
        margin-bottom:15px;  
        font-style:italic;  
        font-weight:normal;  
    }  
      
    #contact-form input,   
    #contact-form select,   
    #contact-form textarea,   
    #contact-form label {  
        font-size:15px;  
        margin-bottom:2px;  
    }  
      
    #contact-form input,   
    #contact-form select,   
    #contact-form textarea {  
        width:450px;  
        border: 1px solid #BCBCBC;  
        margin-bottom:20px;  
        padding:4px;  
    }  
      
    #contact-form input:focus,   
    #contact-form select:focus,   
    #contact-form textarea:focus {  
        border: 1px solid #BCBCBC;  
        background-color: #E5E5E5;  
    }  
      
    #contact-form textarea {  
        height:150px;  
        resize: none;  
    }  
      
    #contact-form label {  
        display:block;  
    }  
      
    #contact-form .required {  
        font-weight:bold;  
        color:#E2753D;      
    }  
      
    #contact-form #submit-button {  
        width: 100px;   
        color:#FFF;  
        border:none;  
        display:block;  
        float:right;  
        margin:0 auto;  
        background-color:#A0A0A0;  
        -moz-border-radius:8px;  
    }  
      
    #contact-form #submit-button:hover {  
        background-color: #E2753D;  
    }  
      
    #contact-form #submit-button:active {  
        position:relative;  
        top:1px;  
    }  
      
    #contact-form #loading {  
        width:32px;  
        height:32px;  
        background-image:url('../images/loading.gif');  
        display:block;  
        position:absolute;  
        right:130px;  
        bottom:16px;  
        display:none;  
    }  
      
    #errors {  
        border:solid 1px #E58E8E;  
        padding:10px;  
        margin:25px 0px;  
        display:block;  
        width:437px;  
        -webkit-border-radius:8px;  
        -moz-border-radius:8px;  
        border-radius:8px;  
        background:#FFE6E6 url('../images/cancel_48.png') no-repeat 385px center;  
        display:none;  
    }  
      
    #errors li {  
        padding:2px;  
        list-style:none;
        background:0 none;      
    }  
      
    #errors li:before {  
        content: ' - ';      
    }  
      
    #errors #info {  
        font-weight:bold;  
    }  
      
    #errors #info:before {  
        content: '';      
    }  
      
    #success {  
        border:solid 1px #83D186;  
        padding:25px 10px;  
        margin:25px 0px;  
        display:block;  
        width:437px;  
        -webkit-border-radius:8px;  
        -moz-border-radius:8px;  
        border-radius:8px;  
        background:#D3EDD3 url('../images/accepted_48.png') no-repeat 385px center;  
        font-weight:bold;  
        display:none;  
    }  
      
    #errors.visible, #success.visible {  
        display:block;      
    }  
      
    #req-field-desc {  
        font-style:italic;  
    }  
      
    /* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */  
    input:required, textarea:required {  
        -moz-box-shadow:none;  
        -webkit-box-shadow:none;  
        -o-box-shadow:none;  
        box-shadow:none;  
    }  
      
    /* Normalize placeholder styles */  
      
    /* chrome, safari */  
    ::-webkit-input-placeholder {  
        color:#CCC;  
        font-style:italic;  
    }  
      
    /* mozilla */  
    input:-moz-placeholder, textarea:-moz-placeholder {  
        color:#CCC;  
        font-style:italic;  
    }  
      
    /* ie (faux placeholder) */  
    input.placeholder-text, textarea.placeholder-text  {   
        color:#CCC;  
        font-style:italic;  
    } 