@font-face {
	font-family: 'HyundaiSansHead-Medium';
	src: url('hyundaisanshead-medium-webfont.woff2') format('woff2'),
		url('hyundaisanshead-medium-webfont.woff') format('woff');
}

@font-face {
	font-family: 'HyundaiSansHead-Bold';
	src: url('hyundaisanshead-bold-webfont.woff2') format('woff2'),
		url('hyundaisanshead-bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'HyundaiSansHead-Regular';
	src: url('hyundaisanshead-regular-webfont.woff2') format('woff2'),
		url('hyundaisanshead-regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Regular_text';
	src: url('HyundaiSansText-Regular.woff2') format('woff2'), url('HyundaiSansText-Regular.woff') format('woff');
}

html,
body,
div,
a,
img,
p,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

body {
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: white;
	overflow: hidden;
}

#container {
	position: relative;
	overflow: hidden;
	border: 1px #000000 solid;
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.timeline {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #f6f3f2;
	text-decoration: none;
  /* visibility: hidden; */
	cursor: pointer;
}

.background {
	opacity: 0;
}

.txt {
	position: absolute;
	left: 18px;
	top: 0;
	color: #fff;
	font-family: 'HyundaiSansHead-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 6px #000000;
	line-height: 1.3em;
	opacity: 0;
}

#headline,
#headline1,
#headline2,
#headline3
{
	font-size: 20px;
	top: 29px;
}

.feature {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}


#sound-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    opacity: 0.7;
    cursor: pointer;
}

#sound-on,
#sound-off {
    background: url('soundOn.png');
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

#sound-off {
	background: url('soundOff.png');
	visibility: visible;
}

#brandlogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
}

.shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

#legalBtn {
	position: absolute;
	z-index: 10;
	color: #ffffff;
	/* text-transform: uppercase; */
	text-decoration: none;
	font-size: 9px;
	font-family: 'Regular_text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* text-shadow: 2px 2px 6px #000000; */
	left: 15px;
	bottom: 38px;
}

#legal {
	width: 100%;
	height: 100%;
	background: white;
	top: 101%;
	left: 0;
	z-index: 3000;
	position: absolute;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	padding: 5px 10px;
	text-decoration: none;
	color: black;
	line-height: normal;
}

#legal .content {
	width: 100%;
	font-size: 10px;
	margin-top: 4px;
	text-align: justify;
	font-family: 'Regular_text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

#legal .content sup {
	line-height: 0;
}

#legal .closeBtn {
	font-weight: bold;
	text-align: right;
	font-size: 9px;
}

#legal.open {
	top: 0%;
	overflow-y: scroll;
}

#cta {
	padding: 5px 10px 4px;
	background: #003469;
	color: white;
	font-family: 'HyundaiSansHead-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 12px;
	bottom: 11px;
	cursor: pointer;
}

.stay-together {
	white-space: nowrap;
}