@font-face {
	font-family: 'Bebas Neue';
	src: url('../font/BebasNeueBold.eot');
	src: url('../font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../font/BebasNeueBold.woff') format('woff'),
		url('../font/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	background: url(../img/bg.jpg) no-repeat 50% 50% / cover!important;
	background-attachment: fixed!important;
}
html {
	height: auto;
}
html > body .bg_banner {
	display: none!important;
}
.bg_banner_margintop {
	height: 140px!important;
}
.under_nav {
	display: none;
}
.wrapper  {
	padding-top: 60px;
}
header.post-title h1 {
	text-align: center;
}  
html > body > div.site {
	min-height: 960px;
	background: url(../img/page-bg-top.png) no-repeat 50% 0, url(../img/page-bg-bottom.png) no-repeat 50% bottom, url(../img/page-bg.jpg) repeat-y 50% 0;
	padding-top: 0;
	padding-bottom: 100px;
}

footer[role="contentinfo"] {
	display: none
}
header.site_header,
.header_wrap {
	height: 160px;
}
header.site_header.fix_menu > .logo img {
	display: none;
}
header.site_header.fix_menu > .logo {
	width: 273px;
	height: 132px;
	background: url(../img/logo.png);
	display: block;
	position: relative;
	top: 20px;
	margin-left: 14px;
	z-index: 2;
}
header.site_header.fix_menu.fix > .logo {
	top: -17px;
	transform: scale(0.75) rotate(2.1deg) translate(57px);
	-webkit-transform: scale(0.75) rotate(2.1deg) translate(57px);
}
header.site_header {
	background: url(../img/header-border.png) no-repeat 50% bottom;
	border: none;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
header.site_header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 4px;
	background: url(../img/page-bg.jpg) repeat;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.fix_menu.fix:after {
	opacity: 1;
}

header.site_header > nav {
	margin-left: 60px;
	line-height: 40px;

}
header.site_header.fix nav {
	-webkit-transform: translate(0, 7px);
	-ms-transform: translate(0, 7px);
	-o-transform: translate(0, 7px);
	transform: translate(0, 7px);
}
header.site_header > nav ul > li {
	position: relative;
}
header.site_header > nav ul > li:after {
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #363636;
    width: 100%;
	bottom: auto;
	top: 0;
	border-color: #e66400;
	display: none;

}
header.site_header > nav ul > li:hover:after {
	display: block;
}
.site_header > nav ul > li > a {
	font-size: 22px;
	font-family: 'Bebas Neue';
	font-weight: 800;
	padding: 0;
	margin: 0!important;
}
.site_header > nav ul > li {
	margin: 0 12px;
}
.site_header > nav {
	margin: 0;
}

html > body > div.site:after {
	content: '';
	background: url(../img/footer-copy.png);
	width: 224px;
	height: 14px;
	bottom: 20px;
	left: 50%;
	margin-left: -112px;
	position: absolute;
	z-index: 20;
}


#watu_quiz .page_btn {
	background: none;
	border: 4px solid #4c3973;
	color: #4c3973;
	height: 84px;
	line-height: 84px;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	display: block;
	width: 274px;
	padding-top: 2px;
	box-sizing: border-box;
	min-width: auto;
}

.bg1-bullets-wp {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg1-bullets {
	background: url(../img/bullets.png) no-repeat 50% 1900px;
	position: absolute;
	
	
	
	width: 100%;
	height: 100%;
}


@media (max-width: 1000px) {
	.bg1-bullets-wp {
		display: none;
	}
}