﻿.footer-item-list {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-item {
	font-size: 18px;
	background: black;
	color: white;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	float: left;

	border-left: 1px solid rgb(90, 90, 90);
	padding-top: 74px;
}
.footer-item .caption{
    	padding: 40px;
}

	.footer-item:first-child {
		border-left: none;
		padding-top: 74px;
	}

	.footer-item:hover {
		cursor: pointer;
	}

	.footer-item .image-wrapper {
		height: 100%;
		background: black;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		overflow: hidden;
	}

	.footer-item .image-wrapper img {
		min-height: 100%;
		min-width: 100%;
	}

	.footer-item .content-wrapper {
		position: relative;
	}

	.footer-item .footer-item-link {
		margin-top: 16px;
		display: inline-block;
		text-align: center;
	}

.footer-item-header {
	font-family: "HelveticaNeueW01-77BdCn 692722", Helvetica, Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}

.footer-item-icon {
	display: block;
	position: absolute;
	top: 60%;
	right: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-right: -100px;
	opacity: 0.6;
}
.footer-item .video-container {
}
.footer-item .thvideo {
    display: inline-block;
    margin: 0 2px;
}