@charset "utf-8";
#layoutOnOff{display:none !important;}


@font-face {
    font-family: 'comic';
    src: url(../font/mclaren.regular.woff);
	font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'encode';
    src: url(../font/OpenSansBold.ttf);
	font-weight: bold;
}
@font-face {
    font-family: 'encode';
    src: url(../font/OpenSans.ttf);
	font-weight: normal;
	
}

@font-face {
    font-family: 'encode';
    src: url(../font/Roboto-Light.ttf);
	font-weight: lighter;
}


@font-face {
    font-family: 'buildBold';
    src: url(../font/built-titling-bd.ttf);
	font-weight: bold;
}

@font-face {
    font-family: 'build';
    src: url(../font/built-titling-sb.ttf);
	font-weight: normal;
}



#fontPreload1{
font-family: 'comic';
position: fixed;
top: -3000px;
}

#fontPreload2{
font-family: 'encode';
font-weight: lighter;
position: fixed;
top: -3000px;
}


/*2019 CHANGE*/
body:before {
  display: none;
  font-family: 'comic';
content: url('../common/square1.jpg') url('../common/square2.jpg') url('../common/square3.jpg') url('../common/square4.jpg') url('../common/square5.jpg') url('../common/square5b.jpg') url('../common/square5c.jpg') url('../common/square5d.jpg') url('../common/mainBack1.jpg') url('../common/mainBack2.jpg') url('../common/mainBack3.jpg') url('../common/mainBack4.jpg') url('../common/mainBack5.jpg') url('../common/medal1.png') url('../common/medal2.png') url('../common/medal3.png') url('../common/medal4.png') url('../common/star1.png') url('../common/star2.png') url('../common/star3.png') url('../common/star4.png') url('../common/star0.png') url('../common/logoOuino1.png') url('../common/logoOuino2.png') url('../common/logoOuino3.png') url('../common/logoOuino4.png') url('../common/logoOuino5.png') url('../common/logoOuino6.png') url('../common/logoOuino7.png') url('../common/logoOuino8.png') url('../common/logoOuino9.png') url('../common/background.jpg') url('../extra/images/extra.png') url('../extra/images/progress.png') url('../extra/images/tips.png') url('../extra/images/guide.png');
}
/*2019 CHANGE*/

.opacityAnimate{
-webkit-animation: opaAnimate 2s;
animation: opaAnimate 2s;
}

@-webkit-keyframes opaAnimate {0% { opacity: 1; } 50% { opacity: 1; } 100% { opacity: 0; }}
@keyframes opaAnimate {0% { opacity: 1; } 50% { opacity: 1; } 100% { opacity: 0; }}


 @-ms-viewport {
width: device-width;
zoom: 1;
min-zoom: 1;
max-zoom: 1;
zoom: fixed;
}
 @-viewport {
width: device-width;
zoom: 1;
min-zoom: 1;
max-zoom: 1;
zoom: fixed;
}

html {
	width:100%;	
	-ms-touch-action: none; 
	touch-action: none;
}

body {
	font-family: 'encode', Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 auto;	
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

select, input{
	font-family: 'encode', Verdana, Geneva, sans-serif;
	font-weight: normal;
}

select{
-webkit-appearance: none;
}


#loginCover, #registerCover, #passwordWrap, #passwordReset{
	z-index:8888;
}

.loader{
	display: block;
	height:60px;
	font-size: 32px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	margin: auto;
position: absolute;
left: 0; bottom: 0; right: 0; top: 45px;
z-index: 10;
}

#startCover{
background:rgba(0, 0, 0, 0.8) !important;
}


.wrapper, .wrapper2, .wrapper3, .lessonMenus{
	min-width: 280px;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
}

.wrapper2 {
	background:rgba(0, 0, 0, 0);
}

.ouinoContent {
	width: 95%;
	max-width: 1000px;
	min-width: 280px;
	height: 98%;
	max-height : 700px;
	margin: auto;
    position: fixed;
    left: 0; bottom: 0; right: 0; top: 40px;
	display: none;
	background: radial-gradient(rgba(0,97,204,0.4), rgba(0,41,87,0.8));
	padding: 20px;
}

.portrait {
max-width: none;
max-height: none;}


.darkWrap {
	background:rgba(0, 0, 0, 0.8);
}

#verbWrap {
	background:rgba(0, 0, 0, 0.3);
	z-index: 19;
	display: none;
	cursor: pointer;
}


.bannerSite {
postion: relative;
width: 90%;
max-width: 700px;
height: auto;
cursor: pointer;
}


.wrapperOut{
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-transition:-webkit-transform 0.5s;
    transition: transform 0.5s;
}

.wrapperOutMobile{
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}


#optionWrap, #tutorialWrap, #userWrap {
	display:none;
	cursor: pointer;
}

#background {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	width:100%;
	height:100%;
}

.smallIcon, .smallIcon2{
	padding-right: 10px;
	opacity: 0.7;
	cursor: pointer;
	padding-top: 3px
}

.smallLogo {
	float:left;
	padding-left: 10px;
	cursor: pointer;
	opacity: .85;
}
.menuBar {
	top: 0px;
	background-color: rgba(0, 0, 0, 1);
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	visibility: hidden;	
}
.menuTitleContainer {
	display: inline-block;
	font-weight: bold;
	color:#FFF;
	float: left;
	padding-left: 10px;
	cursor: default;
	opacity: 0.8;
}
.menuBtnContainer {
	display: inline-block;
	position: absolute;
	top: 3px;
	right:1px;
}
.alignVerticalItem {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.alignVerticalWin {
margin: auto;
position: absolute;
left: 0; bottom: 0; right: 0; top: 45px;
}

/*OPTIONS*/

.menuLogo {
	float:left;
	padding-right: 10px;
	margin: 0;
	position: absolute;
	opacity: .3;
	height: 120px;
	top: -50px;
	right: -100px;
}
.menuIcon {
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.menuTitle, .menuTitle2 {
	cursor: default;
	font-size:19px;
	border-bottom: 1px solid #FFF;
	padding-bottom:3px;
	white-space: nowrap;
}
.menuTitle {
	margin: 3px 0 14px 0;
}
.menuTitle2 {
	margin: 3px 0 0 0;
}
.menuBox, .menuBox2 {
	width: 100px;
	padding: 8px 0 11px 0;
	opacity: 0.85;
	cursor: pointer;
}
.menuBox2 {
	height:125px;
}
.menuItem {
	margin: 0;
	font-size:17px;
}
.menuItemDescription {
	margin: 0;
	font-style:italic;
	font-weight: lighter;
}
.leftMenuItems {
	float: left;
}
.centerMenuItems {
	text-align: center;
	font-size:15px;
	font-weight: normal;
	margin: 0;
	padding: 2px 0;
	line-height: 16px;
}
.rightMenuItems {
	width: 34.5%;
	float: right;
}

.selectOptions {
	cursor: pointer;
	width: 100%;
	border: 0;
	background-color: #000;
	border-radius:3px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:6.5px;
	box-shadow:0px 0px 3px 1px #000;
}

.loginOptions {
	cursor: pointer;
	width: 100%;
	border: 0;
	background-color: #FC0;
	border-radius:3px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:6.5px;
	box-shadow:0px 0px 2px 0px #000;
}

.selectOptions {	
    opacity: .9;
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px 10px 10px;
}
	
.loginOptions {
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px;
}	
	
	
/*2019 START*/
.selectOptions {	
    opacity: .9;
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px 10px 10px;
	background-size: 200% 400% !important;
	background-position: center 80% !important;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.6);
}

.linkLogo {	
position: relative;
float: left;
height: 30px;
width: auto;
margin: 10px 0 0 10px;
}

.teacherNote {	
text-align:center;
font-size:22px;
line-height: 34px;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: normal;
padding: 10px 20px 10px 56px;
}

.teachLink {	
text-align:center;
font-size:25px;
line-height: 34px;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
padding: 10px 20px 10px 56px;
cursor: pointer;
-webkit-transition: color 0.4s;
transition: color 0.4s;
font-family: 'build';
font-weight: normal;
letter-spacing: 0.03em;
}

.teachLink b{	
display:none;
}

.teachLink:hover {color: #FC0;}
	
.loginOptions {
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px;
}	
	
	
option {
	background-color: #000;
}


.optionsIn {
	padding:25px 2.5%;
	width: 70%;
	min-width: 320px;
	max-width: 600px;
	height: 275px;
	background-color: #00F;
	cursor: default;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
}
/*2019 END*/
.settingTable, .menuTable, .starTable, .loginTable, .registerTable {
	width: 100%;
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto;
}

.offlineTable {
	min-height:190px;
	margin: 0;
	padding: 0 8px 0 0;
	width: 100%;
	border-bottom: 1px solid white;
}

.offlineTable2 {
padding: 5px 8px 0 0;
	width:70%;
	min-width: 300px;
margin: 0 auto;
}

.messageTable {
padding: 0;
width:100%;
max-width: 400px;
margin: 0 auto;
text-align:center;
}

.max300 {
max-width: 300px;
}


.messageCheck{
vertical-align:middle;
padding:0;
}

.messageTitle {
margin:0 0 0 -10px;
cursor: default;
}

p {
font-size: 14px;
font-weight: normal;
}

.warningLogo {
	width: 100%;
}

.offlineTitle {
	line-height: 5px;
	font-weight: normal;
	text-align:center;
	padding-left: 20px;
}

.offlineWord {
	font-weight: normal;
	font-size: 13px;
	text-align:center;
	padding-left: 20px;
	line-height: 20px;
}

#loginCenter, #loginOffline, #registerCover, #mainMusic, #mainSound, #passwordWrap, #passwordReset, #endWrap, #learningTip, .allSFX, .textWrap5, #quizBanner{
display:none;
}

.loginTable {
	text-align: center;
	max-width: 350px;
	height: 100%;
} 

.registerTable {
	text-align: center;
	max-width: 450px;
	height: 100%;
}

.loginTitle {
margin:6px 0 0 0;
font-weight: normal;
-webkit-transition: color 1s;
transition: color 1s;
cursor: default;
}

.loginTitleHover {
color:#F00;}

.smallUnderline, .smallerUnderline{
width: auto;
display:inline-block;
font-weight: normal;
cursor: pointer;
opacity: .8;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
}

.smallUnderline{
margin: 0 auto;
padding-top:10px;
}

.smallerUnderline{
margin: 0 12px;
float:left;
font-size:12px;
}

.loginRemember{
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
cursor: pointer;
font-size: 12px;
text-align: left;
}

#loginRemember2{
text-align: center;
margin:7px;
}

.rememberCheck{
vertical-align:middle;
padding-right: 5px;
margin: -2px 0 0 10px;
}

#rememberCheck2{
vertical-align:middle;
margin-top: -2px;
padding-right: 5px;
}

.loginField, .registerField{
position: absolute;
left: 0; right: 0;
margin:0 auto;
padding:4px;
width: 360px;
font-size:15px;
text-align:center;
}

.rgField {
position: absolute;
font-size:15px;
text-align:center;
width: 170px;
padding:3px;
}

.registerButtons {
width: 300px;
margin: 0 auto;
}

.registerButton {
padding-right: 20px;
}

.questionMark{
vertical-align:middle;
padding-left: 5px;
margin: -4px 0 0 0;
cursor: pointer;
}

.activationField {
margin-bottom: 5px;
}

.registerTitle {
margin: -15px 0 0 0;
padding: 0;
text-align:center;
font-size:22px;
}

.registerText {
line-height: 22px;
font-size:17px;
font-weight: normal;
cursor: default;
}

.letterLogo {
	width:100%;
}
/*2019*/
.gradientColor, .gradientColor2, .gradientColor3{
	color:white;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.6),  1px -1px 0 rgba(0,0,0,0.6), -1px 1px 0 rgba(0,0,0,0.6), 1px 1px 0 rgba(0,0,0,0.6);
	background: radial-gradient(#F00, #700);
}
/*2019*/

.tinyText {
	margin:0;
	padding: 0;
	line-height: 12px;
	font-weight: normal;
	opacity: 0.7;
}
.menuBoxHover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 10px 0px #000;
}

.tooltip{
    display: inline;
    position: relative;
	font-size:12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.tooltipHover:after{
    background: rgba(0,0,0,.9);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(name);
    left: -230px;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width: 280px;
}

.tooltipHover:before{
    border: solid;
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 21px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}

.tenPxPadTop{
padding-top: 10px;
}

.floatLeft {float: left;}
.floatRight {float: right;}

.imageAlign{
vertical-align:middle;
}

#versionCover{
	z-index:1000000;
	background: #000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.yellowText{
color: #FC0;
}

.redText{
color: #900;
}
.invisible{
visibility: hidden;
}
.selectOff{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.instructions{
position: fixed;
bottom : 10px;
left: -10px;
z-index: 99999;
color: white;
font-size: 14px;
cursor: default;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

.redArrowImage {
height:30px;
padding: 0 9px 5px 18px;
vertical-align:middle;
}
.tenPaddingLeft {
padding-left: 10px;
}

.showDiv{
display:block;
}

#mainLogoImg{
position: absolute;
width: 350px;
height: 140px;
margin: auto auto;
top: 45px;
right: 0;
bottom: 0; 
left: 0;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

.mainLogoImg2{
width: 50px;
height: auto;
vertical-align:middle;
padding: 0 14px 8px 0;
}


.opacityAnimate2{
opacity: 1;
top: 7px;
left: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-animation: opaAnimate2 0.8s infinite;
animation: opaAnimate2 0.8s infinite;
}

@-webkit-keyframes opaAnimate2 {0% { opacity: 1; -webkit-transform: scale(1.2);} 50% { opacity: 0.6; -webkit-transform: scale(1);} 100% { opacity: 1; -webkit-transform: scale(1.2);}}
@keyframes opaAnimate2 {0% { opacity: 1; transform: scale(1.2);} 50% { opacity: 0.6; transform: scale(1);} 100% { opacity: 1; transform: scale(1.2);}}

#redArrowImg{
position: fixed;
height: 100px;
width: auto; 
top: 50px; 
left: 45px;
z-index: 2000;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}



#sectionTitle{
text-align:center;
font-size:32px;
line-height: 60px;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
cursor: default;
}

#sectionTitle2{
position: relative;
float:left;
width: 100%;
text-align: center;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
cursor: default;
line-height: 32px; font-size:22px; margin-top: 15px;
}

.sectionBtns{
position: relative;
float: left;
width: 49%;
height: 15%;
margin: 0.5%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}

#guidedSection{
width: 60%;
margin: 0.5%;
float: left;
padding-right: 1%;
}

.sectionBtns2{
position: relative;
float: left;
width: 18%;
height: 15%;
margin: 0.5%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}


#lessonMenu5 .mainTitle, #lessonMenu7 .mainTitle{
cursor: pointer;
opacity: 0.9;
}


.verbSectionBtns{
position: relative;
float: left;
width: 23%;
height: 10%;
margin: 0.25%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}

.theBtnHover{opacity: 1; 
background: radial-gradient(rgba(0,97,204,0.3), rgba(0,41,87,0.8));
}


#verbSection1{
margin-left: 3.25%;
}

#lineBottom{
position: relative;
height: 1px;
border-bottom: 1px solid white;
width: 90%;
float:left;
margin: 8% 0 20px 5%;
}

.sectionImages{
position: relative;
float:left;
height: 100%;
margin-left: 2%;
margin-right: 3%;
width: 15%;
}

#sectionImage1{background: url(../common/logoOuino1.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage2{background: url(../common/logoOuino2.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage3{background: url(../common/logoOuino3.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage4{background: url(../common/logoOuino4.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage5{background: url(../common/logoOuino5.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage6{background: url(../common/logoOuino6.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage7{background: url(../common/logoOuino7.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage8{background: url(../common/logoOuino8.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage9{width: 12%; background: url(../common/logoOuino9.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage10{width: 33%;background: url(../extra/images/extra.png); background-repeat:no-repeat; background-position: center center; background-size: contain;}
#sectionImage11{width: 33%;background: url(../extra/images/progress.png); background-repeat:no-repeat; background-position: center center; background-size: contain;}
#sectionImage12{background: url(../common/logoOuino10.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}

.sectionContents{
position: relative;
float:left;
height: auto;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 78%;
}

#sectionContent9{width: 82%;}

.unitTitles{
font-size: 20px;
margin: 0;
font-weight: bold;
}

.unitTitles2{
font-size: 16px;
margin: 0;
font-weight: bold;
}

/*///NEWCHANGE*/

#sectionContent11{width: 60%;}

#sectionContent10{width: 12%;}
#unitTitle10, #unitTitle11{font-size: 17px; line-height:1.1em;}
#sectionImage10{width: 45%;}


@media screen and (max-width: 1000px){
#unitTitle10, #unitTitle11{font-size: 15px;}
.sectionBtns2{width: 18%;}
#guidedSection{width: 60%;}
#sectionImage11{width: 31%;}
#sectionImage10{width: 41%;}
}

@media screen and (max-width: 795px){
#unitTitle10, #unitTitle11{display: none;}
.sectionBtns2{width: 13%;}
#guidedSection{width: 70%;}
#sectionImage10, #sectionImage11{width: 70%; margin-left: 15%;}
}


/*///NEWCHANGE*/


.sectionPs{
font-size: 16px;
}

.sectionPs2{
font-size: 14px;
}


.lessonMenus{
top: 45px;
overflow-y: auto;
right: 100%;
left: auto;
-webkit-overflow-scrolling: touch;
z-index: 4;
background: none;
}

.lessonBacks{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display:none;
	z-index: 2;
}
#lessonBack1{background:url(../common/mainBack1.jpg);background-size: cover;}
#lessonBack2{background:url(../common/mainBack2.jpg);background-size: cover;}
#lessonBack3{background:url(../common/mainBack3.jpg);background-size: cover;}
#lessonBack4{background:url(../common/mainBack4.jpg);background-size: cover;}
#lessonBack5{background:url(../common/mainBack5.jpg);background-size: cover;}

.menuCenterImg{
position: fixed;
height: 90%;
width: auto;
margin: auto auto;
left: 0; 
right: 0;
bottom: -100%;
pointer-events: none;
opacity: 0;
z-index: 3;
}

.insideMenu{
position: relative;
max-width: 1200px;
-webkit-overflow-scrolling: touch;
width: 96%;
padding: 100px 10px 200px 10px;
margin: 0 auto;
height: auto;
text-align:center;
}

.mainTitle{
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
cursor: default;
margin: 30px 0 0 0;
font-size: 25px;
}


.lessonMenus::-webkit-scrollbar{
width:12px;
background-color: black;
} 

.lessonMenus::-webkit-scrollbar-thumb{
background-color: #999;
border-radius: 3px;
}

.lessonMenus::-webkit-scrollbar-track{
background: #333;
} 

.lessonMenus::-webkit-scrollbar-thumb:hover{background-color: #06F;}
.lessonMenus::-webkit-scrollbar-thumb:active{background-color: #03F;}  
#lessonMenu1::-webkit-scrollbar-thumb:hover{background-color: #090;}
#lessonMenu1::-webkit-scrollbar-thumb:active{background-color: #060;} 
#lessonMenu2::-webkit-scrollbar-thumb:hover{background-color: #C00;}
#lessonMenu2::-webkit-scrollbar-thumb:active{background-color: #900;} 
#lessonMenu3::-webkit-scrollbar-thumb:hover{background-color: #F90;}
#lessonMenu3::-webkit-scrollbar-thumb:active{background-color: #F60;} 
#lessonMenu4::-webkit-scrollbar-thumb:hover{background-color: #93C;}
#lessonMenu4::-webkit-scrollbar-thumb:active{background-color: #90F;} 

/*2018CHANGE*/

.extraPrac{
display: inline-block;
height: 110px;
width: 330px;
text-align: left;
font-weight: normal;
color: white;
background-color: rgba(8,8,8,.8);
padding: 15px 10px 12px 10px;
margin: 40px 20px 0 20px;
cursor: pointer;
opacity: 0.8;
}

.extraPrac .sectionTitle{
font-weight: bold;
text-align:center;
cursor: pointer;
margin-bottom:5px;
}

.extraPrac img{
float:left;
position: relative;
width: 80px;
height: 80px;
padding: 0 20px 0 10px;
}

.extraPrac p{
margin-top: 20px;
position: relative;
float:left;
}


/*START OF 2019 CHANGES*/



.Lsection{
display: inline-block;
height: auto;
width: auto;
text-align: center;
font-weight: bold;
color: white;
background-color: rgba(10,10,10,.8);
padding: 10px 10px 10px 10px;
margin: 50px 20px 0 20px;
}

.tItems{
display: none;
}


.tTitles .sectionTitle{
font-family: encode;
letter-spacing:normal;
}

.selectFilter, .selectFilter2{
padding: 10px 20px;
width: 200px;
font-size: 15px;
position: absolute;
top: 21px;
left: 10px;
background: rgba(0,0,0,0.7);
color: white;
font-family: 'encode';
font-weight: bold;
border-radius: 3px;
opacity: 0.8;
border: none;
cursor: pointer;
}

.selectFilter option, .selectFilter2 option {
color: white;
font-weight: normal;
font-size: 14px;
border: none;
}

.selectFilter2{
left:auto;
right: 10px;
}

.mainTitle{
font-family: "build";
font-size: 34px;
letter-spacing: 0.03em;
text-shadow: none;
}

.Lsection .Lsection{
background-color: rgba(255,255,255,0.1);
margin: 20px 0 3px 0;
}

/*END OF 2019 CHANGES*/

.Lsection{max-width:900px;}.insideMenu{max-width:960px;}
@media screen and (max-width: 1020px){.Lsection{max-width:680px !important; margin: 40px 10px 0 10px;}.insideMenu{max-width:100%;}.Lsection .Lsection{margin: 20px 1px 3px 1px; padding: 0 0 0 0;}}
@media screen and (max-width: 750px){.Lsection{max-width:450px !important;}.insideMenu{max-width:700px;}}

/*START OF 2019 CHANGES 2*/

.sectionTitle{
margin: 5px 5px 30px 5px;
font-size:22px;
color: rgba(255,255,255,0.9); 
cursor: default;
text-align:left;
font-family: 'build';
letter-spacing: 0.04em;
}

.sectionTitle b{color: rgba(255,255,255,0.7); }
.sectionTitle em{color: #FFF;font-size:16px;}
.sectionTitle strong{font-size:20px;}


.lessonItems, .imageItems{
position: relative;
width: 204px;
height: 124.5px;
float:left;
margin: 45px 10px 50px 10px;
cursor: pointer;
opacity: .75;
background: url(../screens/block1.jpg);
background-size: 110% !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

#userMenu .selectFilter, #userMenu2 .selectFilter, #tutorialMenu .selectFilter{display:none !important;}
#userMenu .filterWarn, #userMenu2 .filterWarn, #tutorialMenu .filterWarn{display:none !important;}
.extras{
position: relative;
width: 208px;
height: 135px;
float:left;
margin: 40px 10px 55px 10px;
cursor: pointer;
opacity: .7;
}



.extraVocab{background: url(../screens/vocab0.jpg); background-size: contain;}
.extraVerb{background: url(../screens/verb0.jpg); background-size: contain;}
.extraVerb2{background: url(../screens/verb00.jpg); background-size: contain;}



.lessonItemsHOVER{opacity: 1 !important; box-shadow: 0px 0px 0px 2px rgba(255,174,0,0.6);}

.lessonItems h1, .imageItems h1{
position: absolute;
top: auto;
bottom: 132px;
font-size: 17px;
width: 100%;
text-align: left;
font-weight: bold;
margin: 0;
opacity: 1;
line-height: 18px;
font-family: 'encode';
}

@media screen and (max-width: 600px){
.lessonItems, .imageItems{
width: 163.4px;
height: 99.5px;
}
.lessonItems h1, .imageItems h1{
bottom: 106px;
width:163.4px;
}

.Lsection{max-width:378px !important;}
.Lsection .Lsection{margin: 10px 1px 1px -1px !important;padding:0; min-width:1px !important;}
}

/*END OF 2019 CHANGES 2*/
.extras h1{
position: absolute;
bottom: 118px;
font-size: 17px;
text-align: center;
left:-20%;
width: 140%;
font-weight:bold;
line-height: 20px;
padding-bottom:10px;
}

.imgItemBack{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
z-index: 9998;
cursor: pointer;
display: none;
}

.imgItemImages{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto auto;
width: 90%;
max-width: 800px;
cursor: pointer;
height: auto;
z-index: 9999;
display: none;
}

.lessonItems h2, .imageItems h2{
position: absolute;
bottom: 60px;
font-size: 12px;
color: #FC0;
text-align: center;
width: 100%;
font-weight:bold;
line-height: 16px;
padding-bottom:10px;
}

.extras h2{
position: absolute;
bottom: -60px;
font-size: 15px;
color: white;
text-align: center;
width: 100%;
font-weight:bold;
line-height: 16px;
padding-bottom:10px;
}

.lessonItems h1 i, .imageItems h1 i, .extras h1 i{font-size: 11px; line-height: 9px;}
.noQuiz .Lscores, .noQuiz .Lmedals{display: none;}
.noQuiz .Lnew{display: block;}

.quizOnly{
width: 120px;
height: 72px;
margin-top: 70px;
}

/*START OF 2019 CHANGES 3*/

.Lstars{
position: absolute;
width: 80px;
height: 19px;
bottom: -24px;
left: auto; right: 0;
margin: auto auto;
background:url(../common/star0.png);
background-size: contain;
z-index:3;
}

.LstarsHOVER{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}


.quizOnly .Lstars{
display: none;
}

.Lmedals{
position: absolute;
width: 40px;
height: 66px;
top: auto;
bottom: -35px;
left: -5px;
z-index: 4;
background-repeat:no-repeat !important;
}

.Lscores{
position: absolute;
width: auto;
height: auto;
top: 0;
right: 0;
background: rgba(0,0,0,0.8);
border-radius: 0 0 0 10px;
color:white;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

.Lscores p{
font-size: 10px;
line-height: 14px;
margin: 0;
display: none;
}

.Lscores h4{
margin: 10px;
font-size: 17px;
text-align: right;
font-family: 'encode';
color: white;
}

.warningIcon{
height: 20px; 
width: 20px; 
vertical-align:middle;
}


.mainWarning{
color: white;
margin: 0;
cursor: default;
}

#musicOnOff{
position: fixed;
bottom: 0;
right: 0;
color: white;
font-weight:bold;
cursor: pointer;
font-size: 12px;
padding: 30px 15px 20px 30px;
z-index: 1;
display:none;
}

#musicOnOff b{
color: #FC0;
}


.sectionOptions {
position: absolute;
top: 20px;
right: 20px;
width: 70px;
height: 70px;
cursor: pointer;
opacity: .85;
color: white;
font-size: 14px;
background-color: rgba(255,255,255,0.08);
border-radius: 5px;
padding: 10px;
}

.sectionOptions img{
width: 50px;
height: 50px;
}

.sectionLang {
position: absolute;
top: 20px;
left: auto;
right: 120px;
width: 70px;
height: 70px;
cursor: pointer;
opacity: .85;
color: white;
font-size: 14px;
background-color: rgba(255,255,255,0.08);
border-radius: 5px;
padding: 10px;
}


.sectionLang img{
width: 50px;
height: 50px;
}

@media screen and (max-width: 700px){
.sectionLang{
width: 50px;
height: 50px;
top: 10px;
right:90px;
}	
.sectionLang img{
width: 30px;
height: 30px;
}
}

/*END OF 2019 CHANGES 3*/

#loginCenter{
position:absolute;
top: 0; right: 0; left: 0; bottom: 0;
padding: 20px 20px 0 0;
margin: auto auto;
width: 400px;
height: 420px;
background: white;	
display:none;
box-shadow: 0px 0px 5px 2px black;
border: 7px solid #666;
}

#passwordForm,#passwordForm2, #warningBox2, #warningBox, #registerForm{
display: none;
}

.loginTabs{
position: relative;
float:left;
width:160px;
height: 30px;
margin: 15px 0;
border-radius: 5px 5px 0 0;
text-align:center;
padding-top:15px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
border-bottom: 1px solid #999;
}

.loginTabs2{
position: relative;
float:left;
width:28px;
height: 30px;
margin: 15px 0;
padding-top:15px;
border-bottom: 1px solid #999;
}

.loginTabOn{
font-weight:bold;
border-top:1px solid #999;	
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:none;
}

.backButton{
position: absolute;
font-weight:bold;
width: auto;
padding:20px;
bottom: 0; 
left: 0;
cursor: pointer;
}

#usersBack{
position: absolute;
font-weight:bold;
color: #FC0;
width: auto;
padding:20px;
top: 0; 
left: 0;
cursor: pointer;
display: none;
}

.allForms{
position: absolute;
text-align: center;
top: 140px;
width: 100%;
height: 305px;
}

.fullOpacity {opacity: 1;}

::-webkit-input-placeholder {
   color: #666;
}

input{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

#userWrap{
position: fixed;
top: 45px;
right: 0px;
height: auto;
width: auto;
background: rgba(0,0,0,0.7);
padding-bottom: 5px;
z-index: 7;
}


.userBtns{
position: relative;
height: auto;
width: 100%;
color: #FFF;
margin: 3px;
padding: 10px 20px 10px 20px;
}

.userBtnsHOVER{
color: #FC0;
}

.inside2{ background: rgba(0,0,0,0.8); 
padding-bottom: 40px; 
width: 620px;
cursor: default;}


.progMenus{
position: fixed;
bottom: 0; left: 0; right:0;
width:620px;
height: 130px;
margin: auto auto;
background: url(../common/progTab.svg);
background-size: 100% 100%;
z-index:8;
cursor: pointer;
padding: 45px 0 0 0;
font-size: 14px;
color: white;
-webkit-transition:-webkit-transform 0.5s;
transition: transform 0.5s;
display: none;
}

.progStored{
-webkit-transform: translateY(145px);
transform: translateY(145px);
-webkit-transition:-webkit-transform 0.5s;
transition: transform 0.5s;
}

.progTitle{
position: absolute;
width: 100%;
font-weight: bold;
text-align: center;
}

.progText{
position: relative;
width: 580px;
height: 30px; 
margin: 20px auto 0 auto;
}

.progText span{
position:absolute;
left:0;
top: 7px;
}

.progDiv{
position: relative;
float: right;
font-size: 22px;
margin:0;

}
.progDiv b{
font-weight: normal;
}

.progMeter{
position: relative;
width: 580px;
height: 6px; 
background: #333;
margin: 2px auto 0 auto;
}

.starMeter, .scoreMeter{
position: absolute;
width: 30%;
height: 100%;
left:0; top: 0; 
background: #FC0;
}

.progIcons{
height: 23px; 
width: 23px;
padding: 0 5px 0 10px;
margin-top: -6px;
vertical-align:middle;
}

sup, .medalTotal{
font-size:12px;
}

#userMenu2, #userMenu, #tutorialMenu{
cursor: pointer;
z-index:6; 
background: rgba(0,0,0,0.4);
}

.pMeters{
position: relative;	
height: 110px;
width: 580px;
padding: 25px 20px 25px 20px;
margin: 30px 0 20px 0;
color: white;
background: #1E1E1E;
border-radius: 5px;
z-index: 1;
}


.pMeters .progTitle{
text-align: left;
color:#FC0;
}


#pMeter9 .progTitle{
font-size: 20px;
top: 25px;	
color: #FC0;
}

.progLogo{
position: absolute;
top: -20px; 
left: -20px;
width: 40px;
height: 40px;
z-index: 2;
}

#console{
position: absolute;	
height: 100px;
width: 200px;
left: 0; right: 0; top: 0; bottom: 0;
margin: auto auto;
background: white;
font-size:12px;
padding: 20px;
z-index: 99999;
display: none;
}


.allUsers{
position: relative;	
height: 50px;
width: 90%;
padding: 25px 20px 25px 20px;
margin: 20px auto 0 auto;
color: white;
background: #1E1E1E;
border: 2px solid black;
border-radius: 5px;
cursor: pointer;
z-index: 1;
}

.allUsersHover{
border: 2px solid #FC0;
}

.allUsersLogo{
position: absolute;
top: 20px;
left: 15px;
height: 60px;
width: 60px;
border-radius: 50%;
box-shadow: 0px 0px 2px 1px black;
}

.userImg{
position: absolute;
width:60%;
height: 60%;
left: 20%;
top: 20%;
}

.vLine{
position: absolute;
height: 80%;
top: 10%;
left: 90px;
border-left: 1px solid #666;
}

.userInfo{
position: absolute;
height: 60px;
top: 0; bottom: 0;
margin: auto auto;
left: 110px;
text-align:left;
}

.userInfo p{
margin: 0;
font-weight: bold;
color: #FC0;
}

.adminInfo{
position: absolute;
font-size: 14px;
height: 35px;
width:60px;
padding: 10px;
top: 0; bottom: 0;
margin: auto auto;
right: 20px;
border-radius: 5px;
border: 2px solid #666;
}

.adminInfoHOVER{
border: 2px solid #C00;
}

.adminWarn1, .adminWarn2{
position: relative; 
width: 100%; 
text-align: center; 
color: white; 
padding-top: 20px;
}

.seekUser1, .seekUser2{
position: relative;	
height: auto;
width: 90%;
padding: 10px 20px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: left;
font-size: 14px;
}

.sp1{position: absolute; right: 3%;}
.sp2{position: absolute; right: 15%;}
.sp3{position: absolute; right: 27%;}
.sp4{position: absolute; right: 39%;}

.seekUser1 strong, .seekUser2 strong{
font-size:16px;
}

.seekUser1{background: #333}
.seekUser2{background: #232323;}


.telaGot4{
position: absolute; 
width: 100%; 
height: 100%; 
z-index: 10; 
top: 0; 
left:0; 
background: url(../common/iconLock.svg), rgba(0,0,0,0.6); 
background-position: center center;
background-size: auto 70%;
background-repeat:no-repeat;
cursor:default;
}

.disableTouch {
pointer-events: none;
}

#volDiv{
position: relative;
top: 22px; right: 25px;
float:left;
width: 50px;
height: 2px;
z-index: 2;

}

#volDiv #sliderTrack{
position: absolute;
width: 100%; height: 100%;
top: 2px; left:8px;
z-index: -1;
cursor: pointer;
background: #CCC;
border-radius: 10px;
}

#volDiv #sliderText{
position: absolute;
width: 100%;
text-align:center;
  height:10px;
  top: -15px;
  left: auto; right: auto;
  margin: auto 6px;
  color: white;
  cursor: default;
  font-size:11px;
}

#volDiv .ui-slider-handle {
    background:#999;
    width: 10px;
    height: 10px;
	top: -2px;
	border-radius: 50%;
    position: absolute;
	border: 1px solid black;
	opacity: 0.8;
}

#volDiv .ui-slider-handle:focus {
outline: 0;
opacity: 1;
background: #FC0;
}


#volDiv .ui-slider-range {
    position: absolute;
    border: 0;
    top: 0;
	width: 40px;
}


.tutImg{
position: relative;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

.tutWrap{
position: relative;
width: 100%;
height: auto;
margin-top: 20px;
border-radius: 5px;
border: 1px solid #333;
background: #171717;
}



@media screen and (max-width: 700px), screen and (max-height: 600px){
.unitTitles{font-size: 16px;}
.unitTitles2{font-size: 15px;}
.sectionPs{font-size: 14px;}
.sectionPs2{font-size: 13px;}
}

@media screen and (max-width: 700px){
.sectionOptions{
width: 50px;
height: 50px;
top: 10px;
right:10px;
}	
.sectionOptions img{
width: 30px;
height: 30px;
}
}

@media screen and (max-width: 620px){
.progMeter, .progText, .pMeters{width: 480px;}
.progMenus, .inside2{width: 520px;}
.progDiv i, .medalTotal{display:none;}
.sectionPs{font-size: 12px;}
.sectionPs2{font-size: 12px;}
}

iframe{
position: fixed;
width: 100%;
top: 45px;
height: 100%; 
z-index: 3;
display:none;
border: none; 
}

#iLoad{
position: fixed;
width: 100%;
top: 45px;
height: 100%;
background: rgba(0,0,0,0.9); 
z-index: 2;
display:none;
border: none; 
}

#iLoad p{
position: fixed;
height: 20px;
width: 200px;
top: 45px; right: 0; bottom: 0; left: 0;
margin: auto auto;
font-size: 25px;
color: white;
font-weight: bold;
}


#sprompt, #like, #review{
position: fixed;
z-index: 999998;
top:45px; left:0;  
width: 100%;
height: 100%;
background: rgba(255,255,255,0.4); 
display: none;
}

#spromptIn, #likeIn, #reviewIn{
position: fixed;
z-index: 999999;
font-size: 24px;
margin: auto auto;
top:0; right:0; bottom:0; left:0; 
color: white;
font-weight: bold;
width: 320px;
height: 130px;
background-color: rgba(23,23,23,1.00);
text-align: center;
padding: 30px;
border-radius: 5px;
}

#reviewIn{
width: 440px;
height: 220px;
font-size: 16px;
line-height: 19px;
}

#reviewIn b{
font-weight: normal;
}


#spromptYes, #spromptNo, #likeYes, #likeNo, #likeMay, #revAmazon, #revFace{
position: absolute;
font-size: 18px;
bottom:22px;
font-weight: bold;
width: 32%;
margin: 2%;
text-align: center;
padding: 2%;
border-radius: 2px;
cursor: pointer;
opacity: 0.85;
}

#spromptYes{left:10%;color: black;background-color: #FC0;}
#spromptNo{right:10%; background-color: grey;color: black;}

#likeYes, #likeNo, #likeMay{font-size: 16px; width: 90px;}
#revAmazon, #revFace{font-size: 16px; width: 40%;}
#revFace{right:3%; background-color: #3b5998;color: white;}
#revAmazon{left:3%; background-color: #FC0; color: black;}

#likeYes{right:15px; color: black;background-color: #FC0;}
#likeMay{right:130px; background-color: grey; color: black;}
#likeNo{right:245px; background-color: black; color: rgba(156,156,156,1.00);}


#likeIn b{
font-size: 22px;
} 

#like, #review{
cursor: pointer;
}

#likeIn, #reviewIn{
cursor: default;
}


#spromptYes:hover, #spromptNo:hover, #likeYes:hover, #likeNo:hover, #likeMay:hover{
opacity: 1;
}


/*NEW MESSAGE BOX*/


#emailForm{
background: rgba(0,0,0,0.7);
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 999999;
cursor: pointer;
display:none;
}

.closeForm{
background: black;
color: white;
border-radius: 50%;
font-size: 16px;
position: absolute;
top: -15px;
right: -15px;
width: 10px;
height: 10px;
padding: 10px 12px 14px 12px;
cursor: pointer;
margin: 0;
border: 1px white solid;

}

#emailForm h4{

font-size: 18px;
margin: 5px 3px 15px 3px;
}


#emailForm .form{
background: white;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
margin: auto auto;
height: 430px;
width: 520px;
text-align:center;
padding: 30px;
box-shadow: black 0px 0px 4px;
cursor: default;
}

#thanks {
position: absolute;
background-color: rgba(23,23,23,1.00);
top: 0; left: 0; right: 0; bottom: 0;
margin: auto auto;
width: 320px;
height: 120px;
text-align:center;
font-weight: bold;
color: white;
padding: 30px;
font-size: 22px;
border-radius: 5px;
display:none;
}

.invForm{
display:none;
}

#emailForm .emailField{
width: 100%;
height: 250px;
text-align: center;
font-size: 18px;

}

#emailForm .emailBtn{
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 15px;
border-radius: 2px;
cursor: pointer;
color: black;
background-color: #FC0;
border: 0;
}

@media screen and (max-height: 600px){
#emailForm .form{
height: 255px;
top: 30px;
margin: 0 auto;
width: 400px;
padding: 20px;
}

#emailForm h4{
font-size: 14px;
margin: 5px 3px 15px 3px;
}

#emailForm .emailField{
height: 100px;
}

#emailForm .emailBtn{
font-size: 14px;
padding: 10px;
}

}

@media screen and (max-width: 600px){
#emailForm .form{
height: 420px;
width: 300px;
top: 30px;
margin: 0 auto;
padding: 20px;
}

#reviewIn{
width: 300px;
height: 300px;
}
	
#revAmazon, #revFace{bottom:12px; width: 38.5%; height: 40px;}


#emailForm h4{
font-size: 14px;
margin: 5px 3px 15px 3px;
}

#emailForm .emailField{
height: 200px;
}

}

#tutorialMenu{
background: rgba(0,0,0,0.9);
}

@media screen and (max-width: 600px){.optionsIn {width: 90%;}}
/*////////////NEW 2019 MENU SCRIPT BELOW*/


.ouinoContentB {
position: fixed;
width: 1300px;
/*2020 EXTRA START*/	
height: 680px;
/*2020 EXTRA END*/	
left: -8px; right: 0; top: 45px; bottom: 0;
margin: auto auto;
/*2019NEW*/
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1101px) {.ouinoContentB {position: absolute;}}

.filterWarn{
position: absolute;
top: 22px;
left: 0; right: 0; 
margin: auto auto;
background: rgba(214,0,3,0.8);
color: white;
font-weight: bold;
width: 80%;
border-radius: 4px;
line-height: 38px;
max-width: 400px;
cursor: pointer;
}

.filterWarn:hover{
background: rgba(214,0,3,1.00);
}

@media screen and (max-width: 900px){.filterWarn{top: 100px;} .insideMenu{padding: 140px 10px 200px 10px;} }
@media screen and (max-width: 690px){ .mainWarning{display:none !important;} }
/*2019NEW*/

.contentTitle {
color: white;
font-family: 'build';
letter-spacing: 0.03em;
text-align: center;
font-size: 48px;
padding: 20px;
}

.sectionBtnsB, .sectionBtnsB2 {
position: relative;
background: rgba(0, 16, 19, 0.8);
float:left;
opacity: 0.9;
cursor: pointer;
}

.sectionBtnsB {
width: 250px;
height: 400px;
margin: 5px;
overflow: hidden;
}


.sectionBtnsB2 {
height: 95px;
margin: 5px 5px;
padding: 20px 20px 20px 120px;
}

#newVerb{position: absolute; top: 45px; bottom: 0; left: 0; right: 0; margin: auto auto; width: 840px; height: 460px; z-index: 4;}
.verbB{width: 200px; height: 330px;}

#guidedSectionB {
width: 450px;
}

#extraSectionB {
width: 360px;
}

#userSectionB {
width: 160px;
padding: 20px 10px 20px 10px;
text-align: left;
float: right;
overflow: hidden;
}

.sectionBtnsB img{
position: relative;
width: 100%;
height: auto;
top: -1px; left: 0;
margin: 0;
padding: 0;
cursor: pointer;
}

#guidedSectionB img{
position: absolute;
width: 100px;
height: auto;
top: 20px; left: 20px;
cursor: pointer;
}

#extraSectionB img{
position: absolute;
width: 130px;
height: auto;
top: 2px; left: -3px;
cursor: pointer;
}

#userSectionB img{
position: absolute;
width: 100px;
height: auto;
top: 83px; left: 40px;
cursor: pointer;
}

.unitTitlesB, .unitTitlesB2{
position: relative;
width: 100%;
color: white;
font-family: 'build';
letter-spacing: 0.03em;
font-size: 26px;
margin: 15px 20px 10px 20px;
cursor: pointer;
}

.unitTitlesB2{
margin: 0 20px 10px 20px;
}

.sectionPsB, .sectionPsB2{
position: relative;
color: white;
font-family: 'encode';
font-size: 14px;
margin: 10px 20px 10px 20px;
opacity: 0.6;
cursor: pointer;
}

.reP{
width: 430px;
}

.exP{
width: 340px;
}

.sectionBtnsB:hover, .sectionBtnsB2:hover{
opacity: 1;
box-shadow: 0 0 0 2px rgba(255,255,255, 0.8) !important;
}

#sectionTitle11B {font-size: 23px; margin: 0; text-align: center;}


@media screen and (min-width: 1101px){.telaGot4{background-size: auto 50%;}}

@media screen and (max-width: 1350px) and (min-width: 1101px){
.sectionBtnsB {width: 200px;height: 350px;}
.sectionPsB{width: 165px;}
.sectionPsB2{width: 165px;}
.unitTitlesB, .unitTitlesB2{font-size: 22px;}
.ouinoContentB {width: 1050px;}
#guidedSectionB {width: 350px;}
#extraSectionB {width: 230px;}
#userSectionB {width: 140px;}
.reP{width: 330px;}
.exP{width: 210px;}
.sectionPsB, .sectionPsB2{font-size: 13px;}
#userSectionB img{left: 28px;}
.verbB{width: 200px; height: 320px;}
}

@media screen and (max-height: 700px){
.ouinoContentB{bottom: auto;}
	
}


@media screen and (max-height: 650px) and (min-width: 1101px){
.sectionBtnsB {width: 646px;height: 150px;}
#guidedSectionB {width: 646px; height: 150px;}
#extraSectionB {width: 480px; height: 150px;}
#userSectionB {width: 135px; height: 110px; margin-right: 10px !important; float: right;}
.sectionBtnsB img{width: 150px;height: 150px; float: left;}
.ouinoContentB {width: 670px; height: 85%; bottom: auto; top: 55px; overflow-y: scroll !important;}
.ouinoContentB::-webkit-scrollbar{width:8px; background-color: black;} 	
.ouinoContentB::-webkit-scrollbar-thumb{background-color: black;border-radius: 3px;}
.ouinoContentB::-webkit-scrollbar-track{background: #333;} 
.ouinoContentB::-webkit-scrollbar-thumb:hover{background-color: #06F;}
.ouinoContentB::-webkit-scrollbar-thumb:active{background-color: #03F;} 
.unitTitlesB, .unitTitlesB2{font-size: 28px; margin: 25px 20px 10px 170px;}
.sectionPsB, .sectionPsB2{font-size: 15px; margin: 10px 20px 10px 170px;}
.sectionPsB{width: 445px;}
.sectionBtnsB2 {padding: 0;}
#guidedSectionB img{width: 120px;top: 15px; left: 15px;}
#extraSectionB img{width: 150px;top: -2px; left: -8px;}
.reP{width: 445px;}
.exP{width: 290px;}
#sectionTitle11B {margin: 0 0 0 0; font-size: 21px; text-align: center;}
#userSectionB img{left: 28px;}
}



@media screen and (max-width: 1100px) and (min-width: 721px){
.sectionBtnsB {width: 646px;height: 150px;}
#guidedSectionB {width: 646px; height: 150px;}
#extraSectionB {width: 480px; height: 150px;}
#userSectionB {width: 135px; height: 110px; margin-right: 10px !important; float: right;}
.sectionBtnsB img{width: 150px;height: 150px; float: left;}
.ouinoContentB {width: 660px; height: 1300px; bottom: auto; top: 100px;}
.unitTitlesB, .unitTitlesB2{font-size: 28px; margin: 25px 20px 10px 170px;}
.sectionPsB, .sectionPsB2{font-size: 15px; margin: 10px 20px 10px 170px;}
.sectionPsB{width: 445px;}
.sectionBtnsB2 {padding: 0;}
#guidedSectionB img{width: 120px;top: 15px; left: 15px;}
#extraSectionB img{width: 150px;top: -2px; left: -8px;}
.reP{width: 445px;}
.exP{width: 290px;}
#sectionTitle11B {margin: 0 0 0 0; font-size: 21px; text-align: center;}
#userSectionB img{left: 28px;}
}


@media screen and (max-width: 720px) and (min-width: 600px){
.contentTitle {font-size: 38px;}
.sectionBtnsB {width: 566px;height: 150px;}
#guidedSectionB {width: 566px; height: 150px;}
#extraSectionB {width: 566px; height: 150px;}
#userSectionB {width: 240px; height: 110px; padding: 20px; margin-left: 180px; margin-right: 140px;}
.sectionBtnsB img{width: 150px;height: 150px; float: left;}
.ouinoContentB {width: 576px; height: 1500px; bottom: auto; top: 100px;}
.unitTitlesB, .unitTitlesB2{font-size: 25px; margin: 25px 20px 10px 170px;}
.sectionPsB, .sectionPsB2{font-size: 15px; margin: 10px 20px 10px 170px;}
.sectionPsB{width: 385px;}
.sectionBtnsB2 {padding: 0;}
#guidedSectionB img{width: 120px;top: 15px; left: 15px;}
#extraSectionB img{width: 150px;top: -2px; left: -8px;}
.reP{width: 385px;}
.exP{width: 385px;}
#sectionTitle11B {margin: 0 0 0 0; font-size: 22px; text-align: center;}
#userSectionB img{width: 150px; left: 58px; top: 50px;}
}


@media screen and (max-width: 599px){
.sectionBtnsB {width: 400px;height: 150px;}
#guidedSectionB {width: 396px; height: 150px;}
#extraSectionB {width: 396px; height: 150px;}
#userSectionB {width: 136px; height: 110px; padding: 20px; margin-left: 130px; margin-right: 110px;}
.sectionBtnsB img{width: 150px;height: 150px; float: left;}
.ouinoContentB {width: 410px; height: 1500px; bottom: auto; top: 100px;}
.unitTitlesB{font-size: 23px; margin: 25px 20px 10px 170px;}
.unitTitlesB2{font-size: 23px; margin: 25px 20px 10px 130px;}
.sectionPsB{font-size: 13px; margin: 10px 20px 10px 170px;}
.sectionPsB2{font-size: 13px; margin: 10px 20px 10px 130px; }
.sectionPsB{width: 215px;}
.sectionBtnsB2 {padding: 0;}
#guidedSectionB img{width: 90px;top: 30px; left: 15px;}
#extraSectionB img{width: 115px;top: 15px; left: -8px;}
.reP{width: 250px;}
.exP{width: 240px;}
#sectionTitle11B {margin: 0 0 0 0; font-size: 22px; text-align: center;}
#userSectionB img{left: 37px;}
}

@media screen and (max-width: 1100px){

#newVerb{width: 802px; height: 390px;}
.verbB{width: 390px; height: 130px; overflow: hidden;}
.verbB img{top: -15px;}
.verbB .sectionPsB{width: 200px;}
}

@media screen and (max-width: 820px){
#newVerb{width: 400px; height: 700px;}
}

@media screen and (max-height: 750px) and (max-width: 820px){
#newVerb{bottom: auto;}
}

body{
overflow-x: hidden; 
}

#layoutOnOff{
position: absolute;
top: 6px;
right: 12%;
color: white;
font-weight:bold;
cursor: pointer;
font-size: 12px;
padding: 30px 15px 20px 30px;
z-index: 1;
}

@media screen and (max-width: 1500px){#layoutOnOff{right: 11%;}}
@media screen and (max-width: 1100px){#layoutOnOff{right: 10%;} .sectionBtnsB:hover, .sectionBtnsB2:hover{box-shadow: none !important;background: rgba(0, 16, 19, 1);}}
@media screen and (max-width: 870px){#layoutOnOff{right: 8%;}}
@media screen and (max-width: 723px){#layoutOnOff{right: 2%;}}
@media screen and (max-width: 500px){#layoutOnOff{top: auto; bottom: 0; right: auto; left: -3%;}}

#layoutOnOff b{
color: grey;
}

/*2020*/
.lessonBacks {-webkit-filter: brightness(70%);filter: brightness(70%);}
@font-face {font-family: 'title';src: url(../font/FjallaOne-Regular.ttf);font-weight: normal;font-style: normal;}
.menuTitle, .menuTitle2 {font-family: "title"; letter-spacing: 0.02em; text-shadow: none; font-weight: normal;}
.centerMenuItems, .menuItem, .menuItemDescription {font-family: "encode"; text-shadow: none;}
#loginOffline #layoutOnOff, #userTitle2{display: none !important;}  
.lessonItems, .imageItems, .Lsection, .extras, .extraPrac{border-radius:10px;}
.sectionBtnsB, .sectionBtnsB2{background: #062331;}

.Lsection {padding:20px;} .Lsection .Lsection {padding:10px;}
.Lsection{max-width:960px;}.insideMenu{max-width:980px;}
@media screen and (max-width: 1040px){
.lessonItems, .imageItems{margin: 45px 18px 50px 18px;} .Lsection .Lsection {padding:20px;}
.Lsection .Lsection .lessonItems, .Lsection .Lsection .imageItems{margin: 45px 10px 50px 10px;}		
.Lsection{max-width:720px !important;}.insideMenu{max-width:100%;}}
@media screen and (max-width: 770px){
.lessonItems, .imageItems{margin: 45px 20px 50px 20px;}
.Lsection .Lsection .lessonItems, .Lsection .Lsection .imageItems{margin: 45px 10px 50px 10px;}			
.Lsection{max-width:490px !important;}.insideMenu{max-width:720px;}}
@media screen and (max-width: 600px){
/*2020 NEWEST*/
.lessonItems, .imageItems { margin: 45px 10px 50px 10px; }
.Lsection .Lsection .lessonItems, .Lsection .Lsection .imageItems{margin: 45px 8px 50px 8px;}	
.Lsection{padding: 20px 10px 20px 10px; max-width:400px !important;} .Lsection .Lsection {padding: 20px 8px 20px 8px;}}
/*2020 NEWEST*/
.quizOnly h2 {font-size: 15px;}
.Lsection .sectionTitle {margin-bottom: 40px;}
.lessonItems, .imageItems, .extras, .Lsection{box-shadow: 0px 0px 0px 2px rgba(10,10,10,0.9);}
.lessonItemsHOVER{ box-shadow: 0px 0px 0px 3px rgba(255,174,0,0.8);}
.Lscores {border-radius: 0 10px 0 10px !important;}
.progTitle {font-size: 16px !important; }
#loginOffline {box-shadow: none !important; background: #151515 !important;} 
#loginOffline p {text-align: left; fon-size: 15px;} 
.offlineTitle {font-family: 'build'; font-size: 22px; text-align: left !important;} 
#offlineButton {font-family: 'build'; font-size: 22px; background: #FC0 !important; box-shadow: none !important; color: black; font-weight: normal; text-shadow: none !important; margin-top: 10px; margin-left: 30px;} 
#loginCenter {border: 10px solid white; border-radius: 5px; padding: 20px 20px 0 0 !important;} 
#emailField, #jguyr4 {padding-top: 12px; padding-bottom: 12px;} 
#jguyr4 {margin-top: 13px !important;}  #loginForgot{margin-top: 29px !important;} #loginRemember{margin-top: 54px !important;} 
#loginForm .loginOptions{margin-top: 30px !important; box-shadow: none; font-family: 'build'; font-size: 18px; letter-spacing: 0.01em; font-weight: normal;} 
/*2020*/
html {-webkit-touch-callout: none !important;-webkit-user-select: none !important;-khtml-user-select: none !important;-moz-user-select: none !important;-ms-user-select: none !important;
user-select: none !important;}

/*2020 EXTRA START*/
/*ALL EXCEPT IPAD*/html {cursor: default !important;}/*ALL EXCEPT IPAD*/
.lessonBacks { -webkit-filter: brightness(100%) blur(0) !important; filter: brightness(100%) blur(0)  !important;}
@media screen and (max-width: 690px){ #lessonMenu9 .mainWarning, #lessonMenu11 .mainWarning{display:block !important;} }
.verbB {width: 195px;} #verbSection5B {width: 220px; height: 350px; margin-top:-5px;} 
#newVerb{width: 1070px; height: 450px; top: 0;}
@media screen and (max-height: 520px) and (min-width: 1101px){ #newVerb .contentTitle{display:none; } #newVerb{height: 320px;} }
@media screen and (max-width: 1100px){ #newVerb{width: 500px; height: 850px; bottom: auto; top: 65px;}  .verbB{width: 460px; margin-left:25px;} .verbB .sectionPsB{width: 270px;}
#verbSection5B {width: 500px; height: 135px; margin-top:0; margin-left:5px; margin-bottom: 20px;}}
@media screen and (min-height: 900px){#newVerb{bottom: 0;}}
@media screen and (max-width: 599px){#newVerb .contentTitle{font-size: 38px;} #newVerb{width: 390px; } .verbB{width: 380px; margin-left:5px;} .verbB .sectionPsB{width: 200px;}
#verbSection5B {width: 400px; margin-top:0; margin-left:-5px;}}
.Lsection{max-width:1000px;} .insideMenu{max-width:1000px;}
.extras.lessonItemsHOVER h1{ background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 100%); }
.extras h1{ display: none; font-family: 'title'; font-weight: normal; font-size:18px; border: none !important; top: 0; background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); width: 180px; margin: 0; height: 30px; left: 0; border-radius: 9px; padding-top: 20px; text-shadow: 0 0 2px rgba(0,0,0,0.5);}
.extras {box-shadow: 0 0 6px 1px rgba(0,0,0,0.5), inset 0 0 40px 20px rgba(0,0,0,0.3) !important; width: 325px; transition: 0.3s; margin: 5px;}
#lessonMenu9 .extras{width: 180px;} #lessonMenu9 .extras h1 {display: block;}
.lessonItems, .imageItems{width: 204px;height: 124.5px;} .lessonItems h1, .imageItems h1{padding: 10px !important;width:184px;}
.insideMenu{padding-left:0; padding-right:0; margin-left: auto; margin-right: auto;} 
.lessonItems{margin: 0 10px 50px 10px !important; border-radius: 9px; box-shadow: 0 0 6px 1px rgba(0,0,0,0.5), inset 0 0 20px 15px rgba(0,0,0,0.4) !important; transition: opacity 0.2s; background-size: 108% !important; background-position: top -3px center !important; }   .Lsection .Lsection {}
@media screen and (max-width: 1020px){ .Lsection .Lsection {padding-left: 15px !important;} .Lsection .Lsection .lessonItems{margin: 0 5px 50px 5px !important;} .Lsection{max-width:680px !important;}  .insideMenu{max-width:100%; width:100%;} }
@media screen and (max-width: 765px){  .Lsection{ max-width:476px !important;}  .Lsection .Lsection {max-width:436px !important;margin-left: -15px !important; margin-right: -15px !important;} }
@media screen and (max-width: 521px){.lessonItems, .imageItems{width:190px; } .lessonItems h1, .imageItems h1{padding: 10px !important;width:170px;} .Lsection{ max-width:436px !important;} .Lsection .Lsection {max-width:426px !important;} }
@media screen and (max-width: 470px){.lessonItems, .imageItems{width:170px; height: 100px; } .lessonItems h1, .imageItems h1{padding: 10px !important;width:150px;} .Lsection{ max-width:390px !important;} .Lsection .Lsection {max-width:406px !important;} }
@media screen and (max-width: 440px){.lessonItems, .imageItems{width:150px; height: 90px; } .lessonItems h1, .imageItems h1{padding: 10px !important;width:130px;} .Lsection{ max-width:360px !important;} .Lsection .Lsection {max-width:376px !important;} }
#searchFrame{max-width: 800px;max-height: 780px;height: 80%;width: 90%;	position: fixed;top: 22px;bottom: 0;left: 0;right: 0;margin: auto;	z-index: 34534534;display: block !important;border-radius: 15px;border: 15px solid #101010;background: #101010;}
#searchFrame2{position: fixed;	width: 100%;height: 100%;	top: 0;left: 0;	z-index: 34534533;	padding: 0; margin: 0;	display: block !important;		background: rgba(0,0,0,0.8);}
#searchFrame2 div{position: fixed;	top: 10px; left: auto; right: 15px; font-size: 25px; color: white; font-weight: bold;}
#searchBtn{width: 28px;height: 28px;}
.Lsection, .extraPrac {background: linear-gradient(180deg, rgba(15,15,15,0.9) 0%, rgba(5,5,5,0.8) 100%); opacity: 1 !important; box-shadow: none; position: relative;}
.extraPrac:hover {background: linear-gradient(180deg, rgba(20,20,20,1) 0%, rgba(10,10,10,1) 100%);}
.Lsection .Lsection{background: rgba(255,255,255,0.02) !important; margin: 0 0 5px 0 !important;}
.Lsection .sectionTitle{margin-bottom: 30px !important;}
.quizOnly h2{top: 0; left: 0; margin: 0; padding-top: 14px; font-size: 22px; line-height: 21px; color: white; font-family: 'build'; font-weight: normal; max-width: 140px; height: 60px; background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%); border-radius: 7px; letter-spacing: 0.03em; }
.lessonItems h1, .imageItems h1{top: 0; left: 0; font-family: 'title'; font-weight: normal; font-size:16.5px !important; height: 70px; background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 100%); border-radius: 7px; line-height: 20px;}


.lessonItems i{ opacity:0.5; padding: 5px 15px 5px 0px; transition: opacity 0.4s; }
.lessonItemsHOVER i{ opacity:1; }
.lessonItemsHOVER h1{background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 100%); text-shadow: none;}
.Lscores{bottom: 0 !important; top: auto !important; background-color: rgba(0,0,0,0.7) !important; padding: 0 !important;
 border-radius: 12px 0 7px 0 !important;}
.Lscores h4{font-size:16px !important; margin: 8px 5px 5px 8px; }
.quizOnly{border-radius: 10px 10px 40% 40%; margin-bottom: 10px !important;width: 110px; height: 95px; background-size: 148% !important; box-shadow: 0 0 6px 1px rgba(0,0,0,0.5), inset 0 0 30px 20px rgba(0,0,0,0.5) !important;}
.quizOnly .Lscores{ width: 100%; background: none !important; }
.quizOnly .Lmedals{bottom: auto; top: 15px; left: auto; right: -25px; }
.mainLogoImg2{ display: none !important;} 
.quizOnly h4{padding: 0; width: 100%; margin: 0 0 11px 0; text-align: center; font-family: 'build'; font-size: 20px !important; }
.mainTitle{font-size: 38px;}  .mainTitle span{font-size: 30px;}  @media screen and (max-width: 501px){.mainTitle span{font-size: 25px;}  }
@media screen and (min-width: 600px){.mainTitle{font-size: 50px; line-height: 45px;}  }
.mainWarning em{color: #c4c4c4; text-decoration: underline; cursor: pointer; transition: color 0.3s; padding-right: 4px; }  
.mainWarning em:hover{ color: #f5cb33;}
.sectionBtnsB, .sectionBtnsB2 {background: linear-gradient(180deg, rgba(22,25,28,1) 0%, rgba(14,15,18,1) 100%) !important; opacity: 1; box-shadow: 0 0 5px 0 rgba(0,0,0,0.7), inset 0 0 40px 20px rgba(0,0,0,0.2) !important;}
.warningIcon3{height: 30px; width: auto; vertical-align:middle; padding-left: 12px; padding-right: 5px; margin-top: -5px; opacity: 0.7;}
.warningIcon2{height: 30px; width: auto; opacity: 0.7; position: absolute; top: -5px; right: -5px;}
.warningIcon{ padding-left: 5px; padding-right: 5px; margin-top: -3px;}
.sectionBtnsB img{ z-index: 1; opacity: 1; }
.sectionBtnsB, .sectionBtnsB2 {border-radius: 10px;}
#background { -webkit-filter: brightness(60%); filter: brightness(60%); }
.lessonBacks { -webkit-filter: brightness(50%) blur(2px); filter:  brightness(50%) blur(2px); }
.sectionBtnsB:hover, .sectionBtnsB2:hover{opacity: 1;box-shadow: 0 0 0 2px rgba(255,255,255, 0.8) !important;}

#mainLogoImg{ position: fixed !important; z-index: 1; }
.Lsection.mainWarning{max-width: 580px !important; margin-left: auto; margin-right: auto; margin-top: 10px;}
.mainWarning{line-height: 22px;}
.sectionTitle {font-size: 28px; padding-right: 40px;}
.sectionTitle strong {font-size: 28px;}
.sectionTitle em {color: rgba(255,255,255,0.7); font-style: normal; font-size: 0.9em; border-left: 2px solid rgba(255,255,255,0.4); padding-left: 10px; }
.instructions {background: rgba(0,0,0,0.8); padding: 15px 20px 12px 0; border-radius: 5px; text-shadow: none; }
.Lsection .Lsection .sectionTitle {color: rgba(255,255,255,0.7) !important; font-size: 20px;}
#userWrap{ background: rgba(20,20,20,1);} 
.inside2{ background: rgba(10,10,10,90); padding: 20px; max-width: 660px;} .pMeters{margin-left: auto; margin-right: auto; }
@media screen and (max-width: 735px){.progMeter, .progText, .pMeters{width: 480px;} .progMenus, .inside2{width: 520px;}}
@media screen and (max-width: 590px){.progMeter, .progText, .pMeters{width: 420px;} .progMenus, .inside2{width: 460px;}}
@media screen and (max-width: 525px){.progMeter, .progText, .pMeters{width: 340px;} .progMenus, .inside2{width: 380px;}}
.comb h2{margin: 0 15px 0 15px; font-size: 32px; font-family: 'title'; font-weight: normal;} .comb h3{margin: 0 15px 20px 15px; font-size: 15px; color: rgba(255,255,255,0.7); }
.extraBlock{background: url(../common/square1.jpg); background-size: cover; background-position: -50% center;}
.extraVerb{background: url(../common/square5.jpg); background-size: cover;background-position: center center;}
.extraVocab{background: url(../common/square2.jpg); background-size: cover;background-position: center center;}
.extraPrac {padding-bottom: 26px;}
.gq{background: url(../common/quiz.svg); background-size: cover;background-position: center center; width: 35px; height: 35px; top: 10px; right: 10px; position: absolute; opacity: 0.8; cursor: pointer; transition: opacity 0.3s;}.gq:hover{opacity: 1;}
.Lsection.mainWarning{width: 87% !important; }
#emailForm form {border-radius: 10px;}
.closeForm {font-weight: bold; width: 30px; height: 30px; text-align: center; line-height: 30px; margin: 0; padding: 0; color: black; background: white; border: none; border-radius: 10px;}
.tipCont{width: 100%; height: 100%; position: fixed; top: 45px; right: 0; left:0; bottom: auto; margin: auto auto; z-index: 999999; background: rgba(0,0,0,0.4); cursor: pointer;}
.tipImages{width: 380px; height: 380px; position: fixed; top: 45px; right: 0; left:0; bottom: 0; margin: auto auto; z-index: 101; image-rendering: -webkit-optimize-contrast;}
#loginOffline {z-index: 2;} 
/*2020 EXTRA END*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



body::-webkit-scrollbar{
width:12px;
background-color: black;
} 

body::-webkit-scrollbar-thumb{
background-color: black;
border-radius: 3px;
}

body::-webkit-scrollbar-track{
background: #333;
} 

body::-webkit-scrollbar-thumb:hover{background-color: #06F;}
body::-webkit-scrollbar-thumb:active{background-color: #03F;} 


/*////////////NEW 2019 MENU SCRIPT END*/

@media screen and (max-width: 620px){section.mainWarning{ position: fixed !important; left: -1000px; opacity: 0;}}
#tutorialMenu .insideMenu{width: 90% !important;}
.tutWrap{padding: 2% 1% 2% 1% !important;}

#redArrowImg{z-index: 995;}
#sprompt{z-index: 997;}
#spromptIn{z-index: 998;}
.tipCont{z-index: 999;}

@media screen and (max-height: 900px){#newVerb{overflow-y: scroll !important;}
#newVerb::-webkit-scrollbar{width:0px;} }


/*4.1 START*/
.Lstory i {position: absolute; background: rgba(0,0,0,0.5); padding: 5px 10px 5px 5px; border-radius: 5px; font-size: 12px !important; line-height: 13px !important; top: 30px; left: 5px !important; width: 90px; display: block;}
@media screen and (max-width: 600px){.Lstory i {font-size: 10px !important; line-height: 11px !important;}}
#revAmazon {background: #00b67A !important; color: white !important;}
/*4.1 END*/