*, *:before, *:after 
{
	box-sizing: border-box;
}

.hero-slider
{
	position: relative;
}

.hero-slider .slides
{
	list-style: none;
	padding: 0;
	margin: 0;
	*zoom: 1;
}

.hero-slider .slides:after
{
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.hero-slider .slides li 
{
	background-position: center center;
	height: 560px;
	width: 100%;
}

.sliderbox
{
	margin-top: 150px;
	width: 100%;
	max-width: 980px;
	left:0;
    right:0;
	line-height: 22px;
    margin-left:auto;
    margin-right:auto;
}

.captions
{
	width: 100%;
}

.caption
{
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	color: #ffffff;
}

.sliderbox h2
{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding: 20px 0px;
	max-width: 480px;
	margin: 0px auto;
	background: rgba(0,0,0,0.3);
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.button
{
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 25px;
    background-color: #23648f;
	text-decoration: none;
	color: #ffffff;
	margin-top: 10px;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	transition: .3s ease; 
}

.button:hover 
{
	color: #ffffff;
	background-color: #599ec2;
	text-decoration: none;
}

.hero-slider .flex-control-paging
{
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	z-index: 5;
}

.hero-slider .flex-control-paging li
{
	display: inline-block;
	margin: 0 2px;
}

.hero-slider .flex-control-paging li a
{
	display: block;
	width: 100px;
	height: 5px;
	background: white;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transition: .3 ease;
}

.hero-slider .flex-control-paging li a.flex-active 
{
	background: #599ec2;
}


@media screen and (max-width: 800px){
	.hero-slider .slides .slide-title {font-size: 14px; width: 90%; margin: 0px auto;}
}