body {
	height: 100vh;
}

#slides>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#slides>.footer {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #fff;
	z-index: 9;
}
.logo {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 9;
}
.logo .logo-img {
	margin: 0 auto;
	margin-bottom: 1rem;
}
.logo h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.logo .skip {
	display: inline-block;
	padding: 1rem 3rem;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: all .3s ease;
}
.logo .skip:hover {
	color: #fff;
	background-color: #111;
}





.slides-navigation {
	display: none;
}
.slides-navigation a.next {

}
.slides-navigation a.prev {

}


.slides-pagination {
	display: none;
	padding: 1rem 0;
	bottom: -2px;
	background-color: #fff;
}
.slides-pagination a {
	margin: 0;
	width: 60px;
	height: 5px;
	text-indent: -1000%;
	background-color: #F2ECE7;
	border: 0;
	border-radius: 0;
}
.slides-pagination a.current {
	background: #D6CFC8;
}


.wide-container {width: 100%;height: 100vh;}


@media (min-width: 992px) {
	.wide-container {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		/*height: calc(100vh - 100px);*/
	}

}	
@media (max-width: 767px) {
	.wide-container	{padding: 0;}
}
@media (max-width: 576px) {
	.logo {
		position: fixed;
	}
	.slides-pagination {
		position: fixed;
		bottom: 0;
		background-color: transparent;
	}
}	