@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing:border-box;
}
html {
	width:100%;
	height:100%;
	background: #f5f5f5;
}
body {
	margin:0 auto;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:1em;
	color:#003;
	line-height:1.45em;
	max-width:1300px;
	box-shadow:0 0 15px #aaa;
	border:solid 5px #F5FFC9;
	border-radius:0.5em;
	}
section {
	font: size 8px;
}
.header_plus {
	background: url(../img/stars.png), linear-gradient(to bottom, #1720c3 20px, #f5f5f5 140px);
	border-radius:0.5em;
	height:150px;
	margin-bottom: 5px;	
}
@font-face {
    font-family: Acme;
    src: url(https://manylex.com/fonts/Acme-Regular.ttf);
	font-display:swap;
}
.logo {
	position: relative;
	top:10px;
	left:15px;
	text-align:left;
	z-index: 0;
	font-family: 'Acme', sans-serif;
	font-size:2.7em;
	font-style: italic;
	max-width:305px;
	padding: 11px 5px 0;
}
.santa img{
	position:absolute;
	margin-left:auto; 
	margin-right:auto;
	left:0; 
	right:0;
	top:20px;
	opacity:.7;
	width:265px;
	margin:0 auto;
}
.logo a:link, .logo a:visited{
	text-decoration:none;
	color: #f28e1A;
}
.logo a:hover {
	color: gold;
}
.sub_logo{
	white-space:nowrap;
	font-size:0.5em;
	color: #ccc;
	margin-top:10px;
	text-shadow:none;
}
.sub_logo span{
	display:inline-block;
	margin: 5px;
}
.sub_logo span::first-letter{
	color: #fff;
	font-size:2rem;
	margin-left:0;
	margin-right:0;
}
.g_translate{
	position:absolute;
	max-width:230px;
	top: 95px;
	left:15px;
}
.g_search{
	width:97%;
	margin:5px auto;
	border-radius:5px;
	box-shadow: #bbb 2px 4px 0;
}
.g_search table td{
	border:none;
	text-align:left;
	padding:5px;
}
.g_search_result{
	width:99%; 
	float:none;
}
.center {
	display:block;
	margin:5px auto;
	text-align:center;
}
img {
	max-width:100%;
	height:auto;
	text-align:center;
}
a img{
	border:none;
}
figure {
	margin:8px auto;
	padding:0;
}
figure a img{
    cursor:pointer;
	display:block;
	transition:1.0s;
}
.right_block{
	display:block;
	float:none;
	margin:9px auto;
	max-width: 320px;
}
.left_block{
	display:block;
	margin:9px auto;
}
.left_block{
	display:inline-block;
	margin:9px;
}
nav {
	width:90%;
	color:#758;
	margin: 0 auto;
	padding-top:125px;
	text-align: center;
}
sup {
	font-size:50%;
	font-size-adjust: 0.5;/* firefox */
	vertical-align:super;
}
sup a:link, sup a:visited{
	color:red;
}
sub {
	font-size:50%;
	font-size-adjust: 0.5;
	vertical-align:sub;
}
pre {
	font-size:120%;
}
li{
	margin-left: 7%;
}
hr {
	border-color:#eee;
}
.big {
	font-size: 1.2em;
}
a:link{
	color:#03d;
}
a:hover {
	color:#00f;
}
a:visited {
	color:#37d;
}
input[type ="submit"] {
	 cursor: pointer;
}
nav a{
	display: inline-block;
	margin: 0 15px;
}
h1,h2,h3,h4{
	position: relative;
	text-align:center;
	margin: 0.2em auto;
	line-height:1.5em;
	color: #555;
}
h1 {font-size:1.4rem;}
h2{font-size:1.25rem;}
h3{font-size:1.15rem;}
h4{font-size:1.05rem;}
p {margin:0.8rem 0;}
.top_menu{
	position:absolute;
	opacity: 0.95;
	display:none;
	width:90%;
	max-width:360px;
	right:0px;
	top:0;
	margin:5px;
	overflow:auto;
	padding-bottom:8px;
	border-radius:5px;
	background:#fffcee;
	z-index:999;
	border:solid 1px #fedeba;
	border-bottom: solid 3px #fedeba;
	box-shadow: 0 0 5px 2px #bbb;
}
input[type=checkbox] {
	display:none;
}
/* Toggled State for topmenu */
input[type=checkbox]:checked ~ .top_menu {
	display:block;
}
.top_menu a, .top_menu a:visited {
	display:block;
	padding:8px 5px 0 1.5%;
	margin:0 7%;
	color:#05e;
	text-decoration:none;
	transition:all .3s ease-in-out;
	border-bottom:solid #aaa 1px;
}
.menu_button {
	position:absolute;
	top:10px;
	right:1%;
	padding:3px;
	z-index:99;
}
.menu_button span {
	display:block;
	width:30px;
	height:3px;
	background:#ff8;
	margin:4px;
	border-radius:8px;
}
.close_menu::before{
	margin:5px 8px;
	content: "❌";
	float:right;
	font-size: 22px;
	background:#ddd;
	padding:3px;
	font-weight:bold;
	z-index:998;
	border-radius:3px;
}
.thisPage a, .thisPage a:hover, thisPage a:visited{
	color: #777;
	cursor: text;
}
main {
	width:97%;
	padding: 5px 2%;
}
.ad_top{
	width:99%;
	margin:5px auto;
	background: #fff;
}
.ad_middle{
	clear:both;
	height: 280px;
	margin:10px auto;
	width: 98%;
	background: #fff;
}
.ad_bottom{
	clear: both;
	position:relative;
	height: 280px;
	width:99%;
	margin:8px auto;
	background: #fff;
}
.table_all{
	clear: both;
	overflow:auto;
	}
.table_all table tr:nth-child(2n-1) {
		background-color:#f7f7f7;
		}
table {
	width:99%;
	box-shadow: 0 0 5px 0 #bbb;
	border-collapse:collapse;
	border:#bbb solid 1px;
	background-color:#fff;
	border-radius:5px;
}
table thead td, table thead th {
	background:#468;
	padding:5px;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 0 #111;
	border:#bbb solid 1px;
	vertical-align:middle;
	font-weight:700;
}
table td{
	border:#bbb solid 1px;
	text-align:left;
	padding:5px;
}
.lesson {
	min-width: 320px;
	margin: 0 auto;
}
.lesson table td:nth-child(3) {
	width: 45%;
}
.table2play table td:first-child {
	width:5%;
}
.table2play table tr:nth-child(odd) {
	background: #f5f5f5;
}
.table2play table td {
	width:45%;
}
.small_table table td{
	vertical-align:middle;
	text-align:center;
}
.ac_table td:first-child {
	width:3%;
}
.ac_table td{
	vertical-align: middle;
}
.rotate {
	text-align: center;
	padding:55px 3px;
}
.rotate div {
	transform: rotate(-90deg);
	transform-origin: 48% center 0;
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	-webkit-transform: rotate(-90deg); 
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; 
	margin: -24px;	
	line-height:1em;
}
.two_rows td {
	border: 2px solid #d1d1d1;
	}
.two_rows tr:nth-child(4n+3) {
	background-color:#e9e9e9;
}
.two_rows tr:nth-child(4n+4) {
	background-color:#e9e9e9;
}
.red {
	color: #f35;
}
.green {
	color:#085;
}
.blue {
	color:#05c;
}
.brown {
	color: brown;
}
.voc_test {
	clear:both;
	background: #e7e7e7;
	padding:0;
	margin: 15px 0;
	border-radius: 8px;
	text-align:center;
}
.voc_test span{
	display:inline-block;
	width:18%;
	min-width:140px;
	margin:5px 1%;
	vertical-align:top;
}
.voc_test input[type=checkbox] {
	display: inline-block;
	margin: 7px 5px 0 5px;
}
.voc_test label {
	display:block;
	font-size: 110%;
	background: #fff;
	padding: 3px;
	border-radius: 5px;
	min-width: 150px;
	text-align: left;
	margin-top: 12px;
	transition: ease-out 0.5s;
}
.voc_test label:hover{
	background: #dfd;
}
input[type ="submit"], [type ="reset"] {	
	background: linear-gradient(to bottom, #2975b3 0%,#0f5581 50%,#2c7ab6 100%);	
	border:solid #55f;
	border-width:1px;
	color:#fff;
	text-shadow:0 1px 0 #111;
	padding:8px 25px; 
	margin-left:7px;
	max-width:220px;
	min-width:90px;
	border-radius:5px;
	font-size:120%;
}
label {
	cursor: pointer;
}
#select label {
	display: inline-block;
	background: #e4e4e4;
	padding: 5px;
	margin: 5px 10px 5px 0;
	border-radius:5px;
}
.result {
	display:block;
	padding: 25px 0;
	width: 55%;
	min-width: 300px;
	margin: 0 auto;
	text-align:center;
	background: #f0f0f0; 
	border-radius: 10px;
}
.result span{
	font-weight: 800;
	color: #35c;
	font-size: 150%;
}
footer {
	display:block;
	position: relative;
	bottom: 0;
	background: #333;
	width:100%;
	height:auto;
	padding: 10px 0;
	border-bottom-right-radius:0.3em;
	border-bottom-left-radius:0.3em;
	text-align:center;
	color:#ddd;
}
footer a:link, footer span{
	color:#eff;
	margin: 20px;
	display: inline-block;
}
footer a:visited{
	color:#eff;
}
footer b{
	color:#eff;
}
/* Social Buttons */
.fa:link {
  padding: 8px;
  font-size: 22px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5px;
  color: #fff;
}
.fa:hover {
    opacity: 0.7;
}
.fa:visited {
	color:#fff;
}
.fa-facebook {
  background: #3B5998;
}
.fa-twitter {
  background: #55ACEE;
}
.fa-google {
  background: #dd4b39;
}
.fa-linkedin {
  background: #007bb5;
}
.fa-youtube {
  background: #bb0000;
}
.fa-instagram {
  background: #125688;
}
.fa-pinterest {
  background: #cb2027;
}
/* .fa-skype { */
  /* background: #00aff0; */
/* } */
.fa-yahoo {
  background: #430297;
}
.video-wrapper, .video-wrapper560 {
	clear:both;
	margin:0 auto;
}
.video-wrapper {
	max-width:720px;
}
.video-wrapper560 {
	max-width:560px;
}
.video {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}.thumbnails {
	clear:both;
	text-align: center;}.thumbnails a{
	transition: all 0.2s;
	margin-right:0;
	margin-left:auto;
	width:240px;	display: inline-block;
	box-shadow:#bbb 3px 3px 3px;
	border: solid 1px #0be;
	border-radius:8px;
	background: linear-gradient(to bottom, #99CCF8 -10%, #f9f9f9 99%);	margin:5px;
	text-decoration:none;
	font-weight:bold;
	text-align: center;}
.thumbnails img{
	display:block;
	height: 150px;
}
.thumbnails a:hover{
	box-shadow:#aaa 5px 5px 3px;
}
/* @media only screen and (max-width:720px) {

}			 */