.contact-form{
    margin-top: 8px;
}

.map{
    position: relative;
}

.address{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
}

.address ul{
    margin: 0 !important;
    padding: 8px 8px 5px 8px !important;
    list-style-type: none;
    background: rgba(255,255,255,0.9);
}

.contact-form form{
    width: 100%;
    height: auto;
    min-height: 260px;
}

.contact-form textarea{
    margin-bottom: 2px;
    height: 150px !important;
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    font-size: 12px;
}

.contact-form input[type="text"],
.contact-form input[type="email"]{ 
    /*margin-top: 2px;*/
    width: 100%;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    padding: 0 5px;
    font-size: 12px;
}

.contact-form input[type="email"]{
    float: right;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus{
	border: 1px solid !important;
}