/* ====================================================================================== 
*
*	Responsive
*   
========================================================================================= */
/* STAGE 0 */
@media only screen and (min-width: 90em) { /*very wide screen*/
	#slider-wrapper{max-width: 1300px;}
	#content-wrapper{max-width: 1300px;}
	#footercontent{max-width: 1300px;}
	#headercontent{max-width: 1300px;}
	#company-logo #logo{height: 80px;}
	#company-slogan{font-size: 1.2em;}
	#slider-wrapper .slide{height: 500px;}
	#content-wrapper p{font-size: 1.05em;}
	.slider_content .biglogo{height: 170px;}
}

/* STAGE 1 */
@media only screen and (max-width: 70em) {
	
}
/* STAGE 2 */
@media only screen and (max-width: 65em) {

}
/* STAGE 3 */
@media only screen and (max-width: 60em) {
	#mainmenu{font-size: 0.9em;}
}
/* STAGE 4 */
@media only screen and (max-width: 55em) {

}
/* STAGE 5 */
@media only screen and (max-width: 50em) {
	
}
/* STAGE 6 */
@media only screen and (max-width: 45em) {
	
}
/* STAGE 7 */
@media only screen and (max-width: 40em) {
	#header-wrapper{padding:10px;}
	#headercontent{max-width: 600px;}
	#content-wrapper{max-width: 600px;}
	#mainmenu{border: 3px solid orange; font-size: 0.9em;}
	#company-slogan{font-size: 0.9em;}
	#welcome h1{font-size: 1.5em;}
	.wide h2{font-size: 1.2em;}
	.wide h3{font-size: 1em;}
	.button{}
	.wide {padding: 40px 20px;}
	div.round {margin:0 auto; display: block; height: 200px; width: 200px; line-height: 100px; -moz-border-radius: 100px; border-radius: 100px;}

}
/* STAGE 8 */
@media only screen and (max-width: 35em) {

}
/* STAGE 9 */
@media only screen and (max-width: 30em) {

}
/* STAGE 10 */
@media only screen and (max-width: 25em) {

}
