/* home intro */
.home-shortcuts {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
	padding: 50px 0 10px;
}
	.home-shortcuts .shortcut {
		position: relative;
		font-size: 19px;
		font-weight: 500;
		line-height: 1.3;
		padding: 0 30px;
		text-align: center;
	}
	.home-shortcuts .shortcut .shortcut-bot {
		height: 2px;
		width: 135px;
		background: #d90d76;
		margin: 0 auto;
		margin-top: 17px;
	}
	.intro-arrow {
		position: absolute;
		top: -25px;
		left: -15px;
	}
.home-spacer {
	width: 100%;
	height: 43px;
	background: url('../../_img/articles/home-shadow.png') repeat-x top left;
	margin: 30px 0;
}
.home-intro {
	font-size: 19px;
}

/* home contact */
.home-contact {
	background: url('../../_img/articles/home-contact.jpg') repeat top left;
	padding: 70px 0;
}
	.home-contact .contact-title {
		font-size: 36px;
		font-weight: 500;
		color: #FFF;
		padding-bottom: 25px;
	}
	.home-contact .text-wrapper {
		font-size: 16px;
		font-weight: 200;
		color: #FFF;
		padding-bottom: 35px;
	}	
	.home-contact .shortcuts {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.home-contact .shortcuts .shortcut {
			width: 270px;
			margin: auto 0;
			margin-right: 15px;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
		}
			.home-contact .shortcuts .shortcut .icon {
				margin: auto 0;
				margin-right: 15px;
			}
			.home-contact .shortcuts .shortcut .label {
				margin: auto 0;
				font-size: 20px;
				line-height: 1.3;
				color: #FFF;
				font-weight: 500;
				width: calc(100% - 52px);
			}
			.home-contact .shortcuts .shortcut a {
				display: block;
				width: 100%;
				height: 46px;
				line-height: 46px;
				text-align: center;
				background: #FFF;
				font-size: 20px;
				font-weight: 500;
				color: #ea1c86;
				text-decoration: none;
				position: relative;
			}
				.home-contact .shortcuts .shortcut a img {
					position: absolute;
					top: -15px;
					left: -15px;
					opacity: 0.3;
				}

		.home-contact .shortcuts .shortcut:nth-child(2) {
			width: 405px;
		}
		.home-contact .shortcuts .shortcut:nth-child(3) {
			margin-right: 0;
		}