/* #Font-Face */
@font-face{
font-family: 'Blue Highway';
src: url('../fonts/blue_highway.eot');
src: url('../fonts/blue_highway.eot?iefix') format('eot'),
	 url('../fonts/blue_highway.woff') format('woff'),
	 url('../fonts/blue_highway.ttf') format('truetype'),
	 url('../fonts/blue_highway.svg#BlueHighway') format('svg');
font-weight:normal;
font-style:normal;}

@font-face{
font-family: 'Blue Highway';
src: url('../fonts/blue_highway_bold.eot');
src: url('../fonts/blue_highway_bold.eot?iefix') format('eot'),
	 url('../fonts/blue_highway_bold.woff') format('woff'),
	 url('../fonts/blue_highway_bold.ttf') format('truetype'),
	 url('../fonts/blue_highway_bold.svg#BlueHighwayBold') format('svg');
font-weight:bold;
font-style:normal;}

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

@font-face{
font-family: 'Calibri Light';
src: url('../fonts/calibri_light_italic.eot');
src: url('../fonts/calibri_light_italic.eot?iefix') format('eot'),
	 url('../fonts/calibri_light_italic.woff') format('woff'),
	 url('../fonts/calibri_light_italic.ttf') format('truetype'),
	 url('../fonts/calibri_light_italic.svg#CalibriLightItalic') format('svg');
font-weight:normal;
font-style:italic;}


/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 959px) {}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}

/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}