/* contact home */
.contact-home { position: relative; padding: 30px 10px 0 10px; }
.contact-home:before {
	content: '';
	display: block;
	position: relative;
	top: -30px;
	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;
}
.contact-home ul:after {
	content: '......................................................................';
	display: block;
	float: left;
	width: 100%;
	font-family: Overpass;
	letter-spacing: 5px;
	font-size: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #FFFFFF;
	z-index: 1;
	position: relative;
}
.contact-home li,
.contact-home li a {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	color: #FFFFFF;
}
.contact-home li { line-height: 36px; }
.contact-home li:before {
	content: '';
	border: 0;
	margin: 0;
	height: auto;
	width: auto;
	position: static;
	margin-top: -2px;
	margin-right: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.contact-home li:first-child:before,
.contact-home li:nth-child(2):before {
	content: '\f095';
	font-size: 16px;
	margin-left: 2px;
}
.contact-home li:nth-child(3):before { content: '\f003'; font-size: 16px; }

	/* media specific styles */
	@media(min-width: 768px){
		/* contact home */
		.contact-home {
			padding: 30px 50px 30px 50px;
			height: 252px;
			float: left;
			width: 50%;
		}
		.contact-home:before { content: none; }
		.contact-home li:before { margin-right: 19px; }
	}
	@media screen and (min-width:768px) and (max-width:1023px){
		.contact-home { height: 312px; }
	}
	@media(min-width: 1024px){
		/* contact home */
		.contact-home { width: 100%; height: auto; padding-bottom: 0px; }
	}