/* Home */

#header {
	margin-bottom: 60px;
	background: #FFF !important;
}
#cap {
	position: relative;
	margin: 0 !important;
	width: 100%;
	min-height: 700px;
	max-height: 900px;
	height: 820px;
	height: calc(100vh - 111px);
	background-color: #FAFAFA;
	z-index: 999;
}
#cap_logo {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 64px;
}
#cap p {
	margin: 0 !important;
}
#cap .inner {
	position: relative;
	height: 100%;
	z-index: 1000;
}
#cap_copy {
	position: absolute;
	right: 15%;
	top: 90px;
	padding: 18px 12px;
	padding: 0;
	width: 60px;
	background: #FFF;
	z-index: 10;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
#cap_message {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -135px 0 0 -180px;
	width: 360px;
	height: 300px;
	color: #FFF;
	overflow: hidden;
	z-index: 10;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
#cap_message h2 {
	font-size: 1.2em;
	line-height: 1.9em;
	font-weight: 500;
	letter-spacing: 0.3em;
}
#cap_scroll {
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 70px;
	margin-left: 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.scroll_line {
	display: block;
	margin: 0 auto;
	width: 1px;
	background: #FFF;
	animation: scroll_line 2000ms ease infinite;
}
@keyframes scroll_line {
	0% {
		margin-top: 0;
		height: 1px;
	}
	50% {
		margin-top: 0;
		height: 90px;
	}
	100% {
		margin-top: 89px;
		height: 1px;
	}
}

#home_message_icons {
	margin-top: 3em;
}
#home_message_icons li {
	float: left;
	margin: 0 2%;
	width: 7.1%;
}
#home_message_icons li.bounce {
	animation: bounce 500ms ease-out;
	transform-origin: 50% 50%;
}
@keyframes bounce {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.5, 1.5);
	}
	100% {
		transform: scale(1, 1);
	}
}
#home_business {
	background: url(../images/home/home_business_bg.jpg) no-repeat center / cover;
	color: #FFF;
}
#home_business a {
	color: #FFF !important;
}
#home_business_summary {
	float: left;
	width: 50%;
	font-size: 1.1em;
	line-height: 2em;
}
#home_business_summary h3,
#home_business_summary p,
#home_business_lineup p {
	letter-spacing: 0.25em;
}
#home_business_lineup {
	float:right;
	width: 40%;
}
#home_business .heading {
	color: #211815;
}
#home_business.section:after {
	background: none !important;
}

#home_news .inner.wider {
	padding: 0 !important;
	max-width: 100%;
	width: 100%;
}
