/* 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;
}
body.mobile-menu-active {
	overflow-y: hidden 
}
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: 32px;
	line-height: 40px;
	margin-top: 33px;
	margin-bottom: 23px;
}
h2 {
	font-size: 27px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px;
}
h4 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
}
h5 {
	font-size: 17px;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 11px;
}
h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 11px;
}
.wp-block-file a, .wp-block-calendar a, .wp-block-latest-posts.is-grid li a, .wp-block-rss__item-title a{
	color: #4db2ec;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style: none;
	margin-bottom: 8px !important;
	margin-left: 0;
	padding-bottom: 7px;
	border-bottom: 1px dashed #f1f1f1;
}
.wp-block-latest-posts.is-grid li {
	border:none!important;
}
.wp-block-group__inner-container {
	padding:10px;
}
.wp-block-separator {
	max-width: 100px;
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto;
}
.wp-block-separator.is-style-wide {
	border-width: 0 0 1px 0;
}
.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-text strong {
	color: #fff;
}
.wp-block-cover-image.has-left-content, 
.wp-block-cover.has-left-content {
    margin-left: 0;
    text-align: left;
	justify-content: center;
}
.alignwide {
	margin-bottom:24px;
}

.wp-block-cover.has-background-dim {
	justify-content: center;
    align-items: center;
 
}

.wp-block-cover.has-background-dim.aligncenter{
	max-width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    color: #313131;
	margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
}

.wp-block-cover, 
.wp-block-cover-image {
	margin-bottom:24px!important;
}

.blocks-gallery-grid, 
.wp-block-gallery {
	margin-top:10px;
}

.more-link {
	display: block;
	padding: 10px 0;
}
.page-nav .current {
	background-color: #4db2ec;
	color: #fff;
	border-color: #4db2ec;
}
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 0;
}
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;
}
#simple-translate {
	display:none;
}
.fontawesome::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
/* HELPER -------------------------------------------------------------- */
.d__n {
	display:none;
}
.d__b {
	display:block;
}
.td__center {
	text-align: center;
}
.m_b_40 {
	margin-bottom:40px;
}
.m_t_40 {
	margin-top:40px;
}
/* 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;
   }
}
.sticky h3.entry-title a{
	color: #00a1ff;
}
/* MARGINS & PADDINGS -------------------------------------------------------------- */
p, hr, dl, pre, address, blockquote {
	margin: 20px 0 20px;
}
.post-edit {
	margin: 20px 0 0;
	color: #ff0000;
}
table, form {
	margin: 0;
}
th, td {
	padding: .8em;
}
caption {
	padding-bottom: .8em;
}
blockquote {
	padding: 1em 1em 0.3em;
	margin: 30px 0;
}
code {
	position: relative;
	top: -1px;
	border: none;
	background-color: #F1F1F1;
	padding: 2px 6px;
}
pre {
	background-color: #f1f1f1;
	padding: 4px 10px;
	border: none;
	border-radius: 0;
	margin-top: 24px;
	overflow: auto;
}
blockquote p {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	color: #4db2ec;
	word-wrap: break-word;
}
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;
}
.d__n {
	display: none;
}
/* 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 -------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	background:#444;
	color: #222;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-style: normal;
	background-size: auto;
}
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, iframe {
	max-width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
/* LINKS -------------------------------------------------------------- */
a {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #00a1ff;
	outline: 0;
}
a:focus, a:active {
	color: #00a1ff;
	outline: 0;
	text-decoration: none;
}
::selection {
	background:#b8b8b8;
	text-shadow: none;
	color:#fff 
}
::-moz-selection {
	background:#b8b8b8;
	color:#fff 
}
::-webkit-selection {
	background:#b8b8b8;
	color:#fff 
}
/* FORMS -------------------------------------------------------------- */
label {
	display: block;
	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;
	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 
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	color:#444;
	font-weight: 400;
	margin:20px 0;
}
.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%;
}
.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: 100%;
	margin-right: 0;
	position: relative;
}
.grid-image.col-70:nth-child(7n+7) {
	margin-right:0;
}
#td-home-wide .td-friv.grid-image {
	margin-right:12px;
}
#td-home-wide .td-friv.grid-image.col-70:nth-child(13n+13) {
	margin-right:0;
}
#td-home-wide .td-friv.grid-image.col-70:nth-child(7n+7) {
	margin-right:10px;
}
/* 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;
}
#homepage-wrap, #main-wrapper, #content, #widgets {
   /*margin-top: 40px;
   */
}
#main-wrapper-full {
	max-width:1060px;
	overflow:hidden;
	display: block;
	margin:0 auto;
	clear: both;
	margin: 0 0 40px;
	border:1px solid #DDE1EF;
}
.td-wide {
	width: 100%;
}
#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 {
	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 .grid {
	float: none;
}
.header-inner h1 {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.header-inner h1 a {
	display: flex;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #000;
	padding: 0;
}
.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: 0 0 0 -3px;
}
#logo-full {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
#text-logo-full {
	text-align: center;
	margin: 0 auto;
	display: block;
	margin: 40px 0;
}
#logo: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: #8b8b8b;
	font-weight: 700;
	text-decoration: none;
}
.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
}

#td-hero-header .td-hero-footer-img {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2000;
    width: 100%;
	z-index: 1;
	bottom: 0;
}

#td-hero-header::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(8, 8, 8, 0.4);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

/* TOP MENU -------------------------------------------------------------- */
.top-menu-wrap {
	font-family: "Archivo Narrow",sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
}
.top-menu {
	background-color: #1c1f26;
	padding: 0 0 0 20px;
	margin: 0 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;
	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: 0.9;
}
/* RIGHT MENU -------------------------------------------------------------- */
.td-right-wrap {
	position: relative;
}
.td-right-icons {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.right-menu {
	padding: 0;
	margin: 0 auto;
	display: inline-block;
}
.right-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}
.right-menu li a {
	color: #000;
	padding: 0 7px 0 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
}
.right-menu > li:last-child > a {
	padding: 0;
}
.right-menu > li:first-child > a {
	padding: 0 7px 0 0;
}
.right-menu li a:hover {
	color: #f63a3a;
}
.right-menu i {
	padding-right: 5px;
	color: #f63a3a;
	font-size: 22px;
	vertical-align: bottom;
}
/* 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: 'Font Awesome 5 Free';
	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: #212630;
	color: #fff;
	height: 35px;
	border: none;
}
#navigation-bar #header-search #searchform input[type="text"]:hover {
	width:200px;
}
#mobile-search {
	display: none;
}
.td-fallback-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	justify-content: left;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}
.td-fallback-menu li a {
	color: #fff;
	display: block;
	padding: 0 .9em;
	font-weight: 300;
}
/* SEARCH ON MAIN MENU -------------------------------------------------------------- */
.menu-search-wrap {
	position: relative;
	margin: 0;
}
.menu-search-wrap #search-container {
	position: relative;
	cursor:pointer;
}
.menu-search-wrap #search-container .fa-search {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 1.5em;
	margin-top: -38px;
}
.menu-search-wrap div.td-expand {
	display:none;
	border: 1px solid #CCC;
}
.menu-search-wrap .td-search-form div {
	margin-bottom: 0;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.menu-search-wrap .main-menu-search {
	position: absolute;
	padding: 0px;
	top: 100%;
	z-index: 1001;
	right: 20px;
	max-width: 340px;
	width: 100%;
	background: none repeat scroll 0% 0% #FFF;
}
.menu-search-wrap #td-header-search {
	width: 79%;
	height: 32px!important;
	margin: 0px;
	border-right: 0px none;
	line-height: 17px;
	padding: 0 10px !important;
}
.menu-search-wrap .button {
	position: absolute;
	height: 32px;
	line-height: 17px;
	text-shadow: none;
	vertical-align: top;
	right: 28px;
	color: #fff;
}
.menu-search-wrap .td-search-form {
	margin: 24px;
}
.td-search-button {
	background-image: none;
	background-color: #F63A3A;
	color: #fff;
	border: none !important;
   ;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px!important;
   ;
	padding: 5px 12px 7px 12px !important;
}
.delimiter-wrapper {
	text-align: left;
}
.delimiter {
	height: 20px;
	width: 1px;
	background-color: #6D6D6D;
	margin: 0px 40px 0px 0;
	position: absolute;
	right: 0;
	top: -38px;
}
.td-regular-search input[type="text"] {
	height: 40px !important;
}
#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger{
	outline:none;
}
/* ACCESSIBILITY -------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
/* MAIN MENU -------------------------------------------------------------- */
#header.sticky-active #topbar {
	height: 55px;
	line-height: 55px;
}
#header.sticky-active #topbar .container #top-logo a .logo {
	height: 55px 
}
#header.sticky-active #search-form {
	top: -5px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none 
}
#header.sticky-active.search-transition #search-form {
	-webkit-transition: top 0.45s ease-in-out;
	-moz-transition: top 0.45s ease-in-out;
	-ms-transition: top 0.45s ease-in-out;
	-o-transition: top 0.45s ease-in-out;
	transition: top 0.45s ease-in-out 
}
#header.sticky-active.search-active {
	margin-bottom: 56px 
}
#header.sticky-active.search-active #search-form {
	top: 55px 
}
#header.search-active {
	margin-bottom: 116px 
}
#header.search-active #search-form {
	top: 60px;
}
#header.search-active #search-form .search-form .search-field {
	opacity: 1 
}
#header #topbar {
	background-color: #191919;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	z-index: 2;
	max-width: 1100px;
    width: 100%;
}

.admin-bar #header #topbar  {
	margin-top: 32px;
}

.td-auto-hide-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
  }

.td-auto-hide-header.is-hidden {
	transform: translateY(-100%);
}


@media only screen and (min-width: 1060px) {

	.td-menu-handle .td-auto-hide-header {
		position: relative;
	}

	.td-menu-handle .td-auto-hide-header.is-hidden {
		transform: none;
	}
}

#header #topbar .container {
	position: relative;
}

#header #topbar .container #top-logo {
	font-size: 0;
	position: absolute 
}
#header #topbar .container #top-logo a .logo {
	display: inline;
	max-height: 85px;
	-webkit-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-ms-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	vertical-align: middle 
}
#header #topbar .container #top-navigation {
	width: 100%;
	position: relative;
	z-index: 1;
}
#header #topbar .container #top-navigation .navigation .menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	justify-content: left;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase 
}
#header #topbar .container #top-navigation .navigation {
	margin-left: 0;
}
#header #topbar .container #top-navigation .navigation .menu .menu-item {
	margin: 0;
}
#header #topbar .container #top-navigation .navigation .menu .menu-item.menu-item-has-children {
	margin-right: 36px;
	position: relative 
}
#header #topbar .container #top-navigation .navigation .menu .menu-item.menu-item-has-children>a {
	position: relative;
	padding: 0 10px;
    width: 100%;
}
#header #topbar .container #top-navigation .navigation .menu .menu-item.menu-item-has-children>a:after {
	font-size: 10px;
	position: absolute;
	margin-left: 4px;
	top: 2px;
	content: "\f347";
	font-family: "dashicons";
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	text-decoration: inherit;
	color: #fff;
}
#header #topbar .container #top-navigation .navigation .menu:hover .menu-item.menu-item-has-children>a:after {
	color: #fff;
}
#header #topbar .container #top-navigation .navigation .menu .menu-item:last-child {
	margin-right: 0 
}
#header #topbar .container #top-navigation .navigation .menu .menu-item a {
	color: #fff;
	display: block;
	padding:0 1em;
	font-weight: 300;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out 
}
#header #topbar .container #top-navigation .navigation .menu .menu-item a:hover {
	color: #fff;
}

.is-sticky .td-shadow:after, .is-sticky .td-shadow:before {
	content:none;
}
.sticky-wrapper.is-sticky #wrapper-menu {
	background-color: #191919;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	right: 0;
	left: 0;
}
#wrapper-menu-sticky-wrapper {
	height: auto!important;
}

#header #topbar .container #top-navigation .navigation .menu .current-menu-item a, #header #topbar .container #top-navigation .navigation .menu .current_page_item a {
	background-color: #f63a3a;
}
#header #topbar .container #top-navigation .navigation .menu .menu-item:hover>.sub-menu {
	opacity: 1;
	visibility: visible 
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu {
	background-color: #080808;
	line-height: 18px;
	list-style: none;
	margin: 0;
	max-width: 220px;
	min-width: 220px;
	opacity: 0;
	padding: 25px 0;
	position: absolute;
	margin-top:-1px;
	-webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	visibility: hidden;
	z-index: 97 
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item {
	margin: 0 0 20px 0;
	padding: 0;
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item.menu-item-has-children>a {
	padding-right: 16px 
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item.menu-item-has-children>a:after {
	color: #868686;
	content: "\f345";
	font-family: "dashicons";
	right: 10px;
	top: 1px 
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item:last-child {
	margin-bottom: 0 
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item a {
	line-height: 1.3;
	color: #fff;
	-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, padding 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, padding 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, padding 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, padding 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, padding 0.25s ease-in-out;
	background-color: transparent;
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .menu-item a:hover {
	background-color: transparent;
	opacity: .7;
}
#header #topbar .container #top-navigation .navigation .menu .sub-menu .sub-menu {
	left: 100%;
	top: -webkit-calc(100% - 44px);
	top: -moz-calc(100% - 44px);
	top: calc(100% - 44px) 
}
#header #mobile-menu #top-social {
	font-size: 1.9em;
	position: absolute;
	left: .8em;
	right: .8em;
}
.mobile-menu-active #mobile-searches .menu-search-wrap #search-container .fa-search {
	opacity: .3;
}

#header #mobile-menu #top-social.no-search {
	right: 0 
}
#header #mobile-menu #mobile-search {
	padding: 2em 10px;
}
#header #mobile-menu #mobile-search input[type="text"] {
	width: 80%;
}
#header #mobile-menu ul {
	padding-left: 0;
}
#header #mobile-menu #top-social .social-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
#header #mobile-menu #top-social .social-icons li {
	margin: 0 15px 0 0 
}
#header #mobile-menu #top-social .social-icons .icon:last-child {
	margin-right: 0 
}
#header #mobile-menu #top-social .social-icons .icon a {
	color: #fff;
	opacity: .4;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out 
}
#header #mobile-menu #top-social .social-icons .icon a:hover {
	opacity: 1;
}
#header #topbar .container #top-search {
	font-size: 16px;
	position: absolute;
	right: 0 
}
#header #topbar .container #top-search .open-search {
	color: #bdbdbd;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out 
}
#header #topbar .container #top-search .open-search:hover {
	color: #fff 
}
#header #search-form {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	top: 25px;
	-webkit-transition: top 0.45s ease-in-out;
	-moz-transition: top 0.45s ease-in-out;
	-ms-transition: top 0.45s ease-in-out;
	-o-transition: top 0.45s ease-in-out;
	transition: top 0.45s ease-in-out;
	width: 100%;
	z-index: 96 
}
#header #search-form .search-form {
	margin: 0 auto;
	max-width: 784px;
	padding: 10px 10px 9px 10px 
}
#header #search-form .search-form .search-field {
	font-size: 15px;
	font-family: "Roboto Condensed", serif;
	letter-spacing: normal;
	opacity: 0;
	text-transform: none;
	-webkit-transition: border 0.25s ease-in-out, opacity 1.2s ease-in-out;
	-moz-transition: border 0.25s ease-in-out, opacity 1.2s ease-in-out;
	-ms-transition: border 0.25s ease-in-out, opacity 1.2s ease-in-out;
	-o-transition: border 0.25s ease-in-out, opacity 1.2s ease-in-out;
	transition: border 0.25s ease-in-out, opacity 1.2s ease-in-out 
}
#header #search-form .search-form .search-field::-webkit-input-placeholder {
	color: silver;
	font-family: "Roboto Condensed", serif;
	font-size: 15px;
	letter-spacing: normal;
	text-transform: none 
}
#header #search-form .search-form .search-field::-moz-placeholder {
	color: silver;
	font-family: "Roboto Condensed", serif;
	font-size: 15px;
	letter-spacing: normal;
	text-transform: none;
	opacity: 1 
}
#header #search-form .search-form .search-field:-moz-placeholder {
	color: silver;
	font-family: "Roboto Condensed", serif;
	font-size: 15px;
	letter-spacing: normal;
	text-transform: none;
	opacity: 1 
}
#header #search-form .search-form .search-field:-ms-input-placeholder {
	color: silver;
	font-family: "Roboto Condensed", serif;
	font-size: 15px;
	letter-spacing: normal;
	text-transform: none 
}
#header #search-form .search-form .search-submit {
	display: none 
}
.playnow-search {
	font-size: 16px;
}
.admin-bar #header.sticky-active #search-form {
	top: 27px 
}
.admin-bar #header.sticky-active.search-active #search-form {
	top: 87px 
}
.admin-bar #header.search-active #search-form {
	top: 117px 
}
.admin-bar #header #search-form {
	top: 57px 
}
#top-menu {
	display: none;
	position: absolute;
	z-index: 1;
	top: 2px;
}
.header-wrap {
	display: none;
}
#top-menu .open-menu {
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
}
#top-menu .open-menu:hover .line {
	background-color: #fff 
}
#top-menu .open-menu .line {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-bottom: 4px;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	width: 26px;
}
#top-menu .open-menu .line:nth-of-type(2) {
	width: 20px;
}
#top-menu .open-menu .line:nth-of-type(3) {
	margin-bottom: 0 
}
#mobile-menu-background {
	background-color: #080808;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	-webkit-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
	-moz-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
	-ms-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
	-o-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
	top: 0;
	visibility: hidden;
	z-index: 98 
}
#mobile-menu-background.menu-active {
	visibility: visible 
}
#mobile-menu {
	background-color: #191919;
	height: 100%;
	left: -360px;
	position: fixed;
	-webkit-transition: left 0.45s ease-in-out;
	-moz-transition: left 0.45s ease-in-out;
	-ms-transition: left 0.45s ease-in-out;
	-o-transition: left 0.45s ease-in-out;
	transition: left 0.45s ease-in-out;
	width: 360px;
	z-index: 99 
}
#mobile-menu.menu-active {
	left: 0;
}
#mobile-menu {
	top: 54px;
}

#mobile-menu #logo-close {
	height: 34px;
	line-height: 34px 
}
.container #mobile-logo {
	font-size: 0;
	position: absolute;
	height: 54px;
	line-height: 54px;
	margin:0 auto;
	text-align: center;
	right: 0;
	left: 0;
	top: 0;
}
.container #mobile-logo a .logo {
	display: inline;
	height: 30px;
	vertical-align: middle;
	padding-bottom: 5px;
   ;
	position: relative;
	z-index: 999999;
}
.container #mobile-logo a {
	font-size:28px;
	color:#fff;
}
.container #mobile-logo h1 {
	margin:0;
	color: #fff;
}
#mobile-menu #logo-close #close-menu {
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#mobile-menu #logo-close #close-menu .close-menu {
	color: #868686;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out 
}
#mobile-menu #logo-close #close-menu .close-menu .dashicons {
	width:30px;
	height:30px;
	font-size: 30px;
	color: #fff;
}
#mobile-menu #logo-close #close-menu .close-menu:hover {
	color: #fff 
}
#mobile-menu #mobile-navigation {
    height: auto;
    padding: 0;
    margin: 0 20px;
}
#mobile-menu #mobile-navigation .navigation .menu {
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	font-size: 13px;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	text-transform: uppercase 
}
#mobile-searches .menu-search-wrap #search-container .fa-search {
	right: 20px;
	top:5px;
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item {
	border-bottom:0.01em solid #272727;
	margin-bottom: 0;
	padding: 12px 0 14px 0;
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item:first-child {
	padding-top: 0 
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item:last-child {
	border-bottom: none;
	padding-bottom: 0 
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item.menu-item-has-children {
	position: relative 
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item.menu-item-has-children:after {
	bottom: 10px;
	color: #868686;
	content: "\f347";
	font-family: "dashicons";
	font-size: 20px;
	position: absolute;
	right: 0 
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item.menu-item-has-children.sub-menu-active {
	position: relative 
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item.menu-item-has-children.sub-menu-active:after {
	content: "\f343";
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item a {
	color: #fff;
	font-size: 14px;
}
#mobile-menu #mobile-navigation .navigation .menu .menu-item a:hover {
	background-color: transparent!important;
}
#mobile-menu #mobile-navigation .navigation .menu .current_page_item a, #mobile-menu #mobile-navigation .navigation .menu .current-menu-item a {
	background-color: transparent;
}
#mobile-menu #mobile-navigation .navigation .menu .sub-menu {
	border-top: 0.01em solid #272727;
	display: none;
	list-style: none;
	margin: 13px 0 0 26px;
	padding-top: 12px 
}
#mobile-menu #mobile-navigation .navigation .menu .sub-menu.sub-menu-active {
	display: block 
}
#mobile-menu #mobile-social {
	bottom: 0;
	padding: 2px 1px 17px 1px;
	position: absolute;
	width: 100% 
}
#mobile-menu #mobile-social .title {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 9px;
	text-transform: uppercase 
}
#mobile-menu #mobile-social .social-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 8px 0 0 0 
}
#mobile-menu #mobile-social .social-icons .icon {
	height: 35px;
	line-height: 35px;
	margin: 9px;
	text-align: center;
	width: 35px 
}
#mobile-menu #mobile-social .social-icons .icon a {
	background-color: #303030;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 100%;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	width: 100% 
}
#mobile-menu #mobile-social .social-icons .icon a:hover {
	background-color: #fff;
	color: #080808 
}
#mobile-menu #mobile-social .social-icons .icon a .label {
	display: none 
}
.admin-bar #mobile-menu #mobile-social {
	padding-bottom: 49px 
}
@media only screen and (max-width: 1059px) {
	.header-inner #logo,
	.desktop-handle.td-auto-hide-header {
		display: none;
   }
	.header-inner .top-ad-728 {
		display: block;
		text-align: center;
		max-width: inherit;
   }
	.td-right-wrap {
		height: 30px;
   }
	.td-right-icons {
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
   }
	.container {
		display: block;
   }
	#primary {
		margin-right: 0 
   }
	#secondary {
		margin: 0 auto 
   }
	#header.sticky-active #topbar {
		height: 54px;
		line-height: 54px;
   }

	#header.sticky-active #topbar .container #top-logo a .logo {
		height: 18px 
   }
	#header.sticky-active #search-form {
		top: -6px 
   }
	#header.sticky-active.search-active #search-form {
		top: 54px 
   }
	#header #topbar {
		height: 55px;
		line-height: 55px 
   }
	#header #topbar .container #top-menu, .header-wrap {
		display: block;
		z-index: 2;
		position: relative;
   }
	#text-logo-full {
		display: none;
   }
	#header #topbar .container #top-logo {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		left: 0;
		width: 100% 
   }
	#header #topbar .container #top-logo a .logo {
		height: 18px;
		max-height: 54px 
   }
}
@media only screen and (max-width: 782px) {
	.admin-bar #header.search-active #search-form {
		top: 100px 
   }
	.admin-bar #header.sticky-active #search-form {
		top: 40px 
   }
	.admin-bar #header.sticky-active.search-active #search-form {
		top: 100px 
   }
	.admin-bar #header #search-form {
		top: 40px 
   }
	.admin-bar #mobile-menu #mobile-social {
		padding-bottom: 63px 
   }
}
@media only screen and (max-width: 379px) {
	#mobile-menu {
		left: -100%;
		width: 100% 
   }
}
/* 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%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#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: 8px 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:#F63A3A;
	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;
}
.td-seo-block {
	padding: 10px 0;
}
/* SOCIAL TABS -------------------------------------------------------------- */
#td-social-share-buttons i {
	padding-right:5px;
	font-size: 18px;
}
#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:#F63A3A;
	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, #gametabs #tab4 {
	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;
}
.td-game-screens-class {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
}
/* 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:#F63A3A;
}
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:#F63A3A;
}
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: 20px 18px 20px 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;
	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;
	margin: 0 3px 0 0;
}
ul.links li a {
	padding: 4px 10px !important;
}
.td-admin-links .links li a {
	background-color: #F63A3A;
	padding: 4px 9px;
	text-decoration: none;
	font-size: 13px;
	font-family:'Trebuchet MS';
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	-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-color: #F63A3A;
	padding: 3px 9px!important;
	text-decoration: none;
	font-size: 13px;
	font-family:'Trebuchet MS';
	display: inline-block!important;
	color: #fff;
	margin: 0 3px 3px 0 !important;
}
.nd_logged_in .count {
	color: #F63A3A;
	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: #F63A3A;
}
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) 
   }
}
/* CHECKLIST & BAD LIST SHORTCODE -------------------------------------------------------------- */
.checklist li {
	list-style-type: none;
}
.checklist li:before {
	font-family: 'Font Awesome 5 Free';
	color: #57A911;
	font-size: 14px;
	content: '\f046';
	left: 100%;
	margin-right: 5px;
}
.badlist li {
	list-style-type: none;
}
.badlist li:before {
	font-family: 'Font Awesome 5 Free';
	color: #F63A3A;
	font-size: 14px;
	content: '\f046';
	left: 100%;
	margin-right: 5px;
}
/* BUTTONS -------------------------------------------------------------- */
a.button, input[type='reset'], input[type='button'], input[type='submit'] {
	background-color: #F63A3A;
	font-family: 'Oswald', sans-serif;
	border: medium none;
	color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	padding: 11px 15px;
	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: right;
	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: #F63A3A;
	border: 1px solid #F63A3A;
	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:#F63A3A;
	padding:10px 5px 10px 5px;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:5px;
	color:#fff 
}
/* TOGGLES SHORTCODE -------------------------------------------------------------- */
h5.toggle {
	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:#F63A3A;
	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: #F63A3A;
	outline:none;
}
.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: #8b8b8b;
}
.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 {
	display: inline-block;
	position: relative;
	margin-right:20px;
}
.single .td-entry-count-views .fa-comment-dots, .fa-eye {
	font-size: 18px;
}
.single .td-entry-count-views .fa-trophy {
	font-size: 17px;
	padding-right:5px;
}
#cancel-comment-reply-link {
	color: #F63A3A;
	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:16px;
	font-family:'Archivo Narrow', sans-serif;
	color:#999;
	display:block;
	margin: 6px 0 6px;
}
.td-gray {
	margin: 0 5px;
	color: #8b8b8b;
}
.archive .block-meta {
   /*padding-top: 10px;
   */
}
.td-category {
}
.archive .grid-image.big-wrap{
	float: none;
	padding-bottom: 10px;
	margin-right: 0;
	width: 100%;
}
.page-template .grid-image {
	float: left;
	padding-bottom: 10px;
	margin-right: 10px;
}
.block-meta a {
	color:#B9B9B9;
	font-family:'Archivo Narrow', sans-serif;
}
.block-meta a:hover {
	color:#F63A3A;
	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-right: 10px;
}
.td-post-date {
	display: inline-block;
}
.fa-trophy {
	font-size: 14px;
}
.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;
	margin-right:10px!important;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
	color: #999!important;
}
.dot-irecommendthis:before {
	content: '\f164';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.3em;
	padding-left: 0.5em;
	font-size: 14px;
}
/* WORDPRESS CORE -------------------------------------------------------------- */
.alignnone {
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}
.alignright {
	float: right;
	margin: 5px 0 40px 1em;
}
.alignleft {
    float: left;
    margin-top: 6px;
    margin-right: 24px !important;
    margin-bottom: 6px ;
    margin-left: 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 1.5em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
    text-align: center;
    max-width: 100%;
}
.wp-caption.alignnone {
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 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;
	text-align: left;
}
.wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 5px 0;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #444;
}
.wp-block-image figcaption {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin: 6px 0 26px 0;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
	color: #444;
}
.wp-block-image figcaption a{
	color: #4db2ec;
}
.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: #8b8b8b;
	font-style: italic;
	font-weight: 300;
}
.gallery-caption:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 100%;
	min-height: 50px;
}
.gallery-caption {
	padding: 2px 8px;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	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;
}
.single .post-entry p {
	margin: 0 0 20px;
}
.post-entry hr {
	color:#000 
}
.post-entry pre {
	overflow:auto;
	margin-bottom:20px 
}
.post-entry .tabs-container {
	width:100% 
}
.post-entry blockquote {
	padding: 10px;
	font-style: italic;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.post-entry .featured-image {
	background-color: #f9f9f9;
	text-align: center;
	margin-top: 0;
	margin-bottom: 22px;
}
.post-entry blockquote p {
	padding: 0;
	margin: 0;
	font-size: 34px;
	line-height: 1.2em;
	text-align: center;
}
.wp-block-pullquote blockquote p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
}
.has-large-font-size {
	line-height: 1.74!important;
}
.bypostauthor {
}
.sticky {
}
/* BLOCKS -------------------------------------------------------------- */
.td-content-inner {
	border: 1px solid #DDE1EF;
}
.td-content-inner-single {
	border: 1px solid #DDE1EF;
	margin-bottom: 40px;
	position: relative;
	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;
}
.saboxplugin-wrap .saboxplugin-socials {
	z-index: 0;
}
.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: 24px;
	margin-left: 20px;
}
#homepage-wrap .td-module-7 .widget-title {
	margin: -20px -19px 30px;
}
.td-small-module h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 3px;
}
.td-small-module h2 a {
	color:#000;
}
.td-small-module h2 a:hover {
	color:#F63A3A;
	text-decoration:none 
}
.grid-image {
	position:relative;
	-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-module-5 .grid-image {
	float: none;
	margin-right: 0;
}
.td-post-details-5 {
	margin-top: 24px;
}
.mod-5 .td-small-module .grid-image {
	margin-right: 10px;
    float: left;
}

.mod-5 .td-small-module p {
	margin-top:10px;
}

.mod-5 .col-340:nth-child(2n+1) {
	margin-right: 0;
}
.td-wrap-content.mod-5 {
	margin: 30px 0 0 0;
}
.mod-5-excerpt {
	margin-bottom: 24px;
}
.td-module-5 h2.td-big-title {
	position: absolute;
	bottom: 15%;
	left: 24px;
	right: 24px;
	text-align: center;
	z-index: 1;
}
.td-module-5 h2.td-big-title {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 30px;
}
.td-module-5 h2.td-big-title a {
	color: #fff;
}
.td-module-5 h2.td-big-title a:hover{
	text-decoration: none;
}
.td-module-3 h2.td-big-title {
	margin:10px 0 0 0;
}
.td-module-6 h2.td-big-title {
	margin:20px 0 0 0;
	text-align: center;
}
.td-module-6 .block-meta {
	text-align: center;
}
.td-module-8 {
	position: relative;
}
.td-module-8 h2.td-big-title {
	margin: .2em 0 0;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	position:relative;
	width: 70%;
}
.td-module-8 .module-8-cat {
	position: relative;
}
.td-module-8 .module-8-cat a {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
}
.td-module-8 .col-520 {
	margin-bottom: 20px;
}
.td-module-8 h2.td-big-title a:hover, .td-module-8 .module-8-cat a:hover{
	text-decoration: none;
	color: #fff;
}
.td-post-details-8 {
	position: relative;
}
.td-module-8 .td-table {
	position: absolute;
	display: table;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.td-module-8 .triangle-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	opacity: .9;
	clip-path: polygon(0 30% , 100% 100%, 100% 100%, 0 100%);
	background: #f63a3a;
}
.td-module-8 .triangle-shape-last {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	opacity: .7;
	clip-path: polygon(100% 60%, 100% 100%, 0 100%, 20% 100%);
	background: #f63a3a;
}
.td-module-8 .td-post-details-8.no-shape .triangle-shape, .td-module-8 .td-post-details-8.no-shape .triangle-shape-last{
	background-color:transparent;
	opacity: 0;
}
.td-module-8 .td-post-details-8.no-shape .grid-image {
	opacity: .4;
}
.td-module-8 .cell {
	display: table-cell;
	vertical-align: bottom;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.td-module-8 .mod-8-btn {
	float: right;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-color: #212121;
	border-style: solid;
	border-width: 1px;
	background-color: #212121;
}
.td-module-8 .mod-8-btn span{
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	transition: color .2s ease-in;
}
.td-module-8 .mod-8-btn span.label {
	min-width: 0;
	padding: .7em 1.2em;
}
.td-module-8 .mod-8-btn span.icon {
	padding: 0 .75em;
	line-height: 2.2em;
	width: 1.5em;
	line-height: 2.2em;
	border-left: 1px solid #fff;
}
.td-module-7 .col-340 {
	margin-bottom:30px;
}
.td-module-7 .col-340:nth-last-child(2) {
	margin-bottom:10px;
}
.td-module-7 h2.td-big-title {
	clear: none;
	font-size: 34px;
	line-height: 44px;
	display: block;
	margin: 0px 0px 18px 0px;
	text-transform: none;
}
.td-module-7 h2.td-big-title a:hover {
	text-decoration: none;
	color: #F63A3A;
}
.td-module-7 img {
	width: 100%;
}
.td-module-7 .td-post-content {
	overflow: hidden;
	padding: 35px 0;
	position: initial;
	width: auto;
	height: auto;
	margin-left:0;
}
.td-module-3 .block-meta {
	margin: 6px 0 30px;
}
.td-subtitle {
	font-size: 24px;
	transform: translateY(-16px);
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	color: #f63a3a;
	font-weight: 300;
	margin: 0px 0px 0px 4px;
	font-family: 'Permanent Marker', cursive;
}
.td-view-all {
	position: absolute;
	font-family: 'Archivo Narrow', sans-serif;
	top:0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	background-color: #F63A3A;
	padding: 0 6px 0 6px;
	font-size: 14px;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.td-view-all a:hover {
	color:#000!important;
}
.td-view-all:hover {
	background-color: #fff;
	color:#000!important;
}
.widget-wrapper.widget_tigu_home_module_6, .widget-wrapper.widget_tigu_home_module_8 {
	padding:10px 0;
	border:none;
}
.td-module-6 .grid-image {
	display: block;
	margin-right: 0;
	float: none;
}
.td-module-7 .grid-image {
	display: block;
	margin-right: 0;
	float: none;
}
.td-module-8 .grid-image {
	display: block;
	margin-right: 0;
	float: none;
}
.td-module-8 a {
	color:#fff;
}
.overlay-shadow-bottom {
	position: absolute;
	width: 100%;
	bottom: 4px;
	left: 0;
	height: 40%;
	background: -moz-linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);
	z-index: 1;
}
.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/cursor.png'), 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-blog-layout .grid-image {
	margin:0 0 20px 0;
}
.page-template-blog .post-meta, .blog .post-meta {
	margin-bottom:15px;
}
.post-meta .cat-links a:hover {
	color: #fff;
}
/* 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-left: 0;
	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 .previous {
	float: left;
}
.navigation .next {
	float: right;
	margin-right:15px;
}
.navigation-float .navigation .previous {
	float: left;
}
.navigation-float .navigation .next {
	float: right;
}
.navigation .bracket {
	font-size: 36px;
}
.navigation .previous, .navigation .next {
	color: #F63A3A;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	line-height: 1.5em;
}
.td-content-inner-single-arcade .navigation {
	margin: 20px;
}
/* MASHSHARE -------------------------------------------------------------- */
.mashsb-count {
	float: left;
	color: #FF2343;
}
.mashsb-widget-img {
	margin-right:10px;
}
.mashsb-excerpt {
	font-size:14px;
}
[class*=" mashicon-"] .icon::before, [class^="mashicon-"] .icon::before {
	margin-right: 0;
}
@media only screen and (min-width: 801px) {
	[class*=" mashicon-"] .icon::before, [class^="mashicon-"] .icon::before {
		margin-right: 0.7em;
   }
}
.mashicon-subscribe {
	background-color: #63676C;
}
.mashicon-subscribe .icon, .mashicon-subscribe .text {
	color: #fff;
}
.mashsb-toggle-container {
	position: relative;
	margin-top: 15px;
	padding: 1.5rem 1.5rem 0;
	border-width: 2px;
	border-color: #C5C5C5;
}
.mashsb-toggle-container:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-width: 6px;
	border-style: solid;
	content: "";
	opacity: 0.1667;
}
.mashsb-toggle-container:after {
	display: block;
	overflow: hidden;
	height: 0;
	margin-top: 1.5rem;
	content: " ";
}
.mashsb-container + .mashsb-container {
	display: none;
}
.mashsb-box {
	font-family: "Roboto", "Arial", sans-serif;
	font-weight: 500;
}
.mashsb-count {
	margin-top: 0;
	margin-right: 15px;
}
.mashsb-buttons .mashsb-count {
	margin-right: 0;
	margin-left: 15px;
}
.mashsb-buttons .mashsb-count:first-child {
	margin-right: 15px;
	margin-left: 0;
}
.mashsb-sharetext {
	font-family: "Roboto", "Arial", sans-serif;
	font-weight: 300;
}
.mashsb-main {
	padding-top: 12px;
	padding-bottom: 24px;
	clear: both;
}
.mashsb-main .mashsbcount, .mashsb-main .mashpv .count {
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.025em;
}
.mashsb-main .mashsb-sharetext {
	display: block;
	margin-top: 0.5em;
	font-size: 13px;
	line-height: 1;
	font-family: "Roboto", "Arial", sans-serif;
	font-weight: 300;
}
.mashsb-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.mashsb-buttons:after {
	display: table;
	clear: both;
	content: "";
}
.mashsb-buttons a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
	margin-right: 6px;
	text-align: center;
}
.mashsb-buttons .text {
	display: none;
	font-size: 16px;
	font-weight: 500;
}
.mashsb-buttons .onoffswitch:before, .mashsb-buttons .onoffswitch2:before {
	font-weight: normal;
}
@media only screen and (min-width: 801px) {
	.mashsb-main .mashsbcount, .mashsb-main .mashpv .count {
		font-size: 48px;
		line-height: 42px;
   }
	.mashsb-buttons .text {
		display: block;
   }
}
@media only screen and (min-width: 1025px) {
	.mashsb-main .mashsbcount, .mashsb-main .mashpv .count {
		font-size: 55px;
		line-height: 42px;
   }
}
.mashsb-micro {
	position: absolute;
	left: 6px;
	right: auto;
	top: 6px;
}
@media only screen and (min-width: 1024px) {
	.mashsb-micro {
		right: 100%;
		left: auto;
		top: 0;
		padding-right: 6px;
   }
}
.mashsb-micro .mashsb-buttons {
	display: none;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.mashsb-micro .mashsb-buttons a {
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.mashsb-micro .mashsb-buttons a .icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	text-align: center;
}
.mashsb-micro .mashsb-buttons a .icon:before {
	float: none;
	margin: 0;
	line-height: 48px;
}
.mashsb-micro .mashsb-buttons .text {
	display: none;
}
.mashsb-micro-toggle {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #c5c5c5;
	color: #fff;
}
.mashsb-micro-toggle:before {
	content: "\e011";
}
.g1-img-wrap {
	display: block;
	position: relative;
}
.mashsb-micro-wrapper {
	display: block;
	position: relative;
}
.mashsb-micro-wrapper .onoffswitch, .mashsb-micro-wrapper .onoffswitch2 {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.g1-hoverable .mashsb-micro-wrapper:hover .mashsb-micro .mashsb-micro-toggle, .mashsb-micro-wrapper-expanded .mashsb-micro .mashsb-micro-toggle {
	display: none;
}
.g1-hoverable .mashsb-micro-wrapper:hover .mashsb-micro .mashsb-buttons, .mashsb-micro-wrapper-expanded .mashsb-micro .mashsb-buttons {
	display: block;
}
/* 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{
	padding: 10px 0;
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .dark-cover {
    -webkit-box-shadow: 0px -150px 90px -80px #000 inset;
    -moz-box-shadow: 0px -150px 90px -100px #000 inset;
    box-shadow: 0px -150px 90px -80px #000 inset;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 11;
    bottom: 0px;
    right: 0px;
}
.owl-carousel .td-small-module .td-owl-title {
	position: absolute;
	bottom:50px;
	left: 20px;
	z-index: 12;
}
.owl-carousel .td-small-module h2 {
	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 12;
}
.td-owl-date {
	display: inline-block;
	text-transform: uppercase;
	z-index: 12;
	background-color: #F63A3A;
	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: #F63A3A;
	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;
}
.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;
	background-color:#F63A3A;
}
.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: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	color: #fff;
}


/* OWL CAROUSEL  */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
	.owl-carousel .owl-stage {
	  position: relative;
	  -ms-touch-action: pan-Y;
	  touch-action: manipulation;
	  -moz-backface-visibility: hidden;
	  /* fix firefox animation glitch */ }
	.owl-carousel .owl-stage:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0; }
	.owl-carousel .owl-stage-outer {
	  position: relative;
	  overflow: hidden;
	  /* fix for flashing background */
	  -webkit-transform: translate3d(0px, 0px, 0px); }
	.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-carousel .owl-item {
	  position: relative;
	  min-height: 1px;
	  float: left;
	  -webkit-backface-visibility: hidden;
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none; }
	.owl-carousel .owl-item img {
	  display: block;
	  width: 100%; }
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
	  display: none; }
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
	  cursor: pointer;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none; }
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
	  background: none;
	  color: inherit;
	  border: none;
	  padding: 0 !important;
	  font: inherit; }
	.owl-carousel.owl-loaded {
	  display: block; }
	.owl-carousel.owl-loading {
	  opacity: 0;
	  display: block; }
	.owl-carousel.owl-hidden {
	  opacity: 0; }
	.owl-carousel.owl-refresh .owl-item {
	  visibility: hidden; }
	.owl-carousel.owl-drag .owl-item {
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none; }
	.owl-carousel.owl-grab {
	  cursor: move;
	  cursor: grab; }
	.owl-carousel.owl-rtl {
	  direction: rtl; }
	.owl-carousel.owl-rtl .owl-item {
	  float: right; }
  
  
  
	
/* VERTICAL TICKER -------------------------------------------------------------- */
#vertical-ticker {
	display: inline-block;
	position: relative;
	height: 400px;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}
#vertical-ticker li {
	background: none;
	display: block;
	height: 113px;
	margin: 0 0 20px;
	padding: 0px!important;
}
#homepage-wrap .widget_gameleon_vertical_scroller .moregames {
	margin: 0 -18px -20px -18px;
}
.widget_gameleon_vertical_scroller .grid-image {
	margin-right: 10px;
	float: left;
}
#homepage-wrap #vertical-ticker {
	height: 352px;
}
.scroller-pad {
	margin-bottom: 5px;
	display: block;
}
/* FEEDBURNER WIDGET -------------------------------------------------------------- */
.widget-wrapper.widget_gameleon_feedburner {
	background-color: #383b3e ;
	border: 1px solid #383b3e ;
}
.td-feedburner-wrap input[type="text"] {
	background: none repeat scroll 0 0 #FBFBFB!important;
	border: 1px solid #EEEEEE!important;
}
#td-feedburner-afterform {
	color: #fff;
	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: 10px!important;
	font-weight: lighter;
	text-align: left;
	border: none!important;
	text-transform: uppercase;
	width: 70.5%;
}
.feedburner-subscribe {
	background-color: #F63A3A;
	border: medium none!important;
	color: #FFF!important;
	border: none!important;
	padding: 12px 6px 12px !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 -------------------------------------------------------------- */
.widget_gameleon_video_widget {
	padding: 0!important;
	border: none!important;
}
.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-color: #191919;
	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% #F63A3A;
}
.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: #F63A3A;
}
.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: 'Archivo Narrow', sans-serif;
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 2px;
}
.arqam-widget-counter.inside-widget {
	margin: 10px 0 0 0;
}
.arq-flat.arqam-widget-counter li span {
	padding: 5px 0;
}
.arqam-widget-counter.arq-flat li a i {
	font-size: 40px;
}
.arqam-widget-counter.arq-flat li a i {
	margin: 10px auto 0;
}
.arqam-widget-counter.arq-flat ul li a {
	padding: 0px 0px 10px !important;
}
.arqam-widget-counter.arq-flat li a {
	opacity: 1;
}
.arqam-widget-counter {
	margin-bottom: 0;
}
.arqam_counter-widget .widget-title {
	display: none;
}
/* COLOPHONE MODULE -------------------------------------------------------------- */
.colophon-module {
	text-align: right;
	height: 4em;
	padding: 2em 3.63%;
	background: #F63A3A;
	color: #fff;
	background-position: top center;
	background-size: cover;
}
.colophon-module .call-to-action a.button {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding: 19px 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;
	font-family: 'Oswald', sans-serif;
	vertical-align: middle;
	text-align: left;
}
.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;
}
.colophon-module .grid.col-250.fit {
	float: right;
}
.colophon-module select, .colophon-module input[type="text"], .colophon-module input[type="password"], .colophon-module input[type="email"] {
	width: 100%;
}
.widget-wrapper.widget_gameleon_colophone_widget {
	border:none;
	padding: 0;
	margin-bottom:40px;
}
/* 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 {
	position:relative;
	display:inline-block;
	min-width: 610px !important;
}
.td-main-slide .dark-cover {
	-webkit-box-shadow: 0px -200px 90px -80px rgb(0 0 0 / 74%) inset;
	-moz-box-shadow: 0px -200px 90px -80px rgb(0 0 0 / 74%) inset;
	box-shadow: 0px -200px 90px -80px rgb(0 0 0 / 74%) inset;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 11;
	bottom: 0px;
	right: 0px;
}
.image-small-slider {
	position: relative;
	z-index: 0;
}
.image-small-slider .dark-cover {
	-webkit-box-shadow: 0px -150px 60px -70px rgb(0 0 0 / 75%) inset;
	-moz-box-shadow: 0px -150px 60px -70px rgb(0 0 0 / 75%) inset;
	box-shadow: 0px -150px 60px -70px rgb(0 0 0 / 75%) inset;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 11;
	bottom: 0px;
	right: 0px;
}
.td-main-slide-shadow {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.td-main-slide-shadow .main-cat {
	right: 20px;
	left: auto;
}
.td-main-slide-shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slide-text {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 26px 0 20px 0;
}
.main-slide-text h3 {
	color: #FFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 120%;
	margin: 0 30px 20px 30px;
}
.main-cat {
	z-index: 1;
	background-color: #F63A3A;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 2px 6px 1px;
	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);
}
.td-main-slide-shadow .main-cat a:hover {
	color: #fff;
}
.main-excerpt {
	font-family: "Archivo Narrow", sans-serif;
	margin: 0 auto !important;
	max-height: 0;
	overflow: hidden;
	-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-left: 1px solid transparent;
	overflow: hidden;
	position: relative;
}
.small-posts-slider img {
	-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.4;
}
.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;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
}
.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:'Font Awesome 5 Free';
	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-prev {
	padding: 30px 15px;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	left: -40px;
}
.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: #F63A3A;
}
.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;
}
.modern-ticker .news-excerpt:before {
	content: '-';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 0 5px;
}
.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: #F63A3A;
	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;
	min-height:34px;
}
.mt-prev, .mt-next {
	width: 34px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-align: center;
}
/* ARCADE SINGLE CSS -------------------------------------------------------------- */
.td-embed-container {
	max-width: 728px;
	text-align: center;
	margin: 0px auto;
}
.fitframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.fitframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#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: #F63A3A;
	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;
	z-index: 15;
	color: #fff;
}
#progressbarloadbg {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:20px 
}
#progressbarloadtext:hover {
	cursor:pointer 
}
.td-game-buttons {
	display: block;
}
.td-light-off {
    font-style: normal;
    text-transform: uppercase;
    color: #ffe000;
    cursor: pointer;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    font-size: 22px;
    transition: all 1s;
}


.td-light-off:hover {
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
}


#full-screen {
    margin: 0;
    color: #fff;
    cursor: pointer;
    right: 60px;
    position: absolute;
    top: 50%;
    font-weight: 500;
    transform: translateY(-50%);
    background-color: #f63a3a;
    border: none;
    padding: 4px 10px 2px 10px;
    text-transform: uppercase;
    height: 100%;
	font-size: 14px;
}
#full-screen span i{
	margin-right: 10px;
}


.fitframe-wrap iframe.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
 }


 .td-game-buttons #full-screen.fixx {
	background-color: #000;
	 position: fixed;
	 top: 18px;
	 z-index: 99999;
	 height: 38px;
 }

 .exit-full,
 .td-game-buttons #full-screen.fixx span.enter-full{
	 display: none;
 }
 
 .td-game-buttons #full-screen.fixx span.exit-full{
	display: block;
}

#content-arcade .widget-title {
	background-color: #242424;
}
#content-arcade .widget-title h1 {
	color: #fff;
	display: inline-block;
	letter-spacing: 3px;
}
#content-arcade .widget-title.light {
	text-align: center;
}
#content-arcade .widget-title h1.light {
	position: relative;
	color: #fff;
	z-index: 15;
}

.td-game-ad-space.light {
	position: relative;
	z-index: 15;
}
/* REVOLUTION SLIDER -------------------------------------------------------------- */
.rev_slider_wrapper {
	z-index: 0;
}
/* WP-PAGENAVI -------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	font-size: 13px;
	text-align:center;
	margin: 10px 0 40px -4px;
	padding-top: 20px;
}
.blog .wp-pagenavi {
	clear: both;
	font-size: 13px;
	margin: 10px 0 24px 10px;
	padding-top: 20px;
	overflow:hidden;
}
.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;
}
.wp-pagenavi span.current {
	background: #F63A3A;
	border: 1px solid #F63A3A;
	text-shadow: none;
	color: #fff;
}
.wp-pagenavi a:hover{
	border: 1px solid #BFBDBD ;
	-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;
}
#homepage-wrap .sidebar-ad {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	clear: both;
}
.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 .ad-paragraph {
	margin: 0 0 40px auto;
}
.td-right-single-ad .ad-paragraph {
	border: medium none;
	min-height: 0px;
	text-align: right;
	width: 300px;
	position: relative;
	clear: both;
	display: block;
	float: right;
	margin: 5px 0 20px 20px;
}
.td-left-single-ad .ad-paragraph {
	border: medium none;
	min-height: 0px;
	text-align: left;
	width: 300px;
	position: relative;
	clear: both;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
/* BLOG INDEX LAYOUT -------------------------------------------------------------- */
.td-blog-layout-home .entry-title {
	font-family: "Oswald",sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
	margin: 0 0 20px;
	word-wrap: break-word;
}
.td-blog-layout-home .entry-title a {
	text-decoration: none !important;
}
.td-blog-layout-home .td-post-excerpt {
	margin: 0 0 40px 0;
	clear: both;
}
.search .td-post-excerpt {
	margin: 10px 0 0 0;
	clear: none;
	display: block;
}
.tag .td-post-excerpt {
	padding-bottom: 24px;
}
.search .entry-title {
	padding-bottom:0;
	margin: 0;
	display: 1.2;
	line-height: inherit;
}
.search-results .block-meta {
	display: none;
}
.td-search-block{
    display: block;
}
.search-results .col-700 .col-160 {
	margin: 0;
}

.td-blog-layout-home .blog-excerpt.button {
	background: none;
}
.td-blog-layout-home p {
	line-height: 1.2;
}
.td-blog-layout-home a.button {
	padding: 11px 30px;
}
.td-blog-layout-home p.excerpt-more{
	text-align: center;
}
/* CATEGORY & ARCHIVE PAGES -------------------------------------------------------------- */
.td-wrap-content {
	overflow: hidden;
	margin: 30px 18px 18px 18px;
}
.td-wrap-content-sidebar {
	overflow: hidden;
}
.widget_tigu_sidebar_module_1 .td-wrap-content-sidebar {
	padding-top:10px;
}
.td-wrap-content .second-wrap-content {
	position: relative;
	height:100px;
	display: inline;
	width: 100%;
	margin: 0 20px 20px 0;
}
.td-no-info {
	padding: 20px 0 0 20px;
}
.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: 16px;
	line-height: 21px;
	position: relative;
	display: inline;
}
.second-wrap-content .entry-title a:hover {
	text-decoration: none;
}
.category .second-wrap-content .entry-title a {
	margin-bottom: 10px;
}
.second-wrap-content .td-post-excerpt {
	display: block;
	margin-bottom: 24px;
}
.td-blog-view .second-wrap-content .td-post-excerpt {
	float: none;
}
.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: 30px 18px 10px;
}
.td-content-inner .module-excerpt {
	margin-bottom: 20px;
}
.td-module-3 .module-excerpt {
	height: 70px;
}
.second-wrap-content .block-meta {
	display: block;
}
.td-post-details {
	min-height: 80px;
	height: 100%;
	display: inline;
	margin-bottom: 24px;
}
.archive .td-post-details, .page-template .td-post-details {
   /* display: inline-block;
   */
	vertical-align: top;
}
.search-results .td-post-details {
	display: table;
	position: relative;
	left:20px;
}

.search-results .td-friv.grid-image {
	width: auto;
}

.td-blog-view .second-wrap-content {
	width: 100%;
	margin: 0 20px 20px 0;
}
.category .td-blog-view .col-340, .archive .td-blog-view .col-340 {
	margin-right: 0;
	width: 100%;
}
.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 35px;
	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, .widgettitle {
	background-color: #F9F9F9;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #DDE1EF;
	margin: 0;
	position:relative;
}
.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, .widgettitle h2 {
	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: 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: 18px;
	text-transform: uppercase;
	line-height: 24px;
}
#widgets .widget-title, .widgettitle {
	margin: -20px -19px 20px;
}
#widgets .widget_gameleon_video_widget .widget-title {
	margin: 0;
	border-top: 1px solid #DDE1EF;
	border-left: 1px solid #DDE1EF;
	border-right: 1px solid #DDE1EF;
	border-bottom:none;
}
.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;
	width: 100%;
}
.widget_tigu_sidebar_module_1 .grid-image, .widget_tigu_home_module_1 .grid-image {
	margin-right: 10px;
	float: left;
}
.archive .grid-image, .category .grid-image {
	margin-right: 10px;
	float: left;
}
#widgets .widget_tigu_sidebar_module_1 a {
	padding: 0;
}
.widget-wrapper img {
	margin-left : 0;
	margin-left : 0;
}
#wrapper .widget-wrapper, .home-widgets .widget-wrapper {
	background-color: #fff;
}
.home-widgets .widget-wrapper {
	margin: 0;
}
.widget-wrapper select, .widget-wrapper input[type="password"], .widget-wrapper input[type="email"] {
	width: 100%;
}
#widgets {
	position: relative;
	z-index: 0;
}
#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;
}
.td-sidebar-sticky {
	background-color: #fff;
	max-width: 340px;
	width: 100%;
	z-index: 1000;
}

#td-sticky-stopper {
	height: 50px;
	background-color: #fff;
	margin:0 auto;
}
.boxed-layout #td-sticky-stopper {
	max-width: 1212px;
	width: 100%;
}
.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: #F63A3A;
}
.post-widget ul {
	padding: 0;
}
.widget cite {
	color:#F63A3A 
}
.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;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.textwidget a {
	font-size:12px!important;
	font-family:Arial;
	color:#F63A3A;
	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%;
	padding: 10px 0;
}
.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;
	padding: 0;
}
/* BREADCRUMB LISTS -------------------------------------------------------------- */
.breadcrumb-list {
	margin: 0 0 20px;
}
.td-breadcrumb-arrow {
	font-family: 'Font Awesome 5 Free';
	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: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: #191919;
	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: #313131;
	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: #F63A3A;
}
.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;
	float: left;
	padding-right: 10px;
}
.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 24px;
	color: #F63A3A;
}
/* SINGLE POST META -------------------------------------------------------------- */
.post-meta {
	font-family: "Oswald", sans-serif;
	position: relative;
	clear: both;
	color: #CCC;
	font-size: 14px;
}
.post-meta a {
	color: #999;
	text-decoration: none;
}
.td-content-inner-single .post-meta {
	margin-bottom: 15px;
}
.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;
}
.cat-links a {
	line-height: 15px;
	display: inline-block;
	background-color: #F63A3A;
	color: #FFF;
	padding: 3px 5px;
	margin-bottom:3px;
}
.td-content-inner-single .cat-links a {
	margin: 0;
}
.td-entry-count-views {
	position: absolute;
	right: 20px;
	font-style: normal;
	display: inline-block;
	color: #999;
}
.td-entry-count-views .dot-irecommendthis{
	margin-right: 20px;
}
.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;
}
.td-entry-count-views .dot-irecommendthis:before {
	font-size: 18px;
}
.post-meta time.entry-date {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 5px;
}
/* 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;
	margin: 20px 0 10px 0;
}
.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 {
	padding: 10px 0 0 0;
}
.td-tag-cloud-widget a {
	background: none repeat scroll 0% 0% #F63A3A;
	color: #FFF;
	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 {
	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: #F63A3A;
}
.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;
	margin-bottom: .3em;
}
.not-happy {
	margin-top: 0;
	padding: 0;
	font-style: italic;
	font-size: 14px;
}
.td-widget-search-input {
	margin-bottom: 0;
	margin-right: -4px!important;
	width: 86%;
	height: 37px;
}
#widgets #td-searchsubmit {
	margin-top: 0;
}
#td-searchsubmit {
	height: 35px;
	padding: 5px 12px;
	margin-top: 0;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Font Awesome 5 Free';
	border: medium none;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}
#td-searchsubmit:focus {
	outline:none!important;
}

#mobile-search #td-searchsubmit {
	background-color: #111;
}
/* 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;
	border:1px solid #cecece;
	text-decoration: none;
	display:inline-block;
	line-height:30px;
	padding:0 10px;
	color:#444;
	margin-right:5px 
}
.pagination span.current {
	background:#26ADDE;
	height:30px;
	border:0 solid #cecece;
	display:inline-block;
	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 {
	background:#111;
	padding:0;
	width: 100%;
	color: rgba(255, 255, 255, 0.59);
}

#footer .wrapper-footer a {
	color:#fff;
}
#footer .wrapper-footer a:hover {
	color:#8b8b8b;
}
#footer .wrapper-footer ul, #footer .wrapper-footer ol {
	padding: 0;
	list-style-type: none;
}
#footer .wrapper-footer li {
	line-height: 1.3em;
	padding: 5px 0;
}
#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: transparent!important;
	border-bottom: 4px solid #404040;
	margin: -7px 0 20px;
}
#footer .widget-title h1, #footer .widget-title h3 {
	background-color: transparent;
}
#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;
}
#footer .moregames {
	display: none;
}
.wrapper-footer {
	padding: 40px 20px 20px 20px;
	width: 100%;
	max-width: 1060px;
	position: relative
}

.td-sub-footer {
	background-color: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 1100px;
    margin: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 10px 40px;
}

.td-sub-footer p {
	margin: 0;
}
.wrapper-footer .widget-wrapper {
	border: medium none;
	margin: 20px 0 0;
}

.td-sub-footer .copyright {
	justify-self: flex-start;
}

.td-sub-footer #top-social {
	justify-self: flex-end;
}

.td-sub-footer .copyright, 
.copyright a {
	color: #8b8b8b;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}
.td-sub-footer #top-social ul {
	padding-left: 0;
}
.td-sub-footer #top-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
    opacity: .4;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.td-sub-footer #top-social ul li:last-child {
	margin-right: 0;
}

.td-sub-footer #top-social ul li:hover {
	opacity: 1;
}

.td-sub-footer #top-social ul li a:hover {
	color: #fff;
}

/* 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;
}
.td-sub-footer 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: #8b8b8b;
	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: 16px;
	margin: 40px 0;
}
.review-box, .review-box * {
	color: inherit;
}
.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-color: #fff;
	font-size: 18px;
	font-weight: inherit;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin: 10px 10px 40px;
}
.review-percentage .review-item span {
	background-color: #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-color: #F9F9F9;
	margin: 0 20px 20px;
	padding: 8px 20px;
	border-top: 1px solid #DDE1EF;
}
#review-box p {
	color: #8b8b8b;
}
.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: #F63A3A;
}
#review-box .review-final-score h3, #review-box .review-final-score h4, .review-box {
	color: #F63A3A;
}
span.post-small-rate {
	margin: 4px 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 -------------------------------------------------------------- */
#unityPlayer{
	margin:0px auto !important;
}
.gameplayer {
	margin: 0;
}
.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 .fa-angle-right {
	font-style: normal;
	text-decoration: inherit;
	padding-left: 10px ;
	color: #F63A3A;
}
.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 #F63A3A;
	text-decoration:none 
}
.gamesnumber {
	display: inline-block;
	padding: 3px 10px;
	background: none repeat scroll 0px 0px #F63A3A;
	color: #FFF;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.5;
	font-family: Arial,sans-serif;
	cursor: default;
}
.postviews {
	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:110px;
	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 -------------------------------------------------------------- */
.scrollpage {
	display: none;
    bottom: 80px;
    position: fixed;
    right: 20px;
	z-index: 9;
	border-radius: 20px;
	background-color: #F63A3A;
	padding: 10px 6px;
	-webkit-animation: backto-top-bounce 4s infinite ease-in-out;
    animation: backto-top-bounce 4s infinite ease-in-out;
}
.scroll-up, 
.scroll-down {
	padding: 5px 8px;
	position:relative;
	white-space:nowrap;
	cursor: pointer;
	color:#fff;
}

@-webkit-keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
}

@keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
}


/* 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: #F63A3A;
}
@media (max-width: 1024px) {
	.td-game-buttons {
		display: none;
   }
	.td-module-8 .col-520 {
		width: 100%;
		display: block;
   }
}
@media (max-width: 767px) {
	#buddypress #signup_form.standard-form div.submit {
		float: none;
   }
	.td-module-8 h2.td-big-title {
		font-size: 1.2em;
   }
}
#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: #8b8b8b !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: #F63A3A;
	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: #F63A3A;
}
#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: inherit !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: #F63A3A;
}
@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: #F63A3A;
	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: #F63A3A;
	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: "Archivo Narrow", sans-serif;
}
#buddypress .pagination .pag-count {
	margin-left: 0px !important;
}
/* BBPRESS PLUGIN -------------------------------------------------------------- */
#bbpress-forums {
	font-size: 14px!important;
}
.bbp-breadcrumb p{
	margin: 0px 0px 10px 0px!important;
	padding: 0px!important;
}
.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: 89%;
}
#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: #F63A3A;
	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;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, div.bbp-template-notice p {
	font-size: 14px !important;
}
.bbp-author-avatar img, .bbp-topic-meta img {
	width: 18px;
	height: 18px;
}
.forum-titles{
	font-family: 'Oswald', sans-serif;
	font-size: 18px!important;
	font-weight: normal!important;
	color: #444!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: 15px!important;
	font-weight: normal!important;
	color: #F63A3A;
	padding: 0px!important;
	text-transform: uppercase;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
	padding-top: 10px;
}
.bbp-user-page .wp-pagenavi {
	display:none;
}
.bbp-forum-freshness{
	display: block;
}
.bbp-topic-meta{
	display: block;
}
.bbp-author-avatar img{
	border: 3px double transparent!important;
	vertical-align: inherit;
}
.bbp-topic-meta img {
	border: 3px double transparent!important;
}
.bbp-author-name{
}
#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{
}
.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: #F63A3A!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: #F63A3A!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: #F63A3A!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: #F63A3A;
	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: #F63A3A;
	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: 'Font Awesome 5 Free';
	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%);
	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)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.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 - MAX-WIDTH: 1192 -------------------------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1100px) {
	.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 - MAX-WIDTH: 1023 -------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
	body {
   }
	#header-search, #wrapper-menu-sticky-wrapper, #wrapper-menu {
		display: none;
   }
	.menu-search-wrap {
		max-width: 748px;
		position: absolute;
		margin: 0 auto;
		left: 0px;
		right: 0;
		top: 48px;
   }
	#td-modular-slider {
		margin-top:20px!important;
   }
	.menu-search-wrap #search-container .fa-search {
		position: absolute;
		right: 40px;
		color: #fff;
		margin-top: -34px!important;
   }
	.delimiter {
		right: 40px;
		top: -34px!important;
   }
	.td-module-7 img {
		width: 100%;
   }
	.td-module-7 .td-post-content {
		margin: 0;
		padding:0;
   }
	.td-module-7 .block-meta {
		margin-bottom:20px;
   }
	.menu-search-wrap .main-menu-search {
		position: absolute;
		padding: 0px;
		top: 100%;
		z-index: 99;
		right: 0px;
		max-width: 100%;
   }
	.menu-search-wrap #td-header-search {
		width:100%;
   }
	.td-sidebar-sticky {
		max-width: inherit;
   }
	.td-sidebar-sticky {
		position: relative !important;
		top: auto !important;
		z-index: auto!important;
   }
	.td-sidebar-sticky.stickybar-placeholder {
		display: none !important;
		visibility: hidden;
   }
	#td-sticky-stopper {
		height: 0;
   }
	#mobile-search {
		display: block;
		padding: 10px 0;
   }
	.ad-paragraph {
		margin: 24px auto;
   }
	#td-social-tabs .tabs-wrapper .tab.active {
		text-align: center;
   }
	.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;
   }
	.header-inner {
		text-align: center;
		padding: 0;
		display: block;
		width: auto;
		height: auto;
   }
	#logo {
		display: block;
		height: auto;
		margin: 20px auto;
		text-align: center;
   }
	.top-ad-728 {
		display: block;
		width: auto;
		margin: 20px auto 0;
   }
	.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;
   }

	.colophon-module h3, .colophon-module .call-to-action {
		display: block;
		text-align: center;
		line-height: 1.4;
   }
	.colophon-module .call-to-action a.button {
		display: inline-block;
   }
	.colophon-module {
		height: auto;
   }
	.colophon-module .grid.col-250.fit {
		float:none;
   }
}
/* - GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1023 -------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
	body {
   }
	.grid, .grid-right {
		float: none;
   }
	#container, .msie-box, #header, #wrapper-menu {
		max-width: 748px;
   }
	.header-inner {
		text-align: center;
		padding: 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%;
   }
}
/* - GLOBAL MEDIA QUERIES - MAX-WIDTH: 767 
/*------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
   }
	.grid, .grid-right {
		float: none;
   }
	#td-home-wide .td-friv.grid-image.col-70:nth-child(13n+13) {
		margin-right:12px;
   }
	#header {
		margin: 0px 0px 20px;
   }
	.post-entry p {
		clear: both;
   }
	.wp-caption.alignleft {
		margin: 5px auto 20px auto;
		text-align: center;
		float: none;
   }

   .td-module-8 .cell {
	   top: 20px;
   }
	.td-right-single-ad .ad-paragraph {
		border: none;
		min-height: 0;
		text-align: center;
		width: auto;
		position: relative;
		margin: 0px auto 30px;
		clear: both;
		float: none;
   }
	.td-left-single-ad .ad-paragraph {
		border: none;
		min-height: 0;
		text-align: center;
		width: auto;
		position: relative;
		margin: 0px auto 30px;
		clear: both;
		float: none;
   }
	.td-content-inner-single .post-meta {
		margin-bottom: 25px;
   }
	a img.alignleft {
		float: none;
		width: auto;
   }
	.header-inner h1 {
		margin: 10px 0px 5px;
   }
	.header-inner h1 a {
		padding: 5px 10px;
   }
	.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;
   }
	.td-wrapper-box {
		width: auto;
		margin: 0px 20px;
   }
	#wrapper-content {
		max-width: 748px;
   }
	.copyright, .copyright a {
		display: inline-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-light-off, .td-light-offoff {
		display: none;
   }
	.td-wrap-content .second-wrap-content {
		width: 100%;
		margin-right: 3.02115%;
		float: none;
   }

   .widget-title h1, 
   .widget-title h3 {
    font-size: 24px!important;
	}

	.td-sub-footer {
		grid-template-columns: 1fr;
		padding: 20px 0;
		gap: 10px;
	}

	.td-sub-footer #top-social,
	.td-sub-footer .copyright {
		justify-self: center;
	}

	#td-hero-header .td-hero-footer-img {
		position: relative;
	}

}


/* - GLOBAL MEDIA QUERIES - MAX-WIDTH: 480 -------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	body {
   }

   #boxed-slider-wrap, #logo-full, #td-modular-slider, #wrapper-content, .modern-ticker, .td-wrapper-box {
	   margin: 0;
   }

   .td-view-all {
	   right: 20px;
   }
   
   .widget-title h1, 
   .widget-title h3 {
    	font-size:16px!important;
	}

	.td-module-7 h2.td-big-title {
		font-size: 20px
	}

	.td-subtitle {
		font-size:16px;
	}
	.scrollpage {
		display: none!important;
   }
	#wrapper-content {
		margin: 0;
   }
	.modern-ticker {
		display: none;
   }
	.right-menu li a {
		font-size: 16px;
   }
	#menu-right-menu i {
		font-size: 20px;
   }
	.td-related-content .grid {
		float: none;
   }
	.td-game-screens-class {
		display: block;
		width: 100%;
   }
	.gameleon-game-landscape .fitframe-wrap {
		padding-bottom: 100% !important;
   }
	.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;
   }
	.td-content-inner-single-arcade .widget-title h1 {
		font-size: 14px;
		padding: 10px 20px;
		line-height: 22px;
   }
	.review-short-summary {
		padding: 10px;
   }
	.td-minishare-box ul li {
		display: block;
		margin-bottom: 10px;
   }
	.homepage-block-tabs .grid-image {
		width: 100%;
		margin-bottom: 20px;
   }
	.homepage-block-tabs {
		width: auto;
   }
	.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;
   }
	.td-entry-count-views .dot-irecommendthis, .td-entry-count-views .comments-link {
		display: none;
   }
	.single .td-entry-count-views .fa-trophy {
		font-size:16px;
   }
}
/* - GAME WIDTH ON MOBILE DEVICES -------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.td-embed-container {
		width: auto!important;
   }
}
/* - 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, .modern-ticker, #boxed-slider-wrap, #logo-full {
		margin: 0px;
   }
	.wrapper-footer {
		padding: 0;
   }
	#footer .widget-wrapper {
		padding: 20px 8px 0;
   }
	.td-social-border a {
		display: block;
   }
	.scroll-up, .scroll-down {
		right: 15px;
   }
	.mt-label {
		font-size: 14px;
   }
	.second-wrap-content .td-post-excerpt {
		margin-bottom: 0;
   }
	.second-wrap-content .block-meta {
		display: block;
   }
	.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 {
		left: 20px;
		text-transform: uppercase;
		position: absolute;
		top: 220px;
   }
	.td-related-box .block-meta {
		margin: 0;
   }
	#td-social-tabs .tabs-wrapper .socialtabs .tab-content {
		margin: 20px -18px 0px;
   }
}



/*-------------------
#. Preloader css
--------------------*/

#preloader {
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	position: absolute;
}

#preloader .loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FA5667;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#preloader .loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #1B91F7;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#preloader .loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FAC24C;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* - HERO HEADER -------------------------------------------------------------- */
#td-hero-header {
	position: relative;
	top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	justify-content: center ;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}

#td-hero-header .td-hero-wrap {
    width: 100%;
	position: relative;
    margin: 0 auto;
	padding-top: 50px;
    overflow: hidden;
}

#td-hero-header .td-hero-title {
	color: #fff;
    text-align: center;
	position: relative;
    z-index: 1;
	letter-spacing: 10px;
	font-size: 3.7rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 auto;
	padding: 20px 0;
}


#td-hero-header .td-hero-divider{
    z-index: 5;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

#td-hero-header .td-hero-text {
    z-index: 7;
    height: auto;
    width: 32%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
	margin: 0 auto;
	padding: 20px 0;
}

#td-hero-header .td-hero-cta {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 40px 0;
}

#td-hero-header .td-hero-cta button {
	display: inline-block;
    position: relative;
    outline: 0;
    padding: 16px 56px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    -moz-transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: transparent;
    border: 1px solid rgb(255,255,255);
    color: #fff;
}

#td-hero-header .td-hero-cta button:hover {
	background-color: rgba(0, 0, 0, 0.75);
	animation: blinker .2s linear infinite;
}


#td-hero-header .td-hero-cta button:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,.75),0 0 12px rgba(255,255,255,.5),0 0 24px rgba(255,255,255,.25),0 0 35px rgba(255,255,255,.25);
	box-shadow: 0 0 2px rgba(255,255,255,.75),0 0 12px rgba(255,255,255,.5),0 0 24px rgba(255,255,255,.25),0 0 35px rgba(255,255,255,.25);
}

@keyframes blinker {
	50% {
	  opacity: 0;
	}
  }


/* - DARK THEME MODE -------------------------------------------------------------- */

.td-dark-mode #footer {
	background-color: #000;
}

.td-dark-mode #preloader {
	background-color: #000;
}
.td-dark-mode a {
	color:#fff;
}
.td-dark-mode h1, .td-dark-mode h2, .td-dark-mode h3, .td-dark-mode h4, .td-dark-mode h5, .td-dark-mode h6 {
	color:#fff;
}
body.td-dark-mode , .td-dark-mode a:hover, .td-dark-mode .footer-menu li a:hover, .td-dark-mode #footer .wrapper-footer li a:hover, .td-dark-mode .online-users-content-2, .td-dark-mode .online-users-content strong, .td-dark-mode .td-online-users, .td-dark-mode .seo-block, .td-dark-mode .td-online-ever-seen, .td-dark-mode .td-online-users-browsing-page, .td-dark-mode .td-likes a {
	color: #8b8b8b;
}
.td-dark-mode .wp-pagenavi a, .td-dark-mode .wp-pagenavi a:link {
	background-color: #191919;
	border-color: #313131;
}
.td-dark-mode select, .td-dark-mode input[type="text"], .td-dark-mode form.nd_form input.text, .td-dark-mode input[type="password"], .td-dark-mode input[type="email"], .td-dark-mode input[type="search"] {
	background-color: #313131;
	border-color: #191919;
}
.td-dark-mode .wp-pagenavi a:hover, .td-dark-mode .wp-pagenavi a:link:hover, .td-dark-mode .menu a:hover {
	color: #fff;
}
.td-dark-mode .td-welcome-minitabs, .td-dark-mode .td-welcome-minitabs-2, .td-dark-mode #respond #reply-title, .td-dark-mode .commentlist li cite a, .td-dark-mode #review-box h2.review-box-header {
	color: #FFF;
}
.td-dark-mode #review-box h2.review-box-header {
	margin: 0 0 40px;
}
.td-dark-mode #container, .td-dark-mode #wrapper-content, .td-dark-mode .seo-block, .td-dark-mode .td-sidebar-sticky, .td-dark-mode #td-sticky-stopper, .td-dark-mode .commentlist li, .td-dark-mode .review-final-score, .td-dark-mode .review-summary{
	background-color: #17191A !important;
}

.td-dark-mode .td-online-users, .td-dark-mode .td-online-ever-seen, .td-dark-mode .td-online-users-browsing-page, .td-dark-mode .td-welcome-minitabs, .td-dark-mode .td-welcome-minitabs-2, .td-dark-mode area, .td-dark-mode textarea, .td-dark-mode .user-rate-wrap {
	background-color: #313131;
}
.td-dark-mode area, .td-dark-mode textarea, .td-dark-mode .user-rate-wrap{
	border: none;
	outline: none;
}
.td-dark-mode .td-tag-cloud-inline.td-tag-cloud-widget a, .td-dark-mode .nd_recently_viewed .links li a, .td-dark-mode .td-admin-links .links li a {
	background-color: #313131!important;
	color: #8b8b8b!important;
}
.td-dark-mode .mt-news, .td-dark-mode .nicescroll-rails, .td-dark-mode .modern-ticker, .td-dark-mode .widget-wrapper.widget_gameleon_feedburner, .td-dark-mode #review-box h2.review-box-header, .td-dark-mode .td-share-love, .td-dark-mode .review-stars .review-item {
	background-color: #1c1e20!important;
}
.td-dark-mode .mt-prev, .td-dark-mode .mt-next {
	background-color: #2c2c2c !important;
}
.td-dark-mode .block-meta {
	font-weight:700;
}

.td-dark-mode #footer .widget-title h1, .td-dark-mode #footer .widget-title h3 {
	padding: 10px 0 10px 0;
}
.td-dark-mode #footer .widget-title {
	border-bottom:none;
}
.td-dark-mode .widget-title, .td-dark-mode #td-social-tabs .tabs-wrapper li.active a, .td-dark-mode #td-social-tabs .tabs-wrapper li.active a:hover, .td-dark-mode ul.nd_tabs li.active, .td-dark-mode ul.nd_tabs, .td-dark-mode .moregames, .td-dark-mode #td-home-tabs .tabs-wrapper .tabs ul, .td-dark-mode #td-home-tabs .tabs-wrapper .tab-links a, .td-dark-mode #td-home-tabs .tabs-wrapper .tab-links a {
	background-color: transparent;
}
.td-dark-mode .widget-title {
	position:relative;
}
.td-dark-mode .td-content-inner, .td-dark-mode .widget-wrapper, .td-dark-mode #widgets .widget_gameleon_video_widget .widget-title, .td-dark-mode ul.nd_tabs, .td-dark-mode ul.nd_tabs li, .td-dark-mode .widget-title, .widgettitle, .td-dark-mode .mashsb-share-widget li, .td-dark-mode .moregames, .td-dark-mode #td-home-tabs .tabs-wrapper .tabs ul, .td-dark-mode .td-online-users, .td-dark-mode .td-online-ever-seen, .td-dark-mode .td-online-users-browsing-page, .td-dark-mode .mashsb-widget-img, .td-dark-mode .td-welcome-minitabs, .td-dark-mode .td-welcome-minitabs-2, .td-dark-mode .td-content-inner-single, .td-dark-mode .td-content-inner-single-arcade, .td-dark-mode area, .td-dark-mode textarea, .td-dark-mode .review-box, .td-dark-mode .comment, .td-dark-mode #gametabs .tab-links li, .td-dark-mode #main-wrapper-full, .td-dark-mode input[type="submit"] {
	border: none;
}

.td-dark-mode .td-small-module h2 a, 
.td-dark-mode .second-wrap-content .entry-title a, 
.td-dark-mode .widget-title h1,
.td-dark-mode .right-menu li a {
	color: #fff!important;
}
.td-dark-mode #td-home-tabs .tabs-wrapper .tab-links a {
	color: #444;
}
.td-dark-mode #td-home-tabs .tabs-wrapper li.active a, .td-dark-mode #td-home-tabs .tabs-wrapper li.active a:hover {
	color: #fff!important;
}
.td-dark-mode .td-tag-cloud-inline.td-tag-cloud-widget a:hover, .td-dark-mode .nd_recently_viewed .links li a:hover, .td-dark-mode.online-users-content, .td-dark-mode .td-module-6 .block-meta, .td-dark-mode .td-module-7 .block-meta, .td-dark-mode .td-module-8 .block-meta, .td-dark-mode .td-admin-links .links li a:hover, .td-dark-mode .td-module-3 .block-meta, .td-dark-mode .block-meta, .td-dark-mode .td-post-date {
	color: #f63a3a;
}
.td-dark-mode .mt-label, .td-dark-mode .widget-title:before {
	background-color: #f63a3a;
}
.td-dark-mode .widget-title, .td-dark-mode .widgettitle {
	padding-left: 20px;
}
.td-dark-mode .widget-title:before{
	content: '';
	position: absolute;
	z-index: 0;
	height: 30px;
	width: 3px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}
.td-dark-mode #footer .widget-title:before{
	left: 0;
}
.td-dark-mode .td-wrapper-box {
	background: none;
}
.td-dark-mode #gametabs li.active a, .td-dark-mode #gametabs .tab-links a:hover, .td-dark-mode #gametabs li.active a:hover, .td-dark-mode #td-home-tabs .tabs-wrapper li.active a, .td-dark-mode ul.nd_tabs li.active {
	background-color: #f63a3a;
}
.td-dark-mode #gametabs {
	background-color: #191919;
}
.td-dark-mode #gametabs .tab-links a {
	background-color: transparent;
}
.td-dark-mode #gametabs .tab-links li {
	background-color: #191919;
}
.td-dark-mode #gametabs ul {
	background-color: transparent;
	border-color: #000;
}
.td-dark-mode .td-entry-count-views, .td-dark-mode .td-entry-count-views a, .td-dark-mode .post-meta time.entry-date, .td-dark-mode .td-related-box .td-likes a, .td-dark-mode .td-related-box .block-meta, .td-dark-mode .block-meta a, .td-dark-mode .td-plays, .td-dark-mode .td-views {
	color:#8b8b8b;
}
.td-dark-mode .td-content-inner-single .cat-links a:hover, .td-dark-mode .tag-links a:hover {
	color:#fff;
}
.td-dark-mode .td-related-box .entry-title a {
	color:#fff;
}
.td-dark-mode #vertical-ticker img {
	border-radius:100%;
}
.td-dark-mode .td-content-inner-no-comm {
	border:none;
}
.td-dark-mode #dummy-widget {
	border: 1px solid #191919;
}

.td-dark-mode .scrollpage {
	background-color: #1c1e20!important;
}


/* - WIDE BODY STYLE -------------------------------------------------------------- */

.td-wide-mode #container,
.td-wide-mode #td-sticky-stopper,
.td-wide-mode .menu a:hover,
.td-wide-mode #header #topbar .container #top-navigation .navigation .menu .current_page_item a,
.td-wide-mode .menu .current-menu-item a {
	background-color: transparent!important;
}


.td-wide-mode #wrapper-content {
	padding:60px 20px;
	max-width: 100%;
}

.td-wide-mode .wrapper-footer {
	max-width: 100%;
    padding: 0 20px;
}

.td-wide-mode #header {
	margin: 0;
}
.td-wide-mode .td-sidebar-sticky .widget-wrapper {
	margin-bottom: 0;
}

.td-wide-mode  #boxed-slider-wrap {
    margin: 0 auto;
    max-width: 100%;
}

.td-wide-mode #header,
.td-wide-mode #header #topbar,
.td-wide-mode #container, 
.td-wide-mode .msie-box,
.td-wide-mode #td-modular-slider,
.td-wide-mode .sticky-wrapper.is-sticky #wrapper-menu,
.td-wide-mode .td-sub-footer {
	max-width: 100%;
}

.td-wide-mode .td-wrapper-box {
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

.td-wide-mode #container {
    box-shadow: none;
   	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.td-wide-mode #wrapper-content,
.td-wide-mode #header,
.td-wide-mode .wrapper-footer,
.td-wide-mode #footer .grid  {
	margin-right: auto;
	margin-left: auto;
}

.td-wide-mode .header-inner {
    display: block;
    width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.td-wide-mode .menu-search-wrap .main-menu-search {
	right: 0
}

.td-wide-mode #td-modular-slider {
	margin-right: auto;
	margin-left: auto;
    height: auto;
    float: none;
}

.td-wide-mode .navigation {
	margin-top: 0;
}

.td-wide-mode #td-sticky-stopper {
	height: 0;
}

.td-wide-mode #header #topbar .container #top-navigation .navigation .menu {
	-webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.td-wide-mode #header #topbar .container #top-navigation .navigation .menu .menu-item a{
	padding: 0 1.5em;
}

.td-wide-mode .td-shadow:after, 
.td-wide-mode .td-shadow:before {
	content: none;
}

.td-wide-mode .fantasy-title-wrap {
	width: 100%;
    position: relative;
    margin: 0 auto;
	text-align: center;
}
.td-wide-mode .fantasy-title-wrap .fantasy-title {
padding-bottom: 60px;
position: relative;
}

.td-wide-mode .fantasy-title-wrap .fantasy-title::before {
    background-image: url(../images/dividers/divider-1.png);
	content: "";
    position: absolute;
	right: 0;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 33px;
    background-repeat: no-repeat;
}

.td-wide-mode .fantasy-title-wrap .fantasy-sub-title h5 {
font-family: "Marcellus", sans-serif;
color: #fff;
font-size: 17px;
line-height: 1.53em;
letter-spacing: .2px;
margin: 0;
}

.td-wide-mode .fantasy-title-wrap .fantasy-title h2 {
font-family: "Marcellus", sans-serif;
font-size: 45px;
line-height: 1.22em;
margin-bottom: 10px;
text-transform: uppercase;
}

.td-wide-mode .fantasy-title-wrap .fantasy-text h5 {
font-family: "Marcellus", sans-serif;
font-size: 17px;
line-height: 1.53em;
letter-spacing: .2px;
padding-top: 24px;
padding-bottom: 24px;
max-width: 35%;
opacity: .9;
margin: 0 auto;
text-align: center;
}

.td-wide-mode .wrapper-footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 73px;
	background: url(../images/dividers/footer-divider.png) no-repeat center top;
	position: absolute;
	bottom: 0;
	margin: 0 0 -30px 0;
	left: 0;
	right: 0;
	}

.td-wide-mode #owl-home-carousel {
	z-index: 0;
}

.td-wide-mode .widget-wrapper.widget_gameleon_home_carousel{
	padding: 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
}

.td-wide-mode #owl-home-carousel .td-owl-item {
	margin-right: 0;
}

.td-wide-mode #owl-home-carousel .owl-item {
	margin-top: 40px;
}

.td-wide-mode #owl-home-carousel .owl-item.center {
	margin-top: 0;
}

.td-wide-mode #owl-home-carousel .owl-item.active {
	position: relative;
}

.td-wide-mode  #owl-home-carousel .owl-item img {
  transition: 0.45s;
}

.td-wide-mode  #owl-home-carousel .owl-item.center {
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
 }

 .td-wide-mode #owl-home-carousel .td-wide-owl h2 {
	font-family: "Marcellus", sans-serif;
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 99;
}

.td-wide-mode #owl-home-carousel .td-wide-owl h2 a {
	color: #fff;
}


 .td-wide-mode  #owl-home-carousel .owl-item .td-wide-owl h2 {
	padding: 20px 30px;
    line-height: 1.2;
	font-size: 2.2rem;
 }

@media only screen and (max-width: 1059px) {
	.td-wide-mode .wrapper-footer::before {
		top:-90px
	}

	.td-wide-mode .widget-wrapper.widget_gameleon_home_carousel {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {

	.td-wide-mode  #owl-home-carousel .owl-item.center .td-wide-owl h2 {
		font-size: 1.6rem;
	}

	.td-wide-mode #wrapper-content,
	.td-wide-mode .wrapper-footer {
		max-width: 100%;
		padding: 0;
	}

	.td-wide-mode .fantasy-title-wrap .fantasy-text h5 {
		max-width: 100%;
	}

	.td-wide-mode #header {
		margin-bottom: 0;
	}

	.td-wide-mode #footer {
		margin-top: 0;
	}
	
	#td-hero-header {
		height: auto;
	}

	#td-hero-header .td-hero-wrap {
		margin: 0 20px;
		padding-top: 70px;
	}

	#td-hero-header .td-hero-title {
		font-size: 3.2rem;
		letter-spacing: 0;
		padding: 0;
	}

	#td-hero-header .td-hero-text {
		width: auto;
		line-height: 1.5;
		padding: 10px 0;
	}

	#td-hero-header .td-hero-divider {
		padding: 10px 0;
	}

	#td-hero-header .td-hero-cta {
		padding-bottom: 0;
	}

}