#newsletter-container {
    background-color: #16A085;
    padding: 15px 0;
    margin-top: 50px;

}

#newsletter-container h3 {
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    float: left;
    font-family: 'Francois One', sans-serif;
}


#newsletter-container form {
    float: right;
}

#newsletter-container input[type=text] {
    height: 46px;
    width: 300px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 4px;
    border: 3px solid #077f67;
    background: #fff;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
    color: #077f67;
    font-weight: bold;
    border-radius: 0px;
}

#newsletter-container input, select, textarea {
    outline: 0;
}

#newsletter-container .btn {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0px;
}

.btn-custom-3 {
    color: #fff;
    background-color: #077f67;
    border-color: #077f67;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);*/
    /*box-shadow: inset 0 1px 1px rgba(255,255,255,.4);*/
    font-family: 'Francois One', sans-serif;
    transition: all 0.2s ;
}
.btn-custom-3:hover {
    color: #077f67;
    background-color: #fff;
    border-color: #077f67;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);*/
    /*box-shadow: inset 0 1px 1px rgba(255,255,255,.4);*/
    transition: all 0.2s ;
}

@media (max-width:764px;){

    #newsletter-container .btn {
        padding: 12px 20px;
        font-size: 12px;
        line-height: 20px;
    }
