/*
--------------------------------------------------------------
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 JUMBO.

WORDPRESS HIGHLY RECOMMENDS CHILD THEME.

READ MORE:
- http://codex.wordpress.org/Child_Themes

--------------------------------------------------------------
	TABLE OF CONTENTS
--------------------------------------------------------------
	to reach the desired section, use "search" on your editor

	RESET CSS
	MEDIA PRINT
	RETINA (HiDPI) DISPLAY
	HORIZONTAL RULE
	BASE CSS
	TYPOGRAPHY
	RESPONSIVE COLUMNS & GRIDS
	VISIBILITY
	RESPONSIVE IMAGES
	RESPONSIVE VIDEOS
	RESPONSIVE EMBEDS/OBJECTS
	LINKS
	FORMS
	SEARCH WIDGET
	HEADER LOGIN/RIGHT MENU
	SEARCH ON MAIN MENU
	FOOTER FIRST COLUMN
	IE FORMS
	IE6 NOTICE
	TABLES
	LISTS
	BLOCKQUOTE
	HEADINGS
	MARGINS & PADDINGS
	GLOBAL CSS
	HEADER
	CONTENT
	CATEGORY LAYOUTS
	MODULAR SLIDER
	POST
	MODULES - MODULE 1 - Beatrix
	MODULE 3 - Jaffee
	MODULE 4 - Frivstyle
	MODULE 8 - RESPONSIVE ADS
	MODULE 10 - Gambini
	MODULE 11 - Fabiano
	MODULE 12 - Sharon
	IMAGE OVERLAY
	FULL LAYOUT
	BOXED LAYOUT
	TEMPLATES - LANDING PAGE
	AUTHOR META BOX
	VERTICAL SCROLLER WIDGET
	BIG POSTS WIDGET
	FACEBOOK WIDGET
	TAG CLOUD WIDGET
	TAGS
	RELATED POSTS
	FEATURED CONTENT
	POST
	FULL WIDTH FEATURED IMAGE
	bbPress
	SYMBOLS
	WIDGETS
	STYLE FOR MENUS IF THEY ARE ON WIDGETS
	COLOPHON
	RESPONSIVE DESKTOP ADS - TOP
	RESPONSIVE DESKTOP ADS - POST
	TITLES
	404 PAGE
	ACCESSIBILITY
	SKIP LINKS
	TOP MENU
	HEADER MENU
	MEGA MENU
	WIDE MENU PLUS LOGO
	HEADER MENU WIDE
	HEADER MENU IE FIXES
	CUSTOM MOBILE MENU TITLE
	FOOTER MENU
	NAVIGATION
	PAGINATION
	VIDEO WIDGET
	TAQYEEM REVIEWS
	MAILCHIMP
	JPS PLUGIN
	LIKES PLUGIN
	WP-PAGENAVI PLUGIN
	ARCADE SINGLE CSS
	FULL SCREEN
	TOOLTIP
	MAGNIFIC POPUP
	BREADCRUMB LISTS
	TWITTER EMBED
	COMMENTS
	GALLERY
	JETPACK - TILE GALLERY
	WORDPRESS CORE
	CALENDAR
	WORDPRESS GALLERY
	POST THUMBNAILS
	BUTTONS
	CALL TO ACTION BUTTONS
	BUTTONS SIZES
	BUTTONS COLORS
	INFO BOXES
	WPML
	POLYLANG
	FOOTER
	STYLE FOR MENUS IF THEY ARE ON FOOTER
	SCROLL BUTTONS
	COPYRIGHT
	ALIGNMENTS EXTRAS - FEATURED IMAGE
	CLEARFIX
	MENU SOCIAL ICONS - PLUGIN HOOK
	MENU SOCIAL ICONS - TOP MENU
	MENU SOCIAL ICONS - HEADER MENU
	MENU SOCIAL ICONS - FOOTER MENU
	MASHSHARE
	EASY DIGITAL DOWNLOADS
	BIDIRECTIONALITY SETTINGS (NOTHING TO CHANGE HERE)
	GLOBAL MEDIA QUERIES
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1199
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1018
	GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1018
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 767
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 600
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 500
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 480
	GLOBAL MEDIA QUERIES - MIN-WIDTH: 320 AND MAX-WIDTH: 1199
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 320
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 240
	RESPONSIVE ADS
	RESPONSIVE GALLERY
	RESPONSIVE WPML

	----------------------------------------------------------------- */
	/*	RESET CSS */
	/*	normalize.css v3.0.1 | MIT License | git.io/normalize */
	/* -------------------------------------------------------------- */

	html {
		font-family: sans-serif;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section,
	summary {
		display: block;
	}

	audio,
	canvas,
	progress,
	video {
		display: inline-block;
		vertical-align: baseline;
	}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	[hidden],
	template {
		display: none;
	}

	a {
		background: transparent;
	}

	a:active,
	a:hover {
		outline: 0;
	}

	abbr[title] {
		border-bottom: 1px dotted;
	}

	b,
	strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}

	mark {
		background-color: #FF2343;
		color: #000;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		border: 0;
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 48px;
	}

	hr {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}

	button {
		overflow: visible;
	}

	button,
	select {
		text-transform: none;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input {
		line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
	}

	optgroup {
		font-weight: bold;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	td,
	th {
		padding: 0;
	}

/*	MEDIA PRINT
-------------------------------------------------------------- */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}

	select {
		background-color: #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;
	}
}

/*	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-color: #EEE;
	border: none;
	clear: both;
	color: #EEE;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background-color: #fff;
	color: #fff;
}

/*	BASE CSS
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	text-rendering: optimizeLegibility;
}


body.boxed-layout {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*	TYPOGRAPHY
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #212121;
	text-decoration: line-through;
}

dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

::-moz-selection {
	background-color: #FF2343;
	color: #fff;
}
::selection {
	background-color: #FF2343;
	color: #fff;
}

/*	RESPONSIVE COLUMNS & GRIDS
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 45px;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 4.301075268817204%;
	padding-top: 0;
}

.col-49,
.col-146,
.col-243,
.col-340,
.col-437,
.col-534,
.col-631,
.col-728,
.col-825,
.col-922,
.col-1019 {
	display: inline;
	position: relative;
	margin-right: 4.301075268817204%;
}

.col-728 .col-49 {
	margin-right: 6.593406593406593%;
	width: 6.730769230769231%;
}

.col-728 .col-146 {
	margin-right: 6.593406593406593%;
	width: 20.05494505494505%;
}

.col-728 .col-243 {
	margin-right: 6.593406593406593%;
	width: 33.37912087912088%;
}

.col-1116 .col-340,
.col-728 .col-340 {
	margin-right: 6.593406593406593%;
	width: 46.7032967032967%;
}


#footer .col-1116 .col-340,
#footer .col-728 .col-340 {
	margin-right: 4.301075268817204%;
	width: 30.46594982078853%;
}

.col-728 .col-437 {
	margin-right: 6.593406593406593%;
	width: 60.02747252747253%;
}

.col-728 .col-534 {
	margin-right: 6.593406593406593%;
	width: 73.35164835164835%;
}

.col-728 .col-631 {
	margin-right: 6.593406593406593%;
	width: 86.67582417582418%;
}

.col-49 {
	width: 4.390681003584229%;
}

.col-146 {
	width: 13.08243727598566%;
}

.col-243 {
	width: 21.7741935483871%;
}

.col-340 {
	width: 30.46594982078853%;
}

.col-437 {
	width: 39.15770609318996%;
}

.col-534 {
	width: 47.8494623655914%;
}

.col-631 {
	width: 56.54121863799283%;
}

.col-728 {
	width: 65.23297491039427%;
}

.col-825 {
	width: 73.9247311827957%;
}

.col-922 {
	width: 82.61648745519713%;
}

.col-1019 {
	width: 91.30824372759857%;
}

.col-1116 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.td-noimage-fit-1 {
	width:340px;
	height:215px;
}

.td-noimage-fit-2 {
	max-width:1116px;
	height:163px;
}

.td-noimage-fit-3 {
	max-width:340px;
	height:160px;
}

.td-noimage-fit-4 {
	max-width:104px;
	height:104px;
}

.td-noimage-fit-10 {
	max-width:340px;
	height:372px;
}

.td-noimage-fit-11 {
	max-width:728px;
	height:384px;
}

.td-noimage-fit-12 {
	width:340px;
	height:454px;
}

.td-noimage-fit-slider-big {
	width:658px;
	height:405px;
}

.td-noimage-fit-slider-small {
	width:224px;
	height:200px;
}

.td-noimage-fit-related {
    width: 340px;
    margin-bottom: 10px;
}

/*	VISIBILITY
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

/*	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: inherit;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FF2343;
	outline: 0;
	text-decoration: none;
}

::selection {
	background-color: #999;
	color: #fff;
	text-shadow: none;
}

/*	FORMS
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

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 #ccc;
	margin: 0;
	outline: none;
	padding: 4px 8px;
	vertical-align: middle;
	max-width: 100%;
	color: #555;
	font-size: 14px;
	height: auto;
}

.post-password-form input[type="submit"] {
	padding: 4px 17px;
	border:none;
}

* {
	margin:0;
	padding:0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

select {
	height: auto;
	width: 100%;
	background-color: #f9f9f9;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f9f9f9;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #d8d8d8;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/*	SEARCH WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_search {
	margin: 0 0 30px;
}

.widget_search #s, .widget_search #s:focus {
	background-color: #f9f9f9!important;
	height: 34px;
}

.td-search-form div {
	text-align: center;
}

.td-widget-search-input {
	margin-bottom: 0;
	margin-right: -4px!important;
	width: 87%!important;
	height: 34px;
}

#td-searchsubmit {
	height: 40px;
	padding:  5px 12px;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	font-family: 'FontAwesome';
	border: medium none;
	background-color: #FF2343;
	color: #fff;
}

/*	HEADER LOGIN/RIGHT MENU
-------------------------------------------------------------- */

#navigation-bar #td-right-top-menu-1,
#navigation-bar #td-right-top-menu-2,
#navigation-bar #td-right-top-menu-3,
#navigation-bar #td-right-top-menu-4,
#navigation-bar #td-right-top-menu-5 {
	float: right;
}

#mobile-right-top-menu-1,
#mobile-right-top-menu-2,
#mobile-right-top-menu-3,
#mobile-right-top-menu-4,
#mobile-right-top-menu-5 {
	display: none;
}

.td-top-latest:before {
	font-family: 'FontAwesome';
	content: '\f017';
	speak: none;
	color:#FF2343;
	font-size: 22px;
	padding-right: 5px;

}

.td-top-hot:before {
	font-family: 'FontAwesome';
	content: '\f06d';
	speak: none;
	color:#FF2343;
	font-size: 22px;
	padding-right: 5px;
}

.td-top-popular:before {
	font-family: 'FontAwesome';
	content: '\f005';
	speak: none;
	color:#FF2343;
	font-size: 20px;
	padding-right: 5px;
}

.ajax-auth h1,
.ajax-auth h3,
.ajax-auth h3 a {
	font-family: "Voltaire", sans-serif !important;
}

.ajax-auth h3 a {
	color: #FF2343 !important;
}

.ajax-auth input.submit_button {
	background: #FF2343 !important;
	font-family: "Voltaire", sans-serif !important;
	box-shadow: none!important;
	border:none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	color: #fff;
}

#register.ajax-auth {
	top:10px !important;
}

form.ajax-auth {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2,
.ajax-auth input#user_login {
	padding: 5px 10px 5px 13px !important;
	margin: 7px 0 10px 0!important;
}

a#show_login,
a#show_logout {
	color:#FF2343;
	cursor:pointer;
}

/*	SEARCH ON MAIN MENU
-------------------------------------------------------------- */
.menu-search-wrap {
	position: relative;
	max-width: 1116px;
	margin: 0px 48px;
}

.is-sticky .menu-search-wrap {
	margin: 0 auto;
}

.menu-search-wrap #search-container {
	position: relative;
	cursor:pointer;
}

.menu-search-wrap #search-container .fa-search {
	position: absolute;
	right: 15px;
	color: #fff;
	font-size: 1.5em;
	margin-top: -47px;
}

.is-sticky .menu-search-wrap #search-container .fa-search {
	color: #212121;
}

.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;
}

.menu-search-wrap .main-menu-search {
	position: absolute;
	padding: 0px;
	top: 100%;
	z-index: 1001;
	right: 0px;
	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: 24px;
	color: #fff;
}

.menu-search-wrap .td-search-form {
	margin: 24px;
}

.td-search-button,
.form-submit input {
	background-image: none;
	background-color: #FF2343!important;
	color: #fff;
	border: none !important;;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px!important;;
	padding: 5px 12px 7px 12px !important;
}

.td-regular-search input[type="text"] {
	height: 40px !important;
}

/*	FOOTER FIRST COLUMN
-------------------------------------------------------------- */
.td-about-img {
	margin: 0 45px 0 0;
	height: 5.8em;
}

.td-about-img:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#td-about-img-wrap {
    display: inline-block;
    vertical-align: middle;
}

#td-about-img-wrap {
    max-width: 300px;
}

.td-about-menu,
.td-about-email {
	margin: 20px 0 0;
}

.td-email-text {
	display: inline-block;
	margin-right: 5px;
}

.td-about-email a:hover,
.td-about-menu .fa:hover {
	color: #333;
}

.td-about-email .fa-envelope-o {
	padding-right: 5px;
}

.td-about-text {

}

/*	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 {
	border: 1px solid #e4e4e4;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

/*	LISTS
-------------------------------------------------------------- */
ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/*	BLOCKQUOTE
-------------------------------------------------------------- */
blockquote {
	padding: 10px;
	font-style: italic;
	overflow: hidden;
	position: relative;
	background-color: #FF2343;
	color: #fff;
}

blockquote::before {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #fff;
	content: '\f10e';
	font-size: 18px;
	font-family: 'FontAwesome';
	opacity: 0.6;
	filter: alpha(opacity=20);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	padding: 0 35px;
	line-height: 1.5em !important;
	text-align: center;
}

.post-entry h3 {
	padding-bottom: 15px;
}

/*	HEADINGS
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	word-wrap: break-word;
	line-height: initial;
	color: #000;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
}

h1.title-search-results {
	color: #5E5E5E;
}

/*	MARGINS & PADDINGS
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
address,
blockquote {
	margin: 0 0 24px;
}

table,
form {
	margin: 0 0 24px 0;
}
th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 1em;
	margin: 30px 0;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 0 24px;
	padding-left: 2.0em;
}

.wpb_widgetised_column ul {
	padding-left: 0;
}

#wide-slider-wrap ul,
#boxed-slider-wrap ul {
	padding-left: 0
}

ul.post-categories,
ol.post-categories {
	margin: 0;
	padding-left: 0!important;
}


li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/*	GLOBAL CSS
-------------------------------------------------------------- */
#container,
.msie-box {
	max-width: 1212px;
	background-color: #fff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#wrapper {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
}

.front-page #wrapper {
	border: none;
	padding: 0 48px;
}

#footer-wrapper .block-bottom {
	background-color: #FF2343;
	border-top: 4px solid #fff;
	max-width: 1212px;
}

#footer-wrapper .block-bottom-padding {
	margin: 0 24px;
	overflow: hidden;
	padding: 45px 24px 35px 24px;
}

.full-layout  #footer-wrapper .block-bottom-padding {
	padding: 45px 0 35px 0;
}

.td-footer-middle {
	padding: 0;
}

.td-footer-middle.col-340:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	right: 0;
	left: -49px;
	background: #fff;
}

.td-footer-middle ul,
.td-footer-middle ol{
	padding-left: 0;
}

.td-footer-middle.col-340:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	right: -49px;
	top: 0;
	left: auto;
	background: #fff;
}

.td-footer-middle .copyright {
	display: inline-block;
}

.td-footer-last {
	height: 5.8em;
}

#footer-wrapper .copyright p {
	height: 24px;
	margin: 0 auto;
}

#footer-wrapper .widget-wrapper {
	margin: 0 auto;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

#footer .widget-wrapper a {
	color:#fff;
}

#footer-wrapper {
	margin: 0;
	overflow: hidden;
	text-align: left;
}

.widget-wrapper ul,
.widget-wrapper ol {
	padding: 0;
}

/*	HEADER
-------------------------------------------------------------- */
#header-wrap{
	position: relative;
	width: 100%;
}

#header {
	margin: 0;
	background-color: #fff;
}

#outer-wrap {
	width: 100%;
	position: relative;
	background-color: #fff;
}

#logo {
	display: inline-block;
	margin: 0 48px;
	height: auto;
	line-height: 162px;
	vertical-align: middle;
}

.is-sticky #logo {
	margin: 0 auto;
}

#logo-full {
	float: none;
	margin: 0 auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#logo-right {
	float: right;
	margin: 0 48px;
	height: auto;
	line-height: 162px;
	vertical-align: middle;
}

#logo img,
#logo-right img
#logo-scroll img {
	max-width: 250px;
	width: auto;
}

#logo-full img {
	height: auto;
	max-width: 100%;
}

#text-logo {
	display: inline-block;
	margin: 0 48px;
	height: 137px;
}

#text-logo-full {
	float: none;
	margin: 0 auto;
	height: 137px;
	text-align: center;
}

#text-logo-right {
	float: right;
	margin: 0 48px;
	height: 137px;
	text-align: right;
}

.site-name {
	display: block;
	font-size: 2.3em;
	margin-top: 30px;
	line-height: 1.2em;
}

.site-name-full {
	display: block;
	font-size: 2.3em;
	padding-top: 30px;
	line-height: 1.6em;
}

.site-name-full a {
	color: #212121;
	font-weight: 700;
}

.site-name a {
	color: #212121;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
	margin: 0 0 35px 0;
}

.site-description-wide {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
	margin: 0 48px;
}

/*	CONTENT
-------------------------------------------------------------- */
#content {
	margin-top: 48px;
	margin-bottom: 0;
}

#content-full {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-blog {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-images {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-search {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-archive,
#content-author {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-sitemap {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

.sticky p {
  background-color: #f9f9f9;
  padding:24px;
}

.sticky p.excerpt-more {
  background-color: transparent;
  padding: 0;
}

.sticky h1 a {
 color: #FF2343;
}

.category-markup {
	padding-top: 24px;
}

.td-blog-layout-home p {
	line-height: 25px;
}

.td-blog-layout-home a.button {
	padding: 11px 30px;
}

.td-blog-layout-home p.excerpt-more {
	text-align: center;
	margin-top: 20px;
}

.single-post .post-meta .td-time {
	vertical-align: middle;
}

.block-meta .td-time {
	color: #999;
	font-weight: 400;
}

/*	CATEGORY LAYOUTS
-------------------------------------------------------------- */
#content-archive .col-340 {
	width: 100%;
	margin-bottom: 0;
}

.td-cat-layout-2  #content-archive .entry-title {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
}

.td-cat-layout-2 #content-archive .col-340 {
	overflow: hidden;
	margin-right: 6.593406593406593%;
	width: 46.7032967032967%;
	margin-bottom: 0;
}

.td-cat-layout-2 #content-archive .td-entry-count-views {
	float: none;
	font-style: normal;
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	margin-bottom: 0;
}

.td-cat-layout-2 #content-archive .td-time {
	margin-right: 15px;
}

.td-cat-2 {
	margin: 10px 0px 10px;
}

#content-archive h1 {
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 300;
	padding: 0px 0px 10px;
	text-align: left;
	font-style: normal;
	display: block;
	clear: both;
}

.category.full-layout .post-entry img {
	margin: 0;
	width: 100%;
}

/*	MODULAR SLIDER
-------------------------------------------------------------- */

@media only screen and (min-width: 1224px) {
	.home .td-main-revslide {
		max-width: 658px;
		width: 100%;
		height: 401px;
	}

}

#wide-slider-wrap {
	background-color: #fff;
}

#td-modular-slider {
	max-width: 1212px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	padding: 48px 48px 0;
	z-index: 1;
	float: none;
}

#td-modular-slider .td-image-meta-box {
	bottom: 30px;
	right: 30px;
}

#td-modular-slider .grid {
	margin-right: 0;
	margin-bottom: 0;
}

#td-modular-slider .col-728 {
	width: 58.96057347670251%;
}

#td-modular-slider .col-243 {
	width: 20.43010752688172%;
}

#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-modular-slider .td-main-slide .dark-cover {
	background: RGBA(3, 3, 3, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
}

#td-modular-slider .small-posts-slider .dark-cover {
	background: RGBA(3, 3, 3, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
}

.home .td-main-revslide {
	max-width: 658px;
	width: 100%;
}

#td-modular-slider .dot-irecommendthis:before {
	font-size: 20px;
}

#td-modular-slider .comments-link {
	font-size: 20px;
	margin-left: 10px;
}

#td-modular-slider .comments-link a:hover{
	color: inherit;
}

.td-main-slide img {
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	position:relative;
	display:inline-block;
	min-width: 658px !important;
}

.td-main-slide:hover img {
	opacity: 0.8;
}

.td-main-slide-shadow {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.td-main-slide-shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slide-text {
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	z-index: 20;
	padding: 20px 20px 10px 40px;
}

.main-slide-wrap-details {
	color: #FFF;
	z-index: 20;
}

.main-slide-wrap-details h1 a {
	color: #fff !important;
	font-family: "Roboto",sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	line-height: 36px;
}

.main-slide-wrap-details h1 {
	margin: 0;
}

.main-slide-text h1,
.main-slide-text .main-cat {
	color: #FFF;
	font-family: "Lato",sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
	line-height: 120%;
	border-bottom: 1px solid #fff;
	width: 45%;
	margin-bottom: 10px;
}

.td-main-slide .dot-irecommendthis-count,
.td-main-slide .post-views-count {
	font-size: 20px;
}

.main-cat {
	z-index: 1;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 15px;
}

.td-main-slide .main-cat {
	padding-bottom: 5px;
}

.td-main-slide .main-cat:before {
	content: '\f064';
	font: 22px/1.8em 'FontAwesome';
	position: absolute;
	color: #fff;
	left: 0;
}

.main-cat a {
	background-color: #FF2343;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	padding: 4px 8px;
}

.td-main-slide .main-cat a {
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	padding-left: 28px;
	text-transform: uppercase;
}

.td-main-slide.dot-irecommendthis:hover,
.td-main-slide .dot-irecommendthis.active {
	color: #fff!important;
}

.td-main-slide .post-views-count {
	margin-left: 10px;
}

.td-main-slide .post-views-count i {
	padding-right: 5px;
}

.td-modular-date {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 4px 8px;
}

.main-slide-wrap-details .td-modular-date {
	font-family: "Lato",sans-serif;
	display: inline-block;
	background-color: transparent;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	padding: 0;
}

.main-slide-wrap-details .td-module-category a  {
	color: #F9FF00;
}

.main-excerpt {
	font-family: "Roboto", sans-serif;
	margin: 0 auto !important;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	-moz-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	width: 90%;
}

.td-main-slide:hover .main-excerpt {
	max-height: 200px;
}

.image-small-slider img {
	width: 100% !important;
}

.small-posts-slider {
	margin-bottom: 0.0897666068222621% !important;
	margin-left: 0.0897666068222621%;
	overflow: hidden;
	position: relative;
}

.small-posts-slider img {
	/*opacity: .8;*/
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.small-posts-slider:hover img {
	opacity: 0.8;
}

.small-slide-title {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	text-align: center;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	z-index: 1;
}

.small-slide-title h2 {
	color: #fff;
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.small-posts-slider .td-module-category {
	top: 0;
	padding: 15px 10px;
}

.small-posts-slider .td-module-category a {
	font-size: 22px;
	color: #F9FF00;
}

#td-modular-slider .slides {
	margin:0;
	padding:0;
	list-style:none;
}

#td-modular-slider .slides img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.td-flexslider,
.td-flexslider-inactive {
	position:relative;
	zoom:1;
	overflow:hidden;
}

.td-flexslider .slides,
.td-flexslider-inactive .slides {
	zoom:1;
}

/*	POST
-------------------------------------------------------------- */
.post {
	position: relative;
	padding-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.td-nopadding-single .post {
	position: relative;
	padding-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 24px;
	color: #FF2343;
}

.post h1 {
	margin: 0 0 0.22em;
}

h1.post-title {
	font-size: 27px;
	text-transform: uppercase;
	font-family: "Lato",sans-serif;
	line-height: 34px;
	display: block;
	margin: 0 0 24px;
}

.post h1.post-title {
	margin: 0 0 10px;
}

.post-entry {
	clear: both;
}

.post-entry p {
	line-height: 24px;
}

.post-meta {
	clear: both;
	color: #ccc;
	font-size: 16px;
	margin: 3px 0 20px;
}

.single-post .post-meta {
	display: inherit;
	vertical-align: middle;
}

.post-meta a {
	color: #ccc;
}

.post-meta .posted {
	background-color: #F0F4F5;
	color: #aaa;
	padding: 3px 5px;
	margin-right: 3px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-edit.fa-edit {
	color: #AAA;
	display: block;
	padding-top: 24px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

#content-blog .post-categories {
	position: relative;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

ul.post-categories {
	list-style-type: none;;
}

#content-blog .post-categories {
	float: none;
}

ul.post-categories li {
	float: left;
	margin-right: 10px;
}

.overlay-shadow-top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 50%;
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.overlay-shadow-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.image-small-slider .overlay-shadow-top {
	height: 30%;
}

.td-module-category {
	position: absolute;
	left: 0;
	top: 0;
	padding: 35px 30px;
	width: 100%;
	z-index: 2;
}

.td-module-category a {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	width: auto;
	max-width: 50%;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 400;
}

.td-module-category a:hover,
.td-module-category a:active,
.td-module-category a:focus {
	color: #fff;
	text-decoration: underline;
}

.td-thumb-cat {
	position: absolute;
	bottom: 24px;
	right: 24px;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: block;
}

.td-thumb-cat-text a {
	display: inline-block;
	padding: 4px 8px;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: rgba(255, 255, 255, 0.8);
}

.td-thumb-cat-text a:hover {
	background-color: #FF2343;
	color: #fff;
}

.td-thumb-cat  ul.post-categories li {
	margin: 0;
}

.cat-links a {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 8px;
	margin-bottom: 4px;
	color: #FF2343;
	border: 1px solid #FF2343;
	background-color: transparent;
}

.full-featured .cat-links a {
	color: #fff !important;
	border: 1px solid #fff!important;
}

.full-featured .dot-irecommendthis.active {
	color: #fff !important;
}

.td-entry-count-views {
	float: right;
	font-style: normal;
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	margin-bottom: 28px;
}

.td-entry-count-views-box {
	display: inline;
	color: #ccc;
	font-size: 16px;
}

.td-new-date{
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.td-new-date a {
	color: #999;
	font-weight: 400;
}

.td-entry-count-views-box .comments-link {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.td-entry-count-views-box .fa {
	padding-right: 5px;
}

.td-entry-count-views-box .post-views-count {
	font-size: 16px;
	margin-right: 0;
}

.td-entry-count-views-box .post-likes-count {
	margin-right: 15px;
}

.td-entry-count-views-box .entry-date {
	font-size: 12px;
	margin-right: 15px;
}

.td-zoom img {
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition:all 0.45s ease;
	-moz-transition:all 0.45s ease;
	-o-transition:all 0.45s ease;
	transition:all 0.45s ease;
}

.td-zoom a:hover img {
	-webkit-transform:scale(1.3) rotate(8deg);
	transform:scale(1.3) rotate(8deg);
}

.td-image-meta-box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	border: 1px solid #fff;
	z-index: 1;
}

.archive .td-image-meta-box,
.archive .image-overlay,
.archive .module-overlay {
	top: 10px;
	bottom: auto!important;
	opacity: 1!important;
	visibility: visible !important;
}

.archive .module-image:hover .post-format,
.archive .module-overlay:hover .post-format {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
	opacity: 1!important;
	visibility: visible !important;
}

.td-zoom-height .td-image-meta-box {
	opacity: 1;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.td-zoom-height:hover .td-image-meta-box {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
}

.single-post .td-image-meta-box {
	top: 15px;
	bottom: auto;
	right: 15px;
	z-index: 2;
}

.td-related-box .td-image-meta-box {
	bottom: 20px;
	top: auto;
}

.td-image-meta-box .fa-gamepad:before {
	font-size: 22px;
}

.td-image-meta-box .dot-irecommendthis:hover,
.td-image-meta-box .dot-irecommendthis.active {
	color: #fff !important;
}

.td-image-meta-box .dot-irecommendthis::before {
	font-size: 18px;
}

.td-image-meta-box .td-comments-count-color-box .fa-commenting {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.3em;
	padding-left: 0;
	text-indent: 0px;
}

.td-comments-count-color-box {
	background-color: #8cc600;
	display: inline-block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
}

.td-views-counter {
	background-color: #F23693;
	display: inline-block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
}

.td-post-like {
	background-color: #ffc600;
	display: inline-block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	text-indent: 0px;
}

/*	MODULES - MODULE 1 - Beatrix
---------------------------------------------------------------*/
.td-module-1-bigwrap {
	margin-bottom: 25px;
	overflow: hidden;
}

.td-module-1-wrap.grid {
	margin-bottom: 20px;
}

.td-module-1-wrap.col-49,
.td-module-1-wrap.col-146,
.td-module-1-wrap.col-243,
.td-module-1-wrap.col-340,
.td-module-1-wrap.col-437,
.td-module-1-wrap.col-534,
.td-module-1-wrap.col-631,
.td-module-1-wrap.col-728,
.td-module-1-wrap.col-825,
.td-module-1-wrap.col-922,
.td-module-1-wrap.col-1019 {
	margin-right: 6.593406593406593%;
}

.td-module-1-wrap.col-340:nth-child(2n+1) {
	margin-right: 0;
	margin-left: 0;
	display: block;
}

.td-default-page .td-module-1-wrap.col-340:nth-child(2n+1) {
	margin-right: 0;
	margin-left: 0;
	display: block;
}

.td-module-post-title .entry-title {
	font-size: 22px;
	line-height: 26px;
	margin: 10px 0 0;
}

.td-module-title {
	width: 100%;
}

.td-module-1-wrap img {
	width: 100% !important;
}

.td-zoom-height {
	overflow: hidden;
	position: relative;
}

.td-module-1-wrap.col-340 .comments-count {
	position: absolute;
	display: block;
	background-color: #FF2343;
	top: 20px;
	right: 20px;
	width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.td-module-1-wrap.col-340 .comments-count {
	font-size: 1.125em;
}

/*	MODULE 2
---------------------------------------------------------------*/
.td-module-2-bigwrap {
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
}

.td-module-2-wrap.col-1116 {
	margin-bottom: 0;
	display: block;
	position: relative;
}

.td-module-2-bigwrap .td-mod-2-first {
	border-bottom: 2px solid #fff;
}

.td-module-2-bigwrap ul {
	list-style: outside none none;
	padding-left: 0;
}

.td-module-2-bigwrap .td-mod-2-first .annete-gradient {
	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='transparent',GradientType=1 );
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
}

.td-module-2-bigwrap .td-mod-2-last .annete-gradient{
	background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -ms-linear-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -ms-linear-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.53) 20%, rgba(0, 0, 0, 0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='transparent',GradientType=1 );
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.td-module-2-post-title {
	position: relative;
}

.td-module-2-wrap .td-module-post-title h3 a{
	color: #fff;
	text-transform: uppercase;
}

.td-module-2-wrap.td-mod-2-first .td-module-post-title {
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	right: auto;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	padding: 0 24px;
	display: block;
	z-index: 1;
	height: auto;
	width: 70%;
}


.td-module-2-wrap.td-mod-2-last .td-module-post-title {
	position: absolute;
	text-align: right;
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	padding:0 24px;
	display: block;
	z-index: 1;
	height: auto;
	width: 70%;
}

.page-template-full-width-page .td-annete-module-category {
	padding: 60px 0 15px;
}

.td-annete-date-big {
	font-family: "Lato",sans-serif;
	display: block;
	font-weight: 400;
	background-color: transparent;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.td-annete-module-category {
	color: #F9FF00;
	font-size: 28px;
	padding: 24px 0 15px;
	font-family: "Roboto", sans-serif;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
}


/*	MODULE 3 - Jaffee
---------------------------------------------------------------*/

.td-module-3-wrap .td-module-post-title .entry-title {
	display: inline-block;
}

.td-module-3-wrap .post-meta {
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
}

.td-module-3-wrap img {
	width: 100% !important;
}

.td-module-3-wrap .td-module-post-title h3 {
	font-size: 28px;
	line-height: 26px;
}

.td-module-3-wrap .td-module-post-title h3 a:hover{
	color:#FF2343;
}

.td-small-image-module-3 {
	position:relative;
	display:inline-block;
	float:left;
	width: 100px;
	max-width: 100%;
	height: auto;
}

.td-module-3-post-title {
	position: relative;
}

.td-module-3-post-title h3 a{
	line-height: 21px;
}

.td-module-3-post-details {
	margin-left: 116px;
	position: relative;
	top: -4px;
}

.td-module-3-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-3-post-details .entry-title {
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

.td-module-3-post-details h3 a {
	font-family: 'Lato', sans-serif;
	color: #444;
}

.td-module-3-wrap.col-340 .comments-count {
	position: absolute;
	display: block;
	background-color: #FF2343;
	top: 20px;
	right: 20px;
	width: 2rem;
	height: 2rem;
	font-size: 1.125em;
	line-height: 1.9rem;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

/*	MODULE 4 - Frivstyle
---------------------------------------------------------------*/
.td-module-4-wrap {
	margin-bottom: 45px;
	overflow: hidden;
}

.td-module-4-wrap img.wp-post-image {
	display: inline-block;
}

.col-1116 .td-module-4-wrap .col-146{
	width: 10%;
	margin-bottom: 0.6868131868131868%;
	margin-right: 0;
}

.col-1116 .td-module-4-wrap .col-146:before {
	width: 6%;
}

.col-1116 .td-module-4-wrap img.wp-post-image {
	width: 110px;
}

.col-728 .td-module-4-wrap .col-146 {
	width: 14.28571428571429%;
	margin-bottom: 0.6868131868131868%;
	margin-right: 0;
}

.td-module-4-wrap .col-146:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background: #fff;
}

.td-module-4-wrap .grid-image {
	position:relative;
	display:inline-block;
	float:left;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all 0.3s ease 0s;
}

.td-module-4-wrap .grid-image:hover {
	opacity:0.8;
}

.td-module-4-wrap .td-friv.grid-image {
	position:relative;
	display:inline-block;
	float:left;
}

.td-module-4-wrap .td-friv.grid-image img {
	cursor: url(../images/cursors/cursor13.png), pointer;
}

/*	MODULE 6
---------------------------------------------------------------*/
.td-module-6-wrap.grid {
	width: 100%;
	display: block;
	margin-bottom: 24px!important;
}

.td-module-6-wrap.td-fly-in-effect {
	display: block;
}

.td-module-6-wrap .td-feat-module-text {
	position:absolute;
	background-image:-moz-linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.6) 100%);
	background-image:-ms-linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.6) 100%);
	background-image:-o-linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.6) 100%);
	background-image:-webkit-linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.6) 100%);
	background-image:-webkit-gradient(linear,right center,left center,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));
	background-image:linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.6) 100%);
	padding:48px 24px 24px;
	top:0;
	left:0;
	bottom:0;
	width:300px;
}

.td-module-6-wrap .td-module-excerpt {
	color: #FFF;
	font-size: 15px;
}

.td-module-6-wrap span.td-post-read-more {
	border: 2px solid #FFF;
	color: #FFF;
	clear: both;
	display: inline-block;
	font-family:"Lato", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.td-module-6-wrap span.td-post-read-more:hover {
	background-color: #fff;
	color: #333;
}

.td-module-6-wrap ul.post-categories li {
	margin-right: 3px;
}

.td-module-6-wrap .td-module-post-title h3 a {
	font-family: "Lato",sans-serif;
	color: #FFF;
	float: left;
	font-size: 26px!important;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
}

.td-module-6-wrap .td-feat-module-text .main-cat {
	top:24px;
	right: auto;
	width: 100%;
}

.td-module-6-wrap .td-feat-module-text .post-meta {
	margin: 10px 0;
	text-transform: uppercase;
	font-family: "Roboto",sans-serif;
}

.td-module-6-wrap .td-feat-module-text .post-meta a,
.td-module-6-wrap .td-feat-module-text .td-entry-count-views-box  {
	color: #FFF;
	font-style: normal;
}

/*	MODULE 8 - RESPONSIVE ADS
---------------------------------------------------------------*/
.td-module-8-wrap {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	margin: 0 0 48px 0;
}

/*	MODULE 10 - Gambini
---------------------------------------------------------------*/

.td-module-10-wrap {
	display: inline-block;
	position: relative;
}

.td-module-10-wrap img {
    width:100%;
}

.col-728 .td-module-10-small-wrap.col-340 {
	margin-bottom: 0;
	display: block;
}

.td-module-10-content {
	margin-bottom: 20px;
	min-height: 104px;
}

.td-small-image-module-10 {
	position:relative;
	display:inline-block;
	float:left;
	max-width: 100%;
	height: auto;
}

.td-module-10-post-title {
	position: relative;
}

.td-module-10-wrap .td-module-post-title .entry-title {
	margin: 0;
}

.td-module-10-wrap .td-module-post-title .post-meta {
	margin: 0 0 10px;
}

.td-module-10-wrap .date-title {
	display: block;
	background-color: #FF2343;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top:0px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.td-module-10-wrap .date-title .td-time {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.td-module-10-wrap .date-title .td-time small {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

.td-module-10-wrap .td-module-post-title {
	padding: 0 15px;
	display: inline-block;
}

.td-module-10-post-details {
	margin-left: 130px;
	position: relative;
}

.td-module-10-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-10-post-details .entry-title {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.td-module-10-excerpt {
	margin-top: 10px;
	display: inline-block;
}

.td-module-10-meta .block-meta {
	margin-bottom: 5px;
	font-size: 16px;
}

.td-module-10-big-title {
	position: absolute;
	width: 100.1%;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	padding: 0 20px 10px 20px;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
}

.td-module-10-big-title h3 {
	font-size: 20px;
}

.td-module-10-big-title a {
	font-family: "Lato", sans-serif;
	line-height: 26px;
	display: inline-block;
	color: #fff;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.td-module-10-wrap .td-image-meta-box,
.td-module-10-wrap .image-overlay,
.td-module-10-wrap .module-overlay {
	top: 10px;
	bottom: auto;
}

/*	MODULES - MODULE 11 - Fabiano
---------------------------------------------------------------*/

.td-module-11-wrap.col-49,
.td-module-11-wrap.col-146,
.td-module-11-wrap.col-243,
.td-module-11-wrap.col-437,
.td-module-11-wrap.col-534,
.td-module-11-wrap.col-631,
.td-module-11-wrap.col-728,
.td-module-11-wrap.col-825,
.td-module-11-wrap.col-922,
.td-module-11-wrap.col-1019 {
	margin-right: 6.593406593406593%;
}

.td-module-11-wrap {
	position: relative;
}

.td-module-11-bigwrap {
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
}

.td-module-11-wrap.col-728 {
	width: 100%;
	display: block;
	margin-bottom: 42px!important;
}

.td-module-11-wrap.col-340 {
	margin-right: 0;
}

.td-module-11-wrap.grid {
	margin-bottom: 0;
}

.td-module-11-wrap.td-fly-in-effect {
	display: inline-block;
	float: left;
}

.td-module-11-wrap.col-728 .td-module-post-title {
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	width: 100.1%;
	z-index: 1;
	text-align: center;
	top: 40%;
}

.td-module-11-wrap .td-module-post-title .entry-title {
	margin:0;
	padding: 10px 0;
}

.td-module-11-wrap.col-728 .td-module-post-title h3 a {
	font-size: 36px;
	line-height: 40px;
	font-family: "Lato",sans-serif;
	color: #fff;
	padding: 10px 20px 5px 20px;
}

.page-template-full-width-page .td-module-11-wrap.col-340:nth-child(2n+1),
.td-default-page .td-module-11-wrap.col-340:nth-child(2n+1) {
	margin-right: 6.593406593406593%;
	margin-left: 0;
}

.td-module-11-wrap.col-340:nth-child(2n+1) {
	margin-right: 0;
	margin-left: 0;
}

/*	MODULE 12 - Sharon
---------------------------------------------------------------*/

.td-module-12-wrap {
	display: inline-block;
	position: relative;
}

.col-728 .td-module-12-small-wrap.col-340 {
	margin-bottom: 0;
	display: inline-block;
}

.td-module-12-content {
	margin-bottom: 24px;
	min-height: 188px;
	position: relative;
}

.td-module-12-wrap img {
	width: 100% !important;
}

.td-module-12-wrap .icon a:before,
.td-module-12-small-wrap .icon a:before{
	content:'\f144'; /*f01d f16a*/
	font:50px/1.3em 'FontAwesome';
	position:absolute;
	color:#fff;
	width:60px;
	height:60px;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	text-align:center;
	z-index:10;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.td-module-12-wrap .icon a:after,
.td-module-12-small-wrap .icon a:after {
	position:absolute;
	background-color:#000;
	content:'';
	width:35px;
	height:35px;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.td-module-12-wrap .icon:hover a:before,
.td-module-12-wrap .icon:hover a:after,
.td-module-12-small-wrap .icon:hover a:before,
.td-module-12-small-wrap .icon:hover a:after{
	-webkit-transform:scale(5);
	-moz-transform:scale(5);
	-ms-transform:scale(5);
	-o-transform:scale(5);
	transform:scale(5);
	filter:alpha(opacity=0);
	opacity:0;
}
.td-module-12-wrap .icon:hover a:after,
.td-module-12-small-wrap .icon:hover a:after {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.td-small-image-module-12 {
	position:relative;
	display:inline-block;
	float:right;
	max-width: 100%;
	height: auto;
}

.td-module-12-post-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 20px 5px;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
}

.td-module-12-post-details .td-module-12-post-title h3 {
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	z-index: 12;
	text-align: center;
}

.td-module-12-wrap .td-module-post-title .entry-title {
	margin: 0;
}

.td-module-12-wrap .td-module-post-title .post-meta {
	margin: 0 0 10px;
}

.td-module-12-wrap .td-module-post-title {
	padding: 0 15px;
	display: inline-block;
}

.td-module-12-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-12-post-details .entry-title {
	font-size: 16px;
	line-height: 20px;
}

.td-module-12-excerpt {
	margin-top: 10px;
	display: inline-block;
}

.td-module-12-meta .block-meta {
	margin-bottom: 5px;
}

.td-module-12-meta .td-time {
	-moz-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.td-mod-fa {
	padding-right: 10px;
}

.td-module-12-wrap .td-image-meta-box,
.td-module-12-wrap .image-overlay,
.td-module-12-wrap .module-overlay,
.td-module-12-small-wrap .td-image-meta-box,
.td-module-12-small-wrap .image-overlay,
.td-module-12-small-wrap .module-overlay {
	top: 10px;
	bottom: auto;
}


/*	IMAGE OVERLAY
---------------------------------------------------------------*/

.image-overlay {
	opacity: 0;
	visibility: hidden;
}

.module-overlay:before {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.image-overlay,
.module-overlay {
	position: absolute;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	bottom: 10px;
	left: 10px;
	opacity: 1;
	border: 1px solid #fff;
	overflow: hidden;
}



.module-overlay .post-format {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	opacity: 1;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.small-posts-slider .image-overlay,
.small-posts-slider .module-overlay {
	top:10px;
	bottom: auto;
	z-index: 1;
}

.module-overlay .post-format .fa-gamepad {
	background-color: #00B4F1;
	width: auto;
	height: 33px;
	padding: 5px 13px;
}

.module-overlay .post-format .fa-file-text-o {
	background-color: #FFD800;
	width: auto;
	height: 36px;
	padding: 7px 10px;;
}

.module-overlay .post-format .fa-youtube-play {
	background-color: #FF2343;
	width: auto;
	height: 34px;
	padding: 6px 12px;
}

.module-overlay .post-format .fa-picture-o {
	background-color: #FFBA00;
	width: auto;
	height: 33px;
	padding: 5px 12px;
}

.module-image:hover .post-format,
.module-overlay:hover .post-format {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
}

.module-image:hover .image-overlay,
.module-image:hover .module-overlay {
	opacity: 0;
	visibility: hidden;
}

/*	FULL LAYOUT
---------------------------------------------------------------*/
.full-layout .top-menu-wrap {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.full-layout .td-hide-top-menu .top-menu-wrap {
	display:none;
}

.full-layout .top-menu {
	max-width: 100%;
}

.full-layout .colophon-wraper {
	background-color: #FF2343;
	overflow: hidden;
	border-bottom: 4px solid #fff;
}

.full-layout .footer-wide {
	background-color: #FF2343;
}

.full-layout #footer {
	max-width: 100%;
}

.full-layout #footer-wrapper .block-bottom {
	max-width: 100%;
}

.full-layout .footer-bottom {
	background-color: #FF2343;
}

.full-layout .footer-search{
	background-color: #151618;
	padding: 48px 0;
}

.full-layout #footer-wrapper .block-bottom-padding {
	margin: 0 auto;
	max-width: 1116px;
}

/*	BOXED LAYOUT
---------------------------------------------------------------*/
.boxed-layout {
}

.boxed-layout .colophon-wraper {
	border-bottom: 4px solid #fff;
}

/*	TEMPLATES - LANDING PAGE
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu {
	display: none;
}

/*	AUTHOR META BOX
-------------------------------------------------------------- */
#author-meta {
	border: 1px solid #e4e4e4;
	clear: both;
	display: block;
	margin: 48px 0;
	overflow: hidden;
}

#content-author #author-meta {
	border: 1px solid #e4e4e4;
	clear: both;
	display: block;
	margin: 28px 0 48px 0;
	overflow: hidden;
}

#content-author .saboxplugin-wrap {
	margin-top: 24px;
}

#content-author h6 {
	text-align: center;
}

#content-author h6 a {
	text-decoration: underline;
}

#author-meta img {
	float: left;
	padding: 24px;
}

#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: 'Lato', sans-serif;
	font-size: 20px;
}

#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: 'Lato', sans-serif;
	font-size: 20px;
}


/*	COLORED NUMBERED POSTS SIDEBAR WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_jumbo_numbered_posts {
	margin: 0 0 40px;
}

#td-sidebar-recent-posts-color li {
	padding: 0px!important;
}

#td-sidebar-recent-posts-color li:last-child {
	margin: 0;
}

#td-sidebar-recent-posts-color .entry-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}

#td-sidebar-recent-posts-color li h4 a:hover{
	color: #FF2343;
}

#td-sidebar-recent-posts-color .td-recent-post-details {
	position: relative;
}

.td-wrap-content-sidebar-rp ol {
	list-style: outside none none;
}

#td-sidebar-recent-posts-color li::before {
	background-color: #FF2343;
	color: #fff;
	counter-increment: li;
	content: counter(li, decimal);
	display: inline-block;
	float: left;
	margin: 0 20px 30px 0;
	padding: 12.5px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	width: 45px;
	height: 45px;
	text-align: center;
}

#td-sidebar-recent-posts-color li:last-child::before{
	margin-bottom: 0;
}

#td-sidebar-recent-posts-color li:nth-child(9n+1)::before{background-color: #55cfc4;}
#td-sidebar-recent-posts-color li:nth-child(9n+2)::before{background-color: #FF2343;}
#td-sidebar-recent-posts-color li:nth-child(9n+3)::before{background-color: #656ccf;}
#td-sidebar-recent-posts-color li:nth-child(9n+4)::before{background-color: #6e5098;}
#td-sidebar-recent-posts-color li:nth-child(9n+5)::before{background-color: #95b631;}
#td-sidebar-recent-posts-color li:nth-child(9n+6)::before{background-color: #f5b018;}
#td-sidebar-recent-posts-color li:nth-child(9n+7)::before{background-color: #ff3c1f;}
#td-sidebar-recent-posts-color li:nth-child(9n+8)::before{background-color: #e3352c;}
#td-sidebar-recent-posts-color li:nth-child(9n)::before{background-color: #30333B;}

#footer #td-sidebar-recent-posts-colors li::before {
	color: #fff;
}

#td-sidebar-recent-posts-color.numbered-list {
	counter-reset: li;
}

/*	VERTICAL SCROLLER WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_jumbo_vertical_scroller {
	margin: 0 0 40px;
}

.td-ticker-nav {
	position: absolute;
	right: 15px;
	top: 5px;
	bottom: 0;
}

#ticker-previous:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f078';
	speak: none;
	color:#FF2343;
}

#ticker-next:after {
	position: absolute;
	right: 1em;
	font-family: 'FontAwesome';
	content: '\f077';
	speak: none;
	color:#FF2343;
}

#vertical-ticker {
	height: 374px;
	overflow: hidden;
	padding: 0;
	margin:0
}

#vertical-ticker .block-meta {
	margin-bottom: 5px;
	font-size: 16px;
}

#vertical-ticker li {
	display: block;
	margin: 0 0 28px;
	padding: 0px!important;
}

#vertical-ticker .entry-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}

.td-ticker-post-details {
	margin-left: 130px;
	position: relative;
}

#vertical-ticker .td-small-image-module {
	position:relative;
	display:inline-block;
	float:left;
	max-width: 100%;
	height: auto;
}

/*	BIG POSTS WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_jumbo_recent_big_posts {
	margin: 0 0 18px;
}

.td-big-posts {
	position: relative;
	width: 100%;
}

.td-big-posts .image-overlay,
.td-big-posts .module-overlay {
	bottom: 10px;
	top: auto;
}

.td-module-big-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	padding: 0 15px 24px 15px;
	line-height: 15px;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
}


.td-module-big-title a {
	font-family: "Lato", sans-serif;
	line-height: 26px;
	display: inline-block;
	color: #fff;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.td-big-posts .td-small-module {
	position: relative;
}

.td-big-posts .block-meta {
	color: #fff;
	font-style: normal;
	margin: 0;
}

.td-big-posts .block-meta .td-time {
	color: #fff;
}

.td-big-posts .td-big-meta {
	display: inline-block;
}


.td-big-posts .big-posts-items {
	margin-bottom: 24px;
	opacity: 1;
	overflow: hidden;
}

.td-big-posts .big-posts-items img {
	width: 100%;
}


/*	FACEBOOK WIDGET
-------------------------------------------------------------- */
.widget_jumbo_social_tabs .widget-title {
	margin: 0;
	border-bottom: none;
}

.widget_jumbo_social_tabs .widget-title h3 {
	text-align: center;
	padding: 8px 0!important;
	background-color: #FF2343;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #fff;
	display: block;
}

/*	TAG CLOUD WIDGET
-------------------------------------------------------------- */
.td-tag-cloud-widget a {
	background-color: #FF2343;
	color: #FFF!important;
	font-size: 13px !important;
	margin-bottom: 10px!important;
	padding: 8px 14px !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 {
	color: #fff !important;
}

#footer .td-tag-cloud-widget a {
	background-color: transparent;
	-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;
	color: #fff !important;
	border: 1px solid #fff;
}

#footer .td-tag-cloud-widget a:hover {
	opacity: 0.6;
	text-decoration: none!important;
	color: #999 !important;
	-webkit-box-shadow: inset 0 0 0 20px #fff;
	-moz-box-shadow: inset 0 0 0 20px #fff;
	box-shadow: inset 0 0 0 20px #fff;
	opacity: 1;
}

.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+1){background-color: #55cfc4;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+2){background-color: #FF2343;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+3){background-color: #656ccf;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+4){background-color: #6e5098;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+5){background-color: #95b631;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+6){background-color: #f5b018;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+7){background-color: #ff3c1f;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+8){background-color: #e3352c;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n){background-color: #30333B;}



#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+1){background-color: #55cfc4; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+2){background-color: #FF2343; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+3){background-color: #656ccf; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+4){background-color: #6e5098; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+5){background-color: #95b631; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+6){background-color: #f5b018; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+7){background-color: #ff3c1f; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+8){background-color: #30333B; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n){  background-color: #5E5E5E; color: #fff !important;}

.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;
}

/*	TAGS
-------------------------------------------------------------- */
.td-post-box-wrapper {
	clear: both;
	margin-bottom: 45px;
	font-size: 12px;
	font-weight: 700;
}

.td-social-box-share {
	line-height: 24px;
}

.td-social-box-share .fa {
	padding-right: 0.5em;
}

.td-tag-word {
	color: #fff;
	background-color: #5E5E5E;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	display: inline-block;
}

.tag-links {
	line-height: 24px;
	margin-bottom: 24px;
}

.tag-links a {
	padding: 2px 10px;
	font-family: 'Lato', sans-serif;
	background-color: #63676C;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 18px;
	margin-right: 3px;
	display: inline-block;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tag-links a:hover {
	background-color: #FF2343;
}

/*	RELATED POSTS
-------------------------------------------------------------- */
.td-related-content .col-340 {
	width: 46.7032967032967%;
	margin-right: 6.593406593406593%;
}

.td-related-content {
	width: 100%;
	margin-bottom: 45px;
}

.td-related-content .col-340:nth-child(2n+1) {
	margin-right: 0;
}

.td-related-content img.wp-post-image,
.td-related-content img {
	margin-bottom: 10px;
}

.td-related-content img {
  min-height: 215px;
}

.td-related-box .entry-title {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
}

.td-related-content h3 a {
	line-height: 30px;
}

.td-related-box .entry-title a {
	color: #444;
	font-weight: normal;
}

/*	FEATURED CONTENT
-------------------------------------------------------------- */
#featured {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding-bottom: 48px;
	margin-bottom: 45px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 48px 0 48px;
	text-align: center;
}

#featured-image {
	margin: 48px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -24px;
}

.featured-image img {
	margin-top: 48px;
}

.post .featured-image img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*	FULL WIDTH FEATURED IMAGE
-------------------------------------------------------------- */

@media screen and (min-width: 767px) {

	#content-feat {
		margin-top: 48px;
		margin-bottom: 0;
	}

	#content-feat.full-featured {
		position: relative;
	}

	#content-feat.full-featured .featured-image img{
		width: 100%;
	}

	#content-feat.full-featured header {
		position: absolute;
		bottom: 24px;
		top: auto;
		width: 100%;
		padding: 0 24px;
	}

	#content-feat.full-featured h1 {
		color: #fff;
	}

	#content-feat.full-featured .dark-cover {
		-webkit-box-shadow: 0px -200px 90px -90px rgba(0, 0, 0, 0.88) inset;
		-moz-box-shadow: 0px -200px 90px -90px rgba(0, 0, 0, 0.88) inset;
		box-shadow: 0px -200px 90px -90px rgba(0, 0, 0, 0.88) inset;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	#content-feat.full-featured .post-meta{
		margin: 0 auto;
	}

	#content-feat.full-featured .post-meta a {
		color:#fff;
	}

	#content-feat.full-featured h1.post-title {
		font-size: 32px;
		margin: 0 auto 15px;
		line-height: 44px;
		border-bottom: 2px solid #FFF;
		padding-bottom: 5px;
	}

	#content-feat.full-featured .td-entry-count-views {
		margin-bottom: 24px;
		color: #fff;
	}

}

/*	bbPress
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}
#bbpress-forums li.bbp-header {
	background-color: #f9f9f9;
	border-top: none;
}

#bbpress-forums li.bbp-footer {
	background-color: #f9f9f9;
}

.bbp-search-form form div {
	margin: 0;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #fff;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom: 0;
	border: none;
}

.bbp-submit-wrapper button{
	border: medium none;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #FF2343;
	padding: 4px 17px;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #212121;
}

.bbp-submit-wrapper button:hover{
	background-color: #242424;
}

.bbp-search-form {
	background-color: #F9F9F9;
	border: 1px solid #e4e4e4;
	padding: 20px;
	float: none !important;
	margin-bottom: 20px;
	text-align: center;
}

#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: 77%;
}

#bbp_search{
	border: 1px solid #EEE!important;
}

#bbp_search_submit{
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px!important;
	font-weight: normal!important;
	color: #fff!important;
	background-color: #FF2343;
	border: 1px solid #FF2343;
	padding: 4px 17px;
	text-transform: uppercase;
	cursor: pointer;
	height: 32px;
	margin-left: -3px;
}

#bbp_search_submit:hover{
	background-color: #242424;
}

/*	SYMBOLS
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/*	WIDGETS
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 48px;
}

.widget-wrapper img {
	display: inline-block;
	margin-left : 0;
	margin-right : 0;
}

#widgets.home-widgets {
	margin-top: 0;
}

.home-widgets .grid {
	margin-bottom: 0;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"]{
	width: 100%;
}

#widgets {
	margin-top: 48px;
}

#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;
	margin: 0;
}

#widgets li{
	padding-bottom: 13px;
}

#widgets li:last-child{
	padding-bottom: 0;
}

#widgets ul li a {
	text-decoration: none;
	padding: 0 0 15px;
	font-size: 16px;
}

#widgets .widget-title img {
	float: right;
	height: auto;
	position: relative;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}

.widget_archive ul li .td-widget-extra,
.widget_categories ul li a .td-widget-extra,
.widget_meta ul li a .td-widget-extra,
.widget_pages ul li a .td-widget-extra,
.widget_recent_entries ul li a .td-widget-extra {
	float: right;
}

.widget_archive select,
.widget_categories select,
.widget_meta select,
.widget_pages select,
.widget_recent_entries select {
	background-color: #f9f9f9 !important;
	border: 1px solid #EEE !important;
	width: 100%;
	outline: none;
}

.widget_categories .current-cat a {
	color: #4db2ec;
}

.post-widget ul {
	padding: 0;
}

.td-sidebar-sticky {
	background-color: #fff;
	max-width: 340px;
	z-index: 1000;
}

#td-sticky-stopper {
	height: 50px;
	background-color: #fff;
	margin:0 auto;
}

.boxed-layout #td-sticky-stopper {
	max-width: 1212px;
	width: 100%;
}

.arqam-widget-counter {
	margin-bottom: 0;
}

.arqam-widget-counter.arq-flat li {
	line-height: 1.25!important;
}

/*	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-color: #FFF!important;
}

#widgets .menu li a:hover {
	text-decoration: none!important;
}

#widgets .menu ul {
	box-shadow: none !important;
}

/*	COLOPHON
-------------------------------------------------------------- */
.colophon-module {
	font-family: "Lato", sans-serif;
	background-color: #FF2343;
	padding: 24px 48px;
	min-height: 0;
	max-width: 1212px;
	margin: 0 auto;
	overflow: hidden;
}

.colophon-module h3 {
	font-family: "Voltaire", sans-serif;
	font-size:30px;
	color: #fff;
}

.colophon-module .td-actionbox-text {
	margin: 0 auto;
	padding: 25px 0;
}

.colophon-module .call-to-action {
	margin: 15px auto 0;
	position: relative;
	float: right;
}

.colophon-module a {
	color: #fff;
	font-size: 26px!important;
}

.colophon-module a:hover {
	color: #333!important;
}

.colophon-module .button {
	background-color: transparent;
	border: 4px solid #fff;
	color: #fff;
	line-height: 13px;
}

.colophon-module .button:hover {
	color: #fff!important;
	opacity: 1;
}

.colophon-module .grid {
	margin-bottom: 0;
}

.colophon-module select,
.colophon-module input[type="text"],
.colophon-module input[type="password"],
.colophon-module input[type="email"] {
	width: 100%;
}

.colophon-module form {
    margin: 0;
}

/*	RESPONSIVE DESKTOP ADS - TOP
-------------------------------------------------------------- */

.top-other-ad {
	padding: 36px 48px;
	vertical-align: baseline;
	text-align: right;
	float: right;
	position: relative;
}

.col-340 .widget_jumbo_adsense_widget, .col-340 .widget_jumbo_ad_widget {
	margin-bottom: 45px;
}


/*	RESPONSIVE DESKTOP ADS - POST
-------------------------------------------------------------- */
.ad-paragraph {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	margin: 48px 0;
}

.archive .ad-paragraph {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	margin: 0
}

.td-no-lightbox.ad-paragraph {
	margin: 0 0 45px 0;
}

/*	TITLES
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 48px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title,
.widget-title-home {
	position: relative;
	border-bottom: 2px solid #FF2343;
	font-family: 'Lato', sans-serif;
	margin: 0 0 24px;
}

.widget-title h3,
.widget-title h3 a,
.widget-title-home h3,
#content-archive h1,
#content-archive h3 {
	background-color:#FF2343;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	line-height: 21px;
	margin: 0;
	font-weight: 400;
	padding: 8px 12px 4px 12px;
	text-align: left;
	font-style: normal;
	clear: both;
}

#content-archive h3 {
	background-color: transparent!important;
	padding-left: 0;
}

.td-cat-layout-2 #content-archive .entry-title {
	font-size: 18px;
	padding: 0;
}

.post-widget .widget-title {
	font-size: 14px;
	padding: 0;
	text-align: left;
}


.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.td-subtitle {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 20px;
	color: #999;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 7px;
}

/*	404 PAGE
-------------------------------------------------------------- */
.error404 {
}

.error404 h6,
.error404 p {
	text-align: center;
	padding: 20px 0;
}

h1.title-404 {
	margin:0;
}

#content-archive h1.title-404 {
	background-color: #FFF;
	display: block;
}

#content-archive  .title-404 {
	color: #FF2343;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-align: center!important;
	line-height: 60px;
}

#content-archive h6.td-search-options,
#content-archive .error404 p {
	text-align: center;
	padding: 20px 0;
}

.message-404 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #A6A6A6;
	text-align: center;
	margin-bottom: 24px;
}

.title-404 {
	color: #FF2343;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-align: center!important;
	line-height: 60px;
}

h6.td-search-options {
	text-align: center;
}

.search-title-small {
	color: #FF2343;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-align: center;
	padding: 0 0 17px;
}

.search-results-query {
	color: #FF2343
}

/*	ACCESSIBILITY
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/*	SKIP LINKS
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background-color: #EEE;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}


/*	TOP MENU
-------------------------------------------------------------- */
#navigation-bar {
}

.top-menu {
	max-width: 1212px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 24px 0 24px;
}

.boxed-layout .top-menu {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.top-menu-wrap {
	font-family: 'Voltaire', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.top-menu-wrap .fa-2x {
	font-size: 1.5em;
}

.top-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding-bottom: 10px;
}

.top-menu li a {
	color: #222;
	padding: 0 15px 0 0;
	font-weight: normal;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: text-bottom;
}

.top-menu > li:first-child > a {
	padding: 0 7px 0 0;
}

.top-menu li a:hover {
	color: #FF2343;
}

/*	HEADER MENU
-------------------------------------------------------------- */

/*	CUSTOM MOBILE MENU TITLE
-------------------------------------------------------------- */
.custom-mobile-menu-title {
	display: none;
}


.menu {
	background-color: #FF2343;
	clear: both;
	margin: 0 auto;
}

.is-sticky .menu,
.is-sticky .wide-menu {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
}

.is-sticky .menu li a {
	color: #212121;
}

.is-sticky .menu .current_page_item a,
.is-sticky .menu .current-menu-item a {
	color: #fff;
}

.is-sticky .td-mega-wrap .menu .td-mega-content a {
	color: #212121;
}

.is-sticky  a.sub-menu-link {
	color: #212121!important;
}

.is-sticky  a:hover.sub-menu-link {
	color: #fff!important;
}

.is-sticky .menu li a:hover {
	color: #fff;
}

.is-sticky .full-menu-sticky-wide,
.is-sticky .wide-menu  {
	-webkit-box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
	-moz-box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
	box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
}

.main-nav {
	clear: both;
}

.main-nav .fa {
	font-size: 20px;
	padding-right: 0.3em;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0 48px;
	padding: 0;
}

.boxed-layout .menu {
	margin: 0;
	padding: 0px 48px;
}


.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li a {
	color: #fff;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
	min-width: 15em;
	width: auto;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #444;
	text-decoration: none;
}

.menu a {
	outline: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-transform: none;
	font-family: 'Voltaire', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 70px;
	margin: 0;
	padding: 0 0.8em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.menu a,
ul.menu > li {
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.menu a:hover {
	background-color: #FF2343;
	color: #fff;
}

.menu a:hover,
.menu a:focus,
.menu a:active {
	outline:none;
}

ul.menu > li:hover {
	color: #fff;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: #FF2343;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #FF2343;
}

.sub-menu .current-menu-item li a {
	background-color: #fff !important;
	color: #444;
}

.menu li li {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: auto;
}

.menu li li a {
	background-color: #fff !important;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding: 0 1em;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
	white-space: nowrap;
	text-transform: uppercase;
}

.menu li li a:hover {
	background-color: #5E5E5E !important;
	border: none;
	color: #fff;
}

.menu li li:hover {
	background-color: #5E5E5E !important;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li > a:after {
	padding-left: 0.5em;
	font-size: 17px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f0dc";
	font-family: 'FontAwesome';
	speak: none;
	position: relative;
}

.menu li > a:only-child:after {
	content: '' !important;
	padding-left: 0;
}

.sub-menu li > a:after {
	position: absolute;
	right: 0.5em;
	font-family: 'FontAwesome';
	line-height: 50px;
	content: '\f105';
	speak: none;
}

.menu-widget .sub-menu li > a:after {
	content: '';
}

.menu-widget .sub-menu .current_page_item a,
.menu-widget .sub-menu .current-menu-item a {
	background-color: transparent !important;
}

.sub-menu li > a:only-child:after {
	content: '';
}

.menu a#mobile_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}

/*	MEGA MENU
-------------------------------------------------------------- */
.td-mega-wrap .td-mega-content {
	display: block;
	margin: 0 auto;
}

.td-mega-wrap .menu .td-mega-content a {
	display: block;
	height: inherit;
	line-height: 1.5em;
	white-space: pre-line;
	padding: 0;
}

.td-mega-wrap .sub-menu-box ul {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.td-mega-wrap .main-nav .col-340 {
	width: 30.46594982078853%;
	display: inline;
	position: relative;
	margin-right: 4.301075268817204%;
	float: left;
}

.td-mega-wrap .main-nav .col-340:nth-child(3n+3) {
	margin-right: 0;
}

.td-mega-wrap .main-nav ul.menu .sub-menu-posts {
	padding-left: 0;
	list-style: none;
	visibility: visible;
}

.td-mega-wrap .sub-menu-box ul.sub-menu{
	visibility: visible;
}

.td-mega-wrap .main-nav .sub-menu-posts li {
	display: inline-block;
}

.td-mega-wrap .menu li li .mega-post-thumbnail a:hover {
	background-color: #fff !important;
}

.td-mega-wrap .menu  li .sub-menu-box li:hover {
	background-color: #fff !important;
}

.td-mega-wrap .menu  li .sub-menu-box li a:hover {
	background-color: #fff !important;
	color: #444;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu li a:hover {
	background-color: #5E5E5E !important;
	color: #fff;
}

.td-mega-wrap .main-nav > .menu-item {
	display: inline-block;
	text-align: left;
}

.td-mega-wrap .main-nav > .menu-item > .menu-link {
	font-size: 17px;
	padding: 15px 25px;
}

.td-mega-wrap .main-nav .menu-link {
	text-decoration: none;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.td-mega-wrap .main-nav .sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
}

.td-mega-wrap .main-nav .sub-menu-item { /*categories left side*/
	border-top: 1px solid #B3B3B3;
}

.td-mega-wrap .main-nav .sub-menu-item:first-child {
	border-top: none;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 {
	position: static;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
	background-color: #fff;
	max-width: 1116px;
	width:100%;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	opacity: 0;
	height: 0;
	right: 0;
	left: 0;
}

.is-sticky .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
	z-index: -1;
	border-top: 1px solid #eee;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0:hover .sub-menu-box {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-posts {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
	max-width: 1116px;
	width:100%;
	overflow: hidden;
}

.boxed-layout .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box,
.boxed-layout .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-posts  {
	max-width: 1212px;
}

.td-mega-wrap .main-nav .td-mega-ul {
	max-width: 1068px;
	width:100%;
	margin: 0 auto;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu { /*categories left side*/
	display: inline-block;
	position: relative;
	position: static;
	float: left;
	width: 25%;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu + .sub-menu-posts {
	display: inline-block;
	width: 75%;
}

.td-mega-wrap .main-nav .sub-menu-posts .td-mega-ul {
	max-width: inherit;
	width: auto;
	margin: 0px auto;
	padding: 0 24px;
}

.td-mega-wrap .main-nav .td-mega-posts {
	margin-top: 24px;
	margin-bottom: 15px;
}

.td-mega-wrap .td-mega-posts-inner a {
	display: inline-block;
}

.td-mega-wrap .td-mega-posts-inner .post-meta {
	font-family: "Lato", sans-serif;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 5px;
}

.td-mega-wrap .mega-post-thumbnail {
	overflow: hidden;
	margin: 0;
	z-index: 1003;
	position: relative;
}

.td-mega-wrap .mega-post-thumbnail img{
	width: 100%;
}

.td-mega-wrap .mega-post-thumbnail a {
	line-height: 0 !important;
}

/*	WIDE MENU PLUS LOGO
-------------------------------------------------------------- */
.wide-logo-and-menu {
	max-width: 1212px;
	margin: 0 auto;
	position: relative;
	z-index: 103;
	display: block;
}

.wide-logo-and-menu .grid {
	margin-bottom: 0;
}

.wide-logo-and-menu #text-logo {
	height: inherit;
}

.wide-logo-and-menu .site-name {
	padding-top: 0;
	max-height: 100px !important;
	line-height: 100px!important;
	display: block;
}

.wide-logo-and-menu .site-name a {
	color: #fff;
}

.wide-logo-and-menu #logo {
	max-height: 100px !important;
	line-height: 100px!important;
	height: auto;
}

.site-name:first-letter,
.site-name-full:first-letter {
	color: #FF2343;
}

.wide-logo-and-menu .main-nav {
	float: right;
}

.wide-logo-and-menu .col-1116 {
	margin-top: 0;
	position: relative;
}

.wide-logo-and-menu .menu a {
	line-height: 105px !important;
	height: 100px !important;
}

.wide-logo-and-menu .menu li li a {
	line-height: 50px !important;
	height: 50px !important;
}

/*	HEADER MENU WIDE
-------------------------------------------------------------- */
.wide-logo-menu {
	max-width: 1212px;
	margin: 0 auto;
	position: relative;
	z-index: 103;
	display: block;
}

.wide-logo-menu .grid {
	margin-bottom: 0;
}

.wide-logo-menu #text-logo {
	height: inherit;
}

.wide-logo-menu .site-name {
	padding-top: 0;
	max-height: 100px !important;
	line-height: 100px!important;
	display: block;
}

.wide-logo-menu .site-name a {
	color: #fff;
}

.wide-logo-menu #logo {
	max-height: 100px !important;
	line-height: 100px!important;
	height: auto;
}

.wide-logo-menu .site-name:first-letter {
	color: #FF2343;
}

.wide-logo-menu .main-nav {
	float: right;
}

.wide-logo-menu .col-1116 {
	margin-top: 40px;
	position: relative;
}

.wide-logo-menu .menu,
.wide-logo-menu .menu a, ul.menu > li,
.wide-logo-menu .front-page .menu .current_page_item a,
.wide-logo-menu .menu .current_page_item a,
.wide-logo-menu.menu .current-menu-item a {
	background: transparent;
}

.wide-logo-menu .menu a {
	line-height: 105px !important;
	height: 100px !important;
}

.wide-logo-menu .menu li li a {
	line-height: 50px !important;
	height: 50px !important;
}

.wide-menu {
	background-color:#FF2343;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	visibility: visible !important;
	width: 100%;
}

.wide-menu .menu {
	border-bottom: medium none;
}

#wide-menu {
	max-width: 1212px;
	margin-right: auto;
	margin-left: auto;
}

.is-sticky #wide-menu {
	max-width: 1116px;
}

.is-sticky .full-menu-sticky,
.is-sticky .full-menu-sticky-wide {
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	visibility: visible !important;
	width: 100%;
	left: 0;
	right: 0;
	max-width: 1212px;
}

body.admin-bar .sticky-wrapper.is-sticky .wide-menu,
body.admin-bar .sticky-wrapper.is-sticky .full-menu-sticky,
body.admin-bar .sticky-wrapper.is-sticky .full-menu-sticky-wide {
	top: 32px !important;
}

.td-notshow {
	display:none;
}

/*	HEADER MENU IE FIXES
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/*	FOOTER MENU
-------------------------------------------------------------- */
.footer-menu {
	margin:0;
	padding: 0;
	text-align: right;
	float: right;
	position: absolute;
	top: 3.6em;
	line-height: 1em;
	margin-top: -1.5em;
	right: 0;
}

#footer ul {
	list-style-type: none;
}

.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: #fff;
	font-size: 16px;
	padding: 0 7px 0 12px;
}

.footer-menu li a:hover {
	color: #333;
}

.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;
}

/*	NAVIGATION
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 24px;
	min-height: 28px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}

.navigation a {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	color: #808080;
	font-weight: 700;
	padding: 4px 0;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation-float .navigation .previous {
	float: left;
}

.navigation-float .navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

.navigation .previous,
.navigation .next {
	color: #FF2343;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	line-height: 1.5em;
}

.single .fa-chevron-right {
	float: right;
}

.single .fa-chevron-left {
	float: left;
}

/*	PAGINATION
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/*	VIDEO WIDGET
-------------------------------------------------------------- */

.td-video-wrapp {
	overflow: hidden;
}

.td-widget-video {
	width: 100%;
	position: relative;
}

.td-video-wrapp  .td-embed-description {
	position: relative;
}

.td-video-wrapp .td-embed-description .video-post-title {
	font-size: 16px;
	position: relative;
	margin-top: -1px;
	font-weight: 400;
	background-color: #344047;
	overflow: hidden;
	padding: 16px 16px 16px 62px;
	color: #FFF;
	display: block;
	line-height: 1.5em;
}

.td-video-wrapp .td-embed-description .video-post-title i {
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
}

.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-color: #FF2343;
}


.td-video-wrapp .td-embed-description .video-post-title a {
	font-family: "Lato", sans-serif;
	color: #FFF;
	display: block;
	overflow: hidden;
	line-height: 1.5em;
}

.td-video-wrapp .td-embed-description .video-post-title a:hover {
	text-decoration: none!important;
}

/*	TAQYEEM REVIEWS
-------------------------------------------------------------- */
.review-box {
	background-color: transparent;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	margin: 40px 0;
}

.review-short-summary {
	padding-right: 130px;
}

.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 {
	font-family: "Roboto",sans-serif;
	color: #FF2343;
	background: none repeat scroll 0% 0% #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin: 10px 10px 40px;
}

.review-percentage .review-item span {
	background: none repeat scroll 0% 0% #f9f9f9;
	height: 25px;
	margin-bottom: 40px;
}

.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: 25px;
	transition:width 2s;
	-o-transition:width 2s;
	-moz-transition:width 2s;
	-webkit-transition:width 2s;
}

.review-item {
	margin: 10px 20px;
}

.user-rate-wrap {
	background: none repeat scroll 0% 0% #F9F9F9;
	margin: 0 20px 20px;
	padding: 8px 20px;
	border: 1px solid #e4e4e4;
}

#review-box p {
	color: #808080;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

#review-box strong {
	font-weight: 700;
}

.user-rate-wrap .user-rating-text {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.review-summary {
	background-color: #F9F9F9;
	margin: 0px 20px 5px;
	border: 1px solid #e4e4e4;
	min-height: 110px;
}

.review-final-score {
	border: none;
	background-color: #F9F9F9;
	width: auto;
	padding: 10px 20px;
}

#review-box strong {
	color: #808080;
}

#review-box .review-item h5 {
	font-size: 18px;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.review-percentage .review-item span span {
	background-color: #FF2343;
}

#review-box .review-final-score h3,
#review-box .review-final-score h4,
.review-box,
.review-box * {
	color: #FF2343;
}

#review-box .review-final-score h3 {
	font-size: 50px;
}

span.post-small-rate{
	margin-right: 15px;
	width:98px;
	display: inline-block;
}

span.post-small-rate span,
span.post-small-rate {
    height:22px;
}

.td-related-box span.post-small-rate {
	margin-right: 15px !important;
}

.single span.post-small-rate {
	margin-right: 0;
}

.td-postmedia-warpper span.post-small-rate {
	margin-right: 15px;
}

span.stars-small,
span.stars-small span{background-image:url(../images/stars-large.png);}

.review-top {
	float: none;
	width: 100%;
	margin-right: 0;
	clear: both;
}

.review-box {
	padding: 0;
}

ul.reviews-posts .review-thumbnail {
	margin-bottom: 20px;
}

ul.reviews-posts h3 {
	font-size: 13px;
}

/*	MAILCHIMP
-------------------------------------------------------------- */
.mc4wp-form-fields {
	border: 4px solid rgb(218, 218, 218);
	padding: 24px;
}

.mc4wp-form-fields label {
	font-family: "Voltaire", sans-serif;
	display: block;
	padding-bottom: 24px;
	text-align: center;
	font-size: 22px;
	color: #000;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"] {
	text-align: center;
	padding: 11px 8px;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: inherit;
}

.mc4wp-form-fields input[type="submit"] {
	border: 1px solid #FF2343;
	text-transform: uppercase;
	font-weight: 700;
}

#footer_widget.col-1116 .mc4wp-form-fields {
	border: 4px solid #fff;
}

#footer_widget.col-1116  .mc4wp-form-fields label {
	color: #fff;
}

#footer_widget.col-1116 .mc4wp-form-fields input[type="submit"] {
	border: 4px solid #fff;
}

.colophon-module .mc4wp-form-fields {
	border: medium none;
	padding: 0;
	position: relative;
}

.colophon-module .mc4wp-form-fields label {
	color: #fff;
	display: inline-block;
	padding-bottom: 0;
	text-align: left;
	padding: 8px 24px 8px 0 ;
	font-size: 26px;
	text-transform: uppercase;
}

.colophon-module .mc4wp-form-fields input[type="email"],
.colophon-module .mc4wp-form-fields input[type="submit"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 200px;
	border: 4px solid #fff;
	text-transform: uppercase;
}

.colophon-module .mc4wp-form-fields input[type="email"]{
	font-family: 'Lato', sans-serif;
	position: absolute;
	right: 220px;
	padding: 14px 0 10px 0;
	cursor: inherit;
}

.colophon-module .mc4wp-form-fields form,
.colophon-module .mc4wp-form-fields p {
	margin: 0;
}

.colophon-module .td-actionbox-text form div {
	margin-bottom: 0;
}

.colophon-module .mc4wp-form-fields input[type="submit"] {
	position: absolute;
	right: 0px;
	top: 0px;
}

.colophon-module .td-actionbox-text label:before {
	content: '\f003';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: .3em;
	margin-left: 0;
	font-size: 30px;
	speak: none;
}

.mc4wp-alert {
	border: 1px solid #dadada;
	padding: 15px;
}

.mc4wp-alert p {
	margin: 0;
}

/*	JPS PLUGIN
-------------------------------------------------------------- */
.bt368-nav-ptt {
	margin-bottom: 45px;
}

.td-wrap-content-sidebar .bt368-nav-ptt {
	margin-bottom: 0;
}

.bt368-nav-ptt[id^="jps_bete_"][data-style="bt-carousel-6"] .bt-next-post .bt-h5{
	line-height: 20px;
	font-size: 16px;
}

#widgets .bt368-nav-ptt[id^="jps_bete_"] .bt-posted-on > * {
	margin: 6px!important;
	padding: 3px 6px 3px 26px !important;
}

#widgets .bt368-nav-ptt[id^="jps_bete_"] .bt-style-button.bt-style-readmore {
	margin: 16px 0 0 !important;
	padding: 3px 30px 3px 10px !important;
	font-weight: 300!important
}

.bt368-nav-ptt[id^="jps_bete_"] .bt-style-button.bt-style-readmore,
.bt368-nav-ptt[id^="jps_bete_"] .bt-style-button {
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}

.bt368-nav-ptt[id^="jps_bete_"] .bt-style-button.bt-style-readmore > [class^="bete-awesome-svg-"] {
	margin-top: -.4em!important;
}

#container .bt368-nav-ptt[id^="jps_bete_"] .bt-cat-list.open-full-post:not(.bacmnsic) {
	background-color: #FF2343;
}

.bt368-nav-ptt[id^="jps_bete_"][data-style*="bt-post-grid-"] .bt-load-more-control .bt-load-more {
	background-color: #FF2343 !important;
}

.bt368-nav-ptt[id^="jps_bete_"] .bt-style-button:not(.bt-infinite-data) .bt-loader {
	border-left: 5px solid  #fff!important;
}

.bt-first-post .bt-h5 {
	font-size:24px!important;
	line-height: 30px!important;
}

.bt368-nav-ptt[id^="jps_bete_"][data-style*="bt-post-grid-"] .bt-ajax-listing .bt-title-config {
	font-size: 20px;
	line-height: 26px;
}

#widgets .bt368-nav-ptt[id^="jps_bete_"][data-style*="bt-carousel-"] .bt-posted-on {
    margin-top: -20px;
}

@media(min-width:768px) {
	.home .bt-slider-nowrap .bt-h1.bt-primary-title {
		font-size: 22px!important;
		font-family: 'Lato', sans-serif;
		background-color: #FF2343;
		text-align: center;
		margin-top: 15px;
		padding-bottom: 0 !important;
		text-shadow: none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.home .bt-slider-nowrap .bt-h6 {
		font-size: 22px !important;
		font-family: 'Lato', sans-serif;
	}
	.home .bt-slider-nowrap .bt-sub-content {
		bottom: 150px !important;
	}

	.home .bt-slider-nowrap .bt-list-item:not(:last-child) {
	  margin-bottom: 35px!important;
	}

}


.bt368-nav-ptt[id^=jps_bete_] .bt-thumb-gradient {
  background:-moz-linear-gradient(left,rgba(0,0,0,.9) 0,rgba(0,0,0,0.1) 100%,rgba(0,0,0,.85) 100%)!important;
  background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.9)),color-stop(100%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,.85)))!important;
  background:-webkit-linear-gradient(left,rgba(0,0,0,.9) 0,rgba(0,0,0,0.1) 100%,rgba(0,0,0,.85) 100%)!important;
  background:-o-linear-gradient(left,rgba(0,0,0,.9) 0,rgba(0,0,0,0.1) 100%,rgba(0,0,0,.85) 100%)!important;
  background:-ms-linear-gradient(left,rgba(0,0,0,.9) 0,rgba(0,0,0,0.1) 100%,rgba(0,0,0,.85) 100%)!important;
  background:linear-gradient(to right,rgba(0,0,0,.9) 0,rgba(0,0,0,0.1) 100%,rgba(0,0,0,.85) 100%)!important;
}

.home .bt-slider-nowrap .bt-font-main-1 {
	padding: 3px 0 3px 26px!important;
}

.home .bt-slider-nowrap .bt368-nav-ptt-content .bt-control-wrap.bt-json-slider .slick-dots {
  top: 15px!important;
}

.home .bt-slider-nowrap .bt-open-category-filter {
   top: 2px!important;
 }

/*	LIKES PLUGIN
-------------------------------------------------------------- */
.td-likes {
	display: inline-block;
}

.dot-irecommendthis {
	background: none!important;
	text-decoration: none;
	margin-bottom: 0!important;
	padding: 0!important;
}

.dot-irecommendthis:hover,
.dot-irecommendthis.active {
	color: #FF2343;
}

.dot-irecommendthis:before {
	content: '\f164';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.3em;
	padding-left: 0;
	speak: none;
}

/*	WP-PAGENAVI PLUGIN
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	font-size: 13px;
	text-align:center;
	margin: 30px 0 0 -4px;
}

.wp-pagenavi span.pages {
	color:#999;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #d1d7dc;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 14px;
	margin: 3px 4px;
}

.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 #d8d8d8;
	color: #666;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px white;
	background: #f9f9f9; /* For IE and older browsers */
	background-image: -moz-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -ms-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -o-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(100%,#EFF3F4));
	background-image: -webkit-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: linear-gradient(to bottom,#f9f9f9 0,#EFF3F4 100%);
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.wp-pagenavi span.current{
	background-color: #fff;
	border: 1px solid #bbb;
	font-weight: 300;
	text-shadow: none;
}

.wp-pagenavi a:hover{
	border: 1px solid #BFBDBD !important;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	box-shadow: 0 0 3px rgba(0,0,0,.25);
}

/*	ARCADE SINGLE CSS
-------------------------------------------------------------- */

.td-embed-container {
	text-align: center;
	margin: 0px auto;
}

.jumbo-game-portrait .td-embed-container {
	max-width: 383px;
}

.fitframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.fitframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.td-games-page {

}

#content-arcade.col-1116 {
	margin-top: 45px;
	margin-bottom: 0;
}

#content-arcade .widget-title {
	border-bottom: none;
}

.td-wrap-content-arcade {
	overflow: hidden;
	border: 1px solid #e4e4e4;
	background-color: #f9f9f9;
	padding: 45px 0;
	height:100%;
}

#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:40px;
	z-index: 0;
}

#showprogressbar {
	display:block;
}

#progressbarloadbg {
	background-color: #FF2343;
	z-index: 2;
}

#progressbarloadtext {
	font-size: 14px;
	line-height: 2;
	color: #63676C;
	display: none;
	margin: 0;
	text-align: center;
}

#progresstext {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:24px;
	line-height: 1.6;
	top:0;
	left:0;
	z-index: 15;
	color: #fff;
}

#progressbarloadbg {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:40px
}

#progressbarloadtext:hover {
	cursor:pointer
}

.td-game-buttons {
	float: right;
	font-style: normal;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.td-fullscreen {
	padding: 10px 24px;
	margin: 0px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	line-height: 34px;
	display: inline-block;
	clear: both;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
}

.td-fullscreen:before {
	content: '\f0b2';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 18px;
	padding-right: 0.3em;
	color: #fff;
}

#content-arcade .widget-title h1 {
	background-color: #FF2343;
	padding: 10px 24px 5px 24px;
	color: #fff;
	font-size: 24px;
}

#content-arcade .widget-title.light {
	text-align: center;
}

.fluid-width-video-wrapper {
	clear: both;
}

#content-arcade h1.post-title,
#content-arcade #full-screen-wrapp .widget-title {
	margin: 0;
}

#full-screen-wrapp {
	margin-top: 45px;
}

#content-arcade .td-big-title {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	-moz-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-o-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.8);
	font-size: 60px;
	line-height: 64px;
	padding: 60px 24px 24px 24px;
	margin: 0;
}

.td-postmedia-warpper {
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
}

.td-postmedia-warpper .td-page-cover.td-parallax {
	min-height: 350px;
}

.td-parallax {
	width: 100%;
	background-attachment: fixed !important;
	background-position: center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display: block;
	height: 100%;
}

#content-arcade .call-to-action {
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}

#content-arcade .call-to-action a.button {
	background-color: #FF2343;
	color: #fff;
	border: none;
}

#content-arcade .call-to-action a.button:hover {
	text-decoration: none;
	opacity: 1;
}

#content-arcade .ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

.td-top-gradient-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=0 );
}

#td-game-instruction {
	color: #808080;
	padding: 10px 24px 24px;
	background-color: #F9F9F9;
	border: 1px solid #e4e4e4;
	border-top: none;
}

.td-game-instruction-title {
	font-family: "Roboto", sans-serif;
	color: #6C6C6C;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
	display: inline-block;
}

.td-game-instruction-title:before {
	font-family: 'FontAwesome';
	content: "\f11b";
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	font-size: 36px;
	color: #FF2343;
}

#td-game-instruction .fa {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	font-size: 44px;
	color: #FF2343;
}

#td-game-instruction p:last-child {
	margin: 0;
}

.td-foreground-overlay {
	position: relative;
	z-index: 2;
}

.td-game-instruction-text {
	position: relative;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 300;
}

.td-game-stars {
	display: inline-block;
	z-index: 1;
}

.td-user-rating {
	position: absolute;
	right:5px;
	left: auto;
	bottom: 24px;
	z-index: 1;
	color: #fff;
}

.td-rating-text {
	display: inline-block;
	padding-right:10px;
	font-size: 16px;
	line-height: 1.3;
	float: left;
}

.td-game-counts {
	position: absolute;
	left:24px;
	right: auto;
	bottom: 24px;
	z-index: 1;
	color: #fff;
	width: 100%;
	font-size: 16px;
}

.td-game-counts .post-views-count {
	font-size: 16px;
	color: #fff;
}

.td-game-counts .post-likes-count,
.td-game-counts .comments-link,
.td-game-counts .td-new-date {
	margin-right: 15px;
	color: #999;
}

.td-game-counts .cat-links a {
	color: #fff!important;
	border:1px solid #fff;
}

.td-game-counts .fa-gamepad {
	font-size: 20px;
	margin-right:5px;
}

#td-beforegame.top-other-ad {
	padding: 0 0 45px 0;
	vertical-align: baseline;
	text-align: center;
	float: none;
	position: relative;
	margin: 0 auto;
}

#td-belowgame.top-other-ad {
	padding: 45px 0 0 0;
	vertical-align: baseline;
	text-align: center;
	float: none;
	position: relative;
	margin: 0 auto;
}

/* Shutter Out Horizontal - Hover.css http://ianlunn.github.io/Hover/ */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00B4F1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*	FULL SCREEN
-------------------------------------------------------------- */
:-webkit-full-screen {
	position: fixed;
	width: 100%;
	top: 0;
	background: none;
}

:-moz-full-screen {}

:-ms-fullscreen {}

:fullscreen {}


:-webkit-full-screen .td-switch {
	display: none;
}

:-moz-full-screen .td-switch {
	display: none;
}

:fullscreen .td-switch {
	display: none;
}

:-ms-fullscreen .td-switch {
	display: none;
}

/*	- TOOLTIP - http://qtip2.com
-------------------------------------------------------------- */

.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 18px;
	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-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11;
		cursor: pointer;
		outline: medium none;
		border: 1px solid transparent;
	}

	.qtip-titlebar .qtip-close{
		right: 4px; top: 50%;
		margin-top: -9px;
	}

	* html .qtip-titlebar .qtip-close{ top: 16px; }

	.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: 24px;
		text-align: center;
		text-indent: 0;
		font: normal bold 16px/24px 'Lato', sans-serif;
		color: inherit;
		background: transparent none no-repeat -100em -100em;
	}

	.qtip-focus{}

	.qtip-hover{}

	.qtip-default{
		border: 2px solid #F9F9F9;
		background-color: #FF2343;
		color: #fff;
	}

	.qtip-default .qtip-titlebar{
		background-color: #F9F9F9;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}

/*	MAGNIFIC POPUP
-------------------------------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background-color: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	padding-right: 21px;
	/* responsive phone */
}
@media (max-width: 767px) {
	.mfp-counter {
		padding-right: 9px;
	}
}
.mfp-arrow {
	font-family: 'FontAwesome';
	font-size: 30px;
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:before {
	content: '\f053';
	color: #ffffff;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:before {
	content: '\f054';
	color: #ffffff;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:before {
	bottom: 40px;
	content: "";
	display: block;
	height: 20%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	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-color: #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: "Lato", 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-color: 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-color: 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;
   }

/*	BREADCRUMB LISTS
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: -30px;
	left: 0px;
	display: none;
}

.td-breadcrumb-arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #CACACA;
	padding: 0 3px;
}

.breadcrumb a,
.breadcrumb-current {
	color: #999;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/*	TWITTER EMBED
-------------------------------------------------------------- */
.twitter-tweet-rendered {
	width: 100% !important;
	max-width: 100% !important;
}

/*	COMMENTS
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

li.recentcomments {
  font-size: 16px;
  font-weight: 700;
}

.comment-author-link a {
	font-weight: 700;
}

#commentform a.button,
#commentform input[type="reset"],
#commentform input[type="button"],
#commentform input[type="submit"] {
	color: #fff;
	border:medium none;
	background-color: #FF2343;
}

.comment {
	*zoom: 1;
	border-top: 1px solid #EEE;
	padding: 35px 0 0;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	background-color: #fff;
	margin: 15px 0;
}

.comment:first-child {
	border-top: none;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.commentlist li cite a {
	color: #212121;
}

.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: #FF2343;
}

.comment-body {
	clear: both;
}

.comment-body p {
	clear: both;
	margin: 15px 0 0 ;
}

.comment-body .reply {
}

.comment-body .reply a {
	color: #FF2343;
}

.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;
	padding: 10px 0 20px;
}

#respond label {
	display: inline;
}

.reply {
}

#respond #reply-title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	margin: 0 0 24px;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.td-entry-count-views .comments-link {
	font-size: 16px;
	display: inline-block;
	position: relative;
}

.td-entry-count-views .fa {
	padding-right: 5px;
}

.td-entry-count-views-box .fa-eye,
.td-entry-count-views-box .fa-gamepad,
.td-entry-count-views .fa-eye,
.td-entry-count-views .fa-gamepad {
	font-size: 20px;
}

.td-entry-count-views .post-views-count {
	font-size: 16px;
	margin-right: 15px;
	color: #ccc;
}

.td-entry-count-views .post-likes-count {
	margin-right: 15px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.logged-in-as {
	font-size: 12px;
	color: #FF2343;
	margin-bottom: 2px;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/* ============================================================ */
/* ===== GALLERY ============================================== */
/* ============================================================ */

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
	display: none;
}

/*	GALLERY-COLUMNS-1
-------------------------------------------------------------- */
.gallery-columns-1 .gallery-item {
	max-width: 728px;
	width: 100%;
}

/*	GALLERY-COLUMNS-2
-------------------------------------------------------------- */
.gallery-columns-2 .gallery-item {
	max-width: 360px;
	width: 100%;
}

/*	GALLERY-COLUMNS-3
-------------------------------------------------------------- */
.gallery-columns-3 .gallery-item {
	max-width: 238.6px;
}

/*	GALLERY-COLUMNS-4
-------------------------------------------------------------- */
.gallery-columns-4 .gallery-item {
	max-width: 178px;
}

/*	GALLERY-COLUMNS-5
-------------------------------------------------------------- */
.gallery-columns-5 .gallery-item {
	max-width: 141.6px;
}

/*	GALLERY-COLUMNS-6
-------------------------------------------------------------- */
.gallery-columns-6 .gallery-item {
	max-width: 117.3px;
}

/*	GALLERY-COLUMNS-7
-------------------------------------------------------------- */
.gallery-columns-7 .gallery-item {
	max-width: 100px;
}

/*	GALLERY-COLUMNS-8
-------------------------------------------------------------- */
.gallery-columns-8 .gallery-item {
	max-width: 87px;
}

/*	GALLERY-COLUMNS-9
-------------------------------------------------------------- */
.gallery-columns-9 .gallery-item {
	max-width: 76.8px;
}

/*	FULL WIDTH GALLERY-COLUMNS-1
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 1116px;
	width:100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-2
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 530px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-3
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 352px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-4
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 263px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-5
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 209.6px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-6
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 174px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-7
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 148.5px;
	width: 100%;
}


/*	FULL WIDTH GALLERY-COLUMNS-8
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 129.5px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-9
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 114.6px;
	width: 100%;
}

/*	JETPACK - TILE GALLERY
-------------------------------------------------------------- */
.post .type-rectangular .tiled-gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	text-indent: 0;
	margin: 0 0 2px 2px;
	max-height: 50%;
	padding: 4px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: auto;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.post .type-rectangular .tiled-gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.post .type-square img {
	margin: 0 !important;
}

.post .type-square .tiled-gallery-item {
	overflow: hidden;
	height: 120px;
	margin: 1px;
}

.post .type-square .tiled-gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.post .type-square .tiled-gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	text-indent: 0;
	max-height: 50%;
	padding: 4px 6px;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

/*	WORDPRESS CORE
-------------------------------------------------------------- */
.alignnone {
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 24px 24px;
}

.alignleft {
	float: left;
	margin: 5px 24px 24px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 24px;
}

a img.alignnone {
	margin: 5px 24px 24px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 24px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100% !important;
	/*text-align: center;*/
}

.wp-caption.alignnone {
}

.wp-caption.alignleft {
	margin: 5px 24px 0 0;
}

.wp-caption.alignright {
	margin: 5px 0 24px 24px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 10px 0 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}

.wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 5px 0 0;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.td-featured-image-caption {
	background-color: #FF2343;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 8px;
	font-size: 13px;
	color: #fff;
}

img.wp-smiley {
	vertical-align: middle;
}

/*	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;
}

.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.gallery-caption {
	font-size: 16px;
	color: #212121;
	font-style: italic;
	font-weight: 300;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 100%;
	min-height: 50px;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	padding: 2px 8px;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	max-height: 50%;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	box-sizing: border-box;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background-color: #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: auto;
}

.post-entry .featured-image {
	background-color: #f9f9f9;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 25px;
	position: relative;
}

/*	BUTTONS
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #FF2343;
	font-family: 'Lato', sans-serif;
	border: medium none;
	color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	padding:  11px 17px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	opacity: 0.8;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	border: medium none;
}

/*	CALL TO ACTION BUTTONS
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
	text-transform: uppercase;
}

.call-to-action a.button {
	font-size: 26px;
	padding: 23px 50px 18px 50px;
}

.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: #F00;
	border: 1px solid #F00;
	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;
}

/*	WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

/*	POLYLANG
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/*	FOOTER
-------------------------------------------------------------- */
#footer {
	max-width: 1212px;
}

#footer {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

#footer a {
	font-weight: 400;
	font-size: 14px;
}

#footer a:hover {
}


#footer .sidebar-ad, #footer .sidebar-other-ad {
	margin-bottom: 0;
}

#footer .widget-title,
#footer .widget-title-home {
	border-bottom: medium none;
	margin: 10px 0;
}

#footer .widget-title h3,
#footer .widget-title h3 a,
#footer .widget-title-home h3 {
	border-bottom: medium none;
	background-color: transparent;
	padding: 0 0 10px 0;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Voltaire', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color:#fff;
}

#footer-wrapper .grid.col-1116 {
	margin: 0 auto;
}

#footer-wrapper .block-bottom .grid {
	margin-bottom: 0;
	padding-top: 0;
	position: relative;
}

#footer_widget {
	background-color: #FF2343;
	color: #fff;
	padding: 48px 48px 0;
	max-width: 1212px;
	width: auto;
	overflow: hidden;
	float: none;
	opacity: 0.97;
}

/*	STYLE FOR MENUS IF THEY ARE ON FOOTER
-------------------------------------------------------------- */
#footer .widget-wrapper .menu {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

#footer .widget-wrapper .menu, .menu ul {
	margin: 0 auto;
}

#footer .widget-wrapper .menu li {
	float: none;
}

#footer .widget-wrapper .menu a {
	border: medium none;
	color: inherit;
	height: inherit;
	font-size: inherit;
	text-transform: none;
	text-align: left;
	line-height: 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;
}

#footer .widget-wrapper .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;
}

#footer .widget-wrapper ul.menu > li:hover {
	background: none repeat scroll 0 0 transparent;
	color: inherit;
}

/*	SCROLL BUTTONS
-------------------------------------------------------------- */
.scroll-up,
.scroll-down {
	display: none;
	padding: 5px 8px;
	background-color: #FF2343;
	border: 1px solid #fff;
	position:fixed;
	opacity:0;
	white-space:nowrap;
	cursor: pointer;
	right:12px;
	z-index: 9999;
}

.scroll-down:before,
.scroll-up:before {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.scroll-up{
	bottom:93px;
}
.scroll-down{
	bottom:51px;
}

.scroll-down:before {
	content: '\f107';
}
.scroll-up:before {
	content: '\f106';
}

/*	COPYRIGHT
-------------------------------------------------------------- */
.copyright {
	display: inline-block;
}

.copyright,
.copyright a {
	display: block;
	color: #fff;
	font-size: 12px;
}

/*	ALIGNMENTS EXTRAS - FEATURED IMAGE
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/*	CLEARFIX
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
#wide-menu:after,
#wide-menu:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
	line-height: 0;
}

.clearfix:after,
#container:after,
#wide-menu:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 #wide-menu,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/*	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 - TOP MENU
-------------------------------------------------------------- */
.top-menu li.social-icon {
	padding: 5px 0 0;
}

.top-menu li.social-icon a {
	border: medium none;
	padding: 5px 3px;
}

.top-menu > li.social-icon:last-child > a {
	padding: 5px 0 5px 3px;
}

.top-menu li.social-icon a:before {
	display: none;
}

/*	MENU SOCIAL ICONS - HEADER MENU
-------------------------------------------------------------- */
.menu li.social-icon {
	border: medium none;
	float: right;
}

.menu li.social-icon a {
	font-size: 11px;
}

/*	MENU SOCIAL ICONS - FOOTER MENU
-------------------------------------------------------------- */
.footer-menu li.social-icon a {
	border: medium none;
	font-size: 14px;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.footer-menu li.social-icon a:hover {
	opacity:.6;
	color: #fff;
}

.footer-menu li.social-icon a:before {
	background: none;
}

#widgets li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

#footer_widget li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

.block-bottom-padding li.social-icon a {
	padding: 0 7px 0 0;
}

/*	MASHSHARE
-------------------------------------------------------------- */

.mashsb-count {
	float: left;
	color: #FF2343;
}

[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;
}

.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;
}


/*	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 ================================= */
/* ============================================================ */


/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 1199
-------------------------------------------------------------- */
@media screen and (max-width: 1199px) {

	.front-page #wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	#wrapper,
	#td-modular-slider {
		padding: 48px 15px 0 15px;
	}

	.single-post #wrapper{
		padding: 0 15px 0 15px;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#logo,
	#text-logo {
		margin: 0 0 0 15px;
	}

	#logo-right {
		margin: 0 15px 0 0;
	}

	#text-logo-right {
		margin: 0 15px 0 0;
	}

	.top-ad,
	.top-other-ad {
		padding: 36px 15px 36px 0;
	}

	.top-ad-only {
		padding: 23px 15px;
	}

	.top-other-ad-left,
	.top-ad-left {
		padding: 25px 0 25px 15px;
	}

	.full-layout .menu,
	.menu {
		margin: 0 15px;
	}

	.boxed-layout .menu {
		margin: 0px;
		padding: 0px 15px;
	}

	.colophon-module{
		padding-left: 15px;
		padding-right: 15px;
	}

	.colophon-module .mc4wp-form-fields {
		width: 80%;
		margin: 0 auto;
	}

	.colophon-module .mc4wp-form-fields label {
		display: block;
		text-align: center;
		padding: 8px 0;
		margin-bottom: 24px;
	}

	.colophon-module .mc4wp-form-fields input[type="email"] {
		position: relative;
		right: inherit;
		padding: 14px 0;
		width: 100%;
		margin-bottom: 24px;
	}

	.colophon-module .mc4wp-form-fields input[type="submit"] {
		position: relative;
		right: auto;
		top: 0px;
		left: auto;
		display: block;
		width: 100%;
	}

	#footer_widget {
		padding: 48px 15px 0;
	}

	#footer-wrapper .block-bottom-padding {
		margin: 0 15px;
	}

	#footer-wrapper .block-bottom {
		float: none;
	}

	.full-layout #footer-wrapper .block-bottom-padding {
		max-width: 100%;
		margin: 0 24px;
	}

	.footer-menu{
		float: none;
		padding: 0 45px;
		text-align: center;
		line-height: 3em;
		margin-bottom: 3em;
		position: relative;
	}

	#widehead #wide-header-meta h2 {
		width: 60%;
	}

	.is-sticky #wide-menu {
		max-width: 1212px;
	}

	.menu-search-wrap {
		margin: 0 15px;
	}

	.is-sticky .menu-search-wrap {
		margin: 0 15px;
	}
}


/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1018px) {

	#container,
	.msie-box,
	#wide-menu{
		width: 748px;
	}

	.widget_calendar td,
	.widget_calendar th {
		padding: 5px;
	}

	.widget-title h3,
	.widget-title-home h3 {
		text-align: left;
	}

	.top-menu {
		width: 748px;
	}

	.boxed-layout #footer {
		width: 748px;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#footer-wrapper #footer_widget {
		padding: 48px 24px;
	}

	#widehead #wide-header-meta h2 {
		width: 65%;
	}

	.front-page #wrapper {
		padding-top: 24px;
	}

	.td-module-10-content {
		width: 1000%;
	}

	.td-module-10-wrap.grid {
		width: 100%;
	}

}

/*	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media screen and (max-width: 1018px) {

	body {
	}

	.is-sticky .menu-search-wrap #search-container .fa-search {
		color: #fff;
	}

	.is-sticky .menu, .is-sticky .wide-menu {
	    background-color: #FF2343;
	}

	#content-arcade .td-big-title {
		font-size: 40px;
		line-height: 44px;
	}

	.mashsb-main {
		padding-top: 0;
		padding-bottom: 0;
	}

	.review-box {
		margin: 24px 0;
	}

	.navigation {
		margin-bottom: 0;
	}

	#content-arcade.col-1116,
	#full-screen-wrapp,
	#td-beforegame.top-other-ad {
		margin-top: 24px;
	}

	#full-screen-wrapp,
	.td-related-content .grid  {
		margin-bottom: 24px;
	}

	.td-no-lightbox.ad-paragraph {
		margin: 0 0 24px 0;
	}

	.td-wrap-content-arcade,
	#td-belowgame.top-other-ad {
		padding: 24px 0 0;
	}

	#td-beforegame.top-other-ad {
		padding: 0 0 24px 0;
	}

	.td-module-1-wrap.grid {
		width: 100%;
	}

	.td-module-1-bigwrap {
		margin-bottom: 0;
	}

	.td-module-4-wrap,
	.bt368-nav-ptt {
		margin-bottom: 24px;
	}

	.wp-pagenavi {
		overflow: hidden;
	}

	ul.social-icon {
		float: right;
		clear: none;
		text-align: right;
	}

	#wide-slider-wrap {
		margin: 5px 15px 0;
	}

	.colophon-module h3 {
		text-align: center;
		line-height: 1.4;
		margin: 0;
	}

	.colophon-module .call-to-action {
		float: none;
	}

	.colophon-module .td-actionbox-text {
		padding: 0;
	}

	.boxed-layout .menu {
		padding: 0;
	}

	.td-simple-recent-posts img {
		width: 100%;
	}

	.td-module-6-wrap .td-feat-module-text {
		background-image:none;
		padding: 48px 15px 15px;
	}

	.td-sidebar-sticky {
		max-width: inherit;
	}

	.td-module-6-wrap .td-module-excerpt,
	.td-module-6-wrap span.td-post-read-more,
	.td-module-6-wrap .post-meta {
		display: none;
	}

	.td-module-6-wrap .td-module-post-title h3 a {
		font-size: 18px!important;
	}

	.td-module-7-wrap .esg-filters {
		position: relative!important;
		right: 0!important;
		top: 0!important;
		text-align: center !important;
	}

	.colophon-module .mc4wp-form-fields {
		width: 100%;
	}

	.td-sticky { /*disable sticky menu on mobile*/
		position: relative!important;
		height: initial;
	}

	.is-sticky .td-sticky {
		-webkit-transform: translateZ(0);
		-webkit-animation: 0s ease 0s normal none 1 none; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: 0s ease 0s normal none 1 none; /* Firefox < 16 */
		-ms-animation: 0s ease 0s normal none 1 none; /* Internet Explorer */
		-o-animation: 0s ease 0s normal none 1 none; /* Opera < 12.1 */
		animation: 0s ease 0s normal none 1 none;
	}

	.js .main-nav {
		background-color: #FF2343;
		position: relative;
		clear: both;
		margin: 0 auto;
		z-index: 99;
	}

	.js .main-nav .menu {
		background-color: #f9f9f9;
		display: none;
		position: static;
		width: 100%;
		border: none;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 0;
		box-shadow: none;
	}

	.js .main-nav .menu, menu ul {
		margin: 0 auto;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #212121;
		font-size: 13px;
		font-weight: normal;
		height: 45px !important;
		line-height: 45px !important;
		padding: 0 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-shadow: none;
		text-align: left;
		cursor: pointer;
		background-color: #F9F9F9;
	}

	.main-nav .menu-item-object-category.menu-item-depth-0 {
		position: relative !important;
		background-color: #F9F9F9;
	}

	.js .main-nav .menu li a:hover {
		color: #FF2343 !important;
	}

	.js .main-nav .menu li > a:after {
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		content: "\f0c9";
		font-family: 'FontAwesome';
		speak: none;
		position: absolute;
		right: 17px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		padding-left: 1em;
		line-height: 45px;
		font-weight: 700;
	}

	.js .main-nav li.menu-item-object-category > a:after,
	.js .main-nav .sub-menu li > a:after {
		padding-left: 0;
		content: '';
	}

	.js .main-nav .menu .current_page_item a,
	.js .main-nav .menu .current-menu-item a {
		background-color: #f9f9f9;
	}


	.js .main-nav .sub-menu .current_page_item a,
	.js .main-nav .sub-menu .current-menu-item a {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .sub-menu .current-menu-item li a {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu li li {
		background-color: #f9f9f9;
	}

	.js .main-nav .menu li li a:hover {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu li li:hover {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu a:hover {
		background-color: #f9f9f9;
		color: #FF2343;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 45px;
	}

	.js .main-nav ul.menu > li:hover {
		background-color: #f9f9f9;
	}

	.js .main-nav .menu li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 15px;
		line-height: 40px;
	}

	.js .main-nav .menu li li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li li li a:after {
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #f9f9f9;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 15px 0 15px 15px;
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		cursor: pointer;
	}

	.js .main-nav a#mobile_menu_button:before { /*	MOBILE MENU BUTTON */
		display: inline-block;
		background-clip: content-box;
		-moz-background-clip: content-box;
		-webkit-background-clip: content-box;
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 32px;
		content: '\f0c9';
		top: 0.50em;
		position: absolute;
		cursor: pointer;
		vertical-align: top;
		right: 15px;
	}

	.js .main-nav a#mobile_menu_button.responsive-toggle-open:before { /*	MOBILE MENU BUTTON CLICKED */
		content: '\f00d';
	}

	.main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
		display: none;
	}

	.menu-search-wrap {
		max-width: 748px;
		position: absolute;
		margin: 0 auto;
		left: 0px;
		top: 54px;
		right: 0;
	}

	.menu-search-wrap #search-container .fa-search {
		position: absolute;
		right: 70px;
		color: #fff;
		font-size: 1.8em;
		margin-top: -41px!important;
	}

	.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%;
	}

	.footer-menu{
		float: none;
		padding: 0 45px;
		text-align: center;
		line-height: 3em;
		margin-bottom: 3em;
		position: relative;
	}

	.td-footer-middle.col-340::after,
	.td-footer-middle.col-340::before {
		background: transparent;
	}

	#footer-wrapper .block-bottom-padding {
		text-align: center;
	}

	#footer .grid.col-1116 {
		margin-bottom: 0;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 48px;
	}

	.top-ad,
	.front-page .top-ad {
		margin-top: 0 !important;
	}

	.top-ad,
	.top-ad-left {
		max-width: 468px;
	}

	.top-ad-only {
		max-width: 468px;
		text-align: center;
		margin: 0 auto;
	}

	#logo img,
	#logo-right img {
		max-width: 175px;
	}

	#logo,
	#logo-right {
		line-height: 128px;
	}

	#text-logo, #text-logo-right {
		height: 110px;
	}

	.wide-logo-menu .menu a,
	.wide-logo-and-menu .menu a {
		height: 50px !important;
		line-height: 50px !important;
	}

	.wide-logo-menu #text-logo,
	.wide-logo-and-menu #text-logo,
	.wide-logo-and-menu #logo,
	.wide-logo-menu #logo {
		float: none;
		text-align: center;
	}

	.site-description {
		margin: 0 0 24px 0;
	}

	.wide-logo-menu .main-nav,
	.wide-logo-and-menu .main-nav {
		float: none;
	}

	#navigation-bar #td-right-top-menu-1,
	#navigation-bar #td-right-top-menu-2,
	#navigation-bar #td-right-top-menu-3,
	#navigation-bar #td-right-top-menu-4,
	#navigation-bar #td-right-top-menu-5 {
		display: none;
	}

	#mobile-right-top-menu-1,
	#mobile-right-top-menu-2,
	#mobile-right-top-menu-3,
	#mobile-right-top-menu-4,
	#mobile-right-top-menu-5 {
		display: inline-block;
		cursor: pointer;
	}

	.top-menu{
		float: none;
		text-align: center!important;
	}

	.breadcrumb-list {
		position: relative;
	}

	.td-module-3-wrap.col-340 {
		margin-right: 6.593406593406593% !important;
	}

	.td-sidebar-sticky {
		position: relative !important;
		top: auto !important;
	}

	.td-sidebar-sticky.stickybar-placeholder {
		display: none !important;
		visibility: hidden;
	}

	#td-sticky-stopper {
		height: 0;
	}

	#td-modular-slider .grid {
		float: left;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#td-modular-slider .col-243 {
		display: none;
	}

	#td-modular-slider .grid {
		float: none;
	}

	#td-modular-slider {
		padding: 24px 0 0;
	}

	.td-cat-layout-2 #content-archive .post,
	.td-cat-layout-2 #content-archive .post img {
		width: 100%;
		padding-bottom: 0;
		display: block;
	}

	.td-module-11-wrap.col-340 img{
		width: 100%;
	}

	.td-module-12-wrap.col-340{
		width:100%;
		margin-bottom: 24px;
	}

	.td-module-12-small-wrap.col-340.fit:nth-child(2n+1){
		margin-right: 6.593406593406593% !important;
	}

	.td-module-12-content {
		min-height: inherit;
	}
}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 767
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	body {
	}

	.post-entry p {
		clear: both;
	}

	.td-module-2-meta .td-entry-count-views-box .comments-link,
	.td-module-2-meta .td-entry-count-views-box .post-likes-count,
	.td-module-3-content .td-entry-count-views-box .comments-link,
	.td-module-3-content .td-entry-count-views-box .post-likes-count {
		display: none;
	}

	#content-arcade .td-big-title {
		font-size: 28px;
		line-height: 32px;
	}

	#content-arcade .widget-title h1 {
		padding: 10px 24px;
	}

	#content-arcade .cat-links,
	#content-arcade .td-fullscreen {
		display: none;
	}

	#content-arcade h1.post-title {
		font-size: 14px;
		line-height: 20px;
	}

	#content-arcade .td-user-rating {
		bottom:15px;
	}

	#content-arcade .call-to-action a.button {
		font-size: 22px;
		padding: 20px 30px 14px 30px;
	}

	.wp-caption.alignleft {
		margin: 0px auto;
		text-align: center;
		float: none;
	}

	#container {
		overflow: hidden;
	}

	#logo,
	#logo-right {
		line-height: 106px;
	}

	#logo,
	#logo-right,
	#text-logo,
	#text-logo-right {
		float: none;
		margin: 0;
		text-align: center;
		display: block;
	}

	#logo-full {
		margin: 0 24px;
	}

	.front-page #wrapper {
		padding-top: 24px;
	}

	.boxed-layout .td-sticky:after,
	.wide-menu:after,
	.menu:after {
		position: initial !important;
	}

	.wide-logo-and-menu .site-name,
	.wide-logo-and-menu #logo {
		padding-top: 24px;
		line-height: 1.6em!important;
	}

	#widehead {
		padding-top: 40px;
	}

	.boxed-layout #widehead #wide-header-meta {
		padding: 50px 0px;
	}

	.full-layout #widehead #wide-header-meta {
		padding: 100px 0;
	}

	.site-description {
		margin: 0;
	}

	.site-name {
		margin-top: 15px;
	}

	.breadcrumb-list {
		top: 0;
		padding: 0 8px 0 0;
	}

	.grid,
	.grid-right {
		float: none;
	}

	.td-subtitle {
		display: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.top-other-ad,
	.top-other-ad-left {
		padding: 0;
		text-align: center;
		float: none;
	}

	.wide-banner-ad .top-other-ad-only,
	.wide-banner-ad .top-ad-only {
		padding: 35px 0 0;
	}

	.wide-banner-ad-plus .top-other-ad-only,
	.wide-banner-ad-plus .top-ad-only {
		padding: 30px 0 0;
	}

	.td-module-1-wrap .td-module-excerpt {
		margin-bottom: 0;
	}

	.col-728 .col-340 {
		width: 100%;
	}

	.td-related-content .col-340 {
		width: 46.7032967032967%;
	}

	.boxed-layout .menu {
		padding: 0;
	}

	.colophon-module .td-actionbox-text {
		padding: 0;
	}

	#content-feat {
		margin-top: 0;
		margin-bottom: 24px;
	}

	#content-feat.full-featured header {
		position: relative;
	}

	#content-feat.full-featured h1.post-title {
		font-size: 27px;
		margin: 10px 0 15px;
	}

	.footer-menu li {
		float: none;
		text-align: center;
	}

	.footer-menu{
		float: none;
		text-align: center;
	}

	#footer-wrapper #footer_widget {
		padding: 48px 15px;
	}

	.tinynav {
		display: block;
	}

	.sb-holder {
		display: block;
	}

	#footer {
		text-align: center;
	}

	ul.social-icon {
		clear: none;
		text-align: center;
		float: none;
	}

	.scroll-up {
		bottom:50px;
	}
	.scroll-down {
		bottom:10px;
	}

	.copyright,
	.copyright a  {
		text-align: center;
		float: none;
	}

	.copyright {
		display: block;
	}

	.top-ad,
	.top-ad-left {
		padding: 0 0 35px;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 570px;
	}

	.top-ad-only {
		margin: 0 auto;
		text-align: center;
		width: 570px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin-bottom: 24px;
		text-align: center;
		float: none;
	}

	.td-module-8-wrap {
		margin: 0 0 24px;
	}

	.td-social-box-share {
		text-align: center;
	}

	.td-social-box-share .fa {
		padding-right: 0;
	}

	.td-social-title {
		display: none;
	}

	.td-social-box-share .button {
		padding: 6px 10px;
	}

	.td-social-share-right {
		position: relative;
	}

	.td-share-love {
		display: none !important;
	}

	.td-related-content img.wp-post-image,
	.td-related-content img {
		width: 100%;
	}

	#widehead #wide-header-meta h1 {
		font-size: 40px;
		margin:-20px auto 30px;
	}

	#widehead #wide-header-meta h2 {
		width: 75%;
		margin: 0 auto 25px;
		line-height: 36px;
	}

	#widehead #wide-header-meta {
		padding: 40px 0;
	}

	#widehead #wide-header-meta.td-meta-extra-top {
		padding: 0;
	}

	.wide-logo-and-menu {
		display: block;
		top: 0;
		width: 100%;
		background-color: #3D3D3D;
	}

	#td-modular-slider {
		width: auto;
		max-width: inherit;
		padding: 24px 15px 0;
	}

	.td-module-12-small-wrap.col-340.fit:nth-child(2n+1){
		margin-right:0 !important;
	}

	.td-small-image-module-12,
	.td-small-image-module-12 img {
		width:100%;
	}

	.td-module-11-wrap .td-module-category a {
		font-size: 25px;
	}

	.td-module-11-wrap .td-module-category {
		padding: 15px 18px;
	}

	.main-slide-wrap-details .td-module-category {
		padding: 15px 30px;
	}

	.main-slide-wrap-details .td-module-category a {
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
	}

	.main-slide-wrap-details h1 {
		width: 100%;
		margin: 0;
		line-height: 22px;
	}

	.td-main-slide .main-cat a {
		font-size: 14px;
		line-height: 18px;
	}

	.td-main-slide .main-cat {
		display: none;
	}

	.main-slide-text {
		padding: 20px 20px 10px 24px;
	}

	.td-module-2-bigwrap,
	.td-module-11-bigwrap {
		margin-bottom: 24px;
	}

	.td-annete-date-big {
		font-size: 14px;
		line-height: 18px;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.td-annete-module-category {
		font-size: 20px;
		padding: 10px 0 5px;
		line-height: 1;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 600
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {

	.td-related-content .grid {
		float: none;
		display: block;
		width: 100%;
	}

	.td-related-content img.wp-post-image, .td-related-content img {
		margin-bottom: 10px;
		width: 100%;
	}

	.td-related-content .td-entry-count-views-box {
		margin-bottom: 0;
	}

	#widehead #wide-header-meta h2 {
		width: 90%;
	}

	.alignleft,
	.alignright,
	a img.alignleft,
	a img.alignright,
	.wp-caption.alignright,
	.wp-caption.alignleft  {
		margin-left:auto;
		margin-right:auto;
		display: block;
		float: none;
		text-align: center;
	}

	.td-annete-date-big {
		display: none;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.td-annete-module-category {
		font-size: 20px;
		padding: 10px 0 5px;
		line-height: 1;
	}

}


/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 500
-------------------------------------------------------------- */
@media screen and (max-width: 500px) {

	.td-entry-count-views {
		display: none;
	}

	.post-meta .posted {
		line-height: 48px;
	}

	.td-related-content .grid {
		float: none;
	}

	.td-related-content img.wp-post-image, .td-related-content img {
		margin-bottom: 10px;
		width: 100%;
	}

	.td-related-content .td-entry-count-views-box {
		margin-bottom: 0;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.td-annete-module-category {
		font-size: 14px;
		padding: 10px 0 0;
		line-height: 1;
	}

	.td-module-2-wrap.td-mod-2-last .td-module-post-title,
	.td-module-2-wrap.td-mod-2-first .td-module-post-title {
		width: 80%;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 480
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.bt368-nav-ptt[id^="jps_bete_"][data-style*="bt-post-grid-"] .bt-ajax-listing > .bt-post-item {
		margin-bottom: 24px!important;
	}

	.bt368-nav-ptt[id^="jps_bete_"][data-style*="bt-post-grid-"] .bt-load-more-control .bt-load-more {
		margin-top: 60px!important;
	}

	.td-module-3-wrap .td-module-post-title h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.front-page #wrapper {
		padding: 24px 8px;
	}

	#wide-slider-wrap {
		margin: 5px 8px 0;
	}

	#td-modular-slider .main-slide-text h1 {
		font-size: 22px;
	}

	.colophon-module {
		padding: 48px 24px 48px 24px;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.featured-title {
		font-size: 48px;
		padding: 48px 24px 0 24px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	#td-modular-slider {
		padding: 24px 8px 0;
	}

	.review-short-summary {
		padding: 10px;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li {
		float: none;
		text-rendering: optimizeSpeed;
	}

	.top-menu {
		max-width: 480px;
	}

	#footer {
		text-align: center;
		max-width: 480px;
	}

	.top-ad,
	.top-ad-left,
	.top-ad-only {
		width: 320px;
	}

	#author-meta img {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#author-meta {
		text-align: center;
	}

	.td-minishare-box {
		text-align: center;
		margin-bottom: 0;
	}

	.td-minishare-box ul li {
		display: block;
		margin: 0 0 10px 0;
	}

	.td-tag-word {
		margin-right: 2px;
	}

	.tag-links a {
		margin-right: 5px;
		margin-bottom: 4px;
	}

	.saboxplugin-wrap .sab-web-position {
		text-align: center;
	}

	.td-module-11-wrap.col-728 .td-module-post-title h3 a {
		font-size: 26px;
		line-height: 30px;
		padding: 0 10px;
	}

	.td-module-11-wrap.col-728 .td-module-post-title {
		top:50%;
	}

	.td-module-11-wrap.col-728 .td-thumb-cat,
	.td-module-11-wrap.col-728 .td-image-meta-box,
	.td-module-11-wrap.col-728 .image-overlay,
	.td-module-11-wrap.col-728 .module-overlay,
	#td-modular-slider .td-image-meta-box {
		display:none;
	}

}

/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 320 AND MAX-WIDTH: 1199
-------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 1199px) {
	.td-widget-search-input {
		width: 86%;
	}
}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 320
-------------------------------------------------------------- */
@media screen and (max-width: 320px) {

	#logo-full {
		margin: 24px 8px;
	}

	#widgets h4,
	.td-module-2-post-title h3,
	.td-module-4-post-title h3 {
		letter-spacing: inherit;
	}

	.top-menu-wrap {
		font-size: 12px;
	}

	.top-menu li {
		padding-bottom: 5px
	}

	.top-menu {
		padding: 4px 15px 0;
	}

	#logo,
	#logo-right {
		line-height: 80px;
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.front-page #wrapper, #wrapper  {
		padding: 24px 8px;
	}

	.td-module-10-wrap.col-728 .td-module-post-title h3 a {
		font-size: 22px;
		line-height: 26px;
	}

	.td-module-10-wrap .date-title {
		width: 70px;
		height: 70px;
	}

	.td-module-10-wrap .date-title .td-time {
		font-size: 30px;
		line-height: 45px;
	}

	.td-module-10-wrap .date-title .td-time small {
		font-size: 14px;
		line-height: 16px;
	}

	.td-module-11-wrap.col-728 .td-module-post-title h3 a {
		font-size: 16px;
		line-height: 20px;
	}

	.td-module-11-wrap .td-module-post-title .entry-title {
		line-height: 22px;
		padding: 5px 0;
	}

	.td-module-11-wrap.col-728 .td-module-post-title {
		top:35%;
	}

	.td-module-10-wrap.col-728,
	.td-module-11-wrap.col-728 {
		margin-bottom: 24px !important;
	}

	.td-module-7-wrap {
		margin-bottom: 0 !important;
	}

	.td-module-11-wrap .date-title {
		width: 70px;
		height: 70px;
	}

	.td-module-11-wrap .date-title .td-time {
		font-size: 30px;
		line-height: 45px;
	}

	.td-module-11-wrap .date-title .td-time small {
		font-size: 11px;
		line-height: 14px;
	}

	#footer-wrapper #footer_widget {
		padding: 24px 8px 30px 8px;
	}

	#footer .widget-title h3,
	#footer .widget-title h3 a,
	#footer .widget-title-home h3 {
		text-align: center;
	}

	.colophon-module {
		padding: 24px 8px 24px 8px;
	}

	.colophon-module .call-to-action {
		margin: 0;
	}

	.front-page  #widgets {
		margin-top: 24px;
	}

	.top-ad,
	.top-ad-left{
		width: 300px;
		padding: 0 0 24px;
	}

	.top-ad-only {
		width: 300px;
		text-align: center;
		margin: 0 auto;
		padding-right: 8px;
		padding-left: 8px;
	}

	.td-about-img {
		text-align: center;
	}

	#footer .widget-title,
	#footer .widget-title-home,
	.td-tag-cloud-widget,
	.td-about-menu,
	.td-about-email {
		text-align: center;
	}

	#td-modular-slider .main-excerpt {
		display:none;
	}

	#td-modular-slider .main-cat {
		top: 80px;
	}

	.td-module-11-wrap.col-728 .td-thumb-cat {
		display: none;
	}


}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 240
-------------------------------------------------------------- */

@media screen and (max-width: 248px) {

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	#footer .widget-title h3,
	#footer .widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
		position: relative;
	}

	.footer-menu li.social-icon a {
		font-size: 9px;
	}

	.top-ad,
	.top-other-ad,
	.top-ad-left,
	.top-ad-only,
	.top-other-ad-left {
		width: auto;
		padding-right: 8px;
		padding-left: 8px;
	}

	.td-widget-search-input {
		width: 65%;
	}

}


/* ============================================================ */
/* ===== RESPONSIVE GALLERY =================================== */
/* ============================================================ */

/*	GALLERY-COLUMNS-2
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-2 .gallery-item {
		max-width: 49.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-2 .gallery-item {
		max-width: 49%;
	}
}

@media (max-width: 428px) {
	.gallery-columns-2 .gallery-item {
		max-width: 48.2%;
	}
}

/*	GALLERY-COLUMNS-3
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-3 .gallery-item {
		max-width: 32.6%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-3 .gallery-item {
		width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-3 .gallery-item {
		max-width: 31.5%;
	}
}

/*	GALLERY-COLUMNS-4
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-4 .gallery-item {
		max-width: 24.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-4 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-4 .gallery-item {
		max-width: 48%;
	}
}

/*	GALLERY-COLUMNS-5
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-5 .gallery-item {
		max-width: 19.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		max-width: 19%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-5 .gallery-item {
		max-width: none;
		float: none !important;
	}
}

/*	GALLERY-COLUMNS-6
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		max-width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-6 .gallery-item {
		max-width: 31.5%;
	}
}

/*	GALLERY-COLUMNS-7
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.gallery-columns-7 .gallery-item {
		max-width: 13%;
	}
}

@media (max-width: 548px) {
	.gallery-columns-7 .gallery-item {
		max-width: none;
		float: none !important;
	}
}

/*	GALLERY-COLUMNS-8
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-8 .gallery-item {
		max-width: 11%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-8 .gallery-item {
		max-width: 48.2%;
	}
}

/*	GALLERY-COLUMNS-9
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-9 .gallery-item {
		max-width: 10%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		max-width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-9 .gallery-item {
		max-width: 31.5%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-2
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		width: 49.4%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 49%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 48%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 47%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-3
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		width: 32.7%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 32%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 31%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 30%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-4
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
	.page-template-landing-page.php .gallery-columns-4 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
	.page-template-landing-page.php .gallery-columns-4 .gallery-item {
		max-width: 48%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-5
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: 19.3%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: 19%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: none;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-6
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 16%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 15.6%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 31%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 30%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-7
-------------------------------------------------------------- */

@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: 13.6%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: 48%;
	}
}

@media (max-width: 548px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: none;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-8
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 11%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 48%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-9
-------------------------------------------------------------- */

@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 10.4%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 32%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 31%;
	}
}

/*	RESPONSIVE WPML
-------------------------------------------------------------- */
@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}