@charset "utf-8";


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

@font-face {
  font-family: 'built';
  font-weight: normal; font-weight: 600;
  src: local('Built Titling'), url('https://fonts.cdnfonts.com/s/27213/built titling sb.woff') format('woff')
}

@font-face {
    font-family: 'built';
	font-weight: bold; font-weight: 700;
    src: local('Built Titling'), url('https://fonts.cdnfonts.com/s/27213/built titling bd.woff') format('woff')
}

html {
	height: 100%;
	background: black;
}

body {
	font-family: 'encode', Verdana, Geneva, sans-serif;
	font-weight: normal;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	overflow: hidden;
}


#loginWrap {
position: fixed; 
width: 100%;
height: 100%;
top: 0; left: 0; right: 0; bottom:0 ;
margin: 0;
padding: 0;
overflow-y: scroll;
}

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


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


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



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


#background {
	width: 100%;
	height: 100%;
	background-image:url(../common/background.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	opacity: 0.5;
	overflow: hidden;
}

.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;
	font-family:Arial, Helvetica, sans-serif;
}
.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;
	font-size: 20px;
font-family: 'built', sans-serif;
	margin-bottom:6.5px;
	border-radius: 8px;
}

.selectOptions {	
    opacity: .9;
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px 10px 10px;
}
	
.loginOptions {
	width: 100%;
	margin-bottom:6.5px;
	padding: 15px 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;
margin-right: 0;	
margin-top: 0;	
}


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

#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:15px;
width: 360px;
font-size:15px;
text-align:center;
border-radius: 6px;
border: 1px solid #999;
}

.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: -11px 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:24px;
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: #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;
}

#optionBtn{display: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;
}


#verbSection1{
margin-left: 3.25%;
}

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

#guidedSection{
width: 60%;
margin: 0.5% 20% 0.5% 20%;
}

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



.sectionContents{
position: relative;
float:left;
height: auto;
width: 70%;
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;
}

.sectionPs{
font-size: 16px;
}

.sectionPs2{
font-size: 14px;
}

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

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


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


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

.Lsection{
display: inline-block;
height: auto;
width: auto;
text-align: center;
font-weight: bold;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
background-color: rgba(6,6,6,0.6);
box-shadow: 0px 0px 0px 1px black;
border-radius: 5px;
padding: 5px 10px 10px 10px;
margin: 30px 10px 0 10px;
}

.Lsection .Lsection{
background-color: rgba(60,60,60,0.25);
}

.sectionTitle{
margin: 5px;
font-size:18px;
color:#FC0;
cursor: default;
text-align:left;
}

.sectionTitle b{color:#F90;}
.sectionTitle em{color: #FFF;font-size:16px;}
.sectionTitle strong{font-size:20px;}



.lessonItemsHOVER{opacity: 1; box-shadow: 0px 0px 3px 2px #FC0;}

.lessonItems h1{
position: absolute;
bottom: 83px;
font-size: 14px;
text-align: center;
left:-20%;
width: 140%;
font-weight:bold;
line-height: 16px;
padding-bottom:10px;
}



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

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

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


.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: 65px;
height: 45px;
top: 0;
right: 0;
background: rgba(0,0,0,0.7);
border-radius: 0 0 0 5px;
color:white;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

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

.Lscores h4{
font-size: 18px;
line-height: 14px;
margin: 0;
color: #FC0;
}

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

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

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


#loginCenter{
position:relative !important; left: 0; right: 0;
padding: 20px 20px 0 0;
margin: 50px auto 10px auto;
width: 400px;
height: 620px;
background: white;	
border: 10px solid white;
font-family: 'built', sans-serif;
border-radius: 10px;	
}

#loginCenter h1{
padding-left: 12px;	
font-size: 35px;
text-align: center;	
font-weight: normal;	
margin: 0;	
}

#loginCenter h1 strong strong{
color: #ba0f0f;
}


@media screen and (max-height: 720px){#loginCenter{margin: 30px auto 10px auto;}}



#loginBelow{
border-radius: 10px;	
position:relative; left: 0; right: 0;
padding: 20px 20px 0 0; 
margin: 0 auto 50px auto;
width: 400px;
height: 110px;
background: rgba(0,0,0,0.8);	
border: 10px solid rgba(0,0,0,0.2);
font-family: 'built', sans-serif;
text-align:center;
color: rgba(255,255,255,0.8);
}

#loginBelow h3{
margin: 0 0 17px 0;
color: rgba(255,255,255,0.9);
font-weight: normal;
font-size: 24px;	

}

.belowLink{
position: relative;
line-height:25px;
width: 500px;
height: 20px;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
margin: 10px 0 20px 0;
color: grey;
text-decoration: underline;
}

.belowLink:hover{
color: #FC0;

}



.loginTabs{
position: relative;
width:300px;
height: 20px;
margin: 0 auto;
border-radius: 5px 5px 0 0;
text-align:center;
padding-top:30px;
font-size: 16px;
font-weight:bold;
font-family: Arial, sans-serif;
text-decoration:underline;
}

.loginTabs2{
position: relative;
float:left;
width:28px;
height: 30px;
margin: 15px 0;
padding-top:15px;
}

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

.backButton{
position: relative;
font-weight:bold;
width: 100px;
border-radius: 5px;	
padding:15px;
font-size: 23px;	
bottom: 0; 
left: 0;
cursor: pointer;
margin: 50px auto 0 auto;	
background: #FC0;	
}

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



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

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

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

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


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

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

.messageTitle {
margin:0 0 0 -10px;
cursor: default;
font-family: 'built', sans-serif !important;
font-size: 35px;	
}

#accountsLeft {
margin-top: 0;	padding-top: 0;
font-size: 20px;	
font-family:Arial, Helvetica, sans-serif;	
}

#accountsText {
text-align: justify;	
font-family:Arial, Helvetica, sans-serif;	
padding-left: 20px;	padding-right: 20px;	
}

.messageCheck {
display: none;
}
