﻿<!DOCTYPE html>
<html>
	<head>
		<title>Page not found - Error 404</title>

		<link rel="icon" type="image/x-icon" href="/favicon.ico" />
		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />

		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		
		<link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css" rel="stylesheet">
		<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
		<link href="//fonts.googleapis.com/css?family=Istok+Web:400,700" rel="stylesheet">
		<link type="text/css" rel="stylesheet" href="/css/error404.css" />
	</head>
	<body>
		<div class="wrap-404">
			<div class="box-404">
				<img src="/images/bg_404.jpg" alt="">
				<div class="text-box-404">
					<h1><span>Something</span> went wrong.</h1>
					<h2>The page you are looking for has been moved or doesn't exist anymore.</h2>
					<p class="btn-more"><a href="/" title="Take me to the Homepage" class="btn">Take me to the <span>home-page</span></a></p>
				</div>
			</div>
		</div>
	</body>
</html>