/*

Desktop specific styles and overrides


*/
@font-face {
	font-family: 'AGar-Pro';
	src: url('../fonts/AGaramondPro-Regular.eot');
	src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AGaramondPro-Regular.woff') format('woff'),
		url('../fonts/AGaramondPro-Regular.ttf') format('truetype'),
		url('../fonts/AGaramondPro-Regular.svg#AGar-Pro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AGar-Pro-Italic';
	src: url('../fonts/AGaramondPro-Italic.eot');
	src: url('../fonts/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AGaramondPro-Italic.woff') format('woff'),
		url('../fonts/AGaramondPro-Italic.ttf') format('truetype'),
		url('../fonts/AGaramondPro-Italic.svg#AGar-Pro-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AGar-Pro-Bold';
	src: url('../fonts/AGaramondPro-Bold.eot');
	src: url('../fonts/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AGaramondPro-Bold.woff') format('woff'),
		url('../fonts/AGaramondPro-Bold.ttf') format('truetype'),
		url('../fonts/AGaramondPro-Bold.svg#AGar-Pro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-Light';
	src: url('../fonts/FuturaStd-Light.eot');
	src: url('../fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Light.woff') format('woff'),
		url('../fonts/FuturaStd-Light.ttf') format('truetype'),
		url('../fonts/FuturaStd-Light.svg#Futura-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-Heavy';
	src: url('../fonts/FuturaStd-Heavy.eot');
	src: url('../fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Heavy.woff') format('woff'),
		url('../fonts/FuturaStd-Heavy.ttf') format('truetype'),
		url('../fonts/FuturaStd-Heavy.svg#Futura-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
EXTRA LAREGE/WIDE LAYOUTS
*/
@media (min-width: 1600px) {
	.footer-icon{
		width: 32px;
		height: 32px;
		min-width: 32px;
		min-height: 32px;
	}

	.footer-icon img{
		max-height: 32px;
	}
}



