#map-canvas{
    height:370px;
}

.contact-info p {
    margin-bottom: 15px;
}
.contact-info p i {
    margin-right: 15px;
    color: #444;
}
.section-contact-form h2{
    font-size:24px;
}

.form-control
{
    display: inline-block;
    margin-bottom: 10px;
    /*vertical-align: center;*/
    font-size: 14px;
    line-height:25px;

    max-width: 100%;
    border: 1px solid #ddd;
    /*font-family: inherit;*/
    box-shadow: none !important;
    color: #888;
    padding: 20px 15px;
    width: 100%;
    border-radius: 0;
    height:inherit;
}
.form-control:focus {
    background-color: #FFF;
    border: 1px solid #465e2b;
    color: #888
}
#contact-form textarea{
}
button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid #465e2b;
    color: #465e2b;
    cursor: pointer;
    padding: 15px 20px;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;

}
.button:hover,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    color: #fff;
    border: 1px solid #465e2b;
    background:#465e2b
}


/*button, input[type=button], input[type=reset], input[type=submit] {*/
    /*border: 1px solid #465e2b;*/
    /*color: #465e2b;*/
    /*cursor: pointer;*/
    /*padding: 15px 20px;*/
    /*width: auto;*/
    /*font-size: 13px;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: .05em;*/

    /*-webkit-appearance: button;*/
    /*font-family: Roboto;*/
    /*display:inline-block;*/
/*}*/