html {
	height: 100%
}

body {
	background: #d0ebf5;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZWJmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #d0ebf5 0%, #fff 47%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0ebf5),
		color-stop(47%, #fff));
	background: -webkit-linear-gradient(top, #d0ebf5 0%, #fff 47%);
	background: -o-linear-gradient(top, #d0ebf5 0%, #fff 47%);
	background: -ms-linear-gradient(top, #d0ebf5 0%, #fff 47%);
	background: linear-gradient(to bottom, #d0ebf5 0%, #fff 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ebf5',
		endColorstr='#ffffff', GradientType=0);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	font-family: "proxima-nova", sans-serif !important;
	margin: 0;
	padding: 0;
	color: #555;
	text-align: center;
	font-family: arial, sans-serif
}

.bg-helper {
	background: url(../images/404-bg.png?1507750595)
		top repeat-x;
	width: 100%;
	height: 100%
}

.bg-helper .caption {
	padding: 10px 0 10px 0;
}

.container {
	width: 340px;
	margin: 40px auto
}

.container .404page img {
	padding: 20px 0
}

.container h2 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 40px
}

.container p {
	font-size: 18px;
	line-height: 26px;
	color: #495055;
	margin: 15px 0 35px 0;
	padding: 0
}

.container p a {
	color: #222
}

.container p a:hover {
	text-decoration: none
}

.container large {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	opacity: 0.5
}

.btn-group {
	margin: 0 0 40px 0
}

.container .btn-group a {
	transition: 0.2s ease all;
	display: inline-block;
	padding: 5px 40px;
	font-size: 18px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 5px;
}

.container .btn-group a.btn-primary {
	background: #03a9f4;
	border: 2px solid #03a9f4;
	color: #fff
}

.container .btn-group a.btn-primary:hover {
	background: #03a9f4;
	border-color: #03a9f4;
	cursor: pointer
}

.container .btn-group a.btn-outline {
	border: 2px solid #d7d7d7;
	color: #7e8081
}

.container .btn-group a.btn-outline:hover {
	background: #d7d7d7;
	color: #495055;
	cursor: pointer
}