/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none;
}
/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/

body {
	color: #5f5f5f;
	font-size: 14px;
	position: relative;
	background: url(images/bgbody.png) fixed repeat-x bottom center #8ad4f3;
	;
}
/*-----------------------------------*/
/* Clear Floats */
/*-----------------------------------*/

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/

h1 {
	color: #ccc;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: -.20em;
	text-shadow: 0 2px 2px #44a4cf;
}
h1 img{
	vertical-align:middle;
	margin-right:0.3em;
}
h2, h3, h4, h5, h6 {
	color: #00596d/*73bcda*/;
	font-weight: 700;
	line-height: 2em;
	margin-top: -.5em;
	margin-left:-.5em;
}
h1 {
	font-size: 21px
}
h2, h3 {
	font-size: 21px
}
h4 {
	font-size: 19px
}
h5 {
	font-size: 17px
}
h6 {
	font-size: 14px
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 85%;
}
/*-----------------------------------*/
/* Main Menu */
/*-----------------------------------*/

/* Level 0 */

.dropdown-wrap {
	border: 1px solid #0075b0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 30px;
}
.dropdown {
	font-weight: bold;
	border: 1px solid #7cbeda;
	border-bottom: 1px solid #7cbeda;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 129, 189, 1, 1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(0, 129, 189, 1, 1) 0%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,129,189,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(129,196,223,1) 0%, rgba(0,129,189,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType=0 );
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 0 6px;
}
.ie8 .dropdown {
	filter: none;
}
.dropdown * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.dropdown > li {
	float: left;
	position: relative;
}
.dropdown > li.first {
	border-left: 0 none;
}
.dropdown > li.last {
	border-right: 0 none;
}
 @media (max-width: 991px) {
.dropdown > li {
	border: 0 none;
}
}
.dropdown > li a {
	display: block;
	color: #fff;
	text-shadow: none;
	padding: 15px;
}
.dropdown > li:hover > a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(138,27,15,0.41);
	background: rgb(253,209,147);
	background: -moz-linear-gradient(top, rgba(253,209,147,1) 1%, rgba(250,152,96,1) 5%, rgba(208,26,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(253,209,147,1)), color-stop(5%, rgba(250,152,96,1)), color-stop(100%, rgba(208,26,16,1)));
	background: -webkit-linear-gradient(top, rgba(253,209,147,1) 1%, rgba(250,152,96,1) 5%, rgba(208,26,16,1) 100%);
	background: -o-linear-gradient(top, rgba(253,209,147,1) 1%, rgba(250,152,96,1) 5%, rgba(208,26,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,209,147,1) 1%, rgba(250,152,96,1) 5%, rgba(208,26,16,1) 100%);
	background: linear-gradient(to bottom, rgba(253,209,147,1) 1%, rgba(250,152,96,1) 5%, rgba(208,26,16,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd193', endColorstr='#d01a10', GradientType=0 );
	margin-left: -1px;
	margin-right:-1px;
	margin-bottom: -1px;
	padding-right: 15px;
	border-bottom: 1px solid #a61c0f;
	border-right: 1px solid #e38857;
	border-left: 1px solid #e38857;
}

.dropdown ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 9999;
	width: 156px;
}
.dropdown ul li {
	position: relative;
	zoom: 1;
	border: 1px solid #d3d3d3;
	border-top: 1px solid #fff;
}
.dropdown ul li.first {
	border-top: 1px solid #d3d3d3;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
.dropdown ul li.first > a {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
.dropdown ul li.last, .dropdown ul li.last > a {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}
.dropdown ul li.last {
	box-shadow: 0 2px 3px -1px rgba(155, 155, 155, 0.46);
}
.dropdown ul li {
	background: #ededed;
}
.dropdown ul li:hover {
	background: rgb(250,250,250);
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 1%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(250,250,250,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 1%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,1) 1%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 1%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 1%, rgba(235,235,235,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebebeb', GradientType=0 );
}
.ie8 .dropdown ul li:hover {
	filter: none;
}
.dropdown ul a {
	display: block;
	font-size: 12px;
	text-transform: none;
	color: #666;
	text-shadow: none;
	padding: 10px 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown ul a:hover {
	color: #262626;
}
.dropdown ul li:hover > ul {
	position: absolute;
	top: -1px;
	left: 154px;
	width: 156px;
	padding-left: 4px;
	background-color: rgba(255,255,255,0);
}
/*My CSS*/
.wrapper-global {
	background: #7cbeda;
	padding: 10px;
	margin-top: -1.8em;
	border-radius: 5px;
	margin-bottom: 1em;
}
.wrap {
	background: #ececec;
	padding: 10px;
	border-radius: 5px;
}
.ads{
	padding-top:5px;
	text-align:center;	
	width:100%;
	margin-bottom:5px;
}
.ads-2{
	text-align:center;	
	width:100%;
	margin-bottom:15px;
}
.navbar-inverse {
	z-index: 9999;
	background-color: #234250;
	border-color: #080808
}
.panel {
	border: none;
}
.col-sm-3,.col-sm-5, .col-sm-6,.col-sm-9 {
	padding:1px 6px;
}
.game-title {
	color: #00596d/*00596d*/;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}
.game-title-left {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}
.game-title:hover {
	color: #e05033;
}
.game-ratings {
	color: #999;
	font-size: 0.85em;
}
.game-excerpt {
	font-size: 0.85em;
}
.game-plays {
	color: #999;
	font-size: 0.85em;
	text-align: center;
}
a {
	color: #00596d;
}/*#959595 #c9c9c9*/
a:hover, a:focus {
	color: #e05033;/*#8D8569*/
	text-decoration: none;
}
.footer {
	display: block;
	border-bottom: none;
	width: auto;
	color:#eed;
	text-align:center;
	line-height:1.6em;
	background: url(images/leather.png) #60a2bd;
	webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: -10px !important;
	margin-top: 5px!important;
	margin-bottom:-8px!important;
	padding:10px 0!important;
}
.footer a{font-weight:700;color:#eed;}
.footer a:hover{text-decoration:underline;}

.nav-links{padding:10px 0 15px;text-align:center; font-weight:bold;}
.nav-links a{border:1px solid #DBD9B5;margin:0 2px;padding:3px 6px;color:#996600;background:#FAF8E9;font-size:12px;blr:expression(this.onFocus=this.blur());}
.nav-links a:visited{border:solid 1px #ccc;background:#fff;}
.nav-links a:hover{border:solid 1px #ff6600;background:#ff9100;color:#fff;text-decoration:none;}
.nav-links a:active {text-decoration:none;}

.pathway {margin-bottom:10px;}
.playbox {width:100%;}
.playbox h2{ font-weight:bold;display:inline;}
.text-center{text-align: center;}
hr{height:1px;background-color:#ccc;color:#ccc;border:#ccc; margin-top:5px;}
.ads-bottom {margin:10px;}
.sub-title{margin-left:30px;margin-top:19px;color:#999;}
.panel-footer{color:#ccc;}
.details-title{color: #777;}
.series span{
	text-transform:uppercase;
}
.series li{
	list-style-position:inside;
	list-style-type:circle;
}

.unity-icon {
    position: absolute;
    background: url(images/unity-icon.jpg) no-repeat;
    height: 18px;
    width: 58px;
}
.html5-icon {
    position: absolute;
    background: url(images/html5-icon.jpg) no-repeat;
    height: 18px;
    width: 60px;
}
.webgl-icon {
    position: absolute;
    background: url(images/webgl-icon.jpg) no-repeat;
    height: 18px;
    width: 48px;
}

.featured-games{
	right:11px;
	position: absolute;
    background: url(images/featured.png) no-repeat;
	height: 75px;
    width: 75px;
}

.thegame {
	width: 100%;
	display: none;
}

.preloader {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

#myarcade_game {
	z-index: 1051;
	position: relative;
}

.lgtbxbg-pofi {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: #000;
}

.tags {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.tags ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0 5px 5px;
	background: url(images/blackspace.png) repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 10px;
}

.tags ul li a {
font-weight: 700;
}