.sfondo_landing{
	background-image: url(../images/cerca-terreno-casa.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: 100% auto;
	
	}
	
.sfondo_landing_fascia{
	background-image: url(../images/cerca-fascia-casa.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	
	background-size: 100% auto;
	
	}
	
	
.pull-right {
    float: right !important;
    color: #fff;
    }
    
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    }
    
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    
    
.visible {
    visibility: visible;
    }
   
.inner{
	width:80%;
	margin:0 auto;
} 
    
.contform {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    
    
    }

.contform-fascia {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
    min-height: 620px;
    
    
    }
    
.text-center {
    text-align: center;
    margin-top: 0px;
    padding-top: 22px;
    }
    
.text-center-fasce{
	    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
}
    
.form-group {
    margin: 20px 0;
    }
    
 .form-group-fasce {
    margin: 15px 0;   
 }
 
.button-link-terreni{
    background: #5db149;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 40px !important;
    background-image: none !important;
    display: block;
    text-align: center;
    border: none;
    font-size: 23px;
    margin: 20px auto;
    font-weight: 800;
    cursor: pointer;
    
}



.button-link-terreni:hover {
	color:#fff !important;
	background-color: #333;
	
}


.form-control{
    height: 34px !important;
}

#footer{
	margin: 0;
}

.body-persone {
    background-color: #ffffff;
    line-height: 40px;
    display: block;
    border: 1px solid #5db149;
    font-size: 16px;
    width: 99.99%;
    float: left;
    margin-bottom: 10px;
    }
    
.terreno-cheked {
    background-color: #fff;
    cursor: pointer;
    width: 33.33%;
    height: 39px;
    color: #000;
    display: block;
    text-align: center;
    float: left;
    }
    
.selected-terreno {
    background-color: #5db149;
    cursor: pointer;
    height: 41px;
    color: #fff;
    display: block;
    font-size: 16px;
    float: left;
    }
    
   .errore-input{
       padding: 15px;
    background: #eaa;
    color: #fff;
    text-align: center;
    font-size: 17px;
    border: 1px solid red;
   }
   
  .form-contact{
  position: absolute; 
  top: 0; 
  left: 0; 
  width:100%;
  }