
#activityIntro {
	margin-top:0px;
	margin-bottom: 10px ;
	padding-top:10px;
}

body {background-color:#cb6e29}
#main-container {
	background-color:#cb6e29;
	background-image:url('../../img/background.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center -300px;
	
}

#activity.start:after {
	content:"";
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#activityContainer {
	position: relative;
}

#startMsg {
	position:absolute;
	width:300px;
	display:block;
	background:#FFF;
	margin:0 auto;
	z-index:100;
	left:50%;
	border:3px solid #241D3C;
	margin-left:-150px;
	text-align:center;
	
}

#time-wrapper h4 {
	display:inline-block;
}

#time-wrapper h4:last-child {
	float:right
}

#instructions {
	margin-bottom:20px;
}


#question-wrapper {
	text-align:center;
	margin-top:40px;
	padding-bottom:40px;
	position:relative;
	
}


#resetBtn {
	display:none;
}
#background-top {

	width:100%;

	
}

#container-rocks{
		
	background:#cb6e29;
}

#choices {
	position:relative;
	text-align:center;
	padding-top:10px;
	height:220px;
}

.choice {
	background-image:url('../../sprite/New folder/rock_mc0001.png');
	background-repeat: no-repeat;
	background-position:center top;
	background-size:contain;
	padding-top:110px;
	display:block;
	height:100%;
	font-size:22px;
	color:#FFF;
	opacity:0;
	transition:opacity 400ms ease;
	cursor:pointer;
	
}

.choice:hover {
	background-image: url('../../sprite/New folder/rock_mc0001-hover.png');
	
}

.choice.dangos {
	opacity:1
}

#correctAnswer-wrapper {
	display:none;
}

.explosion {	
      position:absolute;
      height:370px;
      width:370px;
      background-image:url('../../sprite/explosion.png');
      transform-origin:center center;
}

.boom {
      -webkit-animation: play .8s steps(7);
      animation: play .8s steps(7);
    }


    @-webkit-keyframes play {
      from {background-position:0px;}
      to {background-position:-2590px;}
    }

    @keyframes play {
      from {background-position:0px;}
      to {background-position:-2590px;} 
    }



