#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;
}
.c1{
    color:#F7931D;
}
/****BANNER SPEECH****/
#banner-speech .speech-text{
    color:#fff;
    text-transform: uppercase;
    font-size: 85px;
    line-height: 90px;
}
#banner-speech .speech-text .c1{
    color:#F7931D;
}
#content .title{
    text-align: center;   
    margin-bottom: 25px;
    font-size: 60px;
    color:#fff;
}
/****BANNER TEXT****/
#banner-text{
    font-size: 30px;
    font-weight: lighter;
}
#banner-text img{
    max-width: 100%;
}
/***OPEN JOBS***/
#open-jobs{
    background: #fff;
    padding:50px 0 120px;
}
#open-jobs-intro{
    font-size: 24px;
}
#open-jobs-intro .big{
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}
#jobs-list h3{
    font-size: 30px;
}
#jobs-list h5{
    font-size: 20px;
    font-weight: lighter;
}
/***CONTACT***/
.form-wrapper{
    padding: 1px 20px 20px;
    background-image: url("../images/job_banner.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: relative;
}
.form-wrapper:after{
    content: "";
    position: absolute;
    background:rgba(255,255,255,.8);
    width: 100%;
    height:100%;
    top:0;
    left:0;
    z-index: 1;
}
.form-wrapper form{
    z-index: 2;
    position: relative;
}
#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: -6px;
}
#form_contatti .checkbox-inline{
    padding-left: 35px;
    font-size: 17px;
}
input[type=file] {
    display: inline-block;
}
@media (max-width : 991px) {  
    #content .title{
        font-size:40px;
    }
    #banner-speech .speech-text{
        font-size: 50px;
        line-height: 60px;
    }
    #open-jobs-intro .big {
        font-size: 40px;
    }
    #content{
        text-align: center;
    }
    .mobile_separator{
        margin:20px auto;
        width: 50%;
        height: 2px;
        background:#235B7B;
    }
} 