.epress-owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.epress-owl-carousel .owl-animated-in {
	z-index: 0;
}

.epress-owl-carousel .owl-animated-out {
	z-index: 1;
}

.epress-owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.epress-owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.epress-owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.epress-owl-carousel .epress-owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.epress-owl-carousel .epress-owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.epress-owl-carousel .epress-owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.epress-owl-carousel .epress-owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.epress-owl-carousel .epress-owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.epress-owl-carousel .epress-owl-dots.disabled,.epress-owl-carousel .epress-owl-nav.disabled {
	display: none;
}

.epress-owl-carousel .epress-owl-dot,.epress-owl-carousel .epress-owl-nav .epress-owl-next,.epress-owl-carousel .epress-owl-nav .epress-owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.epress-owl-carousel.epress-owl-loaded {
	display: block;
}

.epress-owl-carousel.epress-owl-loading {
	opacity: 0;
	display: block;
}

.epress-owl-carousel.owl-hidden {
	opacity: 0;
}

.epress-owl-carousel.epress-owl-refresh .epress-owl-item {
	display: none;
}

.epress-owl-carousel.epress-owl-drag .epress-owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.epress-owl-carousel.epress-owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.epress-owl-carousel.epress-owl-rtl {
	direction: rtl;
}

.epress-owl-carousel.epress-owl-rtl .epress-owl-item {
	float: right;
}

.no-js .epress-owl-carousel {
	display: block;
}

.epress-owl-carousel .epress-owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.epress-owl-carousel .epress-owl-item img {
	transform-style: preserve-3d;
}

.epress-owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.epress-owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/epress-owl-carousel/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease;
}

.epress-owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3,1.3);
	-moz-transition: scale(1.3,1.3);
	-ms-transition: scale(1.3,1.3);
	-o-transition: scale(1.3,1.3);
	transition: scale(1.3,1.3);
}

.epress-owl-carousel .owl-video-playing .owl-video-play-icon,.epress-owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.epress-owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.epress-owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

body.okayNav-loaded {
	overflow-x: hidden;
}

.okayNav-header {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: 0 15px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.okayNav:not(.loaded) {
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.okayNav ul {
	float: left;
}

.okayNav a {
	position: relative;
	z-index: 1;
}

.okayNav__nav--visible {
	overflow: hidden;
	white-space: nowrap;
}

.okayNav__nav--visible li {
	display: inline-block;
}

.okayNav__nav--visible a {
	display: block;
	padding: 15px 15px;
	transition: color .2s cubic-bezier(.55,0,.1,1);
}

.okayNav__nav--visible:empty~.okayNav__menu-toggle {
	top: 0;
}

.okayNav__nav--invisible {
	background: #fff;
	position: absolute;
	top: 100%;
	z-index: 10;
	min-width: auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.okayNav__nav--invisible a {
	display: block;
	color: #7b7b7b;
	font-size: 11px;
	padding: 3px 16px;
	display: block;
	border-bottom: 1px solid #eee;
}

.okayNav__nav--invisible.nav-left {
	left: 0;
}

.okayNav__nav--invisible.nav-right {
	right: 0;
}

.okayNav__nav--invisible.transition-enabled {
	-webkit-transition: opacity .4s .2s ease,transform .4s .2s cubic-bezier(.55,0,.1,1);
	-o-transition: opacity .4s .2s ease,transform .4s .2s cubic-bezier(.55,0,.1,1);
	transition: opacity .4s .2s ease,transform .4s .2s cubic-bezier(.55,0,.1,1);
}

.okayNav__nav--invisible.nav-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.okayNav__menu-toggle {
	position: relative;
	z-index: 1;
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	-webkit-transition: transform .4s cubic-bezier(.55,0,.1,1);
	-o-transition: transform .4s cubic-bezier(.55,0,.1,1);
	transition: transform .4s cubic-bezier(.55,0,.1,1);
}

.okayNav__menu-toggle.okay-invisible {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0;
	display: none;
}

.okayNav__menu-toggle span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	margin: auto;
	pointer-events: none;
	border-radius: 50%;
}

.okayNav__menu-toggle span:nth-child(1) {
	margin-top: -5px;
}

.okayNav__menu-toggle span:nth-child(3) {
	margin-top: 5px;
}

.okayNav__menu-toggle.icon--active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.okayNav__menu-toggle span {
	background: #a0a0a0;
}

.okayNav__menu-toggle.icon--active span {
	background: #212121;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	width: 100%!important;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: 0 0;
}

.jspDrag {
	opacity: 0;
	-webkit-transition: opacity .3s ease .3s;
	-o-transition: opacity .3s ease .3s;
	transition: opacity .3s ease .3s;
}

.jspContainer:hover .jspDrag {
	opacity: 1;
	-webkit-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: 0 0;
	position: relative;
}

.jspDrag {
	background: #ababab;
	position: relative;
	top: 0;
	left: -3px;
	cursor: pointer;
	border-radius: 5px;
}

.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 9px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: 0;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner {
	margin: 0 -3px 0 0;
}

.jeg_overlay_slider {
	overflow: hidden;
	height: 500px;
	margin-bottom: 30px;
	padding: 0 40px;
}

.jeg_boxed .jeg_overlay_slider {
	margin-left: -30px;
	width: calc(100% + 60px);
}

.jeg_overlay_slider_wrapper {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	background: #41301f;
}

.jeg_overlay_slider_wrapper:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: -webkit-linear-gradient(90deg,#780206 10%,#061161 90%);
	background: -moz-linear-gradient(90deg,#780206 10%,#061161 90%);
	background: -ms-linear-gradient(90deg,#780206 10%,#061161 90%);
	background: -o-linear-gradient(90deg,#780206 10%,#061161 90%);
	background: linear-gradient(90deg,#780206 10%,#061161 90%);
}

.jeg_overlay_slider_wrapper:after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: .35;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(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,.65)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_overlay_container {
	height: 100%;
	position: relative;
}

.jeg_overlay_slider_bottom {
	position: absolute!important;
	bottom: 0;
}

.shownav .jeg_overlay_slider_bottom {
	padding-left: 50px;
}

.jeg_overlay_slider_item {
	padding: 20px;
	background: rgba(0,0,0,.3);
	display: block;
	height: 75px;
	box-sizing: border-box;
}

.jeg_overlay_slider_item:hover {
	text-decoration: none;
}

.epress-owl-stage-outer .jeg_overlay_slider_item {
	width: 100%;
}

.jeg_overlay_slider_item h3 {
	color: #fafafa!important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
	max-height: 36.4px;
	margin: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jeg_overlay_slider_item.active {
	background: #fff;
}

.jeg_overlay_slider_item.active>h3 {
	color: #000!important;
	text-overflow: ellipsis;
}

.jeg_overlay_slider_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: none;
}

.jeg_overlay_slider_bg.active {
	display: block;
}

.jeg_overlay_caption_container {
	position: absolute;
	bottom: 100px;
	max-width: 600px;
	color: #fff;
	display: none;
}

.jeg_overlay_caption_container.active {
	display: block;
}

.jeg_overlay_caption_container .jeg_post_title {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 700;
}

.jeg_overlay_caption_container .jeg_post_title a {
	color: #fff!important;
}

.jeg_overlay_slider .jeg_post_category {
	border-left: 3px solid #f70d28;
	line-height: 11px;
}

.jeg_overlay_slider .jeg_post_category a {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	margin: 0 10px 0 5px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.jeg_overlay_slider_bottom .epress-owl-nav {
	margin-top: 0;
}

.jeg_overlay_slider_bottom.epress-owl-carousel .epress-owl-nav div {
	border: 0;
	background: #f70d28;
	color: #fff;
	position: absolute;
	left: 0;
	height: 50%;
	line-height: normal;
	width: 40px;
	font-size: 20px;
	margin: 0;
	opacity: 1;
}

.jeg_overlay_slider_bottom.epress-owl-carousel .epress-owl-nav div:hover {
	background: #f70d28;
	color: #fff;
	opacity: .8;
}

.jeg_overlay_slider_bottom .epress-owl-nav>div:before {
	font-family: jegicon!important;
	position: absolute;
	height: 20px;
	width: 20px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.jeg_overlay_slider_bottom .epress-owl-nav .epress-owl-next {
	top: 0;
}

.jeg_overlay_slider_bottom .epress-owl-nav .epress-owl-prev {
	top: 50%;
	margin-top: 1px;
}

.jeg_overlay_slider_bottom .epress-owl-nav .epress-owl-next:before {
	content: "\65";
}

.jeg_overlay_slider_bottom .epress-owl-nav .epress-owl-prev:before {
	content: "\66";
}

.jeg_overlay_slider_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

.jeg_overlay_slider_loader .jeg_overlay_slider_loader_circle {
	top: 50%;
	z-index: 2;
	margin-top: -60px;
}

.jeg_overlay_slider_loader_circle {
	margin: 60px auto;
	font-size: 9px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255,255,255,.2);
	border-right: 1.1em solid rgba(255,255,255,.2);
	border-bottom: 1.1em solid rgba(255,255,255,.2);
	border-left: 1.1em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.jeg_overlay_slider_loader_circle,.jeg_overlay_slider_loader_circle:after {
	border-radius: 50%;
	width: 8em;
	height: 8em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media only screen and (min-width:1140px) {
	.jeg_overlay_container {
		width: 1140px;
		margin: 0 auto;
		display: block;
	}

	.jeg_overlay_slider {
		padding: 0;
	}
}

@media only screen and (max-width:1024px) {
	.jeg_overlay_slider {
		height: 400px;
	}

	.jeg_overlay_slider_wrapper {
		height: 450px;
	}

	.jeg_overlay_caption_container .jeg_post_title {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.jeg_overlay_slider {
		width: 100%;
	}

	.jeg_overlay_caption_container .jeg_post_title {
		font-size: 30px;
	}

	.jeg_overlay_slider_loader_circle,.jeg_overlay_slider_loader_circle:after {
		width: 7em;
		height: 7em;
		font-size: 8px;
	}
}

@media only screen and (max-width:767px) {
	.jeg_overlay_slider {
		margin-top: -20px;
	}

	.jeg_overlay_caption_container .jeg_post_title {
		font-size: 26px;
	}

	.jeg_overlay_caption_container {
		bottom: 85px;
	}

	.jeg_overlay_slider_item {
		padding: 12px 15px;
		height: auto;
	}
}

@media only screen and (max-width:567px) {
	.jeg_overlay_caption_container {
		bottom: 65px;
	}

	.jeg_overlay_slider_item h3 {
		font-size: 12px;
		font-weight: 500;
	}

	.jeg_overlay_slider_item {
		padding: 8px 15px;
		height: 48px;
	}

	.jeg_overlay_slider_bottom.epress-owl-carousel .epress-owl-nav div {
		font-size: 14px;
		line-height: 22px;
		width: 30px;
	}

	.shownav .jeg_overlay_slider_bottom {
		padding-left: 40px;
	}

	.jeg_overlay_slider .jeg_post_category a {
		font-size: 10px;
		font-weight: 500;
	}
}

@media only screen and (max-width:480px) {
	.jeg_overlay_caption_container .jeg_post_title {
		font-size: 18px;
	}
}

@media only screen and (max-width:479px) {
	.jeg_overlay_slider .jeg_post_category {
		margin-bottom: 5px;
		line-height: 1;
	}

	.jeg_overlay_slider .jeg_post_category a {
		font-size: 11px;
	}

	.jeg_overlay_caption_container .jeg_post_title {
		font-size: 15px;
	}

	.jeg_overlay_caption_container {
		bottom: 60px;
	}

	.jeg_overlay_slider_item {
		height: 32px;
	}

	.jeg_overlay_slider_item h3 {
		line-height: 16.8px;
		-webkit-line-clamp: 1;
	}
}

.jeg_breakingnews {
	margin-bottom: 30px;
}

.jeg_breakingnews a {
	color: #212121;
}

.jeg_breakingnews a:hover {
	text-decoration: underline;
}

.jeg_breakingnews_title {
	float: left;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #f70d28;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.jeg_breakingnews_title .fa {
	margin-right: 5px;
}

.jeg_news_ticker {
	background: #fff;
	font-size: 13px;
	display: block;
	overflow: hidden;
	width: auto;
	height: 40px;
	line-height: 38px;
	border: 1px solid #eee;
	border-left: 0;
	padding: 0 95px 0 15px;
	position: relative;
}

.jeg_news_ticker_item {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jeg_news_ticker_item .post-date {
	font-size: 11px;
	margin-left: 10px;
	color: #a0a0a0;
}

.jeg_news_ticker_arrow:before {
	display: block;
	font-family: FontAwesome;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jeg_news_ticker_next:before {
	content: "\f105";
}

.jeg_news_ticker_prev:before {
	content: "\f104";
}

.jeg_news_ticker_arrow:hover {
	background: #f7f7f7;
}

.jeg_news_ticker_arrow span {
	display: none;
}

.jeg_news_ticker_control {
	position: absolute;
	top: 0;
	right: 0;
}

.jeg_news_ticker_arrow {
	background: #fff;
	cursor: pointer;
	border-left: 1px solid #eee;
	line-height: 38px;
	width: 40px;
	font-size: 18px;
	float: right;
	position: relative;
}

.jeg_news_ticker_items {
	position: relative;
	-webkit-backface-visibility: hidden;
}

.jeg_news_ticker_item {
	z-index: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.jeg_news_ticker_active {
	z-index: 1;
	opacity: 1;
}

.jeg_news_ticker_animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.jeg_video_playlist .jspTrack {
	background: rgba(0,0,0,.1);
}

.jeg_video_playlist .jspDrag {
	left: 0!important;
	border-radius: 8px!important;
}

.jeg_video_playlist_video_content {
	background: #141414;
}

.jeg_video_playlist_item {
	line-height: 1;
}

.jeg_video_playlist_title {
	color: #212121;
	font-size: 13px;
	margin: 0 0 5px;
}

.jeg_video_playlist_category {
	color: #a0a0a0;
	font-size: 11px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_video_playlist_current {
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
}

.jeg_video_playlist_current_info {
	z-index: 2;
	position: relative;
}

.jeg_video_playlist_current h2 {
	margin: 0;
	font-weight: 700;
	font-size: 14px;
}

.jeg_video_playlist_current h2 a {
	color: #212121;
}

.jeg_video_holder {
	position: relative;
}

.jeg_dark_playlist .jeg_video_playlist_list_wrapper {
	background: #141414;
	overflow: hidden;
}

.jeg_dark_playlist .jeg_video_playlist_category {
	color: rgba(255,255,255,.5);
}

.jeg_dark_playlist .jspTrack {
	background: rgba(255,255,255,.2);
}

.jeg_dark_playlist .jspDrag {
	background: rgba(255,255,255,.5);
}

.jeg_dark_playlist .jeg_video_playlist_title {
	color: #fff!important;
}

.jeg_vertical_playlist .jeg_video_playlist_video_content {
	width: 68%;
	float: left;
}

.jeg_vertical_playlist .jeg_video_playlist_list_wrapper {
	width: 32%;
	height: auto!important;
	float: right;
	overflow: hidden;
}

.jeg_vertical_playlist .jeg_video_playlist_list_inner_wrapper {
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-top: 0;
	background: #f5f5f5;
	position: relative;
}

.jeg_vertical_playlist .jeg_video_playlist_item {
	padding: 10px 15px;
	display: table;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

.jeg_vertical_playlist .jeg_video_playlist_item.active {
	background: #fff;
}

.jeg_vertical_playlist.jeg_vertical_playlist .jeg_video_playlist_item.active .jeg_video_playlist_thumbnail img {
	border: 3px solid #f70d28;
}

.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
	display: table-cell;
	width: 85px;
	vertical-align: middle;
	position: relative;
}

.jeg_vertical_playlist .jeg_video_playlist_item.active .jeg_video_playlist_thumbnail:before {
	font-family: Fontawesome;
	content: "\f04b";
	color: #f70d28;
	position: absolute;
	font-size: 8px;
	left: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jeg_vertical_playlist .jeg_video_playlist_description {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}

.jeg_vertical_playlist .jeg_video_playlist_current {
	background: #f70d28;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	z-index: 1;
}

.jeg_vertical_playlist .jeg_video_playlist_play span {
	color: rgba(255,255,255,.8);
	font-size: smaller;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.jeg_vertical_playlist .jeg_video_playlist_play_icon {
	color: #f70d28;
	position: absolute;
	background: #fff;
	text-align: center;
	opacity: .4;
	width: 100px;
	line-height: 100px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
	padding-left: 10px;
	font-size: 50px;
}

.jeg_vertical_playlist .jeg_video_playlist_current h2 {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jeg_vertical_playlist .jeg_video_playlist_current h2,.jeg_vertical_playlist .jeg_video_playlist_current h2 a {
	color: #fff;
}

.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_list_inner_wrapper {
	background: 0 0;
	border: 0;
}

.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_item {
	border-color: rgba(255,255,255,.15);
}

.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
	background: rgba(255,255,255,.1);
}

.jeg_horizontal_playlist .jeg_video_playlist_current {
	padding: 0;
	margin: 10px 0;
	padding: 0 80px 0 10px;
	line-height: 30px;
	border: 1px solid #eee;
}

.jeg_horizontal_playlist .jeg_video_playlist_current .jeg_video_playlist_current_info h2,.jeg_horizontal_playlist .jeg_video_playlist_current .jeg_video_playlist_current_info span,.jeg_horizontal_playlist .jeg_video_playlist_current_info,.jeg_horizontal_playlist .jeg_video_playlist_play,.jeg_horizontal_playlist .jeg_video_playlist_play_icon {
	display: inline-block;
}

.jeg_horizontal_playlist .jeg_video_playlist_play {
	color: #f70d28;
	font-size: 12px;
	margin-right: 5px;
}

.jeg_horizontal_playlist .jeg_video_playlist_play span {
	text-transform: uppercase;
	margin-left: 3px;
	font-weight: bolder;
}

.jeg_horizontal_playlist .epress-owl-carousel .epress-owl-stage {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jeg_horizontal_playlist .jeg_video_playlist_item {
	display: block;
	height: 100%;
	padding: 10px;
	border: 1px solid #eee;
	-webkit-transition: .2s;
	transition: .2s;
}

.jeg_horizontal_playlist .jeg_video_playlist_item.active {
	border: 2px solid #f70d28;
}

.jeg_horizontal_playlist .jeg_video_playlist_title {
	margin: 5px 0;
}

.jeg_horizontal_playlist .epress-owl-carousel .epress-owl-nav {
	position: absolute;
	top: -42px;
	right: 0;
}

.jeg_horizontal_playlist .epress-owl-carousel .epress-owl-nav div {
	width: 30px;
	height: 32px;
	line-height: 30px;
	right: 0;
	margin-right: 0;
	border-color: #eee;
}

.jeg_horizontal_playlist .epress-owl-carousel .epress-owl-nav .epress-owl-prev {
	border-right: 0;
}

.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current,.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item,.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
	border: 0;
}

.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
	background: rgba(255,255,255,.1);
}

.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current h2,.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current h2 a {
	color: #fff;
}

.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_play span {
	color: rgba(255,255,255,.5);
}

.jeg_horizontal_playlist.jeg_dark_playlist .epress-owl-carousel .epress-owl-nav {
	top: -40px;
	right: 10px;
}

.jeg_horizontal_playlist.jeg_dark_playlist .epress-owl-carousel .epress-owl-nav div {
	line-height: 26px;
	height: 30px;
	color: rgba(255,255,255,.8);
	border-color: rgba(255,255,255,.15);
}

.jeg_horizontal_playlist.jeg_dark_playlist .epress-owl-carousel .epress-owl-nav div:hover {
	background: rgba(255,255,255,.15);
}

.jeg_preview_slider_loader {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -100px;
	z-index: 1;
}

.jeg_preview_slider_loader_circle {
	margin: 60px auto;
	font-size: 9px;
	position: relative;
	text-indent: -9999em;
	border-top: .4em solid rgba(255,255,255,.2);
	border-right: .4em solid rgba(255,255,255,.2);
	border-bottom: .4em solid rgba(255,255,255,.2);
	border-left: .4em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.jeg_preview_slider_loader_circle,.jeg_preview_slider_loader_circle:after {
	border-radius: 50%;
	width: 8em;
	height: 8em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mejs-container .mejs-controls {
	background: rgba(255,255,255,.9);
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(0,0,0,.15);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(0,0,0,.15);
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #616161;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #fff;
	border-radius: 1px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #aaa;
	border-radius: 1px;
}

.mejs-container .mejs-controls .mejs-time {
	color: #a0a0a0;
}

.mejs-controls .mejs-time-rail span {
	border-radius: 1px;
}

.mejs-controls .mejs-fullscreen-button button,.mejs-controls .mejs-mute button,.mejs-controls .mejs-pause button,.mejs-controls .mejs-play button,.mejs-controls .mejs-unmute button {
	background: 0 0;
	font-family: FontAwesome,serif;
	color: #616161;
	font-size: 13px;
	display: block;
}

.mejs-controls .mejs-play button:after {
	content: "\f04b";
}

.mejs-controls .mejs-pause button:after {
	content: "\f04c";
}

.mejs-controls .mejs-mute button:after {
	content: "\f028";
}

.mejs-controls .mejs-unmute button:after {
	content: "\f026";
}

.mejs-controls .mejs-fullscreen-button button:after {
	content: "\f065";
}

.mejs-controls .mejs-mute button,.mejs-controls .mejs-unmute button {
	left: -3px;
}

.mejs-poster {
	background-size: cover;
}

.mejs-controls .mejs-button button {
	margin: 0;
	height: 30px;
	width: 30px;
}

.mejs-container .mejs-controls div {
	position: relative;
}

@media only screen and (max-width:1024px) {
	.jeg_vertical_playlist:not(.jeg_col_12) .jeg_video_playlist_list_wrapper,.jeg_vertical_playlist:not(.jeg_col_12) .jeg_video_playlist_video_content {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:768px) {
	.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_vertical_playlist .jeg_video_playlist_video_content {
		width: 100%;
		float: none;
	}

	.jeg_horizontal_playlist .jeg_video_playlist_title {
		font-size: 12px;
	}
}

@media only screen and (min-width:1025px) {
	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_video_content {
		width: 67%;
	}

	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_list_wrapper {
		width: 33%;
	}

	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_title {
		font-size: 12px;
	}

	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_description {
		padding: 0 10px;
	}

	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
		width: 70px;
	}

	.jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_item.active .jeg_video_playlist_thumbnail img {
		border-width: 2px;
	}

	.jeg_col_2.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_2.jeg_vertical_playlist .jeg_video_playlist_video_content,.jeg_col_3.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_3.jeg_vertical_playlist .jeg_video_playlist_video_content,.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_video_content,.jeg_col_5.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_5.jeg_vertical_playlist .jeg_video_playlist_video_content,.jeg_col_6.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_6.jeg_vertical_playlist .jeg_video_playlist_video_content,.jeg_col_7.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,.jeg_col_7.jeg_vertical_playlist .jeg_video_playlist_video_content {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_current {
		padding: 5px 15px;
		line-height: normal;
	}

	.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_description {
		padding: 0 10px;
	}

	.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
		width: 60px;
	}

	.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_item.active .jeg_video_playlist_thumbnail img {
		border-width: 2px;
	}

	.jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_title {
		font-size: 11px;
	}
}

.jeg_postblock:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_vc_content .vc_row {
	margin-left: auto;
	margin-right: auto;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		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;
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		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;
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		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;
	}
}

.jeg_posts.row {
	margin-left: -15px;
	margin-right: -15px;
}

.jeg_block_heading:after,.jeg_posts.row:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_slider_wrapper {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.jeg_slider_wrapper .epress-owl-carousel {
	overflow: hidden;
}

.epress_overlay_slider_notice {
	color: #fff;
	background: #c9c9c9;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
}

.epress-owl-carousel {
	cursor: -webkit-grab;
}

.epress-owl-carousel .owl-wrapper-outer {
	z-index: 1;
}

.epress-owl-carousel.epress-owl-loaded {
	height: auto!important;
}

.epress-owl-item {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.epress-owl-item img {
	width: 100%;
}

.owl-theme .epress-owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .epress-owl-dots .epress-owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .epress-owl-dots .epress-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 .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.owl-theme .epress-owl-dots .epress-owl-dot.active span,.owl-theme .epress-owl-dots .epress-owl-dot:hover span {
	background: #888;
}

.epress-owl-carousel .epress-owl-nav div {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
	line-height: 24px;
	font-size: 12px;
	background: 0 0;
	color: #53585c;
	border: 1px solid #e0e0e0;
	text-align: center;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.epress-owl-carousel .epress-owl-nav div:last-child {
	margin-right: 0;
}

.epress-owl-carousel .epress-owl-nav div:hover {
	color: #212121;
	background: #f7f7f7;
}

.epress-owl-carousel .epress-owl-nav div:before {
	font-family: FontAwesome;
	text-rendering: auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.epress-owl-carousel .epress-owl-prev:before {
	content: "\f104";
}

.epress-owl-carousel .epress-owl-next:before {
	content: "\f105";
}

.jeg_slide_caption {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 0 20px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(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,.65)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.jeg_slide_caption .jeg_post_meta .fa,.jeg_slide_caption .jeg_post_meta a,.jeg_slide_caption a {
	color: #fff;
}

.jeg_slide_caption .jeg_post_title a {
	color: #fff!important;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.jeg_caption_container {
	padding: 0 20px;
}

.jeg_slide_caption .jeg_post_title {
	font-size: 26px;
	font-weight: 700;
	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: 400;
	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,.7);
}

.jeg_slide_caption .jeg_post_meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 rgba(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;
}

.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,.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,.65)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(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_slide_item .jeg_slide_img.owl-lazy {
	opacity: 1;
}

.jeg_slider_type_1 .jeg_caption_container {
	padding: 0 30px;
	max-width: 80%;
}

.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
	font-size: 34px;
	line-height: 1.1;
	margin-top: 10px;
}

.jeg_slider_thumbnail {
	margin-top: 10px;
}

.jeg_slider_thumbnail.disabled_nav .epress-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;
	box-sizing: border-box;
}

.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	box-shadow: inset 0 5px 10px rgba(0,0,0,.4);
}

.jeg_slider_type_1 .epress-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 .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 1;
}

.jeg_slider_type_1 .epress-owl-nav div:before {
	font-family: jegicon!important;
}

.jeg_slider_type_1 .epress-owl-nav .epress-owl-next {
	bottom: 40px;
	background: #f70d28;
	color: #fff;
}

.jeg_slider_type_1 .epress-owl-prev:before {
	content: "\65"!important;
}

.jeg_slider_type_1 .epress-owl-next:before {
	content: "\66"!important;
}

.jeg_slider_type_1:hover .epress-owl-prev {
	opacity: 1;
}

.jeg_slider_type_1:hover .epress-owl-next {
	opacity: 1;
}

.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,.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%);
	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: 0 0;
	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: 700;
	line-height: 1.1;
	margin: 20px auto;
	letter-spacing: -.04em;
}

.jeg_slider_type_2 .jeg_slide_caption .jeg_post_excerpt {
	max-width: 80%;
	text-shadow: 0 1px 0 rgba(0,0,0,.7);
}

.jeg_slider_type_2 .epress-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 .epress-owl-dots {
	opacity: 1;
}

.jeg_slider_type_2 .epress-owl-dot {
	display: block;
	zoom: 1;
}

.jeg_slider_type_2 .epress-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_2 .epress-owl-dots .epress-owl-dot.active span,.jeg_slider_type_2 .epress-owl-dots .epress-owl-dot:hover span {
	background: #fff;
}

.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: 0 0;
}

.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.epress-owl-carousel .epress-owl-nav div {
	color: #fff;
	width: 30px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border: 0;
	opacity: 0;
}

.jeg_slider_type_3 .epress-owl-nav div:hover {
	color: #fff;
	background: rgba(0,0,0,.2);
	opacity: 1;
}

.jeg_slider_type_3 .epress-owl-nav .epress-owl-next {
	right: 0;
}

.jeg_slider_type_3 .epress-owl-nav .epress-owl-prev {
	left: 0;
}

.jeg_slider_type_3 .epress-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 .epress-owl-prev:before {
	content: "\f053";
}

.jeg_slider_type_3 .epress-owl-next:before {
	content: "\f054";
}

.jeg_slider_type_3:hover .epress-owl-next,.jeg_slider_type_3:hover .epress-owl-prev {
	opacity: 1;
}

@media only screen and (min-width:1025px) {
	.jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,.jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .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_1o3 .jeg_slider_type_3[data-items="2"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
		font-size: 13px;
		margin-bottom: 0;
	}

	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption .jeg_post_category a,.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 {
		font-size: 10px;
		padding: 2px 5px;
	}

	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_slide_caption {
		padding: 30px 0 15px;
	}

	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_caption_container,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_caption_container {
		padding: 0 15px;
	}
}

.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: 0 0;
	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: -.04em;
	position: relative;
}

.jeg_slider_type_4 .jeg_slide_caption:after,.jeg_slider_type_4 .jeg_slide_caption:before {
	content: '';
	width: 60%;
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.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,.7);
}

.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,.1) 0,rgba(0,0,0,.7) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(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: 0 0;
	z-index: 2;
}

.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin: 20px auto 15px;
	letter-spacing: -.04em;
}

.jeg_slider_type_5 .jeg_slide_caption .jeg_post_category a {
	font-size: 11px;
	padding: 0;
	background: 0 0;
}

.jeg_slider_type_5 .epress-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 .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

.jeg_slider_type_5 .epress-owl-nav div.disabled {
	opacity: 0;
}

.jeg_slider_type_5 .epress-owl-next {
	right: 40px;
}

.jeg_slider_type_5 .epress-owl-prev {
	left: 40px;
}

.jeg_slider_type_5:hover .epress-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;
	}
}

.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: 0 0;
	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: 700;
	line-height: 1.1;
	margin: 30px auto 40px;
	letter-spacing: -.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,.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 .epress-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 .epress-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: .8;
}

.jeg_slider_type_6 .epress-owl-nav .epress-owl-prev {
	margin-right: 10px;
}

.jeg_slider_type_6 .epress-owl-nav div:hover,.jeg_slider_type_6:hover .epress-owl-nav {
	opacity: 1;
}

.jeg_slider_type_6 .epress-owl-nav .epress-owl-next:before,.jeg_slider_type_6 .epress-owl-nav .epress-owl-prev:before {
	width: 13px;
	font-size: 14px;
	top: -.04em;
	position: absolute;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.jeg_slider_type_6 .epress-owl-nav .epress-owl-prev {
	padding-left: 30px;
}

.jeg_slider_type_6 .epress-owl-prev:before {
	left: 12px;
}

.jeg_slider_type_6 .epress-owl-nav .epress-owl-next {
	padding-right: 30px;
}

.jeg_slider_type_6 .epress-owl-nav .epress-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;
	}
}

.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_caption,.jeg_slider_type_7.featured-left .jeg_slide_image {
	float: left;
}

.jeg_slider_type_7.featured-right .jeg_slide_caption,.jeg_slider_type_7.featured-right .jeg_slide_image {
	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;
	box-sizing: border-box;
}

.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: 0 0;
	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: 0 0;
}

.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: 0 0;
	color: #fff;
	width: auto;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-color: rgba(255,255,255,.15);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	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-left .jeg_block_nav .next,.jeg_slider_type_7.featured-right .jeg_block_nav a {
	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:hover {
	color: #000;
}

.jeg_slider_type_7 .jeg_block_nav:after,.jeg_slider_type_7 .jeg_block_nav:before {
	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_caption,.jeg_slider_type_7.jeg_col_2o3 .jeg_slide_image {
		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;
	}
}

.jeg_slider_type_8 .epress-owl-stage {
	display: flex;
}

.jeg_slider_type_8 .jeg_slide_item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.jeg_slider_type_8 .jeg_caption_container {
	opacity: 0;
	-webkit-transition: .2s ease .1s;
	transition: .2s ease .1s;
	padding: 0;
}

.jeg_slider_type_8 .active .jeg_caption_container {
	opacity: 1;
}

.jeg_slider_type_8 .jeg_slide_caption {
	flex-grow: 1;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 30px 10%;
	text-align: center;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.jeg_slider_type_8 .jeg_slide_caption .jeg_post_meta,.jeg_slider_type_8 .jeg_slide_caption .jeg_post_title a {
	color: #212121!important;
	text-shadow: none;
}

.jeg_slider_type_8 .jeg_slide_caption .jeg_post_category a {
	color: #a0a0a0;
	background: 0 0;
	padding: 0;
}

.jeg_slider_type_8 .jeg_slide_caption .jeg_post_meta {
	color: #a0a0a0;
	text-shadow: none;
}

.jeg_slider_type_8 .jeg_post_title {
	font-size: 22px;
	margin: 20px auto 15px;
}

.jeg_slider_type_8 .epress-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 .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

.jeg_slider_type_8 .epress-owl-nav div.disabled {
	opacity: 0;
}

.jeg_slider_type_8 .epress-owl-next {
	right: 40px;
}

.jeg_slider_type_8 .epress-owl-prev {
	left: 40px;
}

.jeg_slider_type_8:hover .epress-owl-nav div {
	opacity: 1;
}

@media only screen and (min-width:1025px) {
	.jeg_col_2o3 .jeg_slider_type_8[data-items="3"] .jeg_post_title,.jeg_col_3o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_col_2o3 .jeg_slider_type_8[data-items="4"] .jeg_post_title {
		font-size: 15px;
		margin-bottom: 2px;
	}

	.jeg_col_1o3 .jeg_slider_type_8[data-items="2"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
		font-size: 13px;
		margin-bottom: 0;
	}

	.jeg_col_1o3 .jeg_slider_type_8[data-items="2"] .jeg_slide_caption .jeg_post_category a,.jeg_col_2o3 .jeg_slider_type_8[data-items="4"] .jeg_slide_caption .jeg_post_category a,.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_slide_caption .jeg_post_category a {
		font-size: 10px;
		padding: 2px 5px;
	}

	.jeg_col_1o3 .jeg_slider_type_8[data-items="2"] .jeg_slide_caption,.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_slide_caption {
		padding: 30px 0 15px;
	}

	.jeg_col_1o3 .jeg_slider_type_8[data-items="2"] .jeg_caption_container,.jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_caption_container {
		padding: 0 15px;
	}
}

.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,.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 embed,.jeg_video_container iframe,.jeg_video_container object,.jeg_video_container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.jeg_video_content {
	margin-bottom: 20px;
	padding-top: 0;
}

.jeg_video_square {
	padding-bottom: 100%;
}

.wp-video {
	width: 100%!important;
	margin-bottom: 15px;
}

.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;
}

.jeg_empty_module {
	text-align: center;
	padding-bottom: 20px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding-top: 20px;
	background: #fafafa;
}

.jeg_sidefeed_overlay,.module-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.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;
}

.jeg_block_heading {
	position: relative;
	margin-bottom: 30px;
}

.jeg_block_title,.jeg_block_title a span {
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
	float: left;
}

.jeg_block_title a {
	color: inherit;
}

.jeg_block_title a span,.jeg_block_title i,.jeg_block_title span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 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;
}

.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;
}

.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: 0 0;
	padding-right: 10px;
}

.jeg_block_heading_2 .okayNav__menu-toggle {
	margin-right: -10px;
}

.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;
}

.jeg_block_heading_4 .jeg_block_title span {
	background: #f70d28;
	color: #fff;
	border-radius: 2px;
}

.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: 0 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;
}

.alt .jeg_block_heading_5 .jeg_block_title span,.alt .jeg_block_heading_5 .jeg_subcat {
	background-color: #000;
}

.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;
}

.jeg_block_heading_7 .jeg_block_title span {
	border-bottom: 2px solid #f70d28;
	padding: 0;
}

.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_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;
}

.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;
}

.jeg_block_heading_5 strong,.jeg_block_heading_6 strong,.jeg_block_heading_7 strong,.jeg_block_heading_8 strong {
	color: #f70d28;
}

.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,.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,.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,.2);
}

.jeg_subcat {
	display: block;
	float: left;
	margin-left: 1em;
}

.jeg_subcat .jeg_subcat_list,.jeg_subcat .jeg_subcat_list li {
	margin-bottom: 0;
}

.jeg_subcat.okayNav ul {
	list-style: none;
}

.jeg_subcat .okayNav__menu-toggle {
	width: 30px;
}

.jeg_subcat_list,.jeg_subcat_list>li {
	display: inline-block;
	vertical-align: top;
}

.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;
}

.jeg_subcat_right .jeg_subcat {
	float: right;
	margin-left: 0;
}

.jeg_subcat_right .jeg_cat_menu {
	left: inherit;
	right: 0;
}

.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,.2);
}

.jeg_block_heading_3 .jeg_subcat_list li a:hover {
	background: rgba(0,0,0,.1);
	color: #fff;
}

.jeg_block_heading_3 .jeg_subcat {
	background: 0 0;
	padding-right: 10px;
}

.jeg_block_heading_3 .okayNav__menu-toggle {
	margin-right: -10px;
}

.jeg_posts .jeg_post,.jeg_posts .jeg_postsmall {
	box-sizing: border-box;
}

.jeg_postblock .jeg_pl_lg_1 {
	margin-bottom: 30px;
}

.jeg_pl_lg_1 .jeg_post_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin: 15px 0 5px;
}

@media (min-width:767px) {
	.jeg_pl_lg_1.col-sm-6 {
		width: 50%!important;
	}
}

.jeg_postblock .jeg_pl_lg_2,.jeg_postblock .jeg_pl_lg_3 {
	margin-bottom: 30px!important;
}

.jeg_postblock .jeg_pl_lg_2:after,.jeg_postblock .jeg_pl_lg_3:after {
	content: "";
	display: table;
	clear: both;
}

.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_post_title,.jeg_pl_lg_3 .jeg_post_title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 5px;
}

.jeg_pl_lg_2 .jeg_readmore,.jeg_pl_lg_3 .jeg_readmore {
	margin-bottom: 5px;
}

.jeg_postblock .jeg_pl_lg_4 {
	margin-bottom: 50px;
}

.jeg_pl_lg_4 .jeg_post_title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 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_postblock .jeg_pl_lg_5 {
	margin-bottom: 30px;
}

.jeg_pl_lg_5 .jeg_post_title {
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 10px;
}

.jeg_postblock .jeg_pl_lg_6 {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px!important;
	margin-bottom: 30px!important;
}

.jeg_postblock .jeg_pl_lg_6:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_postblock .jeg_pl_lg_6:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.jeg_pl_lg_6 .jeg_post_title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.jeg_pl_lg_6 .jeg_thumb {
	width: 300px;
	float: right;
	margin-left: 30px;
}

.jeg_postblock .jeg_pl_lg_7 {
	background: #fff;
	margin-bottom: 40px!important;
	border: 1px solid #eee;
	overflow: visible;
}

.jeg_pl_lg_7 .jeg_postblock_content {
	padding: 20px 30px 30px;
	margin: 0 15px;
	position: relative;
	text-align: center;
}

.jeg_pl_lg_7 .jeg_post_title {
	font-size: 24px;
	font-weight: 700;
	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: 700;
	padding: 2px 12px;
	line-height: 20px;
}

.jeg_postblock .jeg_pl_lg_8:not(:last-of-type) {
	margin-bottom: 30px!important;
	border-bottom: 1px solid #eee;
}

.jeg_pl_lg_8 .jeg_post_title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.jeg_pl_lg_8 .jeg_postblock_content {
	max-width: 600px;
}

.jeg_pl_lg_8 .jeg_post_meta {
	margin: 15px 0;
}

.jeg_pl_lg_8 .jeg_thumb img {
	width: 100%;
}

.jeg_pl_lg_8 .jeg_post_meta a {
	font-weight: 400;
}

.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;
}

.jeg_postblock .jeg_pl_lg_9 {
	margin-bottom: 60px!important;
	padding-bottom: 40px!important;
	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: -.035em;
	margin: 0 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: 700;
	text-decoration: none;
}

.jeg_meta_footer .jeg_post_share a {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jeg_postblock .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: 700;
	margin: 0 auto 8px;
}

.jeg_pl_lg_card .jeg_post_excerpt {
	margin: 5px 0 10px;
}

.jeg_postblock .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_lg_card .jeg_inner_post,.jeg_pl_md_card .jeg_inner_post {
	background: #fff;
}

.jeg_pl_md_card .jeg_post_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 auto 5px;
}

.jeg_pl_lg_card .jeg_post_category,.jeg_pl_md_card .jeg_post_category {
	line-height: normal;
	margin-top: -2px;
	margin-bottom: 8px;
}

.jeg_pl_lg_card .jeg_post_category a,.jeg_pl_md_card .jeg_post_category a {
	font-size: 11px;
	color: #a0a0a0;
	font-weight: 400;
	letter-spacing: normal;
}

.jeg_pl_lg_card .jeg_post_category a:hover,.jeg_pl_md_card .jeg_post_category a:hover {
	color: #212121;
}

.jeg_postblock .jeg_pl_lg_box,.jeg_postblock .jeg_pl_md_box {
	margin-bottom: 30px!important;
}

.jeg_pl_lg_box .box_wrap,.jeg_pl_md_box .box_wrap {
	position: relative;
}

.jeg_pl_lg_box .box_wrap:after,.jeg_pl_md_box .box_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.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,.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,.65)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(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: 700;
	margin: 0 auto 5px;
}

.jeg_pl_md_box .jeg_post_title {
	font-size: 17px;
	font-weight: 500;
	margin: 0 auto 5px;
}

.jeg_pl_lg_box .jeg_thumb .jeg_post_category,.jeg_pl_md_box .jeg_thumb .jeg_post_category {
	top: 10px;
	bottom: auto;
}

.jeg_pl_lg_box .jeg_post_meta,.jeg_pl_lg_box .jeg_post_title a,.jeg_pl_lg_box a,.jeg_pl_lg_box a:hover,.jeg_pl_md_box .jeg_post_meta,.jeg_pl_md_box .jeg_post_title a,.jeg_pl_md_box a,.jeg_pl_md_box a:hover,.jeg_postblock .jeg_pl_lg_box .jeg_post_title a:hover,.jeg_postblock .jeg_pl_md_box .jeg_post_title a:hover {
	color: #fff;
}

.jeg_pl_lg_box .jeg_post_meta .fa,.jeg_pl_lg_box .jeg_post_meta a,.jeg_pl_md_box .jeg_post_meta .fa,.jeg_pl_md_box .jeg_post_meta a {
	color: inherit;
}

.jeg_postblock .jeg_pl_md_1 {
	margin-bottom: 30px!important;
}

.jeg_pl_md_1 .jeg_post_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 5px;
}

.jeg_pl_md_1 .jeg_thumb {
	margin-bottom: 15px;
}

.jeg_postblock .jeg_pl_md_2,.jeg_postblock .jeg_pl_md_3 {
	margin-bottom: 30px!important;
}

.jeg_postblock .jeg_pl_md_2:after,.jeg_postblock .jeg_pl_md_3:after {
	content: "";
	display: table;
	clear: both;
}

.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_post_title,.jeg_pl_md_3 .jeg_post_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 5px;
}

.jeg_postblock .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_postblock .jeg_pl_md_5 {
	margin-bottom: 30px;
}

.jeg_pl_md_5 .jeg_post_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 5px;
}

.jeg_pl_md_5 .jeg_thumb {
	margin-bottom: 10px;
}

.jeg_postblock .jeg_pl_sm {
	margin-bottom: 25px!important;
}

.jeg_postblock .jeg_pl_sm:after {
	content: "";
	display: table;
	clear: both;
}

.jeg_pl_sm .jeg_post_title {
	font-size: 15px;
	font-weight: 700;
	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_postblock .jeg_pl_sm_2 {
	margin-bottom: 20px!important;
}

.jeg_postblock .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: 700;
}

.jeg_postblock .jeg_pl_sm_3 {
	margin-bottom: 25px;
	overflow: hidden;
}

.jeg_pl_sm_3 .jeg_post_title {
	font-size: 14px;
	font-weight: 700;
	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;
}

.jeg_postblock .jeg_pl_xs {
	margin: 0 0 12px!important;
}

.jeg_pl_xs .jeg_postblock_content {
	position: relative;
	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_postblock .jeg_pl_xs_2 {
	margin: 0 0 15px;
	position: relative;
	padding-left: 18px;
}

.jeg_pl_xs_2 .jeg_postblock_content {
	position: relative;
}

.jeg_postblock .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: 700;
	line-height: 1.429em;
	margin: 0 0 .5em;
	letter-spacing: normal;
}

.jeg_postblock .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_postblock .jeg_pl_xs_4 {
	margin: 0 0 10px!important;
}

.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: 400;
	margin: 0;
	display: inline-block;
	margin-right: 5px;
	letter-spacing: normal;
}

.jeg_pl_xs_4 .jeg_post_meta {
	display: inline;
}

.jeg_post.format-gallery .jeg_thumb:before,.jeg_post.format-video .jeg_thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	opacity: .3;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	z-index: 1;
	pointer-events: none;
}

.jeg_post.format-gallery .jeg_thumb:after,.jeg_post.format-video .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-gallery .jeg_thumb:hover .jeg_thumb:before,.jeg_post.format-video .jeg_thumb:hover .jeg_thumb:before {
	opacity: .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-gallery .jeg_thumb:after,.jeg_pl_sm.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_2o3 .jeg_post:nth-child(n+3).format-video .jeg_thumb:after,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-gallery .jeg_thumb:after,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-video .jeg_thumb:after {
	transform: scale(.7);
}

@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(.6);
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1:nth-child(n+1).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_14.jeg_col_1o3 .jeg_posts .jeg_post: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_22.jeg_col_1o3 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_22.jeg_col_1o3 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-gallery .jeg_thumb:after,.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-video .jeg_thumb:after,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-gallery .jeg_thumb:after,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-video .jeg_thumb:after {
		transform: scale(.7);
	}

	.jeg_postblock_10.jeg_col_2o3 .jeg_pl_lg_4.format-gallery .jeg_thumb:after,.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-gallery .jeg_thumb:after,.jeg_postblock_10.jeg_col_3o3 .jeg_pl_lg_4.format-video .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_col_3o3 .jeg_pl_lg_5.format-gallery .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_5.format-video .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_9.format-gallery .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_9.format-video .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_box.format-gallery .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_box.format-video .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after,.jeg_col_3o3 .jeg_pl_lg_card.format-video .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_pl_lg_5.format-gallery .jeg_thumb:after,.jeg_pl_lg_5.format-video .jeg_thumb:after,.jeg_pl_lg_9.format-gallery .jeg_thumb:after,.jeg_pl_lg_9.format-video .jeg_thumb:after,.jeg_pl_lg_box.format-gallery .jeg_thumb:after,.jeg_pl_lg_box.format-video .jeg_thumb:after,.jeg_postblock_13 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_13 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_pl_lg_card.format-gallery .jeg_thumb:after,.jeg_pl_lg_card.format-video .jeg_thumb:after {
		transform: scale(1.5);
		margin-top: -37px;
	}
}

@media only screen and (max-width:667px) {
	.jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(1.5);
	}
}

@media only screen and (max-width:568px) {
	.jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(1.5);
	}
}

@media only screen and (max-width:480px) {
	.jeg_postblock_5 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_5 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_6 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_6 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(.8);
	}

	.jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after {
		transform: scale(1.5);
	}

	.jeg_pl_lg_5.format-gallery .jeg_thumb:after,.jeg_pl_lg_5.format-video .jeg_thumb:after,.jeg_pl_lg_box.format-gallery .jeg_thumb:after,.jeg_pl_lg_box.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_2o3 .jeg_post:nth-child(n+3).format-video .jeg_thumb:after,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-gallery .jeg_thumb:after,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-video .jeg_thumb:after {
		transform: none;
	}
}

@media only screen and (max-width:320px) {
	.jeg_pl_lg_9.format-gallery .jeg_thumb:after,.jeg_pl_lg_9.format-video .jeg_thumb:after,.jeg_pl_lg_card.format-gallery .jeg_thumb:after,.jeg_pl_lg_card.format-video .jeg_thumb:after,.jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after,.jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after,.jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after {
		transform: none;
	}

	.jeg_col_1o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after,.jeg_col_1o3 .jeg_pl_lg_card.format-video .jeg_thumb:after {
		margin-top: -27px;
	}
}

.jeg_slider_wrapper,.jeg_video_playlist {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.entry-content .jeg_video_playlist_title,.jeg_video_playlist_title {
	color: #212121;
	font-size: 13px;
	margin: 0 0 5px;
}

.entry-content .jeg_video_playlist_current h2 a,.jeg_video_playlist_current h2 a {
	margin: 0;
	font-weight: 700;
	font-size: 14px;
}

.jeg_postblock {
	margin-bottom: 20px;
	position: relative;
}

.jeg_post_title {
	letter-spacing: -.02em;
	clear: none;
}

.jeg_post_title a {
	color: #212121;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.entry-content .jeg_block_title,.entry-content .jeg_post_title a {
	font-size: inherit;
}

.jeg_postblock .jeg_post_title a:hover,.jeg_sidefeed .jeg_pl_xs_3 .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;
	text-decoration: none;
}

.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_box .jeg_review_stars,.jeg_pl_lg_card .jeg_review_stars {
	font-size: 16px;
}

.jeg_post_meta .jeg_post_category {
	text-transform: uppercase;
}

.jeg_post_meta a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.jeg_meta_date a,.jeg_modified_date a {
	font-weight: 400;
}

.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: 6px;
}

.jeg_post_meta>div>.fa {
	margin-right: 2px;
}

.jeg_readmore {
	color: #53585c;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 11px;
	margin-top: 15px;
	padding: 6px 18px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .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;
	left: 50%;
	top: 50%;
	color: #bfbfbf;
	font-size: 18px;
	margin-top: -7px;
	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;
}

.avia_transform a .image-overlay {
	height: 100%!important;
}

.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:before {
	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;
}

.lazyloaded,.lazyloaded .thumbnail-container img,.thumbnail-background>div.lazyloaded {
	opacity: 1!important;
	transition: opacity .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;
	text-decoration: none;
}

.jeg_post_category span {
	display: inline-block;
	line-height: 1;
}

.jeg_block_navigation {
	position: relative;
}

.jeg_pagination_loadmore .jeg_block_navigation,.jeg_pagination_nextprev .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:after,.jeg_block_nav:before {
	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 a:focus {
	outline: 0;
}

.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;
}

.jeg_block_nav.showtext {
	text-align: left;
}

.jeg_block_nav.showtext:after,.jeg_block_nav.showtext:before {
	display: none;
}

.jeg_block_nav.showtext a {
	width: auto;
	min-width: 60px;
	text-transform: uppercase;
	letter-spacing: .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;
}

.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-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(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:focus {
	outline: 0;
}

.jeg_block_loadmore a:after,.jeg_block_loadmore a:before {
	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.active,.jeg_block_loadmore a:hover {
	color: #fff;
	background: #f70d28;
	border-color: #f70d28;
}

.jeg_block_loadmore a.disabled {
	display: none;
}

.jeg_postblock.loaded {
	overflow: inherit;
	height: auto;
}

.jeg_block_container:after,.jeg_pl_xs .jeg_postblock_content:after,.jeg_postblock_2 .jeg_posts_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.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.load-next .jeg_block_container {
	-webkit-animation-name: jeg_fadeinright;
	animation-name: jeg_fadeinright;
}

.jeg_postblock.loaded.load-prev .jeg_block_container {
	-webkit-animation-name: jeg_fadeinleft;
	animation-name: jeg_fadeinleft;
}

.jeg_postblock.loaded.load-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;
	z-index: 3;
}

.jeg_postblock.loaded.load-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.load-more .anim_1,.jeg_postblock.loaded.load-scroll .anim_1 {
	-webkit-animation-delay: .05s;
}

.jeg_postblock.loaded.load-more .anim_2,.jeg_postblock.loaded.load-scroll .anim_2 {
	-webkit-animation-delay: .15s;
}

.jeg_postblock.loaded.load-more .anim_3,.jeg_postblock.loaded.load-scroll .anim_3 {
	-webkit-animation-delay: .25s;
}

.jeg_postblock.loaded.load-more .anim_4,.jeg_postblock.loaded.load-scroll .anim_4 {
	-webkit-animation-delay: .35s;
}

.jeg_postblock.loaded.load-more .anim_5,.jeg_postblock.loaded.load-scroll .anim_5 {
	-webkit-animation-delay: .45s;
}

.jeg_postblock.loaded.load-more .anim_6,.jeg_postblock.loaded.load-scroll .anim_6 {
	-webkit-animation-delay: .55s;
}

.jeg_postblock.loaded.load-more .anim_7,.jeg_postblock.loaded.load-scroll .anim_7 {
	-webkit-animation-delay: .65s;
}

.jeg_postblock.loaded.load-more .anim_8,.jeg_postblock.loaded.load-scroll .anim_8 {
	-webkit-animation-delay: .75s;
}

.jeg_postblock.loaded.load-more .anim_9,.jeg_postblock.loaded.load-scroll .anim_9 {
	-webkit-animation-delay: .85s;
}

.jeg_postblock.loaded.load-more .anim_10,.jeg_postblock.loaded.load-scroll .anim_10 {
	-webkit-animation-delay: .95s;
}

.jeg_postblock.loaded.load-more .anim_11,.jeg_postblock.loaded.load-scroll .anim_11 {
	-webkit-animation-delay: 10.05s;
}

.jeg_postblock.loaded.load-more .anim_12,.jeg_postblock.loaded.load-scroll .anim_12 {
	-webkit-animation-delay: 10.15s;
}

.jeg_postblock.loaded.load-more .anim_13,.jeg_postblock.loaded.load-scroll .anim_13 {
	-webkit-animation-delay: 10.25s;
}

.jeg_postblock.loaded.load-more .anim_14,.jeg_postblock.loaded.load-scroll .anim_14 {
	-webkit-animation-delay: 10.35s;
}

.jeg_postblock.loaded.load-more .anim_15,.jeg_postblock.loaded.load-scroll .anim_15 {
	-webkit-animation-delay: 10.45s;
}

.jeg_postblock.loaded.load-more .anim_16,.jeg_postblock.loaded.load-scroll .anim_16 {
	-webkit-animation-delay: 10.55s;
}

.jeg_postblock.loaded.load-more .anim_17,.jeg_postblock.loaded.load-scroll .anim_17 {
	-webkit-animation-delay: 10.65s;
}

.jeg_postblock.loaded.load-more .anim_18,.jeg_postblock.loaded.load-scroll .anim_18 {
	-webkit-animation-delay: 10.75s;
}

.jeg_postblock.loaded.load-more .anim_19,.jeg_postblock.loaded.load-scroll .anim_19 {
	-webkit-animation-delay: 10.85s;
}

.jeg_postblock.loaded.load-more .anim_20,.jeg_postblock.loaded.load-scroll .anim_20 {
	-webkit-animation-delay: 1.95s;
}

.jeg_postblock.loaded.load-more .anim_21,.jeg_postblock.loaded.load-scroll .anim_21 {
	-webkit-animation-delay: 20.05s;
}

.jeg_postblock.loaded.load-more .anim_22,.jeg_postblock.loaded.load-scroll .anim_22 {
	-webkit-animation-delay: 20.15s;
}

.jeg_postblock.loaded.load-more .anim_23,.jeg_postblock.loaded.load-scroll .anim_23 {
	-webkit-animation-delay: 20.25s;
}

.jeg_postblock.loaded.load-more .anim_24,.jeg_postblock.loaded.load-scroll .anim_24 {
	-webkit-animation-delay: 20.35s;
}

.jeg_postblock.loaded.load-more .anim_25,.jeg_postblock.loaded.load-scroll .anim_25 {
	-webkit-animation-delay: 20.45s;
}

.jeg_postblock.loaded.load-more .anim_26,.jeg_postblock.loaded.load-scroll .anim_26 {
	-webkit-animation-delay: 20.55s;
}

.jeg_postblock.loaded.load-more .anim_27,.jeg_postblock.loaded.load-scroll .anim_27 {
	-webkit-animation-delay: 20.65s;
}

.jeg_postblock.loaded.load-more .anim_28,.jeg_postblock.loaded.load-scroll .anim_28 {
	-webkit-animation-delay: 20.75s;
}

.jeg_postblock.loaded.load-more .anim_29,.jeg_postblock.loaded.load-scroll .anim_29 {
	-webkit-animation-delay: 20.85s;
}

.jeg_postblock.loaded.load-more .anim_30,.jeg_postblock.loaded.load-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_loadmore .jeg_block_navigation,.jeg_postblock_11.jeg_pagination_nextprev .jeg_block_navigation,.jeg_postblock_11.jeg_pagination_scrollload .jeg_block_navigation {
	margin-top: -5px;
	margin-bottom: 20px;
}

.jeg_postblock_12.jeg_pagination_loadmore .jeg_block_navigation,.jeg_postblock_12.jeg_pagination_nextprev .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;
}

.jeg_postblock_14,.jeg_postblock_15,.jeg_postblock_3,.jeg_postblock_4,.jeg_postblock_5,.jeg_postblock_6 {
	margin-bottom: 10px;
}

.jeg_postblock_19 {
	margin-bottom: 15px;
}

.jeg_postblock_2 .jeg_posts_wrap {
	position: relative;
}

.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;
}

.jeg_postblock_8 .jeg_posts_wrap {
	position: relative;
}

.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;
}

.jeg_postblock_9 .jeg_posts_wrap {
	position: relative;
}

.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;
}

.jeg_postblock_11 .jeg_posts_wrap {
	position: relative;
}

.jeg_postblock_11 .jeg_posts_wrap:after {
	content: "";
	clear: both;
	display: inline-block;
}

.jeg_postblock_11 .jeg_posts {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-right: -30px;
}

.jeg_postblock_11 .jeg_post {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.jeg_postblock_12 {
	margin-bottom: 0;
}

.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;
}

.jeg_postblock_15 .jeg_posts_wrap {
	position: relative;
}

.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;
}

.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;
	display: inline-block;
}

.jeg_postblock_16 .jeg_pl_xs_2,.jeg_postblock_16 .jeg_posts {
	page-break-inside: avoid;
	margin-bottom: 5px!important;
}

.jeg_postblock_20 .jeg_pl_sm {
	margin-bottom: 15px;
}

.jeg_postblock_22 {
	margin-bottom: 15px;
}

.jeg_postblock_22 .jeg_posts_wrap {
	position: relative;
}

.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!important;
}

.jeg_postblock_23 .jeg_posts_wrap {
	position: relative;
}

.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;
}

.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!important;
}

.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_loadmore .jeg_pl_xs_4:last-child .jeg_postblock_content,.jeg_postblock_24.jeg_col_1o3.jeg_pagination_nextprev .jeg_pl_xs_4:last-child .jeg_postblock_content {
	border-bottom: 0;
}

.jeg_postblock_25 .jeg_post {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px!important;
	margin-bottom: 20px!important;
}

.jeg_postblock_25 .jeg_post {
	content: "";
	display: table;
	clear: both;
}

.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: 700;
	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;
}

.jeg_postblock_26 {
	margin-bottom: 0;
}

.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%;
	}
}

.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;
}

.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,.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: unset;
}

.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: 700;
	margin: 0 0 5px;
}

.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: #000;
	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;
}

.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,.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: 0;
}

.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: 0 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.jeg_postblock_35 .jeg_pl_md_box .jeg_thumb:before {
	opacity: .35;
}

.jeg_postblock_35 .jeg_pl_md_box.format-gallery .jeg_thumb:after,.jeg_postblock_35 .jeg_pl_md_box.format-video .jeg_thumb:after,.jeg_postblock_36 .jeg_pl_md_box.format-gallery .jeg_thumb:after,.jeg_postblock_36 .jeg_pl_md_box.format-video .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,.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;
}

.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: 700;
	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;
}

.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: 700;
	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!important;
		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;
	}
}

.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: .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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.jeg_postblock_38 .jeg_post .jeg_meta_date a {
	font-weight: 600;
}

.jeg_postblock_38 .jeg_post:hover .jeg_meta_author,.jeg_postblock_38 .jeg_post:hover .jeg_post_category a,.jeg_postblock_38 .jeg_post:hover .jeg_post_excerpt,.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_title a,.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_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) {
	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .box_wrap,.jeg_vc_content>.vc_row[data-vc-stretch-content=true]>.jeg-vc-wrapper .jeg_postblock_38 .box_wrap {
		max-width: 90%;
	}

	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .jeg_post_category,.jeg_vc_content>.vc_row[data-vc-stretch-content=true]>.jeg-vc-wrapper .jeg_postblock_38 .jeg_post_category {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.elementor-section-stretched.elementor-section-full_width .jeg_postblock_38 .jeg_readmore_arrow,.jeg_vc_content>.vc_row[data-vc-stretch-content=true]>.jeg-vc-wrapper .jeg_postblock_38 .jeg_readmore_arrow {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.jeg_postblock_carousel_1 {
	margin-bottom: 40px;
}

.jeg_postblock_carousel_1 .jeg_post_title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px auto 5px;
}

.jeg_postblock_carousel_1 .epress-owl-carousel .epress-owl-nav {
	margin-top: 15px;
}

.jeg_postblock_carousel_1 .jeg_block_heading_6+.epress-owl-carousel .epress-owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
	margin-top: 0;
}

.jeg_postblock_carousel_1 [data-margin="0"] .jeg_postblock_content {
	padding: 0 10px;
}

.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 .format-gallery .jeg_thumb:before,.jeg_postblock_carousel_2 .format-video .jeg_thumb:before,.jeg_postblock_carousel_2 .jeg_thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	z-index: 1;
	pointer-events: none;
}

.jeg_postblock_carousel_2 .epress-owl-item:hover .jeg_thumb:before {
	opacity: .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 .epress-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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.jeg_postblock_carousel_2 .epress-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-gallery .jeg_thumb:after,.jeg_postblock_carousel_2 .jeg_post.format-video .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 .epress-owl-item:hover .jeg_post .jeg_thumb:after {
	opacity: 0;
}

.jeg_postblock_carousel_2 .jeg_post_title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}

.jeg_postblock_carousel_2 .jeg_post_meta .fa,.jeg_postblock_carousel_2 .jeg_post_title a,.jeg_postblock_carousel_2 .jeg_post_title a:hover {
	color: #fff!important;
	text-shadow: 0 1px 0 rgba(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,.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 .epress-owl-item:hover .jeg_post_meta,.jeg_postblock_carousel_2 .epress-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: .05em;
}

.jeg_postblock_carousel_2 .jeg_post_meta a {
	color: #fff;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-nav {
	margin-top: 0;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-nav div {
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	border: 2px solid #fff;
	opacity: .7;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-nav div:hover {
	background: 0 0;
	border-color: #fff;
	opacity: 1;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-next {
	right: 20px;
	text-align: left;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-prev {
	left: 20px;
	text-align: right;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-prev:before {
	content: "\f177";
	margin-right: -2px;
}

.jeg_postblock_carousel_2 .epress-owl-carousel .epress-owl-next:before {
	content: "\f178";
	margin-left: -2px;
}

.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;
}

.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 .epress-owl-nav>div {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.jeg_postblock_carousel_3 .epress-owl-nav .epress-owl-next {
	left: auto;
	right: 0;
}

.jeg_pb_boxed {
	background: #fff;
}

.jeg_pb_boxed_shadow {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.jeg_pb_boxed .jeg_block_heading {
	margin-bottom: 20px;
}

.jeg_pb_boxed .jeg_block_heading_5,.jeg_pb_boxed .jeg_block_heading_6,.jeg_pb_boxed .jeg_block_heading_7,.jeg_pb_boxed .jeg_block_heading_8 {
	margin-top: -10px;
}

.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;
}

.jeg_block_heading .jeg_block_title {
	margin-bottom: 1px;
}

.jeg_pb_boxed .jeg_block_loadmore,.jeg_pb_boxed .jeg_block_nav,.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:after,.jeg_pb_boxed .jeg_block_loadmore a:before {
	display: none;
}

.jeg_pb_boxed .jeg_block_navigation {
	margin-bottom: 0;
}

.jeg_pb_boxed .jeg_post:last-child {
	margin-bottom: 0;
}

.jeg_postblock_25.jeg_pb_boxed .jeg_post:last-child {
	padding-bottom: 0;
}

.jeg_blocklink .jeg_block_content .alt,.jeg_blocklink .jeg_block_content .alt h3 {
	background: #000;
	color: #fff;
}

.jeg_postblock_carousel_3.alt .epress-owl-carousel .epress-owl-nav .epress-owl-next,.jeg_postblock_carousel_3.alt .epress-owl-carousel .epress-owl-nav .epress-owl-prev {
	color: #fff!important;
	background-color: #000;
}

.alt .jeg_block_heading_5 .jeg_block_title span,.alt .jeg_block_heading_5 .jeg_subcat,.alt .jeg_block_heading_6 .jeg_block_title span,.alt .jeg_block_heading_6 .jeg_subcat,.alt .jeg_block_heading_7 .jeg_block_title span,.alt .jeg_block_heading_7 .jeg_subcat,.alt .jeg_block_heading_8 .jeg_block_title span,.alt .jeg_block_heading_8 .jeg_subcat,.alt .jeg_block_heading_9 .jeg_block_title span,.alt .jeg_block_heading_9 .jeg_subcat,.jeg_block_heading_5.alt .jeg_block_title span {
	color: #fff;
}

.jeg_postblock_18.jeg_pb_boxed .jeg_block_container,.jeg_postblock_25.jeg_pb_boxed .jeg_block_container,.jeg_postblock_7.jeg_pb_boxed .jeg_block_container {
	overflow: visible;
}

.jeg_hero_style_1 .jeg_post_category,.jeg_hero_style_1 .jeg_post_title,.jeg_hero_style_2 .jeg_post_category,.jeg_hero_style_2 .jeg_post_title,.jeg_hero_style_3 .jeg_post_category,.jeg_hero_style_3 .jeg_post_title,.jeg_hero_style_4 .jeg_post_category,.jeg_hero_style_4 .jeg_post_title,.jeg_hero_style_5 .jeg_post_category,.jeg_hero_style_5 .jeg_post_title {
	color: #fff;
}

.jeg_postblock_14 .jeg_posts.jeg_load_more_flag,.jeg_postblock_2 .jeg_block_container .jeg_posts_wrap {
	float: left;
}

.jeg_heropost_14 .jeg_postsmall.right .jeg_post_title,.jeg_postblock_34 .jeg_post_title {
	color: #fff;
}

.jeg_postblock_18.jeg_pb_boxed .jeg_post,.jeg_postblock_25.jeg_pb_boxed .jeg_post,.jeg_postblock_7.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 320px;
	-moz-columns: 2 320px;
	columns: 2 320px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

@media screen and (min-width:768px) {
	.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_2.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,.jeg_postblock_2.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,.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 {
		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;
	}
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.jegStickyHolder>.theiaStickySidebar>.elementor-element-populated {
	padding: 10px;
}

.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;
}

/* .jeg_heroblock {
	margin-bottom: 40px;
} */

.jeg_heroblock_wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jeg_heroblock .jeg_post {
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
}

.jeg_heroblock .jeg_block_container {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.jeg_hero_empty .jeg_block_container {
	background: #ddd;
}

.jeg_heroblock.epress-owl-carousel .epress-owl-item.active {
	z-index: 1;
}

.jeg_heroblock.epress-owl-carousel .epress-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 .epress-owl-nav>div {
	opacity: 1;
}

.jeg_heroblock.epress-owl-carousel .epress-owl-nav>.epress-owl-next {
	left: auto;
	right: 0;
}

.jeg_heroblock .jeg_post_meta,.jeg_heroblock .jeg_post_meta .fa,.jeg_heroblock .jeg_post_meta a,.jeg_heroblock .jeg_post_title a,.jeg_heroblock .jeg_postblock_content {
	color: #fff;
}

.jeg_heroblock .jeg_post_title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 10px;
}

.jeg_heroblock .jeg_post_info {
	text-shadow: 0 1px 1px rgba(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: 400;
	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%,#222),to(#212121));
	background-image: linear-gradient(90deg,#212121 0,#313131 20%,#222 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;
}

.jeg_hero_style_1 .jeg_thumb {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: -webkit-transform .35s;
	transition: transform .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: .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,.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_category,.jeg_hero_style_1 .jeg_post_title {
	-webkit-transform: translate3d(0,25px,0);
	transform: translate3d(0,25px,0);
	-webkit-transition: -webkit-transform .35s;
	transition: transform .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: .35s ease;
	transition: .35s ease;
}

.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,.jeg_hero_style_1 .jeg_post:hover .jeg_post_title {
	-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;
}

.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: .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: .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;
}

.jeg_hero_style_3 .jeg_thumb a>div {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: -webkit-transform .35s;
	transition: transform .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,.5) 65%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(165deg,rgba(0,0,0,1) 0,rgba(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,.5) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
	opacity: .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,.2);
	border: 1px solid rgba(255,255,255,.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 .35s;
	transition: transform .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 .35s;
	transition: transform .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);
}

.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,.7);
}

.jeg_hero_style_4 .jeg_post_category {
	position: absolute;
	top: -10px;
}

.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,.5);
}

.jeg_hero_style_5 .jeg_thumb a>div:after,.jeg_hero_style_5 .jeg_thumb a>div:before {
	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: .7;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.jeg_hero_style_5 .jeg_post_category a {
	box-shadow: 0 2px 3px rgba(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: .3;
}

.jeg_hero_style_5 .jeg_hero_item_1 .jeg_thumb a>div:after {
	background: #1a237e;
	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: #004d40;
	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: #0d47a1;
	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: #311b92;
	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: #827717;
	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: #0288d1;
	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: #5d4037;
	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);
}

.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: .1;
	z-index: 2;
	transition: .3s;
}

.jeg_hero_style_6 .jeg_post:hover .jeg_thumb a>div:before {
	background: #fff;
	opacity: .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_meta,.jeg_hero_style_6 .jeg_post_title a {
	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;
}

.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,.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!important;
}

.jeg_hero_style_7 .jeg_post_meta a {
	color: #53585c!important;
}

.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!important;
}

.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,.jeg_heroblock_5 .jeg_post_title,.jeg_heroblock_8 .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_13 .jeg_post_title,.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_skew .jeg_post_title {
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 8px;
}

.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%;
}

.jeg_heroblock .jeg_post.format-gallery .jeg_thumb:after,.jeg_heroblock .jeg_post.format-video .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,.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,.15);
}

.jeg_heroblock_1 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,.jeg_heroblock_13 .jeg_post.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 {
	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_13 .jeg_post.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 {
	font-size: 30px;
	margin-top: 3px;
}

.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
	top: 25px;
	right: 25px;
}

.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%;
}

.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%;
}

.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%;
}

.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%;
}

.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;
}

.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%;
}

.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%;
}

.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%;
}

.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%;
}

.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;
}

.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;
}

.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: 0;
	left: 0;
	width: 100%;
}

@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;
}

.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%;
}

.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_category,.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_title {
	-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_category,.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta,.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_title {
	-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;
}

.jeg_heroblock_skew.jeg_hero_style_2 .jeg_postblock_content {
	height: 100%;
}

.jeg_heroblock_skew.jeg_hero_style_3 .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_3 .jeg_post:hover .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_3 .jeg_post:hover .jeg_postblock_content {
	-webkit-transform: matrix(1,0,.122785,1,0,5);
	transform: matrix(1,0,.122785,1,0,5);
}

.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%;
}

.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%;
}

.jeg_heroblock_skew.jeg_hero_style_4 .jeg_postblock_content {
	background: 0 0;
	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,.7);
	z-index: -1;
}

.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,.122785,1,0,-103);
	transform: matrix(1,0,.122785,1,0,-103);
}

.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,.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,.2);
	box-shadow: 0 2px 5px rgba(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,.2);
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.jeg_blocklink .jeg_block_content h3 {
	font-size: 22px;
	font-weight: 700;
	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;
}

.jeg_heropost_1 .jeg_post:last-child,.jeg_postblock_11 .row:last-child .jeg_post,.jeg_postblock_12 .row:last-child .jeg_pl_md_card,.jeg_postblock_14 .row:last-child .jeg_pl_md_box,.jeg_postblock_15 .row:last-child .jeg_pl_md_box,.jeg_postblock_8 .row:last-child .jeg_post,.jeg_postblock_9 .row:last-child .jeg_post,.jeg_section .row:last-child>div[class*=col-]>.jeg_postblock:last-child,.widget_postblock .jeg_post:last-child {
	margin-bottom: 0;
}

.jeg_navigation {
	position: relative;
	margin-bottom: 30px;
}

.jeg_pagination .page_nav.next:after,.jeg_pagination .page_nav.prev:before {
	font-weight: 400;
	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;
}

.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: 700;
	-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: 400;
}

.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: 700;
	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;
}

.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: 700;
	-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: 400;
}

.jeg_pagenav_2 .nav_link {
	display: inline-block;
}

.jeg_pagenav_2 .page_nav.disabled {
	display: none;
}

.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: 700;
	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: 700;
	border-top: 2px solid transparent;
	margin-top: -2px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .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: 400;
}

.jeg_pagenav_3 .page_info {
	float: left;
	margin-right: 15px;
	padding: 30px 0 5px;
	font-size: 12px;
	font-weight: 700;
	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;
}

.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:after,.jeg_loadmore .btn:before {
	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;
}

.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;
}

.jeg_ad_sidecontent {
	display: block!important;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.jeg_ad_module {
	margin-bottom: 30px;
}

.jeg_ad_module:empty {
	display: none;
}

.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%;
}

.bgads a {
	display: block;
	width: 100%;
	height: 100%;
}

@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_phone,.jeg_ad .ads_image_tablet {
	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;
	}
}

.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;
}

.epress_preloader_circle_outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.epress_preloader_circle_inner {
	margin: 0 auto;
	font-size: 15px;
	position: relative;
	text-indent: -9999em;
	border-top: .4em solid rgba(0,0,0,.2);
	border-right: .4em solid rgba(0,0,0,.2);
	border-bottom: .4em solid rgba(0,0,0,.2);
	border-left: .4em solid rgba(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;
}

.epress_preloader_circle_inner,.epress_preloader_circle_inner::after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.preview-slider-overlay .epress_preloader_circle_inner {
	border-top-color: rgba(255,255,255,.2);
	border-right-color: rgba(255,255,255,.2);
	border-bottom-color: rgba(255,255,255,.2);
	border-left-color: #fff;
}

.preview-slider-overlay .epress-cube-grid .epress-cube {
	background-color: #fff;
	border: 1px solid #eee;
}

@-webkit-keyframes spincircle {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spincircle {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.jeg_preloader span {
	height: 16px;
	width: 16px;
	background-color: #999;
	-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: -.32s;
	animation-delay: -.32s;
}

.jeg_preloader span:nth-of-type(2) {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.jeg_preloader span:last-of-type {
	left: 22px;
}

@-webkit-keyframes jeg_preloader_bounce {
	0%,100%,80% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes jeg_preloader_bounce {
	0%,100%,80% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.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(0);
		transform: rotate(0);
	}

	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(0);
		transform: rotate(0);
	}

	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%;
	}
}

@-webkit-keyframes jeg_bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	70% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes jeg_bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	70% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes jeg_fadeinright {
	from {
		opacity: .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: .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;
}

@-webkit-keyframes jeg_fadeinleft {
	from {
		opacity: .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: .5;
		-webkit-transform: translate3d(-30px,0,0);
		transform: translate3d(-30px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-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;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.jspPane {
	margin-left: 0!important;
}

.jeg-edit-post,.jeg_menu .jeg-edit-post {
	position: absolute;
	top: -15px;
	opacity: 0;
	z-index: 5;
	color: #fff;
	padding: 4px 8px;
	line-height: 20px;
	font-size: 13px;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: 500;
	visibility: hidden;
	text-decoration: none;
}

.jeg-edit-post.left {
	color: #fff;
	left: 0;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.jeg-edit-post.right {
	right: 0;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.jeg-edit-post .fa {
	margin: 0 2px;
	font-size: 13px;
	color: rgba(240,245,250,.6);
}

.jeg-edit-post:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	outline: 0;
}

.jeg_popup_post .jeg_popup_content:hover .jeg-edit-post,.jeg_post:hover .jeg-edit-post,.jeg_slide_item:hover .jeg-edit-post {
	color: #fff!important;
	visibility: visible;
	opacity: 1;
	top: 0;
}

.jeg_popup_post .jeg-edit-post span {
	display: 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_desc_span span,.jeg_iconlink .jeg_block_icon_link i {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .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: 700;
}

.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_owlslider .epress-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 .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

.jeg_owlslider:hover .epress-owl-nav div {
	opacity: 1;
}

.jeg_owlslider .epress-owl-prev {
	left: 20px;
}

.jeg_owlslider .epress-owl-nav .epress-owl-next {
	right: 20px;
}

.jeg_owlslider .epress-owl-nav div.disabled {
	opacity: 0;
}

.jeg_owlslider .epress-owl-nav div:before {
	font-family: jegicon!important;
}

.jeg_owlslider .epress-owl-prev:before {
	content: "\65";
}

.jeg_owlslider .epress-owl-next:before {
	content: "\66";
}

.jeg_owlslider .epress-owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.jeg_owlslider .epress-owl-dot {
	display: inline-block;
	zoom: 1;
}

.jeg_owlslider .epress-owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	-webkit-backface-visibility: hidden;
}

.jeg_owlslider .epress-owl-dots .epress-owl-dot.active span,.jeg_owlslider .epress-owl-dots .epress-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,.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 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
}

.alt .jeg_block_title,.alt.jeg_block_title,.jeg_breakingnews.alt .jeg_news_ticker a,.jeg_carousel .jeg_postblock_carousel_3 .jeg_post_title a,.jeg_iconlink.alt .jeg_block_icon_desc h3,.jeg_postblock.alt .epress-owl-carousel .epress-owl-dot,.jeg_postblock.alt .epress-owl-carousel .epress-owl-nav .epress-owl-next,.jeg_postblock.alt .epress-owl-carousel .epress-owl-nav .epress-owl-prev,.jeg_postblock.alt .jeg_block_loadmore a,.jeg_postblock.alt .jeg_block_nav a,.jeg_postblock.alt .jeg_post_title a,.jeg_postblock.alt .jeg_readmore,.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_post_title a {
	color: #fff!important;
}

.jeg_iconlink.alt .jeg_block_icon_link i,.jeg_postblock.alt .jeg_meta_author 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_post_excerpt p,.jeg_postblock.alt .jeg_post_meta,.jeg_postblock.alt .jeg_post_meta a,.jeg_postblock.alt .jeg_subcat_list>li>a,.jeg_postblock.alt .okayNav__nav--invisible a,.jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_meta {
	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_postblock.alt .okayNav__nav--invisible {
	background: #fff;
}

.jeg_postblock.alt .epress-owl-carousel .epress-owl-nav div:hover,.jeg_postblock.alt .jeg_block_loadmore a:after,.jeg_postblock.alt .jeg_block_loadmore a:before,.jeg_postblock.alt .jeg_block_nav a:hover:not(.disabled) {
	background: rgba(255,255,255,.3);
}

.jeg_breakingnews.alt .jeg_news_ticker_arrow:hover,.jeg_postblock.alt .jeg_block_loadmore a,.jeg_postblock.alt .jeg_block_nav a {
	background: rgba(0,0,0,.4);
}

.jeg_postblock.alt .jeg_block_nav:after,.jeg_postblock.alt .jeg_block_nav:before {
	border-color: rgba(255,255,255,.1);
}

.jeg_postblock.alt .epress-owl-carousel .epress-owl-dot,.jeg_postblock.alt .epress-owl-carousel .epress-owl-nav .epress-owl-next,.jeg_postblock.alt .epress-owl-carousel .epress-owl-nav .epress-owl-prev,.jeg_postblock.alt .jeg_block_nav a {
	border-color: rgba(255,255,255,.3);
}

.jeg_heropost_14.alt .jeg_pl_lg_7,.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content,.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_thumb .jeg_post_category a,.jeg_postblock.alt .jeg_pl_lg_card .jeg_inner_post,.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content,.jeg_postblock.alt .jeg_pl_md_card .jeg_inner_post,.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content {
	background: #000;
}

.alt.jeg_block_heading_2,.jeg_postblock.alt .jeg_block_heading_2,.jeg_postblock.alt .module-overlay {
	background: rgba(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;
	padding-top: 20px!important;
	padding-right: 30px!important;
	padding-bottom: 20px!important;
	padding-left: 30px!important;
	background-color: #000!important;
}

.jeg_block_heading_1.alt,.jeg_block_heading_6.alt,.jeg_postblock.alt .jeg_block_heading_1,.jeg_postblock.alt .jeg_block_heading_6 {
	border-color: rgba(255,255,255,.2);
}

.jeg_postblock.alt .okayNav__nav--invisible a {
	color: #333;
}

.jeg_heropost_14.alt .jeg_pl_lg_7,.jeg_postblock.alt .jeg_meta_footer,.jeg_postblock.alt .jeg_meta_footer>div,.jeg_postblock.alt .jeg_pl_lg_8:not(:last-of-type),.jeg_postblock.alt .jeg_pl_lg_9,.jeg_postblock.alt.jeg_postblock_16 .jeg_posts.jeg_load_more_flag,.jeg_postblock.alt.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content,.jeg_postblock.alt.jeg_postblock_25 .jeg_post {
	border-color: rgba(255,255,255,.2);
}

.jeg_heropost_14.alt .jeg_pl_sm_2:after,.jeg_postblock.alt .jeg_block_loadmore a {
	border-color: rgba(255,255,255,.2);
}

.jeg_postblock.alt .jeg_pl_lg_6 {
	border-color: rgba(255,255,255,.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,.2);
	background: #000;
}

.jeg_breakingnews.alt .jeg_news_ticker_item .post-date {
	color: #ddd;
}

.jeg_heropost_14.alt .jeg_pl_lg_7 {
	background: 0 0;
}

.alt .jeg_pl_xs_2:before,.alt .jeg_pl_xs_4 .jeg_postblock_content: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,.2);
}

.jeg_postblock_30.alt .jeg_pl_lg_7 {
	background: 0 0;
}

.jeg_postblock_30.alt .jeg_pl_lg_7 {
	border-color: rgba(255,255,255,.2);
}

.alt .jeg_pl_sm_2::after {
	border-color: rgba(255,255,255,.2);
}

.alt .a:hover,.alt .jeg_block_title,.alt .jeg_hero_style_7,.alt .jeg_video_playlist_title,.alt .wp-caption .wp-caption-text,.alt a:focus,.alt label {
	color: #fff;
}

.alt .jeg_block_heading_1,.alt .jeg_block_heading_6,.alt .jeg_postblock .jeg_block_heading_1,.alt .jeg_postblock .jeg_block_heading_6,.alt .jeg_postblock .okayNav__nav--invisible a {
	border-color: rgba(255,255,255,.2);
}

.jeg_block_heading.alt {
	padding-top: 20px!important;
	padding-right: 30px!important;
	padding-bottom: 20px!important;
	padding-left: 30px!important;
	background-color: #000!important;
}

.alt .epress_preloader_circle_inner {
	border-top: .4em solid rgba(255,255,255,.2);
	border-right: .4em solid rgba(255,255,255,.2);
	border-bottom: .4em solid rgba(255,255,255,.2);
	border-left: .4em solid rgba(255,255,255,.6);
}

.alt .jeg_square {
	border-color: #fff;
}

.alt .jeg_square_inner {
	background-color: #fff;
}

.alt .jeg_preloader span {
	background-color: #fff;
}

.jeg_post_tags span {
	font-weight: 700;
}

.jeg_post_tags a:hover {
	color: #fff;
	background: #f70d28;
}

.jeg_post_tags 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;
	transition: all .2s linear;
}

.jeg_prevnext_post {
	margin-bottom: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.jeg_prevnext_post:after,.jeg_prevnext_post:before {
	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: 700;
	color: #a0a0a0;
	position: relative;
}

.jeg_prevnext_post h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding-left: 1em;
	border-left: 10px solid #eee;
	margin: 10px 0;
	transition: .3s ease;
}

.jeg_prevnext_post a:hover h3 {
	border-color: #f70d28;
}

.jeg_custom_prev_next_wrapper.style_2 {
	position: relative;
}

.jeg_custom_prev_next_wrapper.style_2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post {
	border-bottom: 0;
	margin-bottom: 0;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #888;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post a {
	display: inline-block;
	text-align: left;
	padding: 0 30px 0 0;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post a.next-post {
	padding-left: 30px;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post a:hover h3 {
	text-decoration: underline;
}

.jeg_custom_prev_next_wrapper.style_2 .jeg_prevnext_post h3 {
	padding: 0;
	border: none;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post {
	border-bottom: 0;
	margin-bottom: 0;
	position: relative;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background: #e0e0e0;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post span {
	text-transform: uppercase;
	font-size: 14px;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post a {
	display: inline-block;
	text-align: center;
	padding: 0 30px;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post a:hover h3 {
	text-decoration: underline;
}

.jeg_custom_prev_next_wrapper.style_3 .jeg_prevnext_post h3 {
	font-weight: 400;
	padding: 0;
	border: none;
}

.alt .comment-respond,.alt .jeg_authorbox,.alt .jeg_prevnext_post {
	border-color: rgba(255,255,255,.2);
}

.jeg_custom_meta_wrapper {
	position: relative;
}

.jeg_post_meta {
	color: #a0a0a0;
	text-transform: none;
	display: block;
}

.single .jeg_post_meta .fa {
	color: #2e9fff;
	font-size: 16px;
	margin-right: 2px;
}

.jeg_post_meta>div>div {
	display: inline-block;
}

.jeg_post_meta>div>div:not(:last-of-type) {
	margin-right: 10px;
}

.jeg_post_meta .jeg_meta_author+.jeg_meta_date:before {
	content: '\2014';
	margin-right: 10px;
}

.jeg_post_meta .meta_right {
	text-align: right;
	flex: 1 0 auto;
	margin-left: auto;
}

.jeg_post_meta .meta_left>div {
	display: inline-block;
}

.jeg_post_meta .meta_left>div:not(:last-of-type) {
	margin-right: 6px;
}

.meta_right {
	float: right;
}

.jeg_post_meta .meta_right>div {
	display: inline-block;
	margin-left: 15px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}

.jeg_post_meta .meta_right .fa {
	font-size: inherit;
}

.jeg_meta_author img {
	width: 35px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: middle;
}

.jeg_authorbox {
	border: 1px solid #eee;
	padding: 30px 0;
	margin-bottom: 30px;
}

.jeg_author_image {
	width: 150px;
	text-align: center;
	float: left;
	position: absolute;
}

.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: 700;
}

.jeg_author_socials a {
	font-size: 16px;
	display: inline-block;
	margin: 10px 10px 20px 0;
	color: #999;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.jeg_author_socials a:hover {
	color: #53585c;
}

.render-backend .thumbnail-container {
	background: #fc00ff;
	background: -webkit-linear-gradient(to right,#fc00ff,#00dbde);
	background: linear-gradient(to right,#fc00ff,#00dbde);
}

.render-backend .thumbnail-container:before {
	display: none;
}

.render-backend .thumbnail-container span {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	left: 0;
	background: rgba(255,0,0,.3);
	padding: 10px;
}

.jeg_meta_share {
	position: relative;
	margin-left: 5px;
	display: none!important;
}

.jeg_module_hook .jeg_meta_share {
	display: inline-block!important;
}

.jeg_meta_share .jeg_sharelist {
	position: absolute;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	width: 145px;
	padding: 15px;
	bottom: 25px;
	right: -5px;
	display: none;
}

.jeg_meta_share.active .jeg_sharelist {
	display: block;
}

.jeg_sharelist a {
	display: block;
	text-align: left;
}

.jeg_sharelist a:not(:last-child) {
	margin-bottom: 8px;
}

.jeg_sharelist span {
	color: #212121;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.jeg_sharelist .fa {
	font-size: 12px;
	margin-right: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	border-radius: 24px;
	text-align: center;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.jeg_sharelist .fa:before {
	color: #fff;
}

.jeg_sharelist .jeg_btn-facebook .fa {
	background: #45629f;
}

.jeg_sharelist .jeg_btn-twitter .fa {
	background: #5eb2ef;
}

.jeg_sharelist .jeg_btn-google-plus .fa {
	background: #df5443;
}

.jeg_sharelist .jeg_btn-linkedin .fa {
	background: #0083bb;
}

.jeg_sharelist .jeg_btn-pinterest .fa {
	background: #cf2830;
}

.jeg_sharelist .jeg_btn-tumblr .fa {
	background: #314358;
}

.jeg_sharelist .jeg_btn-stumbleupon .fa {
	background: #ff4e2e;
}

.jeg_sharelist .jeg_btn-email .fa {
	background: #eb4d3f;
}

.jeg_sharelist .jeg_btn-whatsapp .fa {
	background: #075e54;
}

.jeg_sharelist .jeg_btn-hatena .fa {
	background-image: url(../img/hatena-share.png);
	background-size: 20px;
	background-color: #039be5;
}

.jeg_sharelist .jeg_btn-line .fa {
	background-image: url(../img/line-share.png);
	background-size: 14px;
	background-color: #00b900;
}

.jeg_sharelist .jeg_btn-hatena .fa,.jeg_sharelist .jeg_btn-line .fa {
	background-repeat: no-repeat;
	background-position: center center;
}

.jeg_sharelist .jeg_btn-buffer .fa {
	background: #333;
}

.jeg_sharelist .jeg_btn-vk .fa {
	background: #4c75a3;
}

.jeg_sharelist .jeg_btn-reddit .fa {
	background: #5f99cf;
}

.jeg_sharelist .jeg_btn-wechat .fa {
	background: #7bb32e;
}

@media only screen and (min-width:768px) {
	.jeg_col_3o3 .jeg_pl_lg_2 .jeg_post_title,.jeg_col_3o3 .jeg_pl_lg_3 .jeg_post_title {
		font-size: 24px;
	}

	.jeg_postblock_1.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_2.jeg_col_3o3 .jeg_pl_sm {
		width: 33.3333333%;
	}

	.jeg_postblock_2.jeg_col_1o3 .jeg_pl_lg_2 .jeg_post_title {
		font-size: 16px;
		margin-top: 15px;
	}

	.jeg_postblock_2.jeg_col_1o3 .jeg_pl_lg_2 .jeg_thumb {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.jeg_postblock_2.jeg_col_1o3 .jeg_posts {
		display: block;
		margin-right: 0;
	}

	.jeg_postblock_2.jeg_col_1o3 .jeg_pl_sm {
		float: none;
		width: auto;
		padding-right: 0;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_thumb {
		width: 120px;
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
		width: 120px;
		margin-left: 15px;
		margin-bottom: 5px;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_post_title,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_postblock_content,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_postblock_content {
		overflow: visible;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_meta_author,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_meta_author {
		display: none;
	}

	.jeg_postblock_3.jeg_col_3o3 .jeg_pl_md_2 .jeg_post_title,.jeg_postblock_4.jeg_col_3o3 .jeg_pl_md_3 .jeg_post_title {
		font-size: 24px;
		line-height: 1.3em;
	}

	.jeg_postblock_5.jeg_col_1o3 .jeg_post .jeg_post_title,.jeg_postblock_6.jeg_col_1o3 .jeg_post .jeg_post_title {
		font-size: 16px;
		margin-top: 15px;
	}

	.jeg_postblock_5.jeg_col_1o3 .jeg_post .jeg_thumb,.jeg_postblock_6.jeg_col_1o3 .jeg_post .jeg_thumb {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.jeg_postblock_5.jeg_col_1o3 .jeg_readmore,.jeg_postblock_6.jeg_col_1o3 .jeg_readmore {
		display: none;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.jeg_col_1o3 .jeg_pl_lg_6:last-child {
		padding-bottom: 0;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 .jeg_thumb {
		width: 100%;
		margin: 0 0 5px;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_excerpt {
		margin-top: 5px;
	}

	.jeg_col_3o3 .jeg_pl_lg_6 .jeg_post_title {
		font-size: 26px;
	}

	.jeg_postblock_8.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_8.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px!important;
	}

	.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(1),.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2) {
		width: 50%;
	}

	.jeg_postblock_8.jeg_col_3o3 .jeg_post {
		width: 25%;
	}

	.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(1),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) {
		width: 33.333333333%;
	}

	.jeg_postblock_8.jeg_col_1o3 .jeg_post_title,.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(1) .jeg_post_title,.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(1) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_9.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_9.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px!important;
	}

	.widget .jeg_postblock_9.jeg_col_1o3 .jeg_post:last-child {
		margin-bottom: 0;
	}

	.jeg_postblock_9.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}

	.jeg_col_1o3 .jeg_pl_lg_4 {
		margin-bottom: 30px!important;
	}

	.jeg_col_1o3 .jeg_pl_lg_4 .jeg_postblock_heading {
		margin-bottom: 15px;
	}

	.jeg_col_1o3 .jeg_pl_lg_4 .jeg_post_title {
		font-size: 18px;
		line-height: 1.25;
	}

	.jeg_col_3o3 .jeg_pl_lg_4 .jeg_thumb img {
		width: 100%;
	}

	.jeg_col_3o3 .jeg_pl_lg_4 .jeg_post_title {
		font-size: 32px;
	}

	.jeg_postblock_11.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_11.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px!important;
	}

	.jeg_postblock_11.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_post {
		margin-bottom: 30px!important;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_post_title {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 auto 5px;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
		padding: 12px 20px 15px;
		margin: -50px 15px 0;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_meta_comment,.jeg_postblock_12.jeg_col_1o3 .jeg_meta_like,.jeg_postblock_12.jeg_col_1o3 .jeg_post_excerpt {
		display: none;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_block_loadmore,.jeg_postblock_12.jeg_col_3o3 .jeg_block_nav {
		margin-bottom: 20px;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_postblock_content {
		margin-top: -70px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 {
		margin-bottom: 30px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_13 .jeg_posts_wrap {
		position: relative;
	}

	.jeg_postblock_13 .jeg_posts_wrap:after {
		content: "";
		display: table;
		clear: both;
	}

	.jeg_postblock_13 .jeg_posts_wrap .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
		margin-right: -30px;
	}

	.jeg_postblock_13.jeg_col_2o3 .jeg_posts_wrap .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_13.jeg_col_3o3 .jeg_posts_wrap .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
		margin-right: -20px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post {
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
		font-size: 12px;
		line-height: 1.4em;
	}

	.jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_postblock_content {
		padding: 20px 15px 10px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_post_title {
		font-size: 16px;
		margin-bottom: 0;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_posts {
		margin-right: -20px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_post {
		padding-right: 20px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_thumb .jeg_post_category {
		left: 0;
		bottom: 0;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_thumb .jeg_post_category a {
		font-size: 10px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_post {
		margin-bottom: 20px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 {
		margin-bottom: 20px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
		font-size: 12px;
		font-weight: 500;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_meta_author {
		display: none;
	}

	.jeg_postblock_14.jeg_col_3o3 .jeg_postbig .jeg_post_title {
		font-size: 32px;
	}

	.jeg_postblock_14.jeg_col_3o3 .jeg_posts .jeg_post {
		width: 33.333333333%;
	}

	.jeg_postblock_15.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_15.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
	}

	.jeg_postblock_15.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}

	.jeg_postblock_16.jeg_col_1o3 .jeg_pl_lg_5 {
		margin-bottom: 20px;
	}

	.jeg_postblock_16.jeg_col_1o3 .jeg_pl_lg_5 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_16.jeg_col_3o3 .jeg_pl_lg_5 .jeg_post_title {
		font-size: 32px;
	}

	.jeg_postblock_16.jeg_col_3o3 .jeg_pl_lg_5 .jeg_thumb img {
		width: 100%;
	}

	.jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts_wrap {
		position: relative;
	}

	.jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts_wrap:after {
		content: "";
		clear: both;
		display: table;
	}

	.jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px;
	}

	.widget.widget_epress_module_block_17 {
		margin-bottom: 20px;
	}

	.widget .jeg_postblock_17.jeg_col_1o3 {
		margin-bottom: 0;
	}

	.jeg_postblock_17.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_17.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_18.jeg_col_1o3 .jeg_pl_lg_8:not(:last-of-type) {
		margin-bottom: 20px!important;
	}

	.jeg_postblock_18.jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_meta {
		margin: 5px 0;
	}

	.widget_epress_module_block_19 .jeg_col_1o3 .jeg_post:last-child,.widget_epress_module_block_19 .jeg_postblock {
		margin-bottom: 0;
	}

	.widget_epress_module_block_19 .jeg_block_loadmore,.widget_epress_module_block_19 .jeg_block_nav {
		margin-top: 20px;
		padding-bottom: 0;
	}

	.jeg_postblock_19:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px;
	}

	.jeg_postblock_19.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_19.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.jeg_postblock_20:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px;
	}

	.jeg_postblock_20.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_20.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.jeg_postblock_21:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px;
	}

	.jeg_postblock_21.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.widget_epress_module_block_21 .jeg_col_1o3 .jeg_post:last-child,.widget_epress_module_block_21 .jeg_postblock {
		margin-bottom: 0;
	}

	.jeg_postblock_21.jeg_col_1o3 .jeg_block_loadmore,.jeg_postblock_21.jeg_col_1o3 .jeg_block_nav {
		margin-top: 20px;
		padding-bottom: 0;
	}

	.jeg_postblock_22.jeg_col_1o3 .jeg_post_title {
		font-size: 12px;
		font-weight: 500;
	}

	.jeg_postblock_22.jeg_col_1o3 .jeg_post_meta {
		display: none;
	}

	.jeg_postblock_22.jeg_col_3o3 .jeg_post {
		width: 25%;
	}

	.jeg_postblock_23.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_23.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
	}

	.jeg_postblock_23.jeg_col_3o3 .jeg_post {
		width: 33.333333333%;
	}

	.jeg_postblock_24:not(.jeg_col_1o3) .jeg_posts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		margin-right: -30px;
	}

	.jeg_postblock_24.jeg_col_2o3 .jeg_post {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.jeg_postblock_24.jeg_col_3o3 .jeg_post {
		float: left;
		width: 33.333333333%;
		padding-right: 30px;
	}

	.jeg_postblock_24 .jeg_pl_xs_4 .jeg_post_meta,.jeg_postblock_24 .jeg_pl_xs_4 .jeg_post_title {
		position: relative;
		z-index: 1;
	}

	.jeg_postblock_25.jeg_col_1o3 .jeg_post {
		margin-bottom: 15px!important;
		padding-bottom: 20px!important;
	}

	.jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_thumb {
		width: 100%;
		float: none;
	}

	.jeg_postblock_25.jeg_col_1o3 .jeg_meta_comment,.jeg_postblock_25.jeg_col_1o3 .jeg_meta_like,.jeg_postblock_25.jeg_col_1o3 .jeg_post_excerpt {
		display: none;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 {
		margin-bottom: 30px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_postblock_heading {
		margin-bottom: 10px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_excerpt {
		line-height: 1.4;
		max-height: 4.2em;
		overflow: hidden;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_readmore {
		display: none;
	}

	.jeg_col_1o3 .jeg_meta_footer .jeg_post_share {
		display: none;
	}

	.jeg_col_1o3 .jeg_meta_footer {
		margin-top: 20px;
	}

	.jeg_col_1o3 .jeg_meta_footer>div {
		width: 50%;
		padding: 5px;
		font-size: 11px;
	}

	.jeg_col_3o3 .jeg_pl_lg_9 .jeg_thumb img {
		width: 100%;
	}

	.jeg_postblock_27.jeg_col_1o3 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_27.jeg_col_1o3 .jeg_post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px!important;
	}

	.jeg_postblock_27.jeg_col_1o3 .jeg_post_excerpt {
		display: none;
	}

	.jeg_blocklink.jeg_col_3o3 {
		height: 400px;
	}

	.jeg_blocklink.jeg_col_3o3 .jeg_block_content a {
		max-width: 430px;
		padding: 30px;
	}

	.jeg_blocklink.jeg_col_2o3 .jeg_block_content a {
		max-width: 320px;
	}

	.jeg_blocklink.jeg_col_3o3 .jeg_block_content h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width:1024px) {
	.jeg_pl_lg_1 .jeg_post_title,.jeg_pl_lg_2 .jeg_post_title,.jeg_pl_lg_3 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_lg_1 .jeg_meta_comment,.jeg_pl_lg_1 .jeg_meta_like {
		display: none;
	}

	.jeg_pl_lg_2 .jeg_thumb,.jeg_pl_lg_3 .jeg_thumb {
		width: 280px;
	}

	.jeg_pl_lg_5 .jeg_post_title {
		font-size: 22px;
		line-height: 1.3em;
	}

	.jeg_pl_lg_6 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_lg_7 .jeg_post_title {
		font-size: 22px;
		line-height: 1.3em;
	}

	.jeg_pl_lg_9 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 {
		margin-bottom: 20px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_category {
		margin-bottom: 5px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_category a {
		font-size: 11px;
	}

	.jeg_col_3o3 .jeg_pl_lg_9 .jeg_post_title {
		font-size: 26px;
	}

	.jeg_pl_lg_card {
		margin-bottom: 30px;
	}

	.jeg_pl_lg_card .jeg_postblock_content {
		padding: 15px 20px 0;
	}

	.jeg_pl_lg_card .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_lg_box .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_md_2 .jeg_post_title,.jeg_pl_md_3 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_pl_md_2 .jeg_thumb,.jeg_pl_md_3 .jeg_thumb {
		width: 200px;
	}

	.jeg_pl_sm {
		margin-bottom: 20px;
	}

	.jeg_pl_sm .jeg_post_title {
		font-size: 13px;
	}

	.jeg_pl_sm .jeg_thumb {
		width: 100px;
	}

	.jeg_pl_sm .jeg_postblock_content {
		margin-left: 100px;
	}

	.jeg_pl_md_card {
		margin-bottom: 15px;
	}

	.jeg_pl_md_card .jeg_postblock_content {
		padding: 12px 15px;
	}

	.jeg_pl_md_card .jeg_post_title {
		font-size: 14px;
	}

	.jeg_pl_md_box .jeg_post_title {
		font-size: 14px;
		line-height: 1.3em;
	}

	.jeg_postblock_8 .jeg_meta_author {
		display: none;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
		padding: 12px 15px;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
		font-size: 28px;
	}

	.jeg_postblock_23 .jeg_posts {
		margin-right: -30px;
	}

	.jeg_postblock_23 .jeg_post {
		padding-right: 30px;
	}

	.jeg_postblock_25 .jeg_post_title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.jeg_postblock_25 .jeg_thumb {
		margin-right: 20px;
	}

	.jeg_postblock_27 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_carousel_2 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_blocklink .jeg_videowrapper {
		display: none;
	}

	.jeg_blocklink {
		height: 187px;
	}

	.jeg_blocklink.jeg_col_3o3 {
		height: 330px;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 20px;
	}

	.jeg_blocklink .jeg_block_content span {
		font-size: 12px;
		line-height: 1.4;
	}
}

@media only screen and (max-width:768px) {
	.jeg_pl_lg_2 .jeg_thumb {
		width: 230px;
		margin-right: 20px;
	}

	.jeg_pl_lg_3 .jeg_thumb {
		width: 230px;
		margin-left: 20px;
	}

	.jeg_pl_xs .jeg_post_title {
		width: auto;
		float: none;
		margin-bottom: 5px;
		padding-left: 0;
	}

	.jeg_pl_xs .jeg_post_meta {
		float: none;
		width: auto;
	}

	.jeg_postblock_17 .jeg_pl_md_1,.jeg_postblock_19 .jeg_pl_md_box {
		margin-bottom: 20px;
	}

	.jeg_postblock_20 .jeg_pl_sm {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.jeg_post_meta {
		font-size: 10px;
	}

	.jeg_post_excerpt {
		font-size: 12px;
	}

	.jeg_pl_lg_1 .jeg_post_title,.jeg_pl_lg_2 .jeg_post_title,.jeg_pl_lg_3 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_pl_lg_6 .jeg_thumb {
		width: 220px;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_col_2o3 .jeg_pl_lg_6 .jeg_post_title {
		margin-bottom: 10px;
	}

	.jeg_col_3o3 .jeg_pl_lg_6 .jeg_post_title {
		font-size: 22px;
	}

	.jeg_col_1o3 .jeg_pl_lg_6 .jeg_meta_author,.jeg_col_2o3 .jeg_pl_lg_6 .jeg_meta_author {
		display: none;
	}

	.jeg_pl_lg_9 {
		margin-bottom: 40px;
	}

	.jeg_pl_lg_9 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_col_1o3 .jeg_pl_lg_9 {
		margin-bottom: 20px;
	}

	.jeg_col_3o3 .jeg_pl_lg_9 .jeg_post_title {
		font-size: 24px;
	}

	.jeg_pl_md_1 .jeg_post_title {
		font-size: 14px;
		margin: 10px 0 5px;
	}

	.jeg_pl_md_1 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_pl_md_2 .jeg_post_title,.jeg_pl_md_3 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_pl_sm .jeg_thumb,.jeg_pl_sm_3 .jeg_thumb {
		width: 80px;
	}

	.jeg_pl_sm .jeg_postblock_content {
		margin-left: 80px;
		padding-left: 10px;
	}

	.jeg_pl_sm_3 .jeg_postblock_content {
		margin-right: 80px;
		padding-right: 10px;
	}

	.jeg_pl_xs .jeg_postblock_content,.jeg_pl_xs_4 .jeg_postblock_content {
		line-height: normal;
	}

	.jeg_pl_xs_4 .jeg_post_title {
		font-size: 12px;
	}

	.jeg_col_3o3 .jeg_pl_lg_2 .jeg_post_title,.jeg_col_3o3 .jeg_pl_lg_3 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_thumb {
		width: 80px;
		margin-right: 10px;
	}

	.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
		width: 80px;
		margin-left: 10px;
	}

	.jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_post_meta,.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_post_meta {
		clear: both;
		padding-top: 5px;
	}

	.jeg_postblock_3.jeg_col_3o3 .jeg_pl_md_2 .jeg_post_title,.jeg_postblock_4.jeg_col_3o3 .jeg_pl_md_3 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_8 .jeg_post_title {
		font-size: 13px;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
		font-size: 24px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_post_meta {
		display: none;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
		font-size: 11px;
		line-height: normal;
	}

	.jeg_postblock_22 .jeg_post {
		padding-right: 20px;
	}

	.jeg_postblock_22 .jeg_post_title {
		font-size: 15px;
	}

	.jeg_postblock_24 .jeg_pl_md_box {
		margin-bottom: 10px;
	}

	.jeg_postblock_25 .jeg_post {
		padding-bottom: 20px;
	}

	.jeg_postblock_25 .jeg_thumb {
		width: 200px;
		margin-right: 15px;
	}

	.jeg_postblock_25 .jeg_readmore {
		display: none;
	}

	.jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_26 .jeg_meta_footer {
		margin-top: 20px;
	}

	.jeg_postblock_26 .jeg_meta_footer>div {
		padding: 5px;
		font-size: 11px;
	}

	.jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
		margin: 0 6px;
	}

	.jeg_postblock_27 .jeg_posts {
		margin-right: -30px;
	}

	.jeg_postblock_27 .jeg_post {
		padding-right: 30px;
	}

	.jeg_postblock_27 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_27 .jeg_post_category a {
		font-size: 11px;
	}

	.jeg_postblock_27 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_blocklink {
		height: 145px;
	}

	.jeg_blocklink.jeg_col_3o3 {
		height: 253px;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 18px;
	}

	.jeg_blocklink.jeg_col_3o3 .jeg_block_content h3 {
		font-size: 24px;
	}

	.jeg_blocklink .jeg_block_content a {
		width: 75%;
		padding: 15px 20px;
	}
}

@media only screen and (max-width:767px) {
	.jeg_block_heading,.jeg_blocklink {
		margin-bottom: 20px;
	}

	.jeg_pl_lg_2 .jeg_thumb,.jeg_pl_lg_3 .jeg_thumb {
		width: 40%;
	}

	.jeg_pl_lg_6 .jeg_post_excerpt {
		margin-top: 5px;
	}

	.jeg_pl_lg_7 {
		margin-bottom: 20px;
	}

	.jeg_pl_lg_9 .jeg_post_title {
		font-size: 22px!important;
	}

	.jeg_pl_lg_9 {
		margin-bottom: 40px!important;
	}

	.jeg_pl_md_1 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_pl_sm .jeg_post_title {
		font-size: 14px;
	}

	.jeg_col_3 .jeg_pl_sm .jeg_thumb {
		width: 100px;
	}

	.jeg_col_3 .jeg_pl_sm .jeg_postblock_content {
		margin-left: 100px;
	}

	.jeg_posttree_2.jeg_col_3 .jeg_post_excerpt {
		display: block;
	}

	.jeg_postblock_2 .jeg_posts {
		display: block;
		margin-right: 0;
	}

	.jeg_postblock_2 .jeg_pl_sm {
		float: none;
		width: auto;
		padding-right: 0;
	}

	.jeg_postblock_8 .jeg_post_title {
		font-size: 13px;
	}

	.jeg_postblock_8 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(1) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) .jeg_post_title,.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(4) .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(1),.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(1),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3),.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(4) {
		width: 50%;
	}

	.jeg_postblock_14 .jeg_posts .jeg_post_title,.jeg_postblock_9 .jeg_post .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_14 .jeg_posts .jeg_thumb,.jeg_postblock_9 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
		padding: 15px 20px 0;
	}

	.jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_13 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_13 .jeg_thumb img {
		width: 100%;
	}

	.jeg_postblock_16 .jeg_pl_lg_5 {
		margin-bottom: 20px;
	}

	.jeg_postblock_17 .jeg_posts,.jeg_postblock_19 .jeg_posts,.jeg_postblock_20 .jeg_posts,.jeg_postblock_24 .jeg_posts {
		margin-bottom: 30px;
	}

	.jeg_postblock_19 .jeg_pl_md_box .jeg_post_title,.jeg_postblock_24 .jeg_pl_md_box .jeg_post_title {
		font-size: 22px;
	}

	.jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,.jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
		max-height: 350px;
	}

	.jeg_postblock_22.jeg_col_1o3 .jeg_posts {
		margin-right: -30px;
	}

	.jeg_postblock_22.jeg_col_1o3 .jeg_post {
		padding-right: 30px;
		margin-bottom: 30px;
	}

	.jeg_postblock_22.jeg_col_3o3 .jeg_post {
		width: 50%;
	}

	.jeg_postblock_23 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_38 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_blocklink {
		height: 0!important;
		padding-bottom: 50%;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 26px!important;
	}

	.jeg_blocklink .jeg_block_content span {
		font-size: 14px;
	}
}

@media only screen and (max-width :667px) {
	.jeg_pl_lg_box .jeg_post_title,.jeg_pl_md_box .jeg_post_title {
		font-size: 24px;
	}

	.jeg_pl_md_1 .jeg_post_title,.jeg_postblock_15 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_sm .jeg_thumb {
		width: 80px;
	}

	.jeg_pl_sm .jeg_postblock_content {
		margin-left: 80px;
	}

	.jeg_pl_lg_4 .jeg_post_title {
		font-size: 22px;
	}

	.jeg_pl_lg_4 .jeg_readmore {
		line-height: 1;
		padding: 9px 18px;
	}

	.jeg_postblock_8 .jeg_post_title {
		font-size: 13px;
	}

	.jeg_postblock_22 .jeg_posts {
		margin-right: 0!important;
	}

	.jeg_postblock_22 .jeg_post {
		width: 100%!important;
		padding: 0!important;
	}

	.jeg_postblock_22 .jeg_post_title,.jeg_postblock_23 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_carousel_2 .jeg_post_title {
		font-size: 16px;
	}
}

@media only screen and (max-width :568px) {
	.jeg_pl_lg_2 .jeg_post_title,.jeg_pl_lg_3 .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_pl_lg_4 .jeg_post_title,.jeg_pl_lg_5 .jeg_post_title,.jeg_pl_lg_6 .jeg_post_title,.jeg_pl_lg_7 .jeg_post_title,.jeg_pl_lg_8 .jeg_post_title {
		font-size: 18px;
		line-height: 1.3em;
	}

	.jeg_pl_lg_2 .jeg_thumb {
		margin-right: 20px;
	}

	.jeg_pl_lg_3 .jeg_thumb {
		margin-left: 20px;
	}

	.jeg_postblock_2 .jeg_pl_lg_2 .jeg_postblock_content {
		overflow: visible;
	}

	.jeg_postblock_5 .jeg_meta_comment,.jeg_postblock_5 .jeg_meta_like,.jeg_postblock_6 .jeg_meta_comment,.jeg_postblock_6 .jeg_meta_like {
		display: none;
	}

	.jeg_postblock_13 .jeg_pl_lg_1 {
		margin-bottom: 30px;
	}

	.jeg_pl_lg_6 .jeg_thumb {
		width: 42%;
	}

	.jeg_pl_xs_4 {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 {
		margin-bottom: 20px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
		font-size: 1em;
	}

	.jeg_postblock_14 .jeg_posts .jeg_post_title,.jeg_postblock_9 .jeg_post .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_15 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,.jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
		max-height: 260px;
	}

	.jeg_postblock_23 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_23 .jeg_post {
		width: 100%;
		padding-right: 0;
	}

	.jeg_postblock_23 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_postblock_23 .jeg_post_excerpt {
		margin: 0 0 .5em;
	}

	.jeg_postblock_25 .jeg_post {
		padding-bottom: 20px;
	}

	.jeg_postblock_25 .jeg_thumb {
		width: 42%;
	}

	.jeg_postblock_25 .jeg_readmore {
		display: none;
	}

	.jeg_postblock_26 .jeg_meta_footer {
		margin-top: 20px;
	}

	.jeg_postblock_26 .jeg_meta_footer>div {
		padding: 8px;
		font-size: 11px;
	}

	.jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
		margin: 0 6px;
	}

	.jeg_postblock_27 .jeg_post {
		margin-bottom: 30px;
	}

	.jeg_postblock_27 .jeg_post_title {
		font-size: 18px!important;
	}

	.jeg_postblock_27 .jeg_post_category a {
		font-size: 11px!important;
	}

	.jeg_postblock_carousel_2 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 26px!important;
	}

	.jeg_blocklink .jeg_block_content span {
		font-size: 13px;
	}
}

@media only screen and (max-width:480px) {
	.jeg_post_meta {
		font-size: 10px;
		text-rendering: auto;
	}

	.jeg_post_excerpt {
		margin-top: 5px;
	}

	.jeg_readmore {
		margin-top: 10px;
	}

	.jeg_pl_lg_1 {
		margin-bottom: 20px;
	}

	.jeg_pl_lg_1 .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_pl_lg_2,.jeg_pl_lg_3 {
		margin-bottom: 15px;
	}

	.jeg_pl_lg_2 .jeg_post_title,.jeg_pl_lg_3 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_pl_lg_9 .jeg_postblock_heading {
		margin-bottom: 10px;
	}

	.jeg_pl_lg_9 .jeg_post_title {
		font-size: 24px!important;
	}

	.jeg_pl_lg_9 .jeg_post_category {
		margin-bottom: 6px;
	}

	.jeg_pl_lg_9 .jeg_post_category a {
		font-size: 11px;
	}

	.jeg_pl_lg_9 .jeg_post_excerpt {
		margin-top: 10px;
	}

	.jeg_pl_md_1 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_pl_md_1 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_pl_md_2,.jeg_pl_md_3 {
		margin-bottom: 15px;
	}

	.jeg_pl_md_2 .jeg_post_title,.jeg_pl_md_3 .jeg_post_title {
		font-size: 15px;
		font-weight: 400;
	}

	.jeg_pl_md_2 .jeg_thumb,.jeg_pl_md_3 .jeg_thumb {
		width: 100px;
	}

	.jeg_pl_md_2 .jeg_thumb {
		margin-right: 10px;
	}

	.jeg_pl_md_3 .jeg_thumb {
		margin-left: 10px;
	}

	.jeg_pl_lg_2 .jeg_thumb {
		margin-right: 10px;
	}

	.jeg_pl_lg_3 .jeg_thumb {
		margin-left: 10px;
	}

	.jeg_pl_lg_card,.jeg_pl_md_card {
		margin-bottom: 15px;
	}

	.jeg_col_1o3 .jeg_pl_lg_card .jeg_postblock_content,.jeg_col_3o3 .jeg_pl_lg_card .jeg_postblock_content,.jeg_pl_lg_card .jeg_postblock_content {
		margin: -50px 15px 0;
		padding: 12px 15px;
	}

	.jeg_pl_lg_box .jeg_post_title,.jeg_pl_md_box .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_xs_2 {
		margin-bottom: 10px;
	}

	.jeg_pl_xs_2 .jeg_post_title,.jeg_pl_xs_4 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_2 .jeg_pl_lg_2 {
		margin-bottom: 20px;
	}

	.jeg_postblock_2 .jeg_pl_lg_2 .jeg_postblock_content {
		overflow: visible;
	}

	.jeg_postblock_3 .jeg_post_excerpt,.jeg_postblock_4 .jeg_post_excerpt {
		display: none;
	}

	.jeg_postblock_5 .jeg_post_excerpt,.jeg_postblock_6 .jeg_post_excerpt {
		display: none;
	}

	.jeg_postblock_5 .jeg_thumb .jeg_post_category,.jeg_postblock_5 .jeg_thumb .jeg_post_category a {
		font-size: 8px;
		line-height: 8px;
	}

	.jeg_pl_lg_6 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.jeg_pl_lg_6 .jeg_thumb {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}

	.jeg_pl_lg_7 .jeg_postblock_content {
		margin: 5px auto 0;
	}

	.jeg_postblock_8 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_8 .jeg_post {
		width: 100%!important;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.jeg_postblock_8 .jeg_post .jeg_post_title {
		font-size: 16px!important;
	}

	.jeg_postblock_8 .jeg_meta_author {
		display: inline-block;
	}

	.jeg_postblock_14 .jeg_posts,.jeg_postblock_15 .jeg_posts,.jeg_postblock_9 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_14 .jeg_posts .jeg_post,.jeg_postblock_15 .jeg_post,.jeg_postblock_9 .jeg_post {
		width: 100%!important;
		float: none;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.jeg_postblock_14 .jeg_posts .jeg_post_title,.jeg_postblock_9 .jeg_post .jeg_post_title {
		font-size: 16px;
	}

	.jeg_pl_lg_4 {
		margin-bottom: 30px;
	}

	.jeg_pl_lg_4 .jeg_post_excerpt {
		line-height: 1.5;
		max-height: 4.5em;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.jeg_pl_lg_4 .jeg_postblock_heading {
		margin-bottom: 10px;
	}

	.jeg_postblock_11 .jeg_posts {
		margin-right: 0;
	}

	.jeg_postblock_11 .jeg_post {
		width: 100%!important;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.jeg_postblock_11 .jeg_post .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_12 .jeg_post_title {
		font-size: 16px!important;
	}

	.jeg_postblock_13 .jeg_post_title {
		font-size: 16px;
		margin-top: 0;
	}

	.jeg_postblock_13 .jeg_post_excerpt {
		display: none;
	}

	.jeg_postblock_13 .jeg_post {
		margin-bottom: 20px;
	}

	.jeg_postblock_13 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_16 .jeg_pl_lg_5 {
		margin-bottom: 15px;
	}

	.jeg_postblock_16 .jeg_posts {
		padding-top: 10px;
	}

	.jeg_postblock_17 .jeg_posts,.jeg_postblock_19 .jeg_posts,.jeg_postblock_20 .jeg_posts,.jeg_postblock_24 .jeg_posts {
		margin-bottom: 0;
	}

	.jeg_postblock_18 .jeg_pl_lg_8:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.jeg_postblock_18 .jeg_pl_lg_8 .jeg_post_meta {
		margin: 5px 0;
	}

	.jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,.jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
		max-height: 220px;
	}

	.jeg_postblock_19 .jeg_pl_md_box .jeg_post_title,.jeg_postblock_24 .jeg_pl_md_box .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_22,.jeg_postblock_23 {
		margin-bottom: 10px;
	}

	.jeg_postblock_22 .jeg_post,.jeg_postblock_23 .jeg_post {
		margin-bottom: 20px;
	}

	.jeg_postblock_25 .jeg_postblock_heading {
		margin-bottom: 10px;
	}

	.jeg_postblock_25 .jeg_thumb {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}

	.jeg_postblock_26 .jeg_meta_footer>div {
		width: 100%;
		display: block;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

	.jeg_postblock_26 .jeg_meta_footer>div:last-child {
		border-bottom: 0;
	}

	.jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
		margin: 0 6px;
	}

	.jeg_postblock_27 .jeg_post {
		margin-bottom: 20px;
	}

	.jeg_postblock_27 .jeg_post_title {
		font-size: 16px!important;
	}

	.jeg_postblock_27 .jeg_post_category a {
		font-size: 11px!important;
	}

	.jeg_postblock_32 .jeg_post,.jeg_postblock_33 .jeg_post,.jeg_postblock_34 .jeg_post {
		width: 100%!important;
		float: none;
		padding: 0!important;
		margin-bottom: 20px;
	}

	.jeg_postblock_carousel_2 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_pl_sm_2::after {
		margin-top: 15px;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 22px!important;
	}

	.jeg_blocklink .jeg_block_content span {
		font-size: 12px;
	}
}

@media only screen and (max-width:320px) {
	.jeg_pl_lg_2 .jeg_post_title,.jeg_pl_lg_3 .jeg_post_title {
		font-size: 1em;
	}

	.jeg_pl_lg_2 .jeg_meta_author,.jeg_pl_lg_3 .jeg_meta_author {
		display: none;
	}

	.jeg_pl_lg_9 .jeg_post_title {
		font-size: 16px!important;
		margin-bottom: .5em;
	}

	.jeg_pl_lg_9 .jeg_post_category {
		margin-bottom: 5px;
	}

	.jeg_pl_lg_9 .jeg_postblock_heading {
		margin-bottom: 10px;
	}

	.jeg_pl_md_2 .jeg_post_title,.jeg_pl_md_3 .jeg_post_title {
		font-size: 1em;
	}

	.jeg_pl_md_2 .jeg_thumb,.jeg_pl_md_3 .jeg_thumb {
		width: 80px;
	}

	.jeg_pl_md_2 .jeg_meta_author,.jeg_pl_md_3 .jeg_meta_author {
		display: none;
	}

	.jeg_pl_lg_4 .jeg_post_title,.jeg_pl_lg_5 .jeg_post_title,.jeg_pl_lg_7 .jeg_post_title,.jeg_pl_lg_8 .jeg_post_title {
		font-size: 16px;
		line-height: 1.4;
	}

	.jeg_pl_lg_6 .jeg_post_title {
		font-size: 15px;
	}

	.jeg_pl_lg_6 .jeg_post_excerpt {
		margin-top: 5px;
	}

	.jeg_pl_sm .jeg_post_title {
		font-size: 13px;
		line-height: normal;
	}

	.jeg_col_1o3 .jeg_pl_lg_card .jeg_postblock_content,.jeg_col_3o3 .jeg_pl_lg_card .jeg_postblock_content,.jeg_pl_lg_card .jeg_postblock_content,.jeg_pl_md_card .jeg_postblock_content {
		padding: 10px 15px;
	}

	.jeg_pl_lg_card .jeg_post_excerpt {
		display: none;
	}

	.jeg_pl_md_box .jeg_post_title,.jeg_postblock_11 .jeg_post .jeg_post_title,.jeg_postblock_12 .jeg_post .jeg_post_title,.jeg_postblock_13 .jeg_post_title,.jeg_postblock_14 .jeg_posts .jeg_post_title,.jeg_postblock_22 .jeg_post_title,.jeg_postblock_23 .jeg_post_title,.jeg_postblock_8 .jeg_post .jeg_post_title,.jeg_postblock_9 .jeg_post .jeg_post_title {
		font-size: 14px!important;
	}

	.jeg_pl_lg_7 .jeg_postblock_content {
		padding: 20px;
		margin: 0;
	}

	.jeg_pl_lg_7 .jeg_post_excerpt {
		display: none;
	}

	.jeg_postblock_14 .jeg_pl_lg_box .jeg_post_title {
		margin-bottom: 0;
	}

	.jeg_postblock_14 .jeg_pl_lg_box .jeg_post_meta {
		display: none;
	}

	.jeg_postblock_25 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_postblock_27 .jeg_post {
		margin-bottom: 15px;
	}

	.jeg_postblock_27 .jeg_thumb {
		margin-bottom: 10px;
	}

	.jeg_postblock_27 .jeg_post_title {
		font-size: 14px!important;
	}

	.jeg_postblock_27 .jeg_post_category a {
		font-size: 11px!important;
	}

	.jeg_postblock_carousel_2 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_blocklink .jeg_block_content h3 {
		font-size: 18px!important;
	}
}

@media only screen and (min-width:768px) {
	.jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption .jeg_post_meta,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_slide_caption .jeg_post_meta {
		display: none;
	}

	.jeg_postblock_carousel_2.jeg_col_12 .jeg_carousel_post[data-items="5"] .jeg_post_title,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="3"] .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_carousel_2.jeg_col_12 .jeg_carousel_post[data-items="5"] .overlay_content,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .overlay_content {
		padding: 10px 15px;
	}

	.jeg_postblock_carousel_2.jeg_col_12 .jeg_carousel_post[data-items="5"] .jeg_post_category a,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .jeg_post_category a {
		font-size: 10px;
		padding: 2px 5px;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .jeg_post_title {
		font-size: 12px;
		margin-bottom: 0;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .jeg_post_title {
		font-size: 11px;
		margin-bottom: 0;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .jeg_post_category a {
		font-size: 9px;
		padding: 0 3px;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .jeg_post_category,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .jeg_post_category {
		line-height: 1;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .jeg_postblock_content,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .jeg_postblock_content {
		-webkit-transform: none;
		transform: none;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .overlay_content,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .overlay_content {
		padding: 5px 10px;
	}

	.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="4"] .jeg_post_meta,.jeg_postblock_carousel_2.jeg_col_8 .jeg_carousel_post[data-items="5"] .jeg_post_meta {
		display: none;
	}
}

@media only screen and (max-width:1024px) {
	.jeg_slider_type_2 .jeg_slide_item {
		height: 445px;
	}

	.jeg_slider_type_2 .jeg_slide_caption {
		width: 60%;
	}

	.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
		font-size: 30px;
	}

	.jeg_slider_type_3 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title,.jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jeg_slider_type_4 .jeg_slide_caption {
		width: 60%;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 30px;
		letter-spacing: -.02em;
	}

	.jeg_slider_type_5 .jeg_slide_item,.jeg_slider_type_6 .jeg_slide_item {
		height: 445px;
	}

	.jeg_slider_type_5 .jeg_slide_caption {
		width: 60%;
	}

	.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
		font-size: 30px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
		font-size: 40px;
		margin: 20px auto 30px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
		bottom: -42px;
	}

	.jeg_slider_type_7 .jeg_slide_item {
		height: 445px;
	}

	.jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
		font-size: 24px;
	}

	.jeg_slider_type_7 .jeg_post_excerpt {
		margin-bottom: 15px;
	}

	.jeg_slider_type_7 .jeg_block_nav a {
		height: 50px;
		line-height: 50px;
	}

	.jeg_postblock_carousel_3 .jeg_post_title {
		font-size: 14px;
	}

	.jeg_postblock_carousel_3 .jeg_thumb {
		width: 65px;
	}

	.jeg_heroblock_1 .jeg_heroblock_wrapper,.jeg_heroblock_2 .jeg_heroblock_wrapper,.jeg_heroblock_6 .jeg_heroblock_wrapper,.jeg_heroblock_8 .jeg_heroblock_wrapper {
		height: 412px;
	}

	.jeg_heroblock_13 .jeg_heroblock_wrapper,.jeg_heroblock_3 .jeg_heroblock_wrapper,.jeg_heroblock_4 .jeg_heroblock_wrapper,.jeg_heroblock_5 .jeg_heroblock_wrapper,.jeg_heroblock_7 .jeg_heroblock_wrapper,.jeg_heroblock_9 .jeg_heroblock_wrapper {
		height: 355px;
	}

	.jeg_heroblock_10 .jeg_heroblock_wrapper,.jeg_heroblock_11 .jeg_heroblock_wrapper,.jeg_heroblock_12 .jeg_heroblock_wrapper {
		height: 445px;
	}

	.jeg_heroblock_skew .jeg_heroblock_wrapper {
		height: 289px;
	}

	.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
		left: 30px;
		bottom: 30px;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
		left: 30px;
		right: 30px;
	}

	.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
		left: 20px;
		top: 20px;
	}

	.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
		left: 20px;
		top: 20px;
	}

	.jeg_heroblock_skew.jeg_hero_style_1 .jeg_postblock_content {
		left: 0;
	}

	.jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
		left: 10px;
	}

	.jeg_heroblock_6.jeg_hero_style_1 .jeg_heroblock_scroller .jeg_post_category,.jeg_heroblock_6.jeg_hero_style_1 .jeg_heroblock_scroller .jeg_post_title {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	.jeg_hero_style_1 .jeg_postblock_content {
		padding-bottom: 20px;
	}

	.jeg_hero_style_2 .jeg_post_info {
		bottom: 20px;
	}

	.jeg_hero_style_7 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_hero_style_7 .jeg_post_meta {
		font-size: 10px;
	}

	.jeg_heroblock_1 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_1 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_6 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_7 .jeg_post_title,.jeg_heroblock_11 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_12 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_2 .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_3 .jeg_hero_item_4 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_heroblock_13 .jeg_post_title,.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_skew .jeg_post_title {
		font-size: 28px;
		line-height: 1.2;
	}

	.jeg_hero_style_7 .jeg_postblock_content {
		width: auto;
		right: 20px;
	}

	.jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_6 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_7 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_2.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title {
		font-size: 12px;
	}

	.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_5.jeg_hero_style_7 .jeg_post_title,.jeg_heroblock_8.jeg_hero_style_7 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_2.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_4.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_5.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_9.jeg_hero_style_7 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_heroblock_skew.jeg_hero_style_7 .jeg_post_title {
		font-size: 22px;
		line-height: 1.3;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title,.jeg_heroblock_6.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title {
		font-size: 24px;
		line-height: 1.4;
	}

	.jeg_postblock_carousel_3 .jeg_post_meta {
		display: none;
	}

	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
		font-size: 23px;
	}
}

@media only screen and (max-width:1023px) {
	.jeg_slider_type_2 .epress-owl-dots {
		opacity: 1;
	}
}

@media only screen and (max-width:768px) {
	.jeg_slide_caption .jeg_post_category a {
		font-size: 10px;
	}

	.jeg_slider_type_1 .jeg_caption_container {
		min-width: 100%;
	}

	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
	}

	.jeg_slider_type_2 .jeg_slide_item {
		height: 364px;
	}

	.jeg_slider_type_2 .jeg_slide_caption {
		left: 30px;
	}

	.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
		margin: 15px auto 5px;
	}

	.jeg_slider_type_4 .jeg_slide_caption {
		width: 75%;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 28px;
	}

	.jeg_slider_type_4 .jeg_slide_caption:before {
		height: 35px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:before {
		top: -20px;
	}

	.jeg_slider_type_4 .jeg_slide_caption:after {
		height: 35px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:after {
		bottom: -25px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
		font-size: 10px;
	}

	.jeg_slider_type_5 .jeg_slide_item,.jeg_slider_type_6 .jeg_slide_item {
		height: 364px;
	}

	.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
		font-size: 32px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
		max-width: 50%;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt,.jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
		margin-left: 75px;
	}

	.jeg_slider_type_7 .jeg_slide_item {
		height: 364px;
	}

	.jeg_slider_type_7 .jeg_slide_caption {
		padding: 30px;
	}

	.jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
		font-size: 18px;
	}

	.jeg_slider_type_7 .jeg_slide_caption .jeg_post_excerpt {
		display: none;
	}

	.jeg_heropost_1 {
		display: block;
	}

	.jeg_heropost_1>div {
		padding: 0;
	}

	.jeg_heropost_1 .jeg_postbig {
		width: 100%;
		margin-bottom: 30px;
	}

	.jeg_heropost_1 .jeg_postsmall.left {
		width: 50%;
		float: left;
		margin-right: 10%;
	}

	.jeg_heropost_1 .jeg_postsmall.right {
		width: 40%;
		float: left;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
		font-size: 20px;
		line-height: 1.3;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 {
		margin-bottom: 30px;
	}

	.jeg_heroblock_1 .jeg_heroblock_wrapper,.jeg_heroblock_2 .jeg_heroblock_wrapper,.jeg_heroblock_6 .jeg_heroblock_wrapper,.jeg_heroblock_8 .jeg_heroblock_wrapper {
		height: 350px;
	}

	.jeg_heroblock_13 .jeg_heroblock_wrapper,.jeg_heroblock_3 .jeg_heroblock_wrapper,.jeg_heroblock_4 .jeg_heroblock_wrapper,.jeg_heroblock_5 .jeg_heroblock_wrapper,.jeg_heroblock_7 .jeg_heroblock_wrapper,.jeg_heroblock_9 .jeg_heroblock_wrapper {
		height: 300px;
	}

	.jeg_heroblock_10 .jeg_heroblock_wrapper,.jeg_heroblock_11 .jeg_heroblock_wrapper,.jeg_heroblock_12 .jeg_heroblock_wrapper {
		height: 380px;
	}

	.jeg_heroblock_skew .jeg_heroblock_wrapper {
		height: 260px;
	}

	.jeg_heroblock .jeg_post_category {
		font-size: 10px;
	}

	.jeg_heroblock .jeg_post_category a {
		font-size: inherit;
	}

	.jeg_hero_style_7 .jeg_postblock_content {
		width: auto;
		padding: 18px 12px 10px;
		bottom: 8px;
		left: 8px;
		right: 8px;
	}

	.jeg_hero_style_7 .jeg_post_title {
		margin-top: 15px;
	}

	.jeg_heroblock_1.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_7 .jeg_post_meta,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_meta,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_meta,.jeg_heroblock_2.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_3.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_6.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta {
		display: none;
	}

	.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
		left: 20px;
		bottom: 20px;
		width: 70%;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
		left: 20px;
		right: 20px;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
		bottom: 10px;
	}

	.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
		left: 20px;
		top: 20px;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
		bottom: 30px;
		left: 30px;
		padding: 15px 25px;
	}

	.jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_1 .jeg_postblock_content {
		left: -10px;
	}

	.jeg_heroblock .jeg_post_title {
		font-size: 14px;
	}

	.jeg_heroblock .jeg_post_meta {
		font-size: 10px;
	}

	.jeg_heroblock_1 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_1 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_6 .jeg_post_title,.jeg_heroblock_10 .jeg_hero_item_7 .jeg_post_title,.jeg_heroblock_11 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_12 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_2 .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_3 .jeg_hero_item_4 .jeg_post_title {
		font-size: 12px;
	}

	.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,.jeg_heroblock_5 .jeg_post_title,.jeg_heroblock_8 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_11 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12 .jeg_hero_item_1 .jeg_post_title {
		font-size: 20px;
	}

	.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,.jeg_heroblock_skew .jeg_post_title {
		font-size: 22px;
	}

	.jeg_heroblock_13 .jeg_post_title,.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title {
		font-size: 24px;
	}

	.jeg_hero_style_6 .jeg_postblock_content {
		right: 0;
	}

	.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_5.jeg_hero_style_7 .jeg_post_title,.jeg_heroblock_8.jeg_hero_style_7 .jeg_post_title {
		font-size: 16px;
	}

	.jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_2.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_4.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_5.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_9.jeg_hero_style_7 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_6.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_skew.jeg_hero_style_7 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
		width: 50%;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
		font-size: 22px;
	}

	.jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
		left: 0;
	}

	.jeg_heroblock .jeg_postformat_icon:after {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		top: 10px;
		right: 10px;
	}

	.jeg_heroblock_skew .jeg_postformat_icon:after {
		-webkit-transform: skewX(7deg) scale(.8);
		transform: skewX(7deg) scale(.8);
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.jeg_block_heading {
		margin-bottom: 20px;
	}

	.jeg_block_title span {
		font-size: 13px;
	}

	.jeg_subcat_list>li>a {
		font-size: 11px;
	}

	.jeg_block_title span,.jeg_subcat_list>li>a,.okayNav__menu-toggle {
		height: 30px!important;
		line-height: 30px!important;
	}

	.jeg_slider_type_3 .jeg_caption_container {
		padding: 0 15px;
	}

	.jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
		font-size: 18px;
	}

	.jeg_col_1o3 .jeg_slider_type_3 .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title,.jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
		font-size: 13px;
		margin-bottom: 0;
	}

	.jeg_col_1o3 .jeg_slider_type_3 .jeg_slide_caption .jeg_post_meta,.jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_meta,.jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_meta {
		display: none;
	}
}

@media only screen and (max-width:768px) and (min-width:736px) {
	.jeg_hero_style_1 .jeg_postblock_content {
		padding: 0 20px 20px;
	}

	.jeg_hero_style_2 .jeg_postblock_content {
		left: 20px;
		right: 20px;
	}

	.jeg_hero_style_2 .jeg_post_info {
		bottom: 15px;
	}

	.jeg_hero_style_3 .jeg_postblock_content {
		padding: 20px 20px 0;
	}

	.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,.jeg_heroblock_5 .jeg_post_title,.jeg_heroblock_8 .jeg_post_title {
		font-size: 16px;
	}

	.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,.jeg_heroblock_skew .jeg_post_title {
		font-size: 20px;
	}

	.jeg_heroblock_13 .jeg_post_title,.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title {
		font-size: 22px;
	}
}

@media only screen and (min-width:736px) and (max-width:1024px) {
	.jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,.jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_2 .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_6 .jeg_post_meta,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_7 .jeg_post_meta,.jeg_heroblock_11.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,.jeg_heroblock_12.jeg_hero_style_2 .jeg_hero_item_5 .jeg_post_meta,.jeg_heroblock_2.jeg_hero_style_2 .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,.jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,.jeg_heroblock_6 .jeg_heroblock_scroller .jeg_post_meta {
		display: none;
	}

	.jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_6 .jeg_post_title,.jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_7 .jeg_post_title,.jeg_heroblock_11.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_12.jeg_hero_style_2 .jeg_hero_item_5 .jeg_post_title,.jeg_heroblock_2.jeg_hero_style_2 .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,.jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,.jeg_heroblock_6 .jeg_heroblock_scroller .jeg_post_title {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:767px) {
	.jeg_archive_header,.jeg_block_heading,.jeg_blocklink,.jeg_breakingnews {
		margin-bottom: 25px;
	}

	.jeg_ad_module,.jeg_heroblock,.jeg_postblock_carousel_2,.jeg_sidebar .widget,.jeg_slider_wrapper,.jeg_video_playlist {
		margin-bottom: 30px;
	}

	.jeg_slider_type_2 .jeg_slide_item {
		height: 320px;
	}

	.jeg_slider_type_3 .jeg_post_title {
		font-size: 18px!important;
		margin-bottom: 5px!important;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
		bottom: -30px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
		display: none;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
		margin-left: 0;
		padding-top: 30px;
	}

	.jeg_slider_type_7 .jeg_slide_item {
		height: auto;
	}

	.jeg_slider_type_7 .jeg_slide_caption,.jeg_slider_type_7 .jeg_slide_image {
		float: none!important;
		width: 100%;
	}

	.jeg_slider_type_7 .jeg_slide_image {
		padding-bottom: 50%;
	}

	.jeg_slider_type_7 .jeg_slide_caption {
		padding: 30px 30px 80px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
		font-size: 16px;
		line-height: 1.4;
	}

	.jeg_slider_wrapper .size-1400 {
		padding-bottom: 140%;
	}

	.size-1400 {
		padding-bottom: 71.5%;
	}
}

@media only screen and (max-width :667px) {
	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 24px;
	}

	.jeg_slider_type_4 .jeg_slide_caption:before {
		height: 30px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:before {
		top: -15px;
	}

	.jeg_slider_type_4 .jeg_slide_caption:after {
		height: 30px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:after {
		bottom: -15px;
	}

	.jeg_breakingnews_title {
		width: 25px;
		text-align: center;
		margin-right: 0;
	}

	.jeg_breakingnews_title span {
		display: none;
	}

	.jeg_news_ticker_arrow {
		width: 25px;
	}

	.jeg_news_ticker {
		padding-right: 65px;
	}

	.jeg_heropost_1 .jeg_postsmall.left {
		margin-right: 0;
		padding-right: 15px;
	}

	.jeg_heropost_1 .jeg_postsmall.right {
		width: 50%;
		padding-left: 15px;
	}

	.jeg_heropost_1 .jeg_pl_md_box {
		margin-bottom: 20px;
	}

	.jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_wrapper {
		height: 440px;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_post,.jeg_heroblock_11:not(.carousel-hero) .jeg_post,.jeg_heroblock_12:not(.carousel-hero) .jeg_post,.jeg_heroblock_1:not(.carousel-hero) .jeg_post,.jeg_heroblock_2:not(.carousel-hero) .jeg_post,.jeg_heroblock_3:not(.carousel-hero) .jeg_post,.jeg_heroblock_4:not(.carousel-hero) .jeg_post,.jeg_heroblock_5:not(.carousel-hero) .jeg_post,.jeg_heroblock_6:not(.carousel-hero) .jeg_post {
		position: relative;
		top: inherit;
		right: inherit;
		bottom: inherit;
		left: inherit;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_11:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_12:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_1:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_2:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_3:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_4:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_5:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_6:not(.carousel-hero) .jeg_hero_item_1 {
		width: 100%;
		height: 60%;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller {
		white-space: nowrap;
		height: 40%;
		overflow-x: auto;
		overflow-y: hidden;
		z-index: 0;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post {
		width: 45%;
		height: 100%;
		float: none;
		display: inline-block;
		margin-bottom: 0;
	}

	.jeg_heroblock:not(.carousel-hero).jeg_heroblock_4 .jeg_heroblock_scroller .jeg_post,.jeg_heroblock:not(.carousel-hero).jeg_heroblock_5 .jeg_heroblock_scroller .jeg_post {
		width: 50%!important;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_11:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_12:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_1:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_2:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_3:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_4:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_5:not(.carousel-hero) .jeg_postblock_content,.jeg_heroblock_6:not(.carousel-hero) .jeg_postblock_content {
		white-space: normal;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero) .jeg_post_title {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 5px;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title {
		font-size: 16px!important;
		line-height: 20px;
		margin-bottom: 0;
	}

	.jeg_heroblock_10:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title {
		max-width: 85%;
		margin-left: 0;
		margin-right: 0;
	}

	.jeg_heroblock_10:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.jeg_heroblock_10:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_11:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_12:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_1:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_2:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_3:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_4:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_5:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_6:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content {
		width: 70%;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_meta {
		display: none;
	}

	.jeg_hero_style_1 .jeg_post_category,.jeg_hero_style_1 .jeg_post_meta,.jeg_hero_style_1 .jeg_post_review,.jeg_hero_style_1 .jeg_post_title {
		opacity: 1;
		-webkit-transform: none!important;
		transform: none!important;
	}

	.jeg_hero_style_3 .jeg_block_container:after {
		display: none;
	}

	.jeg_heroblock_7 .jeg_heroblock_wrapper,.jeg_heroblock_8 .jeg_heroblock_wrapper {
		height: auto;
	}

	.jeg_heroblock_7 .jeg_post {
		float: left;
		position: relative;
		width: 50%;
		height: 300px;
		left: 0;
		top: 0;
	}

	.jeg_heroblock_7 .jeg_post_title {
		font-size: 18px;
		line-height: 1.4;
	}

	.jeg_heroblock_8 .jeg_post {
		float: left;
		position: relative;
		width: 100%;
		height: 300px;
		left: 0;
		top: 0;
	}

	.jeg_heroblock_8 .jeg_post_title {
		font-size: 24px;
		line-height: 1.4;
	}

	.jeg_heroblock_9 .jeg_post_title,.jeg_heroblock_skew .jeg_post_title {
		font-size: 20px!important;
		line-height: 1.2;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
		width: 60%;
	}

	.jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,.jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
		width: 80%;
	}

	.jeg_heroblock_1.carousel-hero .jeg_post,.jeg_heroblock_10.carousel-hero .jeg_post,.jeg_heroblock_11.carousel-hero .jeg_post,.jeg_heroblock_12.carousel-hero .jeg_post,.jeg_heroblock_2.carousel-hero .jeg_post,.jeg_heroblock_3.carousel-hero .jeg_post,.jeg_heroblock_4.carousel-hero .jeg_post,.jeg_heroblock_5.carousel-hero .jeg_post,.jeg_heroblock_6.carousel-hero .jeg_post,.jeg_heroblock_7.carousel-hero .jeg_post,.jeg_heroblock_8.carousel-hero .jeg_post {
		position: relative;
	}

	.jeg_heroblock_1.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_10.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_11.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_12.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_2.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_3.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_4.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_5.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_6.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_7.carousel-hero .jeg_heroblock_wrapper,.jeg_heroblock_8.carousel-hero .jeg_heroblock_wrapper {
		height: auto;
	}

	.jeg_heroblock.carousel-hero .jeg_heroblock_scroller {
		width: 100%;
	}

	.jeg_heroblock_1.carousel-hero .jeg_post,.jeg_heroblock_10.carousel-hero .jeg_post,.jeg_heroblock_11.carousel-hero .jeg_post,.jeg_heroblock_12.carousel-hero .jeg_post,.jeg_heroblock_2.carousel-hero .jeg_post,.jeg_heroblock_3.carousel-hero .jeg_post,.jeg_heroblock_4.carousel-hero .jeg_post,.jeg_heroblock_5.carousel-hero .jeg_post,.jeg_heroblock_6.carousel-hero .jeg_post,.jeg_heroblock_7.carousel-hero .jeg_post,.jeg_heroblock_8.carousel-hero .jeg_post {
		top: auto;
		left: auto;
	}

	.jeg_heroblock_1.carousel-hero .jeg_hero_item_1,.jeg_heroblock_2.carousel-hero .jeg_hero_item_1 {
		width: 100%;
		height: 300px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_heroblock_scroller,.jeg_heroblock_2.carousel-hero .jeg_heroblock_scroller {
		height: 400px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_hero_item_2 {
		width: 100%;
		height: 50%;
	}

	.jeg_heroblock_1.carousel-hero .jeg_hero_item_2 .jeg_post_title,.jeg_heroblock_1.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_10.carousel-hero .jeg_post_title,.jeg_heroblock_11.carousel-hero .jeg_post_title,.jeg_heroblock_12.carousel-hero .jeg_post_title,.jeg_heroblock_2.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_4.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_6.carousel-hero .jeg_heroblock_scroller .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_hero_item_3,.jeg_heroblock_1.carousel-hero .jeg_hero_item_4 {
		float: left;
		width: 50%;
		height: 50%;
	}

	.jeg_heroblock_2.carousel-hero .jeg_hero_item_2,.jeg_heroblock_2.carousel-hero .jeg_hero_item_3,.jeg_heroblock_2.carousel-hero .jeg_hero_item_4,.jeg_heroblock_2.carousel-hero .jeg_hero_item_5 {
		float: left;
		width: 50%;
		height: 50%;
	}

	.jeg_heroblock_3.carousel-hero .jeg_hero_item_1 {
		width: 100%;
		height: 300px;
	}

	.jeg_heroblock_3.carousel-hero .jeg_heroblock_scroller {
		width: 100%;
		height: 400px;
	}

	.jeg_heroblock_3.carousel-hero .jeg_hero_item_2,.jeg_heroblock_3.carousel-hero .jeg_hero_item_3,.jeg_heroblock_3.carousel-hero .jeg_hero_item_4 {
		float: left;
		width: 50%;
	}

	.jeg_heroblock_3.carousel-hero .jeg_hero_item_3,.jeg_heroblock_3.carousel-hero .jeg_hero_item_4 {
		height: 50%;
	}

	.jeg_heroblock_4.carousel-hero .jeg_hero_item_1 {
		width: 100%;
		height: 300px;
	}

	.jeg_heroblock_4.carousel-hero .jeg_heroblock_scroller {
		width: 100%;
		height: 400px;
	}

	.jeg_heroblock_4.carousel-hero .jeg_hero_item_2,.jeg_heroblock_4.carousel-hero .jeg_hero_item_3 {
		float: left;
		width: 50%;
		height: 100%;
	}

	.jeg_heroblock_5.carousel-hero .jeg_hero_item_1 {
		width: 100%;
		height: 300px;
	}

	.jeg_heroblock_5.carousel-hero .jeg_heroblock_scroller {
		height: 400px;
	}

	.jeg_heroblock_5.carousel-hero .jeg_hero_item_2,.jeg_heroblock_5.carousel-hero .jeg_hero_item_3 {
		width: 100%;
		height: 50%;
	}

	.jeg_heroblock_6.carousel-hero .jeg_hero_item_1 {
		width: 100%;
		height: 300px;
	}

	.jeg_heroblock_6.carousel-hero .jeg_heroblock_scroller {
		height: 600px;
	}

	.jeg_heroblock_6.carousel-hero .jeg_hero_item_2,.jeg_heroblock_6.carousel-hero .jeg_hero_item_3,.jeg_heroblock_6.carousel-hero .jeg_hero_item_4 {
		width: 100%;
		height: 33.33%;
	}

	.jeg_heroblock_10.carousel-hero .jeg_post,.jeg_heroblock_11.carousel-hero .jeg_post,.jeg_heroblock_12.carousel-hero .jeg_post {
		width: 100%;
		height: 200px;
	}

	.jeg_heroblock_10.carousel-hero .jeg_hero_item_1,.jeg_heroblock_10.carousel-hero .jeg_hero_item_5,.jeg_heroblock_11.carousel-hero .jeg_hero_item_1,.jeg_heroblock_11.carousel-hero .jeg_hero_item_5,.jeg_heroblock_12.carousel-hero .jeg_hero_item_1,.jeg_heroblock_12.carousel-hero .jeg_hero_item_5 {
		height: 300px;
	}
}

@media only screen and (max-width :568px) {
	.jeg_slider_type_1 .jeg_slide_caption {
		padding: 20px 40px 20px 0;
	}

	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
		font-size: 20px;
		line-height: 1.4;
	}

	.jeg_slider_type_2 .jeg_slide_item {
		height: 228px;
	}

	.jeg_slider_type_2 .jeg_slide_caption {
		left: 20px;
	}

	.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
		font-size: 20px;
		line-height: 1.4;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
		font-size: 16px;
	}

	.jeg_heroblock_skew .jeg_heroblock_wrapper {
		height: 240px;
	}

	.jeg_heroblock_13 .jeg_heroblock_wrapper,.jeg_heroblock_9 .jeg_heroblock_wrapper {
		height: 260px;
	}

	.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_title {
		margin-top: 6px;
	}

	.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
		left: 15px;
		bottom: 15px;
		width: 60%;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
		left: 20px;
		right: 20px;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
		width: 60%;
	}

	.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
		left: 15px;
		top: 15px;
		width: 60%;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
		bottom: 20px;
		left: 20px;
		padding: 15px 20px;
		width: 60%;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_heroblock_1 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,.jeg_heroblock_13 .jeg_post.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 {
		width: 32px;
		height: 32px;
		font-size: 15px;
		line-height: 28px;
	}

	.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
		top: 10px;
		right: 10px;
	}

	.jeg_heroblock_9 .jeg_post_title,.jeg_heroblock_skew .jeg_post_title {
		font-size: 16px!important;
	}

	.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_13 .jeg_post_title {
		font-size: 20px;
	}

	.jeg_ad_article {
		margin: 0 0 1.25em;
	}

	.jeg_ad_article .align-left,.jeg_ad_article .align-right {
		float: none;
		padding: 0;
	}
}

@media only screen and (max-width:480px) {
	.jeg_block_heading,.jeg_breakingnews,.jeg_heropost_1 .jeg_pl_sm_2,.jeg_heropost_1 .jeg_postbig,.jeg_pl_lg_box,.jeg_pl_md_box,.jeg_postblock,.jeg_postblock_14 .row:last-child>div[class*=col-]:not(:last-child) .jeg_pl_md_box,.jeg_postblock_15 .row:last-child>div[class*=col-]:not(:last-child) .jeg_pl_md_box,.jeg_slider_wrapper,.jeg_video_playlist {
		margin-bottom: 20px;
	}

	.jeg_slider_type_1 .jeg_slide_caption {
		padding: 15px 40px 15px 0;
	}

	.jeg_slider_type_1 .jeg_caption_container {
		padding: 0 20px;
	}

	.jeg_slider_type_1 .jeg_post_category a,.jeg_slider_type_1 .jeg_slide_caption .jeg_post_meta {
		font-size: 10px;
		line-height: 10px;
	}

	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
		font-size: 19px;
		margin-bottom: 5px;
		line-height: 1.3;
	}

	.jeg_slider_type_2 .jeg_slide_item {
		height: 190px;
	}

	.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
		font-size: 18px;
		margin: 10px auto 0;
	}

	.jeg_slider_type_2 .jeg_post_meta {
		display: none;
	}

	.jeg_slider_type_2 .epress-owl-dots {
		right: 15px;
	}

	.jeg_slider_type_2 .epress-owl-dot span {
		width: 8px;
		height: 8px;
		margin: 5px 0;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.jeg_slider_type_4 .jeg_slide_item {
		padding-bottom: 56.25%;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		margin: 10px 0 5px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
		font-size: 8px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_meta {
		font-size: 10px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_meta_author {
		display: none;
	}

	.jeg_slider_type_4 .jeg_slide_caption:before {
		height: 15px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:before {
		top: -10px;
	}

	.jeg_slider_type_4 .jeg_slide_caption:after {
		height: 15px;
	}

	.jeg_slider_type_4 .active .jeg_slide_caption:after {
		bottom: -5px;
	}

	.jeg_slider_type_4 .epress-owl-dots {
		padding-bottom: 8px;
	}

	.jeg_owlslider .epress-owl-nav div {
		font-size: 15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.jeg_owlslider .epress-owl-nav .epress-owl-next {
		right: 15px;
	}

	.jeg_owlslider .epress-owl-nav .epress-owl-prev {
		left: 15px;
	}

	.jeg_owlslider .epress-owl-dot span {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 4px;
	}

	.jeg_slider_type_5 .jeg_slide_item,.jeg_slider_type_6 .jeg_slide_item {
		height: 364px;
	}

	.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
		font-size: 26px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
		font-size: 32px;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
		max-width: 50%;
	}

	.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt,.jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
		margin-left: 75px;
	}

	.jeg_heropost_1 .jeg_postsmall.left {
		width: 100%;
		padding-right: 0;
	}

	.jeg_heropost_1 .jeg_postsmall.right {
		width: 100%;
		padding-left: 0;
	}

	.jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2 {
		text-align: center;
	}

	.jeg_heropost_1 .jeg_pl_sm_2:last-child {
		margin-bottom: 30px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2:after {
		width: 100%;
	}

	.jeg_heroblock .jeg_post_category {
		font-size: 9px;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_wrapper,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_wrapper {
		height: 300px;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_11:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_12:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_1:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_2:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_3:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_4:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_5:not(.carousel-hero) .jeg_hero_item_1,.jeg_heroblock_6:not(.carousel-hero) .jeg_hero_item_1 {
		height: 55%;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller {
		height: 45%;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero) .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero) .jeg_post_title {
		font-size: 18px!important;
	}

	.jeg_heroblock_1 .jeg_post_meta,.jeg_heroblock_10 .jeg_post_meta,.jeg_heroblock_11 .jeg_post_meta,.jeg_heroblock_12 .jeg_post_meta,.jeg_heroblock_2 .jeg_post_meta,.jeg_heroblock_3 .jeg_post_meta,.jeg_heroblock_4 .jeg_post_meta,.jeg_heroblock_5 .jeg_post_meta,.jeg_heroblock_6 .jeg_post_meta {
		display: none;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post {
		width: 80%!important;
	}

	.jeg_heroblock_10:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero) .jeg_heroblock_scroller .jeg_post_title {
		font-size: 15px!important;
	}

	.jeg_heroblock_10:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_11:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_12:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_1:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_2:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_3:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_4:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_5:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content,.jeg_heroblock_6:not(.carousel-hero).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content {
		width: auto;
	}

	.jeg_heroblock_10:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_11:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_12:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_1:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_2:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_3:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_4:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_5:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title,.jeg_heroblock_6:not(.carousel-hero).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title {
		max-width: 90%;
	}

	.jeg_heroblock_1.carousel-hero .jeg_post_title,.jeg_heroblock_10.carousel-hero .jeg_post_title,.jeg_heroblock_11.carousel-hero .jeg_post_title,.jeg_heroblock_12.carousel-hero .jeg_post_title,.jeg_heroblock_2.carousel-hero .jeg_post_title,.jeg_heroblock_3.carousel-hero .jeg_post_title,.jeg_heroblock_4.carousel-hero .jeg_post_title,.jeg_heroblock_5.carousel-hero .jeg_post_title,.jeg_heroblock_6.carousel-hero .jeg_post_title,.jeg_heroblock_7.carousel-hero .jeg_post_title,.jeg_heroblock_8.carousel-hero .jeg_post_title {
		font-size: 18px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_10.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_11.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_12.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_2.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_3.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_4.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_5.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_6.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_7.carousel-hero .jeg_heroblock_scroller .jeg_post_title,.jeg_heroblock_8.carousel-hero .jeg_heroblock_scroller .jeg_post_title {
		font-size: 14px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_hero_item_1,.jeg_heroblock_10.carousel-hero .jeg_hero_item_1,.jeg_heroblock_10.carousel-hero .jeg_hero_item_5,.jeg_heroblock_11.carousel-hero .jeg_hero_item_1,.jeg_heroblock_11.carousel-hero .jeg_hero_item_5,.jeg_heroblock_12.carousel-hero .jeg_hero_item_1,.jeg_heroblock_12.carousel-hero .jeg_hero_item_5,.jeg_heroblock_2.carousel-hero .jeg_hero_item_1,.jeg_heroblock_3.carousel-hero .jeg_hero_item_1,.jeg_heroblock_4.carousel-hero .jeg_hero_item_1,.jeg_heroblock_5.carousel-hero .jeg_hero_item_1,.jeg_heroblock_6.carousel-hero .jeg_hero_item_1 {
		height: 200px;
	}

	.jeg_heroblock_1.carousel-hero .jeg_heroblock_scroller,.jeg_heroblock_2.carousel-hero .jeg_heroblock_scroller,.jeg_heroblock_3.carousel-hero .jeg_heroblock_scroller,.jeg_heroblock_4.carousel-hero .jeg_heroblock_scroller,.jeg_heroblock_5.carousel-hero .jeg_heroblock_scroller {
		height: 300px;
	}

	.jeg_heroblock_6.carousel-hero .jeg_heroblock_scroller {
		height: 500px;
	}

	.jeg_heroblock_10.carousel-hero .jeg_post,.jeg_heroblock_11.carousel-hero .jeg_post,.jeg_heroblock_12.carousel-hero .jeg_post {
		height: 130px;
	}

	.jeg_heroblock_7 .jeg_post {
		width: 100%;
		height: 200px;
	}

	.jeg_heroblock_8 .jeg_post {
		height: 200px;
	}

	.jeg_heroblock_8 .jeg_post_title {
		font-size: 16px;
		line-height: 20px;
	}

	.jeg_heroblock_9 .jeg_heroblock_wrapper,.jeg_heroblock_skew .jeg_heroblock_wrapper {
		height: 360px;
		margin: 0!important;
	}

	.jeg_heroblock_13 .jeg_heroblock_wrapper {
		height: 210px;
		margin: 0!important;
	}

	.jeg_heroblock_skew .jeg_heroblock_wrapper,.jeg_heroblock_skew .jeg_postblock_content,.jeg_heroblock_skew .jeg_thumb>div {
		-webkit-transform: none;
		transform: none;
	}

	.jeg_heroblock_skew.jeg_hero_style_5 .jeg_postblock_content {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.jeg_heroblock_9 .jeg_post,.jeg_heroblock_skew .jeg_post {
		position: relative;
		width: 100%;
		height: 50%;
		left: auto;
		right: auto;
		padding-left: 0!important;
	}

	.jeg_heroblock_skew .jeg_postblock_content {
		margin: 0!important;
	}

	.jeg_heroblock_skew .jeg_postformat_icon:after {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	.jeg_heroblock_skew .jeg_hero_item_2 .jeg_postformat_icon:after {
		margin-right: 0;
	}

	.jeg_heroblock_9 .jeg_post_title,.jeg_heroblock_skew .jeg_post_title {
		font-size: 16px!important;
		max-width: 90%;
		margin-left: 0;
		margin-right: 0;
	}

	.jeg_hero_style_1 .jeg_postblock_content,.jeg_hero_style_6 .jeg_postblock_content {
		padding: 5px 15px 10px;
	}

	.jeg_hero_style_2 .jeg_postblock_content {
		left: 15px;
		right: 15px;
	}

	.jeg_hero_style_2 .jeg_post_info {
		bottom: 10px;
	}

	.jeg_hero_style_4 .jeg_postblock_content {
		padding: 15px 15px 10px;
	}

	.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
		left: 0;
		bottom: 0;
		width: 85%;
	}

	.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
		width: 85%;
	}

	.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
		left: 0;
		top: 0;
		width: auto;
	}

	.jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,.jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
		width: auto;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
		left: 5px;
		right: 5px;
		bottom: 5px;
		width: auto;
		padding: 10px 12px;
	}

	.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
		max-width: 100%;
		margin-bottom: 6px;
		font-size: 16px;
	}

	.jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_1 .jeg_postblock_content {
		left: 0;
	}

	.jeg_heroblock .jeg_post.format-video .jeg_postformat_icon:after {
		top: 5px;
		right: 5px;
	}

	.page_nav .navtext {
		display: none;
	}

	.jeg_pagination {
		text-align: center!important;
	}

	.jeg_pagination .page_info {
		float: none!important;
	}

	.jeg_pagination .page_nav.prev:before {
		padding-right: 0;
	}

	.jeg_pagination .page_nav.next:after {
		padding-left: 0;
	}

	.jeg_pagenav_1 .page_nav,.jeg_pagenav_2 .page_nav {
		padding: 0;
	}

	.jeg_pagenav_3.jeg_alignleft {
		padding-bottom: 30px;
	}

	.jeg_pagenav_3 .page_nav {
		width: 30px;
		position: relative;
		top: 0;
		left: auto!important;
		right: auto!important;
	}

	.jeg_pagenav_3.jeg_alignleft .page_info {
		color: #a0a0a0;
		font-size: 11px;
		float: none;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.jeg_prevnext_post a {
		width: 100%;
		padding-right: 0!important;
		float: none;
		text-align: center;
	}

	.jeg_prevnext_post a:not(:last-child) {
		margin-bottom: 20px;
	}

	.jeg_prevnext_post h3 {
		border-left: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width:320px) {
	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
		font-size: 1em;
		line-height: 1.3;
		margin-top: 5px;
	}

	.jeg_slider_type_1 .jeg_slide_caption .jeg_post_meta {
		display: none;
	}

	.jeg_slider_type_2 .jeg_slide_item {
		height: 145px;
	}

	.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
		font-size: 1em;
		margin-top: 5px;
	}

	.jeg_slider_type_3 .jeg_post_title {
		font-size: 16px!important;
	}

	.jeg_slider_type_3 .jeg_slide_caption {
		padding-bottom: 10px;
	}

	.jeg_slider_type_3 .jeg_caption_container {
		padding: 0 15px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
		font-size: 16px;
		margin-bottom: 0;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
		font-size: 8px;
	}

	.jeg_slider_type_4 .jeg_slide_caption .jeg_post_meta {
		display: none;
	}

	.jeg_slider_type_4 .jeg_slide_caption:after,.jeg_slider_type_4 .jeg_slide_caption:before {
		display: none;
	}

	.jeg_slider_type_4 .epress-owl-dots {
		padding-bottom: 5px;
	}

	.jeg_owlslider .epress-owl-dot span {
		width: 5px;
		height: 5px;
		line-height: 5px;
		margin: 0 3px;
	}

	.jeg_heropost_1 .jeg_postbig {
		margin-bottom: 15px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2:after {
		margin-top: 15px;
	}

	.jeg_heropost_1 .jeg_pl_sm_2:last-child {
		margin-bottom: 20px;
	}

	.jeg_heroblock .jeg_post_meta {
		display: none;
	}

	.jeg_heroblock .jeg_post_title {
		margin-bottom: 0;
	}

	.jeg_heroblock_13 .jeg_heroblock_wrapper {
		height: 165px;
	}

	.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
		width: 100%;
	}

	.jeg_heroblock_9 .jeg_heroblock_wrapper,.jeg_heroblock_skew .jeg_heroblock_wrapper {
		height: 320px;
	}

	.jeg_heroblock:not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title {
		font-size: 15px!important;
		max-width: 100%!important;
	}

	.jeg_heroblock .jeg_heroblock_scroller .jeg_post_title {
		font-size: 13px!important;
	}

	.jeg_pagination .page_nav {
		display: none;
	}

	.jeg_prevnext_post span {
		font-size: 11px;
	}

	.jeg_prevnext_post h3 {
		font-size: 13px;
		margin-top: 5px;
	}
}