h1 {
	font-size: 16px;
}
#form-contact label {
	text-align: left;
}
#form-contact input {
	border-radius: 0px;
}
#form-contact input[type~=submit] {
	background-color: #ccc;
	transition: all ease-in-out 0.13s;
	-moz-transition: all ease-in-out 0.13s;
	-o-transition: all ease-in-out 0.13s;
	-webkit-transition: all ease-in-out 0.13s;
}
#form-contact input[type~=submit]:hover {
	background-color: #A3A3A3;
}
.br-5-w {
	border-right: 5px solid #FFF;
}
.bl-5-w {
	border-left: 5px solid #FFF;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 500px;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}