.home-splash {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	background: #fff;
}

.home-splash .slider {
	height: 100%;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	padding: 2.5% 0;
	position: relative;
	z-index: 0;
}
.home-splash .slider .slider-image {
	display: none;
	margin: 0 auto !important;
	height: 90% !important;
	width: 100% !important;
	top: auto !important;
	left: auto !important;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.home-splash .slider .slider-image:first-child {
	display: block;
}


.home-splash .grid {
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
.home-splash .grid-inner {
	overflow: hidden;
}
.home-splash .grid-image {
	width: 28%;
	margin: 10px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.home-splash .grid-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home-splash .grid-image:hover a {
	opacity: 1;
}


.home-content {
	border-top: 10px solid #000;
	padding-top: 20px;
	position: relative;
	z-index: 200;
	background: #fff;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	text-align: center;
	padding-bottom: 100px;
	-webkit-transform: translate3d(0,0,0);
}

.home-content h1 a:hover {
	color: #b0b0b0;
}

.home-menu {
	text-align: center;
	position: relative;
	padding: 0 150px;
}
.home-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-menu li a {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 17px;
	text-align: center;
}
.home-menu li a:hover {
	color: #b0b0b0;
}
.home-menu li.more {
	position: absolute;
	top: 0;
	right: 20px;
}
.home-menu li.more a:hover img {
	opacity: 0.5;
}
.home-menu li.more a img {
	position: relative;
	top: -2px;
}
.home-menu li.more a img.arrow-down {
	display: inline;
}
.home-menu li.more a img.arrow-up {
	display: none;
}
.home-menu li.more.bottom a img.arrow-down {
	display: none;
}
.home-menu li.more.bottom a img.arrow-up {
	display: inline;
}

.home-content h1 {
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.follow-links a {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	margin: 20px 16px 0 16px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 2px;
}
.follow-links a:hover {
	color: #b0b0b0;
}

p.copyright {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.mobile-indicator {
	display: none;
}

#nav-menu-item-2846 ul {
	display: none !important;
}

/* Responsive styles */
@media only screen and (max-width:1160px) {
	.home-menu {
		padding: 0;
	}
	.home-menu li.more {
		display: none !important;
	}
}
@media only screen and (max-width:768px) {
	.home-splash .grid-image a {
		opacity: 1;
	}
}
@media only screen and (max-width:580px) {
	.home-menu li {
		display: block;
	}
	.home-menu {
		margin-bottom: 30px;
	}

	.follow-links a {
		display: block;
	}

	.home-splash {
		position: static;
	}
	.home-splash .slider {
		padding: 0;
	}
	.home-splash .slider .slider-image {
		height: 100% !important;
	}
	
	.home-splash .grid-image {
		width: 44%;
		margin: 0 5px;
	}
	
	.mobile-indicator {
		display: block;
	}
}