#content{    
    background-color:#c6eafb; 
    background: #82b7da; /* Old browsers */
    background: -moz-linear-gradient(left, #82b7da 0%, #c6eafb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #82b7da 0%,#c6eafb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #82b7da 0%,#c6eafb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b7da', endColorstr='#c6eafb',GradientType=1 ); /* IE6-9 */
    padding-top:10px;
    color: #235B7B;
    padding-bottom: 130px;
}
#content .title{
    text-align: center;   
    margin-bottom: 50px;
    font-size: 45px;
}
#content .contact_content{
    padding: 0 20px; 
}
#content .contact_content .response{
    font-weight: bold;
    color: #235C7A;
    text-transform: uppercase;
    margin: 10px auto;
}
.place{
    font-size: 20px;
    margin-bottom: 10px
}
.place .place-title{
    font-size: 25px;
    text-transform: uppercase;
}
#form_contatti div{
    color:#235B7B;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
#form_contatti input, #form_contatti textarea, select{
    width:100%;
    max-width: 500px;
    padding:3px;
    border-radius: 0;
    border-color: #235B7B;
    background: #fff;
}
#form_contatti input[type='checkbox']{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
}
#form_contatti .checkbox-inline{
    padding-left: 35px;
    font-size: 17px;
}
input[type=file] {
    display: inline-block;
}
@media (max-width : 991px) {  
    #content{
        text-align: center;
    }
    .mobile_separator{
        margin:20px auto;
        width: 50%;
        height: 2px;
        background:#235B7B;
    }
}