@charset "utf-8";
/* CSS Document */
/*****RESET*******/
p{line-height:0; margin:0; padding:0;}
body, html{margin:0px; padding: 0px; font-family: Helvetica, Verdana, Geneva, sans-serif;}
ol, ul, li{ list-style:none; padding:0px;}
a, a:link{text-decoration:none;}
h1, h2, h3, h4, h5{
		marging: 0;
		padding: 0;
}
/****END OF RESET******/

a, a:link, a:visited, a:active{
	font-size: 100%;
	color: #666;
}

h1, h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:200;
	font-size: 150%;
	margin-left: 30px;
	margin-bottom: 0px;
}


#header_container
{
	width: 100%;
	position: fixed;
	background:#fff;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	z-index: 10000;
}

#header
{
	width: 1088px;
	margin: auto;
	height: 70px;
	background:#FFF;
}

#logo
{
	font: bold 36px Arial, Helvetica, sans-serif;
	text-align:left;
	color: #1ca83b;
	position:absolute;
	height: 50px;
	overflow:hidden;
	padding: 10px 0 10px 0;
}


.apps {
  position: relative;
  margin: 12px auto 10px 10px;
  float:right;
  height: 46px;
  padding-left: 10px;
  padding-right: 45px;
  vertical-align:cetral;
  font-size: 11px;
  font-family: "Verdana";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  text-align: right;
}

.apps.windows
{
	background-image:url(icons/windows-app.png);
	background-repeat:no-repeat;
	background-position: right 8px top 4px;
}

.apps.ios
{
	background-image:url(icons/ios-app.png);
	background-repeat:no-repeat;
	background-position: right 8px top 4px;
}

.apps.android
{
	background-image:url(icons/android-app.png);
	background-repeat:no-repeat;
	background-position: right 8px top 4px;
}
.apps.mac
{
	background-image:url(icons/mac-app.png);
	background-repeat:no-repeat;
	background-position: right 8px top 7px;
}


 a:hover .apps {
  background-color: rgb(239, 240, 199);
}

.apps span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 8% 0 10% 0;
}

.widgets .apps 
{
  position: relative;
  margin: auto auto 10px auto;
  float:left;
  height: auto; 
  padding-right: 10px;
  padding-left: 45px;
  vertical-align:cetral;
  font-size: 11px;
  font-family: "Verdana";
  line-height: 1.2em;
  text-align: left;
  background-color:none;
 color: white;
}


.widgets .apps.android
{
	background-image:url(icons/android-app.png);
	background-repeat:no-repeat;
	background-position: left 8px top 0px;
	background-size: 20px;
}

.widgets .apps.ios
{
	background-image:url(icons/ios-app.png);
	background-repeat:no-repeat;
	background-position: left 8px top 0px;
	background-size: 20px;
}

.widgets .apps.windows
{
	background-image:url(icons/windows-app.png);
	background-repeat:no-repeat;
	background-position: left 8px top 0px;
	background-size: 20px;
}

.widgets .apps.mac
{
	background-image:url(icons/mac-app.png);
	background-repeat:no-repeat;
	background-position: left 8px top 6px;
	background-size: 20px;
}


.widgets  a:hover .apps {
  background-color:#565757;
}

#header_visual
{
	width: 730px;
	height: 92px;
	position: relative;
	float:right;
	top: 4px;
	background:#0CF;
	overflow:hidden;
}

#main
{
	width:1088px;
	margin: auto;
	background: white;
/*	background:#FFFCC6; */
	padding-top: 54px;
	height:auto;
}

#navigation_base
{
	height: 38px;
/**	background: green; **/
	background: #1ca83b;	 
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	width: 1066px;
	margin:auto;
}

ul#navigation
{
	display: block;
	position:relative;
	left: 0px;
}

ul#navigation li 
{
	border-right: 1px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 38px;
	font-size: 15px;
	display: block;
	float: left;
	text-align: center;
	width: 174px;
}

ul#navigation li.more
{
	border-right:none;
	width: 180px;
}

ul#navigation li.more a
{
	width: 191px;
}

ul#navigation a
{
	display:block;
	color: #fff;
	width: 174px;
	height: 38px;
}

ul#navigation a:hover
{
	background:#F90;

	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

ul#navigation>li.cards
{
	border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
}

ul#navigation> .selected
{
	background:#F90;
}

ul#navigation>li.cards a:hover
{
	border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
}

/* Sub Menu */

ul#navigation ul.submenu
{
	display: none;
	position:absolute;
	z-index:1000;
}

ul#navigation li:hover .submenu
{
	display: block;
}

ul#navigation ul.submenu li
{
	border-top: 1px solid #fff;
}

ul#navigation ul.submenu a
{
	border-right: 1px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 38px;
	font-size: 15px;
	display: block;
	float: left;
	text-align: center;
	width: 191px;
	background:#1ca83b;
}

ul#navigation ul.submenu a:hover
{
	background:#F90;
}

/* End of Sub Menu */

.captions a:visited
{
	color:#393;	
}

#top_banner
{
	display:block;
	width: 100%;
	margin:20px auto;
	text-align:center;
}

#bottom_banner
{
	display:block;
	width: 100%;
	margin:20px auto;
	text-align:center;
}

#visual120600
{
	width: 120px;
	height: 600px;
	float: right;
	background: none;
	margin: 0 20px 10px auto;
	top: 10%;
	bottom: 10%;
	overflow:hidden;
}

#visual160600{
    position: relative; 
    margin-left: 20px;
    width: 160px;
    float: left;
    background: none;
    top: 0px;
    bottom: 10%;

}

.container160600{
    height-:600px;
    max-height: 600px;
    overflow:hidden;
    

}

/*#ad160x600
{
	position:relative;
	margin-left: 20px;
	width: 160px;
	height: 600px;
	float: left;
	background: #ccc;
	top: 10%;
	bottom: 10%;
	overflow:hidden;
}*/

/*
.filler160x75
{
    position: absolute;
    margin-left: 20px;
    top: 740px;
    width: 160px;
    height: 75px;
    background: #ddd;
}
*/

.filler16075
{
    position: absolute;
    margin-left: 0;
    bottom: -85px;
    width: 160px;
    height: 75px;
}

#right_content
{
/*	position:relative;
*/	width: 300px;
	height: auto;
	float: right;
	background: #fff;
	margin: 0 10px 5px auto;
	padding: 0 10px 0 10px;
	overflow: hidden;
/*	top: 10%;
	bottom: 10%;*/
}



.bodyVisual{
    background: none;
    height: 600px;
    width: 160px;
    position: fixed;
    z-index: 1000;
    top:70px;
    overflow:hidden;    
}

.gameplayRight{
    margin-left: 1087px;   
}


.commonRight{
    margin-left: 1087px;   
}



.gameplayLeft{
    margin-left: -160px;  
}


.commonLeft{
    margin-left: -160px;   
}

/**
#right_content .right-visuals
{	
	padding-bottom: 10px;
	text-align:center;
	margin-bottom:10px;
	max-height: 250px;
	overflow: hidden;


}
**/

#right_content .right-visuals
{	
	text-align:center;
	margin-bottom:0px;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 25px;
	overflow:hidden;	

}



#right_content .right-visuals .vVisual
{	
	margin-bottom:20px;
}



#right_content p
{	
	padding-top: 8px;
	font-size:75%;
	color:#CCC;
}

#right_content2
{
/*	position:relative;
*/	width: 300px;
	height: 600px;
	float: right;
	margin: 0 2px 5px auto;
	padding: 0 8px 0 8px;
	overflow: hidden;
/*	top: 10%;
	bottom: 10%;*/
}

#right_content2 .right-visuals
{	
	padding-bottom: 0px;
	text-align:center;
	margin-bottom:15px;
	overflow:hidden;
	max-height: 250px;	
}

#right_content2 .right-visuals p
{	
	padding-top: 8px;
	font-size:75%;
	color:#CCC;
	overflow:hidden;	
}

#similar_games
{	
	width: 300px;
	height: 327px;
	background: #fff;
	margin: 0 20px 20px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
	padding-bottom: 25px;
	overflow:hidden;
}

#right_content2 #similar_games
{	
	height: 290px;
	margin-bottom: 5px;
}

#similar_games>h2
{
  margin: 0 0 0 10px;
  font-size: 120%;
  color: #090;
  line-height: 250%;
  white-space: nowrap;
  overflow: hidden;
}

#similar_games a[title="View More"]
{	
	line-height: 90%;
	right:5px;
	top:15px;
	height: 15px;
}


#similar_games .thumbnails
{
	width: 93px;
	height: 148px;
	margin-left:4px;
}

#right_content2 #similar_games .thumbnails
{
	width: 93px;
	height: 130px;
	margin-left:4px;
}

#similar_games .thumbnails .icons
{
	margin: 0px 8px 5px;
	width: 75px;
	height: 75px;
	border-radius: 15px;

}

#similar_games .thumbnails .icons_overlay
{
	margin: 0px 8px;
	width: 75px;
	height: 75px;
	border-radius: 15px;
	
}

#similar_games .thumbnails .icons_overlay
{
	margin: 0px 8px;
	width: 75px;
	height: 75px;
}


#similar_games .thumbnails .icons img:before {
	
	width: 75px;
	height: 75px;
}


#similar_games .captions
{
	margin-left:8px;
	margin-top: 20px;
}

#right_content2 #similar_games .captions
{
	margin-top: 15px;
}





.right{float:right;}

.filler {
    height: 80px;
    width: 430px;
/*    position: relative;   */
    float: left;
    margin-left: 15px;
    left: 180px;
    overflow: hidden;
}

/*.filler
{   
	background: #ccc;
    height: 80px;
    width: 430px;
    position: relative;
    float: left;
    margin-left: 15px;
}*/

.pagenumbers {
   list-style: none;
   margin: 0;
   padding: 5px 0 0 0;
   line-height: 10px;
}

.pagenumbers li {
  display: block;
  float: left;
  background: white;
  padding: 1px;
  margin: 0 1px;
}

.pagenumbers a {
  margin: 0px;
  padding: 2px 3px 2px 3px;
  color: #fff;
  font-size: 10px;
  display: block;
  height: 10px;
  text-align: center;
  font-weight: bold;
  background: #1ca83b;
}

.pagenumbers li.active     { border: 1px solid #c7eac8; }
.pagenumbers li.active a   { background: #05afee; }


#left_content
{
    width: 730px;
    background: #fff;
    height: 535px;
    margin: 0 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
}


#left_content h1 {
    margin-left: 20px;
    color: #090;
    font-weight: normal;
}

#text-content
{
	width: 1008px;
	background: #fff;
	height: auto;
	min-height: 600px;
	margin: 0 20px 20px 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
	padding: 0 20px 20px 20px;
}


#games-list
{
    width: 730px;
	min-height: 515px;
    background: #fff;
    height: auto;
    margin: 0 20px auto 20px;
    border-radius: 5px;
    overflow: hidden;
	padding-bottom: 20px;
    box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
}

#gamesListCategorywise
{
    width: 730px;
	min-height: 515px;
    background: #fff;
    height: auto;
    margin: 0 20px auto 20px;
    border-radius: 5px;
    overflow: hidden;
	padding-bottom: 20px;
    box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
}



#games-list p
{
display: block;
margin-top: 65px;
margin-left: 30px;
clear:both;

}

#gamesListCategorywise p.popup
{
margin-top: 0;
margin-left: 0;

}


#games-list p.result
{
margin-top: 5px;
color:red;

}

#gamesListCategorywise p.not-found
{
margin-top: 25px;
margin-left: 20px;

}




#gamesListCategorywise  h1, h2, #left_content h1, h2
{
    margin-left: 20px;
    color: #090;
    font-weight: normal
}

#game-container-left {
    width: 694px;
    height: 528px;
    background: #fff;
    margin: 0 auto 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
    padding: 0 20px 20px 20px;
    float: left;
    position: relative;
    /*
	background-image: url('/_images/javascript-alert.gif');
	background-repeat: no-repeat;
	background-position: center;     
	*/
}

#game-container-left .social
{
/**	margin-top:10px;
	padding-left: 5px;
	padding: 5px;
	position:relative;
	height: 28px;
	border: 1px solid #4dc6ff; */
	
	margin-top: 10px;
	bottom: 20px;
	padding-left: 5px;
	padding: 5px;
	position: absolute;
	width: 682px;
	height: 28px;
	border: 1px solid #4dc6ff;	
}



#game-container-left .social p
{
	font-size: 100%;
	color: #000;
	line-height: 200%;
	padding-left: 10px;
}

p .advt{
    padding-top: 8px;
    font-size: 75%;
    color: #CCC;
    text-align: center;   
}

.fb_comment
{
	height: 27px;
	background: #4267b2;
	border-radius: 4px;
	background-image:url(/_images/comment.png);
	background-repeat:no-repeat;
	background-position: right 8px top 4px;
	margin-left: 4px;
	padding-right: 35px;
	padding-left: 8px;
	line-height: 190%;
	font-size:90%;
	font-weight: 400;
}

.fb_comment a
{
	color: #fff;
}
.fb_comment a:hover
{
		background: #365899;

}
	
/*#game-container-middle
{
	width: 417px;
	height: 682px;
	background: #fff;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
	position:relative;
	margin:0 0px 20px 11px;
	padding: 0 8px 8px 8px;
}
*/
#game-container-middle {
    width: 417px;
    height: 682px;
    background: #fff;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
/*  position: relative;  */
    margin: 0 0px 20px 11px;
    padding: 0 8px 8px 8px;
    left: 179px;
    /*
	background-image: url('/_images/javascript-alert.gif');
	background-repeat: no-repeat;
	background-position: center;   
	*/
    
}

#game-container-middle .social
{
/**	margin-top:10px;
	padding-left: 5px;
	padding: 5px;
	position:relative;
	height: 28px;
	border: 1px solid #4dc6ff;   *//
	

	margin-top: 10px;
	width: 410px;
	top: 775px;
	padding-left: 5px;
	position: absolute;
	height: 28px;
	border: 1px solid #4dc6ff;	
	
	
	
	
}

#game-container-middle .social p
{
	font-size: 100%;
	color: #000;
	line-height: 200%;
	padding-left: 10px;
}

#visual728wide
{
	width: 728px;
	height: 90px; 
	margin: 0 auto 10px 20px;
	position:relative;
	float: left;
	max-height: 728px;
	overflow: hidden;
	
}


#visual728wide p
{	
	padding-top: 8px;
	font-size:75%;
	color:#CCC;
	text-align:center;
}

.visual728fullwide
{
	display:block;
	width: 100%;
	margin:10px auto;
	text-align:center;
	max-height: 90px;
	overflow: hidden;
}


.visual728fullwide p
{	
	padding-top: 8px;
	font-size:75%;
	color:#CCC;
	text-align:center;
}

#game-container-left>h1
{
	font-family: Verdana, Geneva, sans-serif;
	width: 550px;
	margin: 0 0 0 0px;
	font-size: 100%;
	font-weight:normal;
	color: #090;
	line-height: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#game-container-middle>h1
{
	font-family: Verdana, Geneva, sans-serif;
	width: 420px;
	margin: 0 0 0 0px;
	font-size: 100%;
	font-weight:normal;
	color: #090;
	line-height: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pagenumber_container
{
	width: 715px;
	height: 30px;
	margin: 0 auto auto 33px;
}

.games_category
{
	width: 1044px;
	background: #fff;
	margin: 0px auto 20px auto;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
}

.games_category h1, h2
{
	margin-left: 20px;
    color: #090;
    font-weight: normal;
}

#popular_games
{
	width: 1044px;
	background: #fff;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
}

#popular_games h1
{
	margin-left: 20px;
    color: #090;
    font-weight: normal;
}

#games-list h1
{
    margin-left: 20px;
    color: #090;
    font-weight: normal;
}


#popular_games, h2
{
	margin-left: 20px;
    color: #090;
    font-weight: normal;
}



#game_description
{
	width: 1004px;
	height: auto;
	background: #fff;
	margin: 20px auto 20px auto;
	padding: 0px 20px 0px;
	box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,.4);
	overflow: hidden;
}

#game_description h1, #text-content h2
{
	margin-left: 020px;
	color: #090;
	font-weight: normal;
}

#text-content h1
{
	margin-left: 0px;
	color: #090;
	font-weight: normal;
}


#game_description h2 
{
	margin-left: 0px;
	color: #090;
	font-weight: normal;
}


#game_description h3, #text-content h3
{
	color: #090;
	font-size: 16px;
	font-weight:normal;
	line-height: 18px;
	text-align: left;
	text-indent: 3px;
	margin-bottom: 5px;
}

#game_description p, #text-content p 
{
  margin-bottom: 15px;
  line-height:20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color:#3B3131;
}


#GameDesc_box 
{
	font-size: 13px;
	color:#3B3131;
}

#GameDesc_box p 
{
  margin-bottom: 15px;
  line-height:20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color:#3B3131;
}

#GameDesc_box:nth-child(4) p 
{
	margin-bottom: 5px;
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	clear:both;
	vertical-align:central;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

#footer_container
{
	width:1088px;
	background:#fff;
	height: auto;
	display:block;
	position:relative;
	overflow:hidden;
}


#widgets_bar
{
	height: auto;
	background:#2c2d2d;
	padding: 10px 40px;
	overflow:hidden;
}

.widgets
{
	width: 225px;
	margin-right: 15px;
	float:left;
	height: 100%;
	color: white;
	line-height: 1.2em;
}

.widgets h3
{
	font-size: 100%;
	line-height: 1.85em;
}

.widgets a, .widgets a:visited, .widgets a:hover
{
	color: #fff;
}

.widgets a:hover
{
	text-decoration: underline;	
}

.fb_likes
{
	width: 250px;
	margin-right: 2px;
	float: right;
	height: 100%;
	color: white;
	line-height: 1.2em;
	padding:4px;
}

.widgets ul li
{
	font-size: 12px;
	display:block;
	line-height: 1.5em;
}

#copyright
{
	height: 50px;
	background:#fff;
	text-align:center;
	text-decoration: none;
	font-size: 100%;
	line-height: 300%;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}

#copyright a:hover
{
	text-decoration:underline;
	color: #090;
}

.thumbnails
{
	position:relative;
	width: 111px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

.thumbnails img
{
	font-size: 10px;
	color:#888;
	text-align:center;
}

.icons
{
	width: 85px;
	height: 85px;
/*	background-image: url(Error.src);*/
	background:#fff;
	position: relative;
	top: 15px;
	float: left;
	margin: 10px 15px;
	border-radius: 20px;
	border: 1px solid #fff;
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}

.icons img
{
	max-width: 100%;
	max-height: 100%;
}

.icons img:before {
    -moz-content: ' ';
	-webkit-content: ' ';
	content: ' ';
    display: block;
    position: absolute;
	background-color:white;
	width: 85px;
	height: 85px;
	background-image:url(../_images/placeholder.png);
	background-repeat: no-repeat;
    background-position: center; 
	border-radius: 6px;
}

.icons_overlay
{
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 15px;
	float: left;
	margin: 10px 15px;
	border-radius: 20px;
/*	border: 1px solid #999;*/
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}


.thumbnails a:hover .icons_overlay
{
/*		border: 4px solid #0F6;*/
		box-shadow: 0px 0px 0px 4px #0F6;
/*       box-sizing: border-box;
		Include padding and border in element's width and height*/
}


.captions
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left:15px;
	margin-top: 12px;
	height: 40px;
	width: 80px;
	text-align: center;
	float: left;
	color:#666;
}

.thumbnails a:hover .captions
{
	text-decoration:underline;
	color: #090;
}

/************** For Alert Meassage********************* */

.topFixedBlankLayer{
	position: fixed;
	height: 90px;
	width: 100%;
	z-index: 1;
	top: -20px;
	background-color: white;
}

.alert {
    padding: 8px;
    background-color: #109a39;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid black;
}

.alert.warning {background-color: none;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

#popalert{
	position: absolute;
	z-index: 10000;
	top: 114px;
	left: 22%;
	right: 22%;
	opacity: 0.8;
}

/******** for delete games*/

.icons_small
{
	width: 50px;
	height: 50px;
	background:#fff;
	position: relative;
	border-radius: 10px;
	border: 1px solid #fff;
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}

.icons_small img
{
	max-width: 100%;
	max-height: 100%;
}

.icons_small img:before {
    -moz-content: ' ';
	-webkit-content: ' ';
	content: ' ';
    display: block;
    position: absolute;
	background-color:white;
	width: 50px;
	height: 50px;
	background-image:url(../_images/placeholder.png);
	background-repeat: no-repeat;
    background-position: center; 
	border-radius: 3px;
}

.icons_small_overlay
{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 15px;
	float: left;
	margin: 10px 15px;
	border-radius: 10px;
/*	border: 1px solid #999;*/
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}

/******** for delete games */


a[title="View More"]
{	
	background-color:#1ca83b;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:6px;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:17px;
	padding:4px 10px;
	text-decoration:none;
	text-align:center;
	position: relative;
	float:right;
	right:15px;
	top:15px;
}

a[title="View More"]:hover
{
	background:#F90;
	display: block;
}


#auto-height
{
	height:100%;
}

#page-ad-target-left
{
	background: none;
	width: 430px;
	height: 100%;
	position: fixed;
	top:90px;
	left: -40px;
}

#page-ad-target-right
{
	background: none;
	width: 430px;
	height: 100%;
	position: fixed;
	top:90px;
	left: 1515px;
}


.path{
    margin: 0 0 0 0px;
    padding: 0;
    position: absolute;
    top: -15px;
    font-size: 12px;
    color: #5e5e5e;
}

.activePage{
	background:#F90;

}

/*Style for Game Info Popup*/

a[title="Game-Info"]
{	

	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:17px;
	padding:4px 10px;
	text-decoration:none;
	text-align:center;
	position: relative;
	float:right;
	right:15px;
	top:15px;
}

a[title="Game-Info"]:hover
{
	display: block;
}

.gi-overlay {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:1000;
}
.gi-overlay:target {
  visibility: visible;
  opacity: 1;
}

.gi-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.gi-popup h2 {
  margin: 0 0 10px 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.gi-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.gi-popup .close:hover {
  color: #06D85F;
}
.gi-popup p 
{
  margin-bottom: 0px;
  line-height:20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color:#3B3131; {
  max-height: 30%;
  overflow: auto;
}

/*End of Info Popup Style*/



/** site map /**

#cont{
margin:auto;
width:800px;
text-align:left;
}
a:link,a:visited {
color: #0180AF;
text-decoration: underline;
}
a:hover {
color: #666;
}

h3 {
font-size:12px;
/* background-color:#B8DCE9; */
margin:0px;
padding:10px;
}
h3 a {
float:right;
font-weight:normal;
display:block;
}
th {
text-align:center;
background-color:#00AEEF;
color:#fff;
padding:4px;
font-weight:normal;
font-size:12px;
}
td {
font-size:12px;
padding:3px;
text-align:left;
}
tr {background: #fff}
tr:nth-child(odd) {background: #f0f0f0}
#footer {
background-color:#B8DCE9;
padding:10px;
}
.pager,.pager a {
background-color:#00AEEF;
color:#fff;
padding:3px;
}
.lhead {
background-color:#fff;
padding:3px;
font-weight:bold;
font-size:16px;
}
.lpart {
/*background-color:#f0f0f0;
padding:0px;*/
}
.lpage {
font:normal 12px verdana;
}
.lcount {
background-color:#00AEEF;
color:#fff;
padding:2px;
margin:2px;
font:bold 12px verdana;
}
a.aemphasis {
color:#009;
font-weight:bold;
}
/** End of site map **/ 



/** admin Area **/

.main_wrapper{
	width:1000px;
	height:auto;
	margin:auto;
	background:white;
}
.admin_header{
	width:1000px;
	height: 120px;
	margin:auto;
	background-color:red;
	background-image:url("../admin-area/images/admin-banner.jpg");
	border-bottom: 5px groove orange;
}
#adminpanel
{
	font: bold 26px Arial, Helvetica, sans-serif;
	text-align:right;
	position:absolute;
	right: 450px;
	height: 50px;
	overflow:hidden;
	margin-top: 10px;
	padding: 10px 0 10px 0;
}

.right-sidebar{
	width: 700px;
	height:600px;
	float:right;
	background: #f2f2f2;
	margin-top: 35px;

}

.right-sidebar img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:0;
}


.left-sidebar{
	margin-top: 35px;
	width: 270px;
	height: 580px;
	position: fixed;
	float: left;
	background: black;
	border-left: 2px solid lightblue;
	padding: 10px;
	min-height: 100%;
	    border: 1px solid grey;
    border-radius: 4px;
	text-transform: uppercase;	
}
	

.left-sidebar a{
	
	display:block;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	color: white;
	font-size: 18px;
	text-align: center;	
	
}



.left-sidebar a:hover{
	background: red;
	color:white;
}

.lastUpdate{
font-size: 12px;
text-decoration: italic;
text-align:right;
margin-right: 20px;
color: darkblue;

	

}
.active{
	background: white;
	color:white;
	font-weight:bold;
}

.left-sidebar h3{
	font-family: Lato, Arial;
	text-align: center;	
	color: white;
	

}

.title_head{
  margin: 25px 50px 30px 0px;
}

.title_head h1{
margin-bottom: 10px;
}

.title_head .lastUpdate{
float: left;
margin-left: 32px;
}

input[type=text], input[type=file] {
    width: 100%;
    padding: 12px 12px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size:18px;
	color: #808080;
    border: 1px solid grey;
    border-radius: 4px;	
}	
textarea {
    width: 100%;
    height: 150px;
	resize:none;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid grey;
    border-radius: 4px;
    background-color: #f8f8f8;
	font-size:18px;
	color: #808080;
}

#desc {
    height: 350px;
	resize:both;
	
}


select {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
	color: #808080;
    border: 1px solid grey;
    background-color: #fff;
	font-size:18px;
	color: #808080;	
}

form{
	color:	#2F4F4F;
	line-height: 20px;
	font-size: 14px;
}

input[type=button], input[type=submit], input[type=reset] input[type=file] {
    background-color: #4CAF50;
    border: none;
	font-size: 18px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	width: 100%;
}

#pageUpdate{
width: 70%;
}

#pageUpdateButton{
width: auto;
max-width: 300px;
 background-color: darkgrey;

}

input:focus, textarea:focus { 
    background-color: lightyellow;
	    border: 1px solid red;
		border-radius: 4px;
		 outline: none !important;


}


#header-form input[type=text] {
    width: 200px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('icons/search.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
    z-index: 1;
}

.search-page{
display: block;
float:left;

}

#header-form input[type=text]:focus {
    width: 450px;
    z-index: 1;
}

#header-form #submit{
width: 1px;
height: 1px;
float:right;
left: -9999px;
z-index: 1;

}

/* .Check Box*/
.checkBox{
  width: 28px;
  height: 28px;
  margin: 0 0 30px 20px;
  padding-top: 20px;
  position: relative;
  background: darkgrey;
 
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: darkgrey;
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end Check Box*/

/* Tip: use width: 100% for full-width buttons */
/** end of admin **/