.rewardC {
	
	font-family: BebasNeue;
    font-size: 34px;
    font-weight: 700;
    margin:0;    
    color:#444;
}
.rewardC img {
	margin-top:4px;
	vertical-align:top;
	height: 30px;
}
.missionCoinsToWin {
	font-size:16px;
	font-weight:bold;
}
#pubEG {
	margin-top:5px;
}
.missionGrade {
	height:40px;float:none; margin: 1px 0 0; vertical-align: top;
}
.gameExplanation h3 {    
	font-family: BebasNeue;
    font-size: 34px;
    font-weight: 700;
    margin:0;    
    text-shadow: 2px 2px #888;
    color:#333;
}
.gameExplanation {
	
}
.gameAd {  
	background-color: rgba(255, 255, 255, 0.1);
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 0;
}
.petGaming {
	text-align:left;
}
.gameExplanation,.petGaming {

	margin:10px;
	padding:10px;
   color: #444444;
   background-color: #ddd;
   background-image: linear-gradient(#E5E5E5, #CFCFCF);
   box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
.petGaming img {
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	height:43px;
}
.LA {
	text-align:left;
}
.petRes {
	float:left;height: 60px; vertical-align: top; margin-right: 10px;
}
.gameExplanation, .gameAd, .petGaming {
	width:336px;
	max-width:100%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
}
.petGaming h2 {
	margin-top:0;
	margin-bottom: 19px;
	height:30px;
	
	font-family: BebasNeue;
    font-size: 34px;
    font-weight: 700;
    /*margin:0;*/    
    text-shadow: 2px 2px #888;
    color:#333;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('/css/font/BebasNeue-webfont.eot');
  src: url('/css/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
	   url('/css/font/BebasNeue-webfont.woff') format('woff'), 
	   url('/css/font/BebasNeue-webfont.ttf') format('truetype'), 
	   url('/css/font/BebasNeue-webfont.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	/*background : url('/images/backgrounds/salon.jpg');*/
	color: #fff;
	font-family: "Lato", sans-serif;
	/*text-transform: uppercase;*/
}

#header {
	text-align: center;
}
#cached {
	position: absolute;
	left: -2500px;
	top: -1500px;
	width: 2500px;
	height: 1500px;
	overflow:scroll;
}

/***FIRST STYLE THE BUTTON***/
a#gamebtn {
	display: inline-block;
	width: 50px;
	margin: 6px;
	cursor: pointer;
	/*forces the cursor to change to a hand when the button is hovered*/
	padding: 5px 25px; /*add some padding to the inside of the button*/
	background: #35b128; /*the colour of the button*/
	border: 1px solid #33842a;
	/*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
	box-shadow: 0 0 4px rgba(0, 0, 0, .75);
	/*style the text*/
	color: #f3f3f3;
	font-size: 1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
a#gamebtn:hover,a#gamebtn:focus {
	background-color: #399630; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
	box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}
a.validBtn {
	font-size: 16.996px;
	line-height: 20px;
	padding: 9px 18px 10px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	background-color: #2ecc71;
	border: medium none;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	font-family: "Lato", sans-serif;
	cursor:pointer;
	margin: 4px;
	display:inline-block;
}
a.validBtn:hover {
  background-color: #58d68d;
}

a.dangerBtn,a.btn {
	font-size: 16.996px;
	line-height: 20px;
	padding: 9px 18px 10px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	background-color: #e74c3c;
	border: medium none;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	font-family: "Lato", sans-serif;
	cursor:pointer;
	margin: 4px;
	display:inline-block;
}
a.dangerBtn:hover,a.btn:hover {
  background-color: #ec7063;
}

a.fbBtn,a.btn {
	font-size: 16.996px;
	line-height: 20px;
	padding: 9px 18px 10px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	background-color: #45619d;
	border: medium none;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	font-family: "Lato", sans-serif;
	cursor:pointer;
	margin: 4px;
	display:inline-block;
}
a.fbBtn:hover,a.btn:hover {
  background-color: #45619d;
}

#gameInfosBox {
	width:100%;
	max-width:100%;
	background-color:#456;
	display:inline-block;
	padding:20px;
	overflow-x:hidden;
	overflow-y:auto;
	max-height: 100%;
	height: 100%;
	box-sizing : border-box;
}
.gameStartBtns {
	margin-bottom:30px;
	margin-top:10px;
}
#gameInfosBox b {
	font-size:42px;
	font-family: BebasNeue;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	text-shadow: 3px 3px #222;
}

#canvasTest {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	height:100%;
	z-index: 999;
	background-color: rgba(100,110,120,0.7);
	position:fixed;
}
.gamediv {    
	z-index: 9999;
	background-color: rgba(100,110,120,0.7);
	position:absolute;
	width:100%;
	text-align:center;
	top:0;
	height:100%
}

.scoreDiv {
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 26px;
	font-family: "Lato", sans-serif;
}

#animalInfos {
	position: fixed;
	left: 10px;
	top: 10px;
}

#animalInfos h2 {
	margin-top: 0;
}

.scoreDiv img {
	height: 20px;
}

#gameDiv {
	width: auto;
	height: 600px;
	display: block;
	background-size: 100%;
}


@media (max-width: 1108px) {
	.gameExplanation, .gameAd, .petGaming {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
}
