body {
	background: url(../img/bg-main.jpg) no-repeat 50% 0 #000!important;
}
.header_wrap {
	display: none;
}
.under_nav {
	display: none;
}

.site-content {
	margin-top: 0;
}

html > body > div.site {
	padding: 0;
}
.vikings-top-block {
	margin-bottom: 30px;
	position: relative;
}

.vikings-top-block__content {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.vikings-top-block__title {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.vikings-top-block__content p {
	max-width: 760px;
	margin: 0 auto 10px;
	color: #bfbfbf;
	font-size: 19px;
	line-height: 1.3;
}

.vikings-top-block__content p a {
	color: #1599ff;
	text-decoration: none;
}
.vikings-top-block img {
	display: block;
	width: 100%;
}

.entry-content {
	padding: 0 20px;
}

.comments-padding {
	padding: 0 20px;
}

.vikings-header {
	position: absolute;
	top: 15px;
	left: 18px;
	right: 18px;
	border-bottom: 2px solid #b5c3c5;
	display: flex;
	align-items: center;
}
.vikings-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.vikings-menu li a {
	line-height: 65px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Cuprum', sans-serif;
	padding: 0 20px;
	position: relative;
	display: block;
}

.vikings-menu li a:hover {
	color: #00599e;
}
.vikings-menu li a:hover:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	content: '';
	border-bottom: 4px solid #00599e;
}
.vikings-menu li a:hover:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 24px;
	height: 23px;
	content: '';
	background: url(../img/menu-hover.png);
	left: 50%;
	margin-left: -12px;
}

#watu_quiz .page_btn {
	background: url(../img/button.jpg) no-repeat;
	background-size: cover;
}

@media (max-width: 700px) {
	.vikings-top-block__content {
		position: static;
	}

	.vikings-header {
		position: static;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.vikings-menu li a {
		line-height: 1;
		font-size: 16px;
	}

	.vikings-top-block__title {
		color: #000;
		font-size: 22px;
		margin-top: 20px;
	}
	.vikings-top-block__content p {
		font-size: 16px;
		color: #000;
	}
}
