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;
}
body {	
	color:#555;
	background: url(images/bg.gif) repeat-x;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none;
}

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;
}

.header_logo a:hover{text-decoration: none;}
.header_logo img {max-height:120px;vertical-align:middle;}
.text-my-color{color:#6d3fad;}
.header_nav {position:relative;padding:40px 0px 0px 0px;}
h1{
	color: #6d3fad/*024dc0*/;
	font-weight: 700;
	font-size:40px;
	text-shadow: 0 3px 3px #a091ca/*a091ca*/;
}

.dropdown-wrap {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 5px;
}
.dropdown {
	border: 3px solid #7b69bd;
	border-bottom: 3px solid #a091ca;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(top, rgba(114,96,178,1) 0%, rgba(236,228,241,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(114,96,178,1)), color-stop(100%, rgba(236,228,241,1)));
	background: -webkit-linear-gradient(top, rgba(114,96,178, 1) 0%, rgba(236,228,241,1) 100%);
	background: -o-linear-gradient(top, rgba(114,96,178,1) 0%, rgba(236,228,241,1) 100%);
	background: -ms-linear-gradient(top, rgba(114,96,178,1) 0%, rgba(236,228,241,1) 100%);
	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 {
	text-decoration:underline;
}

.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;
}
.wrap {
	background: #ccc0e4;
	padding:6px;
	border-radius:6px;
}
.wrap-yellow{
	border: 6px solid #fde986;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(254,248,216,1) 0%, rgba(255,229,126,1) 6%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254,248,216,1)), color-stop(6%, rgba(255,229,126,1)));
	background: -webkit-linear-gradient(top, rgba(254,248,216, 1) 0%, rgba(255,229,126,1) 6%);
	background: -o-linear-gradient(top, rgba(254,248,216,1) 0%, rgba(255,229,126,1) 6%);
	background: -ms-linear-gradient(top, rgba(254,248,216,1) 0%, rgba(255,229,126,1) 4%);
}
.wrap-yellow>.panel{
	font-size:14px;
}
.wrap-yellow h5{
	font-weight: bold;
	color: #ff6600;
	padding:8px;
}
.list-num{
	background:url(images/sz.gif) no-repeat 0 5px;
	float:left;
	width:13px;
	font-family:tahoma;
	white-space:nowrap;
	font-size:9px;
	text-align:center;
	color:#fff;
	margin-left: 5px;
	display: inline;
	line-height: 23px;
}
.list-title{
	padding-left:6px;
	padding-top: 2px;
	line-height: 22px;
	overflow: hidden;
}
a.list-link:link,a.list-link:visited {color: #6D3FAD;}

.wrap-purple{
	border: 6px solid #d0c6e1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 4%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,238,247,1)), color-stop(4%, rgba(208,198,225,1)));
	background: -webkit-linear-gradient(top, rgba(241,238,247, 1) 0%, rgba(208,198,225,1) 4%);
	background: -o-linear-gradient(top, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 4%);
	background: -ms-linear-gradient(top, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 4%);
}

.wrap-purple h3{
	font-weight: bold;
	color: #6c43a9;
	padding:8px;
}
.wrap-purple h3 a,a:hover{color: #6c43a9;}

.wrap-green{
	border: 6px solid #c0e69d;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(238,251,234,1) 0%, rgba(192,230,157,1) 6%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,251,234,1)), color-stop(6%, rgba(192,230,157,1)));
	background: -webkit-linear-gradient(top, rgba(238,251,234, 1) 0%, rgba(192,230,157,1) 6%);
	background: -o-linear-gradient(top, rgba(238,251,234,1) 0%, rgba(192,230,157,1) 6%);
	background: -ms-linear-gradient(top, rgba(238,251,234,1) 0%, rgba(192,230,157,1) 6%);
}

.wrap-green h3{
	font-weight: bold;
	color: #019500;
	padding:8px;
}
.wrap-green h3 a,a hover{color: #019500;}

.wrap-pink{
	border: 6px solid #ffcfe8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(255,244,250,1) 0%, rgba(255,207,232,1) 6%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,244,250,1)), color-stop(6%, rgba(255,207,232,1)));
	background: -webkit-linear-gradient(top, rgba(255,244,250, 1) 0%, rgba(255,207,232,1) 6%);
	background: -o-linear-gradient(top, rgba(255,244,250,1) 0%, rgba(255,207,232,1) 6%);
	background: -ms-linear-gradient(top, rgba(255,244,250,1) 0%, rgba(255,207,232,1) 4%);
}

.wrap-pink h3{
	font-weight: bold;
	color: #f1589b;
	padding:8px;
}
.wrap-pink h3 a,a:hover{color: #f1589b;}

.wrap-blue{
	border: 6px solid #b4ddfd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(255,245,254,1) 0%, rgba(180,221,253,1) 6%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,245,254,1)), color-stop(6%, rgba(180,221,253,1)));
	background: -webkit-linear-gradient(top, rgba(255,245,254, 1) 0%, rgba(180,221,253,1) 6%);
	background: -o-linear-gradient(top, rgba(255,245,254,1) 0%, rgba(180,221,253,1) 6%);
	background: -ms-linear-gradient(top, rgba(255,245,254,1) 0%, rgba(180,221,253,1) 4%);
}

.wrap-blue h3{
	font-weight: bold;
	color: #0065cf;
	padding:8px;
}
.wrap-blue h3 a,a:hover{color: #0065cf;}

.carousel{
	height:283px;
	background-color:#000;
}

.carousel .item{
	height:283px;
	background-color:#000;
}

.carousel img{
	width:100%;
}
.carousel-caption>a,.carousel-captiona:hover{color:#fff;font-weight:bold;}

.panel{background-color:#fff;border-radius:4px;margin-bottom:0px;border-color:#fff;box-shadow:none;}
.panel-body{padding-top:0px; padding-bottom:0px;}
.panel-footer{color:#ccc;}
.panel-body-my{padding:3px; padding-top:0px;}
.panel-body-my-ads{padding:3px; padding-top:5px;}
.panel-default>.panel-heading{background-color:#e0d7ec;margin:3px 3px 0 3px; border-bottom: dotted 1px #6f40a8;color:#6f40a8;}
.panel-default>.panel-heading h2{font-weight:bold;}

.pathway a{color:#6d3fad;}


.col-sm-6-my,.col-sm-12-my,.col-sm-3-my,.col-sm-4-my,.col-sm-8-my,.col-sm-2-my,.col-sm-5-my,.col-sm-7-my{
	padding-right:0px;padding-left:5px;
}
.col-clearfix{padding:3px;}
.game-title {
	color: #555/*00596d*/;
	font-size:14px;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

.game-title:hover {
	color: #FF0000;
}

.row-top{margin-top:5px;}
.row-bottom{margin-bottom:5px;}

.google-plus{margin-top:15px;}

.footer-description{
	padding:15px;
	font-size:14px;
	line-height:20px;
}
.footer-description h4{
	font-weight:bold;
	font-size:16px;
	line-height:25px;
}
.footer-description a{color: #6D3FAD;}

.wrap-footer{
	border-left: 5px solid #d0c6e1;
	border-right: 5px solid #d0c6e1;
	border-bottom: 5px solid #d0c6e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(bottom, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,238,247,1)), color-stop(80%, rgba(208,198,225,1)));
	background: -webkit-linear-gradient(bottom, rgba(241,238,247, 1) 0%, rgba(208,198,225,1) 80%);
	background: -o-linear-gradient(bottom, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 80%);
	background: -ms-linear-gradient(bottom, rgba(241,238,247,1) 0%, rgba(208,198,225,1) 80%);
}

.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:8px;
	position: absolute;
    background: url(images/featured.png) no-repeat;
	height: 60px;
    width: 60px;
}

/* .tags a,a:hover{color:#6d3fad;} */
.playbox h2{ font-weight:bold;display:inline;color:#6d3fad;font-size:25px;}
.game-details{font-size:15px;}
.game-details a{color:#6d3fad;}
.float-right{float:right;color: #aaa;}

.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, .skip, .skip:hover {
	font-weight: 700;
	color: #6d3fad;
}

.tags ul li:hover {
	background: url(images/blackspace.png);	
}