/* RBSlideshow by Renato Bannò */

body {

	margin: 0px;

}

#RBSlideshow {

	display: none;

}

#slideshow {

	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;

}

#slides {

	width: 300vw;
	position: absolute;
	left: -100vw;

}

#slides div {

	width: 100vw;
	height: 100vh;
	background: center, no-repeat;
	background-size: cover;
	display: table-cell;

}

#slides div p {

	max-width: 500px;
	font-family: 'Avenir', sans-serif;
	font-size: 40px;
	font-weight: 200;
	color: white;
	text-shadow: 0px 0px 7px #54545F;
	position: relative;
	top: 40%;
	margin: auto;
	padding-right: 20%;

}

#bullets {

	position: absolute;
	bottom: 0px;
	left: 0%;
	right: 0%;
	height: 40px;
	text-align: center;

}

#bullets ul {

	list-style-type: none;
	padding: 0px;
	display: inline-block;

}

#bullets ul li {

	float: left;
	width: 10px;
	height: 10px;
	border-style: double;
	border-radius: 10px;
	border-color: grey;
	border-width: 1px;
	margin: 5px;

}
