/*
Theme Name: ADOGame
Theme URI: https://adogames.com/
Description: ADOgame is a Premium Arcade Theme for WordPress.
Author: Adogames
Author URI: https://adogames.com/
Version: 1.2                            
								
*/

/*= Table of Content
 * 
 *= Reset,Base and Common 
 *= Structure 
 *= Header 
 *= Main Navigation 
 *= General Content Style
 *= Archive Content Style
 *= Featured Content Style
 *= Singular Content Style
 *= Widgets (Sidebar & Footbar) 
 *= Footer (Footbar & Colophon) 
 *= Comments & Response
 *= Plugins Style
 *= Browser Specific 
 *==================================================================*/


/*= Reset,Base and Common
 *==================================================================*/
html {
	background:#FFF;
	color:#555;
}
body {
	margin:0;
	font-size:15px;
	font-family: 'Open Sans',sans-serif;
	line-height:1.615;
	
}

/*== HTML5 Elements
 *=================================*/
article,aside,details,figcaption,figure,hgroup,menu,nav,section {
	display: block
}
footer,adoheader,header{
    display: block;
    /*border-radius: 15px;*/
    /*margin-left: 4px;*/
    /*margin-right: 4px;*/
}

/*== Typography Elements
 *=================================*/
iframe {
	display:block;
	
}
a img {
	border:0
}
:focus {
	outline:0
}
a {
	color:#0089CC;
	text-decoration:none;
	outline:0;
	-webkit-transition:background-color .15s linear,color .15s linear;
	-moz-transition:background-color .15s linear,color .15s linear;
	-o-transition:background-color .15s linear,color .15s linear;
	-ms-transition:background-color .15s linear,color .15s linear;
	transition:background-color .15s linear,color .15s linear;
}
a:hover {
	color:#000;
	text-decoration:none;
}
ul,ol {
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
}
ul,ol,p,table,form,pre {
	margin:0 0 5px
}
h1,h2,h3,h4,h5,h6 {
	color:#292929;
	margin:0 0 15px;
}
h1,h2,h3 {
	line-height:1.25
}
h1 {
	font-size:24px
}
h2 {
	font-size:20px
}
h3 {
	font-size:16px
}
h4 {
	font-size:14px
}
h4,h5,h6 {
	font-size:13px
}
blockquote {
	background:url(images/quote.png) no-repeat 0 5px;
	margin-left:10px;
	padding-left:40px;
	color:#777;
	font-family:"Oswald",serif;
}
hr{
clear:both;
height:0;
background:none;
border-top:1px solid #DDD;
border-bottom:1px solid #FFF;
}
abbr[title],acronym[title] {
	border-bottom:1px dotted #666;
	cursor: help;
}


/*== Code Elements
 *=================================*/
pre,code,kbd,samp,var {
	font: 12px "Courier New",monospace,serif normal
}
pre {
	padding:20px 20px;
	nowhitespace:afterproperty;
	background:#FFF url(images/pre-code-bg.png);
	line-height:20px;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	border:1px solid #DDD;
	
/* CSS-3 */
	white-space:-o-pre-wrap;
	
/* Mozilla,since 1808080 */
	word-wrap:break-word;
	
/* Opera 4-6 */;
	
/* IE 5.5+*/
}

/*== Table Elements
 *=================================*/
table {
	width:100%;
	nowhitespace:afterproperty;
	border-collapse:collapse;
	border-spacing:0;
	
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
	padding:5px 10px
}
caption {
	font-weight:bold
}
th,td {
	border: 1px solid #CCC;
}
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }

/*== Form Elements
 *=================================*/
label,input,textarea,select,button,.btn {
	font:13px sans-serif;
	line-height:19px;
}
input,textarea,select,button,.btn {
	display:inline-block;
	padding:4px;
	margin:0;
	outline:none;
	background-color:#FFF;
	border:1px solid #D7D7D7;
}
input[type="text"],input[type="password"],textarea {
	-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
	box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
	-webkit-transition:background .15s;
	-moz-transition:background .15s;
	-ms-transition:background .15s;
	-o-transition:background .15s;
	transition:background .15s;
}
input[type="text"],input[type="password"] {
	height:19px;
}
textarea {
	overflow:auto
}
select {
	height:29px;
}
input[type="checkbox"],input[type="radio"] {
	vertical-align:text-top;
	padding:0;
	margin:1px 0 0;
	border:0;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	outline:0;
	color:#333;
	border-color:#BBB;
	-webkit-box-shadow:inset 0 1px 30px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
}

/*== Button Styles
 *=================================*/

.fa-sign-in, .fa-user{
    padding-right: 10px;
	
} 
.register-btn{
display: inline-block;
float:left;
margin: 0px;
color:#fff;
background-color: #292929;
font: 400 14px/19px Oswald,sans-serif;
cursor: pointer;
width: auto;
text-align: center;
padding: 6px 16px;
transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.register-btn:hover{
	color:#292929;
	background-color:#FFF;
}

.login-btn{
display: inline-block;
margin-left: 10px;
position: relative;
z-index: 3;
float:left;
color:#fff;
background-color: #292929;
border:1px solid #292929;
font: 400 14px/19px Oswald,sans-serif;
cursor: pointer;
width: auto;
text-align: center;
padding: 5px 16px;
}

.login-btn:hover{
	color:#292929;
	border:1px solid #D7D7D7;
	background-color:#FFF;
	padding-bottom:12px;
	border:1px solid #D7D7D7 !important;
	border-bottom:0 !important;
	z-index:4;
}
 
.login h1 a {
    background-size: none;
    background-position: center top;
    background-repeat: no-repeat;
    color: #999;
    height: 80px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0px auto 25px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    text-indent: -9999px;
    outline: 0px none;
    overflow: hidden;
    display: block;
}
 
input[type="submit"]{
	cursor:pointer;
	cursor:hand;
}
buttonfull,
input[type=button]{
	display:inline-block;
	margin:0;
	color:#fff;
	background-color:#0089CC;
	border:none;
	font:24px Oswald, sans-serif;
	line-height:30px;
	cursor:pointer;
	width:auto;
	text-align:center;
	font-weight:700;
	padding:5px 20px;
}
buttonfull:hover,
input[type=button]:hover{
	border:none;
	background-color:#292929;
}


button,
.button,
.btn,
input[type=submit],
input[type=button],
input[type=reset]{
	display:inline-block;
	margin:0;
	outline:none;
	color:#fff;
	background-color:#0089CC;
	border:none;
	font:14px Oswald, sans-serif;
	line-height:30px;
	cursor:pointer;
	width:auto;
	text-align:center;
	font-weight:400;
	padding:5px 16px;
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover{
	border:none;
	background-color:#292929;
}

.btn a,
.button a,
a.btn,
a.button{
	text-decoration:none;
}

.btn-green,
.btn-black,
.btn-red,
.btn-blue,
.btn-lightblue,
.btn-green:hover,
.btn-black:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-lightblue:hover {
	color:#FFF;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
}

.btn-green {
	border-color:#51a351 #51a351 #387038 !important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-ms-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(top,#62c462,#51a351);
}
.btn-green:hover,.btn-green:active,.btn-green.active {
	background:#51a351;
}

.btn-black,
input.btn-black{
	border: 1px solid #292929;
	background-color:#292929;
}
.btn-black:hover,
.btn-black:active,
.btn-black.active,
input.btn-black:hover,
input.btn-black:active,
input.btn-black.active {
	background:#222222;
}

.btn-red,
input.btn-red {
	border-color:#bd362f #bd362f #802420 !important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(top,#ee5f5b,#bd362f);
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
input.btn-red:hover,
input.btn-red:active,
input.btn-red.active {
	background:#bd362f;
}

.btn-lightblue,
.btn-lightblue {
	border-color:#2f96b4 #2f96b4 #1f6377 !important;
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(top,#5bc0de,#2f96b4);
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue.active,
input.btn-lightblue:hover,
input.btn-lightblue:active,
input.btn-lightblue.active {
	background:#2f96b4;
}

.btn-blue,
input.btn-blue {
	border-color:#0055cc #0055cc #003580 !important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	background-color:#0074cc;
	background-image:-moz-linear-gradient(top,#0088cc,#0055cc);
	background-image:-ms-linear-gradient(top,#0088cc,#0055cc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0055cc));
	background-image:-webkit-linear-gradient(top,#0088cc,#0055cc);
	background-image:-o-linear-gradient(top,#0088cc,#0055cc);
	background-image:linear-gradient(top,#0088cc,#0055cc);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
input.btn-blue:hover,
input.btn-blue:active,
input.btn-blue.active {
	background:#0055cc;
}


/*== Common CSS Class Style
 *=================================*/
.alignleft,.left {
	float:left;
	margin:0 20px 10px 0;
}
.alignright,.right {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter,.center {
	display:block;
	margin:0 auto 20px auto;
}
.alignnone {
	margin:0 0 20px
}
.required {
	color:red
}
.none,.hidden {
	display:none;
	margin:0;
	padding:0;
	border: 0;
}

/*== Clear Floated Elements
 *=================================*/

/* Clear Fix */
.cf:before,.cf:after {
	content:'020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.cf:after {
	clear:both;
}
/*.cf {zoom: 1;}/* IE < 8 */

/* Clear Float */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height: 0;
}

/*== WP Style
 *=================================*/
img.alignleft,
img.alignright {
	display:block
}
blockquote.alignleft,
blockquote .alignright {
	width:33%
}
.wp-caption img {
	display:block
}
.wp-caption-text {
	padding:5px 10px;
	color:#777;
	text-align:center;
	font-family:"Raleway",serif;
}
img.wp-smiley {
	border:0 !important;
	background:transparent !important;
}
.gallery {
	display:block;
	text-align:center;
	margin-bottom: 20px;
}
.gallery-caption{color:#777;}
.sticky{}

/*== Common Rich Content Style
 *=================================*/
.rich-content ul,
.rich-content ol {
	margin:0 0 1.625em 2.5em;
}
.rich-content ul {
	list-style:square;
}
.rich-content ol {
	list-style-type:decimal;
}
.rich-content ol ol {
	list-style:upper-alpha;
}
.rich-content ol ol ol {
	list-style:lower-roman;
}
.rich-content ol ol ol ol {
	list-style:lower-alpha;
}
.rich-content ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}
.rich-content img, 
.rich-content audio, 
.rich-content video{
max-width:100%;
height:auto;
}
.rich-content object{
max-width:100%;
}

/*== Common Pagination Style
 *=================================*/
.pag-nav {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
.pag-nav a,.pag-nav span {
	color:#fff;
	margin:0 5px;
	display:inline-block;
	padding:4px 12px;
	background-color:#292929;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.pag-nav a:hover {
	color:#fff;
	background-color:#0089CC;
	text-decoration:none;
}
.pag-nav span {
	color:#fff
}
.pag-nav .current {
	background:#0089CC;
}

/*= Structure
 *=============================================================================*/
body {
	min-width:960px;
	background:#EEE url(images/bg-pattern.png) center center;
}
#page {
	overflow:hidden;
}
.wrap {
	width:100%;
	margin:0 auto;
}
#header {
	position:relative;
	z-index: 7;
}
.adoheader {
	position:relative;
	z-index: 7;
}
#main {
	/*position:relative;
	z-index:1;*/
	padding:10px 45px 10px 45px;
}
#content {
	width:100%;
	float:none;
	
}
#sidebar {
	width:1150;
	float:right;
}
#footer {
	background: #292929;
	border-top: 4px solid #0089CC;
}
.full-width #content{
	width:100%;
	float:none;
}

/*= Header
 *=============================================================================*/
#header .wrap {
	position:relative;
	padding: 0px 0;
}


/***** Logo Title *****/
#headlogo {
	float:left;
	padding:10px 5px 1px 35px;
}
#head-title {
	font-size:24px;
	line-height:24px;
	margin:0;
	font-family:"Open Sans",sans-serif;
	text-transform:uppercase;
}
#head-title a {
	color:#333;
	text-decoration:none;
}
#head-description {
	margin:5px 0 0;
	font-size:10px;
	color:#AAA;
	text-transform:uppercase;
}
#head-logo {
	display:block;
}
#head-logo img {
	display:block;
	max-width:100%;
	height:auto;
} 
.image-branding #head-title,
.image-branding #head-description {
	display: none
}

/*= adoHeader
 *=============================================================================*/
.adoheader .wrap {
	position:relative;
	padding: 0px 0;
}

/*== Search Form
 *=================================*/
 #nav-search {
    float: right;
    width: 150px;
    margin-top: 22px;
    margin-right: 8px;
	margin-bottom: 10px;
}
.searchform {
	position:relative;
	height:27px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding-right:10px;
	margin:0;
}
.searchform input {
	color: #292929;
	border: 1px solid #fff;
}
.search-text-div {
	margin:0 40px 0 0;
}
input.search-text {
	float:left;
	width:100%;
	height: 21px;
	border: 1px solid #fff;
	font-size: 14px;
	font-family: 'Oswald',sans-serif;
	color: #292929;
}
input.search-text:hover {
	border: 1px solid #fff;
}
input.search-text:active {
	border: 1px solid #fff;
}
.search-submit-div {
	width:50px;
	height: 31px;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
	padding:0;
	background-color:#292929;
}
.search-submit-div:hover {
	background-color:#fff;
	
}
input.search-submit {
	background:url(images/search-icon.png) no-repeat center 10px;
	width:50px;
	padding:0;
	border:0;
	height:31px;
	overflow:hidden;
	line-height:999em;
	display:block;
	color: transparent;
	transition:none;
}
input.search-submit:hover {
	background:url(images/search-icon.png) no-repeat center -2px;
	
}

/*== User Navigation
 *=================================*/
.user-nav {
	float:right;
	margin:22px 0px 0 10px;
}
.user-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.user-nav>ul>li {
	float:left;
	position:relative;
}
.user-nav a {
	font-size: 12px;
	font-family: 'Oswald',sans-serif;
}

/* Login navigation for the user is NOT logged in */
#login-nav .register-link,
#login-nav .login-link {
	float:left;
}
#login-nav .login-link {
	margin-left:10px;
	position:relative;
	z-index:3;
}
#login-nav .dropdown {
	float:left;
	position:relative;
	z-index:3;
	height:29px;
}
#login-nav .dropdown-content {
	position:absolute;
	right:0;
	top:36px;
	background:#FFF;
	width:230px;
	padding:15px 15px 5px;
	border:1px solid #D7D7D7;
	visibility:hidden;
	opacity:0;
	
}
#loginform {
	margin:0;
}
#loginform p {
	margin:0 0 10px;
}
#loginform .login-username label,
#loginform .login-password label {
	display:block;
}
#loginform .login-username input,
#loginform .login-password input {
	width:220px;
}
#loginform .login-remember label {
	line-height:19px;
	font-size:12px;
}
#loginform .lost-password {
	float:right;
	line-height:19px;
	font-size:12px;
}
#login-nav .dropdown:hover .login-link,
#login-nav .dropdown:hover .login-link:hover {
	padding-bottom:12px;
	background:#FFF;
	color:#292929;
	border:1px solid #D7D7D7 !important;
	border-bottom:0 !important;
	text-shadow:none;
	position:relative;
	z-index:4;
}
#login-nav .dropdown:hover .dropdown-content {
	visibility:visible;
	opacity: 1;
}

/* Account navigation for the user is logged in */
#account-nav {
	float:right;
	position:relative;
	height:29px;
	z-index:1;
}
#account-nav a{text-decoration:none;}
#account-nav .dropdown-handle {
	position:relative;
	z-index:3;
}
#account-nav .dropdown-handle .avatar {
	width:27px;
	height:27px;
	padding:1px;
	background:#FFF;
	vertical-align:middle;
	float:left;
	margin-right:10px;
}
#account-nav .dropdown-handle .display-name {
	float:left;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding: 6px 16px;
	z-index:4;
	color:#0089CC;
	background:#fff;
	transition: none;
}
#account-nav .dropdown-handle .arrow-down {
	background:url(images/arrow-down.png) no-repeat right 8px;
	padding-right:12px;
	float:left;
}
#account-nav .dropdown-content {
	width:100%;
	position:absolute;
	z-index:2;
	right:0;
	top:36px;
	opacity:0;
	visibility:hidden;
}
#account-nav .dropdown-content-inner {
	background:#FFF;
	border:1px solid #E7E7E7;
}
#account-nav .dropdown-content ul {
	padding:5px 0;
}
#account-nav .dropdown-content li {
	padding:2px 10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #E7E7E7;
}
#account-nav .dropdown-content li:first-child {
	border-top:0;
}
#account-nav .dropdown-content li:last-child {
	border-bottom:0;
}
#account-nav:hover .display-name {
	padding-bottom:15px;
	background:#FFF;
	border-color:#CCC;
	border-bottom:0;
}
#account-nav:hover .dropdown-content {
	visibility:visible;
	opacity: 1;
}

/*= Main Navigation
 *==================================================================*/


/*= Middle Navigation
 *==================================================================*/
#middle-nav {
	background:#292929;
	position:relative;
	z-index:1;
	min-height: 30px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
#middle-nav ul {
	font-family: "Oswald",sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	list-style:none;
	margin:0;
	padding:0;
}
#middle-nav li {
	position:relative
}
#middle-nav li a {
	display:block;
	text-decoration: none;
}

/* Top Level */
#middle-nav .menu {
	float:left;
	padding-top: 0px;
}
#middle-nav .menu>li {
	border-left:1px solid #000;
	float:left;
	height:30px;
	
}
#middle-nav .menu>li:last-child {
	border-right:1px solid #000;
}
#middle-nav .menu>li>a {
	float:left;
	position:relative;
	color:#fff;
	padding:0 12px 0 14px;
	line-height:30px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}
#middle-nav .menu>li>a:hover {
	background:#0089CC;
	
}
#middle-nav .menu>li.current-menu-item {
	background-position:-1px 0;
	
}
#middle-nav .menu>li.current-menu-item>a {
	color:#FFF;
	position:relative;
	z-index:999;
	padding-bottom: 0px;
	background:#0089CC;
}

/*= General Content Style
 *==================================================================*/
.cat-featured {
	/*background:url(images/bg-grad.png) repeat-x;*/
    padding-top: 1px;
}
/*=========================== Game Interface ================================*/
.gameicon {
    padding: 5px 10px 7px 10px;
}

.gamebut {
	display:inline-block;
    width: 63px;
	height: 63px;
	color:#FFF;
	background-color:#0089CC;
	border: 5px solid #292929;
	font:12px Oswald, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.gamebut:hover {
	color:#FFF;
	background-color:#292929;
}
.closebut {
	display:inline-block;
	float: right;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
    width: 20px;
	height: 20px;
	padding: 2px 3px 5px 5px;
	color:#FFF;
	background-color:#292929;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.closebut:hover {
	color:#fff;
	background-color:#0089CC;
}
#content-container{
   position: relative;
   margin: 0px auto 10px 10px;
   text-align: center;
   overflow: visible;
   border: 2px solid #292929;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   float: left;
   z-index: 0;
   
   
   
  
}
#content-container-old{
   float: left;
   margin: 0px auto 10px auto;
   text-align: center;
   overflow: visible;
   border: 2px solid #292929;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   
   
   
  
}


   
#video { overflow: hidden; float:left; position:relative; z-index:11; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.video2 { overflow: hidden; display: none; position: absolute;  background-color:#eee; }
.video2 ul li a:link, .video2 ul li a:hover, .video2 ul li a:visited { color: #FFF; }
.video2 ul { list-style-image: url(images/video-bullet.png); }
#video-inside { }
.video-titles { color: #292929; float: left; margin-left: 10px; margin-top: 15px;  text-align: left;
    display: block;
    line-height: 22px;
    font-size: 22px;
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
 }
.video-button-hover { position: relative; float: left; cursor: pointer; width: 63px; height: 63px; }
.video-button-hover-image { display: none; position: absolute; cursor: pointer; left: 8px; top: 8px; }
.lights { margin: 0px; width: 100%; height: 100%; position: absolute; z-index: 999; background-image: url(images/lights-bg.png); display: none; float: left; }
.video-tags a:link {
	display: block; 
	float: left;
	font-size:11px !important;
	color:#fff;
	background:#0089CC;
	padding:3px 10px;
	margin:0 4px 6px 0;
	-webkit-border-radius:10px;
	border-radius:3px;
	line-height:15px;
	word-wrap:break-word;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.video-tags a:hover {
	background:#292929;
	color:#FFF;
	text-decoration: none;
}
.interface-nav { height:325px; float:right; margin: -162px 70px 0 0;
top: 33%;
position: relative;

 }
.embed { cursor: pointer; } 

/*== Game Screen Overlay ==*/

		
/*== Fluid Width Video
 *=================================*/
.video-wrap {
	position:relative!important;
	padding-bottom:56.25%!important;
	height:0!important;
	overflow:hidden!important;
	background:#333;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed,
.video-wrap video,
.video-wrap .jp-media {
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height: 100%!important;
}

.video-wrap > div > div{position:static !important;}

/*== Common Thumbnail Style
 *=================================*/
 
/* Absolute Center(Vertical & Horizontal) Image */
.thumb {
	position:relative;
	background:#000;
	overflow:hidden;
	vertical-align:bottom;
	/*_line-height:0;*/
	display:inline-block;
}
.thumb .clip-link {
	position:absolute;
	_position:static;
	bottom:-100px;
	top:-100px;
	left:-100px;
	right:-100px;
	text-align:center;
	white-space:nowrap;
	word-break:normal;
}
.thumb .clip {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.thumb .clip img,.thumb .vertical-align {
	display:inline-block;
	vertical-align:middle;
}
.thumb .clip .vertical-align {
	height:100%;
}
.content-thumb{
	float:left;
	margin:0 20px 20px 0;
	border: 2px solid #292929;
	width:100px;
	height:100px;
}

/* Basic Overlay style */
.thumb .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	background-image:url(images/gamepad-24.png);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	visibility:hidden;
	-webkit-transition:.25s;
	-moz-transition:.25s;
	-ms-transition:.25s;
	-o-transition:.25s;
	transition:.25s;
}
.thumb:hover .overlay {
	cursor:pointer;
	visibility:visible;
	opacity:1;
}
.item-video .thumb .overlay{
	background-image:url(images/icon-play-24.png);
}

.thumb img{}

/*== Common Item Style
 *=================================*/
.item h2,.item p {
	margin:0
}
.item img,
.item video,
.item object {
	max-width:100%;
	height: auto;
}
.item .thumb {
	margin:0 0 0;
	border: 2px solid #292929;
}
.item .thumb:hover {
    margin:0 0 0;
	border: 2px solid #0089CC;
}
.item .screen {
	background:#333;
	margin:0 0 10px;
}
.item .item-wrap,
.item .item-wrap iframe {
	background:#333;
}
.item .title {
	font-size:14px;
	margin-bottom:1px;
}
.item .title a {
	color:#292929;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}
.item .title a:hover {
	color:#0089CC;
}
.item .meta,.item .stats {
	color:#0089CC;
	font-size:10px;
	line-height:13px;
	font-family: sans-serif;
	margin:3px 2px 5px;
	height:13px;overflow:hidden;
}
.item .stats i {
	font-style:normal;
}
.item .stats a {
	color:#0089CC
}
.item .stats a:hover {
	color:#555
}
.item .stats .views,
.item .stats .likes,
.item .stats .comments {
	margin-right:10px;
	padding-left:16px;
	background:url(images/stats.png) no-repeat 0 1px;
}
.item .stats .views {
	padding-left:18px;
}
.item .stats .comments {
	background-position:0 -19px
}
.item .stats .comments:hover {
	background-position:0 -39px
}
.item .stats .likes {
	background-position:0 -58px
}
.item .stats .likes:hover {
	background-position:0 -78px
}
.item .stats .liked {
	background-position:0 -78px
}
.item .desc {
	line-height:1.5;
	font-size:12px;
	overflow:hidden;
	width:100%;
	padding: 5px 0 0;
}

/*== Regular Post Style
 *=================================*/
.item-post{} 
 
/*== Video Post Style
 *=================================*/
.item-video{}
 
/*== List View with Small Thumbnial
 *=================================*/
.list-small p {
	margin:0 0 5px
}
.list-small .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:15px 0;
}
.list-small .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-small .item:last-child {
	border-bottom:0
}
.list-small .thumb {
	float:left;
	width:196px;
	height:196px;
	margin:0;
}
.list-small .thumb img {
	height:196px;
}
.list-small .item-post .thumb .overlay {
	background-image:url(images/gamepad-32.png)
}
.list-small .item-video .thumb .overlay {
	background-image:url(images/icon-play-32.png)
}
.list-small .data {
	margin-left:214px
}
.list-small .title {
	float:left;
	margin:0 0 5px;
}
.list-small .meta {
	float:left
}
.list-small .stats {
	float:right;
	margin: 0px 0px 0px 0px;
}
.list-small .stats .views,
.list-small .stats .likes,
.list-small .stats .comments {
	margin:0 0 0 10px
}
.list-small .suffix {
	display:none
}
.list-small .desc {
	padding: 0;
	float: left;
}

/*== List View with Medium Thumbnial
 *=================================*/
.list-medium .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:15px 0;
}
.list-medium .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-medium .item:last-child {
	border-bottom:0
}
.list-medium .thumb {
	float:left;
	width:300px;
	height:168px;
	margin:0;
}
.list-medium .thumb img {
	height: 168px;
}
.list-medium .item-post .thumb .overlay {
	background-image:url(images/gamepad-48.png)
}
.list-medium .item-video .thumb .overlay {
	background-image:url(images/icon-play-48.png)
}
.list-medium .data {
	margin-left:320px
}
.list-medium .title {
	margin: 0 0 5px;
}

/*== List View with Large Thumbnial
 *=================================*/
.list-large .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:20px 0;
}
.list-large .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-large .item:last-child {
	border-bottom:0
}
.list-large .thumb {
	width:745px;
	height:348px;
	margin:0 0 10px;
}
.list-large .thumb img {
	width:745px;
}
.list-large .item-post .thumb .overlay {
	background-image:url(images/gamepad-64.png)
}
.list-large .item-video .thumb .overlay {
	background-image:url(images/icon-play-64.png)
}
.list-large .thumb.loading .overlay {
	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;
	visibility:visible;
	opacity:1;
}
.list-large .title {
	font-size:21px;
	margin:0 0 5px;
	float: left;
}
.list-large .title a:hover {
	text-decoration:none;
}
.list-large .meta {
	float:left
}
.list-large .stats {
	float:right;
	margin: 10px 0px 0px 0px;
}
.list-large .stats .views,.list-large .stats .likes,.list-large .stats .comments {
	margin:0 0 0 10px
}
.list-large .desc {
	clear: left;
}

/*== Grid View with Small Thumbnial
 *=================================*/
.grid-small .nag {
	margin:0 -11px
}
.grid-small p {
	margin:0
}
.grid-small .item {
	width:170px;
	float:left;
	margin:0 10px 5px;
}
/* main images used*/
.grid-small .thumb {
	width:170px;
	height:140px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /*box-shadow: 0 4px 4px 3px #00557d;*/
   
}
.grid-small .thumb img {
	
	height: 140px;
	width: 170px;
}
.grid-small .item-post .thumb .overlay {
	background-image:url(images/gamepad-32.png);
}
.grid-small .item-video .thumb .overlay {
	background-image:url(images/icon-play-32.png)
}
.grid-small .title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:13px;
}
.grid-small .suffix,.grid-small .meta,.grid-small .desc {
	display: none
}

/*== Grid View with Medium Thumbnial
 *=================================*/
.grid-medium .nag {
	margin:0 -10px
}
.grid-medium p {
	margin:0
}
.grid-medium .item {
	width:364px;
	float:left;
	margin:0 10px 20px;
}
.grid-medium .thumb {
	width:360px;
	height:200px;
}
.grid-medium .thumb img {
	height:200px;
}
.grid-medium .item-post .thumb .overlay {
	background-image:url(images/gamepad-48.png)
}
.grid-medium .item-video .thumb .overlay {
	background-image:url(images/icon-play-48.png)
}
.grid-medium .title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:14px;
}
.grid-medium .meta,.grid-medium .suffix,.grid-medium .desc {
	display: none
}

/*== Grid View with Mini Thumbnial
 *=================================*/
.grid-mini .nag {
	margin:0 -1px
}
.grid-mini p {
	margin:0
}
.grid-mini .item {
	width:108px;
	float:left;
	margin:0 7px 7px;
	
}
.grid-mini .thumb {
	width:110px;
	height:100px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /*box-shadow: 0 3px 3px 3px #00557d;*/
}
.grid-mini .thumb img {
	
	height:100px;
	width:110px;
}
.grid-mini .item-video .thumb .overlay {
	background-image:url(images/icon-play-24.png)
}
.grid-mini .title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	
}
.grid-mini .suffix,.grid-mini .meta,.grid-mini .comments,.grid-mini .desc {
	display: none
}

/*== Common Section Box Style
 *=================================*/
.section-box {
	margin: 2px 1px 15px 35px;
}
.section-box2 {
	margin: 2px 1px 15px 40px;
}
.section-box img {
	vertical-align:middle;
}
.section-before {
	margin:0 0 20px;
}
.section-after {
	margin: -10px 0 20px;
}
.section-header {
	margin-bottom:12px;
	/*border-bottom:1px solid #FFF;*/
	font-weight:bold;
	text-transform:uppercase;
}
.section-title {
	display:block;
	border-bottom: 2px solid #292929;
	line-height:20px;
	font-size:21px;
	margin:0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	padding-bottom:4px;
}
.section-title a {
	color:#292929;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.section-title a:hover {
	text-decoration:none;
	color:#0089CC;
}
.section-header .more-link {
	float:right;
	margin-top:-34px;
	vertical-align:middle;
	display:inline-block;
	line-height:16px;
	padding: 4px 5px 5px 10px;
	background:#0089CC;
	border:none;
	color:#FFF;
	font-size: 16px;
    font-family: 'Oswald',sans-serif;
    font-weight:400;
	 transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.section-header .more-link span {
	background:url(images/arrow_small_right_white.png) no-repeat right 5px;
	padding-right:18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.section-header .more-link:hover {
	text-decoration:none;
	color:#FFF;
	background:#292929;
}
.section-header .more-link:hover span {
	
}
.section-content {
	margin:0 0 0 1px;
	line-height: 24px;
	min-height: 125px;
	/*background: url(images/dot-pattern.png) repeat-x center bottom;*/
	padding-bottom:10px;
}

/*===================== Box Styles ==========================*/
.section-box {
	margin: 2px 1px 15px 35px;
}
.section-box2 {
	margin: 2px 1px 15px 40px;
}
.section-box img {
	vertical-align:middle;
}
.section-before {
	margin:0 0 20px;
}
.section-after {
	margin: -10px 0 20px;
}
.box-header {
	margin-bottom:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.box-title {
	display:block;
	/*border-bottom: 2px solid #292929;*/
	line-height:20px;
	font-size:21px;
	margin:0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	padding-bottom:10px;
}
.box-title a {
	color:#292929;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.box-title a:hover {
	text-decoration:none;
	color:#0089CC;
}
.box-header .more-link {
	float:right;
	margin-top:-34px;
	vertical-align:middle;
	display:inline-block;
	line-height:16px;
	padding: 4px 5px 5px 10px;
	background:#0089CC;
	border:none;
	color:#FFF;
	font-size: 16px;
    font-family: 'Oswald',sans-serif;
    font-weight:400;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.box-header .more-link span {
	background:url(images/arrow_small_right_white.png) no-repeat right 5px;
	padding-right:18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.box-header .more-link:hover {
	text-decoration:none;
	color:#FFF;
	background:#292929;
}
.section-content {
	margin:0 0 0 1px;
	line-height: 24px;
	min-height: 125px;
	/*background: url(images/dot-pattern.png) repeat-x center bottom;*/
	padding-bottom:5px;
}

/*== jPlayer Skin
 *=================================*/
.jp-media {
	margin:0 auto;
	overflow:hidden;
}
.jp-media img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 800;
	width:100% !important;
	height:100% !important;
}
.jp-gui,.jp-gui a,.jp-progress,.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
	background-image:url(images/jplayer-sprite.png);
	background-repeat:repeat-x;
}
.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
	-webkit-border-radius:1px;
	border-radius:1px;
}
.jp-gui {
	width:100%;
	position:absolute;
	bottom:0px;
	height:0px;
	opacity:0;
	visibility:hidden;
	background-position:0 -270px;
	z-index:999;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	-ms-transition:all .15s;
	-o-transition:all .15s;
	transition:all .15s;
}
.jp-player:hover .jp-gui {
	opacity:1;
	visibility:visible;
	bottom:0;
	height:30px;
}

.jp-gui a {
	display:inline-block;
	outline:none;
	text-indent:-999em;
	z-index:1;
	background-repeat:no-repeat;
}
.jp-control {
	width:33px;
	height:30px;
	padding-right:2px;
	background:url(images/jplayer-sep.png) no-repeat right 0;
	position:absolute;
	top:0;
	left:0;
}
.jp-play,.jp-pause {
	width:33px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
}
.jp-play {
	background-position:0 0
}
.jp-play:hover {
	background-position:-33px 0
}
.jp-pause {
	background-position:0 -30px;
	display:none;
}
.jp-pause:hover {
	background-position:-33px -30px
}
.jp-progress-container {
	margin:0 95px 0 34px;
	height:8px;
	padding:12px 12px 10px 10px;
	background:url(images/jplayer-sep.png) no-repeat right 0;
}
.jp-progress {
	height:5px;
	padding:1px 1px 2px;
	background-position:0 -240px;
	position:static;
}
.jp-seek-bar {
	width:0px;
	height:5px;
	background-position:0 -210px;
	cursor:pointer;
}
.jp-play-bar {
	width:0px;
	height:5px;
	background-position:0 -180px;
}
.jp-mute,.jp-unmute {
	width:17px;
	height:13px;
	position:absolute;
	top:9px;
	right:70px;
}
.jp-mute {
	background-position:-10px -68px
}
.jp-mute:hover {
	background-position:-43px -68px
}
.jp-unmute {
	background-position:-10px -98px
}
.jp-unmute:hover {
	background-position:-43px -98px
}
.jp-volume-bar {
	width:40px;
	height:5px;
	padding:1px 1px 2px;
	background-position:0 -240px;
	cursor:pointer;
	position:absolute;
	top:12px;
	right:25px;
}
.jp-volume-bar-value {
	width:0px;
	height:5px;
	background-position: 0 -180px;
}
.jp-full-screen,.jp-restore-screen {
	width:17px;
	height:13px;
	position:absolute;
	top:8px;
	right:0;
}
.jp-full-screen{
background-position:-10px -128px
}
.jp-full-screen:hover{
background-position:-43px -128px
}
.jp-restore-screen{
background-position:-10px -158px
}
.jp-restore-screen:hover{
background-position:-43px -158px
}

/* The full screen function is uncompleted, maybe in next verison*/
.jp-video-full {
width: 480px;
height: 270px;
position: static !important;
position: relative;
}
.jp-video-full .jp-media {
top: 0;
left: 0;
position: fixed !important;
position: relative;
overflow: hidden;
z-index: 998;
background:#333;
}
.jp-video-full .jp-gui {
position: fixed !important;
position: static;
bottom: 0;
left: 0;
width: 100%;

z-index: 1000;
}



/*= Featured Content Style url(images/bg-pattern-black.png)
 *==================================================================*/
.wall {
	padding:10px 0px 5px 0;
	/*background-color: #42a4f4;*/
	position:relative;
	text-shadow: none;
}

/*== Default Featured Carousel with 6 visible items
 *=================================*/
/*.fcarousel {
	background: url(images/dot-pattern.png) repeat-x center bottom;
}*/
.fcarousel .carousel-container {
	/*position:relative;*/
	margin:5px 5px 5px 5px;
}
.fcarousel .carousel-clip{position:relative;overflow:hidden;height:66px;width:100%;margin:0 auto;}
.fcarousel .carousel-games{position:relative;overflow:hidden;height:66px;width:100%;margin:0 auto;}
.fcarousel ul {
	width:999em;
	position:absolute;
}
.fcarousel li {
	float:left;
	width:80px;
	height:55px;
	border:2px solid #292929;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	margin:5px 7px 10px 6px;
	overflow:visible !important;
	/*background:#000;*/
	position:relative;
	transition:all .25s;
}
.fcarousel .thumb {
	width:80px;
	height:55px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /*box-shadow: 0 2px 2px 3px #00557d;*/
	
	
}
.fcarousel .thumb img {
    width:80px;
	height:55px;
	
	
	
}
.fcarousel li:hover {
	border-color:#0089CC;
}
.fcarousel li.current {
	border-color:#086081;
}
.fcarousel li.current .overlay {
	visibility:visible;
	opacity: 1;
}
.fcarousel .carousel-prev,.fcarousel .carousel-next {
	display:inline-block;
	width:20px;
	height:60px;
	margin:5px 0;
	cursor:pointer;
	text-indent:-5555em;
	overflow:hidden;
	position:absolute;
	top:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fcarousel .carousel-prev {
	background:#0089CC url(images/scroll-left.png) no-repeat right 20px;
	left:-10px;
	
}
.fcarousel .carousel-next {
	background:#0089CC url(images/scroll-right.png) no-repeat left 20px;
	right:-10px;
}
.fcarousel .carousel-prev:hover {
	background:#292929 url(images/scroll-left.png) no-repeat right 20px;
}
.fcarousel .carousel-next:hover {
	background:#292929 url(images/scroll-right.png) no-repeat left 20px;
}


.fcarousel .carousel-prev2 {
	background:#0089CC url(images/scroll-left.png) no-repeat right 20px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	left:-7px;
	display:inline-block;
	width:18px;
	height:60px;
	margin:5px 0;
	cursor:pointer;
	text-indent:-5555em;
	overflow:hidden;
	position:absolute;
	top:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fcarousel .carousel-next2 {
	background:#0089CC url(images/scroll-right.png) no-repeat left 20px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	right:-7px;
	display:inline-block;
	width:18px;
	height:60px;
	margin:5px 0;
	cursor:pointer;
	text-indent:-5555em;
	overflow:hidden;
	position:absolute;
	top:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fcarousel .carousel-prev2:hover {
	background:#292929 url(images/scroll-left.png) no-repeat right 20px;
}
.fcarousel .carousel-next2:hover {
	background:#292929 url(images/scroll-right.png) no-repeat left 20px;
}

/* Featured Carousel with 5 visible items */ 
.fcarousel-5 .carousel-clip {
	height:86px;
}
.fcarousel-5 li {
	width:50px;
	height:50px;
	margin:5px 8px 20px 8px;
}
.fcarousel-5 .thumb {
	width:50px;
	height:50px;
}
.fcarousel-5 .thumb img {
	width:50px;
}
.fcarousel-5 .carousel-prev,.fcarousel-5 .carousel-next {
	height:60px;
	background-image:url(images/home-carousel-nav.png);
}


/*== Home Featured Content with Full Width
 *=================================*/
 


/*== Home Featured Content with Standard Layout
 *=================================*/
.home-featured .slider{float:left;width:620px;height:348px;overflow:hidden;
border:1px solid #000;
-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
	background: #333 url(images/loading-bert.gif) no-repeat center center;

} 
.home-featured .slider .slide{
width:620px;
height:348px;
position:relative;
}
.home-featured .slider .thumb {
	width:620px;
	height:348px;
	float:left;
}
.home-featured .slider .thumb img {
	width:620px;
}
.home-featured .slider .thumb.loading .overlay {
	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;
	visibility:visible;
	opacity:1;
}
.home-featured .slider .caption{width:100%;position:absolute;bottom:0;height:27px;
background:#333;
background:rgba(0,0,0,0.5);
border-top:1px solid rgba(255,255,255,0.1);
}
.home-featured .slider .title{font-size:13px;line-height:27px;padding:0 10px;}
.home-featured .slider .title a{color:#EEE;}
.home-featured .slider .title a:hover{color:#FFF;}
.home-featured .slider .item-post .thumb .overlay {
	background-image:url(images/gamepad-64.png)
}
.home-featured .slider .item-video .thumb .overlay {
	background-image:url(images/icon-play-64.png)
}



.home-featured .carousel {
	width:300px;
	float:right;
	border:1px solid #000;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
	background: #333;
}
.home-featured .carousel-container{
	float:right;
	width:305px;
	overflow:hidden;
}
.home-featured .carousel-clip{height:320px;overflow:hidden;position:relative;}
.home-featured .carousel-list{height:999em;position:absolute;}
.home-featured .carousel li {
	width:300px;
	margin-left:5px;
	background:#373737;
	height:78px;
	border-top:1px solid #444;
	border-bottom:1px solid #272727;
	
}
.home-featured .carousel a{text-decoration:none;}
.home-featured .carousel .inner{
	padding:10px 10px;
	height:58px;
}
.home-featured .carousel li:hover{
	background-color:#303030;
}
.home-featured .carousel li:hover a{color:#FFF;}
.home-featured .carousel .thumb {
	width:100px;
	height:56px;
	float:left;
}
.home-featured .carousel .thumb img {
	width:124px;
}
.home-featured .carousel .data{margin-left:110px;}
.home-featured .carousel .title{font-size:12px;margin:0 0 5px;height:30px;overflow:hidden;}
.home-featured .carousel .title a{color:#BBB;}
.home-featured .carousel .title a:hover{color:#FFF;}
.home-featured .carousel li.current{background:#222;}
.home-featured .carousel li.current .inner{
	border-left:4px solid #B70000;
	margin-left:-4px;
}
.home-featured .carousel li.current a{color:#FFF;}
.home-featured .carousel li.current .overlay {
	visibility:visible;
	opacity: 1;
}

.home-featured .carousel-prev, .home-featured .carousel-next {
	display:inline-block;
	width:149px;
	float:left;
	height:27px;
	cursor:pointer;
	vertical-align:middle;
	text-indent:-5555em;
	overflow:hidden;
	background:#333 url(images/vertical-carousel-updown.png) no-repeat center 8px;
	border-top:1px solid #444;
}
.home-featured .carousel-prev {
	border-right:1px solid #222;
	margin-left:5px;
}
.home-featured .carousel-next {
	background-position:center -22px;
	border-left:1px solid #444;
}
.home-featured .carousel-prev:hover, .home-featured .carousel-next:hover{
	background-color:#3A3A3A;
}


/*= Archive Content Style
 *==================================================================*/

/*== Author Box
 *=================================*/
.author-box {
	margin:0 0 30px;
}
.author-box .avatar {
	float:left;
}
.author-box .data {
	margin-left:80px;
}
.author-box .meta {
	color:#AAA;
	margin:0 0 5px;
}
.author-box .display-name {
	margin:0 0 0;
	font-size:17px;
}
.author-box .links a {
	padding:0 0 0 22px;
	margin:0 15px 0 0;
	color:#AAA;
	background:url(images/links.png) no-repeat 0 0;
}
.author-box .links a:hover {
	color:#555;
}
.author-box .links .facebook {
	background-position:0 -20px;
}
.author-box .links .website {
	background-position:0 -40px;
}
.author-box .links .twitter:hover {
	background-position:0 -60px;
}
.author-box .links .facebook:hover {
	background-position:0 -80px;
}
.author-box .links .website:hover {
	background-position: 0 -100px;
}

/*== Loop Header
 *=================================*/
.loop-header {
	margin:0 0 10px;
}
.loop-title {
	text-transform:uppercase;
	border-bottom: 2px solid #292929;
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	line-height: 20px;
	font-size: 21px;
	margin: 0px;
	padding-bottom: 10px;
}
.loop-title .prefix {
	color:#0089CC;
}
.loop-title em {
	font-style:normal;
}
.loop-desc {
	font-size:11px;
	color:#999;
	float:right;
	margin:-24px 0 0 10px;
	line-height:24px;
}
.loop-desc i {
	font-style:normal;
	color:#111;
	font-weight:bold;
}
.below-no-actions {
	margin:0 0 15px;
	border-bottom:1px solid #FFF;
}
.below-no-actions .loop-title {
	border-bottom:1px solid #DDD;
	padding-bottom:6px;
}
.below-no-actions .loop-desc {
	margin-top: -30px;
}

/*== Loop Actions
 *=================================*/
.loop-actions {
	margin:0 0 20px;
	height:30px;
	padding:0px 10px;
	text-transform:uppercase;
	font-size:16px;
	font-family: "Oswald",sans-serif;
	background:#292929;
}
.loop-actions div,.loop-actions span,.loop-actions a,.loop-actions i {
	vertical-align:middle;
	display:inline-block;
	float:left;
	height:30px;
	overflow:hidden;
}
.loop-actions a {
	color:#fff;
	text-decoration:none;
	padding: 2px 10px;
}
.loop-actions a:hover {
	color:#fff;
	background:#0089CC;
}
.loop-actions i {
	font-style:normal;
}
.loop-actions .prefix {
	margin-right:5px;
	color:#777;
}
.loop-actions .sep {
	color:#CCC;
	margin:0 8px;
}
.loop-actions .orderby .current {
	color:#fff;
	background:#0089CC;
}
.loop-actions .asc,.loop-actions .desc {
	width:30px;
	margin-right: 10px;
	text-indent:-5555em;
	padding: 0px;
}
.loop-actions .asc {
	background:url(images/sorting.png) no-repeat 5px -18px
}
.loop-actions .desc {
	background:url(images/sorting.png) no-repeat 5px 9px
}
.loop-actions .asc:hover {
	background:url(images/sorting.png) no-repeat 5px 9px
}
.loop-actions .desc:hover {
	background:url(images/sorting.png) no-repeat 5px -18px
}
.loop-actions .view {
	float:right;
}
.loop-actions .view a {
	width:12px;
	height:20px;
	padding:9px;
	line-height:11px;
}
.loop-actions .view i {
	display:inline-block;
	width:11px;
	height:11px;
	background-image:url(images/view.png);
	background-repeat:no-repeat;
}
.list-small-link i {
	background-position:0 0
}
.list-medium-link i {
	background-position:-20px 0
}
.list-large-link i {
	background-position:-40px 0
}
.grid-medium-link i {
	background-position:-60px 0
}
.grid-small-link i {
	background-position:-80px 0
}
.grid-mini-link i {
	background-position:-100px 0
}
.loop-actions .view a.current {
	background:#0089CC;
	
}
.loop-actions .orderby-select{
display:none;
}

/*== Loop Navigation
 *=================================*/
.loop-nav {
	background: url(images/dot-pattern.png) repeat-x center top;
}
.loop-nav-inner {
	padding: 30px 0 20px 0;
}

/*= Single Content Style
 *==================================================================*/
#screen {
	color:#FFF;
	margin:0 0 15px 0px;
	position:relative;
	/*overflow: hidden;*/
	z-index:4;
	background: #333 url(images/loading-bert.gif) no-repeat center center;
}
#screen .thumb{
	width:950px;
	height:540px;
}
#screen .thumb .overlay{
	background-image: url(images/gamepad-64.png);
}

/*== Headline
 *=================================*/
#headline {
	margin:0 0 15px;
	position:relative;
	z-index: 5;
	border-bottom:1px solid #FFF;
}
#headline .inner{
	border-bottom:1px solid #DDD;
	padding:0 0 10px;
}
#headline h1, #headline h2{margin-bottom:0;}

/* Title */
#title {
	color:#333;
	font-size:20px;
	margin:5px 170px 0 5px;
	line-height:24px;
}
#title a {
	color:#333;
	text-decoration:none;
}
#title a:hover {
	color:#B70000;
}

/* Actions Item*/
#actions {
	float:right;
	margin:-28px 0 0 20px;
}
#actions a {
	text-decoration:none;
}
#actions .dp-share {
	float:left;
	margin-left:4px;
	position:relative;
	z-index:888;
	background-color:#F7F7F7;
	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
	background-image:linear-gradient(top,#FFF,#F0F0F0);
	border:1px solid #DDD;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#actions .dp-share:hover {
	border-color:#BBB;
	text-decoration:none;
	color:#333;
}
#actions .dp-share .dropdown-handle {
	height:24px;
	line-height:24px;
	padding:0 10px 0 30px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color: #555;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Like Button */
#actions .dp-like-post .like {
	background:url(images/actions.png) no-repeat 10px -24px;
}
#actions .dp-like-post .liked {
	background:url(images/actions.png) no-repeat 10px -84px;
	color:#555;
}
#actions .dp-like-post .like:hover,#actions .dp-like-post .liked:hover {
	background:url(images/actions.png) no-repeat 10px -24px;
	color: #555;
}


/* Share Button */
#actions .dp-share{z-index:888;}
#actions .dp-share .dropdown-handle {
	display:block;
	background: url(images/actions.png) no-repeat 10px -145px;
	position:relative;
	z-index:888;
}
#actions .dp-share .dropdown-content {
	background:#F7F7F7;
	color:#555;
	position:absolute;
	top:27px;
	right:-1px;
	z-index:990;
	width:50px;
	border:1px solid #BBB;
	-webkit-border-radius:0px 0 3px 3px;
	border-radius:0px 0 3px 3px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	-ms-transition:all .15s;
	-o-transition:all .15s;
	transition:all .15s;
}
#actions .dp-share .dropdown-content ul {
	list-style:none;
	margin-bottom:8px;
	padding:0;
}
#actions .dp-share .dropdown-content li {
	padding:5px 7px;
	height:30px;
	display:block;
}
#actions .dp-share:hover{
-webkit-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
}
#actions .dp-share:hover .dropdown-handle {
	padding-bottom:5px;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	color:#111;
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
}
#actions .dp-share:hover .dropdown-content {
	opacity:1;
	visibility: visible;
}

/*== on Wall
 *=================================*/
.wall #screen{
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
}
.headgamebar {
background: #0089CC;
border-top:2px solid #292929;
border-right:2px solid #292929;
border-left:2px solid #292929;
height:35px;
margin: 0px 10px;
text-align: left;
border-top-left-radius:15px;
border-top-right-radius:15px;
float: left;
}

.headgamebar-old {
background: #0089CC;
border-top:2px solid #292929;
border-right:2px solid #292929;
border-left:2px solid #292929;
height:35px;
margin: 0px auto;
text-align: left;
border-top-left-radius:15px;
border-top-right-radius:15px;


}

.headgametitle {
color:#fff;
font-size:20px;
text-transform:uppercase;
font-family: "Oswald",sans-serif;
font-weight:700;
/*background:url(images/gamepad-white-32.png) no-repeat left -1px;*/
padding-left:1px;
text-shadow:none;
margin: 5px 0px 0px 5px;
line-height: 28px;
}

/* Headgame */
.wall #headgame{max-width: 950px;margin: 0px auto;}
.wall #headgame .inner{border-bottom:0;padding-bottom:0;}
.wall #title{color:#EEE;font-size:20px;font-weight:normal;background:url(images/icon-play-16.png) no-repeat left 3px;padding-left:24px;text-shadow:none;}
.wall #title a{color:#AAA;}
.wall #title a:hover{color:#FFF;}
 
/* Headline */
.wall #headline{border-bottom:0;}
.wall #headline .inner{border-bottom:0;padding-bottom:0;}
.wall #title{color:#fff;font-size:22px;text-transform:uppercase;font-family: "Oswald",sans-serif;font-weight:700;padding-left:1px;text-shadow:none;}


/* Actions */
.wall #actions .dp-share {
	background:#000;
	border:0;
	color:#FFF;
}
.wall #actions .dp-share .dropdown-handle {
	color: #FFF;
}

/* Share Button */
.wall #actions .dp-share .dropdown-handle {
	background:url(images/actions.png) no-repeat 10px -115px;
}
.wall #actions .dp-share .dropdown-content {
	border:0;
	right:0;
}
.wall #actions .dp-share:hover .dropdown-handle {
	padding-bottom:5px;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	color:#000;
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
}

/* Like Button */
.wall #actions .dp-like-post .like {
	background:#000 url(images/actions.png) no-repeat 10px 6px;
}
.wall #actions .dp-like-post .liked {
	background:#fff url(images/actions.png) no-repeat 10px -84px;
	color:#000;
}
.wall #actions .dp-like-post .like:hover,.wall #actions .dp-like-post .liked:hover {
	background:#fff url(images/actions.png) no-repeat 10px -24px;
	color: #000;
}


/* Lights */
.lightSwitcher {
position: relative;
float: left;
z-index:991;
}
#shadow {
background-color:#000;
opacity: 0.65;
position:absolute;
left:0; 
top:-140px;
bottom:10px;
height:3000px;
width:100%;
z-index:9;}
.turnedOff {
float: left;
z-index:991;
}

/*== Video Details
 *=================================*/
#details .section-content {
	padding:0 0 10px;
}
#info {
	overflow:hidden
}
#meta {
	color:#999;
	font-size:11px;
	margin:0 0 10px;
}
#meta .sep {
	padding:0 3px
}
#extras {
	font-size:11px;
}
#extras h4 {
	font-size:11px;
	margin: 4px 0 0;
}

/* Info Toggle */
.info-arrow {
	display:none;
	width:8px;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	margin:6px 0 0 2px;
}
.info-arrow-more {
	background:url(images/less-more.png) no-repeat 0 0!important;
}
.info-arrow-less {
	background:url(images/less-more.png) no-repeat 0 -20px!important;
}
.info-toggle {
	text-align:center;
	margin-top:-21px;
}
.info-more,.info-less {
	display:none;
	background:#F7F7F7;
	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
	background-image:linear-gradient(top,#FFF,#F0F0F0);
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:3px 10px;
	border:1px solid #DDD;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	border-top:0;
	min-width:70px;
	color:#555;
}
.info-more:hover,.info-less:hover {
	border-color:#BBB;
	color:#333;
	text-decoration: none;
}

/*= Widgets,Sidebar and Footbar
 *==================================================================*/

 

 
/*== Basic Widget Style
 *=================================*/
.widget {
	margin-bottom:30px;
	overflow:hidden;
	position:static !important;
}
.widget-header {
	border-bottom:1px solid #FFF;
	text-transform:uppercase;
	margin:0 0 8px;
}
.widget-title {
	display:block;
	border-bottom:2px solid #292929;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height:20px;
	font-size:21px;
	margin:0;
	padding-bottom:10px;
	
}
.widget>ul,.widget>ol {
	margin-top:-8px;
	margin-bottom:-2px;
}
.widget li {
	padding:4px 0 4px 22px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	background:url(images/stats.png) no-repeat scroll 0px 10px transparent;
	position:relative;
	top:-1px;
	font-family: 'Oswald',sans-serif;
}
.widget p{
	margin:0 0 10px;
}
.widget select {
	width:100%;
	border: 1px solid #CCC;
}

/*== Widget Tag Cloud
 *=================================*/
.widget_tag_cloud {
}
.widget_tag_cloud .tagcloud {
	overflow:hidden;
}
.widget_tag_cloud a {
	display:inline-block;
	font-size:11px !important;
	color:#fff;
	background:#0089CC;
	padding:3px 10px;
	margin:0 4px 6px 0;
	-webkit-border-radius:10px;
	border-radius:3px;
	line-height:15px;
	word-wrap:break-word;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.widget_tag_cloud a:hover {
	background:#292929;
	color:#fff;
	text-decoration: none;
}

/*== Widget Archive & Widget Categories
 *=================================*/
.widget_archive ul,.widget_categories ul {
	overflow:hidden;
	width:120%;
	font-size:12px;
	margin-top:-8px;
	margin-left:-8px;
	margin-bottom:-2px;
}
.widget_archive li,.widget_categories li {
	text-align:right;
	overflow:hidden;
	width:122px;
	height:29px;
	line-height:29px;
	float:left;
	padding:0 35px;
	position:relative;
	top:-1px;
	background:url(images/stats.png) no-repeat scroll 10px 10px transparent;
}
.widget_archive li:hover,.widget_categories li:hover {
	background:url(images/stats.png) no-repeat scroll 10px 10px transparent;
}
.widget_archive li a,.widget_categories li a {
	float:left;
	margin-right:5px;
	font-size: 14px;
}

/*== Widget Comments
 *=================================*/
.widget-comments li {
	background:url(images/blt-comment.png) no-repeat 0 11px;
	padding:5px 0 5px 16px;
	overflow:hidden;
}
.widget-comments .author {
	font-size:12px;
}
.widget-comments .date {
	color:#999;
	font-size:11px;
}
.widget-comments .excerpt {
	display:block;
	color:#555;
	margin:0;
}
.widget-comments .has-avatar li {
	background:none;
	padding:8px 0;
}
.widget-comments .has-avatar .avatar {
	float:left;
	display:block;
	width:48px;
	height:48px;
	padding:4px;
	background:#FFF;
	float:left;
	position:relative;
	border:1px solid #DDD;
	-webkit-box-shadow:0 0 3px #D7D7D7;
	box-shadow:0 0 3px #D7D7D7;
}
.widget-comments .has-avatar .data {
	margin-left:68px;
	display: block;
}

/*== Widget Tweets
 *=================================*/
.widget-tweets ul {
	margin:0 0 10px;
}
.widget-tweets li {
	background:url(images/blt-twitter.png) no-repeat 0 10px !important;
	padding:5px 0 5px 18px !important;
}
.widget-tweets .tweet-meta {
	color:#AAA;
	display:block;
}
.widget-tweets .twitter-follow-button {
	margin: 10px 0 0 18px;
}

/*== Widget Single Video Stats
 *=================================*/
.widget-single-post-stats .views,.widget-single-post-stats .comments,.widget-single-post-stats .likes {
	width:98px;
	border-left:1px solid #FFF;
	border-right:2px solid #292929;
	display:inline-block;
	float:left;
	text-align:center;
	line-height:1.8;
}
.widget-single-post-stats i {
	font-style:normal;
	font-size:20px;
	display:block;
	color:#111;
	font-weight:700;
	font-family:"Oswald";
}
.widget-single-post-stats .suffix {
	font-style:normal;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color: #292929;
}
.widget-single-post-stats .views {
	border-left:0
}
.widget-single-post-stats .comments {
	width:98px
}
.widget-single-post-stats .likes {
	border-right: 0
}

/*== Widget Ad
 *=================================*/
.widget-ad img{
display:block;
}

/*== Widget Posts
 *=================================*/
.widget-posts ul {
	overflow:hidden
}
.widget-posts ul li {
	list-style:none;
	padding:0;
	background:none;
}
.widget-posts .post-grid-2 .title,
.widget-posts .post-grid-3 .title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
}
.widget-posts .meta,.widget-posts .stats {
	font-size:11px;
	font-family: sans-serif;
}
.widget-posts .author {
	display:none
}
.widget-posts .suffix {
	display: none
}

/* List Style */
.widget-posts .post-list li {
	padding:10px 0;
	border-bottom:1px solid #DDD;
	border-top:1px solid #FFF;
	overflow:hidden;
	margin:0;
	position:relative;
}
.widget-posts .post-list .thumb {
	width:100px;
	height:100px;
	float:left;
	margin:0;
}
.widget-posts .post-list .thumb img {
	width:100px;
	height:100px;
}
.widget-posts .post-list .data {
	margin-left:120px
}
.widget-posts .post-list .title {
	margin-bottom:5px
}
.widget-posts .post-list .meta {
	margin-bottom: 5px
}

/* List Full Style */
.widget-posts .post-list-full li {
	padding:10px 0;
	border-bottom:1px solid #DDD;
	border-top:1px solid #FFF;
	overflow:hidden;
	margin:0;
}
.widget-posts .post-list-full .thumb {
	width:300px;
	height:168px;
}
.widget-posts .post-list-full .thumb img {
	width:300px;
}
.widget-posts .post-list-full .title {
	margin-bottom:5px
}
.widget-posts .post-list-full .meta {
	margin-bottom: 5px
}

/* Grid Style with 2 Columns */
.widget-posts .post-grid-2 {
	margin:0 -10px -10px;
	overflow:hidden;
}
.widget-posts .post-grid-2 li {
	width:140px;
	float:left;
	margin:0 10px 10px;
	border:0;
}
.widget-posts .post-grid-2 .thumb {
	width:140px;
	height:78px;
}
.widget-posts .post-grid-2 .thumb img {
	width:140px;
}
.widget-posts .post-grid-2 .meta,
.widget-posts .post-grid-2 .comments {
	display: none
}

/* Grid Style with 3 Columns */
.widget-posts .post-grid-3 {
	margin:0 -6px -10px
}
.widget-posts .post-grid-3 li {
	overflow:hidden;
	width:92px;
	float:left;
	border:0;
	margin:0 6px 10px;
}
.widget-posts .post-grid-3 .thumb {
	width:88px;
	height:88px;
}
.widget-posts .post-grid-3 .thumb img {
	height:92px;
}
.widget-posts .post-grid-3 .stats {
	display: none
}

/*== Sidebar
 *=================================*/
#sidebar {
}

/*== Footbar
 *=================================*/
#footbar .wrap {
	padding-top:1px;
}
#footbar .widget-col {
	float:left;
	width:auto;
	min-height:40px;
	height:auto !important;
	height:40px;
	margin-right:20px;
}
#footbar .widget-col-5 {
	margin-right:0;
	width:300px;
}
#footbar .widget-header {
	border:0
}
#footbar .widget-title {
	border:0;
	padding:0;
	font-size:18px;
	color:#fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
}
#footbar li {
	border:0;
}
.widget-col-links {
	color:#999;
}
.widget-col-links ul {
	margin:0;
}
.widget-col-links li {
	background:none;
	padding:2px 0;
}
.widget-col-links li a {
	color:#ddd;
}
.widget-col-links li a:hover {
	color: #fff;
}

/*= Colophon
 *==================================================================*/
#colophon {
	font-size:12px;
	color:#AAA;
}
#colophon .wrap {
	padding:15px 0;
}
#colophon a {
	color:#fff
}
#copyright,#credits {
	font-size:11px;
	margin-left:6px;
	display: inline;
}

/*== Footer Navigation
 *=================================*/
#footer-nav {
	margin:0 0 2px;
}
#footer-nav ul {
	overflow:hidden;
	margin:0;
}
#footer-nav li {
	display:inline;
	padding:0 10px;
	border-left:1px solid #DDD;
	line-height:1;
	font-weight:bold;
}
#footer-nav li:first-child {
	padding-left:0;
	border-left:0;
}
#footer-nav li a:hover {
	color: #0089CC;
	text-decoration:none;
}

/*== Social Navigation
 *=================================*/
#social-nav {
	float:right;
	text-align:right;
}
#social-nav .desc {
	display:block;
	margin:-3px 0 3px;
	;
}
#social-nav ul {
	list-style:none;
	margin-right:6px;
	padding:0;
}
#social-nav li {
	display:inline;
	margin-left:8px;
}
#social-nav a {
	display:inline-block;
	height:30px;
	width:30px;
	text-indent:-987em;
	overflow:hidden;
	line-height:987em;
	background:url(images/social-icons.png) no-repeat 0 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#social-nav a:hover {
	background-color:none;
	opacity:0.75;
	filter:alpha(opacity=85);
}
#social-nav .facebook a {
	background-position:0 -36px;
}
#social-nav .gplus a {
	background-position:0 -71px;
}
#social-nav .rss a {
	background-position:0 -106px;
}
#social-nav .news a {
	background-position: 0 -142px;
}

/*= Comments & Respond
 *==================================================================*/
#comments {
	margin:20px 0
}
#comments .section-header {
	margin: 0
}

/*== Comment List
 *=================================*/
.comment-list p,.comment-list ul,.comment-list ol,.comment-list blockquote {
	margin-bottom:10px
}
.comment-list {
	border-bottom:1px solid #FFF;
	margin:-1px 0 0;
}
.comment-list .children {
	margin-bottom:0;
}
.comment-div {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	padding:10px 0;
}
.comment-meta,.comment-content,.comment-actions {
	margin-left:72px
}
img.avatar{
	padding:4px;
	background:#FFF;
	float:left;
	position:relative;
	margin-right:15px;
	border:1px solid #DDD;
	-webkit-box-shadow:0 0 3px #D7D7D7;
	box-shadow:0 0 3px #D7D7D7;
}
.comment-avatar img, 
.activity-avatar img{
width:48px;
height:48px;
}


.comment-meta {
	color:#AAA;
	font-size:11px;
	margin-bottom:5px;
}
.comment-meta .sep {
	color:#CCC
}
.comment-meta .fn {
	font-size:12px;
	font-style:normal;
	color:#555;
}
.comment-meta .comment-time {
	color:#AAA
}
.comment-meta .comment-time:hover {
	color: #555
}
.comment-actions {
	margin-top:-5px;
	text-align:right;
}
.comment-reply-link {
	font-size:12px;
	padding:0 0 0 18px;
	background:url(images/icon-reply.png) no-repeat 0 2px;
}
.comment-reply-link:hover {
	background-position:0 -18px
}
.comment-reply-login {
	display:none;
}
#cancel-comment-reply-link {
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	font-family:sans-serif;
	background:url(images/icon-reply.png) no-repeat 0 -40px;
	width:12px;
	height:12px;
	display:inline-block;
	text-indent:-5555em;
	overflow:hidden;
	margin-left:4px;
	position:relative;
	top:1px;
}
#cancel-comment-reply-link:hover {
	background-position: 0 -60px;
}
.comment-list .bypostauthor .comment-avatar img{
	background:#333;
	border:1px solid #000;
}
.comment-list .bypostauthor .fn a:hover{
	color:#B70000;
}

/*== Comment Navigation
 *=================================*/
.comment-nav {
	margin: 20px 0;
}

/*== Comment Form
 *=================================*/
#respond {
	margin:20px 0;
	overflow:hidden;
}
#commentform {
	width:640px
}
.comment-form-author,.comment-form-email,.comment-form-url {
	width:194px;
	float:left;
	margin:0 19px 10px 0;
}
#author,#email,#url,#comment {
	display:block;
	padding:5px 4px;
}
#author,#email,#url {
	width:184px;
}
#comment {
	width:610px;
	height:100px;
	overflow:auto;
}
.comment-notes,.form-allowed-tags,.logged-in-as {
	color:#AAA;
	font-size:12px;
}
.must-log-in,.comments-closed {
	background:#FEFFC2;
	padding:7px 10px;
	border: 1px solid #e1e2a3;
}

/*== Comment Children
 *=================================*/
.comment-list .depth-2 .comment-inner {
	padding-left:20px;
	background:url(images/icon-depth-arrow.png) no-repeat 0 10px;
}
.comment-list .depth-2 .comment-avatar {
	width:32px;
	height:32px;
	padding:2px;
}
.comment-list .depth-2 .comment-avatar img {
	width:32px;
	height:32px;
}
.comment-list .depth-2 .comment-meta,.comment-list .depth-2 .comment-content,.comment-list .depth-2 .comment-actions {
	margin-left:52px;
}
.comment-list .depth-3 .comment-inner {
	margin-left:52px
}
.comment-list .depth-4 .comment-inner {
	margin-left:72px
}
.comment-list .depth-5 .comment-inner {
	margin-left:92px
}
.comment-list #respond {
	border-top:1px solid #FFF;
	border-bottom:1px solid #D7D7D7;
	margin:0;
	padding:20px 0;
}
.comment-list #respond .section-header {
	margin: 0 0 8px
}

/*= Plugins Style
 *==================================================================*/
.wpcf7-form textarea{width:90%;}
.wpcf7-submit{min-width:100px;}

/*= Browser Specific
 *==================================================================*/
#ie8 img {
	width: auto
}

/* Replace "Open Sans" with "Raleway" in IE. 
 * Because "Open Sans" look like is not good in IE */
.ie #site-title,.ie .section-title,.ie .widget-title,.ie .loop-title {
	font-family: "Raleway",sans-serif;
}
/* Game Ads */
.containerDiv {

}
.containerDiv div.overlayVid {
position:absolute;
z-index:100;
width:100%;
height:100%;
background-color:transparent;
text-align:center;
/*margin-left: 50px;*/
/*top: 50%;
left: 50%;*/
/*margin-top: 20%;*/
/*padding: 2px;*/
}
.containerDiv div.overlayVid div.hideLink {
filter:alpha(opacity=100);opacity: 100;-moz-opacity:1;text-align:center;font: 400 15px Oswald,sans-serif;padding-top:2px;
}
.containerDiv div.overlayVid div.hideLink a {
color:#fff;
}
.containerDiv div.overlayVid div.hideLink a:hover {
color:#fff;
}
.overclose {
vertical-align: 0;
}
.left-game-ad {
float: left;
width:150px;
height:600px;
text-align:center;
padding: 2px;
margin-bottom:5px;
margin-left:2px;
}
.left-game-ad2 {
float: left;
width:150px;
height:600px;
text-align:center;
padding: 2px;
margin-bottom:5px;
margin-left:11px;
}

.right-game-ad {
float: right;
width:300px;
height:600px;
text-align:center;
padding:2px;
margin-bottom:5px;
margin-right:5px;
}
.bottom-game-ad {
width:970px;
height:250px;
background-color:transparent;
text-align:center;
/*padding: 2px;*/
margin:10px auto;
}
.cat-ad {
width:750px;
height:100px;
background-color:transparent;
text-align:center;
/*padding: 2px;*/
margin:10px auto;
}
.home-ad {
width:750px;
height:100px;
background-color:transparent;
text-align:center;
/*padding: 2px;*/
margin:10px auto;
}
/* extra stuff */
.channels ul li {
	list-style:square;
	float:left;
	width:190px;
	margin:5px 5px 5px 0px;
}
.wp-tag-cloud li {
	float:left;
	width:209px;
}
#content2 {
	width:880px;
	float:left;
}
#sidebar2 {
	width:300;
	float:right;
}
.boxed-small {
display:inline-block;
position: relative;
width:128px;
border-radius: 10px;
margin-bottom:1px;
/*box-shadow:2px 2px 2px black;*/
transition:.2s;
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
color:#001037;
}
.boxed-small:hover {
  transform: scale(.9); /* (zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.boxed-small-category {
display:inline-block;
position: relative;
background-color:#ffffff;
width:23%;
max-width:120px;
border-radius: 5px;
margin:5px;
box-shadow: 0 3px 3px 3px #00557d;
transition:.1s;
-webkit-transition:.1s;
-moz-transition:.1s;
-o-transition:.1s;
} 
.boxed-small-category p {
font:15px/15px Arial,tahoma,sans-serif;
font-weight: bold;color:#001037;
margin: 0;text-align: left; 
margin-left:1px; margin-top:7px; 
margin-bottom:6px;
}
.boxed-small-category:hover { 
background-color: black;
}
.boxed-small-category:hover > p { color: orange; }
/* pre game ad */
#LoadingGame{
display:inline-block;
/*position: absolute;*/
width:100%;
background-color:white;
height:100%;
overflow: hidden;
}

.page-bg {
width:100%;
height:100%;
background-size: cover;
background-repeat:no-repeat;
background-position: center center;
-webkit-filter: blur(7px);
-moz-filter: blur(7px);
-o-filter: blur(7px);
-ms-filter: blur(7px);
filter: blur(7px);
position: absolute;
left:0;
top: 0;
display: table;
}

.postadTitle {
width:100%;
height: 28px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
text-align:center;
}
.postadTitle .titleText {

position: absolute;
bottom: -55px;
left: 0;
right: 0;
color:#FFF;

}

.postadTitle .titleText .GameNameText{
vertical-align: middle;
font-family:arial;
color:#FFF;
text-shadow: 1px 1px #000000;
font-size:13px;
font-weight:600;
line-height:28px;
width:100%;
height:28px;
overflow:hidden;
background:linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 30%,rgba(125,185,232,0) 100%);
}

#adTitle {
width:100%;
height: 350px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
text-align:center;
}
#adTitle img{
border-radius:10px;
width:250px;
box-shadow: 1px 1px 5px black;
transition:.1s;
-webkit-transition:.1s;
-moz-transition:.1s;
-o-transition:.1s;	
}
            
#adTitle .titleText {
vertical-align: middle;
position: absolute;
bottom: 10px;
left: 0;
right: 0;
color:#FFF;
font-size:16px;
line-height:26px;
}
#adTitle .titleText .GameNameText{
vertical-align: middle;
font-family:arial;
color:#FFF;
font-size:18px;
line-height:45px;
width:100%;
height:45px;
overflow:hidden;
background:linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
}
#adTitle .titleText button{
display: inline-block;
background: #99c506;
background: linear-gradient(#2EFE2E, #088A29);
margin:10px;
padding: 15px 25px;
border-radius: 10px;
border: 2px solid #fff;
color: #fff;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
box-shadow: 1px 1px 5px black;
transition:.1s;
-webkit-transition:.1s;
-moz-transition:.1s;
-o-transition:.1s;
}
.divfull {
float: right;
width: 50px;
height: 23px;
margin-right: 5px;
border: 3px solid #73AD21;
}

.divfull {
float: right;
width: 50px;
height: 23px;
margin-right: 5px;
border: 3px solid #73AD21;
}
#prerollContainer{
display:none;
position: relative;
width:100%;
background-color:004894;
height:100%;
}
#leftgames{
float: left;
text-align:center;
padding: 2px;
margin-bottom:5px;
margin-left:11px;
/*display:inline-block;*/
position: relative;
width:128px;
height:600px;
vertical-align: top;
}
/*== Description Box
 *=================================*/
.just-descript{
    width: 100%;
    padding:30px 30px 20px 0px;
    display: flex;
    justify-content: center;
    
}
.just-container{
    width: 100%;
    max-width: 1000px;
    background-color: #004894;
    border-radius: 0px;
    box-shadow: 2px 2px 5px black;
}
.descript{
    text-align: left;
    padding:2px 20px 5px 20px;
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
}
.Hdescript{
    text-align: center;
    padding:5px 20px 3px 20px;
    font: 25px/25px Arial,tahoma,sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
}
#catdescript{
    text-align: left;
    padding:2px 20px 2px 20px;
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    
}
.catmost{
    text-align: center;
    padding:2px 20px 2px 20px;
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    
}
/*== END Description Box
 *=================================*/
@media screen and (max-width:1000px){
    .left-game-ad{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    #leftgames{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    .left-game-ad2{ 
        display:none;
    }
}
/* end pre game ad */
@media screen and (max-width:1200px){
    .right-game-ad{ 
        display:none;
    }
}
@media screen and (max-width:1000px){
    .left-game-ad{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    .bottom-game-ad{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    .home-ad{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    .cat-ad{ 
        display:none;
    }
}
@media screen and (max-width:1250px){
    #homescroll{ 
        display:none;
    }
}


