/* contact header */
.contact-header { position: absolute; bottom: -50px; right: 0; }
.contact-header ul li:nth-child(2n+2) { display: none; }
.contact-header ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 12px;
	line-height: 20px;
}
.contact-header ul li:before { content: none; }
	@media(max-width: 767px){
		.contact-header ul li a {
			font-size: 0;
			color: transparent;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			height: 39px;
			width: 39px;
			display: block;
			background-color: #b02420;
			border: 2px solid #FFFFFF;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			text-align: center;
			line-height: 20px;
		}
		.contact-header ul li a:before {
			content: '\f095';
			color: #FFFFFF;
			font-size: 20px;
			margin-top: 9px;
			display: block;
			font-weight: 100;
		}
		.contact-header ul li:nth-child(3) a:before { content: '\f003'; }
	}

/* content title */
.content-title h1,
.content-title h2,
.content-title h3,
.content-title h4,
.content-title h5 { margin: 0; }

	/* media specific styles */
	@media(min-width: 768px){
		/* contact header */
		.contact-header {
			position: static;
			margin-top: 42px;
			margin-right: 40px;
			float: right;
		}
		.contact-header ul li:nth-child(2n+2) { display: inline-block; }
		.contact-header ul li:nth-child(2n+1) { display: none; }
		.contact-header ul li { color: #000000; font-size: 15px; margin-right: 20px; }
		.contact-header ul li:before {
			content: '\f095';
			color: #FFFFFF;
			position: static;
			border: 1px solid #b02420;
			height: 28px;
			width: 28px;
			background-color: #b02420;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			vertical-align: 0px;
			display: inline-block;
			float: none;
			margin-right: 10px;
			font-size: 14px;
			text-align: center;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			padding-top: 3px;
		}
		.contact-header ul li:nth-child(4):before { content: '\f003'; padding-top: 2px; }
		.contact-header ul li a { color: #000000; }
	}
	@media(min-width: 1024px){
		/* contact header */
		.contact-header { margin-right: 60px; }
	}
	@media(min-width: 1200px){
		/* contact header */
		.contact-header { margin-right: 0px; margin-top: 20px; }
	}