@font-face {
	font-family: 'louis_regularregular';
	src: url('louisregular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: louis_bold_italic;
  src: url("louisbolditalic-webfont.woff2"), url("louisbolditalic-webfont.woff");
  font-weight: bold;
  font-style: italic;
}
body {
	font-family: 'louis_regularregular', Arial, sans-serif;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
.blackDiv {
	left: 0px;
	top: 0px;
	background-color: rgb(0, 0, 0);
    transform-style: preserve-3d;
}
.center_text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cta, 
.cta_over, 
.cta_out {
	font-family: Arial, sans-serif;
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	display: table;
	border: 1px solid rgb(240, 175, 0);
	box-sizing: border-box;
	opacity: 1;
}
.cta, 
.cta_out{
	/*background: linear-gradient(rgb(248, 205, 17) 0%, rgb(248, 205, 17) 22%, rgb(240, 176, 0) 54%, rgb(240, 176, 0) 100%);*/
	background-color: #f1b923;
}
.cta_over {
	/*background: linear-gradient(rgb(240, 176, 0) 0%, rgb(240, 176, 0) 46%, rgb(248, 205, 17) 78%, rgb(248, 205, 17) 100%);*/
	background-color: #dda203;
}
.disclaimer{
	position: absolute;
	opacity: 0;
	font-size: 8px;
	color: rgb(255, 255, 255);
	background-image: none;
	background-color: rgb(0, 0, 0);
}
.disclaimerContent {
	text-align: left;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.logo {
	top: 0px;
	left: 0px;
	position: absolute;
}
.scene1_image, 
.scene2_image, 
.scene3_image{
	left: 0px;
	top: 0px;
	position: absolute;
}
.scene2_image,
.scene3_image {
	opacity: 1;
}	
.short_disc {
	position: absolute;
	line-height: 8.5px;
	font-style: italic;
	font-size: 8px;
	overflow: visible;
}
#short_disc_btn {
	width: 110%;
}