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

.hero-slider
{
    position: relative;
	z-index: 990;
}

.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: no-repaet center center fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 640px;
    width: 100%;
}

.box
{
	position: absolute;
	z-index: 999;
	width: 100%;
	max-width: 1140px;
	top: 200px;
	left:0;
    right:0;
    margin-left:auto;
	margin-right:auto;
}

.box h1 {
    color: #ffffff;
    padding-bottom: 20px;
}

.box p {
    color: #ffffff;
    width: 100%;
    max-width: 500px;
    padding-bottom: 20px;
}

.box #services {
    background: #ffffff;
    text-transform: uppercase;
    color: #41854f;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    transition: 0.3s;
}

.box #services:hover {
    background: #41854f;
    color: #ffffff;
    text-decoration: none;
}

.box #contact {
    background: #41854f;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
}

.box #contact:hover {
    text-decoration: none;
    background: #ffffff;
    color: #41854f;
}

.hero-slider .flex-control-paging
{
    display: none;
}

@media screen and (max-width: 990px){
	.flex-next {display: none;}
	.flex-prev {display: none;}
	.box {top: 75px; text-align: center !important; padding-left: 20px; padding-right: 20px;}
    .hero-slider .flex-control-paging li {margin: 0px;}
	.hero-slider .slides li {height: 500px;}
}