@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/Cabin-Bold.ttf);
}

@font-face{
	font-family: Ans;
	font-style: normal;
	src:url(../__fonts/Roboto-Regular.ttf);
}

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/MyriadPro-Semibold_2.otf);
}
div, input
{
    font-variant-ligatures: none;
}

#rubricAud {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	background-size: 90%;
	background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #F29B34;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.2);
}


body {
	width: 1280px;
	height: 720px;
	border: #000000 solid 0px;
	margin:0;
}
.main {
	position: relative;
	width: 1280px;
	height: 720px;
	border: #ff0000 solid 0px;
	display: block;
	top:0px;
	left:0px;
	/*margin: auto;*/
}



 
.timerObj{
	position:absolute;
	width:200px;
	height:30px;
	left:698px;
	top:100px;
	font-size:20px;
	font-weight:bold;
	border:#9c9205 solid 2px;
	color:#000;
	text-align:center;
	padding-top:5px;
	font-family: Rubric;
	line-height:25px;
	background:rgba(255, 238, 5,1);
}  

#scorePanel{
	position:absolute;
	width:200px;
	height:30px;
	left:698px;
	top:100px;
	font-size:20px;
	font-weight:bold;
	border:#9c9205 solid 2px;
	color:#000;
	text-align:center;
	padding-top:5px;
	font-family: Rubric;
	line-height:25px;
	background:rgba(255, 238, 5,1);
}

.sideList
{
	position:absolute;
	top:0px;
	width: 430px;
	/* height: 720px; */
	border: #00ff00 solid 0px;
	/* background:#8FA8F6; */
}

.rubricClass{
	font-family: Rubric, sans-serif;
    position: absolute;
    width: 840px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    top: 45px;
    left: 155px;
    font-size: 40px;
    color: #3d8eb9;
	font-weight: bold;
}


.sidePnlCntnr{
	position:absolute;
	top:130px;
	left:75px;
}


.wordslists{
	font-family: Ans;
	width:250px;
	height:503px;
   	font-size:30px;
	text-align:center;
	font-weight:bold;
	font-family: Ans;
	border:#F5D603 solid 1px;
	line-height:71px;
	background:#FFFFFF;
	padding:10px;
	color:#000; 
}

.mainPannel {
	position:absolute;
	top:0px;
	left:300px;
	width: 980px;
	height: 720px;
	border: #00ff00 solid 0px;
	display: block;
	/*background:#dddddd;*/
}
.wordBlock{
	position:relative;
	border: #000 solid 0px;
	width:50px;
	height:50px;
	line-height:50px;
	display: block;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;	
	font-size:30px;
	font-weight:bold;
	font-family: Ans;
	
}

.wordBlock:hover{
	background:#ffd;	
}

.blockClass{
	position:absolute;
	width:50px;
	height:50px;
	border:#F8D41B solid 1px;
	display: block;
	background:#FFF;
    cursor:pointer;
}


.wordListCls{
	position:absolute;
	left:25px;
	top:25px;
	width:350px;
	height:30px;
	border:#FDDC00 solid 0px;
	display: block;
	font-size:30px;
	font-weight:bold;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}




.wordListCls img{
	/*opacity:0.5;*/	
}

#solutionBtn{
	position:absolute;
	left:71px;
	top:510px;
	
}

#ResetBtn{
	position: absolute;
	left: 100px;
	top: 650px;
	/* opacity: 0.5; */
	visibility:hidden;
}


.actComp{
	position:absolute;
	background-repeat:no-repeat;
	z-index:1000;

}


#helpBtn{
	position:absolute;
	left:620px;
	top:600px;
	
}
.helpClass{
	position:relative;
	width: 980px;
	height: 720px;
	background:#F0f0f3;
}

.helpClass img{ 
   position:absolute;
}
.helpClass #closeBtn{
	position:absolute;
	width:50px;
	height:50px;
	left: 885px;
	top:15px;
	cursor:pointer;
}


.btnLook{
		font-size: 21px;
    font-family: Ans, sans-serif;
    display: block;
    width: 145px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
	
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right;
	visibility: hidden;
	
}
/*


.btnLook:hover{
   color:#000;
   background:#F69;
}*/

#activityText{
	position:absolute;
	left:200px; top:65px;
	-webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}

@-webkit-keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}


@keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}

#completedText{	
	position:absolute;
	left:600px; top:65px;
	-webkit-animation-name: completedTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: completedTextAnim;
    animation-duration: 1s;
}


@-webkit-keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}


@keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}
#scorePanel{
	position:absolute;
	top: 175px;
    left: 1035px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px; 
	color:#fff;
}


#showHowVideo img, #showHowVideo video{
    position: absolute;
    top: 285px;
    left: 619px;
    width: 640px;
    height: 360px;
    border: solid 5px #ddd6d6;
    border-radius: 20px;
}
img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
	cursor: pointer;
}


#showHowBtn{
	position: absolute;
    top: 511px;
    left: 245px;
    font-size: 21px;
    font-family: Ans, sans-serif;
    display: block;
    width: 180px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
}
#showHowVideo img, #showHowVideo video{
    position: absolute;
    top: 285px;
    left: 619px;
    width: 640px;
    height: 360px;
    border: solid 5px #fff;
    border-radius: 20px;
}
img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
	cursor: pointer;
}
