html, body {margin: 0;padding: 0;}

html {height: 100%;}

body {
	min-width: 310px;
	min-height: 100%;
	background: #FFF;
	position: relative;
	font: 20px/26px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #de2f30;
}


h2, h3 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin: 24px 0;
	padding: 0;
}

h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
}

h2 {
	margin-top: 60px;
	font-size: 34px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}


h3 {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	margin: 0;
}

strong {
	font-weight: normal;
	color: #ffff00;
}

p {
	margin: 24px 0;
	padding: 0;
}

p.copyright {
	text-align: center;
	color: #b11326;
	font-size: 14px;
}

p.copyright span {
	display: inline-block;
}

div.features {
	width: 100%;
	overflow: hidden;
}

div.features p {
	width: 48%;
	clear: both;
}

div.features p.alignleft {
	float: left;
}

div.features p.alignright {
	float: right;
}

.contact p {margin: 0;}

a {
	color: #ffff00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
	margin: 0;
	padding: 0;
}

blockquote p.cite {
	text-align: right;
	color: #999;
}

.container {
	max-width: 998px;
	min-width: 310px;
	padding: 24px 5px 0 5px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.container:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.graphics .container {
	padding: 0px 5px;
}

#header {
	position: relative;
	z-index: 8;
	margin-top: 150px;
}

#header .container {
	min-height: 580px;
	position: relative;
}

#header .container:before {
	content: ' ';
	position: absolute;
	top: 50px;
	right: 80px;
	z-index: 6;
	width: 400px;
	height: 430px;
	background: url(../assets/decoration.png) no-repeat;
	background-size: 400px 430px;
}

#header:before {
	content: ' ';
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 3;
	width: 140px;
	height: 155px;
	background: url(../assets/badge.png) no-repeat;
	background-size: 140px 155px;
}

#header .text {
	width: 380px;
	padding: 0 80px;
}

#logo {
	margin: 0 0 60px;
	padding: 0;
}

#logo a {
	width: 274px;
	height: 200px;
	background: url(../assets/logo.png) no-repeat;
	background-size: 274px 200px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}

.content {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.content.graphics {
	background: #fe2f00;
}

.graphics img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/* contact boxes */

.contact {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 80px 0;
}

.contact .slide {
	width: 320px;
	display: inline-block;
	padding: 20px 20px 20px 100px;
	text-align: left;
	position: relative;
	min-height: 88px;
	line-height: 26px;
	font-size: 18px;
}

.contact .slide img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 0;
	border: 1px solid #FFF;
	border-radius: 60px;
}

@media (max-width: 1200px) {

	#header:before {
		position: absolute;
		top: -130px;
	}
}

@media (max-width: 1000px) {

	#header .container:before {
		display: none;
	}

	#header .text {
		width: auto;
		padding: 0 40px;
	}

	.container {
		padding: 0px 5px;
	}

	#header,
	#header .container {
		height: auto;
		min-height: auto;
	}

}

@media (max-width: 767px) {

	.contact .slide img {
		width: 60px;
		height: 60px;
		top: 26px;
	}

	.contact .slide {
		padding-left: 70px;
		font-size: 14px;
		line-height: 14px;
	}

	div.features p {
		float: none;
		width: auto;
	}

	h2 {
		font-size: 18px;
		font-weight: bold;
		margin-top: 24px;
	}

	body {
		min-width: 320px;
	}

	#header {
		margin-top: 54px;
	}

	#header:before {
		width: 70px;
		height: 78px;
		background-size: 70px 78px;
		position: absolute;
		top: -50px;
	}

	#header .container:before {
		display: none;
	}

	#header .text {
		padding: 0;
	}

	#logo {
		position: static;
	}

	#logo a {
		margin: 20px auto;
	}


}