@charset "utf-8";
/* CSS Document */
.banner{ background:url(../images/contact_02.jpg) no-repeat; min-height:392px; position:relative;}
.banner h1{ font-family:kalinga, Arial, Helvetica, sans-serif; font-size:36px; position:absolute; right:6em; top:4em; line-height:1.5em }
.banner strong{ font-family:impact, Arial, Helvetica, sans-serif;}

.local p{ margin-top:2.6em; color:#3583c0; font-size:1.0em;}
.local p a{ color:#1e1e1f;}
/*--contact--*/
.contact-bottom input[type="text"], .contact-bottom textarea {
    font-size: 1em;
    width: 80%;
    padding: 0.6em;
    margin: 1em 0;
    outline: none;
    background: none;
    color: #544D4D;
    border: 1px solid #544D4D;
    display: block;
}
.contact-bottom textarea {
    resize: none;
    width: 100%;
    min-height: 170px;
}
.contact-bottom input[type="submit"] {
    padding: 0.3em 1em;
    font-size: 1.1em;
    outline: none;
    border: none;
    color: #fff;
    background: #49B565;
}
.contact-bottom input[type="submit"]:hover {
    background: #4C211D;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8em;
    color: #7E7D7D;
}
.contact-lft p a {
    color: #7E7D7D;
}
.map iframe {
    width: 100%;
    height: 190px;
    margin: 1em 0;
	border: none;	
}
.contact-bottom{ padding-bottom:50px;}
/*--contact--*/

