/*

WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
PLEASE DO NOT EDIT STYLE.CSS OR ANY OTHER THEME FILES OR
TEMPLATES DIRECTLY. IF YOU DO, YOUR CUSTOMIZATIONS WILL BE LOST
AS SOON AS YOU UPDATE GAMELEON. USE CUSTOM CSS FROM THEME OPTIONS
*/


/*
	RESET CSS
	normalize.css v3.0.1 | MIT License | git.io/normalize */
	/* -------------------------------------------------------------- */

	html {
		font-family: sans-serif;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section,
	summary {
		display: block;
	}

	audio,
	canvas,
	progress,
	video {
		display: inline-block;
		vertical-align: baseline;
	}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	[hidden],
	template {
		display: none;
	}

	a {
		background: transparent;
	}

	a:active,
	a:hover {
		outline: 0;
	}

	abbr[title] {
		border-bottom: 1px dotted;
	}

	b,
	strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}

	mark {
		background: #ff0;
		color: #000;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		border: 0;
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 48px;
	}

	hr {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}

	button {
		overflow: visible;
	}

	button,
	select {
		text-transform: none;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input {
		line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
	}

	optgroup {
		font-weight: bold;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	td,
	th {
		padding: 0;
	}

/*	MEDIA PRINT
-------------------------------------------------------------- */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}


/*	MARGINS & PADDINGS
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
address,
blockquote {
	margin: 0 0 10px;
}

table,
form {
	margin: 0;
}
th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 1em 1em 0.3em;
	margin: 30px 0;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0;
	padding-left: 2.0em;
}

ul.post-categories,
ol.post-categories {
	margin: 0;
	padding-left: 0!important;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/*	RETINA (HiDPI) DISPLAY
http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}

/*	HORIZONTAL RULE
-------------------------------------------------------------- */
hr {
	background: #EEE;
	border: none;
	clear: both;
	color: #EEE;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #fff;
	color: #fff;
}


/*	IE FORMS
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/*	IE6 NOTICE
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/*	TABLES
-------------------------------------------------------------- */
th,
td,
table {
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

/*	LISTS
-------------------------------------------------------------- */
ul {
	list-style-type: square;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/*	BASE CSS
-------------------------------------------------------------- */

body {
  direction: rtl;
  unicode-bidi: embed;
}

.timestamp,
.tag-links a,
.post-meta a,
.breadcrumb a,
.navigation a,
.logged-in-as a,
.breadcrumb-current,
.comment-body .comment-meta a {
 direction: rtl;
 unicode-bidi: embed;
}

html {
	height: 100%;
}

body {
	background:#444;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #4B4B4B;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	text-rendering: optimizeLegibility;
}

body.td-smooth-scrollbar {
	overflow-y: hidden;
}

p {
	word-wrap: break-word;
}

.formembedtext {
	font-size:11px;
	color:#666;
	width:950px;
	min-height:52px;
	overflow:hidden;
	font-family:tahoma;
	border:none
}

.formembed {
	margin:0 0 5px
}

/*	RESPONSIVE IMAGES
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/*	RESPONSIVE VIDEOS
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*	RESPONSIVE EMBEDS/OBJECTS
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/*	LINKS
-------------------------------------------------------------- */
a {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}

::selection {
	background:#FF3C1F;
	text-shadow: none;
	color:#fff
}

::-moz-selection {
	background:#FF3C1F;
	color:#fff
}

::-webkit-selection {
	background:#FF3C1F;
	color:#fff
}

/*	FORMS
-------------------------------------------------------------- */
label {
	display: block;
	font-weight: 700;
	margin: 15px 0px 5px;
	width: auto;
}
}



legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
	-moz-box-sizing: border-box;
	background-color: #f9f9f9;
	box-sizing: border-box;
	border: 1px solid #EEE;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
	color: #555;
	font-size: 14px;
}

select {
	height: auto;
	width: 100%;
	background-color: #f9f9f9;
}

area,
textarea {
	padding: 8px 10px;
	width: 100%;
	border: 1px solid #EEE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f9f9!important;
	margin: 0;
	height: auto;
	border-radius: 0px;
	vertical-align: middle;
	font-weight: normal;
	overflow: auto;

}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #DDE1EF;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

* {
	margin:0;
	padding:0
}

a {
	text-decoration:none;
	color:#444;
}

a:hover {
	text-decoration:underline
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	color:#444;
	font-weight: 400;
}

.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
	line-height: 0;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #wrapper,
.ie7 .widget-wrapper{
	zoom: 1;
}

.clear {
	clear: both;
}


/*	GAMELEON RESPONSIVE GRID SYSTEM
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.857142857142857%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.857142857142857%;
	padding-top: 0;
}

.col-70,
.col-160,
.col-250,
.col-340,
.col-430,
.col-520,
.col-610,
.col-700,
.col-790,
.col-880,
.col-970 {
	display: inline;
	margin-right: 1.886792452830189%;
}

.col-70 {
	width: 6.60377358490566%;
}

.col-160 {
	width: 15.09433962264151%;
}

.col-250 {
	width: 23.58490566037736%;
}

.col-340 {
	width: 32.07547169811321%;
}

.col-430 {
	width: 40.56603773584906%;
}

.col-520 {
	width: 49.05660377358491%;
}

.col-610 {
	width: 57.54716981132075%;
}

.col-700 {
	width: 66.0377358490566%;
}

.col-790 {
	width: 74.52830188679245%;
}

.col-880 {
	width: 83.0188679245283%;
}

.col-970 {
	width: 91.50943396226415%;
}

.col-1060 {
	width: 100%;
}

.rtl-fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.col-700 .col-70 {
	width: 13.59516616314199%;
	margin-right: 0.7552870090634441%;
}

.col-700 .col-160 {
	width: 22.85714285714286%;
}

.col-700 .col-250 {
	width: 35.71428571428571%;
}

.col-700 .col-340 {
	margin-right: 2.857142857142857%;
	width: 48.57142857142857%;
	margin-bottom: 0;
}

.col-700 .col-430 {
	width: 61.42857142857143%;
}

.col-700 .col-520 {
	width: 74.28571428571429%;
}

.col-700 .col-610 {
	width: 871.4285714285714%;
}

.grid-image.col-70:nth-child(7n+7) {
	margin-right:0;
}

/*	MAIN WRAPPERS
-------------------------------------------------------------- */
#container {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
	box-shadow:0 0 25px 0 rgba(0,0,0,0.9);
	-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,0.9);
	-moz-box-shadow:0 0 25px 0 rgba(0,0,0,0.9);
	-o-box-shadow:0 0 25px 0 rgba(0,0,0,0.9);
}

#container,
.msie-box {
	max-width: 1100px;
}

#wrapper-content {
	background-color: #FFF;
	clear: both;
	margin: 0 20px;
	padding: 0;
	max-width: 1060px;
	position: relative;
	overflow: hidden;
}

#main-wrapper {
/*	width: 100%;
	overflow:hidden;
	display: inline-block;
	margin:0 auto;
	clear: both;
	margin: 0px 0px 40px;
	border:1px solid #DDE1EF;*/
}

#homepage-wrap,
#main-wrapper,
#content,
#widgets  {
	/*margin-top: 40px;*/
}

#main-wrapper-full {
	max-width:1060px;
	width: 100%;
	overflow:hidden;
	display: block;
	margin:0 auto;
	clear: both;
	margin: 0 0 40px;
	border:1px solid #DDE1EF;
}

#dummy-widget {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0;
	border: 1px solid #DDE1EF;
	width: auto;
}

#dummy-widget .widget-title {
	margin: 0!important;
}


/*	HEADER
-------------------------------------------------------------- */
#header {
	margin: 0 0 40px;
	clear: both;
	max-width: 1100px;
	width: 100%;
	z-index: 1;
	position: relative;
	display: block;
}

#boxed-slider-wrap,
#logo-full {
	margin: 0 20px;
	max-width: 1060px;
	width: 100%;
}

.header-inner {
	text-align: justify;
	padding: 2em 0%;
	display: inline-block;
	max-width: 1060px;
	width: 100%;
	height: 9.7em;
	margin: 0 20px;
}

.header-inner h1 {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header-inner h1 {
	margin: 0px auto 0px -4px;
	text-decoration: none;
}

.header-inner h1 a {
	text-decoration: none;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: #FF3C1F;
	padding: 9px 18px;
}

.header-inner:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.header-inner .td-desktop,
.header-inner #logo, {
	display: inline-block;
	vertical-align: middle;
}

.header-inner-ad-only {
	margin: 40px auto;
	text-align: center;
	vertical-align: middle;
}


#logo {
	display: inline-block;
	height: 100%;
	margin: 0px auto 0px -3px;
}

#logo-full {
	margin: 0 20px;
	text-align: center;
	vertical-align: middle;
}

#logo:before,
.header-inner h1:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#logo img{
	max-width: 250px;
	width: auto;
}


.site-name {
	display: block;
	font-size: 2.3em;
	padding-top: 30px;
	line-height: 1.6em;
}

.site-name a {
	color: #4B4B4B;
	font-weight: 700;
	text-decoration: none;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
}

/*	TOP MENU
-------------------------------------------------------------- */

.top-menu-wrap {
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
}

.top-menu {
	border-bottom:4px solid #FF3C1F;
	background-color: #242424;
	padding: 0px 20px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
}

.top-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.top-menu li a {
	color: #fff;
	padding: 0 7px 0 12px;
	font-weight: normal;
	transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-opacity:0.4;
	opacity: 0.7;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
}

.top-menu li a:before {
	background-color: #ddd;
	opacity: 0.4;
	position: absolute;
	top: 13px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: '';
	height: 10px;
	width: 1px;
}

.top-menu li:first-child a:before {
	display: none;
}

.top-menu > li:first-child > a {
	padding: 0 7px 0 0;
}

.top-menu li a:hover {
	opacity:100;
}

/*	HEADER SEARCH BOX
-------------------------------------------------------------- */
#navigation-bar #header-search .td-widget-search-input {
	width: 69%;
}

#navigation-bar #header-search {
	float: right;
	margin: 0 auto;
	height: 32px;
	line-height: 100%;
}

#navigation-bar #header-search input[type="submit"] {
	font-family: 'FontAwesome';
	color: #888;
	vertical-align: middle;
	border-right: 1px solid #5E5D5D;
	font-size: 16px;
	opacity: 0.5;
	background-color: #222;
}

#navigation-bar #header-search #searchform input[type="text"] {
	-o-transition:width .7s;
	-webkit-transition:width .7s;
	-moz-transition:width .7s;
	transition:width .7s;
	width: 100px;
	background-color: #222;
	border-width: medium medium medium 1px;
	border-style: none none none solid;
	border-color: #757575;
	color: #fff;
	opacity: 0.4;
	height: 34px;
}

#navigation-bar #header-search #searchform input[type="text"]:hover {
	width:200px;
}

#mobile-search {
	display: none;
}

/*	ACCESSIBILITY
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}


/*	MAIN MENU
-------------------------------------------------------------- */
#wrapper-menu {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}


.sticky-wrapper.is-sticky #wrapper-menu {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
}

body.admin-bar .sticky-wrapper.is-sticky #wrapper-menu {
	top: 32px !important;
}

#wrapper-menu-sticky-wrapper {
	height: auto!important;
}

.menu {
	background: none repeat scroll 0 0 #242424;
	clear: both;
	margin: 0 auto;
	max-height: 60px;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li a {
	color: #fff;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
	min-width: 15em;
	width: auto;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #444;
	text-decoration: none;
}

.menu a {
	outline: none;
	cursor: pointer;
	display: block;
	height: 60px;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	line-height: 60px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.menu a,
ul.menu > li {
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.menu a:hover {
	background-color: #FF3C1F;
	color: #fff;
}

.menu a:hover,
.menu a:focus,
.menu a:active {
	outline:none;
}

ul.menu > li:hover {
	color: #fff;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: #FF3C1F;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #FF3C1F;
}

.sub-menu .current-menu-item,
.sub-menu .current_page_item a,
.sub-menu .current-menu-item a {
	background-color: #242424 !important;
	color: #fff;
}

.sub-menu .current-menu-item li a {
	background-color: #fff !important;
	color: #444;
}

.menu li li {
	background: #fff;
	color: #444;
	margin: 0;
	width: auto;
}

.menu li li a {
	background-color: #fff !important;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
	white-space: nowrap;
	text-transform: none;
}

.menu li li a:hover {
	background: #242424 !important;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.menu li li:hover {
	background: #242424 !important;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li > a:after {
	padding-left: 0.5em;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f107";
	font-family: 'FontAwesome';
	vertical-align: middle;
	speak: none;
}

.menu li > a:only-child:after {
	content: '';
	padding-left: 0;
}

.sub-menu li > a:after {
	position: absolute;
	right: 0.5em;
	font-family: 'FontAwesome';
	line-height: 40px;
	content: '\f105';
	speak: none;
}

.menu-widget .sub-menu li > a:after {
	content: '';
}

.menu-widget .sub-menu .current_page_item a,
.menu-widget .sub-menu .current-menu-item a {
	background-color: transparent !important;
}

.sub-menu li > a:only-child:after {
	content: '';
}

.menu a#mobile_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}

.widget ul.sub-menu {
	border: none;
}

/*	CUSTOM MOBILE MENU TITLE
-------------------------------------------------------------- */
.custom-mobile-menu-title {
	display: none;
}

/*	MENU SHADOW
-------------------------------------------------------------- */

.td-wrapper-box {
	width: 100%;
	background: none repeat scroll 0% 0% #FFF;
	margin: 0px auto;
}

.td-shadow {
	position: relative;
}

.td-shadow:after, .td-shadow:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 0;
	max-width:300px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.td-shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*	TABS
-------------------------------------------------------------- */
.widget-wrapper.widget_tigu_tabs_widget {
	padding: 0;
}

.homepage-block-tabs .dark-cover {
	-webkit-box-shadow: 0px -55px 30px -50px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0px -55px 30px -50px inset;
	box-shadow: 0px -55px 30px -50px inset;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


#td-home-tabs .tabs-wrapper {
	margin: 0 0 12px;
}

.homepage-block-tabs {
	margin: 17px;
	width:100%;
}

.homepage-block-tabs h2,
.homepage-block-tabs h2 a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 5px 5px;
	text-shadow: 1px 1px 1px #000;
}

.homepage-block-tabs .grid-image {
	width: 21.77650429799427%;
	z-index: 1;
	margin-right: 2.578796561604585%;
}

#td-home-tabs .tabs-wrapper .tabs {
	width:100%;
	display:inline-block;
}

#td-home-tabs .tabs-wrapper .tabs ul {
	padding: 0;
	border-bottom: 1px solid #DDE1EF;
	background-color: #F9F9F9;
}

#td-home-tabs .tabs-wrapper .tab-links:after {
	display:block;
	clear:both;
	content:'';
}

#td-home-tabs .tabs-wrapper .tab-links li {
	margin:0;
	float:left;
	list-style:none;
}

#td-home-tabs .tabs-wrapper .tab-links a {
	display:inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: normal;
	background: #F9F9F9;
	cursor: pointer;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

#td-home-tabs .tabs-wrapper .tab-links a:hover {
	background:#242424;
	text-decoration:none;
	color: #fff;
}

#td-home-tabs .tabs-wrapper li.active a,
#td-home-tabs .tabs-wrapper li.active a:hover {
	background-color:#FF3C1F;
	color:#fff;
}

#td-home-tabs .tabs-wrapper .tab-content {
	z-index: 2;
	width: 100%;
}

#td-home-tabs .tabs-wrapper .tab {
	display:none;
}

#td-home-tabs .tabs-wrapper .tab.active {
	display:block;
}


/*	SOCIAL TABS
-------------------------------------------------------------- */
#td-social-tabs .tabs-wrapper {
	margin: 0 auto;
}

#td-social-tabs .tabs-wrapper .tabs {
	width:100%;
	display:inline-block;
}

#td-social-tabs .tabs-wrapper .tabs ul {
	padding: 0;
	border-bottom: 1px solid #DDE1EF;
	background-color: #F9F9F9;
}

#td-social-tabs .tabs-wrapper .socialtabs .tab-content {
	z-index: 2;
	width: 100%;
	margin: 20px 0 0;
}

#td-social-tabs .tabs-wrapper .socialtabs {
	width:100%;
	display:inline-block;
}

#td-social-tabs .tabs-wrapper li.active a,
#td-social-tabs .tabs-wrapper li.active a:hover {
	background-color:#FF3C1F;
	color:#fff;
}

#td-social-tabs .tabs-wrapper .socialtabs ul {
	padding: 0;
	border-bottom: 1px solid #DDE1EF;
	background-color: #F9F9F9;
	margin: -20px -19px 0 -19px;
}

#td-social-tabs .socialtabs .tab-links:after {
	display:block;
	clear:both;
	content:'';
}

#td-social-tabs .socialtabs .tab-links li {
	margin:0;
	float:left;
	list-style:none;
}

#td-social-tabs .socialtabs .tab-links a {
	display:inline-block !important;
	text-transform: uppercase;
	padding: 10px !important;
	font-weight: normal;
	background: #F9F9F9;
	cursor: pointer;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

#td-social-tabs .socialtabs .tab-links a:hover {
	background:#242424;
	text-decoration:none;
	color: #fff;
}

#td-social-tabs .tabs-wrapper .tab-content {
	z-index: 2;
	width: 100%;
}

#td-social-tabs .tabs-wrapper .tab {
	display:none;
}

#td-social-tabs .tabs-wrapper .tab.active {
	display:block;
}

/*	GAME TABS
-------------------------------------------------------------- */
#td-game-tabs.col-1060 {
	margin-bottom: 0;
}

#gametabs .gametab-content {
	z-index: 2;
	display: inline-block;
}

#gametabs #tab1,
#gametabs #tab3 {
	margin: 20px;
}

#gametabs .review-box {
	border: none;
	margin: 0;
}

#gametabs {
	margin: 0 auto;
}

#gametabs {
	width:100%;
	display:inline-block;
	background-color: #fff;
}

#gametabs ul {
	padding: 0;
	border-bottom: 1px solid #DDE1EF;
	background-color: #F9F9F9;
}

#gametabs .tab-links:after {
	display:block;
	clear:both;
	content:'';
}

#gametabs .tab-links li {
	margin:0;
	float:left;
	list-style:none;
}

#gametabs .tab-links a {
	display:inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: normal;
	background: #F9F9F9;
	cursor: pointer;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

#gametabs .tab-links a:hover {
	background:#242424;
	text-decoration:none;
	color: #fff;
}

#gametabs li.active a,
#gametabs li.active a:hover {
	background-color:#242424;
	color:#fff;
}

#gametabs .tab-content {
	z-index: 2;
	width: 100%;
	padding: 20px;
}

#gametabs .tab {
	display:none;
}

#gametabs .tab.active {
	display:block;
}


/*	LOGIN TABS
-------------------------------------------------------------- */
.nd_login_widget {
	margin: -20px -19px;
}

ul.nd_tabs {
	background-color:#F9F9F9;
	list-style:none!important;
	overflow:hidden;
	zoom:1;
	max-height: 37px;
	border-bottom:1px solid #DDE1EF;
	padding: 0 !important;
}

ul.nd_tabs li {
	border-right: 1px solid #DDE1EF;
	display: inline-block;
	float: left;
}


ul.nd_tabs li:last-child {
	border: medium none;
}

ul.nd_tabs li:hover {
	background-color:#FF3C1F;
}

ul.nd_tabs li a {
	text-align: center;
	outline: medium none;
	color: #444;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Oswald",sans-serif;
	text-decoration: none;
	line-height: 37px;
	float: left;
	padding: 0 10px !important;
}

ul.nd_tabs li a:hover,
ul.nd_tabs li.active a:hover {
	color:#fff !important;
}

ul.nd_tabs li.active {
	background-color:#FF3C1F;
}

ul.nd_tabs li.active a {
	color:#fff;
}

/*	LOGIN BOX
-------------------------------------------------------------- */

form.nd_form ul.errors, form.nd_form ul.messages {
	margin: 0 !important;
	border:none;
	padding:0 0 5px 0;
	list-style: none !important;
}

form.nd_form ul.errors li, form.nd_form ul.messages li {
	border: 1px solid;
	margin: 5px 0 6px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 13px;
}

form.nd_form ul.messages li {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/success.png');
}

form.nd_form ul.errors li {
	color: #9d7b11;
	background-color: #ffe69c;
	background-image: url('../img/errors.png');
}

form.nd_form, div.nd_logged_in {
	padding: 18px;
}

form.nd_form h2,
div.nd_logged_in h2,
form.nd_form h3,
div.nd_logged_in h3 {
	margin-top: 0;
	clear: none;
}

form.nd_form p {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	clear: both;
}

form.nd_form p a {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -0.05em;
	color: #666666;
}

form.nd_form p a.forgotten {
	float: right;
	padding: 18px 0 0 0;
	margin: 20px 0px -9px !important;
	text-transform: none;
	font-family: 'Trebuchet MS';
}

div.nd_logged_in .avatar {
	float: right;
}

div.nd_logged_in .photo  {
	float: right;
}

form.nd_form label {
	display: block;
	color: #666666;
	text-transform:uppercase;
	margin-bottom:5px;
	font-family:'Trebuchet MS';
}

form.nd_form label.hidden {
	visibility: hidden;
}

form.nd_form input.text {
	border:1px solid #DDE1EF;
	background: #f9f9f9 url(../images/input.png) repeat-x top left;
	color: #666666;
	font-size: 14px;
	padding: 8px 2% 8px;
	width: 100%;
	margin: 0;
	outline: 0;
}

form.nd_form input.text:focus {
	background: #f0f0f0;
}

form.nd_form p.column {
	float: left;
	width: 44%;
	padding-right: 5px;
	clear: none;
}

form.nd_form p.column-alt {
	margin-right: 0;
	float: right;
}

form.nd_form p.column input {
	padding: 5px 3% 5px;
	width: 94%;
}

.nd_logged_in p {
	margin: 0;
}

.td-admin-links {
	clear: both;
	margin: 15px 0 0;
}

.nd_logged_in ul.links {
	margin: 0 auto;
	list-style: none outside;
	zoom: 1;
	display: inline-block;
}

.nd_logged_in ul.links li {
	border:none !important;
	display: inline-block;
}

ul.links li a {
	padding: 4px 10px !important;
}

.td-admin-links .links li a {
	background: #FF3C1F;
	padding: 4px 9px;
	text-decoration: none;
	font-size: 13px;
	font-family:'Trebuchet MS';
	display: inline-block;
	margin: 0 auto;
	color: #fff !important;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}


.nd_recently_viewed .links li a {
	background: #FF3C1F;
	padding: 3px 9px!important;
	text-decoration: none;
	font-size: 13px;
	font-family:'Trebuchet MS';
	display: inline-block!important;
	color: #fff !important;
	margin: 0 3px 3px 0 !important;
}

.nd_logged_in ul.links li a:hover {
	background-color: #242424;
}

.nd_logged_in .count {
	color: #FF3C1F;
	padding: 0 3px 0 0;
	font-size: 1.4em;
	font-style: italic;
	font-family: Georgia, Times, Serif;
}

.nd_logged_in hr {
	border: 0;
	margin: 0 0 10px;
	padding: 0;
}

form.nd_form input.button {
	font-size: 13px;
	font-family: 'Trebuchet MS';
	display: inline-block;
	font-weight: bold;
	padding: 3px 13px;
	margin: 20px 0px -9px;
	color: white !important;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border:none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #FF3C1F;
}

form.nd_form input.button:hover {
	text-decoration: none !important;
	background: #242424;
}

form.nd_form input.button:active  {
	border-color: #20559a;
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3), 0 1px 0 hsla(0, 100%, 100%, 1);
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3), 0 1px 0 hsla(0, 100%, 100%, 1);
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3), 0 1px 0 hsla(0, 100%, 100%, 1);
}

/*  FLY-IN EFFECT
---------------------------------------------------------------*/
.already-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-animation: none;
	-moz-animation: none;
	opacity: 1;
}

@-webkit-keyframes flyIn{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		transform:translateY(40px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}

}

@keyframes flyIn{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-ms-transform:translateY(40px);
		transform:translateY(40px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}

}

.td-fly-in-effect {
	-webkit-animation-name:flyIn;
	animation-name:flyIn;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

/*	CHECKLIST & BAD LIST SHORTCODE
-------------------------------------------------------------- */
.checklist li {
	list-style-type: none;
}

.checklist li:before {
	font-family: 'FontAwesome';
	color: #57A911;
	font-size: 14px;
	content: '\f046';
	left: 100%;
	margin-right: 5px;
}

.badlist li {
	list-style-type: none;
}

.badlist li:before {
	font-family: 'FontAwesome';
	color: #FF3C1F;
	font-size: 14px;
	content: '\f046';
	left: 100%;
	margin-right: 5px;
}

/*	BUTTONS
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #FF3C1F;
	font-family: 'Oswald', sans-serif;
	border: medium none;
	color: #444;
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	padding:  11px 17px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	opacity: 0.8;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	border: medium none;
}

/*	CALL TO ACTION BUTTONS
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
	text-transform: uppercase;
}

.call-to-action a.button {
	font-size: 22px;
	padding: 10px 20px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/*	BUTTONS SIZES
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/*	BUTTONS COLORS
-------------------------------------------------------------- */
a.blue {
	background-color: #11b7e7;
	border: 1px solid #11b7e7;
	color: #fff;
}

a.red {
	background-color: #FF3C1F;
	border: 1px solid #FF3C1F;
	color: #fff;
}

a.orange {
	background-color: #ff7f00;
	border: 1px solid #ff7f00;
	color: #fff;
}

a.yellow {
	background-color: #ecca06;
	border: 1px solid #ecca06;
	color: #161300;
}

a.green {
	background-color: #2e8b57;
	border: 1px solid #2e8b57;
	color: #fff;
}

a.olive {
	background-color: #838b83;
	border: 1px solid #838b83;
	color: #fff;
}

a.purple {
	background-color: #5d478b;
	border: 1px solid #5d478b;
	color: #fff;
}

a.pink {
	background-color: #cd1076;
	border: 1px solid #cd1076;
	color: #fff;
}

a.brick {
	background-color: #b22222;
	border: 1px solid #b22222;
	color: #fff;
}

a.gold {
	background-color: #8b6508;
	border: 1px solid #8b6508;
	color: #fff;
}

a.brown {
	background-color: #8b4513;
	border: 1px solid #8b4513;
	color: #fff;
}

a.silver {
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #444444;
}

a.gray {
	background-color: #696969;
	border: 1px solid #696969;
	color: #fff;
}

a.black {
	background-color: #080808;
	border: 1px solid #080808;
	color: #fff;
}

/*	INFO BOXES
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 24px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/*	DROPCAP SHORTCODE
-------------------------------------------------------------- */
.dropcap {
	font-size:42px;
	line-height:30px;
	font-weight:700;
	overflow:hidden;
	margin-right:6px;
	background:#FF3C1F;
	padding:10px 5px 10px 5px;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:5px;
	color:#fff
}

/*	 TOGGLES SHORTCODE
-------------------------------------------------------------- */
h5.toggle {
	background:#3d3c3c url(../images/global-pattern.png) repeat-x;
	padding:10px;
	margin:15px 0 13px;
	cursor:pointer
}

h5.toggle a {
	background:url(../images/toggle-open.png) no-repeat left center;
	text-decoration:none;
	padding-left:20px;
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-shadow:1px 1px 1px #000
}

h5.toggle.active a {
	background:url(../images/toggle-close.png) no-repeat left center;
	text-decoration:none;
	padding-left:20px;
	color:#fff;
	font-size:18px
}

.toggle-content {
	margin-top:-13px!important;
	display:none;
	font-size:12px;
	margin-bottom:20px
}

.toggle-content .block {
	box-shadow:0 0 15px 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.3) inset;
	-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.3) inset;
	background:#F1F1F1;
	padding:10px
}

.toggle-content .profile {
	color:#666
}

.toggle-content .profile img {
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	background:none repeat scroll 0 0 #FFF;
	border:1px solid #cecece;
	padding:4px
}
.toggle-content .profile img:hover {
	border:1px solid #535353;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity:0.25
}

/*	 404 PAGE
-------------------------------------------------------------- */
.page404_title {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	width:100%;
	color:#fff;
	text-align:center
}

.page404_text {
	color:#FF3C1F;
	text-align:center;
	font-size: 20px;
	margin:100px 0 100px 0;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	line-height: 28px;
}

/*	COMMENTS
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

#commentform a.button,
#commentform input[type="reset"],
#commentform input[type="button"],
#commentform input[type="submit"] {
	color: #fff;
	border:medium none;
	background-color: #FF3C1F;
}

.comment {
	*zoom: 1;
	border-top: 1px solid #EEE;
	padding: 0;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

.comment:first-child {
	border-top: none;
	padding: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px !important;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.commentlist li cite a {
	color: #4b4b4b;
}

.commentlist li.alt {
	/*background: #f9f9f9;*/
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	float: left;
	margin-right: 20px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	display: none;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
	color: #CACACA;
}

.comment-body {
	clear: both;
}

.comment-body p {
	clear: both;
	margin: 15px 0 0 ;
}

.comment-body .reply {
}

.comment-body .reply a {
	color: #CACACA;
}

.pingback,
.trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;

}

#respond label {
	display: inline;
}

.reply {
}

#respond #reply-title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	margin: 0 0 24px;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.td-entry-count-views .comments-link {
	font-size: 12px;
	display: inline-block;
	position: relative;
}

.td-entry-count-views .fa {
	padding-right: 5px;
}

.td-entry-count-views .post-views-count {
	font-size: 12px;
	margin-left: 15px;
}

#cancel-comment-reply-link {
	color: #FF3C1F;
	font-size: initial;
}

.logged-in-as {
	font-size: 12px;
	color: #CACACA;
	margin-bottom: 2px;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/*	 BLOCK META - DATES, VIEWS, COMMENTS, LIKES
-------------------------------------------------------------- */
.block-meta {
	font-size:12px;
	font-style: italic;
	font-family:'Open Sans', sans-serif;
	color:#B9B9B9;
	display:block;
	margin: 0 0 6px;
}

.block-meta a {
	color:#B9B9B9;
	font-style: italic;
	font-family:'Open Sans', sans-serif;
}

.block-meta a:hover {
	color:#FF3C1F;
	text-decoration:none
}

.td-plays .fa,
.td-views .fa,
.td-post-date .fa,
.comments-link .fa {
	padding-right: 1px;
}

.td-plays,
.td-views,
.comments-link {
	display: inline-block;
	margin-left: 5px;
}

.td-post-date {
	display: inline-block;
}

.fa-gamepad {
	font-size: 17px!important;
}

.td-views .fa-eye {
	font-size: 13px;
}

.td-likes {
	display: inline-block;
}

.dot-irecommendthis {
	background: none!important;
	text-decoration: none;
	margin-bottom: 0!important;
	padding: 0!important;
}

.dot-irecommendthis:hover,
.dot-irecommendthis.active {
	color: #FF3C1F;
}

.dot-irecommendthis:before {
	content: '\f087';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.3em;
	padding-left: 0.5em;
	font-size: 14px;
	speak: none;
}

/*	WORDPRESS CORE
-------------------------------------------------------------- */
.alignnone {
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 40px auto;
}

.alignright {
	float: right;
	margin: 5px 0 40px 1em;
}

.alignleft {
	float: left;
	margin: 5px 1em 40px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 40px 1em;
}

a img.alignnone {
	margin: 5px 1em 40px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 1em 40px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	max-width: 100% !important;
	text-align: center;
}

.wp-caption.alignnone {
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

.wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 5px 0 5px;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.td-featured-image-caption {
	background-color: #fff;
}

img.wp-smiley {
	vertical-align: middle;
}

/*	FEATURED CONTENT
-------------------------------------------------------------- */
#featured {
	background-color: #fff;
	border: 1px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 20px;
	text-align: center;
}

#featured-image {
	margin: 20px 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -10px;
}

.featured-image img {
	margin-top: 20px;
}

.fluid-width-video-wrapper {
	clear: both;
}

/*	CALENDAR
-------------------------------------------------------------- */
.widget_calendar {
	margin-bottom: 33px;
}
.widget_calendar table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	padding: 10px;
	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 10px;
}

/*	WORDPRESS GALLERY
-------------------------------------------------------------- */
.gallery:after,
.gallery:before {
	clear: both;
	content: "";
	display: table;
}

.gallery {
	margin: 0 auto 18px;
	width: 700px;
}

.gallery-item img {
	border: 2px solid #fff!important;

}

.gallery .gallery-item {
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.gallery-caption {
	font-size: 16px;
	color: #4B4B4B;
	font-style: italic;
	font-weight: 300;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 100%;
	min-height: 50px;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	padding: 2px 8px;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	max-height: 50%;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	box-sizing: border-box;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/*	POST THUMBNAILS
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*	 POST ENTRY
-------------------------------------------------------------- */
.post-entry {
	clear: both;
}

.post-entry p {
	/*clear: both;*/
}

.post-entry hr {
	border:0;
	background-color:#DDD;
	height:1px;
	margin: 2em 0;
	color:#DDD
}

.post-entry pre {
	overflow:auto;
	margin-bottom:20px
}

.post-entry .tabs-container {
	width:100%
}

.post-entry blockquote {
	background:#F9F9F9;
	margin-bottom:15px;
	padding:10px 10px;
	border-left:2px solid #FF3C1F;
	margin-left:20px;
	font-style:italic;
	overflow:hidden;
	position:relative;
}

.post-entry .featured-image {
	background-color: #f9f9f9;
	text-align: center;
	margin-top: 0;
	margin-bottom: 22px;
}

.post-entry blockquote p {
	padding:0;
	margin:0;
}

.bypostauthor {
}

.sticky {
}

/*	 BLOCKS
-------------------------------------------------------------- */
.td-content-inner {
	border: 1px solid #DDE1EF;
}

.td-content-inner-single {
	border: 1px solid #DDE1EF;
	margin-bottom: 40px;
	width: 100%;
}

.td-content-inner-single-sabox {
	margin-bottom: 20px;
	width: 100%;
}

.td-single-page-wrap {
	margin-top: 20px;
}

.saboxplugin-wrap {
	border: 1px solid #DDE1EF;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	-ms-box-sizing: inherit;
	box-sizing: inherit;
}


.td-content-inner-no-comm {
	border: 1px solid #DDE1EF;
	border-bottom: none;
	width: 100%;
}

.td-content-inner-no-comm .widget-title {
	border-bottom: none;
}

.block.half.last {
	margin-right: 0px !important;
	position: relative;
	display: inline-block;
}

.show-tha-border {
	border-top: 1px dashed transparent;
	margin:10px 0 20px;
	overflow: hidden;
}

.td-post-details-2 {
	margin-bottom: 20px;
	margin-left: 20px;
}

.td-post-details-3 {
	margin-bottom: 20px;
}

.td-small-module  {

}


.td-small-module h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
}

.td-small-module h2 a {
	color:#444;
}

.td-small-module h2 a:hover {
	color:#FF3C1F;
	text-decoration:none
}

.grid-image {
	position:relative;
	margin-right:10px;
	display:inline-block;
	float:left;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all 0.3s ease 0s;
}

.grid-image:hover {
	opacity:0.8;
	/*z-index: 999;*/
}

.td-friv.grid-image {
	position:relative;
	display:inline-block;
	float:left;
}

.td-friv.grid-image img {
	cursor: url(../images/cursors/cursor13.png), url(../images/cursors/cursor7.cur), pointer;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all 0.3s ease 0s;

}

.td-friv.grid-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.td-friv.grid-image:hover {

}

.td-blog-layout .grid-image {
	margin:0 20px 20px 0;
}

/*	 SINGLE POST NAVIGATION
-------------------------------------------------------------- */
.infopost {
	background-color:#F9F9F9;
	color:#444;
	font-size:12px;
	border:#DDE1EF solid 1px;
	margin:0 auto;
	padding:13px 0 8px 0;
	height:20px;
	text-align:center;
	position:relative;
	overflow:hidden
}

.info-nav-left {
	float:left;
	padding-left:15px;
}

.info-nav-right {
	float:right;
	padding-right:15px;
}

.navigation-wp {
	width:100%;
	padding-top:15px;
	overflow:hidden
}

.infopost a {
	color:#666;
	text-decoration:none;
}

.single-nav{
	overflow:hidden;
	margin-top:15px;
	height:25px!important;
	padding-top:10px;
	border:1px solid #DDE1EF;
	background-color:#FFFFFF;
}

.single-nav a{
	background-color:#F9F9F9;
	color:#444;
	font-weight:bold;
	padding:10px 17px 10px 17px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
}

.single-nav .nav-left a:hover{
	color:#f1f1f1;
	background:#444;
	padding-left:20px;
}

.single-nav .nav-right a:hover{
	color:#f1f1f1;
	background:#444;
	padding-right:20px;
}

.single-nav .nav-left{
	float:left;
}

.single-nav .nav-right{
	float:right;
}


/*	MAIN NAVIGATION
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 24px;
	min-height: 28px;
	margin-top: 20px;
	padding: 0;
}

.navigation a {
	color: #808080;
	font-weight: 700;
	padding: 4px 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: top;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation-float .navigation .previous {
	float: left;
}

.navigation-float .navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

.navigation .previous,
.navigation .next {
	color: #FF3C1F;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	line-height: 1.5em;
}

.td-content-inner-single-arcade .navigation {
	margin: 20px;
}

/*	OWL CAROUSEL
-------------------------------------------------------------- */
.widget-wrapper.widget_gameleon_home_slider {
	padding-bottom: 18px;
}

.widget-wrapper.widget_gameleon_home_slider .widget-title {
	margin: -20px -20px 20px;
}


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .grid-image {
	margin:0;
	opacity: 1;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .dark-cover {
	-webkit-box-shadow: 0px -150px 90px -100px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0px -150px 90px -100px rgba(0, 0, 0, 1) inset;
	box-shadow: 0px -150px 90px -100px rgba(0, 0, 0, 1) inset;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 11;
	bottom: 0px;
	right: 0px;
}

.owl-carousel .td-small-module h2 {
	position: absolute;
	left: 20px;
	overflow: hidden;
	top: 290px;
	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 12;
}

.td-owl-date {
	display: block;
	left: 20px;
	text-transform: uppercase;
	position: absolute;
	top: 260px;
	overflow: hidden;
	z-index: 12;
	background: none repeat scroll 0% 0% #FF3C1F;
	padding: 3px 6px;
	cursor: default;
}

.td-owl-date .block-meta {
	color: #FFF !important;
	font-family: "Oswald", sans-serif;
	font-style: normal;
	margin: 0;
}

.owl-carousel .td-small-module h2 a {
	color: #FFF !important;
}


#owl-home .td-owl-item {
	margin: 2px;
}

#owl-home-carousel .td-owl-item {
	margin-right: 2px;
}

#owl-home-carousel .td-small-module h2 {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	padding: 1px 9px 3px 9px;
	position: absolute;
	left: 10px;
	overflow: hidden;
	top: 90px;
	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 10px;
	z-index: 12;
}

#owl-sidebar .td-owl-item {
	margin: 0;
}

#owl-home .td-owl-item img,
#owl-home-carousel .td-owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-carousel .owl-wrapper,
#owl-home-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer,
#owl-home-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight,
#owl-home-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*	OWL THEME
-------------------------------------------------------------- */
.owl-theme .owl-controls {
	text-align: right;
	position: absolute;
	display: block;
	right: 20px;
	bottom: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #FF3C1F;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

#owl-home .owl-controls .owl-buttons .owl-prev {
	opacity: 1;
	position: absolute;
	border-radius: 0px;
	right: 0;
	padding: 1px 8px 0px 6px;
}

#owl-home .owl-controls .owl-buttons .owl-next {
	border-radius: 0px;
	opacity: 1;
	position: absolute;
	padding: 1px 6px 0px 8px;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #444;
	border: 2px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.owl-theme-2 .owl-controls {
	text-align: right;
	position: absolute;
	display: block;
	right: 20px;
	bottom: 10px;
}

.owl-theme-2 .owl-controls,
.owl-theme-3 .owl-controls {
	text-align: right;
	position: absolute;
	display: block;
	right: 20px;
	bottom: 10px!important;
}

.owl-theme-2 .owl-controls {
	margin-right: 12px;
	margin-bottom: 55px;
}

.owl-theme-2 .owl-controls .owl-buttons div,
.owl-theme-3 .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	border: 1px solid #fff;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000!important;
	filter: Alpha(Opacity=50);
	opacity: 0.6 !important;
}

.owl-theme-2 .owl-controls .owl-page,
.owl-theme-3 .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme-2 .owl-controls .owl-page span,
.owl-theme-3 .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #444;
	border: 2px solid #fff;
}

.owl-theme-2 .owl-controls .owl-page.active span,
.owl-theme-2 .owl-controls.clickable .owl-page:hover span,
.owl-theme-3 .owl-controls .owl-page.active span,
.owl-theme-3 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme-2 .owl-controls .owl-page span.owl-numbers,
.owl-theme-3 .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#owl-home .owl-controls .owl-buttons .owl-prev,
#owl-home .owl-controls .owl-buttons .owl-next,
#owl-home-carousel .owl-controls .owl-buttons .owl-prev,
#owl-home-carousel .owl-controls .owl-buttons .owl-next {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 14px;
	color: #fff;
}



/*	VERTICAL TICKER
-------------------------------------------------------------- */
#vertical-ticker {
	display: inline-block;
	position: relative;
	height: 336px;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#vertical-ticker li {
	background: none;
	border-bottom: 1px dashed #DDE1EF;
	display: block;
	height: 103px;
	margin: 0 0 20px;
	padding: 0px!important;
}

#homepage-wrap .widget_gameleon_vertical_scroller .moregames {
	margin: 0 -18px -20px -18px;
}

#homepage-wrap #vertical-ticker {
	height: 352px;
}

/*	FEEDBURNER WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_gameleon_feedburner {
	background-color: #63676C ;
	border: 1px solid #63676C ;
}

#td-feedburner-afterform {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.feedburner-email {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #EEEEEE;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-shadow: inset 0 0 10px #CCC;
	-webkit-box-shadow: inset 0 0 10px #CCC;
	box-shadow: inset 0 0 10px #CCC;
	padding: 8px 10px!important;
	font-weight: lighter;
	text-align: left;
	border: none!important;
	text-transform: uppercase;
	width: 70.5%;

}

.feedburner-subscribe {
	background-color: #FF3C1F;
	border: medium none!important;
	color: #FFF!important;
	border: none!important;
	padding: 10px 6px!important;
	line-height: inherit!important;
	font-size: 14px!important;
	-moz-transition: all .3s ease 0s!important;
	-webkit-transition: all .3s ease 0s!important;
	-o-transition: all .3s ease 0s!important;
	transition: all 0.3s ease 0s!important;
	width: 27%;
	float: right;
	opacity: 1 !important;
}

.feedburner-subscribe:hover {
	background-color: #40464A!important;
}

/*	VIDEO WIDGET
-------------------------------------------------------------- */

.td-video-wrapp {
	overflow: hidden;
}

.td-widget-video {
	width: 100%;
	position: relative;
}

.td-video-wrapp  .td-embed-description {
	position: relative;
}

.td-video-wrapp .td-embed-description .video-post-title {
	font-size: 14px;
	position: relative;
	margin: 0;
	font-weight: 400;
	background: none repeat scroll 0% 0% #242424;
	overflow: hidden;
	padding: 12px 12px 12px 62px;
	color: #FFF;
	display: block;
}

.td-video-wrapp .td-embed-description .video-post-title i {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
}

.td-video-wrapp .td-embed-description .video-post-title span {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50px;
	font-size: 20px;
	color: #FFF;
	background: none repeat scroll 0% 0% #FF3C1F;
}


.td-video-wrapp .td-embed-description .video-post-title a {
	color: #FFF;
	display: block;
	overflow: hidden;
}

/*	RECENT COMMENTS WIDGET
-------------------------------------------------------------- */

.comments-meta {
	font-size:12px;
	font-style: italic;
	color:#B9B9B9;
	display:block;
	margin: 0 0 6px;
}

.grid-image.recent-comments {
	margin-bottom: 20px;
}

.latest-comments-title {
	font-size: 12px;
}

/*	FACEBOOK LIKE BOX
-------------------------------------------------------------- */
#fb-root {
	display: none;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
	width: 100% !important;
}

#likebox-wrapper {
	width: 100% !important;
}

/*	SOCIAL COUNTERS
-------------------------------------------------------------- */
.widget-wrapper.widget_gameleon_social_counter {
	border: 1px solid transparent;
	padding: 0;
}

#widgets .widget-wrapper.widget_gameleon_social_counter .widget-title {
	border: 1px solid #DDE1EF;
	margin: 0 0 20px;
}

.td-social-counters {
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.td-social-counters li {
	background-color: #FF3C1F;
}

.td-social-counters ul li {
	float: left;
	width: 32.73986152324431%;
	height: 105px;
	margin: 0px 0.8902077151335312% 3px 0;
	padding: 15px 0 0;
}

.td-social-counters ul li:nth-child(3n+3) {
	margin-right: 0;
}

.td-social-counters ul li a {
	margin: 0px;
	padding: 0px;
}

.td-social-counters .count-posts .icon {
	padding-left: 7px!important;
}

.td-social-counters .icon {
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 40px;
	padding: 0 0 10px 0;
}


.td-social-counters .items {
	color: #FFF;
}

.td-social-counters span.count {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}


.td-social-counters span.label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
}

/*	COLOPHONE MODULE
-------------------------------------------------------------- */
.colophon-module {
	text-align: justify;
	height: 4em;
	padding: 2em 3.636363636363636%;
	background: #FF3C1F;
	color: #fff;
}

.colophon-module h3,
.colophon-module .call-to-action {
	display: inline-block;
}

.colophon-module .call-to-action a.button {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding: 15px 25px;
	display: inline-block;
}

.colophon-module:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.colophon-module h3 {
	height: 100%;
	font-size:24px;
	text-transform: uppercase;
	color: #fff;
	line-height: 2.4em;
	font-family: 'Oswald', sans-serif;
	vertical-align: middle;
}

.colophon-module h3:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.colophon-module .button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
}

.colophon-module .button:hover {
	-webkit-box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 1);
	color: #333;
	opacity: 1;
}

.colophon-module .grid {
	margin-bottom: 0;
	float: none;
}

.colophon-module select,
.colophon-module input[type="text"],
.colophon-module input[type="password"],
.colophon-module input[type="email"] {
	width: 100%;
}

/*	GAMELEON SLIDER
-------------------------------------------------------------- */
#td-modular-slider {
	background: #000;
	overflow: hidden;
	position: relative;
	max-width: 1060px;
	margin: 0 20px;
	width: 100%;
	height: 349px;
	z-index: 1;
}

#td-modular-slider .grid {
	margin-right: 0;
	margin-bottom: 0;
}

#td-modular-slider .col-250 {
	width: 21.13207547169811%;
}

#td-modular-slider a:hover,
.cat-dark-top a:hover,
.carousel-wrapper a:hover {
	text-decoration: none;
}

.td-main-slide {
	overflow: hidden;
	position: relative;
}

.td-main-slide img {
	opacity: .8;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-0-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	position:relative;
	display:inline-block;
	min-width: 610px !important;
}

.td-main-slide:hover img {
	opacity: .6;
}

.td-main-slide-shadow {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.td-main-slide-shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slide-text {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 20;
}

.main-slide-text h1 {
	color: #FFF;
	font-family: "Oswald",sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 120%;
	width: 96%;
	margin: 0 auto 20px auto;
	-moz-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-o-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
}

.main-cat {
	z-index: 1;
	background-color: #FF3C1F;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 2px 6px;
/*	transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg) translate3d(0,0,0);*/
}


.main-cat a {
	font-family: "Oswald",sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 1px;
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	-ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	-o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}



.main-excerpt {
	font-family: "Open Sans", sans-serif;
	margin: 0 auto !important;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	-moz-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	width: 90%;
}


.td-main-slide:hover .main-excerpt {
	max-height: 200px;
}

.small-posts-slider {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	overflow: hidden;
	position: relative;
}

.small-posts-slider img {
	opacity: .8;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-0-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.small-posts-slider:hover img {
	opacity: 0.6;
}

.small-slide-title {
	padding: 10px 10px 8px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	text-align: center;
}

.small-slide-title h2 {
	color: #fff;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 4px;
	-moz-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-o-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

.small-posts-slider:hover .small-slide-title {
	bottom:10px;
}

/*	FLEXSLIDER
-------------------------------------------------------------- */
.slides {
	margin:0;
	padding:0;
	list-style:none
}

.slides img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s
}

.flexslider{
	position:relative;
	zoom:1;
	overflow:hidden
}

.flexslider .slides{
	zoom:1
}

.flexslider .slides>li{
	display:none;
	position:relative;
	overflow:hidden;
	background:#000
}

.flexslider .slides img{
	width:100%;
	height:auto;
	display:block
}

.flex-pauseplay span{
	text-transform:capitalize
}

.slides:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

html[xmlns] .slides{
	display:block
}

* html
.slides{
	height:1%
}

.no-js .slides>li:first-child{
	display:block
}

.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease
}

.loading .flex-viewport{
	max-height:300px
}

.flex-control-nav {
	display:none
}

.flexslider:hover img {
	opacity:0.6
}

.flex-direction-nav {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 45px;
	bottom: 50%;
	list-style:none;
	font-family:'FontAwesome';
	z-index:2;
	font-size: 28px;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}

.flex-direction-nav a{
	color:rgba(255,255,255,0.7)
}

.flex-direction-nav a:hover{
	color:#fff
}

.flex-direction-nav a:before{
	display:inline-block
}

.flex-direction-nav .flex-next{
	right: -40px;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	padding: 30px 15px;
}

.flex-direction-nav .flex-next:before{
	content:"\f105";
}

.flex-direction-nav .flex-prev {
	padding: 30px 15px;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	left: -40px;
}

.flex-direction-nav .flex-prev:before{
	content:"\f104";
}

.flex-direction-nav .flex-disabled{
	opacity:.3 !important;
	filter:alpha(opacity=30);
	cursor:default
}

.flexslider:hover .flex-direction-nav .flex-prev  {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}

.flexslider:hover .flex-direction-nav,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	transition-delay:0.3s;
}

/*	NEWSTICKER
-------------------------------------------------------------- */
.modern-ticker {
	max-width: 1060px;
	width: 100%;
	height: 34px;
	margin: 0 20px;
	line-height: 34px;
	font-size: 16px;
	overflow: hidden;
	float: none;
	color: #fff;
	background-color: #FF3C1F;
}

.modern-ticker a {
	text-decoration: none;
}

.modern-ticker .news-title {
	/*text-transform: uppercase;*/
}

.modern-ticker .news-date:after {
	content: '-';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 0 5px;
	speak: none;
}

.modern-ticker .news-excerpt:before {
	content: '-';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 0 5px;
	speak: none;
}

.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-body {
	position: relative;
}

.mt-label {
	background-color: #242424;
	margin-right: 2px;
	padding: 0 8px 0 12px;
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
}


.mt-news {
	background-color: #FF3C1F;
	overflow: hidden;
	position: absolute;
	/*left: 140px !important;*/      /*for demo only*/
}

.mt-news li {
	float: left;
}

.mt-news a {
	color: #fff;
	font-size: 15px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	display: block;
	white-space: nowrap;
}

.mt-hide {
	display: none;
}

.mt-controls {
	position: absolute;
	right: 0;
}

.mt-prev, .mt-next {
	width: 34px;
	display: inline-block;
	cursor: pointer;
}

.mt-prev:hover, .mt-next:hover {
	background-color: #242424;
}

.mt-prev:before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 24px;
	padding: 0px 10px;
	color: #fff;
}

.mt-next:before {
	font-family: 'FontAwesome';
	content: '\f105';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 24px;
	padding: 0px 10px;
	color: #fff;
}

/*	ARCADE SINGLE CSS
-------------------------------------------------------------- */
#content-arcade.col-1060 {
	margin-bottom: 0;
}

.td-wrap-content-arcade {
	overflow: hidden;
	margin: 20px;
}

.td-content-inner-single-arcade {
	border: 1px solid #DDE1EF;
	margin-bottom: 40px;
}

#td-game-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#progressbar {
	background-color: #63676C;
	width: 400px;
	max-width: 100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	left:0;
	height:20px;
	z-index: 0;
}

#showprogressbar {
	display:block;
}

#progressbarloadbg {
	background-color: #FF3C1F;
	z-index: 2;
}

#progressbarloadtext {
	display: none;
	margin: 10px auto 0 auto;
	text-align: center;
}

#progresstext {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:14px;
	top:0;
	left:0;
	color: #fff;
}

#progressbarloadbg {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:20px
}

#progressbarloadtext:hover {
	cursor:pointer
}

.td-game-buttons {
	float: right;
	font-style: normal;
	display: inline-block;
	position: absolute;
	right: 0;
}

.td-switch {
	padding: 4px 20px 4px 0;
	margin: 0px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	line-height: 30px;
	display: inline-block;
	clear: both;
	color: #fff;
	cursor: pointer;
	/*cursor: url(../images/cursors/cursor14.png), url(../images/cursors/cursor7.cur), pointer;*/
}

.td-switch:before {
	content: '\f0eb';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	padding-right: 0.3em;
	color: #F9E069;
	font-size: 18px;
}

.td-fullscreen {
	padding: 4px 20px 4px 20px;
	margin: 0px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	line-height: 30px;
	display: inline-block;
	clear: both;
	color: #fff;
	cursor: pointer;
	/*cursor: url(../images/cursors/cursor14.png), url(../images/cursors/cursor7.cur), default;*/
}

.td-fullscreen:before {
	content: '\f0b2';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 18px;
	padding-right: 0.3em;
	color: #FF3C1F;
}

#content-arcade .widget-title {
	background-color: #242424;

}

#content-arcade .widget-title h1 {
	color: #fff;
}

#content-arcade .widget-title.light {
	text-align: center;
}

#content-arcade .widget-title h1.light {
	position: relative;
	color: #fff;
	text-shadow: 0 0 80px #fff, 0 0 30px #fff, 0 0 6px #fff;
	z-index: 15;
}

.td-game-ad-space.light {
	position: relative;
	z-index: 15;
}



/*	FULL SCREEN
-------------------------------------------------------------- */
:-webkit-full-screen {
	position: fixed;
	width: 100%;
	top: 0;
	background: none;
}

:-moz-full-screen {}

:-ms-fullscreen {}

:fullscreen {}


:-webkit-full-screen .td-switch {
	display: none;
}

:-moz-full-screen .td-switch {
	display: none;
}

:fullscreen .td-switch {
	display: none;
}

:-ms-fullscreen .td-switch {
	display: none;
}

/*	WP-PAGENAVI
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	font-size: 13px;
	text-align:center;
	margin: 10px 0 0 -4px;
	padding-top: 20px;
}

.wp-pagenavi span.pages {
	color:#999;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #d1d7dc;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 12px;
	margin: 0 4px;
	*zoom: 1;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi span.current {
	border: 1px solid #DDE1EF;
	font-family: 'Oswald', sans-serif;
	color: #444;
	background: #FFF;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
}

.wp-pagenavi span.current {
	background: #FF3C1F;
	border: 1px solid #FF3C1F;
	font-weight: 700;
	text-shadow: none;
	color: #fff;
}

.wp-pagenavi a:hover{
	border: 1px solid #BFBDBD !important;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	box-shadow: 0 0 3px rgba(0,0,0,.25);
}

/*	RESPONSIVE DESKTOP ADS
-------------------------------------------------------------- */
.td-desktop {
	display: none;
}

.td-tablet-l {
	display: block;
}

.td-tablet-p {
	display: none;
}

.td-phones {
	display: none;
}

.sidebar-other-ad {
	text-align: center;
	margin: 0 auto;
}

/*	RESPONSIVE DESKTOP ADS - TOP
-------------------------------------------------------------- */
#top-ad {
}

.top-ad-468 {
	background: none;
	border: none;
	width: 468px;
	display: inline-block;
	vertical-align: middle;
}


.top-ad-728 {
	background: none;
	border: none;
	max-width: 728px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}


.header-inner-ad-only .top-ad-728 {
	background: none;
	border: none;
	min-height: 0;
	vertical-align: baseline;
	float: none;
	padding: 23px 20px;
	text-align: center;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.header-inner-ad-only .top-ad-468 {
	background: none;
	border: none;
	min-height: 0;
	vertical-align: baseline;
	float: none;
	padding: 23px 20px;
	text-align: center;
	position: relative;
	max-width: 1116px;
	margin: 0 auto;
}


#ad-before-game {
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

.td-game-ad-space {
	margin: 0 20px;
}

.sidebar-ad {
	text-align: center;
	width: auto;
	position: relative;
	margin: 0 auto;
}

.col-340 .widget_gameleon_adsense_widget, .col-340 .widget_gameleon_ad_widget {
	margin-bottom: 48px;
}


/*	RESPONSIVE DESKTOP ADS - POST
-------------------------------------------------------------- */
.ad-paragraph {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	margin: 40px auto;
	clear: both;
}

/*	 CATEGORY & ARCHIVE PAGES
-------------------------------------------------------------- */

.td-wrap-content {
	overflow: hidden;
	margin: 20px 18px;
}

.td-wrap-content-sidebar {
	overflow: hidden;
}

.td-wrap-content .second-wrap-content {
	position: relative;
	width: 46.97885196374622%;
	margin-right: 3.021148036253776%;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.td-wrap-content .second-wrap-content:nth-child(2n+2) {
	margin-right: 0;
}

.second-wrap-content h3, .second-wrap-content h3 a {
	font-size:14px;
	color:#444;
}

.second-wrap-content .entry-title a, .second-wrap-content .entry-title {
	font-size: 14px;
	line-height: 21px;
	position: relative;
}

.second-wrap-content .td-post-excerpt {

}

.widget_tigu_home_module_3 .td-wrap-content,
.widget_tigu_home_module_2 .td-wrap-content,
.widget_tigu_home_module_4 .td-wrap-content {
	margin: 20px 18px 0px;
}

.td-content-inner .module-excerpt {
	margin-bottom: 40px;
}

.second-wrap-content .block-meta {
	display: inline;
}

.td-post-details {
	min-height: 70px;
	height: 100%;
}


.td-blog-view .second-wrap-content {
	width: 100%;
	margin: 0 20px 20px 0;
}


.td-wrap-content .td-category-description {
	margin: 20px 0 40px 0 ;
}

/*	USERS ONLINE PLUGIN
-------------------------------------------------------------- */
.td-online-users,
.td-online-ever-seen,
.td-online-users-browsing-page {
	background-color: #F9F9F9;
	padding: 3px 9px;
	display: block;
	color: #444;
	border: 1px solid #DDE1EF;
	text-transform: uppercase;
}

.online-users-content {
	padding: 5px 0;
	color: rgba(9, 9, 9, 0.49);
}

.online-users-content-2 {
	font-style: italic;
	padding: 5px 0 0;
	color: rgba(9, 9, 9, 0.49);
}

.online-users-content strong {
	color: #444;
	font-weight: 300;
}

.td-welcome-login {
	font-weight: 700;
	margin-bottom: 10px;
}

.td-welcome-minitabs {
	background-color: #F9F9F9;
	padding: 3px 9px;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS';
	border: 1px solid #DDE1EF;
	text-transform: uppercase;
	display: block;
	color: #444;
}

.td-welcome-minitabs-2 {
	text-transform: uppercase;
	background-color: #F9F9F9;
	padding: 3px 9px;
	margin: 10px 0;
	font-family: 'Trebuchet MS';
	border: 1px solid #DDE1EF;
	display: block;
	color: #444;
}

/*	AUTHOR META BOX
-------------------------------------------------------------- */
#author-meta {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #DDE1EF;
}

.td-content-inner-single #author-meta {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: none;
}

.author-archive-wrap #author-meta {
	border-bottom: 1px solid #DDE1EF;
	margin-bottom: 20px;
}

#content-author #author-meta {
	border: 1px solid #EEE;
	clear: both;
	display: block;
	margin: 28px 0 48px 0;
	overflow: hidden;
}

#content-author .saboxplugin-wrap {
	margin-top: 24px;
}

#author-meta img {
	float: left;
	padding: 20px;
}

#author-meta .auth-desc {
	margin: 0;
	padding: 10px 20px 20px;
	clear: none;
}

#author-meta .author-page-desc {
	margin: 0;
	padding: 10px 20px 10px;
	clear: none;
}

#author-meta .about-author {
	margin: 24px 0 0 0;
}

#author-meta .about-author a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

#author-meta .website-author {
	margin: 0 20px 15px;
}

#author-meta .website-author a {
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

.sabox-gameleon-wrap .saboxplugin-wrap {
	border: none;
	border-bottom: 1px solid #DDE1EF;
	margin-bottom: 20px;
}

.sabox-gameleon-wrap .saboxplugin-wrap .saboxplugin-socials {
	background-color: #F9F9F9;
}
div#left-column {
	width: 333px;
	float: left;
	clear: none;
}
div#right-column {

	float: right;
	clear: none;
}
/*	WIDGETS
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 20px;
	border: 1px solid #DDE1EF;
	padding: 20px 19px;
}

.widget_tigu_home_module_1.widget-wrapper,
.widget_tigu_home_module_2.widget-wrapper,
.widget_tigu_home_module_3.widget-wrapper,
.widget_tigu_home_module_4.widget-wrapper {
	border: none;
	padding: 0;
}

#homepage-wrap .widget-title {
	margin: -20px -19px 20px;
}

#homepage-wrap .widget_tigu_home_module_1 .widget-title,
#homepage-wrap .widget_tigu_home_module_2 .widget-title,
#homepage-wrap .widget_tigu_home_module_3 .widget-title,
#homepage-wrap .widget_tigu_home_module_4 .widget-title {
	margin: 0;
}


.widget-title {
	background-color: #F9F9F9;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #DDE1EF;
	margin: 0;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
	text-decoration: none;
	color: #444;
}

.widget-title h3 a {
	color: #444;
}

.widget-title h1,
.widget-title h3 {
	font-size: 18px;
	font-family: "Oswald",sans-serif;
	padding: 4px 20px;
	margin: 0;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	clear: both;
}

.post-widget .widget-title {
	font-size: 14px;
	padding: 0;
	text-align: left;
}

span.post-small-rate, span.post-small-rate span  {
	padding: 0 !important;
}

h2.td-big-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 6px;
}

#widgets .widget-title {
	margin: -20px -19px 20px;
}

.widget-wrapper.widget_tigu_home_module_1 .grid-image.big-wrap,
.widget-wrapper.widget_tigu_home_module_2 .grid-image.big-wrap,
.widget-wrapper.widget_tigu_home_module_3 .grid-image.big-wrap,
.widget-wrapper.widget_tigu_sidebar_module_1 .grid-image.big-wrap,
.widget-wrapper.widget_tigu_sidebar_module_2 .grid-image.big-wrap,
.widget-wrapper.widget_tigu_sidebar_module_3 .grid-image.big-wrap  {
	margin-bottom: 10px;
	position: relative;
	margin-right: 0;
}

#widgets .widget_tigu_sidebar_module_1 a {
	padding: 0;
}

.widget-wrapper img {
	margin-left : 0 auto;
	margin-left : 0 auto;
}

#wrapper .widget-wrapper,
.home-widgets .widget-wrapper {
	background-color: #fff;
}

.home-widgets .widget-wrapper {
	margin: 0;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"],{
	width: 100%;
}

#widgets {
	position: relative;
}

#widgets a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets a:hover {
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul {
	list-style-type: none;
}

#widgets ul,
#widgets ol {
	padding: 0;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
	padding: 0 0 6px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}

.widget_archive ul li .td-widget-extra,
.widget_categories ul li a .td-widget-extra,
.widget_meta ul li a .td-widget-extra,
.widget_pages ul li a .td-widget-extra,
.widget_recent_entries ul li a .td-widget-extra {
	float: right;
}

.widget_archive select,
.widget_categories select,
.widget_meta select,
.widget_pages select,
.widget_recent_entries select {
	background-color: #f9f9f9 !important;
	border: 1px solid #EEE !important;
	width: 100%;
	outline: none;
}

.widget_categories .current-cat a {
	color: #FF3C1F;
}

.post-widget ul {
	padding: 0;
}

.widget cite {
	color:#FF3C1F
}

.widget .rss-date {
	color:#999
}

.widget-excerpt {
	margin-bottom:5px
}

.widget:last-child {
	margin-bottom:0;
	padding-bottom:0
}

.widget img {
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	background:none repeat scroll 0 0 #FFF;
	position:relative;
}

.widget img:hover {
	border:1px solid #cecece;
	opacity:0.7;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	-o-transition:all .3s ease-in-out 0;
	transition:all .3s ease-in-out 0
}

.textwidget a {
	font-size:12px!important;
	font-family:Arial;
	color:#FF3C1F;
	font-weight:700
}


/*	STYLE FOR MENUS IF THEY ARE ON WIDGETS
-------------------------------------------------------------- */

#widgets .menu {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	max-height: inherit;
}

#widgets .menu, .menu ul {
	margin: 0 auto;
}

#widgets .menu li {
	float: none;
}

#widgets .menu a {
	border: medium none;
	color: inherit;
	height: inherit;
	text-transform: none;
	text-align: left;
	line-height: 24px;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#widgets .menu a:hover {
	background: none!important;
	color: inherit;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#widgets ul.menu > li:hover {
	background: none repeat scroll 0 0 transparent;
	color: inherit;
}

#widgets .menu .current_page_item a,
#widgets .menu .current-menu-item a {
	background: none repeat scroll 0 0 transparent;
}

#widgets .menu li li:hover {
	background: #FFF!important;
}

#widgets .menu li a:hover {
	text-decoration: none!important;
}

#widgets .menu ul {
	box-shadow: none !important;
}

/*	 BANNERS
-------------------------------------------------------------- */

.td-minibanners {
	margin: 0 auto;
	width: 100%;
}

.td-minibanners .td-banner125 {
	margin-right: 16.66666666666667%;
	margin-bottom: 20px;
	float: left;
}

.td-minibanners .td-banner125 img {
	max-width: 125px;
	width: 100%;
}

.td-minibanners .td-banner125:nth-child(2n+2) {
	margin-bottom: 0;
}

.td-minibanners .td-banner125:nth-child(2n+3) {
	margin-bottom: 0;
}

.td-banner125.right {
	margin-right:0;
}

.td-banner-300 {
	margin: 0 auto;
	width: 100%;
}

.td-banner-home{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#homepage-wrap .widget-wrapper.widget_gameleon_ads_widget {
	border: none;
}

/*	BREADCRUMB LISTS
-------------------------------------------------------------- */
.breadcrumb-list {
	margin: 0 0 20px;
}

.td-breadcrumb-arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #CACACA;
	padding: 0 3px;
}

.breadcrumb a,
.breadcrumb-current {
	color: #CACACA;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/*	SOCIAL BOX AND TAGS
-------------------------------------------------------------- */
.td-post-box-wrapper {
	clear: both;
	margin: 30px 0;
}

.td-social-box-share {
	line-height: 24px;
}

.td-social-box-share .fa {
	padding-right: 0.4em;
}

.td-share-love,
.td-box-google,
.td-box-twitter,
.td-box-linkedin,
.td-box-facebook,
.td-box-pinterest {
	font-family: 'Oswald', sans-serif;
	font-size: 16px !important;
	border: medium none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	color: #fff !important;
	opacity:1 !important;
}

.td-share-love {
	background-color: #242424 !important;
	cursor: text!important;
}

.td-share-love:active, .td-share-love:hover {
	opacity:1 !important;
}

.td-box-google {
	background-color: #e93f2e !important;
}

.td-box-google:active, .td-box-google:hover {
	background-color: #ba3225 !important;
}

.td-box-twitter {
	background-color: #00acee !important;
}

.td-box-twitter:active, .td-box-twitter:hover {
	background-color: #0087bd !important;
}

.td-box-linkedin {
	background-color: #0e76a8 !important;
}

.td-box-linkedin:active, .td-box-linkedin:hover {
	background-color: #0b6087 !important;
}

.td-box-facebook {
	background-color: #3b5998 !important;
}

.td-box-facebook:active, .td-box-facebook:hover {
	background-color: #30477A !important;
}

.td-box-pinterest {
	background-color: #CB2027 !important;
}

.td-box-pinterest:active, .td-box-pinterest:hover {
	background-color: #AF2412 !important;
}


.tag-links {
	margin-bottom: 20px;
}

.td-tag-word {
	color: #fff;
	background-color: #242424;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	display: inline-block;
}

.tag-links {
	line-height: 24px;
	margin-bottom: 10px;
}

.tag-links a {
	padding: 2px 10px;
	font-family: 'Oswald', sans-serif;
	background-color: #63676C;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 18px;
	margin-right: 3px;
	display: inline-block;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tag-links a:hover {
	background-color: #FF3C1F;
}

.td-minishare-box {
	margin-bottom: 20px;
}

.td-minishare-box ul {
	margin: 20px 0 0;
	padding: 0;
}

.td-minishare-box ul li {
	display: inline-block;
	list-style-type: none;
	overflow: hidden;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 24px;
	color: #FF3C1F;
}


/*	SINGLE POST META
-------------------------------------------------------------- */
.post-meta {
	clear: both;
	color: #CCC;
	font-size: 12px;
}

.post-meta a {
	color: #CCC;
	text-decoration: none;
}


.post-categories {
	position: relative;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}

ul.post-categories li {
	float: left;
	margin-right: 10px;
}

.cat-links {
	margin: 0 0 10px;
	background-color: #FF3C1F;
	padding: 2px 8px 3px;
}

.cat-links a {
	line-height: 15px;
	display: inline-block;
	color: #FFF;
}

.td-entry-count-views {
	float: right;
	font-style: normal;
	display: inline-block;
	color: #cbcbcb;
	font-size: 12px;
	margin: 0 0 10px;
}

.td-entry-count-views-box {
	font-style: italic;
	display: inline-block;
	color: #cbcbcb;
	font-size: 12px;
	margin-bottom: 28px;
}

.td-entry-count-views-box .comments-link {
	font-size: 12px;
	display: inline-block;
	position: relative;
}

.td-entry-count-views-box .fa {
	padding-right: 5px;
}

.td-entry-count-views-box .post-views-count {
	font-size: 12px;
	margin-left: 15px;
}

.post-meta time.entry-date {
	font-size: 12px;
	display: inline-block;
	margin: 2px 5px 10px;
}

/*	RELATED POSTS
-------------------------------------------------------------- */

.td-related-content .col-340 {
	width: 45.31722054380665%;
	margin-right: 9.365558912386707%;
}

.td-related-content {
	width: 100%;
	margin-bottom: 0;
}

.td-related-content .td-wrap-content {
	margin: 0 20px 10px;
}

.td-related-content .grid {
	float: left;
	margin-bottom: 0;
}

.td-related-content .col-340:nth-child(2n+2) {
	margin-right: 0;
}

.td-related-content img.wp-post-image,
.td-related-content img {
	margin-bottom: 10px;
	margin-top: 20px;
}

.td-related-box .block-meta {
	margin: 0 0 10px;
}

.td-related-box .entry-title {
	margin: 0;
	line-height: 25px;
	font-size: 16px;
}

.td-related-content h3 a {
	line-height: 25px;
}

.td-related-box .entry-title a {
	font-family: 'Oswald', sans-serif;
	color: #444;
	font-weight: normal;
}

/*	TAG CLOUD WIDGET
-------------------------------------------------------------- */
.td-tag-cloud-widget a {
	background: none repeat scroll 0% 0% #FF3C1F;
	color: #FFF!important;
	font-size: 13px !important;
	margin-bottom: 10px!important;
	padding: 2px 10px!important;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.td-tag-cloud-widget a:hover {
	opacity: 0.6;
	text-decoration: none!important;
}

.td-tag-colored.td-tag-cloud-widget a:nth-child(9n){background-color: #292C2F;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+1){background-color: #01B8FA;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+2){background-color: #29D473;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+3){background-color: #FF3C1F;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+4){background-color: #567E95;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+5){background-color: #B433FF;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+6){background-color: #00ABA9;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+7){background-color: #B37333;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+8){background-color: #FF6600;}


.td-tag-cloud-inline.td-tag-cloud-widget a {
	margin-right: 6px!important;
	display: inline-block!important;

}

.td-tag-cloud-full-length.td-tag-cloud-widget a {
	margin-right: 0!important;
	display: block!important;
}

//*	SEARCH WIDGET
-------------------------------------------------------------- */
.widget_search #s, .widget_search #s:focus {
	background-color: #f9f9f9!important;
	height: 34px;
}

.td-search-form div {
	text-align: center;
}

.td-widget-search-input {
	margin-bottom: 0;
	margin-right: -4px!important;
	width: 87%;
	height: 34px;
}

#td-searchsubmit {
	height: 34px;
	padding:  5px 12px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'FontAwesome';
	border: medium none;
	background-color: #FF3C1F;
	color: #fff;
}

/*	SIDEBAR
-------------------------------------------------------------- */
#sidebar {
	float:right;
	width:300px
}

/*	SINGLE PAGINATION
-------------------------------------------------------------- */
.pagination {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	display: block;
	clear:both;
	padding:0 0 20px;
	margin-bottom:30px;
	position:relative;
	font-weight: 700;
}

.pagination a {
	background:#fff;
	height:28px;
	border:1px solid #cecece;
	text-decoration: none;
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#444;
	margin-right:5px
}

.pagination span.current {
	background:#26ADDE;
	height:30px;
	border:0 solid #cecece;
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#fff;
	margin-right:5px
}

.pagination span.arrows {
	font-size:18px
}

.td-double-arows {
	margin: 0px 5px;
	display: inline-block;
	position: relative;
	font-size: 22px !important;
	line-height: 24px;
	font-weight: 700;
}

/*	FOOTER
-------------------------------------------------------------- */
#footer {
	/*border-top: 2px solid #FF3C1F;*/
	background:#1C1E20;
	padding:0;
	overflow:hidden;
	width: 100%;
	color: #BEBEBE;
}

#footer #wrapper-footer a {
	color:#999;
}

#footer #wrapper-footer a:hover {
	color:#F1F2F7;
}

#footer #wrapper-footer ul,
#footer #wrapper-footer ol {
	padding: 0;
	list-style-type: none;
}

#footer #wrapper-footer li {
	/*border-bottom: 1px solid #404040;*/
	line-height: 1.5em;
	padding: 5px 0;
}

#footer #wrapper-footer li a {

}

#footer #wrapper-footer li a:hover {
	text-decoration:none
}

#footer #wrapper-footer li:last-child {
}

#footer .widget-wrapper {
	margin: 40px 20px;
}

#footer .widget-title {
	background-color: #1C1E20;
	border-bottom: 4px solid #404040;
	margin: -7px 0 20px;
}

#footer .widget-title h1,
#footer .widget-title h3 {
	background-color: #1C1E20;
}


#footer .widget-title h1, #footer .widget-title h3 {
	padding: 0 0 10px;
}

#footer .widget-title h1, #footer .widget-title h1 a, #footer .widget-title h3, #footer .widget-title h3 a {
	color:#fff;
	text-shadow: 4px 4px 4px #000;
}

#footer .moregames {
	display: none;
}

#wrapper-footer {
	background:#1C1E20;
	padding: 20px;
	width: 100%;
	max-width: 1060px;
	overflow: hidden;
}

.td-second-footer .block-bottom {
	background-color: #151618;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 1100px;
}

.td-second-footer .block-bottom-padding {
	margin: 0 20px;
	overflow: hidden;
	padding: 10px 0;
}

#wrapper-footer .copyright p {
	height: 24px;
	margin: 0 auto;
}

#wrapper-footer .widget-wrapper {
	border: medium none;
	margin: 20px 0 0;
}


#wrapper-footer .block-bottom .grid {
	margin-bottom: 0;
	padding-top: 0;
}

#footer .grid,
.td-second-footer .grid {
	margin-bottom: 0;
}

/*	COPYRIGHT
-------------------------------------------------------------- */
.copyright {
	display: inline-block;
}

.copyright,
.copyright a {
	color: #4B4B4B;
	font-size: 14px;
	vertical-align: middle;
	padding: 4px 0 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

/*	MENU SOCIAL ICONS - PLUGIN HOOK
-------------------------------------------------------------- */
.fa-hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.rtl .fa-hidden {
	left:10000px;
}

.fa-showtext {
	margin-right: 5px;
}

ul.social-icon {
	margin-right: 0;
	padding: 0;
	text-align: right;
	clear:both;
}

/*	MENU SOCIAL ICONS - FOOTER MENU
-------------------------------------------------------------- */
.footer-menu li.social-icon a {
	border: medium none;
	font-size: 10px;
}

.footer-menu li.social-icon a:hover {
	text-decoration: none;
}

#footer .footer-menu li {
	background: none;
	padding: 2px 0 0;
}

.footer-menu li.social-icon a:before {
	background: none;
}

#widgets li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

#footer_widget li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

.block-bottom-padding li.social-icon a {
	padding: 0 7px 0 0;
}

/*	FOOTER MENU
-------------------------------------------------------------- */
.footer-menu {
	margin:0;
	padding: 0;
	text-align: right;
	float: right;
}

.footer-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	line-height: 14px;
}

.footer-menu li a:before {
	position: absolute;
	top: 3px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: '';
	height: 10px;
	width: 1px;
}

.footer-menu li a {
	color: #4B4B4B;
	font-size: 10px;
	padding: 0 7px 0 12px;
}

.footer-menu li a:hover {
	color: #676767;
}

.footer-menu li:first-child a:before {
	display: none;
}

.footer-menu > li:first-child > a {
	padding: 0 7px 0 0;
}

.footer-menu > li:last-child > a {
	padding-right: 0;
}

/*	FACEBOOK LIKE BOX
-------------------------------------------------------------- */
#likebox-frame {
	overflow:hidden;
	position:relative
}

.facebookInner {
	height:262px;
	overflow:hidden;
	margin:6px 0 0 8px
}

.facebooklike {
	border:1px solid #DDE1EF;
	padding:0 0 10px;
	background:#fff;
	position:relative;
	overflow:hidden
}

/*	TAKYEEM REVIEWS
-------------------------------------------------------------- */
.review-box {
	background-color: transparent;
	border: 1px solid #DDE1EF;
	font-size: 14px;
	margin: 40px 0;
}

.review-box h3,
.review-box h4{
	line-height: 1;
}

.review-stars .review-item {
	background: none repeat scroll 0% 0% #F9F9F9;
	margin-bottom: 20px;
}

#review-box.review-stars h2.review-box-header {
	margin: 10px 10px 0px;
}

#review-box h2.review-box-header {
	color: #444;
	background: none repeat scroll 0% 0% #fff;
	font-size: 18px;
	font-weight: inherit;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin: 10px 10px 40px;
}

.review-percentage .review-item span {
	background: none repeat scroll 0% 0% #f9f9f9;
	height: 15px;
	margin-bottom: 30px;
}

.review-percentage .review-item span span {
	background-image: none;
}

#review-box.review-percentage .review-item h5, #review-box.review-percentage .review-item h5 {
	padding: 0;
	position: absolute;
	top: -20px;
	bottom: 20px;
	line-height: 15px;
	z-index: 0;
}

.review-percentage .review-item span span {
	height: 15px;
	transition:width 2s;
	-o-transition:width 2s;
	-moz-transition:width 2s;
	-webkit-transition:width 2s;
}

.review-item {
	margin: 10px 20px;
}

.user-rate-wrap {
	background: none repeat scroll 0% 0% #F9F9F9;
	margin: 0 20px 20px;
	padding: 8px 20px;
	border-top: 1px solid #DDE1EF;
}

#review-box p {
	color: #808080;
}

.review-summary {
	background-color: #F9F9F9;
	margin: 0 20px;
}

.review-final-score {
	border: none;
	background-color: #F9F9F9;
}

#review-box strong {
	color: #808080;
}

#review-box .review-item h5 {
	color: #808080;
	text-transform: uppercase;
}

.review-short-summary {
	padding: 10px 122px 10px 20px;
}


.review-percentage .review-item span span {
	background-color: #FF3C1F;
}

#review-box .review-final-score h3, #review-box .review-final-score h4, .review-box {
	color: #FF3C1F;
}

span.post-small-rate {
	margin: 1px 8px 0 0;
}

.review-top {
	float: none;
	width: 100%;
	margin-right: 0;
	clear: both;
}

.review-box {
	padding: 0;
}

ul.reviews-posts .review-thumbnail {
	margin-bottom: 20px;
}

/*	FLICKR WIDGET
-------------------------------------------------------------- */
.flickr-badges {
	width: 100%;
	margin: 0 auto;
}

.flickr-badges .flickr_badge_image a img {
	width: 96px;
	height: 96px;
	float: left;
}

.flickr_badge_image {
	display: inline-block;
	margin-right: 2%;
	width: 32%;
}

.flickr-badges .flickr_badge_image:nth-child(3n+1) {
	margin-right: 0;
}


/*	IMAGE HOVER EFFECTS
-------------------------------------------------------------- */


/*	MISCELLANEOUS
-------------------------------------------------------------- */
.iframe-border {
	border:0
}

.clear {
	clear:both;
	line-height:0;
	height:0
}

.moregames {
	background: none repeat scroll 0% 0% #F9F9F9;
	border-top: 1px solid #DDE1EF;
	display: block;
	padding: 5px 18px;
	position: relative;
}

#widgets .moregames {
	margin: 20px -19px -20px;
}

#homepage-wrap .widget_tigu_sidebar_module_1 .moregames {
	margin: 10px -19px -20px;
}

.moregames-link {
	position: absolute;
	right: 18px;
	top: 8px;
}

.moregames-link:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 0.5em;
	speak: none;
	color: #FF3C1F;
}

.moregames a {
	color:#444;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none
}

.arrow-right {
	margin-left:8px;
	margin-top:3px;
	float:right;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #FF3C1F;
	text-decoration:none
}

.gamesnumber {
	display: inline-block;
	padding: 3px 10px;
	background: none repeat scroll 0px 0px #FF3C1F;
	color: #FFF;
	font-weight: 700;
	font-size: 11px;
	font-family: Arial,sans-serif;
	cursor: default;
}

.postviews {
	background:url(../images/post-views.png) no-repeat left;
	color:#666;
	cursor:default;
	text-transform:uppercase;
	padding:5px 0 5px 20px
}


.pagecont {
	color:#666666;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:633px!important;
}

.newstickers {
	margin-bottom:20px;
	position:relative;
	overflow:hidden
}

.video-shortcode, .soundcloud-shortcode {
	padding-bottom:15px;
}

/*	SEO BLOCK WIDGET
-------------------------------------------------------------- */

.seo-block {
	height:95px;
	padding-right:20px;
	color:#666;
	background:#fff;
	overflow:auto;
	word-wrap: break-word;
}

.tigu_seoblock_widget .widget-title {
	margin: -20px -20px 20px;
}

#footer .seo-block {
	background: none repeat scroll 0% 0% #1C1E20;
}

/*	SCROLL BUTTONS
-------------------------------------------------------------- */
.scroll-up,
.scroll-down {
	padding: 5px 8px;
	background-color: #FF3C1F;
	position:fixed;
	opacity:0;
	white-space:nowrap;
	cursor: pointer;
	right:12px;
	z-index: 9999;
}

.scroll-up,
.scroll-down {
	right:25px;
}

.scroll-down:before,
.scroll-up:before {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}

.scroll-up{
	bottom:93px;
}
.scroll-down{
	bottom:51px;
}

.scroll-down:before {
	content: '\f107';
}
.scroll-up:before {
	content: '\f106';
}


/*	BUDDYPRESS PLUGIN
-------------------------------------------------------------- */
#buddypress label {
	font-weight: 300;
}

.buddypress a.button.bp-title-button {
	background-color: transparent;
	border: none;
	font-size: 18px;
	vertical-align: inherit;
	color: #FF3C1F;
}


@media (max-width: 767px) {
	#buddypress #signup_form.standard-form div.submit {
		float: none;
	}
}

#buddypress #whats-new-post-in,
#buddypress #whats-new-submit {
	margin-top: 6px !important;
}

#buddypress #whats-new:focus {
	border: 1px solid #EAEAEA !important;
}

#buddypress .message-search {
	display: inline !important;
	float: right !important;
	width: 280px;
	margin-right: 0px !important;
	margin-top: 43px !important;
}

#buddypress #item-header #item-header-content .highlight {
	font-size: 100% !important;
}

#buddypress #item-header #item-header-content #item-meta {
	font-size: 100% !important;
}

#buddypress #item-header #item-header-content #item-meta p {
	color: #4b4b4b !important;
}

#buddypress #item-header #item-actions {
	position: relative;
	top: -8px;
}

#buddypress div.dir-search,
#buddypress .message-search {
	float: none;
	margin-top: 20px;
	height: 60px;
}

#buddypress div.dir-search input[type="text"],
#buddypress .message-search input[type="text"] {
	background-color: #f9f9f9;
	border: 1px solid #F5F5F5;
	height: 32px !important;
	width: 200px;
	margin-bottom: 0px;
	padding: 4px 6px;
	float: left;
}

#buddypress div.dir-search input[type="text"]:focus,
#buddypress .message-search input[type="text"]:focus {
	border-color: #EDEDED !important;
}

@media (max-width: 767px) {
	#buddypress div.dir-search input[type="text"],
	#buddypress .message-search input[type="text"] {
		width: 65%;
	}
}

#buddypress div.dir-search input[type="submit"],
#buddypress .message-search input[type="submit"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	color: #ffffff;
	background: #FF3C1F;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 14px;
	height: 32px;
	float: left;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-bottom: 4px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress div.dir-search input[type="submit"]:hover,
#buddypress .message-search input[type="submit"]:hover {
	text-shadow: none;
	opacity: 0.8;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress .activity #message {
	border-top: 1px solid #f5f5f5;
}

#buddypress .activity .activity-content .activity-header {
	line-height: 21px !important;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	margin-right: 0px !important;
}

#buddypress .activity .activity-content .activity-header a {
	font-family: 'Oswald', sans-serif;
}

#buddypress .activity .activity-content .activity-header a img.avatar {
	margin: 0 6px 0px 6px !important;
	position: relative;
	top: -1px;
}

#buddypress .activity .activity-content .activity-header a span {
	font-family: 'PT Sans', sans-serif;
	color: #888888 !important;
}

#buddypress .activity .activity-content .activity-inner {
	margin-top: 11px;
}

#buddypress .activity .activity-content .activity-inner p {
	margin: 0px !important;
}
#buddypress .activity .activity-content .activity-meta {
	font-family: 'Oswald', sans-serif;
	margin: 0px !important;
}

#buddypress .activity .activity-content .activity-meta a {
	border: none !important;
	padding: 4px 8px 4px 0px !important;
}

#buddypress .activity .activity-content .activity-meta a:hover,
#buddypress .activity .activity-content .activity-meta a:focus {
	background: none !important;
}

#buddypress .activity ul.item-list {
	padding-top: 9px;
}

#buddypress .activity ul.item-list li {
	border: none !important;
}

#buddypress .activity .activity-comments ul {
	padding: 0px !important;
}

#buddypress .activity .activity-comments ul .acomment-avatar img {
	width: 40px !important;
	height: 40px !important;
}

#buddypress .activity .activity-comments form {
	padding: 0px !important;
	margin: 0px !important;
}


#buddypress .activity .activity-comments .acomment-content,
#buddypress .activity .activity-comments .acomment-content p {
	margin: 0px !important;
}

#buddypress .activity .activity-comments .acomment-options {
	margin: 0px 0px 5px 49px !important;
}

#buddypress .activity .created_group .activity-avatar img,
#buddypress .activity .joined_group .activity-avatar img,
#buddypress .activity .friendship_created .activity-avatar img {
	width: 50px !important;
	height: 50px !important;
	margin: 0 10px 0 0 !important;
}

#buddypress .activity .created_group .activity-header p,
#buddypress .activity .joined_group .activity-header p,
#buddypress .activity .friendship_created .activity-header p {
	font-size: 14px !important;
}

#buddypress .activity .created_group .activity-meta,
#buddypress .activity .joined_group .activity-meta,
#buddypress .activity .friendship_created .activity-meta {
	margin-top: 2px !important;
}

#buddypress .activity .ac-reply-avatar img {
	display: none;
}

#buddypress .activity .ac-reply-content {
	padding-left: 0px !important;
}

#buddypress .activity .ac-reply-content input[type="submit"] {
	margin-top: 0px !important;
}

#buddypress .activity .ac-reply-content .ac-textarea {
	border: none !important;
	padding: 0px !important;
}

#buddypress .activity .ac-reply-content .ac-textarea textarea {
	border: 1px solid #EDEDED !important;
	width: 98% !important;
}

#buddypress #message p {
	margin-top: 30px !important;
}

#buddypress .standard-form input[type="checkbox"] {
	position: relative;
}

#buddypress .item-list-tabs ul li.selected a {
	color: #ffffff !important;
	background-color: #FF3C1F;
}

#buddypress .item-list-tabs ul li.selected span {
	color: #FFFFFF !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
	text-decoration: none !important;
}

#buddypress .item-list-tabs ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: normal !important;
	padding: 5px 12px 5px 12px !important;
	opacity: 1 !important;
	color: #777777 !important;
	margin-right: 5px;
}

#buddypress .item-list-tabs ul li a:hover {
	text-decoration: none !important;
	opacity: 0.8 !important;
}

#buddypress .item-list-tabs ul li a span {
	border-radius: 0px !important;
	font-size: 100% !important;
	padding: 1px 9px !important;
	vertical-align: none !important;
	border: none !important;
	background-color: #f2f2f2 !important;
	margin: 0px 0px 0px 5px !important;
	position: relative;
	right: -5px;
}

#buddypress .item-list-tabs .last {
	margin-top: 10px !important;
	padding: 50px 0px 10px 0px;
}

#buddypress .item-list-tabs .last label {
	display: inline-block;
	top: -3px;
	position: relative;
	margin-right: 10px;
}

#buddypress .radio {
	list-style: none;
}

#buddypress .groups .pagination {
	font-size: 100% !important;
}

#buddypress .groups .pagination .pag-count {
	margin-left: 0px !important;
}

#buddypress .groups .item-list .item-title span {
	font-size: 100% !important;
}

#buddypress .groups .item-list .action {
	top: 31px !important;
}

@media (max-width: 767px) {
	#buddypress .groups .item-list .action {
		top: 0px !important;
		margin-left: 0px !important;
		margin-top: 3px !important;
	}
}

#buddypress .groups .item-list .item {
	margin-left: 0px !important;
}

#buddypress .groups .item-title {
	width: auto !important;
	display: inline-block;
	font-size: 16px !important;
	font-family: 'Oswald', sans-serif;
	margin-right: 10px !important;
}

#buddypress .groups .item-meta {
	float: right;
	color: #FF3C1F;
}

@media (max-width: 767px) {
	#buddypress .groups .item-meta {
		float: none;
	}
}

#buddypress .groups .item-desc {
	display: block;
	margin: 0px !important;
	width: 66% !important;
}

#buddypress .groups .item-desc p {
	margin-bottom: 0px !important;
	line-height: 21px;
	font-size: 14px !important;
}

#buddypress .groups .action {
	position: static !important;
}

#buddypress .members .item-list {

}

@media (max-width: 767px) {
	#buddypress .members .item-list .item {
		margin-left: 60px !important;
	}
	#buddypress .members .item-list .action {
		margin-left: 60px !important;
	}
}

#buddypress .members .item-list .item-title span {
	font-size: 100% !important;
}

#buddypress .item-list h5 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="password"] {
	background-color: #f9f9f9 !important;
	border: 1px solid #F5F5F5 !important;
	height: 24px !important;
	margin-bottom: 0px !important;
	padding: 4px 6px !important;
}

#buddypress .standard-form input[type="text"]:focus,
#buddypress .standard-form input[type="password"]:focus {
	border-color: #EDEDED !important;
}

#buddypress .standard-form input[type="password"] {
	background-color: #f9f9f9 !important;
	border: 1px solid #F5F5F5 !important;
	height: 24px !important;
	margin: 5px 0 5px 0px !important;
	padding: 4px 6px !important;
}

#buddypress .standard-form input[type="password"]:focus {
	border-color: #EDEDED !important;
}

#buddypress .standard-form textarea {
	background-color: #f9f9f9 !important;
	border: 1px solid #F5F5F5 !important;
	margin-bottom: 0px !important;
	padding: 4px 6px !important;
}

#buddypress .standard-form textarea:focus {
	border-color: #EDEDED !important;
}

#buddypress form#whats-new-form textarea {
	padding: 15px;
	overflow: hidden;
}

#buddypress #avatar-upload {
	padding-top: 6px;
}

#buddypress input[type="file"] {
	font-size: 14px;
	vertical-align: baseline;
	height: auto !important;
}

#buddypress .generic-button a,
#buddypress .submit input[type="submit"],
#buddypress .ac-reply-content input[type="submit"],
#buddypress .standard-form input[type="submit"],
#buddypress .standard-form .button-nav .current a,
#buddypress .standard-form .button,
#buddypress input[type="submit"],
#buddypress a.accept,
#buddypress .standard-form #group-create-body input[type="button"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #FF3C1F;
	color: white !important;
	border: none !important;
	font-family: 'Oswald', sans-serif;
	font-weight: normal !important;
	font-size: 14px !important;
	padding: 5px 12px 7px 12px !important;
	margin-bottom: 4px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress .generic-button a:hover,
#buddypress .submit input[type="submit"]:hover,
#buddypress .ac-reply-content input[type="submit"]:hover,
#buddypress .standard-form input[type="submit"]:hover,
#buddypress .standard-form .button-nav .current a:hover,
#buddypress .standard-form .button:hover,
#buddypress input[type="submit"]:hover,
#buddypress a.accept:hover,
#buddypress .standard-form #group-create-body input[type="button"]:hover {
	text-shadow: none;
	opacity: 0.8;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress #activate-page .standard-form input[type="text"] {
	background-color: #f9f9f9 !important;
	border: 1px solid #F5F5F5 !important;
	height: 24px !important;
	width: 400px !important;
	margin-bottom: 0px;
	padding: 4px 6px !important;
	float: left;
	/* responsive phone */
}

#buddypress #activate-page .standard-form input[type="text"]:focus {
	border-color: #EDEDED !important;
}

@media (max-width: 767px) {
	#buddypress #activate-page .standard-form input[type="text"] {
		width: 214px !important;
	}
}

#buddypress #activate-page .standard-form .submit {
	padding: 0px !important;
}

#buddypress #activate-page .standard-form input[type="submit"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none !important;
	color: #ffffff !important;
	background: #FF3C1F;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 14px;
	height: 34px;
	float: left;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-bottom: 4px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress #activate-page .standard-form input[type="submit"]:hover {
	text-shadow: none;
	opacity: 0.8;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#buddypress .pagination {
	font-size: 100% !important;
	font-weight: 300;
	text-transform: inherit;
	font-family: "Open Sans", sans-serif;
}

#buddypress .pagination .pag-count {
	margin-left: 0px !important;
}

/*	BBPRESS PLUGIN
-------------------------------------------------------------- */
.bbp-breadcrumb p{
	margin: 0px 0px 10px 0px!important;
	padding: 0px!important;
}

#bbpress-forums form div {
	margin: 0;
}

.bbp-search-form {
	background-color: #F9F9F9;
	border: 1px solid #DDE1EF;
	padding: 20px;
	float: none !important;
	margin-bottom: 20px;
}

#bbpress-forums .bbp-search-form input[type="text"] {
	height: 32px;
	padding: 0px 10px;
	background-color: #FFF;
	border-right: medium none;
	color: #A5A5A5;
}

#bbpress-forums #bbp-search-form #bbp_search {
	width: 556px;
}

#bbp_search{
	border: 1px solid #DDE1EF!important;
}

#bbp_search_submit{
	border: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px!important;
	font-weight: normal!important;
	color: #fff!important;
	background: #FF3C1F;
	padding: 4px 10px!important;
	text-transform: uppercase;
	cursor: pointer;
	height: 30px;

	margin-left: -3px;
}

#bbp_search_submit:hover{
	background: #242424;
}

.bbp-forums{
	border: 1px solid #DDE1EF!important;
	background: #fff!important;
}

.bbp-header{
	border: none!important;
	background: #f9f9f9!important;
}

.forum-titles{
	font-family: 'Oswald', sans-serif;
	font-size: 18px!important;
	font-weight: normal!important;
	color: #444!important;
	padding: 10px 0px 10px 10px!important;
	text-transform: uppercase;
}

.bbp-body{
	background: #fff!important;
}

.bbp-body ul{
	padding: 20px 0px 10px 20px!important;
	background: #fff!important;
}

.bbp-forum-title{
	font-family: 'Oswald', sans-serif;
	font-size: 16px!important;
	font-weight: normal!important;
	color: #FF3C1F;
	padding: 0px!important;
	text-transform: uppercase;
}

.bbp-forum-freshness{
	display: block;
}

.bbp-topic-meta{
	display: block;
}

.bbp-author-avatar{
	display: block;
	width: 14px;
	height: 14px;
	float: left;
}

.bbp-author-avatar img{
	border: none!important;
}

.bbp-topic-meta img {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0px!important;
	padding: 0px 0px 0px 20px!important;
	border: none!important;
}

.bbp-author-name{
	float: left!important;
	padding: 0px 0px 0px 30px!important;
	line-height: 14px;
	font-size: 13px!important;
}

#bbp-user-avatar .fn{
	display: inline-block!important;
	position: relative;
	width: 150px!important;
	height: 150px!important;
	float: left!important;
	margin: 0px!important;
	padding:0!important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	width: 150px!important;
	height: 150px!important;
}

.bbp-user-profile-link a{
	display: none!important;
}

#bbp-user-navigation{
	display: inline-block!important;
	margin: 20px 0px 0px 0px!important;
	padding: 0px!important;
}

#bbp-user-navigation li span a{
	margin: 0px!important;
	padding: 3px 10px 2px 10px!important;
}

.entry-title{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
}

.bbp-user-section p{
	margin: 0px!important;
	padding: 0px!important;
}

.bbp-topic-meta .bbp-topic-started-by a {
	margin: 0px!important;
	padding: 0px!important;
	display: inline!important;
	float: none!important;
}
.bbp-topic-meta .bbp-topic-started-by a img{
	margin: 0px!important;
	padding: 0px!important;
	display: inline!important;
	float: none!important;
}


.bbp-topic-meta .bbp-topic-started-by  .bbp-author-name{
	margin: 5px 0px 0px 0px!important;
}


#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color:#fff;
}

.bbp-reply-header{
	border-top: 1px solid #DDE1EF!important;
	background: #fff!important;
}

.bbp-reply-header a{
	font-family: Arial, sans-serif;
	background: #fff!important;
	font-size: 12px!important;
	font-weight: normal!important;
	color: #FF3C1F!important;
	padding: 0px!important;
	text-transform: capitalize;
}

.bbp-meta a{
	font-family: Arial, sans-serif;
	background: #fff!important;
	font-size: 12px!important;
	font-weight: normal!important;
	color: #FF3C1F!important;
	padding: 0px!important;
	text-transform: capitalize!important;
}

.bbp-admin-links span {
	margin: 0px 0px 0px 0px!important;
	display: block!important;
}

.bbp-reply-author a img{
	display: block!important;
	width: 45px!important;
	height: 45px!important;
	margin: 0px 0px 0px 35px!important;
	float: none!important;
}

.bbp-reply-author a {
	margin: 10px 0px 0px 0px!important;
	padding: 0px!important;
	float: none!important;
}

.bbp-author-role {
	margin: -20px 0px 0px 0px!important;
	padding: 0px!important;
}

.bbp-topic-permalink{
	font-family: 'Oswald', sans-serif;
	font-size: 16px!important;
	font-weight: normal!important;
	color: #FF3C1F!important;
	padding: 0px!important;
	text-transform: uppercase;
}


.bbp-submit-wrapper button{
	border: none;
	font-family: 'Oswald', sans-serif;
	font-size: 16px!important;
	font-weight: normal!important;
	color: #fff!important;
	background: #FF3C1F;
	padding: 3px 10px!important;
	text-transform: uppercase;
	cursor: pointer;
}

.bbp-submit-wrapper button:hover{
	background: #242424;
}

.bbp-the-content{
	border: 1px solid #DDE1EF!important;
}

.bbp-form p input {
	padding: 5px 10px!important;
}

#subscription-toggle{
	display: none!important;
}

.bbp-footer{
	display: none;
}

/*	- TOOLTIP - http://qtip2.com
-------------------------------------------------------------- */

.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 24px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}

.qtip-content{
	position: relative;
	padding: 4px 10px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

.qtip-titlebar{
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: bold;
}

.qtip-titlebar + .qtip-content{
	border-top-width: 0 !important;
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
	display: block;
	text-indent: -1000em;
	direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.qtip-icon .ui-icon{
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma,sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}

.qtip-focus{}

.qtip-hover{}

.qtip-default{
	border: 3px solid #F9F9F9;
	background-color: #FF3C1F;
	color: #fff;
}

.qtip-default .qtip-titlebar{
	background-color: #FFEF93;
}

.qtip-default .qtip-icon{
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
	border-color: #AAA;
	color: #111;
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}

.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

x:-o-prefocus, .qtip .qtip-tip{
	visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
	position: absolute;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{
	top: 0;
	left: 0;
}

.qtip .qtip-tip .qtip-vml{
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible;
}

#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

#qtip-overlay.blurs{
	cursor: pointer;
}

#qtip-overlay div{
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: black;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix{
	position: absolute !important;
}


/*	- MAGNIFIC POPUP
/*------------------------------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	padding-right: 21px;
	/* responsive phone */
}
@media (max-width: 767px) {
	.mfp-counter {
		padding-right: 9px;
	}
}
.mfp-arrow {
	font-family: 'FontAwesome';
	font-size: 30px;
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:before {
	content: '\f053';
	color: #ffffff;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:before {
	content: '\f054';
	color: #ffffff;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:before {
	bottom: 40px;
	content: "";
	display: block;
	height: 20%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	/* IE6-9 */
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: auto;
	padding: 0px;
	z-index: 1;
	/* responsive phone */
}
@media (max-width: 767px) {
	.mfp-bottom-bar {
		margin-bottom: 44px;
	}
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding: 0px 80px 0px 21px;
	font-size: 18px;
	font-family: "Oswald",sans-serif;
	/* responsive phone */
}
@media (max-width: 767px) {
	.mfp-title {
		padding-left: 10px;
	}
}
@media (max-height: 320px) {
	.mfp-title {
		display: none;
	}
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
       .mfp-img-mobile .mfp-image-holder {
       	padding-left: 0;
       	padding-right: 0;
       }
       .mfp-img-mobile img.mfp-img {
       	padding: 0;
       }
       .mfp-img-mobile .mfp-figure:after {
       	top: 0;
       	bottom: 0;
       }
       .mfp-img-mobile .mfp-figure:before {
       	bottom: 0px;
       }
       .mfp-img-mobile .mfp-figure small {
       	display: inline;
       	margin-left: 5px;
       }
       .mfp-img-mobile .mfp-bottom-bar {
       	background: rgba(0, 0, 0, 0.6);
       	bottom: 0;
       	margin: 0;
       	top: auto;
       	padding: 3px 5px;
       	position: fixed;
       	-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
       	box-sizing: border-box;
       }
       .mfp-img-mobile .mfp-bottom-bar:empty {
       	padding: 0;
       }
       .mfp-img-mobile .mfp-counter {
       	right: 5px;
       	top: 3px;
       }
       .mfp-img-mobile .mfp-close {
       	top: 0;
       	right: 0;
       	width: 35px;
       	height: 35px;
       	line-height: 35px;
       	background: rgba(0, 0, 0, 0.6);
       	position: fixed;
       	text-align: center;
       	padding: 0;
       }
   }
   @media all and (max-width: 900px) {
   	.mfp-arrow {
   		-webkit-transform: scale(0.75);
   		transform: scale(0.75);
   	}
   	.mfp-arrow-left {
   		-webkit-transform-origin: 0;
   		transform-origin: 0;
   	}
   	.mfp-arrow-right {
   		-webkit-transform-origin: 100%;
   		transform-origin: 100%;
   	}
   	.mfp-container {
   		padding-left: 6px;
   		padding-right: 6px;
   	}
   }
   .mfp-ie7 .mfp-img {
   	padding: 0;
   }
   .mfp-ie7 .mfp-bottom-bar {
   	width: 600px;
   	left: 50%;
   	margin-left: -300px;
   	margin-top: 5px;
   	padding-bottom: 5px;
   }
   .mfp-ie7 .mfp-container {
   	padding: 0;
   }
   .mfp-ie7 .mfp-content {
   	padding-top: 44px;
   }
   .mfp-ie7 .mfp-close {
   	top: 0;
   	right: 0;
   	padding-top: 0;
   }
   /* Zoom */
   .image-source-link {
   	color: #98C3D1;
   }
   .mfp-with-zoom .mfp-container,
   .mfp-with-zoom.mfp-bg {
   	opacity: 0.001;
   	-webkit-backface-visibility: hidden;
   	/* ideally, transition speed should match zoom duration */
   	-webkit-transition: all 0.3s ease-out;
   	-moz-transition: all 0.3s ease-out;
   	-o-transition: all 0.3s ease-out;
   	transition: all 0.3s ease-out;
   }
   .mfp-with-zoom.mfp-ready .mfp-container {
   	opacity: 1;
   }
   .mfp-with-zoom.mfp-ready.mfp-bg {
   	opacity: 0.8;
   }
   .mfp-with-zoom.mfp-removing .mfp-container,
   .mfp-with-zoom.mfp-removing.mfp-bg {
   	opacity: 0;
   }
   .mfp-bg {
   	z-index: 10000;
   }
   .mfp-wrap {
   	z-index: 10000;
   }

   /*	EASY DIGITAL DOWNLOADS
   -------------------------------------------------------------- */
   .download.type-download {
   	background: transparent;
   	border: none;
   }


/*	BIDIRECTIONALITY SETTINGS (NOTHING TO CHANGE HERE)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}


/* ============================================================ */
/* ===== GLOBAL MEDIA QUERIES ================================= */
/* ============================================================ */


/*	RESPONSIVE ADS
-------------------------------------------------------------- */
@media (min-width: 1200px) {
	.td-desktop {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.td-tablet-l {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-tablet-l {
		display: none;
	}
}

@media (max-width: 767px) {
	.td-tablet-l {
		display: none;
	}
}

@media (min-width: 501px) and (max-width: 1018px) {
	.td-tablet-p {
		display: block;
	}
}

@media (max-width: 500px) {
	.td-phones {
		display: block;
	}
}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 1192
-------------------------------------------------------------- */
@media (min-width: 1019px)  and (max-width: 1100px) {

	#wrapper-menu {
		margin: 0 20px;
		width: auto;
	}

	.header-inner {
		display: block;
		width: auto;
	}

	#wrapper-footer {
		width: auto;
	}

	#boxed-slider-wrap,
	#logo-full {
		width: auto;
	}

	.modern-ticker {
		width: auto;
	}

	#td-modular-slider {
		width: auto;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#td-modular-slider .col-250 {
		display: none;
	}

	#td-modular-slider .grid {
		width: auto;
	}

	.td-minibanners .td-banner125 {
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		width: auto;
		text-align: center;
	}

	.td-minibanners .td-banner125:nth-child(2n+2),
	.td-minibanners .td-banner125:nth-child(2n+3) {
		margin-bottom: 20px;
	}

}


/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1018px) {

	body {
	}


	.grid,
	.grid-right {
		float: none;
	}

	#container,
	.msie-box,
	#header,
	#wrapper-menu {
		max-width: 748px;
	}

	.header-inner {
		text-align: center;
		padding: 1em 0;
		display: block;
		max-width: 748px;
		width: auto;
		height: auto;
	}

	.header-inner h1 {
		margin: 0px auto;
	}

	.header-inner h1 a {
		line-height: 2em;
	}

	#wrapper-menu {
		margin: 0 20px;
		width: auto;
	}

	.widget-wrapper.widget_tigu_home_module_1 .grid-image.big-wrap,
	.widget-wrapper.widget_tigu_home_module_2 .grid-image.big-wrap,
	.widget-wrapper.widget_tigu_home_module_3 .grid-image.big-wrap,
	.widget-wrapper.widget_tigu_sidebar_module_1 .grid-image.big-wrap,
	.widget-wrapper.widget_tigu_sidebar_module_2 .grid-image.big-wrap,
	.widget-wrapper.widget_tigu_sidebar_module_3 .grid-image.big-wrap  {
		width: 100%;
	}

	#logo {
		display: block;
		height: auto;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.top-ad-728 {
		display: block;
		margin-top: 20px;
		width: auto;
	}


}


/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media screen and (max-width: 1018px) {

	#header-search {
		display: none;
	}

	#mobile-search {
		display: block;
		padding: 10px 0;
	}

	.top-menu{
		float: none;
		text-align: center!important;
	}

	.flickr-badges .flickr_badge_image a img {
		width: 100%;
		margin-bottom: 10px;
	}

	#wrapper-footer {
		width: auto;
	}

	#boxed-slider-wrap,
	#logo-full {
		width: auto;
	}

	.modern-ticker {
		width: auto;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#td-modular-slider .col-250 {
		display: none;
	}

	#td-modular-slider .grid {
		width: auto;
	}

	#td-modular-slider {
		width: auto;
		height: auto;
	}

	.td-fullscreen {
		display: none;
	}

	.td-content-inner-single,
	.td-content-inner-no-comm {
		width: auto;
	}

	.td-post-details-2 {
		margin-left: 0;
	}

	.is-sticky .td-sticky {
		-webkit-transform: translateZ(0);
		-webkit-animation: 0s ease 0s normal none 1 none; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: 0s ease 0s normal none 1 none; /* Firefox < 16 */
		-ms-animation: 0s ease 0s normal none 1 none; /* Internet Explorer */
		-o-animation: 0s ease 0s normal none 1 none; /* Opera < 12.1 */
		animation: 0s ease 0s normal none 1 none;
	}

	.js .main-nav {
		position: relative;
		background-color: #222;
		clear: both;
		margin: 0 auto;
	}

	.js .main-nav .menu {
		display: none;
		position: static; /*set absolute to open menu over content*/
		width: 100%;
		border: none;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 0;
		box-shadow: none;
	}

	.js .main-nav .menu, menu ul {
		margin: 0 auto;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #fff;
		font-size: 13px;
		font-weight: normal;
		height: 45px !important;
		line-height: 45px !important;
		padding: 0 15px;
		border-top: 1px solid #393939;
		border-bottom: 1px solid #181818;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu a {
		background-color: #222;
	}

	.js .main-nav .sub-menu li > a:after {
		padding-left: 0;
		content: '';
	}

	.js .main-nav .menu .current_page_item a,
	.js .main-nav .menu .current-menu-item a {
		background-color: #2A2A2A;
	}


	.js .main-nav .sub-menu .current_page_item a,
	.js .main-nav .sub-menu .current-menu-item a {
		background-color: #2A2A2A !important;
		color: #fff;
	}

	.js .main-nav .sub-menu .current-menu-item li a {
		background-color: #2A2A2A !important;
		color: #fff;
	}

	.js .main-nav .menu li li {
		background: #222;
		color: #fff;
	}

	.js .main-nav .menu li li a {
		background-color: #222 !important;
		color: #fff;
	}

	.js .main-nav .menu li li a:hover {
		background: #2A2A2A !important;
		color: #fff;
	}

	.js .main-nav .menu li li:hover {
		background: #2A2A2A !important;
	}

	.js .main-nav .menu a:hover {
		background-color: #2A2A2A;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 48px;
	}

	.js .main-nav ul.menu > li:hover {
		background-color: #2A2A2A;
	}

	.js .main-nav .menu li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li li li a:after {
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #222;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 15px 40px 15px 20px;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 17px;
		text-transform: uppercase;
		cursor: pointer;
	}

	.js .main-nav a#mobile_menu_button:before { /*	MOBILE MENU BUTTON */
		display: inline-block;
		background-clip: content-box;
		-moz-background-clip: content-box;
		-webkit-background-clip: content-box;
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 24px;
		content: '\f0c9';
		left: 100%;
		top: 0.6em;
		position: absolute;
		margin-left: -50px;
		cursor: pointer;
		vertical-align: top;
	}

	.js .main-nav a#mobile_menu_button:before {
		margin-left: -48px;
	}

	#wrapper-footer {
		padding: 0;
	}

	.saboxplugin-wrap {
		width: auto;
	}

	.td-minibanners .td-banner125 {
		margin-right: 10px;
		margin-bottom: 0;
		float: none;
		display: inline-block;
	}

	.td-minibanners .td-banner125:nth-child(2n+2),
	.td-minibanners .td-banner125:nth-child(2n+3) {
		margin-bottom: 20px;
	}

	.td-minibanners {
		text-align: center;
	}

}




/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 767
/*------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.post-entry p {
		clear: both;
	}

	a img.alignleft {
		float: none;
		width: auto;
	}

	.header-inner h1 {
		margin: 10px 0px 5px;
	}

	.header-inner h1 a {
		padding: 5px 10px;
	}

	.navigation {
		text-align: center;
	}

	.navigation .next,
	.navigation .previous {
		float: none;
	}

	.top-menu li a {
		text-transform: inherit;
	}

	.td-sticky,
	#td-absolute-sticky  { /*disable sticky menu on mobile*/
		position: relative!important;
	}

	#gametabs .tab-links a {
		display: block;
	}

	#gametabs .tab-links li {
		float: none;
		border-bottom: 1px solid #DDE1EF;
	}

	#gametabs ul {
		border-bottom: none;
	}

	#td-home-tabs .tabs-wrapper .tabs ul {
		border-bottom: 0;
	}

	#td-home-tabs .tabs-wrapper .tab-links li {
		float: none;
		border-bottom: 1px solid #DDE1EF;
	}

	#td-home-tabs .tabs-wrapper .tab-links a {
		display: block;
	}

	.homepage-block-tabs h2, .homepage-block-tabs h2 a {
		font-size: 10px;
		line-height: 1.2em;
	}

	#author-meta img {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 20px 0 0;
	}

	#author-meta .about-author {
		text-align: center;
		margin: 10px 0px 0px;
	}

	#author-meta .auth-desc {
		padding: 10px 20px;
		text-align: center;
	}

	.saboxplugin-wrap .saboxplugin-web {
		margin: 0 0 20px;
		text-align: center;
	}

	.saboxplugin-wrap .saboxplugin-authorname {
		margin: 0 0 10px;
	}

	.saboxplugin-wrap .saboxplugin-gravatar {
		padding: 20px 0 10px;
	}

	#container,
	.msie-box,
	#header,
	.header-inner,
	#wrapper-menu {
		max-width: 748px;
	}

	.header-inner {
		text-align: center;
		padding: 1em 0 0;
		display: block;
		width: auto;
		height: auto;
	}

	.td-wrapper-box {
		width: auto;
		margin: 0px 20px;
	}

	#logo {
		display: block;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.top-ad-728 {
		display: block;
		margin-top: 20px;
		width: auto;
	}

	#wrapper-content {
		max-width: 748px;
	}

	.colophon-module h3,
	.colophon-module .call-to-action {
		display: block;
		text-align: center;
	}

	.colophon-module .call-to-action a.button {
		display: inline-block;
	}

	.colophon-module {
		height: auto;
	}

	.copyright,
	.copyright a {
		display: block;
		text-align: center;
	}

	.footer-menu {
		text-align: center;
		float: none;
		display: block;
	}

	.td-social-box-share {
		margin: 20px auto;
		text-align: center;
	}

	.td-minishare-box {
		text-align: center;
	}

	.td-social-box-share a {
		margin-bottom: 3px;
	}

	.td-switch {
		display: none;
	}
}


/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 480
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	body {
	}

	.td-related-content .grid {
		float: none;
	}

	.td-related-content .col-340:nth-child(2n+2) {
		margin-right: inherit;
	}

	.td-related-content .td-wrap-content {
		margin: 20px 18px 0;
	}

	.td-related-content img.wp-post-image, .td-related-content img {
		margin-bottom: 5px;
		margin-top: 0;
	}

	.review-short-summary {
		padding: 10px;
	}

	.td-minishare-box ul li {
		display: block;
		margin-bottom: 10px;
	}

	.homepage-block-tabs .grid-image {
		width: auto;
		margin-bottom: 20px;
	}

	.homepage-block-tabs h2, .homepage-block-tabs h2 a {
		font-size: 12px;
	}

	.td-minibanners {
		margin: 0 auto;
		width: 100%;
	}

	.td-minibanners .td-banner125 {
		margin-bottom: 10px;
		float: left;
	}

	.td-minibanners .td-banner125 img {
		max-width: 125px;
		width: 100%;
	}


	.td-minibanners .td-banner125:nth-child(2n+3) {
		margin-bottom: 0;
	}

	.td-banner125.right {
		margin-right:0;
	}


}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 320
-------------------------------------------------------------- */
@media screen and (max-width: 320px) {

	body {
	}

	.header-inner {
		margin: 0 8px;
	}

	.td-wrapper-box,
	#td-modular-slider,
	#wrapper-content  {
		margin: 0px 8px;
	}

	#wrapper-footer {
		padding: 0;
	}

	#footer .widget-wrapper {
		padding: 20px 8px;
	}

	.td-social-border a {
		display: block;
	}

	.scroll-up, .scroll-down {
		right: 15px;
	}


	.td-minibanners {
		margin: 0 auto;
		width: 100%;
	}

	.td-minibanners .td-banner125 {
		margin-bottom: 10px;
		float: left;
	}

	.td-minibanners .td-banner125 img {
		max-width: 125px;
		width: 100%;
	}

	.td-minibanners .td-banner125:nth-child(2n+2) {
		margin-bottom: 0;
	}

	.td-minibanners .td-banner125:nth-child(2n+3) {
		margin-bottom: 0;
	}

	.td-banner125.right {
		margin-right:0;
	}

	.owl-carousel .td-small-module h2 {
		top: 250px;
	}

	.td-owl-date {
		display: block;
		left: 20px;
		text-transform: uppercase;
		position: absolute;
		top: 220px;
	}

	.td-related-box .block-meta {
		margin: 0;
	}

}