.footer{
	border-top:1px solid #383838;
}
.footer-wrapper{
	width:56%;
	margin:50px auto 100px auto;
}
.footer .contact{
	overflow:auto;
}

.footer .contact .left{
	float:left;
	width:31%;
	min-width:170px;
}
.footer .contact .left h2{
	margin:0;
	padding:0 0 30px 0;
	text-align:center;
	text-transform:uppercase;
	font-family: "proxima-nova-extra-condensed";
	font-weight:normal;
	font-size:20px;
	color:#fff;
}
.footer .contact .left input[type="text"], .footer .contact .left input[type="email"]{
	box-sizing:border-box;
	border:1px solid #585d00;
	font-size:20px;
	line-height:48px;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	background-color:transparent;
	font-family: "bodoni-urw";
}
.footer .contact .left input[type="text"]:-moz-placeholder{
	color:#fff;
	font-family: "bodoni-urw";
	font-size:20px;
}
.footer .contact .left input[type="text"]::-ms-input-placeholder{
	color:#fff;
	font-family: "bodoni-urw";
	font-size:20px;
}
.footer .contact .left input[type="text"]::-moz-placeholder{
	color:#fff;
	font-family: "bodoni-urw";
	font-size:20px;
}
.footer .contact .left input[type="text"]::-webkit-input-placeholder{
	color:#fff;
	font-family: "bodoni-urw";
	font-size:20px;
}
.footer .contact .left .gform_footer input[type="image"]{
	display:block;
	margin:30px auto 0 auto;
	border:none;
}

.footer .contact .right{
	float:right;
	width:35%;
	min-width:150px;
}
.footer .contact .right div{
	width:100%;
	text-align:center;
	border-top:1px solid #585d00;
	padding:15px 0;
	font-family: "bodoni-urw";
	font-size:20px;
}
.footer .contact .right .phone,
.footer .contact .right .email{
	color:#cccccc;
	text-decoration:none;
	transition: all 0.1s;
}
.footer .contact .right .phone:hover,
.footer .contact .right .email:hover{
	color:#ffffff;
	text-decoration:none;
}
.footer .contact .right .email{
	font-size:18px;
}
.footer .contact .right .email .email-us{
	display:none;
}

.footer .contact .right .social a[href=""]{
	display:none;
}
.footer .contact .right .social a:visited,
.footer .contact .right .social a:active,
.footer .contact .right .social a{
	width:28px;
	height:28px;
	line-height:28px;
	border-radius:14px;
	display:inline-block;
	margin:0 5px;
	color:#000;
	background-color:#999999;
	text-decoration:none;
	transition: all 0.1s;
}
.footer .contact .right .social a:hover{
	background-color:#ffffff;
}
.footer .footer-menu{
	text-align:center;
	margin-top:55px;
	font-family: "proxima-nova-extra-condensed";
}
.footer .footer-menu a{
	display:inline-block;
	margin:0 10px;
	text-decoration:none;
	color:#727171;
	text-transform:uppercase;
	font-size:20px;
}
.footer .footer-menu a:hover{
	color:#fff;
}
.footer .copy{
	text-align:center;
	margin:15px 0 30px 0;
	font-family: "bodoni-urw";
	font-size:12px;
	color:#a3a3a4;
}
.footer .gform_confirmation_message,
.footer .validation_message,
.footer .validation_error{
	color:#fff;
	text-align:center;
	font-family: "bodoni-urw";
}
.footer .validation_message{
	padding-top:12px;
}
.footer .validation_error{
	padding-bottom:12px;
}
.footer .by-em{
	color:#a3a3a4;
	text-decoration:none;
}
.footer .by-em:hover{
	color:#fff;
}