@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
img {max-width: 100%;}
a {outline: none;}

#iefix {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	width: 100%;
	background: #e47b1a;
	
	text-align: center;
	color: white;
}
body {
	width: 100%; height: 100%; min-width: 1100px;
	margin: 0; padding: 0;
	background-color: #222;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
}

#header {
	width: 100%;
	height: 500px;
	margin: 0; padding: 0;
	background: url(../images/illustration.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

#header img {
	display: inline-block;
	margin: 0;
}

#header h1 {
	letter-spacing: 1px;
	margin: 110px 0 0 0;
	
	font-size: 48px;
	font-weight: 700;
}
#header h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 30px 0;
}

@media screen and ( max-height: 720px ){
    #header {height: 380px;}
    #header h1 {margin: 60px 0 0 0;}
}

.container {
	position: relative;
	min-width: 1100px;
	max-width: 1600px;
	margin: auto;
}
#footer {padding: 50px 0;}

header {
	margin: 0 0 2em 0;
}
header h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
header h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.row {
	display: table;
	table-layout: fixed;
	border-spacing: 25px 0;
	width: 100%;
	clear: both;
}
.col {
	display: table-cell;
	vertical-align: top;
	margin: 0; padding: 0;
}

.btn {
	display: inline-block;
	margin: .7em 0; padding: .7em;
	background-color: transparent;
	border: 2px solid #1BA9E2;
	color: #1BA9E2;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
}
.no-js .btn:hover {
	background-color: #1BA9E2;
	color: white;
}
.no-js section:nth-child(even) .btn:hover {
	background-color: white;
	color: #1BA9E2;
}
.btn-large {
	font-size: 1.2em;
	text-transform: uppercase;
}

#footer {
	background-color: #222222;
	color: #4E4E4E;
	text-align: center;
}
#footer header {color: white; text-transform: uppercase;}
#footer hr {
	display: block;
	height: 1px;
	background-color: #4E4E4E;
	border: 0;
	margin: 50px 0 50px 0;
}
#copyright {
	text-transform: uppercase;
	letter-spacing: 1px;
}