/* ------------------------------------------------------------------------- *
 *  Table of Contents:
 * ------------------------------------------------------------------------- *

    01 - GENERAL STYLES
    02 - HEADER & NAVIGATION
        2.1 - Header Layout
        2.2 - Search
        2.3 - Main Menu
        2.4 - Mobile Menu
        2.5 - Sidefeed
    03 - SLIDERS
        3.1 - Slider 1
        3.2 - Slider 2
        3.3 - Slider 3
        3.4 - Slider 4
        3.5 - Slider 5
        3.6 - Slider 6
        3.7 - Slider 7
        3.8 - Slider 8
        3.9 - Slider 9
    04 - MODULES
    05 - PAGINATION
    06 - ADVERTISEMENT
    07 - WIDGET & SIDEBAR
    08 - POST
    09 - COMMENTS
    10 - REVIEWS
    11 - PAGE & ARCHIVES
    12 - WP ESSENTIAL
    13 - FOOTER
    14 - PRELOADER & ANIMATION
    15 - MISC
    16 - ACCOUNT

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


/* ------------------------------------------------------------------------- *
 *  01 - GENERAL STYLES
/* ------------------------------------------------------------------------- */

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Styles */
body {
	color: #53585c;
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html {
	height: 100%;
	margin: 0;
}

::-moz-selection {
	background: #fde69a;
	color: #212121;
	text-shadow: none;
}

::-webkit-selection {
	background: #fde69a;
	color: #212121;
	text-shadow: none;
}

::selection {
	background: #fde69a;
	color: #212121;
	text-shadow: none;
}

a {
	color: #f70d28;
	text-decoration: none;
}

a:hover, a:focus {
	color: #212121;
	outline: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 1.25em 0;
	padding: 0;
}

hr.post-divider {
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	height: auto;
}

figcaption {
	margin: 3px 0 1em;
	font-size: 11px;
	color: #a0a0a0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input, textarea, button, select, label, optgroup {
	font: inherit;
}

[class*="jeg_"] .fa {
	font-family: FontAwesome;
}

/* Clearfix */
.clearfix:after, .container:after, .row:after,
.jeg_postblock:after, .jeg_block_heading:after,
.jeg_authorbox::after, .comment-navigation:after,
.jeg_popup_content::after {
	content: "";
	display: table;
	clear: both;
}

/* Accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	color: #212121;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 2.25em;
	margin: 0.67em 0 0.5em;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

h2 {
	font-size: 1.953em;
	margin: 0.83em 0 0.5em;
	line-height: 1.35;
}

h3 {
	font-size: 1.563em;
	margin: 1em 0 0.5em;
	line-height: 1.4;
}

h4 {
	font-size: 1.25em;
	margin: 1.33em 0 0.5em;
	line-height: 1.5;
}

h5 {
	font-size: 1.1em;
	margin: 1.25em 0 0.5em;
	line-height: 1.6;
}

h6 {
	font-size: 0.85em;
	margin: 1.6em 0 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #efca56;
	padding: 0 0.4em;
	color: #fff;
}

p, pre {
	margin: 0 0 1.75em;
	text-rendering: optimizeLegibility;
}

code, kbd, pre, samp {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	padding: 0.2em 0.5em;
}

pre {
	color: #7b7b7b;
	background: #fafafa;
	border: 1px solid #eee;
	padding: 0.5em 1.5em 0.5em 1.5em;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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;
}

/* Grid */
.jeg_vc_content .vc_row,
.jeg_vc_content .vc_row[data-vc-full-width="true"] > .jeg-vc-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.jeg_vc_content .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}

.jeg_boxed .jeg_main .jeg_container {
	overflow: hidden;
}

.jeg_otb {
	overflow: visible !important;
}

.jeg_vc_content .vc_row[data-vc-full-width="true"] {
	left: 0 !important;
	width: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;;
}

@media (max-width: 767px) {
	.container {
		width: 98%;
		width: calc(100% - 10px);
	}
}

@media (max-width: 479px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container,
	.jeg_vc_content > .vc_row,
	.jeg_vc_content > .vc_element > .vc_row,
	.jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
		max-width: 750px;
	}

	.jeg_vc_content > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.container,
	.jeg_vc_content > .vc_row,
	.jeg_vc_content > .vc_element > .vc_row,
	.jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
		max-width: 970px;
	}

	.jeg_vc_content > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.container,
	.jeg_vc_content > .vc_row,
	.jeg_vc_content > .vc_element > .vc_row,
	.jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
		max-width: 1170px;
	}

	.jeg_vc_content > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper,
	.jeg_vc_content > .vc_element > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
		width: 100%;
		max-width: none;
	}
}

.container, .vc_column_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.jeg_fullwidth .container {
	width: 100%;
	padding: 0;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 767px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	/* Overide Visual Composer Column */
	.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
		float: left;
	}

	.vc_col-sm-12 {
		width: 100%;
	}

	.vc_col-sm-11 {
		width: 91.66666667%;
	}

	.vc_col-sm-10 {
		width: 83.33333333%;
	}

	.vc_col-sm-9 {
		width: 75%;
	}

	.vc_col-sm-8 {
		width: 66.66666667%;
	}

	.vc_col-sm-7 {
		width: 58.33333333%;
	}

	.vc_col-sm-6 {
		width: 50%;
	}

	.vc_col-sm-5 {
		width: 41.66666667%;
	}

	.vc_col-sm-4 {
		width: 33.33333333%;
	}

	.vc_col-sm-3 {
		width: 25%;
	}

	.vc_col-sm-2 {
		width: 16.66666667%;
	}

	.vc_col-sm-1 {
		width: 8.33333333%;
	}

	.vc_col-sm-pull-12 {
		right: 100%;
	}

	.vc_col-sm-pull-11 {
		right: 91.66666667%;
	}

	.vc_col-sm-pull-10 {
		right: 83.33333333%;
	}

	.vc_col-sm-pull-9 {
		right: 75%;
	}

	.vc_col-sm-pull-8 {
		right: 66.66666667%;
	}

	.vc_col-sm-pull-7 {
		right: 58.33333333%;
	}

	.vc_col-sm-pull-6 {
		right: 50%;
	}

	.vc_col-sm-pull-5 {
		right: 41.66666667%;
	}

	.vc_col-sm-pull-4 {
		right: 33.33333333%;
	}

	.vc_col-sm-pull-3 {
		right: 25%;
	}

	.vc_col-sm-pull-2 {
		right: 16.66666667%;
	}

	.vc_col-sm-pull-1 {
		right: 8.33333333%;
	}

	.vc_col-sm-pull-0 {
		right: auto;
	}

	.vc_col-sm-push-12 {
		left: 100%;
	}

	.vc_col-sm-push-11 {
		left: 91.66666667%;
	}

	.vc_col-sm-push-10 {
		left: 83.33333333%;
	}

	.vc_col-sm-push-9 {
		left: 75%;
	}

	.vc_col-sm-push-8 {
		left: 66.66666667%;
	}

	.vc_col-sm-push-7 {
		left: 58.33333333%;
	}

	.vc_col-sm-push-6 {
		left: 50%;
	}

	.vc_col-sm-push-5 {
		left: 41.66666667%;
	}

	.vc_col-sm-push-4 {
		left: 33.33333333%;
	}

	.vc_col-sm-push-3 {
		left: 25%;
	}

	.vc_col-sm-push-2 {
		left: 16.66666667%;
	}

	.vc_col-sm-push-1 {
		left: 8.33333333%;
	}

	.vc_col-sm-push-0 {
		left: auto;
	}

	.vc_col-sm-offset-12 {
		margin-left: 100%;
	}

	.vc_col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.vc_col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.vc_col-sm-offset-9 {
		margin-left: 75%;
	}

	.vc_col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.vc_col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.vc_col-sm-offset-6 {
		margin-left: 50%;
	}

	.vc_col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.vc_col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.vc_col-sm-offset-3 {
		margin-left: 25%;
	}

	.vc_col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.vc_col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.vc_col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	/* Overide Visual Composer Column */
	.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
		float: left;
	}

	.vc_col-md-12 {
		width: 100%;
	}

	.vc_col-md-11 {
		width: 91.66666667%;
	}

	.vc_col-md-10 {
		width: 83.33333333%;
	}

	.vc_col-md-9 {
		width: 75%;
	}

	.vc_col-md-8 {
		width: 66.66666667%;
	}

	.vc_col-md-7 {
		width: 58.33333333%;
	}

	.vc_col-md-6 {
		width: 50%;
	}

	.vc_col-md-5 {
		width: 41.66666667%;
	}

	.vc_col-md-4 {
		width: 33.33333333%;
	}

	.vc_col-md-3 {
		width: 25%;
	}

	.vc_col-md-2 {
		width: 16.66666667%;
	}

	.vc_col-md-1 {
		width: 8.33333333%;
	}

	.vc_col-md-pull-12 {
		right: 100%;
	}

	.vc_col-md-pull-11 {
		right: 91.66666667%;
	}

	.vc_col-md-pull-10 {
		right: 83.33333333%;
	}

	.vc_col-md-pull-9 {
		right: 75%;
	}

	.vc_col-md-pull-8 {
		right: 66.66666667%;
	}

	.vc_col-md-pull-7 {
		right: 58.33333333%;
	}

	.vc_col-md-pull-6 {
		right: 50%;
	}

	.vc_col-md-pull-5 {
		right: 41.66666667%;
	}

	.vc_col-md-pull-4 {
		right: 33.33333333%;
	}

	.vc_col-md-pull-3 {
		right: 25%;
	}

	.vc_col-md-pull-2 {
		right: 16.66666667%;
	}

	.vc_col-md-pull-1 {
		right: 8.33333333%;
	}

	.vc_col-md-pull-0 {
		right: auto;
	}

	.vc_col-md-push-12 {
		left: 100%;
	}

	.vc_col-md-push-11 {
		left: 91.66666667%;
	}

	.vc_col-md-push-10 {
		left: 83.33333333%;
	}

	.vc_col-md-push-9 {
		left: 75%;
	}

	.vc_col-md-push-8 {
		left: 66.66666667%;
	}

	.vc_col-md-push-7 {
		left: 58.33333333%;
	}

	.vc_col-md-push-6 {
		left: 50%;
	}

	.vc_col-md-push-5 {
		left: 41.66666667%;
	}

	.vc_col-md-push-4 {
		left: 33.33333333%;
	}

	.vc_col-md-push-3 {
		left: 25%;
	}

	.vc_col-md-push-2 {
		left: 16.66666667%;
	}

	.vc_col-md-push-1 {
		left: 8.33333333%;
	}

	.vc_col-md-push-0 {
		left: auto;
	}

	.vc_col-md-offset-12 {
		margin-left: 100%;
	}

	.vc_col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.vc_col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.vc_col-md-offset-9 {
		margin-left: 75%;
	}

	.vc_col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.vc_col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.vc_col-md-offset-6 {
		margin-left: 50%;
	}

	.vc_col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.vc_col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.vc_col-md-offset-3 {
		margin-left: 25%;
	}

	.vc_col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.vc_col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.vc_col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	/* Overide Visual Composer Column */
	.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
		float: left;
	}

	.vc_col-lg-12 {
		width: 100%;
	}

	.vc_col-lg-11 {
		width: 91.66666667%;
	}

	.vc_col-lg-10 {
		width: 83.33333333%;
	}

	.vc_col-lg-9 {
		width: 75%;
	}

	.vc_col-lg-8 {
		width: 66.66666667%;
	}

	.vc_col-lg-7 {
		width: 58.33333333%;
	}

	.vc_col-lg-6 {
		width: 50%;
	}

	.vc_col-lg-5 {
		width: 41.66666667%;
	}

	.vc_col-lg-4 {
		width: 33.33333333%;
	}

	.vc_col-lg-3 {
		width: 25%;
	}

	.vc_col-lg-2 {
		width: 16.66666667%;
	}

	.vc_col-lg-1 {
		width: 8.33333333%;
	}

	.vc_col-lg-pull-12 {
		right: 100%;
	}

	.vc_col-lg-pull-11 {
		right: 91.66666667%;
	}

	.vc_col-lg-pull-10 {
		right: 83.33333333%;
	}

	.vc_col-lg-pull-9 {
		right: 75%;
	}

	.vc_col-lg-pull-8 {
		right: 66.66666667%;
	}

	.vc_col-lg-pull-7 {
		right: 58.33333333%;
	}

	.vc_col-lg-pull-6 {
		right: 50%;
	}

	.vc_col-lg-pull-5 {
		right: 41.66666667%;
	}

	.vc_col-lg-pull-4 {
		right: 33.33333333%;
	}

	.vc_col-lg-pull-3 {
		right: 25%;
	}

	.vc_col-lg-pull-2 {
		right: 16.66666667%;
	}

	.vc_col-lg-pull-1 {
		right: 8.33333333%;
	}

	.vc_col-lg-pull-0 {
		right: auto;
	}

	.vc_col-lg-push-12 {
		left: 100%;
	}

	.vc_col-lg-push-11 {
		left: 91.66666667%;
	}

	.vc_col-lg-push-10 {
		left: 83.33333333%;
	}

	.vc_col-lg-push-9 {
		left: 75%;
	}

	.vc_col-lg-push-8 {
		left: 66.66666667%;
	}

	.vc_col-lg-push-7 {
		left: 58.33333333%;
	}

	.vc_col-lg-push-6 {
		left: 50%;
	}

	.vc_col-lg-push-5 {
		left: 41.66666667%;
	}

	.vc_col-lg-push-4 {
		left: 33.33333333%;
	}

	.vc_col-lg-push-3 {
		left: 25%;
	}

	.vc_col-lg-push-2 {
		left: 16.66666667%;
	}

	.vc_col-lg-push-1 {
		left: 8.33333333%;
	}

	.vc_col-lg-push-0 {
		left: auto;
	}

	.vc_col-lg-offset-12 {
		margin-left: 100%;
	}

	.vc_col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.vc_col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.vc_col-lg-offset-9 {
		margin-left: 75%;
	}

	.vc_col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.vc_col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.vc_col-lg-offset-6 {
		margin-left: 50%;
	}

	.vc_col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.vc_col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.vc_col-lg-offset-3 {
		margin-left: 25%;
	}

	.vc_col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.vc_col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.vc_col-lg-offset-0 {
		margin-left: 0;
	}
}

/* Layout */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden {
	display: none;
}

.jeg_viewport {
	position: relative;
}

.jeg_container, .jeg_container_full {
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.jeg_content, .jeg_boxed .jeg_main .jeg_container {
	background: #fff;
}

.jeg_content {
	padding: 30px 0 40px;
}

/* Sidecontent */
.jeg_sidecontent .jeg_viewport {
	margin-left: 340px;
}

.jeg_sidecontent .jeg_header.full {
	margin-left: -340px;
}

/* Sidebar */
.jeg_sidebar {
	padding-left: 30px;
}

.jeg_sidebar_left .jeg_sidebar {
	padding-right: 30px;
	padding-left: 15px;
}

.jeg_double_sidebar .row > .jeg_sidebar:nth-of-type(1) {
	padding-left: 15px;
	padding-right: 30px;
}

@media (min-width: 767px) {
	.jeg_sidebar_left .jeg_main_content.col-sm-8,
	.jeg_sidebar_left .jeg_main_content.vc_col-sm-8 {
		float: right;
	}

	.jeg_double_sidebar .jeg_main_content,
	.jeg_double_right_sidebar .jeg_main_content {
		width: 100%;
	}

	.jeg_double_sidebar .jeg_sidebar.left,
	.jeg_double_sidebar .jeg_sidebar.right,
	.jeg_double_right_sidebar .jeg_sidebar {
		width: 50%;
		float: left;
	}

	/* wide */
	.jeg_wide_content .jeg_main_content {
		width: 66.66666667%;
		float: left;
	}

	.jeg_wide_content .jeg_sidebar {
		width: 33.33333333%;
		float: left;
	}
}

@media (min-width: 992px) {
	.jeg_sidebar_left .jeg_main_content,
	.jeg_sidebar_left .jeg_main_content.col-md-8,
	.jeg_sidebar_left .jeg_main_content.vc_col-md-8 {
		float: right;
	}

	.jeg_double_sidebar .jeg_main_content,
	.jeg_double_right_sidebar .jeg_main_content {
		width: 50%;
	}

	.jeg_double_sidebar .jeg_main_content {
		left: 25%;
	}

	.jeg_double_sidebar .jeg_sidebar.left {
		width: 25%;
		right: 50%;
		padding-left: 15px;
		padding-right: 30px;
	}

	.jeg_double_sidebar .jeg_sidebar.right,
	.jeg_double_right_sidebar .jeg_sidebar {
		width: 25%;
	}

	/* wide */
	.jeg_wide_content .jeg_main_content {
		width: 75%;
	}

	.jeg_wide_content .jeg_sidebar {
		width: 25%;
	}
}

.theiaStickySidebar {
	-webkit-backface-visibility: hidden
}

.jeg_normalise_top .theiaStickySidebar {
	-webkit-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.jeg_sidefeed .jeg_post.active {
	background: #f5f5f5;
	border-left: 3px solid #f70d28;
	padding-left: 12px !important;
}

.post-ajax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	display: none;
	z-index: 5;
}

.post-ajax-overlay .jnews_preloader_circle_outer {
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0;
	margin-left: 170px;
}

.post-ajax-overlay .jeg_preloader.dot {
	position: fixed;
	top: 50%;
	margin-top: 40px;
	margin-left: 170px;
	left: 50%;
}

.post-ajax-overlay .jeg_preloader.square {
	position: fixed;
	top: 50%;
	margin-top: 0;
	left: 50%;
	margin-left: 170px;
}

/* Forms */
input:not([type="submit"]), textarea, select,
.chosen-container-single .chosen-single {
	display: inline-block;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 7px 14px;
	height: 40px;
	outline: none;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	transition: .25s ease;
	box-shadow: none;
}

input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
	line-height: inherit;
	display: inline;
}

/* Select with Chosen JS */
.chosen-container-single .chosen-single {
	display: block;
	padding: 0 1em;
	line-height: 38px;
}

.chosen-container-single .chosen-search input[type="text"] {
	height: 32px;
	line-height: 32px;
	background-image: none !important;
}

.chosen-container-single .chosen-single div:after {
	line-height: inherit;
	color: inherit;
}

.chosen-container .chosen-results {
	color: #7b7b7b;
	margin: 0 0 5px;
	padding: 0;
}

.chosen-container .chosen-results li.active-result {
	padding: 4px 14px;
	font-size: 13px;
	line-height: inherit;
	text-align: inherit;
}

.chosen-container-single .chosen-drop {
	border-radius: 0;
}

.chosen-container .chosen-drop {
	border-color: #a0a0a0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.chosen-container .chosen-results li.highlighted {
	color: #212121;
	background: #f5f5f5;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 20px;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
	border-color: #ccc;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
}

textarea {
	min-height: 60px;
	height: auto;
}

input[type="submit"],
.btn, .button {
	border: none;
	border-radius: 0;
	background: #f70d28;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	outline: 0;
	-webkit-appearance: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

input[type="submit"]:focus,
.btn:focus, .button:focus {
	color: #fff;
	outline: thin dotted #666666;
}

input[type="submit"]:hover,
.btn:hover, .button:hover {
	color: #fff;
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------------- *
 *  02 - HEADER & NAVIGATION
 * ------------------------------------------------------------------------- */
.jeg_header {
	position: relative;
}

.jeg_header .container {
	height: 100%;
}

.jeg_header.full .container {
	max-width: 100%;
}

/** Header: Layout **/
.jeg_nav_row {
	position: relative;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.jeg_nav_grow {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.jeg_nav_normal {
	-webkit-box-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.item_wrap {
	width: 100%;
	display: inline-block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Col Position */
.jeg_nav_left {
	margin-right: auto;
}

.jeg_nav_right {
	margin-left: auto;
}

.jeg_nav_center {
	margin: 0 auto;
}

/* Col Alignment */
.jeg_nav_alignleft {
	justify-content: flex-start;
}

.jeg_nav_alignright {
	justify-content: flex-end;
}

.jeg_nav_aligncenter {
	justify-content: center;
}

/** Header: Topbar **/
.jeg_topbar {
	font-size: 12px;
	color: #757575;
	position: relative;
	z-index: 11;
	background: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_topbar .jeg_nav_item {
	padding: 0 12px;
	border-right: 1px solid #e0e0e0;
}

/* Topbar Dark */
.jeg_topbar.dark {
	background: #212121;
	color: #f5f5f5;
	border-bottom-width: 0;

}

.jeg_topbar.dark .jeg_search_toggle,
.jeg_topbar.dark .jeg_top_lang_switcher > li > a,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button {
	color: #F5F5F5;
}

.jeg_topbar.dark .jeg_top_menu > li > a:hover,
.jeg_topbar.dark .jeg_top_lang_switcher > li > a:hover {
	color: #fff;
}

.jeg_topbar.dark .sf-arrows .sf-with-ul:after {
	color: rgba(255, 255, 255, 0.6);
}

.jeg_topbar.dark .sf-arrows ul .sf-with-ul:after {
	color: inherit;
}

.jeg_topbar.dark, .jeg_topbar.dark .jeg_nav_item {
	border-color: rgba(255, 255, 255, 0.15);
}

.jeg_topbar .jeg_nav_item:last-child {
	border-right-width: 0;
}

.jeg_topbar .jeg_nav_row {
	height: 34px;
	line-height: 34px;
}

/** Midbar Builder **/
.jeg_midbar {
	background-color: #fff;
	height: 140px;
	position: relative;
	z-index: 10;
	border-bottom: 0 solid #e8e8e8;
}

.jeg_navbar + .jeg_midbar {
	z-index: 9;
}

.jeg_midbar .jeg_nav_item {
	padding: 0 14px;
}

.jeg_midbar.dark {
	background-color: #212121;
	color: #f5f5f5;
}

.jeg_midbar.dark .sf-arrows .sf-with-ul:after {
	color: rgba(255, 255, 255, 0.6);
}

.jeg_midbar.dark .jeg_carticon,
.jeg_midbar.dark .jeg_top_weather,
.jeg_midbar.dark .jeg_top_weather > .jeg_weather_temp > .jeg_weather_unit,
.jeg_midbar.dark .jeg_top_weather .jeg_weather_condition .jeg_weather_icon,
.jeg_midbar.dark .jeg_search_toggle,
.jeg_midbar.dark .jeg_nav_icon .jeg_mobile_toggle,
.jeg_midbar.dark .jeg_vertical_menu a {
	color: #f5f5f5;
}

.jeg_midbar.dark .jeg_vertical_menu {
	border-top-color: #fff;
}

/** Navbar Builder **/
.jeg_navbar {
	background: #fff;
	position: relative;
	border-top: 0 solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	line-height: 50px;
	z-index: 9;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.jeg_navbar.jeg_search_expanded {
	z-index: 9999; /* fix modal search popup */
}

.jeg_navbar:first-child,
.jeg_topbar + .jeg_navbar {
	z-index: 10;
}

.jeg_navbar .jeg_nav_item {
	padding: 0 14px;
}

.jeg_navbar .jeg_separator {
	margin: 0 7px;
}

.jeg_navbar .jeg_separator:first-child {
	margin-left: 0;
}

.jeg_navbar .jeg_separator:last-child {
	margin-right: 0;
}

.jeg_navbar_boxed .jeg_nav_alignright .jeg_nav_item:last-child {
	padding-right: 20px;
}

.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child {
	padding-left: 20px;
}

.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child .jeg_menu_style_1 {
	margin-left: -14px;
}

.jeg_nav_item:first-child {
	padding-left: 0;
}

.jeg_nav_item:last-child {
	padding-right: 0;
}

/* Navbar Shadow */
.jeg_navbar_shadow {
	border-bottom: 0 !important;
}

.jeg_navbar_shadow:after {
	content: '';
	width: 100%;
	height: 7px;
	position: absolute;
	top: 100%;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=0);
}

/* Boxed Navbar */
.jeg_navbar_boxed {
	background: transparent;
	border: 0;
}

.jeg_navbar_boxed .jeg_nav_row {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-style: solid;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
	border-width: 0;
}

.jeg_navbar_boxed.jeg_navbar_shadow .jeg_navbar {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .08);
	border-width: 0;
}

.jeg_navbar_boxed:after {
	display: none
}

.jeg_boxed .jeg_navbar_boxed {
	background: #fff;
}

/* Navbar Dark */
.jeg_navbar_dark:not(.jeg_navbar_boxed),
.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
	background: #212121;
}

body:not(.jeg_boxed) .jeg_navbar_dark.jeg_navbar_boxed {
	background: transparent;
}

.jeg_navbar_dark .jeg_menu > li > a,
.jeg_navbar_dark .jeg_search_toggle,
.jeg_navbar_dark .jeg_carticon,
.jeg_navbar_dark .cartdetail {
	color: #fafafa;
}

.jeg_navbar_dark .sf-arrows .sf-with-ul:after {
	color: rgba(255, 255, 255, 0.6);
}

.jeg_navbar_dark .sf-arrows ul .sf-with-ul:after {
	color: inherit;
}

.jeg_navbar_dark .jeg_menu > li > ul {
	border-top: 0
}

/* Force Fullscreen on Single Layout 4 & 5 */
.jeg_force_fs:not(.jeg_sidecontent) .jeg_featured_big {
	position: static;
}

.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar, .jeg_force_fs .jeg_navbar_mobile {
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.jeg_force_fs:not(.jeg_sidecontent) .jeg_midbar,
.jeg_force_fs:not(.jeg_sidecontent).jeg_boxed .jeg_navbar_boxed, .jeg_force_fs .toggle_btn {
	background: transparent !important;
}

.jeg_force_fs:not(.jeg_sidecontent) .dark .jeg_nav_item {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_menu > li > a,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_toggle,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_top_lang_switcher > li > a,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button {
	color: #f5f5f5;
}

.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_top_menu > li > a:hover {
	color: #fff;
}

/** Navbar Items **/
/** Logo **/

.jeg_logo_wrapper {
	-webkit-flex: 0 auto !important;
	-ms-flex: 0 auto !important;
	flex: 0 auto !important;
}

.jeg_logo {
	position: relative;
}

.site-title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 60px;
	letter-spacing: -0.02em;
}

.jeg_mobile_logo .site-title {
	font-size: 34px;
}

.site-title a {
	display: block;
	color: #212121;
}

.jeg_navbar.jeg_navbar_dark .site-title a,
.jeg_midbar.dark .site-title a {
	color: #f5f5f5;
}

.jeg_logo img {
	height: auto;
	image-rendering: optimizeQuality;
	display: block;
}

.jeg_nav_left .jeg_logo {
	margin-right: 7px;
}

.jeg_nav_left .jeg_logo:last-child {
	margin-right: 28px;
}

/** Top Social Icon **/
.jeg_midbar .jeg_social_icon_block.nobg a .fa {
	font-size: 18px;
}

.jeg_topbar .jeg_social_icon_block.nobg a .fa {
	font-size: 14px;
}

/* Button */
.btn.round {
	border-radius: 40px;
}

.btn.rounded {
	border-radius: 4px;
}

.btn.secondary {
	background: #2e9fff;
}

.btn.outline {
	color: inherit;
	letter-spacing: 1.5px;
	line-height: 36px;
	height: auto;
	background: transparent;
	border: 2px solid #e0e0e0;
}

.dark .btn.outline,
.jeg_navbar_dark .btn.outline {
	color: #f5f5f5;
	border-color: rgba(255, 255, 255, 0.15);
}

.dark .btn.outline:hover,
.jeg_navbar_dark .btn.outline:hover {
	box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15);
}

.btn .fa {
	margin-right: 2px;
	font-size: 14px;
}

.jeg_topbar .btn {
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	letter-spacing: .5px;
	font-weight: 500;
	padding: 0 10px;
}

.jeg_topbar .btn.outline {
	line-height: 22px;
}

.jeg_topbar .btn.round {
	padding: 0 14px;
}

.jeg_navbar .btn {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 16px;
}

.jeg_navbar .btn.outline {
	line-height: 34px;
}

/* HTML Item */
.jeg_midbar .jeg_nav_html,
.jeg_navbar .jeg_nav_html {
	line-height: 1.4em;
}

.jeg_nav_html .fa {
	margin-right: 2px;
}

/* Account Link */
.jeg_nav_account {
	position: relative;
}

.jeg_accountlink {
	float: left;
}

.jeg_accountlink:last-child {
	padding-right: 0;
}

.jeg_accountlink ul {
	min-width: 100%;
}

.jeg_accountlink li {
	position: static !important;
}

.jeg_accountlink li .fa {
	margin-right: 2px;
}

.jeg_accountlink .fa-spinner {
	font-size: 14px;
}

.jeg_accountlink img {
	margin-right: 5px;
	margin-top: -3px;
	border-radius: 100%;
	height: 22px;
	width: auto;
}

.jeg_midbar .jeg_accountlink img,
.jeg_navbar .jeg_accountlink img {
	margin-right: .65em;
}

.jeg_navbar_dark .jeg_accountlink,
.jeg_topbar.dark .jeg_accountlink {
	color: #f5f5f5;
}

/* Nav Icon */
.jeg_nav_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jeg_nav_icon .jeg_mobile_toggle {
	color: #212121;
	display: block;
	position: relative;
	width: 18px;
	height: 14px;
}

.jeg_topbar .jeg_nav_icon {
	height: 34px;
}

.jeg_topbar .jeg_mobile_toggle {
	color: inherit;
}

.jeg_navbar_dark .jeg_mobile_toggle {
	color: #fafafa;
}

.jeg_nav_icon .jeg_mobile_toggle span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	border-top: 2px solid;
	transition: .15s ease;
}

.jeg_nav_icon .jeg_mobile_toggle span:nth-child(1) {
	top: 0;
}

.jeg_nav_icon .jeg_mobile_toggle:hover span:nth-child(1) {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.jeg_nav_icon .jeg_mobile_toggle span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.jeg_nav_icon .jeg_mobile_toggle span:nth-child(3) {
	bottom: 0;
}

.jeg_nav_icon .jeg_mobile_toggle:hover span:nth-child(3) {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.jeg_topbar .jeg_nav_icon .jeg_mobile_toggle {
	width: 15px;
	height: 12px;
}

.jeg_topbar .jeg_nav_icon .jeg_mobile_toggle span {
	/* background: #757575; */
}

.jeg_topbar.dark .jeg_nav_icon .jeg_mobile_toggle span {
	/* background: #f5f5f5; */
}

/* Nav Socials */
.jeg_topbar .socials_widget a {
	margin: 0 5px 0 0;
}

.jeg_topbar .socials_widget a .fa {
	width: 26px;
	line-height: 26px;
}

.jeg_topbar .socials_widget.nobg a {
	margin-right: 14px;
}

.jeg_topbar .socials_widget.nobg a:last-child {
	margin-right: 0;
}

.jeg_topbar .socials_widget.nobg a .fa {
	font-size: 14px;
}

/* Nav Language Switcher */
.jeg_top_lang_switcher {
	float: left;
}

.jeg_top_lang_switcher > li {
	padding-right: 12px;
	float: left;
}

.jeg_top_lang_switcher > li:last-child {
	padding-right: 0;
}

.jeg_top_lang_switcher a {
	color: #212121;
}

.jeg_topbar .jeg_top_lang_switcher a {
	color: inherit;
}

.jeg_top_lang_switcher > li img {
	margin: 0 2px 2px 0;
}

.jeg_midbar .jeg_top_lang_switcher > li img,
.jeg_navbar .jeg_top_lang_switcher > li img {
	margin-right: 4px;
}

.jeg_mobile_lang_switcher .jeg_top_lang_switcher {
	float: none;
	font-size: 13px;
}

.jeg_mobile_lang_switcher .jeg_top_lang_switcher > li {
	display: inline-block;
	float: none;
	padding: 0 15px 0 0;
}

.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher {
	text-align: left;
}

.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher > li {
	padding: 0 10px 0 0;
}

.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher > li img {
	margin: 0 2px 0 0;
}

/* Nav Separator */
.jeg_separator {
	height: 30px;
	border-left: 1px solid #e0e0e0;
}

.dark .jeg_separator, .jeg_navbar_dark .jeg_separator {
	border-color: rgba(255, 255, 255, 0.15);
}

.widget_jnews_module_element_header {
	margin-bottom: 30px;
}

/* Cart Fallback */
.jeg_cart {
	position: relative;
}

.jeg_cartcontent_fallback {
	text-align: initial;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 11;
	top: 100%;
	right: 0;
	width: 435px;
	padding: 20px 20px 15px;
	color: #53585c;
	background: #fff;
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 32px 60px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 32px 60px rgba(0, 0, 0, 0.1);
	line-height: normal;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.jeg_cart.open .jeg_cartcontent_fallback {
	visibility: visible;
	opacity: 1;
}

/*  2.2 - Top Search Icon & Search Form
/* ------------------------------------------------------------------------- */
.jeg_search_wrapper {
	position: relative;
}

.jeg_search_wrapper .jeg_search_form {
	display: block;
	position: relative;
	line-height: normal;
	min-width: 60%;
}

.jeg_search_toggle {
	color: #212121;
	display: block;
	text-align: center;
}

.jeg_topbar .jeg_search_toggle {
	font-size: 14px;
	min-width: 13px;
	color: inherit;
}

.jeg_midbar .jeg_search_toggle {
	font-size: 18px;
	min-width: 16px;
	line-height: 50px;
}

.jeg_navbar .jeg_search_toggle {
	font-size: 16px;
	min-width: 15px;
}

.jeg_search_wrapper .jeg_search_input {
	width: 100%;
	vertical-align: middle;
	height: 40px;
	padding: 0.5em 30px 0.5em 14px;
}

.jeg_search_wrapper .jeg_search_button {
	color: #212121;
	background: transparent;
	border: 0;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	position: absolute;
	height: auto;
	min-height: unset;
	line-height: normal;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	transition: none;
}

.jeg_search_wrapper .jeg_search_button:hover {
	color: inherit;
	box-shadow: none;
	background: transparent;
}

/* search on navbar */
.jeg_navbar .jeg_search_wrapper .jeg_search_input {
	height: 36px;
}

/* search on topbar */
.jeg_topbar .jeg_search_wrapper .jeg_search_form {
	display: block;
}

.jeg_topbar .jeg_search_no_expand .jeg_search_input {
	line-height: 34px;
	height: auto;
	padding: 0 20px 0 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.jeg_topbar .jeg_search_no_expand .jeg_search_button {
	color: #757575;
	width: auto;
	padding-right: 0 !important;
}

/* Search No Expand */
.jeg_search_no_expand .jeg_search_toggle {
	display: none;
}

.jeg_search_no_expand.rounded .jeg_search_input {
	border-radius: 4px;
}

.jeg_search_no_expand.square .jeg_search_input {
	border-radius: 0;
}

.jeg_search_no_expand.round .jeg_search_input {
	border-radius: 33px;
	padding: .5em 15px;
}

.jeg_search_no_expand.round .jeg_search_button {
	padding-right: 12px;
}

.jeg_midbar .jeg_search_no_expand .jeg_search_input {
	font-size: 15px;
	padding: 0.5em 35px 0.5em 15px;
}

.jeg_midbar .jeg_search_wrapper .jeg_search_button {
	padding-right: 15px;
}

.jeg_midbar .jeg_search_no_expand.round .jeg_search_input {
	padding: .5em 35px .5em 20px;
}

.jeg_midbar .jeg_search_no_expand.round .jeg_search_button {
	padding-right: 15px;
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
	background: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_button, .jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
	color: #fafafa;
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

/*** Popup Expand ***/
.jeg_search_popup_expand .jeg_search_form {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -4px;
	text-align: center;
	width: 325px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0;
	height: 0;
	z-index: 12;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
	-webkit-transition: height 0.1s;
	-o-transition: height 0.1s;
	transition: height 0.1s;
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
	opacity: 1;
	visibility: visible;
	padding: 20px;
	height: auto;
	-webkit-transition: padding 0.2s, height 0.1s, opacity 0.15s;
	-o-transition: padding 0.2s, height 0.1s, opacity 0.15s;
	transition: padding 0.2s, height 0.1s, opacity 0.15s;
}

.jeg_search_popup_expand .jeg_search_form:before {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 8px 8px;
	content: "";
	right: 16px;
	position: absolute;
	top: -8px;
	z-index: 98;
}

.jeg_search_popup_expand .jeg_search_form:after {
	border-color: transparent transparent #eaeaea;
	border-style: solid;
	border-width: 0 9px 9px;
	content: "";
	right: 15px;
	position: absolute;
	top: -9px;
	z-index: 97;
}

/* search on topbar */
.jeg_topbar .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand .jeg_search_result {
	right: 0;
}

.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
	left: 0;
}

.jeg_topbar .jeg_search_popup_expand .jeg_search_form:before {
	right: 11px;
	top: -6px;
	border-width: 0 6px 6px;
}

.jeg_topbar .jeg_search_popup_expand .jeg_search_form:after {
	right: 10px;
	top: -8px;
	border-width: 0 7px 7px;
}

.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_result {
	right: -12px;
}

.jeg_topbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result {
	left: -12px;
}

.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
	right: auto;
	left: 11px;
}

.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
	right: auto;
	left: 10px;
}

.jeg_search_popup_expand .jeg_search_input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.jeg_search_popup_expand .jeg_search_button {
	color: #888;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

/* search on midbar */
.jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_result {
	right: -18px;
}

.jeg_midbar .jeg_search_popup_expand .jeg_search_form:before {
	right: 17px;
}

.jeg_midbar .jeg_search_popup_expand .jeg_search_form:after {
	right: 16px;
}

.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_result {
	right: -15px;
}

.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form:before {
	right: 14px;
}

.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form:after {
	right: 13px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
	right: auto;
	left: -4px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
	right: auto;
	left: 16px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
	right: auto;
	left: 15px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result {
	left: -18px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:before {
	right: auto;
	left: 17px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:after {
	right: auto;
	left: 16px;
}

/* search on navbar */
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_result {
	right: -17px;
}

.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result {
	left: -17px;
}

.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_result {
	right: -15px;
}

.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form:before {
	right: 14px;
}

.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form:after {
	right: 13px;
}

.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
	right: auto;
	left: -4px;
}

.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before,
.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_left .jeg_search_popup_expand:not(:first-child) .jeg_search_form:before {
	right: auto;
	left: 16px;
}

.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after,
.jeg_header.full .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_nav_left .jeg_search_popup_expand:not(:first-child) .jeg_search_form:after {
	right: auto;
	left: 15px;
}

/* navbar boxed */
.jeg_navbar.jeg_navbar_boxed .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_navbar.jeg_navbar_boxed .jeg_search_popup_expand:last-child .jeg_search_result {
	right: 0;
}

.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result {
	left: 0;
}

.jeg_navbar.jeg_navbar_menuborder .jeg_nav_col:not(.jeg_nav_left) .jeg_search_popup_expand:last-child .jeg_search_form:before {
	right: 14px;
}

.jeg_navbar.jeg_navbar_menuborder .jeg_nav_col:not(.jeg_nav_left) .jeg_search_popup_expand:last-child .jeg_search_form:after {
	right: 13px;
}

.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:before {
	right: auto;
	left: 19px;
}

.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:after {
	right: auto;
	left: 18px;
}


/* alignment */
.jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
	right: auto;
	left: 0;
}

.jeg_nav_center .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:before,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:after {
	right: 50% !important;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

/* Modal Expand */
.jeg_search_expanded .jeg_search_modal_expand {
	background: #fff;
	z-index: 10000;
	position: fixed;
	float: none;
	width: 100%;
	min-height: 100%;
	top: 0px;
	right: 0px;
}

.jeg_search_modal_expand .jeg_search_form {
	display: block;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.jeg_search_expanded .jeg_navbar_wrapper,
.jeg_search_expanded .jeg_navbar_wrapper.jeg_sticky_nav,
.jeg_search_expanded .jeg_navbar_mobile,
.jeg_search_expanded .jeg_navbar_mobile.jeg_sticky_nav {
	/* Fix Browser bugs: Mix Transform + Position Fixed */
	transform: none !important;
}

.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
	opacity: 1;
	visibility: visible;
	width: 80%;
	height: 160px;
	left: 0;
	right: 0;
	top: -80px;
	bottom: 0;
	margin: auto;
}

.jeg_search_modal_expand .jeg_search_input {
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
	opacity: 1;
	width: 100%;
	height: 100%;
	padding: 0 130px 0 20px;
	border: none;
	background: transparent;
	font-size: 5em;
	color: #666;
	-webkit-transition: opacity .3s ease-out .15s;
	-o-transition: opacity .3s ease-out .15s;
	transition: opacity .3s ease-out .15s;
	border-bottom: 5px solid #eee;
	box-shadow: none;
	outline: 0;
}

.jeg_search_modal_expand .jeg_search_input::-webkit-input-placeholder {
	color: #a0a0a0;
}

.jeg_search_modal_expand .jeg_search_input:-moz-placeholder {
	color: #a0a0a0;
}

.jeg_search_modal_expand .jeg_search_input::-moz-placeholder {
	color: #a0a0a0;
}

.jeg_search_modal_expand .jeg_search_input:-ms-input-placeholder {
	color: #a0a0a0;
}

.jeg_search_modal_expand .jeg_search_button {
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
	transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
}

.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button {
	color: #a0a0a0;
	position: absolute;
	right: 0;
	padding: 0 0 0 5px;
	font-size: 5em;
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(-30px, 0, 0) scale3d(1, 1, 1);
	-webkit-transition: .25s ease-out .15s;
	-o-transition: .25s ease-out .15s;
	transition: .25s ease-out .15s;
}

.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button .fa {
	font-size: inherit;
}

.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:hover,
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:focus {
	outline: 0;
	color: #212121;
}

.jeg_header .jeg_search_expanded .jeg_search_wrapper.jeg_search_modal_expand .jeg_search_toggle {
	color: #888;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	font-size: 24px;
	line-height: normal;
	pointer-events: auto;
}

/* Live Search Result */
.jeg_search_hide {
	display: none;
}

.jeg_search_result {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -4px;
	width: 325px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0;
	height: 0;
	line-height: 1;
	z-index: 9;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
	-webkit-transition: height .1s;
	-moz-transition: height .1s;
	transition: height .1s;
}

.jeg_header .jeg_search_result {
	z-index: 10;
}

.dark .jeg_search_result .jeg_post_meta .fa {
	color: inherit;
}

.jeg_nav_left .jeg_search_result {
	right: auto;
	left: 0;
}

.jeg_search_result .jeg_pl_xs_3 .jeg_thumb {
	width: 60px;
}

.jeg_search_result .jeg_pl_xs_3 .jeg_postblock_content {
	margin-left: 60px;
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_result {
	margin-top: 81px;
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: padding .2s, height .1s, opacity .15s;
	-o-transition: padding .2s, height .1s, opacity .15s;
	transition: padding .2s, height .1s, opacity .15s;
}

.widget_search .jeg_search_result {
	margin-top: 5px;
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: padding .2s, height .1s, opacity .15s;
	-o-transition: padding .2s, height .1s, opacity .15s;
	transition: padding .2s, height .1s, opacity .15s;
	width: 100%;
	left: 0;
}

.jeg_search_no_expand .jeg_search_result {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	height: auto;
	min-width: 100%;
	right: 0;
}

.jeg_search_result .jeg_post, .jeg_search_result.with_result .search-all-button,
.jeg_search_result.no_result .search-noresult {
	overflow: hidden;
}

.jeg_search_result .jeg_post {
	margin: 15px;
	padding: 0;
}

.jeg_search_result .search-link {
	display: none;
	text-align: center;
	font-size: 12px;
	padding: 12px 15px;
	border-top: 1px solid #eee;
}

.jeg_search_result .search-link .fa {
	margin-right: 5px;
}

.jeg_search_result.with_result .search-all-button {
	display: block;
	cursor: pointer;
}

.jeg_search_result.no_result .search-noresult {
	display: block;
}

/* Login Popup */
.jeg_popup {
	position: relative;
	background: #fff;
	padding: 35px;
	width: auto;
	max-width: 380px;
	margin: 20px auto;
}

.jeg_popupform {
	text-align: center;
}

.jeg_popupform .input_field {
	margin-bottom: 1em;
}

.jeg_popupform h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.jeg_popupform input:not([type="submit"]) {
	font-size: 16px;
	height: 48px;
	border-radius: 3px;
	text-align: center;
}

.jeg_popupform .button {
	font-size: 16px;
	height: 48px;
	border-radius: 3px;
	text-transform: none;
	letter-spacing: normal;
	width: 100%;
}

.alert {
	padding: 8px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 1.6;
	border-radius: 3px;
}

.alert-error {
	background: #fff5f6;
}

.alert-success {
	background: #ebf8f1;
}

.alert-compatibility {
	background: #fff5f6;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: auto;
	border-radius: 0;
	text-align: center;
}

.jeg_postblock:hover ~ .alert-compatibility {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

.bottom_links {
	font-size: 13px;
	text-align: left;
	color: #a0a0a0;
}

.bottom_links .jeg_popuplink {
	float: right;
	font-weight: bold
}

.bottom_links .forgot {
	float: left;
	color: #a0a0a0;
	font-weight: normal;
}

.register_privacy_policy {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 12px;
	position: relative;
}

.register_privacy_policy .required {
	position: absolute;
	left: 0;
	font-weight: bold;
}

/* Zoom-out effect */
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.25s ease-in-out 0.15s;
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.25s ease;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-ready .jeg_popup {
	display: block;
}

.mfp-bottom-bar {
	margin-top: -26px;
}

.mfp-figure:after {
	-webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
}

.mfp-container figcaption,
.mfp-title, .mfp-counter {
	font-size: 13px;
}

body.admin-bar .jeg_popup .mfp-close {
	top: 0;
}


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

/** Navigation **/

/** Global Menu **/
.jeg_menu > li {
	position: relative;
	float: left;
	text-align: left;
	padding-right: 1.2em;
}

.jeg_menu > li:last-child {
	padding-right: 0;
}

.jeg_menu > li > a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a,
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a {
	color: #212121;
	font-weight: bolder;
	line-height: 50px;
}

.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a:hover,
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a:hover {
	color: #f70d28;
}

.jeg_navbar.jeg_navbar_dark .jeg_menu > li > a,
.jeg_midbar.dark .jeg_menu > li > a {
	color: #f5f5f5;
}

.jeg_topbar .jeg_menu > li > a {
	color: inherit;
}

.jeg_menu li li {
	position: relative;
	line-height: 20px;
}

.jeg_menu li > ul {
	background: #fff;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	min-width: 15em;
	text-align: left;
	z-index: 11;
	white-space: nowrap;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
}

.jeg_menu li > ul li a {
	padding: 8px 16px;
	font-size: 13px;
	color: #7b7b7b;
	border-bottom: 1px solid #eee;
	-webkit-transition: .1s;
	transition: .1s;
}

.jeg_menu li > ul > li:last-child > a {
	border-bottom: 0;
}

.jeg_menu li > ul li:hover > a,
.jeg_menu li > ul li.sfHover > a,
.jeg_menu li > ul li.current-menu-item > a,
.jeg_menu li > ul li.current-menu-ancestor > a {
	color: #212121;
	background: #F5F5F5;
}

.jeg_menu li > ul li:hover > .sf-with-ul:after,
.jeg_menu li > ul li.sfHover > .sf-with-ul:after,
.jeg_menu li > ul li.current-menu-item > .sf-with-ul:after,
.jeg_menu li > ul li.current-menu-ancestor > .sf-with-ul:after {
	color: #212121;
}

.sf-arrows .sf-with-ul:after {
	color: #a0a0a0;
	content: "\f107";
	display: inline-block;
	margin-left: 5px;
	margin-right: -3px;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s;
	transition: .1s;
}

.sf-arrows ul .sf-with-ul {
	padding-right: 32px;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -6px 0 0 0;
	color: #949494;
}

.jeg_menu li:hover > ul, .jeg_menu li.sfHover > ul {
	display: block;
}

.jeg_menu a {
	display: block;
	position: relative;
}

.jeg_menu ul ul {
	top: 0;
	left: 100%;
}

/** Main Menu **/
.jeg_main_menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.jeg_main_menu > li > a {
	color: #212121;
	display: block;
	position: relative;
	padding: 0 16px;
	margin: 0 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	-webkit-transition: color .2s ease, background .2s ease;
	transition: color .2s ease, background .2s ease;
	white-space: nowrap;
}

.jeg_main_menu > li > .sf-with-ul:hover:after,
.jeg_main_menu > li.sfHover > .sf-with-ul:after {
	color: inherit;
}

.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li {
	padding-right: 0;
}

.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li > a {
	line-height: inherit;
}

/* Navbar Bordered Menu */
.jeg_navbar_menuborder:not(.jeg_navbar_boxed):not(.jeg_stickybar) {
	border-top: 1px solid #e8e8e8;
}

.jeg_navbar_menuborder .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder .jeg_nav_item {
	border-right: 1px solid #e8e8e8;
}

.jeg_navbar_menuborder.jeg_navbar_dark .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder.jeg_navbar_dark .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_dark:not(.jeg_navbar_boxed) .jeg_nav_left .jeg_nav_item:first-child {
	border-color: rgba(255, 255, 255, .15);
}

.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_right .jeg_nav_item:last-child {
	border-right: 0;
}

.jeg_navbar_menuborder:not(.jeg_navbar_boxed) .jeg_nav_left .jeg_nav_item:first-child {
	border-left: 1px solid #e8e8e8;
}

.jeg_navbar_menuborder .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_alignright .jeg_nav_item:last-child {
	padding-right: 14px;
}

.jeg_navbar_menuborder .jeg_nav_item:first-child,
.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child {
	padding-left: 14px;
}

.jeg_navbar_menuborder .jeg_main_menu {
	margin-left: -14px;
	margin-right: -14px;
}

.jeg_megamenu ul.sub-menu {
	display: none !important;
}

/* navbar boxed */
.jeg_navbar_boxed .jeg_nav_alignleft .jeg_mainmenu_wrap:first-child {
	padding-left: 0;
}

.jeg_navbar_boxed .jeg_nav_alignleft .jeg_mainmenu_wrap:first-child .jeg_menu_style_1 {
	margin-left: 20px;
}

/* Fit width Navbar */
.jeg_navbar_fitwidth .jeg_main_menu_wrapper {
	width: 100%;
}

.jeg_navbar_fitwidth .jeg_mainmenu_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.jeg_navbar_fitwidth .jeg_main_menu {
	float: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.jeg_navbar_fitwidth .jeg_main_menu > li {
	float: none;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}

.jeg_navbar_fitwidth .jeg_main_menu > li > a {
	width: 100%;
	text-align: center;
}

/* Navbar Shadow */
.jeg_navbar_shadow .jeg_menu > li > ul,
.jeg_navbar_shadow .jeg_megamenu .sub-menu {
	border-top: 0;
	z-index: 1;
}

/* Menu Style 1 */
.jeg_menu_style_1 > li {
	padding-right: 22px;
	line-height: 50px;
}

.jeg_menu_style_1 > li:last-child {
	padding-right: 0;
}

.jeg_navbar_menuborder .jeg_menu_style_1 > li {
	padding-right: 0;
}

.jeg_navbar_menuborder .jeg_menu_style_1 > li > a {
	margin: 0 16px;
}

.jeg_navbar_fitwidth .jeg_menu > li > ul {
	min-width: 100%;
}

.jeg_navbar_fitwidth .jeg_menu_style_1 > li {
	line-height: 50px;
	text-align: center;
}

.jeg_navbar_fitwidth .jeg_menu_style_1 > li > a {
	width: auto;
}

.jeg_menu_style_1 > li > a {
	display: inline-block;
	padding: 6px 0;
	margin: 0 0;
	line-height: normal;
}

.jeg_menu_style_1 > li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #F70D28;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jeg_menu_style_1 > li > a:hover:before,
.jeg_menu_style_1 > li.sfHover > a:before,
.jeg_menu_style_1 > li.current-menu-item > a:before,
.jeg_menu_style_1 > li.current-menu-ancestor > a:before {
	width: 75%;
	opacity: 1;
}

/* Menu Style 2 */
.jeg_menu_style_2 > li > a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	margin: auto;
	left: 0;
	right: 0;
	width: 0;
	height: 3px;
	background: #F70D28;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jeg_navbar_shadow .jeg_menu_style_2 > li > a:before,
.jeg_navbar_dark .jeg_menu_style_2 > li > a:before {
	bottom: 0;
}

.jeg_menu_style_2 > li > a:hover:before,
.jeg_menu_style_2 > li.sfHover > a:before,
.jeg_menu_style_2 > li.current-menu-item > a:before,
.jeg_menu_style_2 > li.current-menu-ancestor > a:before {
	width: 80%;
	opacity: 1;
}

/* Menu Style 3 */
.jeg_menu_style_3 > li > a:before {
	content: '';
	position: absolute;
	top: -1px;
	margin: auto;
	left: 0;
	right: 0;
	width: 0;
	height: 3px;
	background: #F70D28;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jeg_navbar_shadow .jeg_menu_style_3 > li > a:before,
.jeg_navbar_dark .jeg_menu_style_3 > li > a:before {
	top: 0;
}

.jeg_menu_style_3 > li > a:hover:before,
.jeg_menu_style_3 > li.sfHover > a:before,
.jeg_menu_style_3 > li.current-menu-item > a:before,
.jeg_menu_style_3 > li.current-menu-ancestor > a:before {
	width: 80%;
	opacity: 1;
}

/* Menu Style 4 */
.jeg_menu_style_4 > li > a:hover,
.jeg_menu_style_4 > li.sfHover > a,
.jeg_menu_style_4 > li.current-menu-item > a,
.jeg_menu_style_4 > li.current-menu-ancestor > a {
	background: #f5f5f5;
}

.jeg_menu_style_4 > li.current-menu-item > .sf-with-ul:after,
.jeg_menu_style_4 > li.current-menu-ancestor > .sf-with-ul:after {
	color: inherit;
}

.jeg_navbar_dark .jeg_menu_style_4 > li > a:hover,
.jeg_navbar_dark .jeg_menu_style_4 > li.sfHover > a,
.jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-item > a,
.jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.15);
}

/* Menu Style 5 */
.jeg_menu_style_5 > li > a:hover,
.jeg_menu_style_5 > li.sfHover > a,
.jeg_menu_style_5 > li.current-menu-item > a,
.jeg_menu_style_5 > li.current-menu-ancestor > a {
	color: #F70D28;
}


/* Sticky Menu */
.jeg_navbar_mobile_wrapper, .jeg_navbar_mobile_wrapper .sticky_blankspace {
	display: none;
}

.jeg_navbar_mobile_wrapper .jeg_sticky_nav ~ .sticky_blankspace {
	display: block;
}

.jeg_header_sticky.sticky_blankspace {
	visibility: hidden;
	height: 0;
}

.jeg_stickybar {
	position: fixed;
	width: 100%;
	top: 0;
	left: auto;
	width: 100%;
	z-index: 9997;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.jeg_stickybar.jeg_sticky_nav {
	opacity: 1;
	visibility: visible;
}

.jeg_stickybar.jeg_navbar_boxed .jeg_nav_row {
	border-top: 0;
}

.jeg_stickybar[data-mode="fixed"] {
	-webkit-transform: translate3d(0, -130%, 0);
	transform: translate3d(0, -130%, 0);
	-webkit-transition: transform .15s ease-in;
	transition: transform .15s ease-in;
}

.jeg_stickybar[data-mode="fixed"].jeg_sticky_nav {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform .25s ease-out .1s;
	transition: transform .25s ease-out .1s;
}

.jeg_stickybar:not(.notransition)[data-mode='pinned'],
.jeg_navbar_mobile:not(.notransition)[data-mode='pinned'] {
	transition: transform .3s;
}

.jeg_stickybar.notransition,
.jeg_navbar_mobile.notransition {
	transition: none;
}

.jeg_boxed:not(.jeg_sidecontent) .jeg_container .jeg_navbar_wrapper.jeg_sticky_nav {
	max-width: 1230px;
}

.jeg_stickybar .jeg_logo img {
	width: auto;
	max-height: 36px;
}

.jeg_header .jeg_sticky_nav .jeg_main_menu > li > a,
.jeg_header .jeg_sticky_nav .jeg_navbar .jeg_search_wrapper,
.jeg_header .jeg_sticky_nav .jeg_carticon {
	line-height: 50px;
}

.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li {
	height: 50px;
	line-height: 50px;
}

.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li > a {
	line-height: normal;
}

.jeg_navbar_mobile.jeg_sticky_nav {
	position: fixed;
	top: 0;
	left: auto;
	width: 100%;
	z-index: 9997;
	margin: 0 auto;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

/* child mega menu */
.jeg_menu .jeg_child_megamenu > ul {
	padding: 10px;
	white-space: normal;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-rule: 1px solid #eee;
	-moz-column-rule: 1px solid #eee;
	column-rule: 1px solid #eee;
}

.jeg_child_megamenu.two_row > ul {
	width: 24em !important;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.jeg_child_megamenu.three_row > ul {
	width: 36em !important;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.jeg_child_megamenu.four_row > ul {
	width: 48em !important;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.jeg_menu .jeg_child_megamenu > ul > li > a {
	border-bottom: 0;
	padding: 7px 10px;
}

.jeg_menu .jeg_child_megamenu > ul ul {
	display: none !important;
}

.jeg_menu .jeg_child_megamenu > ul .sf-with-ul:after {
	content: '';
}

/* Empty Menu */
.jeg_menu li a.empty-menu {
	text-transform: none;
	font-weight: normal;
	text-align: left;
	color: inherit;
}

.jeg_topbar .jeg_menu > li {
	padding-right: 12px;
}

.jeg_topbar .jeg_menu > li:last-child {
	padding-right: 0
}

.jeg_topbar.dark .jeg_top_menu > li > ul {
	border-top: 0
}

.jeg_top_menu li > ul li a {
	font-size: 12px;
	padding: 6px 12px;
}

.jeg_top_menu li > ul {
	width: auto;
}

.jeg_topbar, .jeg_topbar.dark {
	border-top-style: solid;
}

/* Menu Icon */
.jeg_font_menu,
.jeg_font_menu_child {
	height: 1em;
}

.jeg_font_menu {
	margin-right: 10px;
}

/* Menu Badge */
.jeg_menu li .menu-item-has-badge,
.widget_nav_menu li .menu-item-has-badge {
	min-width: 200px;
}

.jeg_menu .menu-item-badge,
.widget_nav_menu .menu-item-badge {
	background: #f70d28;
	padding: 2px 6px 2px;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 1em;
	border-radius: 2px;
}

.jeg_menu .jeg-badge-floating,
.widget_nav_menu .jeg-badge-floating {
	position: absolute;
	top: -10px;
}

.jeg_menu .jeg-badge-floating:after,
.widget_nav_menu .jeg-badge-floating:after {
	content: '';
	border-left: 3px solid #f70d28;
	border-top: 3px solid #f70d28;
	position: absolute;
	bottom: -3px;
	left: 0;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.jeg_menu .jeg-badge-inline,
.widget_nav_menu .jeg-badge-inline {
	display: inline;
	margin-left: 6px;
}

.jeg_menu ul .menu-item-badge,
.widget_nav_menu ul .menu-item-badge {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

.widget_nav_menu a {
	position: relative;
}

.widget_nav_menu ul .menu-item-badge {
	margin-left: 6px;
	top: 0;
	right: unset;
}

.widget_nav_menu ul .menu-item-badge.jeg-badge-inline {
	top: 50%;
}


/* Mega Menu */
.jeg_font_menu_child {
	margin-right: 10px;
}

.jeg_menu li.jeg_megamenu {
	position: static;
}

.jeg_megamenu .sub-menu,
.sub-menu.force-show {
	background: #fff;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 11;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
}

.custom-mega-menu {
	padding: 20px;
}

.jeg_menu .custom-mega-menu a {
	display: inline;
}

.jeg_navbar .custom-mega-menu {
	line-height: 1.6em;
}

.custom-mega-menu .elementor-section.elementor-section-boxed > .elementor-container {
	width: 100%;
	max-width: 100%;
}

.sub-menu.force-show {
	display: block !important;
}

.jeg_megamenu .jeg_thumb {
	max-height: 200px;
}

.jeg_megamenu .owl-loaded .jeg_thumb {
	max-height: none;
}

.jeg_boxed .jeg_navbar_wrapper:not(.jeg_navbar_boxed) .jeg_megamenu .sub-menu,
.jeg_boxed .jeg_navbar_wrapper:not(.jeg_navbar_boxed) .sub-menu.custom-mega-menu {
	width: calc(100% + 90px);
	margin-left: -45px;
	margin-right: -45px;
}

.jeg_newsfeed {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 192px;
}

.sub-menu .jeg_newsfeed_subcat {
	display: table-cell;
	background: #f9f9f9;
	border-color: #eee;
	border-style: solid;
	border-right-width: 1px;
	vertical-align: top;
	width: 180px;
}

ul.jeg_subcat_item {
	margin: 20px 0;
}

.jeg_newsfeed_subcat li {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.jeg_newsfeed_subcat li a {
	display: block;
	color: #a0a0a0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 20px;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.jeg_newsfeed_subcat li.active {
	background: #fff;
	border-color: #eee;
	margin-right: -1px;
	padding-right: 1px;
}

.jeg_newsfeed_subcat li.active a {
	color: #212121;
	background: transparent !important;
}

.jeg_newsfeed_list {
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	z-index: 1;
}

.jeg_newsfeed_list .jeg_newsfeed_container {
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jeg_newsfeed_list.loaded .jeg_newsfeed_container {
	opacity: 1;
	height: auto;
}

.newsfeed_carousel.owl-carousel {
	display: block;
	overflow: visible;
}

.jeg_newsfeed .jeg_post_title {
	font-size: 13px;
	margin: 5px 0 0;
}

.jeg_newsfeed_list .newsfeed_carousel {
	position: absolute;
	visibility: hidden;
}

.jeg_newsfeed_list.loaded .newsfeed_carousel {
	position: relative;
	visibility: visible;
}

/* Newsfeed Pagination */
.newsfeed_carousel.owl-carousel .owl-nav {
	margin-top: 15px;
	margin-bottom: -5px;
	line-height: normal;
}

.newsfeed_carousel.no_subcat .owl-nav {
	text-align: center;
}

.newsfeed_carousel.owl-carousel .owl-nav div {
	font-size: 12px;
	width: 26px;
	line-height: 22px;
	color: #53585c;
}

.newsfeed_carousel.owl-carousel .owl-nav div.disabled {
	color: #9e9e9e;
	border-color: #eee;
	background: transparent;
}

/* Newsfeed Style 2 */
.jeg_newsfeed.style2 .jeg_newsfeed_container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.newsfeed_static {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -20px;
}

.newsfeed_static .jeg_newsfeed_item {
	float: left;
	width: 33.333333333%;
	padding-right: 20px;
	margin-bottom: 15px;
}

/* on Header Fullwidth */
.jeg_header.full .newsfeed_static .jeg_newsfeed_item {
	width: 20%;
}

.jeg_header.full .jeg_megamenu .sub-menu {
	left: -15px;
	right: -15px;
}

.jeg_newsfeed_tags {
	display: table-cell;
	width: 200px;
	vertical-align: top;
	padding: 20px 25px;
	border-color: #eee;
	border-style: solid;
	border-left-width: 1px;
}

.jeg_newsfeed_tags h3 {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.jeg_newsfeed_tags li a {
	font-size: 13px;
	padding: 3px 0;
	position: relative;
}

/* Newsfeed Preloader */
.newsfeed_overlay {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.jeg_newsfeed_list.loaded .newsfeed_overlay {
	opacity: 0;
}

.newsfeed_preloader, .module-preloader, .split-preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}

.jeg_preloader span {
	height: 16px;
	width: 16px;
	background-color: #999999;
	-webkit-animation: jeg_preloader_bounce 1.4s infinite ease-in-out both;
	animation: jeg_preloader_bounce 1.4s infinite ease-in-out both;
	position: absolute;
	top: 0;
	border-radius: 100%;
}

.jeg_preloader span:first-of-type {
	left: -22px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.jeg_preloader span:nth-of-type(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.jeg_preloader span:last-of-type {
	left: 22px;
}

@-webkit-keyframes jeg_preloader_bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1.0);
		opacity: 1
	}
}

@keyframes jeg_preloader_bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 1;
	}
}

/*  2.4 - Mobile Menu
/* ------------------------------------------------------------------------- */
.jeg_navbar_mobile {
	display: none;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	top: 0;
	transform: translate3d(0, 0, 0);
	transition: .2s ease;
}

.jeg_navbar_mobile .container {
	width: 100%;
	height: 100%;
}

/** Mobile: Top Bar **/
.jeg_mobile_topbar {
	font-size: 12px;
	color: #757575;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	background: #f5f5f5;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_mobile_topbar a {
	color: inherit;
}

.jeg_mobile_topbar .jeg_nav_item {
	padding: 0 10px;
}

.jeg_sticky_nav .jeg_mobile_topbar {
	display: none;
}

/** Mobile: Bottom Bar **/
.jeg_mobile_bottombar {
	border-style: solid;
}

.jeg_mobile_bottombar {
	height: 60px;
	line-height: 60px;
}

.jeg_mobile_bottombar .jeg_nav_item {
	padding: 0 10px;
}

.jeg_navbar_mobile .jeg_nav_left .jeg_nav_item:first-child {
	padding-left: 0;
}

.jeg_navbar_mobile .jeg_nav_right .jeg_nav_item:last-child {
	padding-right: 0;
}

.jeg_mobile_bottombar.dark {
	background: #000;
	color: #fff;
}

.jeg_mobile_bottombar.dark a {
	color: #fff;
}

.jeg_mobile_bottombar.dark .toggle_btn, .jeg_mobile_bottombar.dark .jeg_search_toggle {
	color: #fff;
}

/* Toggle */
.jeg_navbar_mobile .toggle_btn,
.jeg_navbar_mobile .jeg_search_toggle {
	color: #212121;
	font-size: 22px;
	display: block;
}

.jeg_mobile_topbar .toggle_btn,
.jeg_mobile_topbar .jeg_search_toggle {
	font-size: 16px;
}

.jeg_mobile_topbar.dark {
	background: #222;
	color: #fff;
}

.jeg_mobile_topbar.dark a {
	color: #fff;
}

.jeg_mobile_topbar.dark .toggle_btn, .jeg_mobile_topbar.dark .jeg_search_toggle {
	color: #fff;
}

/* Mobile Logo */
.jeg_mobile_logo a {
	display: block;
}

.jeg_mobile_logo img {
	width: auto;
	max-height: 40px;
	display: block;
}

/* Mobile: Social Icon */
.jeg_mobile_topbar .jeg_social_icon_block.nobg a {
	margin-right: 10px;
}

.jeg_mobile_topbar .jeg_social_icon_block.nobg a .fa {
	font-size: 14px;
}

/* Mobile Copyright */
.jeg_aside_copyright {
	font-size: 11px;
	color: #757575;
	letter-spacing: .5px;
}

.jeg_aside_copyright a {
	color: inherit;
	border-bottom: 1px solid #aaa;
}

.jeg_aside_copyright p {
	margin-bottom: 1.2em;
}

.jeg_aside_copyright p:last-child {
	margin-bottom: 0;
}

/* Mobile Search */
.jeg_navbar_mobile .jeg_search_wrapper {
	position: static;
}

.jeg_navbar_mobile .jeg_search_popup_expand {
	float: none;
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle {
	position: relative;
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:before {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 8px 8px;
	content: "";
	right: 0;
	position: absolute;
	bottom: -1px;
	z-index: 98;
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:after {
	border-color: transparent transparent #eee;
	border-style: solid;
	border-width: 0 9px 9px;
	content: "";
	right: -1px;
	position: absolute;
	bottom: 0px;
	z-index: 97;
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:before,
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:after {
	display: none !important;
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
	width: auto;
	border-left: 0;
	border-right: 0;
	left: -15px !important;
	right: -15px !important;
	padding: 20px;
	-webkit-transform: none;
	transform: none;
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
	margin-top: 84px;
	width: auto;
	left: -15px !important;
	right: -15px !important;
	border: 0;
}

.jeg_navbar_mobile .jeg_search_form .jeg_search_button {
	font-size: 18px;
}

.jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
	font-size: 18px;
	padding: .5em 40px .5em 15px;
	height: 42px;
}

.jeg_navbar_mobile .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
	right: auto;
	left: 16px;
}

.jeg_navbar_mobile .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
	right: auto;
	left: 15px;
}

/* Mobile Search Aside */
.jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
}

.jeg_mobile_wrapper .jeg_search_result {
	width: 100%;
	border-left: 0;
	border-right: 0;
	right: 0;
}

.admin-bar .jeg_mobile_wrapper {
	padding-top: 32px;
}

body.admin-bar.jeg_show_menu .jeg_menu_close {
	top: 44px;
}

@media screen and (max-width: 782px) {
	.admin-bar .jeg_mobile_wrapper {
		padding-top: 46px;
	}

	body.admin-bar.jeg_show_menu .jeg_menu_close {
		top: 65px;
	}
}

/* Mobile Slide Content */
body.jeg_show_menu {
	overflow: hidden;
}

.jeg_bg_overlay {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #000000;
	background: -webkit-linear-gradient(to bottom, #000000, #434343);
	background: linear-gradient(to bottom, #000000, #434343);
	-webkit-transition: .2s ease-out .1s;
	transition: .2s ease-out .1s;
	opacity: 0;
	z-index: 9998;
	visibility: hidden;
}

.jeg_show_menu .jeg_bg_overlay {
	opacity: .85;
	visibility: visible;
	-webkit-transition: .4s cubic-bezier(0.22, 0.61, 0.36, 1) .1s;
	transition: .4s cubic-bezier(0.22, 0.61, 0.36, 1) .1s;
}

.jeg_mobile_wrapper {
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 320px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9999;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);

	-webkit-transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jeg_show_menu .jeg_mobile_wrapper {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
}

.jeg_menu_close {
	position: fixed;
	top: 15px;
	right: 15px;
	padding: 0;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	z-index: 9999;
}

@media only screen and (min-width: 1023px) {
	.jeg_menu_close {
		font-size: 20px;
		padding: 20px;
	}
}

.jeg_menu_close:hover {
	color: #fff;
}

.jeg_show_menu .jeg_menu_close {
	opacity: .75;
	visibility: visible;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .2s ease .3s;
	transition: .2s ease .3s;
}

.jeg_mobile_wrapper .nav_wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.jeg_mobile_wrapper .nav_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	z-index: -1;
}

.jeg_mobile_wrapper .item_main {
	flex: 1;
}

.jeg_mobile_wrapper .item_bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.jeg_aside_item {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.item_bottom .jeg_aside_item {
	padding: 10px 20px;
	border-bottom: 0;
}

.item_bottom .jeg_aside_item:first-child {
	padding-top: 20px;
}

.item_bottom .jeg_aside_item:last-child {
	padding-bottom: 20px;
}

.jeg_aside_item:last-child {
	border-bottom: 0;
}

.jeg_aside_item:after {
	content: "";
	display: table;
	clear: both;
}

/* Mobile Aside Widget */
.jeg_mobile_wrapper .widget {
	display: block;
	padding: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.jeg_mobile_wrapper .widget:last-child {
	border-bottom: 0;
}

.jeg_mobile_wrapper .widget .jeg_ad_module {
	margin-bottom: 0;
}

/* Mobile Menu Account */
.jeg_mobile_profile {
	position: relative;
}

.jeg_mobile_profile:first-child {
	padding-top: 30px;
}

.jeg_mobile_profile .jeg_accountlink {
	float: none;
}

.jeg_mobile_profile .jeg_accountlink li:not(:last-child) {
	margin-right: 15px;
	float: left;
}

.jeg_mobile_profile .jeg_accountlink li a {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.profile_box h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 4px;
}

.profile_box .profile_img {
	display: block;
	float: left;
	padding-right: 20px;
}

.profile_box .profile_img img {
	border-radius: 100%;
	width: 45px;
}

.profile_links li {
	float: left;
	font-size: 12px;
	margin-right: 15px;
	line-height: normal;
}

.profile_links li:last-child {
	margin-right: 0;
}

.profile_links li a {
	color: #757575;
}

/* Mobile Menu */
.jeg_navbar_mobile_wrapper {
	position: relative;
	z-index: 9;
}

.jeg_mobile_menu li a {
	color: #212121;
	margin-bottom: 15px;
	display: block;
	font-size: 18px;
	line-height: 1.444em;
	font-weight: bold;
	position: relative;
}

.jeg_mobile_menu li.sfHover > a, .jeg_mobile_menu li a:hover {
	color: #f70d28;
}

.jeg_mobile_menu ul {
	padding-bottom: 10px;
}

.jeg_mobile_menu ul li a {
	color: #757575;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.jeg_mobile_menu.sf-arrows .sf-with-ul:after {
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	width: auto;
	text-align: center;
	content: "\66";
	font-family: "jegicon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: 0.3s;
}

.jeg_mobile_menu.sf-arrows .sfHover .sf-with-ul:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/** Mobile Socials **/
.jeg_mobile_wrapper .socials_widget {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jeg_mobile_wrapper .socials_widget a {
	margin-bottom: 0 !important;
	display: block;
}

/** Mobile Dark Scheme **/
.dark .jeg_bg_overlay {
	background: #fff;
}

.dark .jeg_mobile_wrapper {
	background-color: #212121;
	color: #f5f5f5;
}

.dark .jeg_mobile_wrapper .jeg_search_result {
	background: rgba(0, 0, 0, .9);
	color: #f5f5f5;
	border: 0;
}

.dark .jeg_menu_close {
	color: #212121;
}

.dark .jeg_aside_copyright,
.dark .profile_box a,
.dark .jeg_mobile_menu li a,
.dark .jeg_mobile_wrapper .jeg_search_result a,
.dark .jeg_mobile_wrapper .jeg_search_result .search-link {
	color: #f5f5f5;
}

.dark .jeg_aside_copyright a {
	border-color: rgba(255, 255, 255, .8)
}

.dark .jeg_aside_item,
.dark .jeg_mobile_menu ul li a,
.dark .jeg_search_result.with_result .search-all-button {
	border-color: rgba(255, 255, 255, .15);
}

.dark .profile_links li a,
.dark .jeg_mobile_menu.sf-arrows .sf-with-ul:after,
.dark .jeg_mobile_menu ul li a,
.dark .jeg_mobile_wrapper .jeg_search_result .jeg_post_meta {
	color: rgba(255, 255, 255, .5)
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_button,
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
	color: #fafafa;
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

/*  2.5 - Sidefeed
/* ------------------------------------------------------------------------- */
#jeg_sidecontent {
	position: absolute;
	left: 0;
	background: #fff;
	width: 340px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	z-index: 4;
	border-right: 2px solid #eee;
	outline: 0;
}

#jeg_sidecontent.fixed {
	position: fixed;
	top: 0;
}

.sidecontent_postwrapper {
	height: 100%;
	overflow: hidden;
}

.jeg_side_heading {
	position: relative;
}

.jeg_side_heading .jeg_cat_dropdown {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}

.jeg_filter_menu {
	text-align: right;
	left: auto;
	right: 0;
}

.jeg_filter_menu .active {
	background: #fafafa;
	color: #a0a0a0;
}

.jeg_cat_dropdown:hover .jeg_filter_menu {
	display: block;
}

.jeg_filter_button {
	color: #53585c;
	background: #fff;
	border: 1px solid #eee;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
	outline: none;
}

.jeg_filter_button:after {
	font-family: FontAwesome;
	content: "\f0d7";
	margin-left: 5px;
}

.jeg_filter_menu {
	display: none;
	position: absolute;
	background: #fff;
	top: 100%;
	z-index: 10;
	min-width: 4em;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 12px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 12px 30px rgba(0, 0, 0, 0.25);
}

.jeg_filter_menu li a {
	display: block;
	color: inherit;
	font-size: 11px;
	padding: 5px 12px;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #eee;
}

.jeg_filter_menu li a:hover {
	color: #212121;
	background: #f7f7f7;
}

/* Side Heading Tabs */
.jeg_side_tabs {
	display: block;
	padding: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.jeg_side_tabs li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.jeg_side_tabs li:not(:last-child) {
	margin-right: 15px;
}

.jeg_side_tabs li.active {
	color: #F70D28;
}

#jeg_sidecontent .overlay_container {
	position: relative;
}

#jeg_sidecontent .jeg_pl_md_box {
	padding: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

#jeg_sidecontent .jeg_pl_xs_3, #jeg_sidecontent .jeg_pl_xs {
	margin: 0;
	padding: 15px;
	overflow: hidden;
	border-top: 0;
	border-bottom: 1px solid #eee;
}

.sidefeed_loadmore {
	text-align: center;
	padding: 15px;
}

.sidefeed_loadmore .btn {
	font-size: 11px;
	padding: 0 30px;
	min-height: 0;
	line-height: 30px;
	border-radius: 3px;
}

/* Sidefeed Widget Area */
.jeg_sidefeed .widget {
	padding: 20px;
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.jeg_sidefeed .widget .jeg_block_heading {
	margin-bottom: 20px;
}

.jeg_sidefeed .widget .jeg_block_heading ~ * {
	margin-bottom: 10px;
}

/* fix Elementor conflict with stretched section */
.jeg_sidecontent .elementor-section.elementor-section-stretched {
	left: 0 !important;
}

/* ------------------------------------------------------------------------- *
 *  03 - SLIDERS
 * ------------------------------------------------------------------------- */
.jeg_slider_wrapper {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.jeg_slider_wrapper .owl-carousel {
	overflow: hidden;
}

.jnews_overlay_slider_notice {
	color: #fff;
	background: #c9c9c9;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
}

/* Owl Carousel Global */
.owl-carousel {
	cursor: -webkit-grab;
}

.owl-carousel .owl-wrapper-outer {
	z-index: 1;
}

.owl-carousel.owl-loaded {
	height: auto !important;
}

.owl-item {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.owl-item img {
	width: 100%;
}

/* Owl Carousel: Nav Dots */
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 5px 0;
	background: #eee;
	display: block;
	border-radius: 30px;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #888;
}

/* Owl Carousel: Navigation */
.owl-carousel .owl-nav div {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
	line-height: 24px;
	font-size: 12px;
	background: transparent;
	color: #53585c;
	border: 1px solid #e0e0e0;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.owl-carousel .owl-nav div:last-child {
	margin-right: 0;
}

.owl-carousel .owl-nav div:hover {
	color: #212121;
	background: #f7f7f7;
}

.owl-carousel .owl-nav div:before {
	font-family: FontAwesome;
	text-rendering: auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.owl-carousel .owl-prev:before {
	content: "\f104";
}

.owl-carousel .owl-next:before {
	content: "\f105";
}

/* Slider Caption Global */
.jeg_slide_caption {
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 40px 0 20px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_slide_caption a, .jeg_slide_caption .jeg_post_meta a, .jeg_slide_caption .jeg_post_meta .fa {
	color: #fff;
}

.jeg_slide_caption .jeg_post_title a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.jeg_caption_container {
	padding: 0 20px;
}

.jeg_slide_caption .jeg_post_title {
	font-size: 26px;
	font-weight: bold;
	margin: 10px auto;
}

.jeg_slide_caption .jeg_post_category {
	line-height: normal;
}

.jeg_slide_caption .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: inherit;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 6px;
	background: #f70d28;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_slide_caption .jeg_post_excerpt {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.jeg_slide_caption .jeg_post_meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.jeg_slide_caption .jeg_post_meta > div {
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}

.jeg_slide_caption .jeg_post_meta span {
	display: inline-block;
	margin-right: 6px;
}

.jeg_slide_caption .jeg_post_meta span:last-child {
	margin-right: 0;
}

/*  3.1 - Slider 1
/* ------------------------------------------------------------------------- */
.jeg_slider_wrapper_loaded .jeg_slider_thumbnail_wrapper {
	visibility: visible;
	position: relative;
}

.jeg_slider_thumbnail_wrapper {
	visibility: hidden;
	position: absolute;
}

.jeg_slider_type_1_wrapper .jeg_slider_placeholder .thumbnail-container {
	padding-bottom: 60.7%;
}

.jeg_slider_type_1 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px 40px 30px 0;
	width: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_slider_type_1 .jeg_slide_item {
	position: relative;
	-webkit-backface-visibility: hidden;
}

.jeg_slider_type_1 .jeg_caption_container {
	padding: 0 30px;
	max-width: 80%;
}

/* Slider 1: Caption */
.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
	font-size: 34px;
	line-height: 1.1;
	margin-top: 10px;
}

/* Slider 1: Thumbnail */
.jeg_slider_thumbnail {
	margin-top: 10px;
}

.jeg_slider_thumbnail.disabled_nav .owl-nav {
	display: none;
}

.jeg_slider_thumbnail .jeg_slide_thumbnail_item {
	position: relative;
}

.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:before {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	content: "";
	right: 0;
	left: 0;
	width: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
}

.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:after {
	content: '';
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
}

.jeg_slider_type_1 .owl-nav div {
	font-size: 14px;
	color: #212121;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	margin: auto;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #fff;
	border: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 1;
}

.jeg_slider_type_1 .owl-nav div:before {
	font-family: "jegicon" !important;
}

.jeg_slider_type_1 .owl-nav .owl-next {
	bottom: 40px;
	background: #f70d28;
	color: #fff;
}

.jeg_slider_type_1 .owl-prev:before {
	content: "\65" !important;
}

.jeg_slider_type_1 .owl-next:before {
	content: "\66" !important;
}

.jeg_slider_type_1:hover .owl-prev {
	opacity: 1;
}

.jeg_slider_type_1:hover .owl-next {
	opacity: 1;
}

/*  3.2 - Slider 2
/* ------------------------------------------------------------------------- */
.jeg_slider_type_2_wrapper .thumbnail-container {
	padding-bottom: 540px;
}

.jeg_slider_type_2 .jeg_slide_item {
	width: 100%;
	height: 540px;
	position: relative;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jeg_slider_type_2 .jeg_slide_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.jeg_slider_type_2 .jeg_caption_container {
	padding: 0;
	opacity: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
}

.jeg_slider_type_2 .active .jeg_caption_container {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.jeg_slider_type_2 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 40px;
	bottom: inherit;
	padding: 30px 0;
	width: 50%;
	background: none;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.1;
	margin: 20px auto;
	letter-spacing: -0.04em;
}

.jeg_slider_type_2 .jeg_slide_caption .jeg_post_excerpt {
	max-width: 80%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

/* Slider 2 */
.jeg_slider_type_2 .owl-dots {
	position: absolute;
	right: 20px;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.jeg_slider_type_2:hover .owl-dots {
	opacity: 1;
}

.jeg_slider_type_2 .owl-dot {
	display: block;
	zoom: 1;
}

.jeg_slider_type_2 .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 10px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.jeg_slider_type_2 .owl-dots .owl-dot.active span,
.jeg_slider_type_2 .owl-dots .owl-dot:hover span {
	background: #fff;
}

/*  3.3 - Slider 3
/* ------------------------------------------------------------------------- */
.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner {
	display: block;
}

@media only screen and (max-width: 767px) {
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(1),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(2),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(3),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(5) {
		display: block;
	}

	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(4) {
		display: none;
	}
}

@media only screen and (max-width: 567px) {
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(1),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(2),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(5) {
		display: block;
	}

	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(3),
	.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner:nth-child(4) {
		display: none;
	}
}

.jeg_slider_type_3 .jeg_caption_container {
	opacity: 0;
	-webkit-transition: .2s ease .1s;
	transition: .2s ease .1s;
}

.jeg_slider_type_3 .active .jeg_caption_container {
	opacity: 1;
}

.jeg_slider_type_3 .jeg_slide_caption {
	background: transparent;
}

.jeg_slider_type_3 .jeg_slide_item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .18);
	z-index: 1;
}

.jeg_slider_type_3 .jeg_slide_caption {
	z-index: 2;
}

.jeg_slider_type_3 .jeg_slide_caption .jeg_post_excerpt {
	display: none;
}

.jeg_slider_type_3 .jeg_post_title {
	font-size: 20px;
}

.jeg_slider_type_3.owl-carousel .owl-nav div {
	color: #fff;
	width: 30px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 0;
	opacity: 0;
}

.jeg_slider_type_3 .owl-nav div:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
}

.jeg_slider_type_3 .owl-nav .owl-next {
	right: 0;
}

.jeg_slider_type_3 .owl-nav .owl-prev {
	left: 0;
}

.jeg_slider_type_3 .owl-nav div:before {
	display: block;
	position: absolute;
	top: 50%;
	font: normal normal normal 30px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_slider_type_3 .owl-prev:before {
	content: "\f053";
}

.jeg_slider_type_3 .owl-next:before {
	content: "\f054";
}

.jeg_slider_type_3:hover .owl-prev, .jeg_slider_type_3:hover .owl-next {
	opacity: 1;
}

@media only screen and (min-width: 1025px) {
	.jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title,
	.jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title {
		font-size: 15px;
		margin-bottom: 2px;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title,
	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_post_title {
		font-size: 13px;
		margin-bottom: 0;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_slide_caption .jeg_post_category a,
	.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_slide_caption .jeg_post_category a,
	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption .jeg_post_category a {
		font-size: 10px;
		padding: 2px 5px;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_slide_caption,
	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption {
		padding: 30px 0 15px;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_caption_container,
	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_caption_container {
		padding: 0 15px;
	}
}

/*  3.4 - Slider 4
/* ------------------------------------------------------------------------- */
.jeg_slider_type_4_wrapper .thumbnail-container {
	padding-bottom: 47.369%;
}

.jeg_slider_type_4 .jeg_slide_item {
	width: 100%;
	height: 0;
	padding-bottom: 47.369%;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1200px) {
	.jeg_vc_content .vc_row[data-vc-stretch-content="true"] .jeg_slider_type_4 .jeg_slide_item {
		height: 540px;
		padding-bottom: 0;
	}

	.elementor-element.elementor-section-stretched .jeg_slider_type_4 .jeg_slide_item {
		height: 540px;
		padding-bottom: 0;
	}
}

.jeg_slider_type_4 .jeg_slide_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .45);
}

.jeg_slider_type_4 .jeg_caption_container {
	padding: 0;
	opacity: 0;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: .4s ease-in-out .2s;
	-o-transition: .4s ease-in-out .2s;
	transition: .4s ease-in-out .2s;
}

.jeg_slider_type_4 .active .jeg_caption_container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.jeg_slider_type_4 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0;
	bottom: inherit;
	margin: auto;
	width: 60%;
	max-width: 700px;
	text-align: center;
	background: none;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
	font-size: 44px;
	font-weight: 500;
	margin: 0 auto 15px;
	letter-spacing: -0.04em;
	position: relative;
}

.jeg_slider_type_4 .jeg_slide_caption:before, .jeg_slider_type_4 .jeg_slide_caption:after {
	content: '';
	width: 60%;
	display: block;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.7);
	margin: auto;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s ease-in-out .6s;
	-o-transition: .4s ease-in-out .6s;
	transition: .4s ease-in-out .6s;
}

.jeg_slider_type_4 .jeg_slide_caption:before {
	height: 50px;
	top: 0;
	border-bottom: 0
}

.jeg_slider_type_4 .jeg_slide_caption:after {
	height: 45px;
	bottom: 0;
	border-top: 0;
}

.jeg_slider_type_4 .active .jeg_slide_caption:before {
	top: -25px;
	opacity: 1;
}

.jeg_slider_type_4 .active .jeg_slide_caption:after {
	bottom: -25px;
	opacity: 1;
}

.jeg_slider_type_4 .jeg_slide_caption .jeg_post_excerpt {
	max-width: 80%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

/*  3.5 - Slider 5
/* ------------------------------------------------------------------------- */
.jeg_slider_type_5_wrapper .thumbnail-container {
	padding-bottom: 540px;
}

.jeg_slider_type_5 .jeg_slide_item {
	width: 100%;
	height: 540px;
	position: relative;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jeg_slider_type_5 .jeg_slide_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#b3000000', GradientType=0);
}

.jeg_slider_type_5 .jeg_caption_container {
	padding: 0;
	opacity: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
}

.jeg_slider_type_5 .active .jeg_caption_container {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.jeg_slider_type_5 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding: 0;
	width: 50%;
	background: none;
	z-index: 2;
}

.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	margin: 20px auto 15px;
	letter-spacing: -0.04em;
}

.jeg_slider_type_5 .jeg_slide_caption .jeg_post_category a {
	font-size: 11px;
	padding: 0;
	background: transparent;
}

.jeg_slider_type_5 .owl-nav div {
	font-size: 16px;
	color: #212121;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 44px;
	line-height: 44px;
	width: 44px;
	text-align: center;
	background: #fff;
	border: 0;
	box-shadow: 0 2px 25px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
}

.jeg_slider_type_5 .owl-nav div.disabled {
	opacity: 0;
}

.jeg_slider_type_5 .owl-next {
	right: 40px;
}

.jeg_slider_type_5 .owl-prev {
	left: 40px;
}

.jeg_slider_type_5:hover .owl-nav div {
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.jeg_slider_type_5.jeg_col_2o3 .jeg_slide_caption {
		width: 70%;
	}
}

@media only screen and (min-width: 1200px) {
	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_5.jeg_col_3o3 .jeg_slide_caption {
		max-width: 700px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_5.jeg_col_3o3 .jeg_post_title {
		font-size: 46px;
	}
}

/*  3.6 - Slider 6
/* ------------------------------------------------------------------------- */
.jeg_slider_type_6_wrapper .thumbnail-container {
	padding-bottom: 540px;
}

.jeg_slider_type_6 .jeg_slide_item {
	width: 100%;
	height: 540px;
	position: relative;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jeg_slider_type_6 .jeg_slide_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: .6;
}

.jeg_slider_type_6 .jeg_caption_container {
	padding: 0;
	opacity: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
}

.jeg_slider_type_6 .active .jeg_caption_container {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.jeg_slider_type_6 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	top: 50%;
	bottom: inherit;
	width: 80%;
	padding: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: none;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
	font-size: 56px;
	font-weight: bold;
	line-height: 1.1;
	margin: 30px auto 40px;
	letter-spacing: -0.04em;
	position: relative;
}

.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
	width: 40px;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
	border-top: 5px solid #fff;
}

.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
	max-width: 40%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt,
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
	margin-left: 90px;
}

.jeg_slider_type_6 .owl-nav {
	position: absolute;
	right: 40px;
	bottom: 40px;
	opacity: 0;
	-webkit-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	transition: .25s ease-in;
}

.jeg_slider_type_6 .owl-nav div {
	position: relative;
	font-size: 12px;
	background: #fff;
	color: #212121;
	width: auto;
	margin: auto;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 1;
}

.jeg_slider_type_6 .owl-nav .owl-prev {
	margin-right: 10px;
}

.jeg_slider_type_6:hover .owl-nav,
.jeg_slider_type_6 .owl-nav div:hover {
	opacity: 0.9;
}

.jeg_slider_type_6 .owl-nav .owl-prev:before,
.jeg_slider_type_6 .owl-nav .owl-next:before {
	width: 13px;
	font-size: 14px;
	top: -.04em;
	position: absolute;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.jeg_slider_type_6 .owl-nav .owl-prev {
	padding-left: 30px;
}

.jeg_slider_type_6 .owl-prev:before {
	left: 12px;
}

.jeg_slider_type_6 .owl-nav .owl-next {
	padding-right: 30px;
}

.jeg_slider_type_6 .owl-nav .owl-next:before {
	right: 12px;
}

@media only screen and (min-width: 768px) {
	.jeg_slider_type_6.jeg_col_2o3 .jeg_post_title {
		font-size: 40px;
		margin: 20px auto 30px;
	}

	.jeg_slider_type_6.jeg_col_2o3 .jeg_post_title:before {
		bottom: -42px;
	}

	.jeg_slider_type_6.jeg_col_2o3 .jeg_slide_caption .jeg_post_excerpt {
		max-width: 60%;
	}
}

@media only screen and (min-width: 1200px) {
	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_6.jeg_col_3o3 .jeg_slide_caption .jeg_post_excerpt {
		font-size: 16px;
		max-width: 420px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_6.jeg_col_3o3 .jeg_post_title {
		font-size: 80px;
	}
}


/*  3.7 - Slider 7
/* ------------------------------------------------------------------------- */
.jeg_slider_type_7_wrapper .thumbnail-container {
	padding-bottom: 540px;
}

.jeg_slider_type_7 {
	cursor: auto;
}

.jeg_slider_type_7 .jeg_slide_item {
	width: 100%;
	height: 540px;
	position: relative;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.jeg_slider_type_7.featured-left .jeg_slide_image,
.jeg_slider_type_7.featured-left .jeg_slide_caption {
	float: left;
}

.jeg_slider_type_7.featured-right .jeg_slide_image,
.jeg_slider_type_7.featured-right .jeg_slide_caption {
	float: right;
}

.jeg_slider_type_7 .jeg_slide_image {
	width: 65%;
	height: 100%;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jeg_slider_type_7 .jeg_slide_image a {
	width: 100%;
	height: 100%;
	display: block;
}

.jeg_slider_type_7 .jeg_slide_caption {
	width: 35%;
	padding: 40px;
	position: relative;
	height: 100%;
	background: #111;
}

.jeg_slider_type_7 .jeg_caption_container {
	padding: 0;
}

.jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
	font-size: 28px;
	margin: 20px auto;
}

.jeg_slider_type_7 .jeg_slide_caption .jeg_post_category a {
	background: transparent;
	padding: 0;
}

.jeg_slider_type_7 .jeg_slide_caption .jeg_post_excerpt {
	font-size: 1em;
	margin-bottom: 25px;
}

.jeg_slider_type_7 .jeg_readmore {
	border: 0;
	box-shadow: none;
	padding: 5px 5px 5px 0;
	margin-top: 0;
	position: relative;
	text-shadow: none;
}

.jeg_slider_type_7 .jeg_readmore:before {
	height: 2px;
	background: #FFF;
	content: '';
	width: 40px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 12px;
	transition: .2s ease-in-out;
}

.jeg_slider_type_7 .jeg_readmore:hover:before {
	width: 60px;
}

.jeg_slider_type_7 .jeg_readmore:hover {
	background: transparent;
}

.jeg_slider_type_7 .jeg_block_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
}

.jeg_slider_type_7 .jeg_block_nav a {
	background: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	flex: 1;
	margin: 0;
	border-bottom: 0;
}

.jeg_slider_type_7.featured-left .jeg_block_nav a,
.jeg_slider_type_7.featured-right .jeg_block_nav .prev {
	border-left: 0;
}

.jeg_slider_type_7.featured-right .jeg_block_nav a,
.jeg_slider_type_7.featured-left .jeg_block_nav .next {
	border-right: 0;
}

.jeg_slider_type_7 .jeg_block_nav .fa {
	font-size: 14px;
}

.jeg_slider_type_7 .prev .fa {
	margin-right: 10px
}

.jeg_slider_type_7 .next .fa {
	margin-left: 10px
}

.jeg_slider_type_7 .jeg_block_nav a:not(.disabled):hover {
	background: rgba(255, 255, 255, 0.1);
}

.jeg_slider_type_7 .jeg_block_nav:before,
.jeg_slider_type_7 .jeg_block_nav:after {
	display: none;
}

@media only screen and (min-width: 768px) {
	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_item {
		height: auto;
	}

	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_image,
	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption {
		float: none;
		width: 100%;
	}

	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_image {
		padding-bottom: 50%;
	}

	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption {
		padding: 30px 30px 80px;
	}

	.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption .jeg_post_excerpt {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_7.jeg_col_3o3 .jeg_slide_item {
		height: 600px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_7.jeg_col_3o3 .jeg_slide_image {
		width: 66.66667%;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_7.jeg_col_3o3 .jeg_slide_caption {
		width: 33.3333%;
		padding: 60px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_7.jeg_col_3o3 .jeg_post_title {
		font-size: 34px;
	}
}

@media only screen and (min-width: 1600px) {
	.vc_row[data-vc-stretch-content="true"] .jeg_slider_type_7.jeg_col_3o3 .jeg_post_title {
		font-size: 42px;
	}
}

/*  3.8 - Slider 8
/* ------------------------------------------------------------------------- */
.jeg_slider_type_8 .owl-stage {
	display: flex;
}

.jeg_slider_type_8 .jeg_slide_item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.jeg_slider_type_8 .jeg_item_caption {
	flex-grow: 1;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 20px;
	text-align: center;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.jeg_slider_type_8 .jeg_post_category {
	line-height: normal;
}

.jeg_slider_type_8 .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: inherit;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 6px;
	background: #f70d28;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_slider_type_8 .jeg_caption_container {
	opacity: 0;
	padding: 0;
	transition: .25s;
}

.jeg_slider_type_8 .active .jeg_caption_container {
	opacity: 1;
}

.jeg_slider_type_8 .jeg_item_caption .jeg_post_title a,
.jeg_slider_type_8 .jeg_item_caption .jeg_post_meta {
	color: #212121;
	text-shadow: none;
}

.jeg_slider_type_8 .jeg_item_caption .jeg_post_category a {
	color: #a0a0a0;
	background: transparent;
	padding: 0;
}

.jeg_slider_type_8 .jeg_item_caption .jeg_post_meta {
	color: #a0a0a0;
	font-size: 11px;
	text-shadow: none;
	text-transform: uppercase;
}

.jeg_slider_type_8 .jeg_post_title {
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto 15px;
}

.jeg_slider_type_8 .owl-nav div {
	font-size: 16px;
	color: #212121;
	position: absolute;
	top: 50%;
	margin: auto;
	height: 44px;
	line-height: 44px;
	width: 44px;
	text-align: center;
	background: #fff;
	border: 0;
	box-shadow: 0 2px 25px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
}

.jeg_slider_type_8 .owl-nav div.disabled {
	opacity: 0;
}

.jeg_slider_type_8 .owl-next {
	right: 26px;
}

.jeg_slider_type_8 .owl-prev {
	left: 26px;
}

.jeg_slider_type_8:hover .owl-nav div {
	opacity: 1;
}

@media only screen and (min-width: 1200px) {
	.jeg_col_2o3 .jeg_slider_type_8[data-items="4"] .jeg_post_title,
	.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
		margin: 15px auto 10px;
	}

	.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
		font-size: 13px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_col_3o3 .jeg_slider_type_8 .jeg_item_caption {
		padding: 30px 10%;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_col_3o3 .jeg_slider_type_8 .jeg_post_title {
		font-size: 22px;
	}

	.vc_row[data-vc-stretch-content="true"] .jeg_col_3o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
		font-size: 20px;
	}
}

/*  3.9 - Slider 9
/* ------------------------------------------------------------------------- */
.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
	padding-bottom: 190px;
}

.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
	font-size: 18px;
	margin: 10px auto 0
}

.jeg_slider_type_9 .jeg_post_meta {
	display: none
}

.jeg_slider_type_9 .epic-owl-dots {
	right: 15px
}

.jeg_slider_type_9 .epic-owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 0
}

@media only screen and (max-width: 320px) {
	.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
		padding-bottom: 145px;
	}

	.jeg_slider_type_9 .jeg_slide_item {
		height: 145px
	}

	.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
		font-size: 1em;
		margin-top: 5px
	}
}

.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
	padding-bottom: 540px;
}

.jeg_slider_type_9 .jeg_slide_item {
	width: 100%;
	height: 540px;
	position: relative;
	background-color: #212121;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.jeg_slider_type_9 .jeg_slide_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%)
}

.jeg_slider_type_9 .jeg_caption_container {
	padding: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s
}

.jeg_slider_type_9 .active .jeg_caption_container {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.jeg_slider_type_9 .jeg_slide_caption {
	color: #fff;
	position: absolute;
	left: 40px;
	bottom: 0;
	padding: 30px 0;
	width: 50%;
	background: 0 0;
	z-index: 2
}

.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	margin: 20px auto;
	letter-spacing: -.04em
}

.jeg_slider_type_9 .jeg_slide_caption .jeg_post_excerpt {
	max-width: 80%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

.jeg_slider_type_9 .epic-owl-dots {
	position: absolute;
	right: 20px;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.jeg_slider_type_9:hover .epic-owl-dots {
	opacity: 1
}

.jeg_slider_type_9 .epic-owl-dot {
	display: block;
	zoom: 1
}

.jeg_slider_type_9 .epic-owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 10px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: 0 0;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.jeg_slider_type_9 .epic-owl-dots .epic-owl-dot.active span,
.jeg_slider_type_9 .epic-owl-dots .epic-owl-dot:hover span {
	background: #fff
}

.jeg_slider_type_9 .jeg_slide_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative
}

.jeg_slider_type_9 .jeg_post_meta {
	margin-top: 20px
}

.jeg_slider_type_9_thumb .jeg_post.jeg_pl_sm:after {
	content: '';
	display: table;
	clear: both
}

.jeg_slider_type_9_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1200px;
	z-index: 2;
	margin: 0 auto;
	box-sizing: border-box;
	transform: translateX(-50%)
}

.jeg_slider_type_9_thumb.jeg_posts {
	max-width: 445px;
	padding: 25px 20px 20px;
	background: rgba(0, 0, 0, .5);
	height: 555px;
	overflow: scroll;
	display: block;
	position: absolute;
	top: 0;
	right: 0
}

.jeg_slider_type_9_thumb .jeg_post {
	border-bottom: 1px solid rgba(255, 255, 255, .075);
	margin-bottom: 20px !important;
	padding-bottom: 20px !important
}

.jeg_slider_type_9_thumb .jeg_post:hover {
	cursor: pointer
}

.entry-content .jeg_slider_type_9_thumb .jeg_post_title a {
	color: #fff !important;
	font-weight: 400
}

.jeg_slider_type_9_thumb .jeg_post_meta {
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px
}

.jeg_slider_type_9_thumb .jeg_post_meta .fa {
	color: #fff;
	padding-right: 2px
}

.jeg_slider_type_9_thumb .jeg_post:last-child {
	margin-bottom: 0 !important
}

.jeg_slider_type_9_thumb .thumbnail-container img {
	max-width: 100%;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.jeg_slider_type_9_thumb .thumbnail-container:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.jeg_slider_type_9_thumb .thumbnail-container:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	content: '';
	z-index: 9;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.jeg_slider_type_9_thumb .thumbnail-container:hover:after {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0)
}

.jeg_slider_type_9_thumb .jeg_post_title a {
	color: #fff
}

@media only screen and (max-width: 1024px) {
	.jeg_slider_type_9 .jeg_slide_wrapper {
		max-width: 100%
	}

	.jeg_slider_type_9_wrapper {
		width: 100%
	}
}

@media only screen and (max-width: 800px) {
	.jeg_slider_type_9_thumb {
		display: none !important
	}
}

@media only screen and (max-width: 1024px) {
	.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
		padding-bottom: 445px;
	}

	.jeg_slider_type_9 .jeg_slide_item {
		height: 445px
	}

	.jeg_slider_type_9 .jeg_slide_caption {
		width: 60%
	}

	.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
		font-size: 30px
	}
}

@media only screen and (max-width: 1023px) {
	.jeg_slider_type_9 .epic-owl-dots {
		opacity: 1
	}
}

@media only screen and (max-width: 768px) {
	.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
		padding-bottom: 364px;
	}

	.jeg_slider_type_9 .jeg_slide_item {
		height: 364px
	}

	.jeg_slider_type_9 .jeg_slide_caption {
		left: 30px
	}

	.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
		margin: 15px auto 5px
	}
}

@media only screen and (max-width: 767px) {
	.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
		padding-bottom: 320px;
	}

	.jeg_slider_type_9 .jeg_slide_item {
		height: 320px
	}
}

@media only screen and (max-width: 568px) {
	.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
		padding-bottom: 228px;
	}

	.jeg_slider_type_9 .jeg_slide_item {
		height: 228px
	}

	.jeg_slider_type_9 .jeg_slide_caption {
		left: 20px
	}

	.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
		font-size: 20px;
		line-height: 1.4
	}
}

/* ------------------------------------------------------------------------- *
 *  04 - MODULES
 * ------------------------------------------------------------------------- */
.jeg_empty_module {
	text-align: center;
	padding-bottom: 20px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding-top: 20px;
	background: #fafafa;
}

.module-overlay, .jeg_sidefeed_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 5;
}

.module-preloader, .sidefeed-preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}

/*  4.1 - Block Heading
/* ------------------------------------------------------------------------- */
.jeg_block_heading {
	position: relative;
	margin-bottom: 30px;
}

.jeg_block_title {
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	float: left;
}

.jeg_block_title a {
	color: inherit;
}

.jeg_block_title i,
.jeg_block_title span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0px 15px;
	white-space: nowrap;
}

.jeg_block_title i {
	margin-right: 8px;
	padding: 0;
}

.jeg_aligncenter {
	text-align: center;
}

.jeg_aligncenter .jeg_block_title {
	float: none;
}

/* block heading on widget area */
.widget.widget_jnews_module_element_header,
.jeg_footer .widget_jnews_module_element_header {
	margin-bottom: 0;
}

/* Block Heading 1 */
.jeg_block_heading_1 {
	border-bottom: 2px solid #eee;
}

.jeg_block_heading_1 .jeg_block_title span {
	background: #f70d28;
	color: #fff;
	border-radius: 2px 2px 0 0;
	margin-bottom: -2px;
}

.jeg_block_heading_1 .jeg_subcat {
	margin-bottom: -2px;
}

.jeg_block_heading_1 .jeg_subcat_list > li > a, .jeg_block_heading_1 .okayNav__menu-toggle {
	height: 34px;
	line-height: 34px;
}

/* Block Heading 2 */
.jeg_block_heading_2 {
	background: #eee;
	border-radius: 2px;
}

.jeg_block_heading_2 .jeg_block_title {
	font-size: 14px;
}

.jeg_block_heading_2 .jeg_block_title span {
	background: #F70D28;
	color: #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.jeg_block_heading_2 .jeg_subcat_list > li > a {
	font-size: 11px;
}

.jeg_block_heading_2 .jeg_subcat {
	background: transparent;
	padding-right: 10px;
}

.jeg_block_heading_2 .okayNav__menu-toggle {
	margin-right: -10px;
}

/* Block Heading 3 */
.jeg_block_heading_3 {
	background: #F70D28;
	border-radius: 2px;
}

.jeg_block_heading_3 .jeg_block_title span {
	color: #fff;
}

.jeg_block_heading_3 .okayNav__menu-toggle span {
	background: #fff;
}

/* Block Heading 4 */
.jeg_block_heading_4 .jeg_block_title span {
	background: #F70D28;
	color: #fff;
	border-radius: 2px;
}

/* Block Heading 5 */
.jeg_block_heading_5 {
	margin-bottom: 15px;
}

.jeg_block_heading_5 .jeg_block_title span {
	position: relative;
	padding-left: 0;
	background: #fff;
}

.jeg_block_heading_5.jeg_aligncenter .jeg_block_title span {
	padding: 0px 15px;
}

.jeg_block_heading_5:before {
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #eee;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.jeg_block_heading_5 .jeg_subcat {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}

.jeg_block_heading_5 .okayNav__nav--visible {
	padding-left: 7px;
}

/* Block Heading 6 */
.jeg_block_heading_6 {
	border-bottom: 2px solid #eee;
}

.jeg_block_heading_6:after {
	content: '';
	width: 30px;
	height: 2px;
	background: #f70d28;
	display: block;
	position: relative;
	bottom: -2px;
}

.jeg_block_heading_6 .jeg_block_title span {
	padding: 0;
}

.jeg_block_heading_6.jeg_aligncenter:after {
	margin: auto;
}

/* Block Heading 7 */
.jeg_block_heading_7 .jeg_block_title span {
	border-bottom: 2px solid #f70d28;
	padding: 0;
}

/* Block Heading 8 */
.jeg_block_heading_8 {
	margin-bottom: 15px;
}

.jeg_block_heading_8 .jeg_block_title {
	font-size: 18px;
}

.jeg_block_heading_8 .jeg_block_title span {
	padding: 0
}

.jeg_block_heading_8 .jeg_block_title span,
.jeg_block_heading_8 .jeg_block_title i,
.jeg_block_heading_8 .jeg_subcat_list > li > a {
	height: 30px !important;
	line-height: 30px !important;
}

.jeg_block_heading_8 .okayNav__menu-toggle {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
}

.jeg_header_style_8 .jeg_topright .socials_widget a {
	margin: 5px 10px 5px 0;
}

/* Block Heading 9 */
.jeg_block_heading_9 {
	border-top: 5px solid #eee;
	border-bottom: 2px solid #eee;
}

.jeg_block_heading_9 .jeg_block_title span {
	padding: 0;
}

.jeg_block_heading_9.jeg_aligncenter:after {
	margin: auto;
}

/* Second Title */
.jeg_block_heading_5 strong,
.jeg_block_heading_6 strong,
.jeg_block_heading_7 strong,
.jeg_block_heading_8 strong {
	color: #f70d28;
}

/* Dark Scheme */
.dark .jeg_block_title, .dark.jeg_block_title {
	color: #fff
}

.dark .jeg_block_heading_5 .jeg_block_title span:after,
.dark .jeg_block_heading_5 .jeg_block_title span:before,
.dark.jeg_block_heading_5 .jeg_block_title span:after,
.dark.jeg_block_heading_5 .jeg_block_title span:before {
	border-color: rgba(255, 255, 255, 0.2);
}

.dark .jeg_block_heading_1, .dark .jeg_block_heading_2,
.dark.jeg_block_heading_1, .dark.jeg_block_heading_2 {
	border-color: rgba(255, 255, 255, 0.2);
}

.dark .jeg_block_heading_1 .jeg_block_title span,
.dark .jeg_block_heading_2 .jeg_block_title span,
.dark .jeg_block_heading_3,
.dark.jeg_block_heading_1 .jeg_block_title span,
.dark.jeg_block_heading_2 .jeg_block_title span,
.dark.jeg_block_heading_3 {
	background: rgba(255, 255, 255, 0.2);
}

/* Sub Category List */
.jeg_subcat {
	display: block;
	float: left;
	margin-left: 1em;
}

.jeg_subcat .okayNav__menu-toggle {
	width: 30px;
}

.jeg_subcat_list, .jeg_subcat_list > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}

.jeg_subcat_list > li > a {
	color: #7b7b7b;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 7px;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.jeg_subcat_list li a:hover, .jeg_subcat_list li button:hover {
	color: #f70d28;
}

.jeg_subcat_list li a.current {
	color: #212121;
}

.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle.icon--active {
	-webkit-transform: translateY(-50%) rotate(90deg) !important;
	transform: translateY(-50%) rotate(90deg) !important;
}

/* Floated Right */
.jeg_subcat_right .jeg_subcat {
	float: right;
	margin-left: 0;
}

.jeg_subcat_right .jeg_cat_menu {
	left: inherit;
	right: 0;
}

/* Match Block Heading Style */
.jeg_block_heading_3 .jeg_subcat_list li a {
	color: #fff;
}

.jeg_block_heading_3 .jeg_subcat_list li a.current {
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.jeg_block_heading_3 .jeg_subcat_list li a:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.jeg_block_heading_3 .jeg_subcat {
	background: transparent;
	padding-right: 10px;
}

.jeg_block_heading_3 .okayNav__menu-toggle {
	margin-right: -10px;
}

/* Module Skeleton */
.jeg_pl_lg_1 {
	margin-bottom: 30px;
}

.jeg_pl_lg_1 .jeg_post_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 15px 0 5px;
}

.jeg_pl_lg_2, .jeg_pl_lg_3 {
	margin-bottom: 30px;
	overflow: hidden;
}

.jeg_pl_lg_2 .jeg_thumb, .jeg_pl_lg_3 .jeg_thumb {
	width: 360px;
}

.jeg_pl_lg_2 .jeg_thumb {
	float: left;
	margin-right: 30px;
}

.jeg_pl_lg_3 .jeg_thumb {
	float: right;
	margin-left: 30px;
}

.jeg_pl_lg_2 .jeg_thumb .jeg_post_category, .jeg_pl_lg_3 .jeg_thumb .jeg_post_category {
	top: 10px;
	bottom: auto;
}

.jeg_pl_lg_2 .jeg_postblock_content, .jeg_pl_lg_3 .jeg_postblock_content {
	overflow: hidden;
}

.jeg_pl_lg_2 .jeg_post_title, .jeg_pl_lg_3 .jeg_post_title {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px;
}

.jeg_pl_lg_2 .jeg_readmore, .jeg_pl_lg_3 .jeg_readmore {
	margin-bottom: 5px;
}

.jeg_pl_lg_4 {
	margin-bottom: 50px;
}

.jeg_pl_lg_4 .jeg_post_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0px 0 5px;
}

.jeg_pl_lg_4 .jeg_thumb .jeg_post_category {
	bottom: auto;
	top: 10px;
}

.jeg_pl_lg_4 .jeg_postblock_heading {
	margin-bottom: 20px;
}

.jeg_pl_lg_5 {
	margin-bottom: 30px;
}

.jeg_pl_lg_5 .jeg_post_title {
	font-weight: bold;
	margin-bottom: 10px;
}

.jeg_pl_lg_6 {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.jeg_pl_lg_6:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.jeg_pl_lg_6 .jeg_post_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}

.jeg_pl_lg_6 .jeg_thumb {
	width: 300px;
	float: right;
	margin-left: 30px;
}

.jeg_pl_lg_7 {
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #eee;
	overflow: visible;
}

.jeg_pl_lg_7 .jeg_postblock_content {
	padding: 20px 30px 30px;
	margin: 0px 15px;
	position: relative;
	text-align: center;
}

.jeg_pl_lg_7 .jeg_post_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 8px;
}

.jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	text-align: center;
	line-height: 20px;
}

.jeg_pl_lg_7 .jeg_thumb .jeg_post_category a {
	display: inline-block;
	color: #f70d28;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 12px;
	line-height: 20px;
}

/* Postblock Narrow */
.jeg_pl_lg_8:not(:last-of-type) {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.jeg_pl_lg_8 .jeg_post_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0 10px;
}

.jeg_pl_lg_8 .jeg_postblock_content {
	max-width: 600px
}

.jeg_pl_lg_8 .jeg_post_meta {
	margin: 15px 0 0;
}

.jeg_pl_lg_8 .jeg_thumb img {
	width: 100%;
}

.jeg_pl_lg_8 .jeg_share_button {
	margin: 15px 0 20px;
}

.jeg_pl_lg_8 .jeg_post_meta a {
	font-weight: normal;
}

.jeg_pl_lg_8 .jeg_post_meta > div {
	margin-right: 0 !important;
}

.jeg_pl_lg_8 .jeg_post_meta > div:not(:last-of-type):after {
	display: inline-block;
	content: "\2022";
	padding: 0 7px;
}

.jeg_pl_lg_8 .jeg_sharelist {
	float: right;
}

.jeg_postblock_18.jeg_col_2o3 .jeg_block_navigation,
.jeg_postblock_18.jeg_col_3o3 .jeg_block_navigation {
	margin-top: 20px;
}

/* Postblock Blog */
.jeg_pl_lg_9 {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.jeg_pl_lg_9 .jeg_postblock_heading {
	margin-bottom: 20px;
	text-align: center;
}

.jeg_pl_lg_9 .jeg_post_title {
	font-size: 34px;
	letter-spacing: -0.035em;
	margin: 0px 0 10px;
}

.jeg_pl_lg_9 .jeg_post_category {
	margin-bottom: 10px;
}

.jeg_pl_lg_9 .jeg_post_excerpt {
	margin-top: 20px;
}

.jeg_pl_lg_9 .jeg_readmore_wrap {
	text-align: center;
}

.jeg_meta_footer {
	display: table;
	width: 100%;
	font-size: 12px;
	margin-bottom: -40px;
	color: #a0a0a0;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.jeg_meta_footer .label {
	font-style: italic;
}

.jeg_meta_footer > div > .fa {
	margin-right: 2px
}

.jeg_meta_footer > div {
	display: table-cell;
	width: 33.3333333%;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #eee;
}

.jeg_meta_footer > div:last-of-type {
	border-right: 0;
}

.jeg_meta_footer .jeg_meta_author a, .jeg_meta_footer .jeg_meta_comment a {
	color: #212121;
	font-weight: bold;
}

.jeg_meta_footer .jeg_post_share a {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/* Modern Block */
.jeg_pl_lg_card {
	margin-bottom: 30px;
	overflow: visible;
}

.jeg_pl_lg_card .jeg_thumb {
	position: relative;
}

.jeg_pl_lg_card .jeg_thumb img {
	width: 100%;
}

.jeg_pl_lg_card .jeg_postblock_content {
	background: #fff;
	padding: 15px 30px 20px;
	margin: -60px 20px 0;
	position: relative;
	z-index: 3;
}

.jeg_pl_lg_card .jeg_post_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 8px;
}

.jeg_pl_lg_card .jeg_post_excerpt {
	margin: 5px 0 10px;
}

/* Modern Block Small */
.jeg_pl_md_card {
	margin-bottom: 30px;
	overflow: visible;
}

.jeg_pl_md_card .jeg_thumb {
	position: relative;
}

.jeg_pl_md_card .jeg_thumb img {
	width: 100%;
}

.jeg_pl_md_card .jeg_postblock_content {
	background: #fff;
	padding: 12px 20px 15px;
	margin: -50px 15px 0;
	position: relative;
	z-index: 3;
}

.jeg_pl_md_card .jeg_inner_post,
.jeg_pl_lg_card .jeg_inner_post {
	background: #fff;
}

.jeg_pl_md_card .jeg_post_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 auto 5px;
}

.jeg_pl_md_card .jeg_post_category, .jeg_pl_lg_card .jeg_post_category {
	line-height: normal;
	margin-top: -2px;
	margin-bottom: 8px;
}

.jeg_pl_md_card .jeg_post_category a, .jeg_pl_lg_card .jeg_post_category a {
	font-size: 11px;
	color: #a0a0a0;
	font-weight: normal;
	letter-spacing: normal;
}

.jeg_pl_md_card .jeg_post_category a:hover, .jeg_pl_lg_card .jeg_post_category a:hover {
	color: #212121;
}

/* Block Overlay */
.jeg_pl_lg_box, .jeg_pl_md_box {
	margin-bottom: 30px;
}

.jeg_pl_lg_box .box_wrap, .jeg_pl_md_box .box_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_pl_lg_box .jeg_thumb img, .jeg_pl_md_box .jeg_thumb img {
	width: 100%;
}

.jeg_pl_lg_box .jeg_postblock_content, .jeg_pl_md_box .jeg_postblock_content {
	padding: 20px 15px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_pl_lg_box .jeg_post_category, .jeg_pl_md_box .jeg_post_category {
	margin-bottom: 10px;
}

.jeg_pl_lg_box .jeg_post_category a, .jeg_pl_md_box .jeg_post_category a {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 6px;
	background: #f70d28;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_pl_lg_box .jeg_postblock_content {
	padding: 40px 20px 20px;
}

.jeg_pl_lg_box .jeg_post_title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 5px;
}

.jeg_pl_md_box .jeg_post_title {
	font-size: 17px;
	font-weight: 500;
	margin: 0 auto 5px;
}

.jeg_pl_md_box .jeg_thumb .jeg_post_category,
.jeg_pl_lg_box .jeg_thumb .jeg_post_category {
	top: 10px;
	bottom: auto;
}

.jeg_pl_lg_box a,
.jeg_pl_lg_box a:hover,
.jeg_pl_lg_box .jeg_post_title a,
.jeg_postblock .jeg_pl_lg_box .jeg_post_title a:hover,
.jeg_pl_lg_box .jeg_post_meta,
.jeg_pl_md_box a,
.jeg_pl_md_box a:hover,
.jeg_pl_md_box .jeg_post_title a,
.jeg_postblock .jeg_pl_md_box .jeg_post_title a:hover,
.jeg_pl_md_box .jeg_post_meta {
	color: #fff;
}

.jeg_pl_lg_box .jeg_post_meta a,
.jeg_pl_lg_box .jeg_post_meta .fa,
.jeg_pl_md_box .jeg_post_meta a,
.jeg_pl_md_box .jeg_post_meta .fa {
	color: inherit;
}

/* Postblock Medium */
.jeg_pl_md_1 {
	margin-bottom: 30px;
}

.jeg_pl_md_1 .jeg_post_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}

.jeg_pl_md_1 .jeg_thumb {
	margin-bottom: 15px;
}

.jeg_pl_md_2, .jeg_pl_md_3 {
	margin-bottom: 30px;
	overflow: hidden;
}

.jeg_pl_md_2 .jeg_thumb, .jeg_pl_md_3 .jeg_thumb {
	width: 260px;
}

.jeg_pl_md_2 .jeg_thumb {
	float: left;
	margin-right: 30px;
}

.jeg_pl_md_3 .jeg_thumb {
	float: right;
	margin-left: 30px;
}

.jeg_pl_md_2 .jeg_postblock_content, .jeg_pl_md_3 .jeg_postblock_content {
	overflow: hidden;
}

.jeg_pl_md_2 .jeg_post_title, .jeg_pl_md_3 .jeg_post_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 5px;
}

/* Postlist Blog Medium */
.jeg_pl_md_4 {
	margin-bottom: 40px;
}

.jeg_pl_md_4 .jeg_thumb {
	margin-bottom: 15px;
}

.jeg_pl_md_4 .jeg_post_title {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 5px;
}

.jeg_pl_md_5 {
	margin-bottom: 30px;
}

.jeg_pl_md_5 .jeg_post_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 5px;
}

.jeg_pl_md_5 .jeg_thumb {
	margin-bottom: 10px;
}

/* Postlist Small */
.jeg_pl_sm {
	margin-bottom: 25px;
	overflow: hidden;
}

.jeg_pl_sm .jeg_post_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 5px;
	letter-spacing: normal;
}

.jeg_pl_sm .jeg_thumb {
	width: 120px;
	float: left;
}

.jeg_pl_sm .jeg_postblock_content {
	margin-left: 120px;
	padding-left: 15px;
}

.jeg_footer .jeg_post_meta {
	color: inherit;
}

.jeg_footer_3 .jeg_pl_sm .jeg_thumb {
	width: 90px;
}

.jeg_footer_3 .jeg_pl_sm .jeg_postblock_content {
	margin-left: 90px;
}

.jeg_pl_sm_2 .jeg_post_title {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto 5px;
	letter-spacing: normal;
}

.jeg_pl_sm_2 {
	margin-bottom: 20px;
}

.jeg_pl_sm_2:after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 50px;
	border-bottom: 1px solid #eee;
}

.jeg_pl_sm_2 .jeg_post_category {
	margin-bottom: 5px;
}

.jeg_pl_sm_2 .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.jeg_pl_sm_3 {
	margin-bottom: 25px;
	overflow: hidden;
}

.jeg_pl_sm_3 .jeg_post_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 5px;
	letter-spacing: normal;
}

.jeg_pl_sm_3 .jeg_thumb {
	width: 120px;
	float: right;
}

.jeg_pl_sm_3 .jeg_postblock_content {
	margin-right: 120px;
	padding-right: 15px;
}

/* Postlist Extra Small */
.jeg_pl_xs {
	margin: 0 0 12px;
}

.jeg_pl_xs .jeg_postblock_content {
	position: relative;
	overflow: hidden;
	line-height: 1.4;
}

.jeg_pl_xs .jeg_post_title {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	display: inline;
	margin-right: 5px;
	letter-spacing: normal;
}

.jeg_pl_xs .jeg_post_meta {
	display: inline;
}

.jeg_pl_xs_2 {
	margin: 0 0 15px;
	position: relative;
	padding-left: 18px;
}

.jeg_pl_xs_2 .jeg_postblock_content {
	position: relative;
}

.jeg_pl_xs_2:before {
	color: #f70d28;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f0da";
	font-family: FontAwesome;
	text-rendering: auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_pl_xs_2 .jeg_post_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.429em;
	margin: 0 0 0.5em;
	letter-spacing: normal;
}

.jeg_pl_xs_3 {
	overflow: hidden;
	margin-bottom: 20px;
}

.jeg_pl_xs_3 .jeg_post_title {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 5px;
	letter-spacing: normal;
}

.jeg_pl_xs_3 .jeg_thumb {
	float: left;
	width: 75px;
}

.jeg_pl_xs_3 .jeg_postblock_content {
	margin-left: 75px;
	padding-left: 15px;
}

.jeg_pl_xs_4 {
	margin: 0 0 10px;
}

.jeg_pl_xs_4 .jeg_postblock_content {
	position: relative;
	padding: 0 0 0 14px;
}

.jeg_pl_xs_4 .jeg_postblock_content:before {
	color: #f70d28;
	font-size: 14px;
	position: absolute;
	left: 1px;
	top: 0;
	content: "\f0da";
	font-family: FontAwesome;
	text-rendering: auto;
	width: 100%;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_pl_xs_4 .jeg_post_title {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	margin-right: 5px;
	letter-spacing: normal;
}

.jeg_pl_xs_4 .jeg_post_meta {
	display: inline;
}

/* Post Format Icon */
.jeg_post.format-video .jeg_thumb:before,
.jeg_post.format-gallery .jeg_thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	opacity: 0.3;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	z-index: 1;
	pointer-events: none;
}

.jeg_post.format-video .jeg_thumb:after,
.jeg_post.format-gallery .jeg_thumb:after {
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 1;
	pointer-events: none;
}

.jeg_post.format-video .jeg_thumb:hover .jeg_thumb:before,
.jeg_post.format-gallery .jeg_thumb:hover .jeg_thumb:before {
	opacity: 0.1;
}

.jeg_post.format-video .jeg_thumb:after {
	content: "\f04b";
	border-radius: 100%;
	border: 2px solid #fff;
	font-size: 24px;
	line-height: 44px;
	height: 48px;
	width: 48px;
	letter-spacing: -4px;
	margin: -22px 0 0 -22px;
	-webkit-backface-visibility: hidden;
}

.jeg_post.format-gallery .jeg_thumb:after {
	content: "\f03e";
	font-size: 32px;
	margin: -10px 0 0 -16px;
}

.jeg_pl_sm.format-video .jeg_thumb:after,
.jeg_pl_sm.format-gallery .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-video .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-gallery .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-video .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-gallery .jeg_thumb:after {
	transform: scale(0.7);
}

/* Responsive */
@media only screen and (min-width: 768px) {
	.jeg_postblock_carousel_3 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_postblock_carousel_3 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(0.6);
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-video .jeg_thumb:after,
	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-gallery .jeg_thumb:after,
	.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-video .jeg_thumb:after,
	.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-gallery .jeg_thumb:after,
	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1:nth-child(n+1).format-video .jeg_thumb:after,
	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1:nth-child(n+1).format-gallery .jeg_thumb:after,
	.jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_post:nth-child(n+1).format-video .jeg_thumb:after,
	.jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_post:nth-child(n+1).format-gallery .jeg_thumb:after,
	.jeg_postblock_22.jeg_col_1o3 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_22.jeg_col_1o3 .jeg_post.format-gallery .jeg_thumb:after {
		transform: scale(0.7);
	}

	.jeg_postblock_10.jeg_col_2o3 .jeg_pl_lg_4.format-video .jeg_thumb:after,
	.jeg_postblock_10.jeg_col_3o3 .jeg_pl_lg_4.format-video .jeg_thumb:after,
	.jeg_postblock_10.jeg_col_2o3 .jeg_pl_lg_4.format-gallery .jeg_thumb:after,
	.jeg_postblock_10.jeg_col_3o3 .jeg_pl_lg_4.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_col_3o3 .jeg_pl_lg_card.format-video .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_box.format-video .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_5.format-video .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_5.format-gallery .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_9.format-video .jeg_thumb:after,
	.jeg_col_3o3 .jeg_pl_lg_9.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}
}

@media only screen and (max-width: 768px) {
	.jeg_post.format-video .jeg_thumb:after {
		font-size: 16px;
		line-height: 30px;
		height: 34px;
		width: 34px;
		margin: -17px 0 0 -17px;
		-webkit-backface-visibility: hidden;
	}

	.jeg_post.format-gallery .jeg_thumb:after {
		font-size: 24px;
		margin: -12.5px 0 0 -14px;
	}

	.jeg_postblock_13 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_13 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_pl_lg_box.format-video .jeg_thumb:after,
	.jeg_pl_lg_box.format-gallery .jeg_thumb:after,
	.jeg_pl_lg_5.format-video .jeg_thumb:after,
	.jeg_pl_lg_5.format-gallery .jeg_thumb:after,
	.jeg_pl_lg_9.format-video .jeg_thumb:after,
	.jeg_pl_lg_9.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_pl_lg_card.format-video .jeg_thumb:after,
	.jeg_pl_lg_card.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
		margin-top: -37px;
	}
}

@media only screen and (max-width: 667px) {
	.jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}
}

@media only screen and (max-width: 568px) {
	.jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}
}

@media only screen and (max-width: 480px) {
	.jeg_postblock_5 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_6 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_5 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_postblock_6 .jeg_post.format-gallery .jeg_thumb:after {
		transform: scale(0.8);
	}

	.jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-video .jeg_thumb:after,
	.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-gallery .jeg_thumb:after,
	.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-video .jeg_thumb:after,
	.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-gallery .jeg_thumb:after,
	.jeg_pl_lg_box.format-video .jeg_thumb:after, .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
	.jeg_pl_lg_5.format-video .jeg_thumb:after, .jeg_pl_lg_5.format-gallery .jeg_thumb:after {
		transform: none;
	}
}

@media only screen and (max-width: 320px) {
	.jeg_pl_lg_card.format-video .jeg_thumb:after,
	.jeg_pl_lg_card.format-gallery .jeg_thumb:after,
	.jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after,
	.jeg_pl_lg_9.format-video .jeg_thumb:after,
	.jeg_pl_lg_9.format-gallery .jeg_thumb:after,
	.jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after,
	.jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after {
		transform: none;
	}

	.jeg_col_1o3 .jeg_pl_lg_card.format-video .jeg_thumb:after,
	.jeg_col_1o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after {
		margin-top: -27px;
	}
}

/*  4.2 - Block Elements
/* ------------------------------------------------------------------------- */
.jeg_slider_wrapper, .jeg_video_playlist {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.jeg_postblock {
	margin-bottom: 20px;
	position: relative;
}

.jeg_postblock.loaded,
.jeg_postblock.menu-active {
	z-index: 2;
}

.jeg_post_title {
	letter-spacing: -0.02em;
}

.jeg_post_title a {
	color: #212121;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.jeg_postblock .jeg_post_title a:hover,
.jeg_sidefeed .jeg_pl_xs_3 .jeg_post_title a:hover,
.widget_jnews_popular .jeg_post_title a:hover {
	color: #f70d28;
}

.jeg_post_excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 1em;
}

.jeg_post_excerpt p {
	margin-bottom: 1em;
}

.jeg_post_excerpt p:last-of-type {
	margin-bottom: 0;
}

.jeg_post_meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #a0a0a0;
}

.jeg_post_category {
	margin-bottom: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_post_category a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 10px;
}

.jeg_post_category a:last-child {
	margin-right: 0;
}

.jeg_pl_lg_1 .jeg_review_stars, .jeg_pl_lg_4 .jeg_review_stars,
.jeg_pl_lg_6 .jeg_review_stars, .jeg_pl_lg_card .jeg_review_stars,
.jeg_pl_lg_box .jeg_review_stars {
	font-size: 16px;
}

.jeg_post_meta .jeg_post_category {
	text-transform: uppercase;
}

.jeg_post_meta a {
	color: inherit;
	font-weight: bold;
}

.jeg_meta_date a,
.jeg_modified_date a,
.jeg_meta_views a {
	font-weight: normal;
}

.jeg_meta_author a {
	color: #f70d28;
}

.jeg_post_meta .fa {
	color: #2e9fff;
}

.jeg_post_meta > div {
	display: inline-block;
}

.jeg_post_meta > div:not(:last-of-type) {
	margin-right: 1em;
}

.jeg_post_meta > div > .fa {
	margin-right: 2px;
}

.jeg_readmore {
	color: #53585c;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 11px;
	margin-top: 15px;
	padding: 6px 18px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.jeg_readmore:hover {
	color: #fff;
	background: #f70d28;
	border-color: #f70d28;
}

.jeg_thumb {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.thumbnail-container {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	z-index: 0;
	background: #f7f7f7;
	background-position: 50%;
	background-size: cover;
}

.thumbnail-container.no_thumbnail:after {
	font-family: "FontAwesome", serif;
	content: "\f03e";
	display: block;
	position: absolute;
	text-align: left;
	left: 50%;
	top: 50%;
	background: none;
	color: #BFBFBF;
	font-size: 18px;
	margin-top: -9px;
	margin-left: -10px;
	line-height: 1;
}

.thumbnail-container > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	color: #a0a0a0;
	z-index: -1;
}

.jeg_postblock_35 .thumbnail-container > img {
	min-height: initial;
}

.thumbnail-background > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.size-500 {
	padding-bottom: 50%;
}

.size-715 {
	padding-bottom: 71.5%;
}

.size-1000 {
	padding-bottom: 100%;
}

.size-1400 {
	padding-bottom: 140%;
}

.size-1500 {
	padding-bottom: 150%;
}

.thumbnail-container.animate-lazy > img {
	opacity: 0;
}

.thumbnail-container:after {
	content: "";
	opacity: 1;
	background: #f7f7f7 url('../img/preloader.gif');
	background-position: center;
	background-size: cover;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}

.thumbnail-background > div.lazyloaded,
.lazyloaded {
	opacity: 1 !important;
	transition: opacity 0.4s ease;
}

@-webkit-keyframes jeg-lazyload {
	from {
		background-position: -400px 0
	}
	to {
		background-position: 800px 0
	}
}

@keyframes jeg-lazyload {
	from {
		background-position: -400px 0
	}
	to {
		background-position: 800px 0
	}
}

.jeg_thumb .jeg_post_category {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 10px;
	margin: 0;
	line-height: 1;
}

.jeg_thumb .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	margin-right: 5px;
	padding: 3px 6px;
	background: #f70d28;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_post_category span {
	display: inline-block;
	line-height: 1;
}

/* Module Navigation */
.jeg_block_navigation {
	position: relative;
}

.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_pagination_scrollload .jeg_block_navigation {
	margin: 20px 0;
}

.navigation_overlay {
	position: relative;
	height: 48px;
	display: none;
}

.jeg_block_nav {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.jeg_block_nav:before,
.jeg_block_nav:after {
	content: '';
	width: 50%;
	height: 1px;
	position: absolute;
	border-bottom: 1px solid #eee;
	left: -40px;
	top: 50%;
}

.jeg_block_nav:after {
	right: -40px;
	left: auto;
}

.jeg_block_nav a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 26px;
	width: 30px;
	border: 1px solid #e0e0e0;
	text-align: center;
	color: #212121;
	background: #fff;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.jeg_block_nav .prev {
	margin-right: 2px
}

.jeg_block_nav a:not(.disabled):hover {
	background: #f5f5f5;
}

.jeg_block_nav a.disabled {
	color: #a0a0a0;
	border-color: #eee;
}

.jeg_block_nav.inactive {
	display: none;
}

/* nav with text */
.jeg_block_nav.showtext {
	text-align: left;
}

.jeg_block_nav.showtext:before,
.jeg_block_nav.showtext:after {
	display: none;
}

.jeg_block_nav.showtext a {
	width: auto;
	min-width: 60px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 11px;
	padding: 6px 10px;
	line-height: 1;
}

.jeg_block_nav.showtext i {
	position: relative;
	font-size: 13px;
}

.jeg_block_nav.showtext .prev i {
	left: -2px
}

.jeg_block_nav.showtext .next i {
	right: -2px
}

/* Module Navigation: Loadmore */
.jeg_block_loadmore {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.jeg_block_loadmore a {
	min-width: 30%;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 0 18px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	text-align: center;
	color: #212121;
	background: #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}

.jeg_block_loadmore a:before, .jeg_block_loadmore a:after {
	content: '';
	height: 1px;
	background: #eee;
	width: 1000px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	cursor: none;
	pointer-events: none;
}

.jeg_block_loadmore a:before {
	right: 100%;
	margin-right: 20px;
}

.jeg_block_loadmore a:after {
	left: 100%;
	margin-left: 20px;
}

.jeg_block_loadmore a:hover,
.jeg_block_loadmore a.active {
	color: #fff;
	background: #f70d28;
	border-color: #f70d28;
}

.jeg_block_loadmore a.disabled {
	display: none;
}

/* Module Load Animation */
.jeg_postblock.loaded {
	overflow: hidden;
	height: auto;
}

.jeg_postblock.loaded .jeg_block_container {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.jeg_postblock.loaded.subclass .jeg_block_container {
	-webkit-animation-name: jeg_fadeinup;
	animation-name: jeg_fadeinup;
}

.jeg_postblock.loaded.next .jeg_block_container {
	-webkit-animation-name: jeg_fadeinright;
	animation-name: jeg_fadeinright;
}

.jeg_postblock.loaded.prev .jeg_block_container {
	-webkit-animation-name: jeg_fadeinleft;
	animation-name: jeg_fadeinleft;
}

.jeg_postblock.loaded.more .jeg_ajax_loaded {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: jeg_fadeinup;
	animation-name: jeg_fadeinup;
}

.jeg_postblock.loaded.scroll .jeg_ajax_loaded {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: jeg_fadeinup;
	animation-name: jeg_fadeinup;
}

.jeg_postblock.loaded.more .anim_1, .jeg_postblock.loaded.scroll .anim_1 {
	-webkit-animation-delay: .05s
}

.jeg_postblock.loaded.more .anim_2, .jeg_postblock.loaded.scroll .anim_2 {
	-webkit-animation-delay: .15s
}

.jeg_postblock.loaded.more .anim_3, .jeg_postblock.loaded.scroll .anim_3 {
	-webkit-animation-delay: .25s
}

.jeg_postblock.loaded.more .anim_4, .jeg_postblock.loaded.scroll .anim_4 {
	-webkit-animation-delay: .35s
}

.jeg_postblock.loaded.more .anim_5, .jeg_postblock.loaded.scroll .anim_5 {
	-webkit-animation-delay: .45s
}

.jeg_postblock.loaded.more .anim_6, .jeg_postblock.loaded.scroll .anim_6 {
	-webkit-animation-delay: .55s
}

.jeg_postblock.loaded.more .anim_7, .jeg_postblock.loaded.scroll .anim_7 {
	-webkit-animation-delay: .65s
}

.jeg_postblock.loaded.more .anim_8, .jeg_postblock.loaded.scroll .anim_8 {
	-webkit-animation-delay: .75s
}

.jeg_postblock.loaded.more .anim_9, .jeg_postblock.loaded.scroll .anim_9 {
	-webkit-animation-delay: .85s
}

.jeg_postblock.loaded.more .anim_10, .jeg_postblock.loaded.scroll .anim_10 {
	-webkit-animation-delay: .95s
}

.jeg_postblock.loaded.more .anim_11, .jeg_postblock.loaded.scroll .anim_11 {
	-webkit-animation-delay: 10.05s
}

.jeg_postblock.loaded.more .anim_12, .jeg_postblock.loaded.scroll .anim_12 {
	-webkit-animation-delay: 10.15s
}

.jeg_postblock.loaded.more .anim_13, .jeg_postblock.loaded.scroll .anim_13 {
	-webkit-animation-delay: 10.25s
}

.jeg_postblock.loaded.more .anim_14, .jeg_postblock.loaded.scroll .anim_14 {
	-webkit-animation-delay: 10.35s
}

.jeg_postblock.loaded.more .anim_15, .jeg_postblock.loaded.scroll .anim_15 {
	-webkit-animation-delay: 10.45s
}

.jeg_postblock.loaded.more .anim_16, .jeg_postblock.loaded.scroll .anim_16 {
	-webkit-animation-delay: 10.55s
}

.jeg_postblock.loaded.more .anim_17, .jeg_postblock.loaded.scroll .anim_17 {
	-webkit-animation-delay: 10.65s
}

.jeg_postblock.loaded.more .anim_18, .jeg_postblock.loaded.scroll .anim_18 {
	-webkit-animation-delay: 10.75s
}

.jeg_postblock.loaded.more .anim_19, .jeg_postblock.loaded.scroll .anim_19 {
	-webkit-animation-delay: 10.85s
}

.jeg_postblock.loaded.more .anim_20, .jeg_postblock.loaded.scroll .anim_20 {
	-webkit-animation-delay: 1.95s
}

.jeg_postblock.loaded.more .anim_21, .jeg_postblock.loaded.scroll .anim_21 {
	-webkit-animation-delay: 20.05s
}

.jeg_postblock.loaded.more .anim_22, .jeg_postblock.loaded.scroll .anim_22 {
	-webkit-animation-delay: 20.15s
}

.jeg_postblock.loaded.more .anim_23, .jeg_postblock.loaded.scroll .anim_23 {
	-webkit-animation-delay: 20.25s
}

.jeg_postblock.loaded.more .anim_24, .jeg_postblock.loaded.scroll .anim_24 {
	-webkit-animation-delay: 20.35s
}

.jeg_postblock.loaded.more .anim_25, .jeg_postblock.loaded.scroll .anim_25 {
	-webkit-animation-delay: 20.45s
}

.jeg_postblock.loaded.more .anim_26, .jeg_postblock.loaded.scroll .anim_26 {
	-webkit-animation-delay: 20.55s
}

.jeg_postblock.loaded.more .anim_27, .jeg_postblock.loaded.scroll .anim_27 {
	-webkit-animation-delay: 20.65s
}

.jeg_postblock.loaded.more .anim_28, .jeg_postblock.loaded.scroll .anim_28 {
	-webkit-animation-delay: 20.75s
}

.jeg_postblock.loaded.more .anim_29, .jeg_postblock.loaded.scroll .anim_29 {
	-webkit-animation-delay: 20.85s
}

.jeg_postblock.loaded.more .anim_30, .jeg_postblock.loaded.scroll .anim_30 {
	-webkit-animation-delay: 2.95s
}

.jeg_postblock_3 .jeg_block_loadmore, .jeg_postblock_3 .jeg_block_nav,
.jeg_postblock_4 .jeg_block_loadmore, .jeg_postblock_4 .jeg_block_nav,
.jeg_postblock_5 .jeg_block_loadmore, .jeg_postblock_5 .jeg_block_nav,
.jeg_postblock_6 .jeg_block_loadmore, .jeg_postblock_6 .jeg_block_nav {
	margin-bottom: 20px;
}

.jeg_postblock_11.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_postblock_11.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_postblock_11.jeg_pagination_scrollload .jeg_block_navigation {
	margin-top: -5px;
	margin-bottom: 20px;
}

.jeg_postblock_12.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_postblock_12.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_postblock_12.jeg_pagination_scrollload .jeg_block_navigation {
	margin-top: -10px;
	margin-bottom: 30px;
}

.jeg_postblock_15 .jeg_block_loadmore, .jeg_postblock_15 .jeg_block_nav {
	margin-bottom: 10px;
}

/* globalize white space */
.jeg_postblock_3, .jeg_postblock_4,
.jeg_postblock_5, .jeg_postblock_6,
.jeg_postblock_14,
.jeg_postblock_15 {
	margin-bottom: 10px;
}

.jeg_postblock_19 {
	margin-bottom: 15px;
}

/* Postblock 2 */
.jeg_postblock_2 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_2 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: normal;
	margin-right: -30px;
}

.jeg_postblock_2 .jeg_pl_sm {
	float: left;
	width: 50%;
	padding-right: 30px;
}

/* Postblock 8 */
.jeg_postblock_8 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_8 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_8 .jeg_post {
	float: left;
	width: 33.333333333%;
	padding-right: 30px;
}

.jeg_postblock_8 .jeg_post_title {
	font-size: 14px;
	line-height: 1.4;
}

/* Postblock 9 */
.jeg_postblock_9 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_9 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_9 .jeg_post {
	float: left;
	width: 50%;
	padding-right: 30px;
}

/* Postblock 11 */
.jeg_postblock_11 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_11 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	margin-right: -30px;
}

.jeg_postblock_11 .jeg_post {
	float: left;
	width: 50%;
	padding-right: 30px;
	display: flex;
}

.jeg_postblock_11 .jeg_post .jeg_inner_post {
	width: 100%;
}

.jeg_postblock_11 .jeg_postblock_content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.jeg_postblock_11 .jeg_post_title {
	flex: 1 0 auto;
	margin: 0 0 5px;
}

/* Postblock 12 */
.jeg_postblock_12 {
	margin-bottom: 0;
}

.jeg_postblock_11.jeg_pb_boxed_shadow,
.jeg_postblock_12.jeg_pb_boxed_shadow {
	box-shadow: none;
}

.jeg_postblock_11.jeg_pb_boxed_shadow .jeg_inner_post,
.jeg_postblock_12.jeg_pb_boxed_shadow .jeg_inner_post {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

/* Postblock 14 */
.jeg_postblock_14 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_14 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_14 .jeg_posts .jeg_post {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.jeg_postblock_14 .jeg_block_nav {
	margin-bottom: 30px;
}

/* Postblock 15 */
.jeg_postblock_15 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_15 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_15 .jeg_post {
	float: left;
	width: 50%;
	padding-right: 30px;
}

/* Postblock 16 */
.jeg_postblock_16 {
	margin-bottom: 30px;
}

.jeg_postblock_16 .jeg_postbig .jeg_post {
	margin-bottom: 20px;
}

.jeg_postblock_16 .jeg_posts {
	padding-top: 15px;
	border-top: 1px solid #eee;
	-webkit-columns: 2 340px;
	-moz-columns: 2 340px;
	columns: 2 340px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.jeg_postblock_16 .jeg_pl_xs_2 {
	page-break-inside: avoid;
	margin-bottom: 5px;
}

/* Postblock 20 */
.jeg_postblock_20 .jeg_pl_sm {
	margin-bottom: 15px;
}

/* Postblock 22 */
.jeg_postblock_22 {
	margin-bottom: 15px;
}

.jeg_postblock_22 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_22 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_22 .jeg_post {
	float: left;
	width: 33.333333333%;
	padding-right: 30px;
	margin-bottom: 25px;
}

.jeg_postblock_22.jeg_col_1o3 .jeg_posts {
	margin-right: -20px;
}

.jeg_postblock_22.jeg_col_1o3 .jeg_post {
	width: 50%;
	padding-right: 20px;
	margin-bottom: 20px;
}

/* Postblock 23 */
.jeg_postblock_23 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_23 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -40px;
}

.jeg_postblock_23 .jeg_post {
	float: left;
	width: 50%;
	padding-right: 40px;
}

.jeg_postblock_23 .jeg_post_excerpt {
	margin: 10px 0;
}

/* Postblock 24 */
.jeg_postblock_24 {
	margin-bottom: 40px;
}

.jeg_postblock_24 .jeg_pl_md_box {
	margin-bottom: 20px;
}

.jeg_postblock_24 .jeg_pl_xs_4 {
	margin-bottom: 8px;
}

.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content {
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.jeg_postblock_24.jeg_col_1o3.jeg_pagination_nextprev .jeg_pl_xs_4:last-child .jeg_postblock_content,
.jeg_postblock_24.jeg_col_1o3.jeg_pagination_loadmore .jeg_pl_xs_4:last-child .jeg_postblock_content {
	border-bottom: 0;
}

/* Postblock 25 */
.jeg_postblock_25 .jeg_post {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.jeg_postblock_25 .jeg_post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.jeg_postblock_25 .jeg_postblock_heading {
	margin-bottom: 15px;
}

.jeg_postblock_25 .jeg_post_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}

.jeg_postblock_25 .jeg_thumb {
	width: 280px;
	float: left;
	margin-right: 30px;
}

.jeg_postblock_25 .jeg_post_excerpt {
	margin-top: 0;
}

/* Postblock Blog 1 */
.jeg_postblock_26 {
	margin-bottom: 0;
}

/* Postblock Blog 2 */
.jeg_postblock_27 .jeg_posts_wrap {
	position: relative;
	overflow: hidden;
}

.jeg_postblock_27 .jeg_post_excerpt {
	margin: 10px 0;
}

@media only screen and (min-width: 567px) {
	.jeg_postblock_27 .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
		margin-right: -25px;
	}

	.jeg_postblock_27 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 25px;
	}
}

@media only screen and (min-width: 768px) {
	.jeg_postblock_27 .jeg_posts {
		margin-right: -40px;
	}

	.jeg_postblock_27 .jeg_post {
		padding-right: 40px;
	}

	.jeg_postblock_27.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}
}

/* post block blog */
.jeg_postblock_28 .jeg_meta_date {
	display: inline;
	margin-left: 5px;
}

.jeg_postblock_28 .show_border article,
.jeg_postblock_29 .show_border article {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.jeg_postblock_28 .show_border article:last-child,
.jeg_postblock_29 .show_border article:last-child {
	border-bottom: 0;
}

/* Postblock Masonry */
.jeg_postblock_32 .jeg_block_container,
.jeg_postblock_33 .jeg_block_container {
	overflow: visible;
}

.jeg_postblock_32 .jeg_post,
.jeg_postblock_33 .jeg_post,
.jeg_postblock_34 .jeg_post,
.jeg_postblock_37 .jeg_post {
	width: 100%;
	margin-bottom: 20px;
}

.jeg_postblock_32 .jeg_post .box_wrap,
.jeg_postblock_33 .jeg_post .box_wrap,
.jeg_postblock_35 .jeg_pl_md_5 .box_wrap,
.jeg_postblock_36 .jeg_pl_md_5 .box_wrap,
.jeg_postblock_37 .jeg_post .box_wrap {
	background: #fff;
	border: 1px solid #eee;
}

.jeg_postblock_32.alt .jeg_post .box_wrap,
.jeg_postblock_33.alt .jeg_post .box_wrap,
.jeg_postblock_35.alt .jeg_pl_md_5 .box_wrap,
.jeg_postblock_36.alt .jeg_pl_md_5 .box_wrap,
.jeg_postblock_37.alt .jeg_post .box_wrap {
	background: #000;
	border: 0;
}

.jeg_postblock_32 .box_shadow .box_wrap,
.jeg_postblock_33 .box_shadow .box_wrap,
.jeg_postblock_35 .jeg_pl_md_5.box_shadow .box_wrap,
.jeg_postblock_36 .jeg_pl_md_5.box_shadow .box_wrap,
.jeg_postblock_37 .box_shadow .box_wrap {
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.jeg_postblock_32 .jeg_postblock_heading {
	padding: 15px 20px;
	position: relative;
}

.jeg_postblock_32 .jeg_post_title {
	font-size: 18px;
	margin: 5px 0 0;
}

.jeg_postblock_32 .jeg_postblock_content {
	padding: 15px 20px 25px;
}

.jeg_postblock_32 .jeg_post_excerpt {
	margin-top: 0;
}

.jeg_postblock_32 .jeg_post_meta {
	padding: 5px 20px;
	background: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.jeg_postblock_32.alt .jeg_post_meta {
	color: rgba(255, 255, 255, .7);
	background: #111;
	border-color: rgba(255, 255, 255, 0.1);
}

.jeg_postblock_32 .jeg_meta_author a {
	color: inherit;
}

.jeg_postblock_32 .jeg_post_meta > div:not(:last-of-type) {
	margin-right: 15px;
}

.jeg_postblock_32 .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_32 .jeg_post_meta .jeg_post_review {
	float: right;
	margin-right: 0 !important;
}

.jeg_postblock_32 .thumbnail-container > img,
.jeg_postblock_33 .thumbnail-container > img,
.jeg_postblock_34 .thumbnail-container > img,
.jeg_postblock_35 .thumbnail-container > img {
	position: relative;
}

.jeg_postblock_32 .thumbnail-container,
.jeg_postblock_33 .thumbnail-container,
.jeg_postblock_34 .thumbnail-container,
.jeg_postblock_35 .thumbnail-container {
	height: auto;
	padding-bottom: initial;
}

.jeg_postblock_32 .jeg_readmore,
.jeg_postblock_33 .jeg_readmore,
.jeg_postblock_35 .jeg_readmore {
	background: #53585c;
	color: #fff;
	box-shadow: none;
	border: 0;
}

.jeg_postblock_32 .jeg_readmore:hover,
.jeg_postblock_33 .jeg_readmore:hover,
.jeg_postblock_35 .jeg_readmore:hover {
	background: #212121;
}

.jeg_postblock_33 .jeg_postblock_content {
	padding: 20px;
}

.jeg_postblock_33 .jeg_thumb .jeg_post_category {
	top: 20px;
	left: 20px;
}

.jeg_postblock_33 .jeg_post_title,
.jeg_postblock_35 .jeg_post_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

/* Postblock 34 */
.jeg_postblock_34 .jeg_pl_md_box .jeg_postblock_content,
.jeg_postblock_35 .jeg_pl_md_box .jeg_postblock_content {
	padding: 20px;
}

.jeg_postblock_34 .jeg_post .jeg_thumb:before,
.jeg_postblock_35 .jeg_pl_md_box .jeg_thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: .25s ease-out;
	opacity: .18;
	pointer-events: none;
}

.jeg_postblock_34 .jeg_post:hover .jeg_thumb:before,
.jeg_postblock_35 .jeg_pl_md_box:hover .jeg_thumb:before {
	opacity: .35;
}

/* Postblock 35 & 36 */
.jeg_postblock_35 .jeg_pl_md_box .jeg_post_title,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_title {
	font-size: 20px;
	margin-bottom: 10px;
}

.jeg_postblock_35 .jeg_pl_md_5 .jeg_postblock_content {
	padding: 20px 20px 30px;
}

.jeg_postblock_35 .jeg_pl_md_5 .jeg_post_meta {
	padding: 5px 20px;
	background: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.jeg_postblock_35.alt .jeg_pl_md_5 .jeg_post_meta {
	color: rgba(255, 255, 255, .7);
	background: #111;
	border-color: rgba(255, 255, 255, 0.1);
}

.jeg_postblock_35 .jeg_pl_md_5 .jeg_meta_author a {
	color: inherit;
}

.jeg_postblock_35 .jeg_pl_md_5 .jeg_thumb,
.jeg_postblock_36 .jeg_pl_md_5 .jeg_thumb {
	margin-bottom: 0px;
}

.jeg_postblock_35 .jeg_thumb .jeg_post_category,
.jeg_postblock_36 .jeg_thumb .jeg_post_category {
	top: 20px;
	left: 20px;
}

.jeg_postblock_35 .jeg_pl_md_box .jeg_postblock_content {
	background: transparent;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.jeg_postblock_35 .jeg_pl_md_box .jeg_thumb:before {
	opacity: .35;
}

/* post format icon */
.jeg_postblock_35 .jeg_pl_md_box.format-video .jeg_thumb:after,
.jeg_postblock_35 .jeg_pl_md_box.format-gallery .jeg_thumb:after,
.jeg_postblock_36 .jeg_pl_md_box.format-video .jeg_thumb:after,
.jeg_postblock_36 .jeg_pl_md_box.format-gallery .jeg_thumb:after {
	display: none;
}

.jeg_postblock_35 .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_postformat_icon:after {
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	z-index: 1;
}

.jeg_postblock_35 .jeg_post.format-video .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_post.format-video .jeg_postformat_icon:after {
	content: "\f04b";
	border-radius: 100%;
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	letter-spacing: -4px;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 0 0 2px #fff;
}

.jeg_postblock_35 .jeg_post.format-gallery .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_post.format-gallery .jeg_postformat_icon:after {
	content: "\f03e";
	font-size: 24px;
	top: 20px;
	right: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.jeg_postblock_35 .jeg_pl_md_box .jeg_post_excerpt,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_excerpt {
	color: #fff;
}

.jeg_postblock_35 .jeg_pl_md_box .jeg_post_meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 20px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.jeg_postblock_35 .jeg_post_meta > div:not(:last-of-type) {
	margin-right: 15px;
}

.jeg_postblock_35 .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_35 .jeg_post_meta .jeg_post_review,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta .jeg_post_review {
	float: right;
	margin-right: 0 !important;
}

/* Postblock 36 & 37 */
.jeg_postblock_36 .jeg_posts,
.jeg_postblock_37 .jeg_posts {
	flex-wrap: wrap;
	display: flex;
}

.jeg_postblock_36 .jeg_pl_md_5 .jeg_postblock_content {
	position: relative;
	padding: 20px 20px 25px;
}

.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta {
	margin-top: 20px;
}

.jeg_postblock_36 .jeg_post_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

.jeg_postblock_36 .jeg_pl_md_box {
	min-height: 400px;
}

.jeg_postblock_36 .jeg_post {
	width: 100%;
}

.jeg_postblock_36 .box_wrap,
.jeg_postblock_37 .box_wrap {
	height: 100%;
}

.jeg_postblock_36 .jeg_pl_md_box .jeg_thumb {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Postblock 37 */
.jeg_postblock_37 .jeg_postblock_content {
	padding: 20px 20px 25px;
	position: relative;
	text-align: center;
}

.jeg_postblock_37 .jeg_post_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

.jeg_postblock_37 .jeg_post_category {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

@media only screen and (min-width: 567px) {
	.jeg_postblock_32 .jeg_posts_masonry,
	.jeg_postblock_33 .jeg_posts_masonry,
	.jeg_postblock_34 .jeg_posts_masonry,
	.jeg_postblock_35 .jeg_posts_masonry,
	.jeg_postblock_36 .jeg_posts,
	.jeg_postblock_37 .jeg_posts {
		margin: 0 -10px;
	}

	.jeg_postblock_32 .jeg_post,
	.jeg_postblock_33 .jeg_post,
	.jeg_postblock_34 .jeg_post,
	.jeg_postblock_35 .jeg_post,
	.jeg_postblock_36 .jeg_post,
	.jeg_postblock_37 .jeg_post {
		float: left;
		width: 50%;
		margin-bottom: 30px;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) {
	.jeg_postblock_32 .jeg_posts_masonry,
	.jeg_postblock_33 .jeg_posts_masonry,
	.jeg_postblock_34 .jeg_posts_masonry,
	.jeg_postblock_35 .jeg_posts_masonry,
	.jeg_postblock_36 .jeg_posts,
	.jeg_postblock_37 .jeg_posts {
		margin: 0 -15px;
	}

	.jeg_postblock_32 .jeg_post,
	.jeg_postblock_33 .jeg_post,
	.jeg_postblock_34 .jeg_post,
	.jeg_postblock_35 .jeg_post,
	.jeg_postblock_36 .jeg_post,
	.jeg_postblock_37 .jeg_post {
		padding: 0 15px;
	}

	.jeg_postblock_32.jeg_col_1o3 .jeg_posts_masonry,
	.jeg_postblock_33.jeg_col_1o3 .jeg_posts_masonry,
	.jeg_postblock_34.jeg_col_1o3 .jeg_posts_masonry,
	.jeg_postblock_35.jeg_col_1o3 .jeg_posts_masonry,
	.jeg_postblock_36.jeg_col_1o3 .jeg_posts,
	.jeg_postblock_37.jeg_col_1o3 .jeg_posts {
		margin: 0;
	}

	.jeg_postblock_32.jeg_col_1o3 .jeg_post,
	.jeg_postblock_33.jeg_col_1o3 .jeg_post,
	.jeg_postblock_34.jeg_col_1o3 .jeg_post,
	.jeg_postblock_35.jeg_col_1o3 .jeg_post,
	.jeg_postblock_36.jeg_col_1o3 .jeg_post,
	.jeg_postblock_37.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding: 0;
	}

	.jeg_postblock_32.jeg_col_3o3 .jeg_post,
	.jeg_postblock_33.jeg_col_3o3 .jeg_post,
	.jeg_postblock_34.jeg_col_3o3 .jeg_post,
	.jeg_postblock_35.jeg_col_3o3 .jeg_post,
	.jeg_postblock_36.jeg_col_3o3 .jeg_post,
	.jeg_postblock_37.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}
}

@media only screen and (min-width: 1024px) {
	.jeg_postblock_32 .jeg_post_title,
	.jeg_postblock_35 .jeg_pl_md_box .jeg_post_title,
	.jeg_postblock_36 .jeg_pl_md_box .jeg_post_title {
		font-size: 22px;
	}

	.jeg_postblock_33 .jeg_post_title,
	.jeg_postblock_35 .jeg_pl_md_5 .jeg_post_title,
	.jeg_postblock_36 .jeg_pl_md_5 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_postblock_37 .jeg_post_title {
		font-size: 18px;
	}
}

/* Postblock 38 */
.jeg_postblock_38 .jeg_post {
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	border-top: 1px solid #eaeaea;
}

.jeg_postblock_38 .jeg_thumb:after {
	display: none;
}

.jeg_postblock_38 .box_wrap {
	position: relative;
}

.jeg_postblock_38 .box_wrap > div {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}

.jeg_postblock_38 .box_wrap .jeg_readmore_arrow {
	position: absolute;
	bottom: 0;
	right: 15px;
}

.jeg_postblock_38 .jeg_readmore_arrow a {
	opacity: 0;
	font-size: 22px;
	color: #a0a0a0;
	transition: .25s ease-out;
	transform: translate3d(-20px, 0, 0);
}

.jeg_postblock_38 .jeg_post:hover .jeg_readmore_arrow a {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.jeg_postblock_38 .jeg_post_title {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 .5em
}

.jeg_postblock_38 .jeg_post_meta > div:not(:last-of-type) {
	margin-right: 1em;
}

.jeg_postblock_38 .jeg_post_meta {
	margin-top: 1.5em;
}

.jeg_postblock_38 .jeg_post .jeg_post_excerpt {
	font-size: 16px;
}

.jeg_postblock_38 .jeg_meta_author {
	color: #212121;
}

.jeg_postblock_38 .jeg_meta_author a {
	color: inherit;
}

.jeg_postblock_38 .jeg_thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jeg_postblock_38 .jeg_thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	opacity: 0.4;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	z-index: 1;
	pointer-events: none;
}

.jeg_postblock_38 .jeg_post:hover .jeg_thumb {
	opacity: 1;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.jeg_postblock_38 .jeg_post .jeg_meta_date a {
	font-weight: 600;
}

.jeg_postblock_38 .jeg_post:hover .jeg_post_title a,
.jeg_postblock_38 .jeg_post:hover .jeg_post_meta,
.jeg_postblock_38 .jeg_post:hover .jeg_post_meta .fa,
.jeg_postblock_38 .jeg_post:hover .jeg_post_excerpt,
.jeg_postblock_38 .jeg_post:hover .jeg_post_category a,
.jeg_postblock_38 .jeg_post:hover .jeg_meta_author,
.jeg_postblock_38 .jeg_post:hover .jeg_readmore_arrow a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.jeg_postblock_38 .box_wrap {
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding-left: 20px;
		padding-right: 20px;
	}

	.jeg_postblock_38 .jeg_post_category {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.jeg_postblock_38 .jeg_postblock_content {
		flex-grow: 1;
	}

	.jeg_postblock_38 .box_wrap .jeg_readmore_arrow {
		position: relative;
		bottom: auto;
		right: auto;
		flex: 0 0 10%;
		max-width: 10%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.jeg_postblock_38 .jeg_readmore_arrow a {
		padding: 15px;
	}

	.jeg_postblock_38.jeg_col_3o3 .jeg_post {
		padding: 35px 0;
	}

	.jeg_postblock_38.jeg_col_1o3 .box_wrap,
	.jeg_postblock_38.jeg_col_2o3 .box_wrap {
		display: block;
	}

	.jeg_postblock_38.jeg_col_1o3 .box_wrap > div,
	.jeg_postblock_38.jeg_col_2o3 .box_wrap > div {
		flex: none;
		max-width: none;
	}

	.jeg_postblock_38.jeg_col_1o3 .box_wrap > div {
		padding-left: 5px;
		padding-right: 5px;
	}

	.jeg_postblock_38.jeg_col_1o3 .jeg_readmore_arrow,
	.jeg_postblock_38.jeg_col_2o3 .jeg_readmore_arrow {
		position: absolute;
		right: 15px;
		bottom: 0;
	}

	.jeg_postblock_38.jeg_col_1o3 .jeg_readmore_arrow a,
	.jeg_postblock_38.jeg_col_2o3 .jeg_readmore_arrow a {
		padding: 0;
	}

}

@media only screen and (min-width: 1571px) {
	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper .jeg_postblock_38 .box_wrap,
	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .box_wrap {
		max-width: 90%;
	}

	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper .jeg_postblock_38 .jeg_post_category,
	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .jeg_post_category {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper .jeg_postblock_38 .jeg_readmore_arrow,
	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .jeg_readmore_arrow {
		flex: 0 0 20%;
		max-width: 20%;
	}

}

/** Slider **/


/** Carousel **/
.jeg_carousel_placeholder,
.jeg_slider_placeholder {
	position: relative;
	font-family: FontAwesome, Arial, Helvetica, sans-serif;
	width: 100%;
}

.jeg_carousel_placeholder i,
.jeg_slider_placeholder i {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jeg_carousel_post,
.jeg_slider_wrapper .jeg_slider {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.jeg_slider_wrapper .jeg_slider.owl-loaded,
.jeg_carousel_post.owl-loaded {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.thumbnail-wrapper {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.thumbnail-wrapper .thumbnail-inner {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.thumbnail-wrapper .thumbnail-container {
	visibility: hidden;
}

/* Postblock Carousel 1 */
.jeg_postblock_carousel_1 {
	margin-bottom: 40px;
}

.jeg_postblock_carousel_1 .jeg_post_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px auto 5px;
}

.jeg_postblock_carousel_1 .owl-carousel .owl-nav {
	margin-top: 15px;
}

.jeg_postblock_carousel_1 .jeg_block_heading_6 + .owl-carousel .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
	margin-top: 0;
}

.jeg_postblock_carousel_1 [data-margin="0"] .jeg_postblock_content {
	padding: 0 10px;
}

/* Postblock Carousel 2 */
.jeg_postblock_carousel_2 {
	margin-bottom: 40px;
}

.jeg_postblock_carousel_2 .jeg_post {
	position: relative;
	margin-bottom: 0;
}

.jeg_postblock_carousel_2 .jeg_thumb {
	position: relative;
	z-index: 0;
}

.jeg_postblock_carousel_2 .jeg_thumb:before,
.jeg_postblock_carousel_2 .format-video .jeg_thumb:before,
.jeg_postblock_carousel_2 .format-gallery .jeg_thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	z-index: 1;
	pointer-events: none;
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_thumb:before {
	opacity: 0.5;
}

.jeg_postblock_carousel_2 .overlay_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	padding: 15px 20px;
	pointer-events: none;
}

.jeg_postblock_carousel_2 .overlay_content:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.jeg_postblock_carousel_2 .overlay_content a {
	pointer-events: auto;
}

.jeg_postblock_carousel_2 .jeg_postblock_content {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-transform: translate3d(0, 1em, 0);
	-ms-transform: translate3d(0, 1em, 0);
	transform: translate3d(0, 1em, 0);
	-webkit-transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_postblock_content {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_postblock_carousel_2 .jeg_thumb .thumbnail-container {
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_thumb .thumbnail-container {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.jeg_postblock_carousel_2 .jeg_post.format-video .jeg_thumb:after,
.jeg_postblock_carousel_2 .jeg_post.format-gallery .jeg_thumb:after {
	top: 10px;
	right: 10px;
	left: auto;
	margin: 0 !important;
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 100%;
	height: 36px;
	line-height: 34px;
	width: 36px;
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_post .jeg_thumb:after {
	opacity: 0;
}

.jeg_postblock_carousel_2 .jeg_post_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

.jeg_postblock_carousel_2 .jeg_post_title a,
.jeg_postblock_carousel_2 .jeg_post_title a:hover,
.jeg_postblock_carousel_2 .jeg_post_meta .fa {
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.jeg_postblock_carousel_2 .jeg_post_title a:hover {
	border-bottom: 0 !important;
}

.jeg_postblock_carousel_2 .jeg_post_meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

.jeg_postblock_carousel_2 .jeg_post_meta,
.jeg_postblock_carousel_2 .jeg_post_review {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transform: translate3d(0, 1em, 0);
	-ms-transform: translate3d(0, 1em, 0);
	transform: translate3d(0, 1em, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_post_meta,
.jeg_postblock_carousel_2 .owl-item:hover .jeg_post_review {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_postblock_carousel_2 .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	padding: 3px 6px;
	background: #f70d28;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.jeg_postblock_carousel_2 .jeg_post_meta a {
	color: #fff;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-nav {
	margin-top: 0;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-nav div {
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0.7;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-nav div:hover {
	background: transparent;
	border-color: #fff;
	opacity: 1;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-next {
	right: 20px;
	text-align: left;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-prev {
	left: 20px;
	text-align: right;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-prev:before {
	content: "\f177";
	margin-right: -2px;
}

.jeg_postblock_carousel_2 .owl-carousel .owl-next:before {
	content: "\f178";
	margin-left: -2px;
}

/** Postblock Carousel 3 **/
.jeg_postblock_carousel_3 .jeg_carousel_placeholder {
	height: 85px;
}

.jeg_postblock_carousel_3 [data-margin="0"] .jeg_postblock_content {
	padding-right: 12px;
}

.jeg_postblock_carousel_3 article {
	display: table;
}

.jeg_postblock_carousel_3 article:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_postblock_carousel_3 .jeg_thumb {
	width: 75px;
	float: left;
	margin-right: 10px;
}

.jeg_postblock_carousel_3 .jeg_post_title {
	font-size: 14px;
	margin: 0 0 5px;
}

.jeg_postblock_carousel_3 article .jeg_thumb,
.jeg_postblock_carousel_3 article .overlay_content {
	display: table-cell;
	vertical-align: middle;
}

.jeg_postblock_carousel_3 article .jeg_thumb {
	vertical-align: top;
}

/* Carousel 3 Nav */
.jeg_postblock_carousel_3.shownav .jeg_carousel_post {
	padding: 0 36px;
}

.jeg_postblock_carousel_3.shownav .jeg_postblock_content {
	padding-right: 15px;
}

.jeg_postblock_carousel_3 .owl-nav > div {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.jeg_postblock_carousel_3 .owl-nav .owl-next {
	left: auto;
	right: 0;
}

/** Boxed Postblock **/
.jeg_pb_boxed,
.jnews_boxed_container .jnews_index_content_wrapper,
.jnews_boxed_container .jeg_inner_content,
.jnews_boxed_container .jeg_authorpage .jeg_author_wrap,
.jnews_boxed_container .jeg_account_right,
.jnews_boxed_container .jeg_main .widget {
	border: 1px solid #e0e0e0;
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}

.jnews_boxed_container .jeg_archive_header,
.jnews_boxed_container .jeg_cat_header_1 {
	margin-bottom: 30px;
}

.jnews_boxed_container .jeg_authorpage {
	margin-bottom: 0;
}

.jnews_boxed_container .jeg_authorpage .jeg_author_wrap {
	border-radius: 0;
}

.jeg_pb_boxed_shadow,
.jnews_boxed_container_shadow .jnews_index_content_wrapper,
.jnews_boxed_container_shadow .jeg_inner_content,
.jnews_boxed_container_shadow .jeg_authorpage .jeg_author_wrap,
.jnews_boxed_container_shadow .jeg_account_left,
.jnews_boxed_container_shadow .jeg_account_right,
.jnews_boxed_container_shadow .jeg_main .widget {
	border: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.jnews_boxed_container .jeg_main .widget_jnews_module_element_ads,
.jnews_boxed_container .jeg_main .widget_jnews_weather,
.jnews_boxed_container .jeg_main div[class*="widget_jnews_module_"] .jeg_pb_boxed {
	border: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.jnews_boxed_container .jeg_main div[class*="widget_jnews_module_"] .jeg_postblock,
.jnews_boxed_container .jeg_main div[class*="widget_jnews_module_"] .jeg_pb_boxed,
.jnews_boxed_container .jeg_main .popularpost_item:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
	.jnews_boxed_container .jeg_sidebar {
		padding-left: 15px;
	}

	.jnews_boxed_container .jeg_sidebar_left .jeg_sidebar,
	.jnews_boxed_container .jeg_double_sidebar .jeg_sidebar.left {
		padding-right: 15px;
	}
}


/* block heading */
.jnews_boxed_container .jeg_block_heading,
.jeg_pb_boxed .jeg_block_heading {
	margin-bottom: 20px;
}

.jnews_boxed_container .authorlink,
.jnews_boxed_container .jeg_block_heading_5, .jeg_pb_boxed .jeg_block_heading_5,
.jnews_boxed_container .jeg_block_heading_6, .jeg_pb_boxed .jeg_block_heading_6,
.jnews_boxed_container .jeg_block_heading_7, .jeg_pb_boxed .jeg_block_heading_7,
.jnews_boxed_container .jeg_block_heading_8, .jeg_pb_boxed .jeg_block_heading_8 {
	margin-top: -10px;
}

.jnews_boxed_container .jeg_block_heading_9,
.jeg_pb_boxed .jeg_block_heading_9 {
	margin: -20px -20px 20px;
	padding: 0 20px;
	border-bottom-color: #eee !important;
	border-bottom-width: 1px;
	border-top-color: inherit;
	border-top-width: 3px;
}

.jnews_boxed_container .jnews_related_post_container .jeg_block_heading_9 {
	margin: 0 0 20px;
	padding: 0;
}

/* block navigation */
.jeg_pb_boxed .jeg_block_nav,
.jeg_pb_boxed .jeg_block_loadmore,
.jeg_pb_boxed .widget .jeg_ad_module {
	margin-bottom: 0;
}

.jeg_pb_boxed .jeg_block_loadmore {
	padding-bottom: 0
}

.jeg_pb_boxed .jeg_block_loadmore a {
	width: 100%;
}

.jeg_pb_boxed .jeg_block_loadmore a:before,
.jeg_pb_boxed .jeg_block_loadmore a:after {
	display: none;
}

.jeg_pb_boxed .jeg_block_navigation {
	margin-bottom: 0;
}

/* clear margin */
.jeg_pb_boxed .jeg_post:last-child {
	margin-bottom: 0;
}

.jeg_postblock_25.jeg_pb_boxed .jeg_post:last-child {
	padding-bottom: 0;
}

/* custom styling */
.jeg_postblock_7.jeg_pb_boxed .jeg_block_container,
.jeg_postblock_18.jeg_pb_boxed .jeg_block_container,
.jeg_postblock_25.jeg_pb_boxed .jeg_block_container {
	overflow: visible;
}

.jeg_postblock_7.jeg_pb_boxed .jeg_post,
.jeg_postblock_18.jeg_pb_boxed .jeg_post,
.jeg_postblock_25.jeg_pb_boxed .jeg_post {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.jeg_postblock_14.jeg_pb_boxed .jeg_pl_lg_box,
.jeg_postblock_16.jeg_pb_boxed .jeg_pl_lg_5 {
	margin-bottom: 20px;
}

.jeg_postblock_16.jeg_pb_boxed .jeg_posts {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

@media screen and (min-width: 768px) {
	.jeg_postblock_2.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_2.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_8.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_8.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_9.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_9.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_15.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_15.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_17.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_17.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_21.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_21.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_22.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_22.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_23.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_23.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
	.jeg_postblock_27.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_27.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
		margin-bottom: -25px;
	}

	.jeg_postblock_19.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_19.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
		margin-bottom: -20px;
	}

	.jeg_postblock_13.jeg_pb_boxed.jeg_col_1o3 .jeg_posts_wrap .jeg_post {
		margin-bottom: 20px;
	}

	.jeg_postblock_13.jeg_pb_boxed.jeg_col_1o3 .jeg_block_container {
		margin-bottom: -20px;
	}

	.jeg_postblock_14.jeg_pb_boxed.jeg_col_2o3 .jeg_pl_lg_box,
	.jeg_postblock_14.jeg_pb_boxed.jeg_col_3o3 .jeg_pl_lg_box {
		margin-bottom: 30px;
	}

	.jeg_postblock_14.jeg_pb_boxed .jeg_block_navigation {
		margin-top: 0;
	}

	.jeg_postblock_25.jeg_pb_boxed.jeg_col_2o3 .jeg_post:last-child,
	.jeg_postblock_25.jeg_pb_boxed.jeg_col_3o3 .jeg_post:last-child {
		padding-bottom: 10px;
	}
}

/* Heropost 1 */
.jeg_heropost_1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}

.jeg_heropost_1 > div {
	padding: 0 15px;
}

.jeg_heropost_1 .jeg_postbig {
	width: 50%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.jeg_heropost_1 .jeg_postsmall.left {
	width: 25%;
	padding-left: 0;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.jeg_heropost_1 .jeg_postsmall.right {
	width: 25%;
	padding-right: 0;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

/* Hero Block Global */
.jeg_heroblock {
	margin-bottom: 40px;
}

.jeg_heroblock_wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jeg_heroblock .jeg_post {
	overflow: hidden;
	position: absolute;
}

.jeg_block_container {
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.jeg_hero_empty .jeg_block_container {
	background: #ddd;
}

/** Hero Slider **/
.jeg_heroblock.owl-carousel .owl-item.active {
	z-index: 1;
}

.jeg_heroblock.owl-carousel .owl-nav > div {
	position: absolute;
	background: #fff;
	border: 0;
	margin: 0;
	font-size: 20px;
	width: 30px;
	line-height: 50px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: .25s;
}

.jeg_heroblock:hover .owl-nav > div {
	opacity: 1;
}

.jeg_heroblock.owl-carousel .owl-nav > .owl-next {
	left: auto;
	right: 0;
}

/* Hero Caption Global */
.jeg_heroblock .jeg_postblock_content, .jeg_heroblock .jeg_post_title a, .jeg_heroblock .jeg_post_meta, .jeg_heroblock .jeg_post_meta a, .jeg_heroblock .jeg_post_meta .fa {
	color: #fff;
}

.jeg_heroblock .jeg_post_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.jeg_heroblock .jeg_post_info {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.jeg_heroblock .jeg_post_category {
	line-height: 1;
	font-size: 11px;
}

.jeg_heroblock .jeg_post_category a {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: inherit;
	line-height: 1;
	margin-bottom: 5px;
	padding: 2px 6px;
	background: #f70d28;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_heroblock .thumbnail-container:not(.no_thumbnail).animate-lazy:before,
.jeg_postblock_carousel_2 .thumbnail-container:not(.no_thumbnail).animate-lazy:before {
	background-color: #212121;
	background-image: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(20%, #313131), color-stop(40%, #222222), to(#212121));
	background-image: linear-gradient(90deg, #212121 0%, #313131 20%, #222222 40%, #212121 100%);
}

.jeg_heroblock .jeg_thumb,
.jeg_heroblock .jeg_thumb a > div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.jeg_heroblock .jeg_postblock_content {
	pointer-events: none;
}

.jeg_heroblock .jeg_postblock_content a {
	pointer-events: auto;
}

/* Hero Caption Style 1 */
.jeg_hero_style_1 .jeg_thumb {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.jeg_hero_style_1 .jeg_post:hover .jeg_thumb {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_hero_style_1 .jeg_thumb a > div:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	opacity: 0.6;
	z-index: 2;
}

.jeg_hero_style_1 .jeg_thumb a > div:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.15);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.jeg_hero_style_1 .jeg_post:hover .jeg_thumb a > div:after {
	opacity: 1;
}

.jeg_hero_style_1 .jeg_post_title, .jeg_hero_style_1 .jeg_post_category {
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.jeg_hero_style_1 .jeg_post_meta, .jeg_hero_style_1 .jeg_post_review {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: 0.35s ease;
	transition: 0.35s ease;
}

.jeg_hero_style_1 .jeg_post:hover .jeg_post_title, .jeg_hero_style_1 .jeg_post:hover .jeg_post_category, .jeg_hero_style_1 .jeg_post:hover .jeg_post_meta, .jeg_hero_style_1 .jeg_post:hover .jeg_post_review {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta, .jeg_hero_style_1 .jeg_post:hover .jeg_post_review {
	opacity: 1;
}

.jeg_hero_style_1 .jeg_postblock_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 25px 25px;
	z-index: 3;
}

/* Hero Caption Style 2 */
.jeg_hero_style_2 .jeg_thumb a > div:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	opacity: 0.5;
	z-index: 2;
}

.jeg_hero_style_2 .jeg_thumb a > div:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #B3FFAB;
	background: -webkit-linear-gradient(to left, #B3FFAB, #12FFF7);
	background: linear-gradient(to left, #B3FFAB, #12FFF7);
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
}

.jeg_hero_style_2 .jeg_post:hover .jeg_thumb a > div:after {
	opacity: 0.35;
}

.jeg_hero_style_2 .jeg_postblock_content {
	position: static;
	top: auto;
	bottom: 0;
	z-index: 3;
}

.jeg_hero_style_2 .jeg_post_category, .jeg_hero_style_2 .jeg_post_info {
	position: absolute;
	z-index: 3;
}

.jeg_hero_style_2 .jeg_post_category {
	top: 0;
	left: 25px;
	line-height: 1;
}

.jeg_hero_style_2 .jeg_post_info {
	margin: 0 25px;
	bottom: 25px;
}

/* Hero Caption Style 3 */
.jeg_hero_style_3 .jeg_thumb a > div {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a > div {
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.jeg_hero_style_3 .jeg_thumb a > div:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(165deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(165deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
	opacity: 0.5;
	z-index: 2;
}

.jeg_hero_style_3 .jeg_thumb a:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	opacity: 0;
	z-index: 2;
	transform: scale(1.2);
	transition: .3s ease-out;
}

.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a:after {
	opacity: 1;
	transform: scale(1);
}

.jeg_hero_style_3 .jeg_postblock_content {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.jeg_hero_style_3 .jeg_post_category {
	position: relative;
	margin: 25px 25px 5px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.jeg_hero_style_3 .jeg_post_info {
	position: relative;
	bottom: auto;
	margin: 0 25px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.jeg_hero_style_3 .jeg_post:hover .jeg_post_category,
.jeg_hero_style_3 .jeg_post:hover .jeg_post_info {
	-webkit-transform: translate3d(5px, 5px, 0);
	transform: translate3d(5px, 5px, 0);
}

/* Hero Caption Style 4 */
.jeg_hero_style_4 .jeg_postblock_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 25px 10px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.7);
}

.jeg_hero_style_4 .jeg_post_category {
	position: absolute;
	top: -10px;
}

/* Hero Caption Style 5 */
.jeg_hero_style_5 .jeg_postblock_content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	padding: 25px;
	z-index: 3;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_hero_style_5 .jeg_post_info {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.jeg_hero_style_5 .jeg_thumb a > div:before, .jeg_hero_style_5 .jeg_thumb a > div:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .25);
	z-index: 2;
}

.jeg_hero_style_5 .jeg_thumb a > div:after {
	opacity: 0.7;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.jeg_hero_style_5 .jeg_post_category a {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.jeg_hero_style_5 .jeg_thumb {
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

.jeg_hero_style_5 .jeg_post:hover .jeg_thumb {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 2s;
	transition: 2s;
}

.jeg_hero_style_5 .jeg_post:hover .jeg_thumb a > div:after {
	opacity: 0.3;
}

.jeg_hero_style_5 .jeg_hero_item_1 .jeg_thumb a > div:after {
	background: rgb(26, 35, 126);
	background: -moz-linear-gradient(45deg, rgba(26, 35, 126, 1) 0%, rgba(216, 67, 21, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(26, 35, 126, 1) 0%, rgba(216, 67, 21, 1) 100%);
	background: linear-gradient(45deg, rgba(26, 35, 126, 1) 0%, rgba(216, 67, 21, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a237e', endColorstr='#d84315', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_2 .jeg_thumb a > div:after {
	background: rgb(0, 77, 64);
	background: -moz-linear-gradient(45deg, rgba(0, 77, 64, 1) 0%, rgba(130, 119, 23, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 77, 64, 1) 0%, rgba(130, 119, 23, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 77, 64, 1) 0%, rgba(130, 119, 23, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d40', endColorstr='#827717', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_3 .jeg_thumb a > div:after {
	background: rgb(13, 71, 161);
	background: -moz-linear-gradient(45deg, rgba(13, 71, 161, 1) 0%, rgba(0, 137, 123, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(13, 71, 161, 1) 0%, rgba(0, 137, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(13, 71, 161, 1) 0%, rgba(0, 137, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d47a1', endColorstr='#00897b', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_4 .jeg_thumb a > div:after {
	background: rgb(49, 27, 146);
	background: -moz-linear-gradient(45deg, rgba(49, 27, 146, 1) 1%, rgba(194, 24, 91, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(49, 27, 146, 1) 1%, rgba(194, 24, 91, 1) 100%);
	background: linear-gradient(45deg, rgba(49, 27, 146, 1) 1%, rgba(194, 24, 91, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#311b92', endColorstr='#c2185b', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_5 .jeg_thumb a > div:after {
	background: rgb(130, 119, 23);
	background: -moz-linear-gradient(45deg, rgba(130, 119, 23, 1) 0%, rgba(191, 54, 12, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(130, 119, 23, 1) 0%, rgba(191, 54, 12, 1) 100%);
	background: linear-gradient(45deg, rgba(130, 119, 23, 1) 0%, rgba(191, 54, 12, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#827717', endColorstr='#bf360c', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_6 .jeg_thumb a > div:after {
	background: rgb(2, 136, 209);
	background: -moz-linear-gradient(-45deg, rgba(2, 136, 209, 1) 0%, rgba(255, 160, 0, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(2, 136, 209, 1) 0%, rgba(255, 160, 0, 1) 100%);
	background: linear-gradient(135deg, rgba(2, 136, 209, 1) 0%, rgba(255, 160, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0288d1', endColorstr='#ffa000', GradientType=1);
}

.jeg_hero_style_5 .jeg_hero_item_7 .jeg_thumb a > div:after {
	background: rgb(93, 64, 55);
	background: -moz-linear-gradient(45deg, rgba(93, 64, 55, 1) 0%, rgba(81, 45, 168, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(93, 64, 55, 1) 0%, rgba(81, 45, 168, 1) 100%);
	background: linear-gradient(45deg, rgba(93, 64, 55, 1) 0%, rgba(81, 45, 168, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d4037', endColorstr='#512da8', GradientType=1);
}

/* Hero Caption Style 6 */
.jeg_hero_style_6 .jeg_postblock_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	right: 30px;
	padding: 0 25px 15px;
	z-index: 3;
}

.jeg_hero_style_6 .jeg_thumb a > div:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.1;
	z-index: 2;
	transition: .3s;
}

.jeg_hero_style_6 .jeg_post:hover .jeg_thumb a > div:before {
	background: #fff;
	opacity: 0.2;
}

.jeg_hero_style_6 .jeg_post_info {
	text-shadow: none;
	line-height: 1;
}

.jeg_hero_style_6 .jeg_post_title {
	line-height: 1.3;
	margin-bottom: 5px;
}

.jeg_hero_style_6 .jeg_post_title a, .jeg_hero_style_6 .jeg_post_meta {
	display: inline;
	background: #fff;
	color: #212121;
	padding: 0 5px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.jeg_hero_style_6 .jeg_post_meta {
	display: inline-block;
	padding: 2px 5px;
	text-transform: none;
	font-style: italic;
}

.jeg_hero_style_6 .jeg_meta_author {
	margin-right: 4px;
}

.jeg_hero_style_6 .jeg_meta_author:after {
	content: "–";
	margin-left: 6px;
}

.jeg_hero_style_6 .jeg_post_meta .fa {
	display: none;
}

.jeg_hero_style_6 .jeg_post_title a:hover {
	color: #f70d28;
}

.jeg_hero_style_6 .jeg_post_meta a {
	color: #212121;
}

/* Hero Caption Style 7 */
.jeg_hero_style_7 .jeg_postblock_content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 75%;
	padding: 15px 20px;
	z-index: 3;
	background: rgba(255, 255, 255, .94);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.jeg_hero_style_7 .jeg_post_info {
	text-shadow: none;
}

.jeg_hero_style_7 .jeg_post_title {
	margin: 20px 0 5px;
}

.jeg_hero_style_7 .jeg_post_title a {
	color: #212121;
}

.jeg_hero_style_7 .jeg_post_meta a {
	color: #53585c;
}

.jeg_hero_style_7 .jeg_post_category a {
	position: absolute;
	top: 0;
}

.jeg_hero_style_7 .jeg_post_meta, .jeg_hero_style_7 .jeg_post_meta .fa {
	color: #a0a0a0;
}

/** Single Post Builder **/
.custom_post_template h1.jeg_post_title {
	font-size: 4em;
	line-height: 1.1;

	font-weight: 700;
	margin: 0 0 .4em;
	letter-spacing: -.04em;
}

.custom_post_template .jeg_post_subtitle {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #a0a0a0;
}

.custom_post_template .jeg_post_meta {
	font-size: 13px;
	color: #a0a0a0;
	text-transform: none;
	display: block;
}

.custom_post_template .jeg_post_meta > div > div {
	display: inline-block;
}

.custom_post_template .jeg_post_meta > div > div:not(:last-of-type) {
	margin-right: 10px;
}

.custom_post_template .jeg_meta_author + .jeg_meta_date::before {
	content: '\2014';
	margin-right: 10px;
}

.custom_post_template .jeg_meta_author + .jeg_meta_date:before {
	padding-left: 10px;
}

.custom_post_template .meta_right {
	float: right;
}

.custom_post_template .jeg_meta_like a,
.custom_post_template .jeg_meta_comment a {
	color: #53585c;
	font-weight: normal;
	font-size: 16px;
}

.custom_post_template .jeg_modified_date i {
	margin-right: 6px;
	margin-left: 6px;
}

.custom_post_template a.dislike {
	padding-left: 10px;
}

.custom_post .thumbnail-container {
	background: #fc00ff; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fc00ff, #00dbde); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fc00ff, #00dbde); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.jeg_custom_featured_wrapper .thumbnail-container:after {
	opacity: 0;
}

.custom_post .thumbnail-container span {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	left: 0;
	background: rgba(255, 0, 0, 0.3);
	padding: 10px;
}

.custom_post .jeg_post_meta:after {
	content: "";
	clear: both;
	display: block;
}

/* Multiple Hero Block Captions */
.jeg_heroblock_5 .jeg_post_title,
.jeg_heroblock_8 .jeg_post_title,
.jeg_heroblock_10 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_10 .jeg_hero_item_5 .jeg_post_title,
.jeg_heroblock_11 .jeg_hero_item_2 .jeg_post_title,
.jeg_heroblock_11 .jeg_hero_item_3 .jeg_post_title,
.jeg_heroblock_12 .jeg_hero_item_2 .jeg_post_title,
.jeg_heroblock_12 .jeg_hero_item_3 .jeg_post_title {
	font-size: 22px;
}

.jeg_heroblock_1 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_2 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_3 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_4 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_5 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_9 .jeg_post_title {
	font-size: 26px;
	margin-bottom: 5px;
}

.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_skew .jeg_post_title,
.jeg_heroblock_13 .jeg_post_title {
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 8px;
}

/* Hero 1 */
.jeg_heroblock_1 .jeg_heroblock_wrapper {
	height: 500px;
}

.jeg_heroblock_1 .jeg_hero_item_1 {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_1 .jeg_hero_item_2 {
	width: 50%;
	height: 55%;
	top: 0;
	left: 50%;
}

.jeg_heroblock_1 .jeg_hero_item_3, .jeg_heroblock_1 .jeg_hero_item_4 {
	width: 25%;
	height: 45%;
	top: 55%;
}

.jeg_heroblock_1 .jeg_hero_item_3 {
	left: 50%;
}

.jeg_heroblock_1 .jeg_hero_item_4 {
	left: 75%;
}

/* Hero: Post format Video & Gallery */
.jeg_heroblock .jeg_post.format-video .jeg_thumb:after,
.jeg_heroblock .jeg_post.format-gallery .jeg_thumb:after {
	content: '';
	display: none;
}

.jeg_heroblock .jeg_postformat_icon:after {
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	z-index: 1;
	opacity: .7;
}

.jeg_heroblock .jeg_post.format-video .jeg_postformat_icon:after {
	content: "\f04b";
	border-radius: 100%;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	letter-spacing: -4px;
	-webkit-backface-visibility: hidden;
}

.jeg_heroblock .jeg_post.format-gallery .jeg_postformat_icon:after {
	content: "\f03e";
	font-size: 22px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.jeg_heroblock_1 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_2 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_4 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_5 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_6 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
	font-size: 22px;
	line-height: 40px;
	height: 44px;
	width: 44px;
}

.jeg_heroblock_1 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_2 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_4 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_5 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_6 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_13 .jeg_post.format-gallery .jeg_postformat_icon:after {
	font-size: 30px;
	margin-top: 3px;
}

.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
	top: 25px;
	right: 25px;
}

/* Hero 2 */
.jeg_heroblock_2 .jeg_heroblock_wrapper {
	height: 500px;
}

.jeg_heroblock_2 .jeg_hero_item_1 {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_2 .jeg_hero_item_2, .jeg_heroblock_2 .jeg_hero_item_3,
.jeg_heroblock_2 .jeg_hero_item_4, .jeg_heroblock_2 .jeg_hero_item_5 {
	width: 25%;
	height: 50%;
}

.jeg_heroblock_2 .jeg_hero_item_2 {
	top: 0;
	left: 50%;
}

.jeg_heroblock_2 .jeg_hero_item_3 {
	top: 0;
	left: 75%;
}

.jeg_heroblock_2 .jeg_hero_item_4 {
	top: 50%;
	left: 50%;
}

.jeg_heroblock_2 .jeg_hero_item_5 {
	top: 50%;
	left: 75%;
}

/* Hero 3 */
.jeg_heroblock_3 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_3 .jeg_hero_item_1 {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_3 .jeg_hero_item_2 {
	width: 25%;
	height: 100%;
	top: 0;
	left: 50%;
}

.jeg_heroblock_3 .jeg_hero_item_3, .jeg_heroblock_3 .jeg_hero_item_4 {
	width: 25%;
	height: 50%;
}

.jeg_heroblock_3 .jeg_hero_item_3 {
	top: 0%;
	left: 75%;
}

.jeg_heroblock_3 .jeg_hero_item_4 {
	top: 50%;
	left: 75%;
}

/* Hero 4 */
.jeg_heroblock_4 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_4 .jeg_hero_item_1 {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_4 .jeg_hero_item_2, .jeg_heroblock_4 .jeg_hero_item_3 {
	width: 25%;
	height: 100%;
	top: 0;
	left: 50%;
}

.jeg_heroblock_4 .jeg_hero_item_3 {
	left: 75%
}

/* Hero 5 */
.jeg_heroblock_5 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_5 .jeg_hero_item_1 {
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_5 .jeg_hero_item_2, .jeg_heroblock_5 .jeg_hero_item_3 {
	width: 40%;
	height: 50%;
	top: 0;
	left: 60%;
}

.jeg_heroblock_5 .jeg_hero_item_3 {
	top: 50%;
}

/* Hero 6 */
.jeg_heroblock_6 .jeg_heroblock_wrapper {
	height: 500px;
}

.jeg_heroblock_6 .jeg_hero_item_1 {
	width: 68%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_6 .jeg_hero_item_2, .jeg_heroblock_6 .jeg_hero_item_3, .jeg_heroblock_6 .jeg_hero_item_4 {
	width: 32%;
	height: 33.33333333333333%;
	top: 0;
	left: 68%;
}

.jeg_heroblock_6 .jeg_hero_item_3 {
	top: 33.33333333333333%;
}

.jeg_heroblock_6 .jeg_hero_item_4 {
	top: 66.66666666666666%;
}

.jeg_heroblock_6 .jeg_post_title {
	font-size: 16px;
}

/* Hero 7 */
.jeg_heroblock_7 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_7 .jeg_post {
	width: 25%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_7 .jeg_hero_item_2 {
	left: 25%;
}

.jeg_heroblock_7 .jeg_hero_item_3 {
	left: 50%;
}

.jeg_heroblock_7 .jeg_hero_item_4 {
	left: 75%;
}

/* Hero 8 */
.jeg_heroblock_8 .jeg_heroblock_wrapper {
	height: 500px;
}

.jeg_heroblock_8 .jeg_post {
	width: 33.33333333333333%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_8 .jeg_hero_item_2 {
	left: 33.33333333333333%;
}

.jeg_heroblock_8 .jeg_hero_item_3 {
	left: 66.66666666666666%;
}

/* Hero 9 */
.jeg_heroblock_9 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_9 .jeg_post {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_9 .jeg_hero_item_2 {
	left: 50%;
}

/* Hero 10 */
.jeg_heroblock_10 .jeg_heroblock_wrapper {
	height: 540px;
}

.jeg_heroblock_10 .jeg_post {
	width: 33.333333333%;
	height: 33.333333333%;
}

.jeg_heroblock_10 .jeg_hero_item_1, .jeg_heroblock_10 .jeg_hero_item_5 {
	height: 66.666666666%;
}

.jeg_heroblock_10 .jeg_hero_item_1 {
	top: 0;
	left: 0;
}

.jeg_heroblock_10 .jeg_hero_item_2 {
	top: 0;
	left: 33.333333333%;
}

.jeg_heroblock_10 .jeg_hero_item_3 {
	top: 0;
	left: 66.666666666%;
}

.jeg_heroblock_10 .jeg_hero_item_4 {
	top: 33.333333333%;
	left: 33.333333333%;
}

.jeg_heroblock_10 .jeg_hero_item_5 {
	top: 33.333333333%;
	left: 66.666666666%;
}

.jeg_heroblock_10 .jeg_hero_item_6 {
	top: 66.666666666%;
	left: 0;
}

.jeg_heroblock_10 .jeg_hero_item_7 {
	top: 66.666666666%;
	left: 33.333333333%;
}

/* Hero 11 */
.jeg_heroblock_11 .jeg_heroblock_wrapper {
	height: 540px;
}

.jeg_heroblock_11 .jeg_hero_item_2 {
	width: 38%;
	height: 50%;
	left: 0;
}

.jeg_heroblock_11 .jeg_hero_item_3 {
	width: 38%;
	height: 50%;
	top: 50%;
	left: 0;
}

.jeg_heroblock_11 .jeg_hero_item_1 {
	width: 35%;
	height: 100%;
	left: 38%;
}

.jeg_heroblock_11 .jeg_hero_item_4, .jeg_heroblock_11 .jeg_hero_item_5 {
	width: 27%;
	left: 73%;
}

.jeg_heroblock_11 .jeg_hero_item_4 {
	top: 0;
	height: 40%;
}

.jeg_heroblock_11 .jeg_hero_item_5 {
	top: 40%;
	height: 60%;
}

.jeg_heroblock_11 .jeg_hero_item_1 .jeg_post_title {
	font-size: 24px;
}

/* Hero 12 */
.jeg_heroblock_12 .jeg_heroblock_wrapper {
	height: 540px;
}

.jeg_heroblock_12 .jeg_hero_item_1 {
	width: 35%;
	height: 100%;
	left: 0;
}

.jeg_heroblock_12 .jeg_hero_item_2, .jeg_heroblock_12 .jeg_hero_item_3 {
	width: 38%;
	height: 50%;
	left: 35%;
	top: 0;
}

.jeg_heroblock_12 .jeg_hero_item_3 {
	top: 50%;
}

.jeg_heroblock_12 .jeg_hero_item_4, .jeg_heroblock_12 .jeg_hero_item_5 {
	width: 27%;
	left: 73%;
}

.jeg_heroblock_12 .jeg_hero_item_4 {
	top: 0;
	height: 60%;
}

.jeg_heroblock_12 .jeg_hero_item_5 {
	top: 60%;
	height: 40%;
}

.jeg_heroblock_12 .jeg_hero_item_1 .jeg_post_title {
	font-size: 24px;
}

/* Hero 13 */
.jeg_heroblock_13 .jeg_heroblock_wrapper {
	height: 430px;
}

.jeg_heroblock_13 .jeg_post {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
	bottom: 40px;
	left: 40px;
	width: 50%;
}

@media screen and (min-width: 768px) {
	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_1 .jeg_postblock_content {
		bottom: 10px;
		left: 20px;
		right: 20px;
		width: auto;
	}

	.jeg_heroblock_13.jeg_hero_style_4 .jeg_postblock_content {
		padding: 25px 30px 20px;
	}

	.jeg_heroblock_13.jeg_col_3o3.jeg_hero_style_4 .jeg_post_info {
		width: 80%;
	}

	.jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
		padding: 0 30px 30px;
	}

	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_2 .jeg_post_info,
	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_3 .jeg_postblock_content,
	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_5 .jeg_postblock_content,
	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_6 .jeg_postblock_content,
	.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_7 .jeg_postblock_content {
		width: 70%;
	}
}

.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
	bottom: 20px;
	left: 40px;
	right: 40px;
}

.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
	width: 50%;
}

.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
	top: 30px;
	left: 30px;
	width: 50%;
}

.jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,
.jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
	width: 50%;
}

.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
	bottom: 40px;
	left: 40px;
	width: 45%;
	padding: 30px;
}

.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
	margin: 20px 0 15px;
}

/* Hero Skew */
.jeg_heroblock_skew {
	overflow: hidden;
}

.jeg_heroblock_skew .jeg_heroblock_wrapper {
	height: 350px;
	margin-left: -3% !important;
	margin-right: -3% !important;
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
}

.jeg_heroblock_skew[data-margin="30"] .jeg_heroblock_wrapper {
	margin-left: calc(-5% - 30px) !important;
	margin-right: -5% !important;
}

.jeg_heroblock_skew[data-margin="30"] .jeg_hero_item_1 .jeg_postblock_content {
	margin-left: calc(5% + 40px);
}

.jeg_heroblock_skew .jeg_postformat_icon:after {
	top: 20px;
	right: 30px;
}

.jeg_heroblock_skew .jeg_hero_item_2 .jeg_postformat_icon:after {
	margin-right: 8%;
}

.jeg_heroblock_skew .jeg_postblock_content {
	margin: 0 6% 0 4%;
	z-index: 3;
	-webkit-transform: skewX(7deg);
	transform: skewX(7deg);
}

.jeg_heroblock_skew .jeg_postformat_icon:after {
	-webkit-transform: skewX(7deg);
	transform: skewX(7deg);
}

.jeg_heroblock_skew .jeg_hero_item_1 .jeg_postblock_content {
	margin-left: 8%;
}

.jeg_heroblock_skew .jeg_thumb a > div {
	-webkit-transform: skewX(7deg) scale(1.1);
	transform: skewX(7deg) scale(1.1);
}

.jeg_heroblock_skew .jeg_hero_item_1 {
	width: 50%;
	top: 0;
	bottom: 0;
	left: 1px;
}

.jeg_heroblock_skew .jeg_hero_item_2 {
	width: 50%;
	top: 0;
	bottom: 0;
	left: 50%;
}

/* Hero Skew: Style 1 */
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_thumb {
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0);
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_thumb {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_title,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_category {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 25);
	transform: matrix(1, 0, 0, 1, 0, 25);
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_meta {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 30);
	transform: matrix(1, 0, 0, 1, 0, 30);
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_title,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_category,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_postblock_content {
	left: 10px;
	max-width: 600px;
}

.jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
	left: 40px;
}

/* Hero Skew: Style 2 */
.jeg_heroblock_skew.jeg_hero_style_2 .jeg_postblock_content {
	height: 100%;
}

/* Hero Skew: Style 3 */
.jeg_heroblock_skew.jeg_hero_style_3 .jeg_thumb a:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	transform: scale(1);
}

.jeg_heroblock_skew.jeg_hero_style_3 .jeg_thumb a > div {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.jeg_heroblock_skew.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a > div {
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0);
}

.jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_1 .jeg_block_container:after {
	left: -4%;
}

.jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_2 .jeg_block_container:after {
	right: -4%;
}

/* Hero Skew: Style 4 */
.jeg_heroblock_skew.jeg_hero_style_4 .jeg_postblock_content {
	background: transparent;
	max-width: 96%;
}

.jeg_heroblock_skew.jeg_hero_style_4 .jeg_postblock_content:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	right: -10%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

/* Hero Skew: Style 5 */
.jeg_heroblock_skew.jeg_hero_style_5 .jeg_post:hover .jeg_thumb {
	-webkit-transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
	-ms-transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
	-o-transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
	transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
}

.jeg_heroblock_skew.jeg_hero_style_5 .jeg_postblock_content {
	width: auto;
	-webkit-transform: matrix(1, 0, 0.122785, 1, 0, -103);
	transform: matrix(1, 0, 0.122785, 1, 0, -103);
}

/* Block Link */
.jeg_blocklink {
	position: relative;
	width: 100%;
	height: 230px;
	margin-bottom: 40px;
}

.jeg_blocklink .jeg_block_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jeg_blocklink .jeg_videowrapper {
	position: relative;
}

.jeg_blocklink .jeg_block_bg .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: .3s cubic-bezier(0, 1, .75, 1);
	-o-transition: .3s cubic-bezier(0, 1, .75, 1);
	transition: .3s cubic-bezier(0, 1, .75, 1);
	transform: scale(1);
}

.jeg_blocklink:hover .jeg_block_bg .bg {
	transform: scale(1.1);
}

.jeg_blocklink .jeg_block_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.jeg_blocklink .jeg_block_content:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0;
}

.jeg_blocklink:hover .jeg_block_content:before {
	opacity: 1;
}

.jeg_blocklink .jeg_block_content > div {
	position: relative;
	color: #a0a0a0;
	padding: 20px 30px;
	width: 60%;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.jeg_blocklink:hover a {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.jeg_blocklink .jeg_block_content h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 5px;
}

.jeg_blocklink .jeg_block_content span {
	font-size: 13px;
	display: block;
}

.jeg_blocklink .mejs-container .mejs-controls, .jeg_blocklink .mejs-overlay {
	display: none !important; /* hide video player control */
}

/* clear margin last block */
.widget_jnews_recent_news .jeg_postblock .jeg_post:last-child,
.widget .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post:last-child,
.widget .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post:nth-last-child(2),
.jeg_postblock_8 .row:last-child .jeg_post,
.jeg_postblock_9 .row:last-child .jeg_post,
.jeg_postblock_12 .row:last-child .jeg_pl_md_card,
.jeg_postblock_11 .row:last-child .jeg_post,
.jeg_postblock_14 .row:last-child .jeg_pl_md_box,
.jeg_postblock_15 .row:last-child .jeg_pl_md_box,
.jeg_heropost_1 .jeg_post:last-child,
.widget_postblock .jeg_post:last-child,
.jeg_section .row:last-child > div[class*="col-"] > .jeg_postblock:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- *
 *  05 - PAGINATION
 * ------------------------------------------------------------------------- */
.jeg_navigation {
	position: relative;
	margin-bottom: 30px;
}

.jeg_pagination .page_nav.prev:before, .jeg_pagination .page_nav.next:after {
	font-weight: normal;
	font-family: 'FontAwesome';
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_pagination .page_nav.prev:before {
	content: "\f104";
	padding-right: 6px;
}

.jeg_pagination .page_nav.next:after {
	content: "\f105";
	padding-left: 6px;
}

.no_navtext .navtext {
	display: none;
}

.no_navtext .page_nav.prev:before {
	padding-right: 0;
}

.no_navtext .page_nav.next:after {
	padding-left: 0;
}

.jeg_pagination.jeg_alignleft {
	text-align: left;
}

.jeg_pagination.jeg_alignright {
	text-align: right;
}

.jeg_pagination.jeg_aligncenter {
	text-align: center;
}

.no_pageinfo .page_info {
	display: none;
}

.jeg_pagination .page_nav, .jeg_pagination .page_number {
	margin: 0 5px 10px 0
}

.jeg_pagination .dots + .page_number {
	margin-right: 0
}

.page_nav.hide {
	display: none;
}

.page_nav.disable {
	background: #f5f5f5;
}

.page_nav.disable a {
	color: #a0a0a0;
}

/* Pagination: Style 1 */
.jeg_pagenav_1 .page_nav, .jeg_pagenav_1 .page_number {
	color: #212121;
	padding: 0 10px;
	display: inline-block;
	border: 1px solid #eee;
	text-align: center;
	min-width: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.jeg_pagenav_1 a.page_nav:hover, .jeg_pagenav_1 a.page_number:hover {
	background: #f5f5f5;
}

.jeg_pagenav_1 .page_number.active, .jeg_pagenav_1 .page_number.active:hover {
	color: #fff;
	border-color: #f70d28;
	background: #f70d28;
}

.jeg_pagenav_1 .page_number.dots {
	border: 0;
	font-weight: normal;
}

.jeg_pagenav_1 .page_info, .jeg_pagenav_2 .page_info {
	margin: 0 10px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 32px;
	float: left;
}

.jeg_pagenav_1.jeg_alignleft .page_info, .jeg_pagenav_2.jeg_alignleft .page_info {
	float: right;
	margin: 0 0 0 10px;
}

.jeg_pagenav_1.jeg_alignright .page_nav, .jeg_pagenav_1.jeg_alignright .page_number {
	margin-right: 0;
	margin-left: 5px;
}

.jeg_pagenav_1.jeg_aligncenter:not(.no_pageinfo) .page_info,
.jeg_pagenav_2.jeg_aligncenter:not(.no_pageinfo) .page_info {
	float: none;
	display: block;
	margin: 0;
}

.jeg_pagenav_1 .nav_link {
	display: inline-block;
}

.jeg_pagenav_1 .page_nav.disabled {
	display: none;
}

/* Pagination: Style 2 */
.jeg_pagenav_2 .page_nav,
.jeg_pagenav_2 .page_number {
	color: #212121;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	min-width: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.jeg_pagenav_2 .page_nav:hover,
.jeg_pagenav_2 .page_number:hover {
	background: #eee;
}

.jeg_pagenav_2 .page_number.active,
.jeg_pagenav_2 .page_number.active:hover {
	color: #fff;
	background: #212121;
}

.jeg_pagenav_2 .page_number.dots {
	border: 0;
	font-weight: normal;
}

.jeg_pagenav_2 .nav_link {
	display: inline-block;
}

.jeg_pagenav_2 .page_nav.disabled {
	display: none;
}

/* Pagination: Style 3 */
.jeg_pagenav_3 {
	border-top: 2px solid #eee;
}

.jeg_pagenav_3.jeg_aligncenter {
	padding-bottom: 30px;
}

.jeg_pagenav_3.jeg_aligncenter.no_pageinfo {
	padding-bottom: 0;
}

.jeg_pagenav_3 .page_nav {
	display: inline-block;
	position: absolute;
	color: #666;
	border: 1px solid #eee;
	height: 30px;
	min-width: 30px;
	width: 65px;
	top: 26px;
	margin: auto;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
}

.jeg_pagenav_3.jeg_aligncenter .page_nav {
	width: auto;
}

.jeg_pagenav_3.no_navtext .page_nav {
	width: 30px;
	font-size: 16px;
}

.jeg_pagenav_3 .page_nav.prev {
	right: 70px;
}

.jeg_pagenav_3 .page_nav.next {
	right: 0;
}

.jeg_pagenav_3.no_navtext .page_nav.prev {
	right: 35px;
}

.jeg_pagenav_3.jeg_aligncenter .page_nav.prev {
	left: 0;
	right: auto
}

.jeg_pagenav_3.jeg_aligncenter .page_nav.next {
	right: 0;
}

.jeg_pagenav_3 .page_number {
	color: #666;
	padding: 30px 0 5px;
	margin-bottom: 0;
	display: inline-block;
	text-align: center;
	min-width: 30px;
	font-size: 13px;
	font-weight: bold;
	border-top: 2px solid transparent;
	margin-top: -2px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jeg_pagenav_3 .page_number:hover {
	border-color: #f70d28;
}

.jeg_pagenav_3 .page_nav:hover {
	color: #212121;
	border-color: #e0e0e0;
	background: #f5f5f5;
}

.jeg_pagenav_3 .page_number.active, .jeg_pagenav_3 .page_number.active:hover {
	color: #212121;
	border-color: #212121;
}

.jeg_pagenav_3 .page_number.dots {
	color: #a0a0a0;
	border: 0;
	font-weight: normal;
}

.jeg_pagenav_3 .page_info {
	float: left;
	margin-right: 15px;
	padding: 30px 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.jeg_pagenav_3.jeg_aligncenter .page_info {
	color: #a0a0a0;
	font-size: 11px;
	float: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.jeg_pagenav_3 .nav_link {
	display: inline-block;
}

.jeg_pagenav_3 .page_nav.disabled {
	color: #a0a0a0;
}

/* Pagination: Loadmore */
.jeg_loadmore {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.jeg_loadmore .btn {
	position: relative;
	min-width: 30%;
	height: 30px;
	line-height: 30px;
}

.jeg_loadmore .btn:before, .jeg_loadmore .btn:after {
	content: '';
	height: 2px;
	background: #eee;
	width: 1000px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	cursor: none;
	pointer-events: none;
}

.jeg_loadmore .btn:before {
	right: 100%;
	margin-right: 20px;
}

.jeg_loadmore .btn:after {
	left: 100%;
	margin-left: 20px;
}

/* ------------------------------------------------------------------------- *
 *  06 - ADVERTISEMENT
 * ------------------------------------------------------------------------- */
.jeg_ad {
	text-align: center;
}

.jeg_ad .adlink {
	display: inline-block;
}

.jeg_ad small {
	font-size: 10px;
	margin: 5px 0 -10px;
	display: block;
	text-transform: uppercase;
	color: #a0a0a0;
}

.ads-text {
	font-size: 9px;
	letter-spacing: 4px;
	padding: 10px 0 5px;
	font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
	color: #a0a0a0;
}

.jeg_preview_slider_ads .ads-text {
	padding: 0;
}

.jnews_content_bottom_ads {
	margin: 30px auto;
}

.jnews_sidefeed_ads .ads-wrapper {
	display: block !important;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.jeg_ad_module {
	margin-bottom: 40px;
}

.jeg_ad_module:empty {
	display: none;
}

.jnews_header_top_ads {
	position: relative;
	background: #f5f5f5;
	z-index: 9999;
}

.jnews_article_top_ads > .ads-wrapper > *,
.jnews_archive_above_hero_ads > .ads-wrapper > *,
.jnews_archive_below_hero_ads > .ads-wrapper > *,
.jnews_archive_above_content_ads > .ads-wrapper > * {
	padding-bottom: 30px;
}

.jeg_single_tpl_9 .jnews_article_top_ads > * {
	padding-top: 20px;
	padding-bottom: 20px;
}

.jeg_ad_article .align-center {
	margin: 1em 0;
}

.jeg_ad_article .align-right {
	float: right;
	padding: 10px 0 10px 30px;
}

.jeg_ad_article .align-left {
	float: left;
	padding: 10px 30px 10px 0;
}

.bgads {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.bgads a {
	display: block;
	width: 100%;
	height: 100%;
}

.jnews_mobile_sticky_ads > * {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #DBDBDB;
	text-align: center;
	line-height: 1;
}

.jnews_mobile_sticky_ads > .ads-wrapper > * {
	padding: 10px;
}

@media (min-width: 1198px) {
	.jeg_ads_hide_desktop {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 766px) {
	.jeg_ads_hide_tab {
		display: none;
	}
}

@media (max-width: 767px) {
	.jeg_ads_hide_phone {
		display: none;
	}
}

.jeg_ad .ads_image, .jeg_ad .ads_image_tablet, .jeg_ad .ads_image_phone {
	display: none;
}

@media (min-width: 1025px) {
	.jeg_ad .ads_image {
		display: block;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {
	.jeg_ad .ads_image_tablet {
		display: block;
	}
}

@media (max-width: 768px) {
	.jeg_ad .ads_image_phone {
		display: block;
	}
}

/* ------------------------------------------------------------------------- *
 *  07 - WIDGET & SIDEBAR
 * ------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
}

/** Widget: Tab Post **/
.jeg_tabpost_nav {
	display: block;
	overflow: hidden;
}

.jeg_tabpost_nav li {
	float: left;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	border-right: 0;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	width: 33.333333333%;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.jeg_tabpost_nav li:last-child {
	border-right: 1px solid #eee;
}

.jeg_tabpost_nav li:hover {
	color: #212121;
	background: #fafafa;
}

.jeg_tabpost_nav li.active {
	border-bottom-color: #f70d28;
	color: #212121;
}

.jeg_tabpost_content {
	padding-top: 30px;
}

.jeg_tabpost_content .jeg_tabpost_item {
	display: none;
}

.jeg_tabpost_content .jeg_tabpost_item.active {
	display: block;
}

/** Widget: Search **/
.widget_search .jeg_search_form {
	position: relative;
}

.widget_search .jeg_search_input {
	padding-right: 50px;
}

.widget_search .jeg_search_button {
	width: 40px;
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1em;
	letter-spacing: normal;
}

/** Widget: Meta, Pages, Archive, Recent Posts, RSS **/
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_rss li {
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 0.5em;
	list-style: none;
	position: relative;
}

.widget_archive li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_rss li a {
	color: #212121;
}

.widget_archive li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover {
	color: #f70d28;
}

/** Widget: Recent Post **/
.widget_recent_entries ul li,
.widget_rss ul li {
	margin-bottom: 12px;
}

.widget_rss .rss-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #a0a0a0;
}

.widget_rss .rssSummary {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	margin: 5px 0;
}

.widget_rss cite {
	display: block;
	font-size: 12px;
	color: #f70d28;
}

.jeg_footer.dark .widget_rss cite,
.jeg_footer .footer_dark .widget_rss cite {
	color: rgba(255, 255, 255, 0.8);
}

/** Widget: Category, Custom Menu **/
.widget_categories li,
.widget_nav_menu li,
.widget_polylang li {
	margin: 0;
	list-style: none;
	color: #a0a0a0;
	border-top: 1px solid #eee;
	position: relative;
	line-height: 1.8em;
	padding: 6px 0;
}

.widget.widget_categories li {
	text-align: right;
}

.widget.widget_categories a {
	float: left;
	text-align: left;
}

.widget.widget_categories li:after {
	clear: both;
	content: "";
	display: table;
}

.widget.widget_categories ul.children {
	clear: both;
}

.widget_categories > ul > li:first-child,
.widget_nav_menu .menu > li:first-child,
.widget_polylang li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_categories li a {
	color: #212121;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}

.widget_nav_menu li a,
.widget_polylang li a {
	color: #212121;
	display: inline-block;
	font-weight: bold;
}

.widget_categories li a:hover,
.widget_polylang li a:hover {
	color: #f70d28;
}

.widget_categories li span {
	position: absolute;
	right: 0;
	top: 5px;
}

.widget_categories li ul,
.widget_nav_menu li ul {
	padding-top: 6px;
}

.widget_categories li li,
.widget_nav_menu li li {
	font-size: 12px;
	padding: 3px 0 3px 20px;
	border-style: dotted;
}

.widget_categories li.current-cat > a {
	color: #f70d28;
}

.widget_categories li.current-cat ul {
	display: block;
}

.widget.widget_categories .chosen-container li {
	text-align: left;
}

/* Widget Polylang */
.widget_polylang li img {
	margin: 0 4px 2px 0;
}

/* on footer */
.jeg_footer .widget_categories > ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.footer_column.col-md-2 .widget_categories > ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.jeg_footer .widget_categories li {
	border-top: 0;
	margin: 0;
	padding: 0 0 10px;
	line-height: normal;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.jeg_footer .widget_categories li a {
	padding: 0;
	text-transform: capitalize;
}

.jeg_footer .widget_categories li span {
	font-size: 0.9em;
	position: relative;
	top: 0;
}

.jeg_footer .col-md-3 .widget_categories > ul,
.jeg_footer .vc_col-sm-3 .widget_categories > ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.jeg_footer .widget_nav_menu li {
	border: 0;
	line-height: normal;
	padding: 0 0 10px;
}

/** Widget: Tags **/
.widget_tag_cloud a {
	font-size: 11px !important;
	letter-spacing: 1px;
	line-height: inherit;
	background: #f5f5f5;
	padding: 3px 10px;
	color: #616161;
	display: inline-block;
	margin: 0 3px 6px 0;
	text-decoration: none !important;
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.widget_tag_cloud a:hover {
	color: #fff;
	background: #f70d28;
}

/** Widget: Calendar **/
.widget_calendar .calendar_wrap {
	border: 1px solid #e0e0e0;
}

.widget_calendar caption {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	padding: 12px 0;
	color: #616161;
	background: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
}

.widget_calendar table {
	border: 0;
	width: 100%;
	border-collapse: collapse;
}

.widget_calendar thead {
	border-bottom: 1px solid #e0e0e0;
}

.widget_calendar thead th {
	font-size: 12px;
	font-weight: bold;
	color: #53585c;
	padding: 10px 0;
	text-align: center;
}

.widget_calendar tbody td {
	text-align: center;
	color: #a0a0a0;
	font-size: 13px;
}

.widget_calendar tbody tr:nth-child(even) {
	background: #f7f7f7;
}

.widget_calendar tbody td#today {
	color: #212121;
	font-weight: bolder;
}

.widget_calendar tbody tr {
	background: transparent
}

.widget_calendar tbody td {
	padding: 10px 0;
}

.widget_calendar tbody .pad {
	background: transparent
}

.widget_calendar tbody a {
	color: #555;
	display: block
}

.widget_calendar tbody a:hover {
	color: #000
}

.widget_calendar tfoot {
	border-top: 1px solid #e0e0e0;
}

.widget_calendar tfoot td {
	text-transform: uppercase;
	border: 0;
	font-size: 12px;
	padding: 10px
}

.widget_calendar tfoot a {
	font-weight: bold;
	color: #53585c;
}

.widget_calendar #prev {
	text-align: left
}

.widget_calendar #next {
	text-align: right
}

/* on footer */
.jeg_footer .widget_calendar .calendar_wrap {
	background: #fff;
}

.jeg_footer.dark .widget_calendar .calendar_wrap,
.jeg_footer .footer_dark .widget_calendar .calendar_wrap {
	background: rgba(255, 255, 255, .05);
	border: none;
}

.jeg_footer.dark .widget_calendar caption,
.jeg_footer .footer_dark .widget_calendar caption {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border: 0;
}

.jeg_footer.dark .widget_calendar thead,
.jeg_footer .footer_dark .widget_calendar thead {
	border-color: rgba(255, 255, 255, .05);
}

.jeg_footer.dark .widget_calendar thead th,
.jeg_footer .footer_dark .widget_calendar thead th {
	color: #fff;
}

.jeg_footer.dark .widget_calendar tbody td#today,
.jeg_footer .footer_dark .widget_calendar tbody td#today {
	color: #fff;
}

.jeg_footer.dark .widget_calendar tbody tr:nth-child(even),
.jeg_footer .footer_dark .widget_calendar tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, .05);
}

.jeg_footer.dark .widget_calendar tfoot,
.jeg_footer .footer_dark .widget_calendar tfoot {
	border: 0;
}

/** Widget: Advertisement **/
.jeg_ad_widget .ad_container {
	padding: 15px 0;
	border: 1px solid #eee;
}

/** Widget: Mailchimp for WP **/
.widget .mc4wp-form,
.jeg_sidebar .mc4wp-form {
	padding: 20px 25px;
	background: #f7f7f7;
	border: 1px solid #eee;
}

.mc4wp-form h3 {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 0px;
}

.mc4wp-form-fields p {
	position: relative;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mc4wp-form-fields p:last-of-type {
	margin-bottom: 0
}

.mc4wp-form input[type="submit"] {
	width: 100%;
}

.mc4wp-form input + input[type="submit"] {
	width: auto;
}

.mc4wp-response p {
	margin: 0 !important;
}

.mc4wp-alert {
	padding: 6px 10px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 1.5;
	margin: 0.5em 0;
	border: 1px solid #e0e0e0;
}

.mc4wp-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.mc4wp-form .jeg_mc4wp_heading {
	margin-bottom: 1em;
}

/* MC4WP: VC Element */
.jeg_main_content .mc4wp-form {
	padding: 30px;
	margin-bottom: 40px;
	border: 6px solid #eee;
}

.jeg_main_content .mc4wp-form .mc4wp-form-fields {
	max-width: 640px;
	margin: auto;
}

.jeg_main_content .mc4wp-form h3 {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 0px;
}

.jeg_main_content .mc4wp-form input[type="text"],
.jeg_main_content .mc4wp-form input[type="email"] {
	font-size: 16px;
}

.jeg_main_content .mc4wp-form input[type="email"]:not(:only-child) {
	width: 70%;
}

.jeg_main_content .mc4wp-form input + input[type="submit"] {
	width: 25%;
	right: auto;
	margin-left: 15px;
	vertical-align: top;
}

/* Inline style */
.jeg_inline_subscribeform .mc4wp-form {
	padding: 0;
	margin-bottom: 0;
	border: 0;
}

.jeg_inline_subscribeform .mc4wp-form h3 {
	font-size: 16px;
	margin: 0 0 4px;
}

.jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
	padding-right: 40px;
	max-width: 45%;
	margin-bottom: 0;
}

.jeg_inline_subscribeform .mc4wp-form-fields {
	display: flex;
	max-width: none !important;
	align-items: center;
	justify-content: space-between;
}

.jeg_inline_subscribeform .mc4wp-form-fields p {
	padding-right: 20px;
	flex-grow: 1;
	font-size: 14px;
	margin-bottom: 0;
}

.jeg_inline_subscribeform .mc4wp-form-fields p:last-of-type {
	padding-right: 0;
}

/** Widget: About **/
.widget_jnews_about p {
	margin-bottom: 15px;
}

.widget_jnews_about p:last-of-type {
	margin-bottom: 0;
}

.jeg_about_widget .readmore {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.jeg_about_img {
	display: block;
	margin-bottom: 20px;
}

.jeg_about_name {
	display: block;
	position: relative;
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: bold;
}

.widget .widget_jnews_about .jeg_about_name,
.elementor-widget .jeg_about_name,
.jeg_sidebar .widget_jnews_about .jeg_about_name {
	background: #fff;
	font-weight: normal;
	margin: -50px 30px 0 30px;
	padding: 10px;
}

.jeg_about_title {
	color: #a0a0a0;
	font-style: italic;
	margin-top: -5px;
	position: relative;
}

.jeg_about_autograph {
	display: block;
	margin: 15px 0;
}

.circle .jeg_about_name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 18px;
}

.circle .jeg_about_title {
	font-size: 13px;
}

.circle .jeg_about_img img {
	border-radius: 100%;
	max-width: 240px;
}

/** Widget: Social Icon **/
.socials_widget a {
	display: inline-block;
	margin: 0 10px 10px 0;
	text-decoration: none !important;
}

.socials_widget a .fa {
	font-size: 1em;
	display: inline-block;
	width: 38px;
	/* height: 36px; */
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.socials_widget .fa {
	font-size: 16px;
}

.socials_widget a:hover .fa {
	opacity: .75
}

.socials_widget a img:hover {
	opacity: .75;
}

.socials_widget span {
	display: inline-block;
	margin-left: 0.5em;
}

.socials_widget.rounded a .fa {
	border-radius: 3px;
}

.socials_widget.circle a .fa {
	border-radius: 100%;
}

.socials_widget.nobg a {
	margin: 0 20px 15px 0;
}

.socials_widget a:last-child {
	margin-right: 0
}

.socials_widget.nobg a .fa {
	font-size: 18px;
	width: auto;
	height: auto;
	line-height: inherit;
	background: transparent !important;
}

.socials_widget.monochrome a .fa {
	background: #212121;
}

.socials_widget.nobg.monochrome a .fa {
	color: #212121;
}

.socials_widget.vertical_social a {
	color: #212121;
	display: block;
	margin: 0 0 1em;
}

.jeg_aligncenter .vertical_social {
	text-align: left;
}

/* Social Color */
.socials_widget .jeg_rss .fa {
	background: #ff6f00;
}

.socials_widget .jeg_facebook .fa {
	background: #45629f;
}

.socials_widget .jeg_twitter .fa {
	background: #5eb2ef;
}

.socials_widget .jeg_google-plus .fa {
	background: #df5443;
}

.socials_widget .jeg_linkedin .fa {
	background: #0083bb;
}

.socials_widget .jeg_instagram .fa {
	background: #e4405f;
}

.socials_widget .jeg_pinterest .fa {
	background: #e02647;
}

.socials_widget .jeg_behance .fa {
	background: #1e72ff;
}

.socials_widget .jeg_dribbble .fa {
	background: #eb5590;
}

.socials_widget .jeg_reddit .fa {
	background: #5f99cf;
}

.socials_widget .jeg_stumbleupon .fa {
	background: #ff4e2e;
}

.socials_widget .jeg_telegram .fa {
	background: #0088cc;
}

.socials_widget .jeg_vimeo .fa {
	background: #a1d048;
}

.socials_widget .jeg_github .fa {
	background: #313131;
}

.socials_widget .jeg_flickr .fa {
	background: #ff0077;
}

.socials_widget .jeg_tumblr .fa {
	background: #2d4862;
}

.socials_widget .jeg_soundcloud .fa {
	background: #ffae00;
}

.socials_widget .jeg_youtube .fa {
	background: #c61d23;
}

.socials_widget .jeg_twitch .fa {
	background: #6441a5;
}

.socials_widget .jeg_vk .fa {
	background: #3e5c82;
}

.socials_widget .jeg_weibo .fa {
	background: #ae2c00;
}

.socials_widget .jeg_line_chat .fa {
	background: #00c300;
}

.socials_widget .jeg_line_chat .fa span {
	content: url('../img/line-share.png');
	width: 16px;
	height: 16px;
	margin: 0;
	vertical-align: middle;
}

/* Social Color No Background*/
.socials_widget.nobg .jeg_rss .fa {
	color: #ff6f00;
}

.socials_widget.nobg .jeg_facebook .fa {
	color: #45629f;
}

.socials_widget.nobg .jeg_twitter .fa {
	color: #5eb2ef;
}

.socials_widget.nobg .jeg_google-plus .fa {
	color: #df5443;
}

.socials_widget.nobg .jeg_linkedin .fa {
	color: #0083bb;
}

.socials_widget.nobg .jeg_instagram .fa {
	color: #e4405f;
}

.socials_widget.nobg .jeg_pinterest .fa {
	color: #e02647;
}

.socials_widget.nobg .jeg_behance .fa {
	color: #1e72ff;
}

.socials_widget.nobg .jeg_dribbble .fa {
	color: #eb5590;
}

.socials_widget.nobg .jeg_reddit .fa {
	color: #5f99cf;
}

.socials_widget.nobg .jeg_stumbleupon .fa {
	color: #ff4e2e;
}

.socials_widget.nobg .jeg_telegram .fa {
	color: #0088cc;
}

.socials_widget.nobg .jeg_vimeo .fa {
	color: #a1d048;
}

.socials_widget.nobg .jeg_github .fa {
	color: #313131;
}

.socials_widget.nobg .jeg_flickr .fa {
	color: #ff0077;
}

.socials_widget.nobg .jeg_tumblr .fa {
	color: #2d4862;
}

.socials_widget.nobg .jeg_soundcloud .fa {
	color: #ffae00;
}

.socials_widget.nobg .jeg_youtube .fa {
	color: #c61d23;
}

.socials_widget.nobg .jeg_twitch .fa {
	color: #6441a5;
}

.socials_widget.nobg .jeg_vk .fa {
	color: #3e5c82;
}

.socials_widget.nobg .jeg_weibo .fa {
	color: #ae2c00;
}

.socials_widget.nobg .jeg_line_chat .fa span {
	content: url('../img/line-green.png');
	width: 16px;
	height: 16px;
	margin: 0;
	vertical-align: middle;
}

/** Widget: Social Counter **/
.jeg_socialcounter {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.jeg_socialcounter li {
	float: left;
	text-align: center;
	margin: 0;
}

.jeg_socialcounter a {
	display: block;
	color: #53585c;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 6px 0;
	margin: 0 -1px -1px 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.jeg_socialcounter li:hover a {
	background: #f7f7f7;
}

.jeg_footer.dark .jeg_socialcounter a,
.jeg_footer .footer_dark .jeg_socialcounter a {
	color: inherit;
	background: transparent;
	box-shadow: none;
	border-color: #424242;
}

.jeg_footer.dark .jeg_socialcounter li:hover a {
	background: rgba(255, 255, 255, .1);
}

.jeg_footer.dark .jeg_socialcounter a .fa {
	color: inherit;
}

.jeg_socialcounter .fa {
	display: block;
	font-size: 28px;
	height: 32px;
	line-height: 32px;
	margin: 6px auto 3px;
}

.jeg_socialcounter li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.jeg_socialcounter li small {
	color: #a0a0a0;
	font-size: 11px;
	line-height: 1;
}

/* Social Counter Color (No Background) */
.jeg_socialcounter .jeg_rss .fa {
	color: #ff6f00;
}

.jeg_socialcounter .jeg_facebook .fa {
	color: #45629f;
}

.jeg_socialcounter .jeg_twitter .fa {
	color: #5eb2ef;
}

.jeg_socialcounter .jeg_google-plus .fa {
	color: #df5443;
}

.jeg_socialcounter .jeg_linkedin .fa {
	color: #0083bb;
}

.jeg_socialcounter .jeg_instagram .fa {
	color: #e4405f;
}

.jeg_socialcounter .jeg_pinterest .fa {
	color: #e02647;
}

.jeg_socialcounter .jeg_behance .fa {
	color: #1e72ff;
}

.jeg_socialcounter .jeg_dribbble .fa {
	color: #eb5590;
}

.jeg_socialcounter .jeg_reddit .fa {
	color: #5f99cf;
}

.jeg_socialcounter .jeg_stumbleupon .fa {
	color: #ff4e2e;
}

.jeg_socialcounter .jeg_telegram .fa {
	color: #0088cc;
}

.jeg_socialcounter .jeg_vimeo .fa {
	color: #a1d048;
}

.jeg_socialcounter .jeg_github .fa {
	color: #313131;
}

.jeg_socialcounter .jeg_flickr .fa {
	color: #ff0077;
}

.jeg_socialcounter .jeg_tumblr .fa {
	color: #2d4862;
}

.jeg_socialcounter .jeg_soundcloud .fa {
	color: #ffae00;
}

.jeg_socialcounter .jeg_youtube .fa {
	color: #c61d23;
}

.jeg_socialcounter .jeg_vk .fa {
	color: #3e5c82;
}

.jeg_socialcounter .jeg_weibo .fa {
	color: #ae2c00;
}

.jeg_socialcounter .jeg_twitch .fa {
	color: #6441a5;
}

.jeg_socialcounter .jeg_foursquare .fa {
	color: #2d5be3;
}

.jeg_socialcounter .jeg_vine .fa {
	color: #00bf8f;
}

/* Colored Background */
.jeg_socialcounter.colored:not(.col1) {
	position: relative;
	margin-right: -2px;
}

.jeg_socialcounter.colored:not(.col1) a {
	margin-right: 2px;
	margin-bottom: 2px;
}

.jeg_socialcounter.colored a {
	border: 0;
	background: #212121;
	color: #fff;
	-webkit-backface-visibility: hidden;
}

.jeg_socialcounter.colored a:hover {
	opacity: 0.75;
}

.jeg_socialcounter.colored .fa, .jeg_socialcounter.colored li small {
	color: #fff;
}

/* Social Counter Background Color */
.jeg_socialcounter.colored .jeg_rss a {
	background-color: #ff6f00;
}

.jeg_socialcounter.colored .jeg_facebook a {
	background-color: #45629f;
}

.jeg_socialcounter.colored .jeg_twitter a {
	background-color: #5eb2ef;
}

.jeg_socialcounter.colored .jeg_google-plus a {
	background-color: #df5443;
}

.jeg_socialcounter.colored .jeg_linkedin a {
	background-color: #0083bb;
}

.jeg_socialcounter.colored .jeg_instagram a {
	background-color: #e4405f;
}

.jeg_socialcounter.colored .jeg_pinterest a {
	background-color: #e02647;
}

.jeg_socialcounter.colored .jeg_behance a {
	background-color: #1e72ff;
}

.jeg_socialcounter.colored .jeg_dribbble a {
	background-color: #eb5590;
}

.jeg_socialcounter.colored .jeg_reddit a {
	background-color: #5f99cf;
}

.jeg_socialcounter.colored .jeg_stumbleupon a {
	background-color: #ff4e2e;
}

.jeg_socialcounter.colored .jeg_telegram a {
	background-color: #0088cc;
}

.jeg_socialcounter.colored .jeg_vimeo a {
	background-color: #a1d048;
}

.jeg_socialcounter.colored .jeg_github a {
	background-color: #313131;
}

.jeg_socialcounter.colored .jeg_flickr a {
	background-color: #ff0077;
}

.jeg_socialcounter.colored .jeg_tumblr a {
	background-color: #2d4862;
}

.jeg_socialcounter.colored .jeg_soundcloud a {
	background-color: #ffae00;
}

.jeg_socialcounter.colored .jeg_youtube a {
	background-color: #c61d23;
}

.jeg_socialcounter.colored .jeg_vk a {
	background-color: #3e5c82;
}

.jeg_socialcounter.colored .jeg_weibo a {
	background-color: #ae2c00;
}

.jeg_socialcounter.colored .jeg_twitch a {
	background-color: #6441a5;
}

.jeg_socialcounter.colored .jeg_foursquare a {
	background-color: #2d5be3;
}

.jeg_socialcounter.colored .jeg_vine a {
	background-color: #00bf8f;
}

/* Social Counter: 1 Column Layout */
.jeg_socialcounter.col1 li {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 38px;
	margin-bottom: 10px;
}

.jeg_socialcounter.col1 li:last-child a {
	margin-bottom: 0;
}

.jeg_socialcounter.col1 a {
	padding: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08)
}

.jeg_socialcounter.col1 .fa {
	float: left;
	width: 45px;
	font-size: 16px;
	height: auto;
	line-height: inherit;
	margin: 0;
	text-align: center;
}

.jeg_socialcounter.col1 span, .jeg_socialcounter.col1 small {
	display: inline-block;
	font-size: inherit;
	margin-right: 5px;
}

/* Social Counter: 2 Column Layout */
.jeg_socialcounter.col2 li {
	width: 50%;
}

.jeg_socialcounter.col2 li:nth-last-child(-n+2) a {
	margin-bottom: 0;
}

/* Social Counter: 3 Column Layout */
.jeg_socialcounter.col3 li {
	width: 33.333333333%;
}

.jeg_socialcounter.col3 li:nth-last-child(-n+3) a {
	margin-bottom: 0;
}

/* Social Counter: 4 Column Layout */
.jeg_socialcounter.col4 li {
	width: 25%;
}

.jeg_socialcounter.col4 li:nth-last-child(-n+4) a {
	margin-bottom: 0;
}

/** Widget: Popular Post **/
.popularpost_item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
}

.popularpost_item .jeg_post_title {
	font-size: 14px;
	/* line-height: 1.35em; */
	margin: 0 0 5px;
}

.popularpost_item .jeg_post_title a:before {
	content: attr(data-num);
	position: absolute;
	font-size: 18px;
	text-align: center;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-style: italic;
	background: #eee;
	padding: 10px;
	border-radius: 100%;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.popularpost_item:hover .jeg_post_title a:before {
	background: #f70d28;
	color: #fff;
}

.popularpost_item:first-child {
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #eee;
}

.popularpost_item:first-child .jeg_post_title {
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto 5px;
	line-height: 1.25;
	padding-right: 80px;
	position: relative;
}

.popularpost_item:first-child .jeg_post_title a:before,
.popularpost_item:first-child:hover .jeg_post_title a:before {
	right: 0;
	left: auto;
	text-align: center;
	height: auto;
	line-height: 1;
	width: 50px;
	font-size: 36px;
	border-radius: 0;
	background: none;
	border-left: 1px solid #eee;
	color: #d7d7d7;
	-webkit-animation: none;
}

.popularpost_meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #a0a0a0;
}

.jeg_socialshare .share_count i {
	display: inline-block;
	margin-right: 5px;
}

.jeg_socialshare:hover .share_count {
	display: none;
}

.jeg_socialshare:hover .socialshare_list {
	opacity: 1;
	height: auto;
	width: auto;
}

.socialshare_list {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.socialshare_list a {
	font-size: 11px;
	position: relative;
	margin-right: 5px;
	text-transform: none;
}

.socialshare_list .share-text {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	padding: 0 5px 0 22px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.socialshare_list .share-text:before {
	position: absolute;
	left: 5px;
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socialshare_list .share-count {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	color: #888;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	margin-left: 5px;
	min-width: 15px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.socialshare_list .share-count:before, .socialshare_list .share-count:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	display: block;
}

.socialshare_list .share-count:before {
	border-color: transparent #bfbfbf;
	top: 5px;
	left: -6px;
}

.socialshare_list .share-count:after {
	border-color: transparent #fff;
	top: 5px;
	left: -4px;
}

.jeg_share_fb .share-text {
	color: #fff;
	background: #45629f;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.jeg_share_fb .share-text:before {
	content: "\f082";
}

.jeg_share_tw .share-text {
	color: #fff;
	background: #5eb2ef;
}

.jeg_share_tw .share-text:before {
	content: "\f099";
}

/** Widget: Instagram, Dribbble & Flickr **/
.widget.widget_jnews_instagram, .widget.widget_jnews_dribbble, .widget.widget_jnews_flickr {
	margin-bottom: 30px;
}

.jeg_grid_thumb_widget {
	position: relative;
}

.jeg_footer.dark .jeg_grid_thumb_widget > h3 > a, .jeg_grid_thumb_widget > h3 > a {
	color: #212121;
}

.jeg_grid_thumb_widget > h3 {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 2;
	text-align: center;
}

.jeg_grid_thumb_widget > h3 > a {
	background: #fff;
	padding: 8px 20px;
	border-radius: 25px;
	color: #212121;
}

.jeg_grid_thumb_widget .fa {
	font-size: 12px;
}

.jeg_grid_thumb_widget li {
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.jeg_grid_thumb_widget li {
	margin-right: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;
}

.jeg_grid_thumb_widget .col2 li {
	width: 48.717948717948715%;
}

.jeg_grid_thumb_widget .col3 li {
	width: 31.623931623931625%;
}

.jeg_grid_thumb_widget .col4 li {
	width: 23.076923076923077%;
}

.jeg_grid_thumb_widget li.last {
	margin-right: 0;
}

.jeg_grid_thumb_widget li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.jeg_grid_thumb_widget .normal li:hover {
	opacity: 0.6;
}

.jeg_grid_thumb_widget .zoom li img,
.jeg_grid_thumb_widget .zoom-rotate li img {
	-webkit-transition: 1s linear;
	transition: 1s linear;
}

.jeg_grid_thumb_widget .zoom li:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 1.5s ease-out;
	transition: 1.5s ease-out;
}

.jeg_grid_thumb_widget .zoom-rotate li:hover img {
	-webkit-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
	-webkit-transition: 1.5s ease-out;
	transition: 1.5s ease-out;
}

.jeg_grid_thumb_widget .zoom li a:after,
.jeg_grid_thumb_widget .zoom-rotate li a:after {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	background: #fff;
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.jeg_grid_thumb_widget .zoom li:hover a:after,
.jeg_grid_thumb_widget .zoom-rotate li:hover a:after {
	opacity: .4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.jeg_grid_thumb_widget .icon li:hover a:before,
.jeg_grid_thumb_widget .like li:hover a:before,
.jeg_grid_thumb_widget .view li:hover a:before,
.jeg_grid_thumb_widget .comment li:hover a:before {
	opacity: 1;
}

.jeg_grid_thumb_widget .icon a:before,
.jeg_grid_thumb_widget .like a:before,
.jeg_grid_thumb_widget .view a:before,
.jeg_grid_thumb_widget .comment a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.jeg_grid_thumb_widget .icon li:hover a:after {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jeg_grid_thumb_widget .icon a:after {
	font-family: 'FontAwesome';
	content: '\f16d';
	display: block;
	position: absolute;
	color: #ffffff;
	font-size: 32px;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jeg_flickr_widget .icon a:after {
	content: '\f16e';
}

.jeg_dribbble_widget .icon a:after {
	content: '\f17d';
}

.jeg_behance_widget .icon a:after {
	content: '\f1b4';
}

.jeg_grid_thumb_widget .like li:hover .fa,
.jeg_grid_thumb_widget .view li:hover .fa,
.jeg_grid_thumb_widget .comment li:hover .fa {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jeg_grid_thumb_widget .like .fa,
.jeg_grid_thumb_widget .view .fa,
.jeg_grid_thumb_widget .comment .fa {
	display: block;
	position: absolute;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jeg_grid_thumb_widget .like .fa:before,
.jeg_grid_thumb_widget .view .fa:before,
.jeg_grid_thumb_widget .comment .fa:before {
	margin-right: 6px;
	font-family: 'FontAwesome';
}

.jeg_flickr_widget .flickr-pics li img,
.jeg_dribbble_widget .dribbble-pics li img,
.jeg_behance_widget .behance-pics li img {
	width: 100%;
}

/* ------------------------------------------------------------------------- *
 *  08 - POST
 * ------------------------------------------------------------------------- */
.entry-header .jeg_post_title {
	color: #212121;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.15;
	margin: 0 0 .4em;
	letter-spacing: -0.04em;
}

.entry-header .jeg_post_subtitle {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #a0a0a0;
}

.entry-header {
	margin: 0 0 30px;
}

.entry-header .jeg_meta_container {
	position: relative;
}

.entry-header .jeg_post_meta {
	font-size: 13px;
	color: #a0a0a0;
	text-transform: none;
	display: block;
}

.entry-header .jeg_post_meta_1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: flex-start;
}

.entry-header .jeg_meta_like a, .entry-header .jeg_meta_comment a {
	color: #53585c;
	font-weight: normal;
}

.entry-header .jeg_meta_like {
	position: relative;
}

.entry-header .jeg_meta_like.clicked:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.entry-header .jeg_meta_like.clicked > a > i:before {
	content: '\f110';
}

.entry-header .jeg_post_meta_2 .jeg_meta_like_container,
.entry-header .jeg_post_meta_2 .jeg_meta_comment {
	margin-left: 15px;
	font-size: 16px;
}

.entry-header a.dislike {
	padding-left: 10px;
}

.entry-header .jeg_post_meta .fa {
	color: #2e9fff;
	font-size: 16px;
	margin-right: 2px;
}

.entry-header .jeg_meta_author + .jeg_meta_date:before {
	content: '\2014';
	margin-right: 10px;
}

.entry-header .meta_right {
	text-align: right;
	flex: 1 0 auto;
	margin-left: auto;
}

.entry-header .meta_left > div {
	display: inline-block;
}

.entry-header .meta_left > div:not(:last-of-type) {
	margin-right: 6px;
}

.entry-header .meta_right > div {
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
}

.entry-header .jeg_post_meta .meta_right .fa {
	font-size: inherit;
}

.jeg_meta_author img {
	width: 35px;
	border-radius: 100%;
	margin-right: 5px;
}

.entry-header .jeg_meta_trending .fa,
.entry-header .jeg_post_meta .jeg_meta_trending .fa,
.jeg_meta_trending .fa {
	width: 22px;
	border-radius: 50px;
	background: #f93d53;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 0px;
}

.jeg_meta_sponsor {
	text-align: center;
}

.jeg_meta_sponsor p {
	margin: 1em 0 1.75em;
}

.jeg_meta_sponsor img {
	max-height: 70px;
	padding: 0 20px;
}

.jeg_meta_zoom button {
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
}

.jeg_meta_zoom button:hover {
	background-color: rgba(0, 0, 0, 0.2)
}

.jeg_meta_zoom button:not(.zoom-reset) {
	width: 50px;
}

.meta_right div.jeg_meta_zoom {
	background-color: #eee;
	border-radius: 5px;
	overflow: hidden;
	display: inline-flex;
}

.jeg_post .jeg_meta_trending .fa {
	width: 16px;
	line-height: 16px;
	font-size: 10px;
}

.jeg_slider .jeg_meta_trending .fa {
	width: 20px;
	line-height: 20px;
	font-size: 12px;
}

.jeg_postblock_carousel_1 .jeg_meta_trending .fa {
	margin-left: 2px;
}

.jeg_meta_trending strong {
	margin-left: 10px;
}

.entry-header > .jeg_meta_trending {
	margin-bottom: 10px;
}

.jeg_fs_content .jeg_meta_trending,
.jeg_single_tpl_6 .entry-header .jeg_meta_trending {
	color: #fff;
	margin-bottom: 10px;
}

.jeg_single_tpl_6 .entry-header .jeg_meta_trending {
	position: relative;
	top: -11em;
}

.jeg_overlay_slider .jeg_meta_trending {
	margin-bottom: 15px;
}

.elementor-widget-jnews_slider_overlay_elementor .jeg_section {
	position: relative;
	overflow: hidden;
}

.elementor-widget-jnews_slider_overlay_elementor .jeg_overlay_slider {
	margin-bottom: 0;
}

/*Reading Progress Bar*/
.jeg_read_progress_wrapper .jeg_progress_container {
	height: 4px;
	width: 100%;
	/*background: rgba(0, 0, 0, 0.1);*/
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 99;
}

.jeg_read_progress_wrapper .jeg_progress_container.top {
	top: 0;
}

.admin-bar .jeg_read_progress_wrapper .jeg_progress_container.top {
	top: 32px;
}

.jeg_read_progress_wrapper .jeg_progress_container .progress-bar {
	background: #f70d28;
	width: 0;
	display: block;
	height: inherit;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

/* Featured Content */
.jeg_featured {
	margin-bottom: 30px;
}

.jeg_featured .wp-caption-text {
	margin: 3px 0 0;
	text-align: right;
	font-size: 11px;
	color: #a0a0a0;
}

/* Featured Gallery */
.jeg_owlslider .owl-nav div {
	font-size: 16px;
	color: #212121;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #fff;
	border: 0;
	box-shadow: 0 2px 25px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
}

.jeg_owlslider:hover .owl-nav div {
	opacity: 1;
}

.jeg_owlslider .owl-prev {
	left: 20px;
}

.jeg_owlslider .owl-nav .owl-next {
	right: 20px;
}

.jeg_owlslider .owl-nav div.disabled {
	opacity: 0;
}

.jeg_owlslider .owl-nav div:before {
	font-family: "jegicon" !important;
}

.jeg_owlslider .owl-prev:before {
	content: "\65";
}

.jeg_owlslider .owl-next:before {
	content: "\66";
}

.jeg_owlslider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.jeg_owlslider .owl-dot {
	display: inline-block;
	zoom: 1;
}

.jeg_owlslider .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	-webkit-backface-visibility: hidden;
}

.jeg_owlslider .owl-dots .owl-dot.active span,
.jeg_owlslider .owl-dots .owl-dot:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.load-image {
	position: relative;
	display: block;
}

.load-image:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}

.load-image:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* Fullscreen Featured Content */
.jeg_featured_big {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.jeg_fs_container {
	min-height: 0;
}

.jeg_fs_content {
	position: relative;
	height: 540px;
}

.jeg_featured_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#545454', GradientType=0);
}

.jeg_featured_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
}

.jeg_parallax .jeg_featured_img {
	background-position: 50% 0%;
}

.jeg_featured_big .entry-header {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	width: 100%;
	z-index: 2;
}

.jeg_fs_container .entry-header {
	padding-bottom: 50px;
	margin-bottom: 0;
}

.jeg_fs_content .jeg_post_meta {
	margin: 20px 0 0;
}

.jeg_fs_content .entry-header .jeg_post_meta .fa {
	color: #fff
}

.jeg_fs_scroll {
	cursor: pointer;
	z-index: 3;
	opacity: 0.8;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	width: 40px;
	line-height: 40px;
	height: 40px;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: jeg_bounce 4s infinite;
	animation: jeg_bounce 4s infinite;
}

.jeg_featured_big .entry-header .jeg_post_title,
.jeg_featured_big a,
.jeg_featured_big #breadcrumbs a {
	color: #fff;
}

.jeg_featured_big .jeg_post_subtitle,
.jeg_featured_big .entry-header .jeg_post_meta,
.jeg_featured_big .entry-header .jeg_post_meta a,
.jeg_featured_big #breadcrumbs,
.jeg_featured_big #breadcrumbs .breadcrumb_last,
.jeg_featured_big #breadcrumbs .breadcrumb_last_link a {
	color: #fff;
}

.jeg_featured_big #breadcrumbs a:hover {
	color: inherit;
	text-decoration: underline;
}

.jeg_featured_big .entry-header .jeg_post_title {
	max-width: 960px;
	font-size: 58px;
}

/* Video Embeds */
.wp-block-embed-youtube .jeg_video_container {
	position: static;
	padding: inherit;
}

.featured_video.floating:after {
	content: "";
	display: block;
}

.featured_video.floating:after,
.jeg_video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.featured_video.floating .jeg_featured_video_wrapper {
	position: fixed;
	width: 300px;
	z-index: 100;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}

.featured_video.floating.bottom_right .jeg_featured_video_wrapper {
	top: auto;
	bottom: 15px;
	right: 15px;
	animation: fade-in-up .25s ease forwards;
	transform: translateY(100%);
}

.featured_video.floating.bottom_left .jeg_featured_video_wrapper {
	top: auto;
	bottom: 15px;
	left: 15px;
	animation: fade-in-up .25s ease forwards;
	transform: translateY(100%);
}

.featured_video.floating.top_right .jeg_featured_video_wrapper {
	top: 45px;
	right: 15px;
	animation: fade-in-down .25s ease forwards;
	transform: translateY(-100%);
}

.featured_video.floating.top_left .jeg_featured_video_wrapper {
	top: 45px;
	left: 15px;
	animation: fade-in-down .25s ease forwards;
	transform: translateY(-100%);
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

.featured_video .floating_close {
	display: none;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 200;
	cursor: pointer;
	border-radius: 100%;
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.featured_video.floating .floating_close {
	display: block;
}

.featured_video .floating_close:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00d";
}

@media (max-width: 992px) {
	.featured_video.floating:after {
		display: none;
	}

	.featured_video.floating .jeg_featured_video_wrapper {
		position: relative;
		width: auto;
		z-index: 1;
		box-shadow: none;
	}
}

.jeg_video_container iframe,
.jeg_video_container object,
.jeg_video_container embed,
.jeg_video_container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jeg_video_content {
	margin-bottom: 20px;
	padding-top: 0;
}

.jeg_video_square {
	padding-bottom: 100%;
}

.wp-video {
	width: 100% !important;
	margin-bottom: 15px;
}

/* fix conflict with VC wrapper */
.wpb_video_wrapper .jeg_video_container {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}

.wpb_video_wrapper .jeg_video_content {
	margin-bottom: 0;
}

/* Instagram Embed */
.entry-content iframe.instagram-media {
	max-width: 748px !important;
}

/* Post Elements */
.entry-content {
	margin-bottom: 30px;
	position: relative;
}

.entry-content .content-inner.jeg_link_underline a {
	text-decoration: underline;
}

.content-inner {
	color: #333;
	font-size: 16px;
	line-height: 1.625em;
	word-break: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.content-inner::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 500;
}

.entry-content blockquote, .entry-content q {
	display: block;
	color: #7b7b7b;
	font-style: italic;
	font-size: 20px;
	line-height: 1.5em;
	padding-left: 1em;
	border-style: solid;
	border-color: #eee;
	border-left-width: 4px;
}

.entry-content blockquote p {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.entry-content blockquote cite {
	color: #a0a0a0;
	font-size: smaller;
	display: block;
	margin-top: 5px;
}

.entry-content blockquote cite:before {
	content: "\2014 \2009";
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content img {
	/*display: block;*/
}

/* Form */
.entry-content input:not([type="submit"]) {
	width: auto;
}

/* Table */
.entry-content table {
	width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	overflow-x: auto;
	word-break: break-word; /* prevent from long text, such as URL, etc */
	margin: 1em 0 30px;
	line-height: normal;
	color: #7b7b7b;
}

.entry-content tr {
	border-bottom: 1px solid #eee;
}

.entry-content tbody tr:hover {
	color: #53585c;
	background: #f7f7f7;
}

.entry-content thead tr {
	border-bottom: 2px solid #eee;
}

.entry-content th, .entry-content td {
	font-size: 0.85em;
	padding: 8px 20px;
	text-align: left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.entry-content th {
	color: #53585c;
	font-weight: bold;
	vertical-align: middle;
}

.entry-content tbody tr:last-child,
.entry-content th:first-child,
.entry-content td:first-child,
.entry-content th:last-child,
.entry-content td:last-child {
	border: 0;
}

.entry-content dt {
	font-weight: 600;
}

.entry-content dd {
	margin-bottom: 1.25em;
}

.entry-content em, .entry-content cite {
	font-style: italic;
}

.entry-content ins {
	background: #fcf8e3;
}

.entry-content sub, .entry-content sup {
	font-size: 62.5%;
}

.entry-content sub {
	vertical-align: sub;
	bottom: 0;
}

.entry-content sup {
	vertical-align: super;
	top: 0.25em;
}

/* Shortcodes */
.entry-content .intro-text {
	font-size: 1.5em;
	line-height: 1.458em;
	color: #212121;
	letter-spacing: -0.01em;
}

.entry-content .dropcap {
	display: block;
	float: left;
	margin: 0.04em 0.2em 0 0;
	color: #212121;
	font-size: 4em;
	line-height: 1;
}

.entry-content .dropcap.circle,
.entry-content .dropcap.square,
.entry-content .dropcap.rounded,
.entry-content .dropcap.border {
	color: #fff;
	background: #f70d28;
	display: inline-block;
	text-align: center;
	min-width: 68px;
	min-height: 68px;
	line-height: 1;
	font-size: 3em;
	margin-right: 0.3em;
	position: relative;
	padding: 10px;
	top: 0.095em;
}

.entry-content .dropcap.circle {
	border-radius: 68px;
}

.entry-content .dropcap.rounded {
	border-radius: 10px;
}

.entry-content .dropcap.border {
	font-size: 2.75em;
	padding: 8px;
	border: 3px solid #212121;
	color: #212121;
	background: transparent;
}

.entry-content .dropcap.shadow {
	font-family: Georgia, serif;
	font-size: 4.4em;
	text-shadow: 5px 5px #eee;
}

.entry-content .highlight {
	padding: 0 0.2em;
	border-radius: 2px;
	background: #000;
	color: #fff;
	display: inline-block;
}

.entry-content .pullquote {
	font-size: 24px;
	border: none;
	padding: 0;
	position: relative;
	text-align: center;
}

.entry-content .pullquote:before, .entry-content .pullquote:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #e0e0e0;
}

.entry-content .pullquote:before {
	margin: 1em auto 0.65em;
}

.entry-content .pullquote:after {
	margin: 0.75em auto 1em;
}

.entry-content .pullquote.align-left {
	clear: left;
	float: left;
	max-width: 35%;
	margin: 0.4em 1.2em 0.4em 0;
}

.entry-content .pullquote.align-right {
	clear: right;
	float: right;
	max-width: 35%;
	margin: 0.4em 0 0.4em 1.2em;
}

.entry-content .pullquote.align-center {
	margin: 1.25em auto;
	padding: 0.5em 12%;
}

.jeg_sidebar_none .entry-content .pullquote.align-center {
	padding: 0.5em 15%;
}

.entry-content:after {
	clear: both;
	content: "";
	display: block;
}

.content-inner ul, .content-inner ol,
.wpb_text_column ul, .wpb_text_column ol {
	padding-left: 2.14285714em;
	list-style-position: inside;
}

.content-inner li,
.wpb_text_column li {
	margin-bottom: 0.5em;
}

.content-inner ul,
.wpb_text_column ul {
	list-style: square;
}

.content-inner ol {
	list-style: decimal;
}

.content-inner ul.fa-ul {
	list-style: none;
	margin-left: inherit;
	padding-left: inherit;
}

.content-inner .btn {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px rgba(0, 0, 0, 0.12);
}

.content-inner .btn.btn-primary {
	background-color: #ebe9eb;
	color: #515151;
	text-shadow: none;
	box-shadow: none;
}

.content-inner .btn.btn-primary:hover, .content-inner .btn.btn-primary:focus {
	background-color: #e0e0e0
}

.content-inner .btn.btn-success {
	background-color: #00a652
}

.content-inner .btn.btn-success:hover, .content-inner .btn.btn-success:focus {
	background-color: #00984b
}

.content-inner .btn.btn-info {
	background-color: #2e9fff
}

.content-inner .btn.btn-info:hover, .content-inner .btn.btn-info:focus {
	background-color: #2a92ea
}

.content-inner .btn.btn-warning {
	background-color: #f9c203;
}

.content-inner .btn.btn-warning:hover, .content-inner .btn.btn-warning:focus {
	background-color: #e4b203
}

.content-inner .btn.btn-danger {
	background-color: #f95403;
}

.content-inner .btn.btn-danger:hover, .content-inner .btn.btn-danger:focus {
	background-color: #e44d03
}

.content-inner .alert {
	color: #666;
	padding: 8px 16px;
	margin: 1em 0;
	font-size: 14px;
	border: 1px solid #e0e0e0;
}

.content-inner .alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.content-inner .alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.content-inner .alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.content-inner .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* Global Content Margin */
.content-inner p, .content-inner blockquote, .content-inner q {
	margin: 0 0 1.25em;
}

.jeg_pagelinks, .jeg_splitpost_bar.bottom {
	margin: 1.75em auto 0;
	clear: both;
}

/* Split Post */
#split_content {
	position: relative;
	top: -50px;
}

#split_content:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_splitpost_bar {
	border: 1px solid #e0e0e0;
	margin: 0 0 1.25em;
	position: relative;
}

.jeg_splitpost_bar .nav_wrap {
	position: relative;
}

.jeg_splitpost_bar .current_title {
	cursor: pointer;
	color: #212121;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.jeg_splitpost_bar .current_title:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_splitpost_bar .page_nav {
	color: #a0a0a0;
	position: absolute;
	top: 0;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.jeg_splitpost_bar .page_nav a {
	display: block;
}

.jeg_splitpost_bar .page_nav .fa {
	font-size: 14px;
}

.jeg_splitpost_bar .page_nav.prev {
	left: 0
}

.jeg_splitpost_bar .page_nav.prev .fa {
	padding-right: 3px
}

.jeg_splitpost_bar .page_nav.next {
	right: 0
}

.jeg_splitpost_bar .page_nav.next .fa {
	padding-left: 3px;
}

.content-inner .jeg_splitpost_nav {
	font-family: inherit !important;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	padding: 0;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 11;
	list-style: none !important;
	margin: 0 !important;
	white-space: nowrap;
	min-width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
}

.nav-open .jeg_splitpost_nav {
	display: block;
	max-height: 411px;
	overflow-y: auto;
}

.jeg_splitpost_nav li {
	padding: 0 30px 0 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #eee;
	-webkit-transition: .15s;
	-o-transition: .15s;
	transition: .15s;
}

.jeg_splitpost_nav li:last-child {
	border-bottom: 0;
}

.jeg_splitpost_nav li a {
	display: block;
	padding: 8px 16px;
	font-size: 14px;
	text-align: left;
	color: #7b7b7b;
	white-space: normal;
	line-height: 1.4;
	-webkit-transition: .15s;
	-o-transition: .15s;
	transition: .15s;
}

.jeg_splitpost_nav li:before {
	color: #a0a0a0;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 14px;
	left: 15px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	line-height: normal;
	font-weight: normal;
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	transition: .2s ease-in-out;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_splitpost_nav li:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jeg_splitpost_nav li:hover {
	background: #f5f5f5;
}

.jeg_splitpost_nav li:hover a {
	color: #53585c;
	-webkit-transform: translate3d(12px, 0, 0);
	transform: translate3d(12px, 0, 0);
}

.jeg_splitpost_nav li.current a {
	color: #212121;
	font-weight: bold;
}

.split-wrapper {
	display: block;
	visibility: hidden;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.split-carousel .split-wrapper,
.split-wrapper.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}

/* Split Post: Style 1 */
.jeg_splitpost_1 {
	display: table;
	width: 100%;
}

.jeg_splitpost_1 > span {
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
	text-transform: uppercase;
	font-size: 12px;
	width: 20%;
	min-width: 150px;
	text-align: center;
	color: #a0a0a0;
	background: #f5f5f5;
	border-right: 1px solid #e0e0e0;
}

.jeg_splitpost_1 .current_title {
	padding: 8px 40px 8px 20px;
}

.jeg_splitpost_1 .nav_wrap {
	display: table-cell;
}

/* Split Post: Style 2 */
.jeg_splitpost_2 .current_title {
	padding: 8px 40px 8px 20px;
}

/* Split Post: Style 3 */
.jeg_splitpost_3 {
	text-align: center;
}

.jeg_splitpost_3 .nav_wrap {
	width: auto;
	margin: auto;
	display: inline-block;
	position: static;
	padding: 0 120px;
}

.jeg_splitpost_3 .current_title {
	position: relative;
	padding: 8px 0;
}

.jeg_splitpost_3 .current_title:after {
	color: #a0a0a0;
	position: relative;
	right: 0;
	top: 2px;
	line-height: normal;
	-webkit-transform: none;
	transform: none;
	margin-left: 5px;
}

.jeg_splitpost_3 .page_nav {
	max-width: 120px;
	line-height: 41px;
}

.jeg_splitpost_3 .page_nav a {
	padding: 0 15px;
}

.jeg_splitpost_3 .jeg_splitpost_nav {
	min-width: 18em;
	max-width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.jeg_splitpost_3 .jeg_splitpost_nav:after, .jeg_splitpost_3 .jeg_splitpost_nav:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.jeg_splitpost_3 .jeg_splitpost_nav:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

.jeg_splitpost_3 .jeg_splitpost_nav:before {
	border-color: rgba(224, 224, 224, 0);
	border-bottom-color: #e0e0e0;
	border-width: 6px;
	margin-left: -6px;
}

.jeg_splitpost_3 .page_nav.disable {
	background: transparent;
}

/* Split Post: Style 4 */
.jeg_splitpost_4 {
	border: 0;
	text-align: center;
}

.jeg_splitpost_4 .current_title {
	font-size: 22px;
	padding: 0 120px;
}

.jeg_splitpost_4 .current_title:after {
	display: none
}

.jeg_splitpost_4 .page_nav {
	text-align: center;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	background: #f70d28;
	color: #fff;
	border-radius: 2px;
	width: 100px;
	padding: 0;
}

.jeg_splitpost_4 .page_nav a, .jeg_splitpost_5 .page_nav a {
	color: #fff;
}

.jeg_splitpost_4 .page_nav.disable, .jeg_splitpost_5 .page_nav.disable {
	background: #eee;
}

.jeg_splitpost_4 .page_nav.disable a, .jeg_splitpost_5 .page_nav.disable a {
	color: #a0a0a0;
}

/* Split Post: Style 5 */
.jeg_splitpost_5 {
	border: 0;
}

.jeg_splitpost_5 .current_title {
	font-size: 24px;
	padding-right: 80px;
}

.jeg_splitpost_5 .current_title:after {
	display: none
}

.jeg_splitpost_5 .page_nav {
	text-align: center;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	background: #f70d28;
	color: #fff;
	border-radius: 2px;
	width: 35px;
	padding: 0;
}

.jeg_splitpost_5 .page_nav .fa {
	padding: 0;
	font-size: 16px;
	line-height: inherit;
}

.jeg_splitpost_5 .page_nav.prev {
	left: auto;
	right: 40px;
}

/** Split Post: List (from 6 to 14) **/
.split-postlist .current_title {
	font-size: 24px;
	min-height: 38px;
	margin-bottom: 14px;
	position: relative;
}

.split-postlist .pagenum {
	position: absolute;
	left: 0;
	top: 0;
}

.split-image-wrap {
	position: relative;
}

.split-template-6 .current_title {
	display: flex;
	font-size: 26px;
}

.split-template-6 .pageinfo {
	text-align: center;
	position: relative;
	top: -2px;
	line-height: 1.2;
	flex-shrink: 0;
}

.split-template-6 .pagetitle span a,
.split-template-9 .current_title a {
	box-shadow: inset 0 -2px 0;
	transition: .2s;
}

.split-template-6 .pagetitle span a:hover,
.split-template-9 .current_title a:hover {
	box-shadow: none;
}

.split-template-6 .pagetitle {
	border-left: 1px solid #eee;
	padding-left: 15px;
	margin-left: 15px;
	padding-bottom: .15em;
}

.split-template-6 .pagenum {
	position: relative;
	font-weight: bold;
}

.split-template-6 .pagetotal {
	font-size: 13px;
	color: #a0a0a0;
}

.split-template-7 .current_title,
.split-template-8 .current_title {
	padding-left: 32px;
}

.split-template-7 .current_title,
.split-template-10 .current_title {
	border-bottom: 3px solid;
}

.split-template-8 .current_title,
.split-template-11 .current_title {
	border-top: 3px solid;
}

.split-template-8 .current_title {
	padding-top: 5px;
}

.split-template-8 .pagenum {
	top: 5px;
}

.split-template-9 .pagenum,
.split-template-10 .pagenum,
.split-template-11 .pagenum,
.split-template-12 .pagenum,
.split-template-13 .pagenum,
.split-template-15 .pagenum,
.split-template-18 .pagenum,
.split-template-20 .pagenum {
	color: #fff;
	background-color: #212121;
	display: inline-block;
	min-width: 36px;
	line-height: 36px;
	text-align: center;
}

.split-template-14 .current_title {
	color: #fff;
	background-color: #212121;
	line-height: 1.4;
	min-height: 36px;
	padding: 2px 0 2px 42px;
}

.split-template-14 .pagenum {
	top: 2px;
	left: 10px;
}

.split-template-9 .current_title,
.split-template-10 .current_title,
.split-template-11 .current_title,
.split-template-12 .current_title,
.split-template-13 .current_title,
.split-template-15 .no-image .current_title {
	padding-left: 52px;
}

.split-template-9 .pagenum,
.split-template-10 .pagenum,
.split-template-11 .pagenum,
.split-template-12 .pagenum,
.split-template-13 .pagenum {
	font-size: 22px;
}

.split-template-10 .pagenum,
.split-template-11 .pagenum {
	bottom: 0;
}

.split-template-12 .pagenum {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.split-template-13 .pagenum {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/* Split Post: Style 15 */
.split-template-15 .split-image-wrap .pagenum,
.split-template-18 .split-image-wrap .pagenum,
.split-template-20 .pagenum {
	font-weight: bold;
	font-size: 24px;
	min-width: 40px;
	line-height: 40px;
	z-index: 2;
}

.split-template-15 .split-wrapper {
	margin-top: 1.5em;
}

.split-template-15 .with-image .current_title {
	margin-top: 0;
}

.split-template-15 .split-image > img,
.split-template-18 .split-image > img,
.split-template-19 .split-image > img,
.split-template-20 .split-image > img {
	margin-top: 0;
	margin-bottom: 24px;
}

/** Split Post: Carousel **/
.split-carousel .owl-nav .owl-prev,
.split-carousel .owl-nav .owl-next {
	position: absolute;
	top: 25%;
	width: 30px !important;
	line-height: 50px !important;
	background: #fff !important;
	border: none !important;
	font-size: 22px !important;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.split-carousel .owl-nav .owl-next {
	right: 0px;
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
}

.split-carousel .owl-nav .disabled {
	opacity: .5;
}

.split-template-16,
.split-template-19,
.split-template-20 {
	background: #f5f5f5;
	margin-bottom: 30px;
}

.split-template-16 .split-image img,
.split-template-19 .split-image img,
.split-template-20 .split-image img {
	margin-top: 0;
	margin-bottom: 0;
}

.split-template-16 .split-content,
.split-template-19 .split-content,
.split-template-20 .split-content {
	padding: 24px 30px 30px;
}

.split-template-16 .page_info,
.split-template-19 .page_info {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.split-template-16 .current_title,
.split-template-19 .current_title,
.split-template-20 .current_title {
	margin-top: 10px;
}

.split-template-19 .current_title {
	margin-bottom: 16px;
}

.split-template-16 .split-content p:last-child,
.split-template-19 .split-content p:last-child,
.split-template-20 .split-content p:last-child {
	margin-bottom: 0;
}


.split-template-19 .current_title span,
.split-template-20 .current_title span {
	background-color: #212121;
	color: #fff;
	padding: 0 5px;
	display: inline;
}

@media only screen and (min-width: 1024px) {
	.split-half-content .split-image {
		width: 50%;
		float: left;
	}

	.split-half-content .split-content {
		/*display: table;*/
		padding-top: 20px;
		overflow: hidden;
	}

	.has-half-content .owl-nav .owl-prev,
	.has-half-content .owl-nav .owl-next {
		opacity: 0;
		position: absolute;
		top: 50%;
		box-shadow: none;
		background: rgba(0, 0, 0, .6) !important;
		color: #fff;
		-webkit-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
	}

	.has-half-content:hover .owl-nav div {
		opacity: 1;
	}

	.has-half-content .owl-nav div:hover {
		color: #fff;
		background: rgba(0, 0, 0, .8) !important;
	}

	.split-half-content .split-image > img {
		margin-bottom: 0;
	}
}

/* Split Post: Bottom Navigation */
.jeg_bottomnav {
	margin: 1.25em 0;
}

.jeg_bottomnav .page_nav {
	width: 40%;
}

.jeg_bottomnav .page_nav.prev {
	float: left;
}

.jeg_bottomnav .page_nav.next {
	float: right;
	text-align: right;
}

.jeg_bottomnav strong {
	display: block;
}

.jeg_bottomnav span {
	font-size: smaller;
	color: #a0a0a0;
}

.jeg_bottomnav.textcenter {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.jeg_bottomnav.textcenter .page_nav {
	text-align: center;
	width: 50%;
	padding: 0 20px;
}

.jeg_bottomnav.textcenter .page_nav.next {
	border-left: 1px solid #eee;
}

/* Single Post Template */
.jeg_single_tpl_2 .entry-header .jeg_post_title,
.jeg_single_tpl_3 .entry-header .jeg_post_title,
.jeg_single_tpl_6 .entry-header .jeg_post_title {
	font-size: 4em;
	line-height: 1.1;
}

.jeg_single_tpl_2 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_3 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle,
.jeg_featured_big .entry-header .jeg_post_subtitle {
	font-size: 1.4em;
}

/* Single Narrow Width */
@media screen and (min-width: 1024px) {
	.jeg_single_narrow .jeg_inner_content > *,
	.jeg_single_narrow .content-inner > *,
	.jeg_share_bottom_container {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
	}

	.jeg_single_narrow .entry-content {
		max-width: 100%;
	}

	.jeg_single_narrow .jeg_inner_content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.jeg_single_narrow .jeg_share_button.share-float {
	margin-left: 80px;
}

.jeg_single_narrow .with-share .content-inner {
	margin-left: 0;
}

/* Single 10 */
.jeg_single_tpl_10 .jeg_featured_bg {
	position: relative;
}

.jeg_single_tpl_10 .jeg_featured_bg img {
	width: 100%
}

.jeg_single_tpl_10 .entry-header {
	text-align: center;
	position: relative;
	margin: 40px auto 50px;
}

.jeg_single_tpl_10 .entry-header:before {
	content: '';
	width: 80px;
	border-bottom: 2px solid #e0e0e0;
	left: 0;
	right: 0;
	margin: 1.75em auto;
	display: block;
}

/* Single 4 */
.jeg_single_tpl_4 .jeg_fs_container .entry-header:before {
	content: '';
	position: absolute;
	width: 100%;
	top: -50px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	bottom: 0;
	z-index: -1;
}

/* Single 5 */
.jeg_single_tpl_5 .jeg_featured_big .entry-header {
	text-align: center;
	bottom: 50%;
	padding-bottom: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.jeg_single_tpl_5 .jeg_featured_big .jeg_post_title {
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right {
	float: none;
}

.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right > div {
	font-size: inherit;
}

/* Single 6 */
.jeg_single_tpl_6 .jeg_featured_big {
	height: 350px;
}

.jeg_single_tpl_6.jnews_boxed_container .jeg_inner_content {
	margin-top: -30px;
}

.jeg_single_tpl_6 .jeg_fs_content {
	height: 100%;
}

.jeg_single_tpl_6 .jeg_featured_img {
	background-position: 50% 10%;
	background-size: cover;
}

.jeg_single_tpl_6 .jeg_breadcrumbs {
	margin-top: 15px;
}

.jeg_single_tpl_6 .entry-header .jeg_post_title {
	margin-top: -2.5em;
	min-height: 2em;
	position: relative;
}

.jeg_single_tpl_6 .entry-header .jeg_post_title span,
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle span {
	background: #fff;
	box-shadow: 7px 0 0 #fff, -7px 0 0 #fff;
}

/* Signle 9 */
.jeg_single_tpl_9 .jeg_featured_big {
	padding: 0;
	background: #000;
}

.jeg_single_tpl_9 .jeg_fs_content {
	height: auto;
}

.jeg_single_tpl_9 .jeg_featured {
	margin-bottom: 0;
	position: relative;
}

.jeg_single_tpl_9 .jeg_featured .wp-caption-text {
	position: absolute;
	bottom: 5px;
	right: 0;
	line-height: normal;
	padding: 3px 6px;
	background: rgba(0, 0, 0, 0.65);
}

.jeg_post_nav .post {
	position: absolute;
	top: 50%;
	padding: 5px;
	transform: translateY(-50%);
}

.jeg_post_nav .prev-post {
	left: 0;
}

.jeg_post_nav .next-post {
	right: 0;
}

/* Signle 9: Arrow Navigation */
.jeg_post_nav .post .arrow {
	display: block;
	position: relative;
	font-size: 48px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: rgba(255, 255, 255, .5);
	transition: .25s ease .15s;
}

.jeg_post_nav .post:hover .arrow {
	opacity: 0;
	transform: translate3d(-50%, 0, 0);
}

.jeg_post_nav .next-post:hover .arrow {
	transform: translate3d(50%, 0, 0);
}

.jeg_post_nav .post-title {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 200px;
	position: absolute;
	top: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.jeg_post_nav .post-title span {
	display: inline;
	background: rgba(0, 0, 0, 0.75);
}

.jeg_post_nav .post:hover .post-title {
	opacity: 1;
	visibility: visible;
	transition: .25s ease .3s;
	transform: translate3d(0, 0, 0);
}

.jeg_post_nav .prev-post .post-title {
	left: 20px;
	transform: translate3d(-30px, 0, 0);
}

.jeg_post_nav .next-post .post-title {
	right: 20px;
	text-align: right;
	transform: translate3d(30px, 0, 0);
}

/** single hack **/
body.jeg_single_tpl_4.jeg_force_fs, body.jeg_single_tpl_5.jeg_force_fs {
	background-image: none !important;
}

/* Autoload Post */
.jeg_autoload_separator {
	position: relative;
}

.jeg_autoload_separator:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_autoload_separator .separator_bg {
	background: rgba(0, 0, 0, 0.01) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQYV2NkwAIYqSy4YMGC/wAIQwLlE7lczAAAAABJRU5ErkJggg==);
	min-height: 54px;
}

.jeg_autoload_separator .jeg_ad_module {
	margin-bottom: 0px;
}

.jsc_dark .jeg_autoload_separator .separator_bg {
	background-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVR4AWP4//8/BqaBoC8AeRBLA9DuAEcAAAAASUVORK5CYII=');
}

/* Mega Nav */
.jeg_meganav_bar .nav_wrap {
	padding: 0 30px;
}

.jeg_meganav_wrap {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 100%;
	left: 0;
	overflow: hidden;
	z-index: 10;
	box-shadow: 0 0 0 1px #e0e0e0, 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.nav-open .jeg_meganav_wrap {
	visibility: visible;
	opacity: 1;
}

.jeg_meganav {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.jeg_meganav > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jeg_meganav:last-child {
	border-bottom: 0;
}

.jeg_meganav > ul > li {
	flex: 1;
}

.jeg_meganav .sub-menu {
	border-right: 1px solid #eee;
	padding: 0 30px;
}

.jeg_meganav > ul > li:last-child .sub-menu {
	border: 0
}

.jeg_meganav > ul > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #f70d28;
	margin: 0 30px 10px;
	display: block;
}

.jeg_meganav li li a {
	color: #7b7b7b;
	display: block;
	font-size: 13px;
	padding: 3px 0;
}

.jeg_meganav li li a:hover {
	color: #f70d28
}

/* Breadcrumbs */
.jeg_breadcrumbs {
	margin-bottom: 20px;
}

.jeg_cat_header_4 .jeg_breadcrumbs,
.jeg_single_tpl_4 .jeg_breadcrumbs,
.jeg_single_tpl_5 .jeg_breadcrumbs {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.jeg_singlepage .jeg_breadcrumbs {
	margin: -10px auto 20px;
}

#breadcrumbs {
	font-size: 12px;
	margin: 0;
	color: #a0a0a0;
}

#breadcrumbs a {
	color: #53585c;
}

#breadcrumbs .fa {
	padding: 0 3px
}

#breadcrumbs a:hover {
	color: #f70d28;
}

#breadcrumbs .breadcrumb_last_link a {
	color: #a0a0a0;
}

/* Social Share Button */
.jeg_sharelist {
	float: none;
	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;
}

.jeg_share_button {
	margin-bottom: 30px;
}

.jeg_share_button a {
	float: left;
	width: 44px;
	max-width: 44px;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	padding: 0 10px;
	color: #fff;
	background: #212121;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_share_button a:last-child {
	margin-right: 0
}

.jeg_share_button a:hover {
	opacity: .75
}

.jeg_share_button a.expanded {
	width: auto;
	max-width: none;
	padding: 0 12px;
}

.jeg_share_button a > span {
	display: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.jeg_share_button a.expanded > span {
	display: inline;
	position: relative;
}

.jeg_share_button span.count {
	font-weight: normal;
	margin-left: 3px;
	padding: 2px 5px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 2px;
}

.jeg_share_button .fa {
	font-size: 18px;
	color: #fff;
	line-height: inherit;
}

.jeg_share_button .jeg_btn-toggle {
	background: #BDBDBD;
}

.jeg_share_button .jeg_btn-facebook {
	background: #45629f;
}

.jeg_share_button .jeg_btn-twitter {
	background: #5eb2ef;
}

.jeg_share_button .jeg_btn-google-plus {
	background: #df5443;
}

.jeg_share_button .jeg_btn-linkedin {
	background: #0083bb;
}

.jeg_share_button .jeg_btn-pinterest {
	background: #cf2830;
}

.jeg_share_button .jeg_btn-reddit {
	background: #5f99cf;
}

.jeg_share_button .jeg_btn-stumbleupon {
	background: #ff4e2e;
}

.jeg_share_button .jeg_btn-telegram {
	background: #0088cc;
}

.jeg_share_button .jeg_btn-comments {
	background: #63C37E;
}

.jeg_share_button .jeg_btn-toggle {
	background: #BDBDBD;
}

.jeg_share_button .jeg_btn-tumbrl {
	background: #314358;
}

.jeg_share_button .jeg_btn-buffer {
	background: #333333;
}

.jeg_share_button .jeg_btn-vk {
	background: #4C75A3;
}

.jeg_share_button .jeg_btn-whatsapp {
	background: #075e54;
}

.jeg_share_button .jeg_btn-wechat {
	background: #7bb32e;
}

.jeg_share_button .jeg_btn-qrcode {
	background: #bd0000;
}

.jeg_share_button .jeg_btn-email {
	background: #EB4D3F;
}

.jeg_share_button .jeg_btn-line {
	background: #00b900;
}

.jeg_share_button .jeg_btn-hatena {
	background: #039be5;
}

.jeg_share_button .jeg_btn-hatena .fa,
.jeg_share_button .jeg_btn-line .fa {
	background-repeat: no-repeat;
	background-position: center center;
	width: 38px;
}

.jeg_share_button .jeg_btn-hatena .fa {
	background-image: url('../img/hatena-share.png');
	background-size: 30px;
	background-color: #039be5;
}

.jeg_share_button .jeg_btn-line .fa {
	background-image: url('../img/line-share.png');
	background-size: 22px;
	background-color: #00b900;
}

.jeg_share_button .jeg_btn-hatena > span,
.jeg_share_button .jeg_btn-line > span {
	margin-left: 0;
}

.jeg_share_button.share-float .jeg_btn-hatena .fa,
.jeg_share_button.share-float .jeg_btn-line .fa {
	height: 38px;
	margin-top: 5px;
	margin-left: -1.5px;
}

.jeg_share_button.share-monocrhome .jeg_btn-hatena .fa,
.jeg_share_button.share-monocrhome .jeg_btn-line .fa {
	background-color: transparent;
}

.jeg_reaction {
	float: left;
}

.jeg_reaction a {
	background: transparent;
	border: 1px solid #bdbdbd;
}

.jeg_reaction a .fa {
	color: #bdbdbd;
}

.jeg_btn-like {
	background: #bdbdbd;
}

.jeg_btn-dislike {
	background: #bdbdbd;
}

.jeg_share_stats > div {
	float: left;
	text-align: center;
	line-height: 1;
	margin-right: 15px;
	position: relative;
}

.jeg_share_stats > div:last-child {
	padding-right: 15px;
}

.jeg_share_stats > div:last-child:after {
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: -2px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.jeg_share_stats .counts {
	font-size: 26px;
	font-weight: bold;
}

.jeg_share_count .counts {
	color: #f70d28
}

.jeg_share_stats .sharetext {
	font-size: 11px;
	color: #a0a0a0;
}

.share-secondary {
	display: none;
}

.show-secondary .share-secondary {
	display: block;
	margin-right: 5px;
}

.jeg_btn-toggle .fa {
	-webkit-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}

.show-secondary .jeg_btn-toggle .fa {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Social Button Bottom */
.jeg_share_button.share-bottom {
	margin: 1.75em auto 0;
}

@media only screen and (min-width: 1024px) {
	.with-share .content-inner {
		margin-left: 90px;
	}

	.jeg_share_button.share-float {
		position: absolute !important;
		left: 0;
		top: 0;
		margin-bottom: 0;
	}

	.jeg_share_button.share-float a.expanded > span {
		display: none;
	}

	.jeg_share_button.share-float .jeg_sharelist {
		display: block;
	}

	.jeg_share_button.share-float a {
		display: block;
		margin: 0;
		border-radius: 0;
		width: 56px;
		max-width: none;
		height: 48px;
		line-height: 48px;
		float: none;
	}

	.jeg_share_button.share-float .fa {
		font-size: 20px;
	}

	.jeg_share_button.share-float.share-monocrhome a {
		margin: 0;
		border-radius: 0;
		background: #2e9fff;
	}
}

/** Post Tags **/
.jeg_post_tags,
.jeg_post_source,
.jeg_post_via,
.content-inner .jeg_post_category {
	font-size: 12px;
	clear: both;
}

.jeg_post_tags span,
.jeg_post_source span,
.jeg_post_via span,
.content-inner .jeg_post_category span {
	font-weight: bold;
	margin-right: 3px;
}

.jeg_post_tags a,
.jeg_post_source a,
.jeg_post_via a,
.content-inner .jeg_post_category a {
	color: #616161;
	background: #f5f5f5;
	display: inline-block;
	letter-spacing: 1px;
	line-height: normal;
	padding: 4px 10px;
	margin: 0 3px 5px 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.jeg_post_tags a:hover,
.jeg_post_source a:hover,
.jeg_post_via a:hover,
.content-inner .jeg_post_category a:hover {
	color: #fff;
	background: #f70d28;
}

/** Prev & Next Post **/
.jeg_prevnext_post {
	margin-bottom: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.jeg_prevnext_post:before, .jeg_prevnext_post:after {
	content: " ";
	display: table;
}

.jeg_prevnext_post:after {
	clear: both;
}

.jeg_prevnext_post a {
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
}

.jeg_prevnext_post a.next-post {
	float: right;
	padding-right: 0;
}

.jeg_prevnext_post span {
	font-weight: bold;
	color: #a0a0a0;
	position: relative;
}

.jeg_prevnext_post h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left: 1em;
	border-left: 10px solid #eee;
	margin: 10px 0;
	transition: 0.3s ease;
}

.jeg_prevnext_post a:hover h3 {
	border-color: #f70d28
}

/** Popup Post **/
.jeg_popup_post {
	display: block;
	position: fixed;
	background: #fff;
	width: 300px;
	bottom: 150px;
	right: 15px;
	z-index: 9;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
	padding: 5px 20px 15px 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.jeg_popup_post.active {
	opacity: 1;
	visibility: visible;
	bottom: 100px;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.jeg_popup_post .caption {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	padding: 3px 5px;
	background: #f70d28;
}

.jeg_popup_content {
	margin-top: 15px;
}

.jeg_popup_content:nth-child(2) {
	margin-top: 10px;
}

.jeg_popup_content .jeg_thumb {
	float: left;
	margin-right: 10px;
	width: 60px;
}

.jeg_popup_content .post-title {
	font-size: 14px;
	margin: 0;
}

.jeg_popup_content .post-title a {
	color: inherit;
}

.jeg_popup_close {
	color: #949494;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

/** Author Box **/
.jeg_authorbox {
	border: 1px solid #eee;
	padding: 30px 0;
	margin-bottom: 30px;
}

.jeg_author_image {
	width: 150px;
	text-align: center;
	float: left;
}

.jeg_author_image img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
}

.jeg_author_content {
	padding-right: 20px;
	margin-left: 150px;
	color: #a0a0a0;
}

.jeg_author_content p {
	margin-bottom: 1em;
}

h3.jeg_author_name {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.jeg_author_socials a {
	font-size: 16px;
	display: inline-block;
	margin: 10px 10px 20px 0;
	color: #999;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.jeg_author_socials a:hover {
	color: #53585c;
}

/* ------------------------------------------------------------------------- *
 *  09 - COMMENTS
 * ------------------------------------------------------------------------- */
.jeg_comments {
	margin-bottom: 40px;
}

.comments-title {
	font-weight: bold;
	font-size: 26px;
	margin: 20px 0;
	letter-spacing: -0.02em;
}

.comments-title .count {
	display: inline-block;
	font-size: 13px;
	background: #999;
	color: #fff;
	border-radius: 3px;
	padding: 2px 12px;
	vertical-align: middle;
	margin-left: 5px;
}

.commentlist, .pinglist {
	clear: both;
	font-size: 15px;
	line-height: 24px;
}

.commentlist li, .pinglist li {
	clear: both;
	font-size: 1em;
}

.comment-body {
	padding: 20px 0 0 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.commentlist .children {
	margin-left: 2em;
}

.commentlist .comment-body, .pinglist li {
	clear: both;
	margin-bottom: 10px;
}

.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
	font-size: 15px;
	display: inline-block;
	line-height: 22px;
}

.commentlist .comment-author {
	margin-right: 6px;
	margin-bottom: 6px;
	position: relative;
}

.commentlist .fn, .pinglist .ping-link {
	color: #212121;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.commentlist .fn a {
	color: inherit;
}

.commentlist .says {
	display: none;
}

.commentlist .avatar {
	border-radius: 100%;
	width: 55px;
	position: absolute;
	top: 0;
	left: -70px;
}

.commentlist .bypostauthor > .comment-body > .comment-author > .fn {
	color: #f70d28;
}

.commentlist .comment-meta .fa,
.pinglist .ping-meta:before {
	color: #a0a0a0;
	margin-right: 2px;
}

.pinglist .ping-meta:before {
	content: "\f017";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.commentlist .comment-meta a, .pinglist .ping-meta {
	color: #a0a0a0;
	font-size: 12px;
}

.comment-content p {
	margin-bottom: 1em;
}

.comment-content p:first-child {
	margin-top: 0;
}

.comment-content p:last-child {
	margin-bottom: 0.5em;
}

.commentlist .reply a {
	color: #a0a0a0;
	font-weight: bold;
	font-size: 11px;
	text-rendering: auto;
}

.commentlist .reply a:before {
	content: "\f075";
	font-family: 'FontAwesome';
	margin-right: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-awaiting-moderation {
	color: #24a5db;
	font-style: normal;
}

/** Comment Navigation **/
.comment-navigation {
	padding-top: 20px;
}

.comment-navigation a {
	color: #212121;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #eee;
	padding: 5px 10px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.comment-navigation a:before, .comment-navigation a:after {
	font-family: 'FontAwesome';
}

.comment-navigation a:hover {
	background: #f5f5f5;
}

.comment-navigation .prev-comment {
	float: left;
}

.comment-navigation .next-comment {
	float: right;
}

.comment-navigation .prev-comment a:before {
	content: "\f104";
	padding-right: 6px;
}

.comment-navigation .next-comment a:after {
	content: "\f105";
	padding-left: 6px;
}

/* Pings */
.pinglist li {
	padding-left: 0;
}

.pinglist .ping-meta {
	font-size: 13px;
	line-height: 22px;
}

/** Comment Form **/
.comment-respond {
	border-top: 3px solid #eee;
	margin-top: 30px;
}

.comment-reply-title {
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 10px;
	letter-spacing: -0.02em;
	position: relative;
}

.comment-reply-title small a {
	position: absolute;
	top: 4px;
	right: 15px;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
}

.comment-reply-title small a:before,
.comment-reply-title small a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #f70d28;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.comment-reply-title small a:hover:before,
.comment-reply-title small a:hover:after {
	background: #212121;
}

.comment-reply-title small a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment-reply-title small a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.comment-form p {
	margin: 0 0 20px;
}

.comment-form p.form-submit {
	clear: both;
}

.comment-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.comment-form-email, .comment-form-url {
	width: 50%;
	float: left;
}

.comment-form-email {
	padding-right: 15px;
}

.comment-form-url {
	padding-left: 15px;
}

.comment-form-cookies-consent {
	clear: both;
	position: relative;
}

.comment-form-cookies-consent input {
	position: absolute;
	top: 0.35em;
	left: 0;
}

.comment-form-cookies-consent label {
	display: inline-block;
	padding-left: 20px;
}

span.required {
	color: #f70d28;
	font-weight: normal;
	font-family: monospace;
	font-size: 16px;
}

.pingback .comment-body {
	padding-left: 0;
}

.pingback .edit-link::before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.pingback .comment-edit-link {
	color: #686868;
}

.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-form-privacy_policy {
	clear: both;
}

.comment.alt h3 {
	color: #212121;
}

.comment.alt label {
	color: #53585c;
}

.comment.alt .comment-respond {
	border-color: #eee;
}

.comment.alt .chosen-container-single,
.comment.alt .chosen-single,
.comment.alt input:not([type=submit]),
.comment.alt select,
.comment.alt textarea {
	border: 1px solid #e0e0e0;
}

.comment.alt input:not([type=submit]):focus, .comment.alt select:focus, .comment.alt textarea:focus {
	border-color: #ccc;
}

/* ------------------------------------------------------------------------- *
 *  10 - REVIEWS
 * ------------------------------------------------------------------------- */
.jeg_review_wrap {
	border-top: 3px solid #eee;
	padding-top: 20px;
	margin: 40px 0;
}

.jeg_review_title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	color: #f70d28;
}

.jeg_review_wrap .jeg_review_subtitle {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0 0 5px;
}

.jeg_review_wrap h3 {
	font-size: 20px;
	font-weight: bolder;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.review_score {
	float: left;
	color: #fff;
	text-align: center;
	width: 100px;
	margin-right: 15px;
}

.review_score .score_text {
	background: rgba(0, 0, 0, 0.08);
}

.score_good {
	background: #0D86F7;
}

.score_avg {
	background: #A20DF7;
}

.score_bad {
	background: #F70D0D;
}

.score_value {
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 0;
}

.score_value .percentsym {
	font-size: 50%;
	vertical-align: super;
	margin-right: -0.45em;
}

.score_text {
	display: block;
	padding: 3px 0;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_reviewheader {
	margin-bottom: 20px;
}

.jeg_reviewheader .desc {
	padding-left: 120px;
}

.jeg_reviewdetail {
	margin-bottom: 30px;
	background: #f5f5f5;
	border-radius: 3px;
	display: table;
	width: 100%;
}

.conspros {
	width: 50%;
	padding: 20px 30px;
	display: table-cell;
}

.jeg_reviewdetail .conspros:first-child {
	border-right: 1px solid #e0e0e0;
}

.jeg_reviewdetail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jeg_reviewdetail li {
	padding-left: 30px;
	position: relative;
}

.jeg_reviewdetail li > i {
	color: #a0a0a0;
	position: absolute;
	left: 0;
	top: -1px;
}

.jeg_reviewscore {
	padding: 20px 30px;
	border: 2px solid #eee;
	border-radius: 3px;
	margin-bottom: 30px;
}

.jeg_reviewscore ul {
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.jeg_reviewscore li {
	margin: 1em 0;
	padding: 0;
	font-size: 13px;
	list-style: none !important;
}

.jeg_landing_review.jeg_review_stars {
	display: inline-block;
	margin-right: 10px;
}

/** Review Stars **/
.jeg_review_stars {
	font-size: 14px;
}

.jeg_review_stars .fa {
	color: #F7C90D;
}

.jeg_reviewstars li {
	border-top: 1px dotted #eee;
	padding-top: 8px;
	margin: 8px 0;
}

.jeg_reviewstars .reviewscore {
	float: right;
	font-size: 18px;
	color: #F7C90D;
}

/** Review Bars **/
.jeg_reviewbars .reviewscore {
	font-weight: bold;
	float: right;
}

.jeg_reviewbars .jeg_reviewbar_wrap, .jeg_reviewbars .barbg {
	height: 4px;
	border-radius: 2px;
}

.jeg_reviewbars .jeg_reviewbar_wrap {
	position: relative;
	background: #eee;
	clear: both;
}

.jeg_reviewbars .barbg {
	position: relative;
	display: block;
	opacity: 0;
	width: 0;
	background: #F7C90D;
	background: -moz-linear-gradient(left, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
	background: linear-gradient(to right, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c90d', endColorstr='#f77e0d', GradientType=1);
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}

.jeg_reviewbars.show .barbg {
	opacity: 1;
}

.jeg_reviewbars .barbg:after {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	right: 0;
	display: block;
	border: 3px solid #F77E0D;
	top: -3px;
}

/** Product Deals **/
.jeg_deals h3 {
	text-transform: none;
	font-size: 22px;
	font-weight: bolder;
	margin: 0 0 5px;
}

.dealstitle {
	float: left;
}

.bestprice {
	float: right;
	width: 200px;
	text-align: right;
}

.bestprice h4 {
	margin: 0 0 5px;
	font-size: 13px;
	text-transform: uppercase;
}

.bestprice .price {
	font-size: 34px;
	color: #f70d28;
}

.jeg_deals .price {
	font-weight: bold;
}

.jeg_deals a {
	color: #212121
}

.content-inner .jeg_deals_float {
	display: block;
	float: right;
	width: 35%;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 3px;
	margin: 0 0 20px 20px;
}

@media only screen and (min-width: 1024px) {
	.with-share .content-inner .jeg_deals_float {
		width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.with-share .content-inner .jeg_deals_float {
		width: 40%;
	}
}

.jeg_deals_float h3 {
	font-size: 1em;
	margin: 5px 0 10px;
}

.jeg_deals_float .dealstitle {
	float: none;
}

.content-inner ul.jeg_storelist {
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: 1px solid #e0e0e0;
	font-family: inherit;
}

.jeg_storelist li {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 10px;
	margin: 0;
	font-size: 13px;
}

.jeg_storelist li:last-child {
	border-bottom: 0
}

.jeg_storelist li .priceinfo {
	float: right;
}

.jeg_storelist .productlink {
	display: inline-block;
	padding: 0 10px;
	background: #F70D28;
	color: #fff;
	border-radius: 2px;
	font-size: 11px;
	line-height: 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

/** review widget **/

.jeg_review_widget .jeg_reviewscore {
	padding: 0;
	border: 0;
}

.jeg_review_widget .jeg_review_procons .conspros {
	width: auto;
	display: block;
}

.jeg_review_widget {
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	overflow: hidden;
}

.jeg_review_widget .average_review_score {
	margin: -20px -20px 30px -20px;
	padding: 20px;
}

.jeg_review_widget .average_review_score .average_score,
.jeg_review_widget .average_review_score .score_value {
	color: #fff;
}

.jeg_review_widget .average_review_score h3 {
	margin: 0;
}

.jeg_review_widget .average_review_score .average_score {
	float: left;
}

.jeg_review_widget .average_review_score .score_value {
	float: right;
	padding: 0;
	font-size: 24px;
}

.jeg_review_widget .average_review_score:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_review_widget .conspros {
	padding: 0;
}

.jeg_review_widget .conspros li {
	margin-bottom: 7px;
}

.jeg_review_widget .conspros i {
	margin-right: 8px;
	font-size: 10px;
}

.jeg_review_widget .conspros h3 {
	font-size: 18px;
}

.jeg_review_widget .jeg_deals {
	margin: 30px -20px -20px;
	padding: 30px 20px 30px;
	border-top: 1px solid #e3e3e3;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader h3 {
	float: left;
	font-weight: normal;
	padding: 0;
	line-height: 1em;
	font-size: 18px;
	margin-bottom: 20px;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader .price {
	float: right;
	font-size: 20px;
	margin-right: 10px;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader {
	margin-bottom: 20px;
}

.jeg_review_widget .jeg_storelist li {
	padding: 12px 10px;
}

.jeg_review_widget .buy-now-deals {
	display: block;
	background: #43c801;
	color: #fff;
	clear: both;
	border-radius: 3px;
	padding: 7px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.jeg_review_widget .jeg_reviewbars .jeg_reviewbar_wrap {
	margin-top: 7px;
}

.storename .store-icon {
	margin-right: 7px;
	display: inline-block;
}

/* ------------------------------------------------------------------------- *
 *  11 - PAGE & ARCHIVES
 * ------------------------------------------------------------------------- */

/** Page **/
.jeg_page_header {
	margin: 20px 0 30px;
}

.jeg_main_content .jeg_page_header {
	margin-top: 0;
}

.jeg_page_title {
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

/* Category Page */
.jeg_cat_title {
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.jeg_cat_subtitle {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
	color: #a0a0a0;
}

/** Archive Page **/
.jeg_archive_header {
	margin-bottom: 40px;
}

.jeg_archive_title {
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 15px;
}

/** Search Page **/
.jeg_archive_search {
	background: #f7f7f7;
	padding: 20px;
}

.jeg_archive_search form {
	position: relative;
}

.jeg_archive_search .jeg_search_button,
.search_review_button {
	font-size: 14px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

/** Author Page **/
.jeg_authorpage .jeg_author_wrap {
	position: relative;
	padding: 30px 20px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.jeg_authorpage .jeg_author_image {
	width: auto;
}

.jeg_authorpage .jeg_author_image img {
	width: 110px;
	height: 110px;
}

.jeg_authorpage .jeg_author_content {
	padding-left: 110px;
	margin-left: 30px;
}

.jeg_authorpage .jeg_author_name {
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 5px;
}

.jeg_authorpage .jeg_author_content p {
	width: 75%;
}

.authorlink {
	position: relative;
	right: 0;
	bottom: 0;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.authorlink li {
	display: inline-block;
}

.authorlink li a {
	display: block;
	color: #212121;
	text-align: center;
	line-height: 38px;
	padding: 0 12px;
	position: relative;
}

.authorlink li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #F70D28;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.authorlink a:hover {
	color: #F70D28;
}

.jeg_authorpage .jeg_author_wrap::after {
	content: "";
	display: block;
	clear: both;
}

/* Category Template 1 */
.jeg_cat_header_1 {
	margin-bottom: 40px;
	background: transparent;
}

/* Category Template 2 */
.jeg_cat_header_2 {
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	margin: -30px 0 40px;
}

/* Category Template 3 & 4 */
.jeg_cat_overlay {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.jeg_cat_overlay .jeg_cat_bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.jeg_cat_overlay.dark .jeg_cat_bg:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_cat_overlay .jeg_cat_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-transition: 0s linear;
	-o-transition: 0s linear;
	transition: 0s linear;
}

.jeg_cat_overlay .jeg_title_wrap {
	position: relative;
	z-index: 2;
	padding: 60px 0;
}

.jeg_cat_overlay .jeg_breadcrumbs {
	position: relative;
	z-index: 2;
	margin: 15px 0 0;
}

.jeg_cat_overlay.dark .jeg_cat_title,
.jeg_cat_overlay.dark .jeg_cat_subtitle,
.jeg_cat_overlay.dark #breadcrumbs a,
.jeg_cat_overlay.dark #breadcrumbs {
	color: #fff;
}

.jeg_cat_overlay .jeg_cat_title {
	margin-bottom: 0;
}

/* Category Template 3 */
.jeg_cat_header_3 {
	margin: -30px 0 40px;
}

.jeg_cat_header_3 .jeg_cat_subtitle {
	max-width: 700px;
}

/* Category Template 4 */
.jeg_cat_header_4 {
	margin: -30px 0 40px;
}

.jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
	text-align: center;
	width: 80%;
	max-width: 670px;
	padding: 100px 0px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------- *
 *  13 - WP ESSENTIAL
 * ------------------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 1.25em 0;
}

.aligncenter, div.aligncenter {
	text-align: center;
	display: block;
	margin: 5px auto 1.25em auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 100%;
	box-sizing: border-box;
}

.sticky {
	background: #f5f5f5;
	padding: 15px;
	border: 1px dashed #ddd;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	margin: 3px 0 0;
	font-size: 12px;
	color: #a0a0a0;
	text-align: center;
}

.wp-caption a {
	color: #a0a0a0;
	text-decoration: underline;
}

/** WP Gallery **/
.gallery {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 15px auto !important;
}

.gallery:after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.gallery img {
	display: block;
	width: 100%;
	height: auto;
	border: none !important;
}

.gallery .gallery-item {
	position: relative;
	overflow: hidden;
	border-color: transparent;
	padding: 5px;
	margin: 0 !important;
	float: left;
}

.gallery-caption {
	color: #212121;
	background: rgba(255, 255, 255, 0.85);
	font-size: 11px;
	line-height: 1.4em;
	padding: 7px 12px;
	font-style: normal;
	margin: 0;
	right: 15px;
	bottom: 0%;
	left: 15px;
	max-height: 50%;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	text-align: center;
	opacity: 0;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.gallery-item:hover .gallery-caption {
	bottom: 5px;
	opacity: 1;
}

.gallery-item {
	margin-top: 5px !important;
}

.gallery-item img {
	border: 0 !important;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16%;
}

.gallery-columns-7 .gallery-item {
	width: 14%;
}

.gallery-columns-8 .gallery-item {
	width: 12%;
}

.gallery-columns-9 .gallery-item {
	width: 11%;
}

body.admin-bar .mfp-close {
	top: 32px;
}

/** Gutenberg Blocks **/
.entry-content .wp-block-gallery {
	padding-left: 0;
	list-style-type: none;
}

.entry-content .wp-block-image {
	position: relative;
}

.content-inner > * {
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (min-width: 1280px) {
	.jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
		max-width: 110%;
		width: 110%;
		margin-left: -5%;
	}
}

@media screen and (min-width: 1440px) {
	.jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
		max-width: 115%;
		width: 115%;
		margin-left: -7.5%;
	}
}

@media screen and (min-width: 1600px) {
	.jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
		max-width: 120%;
		width: 120%;
		margin-left: -10%;
	}
}

/* on single narrow width */
.jeg_single_narrow .jeg_main_content .content-inner > .alignwide {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
}

.jeg_single_fullwidth .content-inner > .alignfull {
	margin: 1.5em 0;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-1 * (100vw - 100%) / 2);
}

/* on boxed layout */
@media screen and (min-width: 1024px) {
	.jeg_single_fullwidth:not(.jeg_boxed):not(.jeg_single_narrow) .with-share .content-inner > .alignwide,
	.jeg_single_fullwidth:not(.jeg_single_narrow) .with-share .content-inner > .alignfull {
		left: -45px;
	}
}

@media only screen and (min-width: 1280px) {
	.jeg_single_fullwidth.jeg_boxed .content-inner > .alignfull {
		width: 1230px;
		max-width: 1230px;
		margin-left: calc(-1 * (1230px - 100%) / 2)
	}
}

/* ------------------------------------------------------------------------- *
 *  13 - FOOTER
 * ------------------------------------------------------------------------- */
.jeg_footer_content {
	background: #f5f5f5;
	color: #666;
}

.jeg_footer_primary {
	width: 100%;
	padding: 60px 0 40px;
}

.jeg_footer_content a {
	color: #53585c;
}

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

.footer_logo {
	margin-bottom: 20px;
	display: block;
}

.jeg_footer .jeg_footer_heading h3,
.jeg_footer .widget h2 {
	color: #f70d28;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

.jeg_footer.dark .jeg_footer_heading h3,
.jeg_footer .footer_dark .jeg_footer_heading h3,
.jeg_footer .footer_dark .widget h2 {
	color: #f93d53;
}

.jeg_footer .jeg_footer_heading_2 h3 {
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e0e0e0;
}

.footer_widget, .jeg_footer .widget {
	margin-bottom: 30px;
}

.footer_widget:last-of-type,
.jeg_footer .widget:last-of-type {
	margin-bottom: 0;
}

.jeg_footer .widget_tag_cloud a {
	color: #666;
	background: #E9E9E9;
}

.jeg_footer .widget_tag_cloud a:hover {
	color: #fff;
	background: #f93d53;
}

.jeg_footer .jeg_postblock .jeg_post_meta .fa {
	color: #bdbdbd;
}

.jeg_footer h1, .jeg_footer h2, .jeg_footer h3, .jeg_footer h4, .jeg_footer h5, .jeg_footer h6 {
	margin-top: 0;
}

.jeg_footer p {
	margin-bottom: 1em;
}

/** Footer: Widget Social Icon **/
.jeg_footer .socials_widget:not(.nobg) .fa {
	color: #666;
	background: #e0e0e0;
}

.jeg_footer .socials_widget.nobg .fa {
	color: #a0a0a0;
}

.jeg_footer.dark .socials_widget .fa,
.jeg_footer .footer_dark .socials_widget .fa {
	color: #a8a8aa;
	background: rgba(255, 255, 255, 0.15);
}

.jeg_footer.dark .socials_widget:not(.nobg) a .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a .fa {
	background: rgba(255, 255, 255, 0.15);
	color: #eee;
}

.jeg_footer.dark .socials_widget:not(.nobg) a:hover .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a:hover .fa {
	color: #fff;
	background: #f70d28;
	opacity: 1;
}

/* Footer: Widget Line */
.jeg_footer .widget_jnews_line {
	margin-bottom: 0;
}

/** Scroll to top button **/
.jscroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	-webkit-backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.jscroll-to-top.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.jscroll-to-top > a {
	color: #a0a0a0;
	font-size: 30px;
	display: block;
	width: 46px;
	border-radius: 5px;
	height: 46px;
	line-height: 44px;
	background: rgba(180, 180, 180, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	opacity: 0.8;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.jscroll-to-top > a:hover {
	opacity: 1;
}

/** Footer Forms **/
.jeg_footer input:not([type="submit"]), .jeg_footer textarea, .jeg_footer select {
	border: 2px solid #e0e0e0;
	font-size: 12px;
}

.jeg_footer .chosen-container-single .chosen-single {
	border: 2px solid #e0e0e0;
}

.jeg_footer.dark input[type="submit"], .jeg_footer.dark .btn, .jeg_footer.dark .button,
.jeg_footer .footer_dark input[type="submit"], .jeg_footer .footer_dark .btn, .jeg_footer .footer_dark .button {
	background: #f93d53;
	color: #fff;
}

.jeg_footer.dark input:not([type="submit"]),
.jeg_footer.dark textarea,
.jeg_footer.dark select,
.jeg_footer.dark .chosen-container-single .chosen-single,
.jeg_footer .footer_dark input:not([type="submit"]),
.jeg_footer .footer_dark textarea,
.jeg_footer .footer_dark select,
.jeg_footer .footer_dark .chosen-container-single .chosen-single {
	color: #eee;
	background: rgba(255, 255, 255, 0.15);
	border: 0;
}

.jeg_footer.dark .chosen-container .chosen-drop,
.jeg_footer .footer_dark .chosen-container .chosen-drop {
	border: 0;
}

.jeg_footer.dark .chosen-container-single .chosen-search,
.jeg_footer .footer_dark .chosen-container-single .chosen-search {
	background: #f5f5f5;
}

.jeg_footer.dark .chosen-container-single .chosen-search input[type="text"],
.jeg_footer .footer_dark .chosen-container-single .chosen-search input[type="text"] {
	color: #212121;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.jeg_footer.dark .chosen-container .chosen-results li,
.jeg_footer .footer_dark .chosen-container .chosen-results li {
	color: inherit !important;
}

.jeg_footer.dark .chosen-container-active.chosen-with-drop .chosen-single,
.jeg_footer .footer_dark .chosen-container-active.chosen-with-drop .chosen-single {
	box-shadow: none;
}

.jeg_footer.dark input::-webkit-input-placeholder {
	color: #eee;
}

.jeg_footer.dark input:-moz-placeholder {
	color: #eee;
}

.jeg_footer.dark input::-moz-placeholder {
	color: #eee;
}

.jeg_footer.dark input:-ms-input-placeholder {
	color: #eee;
}

.jeg_footer .footer_dark input::-webkit-input-placeholder {
	color: #eee;
}

.jeg_footer .footer_dark input:-moz-placeholder {
	color: #eee;
}

.jeg_footer .footer_dark input::-moz-placeholder {
	color: #eee;
}

.jeg_footer .footer_dark input:-ms-input-placeholder {
	color: #eee;
}


/* Custom */
.jeg_footer.custom input:not([type="submit"]), .jeg_footer.custom textarea, .jeg_footer.custom select {
	border: 0;
}

.jeg_footer .copyright {
	margin-bottom: 1em;
	font-size: 12px;
}

.jeg_footer_secondary {
	border-top: 1px solid #e0e0e0;
	padding: 30px 0 40px;
	color: #999;
	font-size: 13px;
}

.jeg_footer_secondary a {
	color: #666;
}

.jeg_footer_bottom {
	background: #fff;
	padding: 20px 0;
	color: #a8a8aa;
}

.jeg_footer_bottom a {
	color: #53585c;
}

.jeg_footer_bottom p.copyright {
	margin-bottom: 0;
}

.jeg_footer.dark .jeg_footer_bottom {
	background: #141414;
	color: #a8a8aa;
}

.jeg_footer.dark .jeg_footer_bottom a {
	color: #eee;
}

.jeg_footer.dark .jeg_footer_bottom a:hover {
	color: #f5f5f5;
}

.footer_right {
	float: right;
	text-align: right;
}

.footer_center {
	float: none;
	text-align: center;
}

.jeg_footer hr {
	border-color: #e0e0e0;
}

.footer2col {
	-webkit-columns: 130px 2;
	-moz-columns: 130px 2;
	columns: 130px 2;
}

.jeg_menu_footer, .footer-holder .jeg_social_icon_block {
	display: inline-block;
}

/** Footer Menu **/
.jeg_menu_footer {
	margin-bottom: 1em;
}

.jeg_footer_bottom .jeg_menu_footer {
	margin-bottom: 0;
}

.jeg_menu_footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	white-space: nowrap;
}

.jeg_menu_footer .empty-menu {
	white-space: initial;
}

.jeg_menu_footer li:not(:last-child):after {
	content: '/';
	margin-right: 6px;
	color: #e0e0e0;
}

.footer_right .jeg_menu_footer li:not(:last-child):after {
	margin: 0 0 0 6px;
}

.dark .jeg_menu_footer li:not(:last-child):after {
	color: rgba(255, 255, 255, 0.3);
}

.jeg_menu_footer li a {
	font-size: 13px;
	position: relative;
	margin: 0 6px 0 0;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.footer_right .jeg_menu_footer li a {
	margin: 0 0 0 6px;
}

.jeg_footer_sidecontent .jeg_menu_footer li {
	display: inline;
}

.jeg_footer_sidecontent .jeg_menu_footer li a {
	margin: 0 1.2em 0 0;
}

.jeg_menu_footer li ul {
	margin: 0;
	display: inline;
}

/** Footer Social **/
.jeg_footer_social {
	padding: 30px 0;
}

.jeg_footer_social .socials_widget {
	text-align: center;
}

.jeg_footer_social .socials_widget span {
	text-transform: uppercase;
	font-weight: bold;
}

.jeg_footer_social .socials_widget a {
	margin: 0 20px;
}

/* Footer Bottom Social */
.jeg_social_icon_block.nobg a .fa {
	font-size: 16px;
}

.jeg_footer.custom .jeg_social_icon_block a:hover .fa {
	opacity: 1;
}

.jeg_social_icon_block a {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {
	.footer_right .socials_widget,
	.footer_right .socials_widget.nobg a {
		margin-left: 1em;
	}

	.footer_right .socials_widget a {
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 5px;
	}
}

/** Footer Instagram **/
.jeg_instagram_feed {
	position: relative;
	text-align: center;
}

.jeg_instagram_heading {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 2;
	text-align: center;
}

.jeg_instagram_heading > a {
	background: #fff;
	padding: 8px 20px;
	border-radius: 25px;
	color: #212121;
}

.jeg_instagram_heading > a .fa {
	font-size: 12px;
}

.jeg_instagram_feed {
	position: relative;
}

.jeg_instagram_feed .jeg_instagram_heading > a,
.jeg_footer.dark .jeg_instagram_feed .jeg_instagram_heading > a {
	color: #212121;
}

.jeg_instagram_feed .instagram-pics.col5 li {
	width: 20%;
}

.jeg_instagram_feed .instagram-pics.col6 li {
	width: 16.666666667%;
}

.jeg_instagram_feed .instagram-pics.col7 li {
	width: 14.285714286%;
}

.jeg_instagram_feed .instagram-pics.col8 li {
	width: 12.5%;
}

.jeg_instagram_feed .instagram-pics.col9 li {
	width: 11.11111111%;
}

.jeg_instagram_feed .instagram-pics.col10 li {
	width: 10%;
}

.jeg_instagram_feed .instagram-pics li {
	float: left;
	overflow: hidden;
	-webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jeg_instagram_feed .instagram-pics li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.jeg_instagram_feed .normal li:hover {
	opacity: 0.6;
}

.jeg_instagram_feed .zoom li .thumbnail-container,
.jeg_instagram_feed .zoom-rotate li .thumbnail-container {
	-webkit-transition: 1s linear;
	transition: 1s linear;
}

.jeg_instagram_feed .zoom li:hover .thumbnail-container {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 1.5s ease-out;
	transition: 1.5s ease-out;
}

.jeg_instagram_feed .zoom-rotate li:hover .thumbnail-container {
	-webkit-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
	-webkit-transition: 1.5s ease-out;
	transition: 1.5s ease-out;
}

.jeg_instagram_feed .zoom li:hover a:after,
.jeg_instagram_feed .zoom-rotate li:hover a:after {
	opacity: .4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.jeg_instagram_feed .zoom li a:after,
.jeg_instagram_feed .zoom-rotate li a:after {
	content: '';
	position: absolute;
	z-index: 1;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 8px solid #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.jeg_instagram_feed .icon li:hover a:before,
.jeg_instagram_feed .like li:hover a:before,
.jeg_instagram_feed .comment li:hover a:before {
	opacity: .5;
}

.jeg_instagram_feed .icon a:before,
.jeg_instagram_feed .like a:before,
.jeg_instagram_feed .comment a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	position: absolute;
	-webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
}

.jeg_instagram_feed .icon li:hover a:after,
.jeg_instagram_feed .like li:hover .fa,
.jeg_instagram_feed .comment li:hover .fa {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jeg_instagram_feed .icon a:after {
	font-family: 'FontAwesome';
	content: '\f16d';
	font-size: 32px;
}

.jeg_instagram_feed .icon a:after,
.jeg_instagram_feed .like .fa, .jeg_instagram_feed .comment .fa {
	display: block;
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jeg_instagram_feed .like .fa, .jeg_instagram_feed .comment .fa {
	font-family: inherit;
	font-size: 16px;
}

.jeg_instagram_feed .like .fa:before, .jeg_instagram_feed .comment .fa:before {
	margin-right: 6px;
	font-family: 'FontAwesome';
}

.jeg_footer_social .socials_widget a:first-child {
	margin-left: 0;
}

.jeg_footer_social .socials_widget a:last-child {
	margin-right: 0;
}

ul.instagram-pics {
	list-style-type: none;
	margin: 0;
}

/** Footer Style 2 **/
.jeg_footer_2 .jeg_footer_primary {
	padding-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jeg_footer_2 .footer_column {
	vertical-align: top;
	border-color: #e0e0e0;
	border-style: solid;
	border-right-width: 1px;
	padding: 10px 30px 40px;
}

.jeg_footer_2 .footer_column:last-child {
	border-right: 0;
}

@media (min-width: 1024px) {
	.jeg_footer_2 .footer_column:nth-child(3) .footer_widget.widget_categories > ul,
	.jeg_footer .col-md-2 .widget_categories > ul, .jeg_footer .vc_col-sm-2 .widget_categories > ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.jeg_footer_2 .footer_column .widget_categories li li,
	.jeg_footer_2 .footer_column .widget_nav_menu li li,
	.jeg_footer .col-md-2 .widget_categories li li,
	.jeg_footer .vc_col-sm-2 .widget_categories li li {
		padding-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1198px) {
	.jeg_footer_2 .footer_column {
		width: 23.333333333%;
		padding-bottom: 10px 20px 40px;
	}

	.jeg_footer_2 .footer_column:first-child {
		width: 30%;
	}

	.jeg_footer_2 .footer_column .footer_widget.widget_categories > ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.jeg_footer_2 .jeg_inline_subscribeform .mc4wp-form-fields p {
		margin-bottom: 0;
	}

	.jeg_footer_2 .mc4wp-form {
		text-align: center;
	}

	.jeg_footer_2 .mc4wp-form-fields p {
		display: block;
		line-height: 1.4
	}

	.jeg_footer_2 .mc4wp-form input[type="text"], .jeg_footer_2 .mc4wp-form input[type="email"], .jeg_footer_2 .mc4wp-form input[type="submit"] {
		text-align: center;
		position: relative !important;
		margin: 0.5em auto !important;
		padding: 0 1em;
		width: 100% !important;
	}

	.jeg_footer_2 .footer_widget .mc4wp-form {
		text-align: left;
	}
}

/** Footer Style 3 **/
.jeg_footer_3 .jeg_footer_primary {
	padding: 60px 0;
}

/** Footer Style 4 **/
.jeg_footer_4 .jeg_footer_primary {
	padding: 40px 0 20px;
}

.jeg_footer_4 .jeg_footer_secondary {
	padding: 20px 0 30px;
}

/** Footer Style 5 **/
.jeg_footer_5 .footer_logo {
	margin-bottom: 40px;
}

.jeg_footer_5 .jeg_footer_social {
	border-bottom: 1px solid #e0e0e0;
}

.jeg_footer_5.dark .jeg_footer_social {
	border-color: rgba(255, 255, 255, 0.15);
}

.jeg_footer_5 .jeg_footer_primary {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jeg_footer_5 .footer_column {
	float: none;
	vertical-align: top;
	text-align: center;
	padding: 60px 40px 50px;
	border-right: 1px solid #e0e0e0;
}

.jeg_footer_5 .footer_column:last-child {
	border-right: 0;
}

.jeg_footer_5 .jeg_footer_secondary {
	padding: 30px 0 20px;
}

.jeg_footer_5 .jeg_scroll_top {
	margin: 10px 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
	.jeg_footer_5 .footer_column .footer_widget.widget_categories > ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

.jeg_footer_5 .footer_column .widget_categories li li,
.jeg_footer_5 .footer_column .widget_nav_menu li li {
	padding-left: 0;
}

/** Footer Style 6 **/
.jeg_footer_6 .jeg_footer_primary {
	padding: 80px 40px 70px;
	max-width: 540px;
	margin: auto;
	text-align: center;
}

.jeg_footer_6 .footer_logo {
	margin-bottom: 30px;
}

.jeg_footer_6 .widget_categories li li,
.jeg_footer_6 .widget_nav_menu li li {
	padding-left: 0;
}

/** Footer Style 7 **/
.jeg_footer_sidecontent .jeg_footer_primary {
	padding: 40px 0 30px;
}

/* Footer Dark Scheme */
.jeg_footer.dark .jeg_footer_content, .footer_dark {
	background: #212121;
	color: #a8a8aa;
}

.jeg_footer.dark .jeg_footer_content a,
.jeg_footer.dark h1,
.jeg_footer.dark h2,
.jeg_footer.dark h3,
.jeg_footer.dark h4,
.jeg_footer.dark h5,
.jeg_footer.dark h6,
.jeg_footer .footer_dark a,
.jeg_footer .footer_dark h1,
.jeg_footer .footer_dark h2,
.jeg_footer .footer_dark h3,
.jeg_footer .footer_dark h4,
.jeg_footer .footer_dark h5,
.jeg_footer .footer_dark h6 {
	color: rgba(255, 255, 255, 0.8);
}

.jeg_footer.dark .jeg_scroll_top a {
	color: #a8a8aa
}

.jeg_footer.dark .jeg_footer_content a:hover,
.jeg_footer .footer_dark a:hover {
	color: #fff;
}

.jeg_footer.dark .socials_widget a:hover .fa,
.jeg_footer .footer_dark .socials_widget a:hover .fa {
	color: inherit;
	opacity: 1
}

.jeg_footer.dark .jeg_footer_secondary {
	color: #a8a8aa;
}

.jeg_footer_2.dark .footer_column,
.jeg_footer_5.dark .footer_column,
.jeg_footer.dark .jeg_footer_secondary,
.jeg_footer.dark hr, .jeg_footer .footer_dark hr,
.jeg_footer.dark .jeg_footer_heading_2 h3 {
	border-color: rgba(255, 255, 255, 0.15);
}

.jeg_footer.dark .widget_tag_cloud a,
.jeg_footer .footer_dark .widget_tag_cloud a {
	background: rgba(255, 255, 255, 0.15);
}

.jeg_footer.dark .jeg_postblock .jeg_post_meta .fa,
.jeg_footer .footer_dark .jeg_postblock .jeg_post_meta .fa {
	color: #BDBDBD;
}

.jeg_footer.dark .widget_categories li,
.jeg_footer .footer_dark .widget_categories li {
	color: #a8a8aa
}

/*** Footer Custom ***/
.jeg_footer_custom .jeg_content {
	padding: 0;
}

.jeg_footer_custom .wpb_content_element:last-child {
	margin-bottom: 0;
}

.jeg_footer_custom .jeg_vc_content > p {
	display: none;
}

/*Footer : Cookie Law Policy*/
.jnews-cookie-law-policy {
	display: none;
	position: fixed;
	z-index: 999;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 10px;
	bottom: 0;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
}

.jnews-cookie-law-policy .btn-cookie {
	margin-left: 10px;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	text-transform: none;
}

/* front end editor */
.compose-mode .jeg_footer .wpb_column > .wpb_wrapper > .vc_element:last-child > .wpb_content_element {
	margin-bottom: 0;
}

.compose-mode .jeg_footer {
	overflow: hidden;
}

/* content placeholder */
.content-placeholder {
	padding: 30px 0 40px;
}

.content-placeholder div[class*=placeholder_] {
	background: #f5f5f5;
}

.content-placeholder .placeholder_title {
	height: 32px;
	margin-bottom: 10px;
}

.content-placeholder .w60 {
	width: 60%;
}

.content-placeholder .placeholder_title.w60 {
	margin-bottom: 20px;
}

.content-placeholder .placeholder_img {
	height: 375px;
	margin-bottom: 30px;
}

.content-placeholder .placeholder_text {
	height: 18px;
	margin-bottom: 1em;
}

.content-placeholder .placeholder_widget {
	height: 200px;
	margin-bottom: 20px
}


/* ------------------------------------------------------------------------- *
 *  14 - PRELOADER & ANIMATION
 * ------------------------------------------------------------------------- */
.split-container {
	position: relative;
}

.split-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

.preview-slider-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.split-wrapper.loading + .split-overlay {
	display: block;
}

.preloader_type .jeg_preloader {
	display: none;
}

.preloader_type {
	width: 100%;
	height: 100%;
	position: relative;
}

.preloader_type.preloader_dot .jeg_preloader.dot {
	display: block;
}

.preloader_type.preloader_circle .jeg_preloader.circle {
	display: block;
}

.preloader_type.preloader_square .jeg_preloader.square {
	display: block;
}

.preloader_type.preloader_circle .jeg_preloader.circle {
	width: 100%;
	height: 100%;
}

.preloader_type.preloader_square .jeg_preloader.square {
	width: 30px;
	height: 30px;
}

.jnews_preloader_circle_outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.jnews_preloader_circle_inner {
	margin: 0 auto;
	font-size: 15px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.4em solid rgba(0, 0, 0, 0.2);
	border-right: 0.4em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
	border-left: 0.4em solid rgba(0, 0, 0, 0.6);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spincircle .9s infinite linear;
	animation: spincircle .9s infinite linear;
}

.jnews_preloader_circle_inner, .jnews_preloader_circle_inner::after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.preview-slider-overlay .jnews_preloader_circle_inner {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-left-color: #fff;
}

.preview-slider-overlay .jnews-cube-grid .jnews-cube {
	background-color: #fff;
	border: 1px solid #eee;
}

@-webkit-keyframes spincircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spincircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Preloader Cube */
.jeg_square {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #555;
	top: 50%;
	animation: jeg_square 2s infinite ease;
}

.jeg_square_inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #555;
	animation: jeg_square_inner 2s infinite ease-in;
}

@-webkit-keyframes jeg_square {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes jeg_square {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes jeg_square_inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

@keyframes jeg_square_inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

/** Module Animation **/
@-webkit-keyframes jeg_bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes jeg_bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* Fade in right */
@-webkit-keyframes jeg_fadeinright {
	from {
		opacity: 0.5;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes jeg_fadeinright {
	from {
		opacity: 0.5;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.jeg_fadeinright {
	-webkit-animation-name: jeg_fadeinright;
	animation-name: jeg_fadeinright;
}

/* Fade in left */
@-webkit-keyframes jeg_fadeinleft {
	from {
		opacity: 0.5;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes jeg_fadeinleft {
	from {
		opacity: 0.5;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* Fade in Up */
@-webkit-keyframes jeg_fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes jeg_fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.jeg_fadeinup {
	-webkit-animation-name: jeg_fadeinup;
	animation-name: jeg_fadeinup;
}

/* Scale */
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

/* ------------------------------------------------------------------------- *
 *  15 - MISC
 * ------------------------------------------------------------------------- */

/** Visual Composer Fix **/
.wpb_row {
	margin-bottom: 0;
}

.vc_column_container > .vc_column-inner, .vc_row-no-padding .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 30px;
}

/* fix flex vc */
/*.vc_row.vc_row-flex {
    display: block;
}*/

.vc_row.vc_row-flex > .jeg-vc-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_row.vc_row-flex > .jeg-vc-wrapper > .vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-o-equal-height .jeg-vc-wrapper > .vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper,
.vc_row.vc_row-flex > .vc_column_container > .jeg_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

.vc_row.vc_row-o-content-top > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper,
.vc_row.vc_row-o-content-top > .vc_column_container > .jeg_wrapper {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .jeg-vc-wrapper > .vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.vc_row.vc_row-o-content-bottom > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper,
.vc_row.vc_row-o-content-bottom > .vc_column_container > .jeg_wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .jeg-vc-wrapper > .vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.vc_row.vc_row-o-content-middle > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper,
.vc_row.vc_row-o-content-middle > .vc_column_container > .jeg_wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}


.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .jeg-vc-wrapper > .vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper > *,
	.vc_row.vc_row-flex > .vc_column_container > .jeg_wrapper > * {
		min-height: 1em
	}

}


/* Front End Editor Fix */
.compose-mode .vc_empty-placeholder {
	margin-bottom: 0 !important;
}

.compose-mode .vc_row[data-vc-full-width] {
	overflow: visible !important;
}

.compose-mode .wpb_column > .wpb_wrapper > .vc_element:last-child > .wpb_content_element {
	margin-bottom: 35px;
}

.compose-mode .vc_controls > .vc_controls-bc {
	z-index: 2;
}

.compose-mode .vc_vc_row > .vc_parallax, .compose-mode .vc_vc_row > [data-vc-full-width=true], .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section > .vc_parallax, .compose-mode .vc_vc_section > [data-vc-full-width=true], .compose-mode .vc_vc_video {
	padding-top: 0;
}

.compose-mode .vc_element:hover .jeg-vc-wrapper > .vc_element:before {
	content: '';
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 1px;
	outline: #EBEBEB dashed 1px;
	outline: rgba(125, 125, 125, .4) dashed 1px
}

.compose-mode .vc_element:hover .footer_dark .jeg-vc-wrapper > .vc_element:before {
	outline-color: rgba(247, 247, 247, .4);
}

/* GIF Image */
.ff-container {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc1MHB4JyBoZWlnaHQ9JzUwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+") center center no-repeat;
}

.ff-container .ff-image {
	z-index: 0;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.ff-container .ff-image.ff-image-ready {
	opacity: 1;
}

.ff-container .ff-canvas {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	vertical-align: top;
	opacity: 0;
}

.ff-container .ff-canvas.ff-responsive {
	width: 100%;
}

.ff-container .ff-canvas.ff-canvas-ready {
	transition: opacity 300ms;
	opacity: 1;
}

.ff-container .ff-canvas.ff-canvas-active {
	transition: none;
	opacity: 0;
}

.ff-container.ff-responsive {
	width: 100%;
}

.ff-container.ff-responsive .ff-image {
	width: 100%;
}

.ff-container.ff-responsive .ff-canvas-ready {
	width: 100%;
}

.ff-container > img {
	margin: 0 auto;
}

.ff-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .1);
	z-index: 2;
}

.ff-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	display: inline-block;
	width: 72px;
	height: 72px;
	padding: 3px;
	border-radius: 72px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 66px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	left: 50%;
}

.ff-container-active .ff-control {
	visibility: hidden;
}

.ff-overlay.ff-container-active {
	background-color: rgba(0, 0, 0, 0);
}

.ff-control:before {
	content: " ";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 66px;
	height: 66px;
	border: 3px dashed #fff;
	border-radius: 66px;
}

/** Customizer **/
.customize-partial-refreshing {
	position: relative;
	min-height: 30px;
	min-width: 30px;
	opacity: 0.7;
}

.customize-partial-refreshing:after, .customize-partial-refreshing:before {
	content: "";
	display: block;
	position: absolute;
}

.customize-partial-refreshing:before {
	width: 100%;
	height: 100%;
	background: rgba(210, 210, 210, 0.9);
	z-index: 1;
}

.customize-partial-refreshing:after {
	font-family: FontAwesome;
	content: "\f013";
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	font-size: 24px;
	color: #000;
	animation: fa-spin 2s infinite linear;
}

.jspPane {
	margin-left: 0 !important;
}

/* front post edit */
.jnews-edit-post,
.jeg_menu .jnews-edit-post {
	position: absolute;
	top: -15px;
	opacity: 0;
	z-index: 5;
	color: #ffffff;
	padding: 4px 8px;
	line-height: 20px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	visibility: hidden;
}

.jnews-edit-post.left {
	color: #fff;
	left: 0;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.jnews-edit-post.right {
	right: 0;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.jnews-edit-post .fa {
	margin: 0 2px;
	font-size: 13px;
	color: rgba(240, 245, 250, .6);;
}

.jnews-edit-post:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	outline: 0;
}

.jeg_post:hover .jnews-edit-post,
.jeg_popup_post .jeg_popup_content:hover .jnews-edit-post,
.jeg_newsfeed_item:hover .jnews-edit-post,
.jeg_slide_item:hover .jnews-edit-post {
	color: #fff !important;
	visibility: visible;
	opacity: 1;
	top: 0;
}

.search-result-wrapper .jnews-edit-post span,
.jeg_popup_post .jnews-edit-post span,
.jeg_sidefeed .jeg_pl_xs_3 .jnews-edit-post span {
	display: none;
}

/**
 * Customizer Panel Label
 */
#wp-admin-bar-jnews .fa {
	font-family: fontawesome;
	font-weight: normal !important;
	font-size: 12px;
	width: 16px;
	padding-right: 5px;
	text-align: center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_relative {
	position: relative;
}

.jeg_row_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.jeg_top_ribon, .jeg_bottom_ribon {
	position: absolute;
	width: 100%;
	background-repeat: repeat-x;
	left: 0;
}

.jeg_top_ribon {
	top: 0;
}

.jeg_bottom_ribon {
	bottom: 0;
}

#wpwrap #wp-admin-bar-jnews .ab-icon:before {
	content: '';
	background: url('../img/dashboard.png') 50% no-repeat;
	opacity: .6;
}

#wpwrap #wp-admin-bar-jnews .ab-icon:before {
	width: 20px;
	height: 20px;
	display: block;
	top: 3px;
}

#wpwrap #wp-admin-bar-jnews:hover .ab-icon:before {
	opacity: 1 !important;
}

/** review search **/

.review-search-form {
	padding: 20px;
	background: #f7f7f7;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.jeg_review_search_result_wrapper,
.search-bar-wrapper {
	position: relative;
}

.search-bar-wrapper {
	margin-bottom: 20px;
}

.jeg_review_info {
	width: 130px;
	margin-left: 25px;
	padding-right: 15px;
	padding-left: 15px;
	background: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jeg_review_info .info-title {
	color: #c0c0c0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
	font-weight: 600;
}

.jeg_review_info .price-info {
	margin-bottom: 15px;
}

.jeg_review_info .price-info strong {
	font-size: 24px;
	line-height: 1.6em;
}

.jeg_review_info .price-info strong {
	font-size: 20px;
}

.jeg_review_info .store-info li {
	margin-top: 5px;
}

.jeg_review_info .store-info a {
	font-size: 12px;
	color: #212121;
	letter-spacing: 0px;
}

.jeg_price_review_list::before {
	content: "/";
	padding-left: 5px;
	padding-right: 5px;
}

.jeg_price_review_list {
	font-weight: bold;
	color: #f70d28;
}

/* Review New Element */
.jeg_review_search_result .jeg_post {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jeg_review_search_result .jeg_post > div {
	-webkit-box-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.jeg_review_search_result .jeg_post .jeg_postblock_content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
	float: none;
}

.jeg_block_icon_link i {
	line-height: 42px;
	height: 42px;
	width: 42px;
	font-size: 26px;
	margin-right: 8px;

	display: inline-block;
	float: left;
	text-align: center;
	color: #ccc;
}

.jeg_block_icon_desc_span span {
	color: #999;
}

.jeg_iconlink .jeg_block_icon_link i,
.jeg_iconlink .jeg_block_icon_desc_span span {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.jeg_iconlink:hover .jeg_block_icon_link i {
	color: #999;
}

.jeg_iconlink:hover .jeg_block_icon_desc_span span {
	color: #666;
}

.jeg_block_icon_desc {
	line-height: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	min-height: 38px;
}

.jeg_block_icon_desc h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.jeg_iconlink {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.jeg_block_icon_desc_span {
	font-size: 12px;
	margin-top: 2px;
}

.jeg_iconlink:last-child {
	border-bottom: 0;
}

.jeg_vertical_menu {
	min-width: 150px;
	border-top: 6px solid #000;
	margin-right: 10px;
}

.jeg_vertical_menu a {
	font-weight: bold;
	color: #000;
	font-size: 15px;
}

.jeg_vertical_menu .menu {
	margin-top: 4px;
	margin-left: 2px;
}

/*** dark element ***/

.jeg_postblock.alt .jeg_post_title a,
.jeg_breakingnews.alt .jeg_news_ticker a,
.jeg_meganav_bar.alt.jeg_splitpost_bar .current_title,
.jeg_iconlink.alt .jeg_block_icon_desc h3,
.jeg_review_search.alt .jeg_post_title a,
.jeg_carousel .jeg_postblock_carousel_3 .jeg_post_title a,
.jeg_postblock.alt .jeg_readmore,
.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_postblock.alt .okayNav__menu-toggle.icon--active span,
.jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_title a,
.jeg_review_search.alt .jeg_pagenav_1 .page_number,
.jeg_review_search.alt .jeg_pagenav_1 .page_nav,
.jeg_meganav_bar.alt,
.alt .jeg_block_title,
.alt.jeg_block_title,
.jeg_postblock.alt .owl-carousel .owl-dot,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-next,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-prev {
	color: #fff;
}

.jeg_postblock.alt .jeg_post_excerpt p,
.jeg_postblock.alt .jeg_post_meta,
.jeg_postblock.alt .jeg_subcat_list > li > a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_author a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_comment a,
.jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_meta,
.jeg_iconlink.alt,
.jeg_review_search.alt,
.jeg_iconlink.alt .jeg_block_icon_link i,
.jeg_postblock.alt .okayNav__nav--invisible a,
.jeg_postblock.alt .jeg_meta_author a,
.jeg_postblock.alt .jeg_post_meta a {
	color: #eee;
}

.jeg_postblock.alt .jeg_block_nav a.disabled {
	color: #999;
}

.jeg_postblock.alt .jeg_meta_footer .label,
.jeg_postblock.alt.jeg_postblock_27 .jeg_post_excerpt {
	color: #ccc;
}

.jeg_breakingnews.alt .jeg_news_ticker_arrow,
.jeg_review_search.alt .review-search-form,
.jeg_postblock.alt .okayNav__nav--invisible {
	background: rgb(255, 255, 255);
}

.jeg_postblock.alt .jeg_block_nav a:hover:not(.disabled),
.jeg_postblock.alt .owl-carousel .owl-nav div:hover,
.jeg_postblock.alt .jeg_block_loadmore a:before,
.jeg_postblock.alt .jeg_block_loadmore a:after {
	background: rgba(255, 255, 255, 0.3);
}

.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_breakingnews.alt .jeg_news_ticker_arrow:hover {
	background: rgba(0, 0, 0, 0.4);
}

.jeg_postblock.alt .jeg_block_nav:before,
.jeg_postblock.alt .jeg_block_nav:after {
	border-color: rgba(255, 255, 255, 0.1);
}

.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .owl-carousel .owl-dot,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-next,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-prev {
	border-color: rgba(255, 255, 255, 0.3);
}

.jeg_review_search.alt .jeg_pagenav_1 a.page_nav:hover,
.jeg_review_search.alt .jeg_pagenav_1 a.page_number:hover {
	background: #999;
}

.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content,
.jeg_postblock.alt .jeg_pl_md_card .jeg_inner_post,
.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content,
.jeg_postblock.alt .jeg_pl_lg_card .jeg_inner_post,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content,
.jeg_heropost_14.alt .jeg_pl_lg_7,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_thumb .jeg_post_category a {
	background: #000;
}

.jeg_postblock.alt .jeg_block_heading_2,
.alt.jeg_block_heading_2,
.jeg_postblock.alt .module-overlay,
.jeg_review_search.alt .module-overlay {
	background: rgba(0, 0, 0, 0.2);
}

.jeg_postblock.alt .okayNav__menu-toggle span {
	background: #ccc;
}

.jeg_breakingnews.alt .jeg_news_ticker_arrow {
	border-color: #444;
	color: #aaa;
}

.jeg_iconlink.alt {
	border-color: #333;
}

.jeg_postblock.alt .jeg_block_heading_1,
.jeg_postblock.alt .jeg_block_heading_6,
.jeg_block_heading_1.alt,
.jeg_block_heading_6.alt {
	border-color: rgba(255, 255, 255, 0.2);
}

.jeg_postblock.alt .okayNav__nav--invisible a {
	color: #333;
}

.jeg_postblock.alt.jeg_postblock_16 .jeg_posts.jeg_load_more_flag,
.jeg_postblock.alt .jeg_pl_lg_8:not(:last-of-type),
.jeg_postblock.alt.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content,
.jeg_postblock.alt.jeg_postblock_25 .jeg_post,
.jeg_postblock.alt .jeg_meta_footer,
.jeg_postblock.alt .jeg_meta_footer > div,
.jeg_postblock.alt .jeg_meta_footer > div,
.jeg_postblock.alt .jeg_pl_lg_9,
.jeg_heropost_14.alt .jeg_pl_lg_7 {
	border-color: rgba(255, 255, 255, 0.2);
}

.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_heropost_14.alt .jeg_pl_sm_2:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.jeg_postblock.alt .jeg_pl_lg_6 {
	border-color: rgba(255, 255, 255, 0.1);
}

.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content {
	padding: 12px 20px 10px;
}

.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content {
	padding: 15px 30px 15px;
}

.jeg_breakingnews.alt .jeg_news_ticker {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.jeg_breakingnews.alt .jeg_news_ticker_item .post-date {
	color: #ddd;
}

.jeg_meganav_bar.alt {
	border: 1px solid #666;
	background: #222;
}

.jeg_heropost_14.alt .jeg_pl_lg_7 {
	background: transparent;
}

.alt .jeg_pl_xs_4 .jeg_postblock_content:before,
.alt .jeg_pl_xs_2:before {
	color: #fff;
}

.alt .jeg_meta_footer .jeg_post_share a {
	color: #fff;
}

.alt .jeg_post_meta .fa {
	color: #fff;
}

.jeg_postblock_28.alt .show_border article,
.jeg_postblock_29.alt .show_border article {
	border-color: rgba(255, 255, 255, 0.2);
}

.jeg_postblock_30.alt .jeg_pl_lg_7 {
	background: transparent;
}

.jeg_postblock_30.alt .jeg_pl_lg_7 {
	border-color: rgba(255, 255, 255, 0.2);
}

.alt .jeg_pl_sm_2::after {
	border-color: rgba(255, 255, 255, 0.2);
}


.alt #breadcrumbs a, .alt #breadcrumbs .breadcrumb_last_link a, .alt h1.jeg_post_title, .alt .content-inner, .alt h1, .alt h2, .alt h3, .alt h4, .alt h5, .alt h6,
.alt .jeg_post_title a, .alt .entry-header .jeg_post_title, .alt .jeg_hero_style_7, .alt .jeg_post_title a, .alt .jeg_block_title, .alt .jeg_splitpost_bar .current_title,
.alt .jeg_video_playlist_title, .alt .gallery-caption, .alt .entry-content .dropcap, .alt #breadcrumbs a, .alt #breadcrumbs .breadcrumb_last_link a, .alt .a:hover,
.alt a:focus, .alt .entry-content blockquote p:last-child, .alt .jeg_meta_category a, .alt .wp-caption .wp-caption-text, .alt .entry-header .jeg_meta_like a,
.alt .entry-header .jeg_meta_comment a, .alt .jeg_author_content, .alt .jeg_author_socials a, .alt label, .alt .jeg_post_tags span, .alt .jeg_post_source span, .alt .jeg_post_via span {
	color: #fff;
}

.custom_post_template .jeg_custom_meta_wrapper.jeg_post_meta.alt,
.custom_post_template .jeg_custom_meta_wrapper.jeg_post_meta.alt .jeg_meta_like a,
.custom_post_template .jeg_custom_meta_wrapper.jeg_post_meta.alt .jeg_meta_comment a,
.jeg_custom_share_wrapper.alt .jeg_share_stats,
.jeg_custom_share_wrapper.alt .jeg_share_stats > div {
	color: #f0f0f0;
}

.alt .jeg_post_tags a,
.alt .jeg_post_source a,
.alt .jeg_post_via a {
	color: #fff;
	background: #474747;
}

.alt .jeg_prevnext_post, .alt .jeg_authorbox, .alt .comment-respond {
	border-color: rgba(255, 255, 255, 0.2);
}

.alt input:not([type="submit"]),
.alt textarea,
.alt select,
.alt .chosen-container-single,
.alt .chosen-single {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
	color: #eee;

}

.alt .jeg_postblock .jeg_block_heading_1,
.alt .jeg_postblock .jeg_block_heading_6,
.alt .jeg_block_heading_1,
.alt .jeg_block_heading_6,
.alt .jeg_postblock .okayNav__nav--invisible a {
	border-color: rgba(255, 255, 255, 0.2);
}

.alt .jeg_post_subtitle {
	color: #e6e6e6;
}

@media only screen and (max-width: 768px) {
	.jeg_review_search_result .jeg_post {
		display: block;
	}

	.jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
		float: left;
		margin-bottom: 10px;
	}

	.jeg_review_info {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		clear: both;
	}

	.jeg_review_info .price-info {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.jeg_review_info .store-info {
		overflow: hidden;
	}

	.jeg_review_info .store-info li {
		display: inline-block;
		margin-right: 20px;
	}
}

/* additional no thumbnail */
/* .no_thumbnail .jeg_thumb,
.thumbnail-container.no_thumbnail {
    display: none !important;
}
.jeg_search_result .jeg_pl_xs_3.no_thumbnail .jeg_postblock_content,
.jeg_sidefeed .jeg_pl_xs_3.no_thumbnail .jeg_postblock_content,
.jeg_pl_sm.no_thumbnail .jeg_postblock_content {
    margin-left: 0;
}
.jeg_postblock_11 .no_thumbnail .jeg_postblock_content,
.jeg_postblock_12 .no_thumbnail .jeg_postblock_content,
.jeg_postblock_12.jeg_col_3o3 .no_thumbnail .jeg_postblock_content  {
    margin-top: 0;
}
.jeg_postblock_15 .jeg_pl_md_box.no_thumbnail .jeg_postblock_content,
.jeg_postblock_19 .jeg_pl_md_box.no_thumbnail .jeg_postblock_content,
.jeg_postblock_24 .jeg_pl_md_box.no_thumbnail .jeg_postblock_content,
.jeg_sidefeed .jeg_pl_md_box .jeg_postblock_content {
    position: relative;
}
.jeg_postblock_carousel_2 .no_thumbnail .jeg_post_title a,
.jeg_postblock_carousel_2 .no_thumbnail .jeg_post_title a:hover,
.jeg_postblock_carousel_2 .no_thumbnail .jeg_post_meta .fa {
    color: #212121 !important;
} */

.jeg_sidefeed .jeg_pl_md_box .overlay_container .jeg_postblock_content {
	position: absolute;
}

.elementor-element .jegStickyHolder {
	width: 100%;
}

/** Inline Related Post Content **/
@media only screen and (min-width: 736px) {
	.jnews_inline_related_post_wrapper.half {
		width: 320px;
	}

	.jnews_inline_related_post_wrapper.half.left {
		float: left;
		margin-right: 25px;
	}

	.jnews_inline_related_post_wrapper.half.right {
		float: right;
		margin-left: 25px;
	}

	.jnews_inline_related_post .jeg_postblock_29.jeg_col_2o3 .jeg_postsmall {
		white-space: normal;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-rule: 1px solid #eee;
		-moz-column-rule: 1px solid #eee;
		column-rule: 1px solid #eee;
	}

	.jeg_postblock_22.jeg_col_1o3 .jeg_post {
		margin-bottom: 16px;
	}
}

.jnews_inline_related_post_wrapper h3.jeg_block_title strong {
	margin-left: 4px;
}

.jnews_inline_related_post .jeg_block_heading {
	margin-bottom: 20px;
	margin-top: .5em;
}

.jnews_inline_related_post .jeg_block_heading_5,
.jnews_inline_related_post .jeg_block_heading_8 {
	margin-bottom: 15px;
	margin-top: 0;
}

/* postblock inline */
.jnews_inline_related_post .jeg_postblock_28 .jeg_post_title,
.jnews_inline_related_post .jeg_postblock_29 .jeg_post_title {
	font-weight: bold;
	font-size: 15px;
}

.jnews_inline_related_post .jeg_pl_sm .jeg_thumb {
	width: 90px;
}

.jnews_inline_related_post .jeg_pl_sm .jeg_postblock_content {
	margin-left: 90px;
}

.jnews_inline_related_post .jeg_pl_sm .jeg_post_title {
	font-size: 14px;
}

.jnews_inline_related_post .jeg_pl_sm .jeg_post_meta {
	line-height: 1;
	margin-top: 8px;
}

/* Inline Related Post: Post Pagination */
.jnews_inline_related_post .jeg_block_nav {
	margin-bottom: 0;
}

.jnews_inline_related_post .jeg_postblock .jeg_block_nav {
	margin-top: 10px;
}

.jnews_inline_related_post .jeg_postblock .jeg_block_loadmore {
	margin-top: 10px;
	padding: 0;
}

.jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_loadmore,
.jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_nav {
	margin-top: 0;
}

/* ------------------------------------------------------------------------- *
 *  16 - ACCOUNT
 * ------------------------------------------------------------------------- */

@media (min-width: 992px) {
	.jeg_account_page .col-md-4 {
		width: 25%;
		margin-right: 10%;
	}

	.jeg_account_page .col-md-8 {
		width: 65%;
	}
}

.jeg_account_left {
	background: #fff;
	text-align: center;
	padding: 20px;
	border: 1px solid #e0e0e0;
}

.jeg_account_left img {
	width: 80px;
	margin: 15px 0;
	border-radius: 100%;
}

.jeg_account_page .jeg_author_content {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
}

.jeg_account_page .jeg_account_nav {
	margin: 25px 0;
}

.jeg_account_nav li a {
	display: block;
	padding: 5px 0;
}

.jeg_account_page .jeg_account_title {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
}

.jeg_account_page .frontend-submit-button {
	margin: 15px -20px -20px;
	padding: 15px 20px;
	background: #f7f7f7;
}

.jeg_account_page .frontend-submit-button .button {
	max-width: 100%;
	border-radius: 3px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.jeg_account_page .frontend-submit-button .button .fa {
	margin-right: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.jeg_account_page .frontend-submit-button .button {
		padding-left: 20px;
		padding-right: 20px;
	}

	.jeg_account_page .col-md-4 {
		width: 30%;
		margin-right: 5%;
	}

	.jeg_account_page .col-md-8 {
		width: 65%;
	}
}

.jeg_account_page .social-label h3,
.jeg_account_page .description-label h3 {
	margin-top: 10px;
}

.jeg_account_page .alert {
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
}

.jeg_upload_wrapper .btn {
	text-transform: none;
	color: #212121;
	font-weight: 400;
	font-family: inherit;
	font-size: 13px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 15px;
	letter-spacing: 0;
	border-radius: 5px;
	line-height: 35px;
	height: 35px;
}

.jeg_upload_wrapper .btn:hover {
	background: #fff;
	box-shadow: none;
	border-color: #999999;
}

.jeg_upload_wrapper .upload_preview_container:after {
	content: " ";
	clear: both;
	display: block;
}

.jeg_upload_wrapper .upload_preview_container ul {
	padding-left: 0;
}

.jeg_upload_wrapper .upload_preview_container li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.jeg_upload_wrapper .upload_preview_container li .remove:after {
	position: absolute;
	content: "\f00d";
	font-family: FontAwesome;
	display: block;
	bottom: 0;
	right: 0;
	background: #000;
	color: #fff;
	width: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

.jeg_upload_wrapper .upload-progress {
	display: none;
}

.jeg_upload_wrapper li.sortable-placeholder {
	border: 1px dashed #ccc;
	width: 150px;
	height: 150px;
	display: block;
}

.jeg_upload_wrapper li.uploading {
	border: 1px dashed #C2C2C2;
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
}

.jeg_upload_wrapper li .uploading-progress {
	height: 100%;
	background: #eee;
	width: 0;
	-webkit-transition: width 0.6s ease 0s;
	-moz-transition: width 0.6s ease 0s;
	-o-transition: width 0.6s ease 0s;
	-ms-transition: width 0.6s ease 0s;
}

.jeg_upload_wrapper.submit-field {
	margin-top: 10px;
}

.form-group label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
}

.form-group {
	margin-bottom: 20px;
}

.form-group input:not([type="submit"]),
.form-group textarea,
.form-group select,
.form-group .chosen-container-single .chosen-single {
	font-size: 15px;
}

.jeg_account_posts {
	margin-bottom: 40px;
}

.jeg_post_list_count {
	text-align: right;
}

.jeg_account_page .jeg_post {
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.jeg_account_page .jeg_post:last-child {
	border-bottom: none;
}

.jeg_account_page .jeg_post_title {
	font-size: 18px;
}

.jeg_account_page .jeg_post_status {
	font-weight: bold;
}

.jeg_account_page .jeg_post_control {
	opacity: 0;
	position: relative;
	transition: .2s;
	color: #a0a0a0;
}

.jeg_account_page .jeg_post:hover .jeg_post_control {
	opacity: 1;
}

.jeg_account_page .jeg_post_control a {
	font-size: 12px;
	display: inline-block;
}

/** comment ajax **/

.ajax_comment_button {
	text-align: center;
}

.ajax_comment_button span {
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}

/*** Mobile truncate ***/
.truncate-read-more,
#footer .truncate-read-more {
	display: none;
}

@media only screen and (max-width: 1024px) {

	.mobile-truncate.content-inner {
		position: relative;
		height: 250px;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.mobile-truncate.content-inner:after {
		position: absolute;
		bottom: 0;
		z-index: 2;
		content: "";
		display: block;
		width: 100%;
		height: 150px;

		-webkit-box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
		-moz-box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
		box-shadow: inset 0px -107px 61px -15px rgba(250, 250, 250, 0.8);
	}

	.content-inner .truncate-read-more {
		display: none;
	}
}
.author-truncate.jnews_author_box_container .truncate-read-more,
.mobile-truncate.content-inner .truncate-read-more {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	display: block;
}
.author-truncate .truncate-read-more span,
.mobile-truncate .truncate-read-more span {
	text-align: center;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;
}

/** Postblock 39 **/
.jeg_postblock_39 .jeg_author_avatar {
	position: relative;
	display: inline-block;
}

.jeg_postblock_39 .jeg_meta_author img {
	width: 30px;
	margin-right: 8px;
}

body.rtl .jeg_postblock_39 .jeg_meta_author img {
	margin-right: 0;
	margin-left: 8px
}

.jeg_postblock_39 .jeg_author_info > span {
	display: block;
	line-height: 22px
}

.jeg_postblock_39 .jeg_pl_sm .jeg_postblock_content {
	margin-left: 0;
	padding-left: 0
}

.jeg_postblock_39 .jeg_post:after {
	content: '';
	clear: both;
	display: table
}

.jeg_postblock_39 .jeg_pl_md_1 .jeg_post_title a,
.jeg_postblock_39 .jeg_pl_sm .jeg_post_title a {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 14px;
	font-weight: 500;
	color: #000
}

.jeg_postblock_39 .jeg_pl_md_1 .jeg_post_meta {
	box-sizing: border-box;
	border-bottom: 4px solid #eee;
	margin-top: 14px;
	padding-bottom: 25px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.jeg_postblock_39 .jeg_pl_sm .jeg_meta_author {
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 25px
}

.jeg_postblock_39 .jeg_meta_author:after {
	content: '';
	display: table;
	clear: both
}

.jeg_postblock_39 .jeg_meta_author a {
	color: #212121
}

.jeg_postblock_39 .jeg_author_desc {
	font-size: 14px;
	color: #666
}

.jeg_postblock_39 .jeg_author_name:hover,
.jeg_postblock_39 .jeg_post_title:hover {
	text-decoration: underline
}

.jeg_postblock_39 .jeg_author_avatar:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	top: 0;
	left: 0;
	opacity: 0
}

.g-recaptcha {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.jeg_postblock_39.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
	.jeg_postblock_39.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
		margin-bottom: -25px
	}
}

@media only screen and (min-width: 768px) {
	.jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts_wrap {
		position: relative
	}

	.jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts_wrap:after {
		content: "";
		clear: both;
		display: table
	}

	.jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px
	}

	.widget .jeg_postblock_39.jeg_col_1o3 {
		margin-bottom: 0
	}

	.jeg_postblock_39.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px
	}

	.jeg_postblock_39.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px
	}
}

@media only screen and (max-width: 768px) {
	.jeg_postblock_39 .jeg_pl_md_1 {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 767px) {
	.jeg_postblock_39 .jeg_posts {
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 480px) {
	.jeg_postblock_39 .jeg_posts {
		margin-bottom: 0
	}
}


/** Dark Mode Toggle **/
.dark_mode_switch {
	position: relative;
	display: block;
	width: 45px;
	height: 25px;
}

.dark_mode_switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	color: #666;
	background-color: #fff;
	font-family: FontAwesome;
	font-size: 14px !important;
	position: absolute;
	content: "\f186"; /* .fa-moon-o */
	height: 19px;
	line-height: 20px;
	width: 19px;
	text-align: center;
	left: 3px;
	bottom: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	transition: .25s;
}

.jeg_topbar.dark .slider,
.jeg_midbar.dark .slider,
.jeg_navbar_dark .slider,
input:checked + .slider {
	background-color: rgba(255, 255, 255, 0.3);
}

input:checked + .slider:before {
	content: "\f185"; /* .fa-sun-o */
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}

.slider.round {
	border-radius: 25px;
}

.slider.round:before {
	border-radius: 50%;
}

/* Google Plus */
/** deprecated */
[class*=google-plus].removed,
[class*=google_plus].removed,
[class*=googleplus].removed {
	position: relative;
	opacity: 0.2;
	cursor: not-allowed;
}

[class*=google-plus].removed:hover,
[class*=google_plus].removed:hover,
[class*=googleplus].removed:hover {
	opacity: 0.2;
}

[class*=google-plus].removed:after,
[class*=google_plus].removed:after,
[class*=googleplus].removed:after {
	content: "";
	position: absolute;
	opacity: 1;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-gallery figcaption {
	margin: 0;
}

/** AUTHORLIST START **/
/* GLOBAL */
.jeg_userlist {
	margin-bottom: 10px;
}

.jeg_userlist ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
}

.jeg_userlist ul > li {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	vertical-align: top;
}

.jeg_userlist .jeg_userlist-wrap {
	height: 100%;
}

.jeg_userlist .jeg_userlist-name {
	display: block;
	font-size: 17px;
	font-weight: bold;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.jeg_userlist .jeg_userlist-desc {
	color: #a0a0a0;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.jeg_userlist .jeg_userlist-socials {
	margin-top: 10px;
}

.jeg_userlist .jeg_userlist-socials a {
	display: inline-block;
	margin-right: 14px;
}

.jeg_userlist .jeg_userlist-socials a:last-child {
	margin-right: 0;
}

.jeg_userlist .jeg_userlist-socials a i {
	color: #999999;
}

/* STYLE 1 */
.jeg_userlist.style-1 .jeg_userlist-wrap {
	text-align: center;
	padding: 20px;
}

.jeg_userlist.style-1 img.photo {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	margin-bottom: 20px;
}

.jeg_userlist.style-1 .jeg_userlist-content {
	margin-bottom: 10px;
}

.jeg_userlist.style-1 .jeg_userlist-wrap,
.jeg_userlist.style-2 .jeg_userlist-wrap {
	border: 1px solid #eee;
}

/* STYLE 2 & 5*/
.jeg_userlist.style-2 .jeg_userlist-wrap {
	display: flex;
	padding: 20px;
	box-shadow: 3px 3px rgba(0, 0, 0, 0.03);
}

.jeg_userlist.style-2 .jeg_userlist-photo {
	flex: 0 0 60px;
	margin-right: 15px;
}

.jeg_userlist.style-2 img.photo,
.jeg_userlist.style-5 img.photo {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

/* STYLE 3 */
.jeg_userlist.style-3 .jeg_userlist-wrap {
	border-bottom: 1px solid #eee;
}

.jeg_userlist.style-3 img.photo {
	width: 100%;
}

.jeg_userlist.style-3 .jeg_userlist-content {
	margin: 20px 0;
}

.jeg_userlist.style-3 .jeg_userlist-socials {
	margin-top: 5px;
	margin-right: -10px;
}

.jeg_userlist.style-3 .jeg_userlist-socials a {
	display: inline-block;
	margin: 10px 14px 0 0;
}

/* STYLE 4 */
.jeg_userlist.style-4 {
	margin-bottom: 30px;
}

.jeg_userlist.style-4.jeg_1_block ul {
	margin: 0;
}

.jeg_userlist.style-4.jeg_1_block li {
	display: block;
	padding: 0;
	margin-bottom: 12px;
}

.jeg_userlist.style-4 .jeg_userlist-wrap {
	text-align: left;
}

.jeg_userlist.style-4 .jeg_userlist-wrap > div {
	float: left
}

.jeg_userlist.style-4 .jeg_userlist-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_userlist.style-4 .jeg_userlist-photo {
	width: 20px;
	height: 20px;
}

.jeg_userlist.style-4 .jeg_userlist-photo a {
	display: inline-block;
}

.jeg_userlist.style-4 img.photo {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.jeg_userlist.style-4 .jeg_userlist-name {
	color: #212121;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	margin-left: 10px;
	margin-bottom: 0;
}

/* STYLE 5 */
.jeg_userlist.style-5 .jeg_userlist-wrap {
	display: flex;
	background: #f7f7f7;
	padding: 16px;
	border-radius: 3px;
}

.jeg_userlist.style-5 .jeg_userlist-photo {
	flex: 0 0 48px;
	margin-right: 12px;
}

.jeg_userlist.style-5 img.photo {
	width: 48px;
	height: 48px;
	margin: 0;
}

.jeg_userlist.style-5 .jeg_userlist-name {
	color: #212121;
	font-size: 14px;
	margin-bottom: 4px;
}

/* WIDTH */
.jeg_userlist.jeg_1_block li {
	width: 100%;
}

.jeg_userlist.jeg_2_block li {
	width: 50%;
}

.jeg_userlist.jeg_3_block li {
	width: 33.333333333%;
}

.jeg_userlist.jeg_4_block li {
	width: 25%;
}

.jeg_userlist.jeg_5_block li {
	width: 20%;
}

.jeg_userlist.jeg_6_block li {
	width: 16.666666667%;
}

@media screen and (max-width: 768px) {
	.jeg_userlist.jeg_4_block li,
	.jeg_userlist.jeg_5_block li,
	.jeg_userlist.style-2.jeg_3_block li {
		width: 50%;
	}

	.jeg_userlist.jeg_6_block li,
	.jeg_userlist.style-3.jeg_5_block li {
		width: 33.333333333%;
	}
}

@media screen and (max-width: 480px) {
	.jeg_userlist.style-1.jeg_2_block li,
	.jeg_userlist.style-1.jeg_3_block li,
	.jeg_userlist.style-1.jeg_4_block li,
	.jeg_userlist.style-1.jeg_5_block li,
	.jeg_userlist.style-2.jeg_2_block li,
	.jeg_userlist.style-2.jeg_3_block li,
	.jeg_userlist.style-5.jeg_2_block li,
	.jeg_userlist.style-5.jeg_3_block li,
	.jeg_userlist.style-5.jeg_4_block li,
	.jeg_userlist.style-5.jeg_5_block li {
		width: 100%;
	}

	.jeg_userlist.style-3.jeg_4_block li,
	.jeg_userlist.style-3.jeg_5_block li,
	.jeg_userlist.style-3.jeg_6_block li {
		width: 50%;
	}

	.jeg_userlist ul > li {
		margin-bottom: 20px;
	}

	.jeg_userlist.jeg_4_block li {
		margin-bottom: 15px;
	}
}

/** AUTHORLIST END */

/** Coauthor Start */
.jeg_meta_author.coauthor .meta_text {
	margin-right: 0.25em;
}

.jeg_meta_author.coauthor .meta_text.separators-and {
	margin-right: 0.25em;
	margin-left: 0.25em;
}

.jeg_meta_author.coauthor .jnews_multiple_author {
	position: relative;
	border: 1px solid var(--j-bg-color, #fff);
	z-index: 1;
}

.jeg_meta_author.coauthor .jnews_multiple_author:not(:first-child) {
	margin-left: -20px;
	z-index: 0;
}

/** Coauthor End */

/*** Author Truncate Start ***/

.author-truncate.jnews_author_box_container {
	position: relative;
	height: 28em;
	overflow: hidden;
	margin-bottom: 40px;
}

.author-truncate.jnews_author_box_container:after {
	position: absolute;
	bottom: 0;
	z-index: 2;
	content: "";
	display: block;
	width: 100%;
	height: 13em;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}

.jnews_author_box_container .truncate-read-more {
	display: none;
}

/*** Author Truncate End ***/
