@charset "utf-8";



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

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

button, input {
  appearance: none; /* Remove the native macOS button appearance */
  -webkit-appearance: none; /* Remove the native macOS button appearance for Safari */
}


.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; }}



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;
	margin: auto;
position: absolute;
left: 0; bottom: 0; right: 0; top: 45px;	
cursor: pointer;
}

.wrapper, .wrapper2, .wrapper3, .lessonMenus{
	min-width: 280px;
	width: 100%;
	height: 100%;
	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 {
	cursor: pointer;
}

#background {
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
	background: url(https://www.ouinolanguages.com/new/wp-content/uploads/2015/12/newBack-1.jpg);
	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: #EBB82F;
	font-size: 14px;
	margin-bottom:6.5px;
	font-weight: bold;
	border-radius: 4px;
}



#changePass input{
margin-top: 5px;
padding: 10px 20px;
width: 100px;
}

.passReset {
	cursor: pointer !important;
	width: auto !important;
	background-color: #EBB82F;
	border-radius:3px;
	font-weight: bold;
	margin-bottom:6.5px;
	padding: 10px 20px;
	border: 0;
}

.deleteBtn {
	cursor: pointer !important;
	background-color: #EBB82F;
	border-radius:3px;
	font-weight: bold;
	width: 140px;
	padding: 10px 20px;
	border: 0;
	text-align: center;
}

.deleteBtn:hover {
	background-color: #333;
	color: white;
}

.selectOptions {	
    opacity: .9;
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px 10px 10px;
}
	
.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;
	border-radius:8px;
	cursor: default;
	box-shadow:0px 0px 10px 2px #000;
}
.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{

}

.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;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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;
}


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

#jguyr4{
top: 79px !important;
}

#jguyr4Reset{
top: 96px !important;
}

#jguyr4Reset2{
top: 140px !important;
}

#loginForgot{
position: absolute !important; left:14px !important; top: 130px !important;
}

.loginOptions:nth-of-type(4){top: 190px !important;}
/*2020 CHANGES*/

.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%;
}
.gradientColor, .gradientColor2, .gradientColor3{
	color:white;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	background: radial-gradient(#F00, #700);
}

.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: #EBB82F;
}

.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: .8;
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;
}


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

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

.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;}}

.sectionTitle{
margin: 5px 5px 30px 5px;
font-size:18px;
color: rgba(255,255,255,0.9); 
cursor: default;
text-align:left;
font-family: 'encode';
}

.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: 50px 10px 25px 10px;
cursor: pointer;
opacity: .7;
background: url(../screens/block1.jpg);
background-size: contain;
background-repeat: no-repeat !important;
}

.extras{
position: relative;
width: 208px;
height: 135px;
float:left;
margin: 40px 10px 55px 10px;
cursor: pointer;
opacity: .7;
box-shadow: 0px 0px 4px 1px black;
}

.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;}

.lessonItems h1, .imageItems h1{
position: absolute;
bottom: 120px;
font-size: 15px;
width: 204px;
text-align: center;
font-weight:bold;
padding:10px 0 10px 0;
margin: 0;
opacity: 1;
font-family: 'encode';
}

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

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



.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: #EBB82F;
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;
}

.Lstars{
position: absolute;
width: 80px;
height: 19px;
bottom: -13px;
left: 0; 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: -5px;
left: -10px;
}

.Lscores{
position: absolute;
width: auto;
height: auto;
top: 0;
right: 0;
background: rgba(0,0,0,0.8);
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: 18px;
text-align: right;
font-family: 'encode';
color: white;
}

/*2018CHANGE*/

.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;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
cursor: pointer;
font-size: 12px;
padding: 30px 15px 20px 30px;
z-index: 1;
display:none;
}

#musicOnOff b{
color: #EBB82F;
}

.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.06);
box-shadow: 0px 0px 2px black;
border-radius: 5px;
padding: 10px;
}

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

.sectionLang {
position: absolute;
top: 20px;
left: 20px;
width: 70px;
height: 70px;
cursor: pointer;
opacity: .85;
color: white;
font-size: 14px;
background-color: rgba(255,255,255,0.06);
box-shadow: 0px 0px 2px black;
border-radius: 5px;
padding: 10px;
}

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




#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;	
border: 20px solid white;
border-radius: 10px;	
}

#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: #EBB82F;
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: #EBB82F;
}

.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: cover;
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: #EBB82F;
}

.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:#EBB82F;
}


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

.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 #EBB82F;
}

.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: #EBB82F;
}

.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: #EBB82F;
}


#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: #EBB82F;}
#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: #EBB82F; color: black;}

#likeYes{right:15px; color: black;background-color: #EBB82F;}
#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: #EBB82F;
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;
}

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

#emailForm .emailField{
height: 200px;
}

}

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

/*2018CHANGES*/
html{
	height: 100%;
}

/*LATEST CHANGES*/
body{
    background-color: black;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; 
}

@media screen and (max-width: 600px){.optionsIn {width: 90%;}}

#oldPass, #newPass1, #newPass2{width: 150px !important;} #newPass2{margin-bottom: 15px !important;}
@media screen and (max-width: 760px){ #oldPass, #newPass1, #newPass2{width: 90% !important;}  }


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

#loginCenter{width: 310px;}
.loginField{width: 275px;}
.loginTabs{width:135px;}
.loginTabs2{width:8px;}
#language{width:330px !important;}
#language a{width:260px !important; margin-left: 46px;}
}

#resetCodeField,#jguyr4Reset,#jguyr4Reset2{padding-top: 10px; padding-bottom: 10px; border-radius: 3px; border: 1px solid #909090; }
#emailFieldReset{padding-top: 15px; padding-bottom: 15px; border-radius: 3px; border: 1px solid #909090; }
.loginOptions{box-shadow: none;}#passwordSkipBtn{display:none;}

.dealQues{
display: flex !important;
 justify-content: center !important;
 align-items: center !important;
	
}

.dealQues img{
top: 5px !important; right: 5px !important;	
height: 50px;
width: auto !important;	
}

@media screen and (max-width: 620px){.dealQues img{display: none;}}

.dealQues h2{
position: absolute;	
top: 40px;	
text-align: center;	
padding-left: 40px !important; padding-right: 40px !important;
line-height: 25px;	
}

.dealQues p{
margin-top: 0px;
}


#dealCont{
position: relative;	
margin: 65px auto 0 auto !important;
background: rgb(200,200,200);	
display: block;
width: auto;
padding: 10px;	
border-radius: 7px;	
height: auto;	
}

.dealBtn{
padding: 20px;
float: left; 
margin: 12px 3px 5px 3px;
background: rgb(230,230,230);
border-radius: 5px;	
font-size: 18px;	
cursor: pointer;
transition: 0.3s;
color: black;	
font-weight: bold;	
}

.hide{
display: none !important;
}

.dealBtn:hover{
color: white;
background: #444;
}

input.custom-mask {
text-security: disc;	
-webkit-text-security: disc;
}

@media screen and (max-width: 499px){.dealQues p{display: none;}}
