#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
	z-index: 999;
}
.slides-navigation a {
	position: absolute;
	display: block;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 42px;
	line-height: 52px;
}
.slides-navigation a.prev {
	left: 20px;
}
.slides-navigation a.next {
	right: 20px;
}

.slides-pagination {
	z-index: 3;
	bottom: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 99999;
	bottom: 15%;
}
.slides-pagination a {
	border-radius: 15px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
	position: relative;
	z-index: 999999;
}
.slides-pagination a.current {
	background: #989898;
}

#slides .textdeep {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: inset 0px 0px 145px 72px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 145px 72px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 145px 72px rgba(0,0,0,0.75);
	/*
	 box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	 -moz-box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	 -webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	 */
	-webkit-transition: all 900ms ease-out;
	-moz-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	-ms-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
	overflow: hidden;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	text-align: center;
	display: table-cell;
}
#slides .textdeep::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .7;
	background-color: #010103;
	overflow: hidden;
}

#slides .slidetitle {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-bottom: 0;
	color: rgba(255,255,255,1);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	font-family: 'Niconne', cursive;
	text-align: center;
	letter-spacing: 3px;
}
#slides .slidetitle span {
	position: relative;
	z-index: 5;
	font-size: 70px;
	line-height: 74px;
	color: #FFFFFF;
}
#slides .slidetitle .button {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	display: inline-block;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 100%; 
	background: rgba(0,0,0,.5);
	font-family: Verdana, Arial, sans-serif;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#slides .slidetitle .button:hover { 
	background: rgba(255,255,255,.5);
	color: #000000;
}
#slides .slidetitle .imagesfirst {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
}
#slides .slidetitle .slidesubtitle span {
	font-size: 14px;
	line-height: 20px;
	padding: 0 25px;
	padding-top: 10px;
	display: inline-block;
	border-top: solid 2px rgba(255,255,255,0.5);
	font-family: 'Roboto Slab', serif;
}

@media only screen and (max-width: 980px) {
	#slides .slidetitle span {
		font-size: 32px;
		line-height: 46px;
	}
}