@charset "UTF-8";

html, body {
	width: 1920px;
	height: 1080px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*.logo-wrapper {
	width: 350px;
	height: 127px;
	position: fixed;
	top: 0;
	z-index: 9999999;
}

.logo-container {
}*/

.slide-wrapper,
.slide {
	width: 1920px;
	height: 980px;
}

.ticker-wrapper {
	width: 1920px;
	height: 100px;
	background: #cbc1a3;
	position: relative;
	bottom: 0;
	z-index: 10;
}

.ticker {
	width: 1920px;
	height: 100px;
	color: #3e3e40;
	position: absolute;
	bottom: 0;
	padding: 0px;
}

.logo-wrapper {
	width: 298px;
	height: 100px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	padding: 0;
}
.logo {
	width: 298px;
	height: 100px;
	float: right;
	z-index: 999;
	padding: 0;
}
.logo img {
	position: relative;
}

.js-marquee {
	height: 100px;
	/*margin-top: 10px;*/
	/*height: 70px;*/
	padding: 0;
	text-transform: uppercase;
}

.js-marquee a {
	height: 80px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	padding: 0;
	color: #3e3e40;
	font-size: 69px;
	line-height: normal;
	/*letter-spacing: 0.003em;*/
}