@charset "utf-8";
/* CSS Document */










/* Large monitors */
@media (min-width:1057px) and (max-width: 1250px) {	
	
}














/* Desktops and laptops */
@media (min-width:960px) and (max-width: 1056px) {	

}










/*For browser/screen widths from 760px to 959px*/
@media (min-width:760px) and (max-width: 959px) {


}













/*For browser/screen widths from 600px to 759px*/
@media (min-width:600px) and (max-width: 759px) {


}










/*For browser/screen widths from 480px to 599px*/
@media (min-width:480px) and (max-width: 599px) {
	
#box501 {
	text-align: center;
	float: left;
	width: 100%;
	height: 100px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#box502 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
}









/*For browser/screen widths from 320px to 479px*/
@media (max-width: 479px) {
	
#box501 {
	text-align: center;
	float: left;
	width: 80%;
	height: 100px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#box502 {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
}
