.popSourceBlock {
	display:none;
	background-color:#333;
}
.popover-inner {
	width: auto;
}
.popover-content{
	height:350px;
	overflow-x: hidden;
	overflow-y: scroll;
	color:#333;
}
.popover {
	width:auto;
}


@font-face {
    font-family: FD_Font;
    src:url(css/IN901XKI.TTF), url('IN901XKI.TTF') format('opentype');
	}
	
@font-face {
    font-family: FD_Font2;
    src:url(css/CITYB.TTF), local(FD_Font2), url('CITYB.TTF') format('opentype');
	}

.FDFont{
	font-family:FD_Font, Arial, sans-serif;
	font-style:italic;}
	
.FDFont2{
	font-family:FD_Font2, Impact, Charcoal, sans-serif;}

 #homepage_container {
	 width:960px;
	 background-color: #fff;
	 margin: 0 auto;
	 height: 850px;
	 
 }
 
 #homepage_container img {
 }
 
 #three_game_container {
	 width: 900px;
	 margin: auto;
 }
 
 

#three_game_title {
	background-color:#C0C0C0;
	border-radius: 20px 20px 0px 0px;
	width:550px;
	margin: 0 auto;
	height: 150px;
	
}

#three_game_title H1 {
	text-align: center;
	color: #fff;
	padding: 20px;
	-webkit-text-stroke-width: .5px;
   -webkit-text-stroke-color: #f69520;
    font-family:FD_Font2, Impact, Charcoal, sans-serif;
	font-size: 4em;
}

#three_game_title img {
	    display: inline-block;
   
    padding-top: 20px;
    padding-left: 40px;
	
	
}

#three_game_block {
	width: 100%;
	background: rgba(192,192,192,1);
background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(89,89,89,1) 14%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(17,17,17,1) 58%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(192,192,192,1)), color-stop(14%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(58%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(89,89,89,1) 14%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(17,17,17,1) 58%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(89,89,89,1) 14%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(17,17,17,1) 58%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(89,89,89,1) 14%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(17,17,17,1) 58%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(192,192,192,1) 0%, rgba(89,89,89,1) 14%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(17,17,17,1) 58%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#131313', GradientType=0 );
border-radius: 20px;
height: 375px;
text-align: center;
margin-top: -45px;

}

.game_section {
	   width: 250px;
    display: inline-block;
    margin-top: 40px;
    margin-left: 37px;
    float: left;
	
}

#three_game_block {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 

 
.pic {
  border: 2px solid #000;
  float: left;
  height: 230px;
  width: 250px;
  
  overflow: hidden;
  
   
}

.grow img {
  height: 250px;
  width: 250px;
  float: left;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 350px;
  height: 350px;
}

.grow H1 {
    height: 20px;
    width: 248px;
    margin: 10px auto;
    padding: 0;
    z-index: 500;
    position: absolute;
	color: #fff;
	-webkit-text-stroke-width:2px;
   -webkit-text-stroke-color: #f69520;
   font-family:FD_Font2, Impact, Charcoal, sans-serif;
   font-size: 3em;
	line-height: 50px;
	text-shadow: 5px 5px 5px #000;
	font-weight: normal;
}

.grow H3 {
	height: 80px;
    width: 248px;
    margin: 130px auto;
    padding: 0;
    z-index: 500;
    position: absolute;
    color: #fff;
    background-color: rgba(58,58,58,.75);
    font-family: FD_Font2, Impact, Charcoal, sans-serif;
    font-size: 2em;
	font-weight: normal;
   text-shadow: 5px 5px 5px #000;

}

#challengegamelogo img {
	width: 60px;
    float: right;
    height: 60px;
    margin-right: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#challengegamelogo img:hover {
	width: 60px;
	height: 60px;
}

.gamebuttonred {
	background-image:url(/media/images/buttonsprite.png);
	background-size: contain;
	width: 249px;
	height: 60px;
	margin-top: 230px;
	background-size: cover;
	
	
	}
	
.gamebuttonred:hover {
	background-position:center;
	background-image:url(/media/images/buttonsprite.png);
}
	

	
.gamebuttonred H3 {
	    height: 20px;
    width: 248px;
    margin: 15px auto;
    padding: 0;
    z-index: 500;
    position: absolute;
    color: #fff;
    font-family: FD_Font2, Impact, Charcoal, sans-serif;
    font-weight: normal;
    font-size: 1.75em;
text-shadow: 1px 1px 5px #000;
	
}

.gamebuttonblue {
	background-image:url(/media/images/buttonsprite.png);
	background-position: bottom;
	background-size: contain;
	width: 249px;
	height: 60px;
	margin-top: 230px;
	background-size: cover;
	
	
}

.gamebuttonblue:hover {
	opacity: .9;
}

.gamebuttonblue img {
	padding-top: 10px;
    padding-left: 30px;
    width: 26px;
    float: left;
	
	
	}
	
.gamebuttonblue H3 {
	height: 20px;
    width: 248px;
    margin: 10px auto;
    padding: 0;
    z-index: 500;
    position: absolute;
    color: #fff;
    font-family: FD_Font2, Impact, Charcoal, sans-serif;
    font-weight: normal;
    line-height: 20px;
    font-size: 1.5em;
	text-shadow: 1px 1px 5px #000;
}


