#js-parallax-window {
	background-color: #fff;
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#js-parallax-window.interior {
	height: 400px;
}

.parallax-hero {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120%;
	left: 0;
	position: absolute;
	width: 100%;
}

.hero-vertical-focus-bottom .parallax-hero {
	background-position: bottom center;
}

.hero-title {
	background: url(../images/hero-image-banner.png) no-repeat right center transparent;
	background-size: contain;
	position: absolute;
	bottom: 20%;
	color: var(--color-black);
	text-align: left;
	font-size: 1.75rem;
	right: 0;
	height: 125px;
	text-transform: uppercase;
	width: 667px;
}

.hero-title .headline {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 8%;
}

.hero-headline {
	background-color: rgba(24,136,198,0.9);
	bottom: 8%;
	color: #fff;
	font-family: "voltage",sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	padding: 1rem 7vw 1rem 2rem;
	position: absolute;
	right: 0;
	width: auto;
}

.countdown-timer {
	background-color: rgba(0,0,0,0.7);
	bottom: 40%;
    font-size: 0;
	padding: 2rem;
	position: absolute;
	right: 0;
    width: 667px;
}

.countdown-timer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.countdown-timer ul li {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}

.countdown-timer h1 {
	color: #fff;
	font-size: 2rem;
    left: 50%;
	margin: 0 0 0.5rem 0;
    position: absolute;
    top: -1rem;
    transform: translateX(-50%);
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.countdown-timer [data-role="time-label"] {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 9px;
    
}

.countdown-timer .carbonite-tophtml {
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
}

.countdown-timer .carbonite-dashboard {
	background-image: none;
	font-size: 0;
	height: 100%;
	padding: 2rem;
	width: auto;
}

.countdown-timer .carbonite-dashboard .carbonite-dash,
.countdown-timer .carbonite-days_trip_dash {
	box-sizing: border-box;
	background-image: none;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 2rem;
	vertical-align: top;
	width: auto;
}

.countdown-timer .carbonite-dashboard .carbonite-digit {
	box-sizing: border-box;
	display: inline-block;
	float: none;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
}

.countdown-timer .carbonite-dashboard .carbonite-digit .tc_bottom {
	display: inline-block;
	font-size: 2rem;
}

.countdown-timer .carbonite-days_trip_dash {
    background-image: none;
}

@media (min-width: 2000px) {
	
	#js-parallax-window {
		height: 800px;
	}

	#js-parallax-window.interior {
		height: 600px;
	}
	.hero-headline {
		bottom: 15%;
		font-size: 3.5rem;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) { 
	
	#js-parallax-window {
		height: 425px;
	}
	
	#js-parallax-window.interior {
		height: 300px;
	}

	.hero-headline {
		bottom: 13%;
	}
	
	.countdown-timer {
		bottom: 50%;
	}
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	#js-parallax-window,
	#js-parallax-window.interior {
		height: 200px;
	}

	.hero-title {
		bottom: 10%;
		font-size: 1rem;
		height: 60px;
		width: 290px;
	}
	
	.hero-title .headline {
		font-size: 0.8rem;
	}
	
	.hero-headline {
		font-size: 1.5rem;
	}
	
	.countdown-timer {
		display: none;
	}

	.hero-headline {
		padding: 1rem 1rem 1rem 2rem;
	}

}
