/*


Theme Name:         AppInsider
Theme URI:          http://www.uxde.net/codilight-theme
Description:        AppInsider is a unique Wordpress theme by UXDE dot Net.
Version:            1.0.0
Author:             Toan Nguyen Minh
Author URI:         http://www.uxde.net
Tags: white, black, two-columns, custom-colors, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template
License URI: http://www.gnu.org/copyleft/gpl.html


*/


/*-----------------------------------------------------------------------------------*/


:: 01. CSS Reset & Clearfix
:: 02. Global
:: 03. Structure
:: 04. Header
:: 05. Content
:: 06. Sidebar
:: 07. Comment
:: 08. Footer
:: 09. Pages & Templates


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/

/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.clearfix:after {
	clear: both; 
}

.clearfix {
	zoom: 1; 
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*-----------------------------------------------------------------------------------*/

/*	2.	Global

/*-----------------------------------------------------------------------------------*/


body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background: #ffffff;
	color: #494949;
	word-wrap: break-word;
	margin: 0;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}
iframe, embed {
	max-width: 100%;
	height: 100%;
}

input,
textarea,
select {
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font: 13px/20px "Helvetica",Arial,sans-serif;
    padding: 11px;
    width: 250px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #EEEEEE;
	   -moz-box-shadow: 0 1px 1px #EEEEEE;
            box-shadow: 0 1px 1px #EEEEEE;
}

textarea {
	resize: vertical;
	width: 95%;
}

input[type="button"], input[type="submit"], select {
    -webkit-appearance: none;
}

.hidden { display: none; }

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #4784BB;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

a:hover { 
	color: #4784BB;
	text-decoration: none; 
}

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin: 0 0 20px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
	margin: 30px 60px 30px 60px;
}

blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre, code, tt {
	background: url(images/pre-bg.png) repeat;
	border: none;
    color: #888888;
    display: block;
    font-size: 12px;
	line-height: 20px;
    overflow: auto;
    padding: 20px;
    word-wrap: break-word;
	vertical-align: baseline;
}

ul, ol, dl { 
	margin-left: 30px; 
	padding: 0;
}

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    background: #FFFFFF;
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	display: block;
	clear: both;
    margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 10px 20px;
	color: #999999;
	font-style: italic;
}

.wp-caption a {
    display: inline-block;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: none;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
    margin: 0 0 0 0;
}

.gallery {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto ! important;
	overflow: hidden;
}

.gallery br {
	height: 0 ! important;
	display: none;
}	

.gallery-item { 
    float: left; 
    margin: 0 0 0 0 ! important;
    text-align: center;
	font-size: 0px;
	line-height: 0px;
}

.gallery-icon {
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
}

.gallery-item .gallery-caption { 
	display: block;
	text-align: center;
    margin-bottom: 5px !important;
	font-size: 12px;
	line-height: 20px;
}

.gallery-item img {
	background: #ffffff;
	margin: 0 !important;
	width: 93%;
	padding: 3% !important;
	border: 1px solid #dfdfdf ! important;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.gallery-item img:hover {
	background: #dfdfdf;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.gallery-item a {
	float: left;
	margin:  0 0 2% 0!important;
	padding: 0 !important;
	line-height: 0;
	font-size: 1px;
	width: 98%;
}


/*-----------------------------------------------------------------------------------*/

/*	3.	Structure

/*-----------------------------------------------------------------------------------*/

#codilight {
	display: none;
}

.body-content {
	padding: 46px 0 0 0;
}

.wrapper {
	margin: 0 auto;
	width: 1180px;
	overflow: hidden;
}

#header {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
}

#main {
	float: left;
	display: block;
	width: 100%;
}

.main-content {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	display: block;
}

#content {
	float: left;
	width: 843px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 30px 0 30px 0;
}

#footer {
	margin: 0;
	display: block;
	width: 100%;
	float: left;
}

/*-----------------------------------------------------------------------------------*/

/*	4.	Header

/*-----------------------------------------------------------------------------------*/


/* Top Navigation
-------------------------------------------------------------------------------------*/


#top-navigation {
	background: #FFFFFF;
	height: 37px;
	position: fixed;
    top: 0;
    width: 1180px;
    z-index: 9999;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
}

.top-navigation-left {
	float: left;
	width: 900px;
}

.top-navigation-left ul {
	margin: 0 0 0 0;
	list-style: none;
}

.top-navigation-left ul li {
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 37px;
	font-weight: 600;
	padding: 0 25px;
	height: 37px;
	border-right: 1px solid #222222;
	text-transform: uppercase;
}

.top-navigation-left ul li.deals {
	border-right: none;
	text-transform: none;
}

.top-navigation-left ul li a {
	color: #222222;
	text-decoration: none;
}

.top-navigation-left ul li a:hover {
	text-decoration: underline;
	color: #222222;
}

.top-navigation-right {
	float: right;
	width: 70px;
	margin: 0 15px 0 0;
}

.top-navigation-right .search-section {
	margin: 10px 0 0 0;
	width: 70px;
}

.top-navigation-right .search-section a.search-button {
	background: url("images/search-icon-form.png") no-repeat left top;
	width: 50px;
	height: 15px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 5px 0 0;
	display: block;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
	line-height: 18px;
}

.top-navigation-right .search-section a:hover.search-button {
	color: #222222;
	text-decoration: : none;
}

.top-navigation-right .search-hide-form {
	display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.top-navigation-right .search-hide-form .bg {
	background: #000000;
    height: 100%;
    left: 0;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-hide-form #searchform {
	background: #ffffff;
	border: none;
    height: 50px;
    left: 50%;
    margin-left: -285px;
    margin-top: -25px;
    position: absolute;
    top: 30%;
    width: 570px;
    z-index: 9999;
}

.search-hide-form h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin: -35px 0 10px 95px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	position: absolute;
	z-index: 9999;
}

.search-hide-form #searchform input[type="text"] {
	width: 510px;
	height: 26px;
	text-transform: uppercase;
	color: #222222;
	padding: 12px 15px 12px 15px;
}

.search-hide-form #searchform input[type="submit"] {
	margin: 15px 0 0 0;
}


/* Logo
-------------------------------------------------------------------------------------*/


.logo {
	min-width: 250px;
	float: left;
	margin: 30px 0 0 0;
}

.custom-logo p {
	display: none;
}

.logo img { 
	max-width: 100%;
	height: auto;
	margin: 0; 
}

.logo h1 {
	font-size: 50px;
	line-height: 54px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.logo h1 a {
	color: #444444;
	text-decoration: none;
}

.logo h1 a:hover {
	opacity: 0.8;
}

.logo div a:hover {
	opacity: 0.8;
}

.logo p {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* Header Ads
-------------------------------------------------------------------------------------*/


.header-ads {
	float: right;
	width: 728px;
	line-height: 0;
	font-size: 0px;
	margin: 20px 0 25px 0;
}


/* Primary Menu
-------------------------------------------------------------------------------------*/


#primary-menu { 
	background: url("images/menu-bg.png") repeat-x;
	float: left;
	display: block;
	width: 100%;
	height: 54px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 999;
}

#primary-menu .primary {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0;
	position: relative;
}

#primary-menu ul {
	float: left;
	padding: 0;
	list-style: none;
	line-height: 55px;
}

#primary-menu ul a {
	display: block;
}

#primary-menu ul li {
	background: url(images/divider.png) no-repeat right top;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
}

#primary-menu ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-menu ul ul {
	position: absolute;
	top: -9999em;
	width: 250px; /* left offset of submenus need to match (see below) */
}

#primary-menu ul ul li { width: 100%; }

/*  Make sub menus appear -------------------------------------------------*/

#primary-menu ul li:hover ul,
#primary-menu ul li.sfHover ul {
	position: absolute;
	left: -1px;
	margin: 0 0 0 0; /* Added to push sub-menu down */
	top: 52px; /* match top ul list item height */
}

/* Hide all subs subs (4 levels deep) -------------------------------------*/

#primary-menu ul li:hover li ul,
#primary-menu ul li.sfHover li ul,
#primary-menu ul li li:hover li ul,
#primary-menu ul li li.sfHover li ul,
#primary-menu ul li li li:hover li ul,
#primary-menu ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) ---------------------------------*/

#primary-menu ul li li:hover ul,
#primary-menu ul li li.sfHover ul,
#primary-menu ul li li li:hover ul,
#primary-menu ul li li li.sfHover ul,
#primary-menu ul li li li li:hover ul,
#primary-menu ul li li li li.sfHover ul {
	left: 250px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ---------------------------------------------------------*/

#primary-menu ul li a {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	padding: 19px 23px 19px 25px;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
    	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99;
	 -webkit-transition: all 0 ease-out;
	-moz-transition: all 0 ease-out;
	-ms-transition: all 0 ease-out;
	-o-transition: all 0 ease-out;
}

#primary-menu ul li a i {
	margin-right: 3px;
}

#primary-menu ul a:hover,
#primary-menu ul li.sfHover > a:hover {
	background: url("images/menu-hover.png") repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 99;
	position: relative;
}

#primary-menu ul li:first-child a:hover {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#primary-menu ul li.sfHover > a,
#primary-menu ul li.current-cat > a,
#primary-menu ul li.current_page_item > a,
#primary-menu ul li.current-menu-item > a {
    color: #FFFFFF;
	text-decoration: none;
}

#primary-menu ul li.current-cat > a:hover,
#primary-menu ul li.current_page_item > a:hover,
#primary-menu ul li.current-menu-item > a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

/* 2nd level skin --------------------------------------------------------*/

#primary-menu ul ul {
	z-index: 9999;
	padding: 0;
	background: #222222;
	border: 1px solid #252525;
}

#primary-menu ul ul li {
	border-bottom: 1px solid #252525;
	padding: 10px 0;
	line-height: 22px;
	float: none;
	background: none;
}

#primary-menu ul ul li:first-child { 
	margin-top: 0; 
}

#primary-menu ul ul li:last-child { 
	border-bottom: none; 
}

#primary-menu ul ul li a {
    color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	padding: 2px 30px 2px 20px;
	margin: 0 0 0 0;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}

#primary-menu ul ul li.current-cat > a, 
#primary-menu ul ul li.current_page_item > a, 
#primary-menu ul ul li.current-menu-item > a { 
	border: none; 
	color: #FFFFFF;
}

#primary-menu ul ul li a:hover { 
	border: none; 
	color: #FFFFFF;
}

#primary-menu ul li.sfHover ul a { 
	border: none; 
}

#primary-menu ul li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow-2.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 14px;
	margin-right: 30px;
}

#primary-menu ul li.menu-item-ancestor a:hover {
	text-decoration: underline;
}

#primary-menu ul li.menu-item-ancestor ul a {
	background: none;
	padding-right: 24px;
}

#primary-menu ul li.menu-item-ancestor ul a:hover {
	text-decoration: underline;
}

#primary-menu .sub-menu li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 24px;
	margin: 0;
}

#primary-menu .sub-menu li.menu-item-ancestor a:hover {
	text-decoration: underline;
}

#primary-menu .sub-menu li.menu-item-ancestor li a {
	background-image: none;
	padding-right: 15px;
	margin: 0;
}


/* Search
-------------------------------------------------------------------------------------*/


#searchform { 
	border: 1px solid #DFDFDF;
    border-radius: 2px 2px 2px 2px;
    display: block;
 	float: left;
	margin: 0; 
}

#searchform input[type='text'] {
	float: left;
	border: medium none;
    box-shadow: none;
	color: #AAAAAA;
	width: 247px;
	font-size: 13px;
	line-height: 21px;
	outline: none;
	margin: 0;
	padding: 12px 11px;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

#searchform input[type='submit'] {
	background: url("images/search-icon-form.png") no-repeat center center;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin: 8px 5px 0 0;
    width: 14px;
}

#searchform input[type='submit']:hover {
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/

/*	5.	Content

/*-----------------------------------------------------------------------------------*/


.post-box {
	float: left;
	width: 100%;
}

/* Intro Text
-------------------------------------------------------------------------------------*/


#intro-text {
	background: url("images/intro-icon.png") no-repeat;
	height: 54px;
	padding: 0 0 0 63px;
	width: 1117px;
	margin: 0 0 30px 0;
}

#intro-text h2 {
	display: block;
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
	color: #12161c;
	margin: 0 0 3px 0;
}

#intro-text h2 span {
	color: #4784bb;
}

#intro-text h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #808081;
	text-transform: uppercase;
	margin: 0 0 0 0;
}


/* Single - Banner Ads
-------------------------------------------------------------------------------------*/


#top-banner-ads {
	margin: 0 0 30px 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

#top-banner-ads ul {
	list-style: none;
	margin: 0 0 0 0;
}

#top-banner-ads ul li {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	font-size: 1px;
	line-height: 1px;
}

#top-banner-ads ul li:last-child {
	margin: 0 0 0 0;
}

#top-banner-ads ul li img {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}


/* Metro Box
-------------------------------------------------------------------------------------*/


#metro-box {
	width: 100%;
	float: left;
	height: 535px;
	position: relative;
}

#metro-box .overview {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 3100px;
}

#metro-box .scrollbar {
    bottom: 0;
    float: right;
    position: absolute;
    width: 20px;
    z-index: 2;
}

#metro-box .track {
    background: #f0f3f4;
    height: 15px;
    padding: 0 1px;
    position: relative;
    width: 13px;
}

#metro-box .thumb {
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 13px;
}

#metro-box .thumb .end {
    height: 5px;
    overflow: hidden;
    width: 13px;
}

#metro-box .background-color {
    background-color: #38414a !important;
}

#metro-box .column {
	float: left;
	width: 1025px;
	margin: 0 5px 0 0;
}

#metro-box .column:last-child {
	margin: 0 0 0 0;
}

#metro-box .column .big-post {
	width: 681px;
	float: left;
	margin: 0 5px 5px 0;
}

#metro-box .column .big-post.last {
	width: 681px;
	float: left;
	margin: 0 0 0 0;
}

#metro-box .column .metro-content.color-2 {
	background: rgba(70, 162, 141, 0.8) ! important;
}

#metro-box .column .metro-content.color-3 {
	background: rgba(255, 216, 0, 0.8) ! important;
}

#metro-box .column .metro-content.color-4 {
	background: rgba(0, 200, 255, 0.8) ! important;
}

#metro-box .column .metro-content.color-5 {
	background: rgba(119, 209, 0, 0.8) ! important;
}

#metro-box .column .metro-content.color-7 {
	background: rgba(70, 162, 141, 0.8) ! important;
}

#metro-box .column .metro-content.color-8 {
	background: rgba(255, 216, 0, 0.8) ! important;
}

#metro-box .column .metro-content.color-9 {
	background: rgba(0, 200, 255, 0.8) ! important;
}

#metro-box .column .metro-content.color-10 {
	background: rgba(119, 209, 0, 0.8) ! important;
}

#metro-box .column .metro-content.color-12 {
	background: rgba(70, 162, 141, 0.8) ! important;
}

#metro-box .column .metro-content.color-13 {
	background: rgba(255, 216, 0, 0.8) ! important;
}

#metro-box .column .metro-content.color-14 {
	background: rgba(0, 200, 255, 0.8) ! important;
}

#metro-box .column .metro-content.color-15 {
	background: rgba(119, 209, 0, 0.8) ! important;
}

#metro-box .column .metro-content .metro-description h2 {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin: 0 0 0 0;
}

#metro-box .column .metro-content .metro-description .meta-info {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-size: 500;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	display: block;
	overflow: hidden;
}

#metro-box .column .big-post .featured-image {
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	width: 681px;
	height: 250px;
	position: relative;
	margin: 0 0 0 0;
}

#metro-box .column .big-post .featured-image img {
	width: 681px;
	height: 250px;
}

#metro-box .column .big-post .featured-image .metro-content {	
	-moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
	position: absolute;
	bottom: -62%;
	left: 0;
	background: rgba(250, 75, 42, 0.8);
	padding: 10px 15px;
	height: 230px;
}

#metro-box .column .big-post .featured-image:hover .metro-content {
	height: 230px;
	bottom: 0;
}

#metro-box .column .big-post .featured-image .metro-content .post-icon {
	background: url("images/post-icon.png") no-repeat;
	width: 41px;
	height: 41px;
	float: left; 
	margin: 0 15px 0 0;
}

#metro-box .column .big-post .featured-image .metro-content .metro-description {
	float: left;
	width: 595px;
}

#metro-box .column .big-post .featured-image .metro-content .metro-description .meta-info a {
	color: #ffffff;
	text-decoration: none;
}

#metro-box .column .big-post .featured-image .metro-content .metro-description .meta-info a:hover {
	color: #ffffff;
	text-decoration: none;
}

#metro-box .column .big-post .featured-image .metro-content .metro-description p.description {
	color: #ffffff;
	display: none;
}

#metro-box .column .big-post .featured-image:hover .metro-content .metro-description p.description {
	display: block;
}

#metro-box .column .big-post .featured-image .metro-content a.link {
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#metro-box .column .small-post {
	width: 338px;
	float: left;
	margin: 0 5px 0 0;
}

#metro-box .column .small-post.last {
	width: 338px;
	float: left;
	margin: 0 0 0 0;
}

#metro-box .column .small-post.first {
	width: 338px;
	float: left;
	margin: 0 5px 5px 0;
}

#metro-box .column .small-post.last.first {
	margin: 0 0 5px 0;
}

#metro-box .column .small-post .featured-image {
	width: 338px;
	height: 250px;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	position: relative
	margin: 0 0 0 0;
}

#metro-box .column .small-post .featured-image img {
	width: 338px;
	height: 250px;
}

#metro-box .column .small-post .featured-image .metro-content {	
	-moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
	position: absolute;
	bottom: -62%;
	left: 0;
	background: rgba(250, 75, 42, 0.8);
	padding: 10px 15px;
	height: 230px;
}

#metro-box .column .small-post .featured-image:hover .metro-content {
	height: 230px;
	bottom: 0;
}

#metro-box .column .small-post .featured-image .metro-content .post-icon {
	background: url("images/post-icon.png") no-repeat;
	width: 41px;
	height: 41px;
	float: left; 
	margin: 0 15px 0 0;
}

#metro-box .column .small-post .featured-image .metro-content .metro-description {
	float: left;
	width: 252px;
}

#metro-box .column .small-post .featured-image .metro-content .metro-description .meta-info a {
	color: #ffffff;
	text-decoration: none;
}

#metro-box .column .small-post .featured-image .metro-content .metro-description .meta-info a:hover {
	color: #ffffff;
	text-decoration: none;
}

#metro-box .column .small-post .featured-image .metro-content .metro-description p.description {
	color: #ffffff;
	display: none;
}

#metro-box .column .small-post .featured-image:hover .metro-content .metro-description p.description {
	display: block;
}

#metro-box .column .small-post .featured-image .metro-content a.link {
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Latest Reviews Text
-------------------------------------------------------------------------------------*/


h3.latest-review-text {
	font-weight: 400;
	font-size: 34px;
	line-height: 40px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf;
	margin: 25px 0 35px 0;
	display: inline-block;
}


/* App Game Reviews
-------------------------------------------------------------------------------------*/


.block {
	float: left;
	width: 843px;
	margin: 0 0 25px 0;
}

.block .hentry {
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 25px 0;
	display: block;
	overflow: hidden;
}

.block .hentry .post-content-right {
	float: left;
	width: 518px;
}

.block .hentry .post-content-right.review {
	float: left;
	width: 685px;
	margin: 0 0 0 0;
}


.block .hentry .post-header {
	position: relative;
}

.block .hentry .featured-image {
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 20px 0 0;
}

.block .hentry .featured-image img {
	width: 130px;
	height: 130px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.block .hentry .post-content-right {
	float: left;
	margin: 0 20px 0 0;
	width: 505px;
}

.block .hentry .post-content-right .title-index {
	width: 100%;
	display: block;
	overflow: hidden;
}

.block .hentry .post-content-right h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	margin: 0 15px 10px 0;
	float: left;
}

.block .hentry .post-content-right h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
}

.block .hentry .post-content-right h2.post-title a:hover {
	color: #4784BB;
	text-decoration: none;
}

.block .hentry .post-content-right span.app-update {
	float: left;
	font-family: 'Raleway',sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	background: #fa4b2a;
	padding: 2px 15px;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
}

.block .hentry .post-content-right span.app-update.Free {
	background: #022222;
}	

.block .hentry .post-content-right span.app-update.Price.Drop {
	background: #77d100;
}

.block .hentry .post-content-right span.app-update.Update {
	background: #6592d5;
}

.block .hentry .post-content-right p {
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #555555;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .post-content-right p {
	font-size: 15px;
	line-height: 27px;
	margin: 0 0 20px 0;
}

.block .hentry .buy-now-index {
	float: left;
	width: 150px;
	text-align: center;
}

.block .hentry .buy-now-index p {
	font-size: 55px;
	line-height: 55px;
	color: #38414a;
	font-weight: bold;
	margin: 5px 0 15px 0;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}

.block .hentry .buy-now-index a {
	margin: 0 0 0 0;
	background: #0c0f14;
	background: -webkit-gradient(linear, left top, left bottom, from(#363d46), to(#0c0f14));
	background: -webkit-linear-gradient(top, #363d46, #0c0f14);
	background: -moz-linear-gradient(top, #363d46, #0c0f14);
	background: -ms-linear-gradient(top, #363d46, #0c0f14);
	background: -o-linear-gradient(top, #363d46, #0c0f14);
	color: #ffffff;
	padding: 10px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}

.block .hentry .buy-now-index a:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.block .hentry a.read-more {
	display: inline-block;
	margin: 15px 0 0 0;
	background: #0c0f14;
	background: -webkit-gradient(linear, left top, left bottom, from(#363d46), to(#0c0f14));
	background: -webkit-linear-gradient(top, #363d46, #0c0f14);
	background: -moz-linear-gradient(top, #363d46, #0c0f14);
	background: -ms-linear-gradient(top, #363d46, #0c0f14);
	background: -o-linear-gradient(top, #363d46, #0c0f14);
	color: #ffffff;
	padding: 10px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}

.block .hentry a:hover.read-more {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/* Single Post
-------------------------------------------------------------------------------------*/


.block.loop-single .hentry {
	padding: 0 0 0 0;
	border-bottom: none;
}

.breadcrumbs {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 25px 0;
	display: block;
	overfolow: hidden;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.breadcrumbs a {
	color: #555555;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #4784BB;
	text-decoration: none;
}

.block.loop-single .hentry h1.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 25px 0;
}	

.block.loop-single .hentry .featured-image {
	width: 843px;
	height: 370px;
	margin: 0 0 20px 0;
}

.block.loop-single .hentry .featured-image img {
	width: 843px;
	height: 370px;
}

.block.loop-single .hentry .featured-image.news img {
	width: 843px;
	height: 370px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.block.loop-single .hentry .featured-image.video {
	width: 843px;
	height: 474px;
}

.block.loop-single .hentry .post-content {
	width: 843px;
	display: block;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.block.loop-single .hentry .post-content .post-content-left {
	width: 140px;
	float: left;
	margin: 0 50px 0 0;
}

.block.loop-single .hentry .post-content .post-content-left .post-tags {
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

.block.loop-single .hentry .post-content .post-content-left h4 {
	color: #44444;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.block.loop-single .hentry .post-content .post-content-left a {
	display: block;
	color: #777777;
	font-size: 11px;
	line-height: 19px;
	text-transform: none;
	text-decoration: none;
}

.block.loop-single .hentry .post-content .post-content-left a:hover {
	color: #777777;
	text-decoration: underline;
}

.block.loop-single .hentry .post-content .post-content-left .random-posts {

}

.block.loop-single .hentry .post-content .post-content-left .random-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 653px;	
	float: left;
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 27px;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info {
	color: #C4C4C4;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-transform: none;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a {
	color: #4784BB;
    font-weight: 600;
    text-decoration: none;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a:hover {
	color: #4784BB;
    font-weight: 600;
    text-decoration: none;
}

.block.loop-single .hentry .post-content .meta-info {
	color: #C4C4C4;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-transform: none;
}

.block.loop-single .hentry .post-content .meta-info a {
	color: #4784BB;
    font-weight: 600;
    text-decoration: none;
}

.block.loop-single .hentry .post-content .meta-info a:hover {
	color: #4784BB;
    font-weight: 600;
    text-decoration: none;
}


/* Post Styling
-------------------------------------------------------------------------------------*/


.post-box ul {
	margin-left: 45px;
	list-style: square outside none;
}

.post-box ul li {
	margin-bottom: 10px;
}

.post-box ol {
	list-style: decimal outside none;
    list-style-position: inside;
}

.post-box ol li {
	margin-bottom: 10px;
}


/* Author
-------------------------------------------------------------------------------------*/


.author-wrap {
	border: 1px solid #dfdfdf;
	padding: 25px;
	margin: 0 0 30px 0;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.author-gravatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 25px 0 0;
	line-height: 1;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}

.author-gravatar img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}

.author-info {
	float: left;
	width: 621px;
}

.author-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #555555;
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

.author-title a {
	color: #555555;
	text-decoration: none;
}

.author-title a:hover, .author-title a:focus {
	color: #555555;
	text-decoration: none;
}

.author-description {
	display: block;
}

.author-description p {	
	margin: 0;
}


/* Related Posts
-------------------------------------------------------------------------------------*/


.related-posts {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dfdfdf;
}

.related-posts h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #222222;
	margin: 0 0 20px 0;
}

.related-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}

.block.loop-single .hentry .related-posts ul li {
	float: left;
	width: 264px;
	margin: 0 25px 0 0;
	overflow: hidden;
	position: relative;
}

.block.loop-single .hentry .related-posts ul li:last-child {
	margin-right: 0;
}

.block.loop-single .hentry .related-posts .featured-image {
	width: 264px;
	height: 140px;
	margin: 0 0 20px 0;
}

.block.loop-single .hentry .related-posts .featured-image img {
	width: 264px;
	height: 140px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}	

.block.loop-single .hentry .related-posts h4.related-article {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .related-posts h4.related-article a {
	color: #222222;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.block.loop-single .hentry .related-posts h4.related-article a:hover {
	color: #4784BB;
}

.block.loop-single .hentry .related-posts .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    line-height: 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.block.loop-single .hentry .related-posts .meta-category a {
	background: #4784BB;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}


/* Single Review
-------------------------------------------------------------------------------------*/


.single-review {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 35px 0;
}

.single-review .single-review-left {
	float: left;
	width: 175px;
	margin: 0 20px 0 0;
}

.block.loop-single .hentry .single-review .single-review-left .featured-image {
	width: 175px;
	height: 175px;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .single-review .single-review-left .featured-image img {
	width: 175px;
	height: 175px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.single-review .single-review-right {
	float: left;
	width: 648px;
}

.block.loop-single .hentry .single-review .single-review-right h1.post-title {
	font-size: 44px;
	line-height: 50px;
	width: 100%;
	margin: 0 0 5px 0;
	display: block;
	float: left;
}

.block.loop-single .hentry .single-review .single-review-right h1.post-title span {
	font-size: 18px;
}

.single-review .single-review-right .description-price {
	width: 100%;
	display: block;
	float: left;
}

.single-review .single-review-right .description-price .description {
	width: 240px;
	float: left;
	margin: 0 40px 0 0;
}

.single-review .single-review-right .description-price .description span {
	display: block;
	margin: 0 0 1px 0;
}

.single-review .single-review-right .description-price .price {
	width: 368px;
	float: right;
}

.single-review .single-review-right .description-price .price a:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.single-review .single-review-right .description-price .price .app-price {
	background: #ff981d;
	color: #ffffff;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 45px;
	line-height: 60px;
	margin: 0 0 10px 0;
	display: block;
	-webkit-border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

.single-review .single-review-right .description-price .price a.view-in-itunes {
	background: #2d8fdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#55b6ed), to(#2d8fdc));
	background: -webkit-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -moz-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -ms-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -o-linear-gradient(top, #55b6ed, #2d8fdc);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	width: 179px;
	height: 40px;
	float: left;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.single-review .single-review-right .description-price .price a.view-in-itunes-full {
	background: #2d8fdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#55b6ed), to(#2d8fdc));
	background: -webkit-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -moz-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -ms-linear-gradient(top, #55b6ed, #2d8fdc);
	background: -o-linear-gradient(top, #55b6ed, #2d8fdc);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	width: 100%;
	height: 57px;
	display: block;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 22px;
	line-height: 57px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.single-review .single-review-right .description-price .price a.download-free {
	background: #0c0f14;
	background: -webkit-gradient(linear, left top, left bottom, from(#363d46), to(#0c0f14));
	background: -webkit-linear-gradient(top, #363d46, #0c0f14);
	background: -moz-linear-gradient(top, #363d46, #0c0f14);
	background: -ms-linear-gradient(top, #363d46, #0c0f14);
	background: -o-linear-gradient(top, #363d46, #0c0f14);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	width: 179px;
	height: 40px;
	float: left;
	margin: 0 0 0 0;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.single-review-right .description-price .description span .review-badge-star {
	font-size: 20px;
	color: #ffc807;
}

.single-review-right .description-price .description span .review-badge-star i {
	color: #ffc807;
	margin: 0 1px;
}


/* Single Tabs
-------------------------------------------------------------------------------------*/


.block #single-tab {
	display: block;
}

.block #single-tab.uxde-tabs .uxde-tab {
    background: #FFFFFF;
    border: none;
    padding: 35px 0 0 0;
}

.block #single-tab.uxde-tabs ul.uxde-nav {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #38414a;
	height: 46px;
	overflow: hidden;
}

.block #single-tab.uxde-tabs ul.uxde-nav li {
	background: #38414a;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    height: 46px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.block #single-tab.uxde-tabs ul.uxde-nav li:hover {
	background: #ff981d;
}

.block #single-tab.uxde-tabs ul.uxde-nav li:first-child {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.block #single-tab.uxde-tabs ul.uxde-nav li:first-child:hover {
	background: #ff981d;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.block #single-tab.uxde-tabs ul.uxde-nav li.ui-tabs-active {
	background: #ff981d;
}

.block #single-tab.uxde-tabs ul.uxde-nav li a {
	background: none ! important;
	border: none ! important;
	height: auto;
	padding: 14px 17px 12px 17px;
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
   	font-weight: bold;
}

.related-apps {
	display: block;
	width: 100%;
	overflow: hidden;
}

.block.loop-single .related-apps ul {
	margin: 0 0 0 0;
	list-style: none;
}

.block.loop-single .related-apps ul li {
	float: left;
	margin: 0 23px 0 0;
	width: 100px;
}

.block.loop-single .related-apps ul li:last-child {
	margin: 0 0 0 0;
}

.block.loop-single .related-apps ul li .featured-image {
	width: 100px;
	height: 100px;
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
}

.block.loop-single .related-apps ul li .featured-image img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

.block.loop-single .related-apps ul li h4 {
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

.block.loop-single .related-apps ul li h4 a {
	color: #222222;
	text-decoration: none;
}

.block.loop-single .related-apps ul li h4 a:hover {
	color: #4784BB;
}

.block.loop-single .related-apps span.category {
    font-size: 13px;
    line-height: 13px;
}

.block.loop-single .related-apps span.price {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.block.loop-single .related-apps span {
    color: #999999;
    display: block;
    text-align: center;
}


/* Pages
-------------------------------------------------------------------------------------*/


.post-content-single {
	font-size: 15px;
	line-height: 27px;
}


/* Game Archives
-------------------------------------------------------------------------------------*/


#content.full-width .post-box-archives {
	width: 1200px;
}

#content.full-width .post-nav-archives {
	padding: 35px 0 0 0;
	border-top: 1px solid #dfdfdf;
}

.block.loop-app-game {
	float: fleft;
	width: 100px;
	min-height: 205px;
	margin: 0 20px 0 0;
}

.block.loop-app-game .hentry {
	padding: 0 0 25px 0;
	border-bottom: none;
}

.block.loop-app-game .hentry .featured-image {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 0 5px 0;
}

.block.loop-app-game .hentry .featured-image img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: : 20px 20px 20px 20px;
	-moz-border-radius: : 20px 20px 20px 20px;
	border-radius: : 20px 20px 20px 20px;
}

.block.loop-app-game h2.post-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 0 0;
	text-align: center;
}

.block.loop-app-game h2.post-title a {
	color: #222222;
	text-decoration: none;
}

.block.loop-app-game h2.post-title a:hover {
	color: #4784BB;
	text-decoration: none;
}

.block.loop-app-game span {
	display: block;
	text-align: center;
	color: #999999;
}

.block.loop-app-game span.category {
	font-size: 13px;
	line-height: 13px;
}

.block.loop-app-game span.price {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}


/* Archives
-------------------------------------------------------------------------------------*/


.post-box-archives {
	display: block;
	padding: 0 0 0 0;
	overflow: hidden;
}

.post-box-archives .block.news .post-content-front {
	width: 100%;
	float: left;
}

.post-box-archives .block.news .hentry .featured-image {
	float: left;
	width: 250px;
	height: 220px;
	margin: 0 30px 0 0;
}

.post-box-archives .block.news .hentry .featured-image img {
	width: 250px;
	height: 220px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.post-box-archives .block.news .hentry .post-content-right {
	float: left;
	width: 555px;
	margin: 0 0 0 0; 
}

.post-box-archives .block.news .hentry .meta-info {
	color: #999999;
	display: block;
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 21px;
	width: 100%;
	float: left;
}

.post-box-archives .block.news .hentry .meta-info a {
	color: #999999;
	text-decoration: none;
}

.post-box-archives .block.news .hentry .meta-info a:hover {
	color: #999999;
	text-decoration: underline;
}

.post-box-archives .block.news .hentry .post-content-front p {
	font-size: 15px;
	line-height: 27px;
}

.post-box-archives .breadcrumbs {
	margin: 0 0 25px 0;
}

.main-page-title {
	border-bottom: 1px solid #DFDFDF;
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 35px 0;
    padding: 0 0 20px 0;
}

.category-description {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.category-description p {
	margin: 0 0 0 0;
}

#post-nav-archives.post-nav-archives {
	display: block;
    float: left;
    margin: 0;
    padding: 5px 0 0 0;
    width: 100%;
}

.pagination-second a,
.pagination-second span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 18px 10px 18px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.pagination-second a {
	background: #4784BB;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination-second a:hover, .pagination-second a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination-second span {
	background: #4784BB;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination-second .current-second {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/* Search Page
-------------------------------------------------------------------------------------*/


.post-box-archives .block.search.news .hentry .featured-image {
	width: 175px;
	height: 175px;
}

.post-box-archives .block.search.news .hentry .featured-image img {
	width: 175px;
	height: 175px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

.post-box-archives .block.search.news .hentry .post-content-right {
	float: left;
	width: 635px;
	margin: 0 0 0 0; 
}


/* Navigation
-------------------------------------------------------------------------------------*/


#infscr-loading {
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

.load-more {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	background: #38414a;	
	padding: 15px 0;
	display: block;
	width: 843px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.load-more a {
	color: #ffffff;
	text-decoration: none;
}

.load-more a:hover {
	color: #ffffff;
	text-decoration: none;
}

#post-nav {  
	width: 100%;
	float: left;
	display: none;
	margin: 0;
	padding: 30px 0 40px 0;
}

#post-nav.post-nav-archives {
	display: block;
}

.pagination a,
.pagination span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 18px 10px 18px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.pagination a {
	background: #4784BB;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination span {
	background: #4784BB;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination .current {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/

/*	6.	Sidebar

/*-----------------------------------------------------------------------------------*/


/* Widgets
-------------------------------------------------------------------------------------*/


.widget {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

.widget:last-child {
	border-bottom: none;
}

.widget.uxde_ad125_widget {
	border-bottom: none;
	padding-bottom: 0;
}

.widget.Facebook_like {
	margin-bottom: 10px;
}

h3.widget-title {
	display: block;
	margin: 0 0 10px 0;
}

h3.widget-title {
	background: url("images/title-widget-icon.png") no-repeat left top;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	height: 37px;
	padding: 5px 0 5px 52px;
}

.widget p {
	color: #555555;
	font-size: 13px;
	line-height: 21px;
}

.widget ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.widget ul li a {	
	color: #4784BB;
	text-decoration: none;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.widget-section {}


/* Categories
-------------------------------------------------------------------------------------*/


#sidebar .uxde_categories_widget ul {
	margin: 0 0 0 2px;
}

#sidebar .uxde_categories_widget li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
	border: none;
	display: block;
	position: relative;
	padding: 0 0 8px 15px;
	margin: 0 0 8px 0;
}

#sidebar .uxde_categories_widget li:last-child {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

#sidebar .uxde_categories_widget li a {
	color: #555555;
	font-size: 13px;
	lin-height: 21px;
	text-decoration: none;
}

#sidebar .uxde_categories_widget li a:hover {
	text-decoration: underline;
}

#sidebar .uxde_categories_widget li span {
	background: #cacaca;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
	position: absolute;
	top: 0;
	right: 5px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}

#sidebar .uxde_categories_widget li:hover span {
	background: #4784BB;
}


/* Categories, Archives, Pages & Meta
-------------------------------------------------------------------------------------*/


#sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar .widget_meta li, #sidebar .widget_pages li {
    background: #f9f9f9;
	display: block;
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 0;
	border: none;
	padding: 10px 15px;
	margin: 0 0 1px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#sidebar .widget_categories li a , #sidebar .widget_archive li a, #sidebar .widget_meta li a, #sidebar .widget_pages li a {
	color: #555555;
	text-shadow: 1px 1px #FFFFFF;
	text-decoration: none;
}


#sidebar .widget_categories li a:hover, #sidebar .widget_archive li a:hover, #sidebar .widget_meta li a:hover, #sidebar .widget_pages li a:hover {
	color: #4784BB;
	text-shadow: 1px 1px #FFFFFF;
	text-decoration: none;
}


/* 125x125 Banners
-------------------------------------------------------------------------------------*/


.uxde_ad125_widget {
	margin: 0 0 15px 0;
}

.ads-125 ul {
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}

.ads-125 ul li {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 0 0 0;
	width: 125px;
	height: 125px;
	border: none;
}

.ads-125 ul li a img { 
	width: 125px;
	height: 125px;
	display: block;
	line-height: 1;
}

.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
}


/* Twitter Widget 
-------------------------------------------------------------------------------------*/


.uxde_tweet_widget ul li {
	border-bottom: 1px dotted #dfdfdf;
	padding: 0 0 12px 0;	
	margin: 0 0 12px 0;
}

.uxde_tweet_widget ul li span {
	font-size: 13px;
	line-height: 21px;
}

.uxde_tweet_widget ul li span a {
	color: #4784BB;
	font-size: 13px;
	line-height: 21px;
}

.uxde_tweet_widget ul li a {
	font-size: 11px;
	line-height: 19px;
	color: #555555;
	border-bottom: 1px solid #eaeaea;
}

a.twitter-link {
	float: right;
}


/* Flickr 
-------------------------------------------------------------------------------------*/


.flickr_badge_image {
	float: left;
	width: 62px;
	height: 62px;
	margin: 0 10px 10px 0;
}

.flickr_badge_image img {
	width: 62px;
	height: 62px;
}

.flickr_badge_image img:hover {
}


/* Calendar
-------------------------------------------------------------------------------------*/


.widget_calendar table {
	width: 100%;
	margin: 0 0 0 0;
	border: 1px solid #dfdfdf;
}

.widget_calendar table caption {
	border-bottom: 1px solid #DFDFDF;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px;
    margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.widget_calendar table > thead > tr {
	border: 1px solid #4784BB;
	color: #ffffff;
}

.widget_calendar tbody > tr > td {
    padding: 7px 0 8px;
    text-align: center;
    width: 14.2857%;
}

.widget_calendar table#wp-calendar thead > tr > th {
	background: #4784BB;
}

.widget_calendar th {
	padding: 7px 8px;
	text-align: center;
	border-right: 1px solid #ffffff;
}

.widget_calendar th:last-child {
	border: none;
}

.widget_calendar table > tbody > tr {
	border: 1px solid #dfdfdf;
}

.widget_calendar table > tbody > tr td {
	border-right: 1px solid #dfdfdf;
}

.widget_calendar table > tbody > tr td a {
	font-weight: bold;
	text-decoration: none;
}

.widget_calendar table > tbody > tr td#today {
	background: #4784BB;
	color: #ffffff;
}

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

.widget_calendar tfoot > tr {
	border-bottom: 1px #dfdfdf;
}

.widget_calendar #prev {
	text-align: left;
	font-weight: bold;
}

.widget_calendar #prev a {
	text-decoration: none;
}

.widget_calendar #next {
	text-align: right;
	font-weight: bold;
}

.widget_calendar #next a {
	text-decoration: none;
}

/* Optin Form
-------------------------------------------------------------------------------------*/


.uxde_newsletter_widget input[type="text"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 278px;
	display: block;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 2px; 
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.uxde_newsletter_widget input[type="email"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 278px;
	display: block;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 2px; 
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.uxde_newsletter_widget input[type="submit"] {
	background: #4784BB;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    padding: 9px 12px;
	margin: 0;
	border: none;
	display: inline;
	-webkit-border-radius: 1px; 
	   -moz-border-radius: 1px;
			border-radius: 1px;
}

.uxde_newsletter_widget input[type="submit"]:hover {
	background: #222222;
}

.uxde_newsletter_widget p {
	background: none ! important;
	margin-bottom: 17px;
}


/* Recent & Popular Posts
-------------------------------------------------------------------------------------*/


.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.uxde_posts_widget .post:last-child {
	margin: 0;
	padding: 0;
}
.uxde_popular_widget .post-title { margin: 0; }

.uxde_posts_widget .post-title,
.uxde_popular_widget .post-title {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.uxde_posts_widget .post-title a,
.uxde_popular_widget .post-title a {
	color: #222222;
	text-decoration: none;
}

.uxde_posts_widget .post-title a:hover,
.uxde_popular_widget .post-title a:hover {
	color: #4784BB;
}

.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post { 
	background: none;
    border-radius: 0;
    box-shadow: none;
	border: none;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.uxde_posts_widget .widget-post:last-child, 
.uxde_popular_widget .widget-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.uxde_posts_widget .widget-post .meta-category,
.uxde_popular_widget .widget-post .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.uxde_posts_widget .widget-post .meta-category a {
	background: #00C8FF;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.uxde_popular_widget .widget-post .meta-category a {
	background: #4784BB;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.uxde_posts_widget .widget-post .featured-image,
.uxde_popular_widget .widget-post .featured-image {
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	margin: 0 15px 5px 0;
	position: relative;
}

.uxde_posts_widget .widget-post span,
.uxde_popular_widget .widget-post span {
	color: #c4c4c4;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
}


/* Tabbed Widget
-------------------------------------------------------------------------------------*/


.widget .widget-tabs {
	float:left;
	padding: 0;
}

.tab_wrap {
	background: #FFFFFF;
	border: 1px solid #38414a;
	width: 298px;
	float: left;
}

.widget .widget-tab ul {
    float: left;
	margin: 0;
}

.widget .widget-tabs ul.drop {
	float:left;
	width:300px;
	height:45px;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.widget .widget-tabs ul.drop li a {
	font-family: 'Raleway', sans-serif;
	color: #38414a;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	padding: 13px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
}

.widget .widget-tabs ul.drop li a:hover {
	background: #38414a;
	color: #ffffff;
	text-decoration: none;
}

.widget .widget-tabs ul.drop li {
	float:left;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	border-bottom: 1px solid #38414a;
}

.widget .widget-tabs ul.drop li.ui-tabs-active a {
	background: #38414a;
	color: #ffffff;
}	

.widget .widget-tabs ul.drop li.tab_nav_1 {
	width:50%;
}

.widget .widget-tabs ul.drop li.tab_nav_2 {
	width:50%;
}

.widget .widget-tabs ul.nav{
	width:258px;
}

.widget .widget-tabs .widget-tab {
	float:left;
	padding:0;
	margin:0;
}

.widget .widget-tabs .widget-tab li {
    float: left;
    padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
   	width: 278px;
	border-bottom: none;
}

.widget .widget-tabs .widget-tab li:last-child {
	border-bottom: none;
}

.widget .widget-tabs .widget-tab li:last-child .featured-image {
    padding-bottom: 0;
	margin-bottom: 0;
}

.widget .widget-tabs .widget-tab li .widget-post {
	position: relative;
	padding: 0;
	margin: 0;
}

.widget .widget-tabs .widget-tab li .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.widget .widget-tabs .widget-tab li .meta-category a {
	background: #FA4B2A;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.widget .widget-tabs .widget-tab li .featured-image {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 10px 5px 0;
	padding: 0;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

.widget .widget-tabs .widget-tab li h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.widget .widget-tabs .widget-tab li h4 a {
	color: #222222;
	text-decoration: none;
}

.widget .widget-tabs .widget-tab li h4 a:hover {
	color: #4784BB;
	text-decoration: none;
}

.widget .widget-tabs .widget-tab li span {
    color: #C4C4C4;
    font-size: 13px;
    font-style: normal;
    line-height: 21px;
}

.widget .widget-tabs .widget-tab li .price-vote {
	display: block;
}

.widget .widget-tabs .widget-tab li span.app-price {
	background: #6592d5;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 10px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0 5px 0 0;
	float: left;
}

.widget .widget-tabs .widget-tab li span.date-review {
}

.ui-tabs .ui-tabs-hide {
    left: -10000px;
    position: absolute;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}


/*-----------------------------------------------------------------------------------*/

/*	7.	Comments

/*-----------------------------------------------------------------------------------*/


#comments {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.comment-header {
	color: #222222;
    overflow: hidden;
    position: relative;
	margin: 0 0 45px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.comment-header h3 {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #222222;
	margin: 0 0 0 0;
}	

.comment-header h3 a {
	color: #222222;
	text-decoration: none;
}

.comment-header h3 a:hover {
	color: #222222;
	text-decoration: none;
}

.comment-header ul {
    color: #7E7E75;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 32px;
}

.comment-header ul li a {
    float: left;
	padding: 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comment-header ul li a:hover {
	text-decoration: underline;
}

ol.commentlist {
	margin: 0 ! important;
	list-style: none ! important;
}

.comment-body {
    margin: 0 0 35px 0;
    overflow: hidden;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #DFDFDF;
    position: relative;
}

.comment-avatar {
	width: 75px;
}

.comment-body .avatar {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		    border-radius: 50px;
}

.comment-content {
	display: block;
	position: relative;
	margin: 0 0 0 95px;
}

.comment-meta {
	display: block;
}

.comment .vcard {
	margin: 0 20px 10px 0;
	position: relative;
	width: 75px;
	float: left;
}

.comment {
	margin: 0 0 35px 0;
}

.comment-body .fn {
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
    font-size: 18px;
	font-style: normal;
	line-height: 24px;
	display: block;
    padding: 0 0 15px 0;
}

.comment-body .fn a {
	color: #444444;
	text-decoration: none;
}

.comment-body .fn a:hover {
	color: #222222;
	text-decoration: none;
}

.comment-body time {
	display: inline-block;
	color: #d3d3d3;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}	

.comment-body time a {
	font-style: italic;
	font-weight: bold;
	color: #d3d3d3;
	text-decoration: none;
}

.comment-body time a:hover {
	font-weight: bold;
	color: #d3d3d3;
	text-decoration: none;
}

.comment-edit-link {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	display: inline;
}

a.comment-edit-link {
	color: #494949;
}

a:hover.comment-edit-link {
	color: #494949;
}

.reply-rate {
	display: block;
	width: 100%;
	position: relative;
}

.comment-reply-link {
    margin: 0;
}

a.comment-reply-link {
	color: #4784BB;
	text-decoration: none;	
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

a:hover.comment-reply-link {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

#allowed_tags,
.comment p {
	font-size: 14px;
	line-height: 22px;
	color: #474646;
	margin: 0 0 20px 0;
}

section.comment {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 0 0;
}

.comment .children {
	margin: 0;
}

.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 50px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 50px 0 0 0;
}

#respond h3 {
	color: #222222;
    font-family: 'Raleway',sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 20px 0;
}

form label {
	margin: 5px 0 3px 0;
	font-size: 14px;
	line-height: 20px;
}

form label.comment-field {
	display: block;
}

#respond input {
	background: #FFFFFF;
	display: block;
	margin-right: 1.33%;
	width: 51%;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond p.respond_desc {
	font-size: 12px !important;
}

#respond input#url {
	margin-right: 0;
}

#respond textarea {
	background: #FFFFFF;
	height: 230px;
	width: 817px;
	margin-top: 2px;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond #submit {
	font-family: 'Raleway',sans-serif;
	background: #4784BB;
	color: #FFFFFF;
	width: 300px;
	padding: 15px 0;
	border: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #222222;
	margin: 0;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}

.form-allowed-tags {
	display: none;
}

.comment-form-author {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-email {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-url {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-comment {
	font-weight: bold;
}

.form-submit {
	margin: 0 0 0 0;
}


/*-----------------------------------------------------------------------------------*/

/*	8.	Footer

/*-----------------------------------------------------------------------------------*/


/* Top App Games
-------------------------------------------------------------------------------------*/


#top-app-games {
	background: #f0f3f4;
	padding: 30px 0;
	margin: 40px auto 0 auto;
	min-width: 1180px;
	width: 100%;
	display: block;
	float: left;
}

#top-app-games h3 {
	font-size: 48px;
	line-height: 54px;
	font-weight: 300;
	color: #222222;
	margin: 0 0 30px 0;
	display: block;
}

.app-games-footer {
	background: url("images/app-divider.png") no-repeat left bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: block;	
	overflow: hidden;
}

.app-games-footer.last {
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.app-games-footer ul {
	margin: 0 0 0 0;
	list-style: none;
}

.app-games-footer ul li {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

.app-games-footer ul li:last-child {
	margin: 0 0 0 0;
}

.app-games-footer ul li .featured-image {
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 0 5px 0;
}

.app-games-footer ul li .featured-image img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.app-games-footer ul li h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
	display: block;
	text-align: center;
	color: #222222;
}

.app-games-footer ul li h4 a {
	color: #222222;
	text-decoration: none;
}

.app-games-footer ul li h4 a:hover {
	color: #4784BB;
	text-decoration: none;
}

.app-games-footer span {
	display: block;
	color: #999999;
	text-align: center;
}

.app-games-footer span.category {
	font-size: 13px;
	line-height: 13px;
}

.app-games-footer span.price {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.app-games-banner {
	background: url("images/app-divider.png") no-repeat left bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: block;	
	width: 100%;
	overflow: hidden;
}

.app-games-banner ul {
	margin: 0 0 0 0;
	list-style: none;
}

.app-games-banner ul li {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}

.app-games-banner ul li:last-child {
	margin: 0 0 0 0;
}

.app-games-banner ul li img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* Footer Widgets
-------------------------------------------------------------------------------------*/


#footer {
	border-top: 15px solid #dedfdf;
	background: #222222;
	color: #ffffff;
	width: 100%;
	float:left;
	min-width: 1180px;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
}

#footer .footer-widget {
	float: left;
	width: 416px;
}

#footer .footer-widget.last {
	width: 348px;
}

#footer .footer-widget.last .widget {
	width: 348px;
}

#footer .widget {
	float: left;
	width: 346px;
	margin: 0 70px 35px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

#footer .widget.last {
	margin: 0 0 30px 0;
}

#footer .widget h3.widget-title {
	background: none;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	border-bottom: none;
	padding: 0 0 0 0;
	margin: 0 0 35px 0;
	color: #ffffff;
}

#footer .widget a {
	color: #ffffff;
}

#footer .widget ul li {
	border-bottom: none;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#footer .widget ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}

#footer .widget ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .widget.socialicons_widget span {
	float: left;
	width: 65px;
	height: 55px;
	margin: 0 25px 0 0;
}

#footer .widget.socialicons_widget .google_widget span {
	margin: 0 0 0 0;
}

#footer .widget.uxde_posts_widget .featured-image {
	width: 348px;
	height: 180px;
	float: left;
	margin: 0 0 0 0;
	position: relative;
}

#footer .widget.uxde_posts_widget .featured-image img {
	width: 348px;
	height: 180px;
}

#footer .widget.uxde_posts_widget .featured-image a:hover img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content {	
	-moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(250, 75, 42, 0.8);
	padding: 10px 15px;
	display: inline-block;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content.color-2 {
	background: rgba(119, 209, 0, 0.8) !important;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content .post-icon {
	background: url("images/post-icon.png") no-repeat;
	width: 41px;
	height: 41px;
	float: left; 
	margin: 0 15px 0 0;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content .metro-description {
	float: left;
	width: 262px;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content .metro-description .meta-info {
	color: #FFFFFF;
    font-family: 'Raleway',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content .metro-description .meta-info a {
	color: #ffffff;
	text-decoration: none;
}

#footer .widget.uxde_posts_widget .featured-image .metro-content .metro-description .meta-info a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer .widget.uxde_posts_widget .metro-content .metro-description h2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin: 0 0 0 0;
}

#footer .widget.uxde_posts_widget .metro-content .metro-description h2 a {
	color: #ffffff;
	text-decoration: none;
}

/* Copyright
-------------------------------------------------------------------------------------*/


#copyright {
	font-family: 'Raleway', sans-serif;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	padding: 30px 0;
	width: 100%;
	float: left;
	min-width: 1180px;
}

#copyright p {
	margin: 0 0 0 0;
}

.copyright-left {
	float: left;
	width: 500px;
}

#copyright .copyright-left p {
	margin: 12px 0 0 0;
}

.copyright-right {
	float: right;
	width: 235px;
	text-align: right;
}

#copyright .copyright-right p.text {
	float: left;
	width: 165px;
	text-align: right;
	margin: 13px 10px 0 0;
}

.copyright-right .back-icon a {
	float: right;
	background: url("images/back-icon.png") no-repeat;
	width: 47px;
	height: 46px;
}


/*-----------------------------------------------------------------------------------*/

/*	9.	Page Templates

/*-----------------------------------------------------------------------------------*/


/* Full Width
-------------------------------------------------------------------------------------*/

#content.full-width {
	border-right: none;
	width: 100%;
	padding-right: 0;
}

#content.full-width .block.loop-single {
	width: 1131px;
	margin: 0 25px 0 25px;
}


/* Archives
-------------------------------------------------------------------------------------*/

.archive-lists h2 {
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #DFDFDF;
}

.archive-lists ul {
    margin: 0 0 40px 0;
	list-style: none:
	overflow: hidden;
}

.archive-lists ul.children {
	border-bottom: none;
	margin: 0 0 0 15px;
}

.archive-lists ul li {
	display: block;
	margin: 0 0 10px 0;
}

.archive-lists .recent-post-list {
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.archive-lists .popular-post-list {
	float: left;
	width: 47%;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .archive-lists ul li .widget-post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .featured-image {
    display: block;
    float: left;
    height: 80px;
    margin: 0 15px 5px 0;
    padding: 0;
    width: 100px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .featured-image img {
	height: 80px;
	width: 100px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 {
	font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 a {
	color: #222222;
	text-decoration: none;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 a:hover {
	color: #4784BB;
	text-decoration: none;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .meta-category {
    font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .meta-category a {
    background: #00C8FF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.archive-lists ul li .widget-post .meta-category a {
	color: #FFFFFF;
	text-decoration: none;
}

.archive-lists .archives {
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.archive-lists .categories {
	float: left;
	width: 47%;
	margin: 0 0 0 0;
}

.archive-lists .categories ul li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
    border: none;
    display: block;
    margin: 0 0 8px;
    padding: 0 0 8px 15px;
    position: relative;
}

.archive-lists .categories ul li a {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
}

.archive-lists .categories ul li a:hover {
	text-decoration: underline;
}

.archive-lists .categories ul li span {
    background: #CACACA;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
    position: absolute;
    right: 5px;
    top: 0;
}

.archive-lists .categories ul li:hover span {
	background: #4784BB;
}

.archive-lists .archives ul li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
    border: none;
    display: block;
    margin: 0 0 8px;
    padding: 0 0 8px 15px;
    position: relative;
}

.archive-lists .archives ul li a {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
}

.archive-lists .archives ul li a:hover {
	text-decoration: underline;
}

.archive-lists .archives ul li span {
    background: #CACACA;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
    position: absolute;
    right: 5px;
    top: 0;
}

.archive-lists .archives ul li:hover span {
	background: #4784BB;
}


/* 404 Page
-------------------------------------------------------------------------------------*/


.error-search {
	padding: 0 0 50px 0;
	margin: 0 0 60px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.error-search #searchform {
	border: 1px solid #dfdfdf;
	width: 796px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.error-search #searchform input[type="text"] {
	width: 746px;
	border: none;
	-webkit-border-radius: 0 0 0 0 ! important;
	   -moz-border-radius: 0 0 0 0 ! important;
			border-radius: 0 0 0 0 ! important;
}


/* Pop up
-------------------------------------------------------------------------------------*/

#bgDiv {background-color: #000000;height: 100%;left: 0;opacity: 0.6;position: fixed;top: 0;width: 100%;filter:alpha(opacity=60);}
#outer {height: 420px;position: fixed;width: 750px;-moz-border-radius:3px;-moz-box-shadow: 0 0 40px 5px #000000;-webkit-border-radius:3px;background-color: #333333;border: 10px solid #FFFFFF;z-index:1000;}
#outer dt{position:absolute;right:-25px;top:-30px;z-index:1000;cursor:pointer;}

#outer dt a{border-bottom:none;cursor:pointer;}