@charset "UTF-8";

/*	=============================================
	=============================================
	Layout (global rules for all sizes)
	=============================================
	=============================================*/


body {
	margin: 0px;
	padding: 0px;
}

header a.logo {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	position: absolute;
}

nav {
	color: #fff;
	background-color: #fcb739;
	display: block;
	width: 100%;
	position: absolute;
}







/*	=============================================
	=============================================
	Layout Large Screens (default for older browsers)
	=============================================
	=============================================*/

header {
	background-image: url(../_images/banner/banner_large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	background-size: 980px 160px;
}

header a.logo {
	/* [disabled]background-image: url(../_images/logo/logo_large.jpg); */
	/* [disabled]height: 100px; */
	/* [disabled]width: 260px; */
	/* [disabled]top: 28px; */
	/* [disabled]right: 30px; */
	/* [disabled]background-size: 260px 100px; */
}

nav {
	top: 160px;
}
nav a {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

article {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.newsletter_container {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.newsletter_container .news {
	background-position: 0px 3px;
	float: left;
	width: 33%;
}
.newsletter_container .news .content {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 70px;
}



@media screen and (max-width:1000px) {
	footer {
		padding-left: 20px;
	}
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header {
		background-image: url(../_images/banner/banner_large_2x.jpg);
	}

	header a.logo {
		background-image: url(../_images/logo_large_2x.jpg);
	}
}
