footer#site-footer {
	margin-top: 0;
}

a.bfa-button,
button.bfa-button {
	background: url("../../images/special/lootak/mission-button.png?2") no-repeat scroll left top rgba(0, 0, 0, 0);
	width: 212px;
    height: 66px;
    display: block;
    padding: 19px;
    margin: 0 auto;
    font-size: 19px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-weight: 600;
	-webkit-filter: brightness(90%);
    filter: brightness(90%);
	transition: all 0.2s ease;
	border: none;
}
a.bfa-button.disabled,
button.bfa-button.disabled {
	opacity: 0.7;
}

a.bfa-button.button-red,
button.bfa-button.button-red{
	background: url("../../images/special/lootak/mission-button-red.png?2") no-repeat scroll left top rgba(0, 0, 0, 0);
}
a.bfa-button.button-orange,
button.bfa-button.button-orange{
	background: url("../../images/special/lootak/mission-button-orange.png?2") no-repeat scroll left top rgba(0, 0, 0, 0);
}
a.bfa-button:hover,
button.bfa-button:hover {
	-webkit-filter: none;
    filter: none;
}
.bfa-button-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 26px 0 0;
}
.bfa-button-group .bfa-button {
	margin: 0 30px;
}

.bfa-section{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bfa-section.bfa-hr {
	height: 25px;
	background: url("../../images/bfa/bfa-divider.png?4") no-repeat scroll center -184px rgba(0, 0, 0, 0);
	margin: -8px 0;
	z-index: 2;
}

.bfa-section#bfa-day-page {
	display: flex;
    align-items: center;
    padding: 120px 0;
    flex-direction: column;
	text-align: center;
	background: url("../../images/special/truefalse/background-1.jpg?3") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.bfa-section#bfa-day-page h1,
.bfa-section#bfa-day-page h2 {
	font-size: 62px;
    margin: 0;
	color: #fff;
    text-shadow: 4px 3px 5px #000000;
}
.bfa-section#bfa-day-page h2 {
	margin: 0px 0 15px;
    font-size: 24px;
    text-shadow: 2px 2px 3px #000000;
    color: #ffbf00;
}
.bfa-section#bfa-day-page > p {
	width: 750px;
    color: #fff;
    margin-top: 8px;
    font-size: 17px;
    text-shadow: 2px 2px 1px #000000;
}

#bfa-form {
	width: 666px;
	height: 563px;
	background: url("../../images/special/lootak/form-bg-1.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-top: 48px;
	margin-bottom: -32px;
	position: relative;
}
#bfa-form.bfa-form-quiz {
	background: url("../../images/special/bfabeta/form-bg-bfa.png?3") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.bfa-form-title {
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 0px #ad9a84c7;
    color: #4a2b03;
    font-weight: 600;
    height: 38px;
    padding-top: 7px;
}
.bfa-form-error {
	color: rgb(222, 179, 14);
    font-weight: 500;
	font-size: 20px;
    text-shadow: 1px 1px 1px #000000;
    display: block;
    padding: 5px;
}
.bfa-form-error.bfa-form-error-red {
	color: rgb(218, 60, 60);
}
.bfa-form-fields {
	padding: 60px 80px;
}
input.bfa-form-field,
select.bfa-form-field {
	margin-bottom: 10px;
	background-color: rgba(29, 15, 2, 0.55);
	font-size: 18px;
    box-shadow: 0 0 2px 1px rgba(212, 179, 86, 0.44) inset;
    padding: 11px;
    border: 1px solid #ceaa52;
}
input.bfa-form-field.bfa-form-field-dark,
select.bfa-form-field.bfa-form-field-dark {
	background-color: rgba(29, 15, 2, 0.92);
    box-shadow: 0 0 2px 1px rgba(214, 190, 18, 0.72) inset;
    border: 1px solid #e49608eb;
}
.bfa-form-field-group {
	margin-top: 8px;
}
.bfa-form-field-group span{
	display: block;
	margin-bottom: 4px;
    text-shadow: 2px 2px 1px #000000;
    color: #ffffff;
	text-align: left;
}
.bfa-form-description {
	margin-bottom: 24px;
    text-shadow: 2px 2px 1px #000000;
    color: #ffffffbd;
    font-weight: 500;
    font-size: 20px;
}
.bfa-form-description-small {
	    margin-bottom: 24px;
    text-shadow: 2px 2px 1px #000000;
    color: #ffffffbd;
}
.bfa-form-description-done {
	margin-top: 16px;
	color: #abf151bd;
}
.bfa-form-close {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -30px;
}
.bfa-form-close span{
	color: #e0e0e0;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000000;
    display: block;
    padding: 0 40px;
    margin: 20px 0;
}

.bfa-section#bfa-day-page-more {
	display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
	padding: 74px 0;
	background: url("../../images/special/truefalse/background-2.jpg?2") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.bfa-section#bfa-day-page-more h3 {
	font-size: 50px;
    margin: 0 0 14px;
    color: #fff;
    text-shadow: 4px 3px 5px #000000;
}
.bfa-section#bfa-day-page-more  p {
	width: 700px;
    color: #fff;
    margin: 0 auto;
    font-size: 17px;
    text-shadow: 2px 2px 1px #000000;
	font-style: italic;
}

.bfa-day-quest-progress {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bfa-day-quest-progress li{
	margin: 0 20px;
}
.bfa-day-quest-progress li .bfa-day-quest-progress-task{
	width: 80px;
	height: 80px;
	margin-bottom: 2px;
	position: relative;
}
.bfa-day-quest-progress li .bfa-day-quest-progress-task span{
	padding: 6px 10px;
    background: rgba(0,0,0,0.7);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: none;
    position: absolute;
    transform: translateX(-50%);
    top: -30px;
    left: 50%;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.bfa-day-quest-progress li .bfa-day-quest-progress-task:hover span{
	display: block;
}
.bfa-day-quest-progress-finished {
	position: absolute;
	left:10px;
	top: 10px;
	width: 58px;
	height: 58px;
	background: url("../../images/special/lootak/days/progress/progress-done.png") no-repeat scroll top left rgba(0, 0, 0, 0);
}
.bfa-day-quest-progress li > span{
	color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000000;
    display: block;
    margin-bottom: 20px;
}
.bfa-day-quest-complete {
	width: 361px;
	height: 120px;
	background: url("../../images/special/lootak/quest-complete.png?2") no-repeat scroll top left rgba(0, 0, 0, 0);
	font-size: 19px;
    text-shadow: 2px 1px 1px #000;
    color: #ffffffd9;
    font-weight: 600;
    text-transform: uppercase;
    padding: 46px 56px;
    margin: -14px auto 0;
    text-align: left;
}
.bfa-day-quest-wait {
	width: 361px;
	height: 120px;
	background: url("../../images/special/lootak/quest-wait.png?2") no-repeat scroll top left rgba(0, 0, 0, 0);
	font-size: 19px;
    text-shadow: 2px 1px 1px #000;
    color: #ffffffd9;
    font-weight: 600;
    text-transform: uppercase;
    padding: 47px 50px;
    margin: -14px auto 0;
    text-align: left;
}
.bfa-close-icon {
	width: 115px;
	height:145px;
	background: url("../../images/special/lootak/close-img.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin: 0 auto;
}
.bfa-day-quest-progress-inner {
	height: 200px;
}

.bfa-quiz-buttons {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.bfa-quiz-button {
	width: 245px;
	height: 61px;
	background: url("../../images/special/bfabeta/bfa-quiz-button.png?3") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding: 19px;
    margin: 4px;
    font-size: 19px;
    text-shadow: 2px 1px 1px #000;
    color: #dedede;
    cursor: pointer;
}
.bfa-quiz-button:not(.correct-answer):not(.wrong-answer).selected-answer,
#quiz_form:not(.loading) .bfa-quiz-button:hover {
	background-position: left -61px;
}
.bfa-quiz-button.correct-answer {
	background-position: left -183px;
}
.bfa-quiz-button.wrong-answer {
	background-position: left -122px;
}
.bfa-quiz-button:not(.correct-answer):not(.wrong-answer).unselected-answer {
	opacity: 0.5;
}
.bfa-quiz-summary {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 3px 2px 2px #000;
    color: #fff;
    bottom: 115px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.bfa-quiz-summary-correct {
	background: url("../../images/special/bfabeta/quiz-correct.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-left: 42px;
	padding-top: 3px;
	margin-left: 28px;
}
.bfa-quiz-summary-questions {
	background: url("../../images/special/bfabeta/quiz-question.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-left: 31px;
	
	padding-top: 3px;
}

#highlight-overlay {
	display: none;
}


#bfa-character-select .character-select-inner{
	width: 627px;
	height:547px;
	background: url("../../images/special/lootak/character-select-empty.png?3") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding: 100px 85px 89px;
	margin-bottom: -50px;
}
#bfa-character-select .character-select-inner.character-selected {
	width: 567px;
	height:400px;
	background: url("../../images/special/lootak/character-select-done.png?3") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-top: 42px
}
#bfa-character-select h4 {
    font-size: 24px;
    text-shadow: 1px 1px 0px #d8a76bc7;
    margin: 0;
    color: #4a2b03;
    font-weight: 600;
    text-transform: none;
}
#bfa-character-select .character-selected h4 {
    font-size: 18px;
    text-shadow: 1px 1px 0px #d8a76bc7;
    margin: 0;
    color: #4a2b03;
    font-weight: 600;
    padding-top: 0;;
}
#bfa-character-select p {
	font-size: 16px;
    margin: 30px 0;
    color: #4e3906;
    font-weight: 600;
    line-height: 26px;
}
#bfa-character-select .character-select-inner.character-selected p {
    margin: 6px 0 15px;
}
#bfa-character-select .character-select-inner.character-selected .bfa-character-image {
    position: relative;
}
#bfa-character-select .character-select-inner.character-selected .bfa-character-remove {
    position: absolute;
	width: 26px;
	height: 26px;
	background: url("../../images/special/lootak/character-remove.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	left: 50%;
	top: 100px;
	transform: translatex(-50%);
}
#bfa-character-select .character-select-inner.character-selected img {
    border-radius: 50%;
    margin-top: 25px;
    border: 4px solid #4e3906;
    box-shadow: 0 0 20px 4px #2f1901cf;
}


@media (max-width: 1000px) {
	.bfa-section#bfa-day-page h1 {
		font-size: 52px;
	}
	.bfa-section#bfa-day-page h2 {
		font-size: 21px;
	}
}

@media (max-width: 800px) {
	.bfa-section#bfa-day-page > p,
	.bfa-section#bfa-day-page-more p{
		width: 100%;
		padding: 0 10px;
	}
}