* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%
}

body {
	margin: 0;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

#overlay,
#banner {
	color: inherit;
	height: 90px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 728px;
}

#corner-logo,
#corner-logo2 {
	position: absolute;
	left: 646px;
	top: 24px;
	z-index: 6;
	transition: transform .25s ease .55s, opacity .25s 0s;
}

#corner-logo2 {
	z-index: 1;
}


.reduce {
	z-index: 1;
}

/*

#corner-logo.final {
	transform: scale(1.16);
}
*/

.hidden {
	opacity: 0;
}

#overlay {
	cursor: pointer;
	z-index: 8
}

#banner {
	background: #323034;
	background-image: url(../images/bg_countdown.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 7;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}

.slide--left {
	transform: translateY(100%);
}

.slide--right {
	transform: translateY(-100%);
}


.when-engine {
	position: absolute;
	top: 36px;
	left: 26px;
	transition: all .25s ease-in-out;
}

.wont-do {
	position: absolute;
	top: 36px;
	left: 275px;
	z-index: 1;
}

.odo-1 {
	position: absolute;
	top: 15px;
	left: 300px;
	z-index: 2;
	transition: all .25s ease-in-out;
}

.odo-1.final {
	transform: translateX(-274px);
}

#mile-odo {
	position: absolute;
	left: 10px;
	top: 38px;
}

#mile-odo svg {
	display: block;
}

#miles {
	position: absolute;
	left: 23px;
	top: 14px;
	transition: all .05s ease;
}

#miles > * {
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
}

#miles-0,
#miles-6 {
	opacity: 0;
}

#you-need-ml {
	position: absolute;
	top: 20px;
	left: 110px;
}

.text-list {
	transition: all .25s ease-in-out;
}

#bottle {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	transition: all .25s ease-in-out;
}

.fade-in {
	transform-origin: 225px 140px;
}

.fade-in.hidden {
	transform: scale(.9);
}

#bottle.appear {
	transform: translateX(0);
}

#full-syn {
	transition: all .25s ease-in-out .25s;
	transform-origin: 163px 25px;
}
#high-mileage {
	transition: all .25s ease-in-out .35s;
	transform-origin: 311px 25px;
}
#with-maxlife {
	transition: all .25s ease-in-out .45s;
	transform-origin: 442px 25px;
}

#try-now {
	position: absolute;
	top: 32px;
	left: 516px;
	transform-origin: center;
	transition: all .25s ease-in-out .55s;
}

#try-now img {
	display: block;
}

#try-now::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background: linear-gradient(-45deg, transparent 0%, transparent 33%, rgba(255, 255, 255, .2) 35%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .2) 64%, transparent 66%, transparent 100%);
	background-size: 394px;
	background-position: right;
	mix-blend-mode: overlay;
	background-blend-mode: overlay;
	transition: all .5s ease 1s;
}

#try-now.flash::after {
	background-position: left;
}

button {
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

#show-legal {
	position: absolute;
	top: 75px;
	left: 678px;
	font-size: 8px;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	z-index: 10;
	width: 50px;
	text-align: center;
	transition: all .25s ease-in-out .55s;
}

#legal {
	align-content: center;
	justify-content: center;
	display: flex;
	position: absolute;
	font-size: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .95);
	padding: 10px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
	z-index: 3;
}
