html > body > div.site {

}

body.custom-background {
	background: url(../img/bg.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
}


.aoe-top-b {
	height: 318px;
	margin: -20px -20px 0px;
	background: url("../img/top-b-img.jpg") no-repeat 50% 0;
	position: relative;
}

.aoe-content {
	margin: 0 -20px;
	padding: 20px 20px 0;
	background: url("../img/start-bg.jpg") no-repeat 50% 0;
}
.aoe-content_s1 {
	background-image: url('../img/s-1-bg.jpg');
}
.aoe-content_s2 {
	background-image: url('../img/s-2-bg.jpg');
}
.watu_quiz_disc {
	padding-top: 350px;
}
.watu_counter {
	display: none;
}

.quiz-area h2 {
	text-align: center;
	font-size: 43px;
	color: #421000;
	font-weight: 500;
	text-shadow: 0 3px 7px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
.result_block h2 {
	display: none;
}
.aoe-question-lvl {
	display: table;
	margin: 0 auto 30px;
	background: rgba(0,0,0,0.45);
	padding:0 14px;
	line-height: 1.6;
	color: #fff;
}
.aoe-question-number {
	text-align: center;
	color: #775137;
	font-size: 20px;
	margin-bottom: 30px;
}
.checkbox {
	border-color: #775137;
}
.watu_answer_item.checked .checkbox:after {
	background: #775137;
}
#watu_quiz .page_btn {
	background: #6b452c;
}
.watu_answer_item.checked {
	background: #dac5a8!important;
}
.quiz-area .likely-big .likely__icon svg path {
	fill: #6b452c;
}
.quiz-area .likely-big .likely__widget_twitter svg {
	background: #6b452c;
}
.quiz-area .likely-big .likely__widget {
	background: #6b452c;
}
.quiz-area .likely-big .likely__widget_twitter svg path {
	fill: #fff;
}
.aoe-buy-btn {
	background: url("../img/buy-btn.png") no-repeat;
	display: block;
	width: 180px;
	height: 51px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -90px;
}
