/*#slider {
	margin: 0;
	position: absolute;
	top: 225px;
	left: 0;
	right: 0;
	height: auto;
}*/
.flexslider .slides > li 
{
	display: none;
	height: 300px;
	background-size: auto 100%;
	background-position-x: center;
	-webkit-backface-visibility: hidden;
	background-repeat: no-repeat;
}
ul.slides li a 
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.flex-control-nav 
{
	width: auto;
	position: absolute;
	text-align: center;
	margin: -20px 0 0 0px;
	z-index: 999;
	display: block;
	width: 100%;
}
/*#content 
{
	padding-top: 510px;
}*/

@media only screen and (min-width: 100px){
/*#slider {
	top: 224px;
}*/
}
@media only screen and (min-width: 600px) {
/*#slider {
	top: 250px;
}*/
/*#content {
	padding-top: 540px;
}*/
}

@media only screen and (min-width: 1280px){
/*#content {
	padding-top: 610px;
}*/
.flexslider .slides > li {
	height: 400px;
}
/*#slider {
	top: 235px
}*/
}





