@charset "utf-8";

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


@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../../__fonts/MyriadPro-Semibold_2.otf);
}


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


body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	
}
#main{
	width: 1280px;
	height: 720px;
	background:url(../Assets/images/bg.png);
	/*background-color: #CCC;*/
}


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

#stage{
	width: 1280px;
	height: 720px;
}

#ques{
cursor:default;	

}


#sNum
{
	vertical-align:middle;
	
	
}

#wBox
{
	left:110px;
	top:225px;
	width:700px;
	height:350px;
	position:absolute;
	z-index:0;
	border:#CCC medium solid;
	background:rgba(255,255,255,1);;
}

.containr
{
	position:absolute;
	width:180px;
	top:-10px;
	left:500px;
	border-bottom:#00F 2px solid;
	float:right;
}

#inBox{
	position:absolute;
	top:570px;
	left:550px;
    border: 3px solid orange;
    box-shadow: black 2px 2px 5px;
}

.optionDesign{
	box-shadow: inset 0px 0px 6px #666 ;
	border: 2px solid #FFF;
	border-radius:5px;
	background:#ffff99;
	padding: 10px;
	background-repeat:no-repeat;
	}


#submitBtn{
	font-size: 21px;
    font-family: Ans;
    display:inline-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;
	
}
 
#answerBtn{
	font-size: 21px;
    font-family: Ans;
    display:inline-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;

}

#checkSolution{
	visibility:hidden;
	position:absolute;
	width:530px;
	top: 630px;
    left: 420px;
	z-index: 1;
}

#optDv
{
	display:block;
	position:absolute;
	background:#fff;
	border:2px solid #F29B34;
	
}

#preNext{
	position:absolute;
	width:650px;
	height:50px;
	
}
.prenxt
{
	height:53px;
	width:53px;
	cursor:pointer;
	background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
	border-radius:100%;
}


#prev{
	
	background:url(../Assets/images/arrow2.png);
    background-size: 53px 53px;
}

#next{
	
	background:url(../Assets/images/arrow.png);
	background-size: 53px 53px;
}


.serialNo
{
	position: absolute;
	font-family: Ans, sans-serif;   
	visibility:hidden;   
    border-radius: 50%;	
    display: block;
    background: #fff;
    border: 2px solid #F29B34;
    pointer-events: none;
	text-align:center;
}

#sp1{
	background-color:#e2e2e2;
	color:#069;
	padding:2px;
	padding-left:5px;
}

#sp2{
	 display: inline;
    color: #3d8eb9;
    padding: 2px;
    padding-left: 5px;
}

.option
{
	display:inline-block;
	position:absolute;
	font-family:Ans, sans-serif;
	
	
	border:2px solid rgba(255, 0, 0, .0);
	/*
	border-color:rgba(0,102,0,1);
	cursor:pointer;
    text-align: center;*/
	/*float:left;
	margin-right:50px;*/
}

.option-selected
{
	
	box-shadow:#000 0px 0px 20px;
}

.dropBoxC
{
	position:absolute;
	top:150px;
	
	height:130px;

	background-image:url(../Assets/images/Box.png);
	background-repeat:no-repeat;
	background-position:bottom;
	/*border:2px solid #F29B34;*/
		
}
.boxTitleC
{
	background:#F29B34;
	color:#036;
	text-align:center;
	font-size:30px;
	font-family:Ans, sans-serif;
	margin-bottom:10px;
}
.dropZoneC
{
	display:inline-block;
	background:#669;
	
	margin-bottom:10px;
	/*float:left;*/
}


@keyframes bounceInDown {
    0% {
        opacity: 0;
 		transform: translateY(-100px);

    }
   
    35% {
        opacity: 1;
        transform: translateY(145px);

    }
	
	
    65% {
        opacity: 1;
        transform: translateY(75px);

    }	
   
   
    100% {
        transform: translateY(140px);

    }
   
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-fill-mode:both;
    -webkit-animation-duration:2s;
}

.option-wrong
{
	
	border:#F00 2px solid;
}

.option-right
{
	
	border:#090 2px solid;

}


#showHowBtn{
	font-size: 21px;
    font-family: Ans;
    display: inline-block;
    width: 180px;
    /* height: 30px; */
    /*margin-top: -100px;
	margin-left:-50px;*/
    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;
	z-index: 201;
}
img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
	cursor: pointer;
}