/* RBSlideshow by Renato BannÃƒÆ'Ã†'Ãƒâ€ 'ÃƒÆ'Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² */

body {

	margin: 0px;

}

#RBSlideshow {

	display: none;

}

#slideshow {

width: 100%;

height: 497px;

position: relative;

overflow: hidden;
}

#slides {

	width: 300vw;
	position: absolute;
	left: -100vw;

}

#slides div {

width: 100vw;

height: 500px;

background: center, no-repeat;

background-size: cover;

display: table-cell;
}

#slides div p {

max-width: 100%;

font-family: 'Poiret One', cursive;

font-size:95px;
font-weight : bold;
color: #fff;
position: relative;
top: 40%;

margin: auto;

/* padding-right: 20%; */

text-align: center;
}

#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: 20px;

height:20px;

border-style: double;

border-radius: 10px;

border-color: #fff;

border-width: 1px;

margin: 5px;
}
