.full-width-slideshow {
	position: relative;
	width: 100%;
}

.full-width-slide {
	width: 100%;
	height: 90vh;
	top: 0;
	left: 0;
	position: absolute;
	overflow-x: hidden;
	pointer-events: none;
	opacity: 0;
}

.slide--current {
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
	position: relative;
}

.full_width_slide__wrap {
	width: 100%;
	height: 85vh;
	overflow: hidden;
	position: relative;
}

.full_width_slide__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	pointer-events: none;
}

.full_width_slide__title-wrap {
	padding: 20vh 1rem 20vh;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.full_width_slide__title {
	margin: 0;
	font-size: 3rem;
	line-height: 0.9;
	white-space: pre;
	color: #3d3d3d;
}

.full_width_slide__title span {
	display: inline-block;
}

.full_width_slide__subtitle {
	font-size: 1.15rem;
	font-weight: normal;
}

.boxnav {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	z-index: 1000;
	width: 100%;
}

.boxnav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #121212;
	border: 0;
	height: 4rem;
	flex: 1;
}

.boxnav__item i {
	font-size: 40px;
	color: #fff;
}

.boxnav__item:hover i,
.boxnav__item:focus i {
	color: #000;
}

.boxnav__item:hover,
.boxnav__item:focus {
}

.boxnav__item--prev:hover,
.boxnav__item--next:hover,
.boxnav__item--prev:focus,
.boxnav__item--next:focus {
	color: #000;
	background-color: #fff;
}

.boxnav__item:focus {
	outline: none;
}

.boxnav__label {
	padding: 0 0.5rem;
	font-size: 1.15rem;
	position: relative;
	color: #FFF;
}

.boxnav__label--total::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 2px;
	height: 1.45rem;
	background: #FFF;
	transform: rotate(22.5deg);
}

.slide-cat {
	font-size: 16px;
	margin-bottom: 10px;
}

.slide-cat a,
.slide-cat a:hover {
	color: #333;
}

.full_width_slide__title-wrap .btn-generic {
	margin-top: 50px;
}

@media screen and (min-width: 53em) {
	.full-width-slideshow {
		overflow: hidden;
		margin: 0;
		height: calc( 100vh - 90px );
	}
	.full-width-slide {
		height: 100vh;
	}
	.full_width_slide__title-wrap {
		padding: calc(6rem + 15vh) 0 0 0;
		text-align: left;
	}
	.full_width_slide__title {
		font-size: 60px;
	}
	.full_width_slide__subtitle {
		margin: 3rem 0 0 0.2rem;
		max-width: 490px;
		line-height: 1.5;
		font-family: 'FuturaPTBook', sans-serif;
    	color: #333;
	}
	.full_width_slide__wrap {
		height: 100%;
		position: absolute;
	}
	.full_width_slide__img {
		background-position: 50% 0%;
	}
	.boxnav {
		left: auto;
		right: 50vw;
		width: auto;
	}
	.boxnav__item {
		width: 8vw;
		height: 8vw;
		flex: none;
	}
}


@media ( max-width: 847px ) {
	.full_width_slide__wrap:before {
	    width: 100%;
	    height: 100%;
	    background-color: rgba(255, 255, 255, .6);
	    position: absolute;
	    left: 0;
	    top: 0;
	    content: '';
	    z-index: 1;
	}

	.full_width_slide__title-wrap {
		z-index: 2;
	}
}


@media ( max-width: 575px ) {
	.full_width_slide__title {
	    font-size: 2.5rem;
	}
}


@media ( max-width: 520px ) {
	.full_width_slide__title {
	    font-size: 1.7rem;
	}

	.full_width_slide__subtitle {
		display: none;
	}

	.full_width_slide__title-wrap {
	    padding: 0;
	    position: relative;
	    top: 100%;
	}
}


@media ( max-width: 320px ) {
	.full_width_slide__title {
	    display: none;
	}
}