@charset "UTF-8";
/* CSS Document */

#home-bgs-container {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-bg-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	overflow: hidden;
}

#home-bg-container-animated {
	left: 100%;
}

.home-bg-container img {
	position: absolute;
}

.home-bg-container h3 {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	bottom: 100px;
	color: #FFF;
	display:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#home-cover {
	position: fixed; z-index:100;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	top: 0;
	left: 0;
}

#home-cover img {
	position: absolute;
	width: auto;
	height: 110%;
	top: 0;
	left: 40%;

	display: none;
}
@media (max-width: 767px) {
#home-cover img {
	width: auto;
	top: 0;
	left:30%;
}
}

#home-bgs-timers {
	position: fixed; text-align:center;
	width: 100%;
	height: 14px;
	bottom: 70px;
	display: none;
}

.home-bg-timer {
	height: 14px; width:14px !important;
	display:inline-block;
	background-color: #000;
	background-color: rgba(255, 255, 255, .5);
	margin:0 3px;
}

.home-bg-timer-wrapper {
	height: 14px;
	width: 0;
	background-color: #000;
	background-color: #fff;
}