.contact-wrap.maps {
    padding: 30px 0 15px 0;
}

input.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15;
}
.form-group {
    margin-bottom: 15px;
}
.col-md-6 {
    width: 50%;
    float: left;
}
input#name {
    width: 85%;
}
input#email {
    width: 91%;
}
input#msg_subject {
    width: 95.5%;
}
input#contact-submit {
    width: 85%;
    padding: 15px 0 15px 0;
    background-color: #000;
    border: 0px;
    color: #fff;
}
input#contact-submit:hover {
	background-color:#4a99ce;
	
}
input#contact-reset {
    margin: 0 0 0 15px;
    width: 12%;
    padding: 15px 0 15px 0;
    background-color: #000;
    border: 0px;
    color: #fff;
}
input#contact-reset:hover {
	background-color:#4a99ce;
	
}
textarea#message {
    width: 96.5%;
    padding: 10px;
    height: 65px;
}