@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 961px) and (max-width: 1199px) {

}


@media only screen and (min-width: 768px) and (max-width: 960px) {

}


@media only screen and (min-width: 481px) and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
	.hidden480{ display:none;}
	#tophead h1{ margin:60px 0;}
	.padding2x{ padding:0px !important;}
	#mobmenu { margin:40px 0px 0 0px !important;}
}