* {
	padding:0;
	margin:0;
	font-size:16px;
	color:#333;
	outline:none;
}

div, .div {
	display:block;
	position:relative;
	box-sizing:border-box;
	width:100%;
}

.inline_block {
	display:inline-block;
	text-align:center;
	border:1px solid #aaa;
	vertical-align:top;
	min-width:300px;
}

.half {
	width:50%;
}

.fw {
	width:100%;
}

.button {
	padding:10px 25px;
	text-decoration:none;
	font-size:25px;
}

.button.green {
	border:none;
	background: #2de22d;
	background: -moz-linear-gradient(top,  #2de22d 0%, #57a056 100%);
	background: -webkit-linear-gradient(top,  #2de22d 0%,#57a056 100%);
	background: linear-gradient(to bottom,  #2de22d 0%,#57a056 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2de22d', endColorstr='#57a056',GradientType=0 );	
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
}

.button.green:hover {
	background: #57a056;
	background: -moz-linear-gradient(top,  #57a056 0%, #2de22d 100%);
	background: -webkit-linear-gradient(top,  #57a056 0%,#2de22d 100%);
	background: linear-gradient(to bottom,  #57a056 0%,#2de22d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a056', endColorstr='#2de22d',GradientType=0 );
}

.page_wrap {
	width:100%;
	min-width:300px;
	text-align:center;
}

e, m, .hidden {
	display:none;
}








.home_forms {
	width:90%;
	padding:0 5%;
	text-align:center;
}

.home_forms .inline_block {
	padding:20px;
}

.home_forms h2 {
	padding:10px 0;
	font-size:25px;
}

.home_forms .input {
	display:block;
	width:70%;
	padding:10px;
	margin:0 auto;
}

.home_forms input {
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}












.guess_wrap.flag .guess {
	border:1px solid #aaa;
	background-size:80% auto;
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-position: center center;
	transition:background-size 0.5s;
	cursor:pointer;
}

.guess_wrap.flag .guess:hover {
	background-size:90% auto;
}

.guess_wrap.word .guess {
	border:1px solid #aaa;
	width:300px;
	height:30px;
	transition:background-size 0.5s;
	cursor:pointer;
	font-size:16px;
}

.guess_wrap.word .guess:hover {
	font-size:18px;
}

.guess_wrap {
	display:inline-block;
	margin:2px 0;
}

.guess_wrap.flag {
	width:100px;
	min-width:100px;
	height:100px;
}

.guess_wrap.word {
	width:300px;
	min-width:300px;
	height:30px;
}

.fopts {
	display:inline-block;
	width:40%;
	min-width:300px;
}

.task_word {
	font-size:30px;
	padding:20px 0;
}

.res_wrap .correct {
	font-size:30px;
	padding:16px 0;
	color:#00b300;
}

.res_wrap .wrong {
	font-size:30px;
	padding:16px 0;
	color:#f00;
}

.res_wrap .half {
	padding:10px 0;
	border:1px solid #eee;
	background:#eee;
	margin:3px;
}

.res_wrap .answer_flag {
	width:300px;
	height:auto;
}

.res_wrap .button {
	margin-top:20px;
}

.task {
	padding:20px 0;
}

.task.flag {
	background:#eee;
}

.task.flag img {
	width:50%;
	min-width:100px;
	max-width:500px;
	height:auto;
}