@charset "utf-8";
/* CSS Document */
@import url("style_xs.css")(max-width: 680px);
@import url("style_sm.css")(min-width: 681px) and (max-width: 768px);
@import url("style_md.css")(min-width: 769px) and (max-width: 1170px);
@import url("style_lg.css")(min-width: 1171px);

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

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

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

body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	background: url(../img/bgbody.jpg);
}