body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes c {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption, .pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.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;
    line-height: 40px;
    background: #f70d28;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.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: 39px;
    border: 1px solid #eee;
    border-left: 0;
    border-bottom: 0;
    border-top: 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: 13px;
    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: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #53585c;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    position: relative;
    left: 13px;
    top: -1px
}

.jeg_news_ticker_prev:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #53585c;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    position: relative;
    left: 17px;
    top: -1px
}

.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 {
    padding: 0 0 2px;
    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 d {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes d {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: d;
    animation-name: d
}

@-webkit-keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: e;
    animation-name: e
}

@-webkit-keyframes f {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes f {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: f;
    animation-name: f
}

@-webkit-keyframes g {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@keyframes g {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: g;
    animation-name: g
}

@-webkit-keyframes h {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes h {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: h;
    animation-name: h
}

@-webkit-keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes i {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: i;
    animation-name: i
}

@-webkit-keyframes j {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@keyframes j {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: j;
    animation-name: j
}

@-webkit-keyframes k {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@keyframes k {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: k;
    animation-name: k
}

.jeg_overlay_slider {
    overflow: hidden;
    height: 500px;
    margin-top: -30px;
    margin-bottom: 30px
}

.jeg_boxed .jeg_overlay_slider {
    margin-left: -30px;
    width: calc(100% + 60px)
}

.jeg_overlay_slider_wrapper {
    position: absolute;
    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: linear-gradient(90deg, #780206 10%, #061161 90%)
}

.jeg_overlay_slider_wrapper:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .35;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 70%)
}

.jeg_overlay_container {
    height: 100%;
    position: relative
}

.jeg_overlay_slider_bottom {
    position: absolute;
    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
}

.owl-stage-outer .jeg_overlay_slider_item {
    width: 100%
}

.jeg_overlay_slider_item h3 {
    color: #fafafa;
    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;
    text-overflow: ellipsis
}

.jeg_overlay_slider_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    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
}

.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 .owl-nav {
    margin-top: 0
}

.jeg_overlay_slider_bottom.owl-carousel .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.owl-carousel .owl-nav div:hover {
    background: #f70d28;
    color: #fff;
    opacity: .8
}

.jeg_overlay_slider_bottom .owl-nav > div:before {
    position: absolute;
    height: 20px;
    width: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.jeg_overlay_slider_bottom .owl-nav .owl-next {
    top: 0
}

.jeg_overlay_slider_bottom .owl-nav .owl-prev {
    top: 50%;
    margin-top: 1px
}

.jeg_overlay_slider_bottom .owl-nav .owl-next:before {
    content: "e"
}

.jeg_overlay_slider_bottom .owl-nav .owl-prev:before {
    content: "f"
}

.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 hsla(0, 0%, 100%, .2);
    border-right: 1.1em solid hsla(0, 0%, 100%, .2);
    border-bottom: 1.1em solid hsla(0, 0%, 100%, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: m 1.1s infinite linear;
    animation: m 1.1s infinite linear
}

.jeg_overlay_slider_loader_circle, .jeg_overlay_slider_loader_circle:after {
    border-radius: 50%;
    width: 8em;
    height: 8em
}

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

    .site-title img {
        margin-top: 0 !important
    }

    .share42init {
        display: none
    }
}

@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.owl-carousel .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_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: hsla(0, 0%, 100%, .5)
}

.jeg_dark_playlist .jspTrack {
    background: hsla(0, 0%, 100%, .2)
}

.jeg_dark_playlist .jspDrag {
    background: hsla(0, 0%, 100%, .5)
}

.jeg_dark_playlist .jeg_video_playlist_title {
    color: #fff
}

.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;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    z-index: 1
}

.jeg_vertical_playlist .jeg_video_playlist_play span {
    color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .15)
}

.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
    background: hsla(0, 0%, 100%, .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 .owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jeg_horizontal_playlist .jeg_video_playlist_item {
    display: block;
    height: 100%;
    padding: 10px;
    border: 1px solid #eee;
    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 .owl-carousel .owl-nav {
    position: absolute;
    top: -42px;
    right: 0
}

.jeg_horizontal_playlist .owl-carousel .owl-nav div {
    width: 30px;
    height: 32px;
    line-height: 30px;
    right: 0;
    margin-right: 0;
    border-color: #eee
}

.jeg_horizontal_playlist .owl-carousel .owl-nav .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: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5)
}

.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav {
    top: -40px;
    right: 10px
}

.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav div {
    line-height: 26px;
    height: 30px;
    color: hsla(0, 0%, 100%, .8);
    border-color: hsla(0, 0%, 100%, .15)
}

.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav div:hover {
    background: hsla(0, 0%, 100%, .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 hsla(0, 0%, 100%, .2);
    border-right: .4em solid hsla(0, 0%, 100%, .2);
    border-bottom: .4em solid hsla(0, 0%, 100%, .2);
    border-left: .4em solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: m 1.1s infinite linear;
    animation: m 1.1s infinite linear
}

.jeg_preview_slider_loader_circle, .jeg_preview_slider_loader_circle:after {
    border-radius: 50%;
    width: 8em;
    height: 8em
}

.mejs-container .mejs-controls {
    background: hsla(0, 0%, 100%, .9)
}

.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-time-rail .mejs-time-total {
    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
    }
}

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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

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

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

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

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

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

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

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

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

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

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

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    -ms-interpolation-mode: bicubic;
    height: auto
}*/

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

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

textarea {
    resize: vertical
}

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

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

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

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

.h1, h1 {
    font-size: 2.25em;
    margin: .67em 0 .5em;
    line-height: 1.25;
    letter-spacing: -.02em
}

.h2, h2 {
    font-size: 1.753em;
    margin: .83em 0 .5em;
    line-height: 1.35
}

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

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

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

.h6, h6 {
    font-size: .85em;
    margin: 1.6em 0 1em
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

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

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

code, kbd, pre, samp {
    font-family: Lucida Console, Monaco, monospace;
    font-size: .9em;
    padding: .2em .5em
}

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

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

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

.jeg_boxed .jeg_main .jeg_container {
    overflow: hidden
}

.jeg_otb {
    overflow: visible !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*, :after, :before {
    box-sizing: border-box
}

.hidden {
    display: none
}

.jeg_viewport {
    position: relative
}

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

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

.jeg_content {
    padding: 30px 0 40px
}

.jeg_sidecontent .jeg_viewport {
    margin-left: 340px
}

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

.jeg_sidebar {
    padding-left: 30px
}

.jeg_double_sidebar .row > .jeg_sidebar:first-of-type, .jeg_sidebar_left .jeg_sidebar {
    padding-right: 30px;
    padding-left: 15px
}

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

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

    .jeg_double_sidebar .jeg_main_content {
        left: 25%
    }

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

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

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

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

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

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

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

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

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

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

.chosen-container-single .chosen-single {
    display: block;
    padding: 0 1em;
    line-height: 38px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jeg_header {
    position: relative
}

.jeg_header .container {
    height: 100%
}

.jeg_header.full .container {
    width: 100%
}

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

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

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

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

.jeg_nav_left {
    margin-right: auto
}

.jeg_nav_right {
    margin-left: auto
}

.jeg_nav_center {
    margin: 0 auto
}

.jeg_nav_alignleft {
    justify-content: flex-start
}

.jeg_nav_alignright {
    justify-content: flex-end
}

.jeg_nav_aligncenter {
    justify-content: center
}

.jeg_topbar {
    font-size: 12px;
    color: #757575;
    position: relative;
    z-index: 11;
    background: #f5f5f5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

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

.jeg_topbar.dark {
    background: #212121;
    color: #f5f5f5;
    border-bottom-width: 0
}

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

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

.jeg_topbar.dark .sf-arrows .sf-with-ul:after {
    color: hsla(0, 0%, 100%, .6)
}

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

.jeg_topbar.dark, .jeg_topbar.dark .jeg_nav_item {
    border-color: hsla(0, 0%, 100%, .15)
}

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

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

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

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

.jeg_midbar .jeg_nav_item {
    padding: 0 14px
}

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

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

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

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

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

.jeg_navbar .jeg_nav_item {
    padding: 0 14px
}

.jeg_navbar .jeg_separator {
    margin: 0 7px
}

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

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

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

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

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

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

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

.jeg_navbar_shadow {
    border-bottom: 0 !important
}

.jeg_navbar_shadow:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0, transparent)
}

.jeg_navbar_boxed {
    background: 0 0;
    border: 0
}

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

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

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

.jeg_navbar_boxed:after {
    display: none
}

.jeg_boxed .jeg_navbar_boxed {
    background: #fff
}

.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row, .jeg_navbar_dark:not(.jeg_navbar_boxed) {
    background: #212121
}

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

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

.jeg_navbar_dark .sf-arrows .sf-with-ul:after {
    color: hsla(0, 0%, 100%, .6)
}

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

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

.jeg_force_fs:not(.jeg_sidecontent) .jeg_featured_big {
    position: static
}

.jeg_force_fs .jeg_navbar_mobile, .jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar {
    background: hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

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

.jeg_force_fs:not(.jeg_sidecontent) .dark .jeg_nav_item {
    border-color: hsla(0, 0%, 100%, .15) !important
}

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

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

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

.jeg_logo {
    position: relative
}

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

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

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

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

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

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

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

.jeg_midbar .jeg_social_icon_block.nobg a .fa {
    font-size: 18px
}

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

.btn.round {
    border-radius: 40px
}

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

.btn.secondary {
    background: #2e9fff
}

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

.dark .btn.outline, .jeg_navbar_dark .btn.outline {
    color: #f5f5f5;
    border-color: hsla(0, 0%, 100%, .15)
}

.dark .btn.outline:hover, .jeg_navbar_dark .btn.outline:hover {
    box-shadow: inset 0 0 0 100px hsla(0, 0%, 100%, .15)
}

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

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

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

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

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

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

.jeg_midbar .jeg_nav_html, .jeg_navbar .jeg_nav_html {
    line-height: 1.4em
}

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

.jeg_nav_account {
    position: relative
}

.jeg_accountlink {
    float: left
}

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

.jeg_accountlink ul {
    min-width: 100%
}

.jeg_accountlink li {
    position: static !important
}

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

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

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

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

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

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

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

.jeg_topbar .jeg_nav_icon {
    height: 34px
}

.jeg_topbar .jeg_mobile_toggle {
    color: inherit
}

.jeg_navbar_dark .jeg_mobile_toggle {
    color: #fafafa
}

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

.jeg_nav_icon .jeg_mobile_toggle span:first-child {
    top: 0
}

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

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

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

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

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

.jeg_topbar .socials_widget a {
    margin: 0 5px 0 0
}

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

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

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

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

.jeg_top_lang_switcher {
    float: left
}

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

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

.jeg_top_lang_switcher a {
    color: #212121
}

.jeg_topbar .jeg_top_lang_switcher a {
    color: inherit
}

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

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

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

.dark .jeg_separator, .jeg_navbar_dark .jeg_separator {
    border-color: hsla(0, 0%, 100%, .15)
}

.widget_jnews_module_element_header {
    margin-bottom: 30px
}

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

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

.jeg_search_wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

.jeg_navbar .jeg_search_wrapper .jeg_search_input {
    height: 36px
}

.jeg_topbar .jeg_search_wrapper .jeg_search_form {
    display: block
}

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

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

.jeg_search_no_expand .jeg_search_toggle {
    display: none
}

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

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

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

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

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

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

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

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

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
    background: hsla(0, 0%, 100%, .1);
    border-color: transparent
}

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

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-moz-placeholder, .jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

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

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
    opacity: 1;
    visibility: visible;
    padding: 20px;
    height: auto;
    transition: padding .2s, height .1s, opacity .15s
}

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

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

.jeg_topbar .jeg_search_popup_expand .jeg_search_form, .jeg_topbar .jeg_search_popup_expand .jeg_search_result {
    right: 0
}

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

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

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

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

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

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

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

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

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

.jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_form, .jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_result {
    right: -18px
}

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

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

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

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

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

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

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

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

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

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

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

.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_form, .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_result {
    right: -17px
}

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

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

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

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

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

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

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

.jeg_navbar.jeg_navbar_boxed .jeg_search_popup_expand:last-child .jeg_search_form, .jeg_navbar.jeg_navbar_boxed .jeg_search_popup_expand:last-child .jeg_search_result {
    right: 0
}

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

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

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

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

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

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

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

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

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

.jeg_search_expanded .jeg_navbar_mobile, .jeg_search_expanded .jeg_navbar_mobile.jeg_sticky_nav, .jeg_search_expanded .jeg_navbar_wrapper, .jeg_search_expanded .jeg_navbar_wrapper.jeg_sticky_nav {
    transform: none !important
}

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

.jeg_search_modal_expand .jeg_search_input {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.7, 0, .3, 1)
}

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

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

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

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

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

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

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

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

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

.jeg_search_hide {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jeg_popupform {
    text-align: center
}

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

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

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

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

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

.alert-error {
    background: #fff5f6
}

.alert-success {
    background: #ebf8f1
}

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

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

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

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

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

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

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

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

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

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

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

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

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

.mfp-ready .jeg_popup {
    display: block
}

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

.mfp-figure:after {
    box-shadow: 0 5px 35px rgba(0, 0, 0, .3), 0 2px 5px rgba(0, 0, 0, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sf-arrows .sf-with-ul:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: -3px;
    transition: .1s
}

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

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

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

.jeg_menu a {
    position: relative
}

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

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

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

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

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

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

.jeg_navbar_menuborder:not(.jeg_navbar_boxed):not(.jeg_stickybar) {
    border-top: 1px solid #e8e8e8
}

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

.jeg_navbar_menuborder.jeg_navbar_dark .jeg_main_menu > li:not(:last-child), .jeg_navbar_menuborder.jeg_navbar_dark .jeg_nav_item, .jeg_navbar_menuborder.jeg_navbar_dark:not(.jeg_navbar_boxed) .jeg_nav_left .jeg_nav_item:first-child {
    border-color: hsla(0, 0%, 100%, .15)
}

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

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

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

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

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

.jeg_navbar_boxed .jeg_nav_alignleft .jeg_mainmenu_wrap:first-child {
    padding-left: 0
}

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

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

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

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

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

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

.jeg_menu_style_1 > li {
    padding-right: 22px;
    line-height: 50px
}

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

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

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

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

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

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

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

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

.jeg_menu_style_2 > li > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #f70d28;
    opacity: 0;
    transition: all .3s ease-in-out
}

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

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

.jeg_menu_style_3 > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #f70d28;
    opacity: 0;
    transition: all .3s ease-in-out
}

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

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

.jeg_menu_style_4 > li.current-menu-ancestor > a, .jeg_menu_style_4 > li.current-menu-item > a, .jeg_menu_style_4 > li.sfHover > a, .jeg_menu_style_4 > li > a:hover {
    background: #f5f5f5
}

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

.jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-ancestor > a, .jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-item > a, .jeg_navbar_dark .jeg_menu_style_4 > li.sfHover > a, .jeg_navbar_dark .jeg_menu_style_4 > li > a:hover {
    background: hsla(0, 0%, 100%, .15)
}

.jeg_menu_style_5 > li.current-menu-ancestor > a, .jeg_menu_style_5 > li.current-menu-item > a, .jeg_menu_style_5 > li.sfHover > a, .jeg_menu_style_5 > li > a:hover {
    color: #f70d28
}

.jeg_navbar_mobile_wrapper, .jeg_navbar_mobile_wrapper .sticky_blankspace {
    display: none
}

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

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

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

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

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

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

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

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

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

.jeg_boxed .jeg_container .jeg_navbar_wrapper.jeg_sticky_nav {
    width: 1230px
}

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

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

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

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

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

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

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

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

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

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

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

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

.jeg_menu li a.empty-menu {
    text-transform: none;
    font-weight: 400;
    text-align: left;
    color: inherit
}

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

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

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

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

.jeg_top_menu li > ul {
    width: auto
}

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

.jeg_menu li.jeg_megamenu {
    position: static
}

.jeg_megamenu .sub-menu {
    background: #fff;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, .18)
}

.jeg_megamenu .jeg_thumb {
    max-height: 200px
}

.jeg_megamenu .owl-loaded .jeg_thumb {
    max-height: none
}

.jeg_boxed .jeg_navbar_wrapper:not(.jeg_navbar_boxed) .jeg_megamenu .sub-menu {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px
}

.jeg_newsfeed {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 192px
}

.sub-menu .jeg_newsfeed_subcat {
    display: table-cell;
    background: #f9f9f9;
    border-color: #eee;
    border-style: solid;
    border-right-width: 1px;
    vertical-align: top;
    width: 180px
}

ul.jeg_subcat_item {
    margin: 20px 0
}

.jeg_newsfeed_subcat li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: background .2s ease
}

.jeg_newsfeed_subcat li a {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
    transition: color .2s ease
}

.jeg_newsfeed_subcat li.active {
    background: #fff;
    border-color: #eee;
    margin-right: -1px;
    padding-right: 1px
}

.jeg_newsfeed_subcat li.active a {
    color: #212121;
    background: 0 0 !important
}

.jeg_newsfeed_list {
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    z-index: 1
}

.jeg_newsfeed_list .jeg_newsfeed_container {
    opacity: 0;
    height: 0;
    transition: all .3s ease
}

.jeg_newsfeed_list.loaded .jeg_newsfeed_container {
    opacity: 1;
    height: auto
}

.newsfeed_carousel.owl-carousel {
    display: block;
    overflow: visible
}

.jeg_newsfeed .jeg_post_title {
    font-size: 13px;
    margin: 5px 0 0
}

.newsfeed_carousel.owl-carousel .owl-nav {
    margin-top: 15px;
    margin-bottom: -5px;
    line-height: normal
}

.newsfeed_carousel.no_subcat .owl-nav {
    text-align: center
}

.newsfeed_carousel.owl-carousel .owl-nav div {
    font-size: 12px;
    width: 26px;
    line-height: 22px;
    color: #53585c
}

.newsfeed_carousel.owl-carousel .owl-nav div.disabled {
    color: #9e9e9e;
    border-color: #eee;
    background: 0 0
}

.jeg_newsfeed.style2 .jeg_newsfeed_container {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.newsfeed_static {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -20px
}

.newsfeed_static .jeg_newsfeed_item {
    float: left;
    width: 33.333333333%;
    padding-right: 20px;
    margin-bottom: 15px
}

.jeg_header.full .newsfeed_static .jeg_newsfeed_item {
    width: 20%
}

.jeg_header.full .jeg_megamenu .sub-menu {
    left: -15px;
    right: -15px
}

.jeg_newsfeed_tags {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding: 20px 25px;
    border-color: #eee;
    border-style: solid;
    border-left-width: 1px
}

.jeg_newsfeed_tags .h3 {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.jeg_newsfeed_tags li a {
    font-size: 13px;
    padding: 3px 0;
    position: relative
}

.newsfeed_overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .2s ease
}

.jeg_newsfeed_list.loaded .newsfeed_overlay {
    opacity: 0
}

.module-preloader, .newsfeed_preloader, .split-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px
}

.jeg_preloader span {
    height: 16px;
    width: 16px;
    background-color: #999;
    -webkit-animation: l 1.4s infinite ease-in-out both;
    animation: l 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 l {
    0%, 80%, to {
        -webkit-transform: scale(0);
        opacity: 0
    }
    40% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes l {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.jeg_navbar_mobile {
    display: none;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    top: 0;
    transform: translateZ(0);
    transition: .2s ease
}

.jeg_navbar_mobile .container {
    width: 100%;
    height: 100%
}

.jeg_mobile_topbar {
    font-size: 12px;
    color: #757575;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    background: #f5f5f5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.jeg_mobile_topbar a {
    color: inherit
}

.jeg_mobile_topbar .jeg_nav_item {
    padding: 0 10px
}

.jeg_sticky_nav .jeg_mobile_topbar {
    display: none
}

.jeg_mobile_bottombar {
    border-style: solid;
    height: 60px;
    line-height: 60px
}

.jeg_mobile_bottombar .jeg_nav_item {
    padding: 0 10px
}

.jeg_navbar_mobile .jeg_nav_left .jeg_nav_item:first-child {
    padding-left: 0
}

.jeg_navbar_mobile .jeg_nav_right .jeg_nav_item:last-child {
    padding-right: 0
}

.jeg_mobile_bottombar.dark {
    background: #000;
    color: #fff
}

.jeg_mobile_bottombar.dark .jeg_search_toggle, .jeg_mobile_bottombar.dark .toggle_btn, .jeg_mobile_bottombar.dark a {
    color: #fff
}

.jeg_navbar_mobile .jeg_search_toggle, .jeg_navbar_mobile .toggle_btn {
    color: #212121;
    font-size: 22px;
    display: block
}

.jeg_mobile_topbar .jeg_search_toggle, .jeg_mobile_topbar .toggle_btn {
    font-size: 16px
}

.jeg_mobile_topbar.dark {
    background: #222;
    color: #fff
}

.jeg_mobile_topbar.dark .jeg_search_toggle, .jeg_mobile_topbar.dark .toggle_btn, .jeg_mobile_topbar.dark a {
    color: #fff
}

.jeg_mobile_logo a {
    display: block
}

.jeg_mobile_logo img {
    width: auto;
    max-height: 40px
}

.jeg_mobile_topbar .jeg_social_icon_block.nobg a {
    margin-right: 10px
}

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

.jeg_aside_copyright {
    font-size: 11px;
    color: #757575;
    letter-spacing: .5px
}

.jeg_aside_copyright a {
    color: inherit;
    border-bottom: 1px solid #aaa
}

.jeg_aside_copyright p {
    margin-bottom: 1.2em
}

.jeg_aside_copyright p:last-child {
    margin-bottom: 0
}

.jeg_navbar_mobile .jeg_search_wrapper {
    position: static
}

.jeg_navbar_mobile .jeg_search_popup_expand {
    float: none
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle {
    position: relative
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    right: 0;
    position: absolute;
    bottom: -1px;
    z-index: 98
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:after {
    border-color: transparent transparent #eee;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    right: -1px;
    position: absolute;
    bottom: 0;
    z-index: 97
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:after, .jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:before {
    display: none !important
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
    width: auto;
    border-left: 0;
    border-right: 0;
    left: -15px !important;
    right: -15px !important;
    padding: 20px;
    -webkit-transform: none;
    transform: none
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
    margin-top: 84px;
    width: auto;
    left: -15px !important;
    right: -15px !important;
    border: 0
}

.jeg_navbar_mobile .jeg_search_form .jeg_search_button {
    font-size: 18px
}

.jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
    font-size: 18px;
    padding: .5em 40px .5em 15px;
    height: 42px
}

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

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

.jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05)
}

.jeg_mobile_wrapper .jeg_search_result {
    width: 100%;
    border-left: 0;
    border-right: 0;
    right: 0
}

.admin-bar .jeg_mobile_wrapper {
    padding-top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .jeg_mobile_wrapper {
        padding-top: 46px
    }
}

.admin-bar .jeg_show_menu .jeg_menu_close {
    top: 65px
}

body.jeg_show_menu {
    overflow: hidden
}

.jeg_bg_overlay {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(180deg, #000, #434343);
    transition: .2s ease-out .1s;
    opacity: 0;
    z-index: 9998;
    visibility: hidden
}

.jeg_show_menu .jeg_bg_overlay {
    opacity: .85;
    visibility: visible;
    transition: .4s cubic-bezier(.22, .61, .36, 1) .1s
}

.jeg_mobile_wrapper {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 320px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .3s cubic-bezier(.25, .46, .45, .94)
}

.jeg_show_menu .jeg_mobile_wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 1px 0 5px rgba(0, 0, 0, .1), 3px 0 25px rgba(0, 0, 0, .18)
}

.jeg_menu_close {
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .2s ease;
    z-index: 9999
}

@media only screen and (min-width: 1023px) {
    .jeg_menu_close {
        font-size: 20px;
        padding: 20px
    }
}

.jeg_menu_close:hover {
    color: #fff
}

.jeg_show_menu .jeg_menu_close {
    opacity: .75;
    visibility: visible;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .2s ease .3s
}

.jeg_mobile_wrapper .nav_wrap {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.jeg_mobile_wrapper .nav_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    z-index: -1
}

.jeg_mobile_wrapper .item_main {
    flex: 1
}

.jeg_mobile_wrapper .item_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jeg_aside_item {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #eee
}

.item_bottom .jeg_aside_item {
    padding: 10px 20px;
    border-bottom: 0
}

.item_bottom .jeg_aside_item:first-child {
    padding-top: 20px
}

.item_bottom .jeg_aside_item:last-child {
    padding-bottom: 20px
}

.jeg_aside_item:last-child {
    border-bottom: 0
}

.jeg_aside_item:after {
    content: "";
    display: table;
    clear: both
}

.jeg_mobile_wrapper .widget {
    display: block;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.jeg_mobile_wrapper .widget:last-child {
    border-bottom: 0
}

.jeg_mobile_wrapper .widget .jeg_ad_module {
    margin-bottom: 0
}

.jeg_mobile_profile {
    position: relative
}

.jeg_mobile_profile:first-child {
    padding-top: 30px
}

.jeg_mobile_profile .jeg_accountlink {
    float: none
}

.jeg_mobile_profile .jeg_accountlink li:not(:last-child) {
    margin-right: 15px;
    float: left
}

.jeg_mobile_profile .jeg_accountlink li a {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.profile_box .h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px
}

.profile_box .profile_img {
    display: block;
    float: left;
    padding-right: 20px
}

.profile_box .profile_img img {
    border-radius: 100%;
    width: 45px
}

.profile_links li {
    float: left;
    font-size: 12px;
    margin-right: 15px;
    line-height: normal
}

.profile_links li:last-child {
    margin-right: 0
}

.profile_links li a {
    color: #757575
}

.jeg_navbar_mobile_wrapper {
    position: relative;
    z-index: 9
}

.jeg_mobile_menu li a {
    color: #212121;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: 700;
    position: relative
}

.jeg_mobile_menu li a:hover, .jeg_mobile_menu li.sfHover > a {
    color: #f70d28
}

.jeg_mobile_menu ul {
    padding-bottom: 10px
}

.jeg_mobile_menu ul li a {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.jeg_mobile_menu.sf-arrows .sf-with-ul:after {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    width: auto;
    text-align: center;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s
}

.jeg_mobile_menu.sf-arrows .sfHover .sf-with-ul:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jeg_mobile_wrapper .socials_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jeg_mobile_wrapper .socials_widget a {
    margin-bottom: 0 !important;
    display: block
}

.dark .jeg_bg_overlay {
    background: #fff
}

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

.dark .jeg_mobile_wrapper .jeg_search_result {
    background: rgba(0, 0, 0, .9);
    color: #f5f5f5;
    border: 0
}

.dark .jeg_menu_close {
    color: #212121
}

.dark .jeg_aside_copyright, .dark .jeg_mobile_menu li a, .dark .jeg_mobile_wrapper .jeg_search_result .search-link, .dark .jeg_mobile_wrapper .jeg_search_result a, .dark .profile_box a {
    color: #f5f5f5
}

.dark .jeg_aside_copyright a {
    border-color: hsla(0, 0%, 100%, .8)
}

.dark .jeg_aside_item, .dark .jeg_mobile_menu ul li a, .dark .jeg_search_result.with_result .search-all-button {
    border-color: hsla(0, 0%, 100%, .15)
}

.dark .jeg_mobile_menu ul li a, .dark .jeg_mobile_menu.sf-arrows .sf-with-ul:after, .dark .profile_links li a {
    color: hsla(0, 0%, 100%, .5)
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    background: hsla(0, 0%, 100%, .1);
    border: 0
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_button, .dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    color: #fafafa
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-moz-placeholder, .dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

#jeg_sidecontent {
    position: absolute;
    left: 0;
    background: #fff;
    width: 340px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 4;
    border-right: 2px solid #eee;
    outline: 0
}

#jeg_sidecontent.fixed {
    position: fixed;
    top: 0
}

.sidecontent_postwrapper {
    height: 100%;
    overflow: hidden
}

.jeg_side_heading {
    position: relative
}

.jeg_side_heading .jeg_cat_dropdown {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    z-index: 3
}

.jeg_filter_menu {
    text-align: right;
    left: auto;
    right: 0
}

.jeg_filter_menu .active {
    background: #fafafa;
    color: #a0a0a0
}

.jeg_cat_dropdown:hover .jeg_filter_menu {
    display: block
}

.jeg_filter_button {
    color: #53585c;
    background: #fff;
    border: 1px solid #eee;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    outline: 0
}

.jeg_filter_button:after {
    font-family: FontAwesome;
    content: "\F0D7";
    margin-left: 5px
}

.jeg_filter_menu {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 10;
    min-width: 4em;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 12px 30px rgba(0, 0, 0, .25)
}

.jeg_filter_menu li a {
    color: inherit;
    font-size: 11px;
    padding: 5px 12px;
    line-height: normal;
    display: block;
    border-bottom: 1px solid #eee
}

.jeg_filter_menu li a:hover {
    color: #212121;
    background: #f7f7f7
}

.jeg_side_tabs {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.jeg_side_tabs li {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.jeg_side_tabs li:not(:last-child) {
    margin-right: 15px
}

.jeg_side_tabs li.active {
    color: #f70d28
}

#jeg_sidecontent .overlay_container {
    position: relative
}

#jeg_sidecontent .jeg_pl_md_box {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

#jeg_sidecontent .jeg_pl_xs, #jeg_sidecontent .jeg_pl_xs_3 {
    margin: 0;
    padding: 15px;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #eee
}

.sidefeed_loadmore {
    text-align: center;
    padding: 15px
}

.sidefeed_loadmore .btn {
    font-size: 11px;
    padding: 0 30px;
    min-height: 0;
    line-height: 30px;
    border-radius: 3px
}

.jeg_slider_wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.jeg_slider_wrapper .owl-carousel {
    overflow: hidden
}

.jnews_overlay_slider_notice {
    color: #fff;
    background: #c9c9c9;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px
}

.owl-carousel {
    cursor: -webkit-grab
}

.owl-carousel .owl-wrapper-outer {
    z-index: 1
}

.owl-carousel.owl-loaded {
    height: auto !important
}

.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-item img {
    width: 100%
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px 0;
    background: #eee;
    display: block;
    border-radius: 30px;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #888
}

.owl-carousel .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;
    transition: all .2s ease
}

.owl-carousel .owl-nav div:last-child {
    margin-right: 0
}

.owl-carousel .owl-nav div:hover {
    color: #212121;
    background: #f7f7f7
}

.owl-carousel .owl-nav div:before {
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jeg_slide_caption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 20px;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 70%)
}

.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;
    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;
    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: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 70%)
}

.jeg_slider_type_1 .jeg_slide_item {
    position: relative;
    -webkit-backface-visibility: hidden
}

.jeg_slider_type_1 .jeg_caption_container {
    padding: 0 30px;
    max-width: 80%
}

.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 .owl-nav {
    display: none
}

.jeg_slider_thumbnail .jeg_slide_thumbnail_item {
    position: relative
}

.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    right: 0;
    left: 0;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 2
}

.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:after {
    content: "";
    position: absolute;
    top: 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 .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;
    transition: all .2s ease;
    opacity: 1
}

.jeg_slider_type_1 .owl-nav .owl-next {
    bottom: 40px;
    background: #f70d28;
    color: #fff
}

.jeg_slider_type_1 .owl-prev:before {
    content: "e" !important
}

.jeg_slider_type_1 .owl-next:before {
    content: "f" !important
}

.jeg_slider_type_1:hover .owl-next, .jeg_slider_type_1:hover .owl-prev {
    opacity: 1
}

.jeg_slider_type_2 .jeg_slide_item {
    width: 100%;
    height: 540px;
    position: relative;
    background-color: #212121;
    background-position: 50%;
    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: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .45) 50%, transparent)
}

.jeg_slider_type_2 .jeg_caption_container {
    padding: 0;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    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%);
    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 .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s
}

.jeg_slider_type_2:hover .owl-dots {
    opacity: 1
}

.jeg_slider_type_2 .owl-dot {
    display: block;
    zoom: 1
}

.jeg_slider_type_2 .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px 0;
    border-radius: 20px;
    background: 0 0;
    border: 2px solid #fff;
    transition: .3s
}

.jeg_slider_type_2 .owl-dots .owl-dot.active span, .jeg_slider_type_2 .owl-dots .owl-dot:hover span {
    background: #fff
}

.jeg_slider_type_3 .jeg_caption_container {
    opacity: 0;
    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.owl-carousel .owl-nav div {
    color: #fff;
    width: 30px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s linear;
    border: 0;
    opacity: 0
}

.jeg_slider_type_3 .owl-nav div:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    opacity: 1
}

.jeg_slider_type_3 .owl-nav .owl-next {
    right: 0
}

.jeg_slider_type_3 .owl-nav .owl-prev {
    left: 0
}

.jeg_slider_type_3 .owl-nav div:before {
    display: block;
    position: absolute;
    top: 50%;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jeg_slider_type_3 .owl-prev:before {
    content: "\F053"
}

.jeg_slider_type_3 .owl-next:before {
    content: "\F054"
}

.jeg_slider_type_3:hover .owl-next, .jeg_slider_type_3:hover .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: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 1200px) {
    .elementor-element.elementor-section-stretched .jeg_slider_type_4 .jeg_slide_item, .jeg_vc_content .vc_row[data-vc-stretch-content=true] .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);
    transform: scale(.8);
    transition: .4s ease-in-out .2s
}

.jeg_slider_type_4 .active .jeg_caption_container {
    -webkit-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%);
    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 hsla(0, 0%, 100%, .7);
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    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_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: hsla(0, 0%, 100%, .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: 20px
}

.jeg_block_title {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    float: left
}

.jeg_block_title a {
    color: inherit
}

.jeg_block_title i, .jeg_block_title span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 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_footer .widget_jnews_module_element_header, .widget.widget_jnews_module_element_header {
    margin-bottom: 0
}

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

.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, .jeg_block_heading_8 .okayNav__menu-toggle {
    height: 30px !important;
    line-height: 30px !important
}

.jeg_block_heading_8 .okayNav__menu-toggle {
    width: 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_1, .dark .jeg_block_heading_2, .dark .jeg_block_heading_5 .jeg_block_title span:after, .dark .jeg_block_heading_5 .jeg_block_title span:before, .dark.jeg_block_heading_1, .dark.jeg_block_heading_2, .dark.jeg_block_heading_5 .jeg_block_title span:after, .dark.jeg_block_heading_5 .jeg_block_title span:before {
    border-color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .2)
}

.jeg_subcat {
    display: block;
    float: left;
    margin-left: 1em
}

.jeg_subcat .okayNav__menu-toggle {
    width: 30px
}

.jeg_subcat_list, .jeg_subcat_list > li {
    display: inline-block;
    vertical-align: top
}

.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;
    transition: all .25s 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_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
}

.jeg_pl_lg_2, .jeg_pl_lg_3 {
    margin-bottom: 30px;
    overflow: hidden
}

.jeg_pl_lg_2 .jeg_thumb, .jeg_pl_lg_3 .jeg_thumb {
    width: 360px
}

.jeg_pl_lg_2 .jeg_thumb {
    float: left;
    margin-right: 30px
}

.jeg_pl_lg_3 .jeg_thumb {
    float: right;
    margin-left: 30px
}

.jeg_pl_lg_2 .jeg_thumb .jeg_post_category, .jeg_pl_lg_3 .jeg_thumb .jeg_post_category {
    top: 10px;
    bottom: auto
}

.jeg_pl_lg_2 .jeg_postblock_content, .jeg_pl_lg_3 .jeg_postblock_content {
    overflow: hidden
}

.jeg_pl_lg_2 .jeg_post_title, .jeg_pl_lg_3 .jeg_post_title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px
}

.jeg_pl_lg_2 .jeg_readmore, .jeg_pl_lg_3 .jeg_readmore {
    margin-bottom: 5px
}

.jeg_pl_lg_4 {
    margin-bottom: 50px
}

.jeg_pl_lg_4 .jeg_post_title {
    font-size: 26px;
    font-weight: 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_pl_lg_5 {
    margin-bottom: 30px
}

.jeg_pl_lg_5 .jeg_post_title {
    font-weight: 700;
    margin-bottom: 10px
}

.jeg_pl_lg_6 {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.jeg_pl_lg_6:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.jeg_pl_lg_6 .jeg_post_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px
}

.jeg_pl_lg_6 .jeg_thumb {
    width: 300px;
    float: right;
    margin-left: 30px
}

.jeg_pl_lg_7 {
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #eee;
    overflow: visible
}

.jeg_pl_lg_7 .jeg_postblock_content {
    background: #fff;
    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_pl_lg_8:not(:last-of-type) {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.jeg_pl_lg_8 .jeg_post_title {
    font-size: 24px;
    font-weight: 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 0
}

.jeg_pl_lg_8 .jeg_thumb img {
    width: 100%
}

.jeg_pl_lg_8 .jeg_share_button {
    margin: 15px 0 20px
}

.jeg_pl_lg_8 .jeg_post_meta a {
    font-weight: 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_pl_lg_9 {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}

.jeg_pl_lg_9 .jeg_postblock_heading {
    margin-bottom: 20px;
    text-align: center
}

.jeg_pl_lg_9 .jeg_post_title {
    font-size: 34px;
    letter-spacing: -.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
}

.jeg_meta_footer .jeg_post_share a {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    transition: .2s
}

.jeg_pl_lg_card {
    margin-bottom: 40px;
    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 0;
    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_pl_md_card {
    margin-bottom: 40px;
    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 0;
    margin: -50px 15px 0;
    position: relative;
    z-index: 3
}

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

.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_pl_lg_box, .jeg_pl_md_box {
    margin-bottom: 30px
}

.jeg_pl_lg_box .box_wrap, .jeg_pl_md_box .box_wrap {
    position: relative;
    overflow: hidden
}

.jeg_pl_lg_box .jeg_thumb img, .jeg_pl_md_box .jeg_thumb img {
    width: 100%
}

.jeg_pl_lg_box .jeg_postblock_content, .jeg_pl_md_box .jeg_postblock_content {
    padding: 20px 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 70%)
}

.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;
    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_pl_md_1 {
    margin-bottom: 30px
}

.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_pl_md_2, .jeg_pl_md_3 {
    margin-bottom: 30px;
    overflow: hidden
}

.jeg_pl_md_2 .jeg_thumb, .jeg_pl_md_3 .jeg_thumb {
    width: 150px
}

.jeg_pl_md_2 .jeg_thumb {
    float: left;
    margin-right: 30px
}

.jeg_pl_md_3 .jeg_thumb {
    float: right;
    margin-left: 30px
}

.jeg_pl_md_2 .jeg_postblock_content, .jeg_pl_md_3 .jeg_postblock_content {
    overflow: hidden
}

.jeg_pl_md_2 .jeg_post_title, .jeg_pl_md_3 .jeg_post_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px
}

.jeg_pl_md_4 {
    margin-bottom: 40px
}

.jeg_pl_md_4 .jeg_thumb {
    margin-bottom: 15px
}

.jeg_pl_md_4 .jeg_post_title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 5px
}

.jeg_pl_md_5 {
    margin-bottom: 30px
}

.jeg_pl_md_5 .jeg_post_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px
}

.jeg_pl_md_5 .jeg_thumb {
    margin-bottom: 10px
}

.jeg_pl_sm {
    margin-bottom: 25px;
    overflow: hidden
}

.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_pl_sm_2 {
    margin-bottom: 20px
}

.jeg_pl_sm_2:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 50px;
    border-bottom: 1px solid #eee
}

.jeg_pl_sm_2 .jeg_post_category {
    margin-bottom: 5px
}

.jeg_pl_sm_2 .jeg_post_category a {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.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_pl_xs {
    margin: 0 0 12px
}

.jeg_pl_xs .jeg_postblock_content {
    position: relative;
    overflow: hidden;
    line-height: 1.4
}

.jeg_pl_xs .jeg_post_title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline;
    margin-right: 5px;
    letter-spacing: normal
}

.jeg_pl_xs .jeg_post_meta {
    display: inline
}

.jeg_pl_xs_2 {
    margin: 0 0 15px;
    padding-left: 18px
}

.jeg_pl_xs_2, .jeg_pl_xs_2 .jeg_postblock_content {
    position: relative
}

.jeg_pl_xs_2:before {
    color: #f70d28;
    position: absolute;
    left: 0;
    top: 0;
    content: "\F0DA";
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jeg_pl_xs_2 .jeg_post_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429em;
    margin: 0 0 .5em;
    letter-spacing: normal
}

.jeg_pl_xs_3 {
    overflow: hidden;
    margin-bottom: 20px
}

.jeg_pl_xs_3 .jeg_post_title {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 5px;
    letter-spacing: normal
}

.jeg_pl_xs_3 .jeg_thumb {
    float: left;
    width: 75px
}

.jeg_pl_xs_3 .jeg_postblock_content {
    margin-left: 75px;
    padding-left: 15px
}

.jeg_pl_xs_4 {
    margin: 0 0 10px
}

.jeg_pl_xs_4 .jeg_postblock_content {
    position: relative;
    padding: 0 0 0 14px
}

.jeg_pl_xs_4 .jeg_postblock_content:before {
    color: #f70d28;
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 0;
    content: "\F0DA";
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jeg_pl_xs_4 .jeg_post_title {
    font-size: 1em;
    font-weight: 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;
    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_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, .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)
    }
}

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

.jeg_postblock {
    margin-bottom: 20px;
    position: relative
}

.jeg_post_title a {
    color: #212121;
    transition: color .2s
}

.jeg_postblock .jeg_post_title a:hover, .jeg_sidefeed .jeg_pl_xs_3 .jeg_post_title a:hover, .widget_jnews_popular .jeg_post_title a:hover {
    color: #f70d28
}

.jeg_post_excerpt {
    font-size: 14px;
    line-height: 1.6
}

.jeg_post_excerpt p {
    margin-bottom: 1em
}

.jeg_post_excerpt p:last-of-type {
    margin-bottom: 0
}

.jeg_post_meta {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    margin-bottom: 7px
}

.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;
    margin-right: 10px
}

.jeg_post_category a:last-child {
    margin-right: 0
}

.jeg_pl_lg_1 .jeg_review_stars, .jeg_pl_lg_4 .jeg_review_stars, .jeg_pl_lg_6 .jeg_review_stars, .jeg_pl_lg_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
}

.jeg_meta_date a {
    font-weight: 400
}

.jeg_meta_author a {
    color: #f70d28
}

.jeg_post_meta .fa {
    color: #2e9fff
}

.jeg_post_meta > div {
    display: inline-block;
    font-size: 14px
}

.jeg_post_meta > div:not(:last-of-type) {
    margin-right: 6px
}

.jeg_post_meta > div > .fa {
    margin-right: 2px;
    margin-left: 1px
}

.jeg_readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 11px;
    margin-top: 15px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all .3s ease;
    white-space: nowrap
}

.jeg_readmore:hover {
    color: #fff;
    background: #f70d28;
    border-color: #f70d28
}

.jeg_thumb, .thumbnail-container {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.thumbnail-container {
    display: block;
    height: 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
}

.thumbnail-background > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    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: 1;
    object-fit: cover;
    object-position: center
}

.thumbnail-container:after {
    content: "";
    opacity: 1;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

.lazyloaded, .thumbnail-background > div.lazyloaded {
    opacity: 1 !important;
    transition: opacity .4s ease
}

.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;
    transition: .2s
}

.jeg_post_category span {
    display: inline-block;
    line-height: 1
}

.jeg_block_navigation {
    position: relative
}

.navigation_overlay {
    position: relative;
    height: 48px;
    display: none
}

.jeg_block_nav {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    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;
    transition: .2s ease
}

.jeg_block_nav .prev {
    margin-right: 2px
}

.jeg_block_nav a:not(.disabled):hover {
    background: #f5f5f5
}

.jeg_block_nav a.disabled {
    color: #a0a0a0;
    border-color: #eee
}

.jeg_block_nav.inactive {
    display: none
}

.jeg_block_loadmore {
    padding: 5px 0 20px;
    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;
    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;
    transition: .2s ease;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.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: hidden;
    height: auto
}

.jeg_postblock.loaded .jeg_block_container {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.jeg_postblock.loaded.subclass .jeg_block_container {
    -webkit-animation-name: s;
    animation-name: s
}

.jeg_postblock.loaded.next .jeg_block_container {
    -webkit-animation-name: q;
    animation-name: q
}

.jeg_postblock.loaded.prev .jeg_block_container {
    -webkit-animation-name: r;
    animation-name: r
}

.jeg_postblock.loaded.more .jeg_ajax_loaded, .jeg_postblock.loaded.scroll .jeg_ajax_loaded {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: s;
    animation-name: s
}

.jeg_postblock.loaded.more .anim_1, .jeg_postblock.loaded.scroll .anim_1 {
    -webkit-animation-delay: .05s
}

.jeg_postblock.loaded.more .anim_2, .jeg_postblock.loaded.scroll .anim_2 {
    -webkit-animation-delay: .15s
}

.jeg_postblock.loaded.more .anim_3, .jeg_postblock.loaded.scroll .anim_3 {
    -webkit-animation-delay: .25s
}

.jeg_postblock.loaded.more .anim_4, .jeg_postblock.loaded.scroll .anim_4 {
    -webkit-animation-delay: .35s
}

.jeg_postblock.loaded.more .anim_5, .jeg_postblock.loaded.scroll .anim_5 {
    -webkit-animation-delay: .45s
}

.jeg_postblock.loaded.more .anim_6, .jeg_postblock.loaded.scroll .anim_6 {
    -webkit-animation-delay: .55s
}

.jeg_postblock.loaded.more .anim_7, .jeg_postblock.loaded.scroll .anim_7 {
    -webkit-animation-delay: .65s
}

.jeg_postblock.loaded.more .anim_8, .jeg_postblock.loaded.scroll .anim_8 {
    -webkit-animation-delay: .75s
}

.jeg_postblock.loaded.more .anim_9, .jeg_postblock.loaded.scroll .anim_9 {
    -webkit-animation-delay: .85s
}

.jeg_postblock.loaded.more .anim_10, .jeg_postblock.loaded.scroll .anim_10 {
    -webkit-animation-delay: .95s
}

.jeg_postblock.loaded.more .anim_11, .jeg_postblock.loaded.scroll .anim_11 {
    -webkit-animation-delay: 10.05s
}

.jeg_postblock.loaded.more .anim_12, .jeg_postblock.loaded.scroll .anim_12 {
    -webkit-animation-delay: 10.15s
}

.jeg_postblock.loaded.more .anim_13, .jeg_postblock.loaded.scroll .anim_13 {
    -webkit-animation-delay: 10.25s
}

.jeg_postblock.loaded.more .anim_14, .jeg_postblock.loaded.scroll .anim_14 {
    -webkit-animation-delay: 10.35s
}

.jeg_postblock.loaded.more .anim_15, .jeg_postblock.loaded.scroll .anim_15 {
    -webkit-animation-delay: 10.45s
}

.jeg_postblock.loaded.more .anim_16, .jeg_postblock.loaded.scroll .anim_16 {
    -webkit-animation-delay: 10.55s
}

.jeg_postblock.loaded.more .anim_17, .jeg_postblock.loaded.scroll .anim_17 {
    -webkit-animation-delay: 10.65s
}

.jeg_postblock.loaded.more .anim_18, .jeg_postblock.loaded.scroll .anim_18 {
    -webkit-animation-delay: 10.75s
}

.jeg_postblock.loaded.more .anim_19, .jeg_postblock.loaded.scroll .anim_19 {
    -webkit-animation-delay: 10.85s
}

.jeg_postblock.loaded.more .anim_20, .jeg_postblock.loaded.scroll .anim_20 {
    -webkit-animation-delay: 1.95s
}

.jeg_postblock.loaded.more .anim_21, .jeg_postblock.loaded.scroll .anim_21 {
    -webkit-animation-delay: 20.05s
}

.jeg_postblock.loaded.more .anim_22, .jeg_postblock.loaded.scroll .anim_22 {
    -webkit-animation-delay: 20.15s
}

.jeg_postblock.loaded.more .anim_23, .jeg_postblock.loaded.scroll .anim_23 {
    -webkit-animation-delay: 20.25s
}

.jeg_postblock.loaded.more .anim_24, .jeg_postblock.loaded.scroll .anim_24 {
    -webkit-animation-delay: 20.35s
}

.jeg_postblock.loaded.more .anim_25, .jeg_postblock.loaded.scroll .anim_25 {
    -webkit-animation-delay: 20.45s
}

.jeg_postblock.loaded.more .anim_26, .jeg_postblock.loaded.scroll .anim_26 {
    -webkit-animation-delay: 20.55s
}

.jeg_postblock.loaded.more .anim_27, .jeg_postblock.loaded.scroll .anim_27 {
    -webkit-animation-delay: 20.65s
}

.jeg_postblock.loaded.more .anim_28, .jeg_postblock.loaded.scroll .anim_28 {
    -webkit-animation-delay: 20.75s
}

.jeg_postblock.loaded.more .anim_29, .jeg_postblock.loaded.scroll .anim_29 {
    -webkit-animation-delay: 20.85s
}

.jeg_postblock.loaded.more .anim_30, .jeg_postblock.loaded.scroll .anim_30 {
    -webkit-animation-delay: 2.95s
}

.jeg_postblock_11 .jeg_block_loadmore, .jeg_postblock_11 .jeg_block_nav, .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_14, .jeg_postblock_15, .jeg_postblock_15 .jeg_block_loadmore, .jeg_postblock_15 .jeg_block_nav, .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;
    overflow: hidden
}

.jeg_postblock_2 .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -30px
}

.jeg_postblock_2 .jeg_pl_sm {
    float: left;
    width: 50%;
    padding-right: 30px
}

.jeg_postblock_8 .jeg_posts_wrap {
    position: relative;
    overflow: hidden
}

.jeg_postblock_8 .jeg_posts {
    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;
    overflow: hidden
}

.jeg_postblock_9 .jeg_posts {
    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;
    overflow: hidden
}

.jeg_postblock_11 .jeg_posts {
    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 {
    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;
    overflow: hidden
}

.jeg_postblock_15 .jeg_posts {
    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;
    columns: 2 340px;
    -webkit-column-gap: 40px;
    column-gap: 40px
}

.jeg_postblock_16 .jeg_pl_xs_2 {
    page-break-inside: avoid;
    margin-bottom: 5px
}

.jeg_postblock_20 .jeg_pl_sm, .jeg_postblock_22 {
    margin-bottom: 15px
}

.jeg_postblock_22:not(.jeg_col_1o3) .jeg_block_nav {
    margin-bottom: 20px
}

.jeg_postblock_22 .jeg_posts_wrap {
    position: relative;
    overflow: hidden
}

.jeg_postblock_22 .jeg_posts {
    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
}

.jeg_postblock_23 .jeg_posts_wrap {
    position: relative;
    overflow: hidden
}

.jeg_postblock_23 .jeg_posts {
    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
}

.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px
}

.jeg_postblock_24.jeg_pagination_loadmore .jeg_pl_xs_4:last-child .jeg_postblock_content, .jeg_postblock_24.jeg_pagination_nextprev .jeg_pl_xs_4:last-child .jeg_postblock_content {
    border-bottom: 0
}

.jeg_postblock_25 .jeg_post {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 20px
}

.jeg_postblock_25 .jeg_post:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.jeg_postblock_25 .jeg_postblock_heading {
    margin-bottom: 15px
}

.jeg_postblock_25 .jeg_post_title {
    font-size: 24px;
    font-weight: 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 {
        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_28.jeg_col_2o3 .jeg_block_navigation, .jeg_postblock_28.jeg_col_3o3 .jeg_block_navigation, .jeg_postblock_29.jeg_col_2o3 .jeg_block_navigation, .jeg_postblock_29.jeg_col_3o3 .jeg_block_navigation {
    margin-top: 10px
}

.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 .owl-carousel .owl-nav {
    margin-top: 15px
}

.jeg_postblock_carousel_1 .jeg_block_heading_6 + .owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    margin-top: 0
}

.jeg_postblock_carousel_1 [data-margin="0"] .jeg_postblock_content {
    padding: 0 10px
}

.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;
    transition: .35s;
    z-index: 1;
    pointer-events: none
}

.jeg_postblock_carousel_2 .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);
    transform: translate3d(0, 1em, 0);
    transition: transform .35s
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_postblock_content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jeg_postblock_carousel_2 .jeg_thumb .thumbnail-container {
    transition: .35s
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_thumb .thumbnail-container {
    -webkit-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;
    transition: .2s
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_post .jeg_thumb:after {
    opacity: 0
}

.jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 18px;
    font-weight: 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);
    transform: translate3d(0, 1em, 0);
    transition: .3s
}

.jeg_postblock_carousel_2 .owl-item:hover .jeg_post_meta, .jeg_postblock_carousel_2 .owl-item:hover .jeg_post_review {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 .owl-carousel .owl-nav {
    margin-top: 0
}

.jeg_postblock_carousel_2 .owl-carousel .owl-nav div {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    border: 2px solid #fff;
    opacity: .7
}

.jeg_postblock_carousel_2 .owl-carousel .owl-nav div:hover {
    background: 0 0;
    border-color: #fff;
    opacity: 1
}

.jeg_postblock_carousel_2 .owl-carousel .owl-next {
    right: 20px;
    text-align: left
}

.jeg_postblock_carousel_2 .owl-carousel .owl-prev {
    left: 20px;
    text-align: right
}

.jeg_postblock_carousel_2 .owl-carousel .owl-prev:before {
    content: "\F177";
    margin-right: -2px
}

.jeg_postblock_carousel_2 .owl-carousel .owl-next:before {
    content: "\F178";
    margin-left: -2px
}

.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 .owl-nav > div {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.jeg_postblock_carousel_3 .owl-nav .owl-next {
    left: auto;
    right: 0
}

.jeg_heropost_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.jeg_heropost_1 > div {
    padding: 0 15px
}

.jeg_heropost_1 .jeg_postbig {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2
}

.jeg_heropost_1 .jeg_postsmall.left {
    width: 25%;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1
}

.jeg_heropost_1 .jeg_postsmall.right {
    width: 25%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-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
}

.jeg_block_container {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.jeg_hero_empty .jeg_block_container {
    background: #ddd
}

.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: 16px;
    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;
    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: linear-gradient(90deg, #212121, #313131 20%, #222 40%, #212121)
}

.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: calc(100% + 50px);
    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: translateZ(0);
    transform: translateZ(0)
}

.jeg_hero_style_1 .jeg_thumb a > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    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: hsla(0, 0%, 100%, .15);
    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);
    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);
    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: translateZ(0);
    transform: translateZ(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 {
    background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    opacity: .5
}

.jeg_hero_style_2 .jeg_thumb a > div:after, .jeg_hero_style_2 .jeg_thumb a > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.jeg_hero_style_2 .jeg_thumb a > div:after {
    background: #b3ffab;
    background: linear-gradient(270deg, #b3ffab, #12fff7);
    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: calc(100% + 50px);
    transition: transform .35s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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: linear-gradient(165deg, #000, rgba(0, 0, 0, .5) 65%, transparent);
    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: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .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 {
    margin: 25px 25px 5px
}

.jeg_hero_style_3 .jeg_post_category, .jeg_hero_style_3 .jeg_post_info {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: transform .35s
}

.jeg_hero_style_3 .jeg_post_info {
    bottom: auto;
    margin: 0 25px
}

.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: hsla(0, 0%, 100%, .25);
    z-index: 2
}

.jeg_hero_style_5 .jeg_thumb a > div:after {
    opacity: .7;
    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 {
    transition: 1.5s
}

.jeg_hero_style_5 .jeg_post:hover .jeg_thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    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: linear-gradient(45deg, #1a237e, #d84315)
}

.jeg_hero_style_5 .jeg_hero_item_2 .jeg_thumb a > div:after {
    background: #004d40;
    background: linear-gradient(45deg, #004d40, #827717)
}

.jeg_hero_style_5 .jeg_hero_item_3 .jeg_thumb a > div:after {
    background: #0d47a1;
    background: linear-gradient(45deg, #0d47a1, #00897b)
}

.jeg_hero_style_5 .jeg_hero_item_4 .jeg_thumb a > div:after {
    background: #311b92;
    background: linear-gradient(45deg, #311b92 1%, #c2185b)
}

.jeg_hero_style_5 .jeg_hero_item_5 .jeg_thumb a > div:after {
    background: #827717;
    background: linear-gradient(45deg, #827717, #bf360c)
}

.jeg_hero_style_5 .jeg_hero_item_6 .jeg_thumb a > div:after {
    background: #0288d1;
    background: linear-gradient(135deg, #0288d1, #ffa000)
}

.jeg_hero_style_5 .jeg_hero_item_7 .jeg_thumb a > div:after {
    background: #5d4037;
    background: linear-gradient(45deg, #5d4037, #512da8)
}

.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: "\2013";
    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: hsla(0, 0%, 100%, .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
}

.jeg_hero_style_7 .jeg_post_meta a {
    color: #53585c
}

.jeg_hero_style_7 .jeg_post_category a {
    position: absolute;
    top: 0
}

.jeg_hero_style_7 .jeg_post_meta, .jeg_hero_style_7 .jeg_post_meta .fa {
    color: #a0a0a0
}

.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: 40px;
    left: 40px;
    width: 50%
}

@media screen and (min-width: 768px) {
    .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_1 .jeg_postblock_content {
        bottom: 10px;
        left: 20px;
        right: 20px;
        width: auto
    }

    .jeg_heroblock_13.jeg_hero_style_4 .jeg_postblock_content {
        padding: 25px 30px 20px
    }

    .jeg_heroblock_13.jeg_col_3o3.jeg_hero_style_4 .jeg_post_info {
        width: 80%
    }

    .jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
        padding: 0 30px 30px
    }

    .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_2 .jeg_post_info, .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_3 .jeg_postblock_content, .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_5 .jeg_postblock_content, .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_6 .jeg_postblock_content, .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_7 .jeg_postblock_content {
        width: 70%
    }
}

.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
    bottom: 20px;
    left: 40px;
    right: 40px
}

.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
    width: 50%
}

.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
    top: 30px;
    left: 30px;
    width: 50%
}

.jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content, .jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
    width: 50%
}

.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    bottom: 40px;
    left: 40px;
    width: 45%;
    padding: 30px
}

.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
    margin: 20px 0 15px
}

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

.jeg_heroblock_skew .jeg_postblock_content, .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_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_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);
    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: 50%;
    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: hsla(0, 0%, 100%, .3);
    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;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    transition: .2s ease
}

.jeg_blocklink:hover a {
    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 .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post:last-child, .widget .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post:nth-last-child(2), .widget_jnews_recent_news .jeg_postblock .jeg_post: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;
    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;
    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;
    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;
    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
}

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

.jnews_content_bottom_ads {
    margin: 30px auto
}

.jeg_ad_sidecontent {
    display: block !important;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.jeg_ad_module {
    margin-bottom: 40px
}

.jeg_ad_module:empty {
    display: none
}

.jnews_header_top_ads {
    position: relative;
    background: #f5f5f5;
    z-index: 9999
}

.jnews_archive_above_content_ads > .ads-wrapper > *, .jnews_archive_above_hero_ads > .ads-wrapper > *, .jnews_archive_below_hero_ads > .ads-wrapper > *, .jnews_article_top_ads > .ads-wrapper > * {
    padding-bottom: 30px
}

.jeg_single_tpl_9 .jnews_article_top_ads > * {
    padding-top: 20px;
    padding-bottom: 20px
}

.jeg_ad_article .align-center {
    margin: 1em 0
}

.jeg_ad_article .align-right {
    float: right;
    padding: 10px 0 10px 30px
}

.jeg_ad_article .align-left {
    float: left;
    padding: 10px 30px 10px 0
}

.bgads {
    position: fixed
}

.bgads, .bgads a {
    width: 100%;
    height: 100%
}

.bgads a {
    display: block
}

.jnews_mobile_sticky_ads > * {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #dbdbdb;
    text-align: center;
    line-height: 1
}

.jnews_mobile_sticky_ads > .ads-wrapper > * {
    padding: 10px
}

@media (min-width: 1198px) {
    .jeg_ads_hide_desktop {
        display: none
    }
}

@media (max-width: 1199px) and (min-width: 766px) {
    .jeg_ads_hide_tab {
        display: none
    }
}

@media (max-width: 767px) {
    .jeg_ads_hide_phone {
        display: none
    }
}

.widget {
    margin-bottom: 40px
}

.jeg_tabpost_nav {
    display: block;
    overflow: hidden
}

.jeg_tabpost_nav li {
    float: left;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    width: 33.333333333%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all .2s ease
}

.jeg_tabpost_nav li:last-child {
    border-right: 1px solid #eee
}

.jeg_tabpost_nav li:hover {
    color: #212121;
    background: #fafafa
}

.jeg_tabpost_nav li.active {
    border-bottom-color: #f70d28;
    color: #212121
}

.jeg_tabpost_content {
    padding-top: 30px
}

.jeg_tabpost_content .jeg_tabpost_item {
    display: none
}

.jeg_tabpost_content .jeg_tabpost_item.active {
    display: block
}

.widget_search .jeg_search_form {
    position: relative
}

.widget_search .jeg_search_input {
    padding-right: 50px
}

.widget_search .jeg_search_button {
    width: 40px;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1em;
    letter-spacing: normal
}

.widget_archive li, .widget_meta li, .widget_pages li, .widget_recent_entries li, .widget_rss li {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 .5em;
    list-style: none;
    position: relative
}

.widget_archive li a, .widget_meta li a, .widget_pages li a, .widget_recent_entries li a, .widget_rss li a {
    color: #212121
}

.widget_archive li a:hover, .widget_meta li a:hover, .widget_pages li a:hover, .widget_recent_entries li a:hover, .widget_rss li a:hover {
    color: #f70d28
}

.widget_recent_entries ul li, .widget_rss ul li {
    margin-bottom: 12px
}

.widget_rss .rss-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0
}

.widget_rss .rssSummary {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin: 5px 0
}

.widget_rss cite {
    display: block;
    font-size: 12px;
    color: #f70d28
}

.jeg_footer .footer_dark .widget_rss cite, .jeg_footer.dark .widget_rss cite {
    color: hsla(0, 0%, 100%, .8)
}

.widget_categories li, .widget_nav_menu li, .widget_polylang li {
    margin: 0;
    list-style: none;
    color: #a0a0a0;
    border-top: 1px solid #eee;
    position: relative;
    line-height: 1.8em;
    padding: 6px 0
}

.widget.widget_categories li {
    text-align: right
}

.widget.widget_categories a {
    float: left;
    text-align: left
}

.widget.widget_categories li:after {
    clear: both;
    content: "";
    display: table
}

.widget_categories > ul > li:first-child, .widget_nav_menu .menu > li:first-child, .widget_polylang li:first-child {
    border-top: 0;
    padding-top: 0
}

.widget_categories li a {
    text-transform: uppercase
}

.widget_categories li a, .widget_nav_menu li a, .widget_polylang li a {
    color: #212121;
    display: inline-block;
    font-weight: 700
}

.widget_categories li a:hover, .widget_polylang li a:hover {
    color: #f70d28
}

.widget_categories li span {
    position: absolute;
    right: 0;
    top: 5px
}

.widget_categories li ul, .widget_nav_menu li ul {
    padding-top: 6px
}

.widget_categories li li, .widget_nav_menu li li {
    font-size: 12px;
    padding: 3px 0 3px 20px;
    border-style: dotted
}

.widget_categories li.current-cat > a {
    color: #f70d28
}

.widget_categories li.current-cat ul {
    display: block
}

.widget.widget_categories .chosen-container li {
    text-align: left
}

.widget_polylang li img {
    margin: 0 4px 2px 0
}

.jeg_footer .widget_categories > ul {
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.footer_column.col-md-2 .widget_categories > ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.jeg_footer .widget_categories li {
    border-top: 0;
    margin: 0;
    padding: 0 0 10px;
    line-height: normal;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.jeg_footer .widget_categories li a {
    padding: 0;
    text-transform: capitalize
}

.jeg_footer .widget_categories li span {
    font-size: .9em;
    position: relative;
    top: 0
}

.jeg_footer .col-md-3 .widget_categories > ul, .jeg_footer .vc_col-sm-3 .widget_categories > ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.jeg_footer .widget_nav_menu li {
    border: 0;
    line-height: normal;
    padding: 0 0 10px
}

.widget_tag_cloud a {
    font-size: 11px !important;
    letter-spacing: 1px;
    line-height: inherit;
    background: #f5f5f5;
    padding: 3px 10px;
    color: #616161;
    display: inline-block;
    margin: 0 3px 6px 0;
    text-decoration: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all .2s linear
}

.widget_tag_cloud a:hover {
    color: #fff;
    background: #f70d28
}

.widget_calendar .calendar_wrap {
    border: 1px solid #e0e0e0
}

.widget_calendar caption {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 0;
    color: #616161;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0
}

.widget_calendar table {
    border: 0;
    width: 100%;
    border-collapse: collapse
}

.widget_calendar thead {
    border-bottom: 1px solid #e0e0e0
}

.widget_calendar thead th {
    font-size: 12px;
    font-weight: 700;
    color: #53585c;
    padding: 10px 0;
    text-align: center
}

.widget_calendar tbody td {
    text-align: center;
    color: #a0a0a0;
    font-size: 13px
}

.widget_calendar tbody tr:nth-child(2n) {
    background: #f7f7f7
}

.widget_calendar tbody td#today {
    color: #212121;
    font-weight: bolder
}

.widget_calendar tbody tr {
    background: 0 0
}

.widget_calendar tbody td {
    padding: 10px 0
}

.widget_calendar tbody .pad {
    background: 0 0
}

.widget_calendar tbody a {
    color: #555;
    display: block
}

.widget_calendar tbody a:hover {
    color: #000
}

.widget_calendar tfoot {
    border-top: 1px solid #e0e0e0
}

.widget_calendar tfoot td {
    text-transform: uppercase;
    border: 0;
    font-size: 12px;
    padding: 10px
}

.widget_calendar tfoot a {
    font-weight: 700;
    color: #53585c
}

.widget_calendar #prev {
    text-align: left
}

.widget_calendar #next {
    text-align: right
}

.jeg_footer .widget_calendar .calendar_wrap {
    background: #fff
}

.jeg_footer .footer_dark .widget_calendar .calendar_wrap, .jeg_footer.dark .widget_calendar .calendar_wrap {
    background: hsla(0, 0%, 100%, .05);
    border: none
}

.jeg_footer .footer_dark .widget_calendar caption, .jeg_footer.dark .widget_calendar caption {
    background: hsla(0, 0%, 100%, .12);
    color: #fff;
    border: 0
}

.jeg_footer .footer_dark .widget_calendar thead, .jeg_footer.dark .widget_calendar thead {
    border-color: hsla(0, 0%, 100%, .05)
}

.jeg_footer .footer_dark .widget_calendar tbody td#today, .jeg_footer .footer_dark .widget_calendar thead th, .jeg_footer.dark .widget_calendar tbody td#today, .jeg_footer.dark .widget_calendar thead th {
    color: #fff
}

.jeg_footer .footer_dark .widget_calendar tbody tr:nth-child(2n), .jeg_footer.dark .widget_calendar tbody tr:nth-child(2n) {
    background: hsla(0, 0%, 100%, .05)
}

.jeg_footer .footer_dark .widget_calendar tfoot, .jeg_footer.dark .widget_calendar tfoot {
    border: 0
}

.jeg_ad_widget .ad_container {
    padding: 15px 0;
    border: 1px solid #eee
}

.jeg_sidebar .mc4wp-form, .widget .mc4wp-form {
    padding: 20px 25px;
    background: #f7f7f7;
    border: 1px solid #eee
}

.mc4wp-form .h3 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 0
}

.mc4wp-form-fields p {
    position: relative;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mc4wp-form-fields p:last-of-type {
    margin-bottom: 0
}

.mc4wp-form input[type=submit] {
    width: 100%
}

.mc4wp-form input + input[type=submit] {
    width: auto
}

.mc4wp-response p {
    margin: 0 !important
}

.mc4wp-alert {
    padding: 6px 10px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 1.5;
    margin: .5em 0;
    border: 1px solid #e0e0e0
}

.mc4wp-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.mc4wp-form .jeg_mc4wp_heading {
    margin-bottom: 1em
}

.jeg_main_content .mc4wp-form {
    padding: 30px;
    margin-bottom: 40px;
    border: 6px solid #eee
}

.jeg_main_content .mc4wp-form .mc4wp-form-fields {
    max-width: 640px;
    margin: auto
}

.jeg_main_content .mc4wp-form .h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0
}

.jeg_main_content .mc4wp-form input[type=email], .jeg_main_content .mc4wp-form input[type=text] {
    font-size: 16px
}

.jeg_main_content .mc4wp-form input[type=email]:not(:only-child) {
    width: 70%
}

.jeg_main_content .mc4wp-form input + input[type=submit] {
    width: 25%;
    right: auto;
    margin-left: 15px;
    vertical-align: top
}

.jeg_inline_subscribeform .mc4wp-form {
    padding: 0;
    margin-bottom: 0;
    border: 0
}

.jeg_inline_subscribeform .mc4wp-form .h3 {
    font-size: 16px;
    margin: 0 0 4px
}

.jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
    padding-right: 40px;
    max-width: 45%;
    margin-bottom: 0
}

.jeg_inline_subscribeform .mc4wp-form-fields {
    display: flex;
    max-width: none !important;
    align-items: center;
    justify-content: space-between
}

.jeg_inline_subscribeform .mc4wp-form-fields p {
    padding-right: 20px;
    flex-grow: 1;
    font-size: 14px;
    margin-bottom: 0
}

.jeg_inline_subscribeform .mc4wp-form-fields p:last-of-type {
    padding-right: 0
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.widget_jnews_about p {
    margin-bottom: 15px
}

.widget_jnews_about p:last-of-type {
    margin-bottom: 0
}

.jeg_about_widget .readmore {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px
}

.jeg_about_img {
    display: block;
    margin-bottom: 20px
}

.jeg_about_name {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700
}

.elementor-widget .jeg_about_name, .jeg_sidebar .widget_jnews_about .jeg_about_name, .widget .widget_jnews_about .jeg_about_name {
    background: #fff;
    font-weight: 400;
    margin: -50px 30px 0;
    padding: 10px
}

.jeg_about_title {
    color: #a0a0a0;
    font-style: italic;
    margin-top: -5px;
    position: relative
}

.jeg_about_autograph {
    display: block;
    margin: 15px 0
}

.circle .jeg_about_name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px
}

.circle .jeg_about_title {
    font-size: 13px
}

.circle .jeg_about_img img {
    border-radius: 100%;
    max-width: 240px
}

.socials_widget a {
    display: inline-block;
    margin: 0 10px 10px 0;
    text-decoration: none !important
}

.socials_widget a .fa {
    font-size: 1em;
    display: inline-block;
    width: 38px;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out
}

.socials_widget .fa {
    font-size: 16px
}

.socials_widget a:hover .fa {
    opacity: .75
}

.socials_widget span {
    display: inline-block;
    margin-left: .5em
}

.socials_widget.rounded a .fa {
    border-radius: 3px
}

.socials_widget.circle a .fa {
    border-radius: 100%
}

.socials_widget.nobg a {
    margin: 0 16px 15px 0
}

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

.socials_widget.nobg a .fa {
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: inherit;
    background: 0 0 !important
}

.socials_widget.monochrome a .fa {
    background: #212121
}

.socials_widget.nobg.monochrome a .fa {
    color: #212121
}

.socials_widget.vertical_social a {
    color: #212121;
    display: block;
    margin: 0 0 1em
}

.jeg_aligncenter .vertical_social {
    text-align: left
}

.socials_widget .jeg_rss .fa {
    background: #ff6f00
}

.socials_widget .jeg_facebook .fa {
    background: #45629f
}

.socials_widget .jeg_twitter .fa {
    background: #5eb2ef
}

.socials_widget .jeg_google-plus .fa {
    background: #df5443
}

.socials_widget .jeg_linkedin .fa {
    background: #0083bb
}

.socials_widget .jeg_instagram .fa {
    background: #125d8f
}

.socials_widget .jeg_pinterest .fa {
    background: #e02647
}

.socials_widget .jeg_behance .fa {
    background: #1e72ff
}

.socials_widget .jeg_dribbble .fa {
    background: #eb5590
}

.socials_widget .jeg_reddit .fa {
    background: #5f99cf
}

.socials_widget .jeg_stumbleupon .fa {
    background: #ff4e2e
}

.socials_widget .jeg_telegram .fa {
    background: #08c
}

.socials_widget .jeg_vimeo .fa {
    background: #a1d048
}

.socials_widget .jeg_github .fa {
    background: #313131
}

.socials_widget .jeg_flickr .fa {
    background: #f07
}

.socials_widget .jeg_tumblr .fa {
    background: #2d4862
}

.socials_widget .jeg_soundcloud .fa {
    background: #ffae00
}

.socials_widget .jeg_youtube .fa {
    background: #c61d23
}

.socials_widget .jeg_twitch .fa {
    background: #6441a5
}

.socials_widget .jeg_vk .fa {
    background: #3e5c82
}

.socials_widget .jeg_weibo .fa {
    background: #ae2c00
}

.socials_widget.nobg .jeg_rss .fa {
    color: #ff6f00
}

.socials_widget.nobg .jeg_facebook .fa {
    color: #45629f
}

.socials_widget.nobg .jeg_twitter .fa {
    color: #5eb2ef
}

.socials_widget.nobg .jeg_google-plus .fa {
    color: #df5443
}

.socials_widget.nobg .jeg_linkedin .fa {
    color: #0083bb
}

.socials_widget.nobg .jeg_instagram .fa {
    color: #125d8f
}

.socials_widget.nobg .jeg_pinterest .fa {
    color: #e02647
}

.socials_widget.nobg .jeg_behance .fa {
    color: #1e72ff
}

.socials_widget.nobg .jeg_dribbble .fa {
    color: #eb5590
}

.socials_widget.nobg .jeg_reddit .fa {
    color: #5f99cf
}

.socials_widget.nobg .jeg_stumbleupon .fa {
    color: #ff4e2e
}

.socials_widget.nobg .jeg_telegram .fa {
    color: #08c
}

.socials_widget.nobg .jeg_vimeo .fa {
    color: #a1d048
}

.socials_widget.nobg .jeg_github .fa {
    color: #313131
}

.socials_widget.nobg .jeg_flickr .fa {
    color: #f07
}

.socials_widget.nobg .jeg_tumblr .fa {
    color: #2d4862
}

.socials_widget.nobg .jeg_soundcloud .fa {
    color: #ffae00
}

.socials_widget.nobg .jeg_youtube .fa {
    color: #c61d23
}

.socials_widget.nobg .jeg_twitch .fa {
    color: #6441a5
}

.socials_widget.nobg .jeg_vk .fa {
    color: #3e5c82
}

.socials_widget.nobg .jeg_weibo .fa {
    color: #ae2c00
}

.jeg_socialcounter {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start
}

.jeg_socialcounter li {
    float: left;
    text-align: center;
    margin: 0
}

.jeg_socialcounter a {
    display: block;
    color: #53585c;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 6px 0;
    margin: 0 -1px -1px 0;
    transition: all .2s ease
}

.jeg_socialcounter li:hover a {
    background: #f7f7f7
}

.jeg_footer .footer_dark .jeg_socialcounter a, .jeg_footer.dark .jeg_socialcounter a {
    color: inherit;
    background: 0 0;
    box-shadow: none;
    border-color: #424242
}

.jeg_footer.dark .jeg_socialcounter li:hover a {
    background: hsla(0, 0%, 100%, .1)
}

.jeg_footer.dark .jeg_socialcounter a .fa {
    color: inherit
}

.jeg_socialcounter .fa {
    display: block;
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    margin: 6px auto 3px
}

.jeg_socialcounter li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.jeg_socialcounter li small {
    color: #a0a0a0;
    font-size: 11px;
    line-height: 1
}

.jeg_socialcounter .jeg_rss .fa {
    color: #ff6f00
}

.jeg_socialcounter .jeg_facebook .fa {
    color: #45629f
}

.jeg_socialcounter .jeg_twitter .fa {
    color: #5eb2ef
}

.jeg_socialcounter .jeg_google-plus .fa {
    color: #df5443
}

.jeg_socialcounter .jeg_linkedin .fa {
    color: #0083bb
}

.jeg_socialcounter .jeg_instagram .fa {
    color: #125d8f
}

.jeg_socialcounter .jeg_pinterest .fa {
    color: #e02647
}

.jeg_socialcounter .jeg_behance .fa {
    color: #1e72ff
}

.jeg_socialcounter .jeg_dribbble .fa {
    color: #eb5590
}

.jeg_socialcounter .jeg_reddit .fa {
    color: #5f99cf
}

.jeg_socialcounter .jeg_stumbleupon .fa {
    color: #ff4e2e
}

.jeg_socialcounter .jeg_telegram .fa {
    color: #08c
}

.jeg_socialcounter .jeg_vimeo .fa {
    color: #a1d048
}

.jeg_socialcounter .jeg_github .fa {
    color: #313131
}

.jeg_socialcounter .jeg_flickr .fa {
    color: #f07
}

.jeg_socialcounter .jeg_tumblr .fa {
    color: #2d4862
}

.jeg_socialcounter .jeg_soundcloud .fa {
    color: #ffae00
}

.jeg_socialcounter .jeg_youtube .fa {
    color: #c61d23
}

.jeg_socialcounter .jeg_vk .fa {
    color: #3e5c82
}

.jeg_socialcounter .jeg_weibo .fa {
    color: #ae2c00
}

.jeg_socialcounter .jeg_twitch .fa {
    color: #6441a5
}

.jeg_socialcounter .jeg_foursquare .fa {
    color: #2d5be3
}

.jeg_socialcounter .jeg_vine .fa {
    color: #00bf8f
}

.jeg_socialcounter.colored:not(.col1) {
    position: relative;
    margin-right: -2px
}

.jeg_socialcounter.colored:not(.col1) a {
    margin-right: 2px;
    margin-bottom: 2px
}

.jeg_socialcounter.colored a {
    border: 0;
    background: #212121;
    color: #fff;
    -webkit-backface-visibility: hidden
}

.jeg_socialcounter.colored a:hover {
    opacity: .75
}

.jeg_socialcounter.colored .fa, .jeg_socialcounter.colored li small {
    color: #fff
}

.jeg_socialcounter.colored .jeg_rss a {
    background-color: #ff6f00
}

.jeg_socialcounter.colored .jeg_facebook a {
    background-color: #45629f
}

.jeg_socialcounter.colored .jeg_twitter a {
    background-color: #5eb2ef
}

.jeg_socialcounter.colored .jeg_google-plus a {
    background-color: #df5443
}

.jeg_socialcounter.colored .jeg_linkedin a {
    background-color: #0083bb
}

.jeg_socialcounter.colored .jeg_instagram a {
    background-color: #125d8f
}

.jeg_socialcounter.colored .jeg_pinterest a {
    background-color: #e02647
}

.jeg_socialcounter.colored .jeg_behance a {
    background-color: #1e72ff
}

.jeg_socialcounter.colored .jeg_dribbble a {
    background-color: #eb5590
}

.jeg_socialcounter.colored .jeg_reddit a {
    background-color: #5f99cf
}

.jeg_socialcounter.colored .jeg_stumbleupon a {
    background-color: #ff4e2e
}

.jeg_socialcounter.colored .jeg_telegram a {
    background-color: #08c
}

.jeg_socialcounter.colored .jeg_vimeo a {
    background-color: #a1d048
}

.jeg_socialcounter.colored .jeg_github a {
    background-color: #313131
}

.jeg_socialcounter.colored .jeg_flickr a {
    background-color: #f07
}

.jeg_socialcounter.colored .jeg_tumblr a {
    background-color: #2d4862
}

.jeg_socialcounter.colored .jeg_soundcloud a {
    background-color: #ffae00
}

.jeg_socialcounter.colored .jeg_youtube a {
    background-color: #c61d23
}

.jeg_socialcounter.colored .jeg_vk a {
    background-color: #3e5c82
}

.jeg_socialcounter.colored .jeg_weibo a {
    background-color: #ae2c00
}

.jeg_socialcounter.colored .jeg_twitch a {
    background-color: #6441a5
}

.jeg_socialcounter.colored .jeg_foursquare a {
    background-color: #2d5be3
}

.jeg_socialcounter.colored .jeg_vine a {
    background-color: #00bf8f
}

.jeg_socialcounter.col1 li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 10px
}

.jeg_socialcounter.col1 li:last-child a {
    margin-bottom: 0
}

.jeg_socialcounter.col1 a {
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
}

.jeg_socialcounter.col1 .fa {
    float: left;
    width: 45px;
    font-size: 16px;
    height: auto;
    line-height: inherit;
    margin: 0;
    text-align: center
}

.jeg_socialcounter.col1 small, .jeg_socialcounter.col1 span {
    display: inline-block;
    font-size: inherit;
    margin-right: 5px
}

.jeg_socialcounter.col2 li {
    width: 50%
}

.jeg_socialcounter.col2 li:nth-last-child(-n+2) a {
    margin-bottom: 0
}

.jeg_socialcounter.col3 li {
    width: 33.333333333%
}

.jeg_socialcounter.col3 li:nth-last-child(-n+3) a {
    margin-bottom: 0
}

.jeg_socialcounter.col4 li {
    width: 25%
}

.jeg_socialcounter.col4 li:nth-last-child(-n+4) a {
    margin-bottom: 0
}

.popularpost_item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px
}

.popularpost_item .jeg_post_title {
    font-size: 14px;
    margin: 0 0 5px
}

.popularpost_item .jeg_post_title a:before {
    content: attr(data-num);
    position: absolute;
    font-size: 18px;
    text-align: center;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-style: italic;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    box-sizing: content-box;
    transition: all .3s
}

.popularpost_item:hover .jeg_post_title a:before {
    background: #f70d28;
    color: #fff
}

.popularpost_item:first-child {
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #eee
}

.popularpost_item:first-child .jeg_post_title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 5px;
    line-height: 1.25;
    padding-right: 80px;
    position: relative
}

.popularpost_item:first-child .jeg_post_title a:before, .popularpost_item:first-child:hover .jeg_post_title a:before {
    right: 0;
    left: auto;
    text-align: center;
    height: auto;
    line-height: 1;
    width: 50px;
    font-size: 36px;
    border-radius: 0;
    background: 0 0;
    border-left: 1px solid #eee;
    color: #d7d7d7;
    -webkit-animation: none
}

.popularpost_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0
}

.jeg_socialshare .share_count i {
    display: inline-block;
    margin-right: 5px
}

.jeg_socialshare:hover .share_count {
    display: none
}

.jeg_socialshare:hover .socialshare_list {
    opacity: 1;
    height: auto;
    width: auto
}

.socialshare_list {
    transition: opacity .3s ease;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.socialshare_list a {
    font-size: 11px;
    position: relative;
    margin-right: 5px;
    text-transform: none
}

.socialshare_list .share-text {
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 22px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px
}

.socialshare_list .share-text:before {
    position: absolute;
    left: 5px;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.socialshare_list .share-count {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 18px;
    margin-left: 5px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    position: relative
}

.socialshare_list .share-count:after, .socialshare_list .share-count:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block
}

.socialshare_list .share-count:before {
    border-color: transparent #bfbfbf;
    top: 5px;
    left: -6px
}

.socialshare_list .share-count:after {
    border-color: transparent #fff;
    top: 5px;
    left: -4px
}

.jeg_share_fb .share-text {
    color: #fff;
    background: #45629f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.jeg_share_fb .share-text:before {
    content: "\F082"
}

.jeg_share_tw .share-text {
    color: #fff;
    background: #5eb2ef
}

.jeg_share_tw .share-text:before {
    content: "\F099"
}

.widget.widget_jnews_dribbble, .widget.widget_jnews_flickr, .widget.widget_jnews_instagram {
    margin-bottom: 30px
}

.jeg_grid_thumb_widget {
    position: relative
}

.jeg_footer.dark .jeg_grid_thumb_widget > .h3 > a, .jeg_grid_thumb_widget > .h3 > a {
    color: #212121
}

.jeg_grid_thumb_widget > .h3 {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    text-align: center
}

.jeg_grid_thumb_widget > .h3 > a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #212121
}

.jeg_grid_thumb_widget .fa {
    font-size: 12px
}

.jeg_grid_thumb_widget li {
    float: left;
    transition: all .3s ease;
    margin-right: 2.564102564102564%;
    margin-bottom: 2.564102564102564%
}

.jeg_grid_thumb_widget .col2 li {
    width: 48.717948717948715%
}

.jeg_grid_thumb_widget .col3 li {
    width: 31.623931623931625%
}

.jeg_grid_thumb_widget .col4 li {
    width: 23.076923076923077%
}

.jeg_grid_thumb_widget li.last {
    margin-right: 0
}

.jeg_grid_thumb_widget li a {
    display: block;
    overflow: hidden;
    position: relative
}

.jeg_grid_thumb_widget .normal li:hover {
    opacity: .6
}

.jeg_grid_thumb_widget .zoom li img, .jeg_grid_thumb_widget .zoom-rotate li img {
    transition: 1s linear
}

.jeg_grid_thumb_widget .zoom li:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: 1.5s ease-out
}

.jeg_grid_thumb_widget .zoom-rotate li:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
    transition: 1.5s ease-out
}

.jeg_grid_thumb_widget .zoom li a:after, .jeg_grid_thumb_widget .zoom-rotate li a:after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: .3s ease
}

.jeg_grid_thumb_widget .zoom li:hover a:after, .jeg_grid_thumb_widget .zoom-rotate li:hover a:after {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.jeg_grid_thumb_widget .comment li:hover a:before, .jeg_grid_thumb_widget .icon li:hover a:before, .jeg_grid_thumb_widget .like li:hover a:before, .jeg_grid_thumb_widget .view li:hover a:before {
    opacity: 1
}

.jeg_grid_thumb_widget .comment a:before, .jeg_grid_thumb_widget .icon a:before, .jeg_grid_thumb_widget .like a:before, .jeg_grid_thumb_widget .view a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: .3s ease
}

.jeg_grid_thumb_widget .icon li:hover a:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.jeg_grid_thumb_widget .icon a:after {
    font-family: FontAwesome;
    content: "\F16D";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.jeg_flickr_widget .icon a:after {
    content: "\F16E"
}

.jeg_dribbble_widget .icon a:after {
    content: "\F17D"
}

.jeg_behance_widget .icon a:after {
    content: "\F1B4"
}

.jeg_grid_thumb_widget .comment li:hover .fa, .jeg_grid_thumb_widget .like li:hover .fa, .jeg_grid_thumb_widget .view li:hover .fa {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.jeg_grid_thumb_widget .comment .fa, .jeg_grid_thumb_widget .like .fa, .jeg_grid_thumb_widget .view .fa {
    display: block;
    position: absolute;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.jeg_grid_thumb_widget .comment .fa:before, .jeg_grid_thumb_widget .like .fa:before, .jeg_grid_thumb_widget .view .fa:before {
    margin-right: 6px;
    font-family: FontAwesome
}

.jeg_behance_widget .behance-pics li img, .jeg_dribbble_widget .dribbble-pics li img, .jeg_flickr_widget .flickr-pics li img {
    width: 100%
}

.entry-header .jeg_post_title {
    color: #212121;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.15;
    margin: 0 0 .4em
}

.entry-header .jeg_post_subtitle {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #a0a0a0
}

.entry-header {
    margin: 0 0 30px
}

.entry-header .jeg_meta_container {
    position: relative
}

.entry-header .jeg_post_meta {
    font-size: 13px;
    color: #a0a0a0;
    text-transform: none;
    display: block
}

.entry-header .jeg_post_meta_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: flex-start
}

.entry-header .jeg_meta_comment a, .entry-header .jeg_meta_like a {
    color: #53585c;
    font-weight: 400
}

.entry-header .jeg_meta_like {
    position: relative
}

.entry-header .jeg_meta_like.clicked:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99
}

.entry-header .jeg_meta_like.clicked > a > i:before {
    content: "\F110"
}

.entry-header .jeg_post_meta_2 .jeg_meta_comment, .entry-header .jeg_post_meta_2 .jeg_meta_like_container {
    margin-left: 15px;
    font-size: 16px
}

.entry-header a.dislike {
    padding-left: 10px
}

.entry-header .jeg_post_meta .fa {
    color: #2e9fff;
    font-size: 16px;
    margin-right: 2px
}

.entry-header .jeg_meta_author + .jeg_meta_date:before {
    content: "\2014";
    margin-right: 10px
}

.entry-header .meta_right {
    text-align: right;
    flex: 1 0 auto;
    margin-left: auto
}

.entry-header .meta_left > div {
    display: inline-block
}

.entry-header .meta_left > div:not(:last-of-type) {
    margin-right: 6px
}

.entry-header .meta_right > div {
    display: inline-block;
    font-size: 18px;
    margin-left: 15px
}

.entry-header .jeg_post_meta .meta_right .fa {
    font-size: inherit
}

.jeg_meta_author img {
    width: 35px;
    border-radius: 100%;
    margin-right: 5px
}

.jeg_featured {
    margin-bottom: 30px
}

.jeg_featured .wp-caption-text {
    margin: 3px 0 0;
    text-align: right;
    font-size: 11px;
    color: #a0a0a0
}

.jeg_owlslider .owl-nav div {
    font-size: 16px;
    color: #212121;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .2);
    transition: all .2s ease;
    opacity: 0
}

.jeg_owlslider:hover .owl-nav div {
    opacity: 1
}

.jeg_owlslider .owl-prev {
    left: 20px
}

.jeg_owlslider .owl-nav .owl-next {
    right: 20px
}

.jeg_owlslider .owl-nav div.disabled {
    opacity: 0
}

.jeg_owlslider .owl-prev:before {
    content: "e"
}

.jeg_owlslider .owl-next:before {
    content: "f"
}

.jeg_owlslider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0
}

.jeg_owlslider .owl-dot {
    display: inline-block;
    zoom: 1
}

.jeg_owlslider .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden
}

.jeg_owlslider .owl-dots .owl-dot.active span, .jeg_owlslider .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.load-image {
    position: relative;
    display: block
}

.load-image:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .53)
}

.load-image:after, .load-image:before {
    content: "";
    display: block;
    position: absolute
}

.load-image:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-animation: t 1s infinite ease-in-out;
    animation: t 1s infinite ease-in-out
}

.jeg_featured_big {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.jeg_fs_container {
    min-height: 0
}

.jeg_fs_content {
    position: relative;
    height: 540px
}

.jeg_featured_bg {
    background: #212121;
    background: #000;
    background: linear-gradient(180deg, #000 0, #545454)
}

.jeg_featured_bg, .jeg_featured_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.jeg_featured_img {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    opacity: .4
}

.jeg_parallax .jeg_featured_img {
    background-position: 50% 0
}

.jeg_featured_big .entry-header {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    z-index: 2
}

.jeg_fs_container .entry-header {
    padding-bottom: 50px;
    margin-bottom: 0
}

.jeg_fs_content .jeg_post_meta {
    margin: 20px 0 0
}

.jeg_fs_content .entry-header .jeg_post_meta .fa {
    color: #fff
}

.jeg_fs_scroll {
    cursor: pointer;
    z-index: 3;
    opacity: .8;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: p 4s infinite;
    animation: p 4s infinite
}

.jeg_featured_big #breadcrumbs, .jeg_featured_big #breadcrumbs .breadcrumb_last, .jeg_featured_big #breadcrumbs .breadcrumb_last_link a, .jeg_featured_big #breadcrumbs a, .jeg_featured_big .entry-header .jeg_post_meta, .jeg_featured_big .entry-header .jeg_post_meta a, .jeg_featured_big .entry-header .jeg_post_title, .jeg_featured_big .jeg_post_subtitle, .jeg_featured_big a {
    color: #fff
}

.jeg_featured_big #breadcrumbs a:hover {
    color: inherit;
    text-decoration: underline
}

.jeg_featured_big .entry-header .jeg_post_title {
    max-width: 960px;
    font-size: 58px
}

.jeg_video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.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%
}

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

.entry-content iframe.instagram-media {
    max-width: 748px !important
}

.entry-content {
    margin-bottom: 30px;
    position: relative
}

.content-inner {
    color: #333;
    font-size: 16px;
    line-height: 1.625em;
    word-break: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 500
}

.entry-content blockquote, .entry-content q {
    display: block;
    color: #7b7b7b;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    padding-left: 1em;
    border-style: solid;
    border-color: #eee;
    border-left-width: 4px
}

.entry-content blockquote p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.entry-content blockquote cite {
    color: #a0a0a0;
    font-size: smaller;
    display: block;
    margin-top: 5px
}

.entry-content blockquote cite:before {
    content: "\2014   \2009"
}

.entry-content blockquote p:last-child {
    margin-bottom: 0
}

.entry-content input:not([type=submit]) {
    width: auto
}

.entry-content table {
    width: 100%;
    margin: 1em 0 30px;
    line-height: normal;
    color: #7b7b7b
}

.entry-content tr {
    border-bottom: 1px solid #eee
}

.entry-content tbody tr:hover {
    color: #53585c;
    background: #f7f7f7
}

.entry-content thead tr {
    border-bottom: 2px solid #eee
}

.entry-content td, .entry-content th {
    font-size: .85em;
    padding: 8px 20px;
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.entry-content th {
    color: #53585c;
    font-weight: 700;
    vertical-align: middle
}

.entry-content tbody tr:last-child, .entry-content td:first-child, .entry-content td:last-child, .entry-content th:first-child, .entry-content th:last-child {
    border: 0
}

.entry-content dt {
    font-weight: 600
}

.entry-content dd {
    margin-bottom: 1.25em
}

.entry-content cite, .entry-content em {
    font-style: italic
}

.entry-content ins {
    background: #fcf8e3
}

.entry-content sub, .entry-content sup {
    font-size: 62.5%
}

.entry-content sub {
    vertical-align: sub;
    bottom: 0
}

.entry-content sup {
    vertical-align: super;
    top: .25em
}

.entry-content .intro-text {
    font-size: 1.5em;
    line-height: 1.458em;
    color: #212121;
    letter-spacing: -.01em
}

.entry-content .dropcap {
    display: block;
    float: left;
    margin: .04em .2em 0 0;
    color: #212121;
    font-size: 4em;
    line-height: 1
}

.entry-content .dropcap.border, .entry-content .dropcap.circle, .entry-content .dropcap.rounded, .entry-content .dropcap.square {
    color: #fff;
    background: #f70d28;
    display: inline-block;
    text-align: center;
    min-width: 68px;
    min-height: 68px;
    line-height: 1;
    font-size: 3em;
    margin-right: .3em;
    position: relative;
    padding: 10px;
    top: .095em
}

.entry-content .dropcap.circle {
    border-radius: 68px
}

.entry-content .dropcap.rounded {
    border-radius: 10px
}

.entry-content .dropcap.border {
    font-size: 2.75em;
    padding: 8px;
    border: 3px solid #212121;
    color: #212121;
    background: 0 0
}

.entry-content .dropcap.shadow {
    font-family: Georgia, serif;
    font-size: 4.4em;
    text-shadow: 5px 5px #eee
}

.entry-content .highlight {
    padding: 0 .2em;
    border-radius: 2px;
    background: #000;
    color: #fff;
    display: inline-block
}

.entry-content .pullquote {
    font-size: 24px;
    border: none;
    padding: 0;
    position: relative;
    text-align: center
}

.entry-content .pullquote:after, .entry-content .pullquote:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #e0e0e0
}

.entry-content .pullquote:before {
    margin: 1em auto .65em
}

.entry-content .pullquote:after {
    margin: .75em auto 1em
}

.entry-content .pullquote.align-left {
    clear: left;
    float: left;
    max-width: 35%;
    margin: .4em 1.2em .4em 0
}

.entry-content .pullquote.align-right {
    clear: right;
    float: right;
    max-width: 35%;
    margin: .4em 0 .4em 1.2em
}

.entry-content .pullquote.align-center {
    margin: 1.25em auto;
    padding: .5em 12%
}

.jeg_sidebar_none .entry-content .pullquote.align-center {
    padding: .5em 15%
}

.entry-content:after {
    clear: both;
    content: "";
    display: block
}

.content-inner ol, .content-inner ul, .wpb_text_column ol, .wpb_text_column ul {
    margin: 1.5em 0 1.5em 2.14285714em;
    list-style-position: inside
}

.content-inner li, .wpb_text_column li {
    margin-bottom: .5em
}

.content-inner ul, .wpb_text_column ul {
    list-style: square
}

.content-inner ol {
    list-style: decimal
}

.content-inner ul.fa-ul {
    list-style: none;
    margin-left: inherit;
    padding-left: inherit
}

.content-inner .btn {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    text-shadow: 0 1px rgba(0, 0, 0, .12)
}

.content-inner .btn.btn-primary {
    background-color: #ebe9eb;
    color: #515151;
    text-shadow: none;
    box-shadow: none
}

.content-inner .btn.btn-primary:focus, .content-inner .btn.btn-primary:hover {
    background-color: #e0e0e0
}

.content-inner .btn.btn-success {
    background-color: #00a652
}

.content-inner .btn.btn-success:focus, .content-inner .btn.btn-success:hover {
    background-color: #00984b
}

.content-inner .btn.btn-info {
    background-color: #2e9fff
}

.content-inner .btn.btn-info:focus, .content-inner .btn.btn-info:hover {
    background-color: #2a92ea
}

.content-inner .btn.btn-warning {
    background-color: #f9c203
}

.content-inner .btn.btn-warning:focus, .content-inner .btn.btn-warning:hover {
    background-color: #e4b203
}

.content-inner .btn.btn-danger {
    background-color: #f95403
}

.content-inner .btn.btn-danger:focus, .content-inner .btn.btn-danger:hover {
    background-color: #e44d03
}

.content-inner .alert {
    color: #666;
    padding: 8px 16px;
    margin: 1em 0;
    font-size: 14px;
    border: 1px solid #e0e0e0
}

.content-inner .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.content-inner .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.content-inner .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.content-inner .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.content-inner blockquote, .content-inner q {
    margin: 0 0 1.25em
}

.jeg_pagelinks, .jeg_splitpost_bar.bottom {
    margin: 1.75em auto 0;
    clear: both
}

#split_content {
    position: relative;
    top: -50px
}

.jeg_splitpost_bar {
    border: 1px solid #e0e0e0;
    margin: 0 0 1.25em;
    position: relative
}

.jeg_splitpost_bar .nav_wrap {
    position: relative
}

.jeg_splitpost_bar .current_title {
    cursor: pointer;
    color: #212121;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.jeg_splitpost_bar .current_title:after {
    font-family: FontAwesome;
    content: "\F107";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jeg_splitpost_bar .page_nav {
    color: #a0a0a0;
    position: absolute;
    top: 0;
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

.jeg_splitpost_bar .page_nav a {
    display: block
}

.jeg_splitpost_bar .page_nav .fa {
    font-size: 14px
}

.jeg_splitpost_bar .page_nav.prev {
    left: 0
}

.jeg_splitpost_bar .page_nav.prev .fa {
    padding-right: 3px
}

.jeg_splitpost_bar .page_nav.next {
    right: 0
}

.jeg_splitpost_bar .page_nav.next .fa {
    padding-left: 3px
}

.jeg_splitpost_nav {
    font-family: inherit !important;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 11;
    list-style: none !important;
    margin: 0 !important;
    white-space: nowrap;
    min-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, .25)
}

.nav-open .jeg_splitpost_nav {
    display: block;
    max-height: 411px;
    overflow-y: auto
}

.jeg_splitpost_nav li {
    padding: 0 30px 0 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    transition: .15s
}

.jeg_splitpost_nav li:last-child {
    border-bottom: 0
}

.jeg_splitpost_nav li a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    text-align: left;
    color: #7b7b7b;
    white-space: normal;
    line-height: 1.4;
    transition: .15s
}

.jeg_splitpost_nav li:before {
    color: #a0a0a0;
    font-family: FontAwesome;
    content: "\F105";
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    line-height: normal;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    transition: .2s ease-in-out;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jeg_splitpost_nav li:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jeg_splitpost_nav li:hover {
    background: #f5f5f5
}

.jeg_splitpost_nav li:hover a {
    color: #53585c;
    -webkit-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.jeg_splitpost_nav li.current a {
    color: #212121;
    font-weight: 700
}

.split-wrapper {
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.split-wrapper.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible
}

.jeg_splitpost_1 {
    display: table;
    width: 100%
}

.jeg_splitpost_1 > span {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    width: 20%;
    min-width: 150px;
    text-align: center;
    color: #a0a0a0;
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0
}

.jeg_splitpost_1 .current_title {
    padding: 8px 40px 8px 20px
}

.jeg_splitpost_1 .nav_wrap {
    display: table-cell
}

.jeg_splitpost_2 .current_title {
    padding: 8px 40px 8px 20px
}

.jeg_splitpost_3 {
    text-align: center
}

.jeg_splitpost_3 .nav_wrap {
    width: auto;
    margin: auto;
    display: inline-block;
    position: static;
    padding: 0 120px
}

.jeg_splitpost_3 .current_title {
    position: relative;
    padding: 8px 0
}

.jeg_splitpost_3 .current_title:after {
    color: #a0a0a0;
    position: relative;
    right: 0;
    top: 2px;
    line-height: normal;
    -webkit-transform: none;
    transform: none;
    margin-left: 5px
}

.jeg_splitpost_3 .page_nav {
    max-width: 120px;
    line-height: 41px
}

.jeg_splitpost_3 .page_nav a {
    padding: 0 15px
}

.jeg_splitpost_3 .jeg_splitpost_nav {
    min-width: 18em;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.jeg_splitpost_3 .jeg_splitpost_nav:after, .jeg_splitpost_3 .jeg_splitpost_nav:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.jeg_splitpost_3 .jeg_splitpost_nav:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px
}

.jeg_splitpost_3 .jeg_splitpost_nav:before {
    border-color: hsla(0, 0%, 88%, 0);
    border-bottom-color: #e0e0e0;
    border-width: 6px;
    margin-left: -6px
}

.jeg_splitpost_3 .page_nav.disable {
    background: 0 0
}

.jeg_splitpost_4 {
    border: 0;
    text-align: center
}

.jeg_splitpost_4 .current_title {
    font-size: 22px;
    padding: 0 120px
}

.jeg_splitpost_4 .current_title:after {
    display: none
}

.jeg_splitpost_4 .page_nav {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #f70d28;
    color: #fff;
    border-radius: 2px;
    width: 100px;
    padding: 0
}

.jeg_splitpost_4 .page_nav a, .jeg_splitpost_5 .page_nav a {
    color: #fff
}

.jeg_splitpost_4 .page_nav.disable, .jeg_splitpost_5 .page_nav.disable {
    background: #eee
}

.jeg_splitpost_4 .page_nav.disable a, .jeg_splitpost_5 .page_nav.disable a {
    color: #a0a0a0
}

.jeg_splitpost_5 {
    border: 0
}

.jeg_splitpost_5 .current_title {
    font-size: 24px;
    padding-right: 80px
}

.jeg_splitpost_5 .current_title:after {
    display: none
}

.jeg_splitpost_5 .page_nav {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #f70d28;
    color: #fff;
    border-radius: 2px;
    width: 35px;
    padding: 0
}

.jeg_splitpost_5 .page_nav .fa {
    padding: 0;
    font-size: 16px;
    line-height: inherit
}

.jeg_splitpost_5 .page_nav.prev {
    left: auto;
    right: 40px
}

.jeg_bottomnav {
    margin-top: 1.25em
}

.jeg_bottomnav .page_nav {
    width: 40%
}

.jeg_bottomnav .page_nav.prev {
    float: left
}

.jeg_bottomnav .page_nav.next {
    float: right;
    text-align: right
}

.jeg_bottomnav strong {
    display: block
}

.jeg_bottomnav span {
    font-size: smaller;
    color: #a0a0a0
}

.jeg_bottomnav.textcenter {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.jeg_bottomnav.textcenter .page_nav {
    text-align: center;
    width: 50%;
    padding: 0 20px
}

.jeg_bottomnav.textcenter .page_nav.next {
    border-left: 1px solid #eee
}

.jeg_single_tpl_2 .entry-header .jeg_post_title, .jeg_single_tpl_3 .entry-header .jeg_post_title, .jeg_single_tpl_6 .entry-header .jeg_post_title {
    font-size: 4em;
    line-height: 1.1
}

.jeg_featured_big .entry-header .jeg_post_subtitle, .jeg_single_tpl_2 .entry-header .jeg_post_subtitle, .jeg_single_tpl_3 .entry-header .jeg_post_subtitle, .jeg_single_tpl_6 .entry-header .jeg_post_subtitle {
    font-size: 1.4em
}

.jeg_single_fullwidth .jeg_main_content {
    width: 768px;
    margin: 0 auto
}

.jeg_single_fullwidth .jeg_share_button.share-float {
    margin-left: -100px
}

.jeg_single_fullwidth .with-share .content-inner {
    margin-left: 0
}

.jeg_single_tpl_10 .jeg_featured_bg {
    position: relative
}

.jeg_single_tpl_10 .jeg_featured_bg img {
    width: 100%
}

.jeg_single_tpl_10 .entry-header {
    text-align: center;
    position: relative;
    margin: 40px auto 50px
}

.jeg_single_tpl_10 .entry-header:before {
    content: "";
    width: 80px;
    border-bottom: 2px solid #e0e0e0;
    left: 0;
    right: 0;
    margin: 1.75em auto;
    display: block
}

.jeg_single_tpl_4 .jeg_fs_container .entry-header:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    background: hsla(0, 0%, 100%, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .55)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .55));
    bottom: 0;
    z-index: -1
}

.jeg_single_tpl_5 .jeg_featured_big .entry-header {
    text-align: center;
    bottom: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.jeg_single_tpl_5 .jeg_featured_big .jeg_post_title {
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right {
    float: none
}

.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right > div {
    font-size: inherit
}

.jeg_single_tpl_6 .jeg_featured_big {
    height: 350px
}

.jeg_single_tpl_6 .jeg_fs_content {
    height: 100%
}

.jeg_single_tpl_6 .jeg_featured_img {
    background-position: 50% 10%;
    background-size: cover
}

.jeg_single_tpl_6 .jeg_breadcrumbs {
    margin-top: 15px
}

.jeg_single_tpl_6 .entry-header .jeg_post_title {
    margin-top: -2.5em;
    min-height: 2em;
    position: relative
}

.jeg_single_tpl_6 .entry-header .jeg_post_subtitle span, .jeg_single_tpl_6 .entry-header .jeg_post_title span {
    background: #fff;
    box-shadow: 7px 0 0 #fff, -7px 0 0 #fff
}

.jeg_single_tpl_9 .jeg_featured_big {
    padding: 0;
    background: #000
}

.jeg_single_tpl_9 .jeg_fs_content {
    height: auto
}

.jeg_single_tpl_9 .jeg_featured {
    margin-bottom: 0;
    position: relative
}

.jeg_single_tpl_9 .jeg_featured .wp-caption-text {
    position: absolute;
    bottom: 5px;
    right: 0;
    line-height: normal;
    padding: 3px 6px;
    background: rgba(0, 0, 0, .65)
}

.jeg_post_nav .post {
    position: absolute;
    top: 50%;
    padding: 5px;
    transform: translateY(-50%)
}

.jeg_post_nav .prev-post {
    left: 0
}

.jeg_post_nav .next-post {
    right: 0
}

.jeg_post_nav .post .arrow {
    display: block;
    position: relative;
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: hsla(0, 0%, 100%, .5);
    transition: .25s ease .15s
}

.jeg_post_nav .post:hover .arrow {
    opacity: 0;
    transform: translate3d(-50%, 0, 0)
}

.jeg_post_nav .next-post:hover .arrow {
    transform: translate3d(50%, 0, 0)
}

.jeg_post_nav .post-title {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 200px;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.jeg_post_nav .post-title span {
    display: inline;
    background: rgba(0, 0, 0, .75)
}

.jeg_post_nav .post:hover .post-title {
    opacity: 1;
    visibility: visible;
    transition: .25s ease .3s;
    transform: translateZ(0)
}

.jeg_post_nav .prev-post .post-title {
    left: 20px;
    transform: translate3d(-30px, 0, 0)
}

.jeg_post_nav .next-post .post-title {
    right: 20px;
    text-align: right;
    transform: translate3d(30px, 0, 0)
}

body.jeg_single_tpl_4.jeg_force_fs, body.jeg_single_tpl_5.jeg_force_fs {
    background-image: none !important
}

.jeg_autoload_separator {
    background: #f7f7f7;
    padding: 35px 0;
    position: relative
}

.jeg_autoload_separator:after {
    content: "";
    display: table;
    clear: both
}

.jeg_autoload_separator .separator_bg {
    background: rgba(0, 0, 0, .01);
    min-height: 54px
}

.jeg_autoload_separator .jeg_ad_module {
    margin-bottom: 0
}

.jsc_dark .jeg_autoload_separator .separator_bg {
    background-color: transparent;
}

.jeg_meganav_bar .nav_wrap {
    padding: 0 30px
}

.jeg_meganav_wrap {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 100%;
    left: 0;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 0 0 1px #e0e0e0, 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, .25);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease
}

.nav-open .jeg_meganav_wrap {
    visibility: visible;
    opacity: 1
}

.jeg_meganav {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jeg_meganav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.jeg_meganav:last-child {
    border-bottom: 0
}

.jeg_meganav > ul > li {
    flex: 1
}

.jeg_meganav .sub-menu {
    border-right: 1px solid #eee;
    padding: 0 30px
}

.jeg_meganav > ul > li:last-child .sub-menu {
    border: 0
}

.jeg_meganav > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #f70d28;
    margin: 0 30px 10px;
    display: block
}

.jeg_meganav li li a {
    color: #7b7b7b;
    display: block;
    font-size: 13px;
    padding: 3px 0
}

.jeg_meganav li li a:hover {
    color: #f70d28
}

.jeg_breadcrumbs {
    margin-bottom: 20px
}

.jeg_cat_header_4 .jeg_breadcrumbs, .jeg_single_tpl_4 .jeg_breadcrumbs, .jeg_single_tpl_5 .jeg_breadcrumbs {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.jeg_singlepage .jeg_breadcrumbs {
    margin: -10px auto 20px
}

#breadcrumbs {
    font-size: 14px;
    margin: 0;
    color: #a0a0a0
}

#breadcrumbs a {
    color: #53585c
}

#breadcrumbs .fa {
    padding: 0 3px
}

#breadcrumbs a:hover {
    color: #f70d28
}

#breadcrumbs .breadcrumb_last_link a {
    color: #a0a0a0
}

.jeg_sharelist {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.jeg_share_button {
    margin-bottom: 30px
}

.jeg_share_button a {
    float: left;
    width: 44px;
    max-width: 44px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background: #212121;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s
}

.jeg_share_button a:last-child {
    margin-right: 0
}

.jeg_share_button a:hover {
    opacity: .75
}

.jeg_share_button a.expanded {
    width: auto;
    max-width: none;
    padding: 0 12px
}

.jeg_share_button a > span {
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px
}

.jeg_share_button a.expanded > span {
    display: inline;
    position: relative
}

.jeg_share_button span.count {
    font-weight: 400;
    margin-left: 3px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, .15);
    border-radius: 2px
}

.jeg_share_button .fa {
    font-size: 18px;
    color: #fff;
    line-height: inherit
}

.jeg_share_button .jeg_btn-facebook {
    background: #45629f
}

.jeg_share_button .jeg_btn-twitter {
    background: #5eb2ef
}

.jeg_share_button .jeg_btn-google-plus {
    background: #df5443
}

.jeg_share_button .jeg_btn-linkedin {
    background: #0083bb
}

.jeg_share_button .jeg_btn-pinterest {
    background: #cf2830
}

.jeg_share_button .jeg_btn-reddit {
    background: #5f99cf
}

.jeg_share_button .jeg_btn-stumbleupon {
    background: #ff4e2e
}

.jeg_share_button .jeg_btn-telegram {
    background: #08c
}

.jeg_share_button .jeg_btn-comments {
    background: #63c37e
}

.jeg_share_button .jeg_btn-toggle {
    background: #bdbdbd
}

.jeg_share_button .jeg_btn-tumbrl {
    background: #314358
}

.jeg_share_button .jeg_btn-buffer {
    background: #333
}

.jeg_share_button .jeg_btn-vk {
    background: #4c75a3
}

.jeg_share_button .jeg_btn-whatsapp {
    background: #075e54
}

.jeg_share_button .jeg_btn-wechat {
    background: #7bb32e
}

.jeg_share_button .jeg_btn-qrcode {
    background: #bd0000
}

.jeg_share_button .jeg_btn-email {
    background: #eb4d3f
}

.jeg_share_button .jeg_btn-line {
    background: #00b900
}

.jeg_share_button .jeg_btn-hatena {
    background: #039be5
}

.jeg_share_button .jeg_btn-hatena .fa, .jeg_share_button .jeg_btn-line .fa {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 38px
}

.jeg_share_button .jeg_btn-hatena .fa {
    background-image: url(../img/hatena-share.png);
    background-size: 30px;
    background-color: #039be5
}

.jeg_share_button .jeg_btn-line .fa {
    background-image: url(../img/line-share.png);
    background-size: 22px;
    background-color: #00b900
}

.jeg_share_button .jeg_btn-hatena > span, .jeg_share_button .jeg_btn-line > span {
    margin-left: 0
}

.jeg_share_button.share-float .jeg_btn-hatena .fa, .jeg_share_button.share-float .jeg_btn-line .fa {
    height: 38px;
    margin-top: 5px;
    margin-left: -1.5px
}

.jeg_share_button.share-monocrhome .jeg_btn-hatena .fa, .jeg_share_button.share-monocrhome .jeg_btn-line .fa {
    background-color: transparent
}

.jeg_reaction {
    float: left
}

.jeg_reaction a {
    background: 0 0;
    border: 1px solid #bdbdbd
}

.jeg_reaction a .fa {
    color: #bdbdbd
}

.jeg_btn-dislike, .jeg_btn-like {
    background: #bdbdbd
}

.jeg_share_stats > div {
    float: left;
    text-align: center;
    line-height: 1;
    margin-right: 15px;
    position: relative
}

.jeg_share_stats > div:last-child {
    padding-right: 15px
}

.jeg_share_stats > div:last-child:after {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.jeg_share_stats .counts {
    font-size: 26px;
    font-weight: 700
}

.jeg_share_count .counts {
    color: #f70d28
}

.jeg_share_stats .sharetext {
    font-size: 11px;
    color: #a0a0a0
}

.share-secondary {
    display: none
}

.show-secondary .share-secondary {
    display: block;
    margin-right: 5px
}

.jeg_btn-toggle .fa {
    transition: transform .2s ease
}

.show-secondary .jeg_btn-toggle .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jeg_share_button.share-bottom {
    margin: 1.75em auto 0
}

@media only screen and (min-width: 1024px) {
    .with-share .content-inner {
        margin-left: 90px
    }

    .jeg_share_button.share-float {
        position: absolute !important;
        left: 0;
        top: 0;
        margin-bottom: 0
    }

    .jeg_share_button.share-float a.expanded > span {
        display: none
    }

    .jeg_share_button.share-float .jeg_sharelist {
        display: block
    }

    .jeg_share_button.share-float a {
        display: block;
        margin: 0;
        border-radius: 0;
        width: 56px;
        max-width: none;
        height: 48px;
        line-height: 48px;
        float: none
    }

    .jeg_share_button.share-float .fa {
        font-size: 20px
    }

    .jeg_share_button.share-float.share-monocrhome a {
        margin: 0;
        border-radius: 0;
        background: #2e9fff
    }
}

.jeg_post_tags {
    font-size: 12px;
    margin: 2.2em auto 1.75em;
    clear: both
}

.jeg_post_tags span {
    font-weight: 700;
    margin-right: 3px
}

.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_post_tags a:hover {
    color: #fff;
    background: #f70d28
}

.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_popup_post {
    display: block;
    position: fixed;
    background: #fff;
    width: 300px;
    bottom: 150px;
    right: 15px;
    z-index: 9;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 2px 20px rgba(0, 0, 0, .15);
    padding: 5px 20px 15px 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.jeg_popup_post.active {
    opacity: 1;
    visibility: visible;
    bottom: 100px;
    transition: .4s ease
}

.jeg_popup_post .caption {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    padding: 3px 5px;
    background: #f70d28
}

.jeg_popup_content {
    margin-top: 15px
}

.jeg_popup_content:nth-child(2) {
    margin-top: 10px
}

.jeg_popup_content .jeg_thumb {
    float: left;
    margin-right: 10px;
    width: 60px
}

.jeg_popup_content .post-title {
    font-size: 14px;
    margin: 0
}

.jeg_popup_content .post-title a {
    color: inherit
}

.jeg_popup_close {
    color: #949494;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center
}

.jeg_authorbox {
    border: 1px solid #eee;
    padding: 30px 0;
    margin-bottom: 30px
}

.jeg_author_image {
    width: 150px;
    text-align: center;
    float: left
}

.jeg_author_image img {
    border-radius: 100%;
    width: 80px;
    height: 80px
}

.jeg_author_content {
    padding-right: 20px;
    margin-left: 150px;
    color: #a0a0a0
}

.jeg_author_content p {
    margin-bottom: 1em
}

.h3.jeg_author_name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700
}

.jeg_author_socials a {
    font-size: 16px;
    display: inline-block;
    margin: 10px 10px 20px 0;
    color: #999;
    transition: all .2s ease-in-out
}

.jeg_author_socials a:hover {
    color: #53585c
}

.jeg_comments {
    margin-bottom: 40px
}

.comments-title {
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0
}

.comments-title .count {
    display: inline-block;
    font-size: 13px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    padding: 2px 12px;
    vertical-align: middle;
    margin-left: 5px
}

.commentlist, .pinglist {
    clear: both;
    font-size: 15px;
    line-height: 24px
}

.commentlist li, .pinglist li {
    clear: both;
    font-size: 1em
}

.comment-body {
    padding: 20px 0 0 70px;
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.commentlist .children {
    margin-left: 2em
}

.commentlist .comment-body, .pinglist li {
    clear: both;
    margin-bottom: 10px
}

.commentlist .comment-author, .commentlist .comment-awaiting-moderation, .commentlist .comment-meta {
    font-size: 15px;
    display: inline-block;
    line-height: 22px
}

.commentlist .comment-author {
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative
}

.commentlist .fn, .pinglist .ping-link {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

.commentlist .fn a {
    color: inherit
}

.commentlist .says {
    display: none
}

.commentlist .avatar {
    border-radius: 100%;
    width: 55px;
    position: absolute;
    top: 0;
    left: -70px
}

.commentlist .bypostauthor > .comment-body > .comment-author > .fn {
    color: #f70d28
}

.commentlist .comment-meta .fa, .pinglist .ping-meta:before {
    color: #a0a0a0;
    margin-right: 2px
}

.pinglist .ping-meta:before {
    content: "\F017";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.commentlist .comment-meta a, .pinglist .ping-meta {
    color: #a0a0a0;
    font-size: 12px
}

.comment-content p {
    margin-bottom: 1em
}

.comment-content p:first-child {
    margin-top: 0
}

.comment-content p:last-child {
    margin-bottom: .5em
}

.commentlist .reply a {
    color: #a0a0a0;
    font-weight: 700;
    font-size: 11px;
    text-rendering: auto
}

.commentlist .reply a:before {
    content: "\F075";
    font-family: FontAwesome;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.comment-awaiting-moderation {
    color: #24a5db;
    font-style: normal
}

.comment-navigation {
    padding-top: 20px
}

.comment-navigation a {
    color: #212121;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #eee;
    padding: 5px 10px;
    transition: .2s ease
}

.comment-navigation a:after, .comment-navigation a:before {
    font-family: FontAwesome
}

.comment-navigation a:hover {
    background: #f5f5f5
}

.comment-navigation .prev-comment {
    float: left
}

.comment-navigation .next-comment {
    float: right
}

.comment-navigation .prev-comment a:before {
    content: "\F104";
    padding-right: 6px
}

.comment-navigation .next-comment a:after {
    content: "\F105";
    padding-left: 6px
}

.pinglist li {
    padding-left: 0
}

.pinglist .ping-meta {
    font-size: 13px;
    line-height: 22px
}

.comment-respond {
    border-top: 3px solid #eee;
    margin-top: 30px
}

.comment-reply-title {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 10px;
    letter-spacing: -.02em;
    position: relative
}

.comment-reply-title small a {
    position: absolute;
    top: 4px;
    right: 15px;
    width: 24px;
    height: 24px;
    text-indent: -9999em
}

.comment-reply-title small a:after, .comment-reply-title small a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #f70d28;
    transition: background .2s linear
}

.comment-reply-title small a:hover:after, .comment-reply-title small a:hover:before {
    background: #212121
}

.comment-reply-title small a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.comment-reply-title small a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.comment-form p {
    margin: 0 0 20px
}

.comment-form p.form-submit {
    clear: both
}

.comment-form label {
    display: block;
    font-weight: 700;
    margin-bottom: .5em
}

.comment-form-email, .comment-form-url {
    width: 50%;
    float: left
}

.comment-form-email {
    padding-right: 15px
}

.comment-form-url {
    padding-left: 15px
}

span.required {
    color: #f70d28;
    font-weight: 400;
    font-family: monospace;
    font-size: 16px
}

.pingback .comment-body {
    padding-left: 0
}

.pingback .edit-link:before {
    content: "/";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.pingback .comment-edit-link {
    color: #686868
}

.pingback .edit-link {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.comment-form-privacy_policy {
    clear: both
}

.jeg_review_wrap {
    border-top: 3px solid #eee;
    padding-top: 20px;
    margin: 40px 0
}

.jeg_review_title {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    color: #f70d28
}

.jeg_review_wrap .jeg_review_subtitle {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0 0 5px
}

.jeg_review_wrap .h3 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0 0 10px;
    text-transform: uppercase
}

.review_score {
    float: left;
    color: #fff;
    text-align: center;
    width: 100px
}

.review_score .score_text {
    background: rgba(0, 0, 0, .08)
}

.score_good {
    background: #0d86f7
}

.score_avg {
    background: #a20df7
}

.score_bad {
    background: #f70d0d
}

.score_value {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    padding: 15px 0
}

.score_value .percentsym {
    font-size: 50%;
    vertical-align: super;
    margin-right: -.45em
}

.score_text {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.jeg_reviewheader {
    margin-bottom: 20px
}

.jeg_reviewheader .desc {
    padding-left: 120px
}

.jeg_reviewdetail {
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 3px;
    display: table;
    width: 100%
}

.conspros {
    width: 50%;
    padding: 20px 30px;
    display: table-cell
}

.jeg_reviewdetail .conspros:first-child {
    border-right: 1px solid #e0e0e0
}

.jeg_reviewdetail ul {
    margin: 0;
    list-style-type: none
}

.jeg_reviewdetail li {
    padding-left: 30px;
    position: relative
}

.jeg_reviewdetail li > i {
    color: #a0a0a0;
    position: absolute;
    left: 0;
    top: -1px
}

.jeg_reviewscore {
    padding: 20px 30px;
    border: 2px solid #eee;
    border-radius: 3px;
    margin-bottom: 30px
}

.jeg_reviewscore ul {
    margin: 0;
    font-family: inherit
}

.jeg_reviewscore li {
    margin: 1em 0;
    padding: 0;
    font-size: 13px;
    list-style: none !important
}

.jeg_landing_review.jeg_review_stars {
    display: inline-block;
    margin-right: 10px
}

.jeg_review_stars {
    font-size: 14px;
    color: #f7c90d
}

.jeg_reviewstars li {
    border-top: 1px dotted #eee;
    padding-top: 8px;
    margin: 8px 0
}

.jeg_reviewstars .reviewscore {
    float: right;
    font-size: 18px;
    color: #f7c90d
}

.jeg_reviewbars .reviewscore {
    font-weight: 700;
    float: right
}

.jeg_reviewbars .barbg, .jeg_reviewbars .jeg_reviewbar_wrap {
    height: 4px;
    border-radius: 2px
}

.jeg_reviewbars .jeg_reviewbar_wrap {
    position: relative;
    background: #eee;
    clear: both
}

.jeg_reviewbars .barbg {
    position: relative;
    display: block;
    opacity: 0;
    width: 0;
    background: #f7c90d;
    background: linear-gradient(90deg, #f7c90d 0, #f7c90d 45%, #f77e0d);
    transition: 0s ease
}

.jeg_reviewbars.show .barbg {
    opacity: 1
}

.jeg_reviewbars .barbg:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    content: "";
    position: absolute;
    right: 0;
    display: block;
    border: 3px solid #f77e0d;
    top: -3px
}

.jeg_deals .h3 {
    text-transform: none;
    font-size: 22px;
    font-weight: bolder;
    margin: 0 0 5px
}

.dealstitle {
    float: left
}

.bestprice {
    float: right;
    width: 200px;
    text-align: right
}

.bestprice .h4 {
    margin: 0 0 5px;
    font-size: 13px;
    text-transform: uppercase
}

.bestprice .price {
    font-size: 34px;
    color: #f70d28
}

.jeg_deals .price {
    font-weight: 700
}

.jeg_deals a {
    color: #212121
}

.jeg_deals_float {
    display: block;
    float: right;
    width: 35%;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 0 0 20px 20px
}

.jeg_deals_float .h3 {
    font-size: 1em;
    margin: 5px 0 10px
}

.jeg_deals_float .dealstitle {
    float: none
}

ul.jeg_storelist {
    list-style: none;
    margin: 0;
    border: 1px solid #e0e0e0;
    font-family: inherit
}

.jeg_storelist li {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px;
    margin: 0;
    font-size: 13px
}

.jeg_storelist li:last-child {
    border-bottom: 0
}

.jeg_storelist li .priceinfo {
    float: right
}

.jeg_storelist .productlink {
    display: inline-block;
    padding: 0 10px;
    background: #f70d28;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    line-height: 20px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 700
}

.jeg_review_widget .jeg_reviewscore {
    padding: 0;
    border: 0
}

.jeg_review_widget .jeg_review_procons .conspros {
    width: auto;
    display: block
}

.jeg_review_widget {
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden
}

.jeg_review_widget .average_review_score {
    margin: -20px -20px 30px;
    padding: 20px
}

.jeg_review_widget .average_review_score .average_score, .jeg_review_widget .average_review_score .score_value {
    color: #fff
}

.jeg_review_widget .average_review_score .h3 {
    margin: 0
}

.jeg_review_widget .average_review_score .average_score {
    float: left
}

.jeg_review_widget .average_review_score .score_value {
    float: right;
    padding: 0;
    font-size: 24px
}

.jeg_review_widget .average_review_score:after {
    content: "";
    display: table;
    clear: both
}

.jeg_review_widget .conspros {
    padding: 0
}

.jeg_review_widget .conspros li {
    margin-bottom: 7px
}

.jeg_review_widget .conspros i {
    margin-right: 8px;
    font-size: 10px
}

.jeg_review_widget .conspros .h3 {
    font-size: 18px
}

.jeg_review_widget .jeg_deals {
    margin: 30px -20px -20px;
    padding: 30px 20px;
    border-top: 1px solid #e3e3e3
}

.jeg_review_widget .jeg_deals .jeg_dealsheader .h3 {
    float: left;
    font-weight: 400;
    padding: 0;
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 20px
}

.jeg_review_widget .jeg_deals .jeg_dealsheader .price {
    float: right;
    font-size: 20px;
    margin-right: 10px
}

.jeg_review_widget .jeg_deals .jeg_dealsheader {
    margin-bottom: 20px
}

.jeg_review_widget .jeg_storelist li {
    padding: 12px 10px
}

.jeg_review_widget .buy-now-deals {
    display: block;
    background: #43c801;
    color: #fff;
    clear: both;
    border-radius: 3px;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.jeg_review_widget .jeg_reviewbars .jeg_reviewbar_wrap {
    margin-top: 7px
}

.storename .store-icon {
    margin-right: 7px;
    display: inline-block
}

.jeg_page_header {
    margin: 20px 0 30px
}

.jeg_main_content .jeg_page_header {
    margin-top: 0
}

.jeg_page_title {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    line-height: 1.1
}

.jeg_cat_header {
    background: #fff
}

.jeg_cat_title {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    line-height: 1.1
}

.jeg_cat_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #a0a0a0
}

.jeg_archive_header {
    margin-bottom: 20px
}

.jeg_archive_title {
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 15px
}

.jeg_archive_search {
    background: #f7f7f7;
    padding: 20px
}

.jeg_archive_search form {
    position: relative
}

.jeg_archive_search .jeg_search_button, .search_review_button {
    font-size: 14px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0
}

.jeg_authorpage .jeg_author_wrap {
    position: relative;
    padding: 30px 20px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px
}

.jeg_authorpage .jeg_author_image {
    width: auto
}

.jeg_authorpage .jeg_author_image img {
    width: 110px;
    height: 110px
}

.jeg_authorpage .jeg_author_content {
    padding-left: 110px;
    margin-left: 30px
}

.jeg_authorpage .jeg_author_name {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 5px
}

.jeg_authorpage .jeg_author_content p {
    width: 75%
}

.authorlink {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.authorlink li {
    display: inline-block
}

.authorlink li a {
    display: block;
    color: #212121;
    text-align: center;
    line-height: 38px;
    padding: 0 12px;
    position: relative
}

.authorlink li.active a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #f70d28;
    position: absolute;
    left: 0;
    bottom: -1px
}

.authorlink a:hover {
    color: #f70d28
}

.jeg_authorpage .jeg_author_wrap:after {
    content: "";
    display: block;
    clear: both
}

.jeg_cat_header_1 {
    margin-bottom: 20px
}

.jeg_cat_header_2 {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: -30px 0 40px
}

.jeg_cat_overlay {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.jeg_cat_overlay .jeg_cat_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .2)
}

.jeg_cat_overlay.dark .jeg_cat_bg:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .65))
}

.jeg_cat_overlay .jeg_cat_bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: 0s linear
}

.jeg_cat_overlay .jeg_title_wrap {
    position: relative;
    z-index: 2;
    padding: 60px 0
}

.jeg_cat_overlay .jeg_breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 15px 0 0
}

.jeg_cat_overlay.dark #breadcrumbs, .jeg_cat_overlay.dark #breadcrumbs a, .jeg_cat_overlay.dark .jeg_cat_subtitle, .jeg_cat_overlay.dark .jeg_cat_title {
    color: #fff
}

.jeg_cat_overlay .jeg_cat_title {
    margin-bottom: 0
}

.jeg_cat_header_3 {
    margin: -30px 0 40px
}

.jeg_cat_header_3 .jeg_cat_subtitle {
    max-width: 700px
}

.jeg_cat_header_4 {
    margin: -30px 0 40px
}

.jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    text-align: center;
    width: 80%;
    max-width: 670px;
    padding: 100px 0;
    margin: 0 auto
}

.alignnone {
    margin: 5px 20px 1.25em 0
}

.aligncenter, div.aligncenter {
    text-align: center;
    display: block;
    margin: 5px auto 1.25em
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    box-sizing: border-box
}

.sticky {
    background: #f5f5f5;
    padding: 15px;
    border: 1px dashed #ddd
}

.wp-caption.alignleft, .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    margin: 3px 0 0;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center
}

.wp-caption a {
    color: #a0a0a0;
    text-decoration: underline
}

.gallery {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 !important
}

.gallery:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 30px
}

.gallery img {
    display: block;
    width: 100%;
    height: auto;
    border: none !important
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-color: transparent;
    padding: 5px;
    margin: 0 !important;
    float: left
}

.gallery-caption {
    color: #212121;
    background: hsla(0, 0%, 100%, .85);
    font-size: 11px;
    line-height: 1.4em;
    padding: 7px 12px;
    font-style: normal;
    margin: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    max-height: 50%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-align: center;
    opacity: 0;
    transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.gallery-item:hover .gallery-caption {
    bottom: 5px;
    opacity: 1
}

.gallery-item {
    margin-top: 5px !important
}

.gallery-item img {
    border: 0 !important
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16%
}

.gallery-columns-7 .gallery-item {
    width: 14%
}

.gallery-columns-8 .gallery-item {
    width: 12%
}

.gallery-columns-9 .gallery-item {
    width: 11%
}

.jeg_footer_content {
    background: #f5f5f5;
    color: #666
}

.jeg_footer_primary {
    width: 100%;
    padding: 60px 0 40px
}

.jeg_footer_content a {
    color: #53585c
}

.jeg_footer_bottom a:hover {
    text-decoration: underline
}

.footer_logo {
    margin-bottom: 20px;
    display: block
}

.jeg_footer .jeg_footer_heading .h3, .jeg_footer .widget .h2 {
    color: #f70d28;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px
}

.jeg_footer .footer_dark .jeg_footer_heading .h3, .jeg_footer .footer_dark .widget .h2, .jeg_footer.dark .jeg_footer_heading .h3 {
    color: #f93d53
}

.jeg_footer .jeg_footer_heading_2 .h3 {
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0
}

.footer_widget, .jeg_footer .widget {
    margin-bottom: 30px
}

.footer_widget:last-of-type, .jeg_footer .widget:last-of-type {
    margin-bottom: 0
}

.jeg_footer .widget_tag_cloud a {
    color: #666;
    background: #e9e9e9
}

.jeg_footer .widget_tag_cloud a:hover {
    color: #fff;
    background: #f93d53
}

.jeg_footer .jeg_postblock .jeg_post_meta .fa {
    color: #bdbdbd
}

.jeg_footer .h1, .jeg_footer .h2, .jeg_footer .h3, .jeg_footer .h4, .jeg_footer .h5, .jeg_footer .h6, .jeg_footer h1, .jeg_footer h2, .jeg_footer h3, .jeg_footer h4, .jeg_footer h5, .jeg_footer h6 {
    margin-top: 0
}

.jeg_footer p {
    margin-bottom: 1em
}

.jeg_footer .socials_widget:not(.nobg) .fa {
    color: #666;
    background: #e0e0e0
}

.jeg_footer .socials_widget.nobg .fa {
    color: #a0a0a0
}

.jeg_footer .footer_dark .socials_widget .fa, .jeg_footer.dark .socials_widget .fa {
    color: #a8a8aa;
    background: hsla(0, 0%, 100%, .15)
}

.jeg_footer .footer_dark .socials_widget:not(.nobg) a .fa, .jeg_footer.dark .socials_widget:not(.nobg) a .fa {
    background: hsla(0, 0%, 100%, .15);
    color: #eee
}

.jeg_footer .footer_dark .socials_widget:not(.nobg) a:hover .fa, .jeg_footer.dark .socials_widget:not(.nobg) a:hover .fa {
    color: #fff;
    background: #f70d28;
    opacity: 1
}

.jeg_footer .widget_jnews_line {
    margin-bottom: 0
}

.jscroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.jscroll-to-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jscroll-to-top > a {
    color: #a0a0a0;
    font-size: 30px;
    display: block;
    width: 46px;
    border-radius: 5px;
    height: 46px;
    line-height: 44px;
    background: hsla(0, 0%, 71%, .15);
    border: 1px solid rgba(0, 0, 0, .11);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .1), 0 2px 6px rgba(0, 0, 0, .1);
    text-align: center;
    opacity: .8;
    transition: opacity .2s ease
}

.jscroll-to-top > a:hover {
    opacity: 1
}

.jeg_footer input:not([type=submit]), .jeg_footer select, .jeg_footer textarea {
    border: 2px solid #e0e0e0;
    font-size: 12px
}

.jeg_footer .chosen-container-single .chosen-single {
    border: 2px solid #e0e0e0
}

.jeg_footer .footer_dark .btn, .jeg_footer .footer_dark .button, .jeg_footer .footer_dark input[type=submit], .jeg_footer.dark .btn, .jeg_footer.dark .button, .jeg_footer.dark input[type=submit] {
    background: #f93d53;
    color: #fff
}

.jeg_footer .footer_dark .chosen-container-single .chosen-single, .jeg_footer .footer_dark input:not([type=submit]), .jeg_footer .footer_dark select, .jeg_footer .footer_dark textarea, .jeg_footer.dark .chosen-container-single .chosen-single, .jeg_footer.dark input:not([type=submit]), .jeg_footer.dark select, .jeg_footer.dark textarea {
    color: #eee;
    background: hsla(0, 0%, 100%, .15);
    border: 0
}

.jeg_footer .footer_dark .chosen-container .chosen-drop, .jeg_footer.dark .chosen-container .chosen-drop {
    border: 0
}

.jeg_footer .footer_dark .chosen-container-single .chosen-search, .jeg_footer.dark .chosen-container-single .chosen-search {
    background: #f5f5f5
}

.jeg_footer .footer_dark .chosen-container-single .chosen-search input[type=text], .jeg_footer.dark .chosen-container-single .chosen-search input[type=text] {
    color: #212121;
    background: #fff;
    border: 1px solid #e7e7e7
}

.jeg_footer .footer_dark .chosen-container .chosen-results li, .jeg_footer.dark .chosen-container .chosen-results li {
    color: inherit !important
}

.jeg_footer .footer_dark .chosen-container-active.chosen-with-drop .chosen-single, .jeg_footer.dark .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none
}

.jeg_footer.dark input::-webkit-input-placeholder {
    color: #eee
}

.jeg_footer.dark input:-moz-placeholder, .jeg_footer.dark input::-moz-placeholder {
    color: #eee
}

.jeg_footer.dark input:-ms-input-placeholder {
    color: #eee
}

.jeg_footer .footer_dark input::-webkit-input-placeholder {
    color: #eee
}

.jeg_footer .footer_dark input:-moz-placeholder, .jeg_footer .footer_dark input::-moz-placeholder {
    color: #eee
}

.jeg_footer .footer_dark input:-ms-input-placeholder {
    color: #eee
}

.jeg_footer.custom input:not([type=submit]), .jeg_footer.custom select, .jeg_footer.custom textarea {
    border: 0
}

.jeg_footer .copyright {
    margin-bottom: 1em;
    font-size: 12px
}

.jeg_footer_secondary {
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 40px;
    color: #999;
    font-size: 13px
}

.jeg_footer_secondary a {
    color: #666
}

.jeg_footer_bottom {
    background: #fff;
    padding: 20px 0;
    color: #a8a8aa
}

.jeg_footer_bottom a {
    color: #53585c
}

.jeg_footer_bottom p.copyright {
    margin-bottom: 0
}

.jeg_footer.dark .jeg_footer_bottom {
    background: #141414;
    color: #a8a8aa
}

.jeg_footer.dark .jeg_footer_bottom a {
    color: #eee
}

.jeg_footer.dark .jeg_footer_bottom a:hover {
    color: #f5f5f5
}

.footer_right {
    float: right;
    text-align: right
}

.footer_center {
    float: none;
    text-align: center
}

.jeg_footer hr {
    border-color: #e0e0e0
}

.footer2col {
    -webkit-columns: 130px 2;
    columns: 130px 2
}

.footer-holder .jeg_social_icon_block, .jeg_menu_footer {
    display: inline-block
}

.jeg_menu_footer {
    margin-bottom: 1em
}

.jeg_footer_bottom .jeg_menu_footer {
    margin-bottom: 0
}

.jeg_menu_footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    white-space: nowrap
}

.jeg_menu_footer .empty-menu {
    white-space: normal
}

.jeg_menu_footer li:not(:last-child):after {
    content: "/";
    margin-right: 6px;
    color: #e0e0e0
}

.footer_right .jeg_menu_footer li:not(:last-child):after {
    margin: 0 0 0 6px
}

.dark .jeg_menu_footer li:not(:last-child):after {
    color: hsla(0, 0%, 100%, .3)
}

.jeg_menu_footer li a {
    font-size: 13px;
    position: relative;
    margin: 0 6px 0 0;
    transition: color .2s ease
}

.footer_right .jeg_menu_footer li a {
    margin: 0 0 0 6px
}

.jeg_footer_sidecontent .jeg_menu_footer li {
    display: inline
}

.jeg_footer_sidecontent .jeg_menu_footer li a {
    margin: 0 1.2em 0 0
}

.jeg_menu_footer li ul {
    margin: 0;
    display: inline
}

.jeg_footer_social {
    padding: 30px 0
}

.jeg_footer_social .socials_widget {
    text-align: center
}

.jeg_footer_social .socials_widget span {
    text-transform: uppercase;
    font-weight: 700
}

.jeg_footer_social .socials_widget a {
    margin: 0 20px
}

.jeg_social_icon_block.nobg a .fa {
    font-size: 16px
}

.jeg_footer.custom .jeg_social_icon_block a:hover .fa {
    opacity: 1
}

.jeg_social_icon_block a {
    margin-bottom: 0 !important
}

@media only screen and (min-width: 1024px) {
    .footer_right .socials_widget, .footer_right .socials_widget.nobg a {
        margin-left: 1em
    }

    .footer_right .socials_widget a {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 5px
    }
}

.jeg_instagram_feed {
    text-align: center
}

.jeg_instagram_heading {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    text-align: center
}

.jeg_instagram_heading > a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #212121
}

.jeg_instagram_heading > a .fa {
    font-size: 12px
}

.jeg_instagram_feed {
    position: relative
}

.jeg_footer.dark .jeg_instagram_feed .jeg_instagram_heading > a, .jeg_instagram_feed .jeg_instagram_heading > a {
    color: #212121
}

.jeg_instagram_feed .instagram-pics.col5 li {
    width: 20%
}

.jeg_instagram_feed .instagram-pics.col6 li {
    width: 16.666666667%
}

.jeg_instagram_feed .instagram-pics.col7 li {
    width: 14.285714286%
}

.jeg_instagram_feed .instagram-pics.col8 li {
    width: 12.5%
}

.jeg_instagram_feed .instagram-pics.col9 li {
    width: 11.11111111%
}

.jeg_instagram_feed .instagram-pics.col10 li {
    width: 10%
}

.jeg_instagram_feed .instagram-pics li {
    float: left;
    overflow: hidden;
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.jeg_instagram_feed .instagram-pics li a {
    display: block;
    overflow: hidden;
    position: relative
}

.jeg_instagram_feed .normal li:hover {
    opacity: .6
}

.jeg_instagram_feed .zoom li .thumbnail-container, .jeg_instagram_feed .zoom-rotate li .thumbnail-container {
    transition: 1s linear
}

.jeg_instagram_feed .zoom li:hover .thumbnail-container {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: 1.5s ease-out
}

.jeg_instagram_feed .zoom-rotate li:hover .thumbnail-container {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
    transition: 1.5s ease-out
}

.jeg_instagram_feed .zoom li:hover a:after, .jeg_instagram_feed .zoom-rotate li:hover a:after {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.jeg_instagram_feed .zoom li a:after, .jeg_instagram_feed .zoom-rotate li a:after {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 8px solid #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: .2s ease-out
}

.jeg_instagram_feed .comment li:hover a:before, .jeg_instagram_feed .icon li:hover a:before, .jeg_instagram_feed .like li:hover a:before {
    opacity: .5
}

.jeg_instagram_feed .comment a:before, .jeg_instagram_feed .icon a:before, .jeg_instagram_feed .like a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    transition: .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 1
}

.jeg_instagram_feed .comment li:hover .fa, .jeg_instagram_feed .icon li:hover a:after, .jeg_instagram_feed .like li:hover .fa {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.jeg_instagram_feed .icon a:after {
    font-family: FontAwesome;
    content: "\F16D";
    font-size: 32px
}

.jeg_instagram_feed .comment .fa, .jeg_instagram_feed .icon a:after, .jeg_instagram_feed .like .fa {
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.jeg_instagram_feed .comment .fa, .jeg_instagram_feed .like .fa {
    font-family: inherit;
    font-size: 16px
}

.jeg_instagram_feed .comment .fa:before, .jeg_instagram_feed .like .fa:before {
    margin-right: 6px;
    font-family: FontAwesome
}

.jeg_footer_social .socials_widget a:first-child {
    margin-left: 0
}

.jeg_footer_social .socials_widget a:last-child {
    margin-right: 0
}

ul.instagram-pics {
    list-style-type: none;
    margin: 0
}

.jeg_footer_2 .jeg_footer_primary {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jeg_footer_2 .footer_column {
    vertical-align: top;
    border-color: #e0e0e0;
    border-style: solid;
    border-right-width: 1px;
    padding: 10px 30px 40px
}

.jeg_footer_2 .footer_column:last-child {
    border-right: 0
}

@media (min-width: 1024px) {
    .jeg_footer .col-md-2 .widget_categories > ul, .jeg_footer .vc_col-sm-2 .widget_categories > ul, .jeg_footer_2 .footer_column:nth-child(3) .footer_widget.widget_categories > ul {
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .jeg_footer .col-md-2 .widget_categories li li, .jeg_footer .vc_col-sm-2 .widget_categories li li, .jeg_footer_2 .footer_column .widget_categories li li, .jeg_footer_2 .footer_column .widget_nav_menu li li {
        padding-left: 0
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
    .jeg_footer_2 .footer_column {
        width: 23.333333333%;
        padding-bottom: 10px 20px 40px
    }

    .jeg_footer_2 .footer_column:first-child {
        width: 30%
    }

    .jeg_footer_2 .footer_column .footer_widget.widget_categories > ul {
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .jeg_footer_2 .jeg_inline_subscribeform .mc4wp-form-fields p {
        margin-bottom: 0
    }

    .jeg_footer_2 .mc4wp-form {
        text-align: center
    }

    .jeg_footer_2 .mc4wp-form-fields p {
        display: block;
        line-height: 1.4
    }

    .jeg_footer_2 .mc4wp-form input[type=email], .jeg_footer_2 .mc4wp-form input[type=submit], .jeg_footer_2 .mc4wp-form input[type=text] {
        text-align: center;
        position: relative !important;
        margin: .5em auto !important;
        padding: 0 1em;
        width: 100% !important
    }

    .jeg_footer_2 .footer_widget .mc4wp-form {
        text-align: left
    }
}

.jeg_footer_3 .jeg_footer_primary {
    padding: 60px 0
}

.jeg_footer_4 .jeg_footer_primary {
    padding: 40px 0 20px
}

.jeg_footer_4 .jeg_footer_secondary {
    padding: 20px 0 30px
}

.jeg_footer_5 .footer_logo {
    margin-bottom: 40px
}

.jeg_footer_5 .jeg_footer_social {
    border-bottom: 1px solid #e0e0e0
}

.jeg_footer_5.dark .jeg_footer_social {
    border-color: hsla(0, 0%, 100%, .15)
}

.jeg_footer_5 .jeg_footer_primary {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jeg_footer_5 .footer_column {
    float: none;
    vertical-align: top;
    text-align: center;
    padding: 60px 40px 50px;
    border-right: 1px solid #e0e0e0
}

.jeg_footer_5 .footer_column:last-child {
    border-right: 0
}

.jeg_footer_5 .jeg_footer_secondary {
    padding: 30px 0 20px
}

.jeg_footer_5 .jeg_scroll_top {
    margin: 10px 0
}

@media (min-width: 992px) and (max-width: 1024px) {
    .jeg_footer_5 .footer_column .footer_widget.widget_categories > ul {
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }
}

.jeg_footer_5 .footer_column .widget_categories li li, .jeg_footer_5 .footer_column .widget_nav_menu li li {
    padding-left: 0
}

.jeg_footer_6 .jeg_footer_primary {
    padding: 80px 40px 70px;
    max-width: 540px;
    margin: auto;
    text-align: center
}

.jeg_footer_6 .footer_logo {
    margin-bottom: 30px
}

.jeg_footer_6 .widget_categories li li, .jeg_footer_6 .widget_nav_menu li li {
    padding-left: 0
}

.jeg_footer_sidecontent .jeg_footer_primary {
    padding: 40px 0 30px
}

.footer_dark, .jeg_footer.dark .jeg_footer_content {
    background: #212121;
    color: #a8a8aa
}

.jeg_footer .footer_dark .h1, .jeg_footer .footer_dark .h2, .jeg_footer .footer_dark .h3, .jeg_footer .footer_dark .h4, .jeg_footer .footer_dark .h5, .jeg_footer .footer_dark .h6, .jeg_footer .footer_dark a, .jeg_footer .footer_dark h1, .jeg_footer .footer_dark h2, .jeg_footer .footer_dark h3, .jeg_footer .footer_dark h4, .jeg_footer .footer_dark h5, .jeg_footer .footer_dark h6, .jeg_footer.dark .h1, .jeg_footer.dark .h2, .jeg_footer.dark .h3, .jeg_footer.dark .h4, .jeg_footer.dark .h5, .jeg_footer.dark .h6, .jeg_footer.dark .jeg_footer_content a, .jeg_footer.dark h1, .jeg_footer.dark h2, .jeg_footer.dark h3, .jeg_footer.dark h4, .jeg_footer.dark h5, .jeg_footer.dark h6 {
    color: hsla(0, 0%, 100%, .8)
}

.jeg_footer.dark .jeg_scroll_top a {
    color: #a8a8aa
}

.jeg_footer .footer_dark a:hover, .jeg_footer.dark .jeg_footer_content a:hover {
    color: #fff
}

.jeg_footer .footer_dark .socials_widget a:hover .fa, .jeg_footer.dark .socials_widget a:hover .fa {
    color: inherit;
    opacity: 1
}

.jeg_footer.dark .jeg_footer_secondary {
    color: #a8a8aa
}

.jeg_footer .footer_dark hr, .jeg_footer.dark .jeg_footer_heading_2 .h3, .jeg_footer.dark .jeg_footer_secondary, .jeg_footer.dark hr, .jeg_footer_2.dark .footer_column, .jeg_footer_5.dark .footer_column {
    border-color: hsla(0, 0%, 100%, .15)
}

.jeg_footer .footer_dark .widget_tag_cloud a, .jeg_footer.dark .widget_tag_cloud a {
    background: hsla(0, 0%, 100%, .15)
}

.jeg_footer .footer_dark .jeg_postblock .jeg_post_meta .fa, .jeg_footer.dark .jeg_postblock .jeg_post_meta .fa {
    color: #bdbdbd
}

.jeg_footer .footer_dark .widget_categories li, .jeg_footer.dark .widget_categories li {
    color: #a8a8aa
}

.jeg_footer_custom .jeg_content {
    padding: 0
}

.jeg_footer_custom .wpb_content_element:last-child {
    margin-bottom: 0
}

.jeg_footer_custom .jeg_vc_content > p {
    display: none
}

.jnews-cookie-law-policy {
    display: none;
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px;
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 2px 20px rgba(0, 0, 0, .15)
}

.jnews-cookie-law-policy .btn-cookie {
    margin-left: 10px;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    text-transform: none
}

.compose-mode .jeg_footer .wpb_column > .wpb_wrapper > .vc_element:last-child > .wpb_content_element {
    margin-bottom: 0
}

.compose-mode .jeg_footer {
    overflow: hidden
}

.content-placeholder {
    padding: 30px 0 40px
}

.content-placeholder div[class*=placeholder_] {
    background: #f5f5f5
}

.content-placeholder .placeholder_title {
    height: 32px;
    margin-bottom: 10px
}

.content-placeholder .w60 {
    width: 60%
}

.content-placeholder .placeholder_title.w60 {
    margin-bottom: 20px
}

.content-placeholder .placeholder_img {
    height: 375px;
    margin-bottom: 30px
}

.content-placeholder .placeholder_text {
    height: 18px;
    margin-bottom: 1em
}

.content-placeholder .placeholder_widget {
    height: 200px;
    margin-bottom: 20px
}

.split-container {
    position: relative
}

.split-overlay {
    background: hsla(0, 0%, 100%, .8);
    display: none
}

.preview-slider-overlay, .split-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_circle .jeg_preloader.circle, .preloader_type.preloader_dot .jeg_preloader.dot, .preloader_type.preloader_square .jeg_preloader.square {
    display: block
}

.preloader_type.preloader_circle .jeg_preloader.circle {
    width: 100%;
    height: 100%
}

.preloader_type.preloader_square .jeg_preloader.square {
    width: 30px;
    height: 30px
}

.jnews_preloader_circle_outer {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px
}

.jnews_preloader_circle_inner {
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: .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);
    transform: translateZ(0);
    -webkit-animation: m .9s infinite linear;
    animation: m .9s infinite linear
}

.jnews_preloader_circle_inner, .jnews_preloader_circle_inner:after {
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.preview-slider-overlay .jnews_preloader_circle_inner {
    border-top-color: hsla(0, 0%, 100%, .2);
    border-right-color: hsla(0, 0%, 100%, .2);
    border-bottom-color: hsla(0, 0%, 100%, .2);
    border-left-color: #fff
}

.preview-slider-overlay .jnews-cube-grid .jnews-cube {
    background-color: #fff;
    border: 1px solid #eee
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.jeg_square {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #555;
    top: 50%;
    animation: n 2s infinite ease
}

.jeg_square_inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #555;
    animation: o 2s infinite ease-in
}

@-webkit-keyframes n {
    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(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes n {
    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(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes o {
    0% {
        height: 0%
    }
    25% {
        height: 0%
    }
    50% {
        height: 100%
    }
    75% {
        height: 100%
    }
    to {
        height: 0%
    }
}

@keyframes o {
    0% {
        height: 0%
    }
    25% {
        height: 0%
    }
    50% {
        height: 100%
    }
    75% {
        height: 100%
    }
    to {
        height: 0%
    }
}

@-webkit-keyframes p {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes p {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes q {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes q {
    0% {
        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: q;
    animation-name: q
}

@-webkit-keyframes r {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes r {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes s {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes s {
    0% {
        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: s;
    animation-name: s
}

@-webkit-keyframes t {
    0% {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes t {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.wpb_row {
    margin-bottom: 0
}

.vc_column_container > .vc_column-inner, .vc_row-no-padding .vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 30px
}

.vc_row.vc_row-flex {
    display: block
}

.vc_row.vc_row-flex > .jeg-vc-wrapper {
    box-sizing: border-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vc_row.vc_row-o-equal-height .jeg-vc-wrapper > .vc_column_container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper > * {
        min-height: 1em
    }
}

.compose-mode .vc_empty-placeholder {
    margin-bottom: 0 !important
}

.compose-mode .vc_row[data-vc-full-width] {
    overflow: visible !important
}

.compose-mode .wpb_column > .wpb_wrapper > .vc_element:last-child > .wpb_content_element {
    margin-bottom: 35px
}

.compose-mode .vc_controls > .vc_controls-bc {
    z-index: 2
}

.compose-mode .vc_vc_row > .vc_parallax, .compose-mode .vc_vc_row > [data-vc-full-width=true], .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section > .vc_parallax, .compose-mode .vc_vc_section > [data-vc-full-width=true], .compose-mode .vc_vc_video {
    padding-top: 0
}

.compose-mode .vc_element:hover .jeg-vc-wrapper > .vc_element:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    outline: 1px dashed #ebebeb;
    outline: 1px dashed hsla(0, 0%, 49%, .4)
}

.compose-mode .vc_element:hover .footer_dark .jeg-vc-wrapper > .vc_element:before {
    outline-color: hsla(0, 0%, 97%, .4)
}

.ff-container {
    display: inline-block;
    position: relative;
    background: rgba(0, 0, 0, .5);
}

.ff-container .ff-image {
    z-index: 0;
    vertical-align: top;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.ff-container .ff-image.ff-image-ready {
    opacity: 1
}

.ff-container .ff-canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    vertical-align: top;
    opacity: 0
}

.ff-container .ff-canvas.ff-responsive {
    width: 100%
}

.ff-container .ff-canvas.ff-canvas-ready {
    transition: opacity .3s;
    opacity: 1
}

.ff-container .ff-canvas.ff-canvas-active {
    transition: none;
    opacity: 0
}

.ff-container.ff-responsive, .ff-container.ff-responsive .ff-canvas-ready, .ff-container.ff-responsive .ff-image {
    width: 100%
}

.ff-container > img {
    margin: 0 auto
}

.ff-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2
}

.ff-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    width: 72px;
    height: 72px;
    padding: 3px;
    border-radius: 72px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    left: 50%
}

.ff-container-active .ff-control {
    visibility: hidden
}

.ff-overlay.ff-container-active {
    background-color: transparent
}

.ff-control:before {
    content: " ";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 66px;
    height: 66px;
    border: 3px dashed #fff;
    border-radius: 66px
}

.customize-partial-refreshing {
    position: relative;
    min-height: 30px;
    min-width: 30px;
    opacity: .7
}

.customize-partial-refreshing:after, .customize-partial-refreshing:before {
    content: "";
    display: block;
    position: absolute
}

.customize-partial-refreshing:before {
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 82%, .9);
    z-index: 1
}

.customize-partial-refreshing:after {
    font-family: FontAwesome;
    content: "\F013";
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    font-size: 24px;
    color: #000;
    animation: a 2s infinite linear
}

.jspPane {
    margin-left: 0 !important
}

.jeg_menu .jnews-edit-post, .jnews-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);
    transition: all .2s ease-in-out;
    font-weight: 500;
    visibility: hidden
}

.jnews-edit-post.left {
    color: #fff;
    left: 0;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.jnews-edit-post.right {
    right: 0;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.jnews-edit-post .fa {
    margin: 0 2px;
    font-size: 13px;
    color: rgba(240, 245, 250, .6)
}

.jnews-edit-post:hover {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    outline: 0
}

.jeg_newsfeed_item:hover .jnews-edit-post, .jeg_popup_post .jeg_popup_content:hover .jnews-edit-post, .jeg_post:hover .jnews-edit-post, .jeg_slide_item:hover .jnews-edit-post {
    color: #fff !important;
    visibility: visible;
    opacity: 1;
    top: 0
}

.jeg_popup_post .jnews-edit-post span, .jeg_sidefeed .jeg_pl_xs_3 .jnews-edit-post span, .search-result-wrapper .jnews-edit-post span {
    display: none
}

#wp-admin-bar-jnews .fa {
    font-family: fontawesome;
    font-weight: 400 !important;
    font-size: 12px;
    width: 16px;
    padding-right: 5px;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none
}

.jeg_relative {
    position: relative
}

.jeg_row_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.jeg_bottom_ribon, .jeg_top_ribon {
    position: absolute;
    width: 100%;
    background-repeat: repeat-x;
    left: 0
}

.jeg_top_ribon {
    top: 0
}

.jeg_bottom_ribon {
    bottom: 0
}

.review-search-form {
    padding: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 30px
}

.jeg_review_search_result_wrapper, .search-bar-wrapper {
    position: relative
}

.search-bar-wrapper {
    margin-bottom: 20px
}

.jeg_review_info {
    width: 130px;
    margin-left: 25px;
    padding: 10px 15px;
    background: #f7f7f7
}

.jeg_review_info .info-title {
    color: silver;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 5px;
    font-weight: 600
}

.jeg_review_info .price-info {
    margin-bottom: 15px
}

.jeg_review_info .price-info strong {
    font-size: 24px;
    line-height: 1.6em;
    font-size: 20px
}

.jeg_review_info .store-info li {
    margin-top: 5px
}

.jeg_review_info .store-info a {
    font-size: 12px;
    color: #212121;
    letter-spacing: 0
}

.jeg_price_review_list:before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px
}

.jeg_price_review_list {
    font-weight: 700;
    color: #f70d28
}

.jeg_review_search_result .jeg_post {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jeg_review_search_result .jeg_post > div {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.jeg_review_search_result .jeg_post .jeg_postblock_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
    float: none
}

.jeg_block_icon_link i {
    line-height: 42px;
    height: 42px;
    width: 42px;
    font-size: 26px;
    margin-right: 8px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #ccc
}

.jeg_block_icon_desc_span span {
    color: #999
}

.jeg_iconlink .jeg_block_icon_desc_span span, .jeg_iconlink .jeg_block_icon_link i {
    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_vertical_menu {
    min-width: 150px;
    border-top: 6px solid #000;
    margin-right: 10px
}

.jeg_vertical_menu a {
    font-weight: 700;
    color: #000;
    font-size: 15px
}

.jeg_vertical_menu .menu {
    margin-top: 4px;
    margin-left: 2px
}

.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_meganav_bar.alt, .jeg_meganav_bar.alt.jeg_splitpost_bar .current_title, .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 .owl-carousel .owl-dot, .jeg_postblock.alt .owl-carousel .owl-nav .owl-next, .jeg_postblock.alt .owl-carousel .owl-nav .owl-prev, .jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_title a, .jeg_review_search.alt .jeg_pagenav_1 .page_nav, .jeg_review_search.alt .jeg_pagenav_1 .page_number, .jeg_review_search.alt .jeg_post_title a {
    color: #fff
}

.jeg_iconlink.alt, .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, .jeg_review_search.alt {
    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, .jeg_review_search.alt .review-search-form {
    background: #fff
}

.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), .jeg_postblock.alt .owl-carousel .owl-nav div:hover {
    background: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .1)
}

.jeg_postblock.alt .jeg_block_nav a, .jeg_postblock.alt .owl-carousel .owl-dot, .jeg_postblock.alt .owl-carousel .owl-nav .owl-next, .jeg_postblock.alt .owl-carousel .owl-nav .owl-prev {
    border-color: hsla(0, 0%, 100%, .3)
}

.jeg_review_search.alt .jeg_pagenav_1 a.page_nav:hover, .jeg_review_search.alt .jeg_pagenav_1 a.page_number:hover {
    background: #999
}

.jeg_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_postblock_content, .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, .jeg_review_search.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
}

.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: hsla(0, 0%, 100%, .2)
}

.jeg_postblock.alt .okayNav__nav--invisible a {
    color: #333
}

.jeg_heropost_14.alt .jeg_pl_lg_7, .jeg_heropost_14.alt .jeg_pl_sm_2:after, .jeg_postblock.alt .jeg_block_loadmore a, .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: hsla(0, 0%, 100%, .2)
}

.jeg_postblock.alt .jeg_pl_lg_6 {
    border-color: hsla(0, 0%, 100%, .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
}

.jeg_breakingnews.alt .jeg_news_ticker {
    border-color: hsla(0, 0%, 100%, .2);
    background: rgba(0, 0, 0, .1)
}

.jeg_breakingnews.alt .jeg_news_ticker_item .post-date {
    color: #ddd
}

.jeg_meganav_bar.alt {
    border: 1px solid #666;
    background: #222
}

.jeg_heropost_14.alt .jeg_pl_lg_7, .jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content {
    background: 0 0
}

.alt .jeg_meta_footer .jeg_post_share a, .alt .jeg_pl_xs_2:before, .alt .jeg_pl_xs_4 .jeg_postblock_content:before, .alt .jeg_post_meta .fa {
    color: #fff
}

.jeg_postblock_28.alt .show_border article, .jeg_postblock_29.alt .show_border article {
    border-color: hsla(0, 0%, 100%, .2)
}

.jeg_postblock_30.alt .jeg_pl_lg_7, .jeg_postblock_30.alt .jeg_pl_lg_7 .jeg_postblock_content {
    background: 0 0
}

.alt .jeg_pl_sm_2:after, .jeg_postblock_30.alt .jeg_pl_lg_7 {
    border-color: hsla(0, 0%, 100%, .2)
}

@media only screen and (max-width: 768px) {
    .jeg_review_search_result .jeg_post {
        display: block
    }

    .jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
        float: left;
        margin-bottom: 10px
    }

    .jeg_review_info {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        clear: both
    }

    .jeg_review_info .price-info {
        float: left;
        margin-right: 20px;
        margin-bottom: 0
    }

    .jeg_review_info .store-info {
        overflow: hidden
    }

    .jeg_review_info .store-info li {
        display: inline-block;
        margin-right: 20px
    }
}

.jeg_sidefeed .jeg_pl_md_box .overlay_container .jeg_postblock_content {
    position: absolute
}

.elementor-element .jegStickyHolder {
    width: 100%
}

@media only screen and (min-width: 736px) {
    .jnews_inline_related_post_wrapper.half {
        width: 320px
    }

    .jnews_inline_related_post_wrapper.half.left {
        float: left;
        margin-right: 25px
    }

    .jnews_inline_related_post_wrapper.half.right {
        float: right;
        margin-left: 25px
    }

    .jnews_inline_related_post .jeg_postblock_29.jeg_col_2o3 .jeg_postsmall {
        white-space: normal;
        -webkit-column-gap: 60px;
        column-gap: 60px;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-rule: 1px solid #eee;
        column-rule: 1px solid #eee
    }

    .jeg_postblock_22.jeg_col_1o3 .jeg_post {
        margin-bottom: 16px
    }
}

.jnews_inline_related_post_wrapper .h3.jeg_block_title strong {
    margin-left: 4px
}

.jnews_inline_related_post .jeg_block_heading {
    margin-bottom: 20px;
    margin-top: .5em
}

.jnews_inline_related_post .jeg_block_heading_5, .jnews_inline_related_post .jeg_block_heading_8 {
    margin-bottom: 15px;
    margin-top: 0
}

.jnews_inline_related_post .jeg_postblock_28 .jeg_post_title, .jnews_inline_related_post .jeg_postblock_29 .jeg_post_title {
    font-weight: 700;
    font-size: 15px
}

.jnews_inline_related_post .jeg_pl_sm .jeg_thumb {
    width: 90px
}

.jnews_inline_related_post .jeg_pl_sm .jeg_postblock_content {
    margin-left: 90px
}

.jnews_inline_related_post .jeg_pl_sm .jeg_post_title {
    font-size: 14px
}

.jnews_inline_related_post .jeg_pl_sm .jeg_post_meta {
    line-height: 1;
    margin-top: 8px
}

.jnews_inline_related_post .jeg_block_nav {
    margin-bottom: 0
}

.jnews_inline_related_post .jeg_postblock .jeg_block_nav {
    margin-top: 10px
}

.jnews_inline_related_post .jeg_postblock .jeg_block_loadmore {
    margin-top: 10px;
    padding: 0
}

.jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_loadmore, .jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_nav {
    margin-top: 0
}

@media (min-width: 992px) {
    .jeg_account_page .col-md-4 {
        width: 25%;
        margin-right: 10%
    }

    .jeg_account_page .col-md-8 {
        width: 65%
    }
}

.jeg_account_left {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0
}

.jeg_account_left img {
    width: 80px;
    margin: 15px 0;
    border-radius: 100%
}

.jeg_account_page .jeg_author_content {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0
}

.jeg_account_page .jeg_account_nav {
    margin: 25px 0
}

.jeg_account_nav li a {
    display: block;
    padding: 5px 0
}

.jeg_account_page .jeg_account_title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee
}

.jeg_account_page .frontend-submit-button {
    margin: 15px -20px -20px;
    padding: 15px 20px;
    background: #f7f7f7
}

.jeg_account_page .frontend-submit-button .button {
    max-width: 100%;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 30px
}

.jeg_account_page .frontend-submit-button .button .fa {
    margin-right: 4px
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .jeg_account_page .frontend-submit-button .button {
        padding-left: 20px;
        padding-right: 20px
    }

    .jeg_account_page .col-md-4 {
        width: 30%;
        margin-right: 5%
    }

    .jeg_account_page .col-md-8 {
        width: 65%
    }
}

.jeg_account_page .description-label .h3, .jeg_account_page .social-label .h3 {
    margin-top: 10px
}

.jeg_account_page .alert {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
    font-weight: 500
}

.jeg_upload_wrapper .btn {
    text-transform: none;
    color: #212121;
    font-weight: 400;
    font-family: inherit;
    font-size: 13px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 15px;
    letter-spacing: 0;
    border-radius: 5px;
    line-height: 35px;
    height: 35px
}

.jeg_upload_wrapper .btn:hover {
    background: #fff;
    box-shadow: none;
    border-color: #999
}

.jeg_upload_wrapper .upload_preview_container:after {
    content: " ";
    clear: both;
    display: block
}

.jeg_upload_wrapper .upload_preview_container ul {
    padding-left: 0
}

.jeg_upload_wrapper .upload_preview_container li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
}

.jeg_upload_wrapper .upload_preview_container li .remove:after {
    position: absolute;
    content: "\F00D";
    font-family: FontAwesome;
    display: block;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}

.jeg_upload_wrapper .upload-progress {
    display: none
}

.jeg_upload_wrapper li.sortable-placeholder {
    border: 1px dashed #ccc;
    width: 150px;
    height: 150px;
    display: block
}

.jeg_upload_wrapper li.uploading {
    border: 1px dashed #c2c2c2;
    width: 150px;
    height: 150px;
    display: block;
    position: relative
}

.jeg_upload_wrapper li .uploading-progress {
    height: 100%;
    background: #eee;
    width: 0;
    -webkit-transition: width .6s ease 0s;
    -moz-transition: width .6s ease 0s;
    -o-transition: width .6s ease 0s;
    -ms-transition: width .6s ease 0s
}

.jeg_upload_wrapper.submit-field {
    margin-top: 10px
}

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700
}

.form-group {
    margin-bottom: 20px
}

.form-group .chosen-container-single .chosen-single, .form-group input:not([type=submit]), .form-group select, .form-group textarea {
    font-size: 15px
}

.jeg_account_posts {
    margin-bottom: 40px
}

.jeg_post_list_count {
    text-align: right
}

.jeg_account_page .jeg_post {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.jeg_account_page .jeg_post:last-child {
    border-bottom: none
}

.jeg_account_page .jeg_post_title {
    font-size: 18px
}

.jeg_account_page .jeg_post_status {
    font-weight: 700
}

.jeg_account_page .jeg_post_control {
    opacity: 0;
    position: relative;
    transition: .2s;
    color: #a0a0a0
}

.jeg_account_page .jeg_post:hover .jeg_post_control {
    opacity: 1
}

.jeg_account_page .jeg_post_control a {
    font-size: 12px;
    display: inline-block
}

.ajax_comment_button {
    text-align: center
}

.ajax_comment_button span {
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 30px;
    height: 45px;
    line-height: 45px
}

#footer .truncate-read-more, .truncate-read-more {
    display: none
}

@media only screen and (max-width: 1024px) {
    .mobile-truncate.content-inner {
        position: relative;
        height: 250px;
        overflow: hidden;
        margin-bottom: 50px
    }

    .mobile-truncate.content-inner:after {
        position: absolute;
        bottom: 0;
        z-index: 2;
        content: "";
        display: block;
        width: 100%;
        height: 150px;
        box-shadow: inset 0 -107px 61px -15px hsla(0, 0%, 98%, .8)
    }

    .content-inner .truncate-read-more {
        display: none
    }

    .mobile-truncate.content-inner .truncate-read-more {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        display: block
    }

    .mobile-truncate .truncate-read-more span {
        text-align: center;
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        margin: 0 auto;
        cursor: pointer;
        border-radius: 5px
    }
}

@media only screen and (min-width: 1571px) {
    .jeg_sidecontent_left:not(.jeg_boxed) .jeg_autoload_separator .container, .jeg_sidecontent_left:not(.jeg_boxed) .jeg_main .container, .jeg_sidecontent_left:not(.jeg_boxed) .jeg_main .jeg_vc_content > .vc_element > .vc_row, .jeg_sidecontent_left:not(.jeg_boxed) .jeg_main .jeg_vc_content > .vc_row {
        margin-left: 30px
    }

    .jeg_sidecontent_left .jeg_footer .row, .jeg_sidecontent_left .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width=true], .jeg_sidecontent_left .jeg_vc_content > .vc_row[data-vc-full-width=true] {
        margin-left: 0
    }

    .jeg_sidecontent_left .jeg_footer .container, .jeg_sidecontent_left .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper, .jeg_sidecontent_left .jeg_vc_content > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper {
        margin-left: 30px
    }
}

@media only screen and (min-width: 1280px) {
    .jeg_boxed .jeg_container {
        width: 1230px
    }
}

@media only screen and (max-width: 1570px) and (min-width: 1025px) {
    .jeg_sidecontent .container, .jeg_sidecontent .elementor-section, .jeg_sidecontent .jeg_container, .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row, .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper, .jeg_sidecontent .jeg_vc_content > .vc_row, .jeg_sidecontent .jeg_vc_content > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper {
        width: auto
    }

    .jeg_sidecontent .container {
        padding: 0 45px
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .jeg_sidecontent .container, .jeg_sidecontent .elementor-section, .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row, .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper, .jeg_sidecontent .jeg_vc_content > .vc_row, .jeg_sidecontent .jeg_vc_content > .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper {
        padding: 0 30px
    }

    .jeg_sidecontent .jeg_sidebar {
        padding: 0 15px
    }
}

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

    .widget .socials_widget.nobg a:nth-child(10), .widget .socials_widget:not(.nobg) a:nth-child(7) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px) {
    .jeg_header {
        display: none
    }

    #jeg_off_canvas, .jeg_navbar_mobile, .jeg_navbar_mobile_wrapper {
        display: block
    }

    .admin-bar #jeg_off_canvas {
        top: 32px
    }

    .jeg_navbar_mobile_wrapper {
        display: block
    }

    .jeg_sidebar {
        padding: 0 15px !important
    }

    .jeg_sidecontent .jeg_viewport, .jeg_sidecontent_left:not(.jeg_boxed) .container, .jeg_sidecontent_left:not(.jeg_boxed) .jeg_vc_content > .vc_element > .vc_row, .jeg_sidecontent_left:not(.jeg_boxed) .jeg_vc_content > .vc_row {
        margin-left: auto
    }

    #jeg_sidecontent {
        display: none
    }

    .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_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_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
    }

    .popularpost_item:first-child .jeg_post_title {
        font-size: 20px
    }

    .jeg_ad_widget .ad_container {
        padding: 0;
        border: 0
    }

    .jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
        flex: 0 0 100%;
        margin-bottom: 15px;
        padding-right: 0
    }

    .jeg_inline_subscribeform .mc4wp-form-fields p {
        font-size: 14px
    }

    .jeg_footer_social .socials_widget a {
        margin: 0 15px
    }

    .jeg_footer_social .socials_widget span {
        font-size: 11px;
        letter-spacing: 1px
    }

    .entry-header .jeg_post_title {
        font-size: 2.4em
    }

    .jeg_featured_big .entry-header .jeg_post_title, .jeg_single_tpl_2 .entry-header .jeg_post_title, .jeg_single_tpl_3 .entry-header .jeg_post_title, .jeg_single_tpl_6 .entry-header .jeg_post_title {
        font-size: 3em
    }

    .entry-content h1 {
        font-size: 2em
    }

    .entry-content h2 {
        font-size: 1.703em
    }

    .entry-content h3 {
        font-size: 1.35em
    }

    .entry-content h4 {
        font-size: 1.2em
    }

    .entry-content h5 {
        font-size: 1.17em
    }

    .entry-content .h3.jeg_block_title {
        font-size: inherit
    }

    .jeg_single_fullwidth .jeg_main_content {
        margin-top: 0
    }

    .jeg_single_fullwidth .jeg_share_button.share-float {
        margin-left: -80px
    }

    .jeg_featured_img {
        background-attachment: inherit
    }

    .jeg_parallax .jeg_featured_img {
        background-position: 50% !important;
        background-size: cover
    }

    .jeg_single_tpl_6 .jeg_featured_big {
        height: 300px
    }

    .jeg_single_tpl_10 .entry-header {
        margin: 20px auto 30px
    }

    .alignleft, .alignright {
        max-width: 265px
    }

    .entry-content .pullquote {
        font-size: 120%
    }

    .entry-content blockquote, .entry-content q {
        font-size: 110%
    }

    .entry-content .pullquote.align-left {
        max-width: 40%;
        margin-right: 1em
    }

    .entry-content .pullquote.align-right {
        max-width: 40%;
        margin-left: 1em
    }

    .jeg_authorpage .jeg_author_content p {
        width: 100%
    }

    .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
        padding: 70px 0
    }

    .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
        font-size: 23px
    }
}

@media only screen and (max-width: 1023px) {
    .footer_right {
        float: none;
        text-align: inherit;
        margin: .5em 0
    }

    .footer_right .jeg_menu_footer li a, .footer_right .jeg_menu_footer li:not(:last-child):after {
        margin: 0 1em 0 0
    }

    .footer_right .socials_widget a {
        margin: 0 1em 1em 0
    }

    .jeg_footer .jeg_social_icon_block a {
        margin-bottom: 1em !important
    }

    .footer_column {
        margin-bottom: 40px
    }

    .jeg_footer_2 .footer_column {
        display: block;
        border-right: 0;
        padding: 0 15px
    }

    .jeg_footer_4 .footer_column {
        margin-bottom: 20px;
        text-align: center
    }

    .jeg_footer_4 .footer_column:last-child {
        margin-bottom: 0
    }

    .jeg_footer_4 .footer_right .footer_widget {
        margin-bottom: 15px !important
    }

    .jeg_footer_5 .jeg_footer_primary {
        padding: 40px 0 0;
        display: block
    }

    .jeg_footer_5 .footer_column {
        display: block;
        padding: 0;
        border-right: 0;
        max-width: 540px;
        margin: auto
    }

    .jeg_slider_type_2 .owl-dots {
        opacity: 1
    }
}

@media only screen and (max-width: 768px) {
    .jeg_main_wrapper {
        padding-top: 20px
    }

    .admin-bar #jeg_off_canvas {
        top: 46px
    }

    .admin-bar #jeg_sidecontent {
        top: 96px
    }

    .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_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)
    }

    .jeg_sidebar .mc4wp-form-fields p, .widget .mc4wp-form-fields p {
        display: block
    }

    .jeg_sidebar .mc4wp-form input + input[type=submit], .widget .mc4wp-form input + input[type=submit] {
        margin-top: 10px;
        width: 100%
    }

    .jeg_main_content .mc4wp-form input[type=email]:not(:only-child) {
        width: 65%
    }

    .jeg_main_content .mc4wp-form input + input[type=submit] {
        width: 30%
    }

    .jeg_footer_primary {
        padding: 40px 0 30px
    }

    .footer_column {
        margin-bottom: 20px
    }

    .footer_column:last-child {
        margin-bottom: 0
    }

    .jeg_footer_secondary {
        font-size: 11px;
        line-height: 20px;
        padding: 30px 0
    }

    .jeg_footer p.copyright {
        margin: .5em 0
    }

    .jeg_footer_2 .jeg_footer_primary {
        display: block
    }

    .jeg_footer_2 .footer_column {
        display: block;
        border-right: 0;
        padding: 0 15px
    }

    .jeg_footer .jeg_footer_heading_2 .h3 {
        margin-bottom: 10px;
        padding-bottom: 5px
    }

    .jeg_footer_sidecontent .jeg_menu_footer li a {
        font-size: 12px;
        margin: 0 10px 0 0
    }

    .jeg_footer_sidecontent .socials_widget.nobg a {
        margin: 0 14px 14px 0
    }

    .jeg_footer_sidecontent .socials_widget.nobg .fa {
        font-size: 14px
    }

    .jeg_footer_social .socials_widget a {
        margin: 0 15px
    }

    .jeg_footer_social .socials_widget span {
        display: none
    }

    .jeg_footer_subscribe .subscribe_widget {
        float: none;
        text-align: center;
        max-width: none
    }

    .jeg_footer_subscribe .socials_widget {
        float: none;
        margin-top: 15px;
        text-align: center
    }

    .jeg_singlepage .jeg_breadcrumbs {
        margin: 0 auto 15px
    }

    .jeg_single_tpl_6 .jeg_featured_big {
        height: 240px
    }

    .entry-header .jeg_post_title {
        font-size: 2.4em !important;
        line-height: 1.15 !important
    }

    .entry-header .jeg_post_subtitle {
        margin: -5px 0 15px;
        font-size: 18px
    }

    .jeg_fs_container .jeg_post_meta {
        margin: 15px 0 0
    }

    .entry-header, .jeg_featured, .jeg_share_button {
        margin-bottom: 20px
    }

    .entry-content .intro-text {
        font-size: larger
    }

    .entry-content blockquote, .entry-content p, .entry-content q {
        margin-bottom: 1em
    }

    .comment-body {
        padding-left: 55px
    }

    .commentlist .avatar {
        width: 40px;
        left: -55px
    }

    .jeg_author_image {
        width: 130px
    }

    .jeg_author_content {
        margin-left: 130px
    }

    .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
        padding: 60px 0
    }

    .jeg_hidden_md {
        display: none !important;
        visibility: hidden !important
    }

    .jeg_instagram_feed .instagram-pics.col7 li {
        width: 33.333333333%
    }

    .jeg_instagram_feed .instagram-pics.col8 li, .jeg_instagram_feed .instagram-pics.col9 li {
        width: 25%
    }

    .jeg_instagram_feed .instagram-pics.col10 li {
        width: 20%
    }

    .jeg_instagram_feed .instagram-pics.col10 li:nth-child(n+11), .jeg_instagram_feed .instagram-pics.col7 li:nth-child(n+7), .jeg_instagram_feed .instagram-pics.col8 li:nth-child(n+9), .jeg_instagram_feed .instagram-pics.col9 li:nth-child(n+9) {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .jeg_block_heading {
        margin-bottom: 20px
    }

    .jeg_tabpost_content {
        padding-top: 20px
    }

    .jeg_block_title span {
        font-size: 14px
    }

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

    .popularpost_item:first-child .jeg_post_title a:before, .popularpost_item:first-child:hover .jeg_post_title a:before {
        font-size: 26px;
        width: 30px
    }

    .popularpost_item .jeg_post_title a:before {
        font-size: 15px;
        width: 18px;
        height: 18px;
        line-height: 18px
    }

    .popularpost_item {
        padding-left: 50px;
        margin-bottom: 15px
    }

    .popularpost_item .jeg_post_title {
        font-size: 14px;
        line-height: 1.4
    }

    .jeg_cat_header_4 .jeg_breadcrumbs, .jeg_single_tpl_4 .jeg_breadcrumbs, .jeg_single_tpl_5 .jeg_breadcrumbs {
        margin-bottom: 0
    }

    .jeg_featured_big .entry-header .jeg_post_title {
        font-size: 40px !important
    }

    .jeg_fs_container .jeg_post_meta {
        margin-top: 30px
    }

    .jeg_fs_container .entry-header {
        padding-bottom: 80px
    }

    .jeg_single_fullwidth .jeg_main_content {
        width: 100%;
        padding: 0 15px
    }

    .jeg_single_fullwidth .jeg_share_button.share-float {
        margin-left: 0
    }

    .jeg_views_count {
        display: none
    }

    .jeg_share_stats .counts {
        font-size: 20px
    }

    .jeg_share_stats .sharetext {
        font-size: 9px
    }

    .jeg_share_button a > span {
        font-size: 11px
    }

    .jeg_share_button a {
        width: 32px;
        max-width: 32px;
        height: 32px;
        line-height: 32px
    }

    .jeg_share_button .fa {
        font-size: 14px
    }

    .alignleft, .alignright {
        max-width: 300px
    }

    .jeg_footer_sidecontent .jeg_footer_primary {
        padding-bottom: 0
    }
}

@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_content {
        padding: 20px 0 30px
    }

    .jeg_sidebar_left .jeg_main_content {
        float: none
    }

    .jeg_breadcrumbs, .jeg_postblock {
        margin-bottom: 10px
    }

    .jeg_archive_header, .jeg_block_heading, .jeg_blocklink, .jeg_breakingnews, .jeg_cat_header {
        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_tabpost_content {
        padding-top: 20px
    }

    .jeg_cat_title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .jeg_cat_header_2 {
        margin: -20px 0 20px
    }

    .jeg_cat_overlay .jeg_title_wrap {
        padding: 20px 0
    }

    .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
        padding: 40px 0
    }

    .jeg_meganav {
        padding: 10px 0
    }

    .jeg_meganav .sub-menu {
        padding: 0 20px
    }

    .jeg_meganav > ul > li > a {
        margin: 5px 20px
    }

    .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_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
        font-size: 16px;
        line-height: 1.4
    }

    #breadcrumbs {
        font-size: 12px
    }

    .jeg_singlepage .jeg_breadcrumbs {
        margin-bottom: .5em
    }

    .jeg_cat_header_4 .jeg_breadcrumbs, .jeg_single_tpl_4 .jeg_breadcrumbs, .jeg_single_tpl_5 .jeg_breadcrumbs {
        margin-bottom: 0;
        padding: 5px 0
    }

    .entry-header .jeg_post_title {
        font-size: 32px !important
    }

    .entry-header .meta_right > div {
        font-size: 16px
    }

    .jeg_fs_scroll {
        bottom: 0;
        font-size: 20px;
        height: 30px;
        line-height: 30px
    }

    .jeg_share_button.share-float .jeg_btn-hatena .fa, .jeg_share_button.share-float .jeg_btn-line .fa {
        height: auto;
        margin-top: 0
    }

    .jeg_single_fullwidth .jeg_main_content {
        width: 100%;
        padding: 0 15px
    }

    .jeg_single_fullwidth .jeg_share_button.share-float {
        margin-left: 0
    }

    .jeg_single_tpl_10 .entry-header {
        margin-top: 10px
    }

    .jeg_single_tpl_10 .entry-header:before {
        margin: 1em auto;
        border-width: 2px
    }

    .jeg_review_wrap .h3 {
        font-size: 18px
    }

    .jeg_reviewdetail ul {
        font-size: smaller
    }

    .jeg_reviewdetail li {
        padding-left: 20px
    }

    .jeg_reviewdetail li > i {
        font-size: 10px
    }

    .jeg_post_nav .post .arrow {
        font-size: 36px;
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .jeg_post_nav .prev-post .post-title {
        left: 10px
    }

    .jeg_post_nav .next-post .post-title {
        right: 10px
    }

    .jeg_instagram_feed .instagram-pics.col6 li {
        width: 33.333333333%
    }

    .jeg_instagram_feed .instagram-pics.col6 li:nth-child(n+7) {
        display: none
    }

    .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_news_ticker_prev:before {
        left: 11px;
    }

    .jeg_news_ticker_next:before {
        left: 6px;
    }

    .jeg_breakingnews_title span {
        display: none
    }

    .jeg_news_ticker_arrow {
        width: 25px
    }

    .jeg_news_ticker {
        padding-right: 65px
    }

    .jeg_meganav {
        padding: 0
    }

    .jeg_meganav > ul {
        display: block
    }

    .jeg_meganav .sub-menu {
        padding: 5px 20px 10px;
        border-right: 0;
        border-bottom: 1px solid #eee
    }

    .jeg_meganav > ul > li > a {
        margin: 10px 20px 0
    }

    .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:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_wrapper {
        height: 440px
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_post {
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_hero_item_1 {
        width: 100%;
        height: 60%
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller {
        white-space: nowrap;
        height: 40%;
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post {
        width: 45%;
        height: 100%;
        float: none;
        display: inline-block;
        margin-bottom: 0
    }

    .jeg_heroblock.jeg_heroblock_4 .jeg_heroblock_scroller .jeg_post, .jeg_heroblock.jeg_heroblock_5 .jeg_heroblock_scroller .jeg_post, .jeg_heroblock.jeg_heroblock_8 .jeg_heroblock_scroller .jeg_post {
        width: 50% !important
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_postblock_content {
        white-space: normal
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_post_title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 5px
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post_title {
        font-size: 16px !important;
        line-height: 20px;
        margin-bottom: 0
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew):not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title {
        max-width: 85%;
        margin-left: 0;
        margin-right: 0
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content {
        width: 70%
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .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_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_footer_subscribe label {
        display: block;
        margin: 15px 0
    }

    .jeg_footer_subscribe input[type=email], .jeg_footer_subscribe input[type=text] {
        margin-left: 0
    }

    .jeg_single_tpl_6 .jeg_featured_big {
        height: 200px
    }

    .jeg_cat_title {
        font-size: 26px
    }

    .jeg_cat_subtitle {
        font-size: 15px;
        line-height: 1.5
    }
}

@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:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_wrapper {
        height: 400px
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_post_title {
        font-size: 20px !important
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post_title {
        font-size: 14px !important;
        line-height: 1.25
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post_meta {
        display: none
    }

    .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_fs_container .entry-header {
        padding-bottom: 40px
    }

    .jeg_featured_big .jeg_post_subtitle {
        font-size: 14px
    }

    .jeg_share_button .fa {
        font-size: 18px
    }

    .jeg_share_button a > span {
        margin-left: 6px
    }

    .entry-header .jeg_meta_category, .entry-header .jeg_meta_comment, .entry-header .jeg_meta_like {
        display: none !important
    }

    .alignleft, .alignright, .wp-caption.alignleft, .wp-caption.alignright {
        float: none;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto
    }

    .entry-content .pullquote.align-center, .entry-content .pullquote.align-left, .entry-content .pullquote.align-right {
        float: none;
        max-width: 100% !important;
        margin: 1.25em auto;
        padding: 0 10%
    }

    .jeg_ad_article {
        margin: 0 0 1.25em
    }

    .jeg_ad_article .align-left, .jeg_ad_article .align-right {
        float: none;
        padding: 0
    }

    .jeg_splitpost_bar .current_title {
        font-size: 16px
    }

    .jeg_splitpost_1 > span {
        min-width: 100px;
        width: 100px
    }

    .jeg_splitpost_bar .page_nav {
        font-size: 11px
    }

    .jeg_splitpost_3 .nav_wrap {
        padding: 0 30px
    }

    .jeg_splitpost_3 .page_nav {
        line-height: 40px;
        top: 0;
        height: 40px;
        bottom: 0;
        margin: auto
    }

    .jeg_splitpost_3 .page_nav a {
        display: block;
        padding: 0 10px;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .jeg_splitpost_3 .page_nav.prev a:before {
        content: "e"
    }

    .jeg_splitpost_3 .page_nav.next a:before {
        content: "f"
    }

    .jeg_splitpost_3 .page_nav span {
        display: none
    }

    .jeg_splitpost_4 .page_nav {
        width: 80px
    }

    .jeg_splitpost_4 .current_title {
        padding: 5px 80px
    }

    .jeg_splitpost_5 .current_title {
        padding-top: 5px
    }

    .dealstitle {
        width: 70%
    }

    .jeg_deals .h3 {
        font-size: 18px
    }

    .dealstitle p {
        font-size: 13px
    }

    .bestprice .price {
        font-size: 30px
    }

    .jeg_deals_float {
        width: 45%
    }

    .jeg_deals_float .jeg_storelist li {
        padding: 3px 7px
    }

    .jeg_deals_float .h3 {
        font-size: 13px;
        margin: 0 0 10px
    }

    .conspros, .jeg_reviewscore {
        padding: 20px
    }

    .jeg_authorpage .jeg_author_image img {
        width: 80px;
        height: 80px
    }

    .jeg_authorpage .jeg_author_content {
        padding-left: 80px;
        margin-left: 20px
    }

    .jeg_authorpage .jeg_author_name {
        font-size: 20px
    }

    .jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
        max-width: 100%
    }

    .jeg_inline_subscribeform .mc4wp-form-fields {
        display: block
    }

    .jeg_inline_subscribeform .mc4wp-form-fields p {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 480px) {
    .thumbnail-container.size-715 {
        margin-top: 5px
    }

    .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_sidecontent {
        width: 80%;
        left: -80%
    }

    .jeg_sidecontent .container {
        padding: 0 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 .owl-dots {
        right: 15px
    }

    .jeg_slider_type_2 .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 .owl-dots {
        padding-bottom: 8px
    }

    .jeg_owlslider .owl-nav div {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .jeg_owlslider .owl-nav .owl-next {
        right: 15px
    }

    .jeg_owlslider .owl-nav .owl-prev {
        left: 15px
    }

    .jeg_owlslider .owl-dot span {
        width: 8px;
        height: 8px;
        line-height: 8px;
        margin: 0 4px
    }

    .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:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_wrapper {
        height: 300px
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_hero_item_1 {
        height: 55%
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller {
        height: 45%
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_post_title {
        font-size: 14px !important
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post {
        width: 80% !important
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_scroller .jeg_post_title {
        font-size: 15px !important
    }

    .jeg_heroblock_9 .jeg_heroblock_wrapper, .jeg_heroblock_skew .jeg_heroblock_wrapper {
        height: 290px;
        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:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_post_title {
        font-size: 18px !important
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew).jeg_hero_style_7 .jeg_hero_item_1 .jeg_postblock_content {
        width: auto
    }

    .jeg_heroblock:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew).jeg_hero_style_5 .jeg_hero_item_1 .jeg_post_title {
        max-width: 90%
    }

    .jeg_heroblock .jeg_post.format-video .jeg_postformat_icon:after {
        top: 5px;
        right: 5px
    }

    .jeg_main_content .mc4wp-form .h3 {
        font-size: 16px !important
    }

    .jeg_inline_subscribeform .mc4wp-form-fields p {
        margin-bottom: 0
    }

    .mc4wp-form {
        text-align: center
    }

    .mc4wp-form-fields p {
        display: block
    }

    .mc4wp-form input[type=email], .mc4wp-form input[type=submit], .mc4wp-form input[type=text] {
        text-align: center;
        position: relative !important;
        margin: .5em auto !important;
        padding: 0 1em;
        width: 100% !important
    }

    .footer_widget .mc4wp-form {
        text-align: left
    }

    .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_footer_social .socials_widget a {
        margin: 0 7px
    }

    .jeg_footer_social .socials_widget a .fa {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .entry-header, .jeg_featured, .jeg_share_button, .jeg_share_button.share-float .jeg_sharelist {
        margin-bottom: 15px
    }

    .jeg_share_button.share-float {
        margin-bottom: 0
    }

    .jeg_single_tpl_6 .jeg_featured_big {
        height: 160px
    }

    .jeg_single_tpl_10 .entry-header {
        margin: 0 auto 20px
    }

    .jeg_meta_author img {
        width: 25px
    }

    .entry #breadcrumbs .breadcrumb_last {
        display: none
    }

    .entry-header .jeg_meta_category, .entry-header .jeg_meta_comment, .entry-header .jeg_meta_like {
        display: none !important
    }

    .entry-content .pullquote.align-center, .entry-content .pullquote.align-left, .entry-content .pullquote.align-right {
        font-size: 1em;
        padding: 0 5%
    }

    .entry-content blockquote, .entry-content q {
        font-size: 1em
    }

    .jeg_views_count {
        display: none
    }

    .jeg_share_button a > span {
        display: none !important
    }

    .jeg_share_button a {
        width: auto !important;
        max-width: none !important;
        height: 32px;
        line-height: 32px
    }

    .jeg_share_button .fa {
        font-size: 14px
    }

    .jeg_authorbox {
        text-align: center;
        padding: 20px 0
    }

    .jeg_author_image {
        display: block;
        float: none;
        margin: 0 auto 1em
    }

    .jeg_author_content {
        margin-left: 0;
        padding: 0 30px
    }

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

    .jeg_post_nav .post .arrow {
        font-size: 28px;
        width: 28px;
        height: 28px;
        line-height: 28px
    }

    .jeg_post_nav .post-title {
        font-size: 12px
    }

    .jeg_post_nav .prev-post .post-title {
        left: 10px
    }

    .jeg_post_nav .next-post .post-title {
        right: 10px
    }

    .jeg_bottomnav .page_nav {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
        text-align: center !important
    }

    .jeg_bottomnav .page_nav.next {
        margin-top: 10px;
        border-left: 0 !important
    }

    .jeg_bottomnav.textcenter {
        padding: 15px 0
    }

    .comment-body {
        padding: 10px 0 0
    }

    .commentlist {
        margin-bottom: 10px
    }

    .commentlist .comment-author {
        margin-bottom: 5px
    }

    .commentlist .avatar {
        display: none
    }

    .comment-form-email, .comment-form-url {
        width: 100%;
        float: none;
        padding: 0
    }

    .jeg_deals_float {
        width: 100%;
        float: none;
        margin: 0 0 1.25em
    }

    .jeg_deals_float .jeg_storelist li {
        padding: 3px 7px
    }

    .jeg_deals_float .h3 {
        font-size: 13px;
        margin: 0 0 10px
    }

    .conspros, .jeg_reviewscore {
        padding: 20px
    }

    .review_score {
        width: 70px;
        margin-right: 15px
    }

    .score_value {
        font-size: 26px;
        padding: 10px 0
    }

    .review_score .score_text {
        font-size: 11px
    }

    .jeg_reviewheader .desc {
        padding-left: 0
    }

    .bestprice, .dealstitle {
        width: auto;
        float: none
    }

    .bestprice {
        text-align: left;
        margin-bottom: 20px
    }

    .bestprice h4 {
        display: inline
    }

    .bestprice .price {
        font-size: 1em;
        padding-left: 5px
    }

    .conspros {
        width: 100%;
        display: block
    }

    .jeg_reviewdetail li {
        padding-left: 26px
    }

    .jeg_reviewdetail li > i {
        font-size: 12px;
        top: 0
    }

    .jeg_reviewdetail .conspros:first-child {
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
        margin-top: -1px
    }

    .jeg_archive_title, .jeg_cat_title {
        font-size: 20px;
        line-height: 1.3
    }

    .jeg_cat_subtitle {
        font-size: 14px
    }

    .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
        padding: 20px 0
    }

    .jeg_archive_search {
        padding: 10px
    }

    .jeg_authorpage .jeg_author_wrap {
        text-align: center;
        padding-bottom: 0
    }

    .jeg_authorpage .jeg_author_content {
        margin-left: 0;
        padding: 0 30px
    }

    .jeg_authorpage .jeg_author_name {
        font-size: 18px
    }

    .authorlink {
        position: relative;
        margin-top: 10px
    }

    .jeg_socialcounter .fa {
        font-size: 24px
    }

    .jeg_socialcounter li span {
        font-size: 16px
    }

    .jeg_cat_header.jeg_cat_header_1 .jeg_cat_title, .jeg_cat_header.jeg_cat_header_2 .jeg_cat_title, .jeg_cat_header.jeg_cat_header_3 .jeg_cat_title {
        font-size: 27px
    }

    .jeg_cat_header.jeg_cat_header_4 .jeg_cat_title {
        font-size: 30px
    }

    .jeg_authorpage .jeg_author_wrap {
        padding: 30px 0
    }
}

@media only screen and (max-width: 320px) {
    .jeg_mobile_wrapper {
        width: 275px
    }

    .profile_links li {
        font-size: 11px;
        margin-right: 10px
    }

    .jeg_mobile_menu li a {
        font-size: 16px;
        margin-bottom: 12px
    }

    .jeg_mobile_wrapper .socials_widget.nobg a .fa {
        font-size: 16px
    }

    .jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
        font-size: 16px;
        padding: .5em 35px .5em 12px;
        height: 38px
    }

    .jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
        margin-top: 80px
    }

    .jeg_navbar_mobile .jeg_search_form .jeg_search_button {
        font-size: 16px
    }

    #jeg_sidecontent {
        width: 90%;
        left: -90%
    }

    .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, .jeg_slider_type_4 .jeg_slide_caption:after, .jeg_slider_type_4 .jeg_slide_caption:before {
        display: none
    }

    .jeg_slider_type_4 .owl-dots {
        padding-bottom: 5px
    }

    .jeg_owlslider .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:not(.jeg_heroblock_9):not(.jeg_heroblock_13):not(.jeg_heroblock_skew) .jeg_heroblock_wrapper {
        height: 280px
    }

    .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: 270px
    }

    .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_featured_big .jeg_meta_category, .jeg_featured_big .meta_right, .jeg_fs_breadcrumb {
        display: none
    }

    .jeg_single_tpl_6 .jeg_featured_big {
        height: 140px
    }

    .jeg_single_tpl_10 .entry-header:before {
        width: 45px
    }

    .jeg_prevnext_post span {
        font-size: 11px
    }

    .jeg_prevnext_post .h3 {
        font-size: 13px;
        margin-top: 5px
    }

    .jeg_footer_social .socials_widget a {
        margin: 0 3px
    }

    .jeg_reviewstars .reviewscore {
        font-size: 1em
    }

    .jeg_template_cat_4 .jeg_cat_overlay .jeg_title_wrap {
        padding: 0
    }

    .jeg_pagination .page_nav {
        display: none
    }

    .jeg_socialcounter .fa {
        font-size: 20px;
        margin: 3px 0;
        line-height: 28px;
        height: 28px
    }

    .jeg_socialcounter li span {
        font-size: 13px
    }

    .jeg_socialcounter li small {
        font-size: 10px
    }
}

@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: 18px
    }

    .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 {
        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
    }

    .jeg_postblock_8.jeg_col_2o3 .jeg_post:first-child, .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:first-child, .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:first-child .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:first-child .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
    }

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

    .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:not(.jeg_col_1o3) {
        margin-bottom: 0
    }

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

    .jeg_postblock_11.jeg_col_3o3 .jeg_post {
        width: 33.333333333%
    }

    .jeg_postblock_12.jeg_col_1o3 .jeg_post {
        margin-bottom: 20px
    }

    .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 0;
        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;
        overflow: hidden
    }

    .jeg_postblock_13 .jeg_posts_wrap .jeg_posts {
        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 {
        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_pl_md_1, .jeg_postblock_14.jeg_col_1o3 .jeg_post {
        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;
        overflow: hidden
    }

    .jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts {
        flex-wrap: wrap;
        display: flex;
        align-items: stretch;
        margin-right: -30px
    }

    .widget.widget_jnews_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
    }

    .jeg_postblock_18.jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_meta {
        margin-top: 5px
    }

    .jeg_postblock_18.jeg_col_1o3 .jeg_share_button {
        margin: 10px 0
    }

    .jeg_postblock_18.jeg_col_1o3 .jeg_share_button a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .jeg_postblock_18.jeg_col_1o3 .jeg_share_button .fa {
        font-size: 14px
    }

    .jeg_postblock_18.jeg_col_1o3 .jeg_meta_author, .jeg_postblock_18.jeg_col_1o3 .jeg_share_button a.expanded > span {
        display: none
    }

    .widget_jnews_module_block_19 .jeg_col_1o3 .jeg_post:last-child, .widget_jnews_module_block_19 .jeg_postblock {
        margin-bottom: 0
    }

    .widget_jnews_module_block_19 .jeg_block_loadmore, .widget_jnews_module_block_19 .jeg_block_nav {
        margin-top: 20px;
        padding-bottom: 0
    }

    .jeg_postblock_19:not(.jeg_col_1o3) .jeg_posts {
        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 {
        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 {
        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_jnews_module_block_21 .jeg_col_1o3 .jeg_post:last-child, .widget_jnews_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 {
        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;
        padding-bottom: 20px
    }

    .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_meta_footer .jeg_post_share, .jeg_col_1o3 .jeg_pl_lg_9 .jeg_readmore {
        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
    }

    .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_box .jeg_post_title, .jeg_pl_lg_card .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, .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_lg_7 {
        border-width: 0 0 1px
    }

    .jeg_pl_lg_7 .jeg_postblock_content {
        margin: -100px 45px 0;
        padding: 35px 30px
    }

    .jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
        z-index: 2;
        bottom: 65px
    }

    .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: 18px
    }

    .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:first-child .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:first-child, .jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2), .jeg_postblock_8.jeg_col_3o3 .jeg_post:first-child, .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, .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_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_pl_lg_7 .jeg_postblock_content {
        margin: -100px 45px 0;
        padding: 35px 30px;
        text-align: center
    }

    .jeg_postblock_8 .jeg_post_title {
        font-size: 13px
    }

    .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_lg_7 .jeg_postblock_content {
        margin: -100px 35px 0
    }

    .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_15 .jeg_post_title, .jeg_postblock_9 .jeg_post .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, .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: -110px 25px 0;
        padding: 30px 25px
    }

    .jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
        bottom: 80px
    }

    .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-top: 5px
    }

    .jeg_postblock_18 .jeg_share_button {
        margin: 10px 0
    }

    .jeg_postblock_18 .jeg_share_button a {
        width: 30px !important;
        height: 30px;
        line-height: 30px
    }

    .jeg_postblock_18 .jeg_share_button .fa {
        font-size: 14px
    }

    .jeg_postblock_18 .jeg_share_button a.expanded > span {
        display: none
    }

    .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_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 {
        margin: 0;
        padding: 15px 5px
    }

    .jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
        bottom: 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
    }
}

.jeg_cart {
    position: relative;
    line-height: inherit
}

.jeg_midbar .jeg_cart {
    line-height: 50px
}

.jeg_carticon {
    color: #212121;
    cursor: pointer
}

.jeg_cart.cartdetail .jeg_carticon {
    display: inline-block;
    margin-right: 12px
}

.jeg_topbar .jeg_cart.cartdetail .jeg_carticon {
    margin-right: 6px
}

.jeg_cart .cartlink {
    color: inherit;
    font-weight: 500
}

.jeg_topbar .jeg_carticon {
    color: inherit;
    display: block;
    font-size: 14px;
    line-height: inherit
}

.jeg_midbar .jeg_carticon {
    font-size: 18px
}

.jeg_navbar .jeg_carticon {
    font-size: 16px
}

.jeg_topbar .jeg_cart .cartlink {
    font-weight: 400
}

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

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

.jeg_cart .empty {
    text-align: center
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    position: relative;
    padding: 0 !important;
    margin-bottom: 15px
}

.woocommerce ul.cart_list li:last-of-type, .woocommerce ul.product_list_widget li:last-of-type {
    margin-bottom: 0
}

.woocommerce a.remove {
    color: #a0a0a0 !important;
    background: 0 0 !important;
    margin: auto;
    line-height: 1
}

.woocommerce a.remove:hover {
    color: #53585c !important
}

.woocommerce .widget_shopping_cart_content .cart_list li a.remove, .woocommerce.widget_shopping_cart_content .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff !important;
    border-radius: 0
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
    float: left;
    margin: 0 15px 0 0
}

.woocommerce.widget_shopping_cart ul.cart_list li img, .woocommerce.widget_shopping_cart ul.product_list_widget li img {
    width: 90px
}

.woocommerce.widget_shopping_cart ul.cart_list li a:not(.remove), .woocommerce.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
    font-size: 15px
}

.woocommerce .cart_list .quantity, .woocommerce .product_list_widget .quantity {
    font-size: 11px;
    color: #a0a0a0
}

.woocommerce .widget_shopping_cart_content .total {
    color: #212121;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
    font-weight: 700;
    text-transform: uppercase
}

.widget_shopping_cart_content .total .amount {
    float: right
}

.woocommerce .widget_shopping_cart_content .button {
    float: left;
    width: 48%;
    background: #eee;
    text-align: center
}

.jeg_cart.woocommerce .widget_shopping_cart_content .button {
    min-height: 0;
    line-height: 20px
}

.woocommerce .widget_shopping_cart_content .checkout {
    float: right
}

.woocommerce .widget_shopping_cart_content .button:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\F07A";
    margin-right: 5px;
    font-weight: 400
}

.woocommerce .widget_shopping_cart_content .checkout:before {
    content: "\F14A"
}

.widget_product_categories li {
    font-size: 1em;
    margin: 0;
    list-style: none;
    color: #a0a0a0;
    border-top: 1px solid #eee;
    position: relative;
    line-height: 1.8em
}

.widget_product_categories > ul > li:first-child {
    border-top: 0
}

.widget_product_categories li a {
    color: #a0a0a0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 0
}

.widget_product_categories li a:hover {
    color: #212121
}

.widget_product_categories li span {
    position: absolute;
    right: 0;
    top: 5px
}

.widget_product_categories li ul {
    margin-left: 20px;
    display: none
}

.widget_product_categories li.current-cat > a {
    color: #212121
}

.widget_product_categories li.current-cat ul {
    display: block
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #bdbdbd
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #eee;
    margin-bottom: 20px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #9e9e9e
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    line-height: normal;
    min-height: 0;
    font-size: 11px;
    padding: 6px 18px
}

.woocommerce .page-title, .woocommerce-page .page-title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.1
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    margin: 0 0 20px;
    color: #a0a0a0
}

.woocommerce .woocommerce-breadcrumb a {
    color: #53585c
}

.woocommerce .woocommerce-breadcrumb .fa {
    padding: 0 5px
}

.woocommerce .woocommerce-result-count {
    padding-top: 15px;
    margin-bottom: 30px
}

.woocommerce .woocommerce-ordering {
    float: right
}

.woocommerce ul.products li.product a img {
    margin: 0 0 10px
}

.woocommerce ul.products li.product .h3 {
    font-size: 14px;
    font-weight: 400
}

.woocommerce ul.products li.product .star-rating {
    font-size: 12px
}

.woocommerce .star-rating span:before {
    color: #f7c90d
}

.woocommerce ul.products li.product .price {
    color: #a0a0a0;
    font-size: 13px
}

.product .price del {
    display: inline-block !important;
    opacity: 1 !important
}

.product .price ins {
    padding-left: 5px;
    text-decoration: none;
    font-weight: 400
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px
}

@media only screen and (min-width: 769px) {
    .woocommerce .col-sm-12 ul.products li.product, .woocommerce-page .col-sm-12 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
        width: 22.975%;
        margin: 0 2.7% 30px 0
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 30.8%
    }
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important
}

.woocommerce li.product .button {
    margin: 0;
    padding: 0 !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #a0a0a0;
    background: 0 0;
    transition: .2s ease
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #53585c
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
    min-height: 0
}

.woocommerce li.product .button:hover {
    color: inherit;
    background: 0 0
}

.woocommerce li.product .button:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\F07A";
    margin-right: 5px;
    font-weight: 400
}

.woocommerce li.product .button.added:after, .woocommerce li.product .button.loading:after {
    content: "";
    display: none
}

.woocommerce li.product .button.added:before {
    content: "\F00C"
}

.woocommerce li.product .button.loading:before {
    font-family: WooCommerce;
    content: "\E01C";
    -webkit-font-smoothing: antialiased;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce a.added_to_cart {
    float: right;
    font-size: 11px;
    padding-top: 0;
    margin-top: 5px;
    line-height: 1
}

.woocommerce span.onsale {
    display: inline-block;
    min-height: auto;
    min-width: auto;
    padding: 5px 10px;
    background: #f70d28;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: normal;
    left: 10px;
    top: 10px;
    font-weight: 700;
    text-rendering: auto;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce ul.products li.product .onsale {
    margin: 0
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 5px 10px 0
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    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;
    transition: .2s ease
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #a0a0a0;
    background: #f5f5f5
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #212121;
    background: #f5f5f5
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px
}

.woocommerce div.product p.price {
    margin-bottom: 15px
}

.woocommerce div.product p.price, .woocommerce div.product span.price, a.woocommerce-review-link {
    color: #a0a0a0
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400
}

.woocommerce div.product form.cart .variations {
    position: relative
}

.woocommerce div.product form.cart .variations td {
    vertical-align: middle;
    padding: .5em 0
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0
}

.woocommerce div.product form.cart .reset_variations {
    text-transform: uppercase;
    color: #a0a0a0;
    position: absolute;
    top: -15px;
    font-size: 11px;
    right: 0;
    line-height: normal
}

.woocommerce div.product form.cart .variations td.value .chosen-container {
    width: 100% !important
}

.woocommerce div.product form.cart .reset_variations {
    margin-left: 1em
}

.product div[itemprop=description] p {
    font-size: 14px;
    line-height: 1.6
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f70d28;
    border-radius: 0
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15)
}

.single-product div.product .product_meta {
    border-top: 1px solid #eee;
    padding-top: 5px
}

.woocommerce p.stars a {
    color: #f7c90d;
    font-size: 16px
}

.woocommerce #reviews .h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    letter-spacing: -.02em
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 1.5em
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    height: auto
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 2px solid #eee
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #eee;
    background: 0 0;
    margin: 0 -1px 0 0;
    padding: 0 20px;
    border-radius: 0;
    float: left
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #f70d28
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover a {
    color: #212121
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px 0 20px;
    margin-bottom: 30px
}

.woocommerce .related.products h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px
}

.jeg_cart_breadcrumb h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
    color: #a0a0a0;
    font-weight: 400
}

.jeg_cart_breadcrumb .current {
    color: #212121;
    font-weight: 700
}

.jeg_cart_breadcrumb .arrow {
    padding: 0 .5em;
    color: #e0e0e0;
    font-size: 80%
}

.woocommerce table.shop_table, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-checkout #payment ul.payment_methods {
    border-color: #eee
}

.woocommerce table.cart th {
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #a0a0a0;
    background: #f5f5f5
}

.woocommerce table.shop_table td {
    padding: 10px
}

.woocommerce table.cart td.product-remove {
    width: 20px;
    padding: 0
}

.woocommerce table.cart td.product-remove a.remove {
    text-align: right !important
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 100px
}

.woocommerce a.remove {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 14px
}

.woocommerce-cart table.cart img {
    width: 90px
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    display: none
}

.woocommerce td.product-name dl.variation, .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    padding-left: 0;
    border-left: 0;
    line-height: normal
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    color: #a0a0a0;
    font-weight: 400;
    padding: 0;
    margin: 0;
    float: none;
    font-size: .85em
}

.woocommerce ul.cart_list li dl dd:not(:last-child), .woocommerce ul.product_list_widget li dl dd:not(:last-child) {
    margin-right: 4px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
    border: 1px solid #e0e0e0;
    padding: 7px 14px;
    border-radius: 3px 0 0 3px;
    margin-right: -3px
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 11px;
    line-height: inherit
}

.woocommerce .cart .button, .woocommerce input.button {
    padding: .618em 1.5em
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #f70d28;
    color: #fff
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 40%
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 56%
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    height: 40px
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-radius: 0;
    border-left: 1px solid #eee
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 5px 12px
}

.woocommerce .return-to-shop a.button {
    line-height: inherit;
    min-height: 0;
    padding: 5px 15px
}

.woocommerce-checkout #payment {
    border: 5px solid #eee;
    border-radius: 3px;
    background: 0 0
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 20px 30px;
    border-bottom: 1px solid #eee
}

#add_payment_method #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 20px 30px;
    margin: 0;
    background: #f7f7f7
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: 0
}

.woocommerce-checkout #payment div.payment_box {
    width: 100%;
    background: #eee
}

#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #eee
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    height: auto;
    line-height: normal
}

#add_payment_method #payment ul.payment_methods li input.input-radio:checked + label, .woocommerce-checkout #payment ul.payment_methods li input.input-radio:checked + label {
    font-weight: 700
}

.woocommerce form .form-row .select2-container {
    line-height: 40px
}

.select2-container .select2-choice {
    border-color: #e0e0e0;
    border-radius: 0;
    padding-left: 14px
}

.select2-drop-active {
    border-color: #e0e0e0
}

.woocommerce .order_details li {
    border-right: 1px solid #eee
}

.widget_product_search #woocommerce-product-search-field {
    margin-bottom: 20px
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    padding: 4px 25px;
    display: block;
    background: #f0f0f0;
    margin-bottom: 2px;
    border: 1px solid #e9e9e9
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
    font-size: 15px
}

.woocommerce table.my_account_orders .button {
    min-height: 0
}

.woocommerce mark {
    background: #eee;
    color: #212121;
    border-radius: 2px
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 20px
}

.woocommerce .quantity .qty {
    width: 70px
}

@media only screen and (max-width: 768px) {
    .woocommerce .col3 ul.products li.product, .woocommerce .col4 ul.products li.product {
        width: 48%
    }

    .woocommerce table.cart td.product-remove {
        width: auto
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .input-text + .button {
        width: 50%;
        text-align: center
    }

    .woocommerce-page table.cart td.actions .input-text + .button {
        border-radius: 0 3px 3px 0
    }

    .woocommerce-page table.cart td.actions .button {
        width: 100%
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        display: none
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: auto
    }

    .jeg_cart_breadcrumb h1 span:not(.current) {
        display: none
    }

    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .woocommerce-MyAccount-navigation-link {
        width: 50%;
        float: left;
        padding: 0 1px
    }

    .woocommerce-MyAccount-navigation:after {
        content: "";
        clear: both;
        display: block
    }
}

.woocommerce-product-search {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

@media only screen and (max-width: 480px) {
    .product_order, .woocommerce .jeg_page_title, .woocommerce-page .jeg_page_title {
        float: none;
        margin-bottom: 10px;
        text-align: center
    }

    .woocommerce .woocommerce-ordering select {
        line-height: 1.6;
        height: 2.3em
    }
}

@media only screen and (max-width: 425px) {
    .woocommerce .woocommerce-ordering {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
}

#bbpress-forums, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 14px
}

#bbpress-forums {
    overflow: visible;
    position: relative
}

.jeg_viewport #bbpress-forums div.odd, .jeg_viewport #bbpress-forums li.bbp-footer, .jeg_viewport #bbpress-forums li.bbp-header, .jeg_viewport #bbpress-forums ul.odd {
    background: #fff
}

#bbpress-forums > span#subscription-toggle {
    position: absolute;
    top: 0;
    right: 0
}

#bbpress-forums div.bbp-search-form {
    float: none;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px
}

#bbpress-forums div.bbp-search-form:after, #bbpress-forums div.bbp-search-form:before {
    content: " ";
    display: table
}

#bbpress-forums div.bbp-search-form:after {
    clear: both
}

#bbpress-forums #bbp-search-form {
    position: relative
}

#bbpress-forums #bbp-search-form #bbp_search {
    width: 84%;
    float: left
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    width: 14%;
    float: right
}

.widget_display_search .hidden {
    display: none
}

.widget_display_search #bbp-search-form #bbp_search {
    width: 70%;
    float: left
}

.widget_display_search #bbp-search-form #bbp_search_submit {
    width: 28%;
    float: right
}

.widget_display_search #bbp-search-form:after, .widget_display_search #bbp-search-form:before {
    content: " ";
    display: table
}

.widget_display_search #bbp-search-form:after {
    clear: both
}

.widget_display_forums li {
    font-size: 1em;
    margin: 0;
    list-style: none;
    color: #a0a0a0;
    border-top: 1px solid #eee;
    position: relative;
    line-height: 1.8em
}

.widget_display_forums > ul > li:first-child {
    border-top: 0
}

.widget_display_forums li a {
    color: #212121;
    display: block;
    font-weight: 700;
    padding: 6px 0
}

.widget_display_forums li a:hover {
    color: #f70d28
}

.widget_display_forums li span {
    position: absolute;
    right: 0;
    top: 5px
}

.widget_display_forums li ul {
    margin-left: 20px;
    display: none
}

.widget_display_replies li, .widget_display_topics li, .widget_display_views li {
    position: relative;
    padding: 0 0 0 12px
}

.widget_display_replies li:before, .widget_display_topics li:before, .widget_display_views li: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
}

.widget_display_replies li a, .widget_display_topics li a, .widget_display_views li a {
    color: #212121;
    position: relative;
    z-index: 1
}

.widget_display_stats dl {
    overflow: hidden
}

.widget_display_stats dt {
    clear: left;
    display: block;
    float: left;
    font-weight: 700;
    width: 75%;
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.widget_display_stats dd {
    display: block;
    float: right;
    text-align: right;
    width: 25%;
    padding: 5px;
    border-bottom: 1px solid #eee
}

.bbp_widget_login .bbp-logged-in {
    padding: 15px 15px 15px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .08)
}

.bbp_widget_login .bbp-login-form {
    padding: 10px 30px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .08)
}

.bbp-logged-in .h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 3px
}

.bbp-logged-in a.logout-link {
    line-height: inherit;
    height: auto;
    background: 0 0;
    color: #a0a0a0;
    letter-spacing: normal;
    padding: 0;
    font-size: 11px
}

.bbp-logged-in img.avatar {
    border-radius: 100%
}

.bbp-breadcrumb {
    font-size: 12px;
    margin: 0;
    color: #a0a0a0
}

#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    font-size: inherit
}

.bbp-breadcrumb a {
    color: #53585c
}

.bbp-breadcrumb .bbp-breadcrumb-sep {
    padding: 0 3px
}

.bbp-breadcrumb a:hover {
    color: #f70d28
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    border: 0
}

#bbpress-forums li.bbp-header {
    background: #f7f7f7;
    border-top-width: 2px;
    padding: 12px 16px
}

#bbpress-forums li.bbp-footer {
    background: #f7f7f7
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 12px 16px
}

#bbpress-forums .bbp-forum-info .bbp-forum-title, li.bbp-topic-title {
    font-size: 14px;
    font-weight: 700
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    line-height: 1.4;
    margin-bottom: 0
}

#bbpress-forums p.bbp-topic-meta {
    margin: 10px 0;
    font-weight: 400
}

#bbpress-forums p.bbp-topic-meta a {
    color: #a0a0a0
}

#bbpress-forums .bbp-author-name {
    margin-left: 3px
}

#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
    margin-bottom: 0;
    border: 0;
    border-radius: 100%
}

#bbpress-forums .bbp-forum-freshness > a, #bbpress-forums .bbp-topic-freshness > a {
    font-size: 12px;
    color: #53585c
}

div.bbp-template-notice {
    color: #53585c;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    padding: 2px 14px
}

div.bbp-template-notice a {
    color: #212121
}

div.bbp-template-notice .bbp-author-name {
    margin-right: 3px
}

div.bbp-template-notice .bbp-author-avatar {
    margin-left: 3px
}

#bbpress-forums div.bbp-the-content-wrapper {
    border: 1px solid #e0e0e0
}

#bbpress-forums div.bbp-the-content-wrapper input {
    width: auto;
    min-width: 25px;
    font-size: 11px;
    letter-spacing: normal;
    background: #fff
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-family: inherit;
    font-size: 14px
}

#bbpress-forums fieldset.bbp-form {
    padding: 20px 20px 30px;
    border: 1px solid #ddd
}

#bbpress-forums fieldset.bbp-form legend {
    padding: 5px 10px;
    border: 1px solid #ccc
}

.bbp-reply-form, .bbp-topic-form, .bbp-topic-tag-form {
    clear: both;
    padding-top: 30px
}

div.bbp-template-notice p {
    font-size: 13px
}

.bbp-reply-content p {
    line-height: 1.8em
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    background: #fff;
    border-bottom: 3px double #eee
}

span.bbp-admin-links {
    color: #a0a0a0
}

span.bbp-admin-links a {
    color: #212121;
    font-size: 11px
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    border-radius: 100%;
    margin-bottom: 5px
}

#bbpress-forums div.bbp-forum-author br, #bbpress-forums div.bbp-reply-author br, #bbpress-forums div.bbp-search-author br, #bbpress-forums div.bbp-topic-author br {
    display: none
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
    margin-right: 5px
}

#bbpress-forums .bbp-user-section p {
    line-height: 1.4;
    margin-bottom: 1em
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    padding: 6px 15px;
    font-weight: 700;
    border-bottom: 1px solid #eee
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #f7f7f7;
    opacity: 1;
    color: #53585c
}

#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset select, #bbpress-forums #bbp-your-profile fieldset textarea {
    width: 60%;
    padding: 7px 14px
}

#bbpress-forums #bbp-your-profile fieldset div {
    margin-bottom: 0;
    float: none;
    width: inherit;
    clear: none
}

#bbpress-forums #bbp-your-profile fieldset > div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: left
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
    line-height: 1.4
}

div.bbp-breadcrumb {
    float: none
}

div.bbp-template-notice, div.indicator-hint {
    margin: 20px 0
}

.rtl #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
    margin: 0 0 0 5px
}

.rtl #bbpress-forums > span#subscription-toggle {
    right: auto;
    left: 0
}

.rtl .widget_display_replies li, .rtl .widget_display_topics li, .rtl .widget_display_views li {
    padding: 0 12px 0 0
}

.rtl .widget_display_replies li:before, .rtl .widget_display_topics li:before, .rtl .widget_display_views li:before {
    left: auto;
    right: 0;
    content: "\F0D9"
}

.rtl .widget_display_stats dt {
    float: right
}

.rtl .widget_display_stats dd {
    float: left;
    text-align: left
}

.rtl #bbpress-forums #bbp-search-form #bbp_search_submit, .rtl.widget_display_search #bbp-search-form #bbp_search_submit {
    float: left
}

.rtl #bbpress-forums #bbp-search-form #bbp_search, .rtl .widget_display_search #bbp-search-form #bbp_search {
    float: right
}

.jeg_search_form .jeg_search_button svg.icon {
    opacity: 0.6;
    transition: 0.2s
}

.jeg_search_form .jeg_search_button:hover svg.icon {
    fill: #333 !important;
    opacity: 1
}


.home-top-bookmaker {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.home-top-bookmaker .top-bk {
    max-width: 600px;
    height: 174px;
}

.ar-image__top {
    padding-bottom: calc(130 / 745 * 100%);
    max-height: 120px;
    overflow: hidden;
    background: #0a3d62;
}

.ar-image__top .g {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ar-image__top .ar_image {
    display: none;
}

#breadcrumbs > span {
    margin-right: 10px;
}

.jeg_search_form .jeg_search_button:hover svg.icon {
    fill: #fff !important;
}

@media (min-width: 576px) {
    .home-top-bookmaker .top-bk {
        height: 104px;
    }
}

@media (min-width: 721px) {
    .ar-image__top {
        padding-bottom: calc(80 / 1440 * 100%);
    }
}
.cn-close-icon:before, .cn-close-icon:after {
	background-color: #FFFFFF;
}
.jeg_menu_footer li:not(:last-child):after {
    display: none
}

.sidebar-image {
    display: block;
    width: 100%;
}

.sidebar-image img {
    width: 100%;
}

.jeg_header .jeg_nav_account {
    display: none;
}

.ya-share2__item_service_facebook {
    display: none !important;
}

.ya-share2__item_service_twitter {
    display: none !important;
}
.ya-share2,
.ya-share2 * {
    line-height: normal;
}

.ya-share2 :link:hover,
.ya-share2 :visited:hover {
    color: #000 !important;
}

.ya-share2 input {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
    background-color: #000;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
    background-color: #fff;
}

.ya-share2__container_shape_round .ya-share2__badge {
    border-radius: 50px;
}

.ya-share2__container_shape_round .ya-share2__icon {
    background-position: center;
}

.ya-share2__container_size_l {
    font-size: 20px;
}

.ya-share2__container_size_l .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size: 48px 48px;
}

.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__icon {
    background-size: 40px 40px;
}

.ya-share2__container_size_l .ya-share2__item_copy .ya-share2__icon,
.ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
    background-size: 32px 32px;
}

.ya-share2__container_size_l .ya-share2__title {
    line-height: 48px;
}

.ya-share2__container_size_l .ya-share2__badge + .ya-share2__title {
    margin-left: 16px;
}

.ya-share2__container_size_l .ya-share2__popup {
    padding: 16px 0;
    border-radius: 16px;
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.18), 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_l .ya-share2__popup .ya-share2__item {
    padding: 2px 16px;
}

.ya-share2__container_size_l .ya-share2__popup_direction_bottom {
    top: 56px;
}

.ya-share2__container_size_l .ya-share2__popup_direction_top {
    bottom: 56px;
}

.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 72px;
}

.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
    bottom: 72px;
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 8px 32px 8px 16px;
    font-size: 22px;
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 8px;
    border: none;
    background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 6px;
}

.ya-share2__container_size_m {
    font-size: 13px;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__icon {
    background-size: 20px 20px;
}

.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
    background-size: 16px 16px;
}

.ya-share2__container_size_m .ya-share2__title {
    line-height: 24px;
}

.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
    margin-left: 10px;
}

.ya-share2__container_size_m .ya-share2__popup {
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.18), 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_m .ya-share2__popup .ya-share2__item {
    padding: 2px 8px;
}

.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
    top: 28px;
}

.ya-share2__container_size_m .ya-share2__popup_direction_top {
    bottom: 28px;
}

.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 36px;
}

.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
    bottom: 36px;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 4px 16px 4px 8px;
    font-size: 15px;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 4px;
    border: none;
    background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 2px;
}

.ya-share2__container_size_s {
    font-size: 12px;
}

.ya-share2__container_size_s .ya-share2__icon {
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
}

.ya-share2__container_shape_round.ya-share2__container_size_s .ya-share2__icon {
    background-size: 15px 15px;
}

.ya-share2__container_size_s .ya-share2__item_copy .ya-share2__icon,
.ya-share2__container_size_s .ya-share2__item_more .ya-share2__icon_more {
    background-size: 12px 12px;
}

.ya-share2__container_size_s .ya-share2__title {
    line-height: 18px;
}

.ya-share2__container_size_s .ya-share2__badge + .ya-share2__title {
    margin-left: 6px;
}

.ya-share2__container_size_s .ya-share2__popup {
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18), 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_s .ya-share2__popup .ya-share2__item {
    padding: 2px 6px;
}

.ya-share2__container_size_s .ya-share2__popup_direction_bottom {
    top: 21px;
}

.ya-share2__container_size_s .ya-share2__popup_direction_top {
    bottom: 21px;
}

.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 27px;
}

.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
    bottom: 27px;
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 3px 12px 3px 6px;
    font-size: 14px;
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 1px;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin-top: -2px;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 4px 0 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin-right: 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
    display: none;
}

.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item {
    display: block;
    margin: 4px 0;
}

.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:first-child {
    margin-top: 0;
}

.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:last-child {
    margin-bottom: 0;
}

.ya-share2__container .ya-share2__popup {
    position: absolute;
    display: none;
    z-index: 9999;
    background-color: #fff;
}

.ya-share2__container .ya-share2__popup_visible {
    display: block;
}

.ya-share2__container .ya-share2__popup_direction_auto {
    visibility: hidden;
}

.ya-share2__container .ya-share2__popup_direction_bottom,
.ya-share2__container .ya-share2__popup_direction_top {
    visibility: visible;
}

.ya-share2__container .ya-share2__popup_list-direction_horizontal {
    right: 0;
}

.ya-share2__container .ya-share2__popup_list-direction_vertical {
    left: 0;
}

.ya-share2__container .ya-share2__popup_x-direction_left {
    right: 0;
    left: auto;
}

.ya-share2__container .ya-share2__popup_x-direction_right {
    left: 0;
    right: auto;
}

.ya-share2__container .ya-share2__popup .ya-share2__item {
    margin: 0;
}

.ya-share2__container .ya-share2__popup .ya-share2__item:first-child {
    padding-top: 0;
}

.ya-share2__container .ya-share2__popup .ya-share2__item:last-child {
    padding-bottom: 0;
}

.ya-share2__container .ya-share2__popup .ya-share2__item:hover,
.ya-share2__container .ya-share2__popup .ya-share2__item:focus {
    background: rgba(0, 0, 0, 0.03);
}

.ya-share2__container .ya-share2__popup .ya-share2__item:active {
    background: rgba(0, 0, 0, 0.05);
}

.ya-share2__container .ya-share2__popup .ya-share2__item:hover,
.ya-share2__container .ya-share2__popup .ya-share2__item:focus,
.ya-share2__container .ya-share2__popup .ya-share2__item:active {
    opacity: 1;
}

.ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge {
    background: transparent;
}

.ya-share2__list,
.ya-share2__link,
.ya-share2__badge,
.ya-share2__icon {
    display: inline-block;
    vertical-align: top;
}

.ya-share2__title {
    display: inline-block;
    vertical-align: bottom;
}

.ya-share2__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ya-share2__item {
    display: inline-block;
    font-family: 'YS Text', Arial, sans-serif;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
    cursor: pointer;
    opacity: 0.85;
}

.ya-share2__item:not(.ya-share2__item_more):active,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:active {
    opacity: 0.7;
}

.ya-share2__link {
    text-decoration: none;
    white-space: nowrap;
}

.ya-share2__badge {
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.ya-share2__title {
    color: #000;
}

.ya-share2__item_more {
    position: relative;
}

.ya-share2__item_more .ya-share2__link_more .ya-share2__title {
    display: none;
}

.ya-share2__item_more .ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23999'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_blackwhite .ya-share2__item_more .ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23fff'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_more .ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_more .ya-share2__badge,
.ya-share2__item_copy .ya-share2__badge {
    background: rgba(0, 0, 0, 0.03);
}

.ya-share2__item_more .ya-share2__icon,
.ya-share2__item_copy .ya-share2__icon {
    background-position: center;
    background-repeat: no-repeat;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover,
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus {
    border-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):active {
    border-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
    display: inline-block;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
    background: transparent;
}

.ya-share2__item_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23999'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_blackwhite .ya-share2__item_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23fff'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_copy .ya-share2__input_copy {
    display: none;
}

.ya-share2__item_copy .ya-share2__link_copy {
    display: none;
}

.ya-share2__popup_clipboard .ya-share2__item_copy .ya-share2__link_copy {
    display: inline-block;
}

.ya-share2__item_service_blogger .ya-share2__badge {
    background-color: #fb8f3d;
}

.ya-share2__item_service_blogger .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_blogger .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_collections .ya-share2__badge {
    background-color: #f55;
}

.ya-share2__item_service_collections .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.346 4c-.264 0-.477.104-.612.19a1.568 1.568 0 00-.367.336c-.19.237-.367.59-.367 1V15.2a.8.8 0 001.6 0V6.4a.8.8 0 01.8-.8h5.68a.8.8 0 100-1.6H5.346zm2.185 3.75a1.35 1.35 0 011.077-.55h9.002c.543 0 1.024.31 1.29.687.142.2.262.47.262.786 0 .329-.13.637-.367.878l-3.408 3.68a.737.737 0 000 .737l3.407 3.68c.215.216.367.494.4.815.033.326-.066.621-.222.851-.3.443-.83.684-1.362.684H8.743c-.393.012-.926-.032-1.272-.456a1.198 1.198 0 01-.251-.591c-.02-.138-.02-.278-.02-.359V8.747c0-.35.111-.71.33-.998z' fill='%23FFF' fill-rule='evenodd'/%3E %3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_collections .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.346 4c-.264 0-.477.104-.612.19a1.568 1.568 0 00-.367.336c-.19.237-.367.59-.367 1V15.2a.8.8 0 001.6 0V6.4a.8.8 0 01.8-.8h5.68a.8.8 0 100-1.6H5.346zm2.185 3.75a1.35 1.35 0 011.077-.55h9.002c.543 0 1.024.31 1.29.687.142.2.262.47.262.786 0 .329-.13.637-.367.878l-3.408 3.68a.737.737 0 000 .737l3.407 3.68c.215.216.367.494.4.815.033.326-.066.621-.222.851-.3.443-.83.684-1.362.684H8.743c-.393.012-.926-.032-1.272-.456a1.198 1.198 0 01-.251-.591c-.02-.138-.02-.278-.02-.359V8.747c0-.35.111-.71.33-.998z' fill='%23000' fill-rule='evenodd'/%3E %3C/svg%3E");
}

.ya-share2__item_service_delicious .ya-share2__badge {
    background-color: #31a9ff;
}

.ya-share2__item_service_delicious .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_delicious .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_digg .ya-share2__badge {
    background-color: #000;
}

.ya-share2__item_service_digg .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_digg .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_evernote .ya-share2__badge {
    background-color: #24d666;
}

.ya-share2__item_service_evernote .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_evernote .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: #3b5998;
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_linkedin .ya-share2__badge {
    background-color: #0083be;
}

.ya-share2__item_service_linkedin .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_linkedin .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_lj .ya-share2__badge {
    background-color: #0d425a;
}

.ya-share2__item_service_lj .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23FFF'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_lj .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_service_messenger .ya-share2__badge {
    background-color: #03CECE;
}

.ya-share2__item_service_messenger .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23FFF'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_messenger .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_service_moimir .ya-share2__badge {
    background-color: #168de2;
}

.ya-share2__item_service_moimir .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_moimir .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge {
    background-color: #eb722e;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_pinterest .ya-share2__badge {
    background-color: #c20724;
}

.ya-share2__item_service_pinterest .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pinterest .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_pocket .ya-share2__badge {
    background-color: #ee4056;
}

.ya-share2__item_service_pocket .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pocket .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_qzone .ya-share2__badge {
    background-color: #f5b53c;
}

.ya-share2__item_service_qzone .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_qzone .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_reddit .ya-share2__badge {
    background-color: #ff4500;
}

.ya-share2__item_service_reddit .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_reddit .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_renren .ya-share2__badge {
    background-color: #1760a7;
}

.ya-share2__item_service_renren .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_renren .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_sinaWeibo .ya-share2__badge {
    background-color: #c53220;
}

.ya-share2__item_service_sinaWeibo .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_sinaWeibo .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_skype .ya-share2__badge {
    background-color: #00aff0;
}

.ya-share2__item_service_skype .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_surfingbird .ya-share2__badge {
    background-color: #30baff;
}

.ya-share2__item_service_surfingbird .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_surfingbird .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_telegram .ya-share2__badge {
    background-color: #64a9dc;
}

.ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_tencentWeibo .ya-share2__badge {
    background-color: #53a9d7;
}

.ya-share2__item_service_tencentWeibo .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tencentWeibo .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_tumblr .ya-share2__badge {
    background-color: #547093;
}

.ya-share2__item_service_tumblr .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tumblr .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_twitter .ya-share2__badge {
    background-color: #00aced;
}

.ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_viber .ya-share2__badge {
    background-color: #7b519d;
}

.ya-share2__item_service_viber .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_viber .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E");
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: #4680c2;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_whatsapp .ya-share2__badge {
    background-color: #65bc54;
}

.ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}