@font-face {
    font-family: 'RalewayGR-heavy';
    src: url('../fonts/acralewayheavy-webfont.eot');
    src: url('../fonts/acralewayheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acralewayheavy-webfont.woff') format('woff'),
         url('../fonts/acralewayheavy-webfont.ttf') format('truetype'),
         url('../fonts/acralewayheavy-webfont.svg#RalewayGR') format('svg');
    font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'RalewayGR-lite';
    src: url('../fonts/ac-ralewaylite-webfont.eot');
    src: url('../fonts/ac-ralewaylite-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ac-ralewaylite-webfont.woff') format('woff'),
         url('../fonts/ac-ralewaylite-webfont.ttf') format('truetype'),
         url('../fonts/ac-ralewaylite-webfont.svg#RalewayGR') format('svg');
    font-style: normal;
}
h1, h3 {
	color: #fff;
}
nav {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 100;
}
	nav ul {
		text-align: right;
	}
		nav ul li {
			position: relative;
			float: left;
			margin-right: 8px;
			padding: 3px 9px 5px 9px;
		}
		nav ul, 
		nav ul li {
			list-style: none;
			display: inline;
			color: #FFF;
			font-family: "RalewayGR-lite","Raleway",Arial,Helvetica,sans-serif;
		}
			nav ul li a {
				color: #FFF;
				text-transform: uppercase;
				font-size: 12px;
				font-family: "RalewayGR-lite","Raleway",Arial,Helvetica,sans-serif;
				line-height: 12px;
				text-decoration: none;
			}
#content .band.default {
    background-color: transparent;
}
.narrow {
    max-width: none;
}
.typography {
	text-align: center;
}
.grid-row.linearise {
	display: inline-block;
	text-align: left !important;
}
.bg-img { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../images/error_1600.jpg') no-repeat scroll top center / cover transparent;
	overflow: hidden;
}
.narrow {
	margin-top: 5%;
}
#content .band > .inner {
	width: 98%;
	max-width: 98%;
	padding: 0;
}
#error-header li {
	display: inline;
	margin-left: 10px;
}
#error-header li a{
	color: #fff;
	text-transform: uppercase;
}
#error-header{
	position: absolute;
	top: 20px;
	width: 100%;
	padding: 0;
}
nav ul li:nth-child(2) {
	background-color: #ffffff;
	-moz-transition: all 0.3s ease-in 0.3s;
	-webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
nav ul li:nth-child(2) a {
	color: #575757 !important;
	-moz-transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
    transition: all 0.3s ease-in 0.2s;
}
nav ul li:nth-child(2):hover  {
	background-color: #575757;
}
nav ul li:nth-child(2):hover a {
	color: #ffffff !important;
}
.band.inset {
	box-shadow: none;
}
body {
	overflow: hidden;
}

.logo.error-header img {
	width: 200px;
	height: auto;
}

h1{
	font-family: "RalewayGR-heavy", "Raleway", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}
h3 {
	font-family: "RalewayGR-lite", "RalewayGR", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
	#content .band.default {
		text-align: left;
	}
	.bg-img { 
		background: url('../images/error_768.jpg') no-repeat scroll top center / auto 100% transparent;
	}
	 .band > .inner {
		text-align: center;
	}

	h1{
		font-size: 40px;
		margin-top: 90px;
		text-align: left;
		margin-left: 2%;
	}
	h3 {
		font-size: 12px;
		text-align: left;
		margin-left: 2%;
	}
	.logo.error-header {
		float: none;
		clear: both;
		text-align: center;
		margin: 0 auto;
	}
	.logo.error-header img {
		width: 160px;
		height: auto;
	}
	nav {
		top: 300px;
	}
	#error-header{ 
		width: 90%;
	}
	nav ul li a {
		font-size: 70%;
	}
}
@media only screen and (min-width: 641px) {
	#content .band.default {
		overflow: hidden;
	}
	.bg-img { 
		background: url('../images/error_1024.jpg') no-repeat scroll top center / cover transparent;
	}
	h1{
		font-size: 80px;
	}
	h3 {
		font-size: 20px;
	}
	.logo.error-header {
		float: left;
		position: absolute;
		left: 2%;
	}
	.error-menu-new {
		float: right;
		position: absolute;
		right: 2%;
	}
}
@media only screen and (min-width: 1025px) {
	h1{
		font-size: 100px;
	}
	h3 {
		font-size: 25px;
	}
	.bg-img { 
		background: url('../images/error_1280.jpg') no-repeat scroll top center / cover transparent;
	}
}
@media only screen and (min-width: 1281px) {
	.bg-img { 
		background: url('../images/error_1600.jpg') no-repeat scroll top center / cover transparent;
	}
}
@media only screen and (min-width: 1601px) {
	.bg-img { 
		background: url('../images/error_2000.jpg') no-repeat scroll top center / cover transparent;
	}
}