


.test-result{
	margin: 50px 50px;
}
.test-result h1{
	font-size: 80px;
	font-weight: 400;
	color: #ee6b6b;

}

	.quiz-result{
	display: inline;
    margin-left: 50px;
    color: red;
    font-size: 30px;
    }

	.quiz-question{
	background-color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    min-height: 350px;
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 30px;
	}
	@media (max-width: 780px) {
		.quiz-question h5{
			font-size: 14px;
		}
		.quiz-question .control-group{
			font-size: 12px;
			line-height:13px;
		}
		.quiz-question {
			min-height: 350px;
			padding: 20px;
		}
		.quiz-question button {
			padding: 10px 16px;
			
		}
		.portfolio-media{
			min-height: 280px;
		}
	}

.breadcrumb-profile-badge{
	right: 20px;
	
    position: absolute;
    color:#ee6b6b;
    
}
#site-navigation .menu > li ul{
	top:60px;
}

.btn-link{
	color: #222;
}
.btn-link:hover{
	color: #fff;
	text-decoration: none;
	background-color: #838383;
}
.btn-link:focus{
	color: #ee6b6b;
	text-decoration: none;

}
.site-footer{
    bottom: 0;
    width: 100%;
}
.gamequestion{
	text-align: center;
}
