/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font-family: proxima-nova, sans-serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #999;
	overflow: hidden;
	background: url('images/gradient.png');
	background-repeat: repeat-y;
	background-size: 160px 1px;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 479px;
	transform: translateX(160px);
}
#slide_1 {
	background: url('images/bg_1.jpg') no-repeat;
	background-size: cover;
	transform: translateX(0);
}
#slide_2 {
	background: url('images/bg_2.jpg') no-repeat;
	background-size: cover;
}
#slide_3 {
	background: url('images/bg_3.jpg') no-repeat;
	background-size: cover;
}
/*#slide_4 {
	background: url('images/bg_4.jpg') no-repeat;
	background-size: cover;
}*/
#slide_5 {
	background: url('images/bg_4.jpg') no-repeat;
	background-size: cover;
	transform: translateX(0);
	opacity: 0;
}
.text {
	position: absolute;
	opacity: 0;
}
#text_1 {
	bottom: 25px;
	left: 8px;
	width: 140px;
	color: #FFF;
	font-size: 23px;
	line-height: 1em;
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	/*height: 100px;
	background: url('images/text_1.svg') no-repeat;
	background-size: contain;*/
}
#text_2 {
	bottom: 25px;
	left: 8px;
	width: 150px;
	color: #FFF;
	font-size: 23px;
	line-height: 1em;
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	/*height: 103px;
	background: url('images/text_2.svg') no-repeat;
	background-size: contain;*/
}
#text_3 {
	bottom: 25px;
	left: 8px;
	width: 150px;
	color: #FFF;
	font-size: 23px;
	line-height: 1em;
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	/*height: 103px;
	background: url('images/text_3.svg') no-repeat;
	background-size: contain;*/
}
#text_4 {
	bottom: 20px;
	left: 15px;
	width: 90px;
	color: #FFF;
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	/*height: 85px;
	background: url('images/text_4.svg') no-repeat;
	background-size: contain;*/
}
#text_5 {
	top: 282px;
	left: 0;
	width: 160px;
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
#arrow_1 {
	position: absolute;
	top: 330px;
	right: 80px;
	width: 0;
	height: 20px;
	overflow: hidden;
	transform: rotate(90deg);
	transform-origin: top right;
}
#arrow_1:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 20px;
	background: url('images/arrow_1.svg') no-repeat;
	background-size: contain;
}
#arrow_2 {
	position: absolute;
	top: 330px;
	right: 70px;
	width: 0;
	height: 20px;
	overflow: hidden;
	transform: rotate(90deg);
	transform-origin: top right;
}
#arrow_2:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 20px;
	background: url('images/arrow_2.svg') no-repeat;
	background-size: contain;
}
#arrow_3 {
	position: absolute;
	top: 330px;
	right: 80px;
	width: 0;
	height: 20px;
	overflow: hidden;
	transform: rotate(90deg);
	transform-origin: top right;
}
#arrow_3:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 20px;
	background: url('images/arrow_1.svg') no-repeat;
	background-size: contain;
}
.small-arrow {
	position: absolute;
	top: 200px;
	left: 3px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.small-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 40px;
	background: url('images/arrow_1.svg') no-repeat;
	background-size: contain;
	transform: scaleX(-1);
}
#small_arrow_2 {
	top: 200px;
	left: auto;
	right: 3px;
}
#small_arrow_2:before {
	left: auto;
	right: 0;
	transform: scaleX(1);
}
#lockup {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 123px;
	margin-left: -61px;
	height: 126px;
	background: url('images/lockup.svg') no-repeat;
	background-size: contain;
	transform: scale(0);
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url('images/gradient.png');
	background-repeat: repeat-y;
	background-size: 160px 1px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#logo {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 112px;
	margin-left: -56px;
	height: 42px;
	background: url('images/smithfield-foods-logo.svg') no-repeat;
	background-size: contain;
	z-index: 99;
}
#cta {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -62px;
	width: 124px;
	height: 28px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	background: #007297;
	border: 1px solid #FFF;
	border-radius: 14px;
	z-index: 9;
	transition: .3s;
}
#container:hover #cta {
	background: #4097CB;
}
