@charset "utf-8";
/* CSS Document */
/*@media screen and (min-width: 481px) and (max-width: 767px) {
	.flexslider {
		/*position: static;*/
		/*margin-top: -20px;
	}
	section.spacer {
		margin-top: -330px;
}*/
@media screen and (max-width: 480px) {
	.navbar-inverse .navbar-inner {
		padding: 0px 20px 0px;
	}
	.navbar-inner h1.brand {
		margin-left: 30px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	
		.navbar-inverse .navbar-inner {
			padding-bottom: 0px;
		}
		.flexslider {
			margin-top: -20px;
		}
		section.spacer {
		margin-top: -330px;
		padding: 40px 0px 30px;
}
}
@media screen and (min-width: 768px){
	.flexslider {
		position: fixed;
}
}
@media screen and (min-width: 1400px) {
	.header-wrapper {
		min-height: 700px;
	}
	.flexslider {
		min-height: 700px;
	}
	.spacer.green, .section.green {
		margin-top: 250px;
	}
	.section.green.marginOff {
	margin-top: 0px;
}

}