.bt_email{
    margin-top: 20px;
}
.row .telefone_contato a{
    color: #FFF;
}
section#content{
    background: #333333;
}
.row.form4 textarea{
    height: 150px;
}
footer div#map-canvas{
    width: 100%;
}
section#footer{
	padding: 0;
}
.enviado.text-center h3 {
    font-family: 'Open Sans Light', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.enviado.text-center img
{
    -webkit-filter: invert(100%) !important;
    -moz-filter: invert(100%) !important;
    filter: invert(100%) !important;
}
input[type="email"],
input[type="text"],
textarea
{
    color:#fff;
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus
{
    background:initial !important;
}
@media only screen and (max-width: 40em){
    .row.form4 textarea{
    	height: 40px;
    }
    .row.form4 textarea:focus{
		height: 150px;
    }
    div#map-canvas{
    	margin-top: 0 !important;
    }
}