.ShellFormField input {
    max-width: 400px;
}
 .ShellMainContent input, textarea{
        outline: none;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        line-height: 1.1;
        text-transform: none;
        color: #646464;
        width:calc(100% - 20px) !important;
        margin: 0;
        height: 30px;
        border-radius: 0;
        padding: 6px 10px;
        background-color: #fff;
        margin:10px 0;
    }
.ShellFormField{
    width:100% !important;
    text-align:left;
    height:80px;
}
textarea{
    height:80px;
    max-width:450px;
}
input#btnSubmit,input.CaptchaTextBox, input[type=button], input[type=submit] {
    max-width: 150px;
}
input[type=submit]:hover{
    color:#FFF;
}
/*Map*/

.Adress{
    width:100%;
    display:inline-block;

}
.AdressText{
    width: 35%;
    float: left;
    min-width: 340px;
}
.AdressMap{
    width:48%;
    float:right;
    padding:20px 0;
}
.MapWrapper{
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
.MapWrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
    strong{
        color:#492322;
        font-size:18px;
    }
@media only screen and (max-width :850px){
    .AdressMap{
        width:100%;
    }
}
