/* form home */
.form-home { position: relative; margin-bottom: 55px; padding: 0 10px; }
.form-home:after {
	content: '';
	display: block;
	position: relative;
	bottom: -55px;
	left: -30px;
	background-color: #FFFFFF;
	width: calc(100% + 60px);
	width: -webkit-calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: -ms-calc(100% + 60px);
	width: -o-calc(100% + 60px);
	height: 21px;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .35);
	z-index: -1;
}
.form-home iframe { height: 250px; margin-bottom: -115px; }

	/* media specific styles */
	@media screen and (min-width:768px) and (max-width:1023px){
		.form-home iframe { height: 310px; }
	}
	@media( min-width: 768px ){
		/* form home */
		.form-home {
			padding: 30px 50px 0 50px;
			float: left;
			width: 50%;
		}
		.form-home:after { content: none; }
	}
	@media( min-width: 1024px ){
		/* form home */
		.form-home { width: 100%; padding-top: 0px; }
		.form-home iframe { margin-bottom: -95px; }
	}