@charset "utf-8";

@media (min-width: 1400px) {	
	.sizehelper:before {
		content: "XXL";
	}
	
	body {
		font-size: 18px;
	}
	
	.header .secondarynav a {
		padding: 14px 5px 15px;
	}
	
	.header .secondarynav a {
		font-size: 0.9em;
	}

	.icon-holder {
		right: -30px;
	}

	.banner {
		min-height: 170px;
	}
}