@font-face {
    font-family: 'startBnt';     
      src: url('../fonts/gothic/century_gothic.eot');
      src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
          url('../fonts/gothic/century_gothic.woff') format('woff'),
          url('../fonts/gothic/century_gothic.ttf') format('truetype'),
          url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
}
body 
{
    overflow: hidden;
	font-family: arial;
    margin: 0px;
    font-size: 16px;
}
@-webkit-keyframes blur {
    0%, 100%  { -webkit-filter: blur(0px); }
    50% { -webkit-filter: blur(10px); }
} 
#main_cont {
    height: 600px;
    width: 800px;
    background-color: #444444;
    border: 1px solid #000;
    position: relative;    
}
#header1{
      width: 100%;
      height: 32px;
      background-image: url(../images/headeLine_bg.png);
      background-repeat: repeat-x;
	  background: #DEDEDE;
}
.text_1{padding:8px;}
#header2{
	  position: absolute;
	  top: 448px;
      width: 100%;
      height: 32px;
      background-image: url(../images/headeLine_bg.png);
      background-repeat: repeat-x;
	  background: #DDDDDD;
}
.view1
{
	position:absolute;
	margin-top:0px;
	width:100%;
	height:414px;
	/* border:1px solid red; */
	display:nonea;
	background: #222222;	
}
.view2
{
	position:absolute;
	margin-top:0px;
	width:100%;
	height:414px;
	/* border:1px solid red; */
	background: #444444;
	display:none;
}
.drag_cont
{	
	position:absolute;
	top: 480px;
    width: 100%;
    height: 120px;
	/* border:1px solid red; */
	background: #444444;
}
.drag
{
	position:absolute;
	top:18px;
	width:75px;
	height:75px;
	border-radius:8px;
	background:#dddddd;
	outline: 1px solid transparent;
    vertical-align: top;
    box-shadow: 0px 0px 10px 0px #000 inset;
	border:1px solid;
	cursor:pointer;	
}

#drag_1{left:70px;}
#drag_2,#opacty_0{left:165px;}
#drag_3,#opacty_1{left:260px;}
#drag_4,#opacty_2{left:355px;}
#drag_5,#opacty_3{left:450px;}
#drag_6,#opacty_4{left:545px;}
#drag_7,#opacty_5{left:640px;}
.opcty
{
	position:absolute;
	top:18px;
	height: 77px;
    width: 77px;
	border-radius:8px;
	background:#000;	 
	opacity:0.65;
	z-index:1;
	display:nonea;
}
.ball
{
	position:absolute;
	width:30px;
	height:35px;	
	text-align:center;	
	background-position: center center;
    background-repeat: no-repeat;    
	line-height: 35px;
	font-weight:bold;
	font-size:12px;
	border:0px solid;
	transition: transform 0.5s;
	border-radius:45px;
} 
.ball:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.ball1
{
	position:absolute;
	width:35px;
	height:35px;	
	text-align:center;	
	border-radius:45px;
	border:0px solid;
}
.drag_img
{
	position: absolute;
	    width: 70px;
    height: 70px;
    top: 3px;
    left: 2px;
}
.drag_text
{
	position: absolute;
    top: 52px;
    left: 0px;
    width: 75px;
    text-align: center;
	font-size: 13px;
	
}
.drag_img1
{
	position:absolute;
	top: 17px;
    left: 37px;
    width: 30px;
    height: 30px;	
}
.drag_img2
{
	position:absolute;
	    top: 3px;
    left: -7px;
    width: 70px;
}
.drag_img3
{
	position:absolute;
    top: 32px;
    left: 34px;
}
.ball_img
{
	position:absolute;
	top: 4px;
    left: 4px;
    width: 23px;
    height: 23px;
}
.ball_img1
{
	position:absolute;
	top: 0px;
    left: 0px;
	width:30px;
	height:30px;	
}
.ball_text
{
	position:absolute;
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
	font-weight:bold;
}
.light_div
{
	position:absolute;
	top:80px;
	left:100px;
	width: 350px;
    height: 320px;
    z-index: 10;
	display:none;
	border:0px solid;	
}


.tooltip {
    position: relative;
    display: inline-block;    
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #f2f5c5;
    color: #000;
    text-align: center;
    border-radius: 6px;    
    position: absolute;
    z-index: 100000000;
    top: 45px;
    left: 40%;
}
.tooltip:hover .tooltiptext 
{
    visibility: visible;
	z-index:1000;
}
.hide_div {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 600px;
    width: 800px;
    background-color: #909090;
    /* border: 1px solid green; */
    z-index: 10000;
    opacity: 0.6;
    display: none;
}
.popup {
    position: absolute;
    top: 120px;
    left: 200px;
    height: 230px;
    width: 400px;
    background-color: #444;
    z-index: 10000;
    border: 1px solid;
    box-shadow: 0px 0px 6px 0px #000;
	display:none;	
}
.close_btn
{
	    position: absolute;
    top: 7px;
    right: 7px;
    width: 18px;
    height: 18px;    
    text-align: center;
    line-height: 18px;
	cursor:pointer;
	border: 1px solid transparent;
}
.close_btn:hover
{
	border: 1px solid;
}
.pop_head {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 398px;
    height: 35px;
    border: 1px solid;
	    cursor: pointer;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,acacac+49 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(172,172,172,1) 49%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(172,172,172,1) 49%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(172,172,172,1) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
.text1
{
	position:absolute;
	    top: 9px;
    left: 10px;
    font-weight: bold;
}
.middle_cont
{
	position:absolute;
	top: 60px;
    left: 10px;
    width: 380px;
    height: 110px;
	text-align:center;
	color:#fff;
	line-height:25px;	
}
.next_btn
{
	position:absolute;
	top: 183px;
    left: 100px;
    width: 190px;
    height: 25px;
    text-align: center;
    line-height: 25px;	
	cursor:pointer;
	    border: 1px solid;
    border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c8c8c8+50 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(200,200,200,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(200,200,200,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}
.next_btn:hover{
	background:#999A9B
}
.back_img
{
	position:absolute;
	top:120px;
	left:10px;	
}.line_img
{
	position:absolute;
	top: 51px;
    left: 17px;
}
#text_1
{
	position:absolute;
	top: 60px;
    left: 60px;
	font-size:25px;
	color:#fff;
}
#text_2
{    
	position: absolute;
    top: 90px;
    left: 73px;
    color: #fff;
    font-size: 13px;
}
.cont_div
{
	position:absolute;	
    width: 150px;
    height: 76px;
	border:1px solid;
}
#contdiv_1
{
	top: 333px;
    left: 49px;	
}
.sub_div
{
	position:absolute;
	top: 0px;
    left: 0px;
    width: 150px;
    height: 35px;
	background:#dcdcdc;
	    border-bottom: 1px solid #000;
}
.second_txt
{
	position:absolute;
	    top: 8px;
    left: 9px;
}
.bottom_div
{
	position:absolute;
	top: 35px;
    left: 0px;
    width: 150px;
    height: 40px;
	text-align:center;
	line-height: 35px;
	background:#fff;
}
#contdiv_2
{
	top: 23px;
    left: 309px;	
}
#contdiv_3
{
	top: 23px;
    left: 526px;	
}
#contdiv_4
{
	top: 333px;
    left: 511px;	
}
.bottom_div1
{
	position: absolute;
    top: 35px;
    left: 0px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 19px;
    background: #fff;
}
.drop
{
	position: absolute;
    width: 75px;
    height: 75px;
    border: 1px solid;
    background: #d0d0d0;
    opacity: 0.9;
    border-radius: 8px;	
	z-index:10;
}
.revert_drag{
    top:-1px !important;
    left: -1px !important;    
}
#drop_1
{
	top: 170px;
    left: 120px;
}
#drop_2
{
	top: 120px;
    left: 320px;
}
#drop_3
{
	top: 220px;
    left: 320px;
}
#drop_4
{
	top: 120px;
    left: 512px;
}
#drop_5
{
	top: 220px;
    left: 512px;
}
#drop_6
{
	top: 120px;
    left: 592px;
}
#drop_7
{
	top: 220px;
    left: 592px;
}
#correct_1
{
	position:absolute;
	top: 172px;
    left: 178px;
}
#correct_2
{
	position:absolute;
	top: 122px;
    left: 378px;
}
#correct_3
{
	position:absolute;
	    top: 223px;
    left: 379px
}
#correct_4
{
	position:absolute;
	top: 122px;
    left: 570px;
}
#correct_5
{
	position:absolute;
	top: 223px;
    left: 570px;
}
#correct_6
{
	position:absolute;
	top: 123px;
    left: 650px;
}
#correct_7
{
	position:absolute;
	top: 223px;
    left: 650px;
}
.correct
{
	display:none;
	z-index:1002;
}
.drop:hover,.dragover{
    /* background-color: white; */
    box-shadow: -0.2px 0px 3px 3px rgba(250,239,30,0.5);
    -webkit-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.7);
    -moz-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.7);
}
.popup_1 {
    position: absolute;
    top: 200px;
    left: 220px;
    height: 150px;
    width: 350px;
    background-color: #fff;
    z-index: 10000;
    border: 1px solid;
    box-shadow: 0px 0px 6px 0px #000;
	display:none;	

}
.pop_head1{
    position: absolute;
    top: -1px;
	left: -1px;
    width: 350px;
    height: 35px;
    border: 1px solid ;   
	background: rgb(218, 218, 218); 
		cursor: pointer;
}
.middle_cont1
{
	position: absolute;
    top: 45px;
    left: 10px;
    width: 340px;
    height: 110px;
    text-align: left;
    color: #000;
    line-height: 25px;
}
.ok_btn
{
	position: absolute;
    top: 103px;
    left: 140px;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
	border:1px solid #8e8e8e;	
	background:rgb(254,255,255); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(155,188,224,1) 0%, rgba(160,216,239,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(155,188,224,1) 0%,rgba(160,216,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(155,188,224,1) 0%,rgba(160,216,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */	
}
.ballclick_div{
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height:100px;
}
#ballclick_div_1{
	position:absolute;
	top:20px;
	left:150px;
	width:100px;
	height:100px;
	border-radius:10px;
}

.ball:before {
	content: '';
    position: absolute;
    width: 150%;
    height: 130%;
    left: -8px;
    top: -6px;
    border-radius: 50%;
    box-shadow: 0 0 12px 0.1px #99b99f inset;
	transition: transform ease-in-out 0.3s;
	transform: scale(0);
}
.ball.clicked:before {
	transition: none;
	transform: scale(1);
	animation: bounse_effect linear 0.3s 1;
}

#spark{
	height:50px;
	width:50px;
	background:url('../images/17.png') top left no-repeat;
	background-size: 100%;
	opacity: 0;
	position:absolute;
	transform: scale(0);
	z-index:10;
}
#spark.show {
	opacity: 1;
	animation: spark ease-in-out 0.6s 1;
}

@keyframes spark {
	0% {
		transform: scale(0);
	}
	25% {
		background: url(../images/17.png) 0 0 / 100% 100% no-repeat, url(../images/18.png) 0 0 / 100% 100% no-repeat;
	}
	50% {
		background: url(../images/17.png) 0 0 / 100% 100% no-repeat, url(../images/18.png) 0 0 / 100% 100% no-repeat, url(../images/19.png) 0 0 / 100% 100% no-repeat;
		transform: scale(4);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes bounse_effect {
	0% {
		transform: scale(1);
		animation-timing-function: ease-in;
	}
	5% {
		transform: scale(0.8);
		animation-timing-function: ease-out;
	}
	45% {
		transform: scale(1.6);
		animation-timing-function: ease-in;
	}
	95% {
		transform: scale(0.8);
		animation-timing-function: ease-out;
	}
	100% {
		transform: scale(1);
		animation-timing-function: ease-in;
	}
}

.new_ball
{
	width: 30px;
    height: 30px;
	line-height: 30px;	
}
.new_ball:before {
	content: '';
    position: absolute;
     width: 145%;
    height: 145%;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    box-shadow: 0 0 12px 0.1px #99b99f inset;
	transition: transform ease-in-out 0.3s;
	transform: scale(0);
}
.new_ball.clicked:before {
	transition: none;
	transform: scale(1);
	animation: bounse_effect linear 0.3s 1;
}
#tooltip{
	height:20px;
	line-height:20px;
	position:absolute;
	z-index:10;
	background-color:#f3f3c2;
	font-size:12px;
	display:none;
	text-align:center;
	border-radius:3px;
	padding:0 3px 0 3px ;
}
.show_hidediv
{
	position:absolute;
	    top: 0px;
    left: 0px;
    width: 799px;
    height: 414px;
	z-index: 10;
   /*  background: #000;
    border: 1px solid;   
    opacity: 0.1; */
	display:none;
}
.text_ud
{
	display:none;
}