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

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

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


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

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

/* Base Styles */
body {
    color: #53585c;
    background: #fff;
    font-family: "SourceSansPro", 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: #13317F;
    text-decoration: none;
}
a:hover, a:focus {
    color: #212121;
    outline: 0;
    text-decoration: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1.25em 0;
    padding: 0;
}
hr.post-divider {
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
audio, canvas, img, video {
    vertical-align: middle;
}
img {
    /*max-width: 100%;*/
    -ms-interpolation-mode: bicubic;
    height: auto;
}
figcaption {
    margin: 3px 0 1em;
    font-size: 11px;
    color: #a0a0a0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input, textarea, button, select, label, optgroup {
    font: inherit;
}

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

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 2.25em;
    margin: 0.67em 0 0.5em;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
h2 {
    font-size: 1.953em;
    margin: 0.83em 0 0.5em;
    line-height: 1.35;
}
h3 {
    font-size: 1.563em;
    margin: 1em 0 0.5em;
    line-height: 1.4;
}
h4 {
    font-size: 1.25em;
    margin: 1.33em 0 0.5em;
    line-height: 1.5;
}
h5 {
    font-size: 1.1em;
    margin: 1.25em 0 0.5em;
    line-height: 1.6;
}
h6 {
    font-size: 0.85em;
    margin: 1.6em 0 1em;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #efca56;
    padding: 0 0.4em;
    color: #fff;
}
p, pre {
    margin: 0 0 0.75em;
    text-rendering: optimizeLegibility;
}
code, kbd, pre, samp {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.9em;
    padding: 0.2em 0.5em;
}
pre {
    color: #7b7b7b;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 0.5em 1.5em 0.5em 1.5em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* Layout */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden {
    display: none;
}
.jeg_viewport {
    position: relative;
}
.jeg_container, .jeg_container_full {
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.jeg_content, .jeg_boxed .jeg_main .jeg_container {
    background: #fff;
}
.jeg_content {
    padding: 10px 0 40px;
}

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

/* Sidebar */
.jeg_sidebar {
    padding-left: 30px;
}
.jeg_sidebar_left .jeg_sidebar {
    padding-right: 30px;
    padding-left: 8px;
}
.jeg_double_sidebar .row > .jeg_sidebar:nth-of-type(1) {
    padding-left: 8px;
    padding-right: 30px;
}
@media (min-width:767px) {
    .jeg_sidebar_left .jeg_main_content.col-sm-8 {
        float: right;
    }
}
@media (min-width:992px) {
    .jeg_sidebar_left .jeg_main_content,
    .jeg_sidebar_left .jeg_main_content.col-md-8 {
        float: right;
    }

    .jeg_double_sidebar .jeg_main_content {
        left: 25%;
    }
    .jeg_double_sidebar .jeg_sidebar.left {
        right: 50%;
        padding-left: 8px;
        padding-right: 30px;
    }
}
.theiaStickySidebar {
    -webkit-backface-visibility: hidden
}
.jeg_normalise_top .theiaStickySidebar {
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.jeg_sidefeed .jeg_post.active {
    background: #f5f5f5;
    border-left: 3px solid #13317F;
    padding-left: 12px !important;
}
.post-ajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    display: none;
    z-index: 5;
}
.post-ajax-overlay .jnews_preloader_circle_outer {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    margin-left: 170px;
}
.post-ajax-overlay .jeg_preloader.dot {
    position: fixed;
    top: 50%;
    margin-top: 40px;
    margin-left: 170px;
    left: 50%;
}
.post-ajax-overlay .jeg_preloader.square {
    position: fixed;
    top: 50%;
    margin-top: 0;
    left: 50%;
    margin-left: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------------------------------------------- *
 *  02 - HEADER & NAVIGATION
 * ------------------------------------------------------------------------- */
.jeg_header {
    position: relative;
}
.jeg_header .container {
    height: 100%;
}
.jeg_header.full .container {
    width: 100%;
}

/** Header: Layout **/
.jeg_nav_row {
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.jeg_nav_grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jeg_nav_normal {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.item_wrap {
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Col Position */
.jeg_nav_left {
    margin-right: auto;
}
.jeg_nav_right {
    margin-left: auto;
}
.jeg_nav_center {
    margin: 0 auto;
}

/* Col Alignment */
.jeg_nav_alignleft {
    justify-content: flex-start;
}
.jeg_nav_alignright {
    justify-content: flex-end;
}
.jeg_nav_aligncenter {
    justify-content: center;
}

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

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

}
.jeg_topbar.dark .jeg_search_toggle,
.jeg_topbar.dark .jeg_top_lang_switcher > li > a,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button {
    color: #F5F5F5;
}
.jeg_topbar.dark .jeg_top_menu > li > a:hover,
.jeg_topbar.dark .jeg_top_lang_switcher > li > a:hover {
    color: #fff;
}
.jeg_topbar.dark .sf-arrows .sf-with-ul:after {
    color: rgba(255, 255, 255, 0.6);
}
.jeg_topbar.dark .sf-arrows ul .sf-with-ul:after {
    color: inherit;
}
.jeg_topbar.dark, .jeg_topbar.dark .jeg_nav_item {
    border-color: rgba(255, 255, 255, 0.15);
}
.jeg_topbar .jeg_nav_item:last-child {
    border-right-width: 0;
}
.jeg_topbar .jeg_nav_row {
    height: 34px;
    line-height: 34px;
}

/** Midbar Builder **/
.jeg_midbar {
    background-color: #fff;
    height: 140px;
    position: relative;
    z-index: 10;
    border-bottom: 0 solid #e8e8e8;
}
.jeg_navbar + .jeg_midbar {
    z-index: 9;
}
.jeg_midbar .jeg_nav_item {
    padding: 0 14px;
}
.jeg_midbar.dark {
    background-color: #212121;
    color: #f5f5f5;
}
.jeg_midbar.dark .jeg_carticon,
.jeg_midbar.dark .jeg_top_weather,
.jeg_midbar.dark .jeg_top_weather > .jeg_weather_temp > .jeg_weather_unit,
.jeg_midbar.dark .jeg_top_weather .jeg_weather_condition .jeg_weather_icon,
.jeg_midbar.dark .jeg_search_toggle,
.jeg_midbar.dark .jeg_nav_icon .jeg_mobile_toggle,
.jeg_midbar.dark .jeg_vertical_menu a
{
    color: #f5f5f5;
}

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

/** Navbar Builder **/
.jeg_navbar {
    background: #fff;
    position: relative;
    border-top: 0 solid #e8e8e8;
    /*border-bottom: 1px solid #e8e8e8;*/
    line-height: 61px;
    z-index: 9;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.jeg_navbar:first-child,
.jeg_topbar + .jeg_navbar {
    z-index: 20;
}
.jeg_navbar .jeg_nav_item {
    padding: 0 14px;
}
.jeg_navbar .jeg_separator {
    margin: 0 7px;
}
.jeg_navbar .jeg_separator:first-child {
    margin-left: 0;
}
.jeg_navbar .jeg_separator:last-child {
    margin-right: 0;
}
.jeg_navbar_boxed .jeg_nav_alignright .jeg_nav_item:last-child {
    padding-right: 20px;
}
.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child {
    padding-left: 20px;
}
.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child .jeg_menu_style_1 {
    margin-left: -14px;
}
.jeg_nav_item:first-child {
    padding-left: 0;
}
.jeg_nav_item:last-child {
    padding-right: 0;
}

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

/* Boxed Navbar */
.jeg_navbar_boxed {
    background: transparent;
    border: 0;
}
.jeg_navbar_boxed .jeg_nav_row {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-style: solid;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
    border-width: 0;
}
.jeg_navbar_boxed.jeg_navbar_shadow .jeg_navbar {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .08);
    border-width: 0;
}
.jeg_navbar_boxed:after {
    display: none
}
.jeg_boxed .jeg_navbar_boxed {
    background: #fff;
}

/* Navbar Dark */
.jeg_navbar_dark:not(.jeg_navbar_boxed),
.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
    background: #990d66;
}
body:not(.jeg_boxed) .jeg_navbar_dark.jeg_navbar_boxed {
    background: transparent;
}
.jeg_navbar_dark .jeg_menu > li > a,
.jeg_navbar_dark .jeg_search_toggle,
.jeg_navbar_dark .jeg_carticon,
.jeg_navbar_dark .cartdetail {
    color: #fafafa;
}
.jeg_navbar_dark .sf-arrows .sf-with-ul:after {
    color: rgba(255, 255, 255, 0.6);
}
.jeg_navbar_dark .sf-arrows ul .sf-with-ul:after {
    color: inherit;
}
.jeg_navbar_dark .jeg_menu > li > ul {
    border-top: 0
}

/* Force Fullscreen on Single Layout 4 & 5 */
.jeg_force_fs:not(.jeg_sidecontent) .jeg_featured_big {
    position: static;
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar, .jeg_force_fs .jeg_navbar_mobile {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_midbar,
.jeg_force_fs:not(.jeg_sidecontent).jeg_boxed .jeg_navbar_boxed,.jeg_force_fs .toggle_btn {
    background: transparent !important;
}
.jeg_force_fs:not(.jeg_sidecontent) .dark .jeg_nav_item {
    border-color: rgba(255, 255, 255, 0.15) !important;
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_menu > li > a,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_toggle,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_top_lang_switcher > li > a,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button {
    color: #f5f5f5;
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_top_menu > li > a:hover {
    color: #fff;
}

/** Navbar Items **/
/** Logo **/
.jeg_logo_wrapper {
    -webkit-flex: 0 auto !important;
    -ms-flex: 0 auto !important;
    flex: 0 auto !important;
}
.jeg_logo {
    position: relative;
}
.jeg_logo a {
    display: block;
}
.jeg_logo h2, .jeg_mobile_logo h2 {
    margin: 0;
    padding: 0;
}
.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;
}

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

/* Button */
.btn.round {
    border-radius: 40px;
}
.btn.rounded {
    border-radius: 4px;
}
.btn.secondary {
    background: #2e9fff;
}
.btn.outline {
    color: inherit;
    letter-spacing: 1.5px;
    line-height: 36px;
    height: auto;
    background: transparent;
    border: 2px solid #e0e0e0;
}
.dark .btn.outline,
.jeg_navbar_dark .btn.outline {
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.15);
}
.dark .btn.outline:hover,
.jeg_navbar_dark .btn.outline:hover {
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15);
}
.btn .fa {
    margin-right: 2px;
    font-size: 14px;
}
.jeg_topbar .btn {
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 0 10px;
}
.jeg_topbar .btn.outline {
    line-height: 22px;
}
.jeg_topbar .btn.round {
    padding: 0 14px;
}
.jeg_navbar .btn {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 16px;
}
.jeg_navbar .btn.outline {
    line-height: 34px;
}

/* HTML Item */
.jeg_midbar .jeg_nav_html,
.jeg_navbar .jeg_nav_html {
    line-height: 1.4em;
}
.jeg_nav_html .fa {
    margin-right: 2px;
}

/* Nav Icon */
.jeg_nav_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jeg_nav_icon .jeg_mobile_toggle {
    color: #212121;
    display: block;
    position: relative;
    width: 18px;
    height: 14px;
}
.jeg_topbar .jeg_nav_icon {
    height: 34px;
}
.jeg_topbar .jeg_mobile_toggle {
    color: inherit;
}
.jeg_navbar_dark .jeg_mobile_toggle {
    color: #fafafa;
}
.jeg_nav_icon .jeg_mobile_toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border-top: 2px solid;
    transition: .15s ease;
}
.jeg_nav_icon .jeg_mobile_toggle span:nth-child(1) {
    top: 0;
}
.jeg_nav_icon .jeg_mobile_toggle:hover span:nth-child(1) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.jeg_nav_icon .jeg_mobile_toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.jeg_nav_icon .jeg_mobile_toggle span:nth-child(3) {
    bottom: 0;
}
.jeg_nav_icon .jeg_mobile_toggle:hover span:nth-child(3) {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.jeg_topbar .jeg_nav_icon .jeg_mobile_toggle {
    width: 8px;
    height: 12px;
}
.jeg_topbar .jeg_nav_icon .jeg_mobile_toggle span {
    /* background: #757575; */
}
.jeg_topbar.dark .jeg_nav_icon .jeg_mobile_toggle span {
    /* background: #f5f5f5; */
}

/* Nav Socials */
.jeg_topbar .socials_widget a {
    margin: 0 5px 0 0;
}
.jeg_topbar .socials_widget a .fa {
    width: 26px;
    line-height: 26px;
}
.jeg_topbar .socials_widget.nobg a {
    margin-right: 14px;
}
.jeg_topbar .socials_widget.nobg a:last-child {
    margin-right: 0;
}
.jeg_topbar .socials_widget.nobg a .fa {
    font-size: 14px;
}

/* Nav Language Switcher */
.jeg_top_lang_switcher {
    float: left;
}
.jeg_top_lang_switcher > li {
    padding-right: 12px;
    float: left;
}
.jeg_top_lang_switcher > li:last-child {
    padding-right: 0;
}
.jeg_top_lang_switcher a {
    color: #212121;
}
.jeg_topbar .jeg_top_lang_switcher a {
    color: inherit;
}
.jeg_top_lang_switcher > li img {
    margin: 0 2px 2px 0;
}
.jeg_midbar .jeg_top_lang_switcher > li img,
.jeg_navbar .jeg_top_lang_switcher > li img {
    margin-right: 4px;
}

/* Nav Separator */
.jeg_separator {
    height: 30px;
    border-left: 1px solid #e0e0e0;
}
.dark .jeg_separator, .jeg_navbar_dark .jeg_separator {
    border-color: rgba(255, 255, 255, 0.15);
}

.widget_jnews_module_element_header {
    margin-bottom: 30px;
}

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

/*  2.2 - Top Search Icon & Search Form
/* ------------------------------------------------------------------------- */
.jeg_search_wrapper {
    position: relative;
}
.jeg_search_wrapper .jeg_search_form {
    display: block;
    position: relative;
    line-height: normal;
    min-width: 60%;
}
.jeg_search_toggle {
    color: #212121;
    display: block;
    text-align: center;
}
.jeg_topbar .jeg_search_toggle {
    font-size: 14px;
    min-width: 13px;
    color: inherit;
}
.jeg_midbar .jeg_search_toggle {
    font-size: 18px;
    min-width: 16px;
    line-height: 50px;
}
.jeg_navbar .jeg_search_toggle {
    font-size: 16px;
    min-width: 8px;
}
.jeg_search_wrapper .jeg_search_input {
    width: 100%;
    vertical-align: middle;
    height: 40px;
    padding: 0.5em 30px 0.5em 14px;
}
.jeg_search_wrapper .jeg_search_button {
    color: #212121;
    background: transparent;
    border: 0;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    position: absolute;
    height: auto;
    min-height: unset;
    line-height: normal;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    transition: none;
}
.jeg_search_wrapper .jeg_search_button:hover {
    color: inherit;
    box-shadow: none;
    background: transparent;
}

/* search on navbar */
.jeg_navbar .jeg_search_wrapper .jeg_search_input {
    height: 36px;
    border: 0;
}
/* search on topbar */
.jeg_topbar .jeg_search_wrapper .jeg_search_form {
    display: block;
}
.jeg_topbar .jeg_search_no_expand .jeg_search_input {
    line-height: 34px;
    height: auto;
    padding: 0 20px 0 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.jeg_topbar .jeg_search_no_expand .jeg_search_button {
    color: #757575;
    width: auto;
    padding-right: 0 !important;
}

/* Search No Expand */
.jeg_search_no_expand .jeg_search_toggle {
    display: none;
}
.jeg_search_no_expand.rounded .jeg_search_input {
    border-radius: 4px;
}
.jeg_search_no_expand.square .jeg_search_input {
    border-radius: 0;
}
.jeg_search_no_expand.round .jeg_search_input {
    border-radius: 33px;
    padding: .5em 8px;
}
.jeg_search_no_expand.round .jeg_search_button {
    padding-right: 12px;
}
.jeg_midbar .jeg_search_no_expand .jeg_search_input {
    font-size: 15px;
    padding: 0.5em 35px 0.5em 8px;
}
.jeg_midbar .jeg_search_wrapper .jeg_search_button {
    padding-right: 8px;
}
.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: 8px;
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_button, .jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
    color: #fafafa;
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

/*** Popup Expand ***/
.jeg_search_popup_expand .jeg_search_form {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -4px;
    text-align: center;
    width: 325px;
    background: #39434d;
    border: 1px solid #39434d;
    padding: 0;
    height: 0;
    z-index: 12;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -webkit-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
    opacity: 1;
    visibility: visible;
    padding: 20px;
    height: auto;
    -webkit-transition: padding 0.2s, height 0.1s, opacity 0.15s;
    -o-transition: padding 0.2s, height 0.1s, opacity 0.15s;
    transition: padding 0.2s, height 0.1s, opacity 0.15s;
}
.jeg_search_popup_expand .jeg_search_form:before {
    border-color: transparent transparent #39434d;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    right: 8px;
    position: absolute;
    top: -8px;
    z-index: 98;
}
.jeg_search_popup_expand .jeg_search_form:after {
    border-color: transparent transparent #39434d;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    right: 8px;
    position: absolute;
    top: -9px;
    z-index: 97;
}

/* search on topbar */
.jeg_topbar .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand .jeg_search_result {
    right: 0;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
    left: 0;
}
.jeg_topbar .jeg_search_popup_expand .jeg_search_form:before {
    right: 11px;
    top: -6px;
    border-width: 0 6px 6px;
}
.jeg_topbar .jeg_search_popup_expand .jeg_search_form:after {
    right: 10px;
    top: -8px;
    border-width: 0 7px 7px;
}
.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_result {
    right: -12px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result{
    left: -12px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
    right: auto;
    left: 11px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
    right: auto;
    left: 10px;
}

.jeg_search_popup_expand .jeg_search_input {
    width: 100%;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.jeg_search_popup_expand .jeg_search_button {
    color: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

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

.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_header.full .jeg_midbar .jeg_nav_right .jeg_search_popup_expand:last-child .jeg_search_result {
    right: -8px;
}
.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: 8px;
}

.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_result {
    left: -18px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:before {
    right: auto;
    left: 17px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:after {
    right: auto;
    left: 16px;
}

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

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

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

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

.jeg_navbar.jeg_navbar_menuborder .jeg_nav_col:not(.jeg_nav_left) .jeg_search_popup_expand:last-child .jeg_search_form:before {
    right: 14px;
}
.jeg_navbar.jeg_navbar_menuborder .jeg_nav_col:not(.jeg_nav_left) .jeg_search_popup_expand:last-child .jeg_search_form:after {
    right: 13px;
}
.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:before {
    right: auto;
    left: 19px;
}
.jeg_navbar.jeg_navbar_boxed .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form:after {
    right: auto;
    left: 18px;
}


/* alignment */
.jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
    right: auto;
    left: 0;
}
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:before,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:after {
    right: 50% !important;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

/* Modal Expand */
.jeg_search_expanded .jeg_search_modal_expand {
    background: #fff;
    z-index: 10000;
    position: fixed;
    float: none;
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
}
.jeg_search_modal_expand .jeg_search_form {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.jeg_search_expanded .jeg_navbar_wrapper,
.jeg_search_expanded .jeg_navbar_wrapper.jeg_sticky_nav,
.jeg_search_expanded .jeg_navbar_mobile,
.jeg_search_expanded .jeg_navbar_mobile.jeg_sticky_nav {
    /* Fix Browser bugs: Mix Transform + Position Fixed */
    transform: none !important;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
    opacity: 1;
    visibility: visible;
    width: 80%;
    height: 160px;
    left: 0;
    right: 0;
    top: -80px;
    bottom: 0;
    margin: auto;
}
.jeg_search_modal_expand .jeg_search_input {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0 130px 0 20px;
    border: none;
    background: transparent;
    font-size: 5em;
    color: #666;
    -webkit-transition: opacity .3s ease-out .15s;
    -o-transition: opacity .3s ease-out .15s;
    transition: opacity .3s ease-out .15s;
    border-bottom: 5px solid #eee;
    box-shadow: none;
    outline: 0;
}
.jeg_search_modal_expand .jeg_search_input::-webkit-input-placeholder {
    color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_input:-moz-placeholder {
    color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_input::-moz-placeholder {
    color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_input:-ms-input-placeholder {
    color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_button {
    opacity: 0;
    margin-left: 0;
    -webkit-transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
    transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button {
    color: #a0a0a0;
    position: absolute;
    right: 0;
    padding: 0 0 0 5px;
    font-size: 5em;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-30px, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: .25s ease-out .15s;
    -o-transition: .25s ease-out .15s;
    transition: .25s ease-out .15s;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button .fa {
    font-size: inherit;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:hover,
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:focus {
    outline: 0;
    color: #212121;
}
.jeg_header .jeg_search_expanded .jeg_search_wrapper.jeg_search_modal_expand .jeg_search_toggle {
    color: #888;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    font-size: 24px;
    line-height: normal;
    pointer-events: auto;
}

/* Live Search Result */
.jeg_search_hide {
    display: none;
}
.jeg_search_result {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -4px;
    /* right: 0; */
    width: 325px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    height: 0;
    z-index: 12;
    line-height: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    transition: height .1s;
}
.dark .jeg_search_result .jeg_post_meta .fa {
    color: inherit;
}
.jeg_nav_left .jeg_search_result {
    right: auto;
    left: 0;
}
.jeg_search_result .jeg_pl_xs_3 .jeg_thumb {
    width: 60px;
}
.jeg_search_result .jeg_pl_xs_3 .jeg_postblock_content {
    margin-left: 60px;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_result {
    margin-top: 81px;
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: padding .2s, height .1s, opacity .15s;
    -o-transition: padding .2s, height .1s, opacity .15s;
    transition: padding .2s, height .1s, opacity .15s;
}
.jeg_search_no_expand .jeg_search_result {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    min-width: 100%;
    right: 0;
}
.jeg_search_result .jeg_post, .jeg_search_result.with_result .search-all-button,
.jeg_search_result.no_result .search-noresult {
    overflow: hidden;
}
.jeg_search_result .jeg_post {
    margin: 8px;
    padding: 0;
}
.jeg_search_result .search-link {
    display: none;
    text-align: center;
    font-size: 12px;
    padding: 12px 8px;
    border-top: 1px solid #eee;
}
.jeg_search_result .search-link .fa {
    margin-right: 5px;
}
.jeg_search_result.with_result .search-all-button {
    display: block;
    cursor: pointer;
}
.jeg_search_result.no_result .search-noresult {
    display: block;
}

/* Login Popup */
.jeg_popup {
    position: relative;
    background: #fff;
    padding: 35px;
    width: auto;
    max-width: 380px;
    margin: 20px auto;
}
.jeg_popupform {
    text-align: center;
}
.jeg_popupform .input_field {
    margin-bottom: 1em;
}
.jeg_popupform h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.jeg_popupform input:not([type="submit"]) {
    font-size: 16px;
    height: 48px;
    border-radius: 3px;
    text-align: center;
}
.jeg_popupform .button {
    font-size: 16px;
    height: 48px;
    border-radius: 3px;
    text-transform: none;
    letter-spacing: normal;
    width: 100%;
}
.alert {
    padding: 8px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 3px;
}
.alert-error {
    background: #fff5f6;
}
.alert-success {
    background: #ebf8f1;
}
.alert-compatibility {
    background: #fff5f6;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: auto;
    border-radius: 0;
    text-align: center;
}
.jeg_postblock:hover ~ .alert-compatibility {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.bottom_links {
    font-size: 13px;
    text-align: left;
    color: #a0a0a0;
}
.bottom_links .jeg_popuplink {
    float: right;
    font-weight: bold
}
.bottom_links .forgot {
    float: left;
    color: #a0a0a0;
    font-weight: normal;
}

/* Zoom-out effect */
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.25s ease-in-out 0.15s;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.25s ease;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-ready .jeg_popup {
    display: block;
}
.mfp-bottom-bar {
    margin-top: -26px;
}
.mfp-figure:after {
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
}
.mfp-container figcaption,
.mfp-title, .mfp-counter {
    font-size: 13px;
}


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

/** Navigation **/

/** Global Menu **/
.jeg_menu > li {
    position: relative;
    float: left;
    text-align: left;
    padding-right: 1.2em;
}
.jeg_menu > li:last-child {
    padding-right: 0;
}
.jeg_menu > li > a {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a,
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a {
    color: #212121;
    font-weight: bolder;
    line-height: 50px;
}
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a:hover,
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a:hover {
    color: #13317F;
}
.jeg_navbar.jeg_navbar_dark .jeg_menu > li > a,
.jeg_midbar.dark .jeg_menu > li > a {
    color: #f5f5f5;
}
.jeg_topbar .jeg_menu > li > a {
    color: inherit;
}

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

.jeg_menu li > ul li a {
    padding: 8px 16px;
    font-size: 14px;
    color: #e1e3e7;
    border-bottom: 1px solid #47515a;
    -webkit-transition: .1s;
    transition: .1s;
}
.jeg_menu li > ul > li:last-child > a {
    border-bottom: 0;
}
.jeg_menu li > ul li:hover > a,
.jeg_menu li > ul li.sfHover > a,
.jeg_menu li > ul li.current-menu-item > a,
.jeg_menu li > ul li.current-menu-ancestor > a {
    color: #e1e3e7;
    background: #47515a;
}
.jeg_menu li > ul li:hover > .sf-with-ul:after,
.jeg_menu li > ul li.sfHover > .sf-with-ul:after,
.jeg_menu li > ul li.current-menu-item > .sf-with-ul:after,
.jeg_menu li > ul li.current-menu-ancestor > .sf-with-ul:after {
    color: #212121;
}

.sf-arrows .sf-with-ul:after {
    color: #a0a0a0;
    content: "\f107";
    display: inline-block;
    margin-left: 5px;
    margin-right: -3px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .1s;
    transition: .1s;
}
.sf-arrows ul .sf-with-ul {
    padding-right: 32px;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
    color: #949494;
}
.jeg_menu li:hover > ul, .jeg_menu li.sfHover > ul {
    display: block;
}
.jeg_menu a {
    display: block;
    position: relative;
}
.jeg_menu ul ul {
    top: 0;
    left: 100%;
}

/** Main Menu **/
.jeg_main_menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.jeg_main_menu > li > a {
    color: #212121;
    display: block;
    position: relative;
    padding: 0 12px;
    margin: 0 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 61px;
    /*text-transform: uppercase;*/
    -webkit-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    white-space: nowrap;
}
.jeg_main_menu > li > .sf-with-ul:hover:after,
.jeg_main_menu > li.sfHover > .sf-with-ul:after {
    color: inherit;
}
.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li {
    padding-right: 0;
}
.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li > a {
    line-height: inherit;
}

/* Navbar Bordered Menu */
.jeg_navbar_menuborder:not(.jeg_navbar_boxed):not(.jeg_stickybar) {
    border-top: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder .jeg_nav_item {
    border-right: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder.jeg_navbar_dark .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder.jeg_navbar_dark .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_dark:not(.jeg_navbar_boxed) .jeg_nav_left .jeg_nav_item:first-child {
    border-color: rgba(255, 255, 255, .15);
}
.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_right .jeg_nav_item:last-child {
    border-right: 0;
}
.jeg_navbar_menuborder:not(.jeg_navbar_boxed) .jeg_nav_left .jeg_nav_item:first-child {
    border-left: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_alignright .jeg_nav_item:last-child {
    padding-right: 14px;
}
.jeg_navbar_menuborder .jeg_nav_item:first-child,
.jeg_navbar_menuborder.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child {
    padding-left: 14px;
}
.jeg_navbar_menuborder .jeg_main_menu {
    margin-left: -14px;
    margin-right: -14px;
}

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

/* Fit width Navbar */
.jeg_navbar_fitwidth .jeg_mainmenu_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jeg_navbar_fitwidth .jeg_main_menu {
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.jeg_navbar_fitwidth .jeg_main_menu > li {
    float: none;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.jeg_navbar_fitwidth .jeg_main_menu > li > a {
    width: 100%;
    text-align: center;
}

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

/* Menu Style 1 */
.jeg_menu_style_1 > li {
    padding-right: 22px;
    line-height: 50px;
}
.jeg_menu_style_1 > li:last-child {
    padding-right: 0;
}
.jeg_navbar_menuborder .jeg_menu_style_1 > li {
    padding-right: 0;
}
.jeg_navbar_menuborder .jeg_menu_style_1 > li > a {
    margin: 0 16px;
}
.jeg_navbar_fitwidth .jeg_menu > li > ul {
    min-width: 100%;
}
.jeg_navbar_fitwidth .jeg_menu_style_1 > li {
    line-height: 50px;
    text-align: center;
}
.jeg_navbar_fitwidth .jeg_menu_style_1 > li > a {
    width: auto;
}
.jeg_menu_style_1 > li > a {
    display: inline-block;
    padding: 6px 0;
    margin: 0 0;
    line-height: normal;
}
.jeg_menu_style_1 > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #F70D28;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.jeg_menu_style_1 > li > a:hover:before,
.jeg_menu_style_1 > li.sfHover > a:before,
.jeg_menu_style_1 > li.current-menu-item > a:before,
.jeg_menu_style_1 > li.current-menu-ancestor > a:before {
    width: 75%;
    opacity: 1;
}

/* Menu Style 2 */
.jeg_menu_style_2 > li > a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #F70D28;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.jeg_navbar_shadow .jeg_menu_style_2 > li > a:before,
.jeg_navbar_dark .jeg_menu_style_2 > li > a:before {
    bottom: 0;
}
.jeg_menu_style_2 > li > a:hover:before,
.jeg_menu_style_2 > li.sfHover > a:before,
.jeg_menu_style_2 > li.current-menu-item > a:before,
.jeg_menu_style_2 > li.current-menu-ancestor > a:before {
    width: 80%;
    opacity: 1;
}

/* Menu Style 3 */
.jeg_menu_style_3 > li > a:before {
    content: '';
    position: absolute;
    top: -1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #F70D28;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.jeg_navbar_shadow .jeg_menu_style_3 > li > a:before,
.jeg_navbar_dark .jeg_menu_style_3 > li > a:before {
    top: 0;
}
.jeg_menu_style_3 > li > a:hover:before,
.jeg_menu_style_3 > li.sfHover > a:before,
.jeg_menu_style_3 > li.current-menu-item > a:before,
.jeg_menu_style_3 > li.current-menu-ancestor > a:before {
    width: 80%;
    opacity: 1;
}

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

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

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

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


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

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

.jeg_header_sticky.sticky_blankspace {
    visibility: hidden;
    height: 0;
}
.jeg_stickybar {
    position: fixed;
    width: 100%;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 9997;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.jeg_stickybar.jeg_sticky_nav {
    opacity: 1;
    visibility: visible;
}
.jeg_stickybar.jeg_navbar_boxed .jeg_nav_row {
    border-top: 0;
}
.jeg_stickybar[data-mode="fixed"] {
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
    -webkit-transition: transform .15s ease-in;
    transition: transform .15s ease-in;
}
.jeg_stickybar[data-mode="fixed"].jeg_sticky_nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .25s ease-out .1s;
    transition: transform .25s ease-out .1s;
}

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

.jeg_boxed .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_main_menu > li > a,
.jeg_header .jeg_sticky_nav .jeg_navbar .jeg_search_wrapper,
.jeg_header .jeg_sticky_nav .jeg_carticon {
    line-height: 50px;
}
.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li {
    height: 50px;
    line-height: 50px;
}
.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li > a {
    line-height: normal;
}
.jeg_navbar_mobile.jeg_sticky_nav {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 9997;
    margin: 0 auto;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* child mega menu */
.jeg_menu .jeg_child_megamenu > ul {
    padding: 10px;
    white-space: normal;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px solid #eee;
    -moz-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
}
.jeg_child_megamenu.two_row > ul {
    width: 24em !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.jeg_child_megamenu.three_row > ul {
    width: 36em !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.jeg_child_megamenu.four_row > ul {
    width: 48em !important;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.jeg_menu .jeg_child_megamenu > ul > li > a {
    border-bottom: 0;
    padding: 7px 10px;
}
.jeg_menu .jeg_child_megamenu > ul ul {
    display: none !important;
}
.jeg_menu .jeg_child_megamenu > ul .sf-with-ul:after {
    content: '';
}

/* Empty Menu */
.jeg_menu li a.empty-menu {
    text-transform: none;
    font-weight: normal;
    text-align: left;
    color: inherit;
}
.jeg_topbar .jeg_menu > li {
    padding-right: 22px;
}
.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;
}

/* Mega Menu */
.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;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 20px 40px rgba(0, 0, 0, 0.18);
}
.jeg_megamenu .jeg_thumb {
    max-height: 200px;
}
.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;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.jeg_newsfeed_subcat li a {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.jeg_newsfeed_subcat li.active {
    background: #fff;
    border-color: #eee;
    margin-right: -1px;
    padding-right: 1px;
}
.jeg_newsfeed_subcat li.active a {
    color: #212121;
    background: transparent !important;
}
.jeg_newsfeed_list {
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.jeg_newsfeed_list .jeg_newsfeed_container {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jeg_newsfeed_list.loaded .jeg_newsfeed_container {
    opacity: 1;
    height: auto;
}
.jeg_newsfeed .jeg_post_title {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Newsfeed Style 2 */
.jeg_newsfeed.style2 .jeg_newsfeed_container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.newsfeed_static {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -20px;
}
.newsfeed_static .jeg_newsfeed_item {
    float: left;
    width: 33.333333333%;
    padding-right: 20px;
    margin-bottom: 8px;
}
/* on Header Fullwidth */
.jeg_header.full .newsfeed_static .jeg_newsfeed_item {
    width: 20%;
}
.jeg_header.full .jeg_megamenu .sub-menu {
    left: -8px;
    right: -8px;
}
.jeg_newsfeed_tags {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding: 20px 25px;
    border-color: #eee;
    border-style: solid;
    border-left-width: 1px;
}
.jeg_newsfeed_tags h3 {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.jeg_newsfeed_tags li a {
    font-size: 13px;
    padding: 3px 0;
    position: relative;
}

/* Newsfeed Preloader */
.newsfeed_overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.jeg_newsfeed_list.loaded .newsfeed_overlay {
    opacity: 0;
}
.newsfeed_preloader, .module-preloader, .split-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}
.jeg_preloader span {
    height: 16px;
    width: 16px;
    background-color: #999999;
    -webkit-animation: jeg_preloader_bounce 1.4s infinite ease-in-out both;
    animation: jeg_preloader_bounce 1.4s infinite ease-in-out both;
    position: absolute;
    top: 0;
    border-radius: 100%;
}
.jeg_preloader span:first-of-type {
    left: -22px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.jeg_preloader span:nth-of-type(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.jeg_preloader span:last-of-type {
    left: 22px;
}
@-webkit-keyframes jeg_preloader_bounce {
    0%, 80%, 100% { -webkit-transform: scale(0); opacity: 0; }
    40% { -webkit-transform: scale(1.0); opacity: 1 }
}

@keyframes jeg_preloader_bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 1;
      }
}

/*  2.4 - Mobile Menu
/* ------------------------------------------------------------------------- */
.jeg_navbar_mobile {
    display: none;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0,.1);
    top: 0;
    transform: translate3d(0,0,0);
    transition: .2s ease;
}
.jeg_navbar_mobile .container {
    width: 100%;
    height: 100%;
}

/** Mobile: Top Bar **/
.jeg_mobile_topbar {
    font-size: 12px;
    color: #757575;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    background: #f5f5f5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.jeg_mobile_topbar a {
    color: inherit;
}
.jeg_mobile_topbar .jeg_nav_item {
    padding: 0 10px;
}
.jeg_sticky_nav .jeg_mobile_topbar {
    display: none;
}

/** Mobile: Bottom Bar **/
.jeg_mobile_bottombar {
    border-style: solid;
}

.jeg_mobile_bottombar {
    height: 60px;
    line-height: 60px;
}
.jeg_mobile_bottombar .jeg_nav_item {
    padding: 0 10px;
}

.jeg_navbar_mobile .jeg_nav_left .jeg_nav_item:first-child {
    padding-left: 0;
}
.jeg_navbar_mobile .jeg_nav_right .jeg_nav_item:last-child {
    padding-right: 0;
}
.jeg_mobile_bottombar.dark {
    background: #b00201;
    color: #fff;
}
.jeg_mobile_bottombar.dark a {
    color: #fff;
}
.jeg_mobile_bottombar.dark .toggle_btn, .jeg_mobile_bottombar.dark .jeg_search_toggle {
    color: #fff;
}

/* Toggle */
.jeg_navbar_mobile .toggle_btn,
.jeg_navbar_mobile .jeg_search_toggle {
    color: #212121;
    font-size: 22px;
    display: block;
}
.jeg_mobile_topbar .toggle_btn,
.jeg_mobile_topbar .jeg_search_toggle {
    font-size: 16px;
}
.jeg_mobile_topbar.dark {
    background: #222;
    color: #fff;
}
.jeg_mobile_topbar.dark a {
    color: #fff;
}
.jeg_mobile_topbar.dark .toggle_btn, .jeg_mobile_topbar.dark .jeg_search_toggle {
    color: #fff;
}

/* Mobile Logo */
.jeg_mobile_logo a {
    display: block;
}
.jeg_mobile_logo img {
    width: auto;
    max-height: 40px;
}

/* Mobile: Social Icon */
.jeg_mobile_topbar .jeg_social_icon_block.nobg a {
    margin-right: 10px;
}
.jeg_mobile_topbar .jeg_social_icon_block.nobg a .fa {
    font-size: 14px;
}

/* Mobile Copyright */
.jeg_aside_copyright {
    font-size: 11px;
    color: #757575;
    letter-spacing: .5px;
}
.jeg_aside_copyright a {
    color: inherit;
    border-bottom: 1px solid #aaa;
}
.jeg_aside_copyright p {
    margin-bottom: 1.2em;
}
.jeg_aside_copyright p:last-child {
    margin-bottom: 0;
}

/* Mobile Search */
.jeg_navbar_mobile .jeg_search_wrapper {
    position: static;
}
.jeg_navbar_mobile .jeg_search_popup_expand {
    float: none;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle {
    position: relative;
}
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    right: 0;
    position: absolute;
    bottom: -1px;
    z-index: 98;
}
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle:after {
    border-color: transparent transparent #eee;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    right: -1px;
    position: absolute;
    bottom: 0px;
    z-index: 97;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:before,
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:after {
    display: none !important;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
    width: auto;
    left: -8px !important;
    right: -8px !important;
    padding: 20px;
    -webkit-transform: none;
    transform: none;
    background: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    color: #353535;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
    margin-top: 84px;
    width: auto;
    left: -8px !important;
    right: -8px !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 8px;
    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: 8px;
}

/* Mobile Search Aside */
.jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    box-shadow: inset 0 2px 2px rgba(0,0,0,.05);
}
.jeg_mobile_wrapper .jeg_search_result {
    width: 100%;
    border-left: 0;
    border-right: 0;
    right: 0;
}
.admin-bar .jeg_mobile_wrapper {
    padding-top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .jeg_mobile_wrapper {
        padding-top: 46px;
    }
}
.admin-bar .jeg_show_menu .jeg_menu_close {
    top: 65px;
}
/* Mobile Slide Content */
body.jeg_show_menu {
    overflow: hidden;
}

.jeg_bg_overlay {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #000000, #434343);
    background: linear-gradient(to bottom, #000000, #434343);
    -webkit-transition: .2s ease-out .1s;
    transition: .2s ease-out .1s;
    opacity: 0;
    z-index: 9998;
    visibility: hidden;
}
.jeg_show_menu .jeg_bg_overlay {
    opacity: .85;
    visibility: visible;
    -webkit-transition: .4s cubic-bezier(0.22, 0.61, 0.36, 1) .1s;
    transition: .4s cubic-bezier(0.22, 0.61, 0.36, 1) .1s;
}
.jeg_mobile_wrapper {
    opacity: 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);

    -webkit-transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_show_menu .jeg_mobile_wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
}
.jeg_menu_close {
    position: fixed;
    top: 8px;
    right: 8px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: 9999;
}
@media only screen and (min-width : 1023px) {
    .jeg_menu_close {
        font-size: 20px;
        padding: 20px;
    }
}
.jeg_menu_close:hover {
    color: #fff;
}
.jeg_show_menu .jeg_menu_close {
    opacity: .75;
    visibility: visible;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .2s ease .3s;
    transition: .2s ease .3s;
}
.jeg_mobile_wrapper .nav_wrap {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.jeg_mobile_wrapper .nav_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    z-index: -1;
}
.jeg_mobile_wrapper .item_main {
    flex: 1;
}
.jeg_mobile_wrapper .item_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jeg_aside_item {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.item_bottom .jeg_aside_item {
    padding: 10px 20px;
    border-bottom: 0;
}
.item_bottom .jeg_aside_item:first-child {
    padding-top: 20px;
}
.item_bottom .jeg_aside_item:last-child {
    padding-bottom: 20px;
}
.jeg_aside_item:last-child {
    border-bottom: 0;
}
.jeg_aside_item:after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile Aside Widget */
.jeg_mobile_wrapper .widget {
    display: block;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.jeg_mobile_wrapper .widget:last-child {
    border-bottom: 0;
}

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

/* Mobile Menu Account */
.jeg_mobile_profile {
    position: relative;
}
.jeg_mobile_profile:first-child {
    padding-top: 30px;
}
.jeg_mobile_profile .jeg_accountlink {
    float: none;
}
.jeg_mobile_profile .jeg_accountlink li:not(:last-child) {
    margin-right: 8px;
    float: left;
}
.jeg_mobile_profile .jeg_accountlink li a {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.profile_box h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px;
}
.profile_box .profile_img {
    display: block;
    float: left;
    padding-right: 20px;
}
.profile_box .profile_img img {
    border-radius: 100%;
    width: 45px;
}
.profile_links li {
    float: left;
    font-size: 12px;
    margin-right: 8px;
    line-height: normal;
}
.profile_links li:last-child {
    margin-right: 0;
}
.profile_links li a {
    color: #757575;
}

/* Mobile Menu */
.jeg_navbar_mobile_wrapper {
    position: relative;
    z-index: 9;
}
.jeg_mobile_menu li a {
    color: #212121;
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: 500;
    position: relative;
}
.jeg_mobile_menu li.sfHover > a, .jeg_mobile_menu li a:hover {
    color: #13317F;
}
.jeg_mobile_menu ul {
    padding-bottom: 10px;
}
.jeg_mobile_menu ul li a {
    color: #757575;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.jeg_mobile_menu.sf-arrows .sf-with-ul:after {
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    width: auto;
    text-align: center;
    content: "\66";
    font-family: "jegicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s;
}
.jeg_mobile_menu.sf-arrows .sfHover .sf-with-ul:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

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

/** Mobile Dark Scheme **/
.dark .jeg_bg_overlay {
    background: #fff;
}
.dark .jeg_mobile_wrapper {
    background-color: #212121;
    color: #f5f5f5;
}
.dark .jeg_mobile_wrapper .jeg_search_result {
    background: rgba(0, 0, 0, .9);
    color: #f5f5f5;
    border: 0;
}
.dark .jeg_menu_close {
    color: #212121;
}
.dark .jeg_aside_copyright,
.dark .profile_box a,
.dark .jeg_mobile_menu li a,
.dark .jeg_mobile_wrapper .jeg_search_result a,
.dark .jeg_mobile_wrapper .jeg_search_result .search-link {
    color: #f5f5f5;
}
.dark .jeg_aside_copyright a {
    border-color: rgba(255, 255, 255, .8)
}
.dark .jeg_aside_item,
.dark .jeg_mobile_menu ul li a,
.dark .jeg_search_result.with_result .search-all-button {
    border-color: rgba(255, 255, 255, .15);
}

.dark .profile_links li a,
.dark .jeg_mobile_menu.sf-arrows .sf-with-ul:after,
.dark .jeg_mobile_menu ul li a {
    color: rgba(255, 255, 255, .5)
}

.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_button,
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
    color: #fafafa;
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

/*  2.5 - Sidefeed
/* ------------------------------------------------------------------------- */
#jeg_sidecontent {
    position: absolute;
    left: 0;
    background: #fff;
    width: 340px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 4;
    border-right: 2px solid #eee;
    outline: 0;
}
#jeg_sidecontent.fixed {
    position: fixed;
    top: 0;
}
.sidecontent_postwrapper {
    height: 100%;
    overflow: hidden;
}
.jeg_side_heading {
    position: relative;
}
.jeg_side_heading .jeg_cat_dropdown {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    z-index: 3;
}
.jeg_filter_menu {
    text-align: right;
    left: auto;
    right: 0;
}
.jeg_filter_menu .active {
    background: #fafafa;
    color: #a0a0a0;
}
.jeg_cat_dropdown:hover .jeg_filter_menu {
    display: block;
}
.jeg_filter_button {
    color: #53585c;
    background: #fff;
    border: 1px solid #eee;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    outline: none;
}
.jeg_filter_button:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
}
.jeg_filter_menu {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 10;
    min-width: 4em;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 12px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 12px 30px rgba(0, 0, 0, 0.25);
}
.jeg_filter_menu li a {
    display: block;
    color: inherit;
    font-size: 11px;
    padding: 5px 12px;
    line-height: normal;
    display: block;
    border-bottom: 1px solid #eee;
}
.jeg_filter_menu li a:hover {
    color: #212121;
    background: #f7f7f7;
}

/* Side Heading Tabs */
.jeg_side_tabs {
    display: block;
    padding: 0 8px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.jeg_side_tabs li {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.jeg_side_tabs li:not(:last-child) {
    margin-right: 8px;
}
.jeg_side_tabs li.active {
    color: #F70D28;
}
#jeg_sidecontent .overlay_container {
    position: relative;
}
#jeg_sidecontent .jeg_pl_md_box {
    padding: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
#jeg_sidecontent .jeg_pl_xs_3, #jeg_sidecontent .jeg_pl_xs {
    margin: 0;
    padding: 8px;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #eee;
}
.sidefeed_loadmore {
    text-align: center;
    padding: 8px;
}
.sidefeed_loadmore .btn {
    font-size: 11px;
    padding: 0 30px;
    min-height: 0;
    line-height: 30px;
    border-radius: 3px;
}

/* ------------------------------------------------------------------------- *
 *  04 - MODULES
 * ------------------------------------------------------------------------- */
.jeg_empty_module {
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding-top: 20px;
    background: #fafafa;
}
.module-overlay, .jeg_sidefeed_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 5;
}
.module-preloader, .sidefeed-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}

/*  4.1 - Block Heading
/* ------------------------------------------------------------------------- */
.jeg_block_heading {
    position: relative;
    margin-bottom: 25px;
}
.jeg_block_title {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    float: left;
}
.jeg_block_title a {
    color: inherit;
}
.jeg_block_title i,
.jeg_block_title span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0px 8px;
    white-space: nowrap;
}
.jeg_block_title i {
    margin-right: 8px;
    padding: 0;
}
.jeg_aligncenter {
    text-align: center;
}
.jeg_aligncenter .jeg_block_title {
    float: none;
}

/* block heading on widget area */
.widget.widget_jnews_module_element_header,
.jeg_footer .widget_jnews_module_element_header {
    margin-bottom: 0;
}

/* Block Heading 1 */
.jeg_block_heading_1 {
    border-bottom: 2px solid #eee;
}
.jeg_block_heading_1 .jeg_block_title span {
    background: #990d66;
    color: #fff;
    border-radius: 2px 2px 0 0;
    margin-bottom: -2px;
}
.jeg_block_heading_1 .jeg_subcat {
    margin-bottom: -2px;
}
.jeg_block_heading_1 .jeg_subcat_list > li > a, .jeg_block_heading_1 .okayNav__menu-toggle {
    height: 34px;
    line-height: 34px;
}

/* Block Heading 2 */
.jeg_block_heading_2 {
    background: #eee;
    border-radius: 2px;
}
.jeg_block_heading_2 .jeg_block_title {
    font-size: 14px;
}
.jeg_block_heading_2 .jeg_block_title span {
    background: #F70D28;
    color: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.jeg_block_heading_2 .jeg_subcat_list > li > a {
    font-size: 11px;
}
.jeg_block_heading_2 .jeg_subcat {
    background: transparent;
    padding-right: 10px;
}
.jeg_block_heading_2 .okayNav__menu-toggle {
    margin-right: -10px;
}

/* Block Heading 3 */
.jeg_block_heading_3 {
    background: #F70D28;
    border-radius: 2px;
}
.jeg_block_heading_3 .jeg_block_title span {
    color: #fff;
}
.jeg_block_heading_3 .okayNav__menu-toggle span {
    background: #fff;
}

/* Block Heading 4 */
.jeg_block_heading_4 .jeg_block_title span {
    background: #F70D28;
    color: #fff;
    border-radius: 2px;
}

/* Block Heading 5 */
.jeg_block_heading_5 {
    margin-bottom: 8px;
}
.jeg_block_heading_5 .jeg_block_title span {
    position: relative;
    padding-left: 0;
    background: #fff;
}
.jeg_block_heading_5.jeg_aligncenter .jeg_block_title span {
    padding: 0px 8px;
}
.jeg_block_heading_5:before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #eee;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.jeg_block_heading_5 .jeg_subcat {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}
.jeg_block_heading_5 .okayNav__nav--visible {
    padding-left: 7px;
}

/* Block Heading 6 */
.jeg_block_heading_6 {
    border-bottom: 2px solid #eee;
}
.jeg_block_heading_6:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #13317F;
    display: block;
    position: relative;
    bottom: -2px;
}
.jeg_block_heading_6 .jeg_block_title span {
    padding: 0;
}
.jeg_block_heading_6.jeg_aligncenter:after {
    margin: auto;
}

/* Block Heading 7 */
.jeg_block_heading_7 .jeg_block_title span {
    border-bottom: 2px solid #13317F;
    padding: 0;
}

/* Block Heading 8 */
.jeg_block_heading_8 {
    margin-bottom: 8px;
}
.jeg_block_heading_8 .jeg_block_title {
    font-size: 18px;
}
.jeg_block_heading_8 .jeg_block_title span {
    padding: 0
}
.jeg_block_heading_8 .jeg_block_title span, .jeg_block_heading_8 .jeg_subcat_list > li > a {
    height: 30px !important;
    line-height: 30px !important;
}
.jeg_block_heading_8 .okayNav__menu-toggle {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

/* Block Heading 9 */
.jeg_block_heading_9 {
    border-top: 5px solid #eee;
    border-bottom: 2px solid #eee;
}
.jeg_block_heading_9 .jeg_block_title span {
    padding: 0;
}
.jeg_block_heading_9.jeg_aligncenter:after {
    margin: auto;
}

/* Second Title */
.jeg_block_heading_5 strong,
.jeg_block_heading_6 strong,
.jeg_block_heading_7 strong,
.jeg_block_heading_8 strong {
    color: #13317F;
}

/* Dark Scheme */
.dark .jeg_block_title, .dark.jeg_block_title {
    color: #fff
}
.dark .jeg_block_heading_5 .jeg_block_title span:after,
.dark .jeg_block_heading_5 .jeg_block_title span:before,
.dark.jeg_block_heading_5 .jeg_block_title span:after,
.dark.jeg_block_heading_5 .jeg_block_title span:before{
    border-color: rgba(255, 255, 255, 0.2);
}
.dark .jeg_block_heading_1, .dark .jeg_block_heading_2,
.dark.jeg_block_heading_1, .dark.jeg_block_heading_2{
    border-color: rgba(255, 255, 255, 0.2);
}
.dark .jeg_block_heading_1 .jeg_block_title span,
.dark .jeg_block_heading_2 .jeg_block_title span,
.dark .jeg_block_heading_3,
.dark.jeg_block_heading_1 .jeg_block_title span,
.dark.jeg_block_heading_2 .jeg_block_title span,
.dark.jeg_block_heading_3{
    background: rgba(255, 255, 255, 0.2);
}

/* Sub Category List */
.jeg_subcat {
    display: block;
    float: left;
    margin-left: 1em;
}
.jeg_subcat .okayNav__menu-toggle {
    width: 30px;
}
.jeg_subcat_list, .jeg_subcat_list > li {
    display: inline-block;
    vertical-align: top;
}
.jeg_subcat_list > li > a {
    color: #7b7b7b;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 7px;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.jeg_subcat_list li a:hover, .jeg_subcat_list li button:hover {
    color: #13317F;
}
.jeg_subcat_list li a.current {
    color: #212121;
}
.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle.icon--active {
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(90deg) !important;
}

/* Floated Right */
.jeg_subcat_right .jeg_subcat {
    float: right;
    margin-left: 0;
}
.jeg_subcat_right .jeg_cat_menu {
    left: inherit;
    right: 0;
}

/* Match Block Heading Style */
.jeg_block_heading_3 .jeg_subcat_list li a {
    color: #fff;
}
.jeg_block_heading_3 .jeg_subcat_list li a.current {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.jeg_block_heading_3 .jeg_subcat_list li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.jeg_block_heading_3 .jeg_subcat {
    background: transparent;
    padding-right: 10px;
}
.jeg_block_heading_3 .okayNav__menu-toggle {
    margin-right: -10px;
}

/* Module Skeleton */
.jeg_pl_lg_1 {
    margin-bottom: 30px;
}
.jeg_pl_lg_1 .jeg_post_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 8px 0 5px;
}
.jeg_pl_lg_2, .jeg_pl_lg_3 {
    margin-bottom: 30px;
    overflow: hidden;
}
.jeg_pl_lg_2 .jeg_thumb, .jeg_pl_lg_3 .jeg_thumb {
    width: 360px;
}
.jeg_pl_lg_2 .jeg_thumb {
    float: left;
    margin-right: 30px;
}
.jeg_pl_lg_3 .jeg_thumb {
    float: right;
    margin-left: 30px;
}
.jeg_pl_lg_2 .jeg_thumb .jeg_post_category, .jeg_pl_lg_3 .jeg_thumb .jeg_post_category {
    top: 10px;
    bottom: auto;
}
.jeg_pl_lg_2 .jeg_postblock_content, .jeg_pl_lg_3 .jeg_postblock_content {
    overflow: hidden;
}
.jeg_pl_lg_2 .jeg_post_title, .jeg_pl_lg_3 .jeg_post_title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
}
.jeg_pl_lg_2 .jeg_readmore, .jeg_pl_lg_3 .jeg_readmore {
    margin-bottom: 5px;
}
.jeg_pl_lg_4 {
    margin-bottom: 50px;
}
.jeg_pl_lg_4 .jeg_post_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0px 0 5px;
}
.jeg_pl_lg_4 .jeg_thumb .jeg_post_category {
    bottom: auto;
    top: 10px;
}
.jeg_pl_lg_4 .jeg_postblock_heading {
    margin-bottom: 20px;
}
.jeg_pl_lg_5 {
    margin-bottom: 30px;
}
.jeg_pl_lg_5 .jeg_post_title {
    font-weight: bold;
    margin-bottom: 10px;
}
.jeg_pl_lg_6 {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jeg_pl_lg_6:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.jeg_pl_lg_6 .jeg_post_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.jeg_pl_lg_6 .jeg_thumb {
    width: 300px;
    float: right;
    margin-left: 30px;
}
.jeg_pl_lg_7 {
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #eee;
    overflow: visible;
}
.jeg_pl_lg_7 .jeg_postblock_content {
    background: #fff;
    padding: 20px 30px 30px;
    margin: 0px 8px;
    position: relative;
    text-align: center;
}
.jeg_pl_lg_7 .jeg_post_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 8px;
}
.jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    text-align: center;
    line-height: 20px;
}
.jeg_pl_lg_7 .jeg_thumb .jeg_post_category a {
    display: inline-block;
    color: #13317F;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 12px;
    line-height: 20px;
}

/* Postblock Narrow */
.jeg_pl_lg_8:not(:last-of-type) {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.jeg_pl_lg_8 .jeg_post_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 10px;
}
.jeg_pl_lg_8 .jeg_postblock_content {
    max-width: 600px
}
.jeg_pl_lg_8 .jeg_post_meta {
    margin: 8px 0 0;
}
.jeg_pl_lg_8 .jeg_thumb img {
    width: 100%;
}
.jeg_pl_lg_8 .jeg_share_button {
    margin: 8px 0 20px;
}
.jeg_pl_lg_8 .jeg_post_meta a {
    font-weight: normal;
}
.jeg_pl_lg_8 .jeg_post_meta > div {
    margin-right: 0 !important;
}
.jeg_pl_lg_8 .jeg_post_meta > div:not(:last-of-type):after {
    display: inline-block;
    content: "\2022";
    padding: 0 7px;
}
.jeg_pl_lg_8 .jeg_sharelist {
    float: right;
}

/* Postblock Blog */
.jeg_pl_lg_9 {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.jeg_pl_lg_9 .jeg_postblock_heading {
    margin-bottom: 20px;
    text-align: center;
}
.jeg_pl_lg_9 .jeg_post_title {
    font-size: 34px;
    letter-spacing: -0.035em;
    margin: 0px 0 10px;
}
.jeg_pl_lg_9 .jeg_post_category {
    margin-bottom: 10px;
}
.jeg_pl_lg_9 .jeg_post_excerpt {
    margin-top: 20px;
}
.jeg_pl_lg_9 .jeg_readmore_wrap {
    text-align: center;
}
.jeg_meta_footer {
    display: table;
    width: 100%;
    font-size: 12px;
    margin-bottom: -40px;
    color: #a0a0a0;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
.jeg_meta_footer .label {
    font-style: italic;
}
.jeg_meta_footer > div > .fa {
    margin-right: 2px
}
.jeg_meta_footer > div {
    display: table-cell;
    width: 33.3333333%;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #eee;
}
.jeg_meta_footer > div:last-of-type {
    border-right: 0;
}
.jeg_meta_footer .jeg_meta_author a, .jeg_meta_footer .jeg_meta_comment a {
    color: #212121;
    font-weight: bold;
}
.jeg_meta_footer .jeg_post_share a {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/* Modern Block */
.jeg_pl_lg_card {
    margin-bottom: 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: 8px 30px 0px;
    margin: -60px 20px 0;
    position: relative;
    z-index: 3;
}
.jeg_pl_lg_card .jeg_post_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 8px;
}
.jeg_pl_lg_card .jeg_post_excerpt {
    margin: 5px 0 10px;
}

/* Modern Block Small */
.jeg_pl_md_card {
    margin-bottom: 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 8px 0;
    position: relative;
    z-index: 3;
}
.jeg_pl_md_card .jeg_post_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 auto 5px;
}
.jeg_pl_md_card .jeg_post_category, .jeg_pl_lg_card .jeg_post_category {
    line-height: normal;
    margin-top: -2px;
}
.jeg_pl_md_card .jeg_post_category a, .jeg_pl_lg_card .jeg_post_category a {
    font-size: 11px;
    color: #a0a0a0;
    font-weight: normal;
    letter-spacing: normal;
}
.jeg_pl_md_card .jeg_post_category a:hover, .jeg_pl_lg_card .jeg_post_category a:hover {
    color: #212121;
}

/* Block Overlay */
.jeg_pl_lg_box, .jeg_pl_md_box {
    margin-bottom: 30px;
}
.jeg_pl_lg_box .box_wrap, .jeg_pl_md_box .box_wrap {
    position: relative;
    overflow: hidden;
}
.jeg_pl_lg_box .jeg_thumb img, .jeg_pl_md_box .jeg_thumb img {
    width: 100%;
}
.jeg_pl_lg_box .jeg_postblock_content, .jeg_pl_md_box .jeg_postblock_content {
    padding: 20px 8px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.jeg_pl_lg_box .jeg_post_category, .jeg_pl_md_box .jeg_post_category {
    margin-bottom: 10px;
}
.jeg_pl_lg_box .jeg_post_category a, .jeg_pl_md_box .jeg_post_category a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    margin-right: 5px;
    padding: 3px 6px;
    background: #13317F;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.jeg_pl_lg_box .jeg_postblock_content {
    padding: 40px 20px 20px;
}
.jeg_pl_lg_box .jeg_post_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px;
}
.jeg_pl_md_box .jeg_post_title {
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto 5px;
}
.jeg_pl_md_box .jeg_thumb .jeg_post_category,
.jeg_pl_lg_box .jeg_thumb .jeg_post_category {
    top: 10px;
    bottom: auto;
}
.jeg_pl_lg_box a,
.jeg_pl_lg_box a:hover,
.jeg_pl_lg_box .jeg_post_title a,
.jeg_postblock .jeg_pl_lg_box .jeg_post_title a:hover,
.jeg_pl_lg_box .jeg_post_meta,
.jeg_pl_md_box a,
.jeg_pl_md_box a:hover,
.jeg_pl_md_box .jeg_post_title a,
.jeg_postblock .jeg_pl_md_box .jeg_post_title a:hover,
.jeg_pl_md_box .jeg_post_meta {
    color: #fff;
}
.jeg_pl_lg_box .jeg_post_meta a,
.jeg_pl_lg_box .jeg_post_meta .fa,
.jeg_pl_md_box .jeg_post_meta a,
.jeg_pl_md_box .jeg_post_meta .fa {
    color: inherit;
}

/* Postblock Medium */
.jeg_pl_md_1 {
    margin-bottom: 30px;
}
.jeg_pl_md_1 .jeg_post_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}
.jeg_pl_md_1 .jeg_thumb {
    margin-bottom: 8px;
}
.jeg_pl_md_2, .jeg_pl_md_3 {
    margin-bottom: 30px;
    overflow: hidden;
}
.jeg_pl_md_2 .jeg_thumb, .jeg_pl_md_3 .jeg_thumb {
    width: 260px;
}
.jeg_pl_md_2 .jeg_thumb {
    float: left;
    margin-right: 30px;
}
.jeg_pl_md_3 .jeg_thumb {
    float: right;
    margin-left: 30px;
}
.jeg_pl_md_2 .jeg_postblock_content, .jeg_pl_md_3 .jeg_postblock_content {
    overflow: hidden;
}
.jeg_pl_md_2 .jeg_post_title, .jeg_pl_md_3 .jeg_post_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 5px;
}

/* Postlist Blog Medium */
.jeg_pl_md_4 {
    margin-bottom: 40px;
}
.jeg_pl_md_4 .jeg_thumb {
    margin-bottom: 8px;
}
.jeg_pl_md_4 .jeg_post_title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 5px;
}
.jeg_pl_md_5 {
    margin-bottom: 30px;
}
.jeg_pl_md_5 .jeg_post_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 5px;
}
.jeg_pl_md_5 .jeg_thumb {
    margin-bottom: 10px;
}

/* Postlist Small */
.jeg_pl_sm {
    margin-bottom: 25px;
    overflow: hidden;
}
.jeg_pl_sm .jeg_post_title {
    font-size: 15px;
    font-weight: 500;
    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: 8px;
}

.jeg_footer .jeg_post_meta {
    color: inherit;
}

.jeg_footer_3 .jeg_pl_sm .jeg_thumb {
    width: 90px;
}
.jeg_footer_3 .jeg_pl_sm .jeg_postblock_content {
    margin-left: 90px;
}

.jeg_pl_sm_2 .jeg_post_title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto 5px;
    letter-spacing: normal;
}
.jeg_pl_sm_2 {
    margin-bottom: 20px;
}
.jeg_pl_sm_2:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-bottom: 1px solid #eee;
}
.jeg_pl_sm_2 .jeg_post_category {
    margin-bottom: 5px;
}
.jeg_pl_sm_2 .jeg_post_category a {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.jeg_pl_sm_3 {
    margin-bottom: 25px;
    overflow: hidden;
}
.jeg_pl_sm_3 .jeg_post_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 5px;
    letter-spacing: normal;
}
.jeg_pl_sm_3 .jeg_thumb {
    width: 120px;
    float: right;
}
.jeg_pl_sm_3 .jeg_postblock_content {
    margin-right: 120px;
    padding-right: 8px;
}

/* Postlist Extra Small */
.jeg_pl_xs {
    margin: 0 0 12px;
}
.jeg_pl_xs .jeg_postblock_content {
    position: relative;
    overflow: hidden;
    line-height: 1.4;
}
.jeg_pl_xs .jeg_post_title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline;
    margin-right: 5px;
    letter-spacing: normal;
}
.jeg_pl_xs .jeg_post_meta {
    display: inline;
}
.jeg_pl_xs_2 {
    margin: 0 0 8px;
    position: relative;
    padding-left: 18px;
}
.jeg_pl_xs_2 .jeg_postblock_content {
    position: relative;
}
.jeg_pl_xs_2:before {
    color: #13317F;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jeg_pl_xs_2 .jeg_post_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.429em;
    margin: 0 0 0.5em;
    letter-spacing: normal;
}
.jeg_pl_xs_3 {
    overflow: hidden;
    margin-bottom: 20px;
}
.jeg_pl_xs_3 .jeg_post_title {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 5px;
    letter-spacing: normal;
}
.jeg_pl_xs_3 .jeg_thumb {
    float: left;
    width: 75px;
}
.jeg_pl_xs_3 .jeg_postblock_content {
    margin-left: 75px;
    padding-left: 8px;
}
.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: #13317F;
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 0;
    content: "\f0da";
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jeg_pl_xs_4 .jeg_post_title {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: normal;
}
.jeg_pl_xs_4 .jeg_post_meta {
    display: inline;
}

/* Post Format Icon */
.jeg_post.format-video .jeg_thumb:before,
.jeg_post.format-gallery .jeg_thumb:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.3;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
    pointer-events: none;
}

.jeg_post.format-video .jeg_thumb:after,
.jeg_post.format-gallery .jeg_thumb:after {
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}
.jeg_post.format-video .jeg_thumb:hover .jeg_thumb:before,
.jeg_post.format-gallery .jeg_thumb:hover .jeg_thumb:before {
    opacity: 0.1;
}
.jeg_post.format-video .jeg_thumb:after {
    content: "\f04b";
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 24px;
    line-height: 44px;
    height: 48px;
    width: 48px;
    letter-spacing: -4px;
    margin: -22px 0 0 -22px;
    -webkit-backface-visibility: hidden;
}
.jeg_post.format-gallery .jeg_thumb:after {
    content: "\f03e";
    font-size: 32px;
    margin: -10px 0 0 -16px;
}
.jeg_pl_sm.format-video .jeg_thumb:after,
.jeg_pl_sm.format-gallery .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-video .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(n+3).format-gallery .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-video .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(n+4).format-gallery .jeg_thumb:after {
    transform: scale(0.7);
}

/* Responsive */
@media only screen and (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_box.format-video .jeg_thumb:after,
    .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
    .jeg_pl_lg_5.format-video .jeg_thumb:after,
    .jeg_pl_lg_5.format-gallery .jeg_thumb:after,
    .jeg_pl_lg_9.format-video .jeg_thumb:after,
    .jeg_pl_lg_9.format-gallery .jeg_thumb:after {
        transform: scale(1.5);
    }

    .jeg_pl_lg_card.format-video .jeg_thumb:after,
    .jeg_pl_lg_card.format-gallery .jeg_thumb:after {
        transform: scale(1.5);
        margin-top: -37px;
    }
}

/*  4.2 - Block Elements
/* ------------------------------------------------------------------------- */
.jeg_slider_wrapper, .jeg_video_playlist {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.jeg_postblock {
    margin-bottom: 20px;
    position: relative;
}
.jeg_post_title {
    letter-spacing: -0.02em;
}
.jeg_post_title a {
    color: #212121;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.jeg_postblock .jeg_post_title a:hover,
.jeg_sidefeed .jeg_pl_xs_3 .jeg_post_title a:hover,
.widget_jnews_popular .jeg_post_title a:hover {
    color: #13317F;
}
.jeg_post_excerpt {
    line-height: 1.6;
    margin-top: 1em;
}
.jeg_post_excerpt p {
    margin-bottom: 1em;
}
.jeg_post_excerpt p,
.content-inner p{
    font-family:"SourceSansPro",serif,Arial,'Open Sans';
    font-size: 18px;
    text-align: justify;
}
.jeg_post_excerpt p:last-of-type {
    margin-bottom: 0;
}
.jeg_post_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.jeg_post_category {
    margin-bottom: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.jeg_post_category a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
}
.jeg_post_category a:last-child {
    margin-right: 0;
}
.jeg_pl_lg_1 .jeg_review_stars, .jeg_pl_lg_4 .jeg_review_stars,
.jeg_pl_lg_6 .jeg_review_stars, .jeg_pl_lg_card .jeg_review_stars,
.jeg_pl_lg_box .jeg_review_stars {
    font-size: 16px;
}
.jeg_post_meta .jeg_post_category {
    text-transform: uppercase;
}
.jeg_post_meta a {
    color: inherit;
    font-weight: bold;
}
.jeg_meta_date a {
    font-weight: normal;
}
.jeg_meta_author a {
    color: #13317F;
}
.jeg_post_meta .fa {
    color: #2e9fff;
}
.jeg_post_meta > div {
    display: inline-block;
}
.jeg_post_meta > div:not(:last-of-type) {
    margin-right: 6px;
}
.jeg_post_meta > div > .fa {
    margin-right: 2px;
}
.jeg_readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    margin-top: 8px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.jeg_readmore:hover {
    color: #fff;
    background: #13317F;
    border-color: #13317F;
}
.jeg_thumb {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.thumbnail-container {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    z-index: 0;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover;
}
.thumbnail-container.no_thumbnail:after {
    font-family: "FontAwesome", serif;
    content: "\f03e";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #BFBFBF;
    font-size: 18px;
    margin-top: -7px;
    margin-left: -10px;
    line-height: 1;
}
.thumbnail-container > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    color: #a0a0a0;
    z-index: -1;
}

.thumbnail-background > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;

    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.size-500 {
    padding-bottom: 50%;
}
.size-715 {
    padding-bottom: 71.5%;
}
.size-1000 {
    padding-bottom: 100%;
}
.size-1400 {
    padding-bottom: 140%;
}
.size-1500 {
    padding-bottom: 150%;
}

.thumbnail-container:not(.no_thumbnail).animate-lazy .lazyload[src*="jeg-empty"],
.thumbnail-container:not(.no_thumbnail).animate-lazy .lazyloading:not([style*='background-image']) {
    content: "";
    opacity: 1;
    background: #f7f7f7 url('../images/preloader.gif');
    background-position: center;
    background-size: cover;
    /*background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(20%, #eee), color-stop(40%, #f5f5f5), to(#f7f7f7));
    background-image: linear-gradient(90deg, #f7f7f7 0%, #eee 20%, #f5f5f5 40%, #f7f7f7 100%);
    background-repeat: no-repeat;
    -webkit-animation: jeg-lazyload 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    animation: jeg-lazyload 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;*/
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom :0;
    z-index: -2;
}

.lazyautosizes {
    opacity: 0;
}

.lazyload, .afterloading {
    opacity: 0;
}

.thumbnail-background > div.lazyloaded,
.lazyloaded {
    opacity: 1;
    transition: opacity 0.4s ease;
}

@-webkit-keyframes jeg-lazyload {
    from {
        background-position: -400px 0
    }
    to {
        background-position: 800px 0
    }
}
@keyframes jeg-lazyload {
    from {
        background-position: -400px 0
    }
    to {
        background-position: 800px 0
    }
}
.jeg_thumb .jeg_post_category {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 10px;
    margin: 0;
    line-height: 1;
}
.jeg_thumb .jeg_post_category a {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px;
    background: #13317F;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.jeg_post_category span {
    display: inline-block;
    line-height: 1;
}

/* Module Navigation */
.jeg_block_navigation {
    position: relative;
}
.navigation_overlay {
    position: relative;
    height: 48px;
    display: none;
}
.jeg_block_nav {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.jeg_block_nav:before,
.jeg_block_nav:after {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #eee;
    left: -40px;
    top: 50%;
}
.jeg_block_nav:after {
    right: -40px;
    left: auto;
}
.jeg_block_nav a {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    width: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #212121;
    background: #fff;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.jeg_block_nav .prev {
    margin-right: 2px
}
.jeg_block_nav a:not(.disabled):hover {
    background: #f5f5f5;
}
.jeg_block_nav a.disabled {
    color: #a0a0a0;
    border-color: #eee;
}
.jeg_block_nav.inactive {
    display: none;
}

/* Module Navigation: Loadmore */
.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;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    text-align: center;
    color: #212121;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}
.jeg_block_loadmore a:before, .jeg_block_loadmore a:after {
    content: '';
    height: 1px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    cursor: none;
    pointer-events: none;
}
.jeg_block_loadmore a:before {
    right: 100%;
    margin-right: 20px;
}
.jeg_block_loadmore a:after {
    left: 100%;
    margin-left: 20px;
}
.jeg_block_loadmore a:hover,
.jeg_block_loadmore a.active {
    color: #fff;
    background: #990d66;
    border-color: #990d66;
}
.jeg_block_loadmore a.disabled {
    display: none;
}

/* Module Load Animation */
.jeg_postblock.loaded {
    overflow: hidden;
    height: auto;
}
.jeg_postblock.loaded .jeg_block_container {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.jeg_postblock.loaded.subclass .jeg_block_container {
    -webkit-animation-name: jeg_fadeinup;
    animation-name: jeg_fadeinup;
}
.jeg_postblock.loaded.next .jeg_block_container {
    -webkit-animation-name: jeg_fadeinright;
    animation-name: jeg_fadeinright;
}
.jeg_postblock.loaded.prev .jeg_block_container {
    -webkit-animation-name: jeg_fadeinleft;
    animation-name: jeg_fadeinleft;
}
.jeg_postblock.loaded.more .jeg_ajax_loaded {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: jeg_fadeinup;
    animation-name: jeg_fadeinup;
}
.jeg_postblock.loaded.scroll .jeg_ajax_loaded {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: jeg_fadeinup;
    animation-name: jeg_fadeinup;
}
.jeg_postblock.loaded.more .anim_1, .jeg_postblock.loaded.scroll .anim_1 {
    -webkit-animation-delay: .05s
}
.jeg_postblock.loaded.more .anim_2, .jeg_postblock.loaded.scroll .anim_2 {
    -webkit-animation-delay: .15s
}
.jeg_postblock.loaded.more .anim_3, .jeg_postblock.loaded.scroll .anim_3 {
    -webkit-animation-delay: .25s
}
.jeg_postblock.loaded.more .anim_4, .jeg_postblock.loaded.scroll .anim_4 {
    -webkit-animation-delay: .35s
}
.jeg_postblock.loaded.more .anim_5, .jeg_postblock.loaded.scroll .anim_5 {
    -webkit-animation-delay: .45s
}
.jeg_postblock.loaded.more .anim_6, .jeg_postblock.loaded.scroll .anim_6 {
    -webkit-animation-delay: .55s
}
.jeg_postblock.loaded.more .anim_7, .jeg_postblock.loaded.scroll .anim_7 {
    -webkit-animation-delay: .65s
}
.jeg_postblock.loaded.more .anim_8, .jeg_postblock.loaded.scroll .anim_8 {
    -webkit-animation-delay: .75s
}
.jeg_postblock.loaded.more .anim_9, .jeg_postblock.loaded.scroll .anim_9 {
    -webkit-animation-delay: .85s
}
.jeg_postblock.loaded.more .anim_10, .jeg_postblock.loaded.scroll .anim_10 {
    -webkit-animation-delay: .95s
}
.jeg_postblock.loaded.more .anim_11, .jeg_postblock.loaded.scroll .anim_11 {
    -webkit-animation-delay: 10.05s
}
.jeg_postblock.loaded.more .anim_12, .jeg_postblock.loaded.scroll .anim_12 {
    -webkit-animation-delay: 10.15s
}
.jeg_postblock.loaded.more .anim_13, .jeg_postblock.loaded.scroll .anim_13 {
    -webkit-animation-delay: 10.25s
}
.jeg_postblock.loaded.more .anim_14, .jeg_postblock.loaded.scroll .anim_14 {
    -webkit-animation-delay: 10.35s
}
.jeg_postblock.loaded.more .anim_15, .jeg_postblock.loaded.scroll .anim_15 {
    -webkit-animation-delay: 10.45s
}
.jeg_postblock.loaded.more .anim_16, .jeg_postblock.loaded.scroll .anim_16 {
    -webkit-animation-delay: 10.55s
}
.jeg_postblock.loaded.more .anim_17, .jeg_postblock.loaded.scroll .anim_17 {
    -webkit-animation-delay: 10.65s
}
.jeg_postblock.loaded.more .anim_18, .jeg_postblock.loaded.scroll .anim_18 {
    -webkit-animation-delay: 10.75s
}
.jeg_postblock.loaded.more .anim_19, .jeg_postblock.loaded.scroll .anim_19 {
    -webkit-animation-delay: 10.85s
}
.jeg_postblock.loaded.more .anim_20, .jeg_postblock.loaded.scroll .anim_20 {
    -webkit-animation-delay: 1.95s
}
.jeg_postblock.loaded.more .anim_21, .jeg_postblock.loaded.scroll .anim_21 {
    -webkit-animation-delay: 20.05s
}
.jeg_postblock.loaded.more .anim_22, .jeg_postblock.loaded.scroll .anim_22 {
    -webkit-animation-delay: 20.15s
}
.jeg_postblock.loaded.more .anim_23, .jeg_postblock.loaded.scroll .anim_23 {
    -webkit-animation-delay: 20.25s
}
.jeg_postblock.loaded.more .anim_24, .jeg_postblock.loaded.scroll .anim_24 {
    -webkit-animation-delay: 20.35s
}
.jeg_postblock.loaded.more .anim_25, .jeg_postblock.loaded.scroll .anim_25 {
    -webkit-animation-delay: 20.45s
}
.jeg_postblock.loaded.more .anim_26, .jeg_postblock.loaded.scroll .anim_26 {
    -webkit-animation-delay: 20.55s
}
.jeg_postblock.loaded.more .anim_27, .jeg_postblock.loaded.scroll .anim_27 {
    -webkit-animation-delay: 20.65s
}
.jeg_postblock.loaded.more .anim_28, .jeg_postblock.loaded.scroll .anim_28 {
    -webkit-animation-delay: 20.75s
}
.jeg_postblock.loaded.more .anim_29, .jeg_postblock.loaded.scroll .anim_29 {
    -webkit-animation-delay: 20.85s
}
.jeg_postblock.loaded.more .anim_30, .jeg_postblock.loaded.scroll .anim_30 {
    -webkit-animation-delay: 2.95s
}



/* Heropost 1 */
.jeg_heropost_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
}
.jeg_heropost_1 > div {
    padding: 0 8px;
}
.jeg_heropost_1 .jeg_postbig {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.jeg_heropost_1 .jeg_postsmall.left {
    width: 25%;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.jeg_heropost_1 .jeg_postsmall.right {
    width: 25%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}


/* Block Link */
.jeg_blocklink {
    position: relative;
    width: 100%;
    height: 230px;
    margin-bottom: 40px;
}
.jeg_blocklink .jeg_block_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.jeg_blocklink .jeg_videowrapper {
    position: relative;
}
.jeg_blocklink .jeg_block_bg .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s cubic-bezier(0,1,.75,1);
    -o-transition: .3s cubic-bezier(0,1,.75,1);
    transition: .3s cubic-bezier(0,1,.75,1);
    transform: scale(1);
}
.jeg_blocklink:hover .jeg_block_bg .bg {
    transform: scale(1.1);
}
.jeg_blocklink .jeg_block_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.jeg_blocklink .jeg_block_content:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
}
.jeg_blocklink:hover .jeg_block_content:before {
    opacity: 1;
}
.jeg_blocklink .jeg_block_content > div{
    position: relative;
    color: #a0a0a0;
    padding: 20px 30px;
    width: 60%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.jeg_blocklink:hover a {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.jeg_blocklink .jeg_block_content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 5px;
}
.jeg_blocklink .jeg_block_content span {
    font-size: 13px;
    display: block;
}
.jeg_blocklink .mejs-container .mejs-controls, .jeg_blocklink .mejs-overlay {
    display: none !important; /* hide video player control */
}

/* clear margin last block */
.widget_jnews_recent_news .jeg_postblock .jeg_post:last-child,
.jeg_heropost_1 .jeg_post:last-child,
.widget_postblock .jeg_post:last-child,
.jeg_section .row:last-child > div[class*="col-"] > .jeg_postblock:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------- *
 *  05 - PAGINATION
 * ------------------------------------------------------------------------- */
.jeg_navigation {
    position: relative;
    margin-bottom: 30px;
}
.jeg_pagination .page_nav.prev:before, .jeg_pagination .page_nav.next:after {
    font-weight: normal;
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jeg_pagination .page_nav.prev:before {
    content: "\f104";
    padding-right: 6px;
}
.jeg_pagination .page_nav.next:after {
    content: "\f105";
    padding-left: 6px;
}
.no_navtext .navtext {
    display: none;
}
.no_navtext .page_nav.prev:before {
    padding-right: 0;
}
.no_navtext .page_nav.next:after {
    padding-left: 0;
}
.jeg_pagination.jeg_alignleft {
    text-align: left;
}
.jeg_pagination.jeg_alignright {
    text-align: right;
}
.jeg_pagination.jeg_aligncenter {
    text-align: center;
}
.no_pageinfo .page_info {
    display: none;
}
.jeg_pagination .page_nav, .jeg_pagination .page_number {
    margin: 0 5px 10px 0
}
.jeg_pagination .dots + .page_number {
    margin-right: 0
}
.page_nav.hide {
    display: none;
}
.page_nav.disable {
    background: #f5f5f5;
}
.page_nav.disable a {
    color: #a0a0a0;
}

/* Pagination: Style 1 */
.jeg_pagenav_1 .page_nav, .jeg_pagenav_1 .page_number {
    color: #212121;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.jeg_pagenav_1 a.page_nav:hover, .jeg_pagenav_1 a.page_number:hover {
    background: #f5f5f5;
}
.jeg_pagenav_1 .page_number.active, .jeg_pagenav_1 .page_number.active:hover {
    color: #fff;
    border-color: #13317F;
    background: #13317F;
}
.jeg_pagenav_1 .page_number.dots {
    border: 0;
    font-weight: normal;
}
.jeg_pagenav_1 .page_info, .jeg_pagenav_2 .page_info {
    margin: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 32px;
    float: left;
}
.jeg_pagenav_1.jeg_alignleft .page_info, .jeg_pagenav_2.jeg_alignleft .page_info {
    float: right;
    margin: 0 0 0 10px;
}
.jeg_pagenav_1.jeg_alignright .page_nav, .jeg_pagenav_1.jeg_alignright .page_number {
    margin-right: 0;
    margin-left: 5px;
}
.jeg_pagenav_1.jeg_aligncenter:not(.no_pageinfo) .page_info,
.jeg_pagenav_2.jeg_aligncenter:not(.no_pageinfo) .page_info {
    float: none;
    display: block;
    margin: 0;
}
.jeg_pagenav_1 .nav_link {
    display: inline-block;
}
.jeg_pagenav_1 .page_nav.disabled {
    display: none;
}

/* Pagination: Style 2 */
.jeg_pagenav_2 .page_nav,
.jeg_pagenav_2 .page_number {
    color: #212121;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.jeg_pagenav_2 .page_nav:hover,
.jeg_pagenav_2 .page_number:hover {
    background: #eee;
}
.jeg_pagenav_2 .page_number.active,
.jeg_pagenav_2 .page_number.active:hover {
    color: #fff;
    background: #212121;
}
.jeg_pagenav_2 .page_number.dots {
    border: 0;
    font-weight: normal;
}
.jeg_pagenav_2 .nav_link {
    display: inline-block;
}
.jeg_pagenav_2 .page_nav.disabled {
    display: none;
}

/* Pagination: Style 3 */
.jeg_pagenav_3 {
    border-top: 2px solid #eee;
}
.jeg_pagenav_3.jeg_aligncenter {
    padding-bottom: 30px;
}
.jeg_pagenav_3.jeg_aligncenter.no_pageinfo {
    padding-bottom: 0;
}
.jeg_pagenav_3 .page_nav {
    display: inline-block;
    position: absolute;
    color: #666;
    border: 1px solid #eee;
    height: 30px;
    min-width: 30px;
    width: 65px;
    top: 26px;
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
}
.jeg_pagenav_3.jeg_aligncenter .page_nav {
    width: auto;
}
.jeg_pagenav_3.no_navtext .page_nav {
    width: 30px;
    font-size: 16px;
}
.jeg_pagenav_3 .page_nav.prev {
    right: 70px;
}
.jeg_pagenav_3 .page_nav.next {
    right: 0;
}
.jeg_pagenav_3.no_navtext .page_nav.prev {
    right: 35px;
}
.jeg_pagenav_3.jeg_aligncenter .page_nav.prev {
    left: 0;
    right: auto
}
.jeg_pagenav_3.jeg_aligncenter .page_nav.next {
    right: 0;
}
.jeg_pagenav_3 .page_number {
    color: #666;
    padding: 30px 0 5px;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    min-width: 30px;
    font-size: 13px;
    font-weight: bold;
    border-top: 2px solid transparent;
    margin-top: -2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jeg_pagenav_3 .page_number:hover {
    border-color: #990d66;
}
.jeg_pagenav_3 .page_nav:hover {
    color: #212121;
    border-color: #e0e0e0;
    background: #f5f5f5;
}
.jeg_pagenav_3 .page_number.active, .jeg_pagenav_3 .page_number.active:hover {
    color: #212121;
    border-color: #212121;
}
.jeg_pagenav_3 .page_number.dots {
    color: #a0a0a0;
    border: 0;
    font-weight: normal;
}
.jeg_pagenav_3 .page_info {
    float: left;
    margin-right: 8px;
    padding: 30px 0 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jeg_pagenav_3.jeg_aligncenter .page_info {
    color: #a0a0a0;
    font-size: 11px;
    float: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.jeg_pagenav_3 .nav_link {
    display: inline-block;
}
.jeg_pagenav_3 .page_nav.disabled {
    color: #a0a0a0;
}

/* Pagination: Loadmore */
.jeg_loadmore {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
.jeg_loadmore .btn {
    position: relative;
    min-width: 30%;
    height: 30px;
    line-height: 30px;
}
.jeg_loadmore .btn:before, .jeg_loadmore .btn:after {
    content: '';
    height: 2px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    cursor: none;
    pointer-events: none;
}
.jeg_loadmore .btn:before {
    right: 100%;
    margin-right: 20px;
}
.jeg_loadmore .btn:after {
    left: 100%;
    margin-left: 20px;
}

/* ------------------------------------------------------------------------- *
 *  06 - ADVERTISEMENT
 * ------------------------------------------------------------------------- */
.jeg_ad {
    text-align: center;
}
.jeg_ad .adlink {
    display: inline-block;
}
.jeg_ad small {
    font-size: 10px;
    margin: 5px 0 -10px;
    display: block;
    text-transform: uppercase;
    color: #a0a0a0;
}
.ads-text {
    font-size: 9px;
    letter-spacing: 4px;
    padding: 10px 0 5px;
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    color: #a0a0a0;
}
.jeg_preview_slider_ads .ads-text {
    padding: 0;
}
.jnews_content_bottom_ads {
    margin: 30px auto;
}
.jeg_ad_sidecontent {
    display: block !important;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.jeg_ad_module {
    margin-bottom: 40px;
}

.jeg_ad_module:empty {
    display: none;
}

.jnews_header_top_ads {
    position: relative;
    background: #f5f5f5;
    z-index: 9999;
}
.jnews_article_top_ads > .ads-wrapper > *,
.jnews_archive_above_hero_ads > .ads-wrapper > *,
.jnews_archive_below_hero_ads > .ads-wrapper > *,
.jnews_archive_above_content_ads > .ads-wrapper > *{
    padding-bottom: 30px;
}
.jeg_single_tpl_9 .jnews_article_top_ads > * {
    padding-top: 20px;
    padding-bottom: 20px;
}
.jeg_ad_article .align-center {
    margin: 1em 0;
}
.jeg_ad_article .align-right {
    float: right;
    padding: 10px 0 10px 30px;
}
.jeg_ad_article .align-left {
    float: left;
    padding: 10px 30px 10px 0;
}
.bgads {
    position: fixed;
    width: 100%;
    height: 100%;
}
.bgads a {
    display: block;
    width: 100%;
    height: 100%;
}
.jnews_above_footer_ads > * {
    padding-bottom: 30px;
}
.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;
}

/* ------------------------------------------------------------------------- *
 *  07 - WIDGET & SIDEBAR
 * ------------------------------------------------------------------------- */
.widget {
    margin-bottom: 40px;
}

/** Widget: Tab Post **/
.jeg_tabpost_nav {
    display: block;
    overflow: hidden;
}
.jeg_tabpost_nav li {
    float: left;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    width: 33.333333333%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.jeg_tabpost_nav li:last-child {
    border-right: 1px solid #eee;
}
.jeg_tabpost_nav li:hover {
    color: #212121;
    background: #fafafa;
}
.jeg_tabpost_nav li.active {
    border-bottom-color: #13317F;
    color: #212121;
}
.jeg_tabpost_content {
    padding-top: 30px;
}
.jeg_tabpost_content .jeg_tabpost_item {
    display: none;
}
.jeg_tabpost_content .jeg_tabpost_item.active {
    display: block;
}

/** Widget: Search **/
.widget_search .jeg_search_form {
    position: relative;
}
.widget_search .jeg_search_input {
    padding-right: 50px;
}
.widget_search .jeg_search_button {
    width: 40px;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1em;
    letter-spacing: normal;
}

/** Widget: Meta, Pages, Archive, Recent Posts, RSS **/
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_rss li {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 0.5em;
    list-style: none;
    position: relative;
}
.widget_archive li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_rss li a {
    color: #212121;
}
.widget_archive li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover {
    color: #13317F;
}

/** Widget: Recent Post **/
.widget_recent_entries ul li,
.widget_rss ul li {
    margin-bottom: 12px;
}
.widget_rss .rss-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.widget_rss .rssSummary {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin: 5px 0;
}
.widget_rss cite {
    display: block;
    font-size: 12px;
    color: #13317F;
}
.jeg_footer.dark .widget_rss cite,
.jeg_footer .footer_dark .widget_rss cite {
    color: rgba(255, 255, 255, 0.8);
}

/** Widget: Category, Custom Menu **/
.widget_categories li,
.widget_nav_menu li,
.widget_polylang li {
    margin: 0;
    list-style: none;
    color: #a0a0a0;
    border-top: 1px solid #eee;
    position: relative;
    line-height: 1.8em;
    padding: 6px 0;
}
.widget.widget_categories li {
    text-align: right;
}
.widget.widget_categories a {
    float: left;
    text-align: left;
}
.widget.widget_categories li:after {
    clear: both;
    content: "";
    display: table;
}
.widget_categories > ul > li:first-child,
.widget_nav_menu .menu > li:first-child,
.widget_polylang li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget_categories li a {
    color: #e0e0e0;
    display: inline-block;
}
.widget_nav_menu li a,
.widget_polylang li a {
    color: #212121;
    display: inline-block;
    font-weight: bold;
}
.widget_categories li a:hover,
.widget_polylang li a:hover {
    color: #13317F;
}
.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: #13317F;
}
.widget_categories li.current-cat ul {
    display: block;
}
.widget.widget_categories .chosen-container li {
    text-align: left;
}

/* Widget Polylang */
.widget_polylang li img {
    margin: 0 4px 2px 0;
}

/* on footer */
.jeg_footer .widget_categories > ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.footer_column.col-md-2 .widget_categories > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.jeg_footer .widget_categories li {
    border-top: 0;
    margin: 0;
    padding: 0 0 10px;
    line-height: normal;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.jeg_footer .widget_categories li a {
    padding: 0;
    font-size: 13px;
}
.jeg_footer .widget_categories li span {
    font-size: 0.9em;
    position: relative;
    top: 0;
}
.jeg_footer .col-md-3 .widget_categories > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.jeg_footer .widget_nav_menu li {
    border: 0;
    line-height: normal;
    padding: 0 0 10px;
}

/** Widget: Tags **/
.widget_tag_cloud a {
    font-size: 11px !important;
    letter-spacing: 1px;
    line-height: inherit;
    background: #f5f5f5;
    padding: 3px 10px;
    color: #616161;
    display: inline-block;
    margin: 0 3px 6px 0;
    text-decoration: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget_tag_cloud a:hover {
    color: #fff;
    background: #13317F;
}

/** Widget: Calendar **/
.widget_calendar .calendar_wrap {
    border: 1px solid #e0e0e0;
}
.widget_calendar caption {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 0;
    color: #616161;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}
.widget_calendar table {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
.widget_calendar thead {
    border-bottom: 1px solid #e0e0e0;
}
.widget_calendar thead th {
    font-size: 12px;
    font-weight: bold;
    color: #53585c;
    padding: 10px 0;
    text-align: center;
}
.widget_calendar tbody td {
    text-align: center;
    color: #a0a0a0;
    font-size: 13px;
}
.widget_calendar tbody tr:nth-child(even) {
    background: #f7f7f7;
}
.widget_calendar tbody td#today {
    color: #212121;
    font-weight: bolder;
}
.widget_calendar tbody tr {
    background: transparent
}
.widget_calendar tbody td {
    padding: 10px 0;
}
.widget_calendar tbody .pad {
    background: transparent
}
.widget_calendar tbody a {
    color: #555;
    display: block
}
.widget_calendar tbody a:hover {
    color: #000
}
.widget_calendar tfoot {
    border-top: 1px solid #e0e0e0;
}
.widget_calendar tfoot td {
    text-transform: uppercase;
    border: 0;
    font-size: 12px;
    padding: 10px
}
.widget_calendar tfoot a {
    font-weight: bold;
    color: #53585c;
}
.widget_calendar #prev {
    text-align: left
}
.widget_calendar #next {
    text-align: right
}
/* on footer */
.jeg_footer .widget_calendar .calendar_wrap {
    background: #fff;
}
.jeg_footer.dark .widget_calendar .calendar_wrap,
.jeg_footer .footer_dark .widget_calendar .calendar_wrap {
    background: rgba(255, 255, 255,.05);
    border: none;
}
.jeg_footer.dark .widget_calendar caption,
.jeg_footer .footer_dark .widget_calendar caption {
    background: rgba(255, 255, 255,.12);
    color: #fff;
    border: 0;
}
.jeg_footer.dark .widget_calendar thead,
.jeg_footer .footer_dark .widget_calendar thead {
    border-color: rgba(255, 255, 255,.05);
}
.jeg_footer.dark .widget_calendar thead th,
.jeg_footer .footer_dark .widget_calendar thead th {
    color: #fff;
}
.jeg_footer.dark .widget_calendar tbody td#today,
.jeg_footer .footer_dark .widget_calendar tbody td#today {
    color: #fff;
}
.jeg_footer.dark .widget_calendar tbody tr:nth-child(even),
.jeg_footer .footer_dark .widget_calendar tbody tr:nth-child(even) {
    background: rgba(255, 255, 255,.05);
}
.jeg_footer.dark .widget_calendar tfoot,
.jeg_footer .footer_dark .widget_calendar tfoot {
    border: 0;
}

/** Widget: Advertisement **/
.jeg_ad_widget .ad_container {
    padding: 8px 0;
    border: 1px solid #eee;
}

/** Widget: Mailchimp for WP **/
.widget .mc4wp-form,
.jeg_sidebar .mc4wp-form {
    padding: 20px 25px;
    background: #f7f7f7;
    border: 1px solid #eee;
}
.mc4wp-form h3 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 0px;
}
.mc4wp-form-fields p {
    position: relative;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mc4wp-form-fields p:last-of-type {
    margin-bottom: 0
}
.mc4wp-form input[type="submit"] {
    width: 100%;
}
.mc4wp-form input + input[type="submit"] {
    width: auto;
}
.mc4wp-response p {
    margin: 0 !important;
}
.mc4wp-alert {
    padding: 6px 10px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 1.5;
    margin: 0.5em 0;
    border: 1px solid #e0e0e0;
}
.mc4wp-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.mc4wp-form .jeg_mc4wp_heading {
    margin-bottom: 1em;
}

/* MC4WP: VC Element */
.jeg_main_content .mc4wp-form {
    padding: 30px;
    margin-bottom: 40px;
    border: 6px solid #eee;
}
.jeg_main_content .mc4wp-form .mc4wp-form-fields {
    max-width: 640px;
    margin: auto;
}
.jeg_main_content .mc4wp-form h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0px;
}
.jeg_main_content .mc4wp-form input[type="text"],
.jeg_main_content .mc4wp-form input[type="email"] {
    font-size: 16px;
}
.jeg_main_content .mc4wp-form input[type="email"]:not(:only-child) {
    width: 70%;
}
.jeg_main_content .mc4wp-form input + input[type="submit"] {
    width: 25%;
    right: auto;
    margin-left: 8px;
    vertical-align: top;
}

/* Inline style */
.jeg_inline_subscribeform .mc4wp-form {
    padding: 0;
    margin-bottom: 0;
    border: 0;
}
.jeg_inline_subscribeform .mc4wp-form h3 {
    font-size: 16px;
    margin: 0 0 4px;
}
.jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
    padding-right: 40px;
    max-width: 45%;
    margin-bottom: 0;
}
.jeg_inline_subscribeform .mc4wp-form-fields {
    display: flex;
    max-width: none !important;
    align-items: center;
    justify-content: space-between;
}
.jeg_inline_subscribeform .mc4wp-form-fields p {
    padding-right: 20px;
    flex-grow: 1;
    font-size: 14px;
    margin-bottom: 0;
}
.jeg_inline_subscribeform .mc4wp-form-fields p:last-of-type {
    padding-right: 0;
}

/** Widget: About **/
.widget_jnews_about p {
    margin-bottom: 8px;
}
.widget_jnews_about p:last-of-type {
    margin-bottom: 0;
}
.jeg_about_widget .readmore {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.jeg_about_img {
    display: block;
    margin-bottom: 20px;
}
.jeg_about_name {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: bold;
}
.widget .widget_jnews_about .jeg_about_name,
.elementor-widget .jeg_about_name,
.jeg_sidebar .widget_jnews_about .jeg_about_name {
    background: #fff;
    font-weight: normal;
    margin: -50px 30px 0 30px;
    padding: 10px;
}
.jeg_about_title {
    color: #a0a0a0;
    font-style: italic;
    margin-top: -5px;
    position: relative;
}
.jeg_about_autograph {
    display: block;
    margin: 8px 0;
}
.circle .jeg_about_name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
}
.circle .jeg_about_title {
    font-size: 13px;
}
.circle .jeg_about_img img {
    border-radius: 100%;
    max-width: 240px;
}

/** Widget: Social Icon **/
.socials_widget a {
    display: inline-block;
    margin: 0 10px 10px 0;
    text-decoration: none !important;
}
.socials_widget a .fa {
    font-size: 1em;
    display: inline-block;
    width: 38px;
    /* height: 36px; */
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.socials_widget .fa {
    font-size: 16px;
}
.socials_widget a:hover .fa {
    opacity: .75
}
.socials_widget span {
    display: inline-block;
    margin-left: 0.5em;
}
.socials_widget.rounded a .fa {
    border-radius: 3px;
}
.socials_widget.circle a .fa {
    border-radius: 100%;
}
.socials_widget.nobg a {
    margin: 0 20px 8px 0;
}
.socials_widget a:last-child {
    margin-right: 0
}
.socials_widget.nobg a .fa {
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: inherit;
    background: transparent !important;
}
.socials_widget.monochrome a .fa {
    background: #212121;
}
.socials_widget.nobg.monochrome a .fa {
    color: #212121;
}
.socials_widget.vertical_social a{
    color: #212121;
    display: block;
    margin: 0 0 1em;
}
.jeg_aligncenter .vertical_social {
    text-align: left;
}

/* Social Color */
.socials_widget .jeg_rss .fa {
    background: #ff6f00;
}
.socials_widget .jeg_facebook .fa {
    background: #45629f;
}
.socials_widget .jeg_twitter .fa {
    background: #5eb2ef;
}
.socials_widget .jeg_google-plus .fa {
    background: #df5443;
}
.socials_widget .jeg_linkedin .fa {
    background: #0083bb;
}
.socials_widget .jeg_instagram .fa {
    background: #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: #0088cc;
}
.socials_widget .jeg_vimeo .fa {
    background: #a1d048;
}
.socials_widget .jeg_github .fa {
    background: #313131;
}
.socials_widget .jeg_flickr .fa {
    background: #ff0077;
}
.socials_widget .jeg_tumblr .fa {
    background: #2d4862;
}
.socials_widget .jeg_soundcloud .fa {
    background: #ffae00;
}
.socials_widget .jeg_youtube .fa {
    background: #c61d23;
}
.socials_widget .jeg_twitch .fa {
    background: #6441a5;
}
.socials_widget .jeg_vk .fa {
    background: #3e5c82;
}
.socials_widget .jeg_weibo .fa {
    background: #ae2c00;
}

/* Social Color No Background*/
.socials_widget.nobg .jeg_rss .fa {
    color: #ff6f00;
}
.socials_widget.nobg .jeg_facebook .fa {
    color: #45629f;
}
.socials_widget.nobg .jeg_twitter .fa {
    color: #5eb2ef;
}
.socials_widget.nobg .jeg_google-plus .fa {
    color: #df5443;
}
.socials_widget.nobg .jeg_linkedin .fa {
    color: #0083bb;
}
.socials_widget.nobg .jeg_instagram .fa {
    color: #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: #0088cc;
}
.socials_widget.nobg .jeg_vimeo .fa {
    color: #a1d048;
}
.socials_widget.nobg .jeg_github .fa {
    color: #313131;
}
.socials_widget.nobg .jeg_flickr .fa {
    color: #ff0077;
}
.socials_widget.nobg .jeg_tumblr .fa {
    color: #2d4862;
}
.socials_widget.nobg .jeg_soundcloud .fa {
    color: #ffae00;
}
.socials_widget.nobg .jeg_youtube .fa {
    color: #c61d23;
}
.socials_widget.nobg .jeg_twitch .fa {
    color: #6441a5;
}
.socials_widget.nobg .jeg_vk .fa {
    color: #3e5c82;
}
.socials_widget.nobg .jeg_weibo .fa {
    color: #ae2c00;
}

/** Widget: Social Counter **/
.jeg_socialcounter {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.jeg_socialcounter li {
    float: left;
    text-align: center;
    margin: 0;
}
.jeg_socialcounter a {
    display: block;
    color: #53585c;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 6px 0;
    margin: 0 -1px -1px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.jeg_socialcounter li:hover a {
    background: #f7f7f7;
}
.jeg_footer.dark .jeg_socialcounter a,
.jeg_footer .footer_dark .jeg_socialcounter a {
    color: inherit;
    background: transparent;
    box-shadow: none;
    border-color: #424242;
}
.jeg_footer.dark .jeg_socialcounter li:hover a {
    background: rgba(255, 255, 255, .1);
}
.jeg_footer.dark .jeg_socialcounter a .fa {
    color: inherit;
}
.jeg_socialcounter .fa {
    display: block;
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    margin: 6px auto 3px;
}
.jeg_socialcounter li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.jeg_socialcounter li small {
    color: #a0a0a0;
    font-size: 11px;
    line-height: 1;
}
/* Social Counter Color (No Background) */
.jeg_socialcounter .jeg_rss .fa {
    color: #ff6f00;
}
.jeg_socialcounter .jeg_facebook .fa {
    color: #45629f;
}
.jeg_socialcounter .jeg_twitter .fa {
    color: #5eb2ef;
}
.jeg_socialcounter .jeg_google-plus .fa {
    color: #df5443;
}
.jeg_socialcounter .jeg_linkedin .fa {
    color: #0083bb;
}
.jeg_socialcounter .jeg_instagram .fa {
    color: #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: #0088cc;
}
.jeg_socialcounter .jeg_vimeo .fa {
    color: #a1d048;
}
.jeg_socialcounter .jeg_github .fa {
    color: #313131;
}
.jeg_socialcounter .jeg_flickr .fa {
    color: #ff0077;
}
.jeg_socialcounter .jeg_tumblr .fa {
    color: #2d4862;
}
.jeg_socialcounter .jeg_soundcloud .fa {
    color: #ffae00;
}
.jeg_socialcounter .jeg_youtube .fa {
    color: #c61d23;
}
.jeg_socialcounter .jeg_vk .fa {
    color: #3e5c82;
}
.jeg_socialcounter .jeg_weibo .fa {
    color: #ae2c00;
}
.jeg_socialcounter .jeg_twitch .fa {
    color: #6441a5;
}
.jeg_socialcounter .jeg_foursquare .fa {
    color: #2d5be3;
}
.jeg_socialcounter .jeg_vine .fa {
    color: #00bf8f;
}

/* Colored Background */
.jeg_socialcounter.colored:not(.col1) {
    position: relative;
    margin-right: -2px;
}
.jeg_socialcounter.colored:not(.col1) a {
    margin-right: 2px;
    margin-bottom: 2px;
}
.jeg_socialcounter.colored a {
    border: 0;
    background: #212121;
    color: #fff;
    -webkit-backface-visibility: hidden;
}
.jeg_socialcounter.colored a:hover {
    opacity: 0.75;
}
.jeg_socialcounter.colored .fa, .jeg_socialcounter.colored li small {
    color: #fff;
}

/* Social Counter Background Color */
.jeg_socialcounter.colored .jeg_rss a {
    background-color: #ff6f00;
}
.jeg_socialcounter.colored .jeg_facebook a {
    background-color: #45629f;
}
.jeg_socialcounter.colored .jeg_twitter a {
    background-color: #5eb2ef;
}
.jeg_socialcounter.colored .jeg_google-plus a {
    background-color: #df5443;
}
.jeg_socialcounter.colored .jeg_linkedin a {
    background-color: #0083bb;
}
.jeg_socialcounter.colored .jeg_instagram a {
    background-color: #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: #0088cc;
}
.jeg_socialcounter.colored .jeg_vimeo a {
    background-color: #a1d048;
}
.jeg_socialcounter.colored .jeg_github a {
    background-color: #313131;
}
.jeg_socialcounter.colored .jeg_flickr a {
    background-color: #ff0077;
}
.jeg_socialcounter.colored .jeg_tumblr a {
    background-color: #2d4862;
}
.jeg_socialcounter.colored .jeg_soundcloud a {
    background-color: #ffae00;
}
.jeg_socialcounter.colored .jeg_youtube a {
    background-color: #c61d23;
}
.jeg_socialcounter.colored .jeg_vk a {
    background-color: #3e5c82;
}
.jeg_socialcounter.colored .jeg_weibo a {
    background-color: #ae2c00;
}
.jeg_socialcounter.colored .jeg_twitch a {
    background-color: #6441a5;
}
.jeg_socialcounter.colored .jeg_foursquare a {
    background-color: #2d5be3;
}
.jeg_socialcounter.colored .jeg_vine a {
    background-color: #00bf8f;
}

/* Social Counter: 1 Column Layout */
.jeg_socialcounter.col1 li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 10px;
}
.jeg_socialcounter.col1 li:last-child a {
    margin-bottom: 0;
}
.jeg_socialcounter.col1 a {
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08)
}
.jeg_socialcounter.col1 .fa {
    float: left;
    width: 45px;
    font-size: 16px;
    height: auto;
    line-height: inherit;
    margin: 0;
    text-align: center;
}
.jeg_socialcounter.col1 span, .jeg_socialcounter.col1 small {
    display: inline-block;
    font-size: inherit;
    margin-right: 5px;
}

/* Social Counter: 2 Column Layout */
.jeg_socialcounter.col2 li {width: 50%;}
.jeg_socialcounter.col2 li:nth-last-child(-n+2) a {
    margin-bottom: 0;
}

/* Social Counter: 3 Column Layout */
.jeg_socialcounter.col3 li {width: 33.333333333%;}
.jeg_socialcounter.col3 li:nth-last-child(-n+3) a {
    margin-bottom: 0;
}

/* Social Counter: 4 Column Layout */
.jeg_socialcounter.col4 li {width: 25%;}
.jeg_socialcounter.col4 li:nth-last-child(-n+4) a {
    margin-bottom: 0;
}

/** Widget: Popular Post **/
.popularpost_item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
}
.popularpost_item .jeg_post_title {
    font-size: 14px;
    /* line-height: 1.35em; */
    margin: 0 0 5px;
}
.popularpost_item .jeg_post_title a:before {
    content: attr(data-num);
    position: absolute;
    font-size: 18px;
    text-align: center;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-style: italic;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularpost_item:hover .jeg_post_title a:before {
    background: #13317F;
    color: #fff;
}
.popularpost_item:first-child {
    padding-left: 0;
    padding-bottom: 8px;
    border-bottom: 3px solid #eee;
}
.popularpost_item:first-child .jeg_post_title {
    font-size: 18px;
    font-weight: bold;
    margin: 8px auto 5px;
    line-height: 1.25;
    padding-right: 80px;
    position: relative;
}
.popularpost_item:first-child .jeg_post_title a:before,
.popularpost_item:first-child:hover .jeg_post_title a:before {
    right: 0;
    left: auto;
    text-align: center;
    height: auto;
    line-height: 1;
    width: 50px;
    font-size: 36px;
    border-radius: 0;
    background: none;
    border-left: 1px solid #eee;
    color: #d7d7d7;
    -webkit-animation: none;
}
.popularpost_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.jeg_socialshare .share_count i {
    display: inline-block;
    margin-right: 5px;
}
.jeg_socialshare:hover .share_count {
    display: none;
}
.jeg_socialshare:hover .socialshare_list {
    opacity: 1;
    height: auto;
    width: auto;
}
.socialshare_list {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.socialshare_list a {
    font-size: 11px;
    position: relative;
    margin-right: 5px;
    text-transform: none;
}
.socialshare_list .share-text {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 22px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
.socialshare_list .share-text:before {
    position: absolute;
    left: 5px;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socialshare_list .share-count {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    margin-left: 5px;
    min-width: 8px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}
.socialshare_list .share-count:before, .socialshare_list .share-count:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
}
.socialshare_list .share-count:before {
    border-color: transparent #bfbfbf;
    top: 5px;
    left: -6px;
}
.socialshare_list .share-count:after {
    border-color: transparent #fff;
    top: 5px;
    left: -4px;
}
.jeg_share_fb .share-text {
    color: #fff;
    background: #45629f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.jeg_share_fb .share-text:before {
    content: "\f082";
}
.jeg_share_tw .share-text {
    color: #fff;
    background: #5eb2ef;
}
.jeg_share_tw .share-text:before {
    content: "\f099";
}

/** Widget: Instagram, Dribbble & Flickr **/
.widget.widget_jnews_instagram, .widget.widget_jnews_dribbble, .widget.widget_jnews_flickr {
    margin-bottom: 30px;
}
.jeg_grid_thumb_widget {
    position: relative;
}
.jeg_footer.dark .jeg_grid_thumb_widget > h3 > a, .jeg_grid_thumb_widget > h3 > a {
    color: #212121;
}
.jeg_grid_thumb_widget > h3 {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    text-align: center;
}
.jeg_grid_thumb_widget > h3 > a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #212121;
}
.jeg_grid_thumb_widget .fa {
    font-size: 12px;
}
.jeg_grid_thumb_widget li {
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.jeg_grid_thumb_widget li {
    margin-right: 2.564102564102564%;
    margin-bottom: 2.564102564102564%;
}
.jeg_grid_thumb_widget .col2 li {
    width: 48.717948717948715%;
}
.jeg_grid_thumb_widget .col3 li {
    width: 31.623931623931625%;
}
.jeg_grid_thumb_widget .col4 li {
    width: 23.076923076923077%;
}
.jeg_grid_thumb_widget li.last {
    margin-right: 0;
}
.jeg_grid_thumb_widget li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.jeg_grid_thumb_widget .normal li:hover {
    opacity: 0.6;
}

.jeg_grid_thumb_widget .zoom li img,
.jeg_grid_thumb_widget .zoom-rotate li img {
    -webkit-transition: 1s linear;
    transition: 1s linear;
}
.jeg_grid_thumb_widget .zoom li:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}
.jeg_grid_thumb_widget .zoom-rotate li:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
    -webkit-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}
.jeg_grid_thumb_widget .zoom li a:after,
.jeg_grid_thumb_widget .zoom-rotate li a:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.jeg_grid_thumb_widget .zoom li:hover a:after,
.jeg_grid_thumb_widget .zoom-rotate li:hover a:after {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jeg_grid_thumb_widget .icon li:hover a:before,
.jeg_grid_thumb_widget .like li:hover a:before,
.jeg_grid_thumb_widget .view li:hover a:before,
.jeg_grid_thumb_widget .comment li:hover a:before  {
    opacity: 1;
}
.jeg_grid_thumb_widget .icon a:before,
.jeg_grid_thumb_widget .like a:before,
.jeg_grid_thumb_widget .view a:before,
.jeg_grid_thumb_widget .comment a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.jeg_grid_thumb_widget .icon li:hover a:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jeg_grid_thumb_widget .icon a:after {
    font-family: 'FontAwesome';
    content: '\f16d';
    display: block;
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_flickr_widget .icon a:after {
    content: '\f16e';
}
.jeg_dribbble_widget .icon a:after {
    content: '\f17d';
}
.jeg_behance_widget .icon a:after {
    content: '\f1b4';
}
.jeg_grid_thumb_widget .like li:hover .fa,
.jeg_grid_thumb_widget .view li:hover .fa,
.jeg_grid_thumb_widget .comment li:hover .fa {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jeg_grid_thumb_widget .like .fa,
.jeg_grid_thumb_widget .view .fa,
.jeg_grid_thumb_widget .comment .fa {
    display: block;
    position: absolute;
    color:  #ffffff;
    font-family: inherit;
    font-size: 16px;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_grid_thumb_widget .like .fa:before,
.jeg_grid_thumb_widget .view .fa:before,
.jeg_grid_thumb_widget .comment .fa:before {
    margin-right: 6px;
    font-family: 'FontAwesome';
}
.jeg_flickr_widget .flickr-pics li img,
.jeg_dribbble_widget .dribbble-pics li img,
.jeg_behance_widget .behance-pics li img {
    width: 100%;
}

/* ------------------------------------------------------------------------- *
 *  08 - POST
 * ------------------------------------------------------------------------- */
.entry-header .jeg_post_title {
    color: #212121;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.15;
    margin: 0 0 .4em;
    letter-spacing: -0.04em;
}
.entry-header .jeg_post_subtitle {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #a0a0a0;
}
.entry-header {
    margin: 0 0 30px;
}
.entry-header .jeg_meta_container {
    position: relative;
}
.entry-header .jeg_post_meta {
    font-size: 13px;
    color: #a0a0a0;
    text-transform: none;
    display: block;
}
.entry-header .jeg_post_meta_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: flex-start;
}
.entry-header .jeg_meta_like a, .entry-header .jeg_meta_comment a {
    color: #53585c;
    font-weight: normal;
}
.entry-header .jeg_meta_like {
    position: relative;
}
.entry-header .jeg_meta_like.clicked:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.entry-header .jeg_meta_like.clicked > a > i:before {
    content: '\f110';
}
.entry-header .jeg_post_meta_2 .jeg_meta_like_container,
.entry-header .jeg_post_meta_2 .jeg_meta_comment {
    margin-left: 8px;
    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: 8px;
}
.entry-header .jeg_post_meta .meta_right .fa {
    font-size: inherit;
}
.jeg_meta_author img {
    width: 35px;
    border-radius: 100%;
    margin-right: 5px;
}

/* Featured Content */
.jeg_featured {
    margin-bottom: 30px;
}
.jeg_featured .wp-caption-text {
    margin: 3px 0 0;
    text-align: right;
    font-size: 11px;
    color: #a0a0a0;
}

/* Featured Gallery */
.load-image {
    position: relative;
    display: block;
}
.load-image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
}
.load-image:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* Fullscreen Featured Content */
.jeg_featured_big {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.jeg_fs_container {
    min-height: 0;
}
.jeg_fs_content {
    position: relative;
    height: 540px;
}
.jeg_featured_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #212121;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#545454', GradientType=0);
}
.jeg_featured_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}
.jeg_parallax .jeg_featured_img {
    background-position: 50% 0%;
}
.jeg_featured_big .entry-header {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    z-index: 2;
}
.jeg_fs_container .entry-header {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.jeg_fs_content .jeg_post_meta {
    margin: 20px 0 0;
}
.jeg_fs_content .entry-header .jeg_post_meta .fa {
    color: #fff
}
.jeg_fs_scroll {
    cursor: pointer;
    z-index: 3;
    opacity: 0.8;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: jeg_bounce 4s infinite;
    animation: jeg_bounce 4s infinite;
}
.jeg_featured_big .entry-header .jeg_post_title,
.jeg_featured_big a,
.jeg_featured_big #breadcrumbs a {
    color: #fff;
}
.jeg_featured_big .jeg_post_subtitle,
.jeg_featured_big .entry-header .jeg_post_meta,
.jeg_featured_big .entry-header .jeg_post_meta a,
.jeg_featured_big #breadcrumbs,
.jeg_featured_big #breadcrumbs .breadcrumb_last,
.jeg_featured_big #breadcrumbs .breadcrumb_last_link a {
    color: #fff;
}
.jeg_featured_big #breadcrumbs a:hover {
    color: inherit;
    text-decoration: underline;
}
.jeg_featured_big .entry-header .jeg_post_title {
    max-width: 960px;
    font-size: 58px;
}

/* Video Embeds */
.jeg_video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.jeg_video_container iframe,
.jeg_video_container object,
.jeg_video_container embed,
.jeg_video_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jeg_video_content {
    margin-bottom: 20px;
    padding-top: 0;
}
.jeg_video_square {
    padding-bottom: 100%;
}
.wp-video {
    width: 100% !important;
    margin-bottom: 8px;
}

/* fix conflict with VC wrapper */
.wpb_video_wrapper .jeg_video_container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}
.wpb_video_wrapper .jeg_video_content {
    margin-bottom: 0;
}

/* Instagram Embed */
.entry-content iframe.instagram-media {
    max-width: 748px !important;
}

/* Post Elements */
.entry-content {
    margin-bottom: 30px;
    position: relative;
}
.content-inner {
    color: #333;
    font-size: 16px;
    line-height: 1.4;/*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 {
    font-weight: 500;
}
.entry-content h1{
    font-family: "SourceSansPro","pf_din_text_cond_promedium";
    font-size: 30px;
    color: #000;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.entry-content blockquote, .entry-content q {
    display: block;
    color: #7b7b7b;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    padding-left: 1em;
    border-style: solid;
    border-color: #eee;
    border-left-width: 4px;
}
.entry-content blockquote p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.entry-content blockquote cite {
    color: #a0a0a0;
    font-size: smaller;
    display: block;
    margin-top: 5px;
}
.entry-content blockquote cite:before {
    content: "\2014 \2009";
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content img {
    /*display: block;*/
}

/* Form */
.entry-content input:not([type="submit"]) {
    width: auto;
}

/* Table */
.entry-content table {
    width: 100%;
    margin: 1em 0 30px;
    line-height: normal;
    color: #7b7b7b;
}
.entry-content tr {
    border-bottom: 1px solid #eee;
}
.entry-content tbody tr:hover {
    color: #53585c;
    background: #f7f7f7;
}
.entry-content thead tr {
    border-bottom: 2px solid #eee;
}
.entry-content th, .entry-content td {
    font-size: 0.85em;
    padding: 8px;/*8px 20px;*/
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.entry-content th {
    color: #53585c;
    font-weight: bold;
    vertical-align: middle;
}
.entry-content dt {
    font-weight: 600;
}
.entry-content dd {
    margin-bottom: 1.25em;
}
.entry-content em, .entry-content cite {
    font-style: italic;
}
.entry-content ins {
    background: #fcf8e3;
}
.entry-content sub, .entry-content sup {
    font-size: 62.5%;
}
.entry-content sub {
    vertical-align: sub;
    bottom: 0;
}
.entry-content sup {
    vertical-align: super;
    top: 0.25em;
}

/* Shortcodes */
.entry-content .intro-text {
    font-size: 1.5em;
    line-height: 1.458em;
    color: #212121;
    letter-spacing: -0.01em;
}
.entry-content .dropcap {
    display: block;
    float: left;
    margin: 0.04em 0.2em 0 0;
    color: #212121;
    font-size: 4em;
    line-height: 1;
}
.entry-content .dropcap.circle,
.entry-content .dropcap.square,
.entry-content .dropcap.rounded,
.entry-content .dropcap.border {
    color: #fff;
    background: #13317F;
    display: inline-block;
    text-align: center;
    min-width: 68px;
    min-height: 68px;
    line-height: 1;
    font-size: 3em;
    margin-right: 0.3em;
    position: relative;
    padding: 10px;
    top: 0.095em;
}
.entry-content .dropcap.circle {
    border-radius: 68px;
}
.entry-content .dropcap.rounded {
    border-radius: 10px;
}
.entry-content .dropcap.border {
    font-size: 2.75em;
    padding: 8px;
    border: 3px solid #212121;
    color: #212121;
    background: transparent;
}
.entry-content .dropcap.shadow {
    font-family: Georgia, serif;
    font-size: 4.4em;
    text-shadow: 5px 5px #eee;
}
.entry-content .highlight {
    padding: 0 0.2em;
    border-radius: 2px;
    background: #000;
    color: #fff;
    display: inline-block;
}
.entry-content .pullquote {
    font-size: 24px;
    border: none;
    padding: 0;
    position: relative;
    text-align: center;
}
.entry-content .pullquote:before, .entry-content .pullquote:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
}
.entry-content .pullquote:before {
    margin: 1em auto 0.65em;
}
.entry-content .pullquote:after {
    margin: 0.75em auto 1em;
}
.entry-content .pullquote.align-left {
    clear: left;
    float: left;
    max-width: 35%;
    margin: 0.4em 1.2em 0.4em 0;
}
.entry-content .pullquote.align-right {
    clear: right;
    float: right;
    max-width: 35%;
    margin: 0.4em 0 0.4em 1.2em;
}
.entry-content .pullquote.align-center {
    margin: 1.25em auto;
    padding: 0.5em 12%;
}
.jeg_sidebar_none .entry-content .pullquote.align-center {
    padding: 0.5em 15%;
}
.entry-content:after {
    clear: both;
    content: "";
    display: block;
}
.content-inner ul, .content-inner ol,
.wpb_text_column ul, .wpb_text_column ol {
    margin: 1.5em 0 1.5em 2.14285714em;
    list-style-position: inside;
}
.content-inner li,
.wpb_text_column li {
    margin-bottom: 0.5em;
}
.content-inner ul,
.wpb_text_column ul {
    list-style: square;
}
.content-inner iframe {
    max-width: 100%;
}
.content-inner img {
    max-width: 100%!important;;
    height: auto!important;
}
.content-inner ol {
    list-style: decimal;
}
.content-inner ul.fa-ul {
    list-style: none;
    margin-left: inherit;
    padding-left: inherit;
}
.content-inner .btn {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.12);
}
.content-inner .btn.btn-primary {
    background-color: #ebe9eb;
    color: #515151;
    text-shadow: none;
    box-shadow: none;
}
.content-inner .btn.btn-primary:hover, .content-inner .btn.btn-primary:focus {
    background-color: #e0e0e0
}
.content-inner .btn.btn-success {
    background-color: #00a652
}
.content-inner .btn.btn-success:hover, .content-inner .btn.btn-success:focus {
    background-color: #00984b
}
.content-inner .btn.btn-info {
    background-color: #2e9fff
}
.content-inner .btn.btn-info:hover, .content-inner .btn.btn-info:focus {
    background-color: #2a92ea
}
.content-inner .btn.btn-warning {
    background-color: #f9c203;
}
.content-inner .btn.btn-warning:hover, .content-inner .btn.btn-warning:focus {
    background-color: #e4b203
}
.content-inner .btn.btn-danger {
    background-color: #f95403;
}
.content-inner .btn.btn-danger:hover, .content-inner .btn.btn-danger:focus {
    background-color: #e44d03
}
.content-inner .alert {
    color: #666;
    padding: 8px 16px;
    margin: 1em 0;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}
.content-inner .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.content-inner .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.content-inner .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.content-inner .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* Global Content Margin */
.content-inner p, .content-inner blockquote, .content-inner q {
    margin: 0 0 1.25em;
}
.jeg_pagelinks, .jeg_splitpost_bar.bottom {
    margin: 1.75em auto 0;
    clear: both;
}

/* Split Post */
#split_content {
    position: relative;
    top: -50px;
}

.jeg_splitpost_bar {
    border: 1px solid #e0e0e0;
    margin: 0 0 1.25em;
    position: relative;
}
.jeg_splitpost_bar .nav_wrap {
    position: relative;
}
.jeg_splitpost_bar .current_title {
    cursor: pointer;
    color: #212121;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.jeg_splitpost_bar .current_title:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jeg_splitpost_bar .page_nav {
    color: #a0a0a0;
    position: absolute;
    top: 0;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.jeg_splitpost_bar .page_nav a {
    display: block;
}
.jeg_splitpost_bar .page_nav .fa {
    font-size: 14px;
}
.jeg_splitpost_bar .page_nav.prev {
    left: 0
}
.jeg_splitpost_bar .page_nav.prev .fa {
    padding-right: 3px
}
.jeg_splitpost_bar .page_nav.next {
    right: 0
}
.jeg_splitpost_bar .page_nav.next .fa {
    padding-left: 3px;
}
.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%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
}
.nav-open .jeg_splitpost_nav {
    display: block;
    max-height: 411px;
    overflow-y: auto;
}
.jeg_splitpost_nav li {
    padding: 0 30px 0 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.jeg_splitpost_nav li:last-child {
    border-bottom: 0;
}
.jeg_splitpost_nav li a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    text-align: left;
    color: #7b7b7b;
    white-space: normal;
    line-height: 1.4;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.jeg_splitpost_nav li:before {
    color: #a0a0a0;
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 14px;
    left: 8px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    line-height: normal;
    font-weight: normal;
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    transition: .2s ease-in-out;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jeg_splitpost_nav li:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.jeg_splitpost_nav li:hover {
    background: #f5f5f5;
}
.jeg_splitpost_nav li:hover a {
    color: #53585c;
    -webkit-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0);
}
.jeg_splitpost_nav li.current a {
    color: #212121;
    font-weight: bold;
}
.split-wrapper {
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.split-wrapper.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

/* Split Post: Style 1 */
.jeg_splitpost_1 {
    display: table;
    width: 100%;
}
.jeg_splitpost_1 > span {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    width: 20%;
    min-width: 150px;
    text-align: center;
    color: #a0a0a0;
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0;
}
.jeg_splitpost_1 .current_title {
    padding: 8px 40px 8px 20px;
}
.jeg_splitpost_1 .nav_wrap {
    display: table-cell;
}

/* Split Post: Style 2 */
.jeg_splitpost_2 .current_title {
    padding: 8px 40px 8px 20px;
}

/* Split Post: Style 3 */
.jeg_splitpost_3 {
    text-align: center;
}
.jeg_splitpost_3 .nav_wrap {
    width: auto;
    margin: auto;
    display: inline-block;
    position: static;
    padding: 0 120px;
}
.jeg_splitpost_3 .current_title {
    position: relative;
    padding: 8px 0;
}
.jeg_splitpost_3 .current_title:after {
    color: #a0a0a0;
    position: relative;
    right: 0;
    top: 2px;
    line-height: normal;
    -webkit-transform: none;
    transform: none;
    margin-left: 5px;
}
.jeg_splitpost_3 .page_nav {
    max-width: 120px;
    line-height: 41px;
}
.jeg_splitpost_3 .page_nav a {
    padding: 0 8px;
}
.jeg_splitpost_3 .jeg_splitpost_nav {
    min-width: 18em;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.jeg_splitpost_3 .jeg_splitpost_nav:after, .jeg_splitpost_3 .jeg_splitpost_nav:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.jeg_splitpost_3 .jeg_splitpost_nav:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}
.jeg_splitpost_3 .jeg_splitpost_nav:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 6px;
    margin-left: -6px;
}
.jeg_splitpost_3 .page_nav.disable {
    background: transparent;
}

/* Split Post: Style 4 */
.jeg_splitpost_4 {
    border: 0;
    text-align: center;
}
.jeg_splitpost_4 .current_title {
    font-size: 22px;
    padding: 0 120px;
}
.jeg_splitpost_4 .current_title:after {
    display: none
}
.jeg_splitpost_4 .page_nav {
    text-align: center;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    background: #13317F;
    color: #fff;
    border-radius: 2px;
    width: 100px;
    padding: 0;
}
.jeg_splitpost_4 .page_nav a, .jeg_splitpost_5 .page_nav a {
    color: #fff;
}
.jeg_splitpost_4 .page_nav.disable, .jeg_splitpost_5 .page_nav.disable {
    background: #eee;
}
.jeg_splitpost_4 .page_nav.disable a, .jeg_splitpost_5 .page_nav.disable a {
    color: #a0a0a0;
}

/* Split Post: Style 5 */
.jeg_splitpost_5 {
    border: 0;
}
.jeg_splitpost_5 .current_title {
    font-size: 24px;
    padding-right: 80px;
}
.jeg_splitpost_5 .current_title:after {
    display: none
}
.jeg_splitpost_5 .page_nav {
    text-align: center;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    background: #13317F;
    color: #fff;
    border-radius: 2px;
    width: 35px;
    padding: 0;
}
.jeg_splitpost_5 .page_nav .fa {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
}
.jeg_splitpost_5 .page_nav.prev {
    left: auto;
    right: 40px;
}

/* Split Post: Bottom Navigation */
.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;
}

/* Single Post Template */
.jeg_single_tpl_2 .entry-header .jeg_post_title,
.jeg_single_tpl_3 .entry-header .jeg_post_title,
.jeg_single_tpl_6 .entry-header .jeg_post_title {
    font-size: 4em;
    line-height: 1.1;
}
.jeg_single_tpl_2 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_3 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle,
.jeg_featured_big .entry-header .jeg_post_subtitle  {
    font-size: 1.4em;
}

/* Single Fullwidth Layout */
.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;
}

/* Single 10 */
.jeg_single_tpl_10 .jeg_featured_bg {
    position: relative;
}
.jeg_single_tpl_10 .jeg_featured_bg img {
    width: 100%
}
.jeg_single_tpl_10 .entry-header {
    text-align: center;
    position: relative;
    margin: 40px auto 50px;
}
.jeg_single_tpl_10 .entry-header:before {
    content: '';
    width: 80px;
    border-bottom: 2px solid #e0e0e0;
    left: 0;
    right: 0;
    margin: 1.75em auto;
    display: block;
}

/* Single 4 */
.jeg_single_tpl_4 .jeg_fs_container .entry-header:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.55) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.55)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.55) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.55) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.55) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    bottom: 0;
    z-index: -1;
}

/* Single 5 */
.jeg_single_tpl_5 .jeg_featured_big .entry-header {
    text-align: center;
    bottom: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.jeg_single_tpl_5 .jeg_featured_big .jeg_post_title {
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right {
    float: none;
}
.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right > div {
    font-size: inherit;
}

/* Single 6 */
.jeg_single_tpl_6 .jeg_featured_big {
    height: 350px;
}
.jeg_single_tpl_6 .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: 8px;
}
.jeg_single_tpl_6 .entry-header .jeg_post_title {
    margin-top: -2.5em;
    min-height: 2em;
    position: relative;
}
.jeg_single_tpl_6 .entry-header .jeg_post_title span,
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle span {
    background: #fff;
    box-shadow: 7px 0 0 #fff, -7px 0 0 #fff;
}

/* Signle 9 */
.jeg_single_tpl_9 .jeg_featured_big {
    padding: 0;
    background: #000;
}
.jeg_single_tpl_9 .jeg_fs_content {
    height: auto;
}
.jeg_single_tpl_9 .jeg_featured {
    margin-bottom: 0;
    position: relative;
}
.jeg_single_tpl_9 .jeg_featured .wp-caption-text {
    position: absolute;
    bottom: 5px;
    right: 0;
    line-height: normal;
    padding: 3px 6px;
    background: rgba(0, 0, 0, 0.65);
}
.jeg_post_nav .post {
    position: absolute;
    top: 50%;
    padding: 5px;
    transform: translateY(-50%);
}
.jeg_post_nav .prev-post {
    left: 0;
}
.jeg_post_nav .next-post {
    right: 0;
}

/* Signle 9: Arrow Navigation */
.jeg_post_nav .post .arrow {
    display: block;
    position: relative;
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, .5);
    transition: .25s ease .15s;
}
.jeg_post_nav .post:hover .arrow {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}
.jeg_post_nav .next-post:hover .arrow {
    transform: translate3d(50%, 0, 0);
}
.jeg_post_nav .post-title {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 200px;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.jeg_post_nav .post-title span {
    display: inline;
    background: rgba(0, 0, 0, 0.75);
}
.jeg_post_nav .post:hover .post-title {
    opacity: 1;
    visibility: visible;
    transition: .25s ease .3s;
    transform: translate3d(0, 0, 0);
}
.jeg_post_nav .prev-post .post-title {
    left: 20px;
    transform: translate3d(-30px, 0, 0);
}
.jeg_post_nav .next-post .post-title {
    right: 20px;
    text-align: right;
    transform: translate3d(30px, 0, 0);
}

/** single hack **/
body.jeg_single_tpl_4.jeg_force_fs, body.jeg_single_tpl_5.jeg_force_fs {
    background-image: none !important;
}

/* Autoload Post */
.jeg_autoload_separator {
    background:#f7f7f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQYV2NkwAIYqSy4YMGC/wAIQwLlE7lczAAAAABJRU5ErkJggg==);
    padding: 35px 0;
    position: relative;
}
.jeg_autoload_separator:after {
    content: "";
    display: table;
    clear: both;
}
.jeg_autoload_separator .separator_bg {
    background:rgba(0, 0, 0, 0.01) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQYV2NkwAIYqSy4YMGC/wAIQwLlE7lczAAAAABJRU5ErkJggg==);
    min-height: 54px;
}
.jeg_autoload_separator .jeg_ad_module {
    margin-bottom: 0px;
}
.jsc_dark .jeg_autoload_separator .separator_bg {
    background-color: transparent;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVR4AWP4//8/BqaBoC8AeRBLA9DuAEcAAAAASUVORK5CYII=');
}

/* Mega Nav */
.jeg_meganav_bar .nav_wrap {
    padding: 0 30px;
}
.jeg_meganav_wrap {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 100%;
    left: 0;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 0 0 1px #e0e0e0, 0 1px 3px rgba(0, 0, 0, .15), 0 32px 60px rgba(0, 0, 0, 0.25);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.nav-open .jeg_meganav_wrap {
    visibility: visible;
    opacity: 1;
}
.jeg_meganav {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jeg_meganav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jeg_meganav:last-child {
    border-bottom: 0;
}
.jeg_meganav > ul > li {
    flex: 1;
}
.jeg_meganav .sub-menu {
    border-right: 1px solid #eee;
    padding: 0 30px;
}
.jeg_meganav > ul > li:last-child .sub-menu {
    border: 0
}
.jeg_meganav > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #13317F;
    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: #13317F
}

/* Breadcrumbs */
.jeg_breadcrumbs {
    margin-bottom: 20px;
}
.jeg_cat_header_4 .jeg_breadcrumbs,
.jeg_single_tpl_4 .jeg_breadcrumbs,
.jeg_single_tpl_5 .jeg_breadcrumbs {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.jeg_singlepage .jeg_breadcrumbs {
    margin: -10px auto 20px;
}
#breadcrumbs {
    font-size: 12px;
    margin: 0;
    color: #a0a0a0;
}
#breadcrumbs a {
    color: #53585c;
}
#breadcrumbs .fa {
    padding: 0 3px
}
#breadcrumbs a:hover {
    color: #13317F;
}
#breadcrumbs .breadcrumb_last_link a {
    color: #a0a0a0;
}

/* Social Share Button */
.jeg_sharelist {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.jeg_share_button {
    margin-bottom: 30px;
}
.jeg_share_button a {
    float: left;
    width: 44px;
    max-width: 44px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background: #212121;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.jeg_share_button a:last-child {
    margin-right: 0
}
.jeg_share_button a:hover {
    opacity: .75
}
.jeg_share_button a.expanded {
    width: auto;
    max-width: none;
    padding: 0 12px;
}
.jeg_share_button a > span {
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}
.jeg_share_button a.expanded > span {
    display: inline;
    position: relative;
}
.jeg_share_button span.count {
    font-weight: normal;
    margin-left: 3px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.jeg_share_button .fa {
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}
.jeg_share_button .jeg_btn-toggle {
    background: #BDBDBD;
}
.jeg_share_button .jeg_btn-facebook {
    background: #45629f;
}
.jeg_share_button .jeg_btn-twitter {
    background: #5eb2ef;
}
.jeg_share_button .jeg_btn-google-plus {
    background: #df5443;
}
.jeg_share_button .jeg_btn-linkedin {
    background: #0083bb;
}
.jeg_share_button .jeg_btn-pinterest {
    background: #cf2830;
}
.jeg_share_button .jeg_btn-reddit {
    background: #5f99cf;
}
.jeg_share_button .jeg_btn-stumbleupon {
    background: #ff4e2e;
}
.jeg_share_button .jeg_btn-telegram {
    background: #0088cc;
}
.jeg_share_button .jeg_btn-comments {
    background: #63C37E;
}
.jeg_share_button .jeg_btn-toggle {
    background: #BDBDBD;
}
.jeg_share_button .jeg_btn-tumbrl {
    background: #314358;
}
.jeg_share_button .jeg_btn-buffer {
    background: #333333;
}
.jeg_share_button .jeg_btn-vk {
    background: #4C75A3;
}
.jeg_share_button .jeg_btn-whatsapp {
    background: #075e54;
}
.jeg_share_button .jeg_btn-wechat {
    background: #7bb32e;
}
.jeg_share_button .jeg_btn-qrcode {
    background: #bd0000;
}
.jeg_share_button .jeg_btn-email {
    background: #EB4D3F;
}
.jeg_share_button .jeg_btn-line {
    background: #00b900;
}
.jeg_share_button .jeg_btn-hatena {
    background: #039be5;
}
.jeg_share_button .jeg_btn-hatena .fa,
.jeg_share_button .jeg_btn-line .fa {
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
}
.jeg_share_button .jeg_btn-hatena .fa {
    background-image: url('../images/hatena-share.png');
    background-size: 30px;
    background-color: #039be5;
}
.jeg_share_button .jeg_btn-line .fa {
    background-image: url('../images/line-share.png');
    background-size: 22px;
    background-color: #00b900;
}
.jeg_share_button .jeg_btn-hatena > span,
.jeg_share_button .jeg_btn-line > span {
    margin-left: 0;
}
.jeg_share_button.share-float .jeg_btn-hatena .fa,
.jeg_share_button.share-float .jeg_btn-line .fa {
    height: 38px;
    margin-top: 5px;
    margin-left: -1.5px;
}
.jeg_share_button.share-monocrhome .jeg_btn-hatena .fa,
.jeg_share_button.share-monocrhome .jeg_btn-line .fa {
    background-color: transparent;
}
.jeg_reaction {
    float: left;
}
.jeg_reaction a {
    background: transparent;
    border: 1px solid #bdbdbd;
}
.jeg_reaction a .fa {
    color: #bdbdbd;
}
.jeg_btn-like {
    background: #bdbdbd;
}
.jeg_btn-dislike {
    background: #bdbdbd;
}
.jeg_share_stats > div {
    float: left;
    text-align: center;
    line-height: 1;
    margin-right: 8px;
    position: relative;
}
.jeg_share_stats > div:last-child {
    padding-right: 8px;
}
.jeg_share_stats > div:last-child:after {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.jeg_share_stats .counts {
    font-size: 26px;
    font-weight: bold;
}
.jeg_share_count .counts {
    color: #13317F
}
.jeg_share_stats .sharetext {
    font-size: 11px;
    color: #a0a0a0;
}
.share-secondary {
    display: none;
}
.show-secondary .share-secondary {
    display: block;
    margin-right: 5px;
}
.jeg_btn-toggle .fa {
    -webkit-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.show-secondary .jeg_btn-toggle .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Social Button Bottom */
.jeg_share_button.share-bottom {
    margin: 1.75em auto 0;
}

@media only screen and (min-width:1024px) {
    .with-share .content-inner {
        margin-left: 90px;
    }
    .jeg_share_button.share-float {
        position: absolute !important;
        left: 0;
        top: 0;
        margin-bottom: 0;
    }
    .jeg_share_button.share-float a.expanded > span {
        display: none;
    }
    .jeg_share_button.share-float .jeg_sharelist {
        display: block;
    }
    .jeg_share_button.share-float a {
        display: block;
        margin: 0;
        border-radius: 0;
        width: 56px;
        max-width: none;
        height: 48px;
        line-height: 48px;
        float: none;
    }
    .jeg_share_button.share-float .fa {
        font-size: 20px;
    }
    .jeg_share_button.share-float.share-monocrhome a {
        margin: 0;
        border-radius: 0;
        background: #2e9fff;
    }
}

/** Post Tags **/
.jeg_post_tags {
    font-size: 12px;
    margin: 2.2em auto 1.75em;
    clear: both;
}
.jeg_post_tags span {
    font-weight: bold;
    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;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.jeg_post_tags a:hover {
    color: #fff;
    background: #13317F;
}

/** Prev & Next Post **/
.jeg_prevnext_post {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.jeg_prevnext_post:before, .jeg_prevnext_post:after {
    content: " ";
    display: table;
}
.jeg_prevnext_post:after {
    clear: both;
}
.jeg_prevnext_post a {
    display: block;
    float: left;
    width: 50%;
    padding-right: 20px;
}
.jeg_prevnext_post a.next-post {
    float: right;
    padding-right: 0;
}
.jeg_prevnext_post span {
    font-weight: bold;
    color: #a0a0a0;
    position: relative;
}
.jeg_prevnext_post h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 1em;
    border-left: 10px solid #eee;
    margin: 10px 0;
    transition: 0.3s ease;
}
.jeg_prevnext_post a:hover h3 {
    border-color: #13317F
}

/** Popup Post **/
.jeg_popup_post {
    display: block;
    position: fixed;
    background: #fff;
    width: 300px;
    bottom: 150px;
    right: 8px;
    z-index: 9;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
    padding: 5px 20px 8px 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.jeg_popup_post.active {
    opacity: 1;
    visibility: visible;
    bottom: 100px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.jeg_popup_post .caption {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    padding: 3px 5px;
    background: #13317F;
}
.jeg_popup_content {
    margin-top: 8px;
}
.jeg_popup_content:nth-child(2) {
    margin-top: 10px;
}
.jeg_popup_content .jeg_thumb {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.jeg_popup_content .post-title {
    font-size: 14px;
    margin: 0;
}
.jeg_popup_content .post-title a {
    color: inherit;
}
.jeg_popup_close {
    color: #949494;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}

/** Author Box **/
.jeg_authorbox {
    border: 1px solid #eee;
    padding: 30px 0;
    margin-bottom: 30px;
}
.jeg_author_image {
    width: 150px;
    text-align: center;
    float: left;
}
.jeg_author_image img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.jeg_author_content {
    padding-right: 20px;
    margin-left: 150px;
    color: #a0a0a0;
}
.jeg_author_content p {
    margin-bottom: 1em;
}
h3.jeg_author_name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.jeg_author_socials a {
    font-size: 16px;
    display: inline-block;
    margin: 10px 10px 20px 0;
    color: #999;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jeg_author_socials a:hover {
    color: #53585c;
}

/* ------------------------------------------------------------------------- *
 *  09 - COMMENTS
 * ------------------------------------------------------------------------- */
.jeg_comments {
    margin-bottom: 40px;
}
.comments-title {
    font-weight: bold;
    font-size: 26px;
    margin: 20px 0;
    letter-spacing: -0.02em;
}
.comments-title .count {
    display: inline-block;
    font-size: 13px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    padding: 2px 12px;
    vertical-align: middle;
    margin-left: 5px;
}
.commentlist, .pinglist {
    clear: both;
    font-size: 15px;
    line-height: 24px;
}
.commentlist li, .pinglist li {
    clear: both;
    font-size: 1em;
}
.comment-body {
    padding: 20px 0 0 70px;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.commentlist .children {
    margin-left: 2em;
}
.commentlist .comment-body, .pinglist li {
    clear: both;
    margin-bottom: 10px;
}
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
}
.commentlist .comment-author {
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}
.commentlist .fn, .pinglist .ping-link {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.commentlist .fn a {
    color: inherit;
}
.commentlist .says { display: none;
}
.commentlist .avatar {
    border-radius: 100%;
    width: 55px;
    position: absolute;
    top: 0;
    left: -70px;
}
.commentlist .bypostauthor > .comment-body > .comment-author > .fn {
    color: #13317F;
}
.commentlist .comment-meta .fa,
.pinglist .ping-meta:before {
    color: #a0a0a0;
    margin-right: 2px;
}
.pinglist .ping-meta:before {
    content: "\f017";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.commentlist .comment-meta a, .pinglist .ping-meta {
    color: #a0a0a0;
    font-size: 12px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-content p:first-child {
    margin-top: 0;
}
.comment-content p:last-child {
    margin-bottom: 0.5em;
}
.commentlist .reply a {
    color: #a0a0a0;
    font-weight: bold;
    font-size: 11px;
    text-rendering: auto;
}
.commentlist .reply a:before {
    content: "\f075";
    font-family: 'FontAwesome';
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-awaiting-moderation {
    color: #24a5db;
    font-style: normal;
}

/** Comment Navigation **/
.comment-navigation {
    padding-top: 20px;
}
.comment-navigation a {
    color: #212121;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.comment-navigation a:before, .comment-navigation a:after {
    font-family: 'FontAwesome';
}
.comment-navigation a:hover {
    background: #f5f5f5;
}
.comment-navigation .prev-comment {
    float: left;
}
.comment-navigation .next-comment {
    float: right;
}
.comment-navigation .prev-comment a:before {
    content: "\f104";
    padding-right: 6px;
}
.comment-navigation .next-comment a:after {
    content: "\f105";
    padding-left: 6px;
}

/* Pings */
.pinglist li {
    padding-left: 0;
}
.pinglist .ping-meta {
    font-size: 13px;
    line-height: 22px;
}

/** Comment Form **/
.comment-respond {
    border-top: 3px solid #eee;
    margin-top: 30px;
}
.comment-reply-title {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 10px;
    letter-spacing: -0.02em;
    position: relative;
}
.comment-reply-title small a {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
}
.comment-reply-title small a:before,
.comment-reply-title small a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #13317F;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.comment-reply-title small a:hover:before,
.comment-reply-title small a:hover:after {
    background: #212121;
}
.comment-reply-title small a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.comment-reply-title small a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.comment-form p {
    margin: 0 0 20px;
}
.comment-form p.form-submit {
    clear: both;
}
.comment-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.comment-form-email, .comment-form-url {
    width: 50%;
    float: left;
}
.comment-form-email {
    padding-right: 8px;
}
.comment-form-url {
    padding-left: 8px;
}
span.required {
    color: #13317F;
    font-weight: normal;
    font-family: monospace;
    font-size: 16px;
}

.pingback .comment-body {
    padding-left: 0;
}

.pingback .edit-link::before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.pingback .comment-edit-link {
    color: #686868;
}

.pingback .edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

/* ------------------------------------------------------------------------- *
 *  10 - REVIEWS
 * ------------------------------------------------------------------------- */
.jeg_review_wrap {
    border-top: 3px solid #eee;
    padding-top: 20px;
    margin: 40px 0;
}
.jeg_review_title {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    color: #13317F;
}
.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, 0.08);
}
.score_good {
    background: #0D86F7;
}
.score_avg {
    background: #A20DF7;
}
.score_bad {
    background: #F70D0D;
}
.score_value {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 0;
}
.score_value .percentsym {
    font-size: 50%;
    vertical-align: super;
    margin-right: -0.45em;
}
.score_text {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.jeg_reviewheader {
    margin-bottom: 20px;
}
.jeg_reviewheader .desc {
    padding-left: 120px;
}
.jeg_reviewdetail {
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 3px;
    display: table;
    width: 100%;
}
.conspros {
    width: 50%;
    padding: 20px 30px;
    display: table-cell;
}
.jeg_reviewdetail .conspros:first-child {
    border-right: 1px solid #e0e0e0;
}
.jeg_reviewdetail ul {
    margin: 0;
    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;
}

/** Review Stars **/
.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;
}

/** Review Bars **/
.jeg_reviewbars .reviewscore {
    font-weight: bold;
    float: right;
}
.jeg_reviewbars .jeg_reviewbar_wrap, .jeg_reviewbars .barbg {
    height: 4px;
    border-radius: 2px;
}
.jeg_reviewbars .jeg_reviewbar_wrap {
    position: relative;
    background: #eee;
    clear: both;
}
.jeg_reviewbars .barbg {
    position: relative;
    display: block;
    opacity: 0;
    width: 0;
    background: #F7C90D;
    background: -moz-linear-gradient(left, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
    background: linear-gradient(to right, rgba(247, 201, 13, 1) 0%, rgba(247, 201, 13, 1) 45%, rgba(247, 126, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c90d', endColorstr='#f77e0d', GradientType=1);
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}
.jeg_reviewbars.show .barbg {
    opacity: 1;
}
.jeg_reviewbars .barbg:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    display: block;
    border: 3px solid #F77E0D;
    top: -3px;
}

/** Product Deals **/
.jeg_deals h3 {
    text-transform: none;
    font-size: 22px;
    font-weight: bolder;
    margin: 0 0 5px;
}
.dealstitle {
    float: left;
}
.bestprice {
    float: right;
    width: 200px;
    text-align: right;
}
.bestprice h4 {
    margin: 0 0 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.bestprice .price {
    font-size: 34px;
    color: #13317F;
}
.jeg_deals .price {
    font-weight: bold;
}
.jeg_deals a {
    color: #212121
}
.jeg_deals_float {
    display: block;
    float: right;
    width: 35%;
    padding: 8px;
    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: bold;
}

/** review widget **/

.jeg_review_widget .jeg_reviewscore {
    padding: 0;
    border: 0;
}

.jeg_review_widget .jeg_review_procons .conspros {
    width: auto;
    display: block;
}

.jeg_review_widget {
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
}

.jeg_review_widget .average_review_score {
    margin: -20px -20px 30px -20px;
    padding: 20px;
}

.jeg_review_widget .average_review_score .average_score,
.jeg_review_widget .average_review_score .score_value {
    color: #fff;
}

.jeg_review_widget .average_review_score h3 {
    margin: 0;
}

.jeg_review_widget .average_review_score .average_score {
    float: left;
}

.jeg_review_widget .average_review_score .score_value {
    float: right;
    padding: 0;
    font-size: 24px;
}

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

.jeg_review_widget .conspros {
    padding: 0;
}

.jeg_review_widget .conspros li {
    margin-bottom: 7px;
}

.jeg_review_widget .conspros i {
    margin-right: 8px;
    font-size: 10px;
}

.jeg_review_widget .conspros h3 {
    font-size: 18px;
}

.jeg_review_widget .jeg_deals {
    margin: 30px -20px -20px;
    padding: 30px 20px 30px;
    border-top: 1px solid #e3e3e3;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader h3 {
    float: left;
    font-weight: normal;
    padding: 0;
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 20px;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader .price {
    float: right;
    font-size: 20px;
    margin-right: 10px;
}

.jeg_review_widget .jeg_deals .jeg_dealsheader {
    margin-bottom: 20px;
}

.jeg_review_widget .jeg_storelist li {
    padding: 12px 10px;
}

.jeg_review_widget .buy-now-deals {
    display: block;
    background: #43c801;
    color: #fff;
    clear: both;
    border-radius: 3px;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.jeg_review_widget .jeg_reviewbars .jeg_reviewbar_wrap {
    margin-top: 7px;
}

.storename .store-icon {
    margin-right: 7px;
    display: inline-block;
}

/* ------------------------------------------------------------------------- *
 *  11 - PAGE & ARCHIVES
 * ------------------------------------------------------------------------- */

/** Page **/
.jeg_page_header {
    margin: 20px 0 30px;
}
.jeg_main_content .jeg_page_header {
    margin-top: 0;
}
.jeg_page_title {
    font-weight: bold;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

/* Category Page */
.jeg_cat_header {
    background: #fff;
}
.jeg_cat_title {
    font-weight: bold;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.04em;
}
.jeg_cat_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    /*font-style: italic;*/
    color: #a0a0a0;
}

/** Archive Page **/
.jeg_archive_header {
    margin-bottom: 40px;
}
.jeg_archive_title {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 8px;
}

/** Search Page **/
.jeg_archive_search {
    background: #f7f7f7;
    padding: 20px;
}
.jeg_archive_search form {
    position: relative;
}
.jeg_archive_search .jeg_search_button,
.search_review_button {
    font-size: 14px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
}

/** Author Page **/
.jeg_authorpage .jeg_author_wrap {
    position: relative;
    padding: 30px 20px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.jeg_authorpage .jeg_author_image {
    width: auto;
}
.jeg_authorpage .jeg_author_image img {
    width: 110px;
    height: 110px;
}
.jeg_authorpage .jeg_author_content {
    padding-left: 110px;
    margin-left: 30px;
}
.jeg_authorpage .jeg_author_name {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 5px;
}
.jeg_authorpage .jeg_author_content p {
    width: 75%;
}
.authorlink {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.authorlink li {
    display: inline-block;
}
.authorlink li a {
    display: block;
    color: #212121;
    text-align: center;
    line-height: 38px;
    padding: 0 12px;
    position: relative;
}
.authorlink li.active a:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #F70D28;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.authorlink a:hover {
    color: #F70D28;
}
.jeg_authorpage .jeg_author_wrap::after {
    content: "";
    display: block;
    clear: both;
}

/* Category Template 1 */
.jeg_cat_header_1 {
    margin-bottom: 40px
}

/* Category Template 2 */
.jeg_cat_header_2 {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin: -30px 0 40px;
}

/* Category Template 3 & 4 */
.jeg_cat_overlay {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.jeg_cat_overlay .jeg_cat_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}
.jeg_cat_overlay.dark .jeg_cat_bg:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#a6000000', GradientType=0);
}
.jeg_cat_overlay .jeg_cat_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.jeg_cat_overlay .jeg_title_wrap {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
.jeg_cat_overlay .jeg_breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 8px 0 0;
}
.jeg_cat_overlay.dark .jeg_cat_title,
.jeg_cat_overlay.dark .jeg_cat_subtitle,
.jeg_cat_overlay.dark #breadcrumbs a,
.jeg_cat_overlay.dark #breadcrumbs {
    color: #fff;
}
.jeg_cat_overlay .jeg_cat_title {
    margin-bottom: 0;
}

/* Category Template 3 */
.jeg_cat_header_3 {
    margin: -30px 0 40px;
}
.jeg_cat_header_3 .jeg_cat_subtitle {
    max-width: 700px;
}

/* Category Template 4 */
.jeg_cat_header_4 {
    margin: -30px 0 40px;
}
.jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    text-align: center;
    width: 80%;
    max-width: 670px;
    padding: 100px 0px;
    margin: 0 auto;
}

/* ------------------------------------------------------------------------- *
 *  13 - WP ESSENTIAL
 * ------------------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 1.25em 0;
}
.aligncenter, div.aligncenter {
    text-align: center;
    display: block;
    margin: 5px auto 1.25em auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    box-sizing: border-box;
}
.sticky {
    background: #f5f5f5;
    padding: 8px;
    border: 1px dashed #ddd;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    margin: 3px 0 0;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}
.wp-caption a {
    color: #a0a0a0;
    text-decoration: underline;
}

/** WP Gallery **/
.gallery {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 8px 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: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    line-height: 1.4em;
    padding: 7px 12px;
    font-style: normal;
    margin: 0;
    right: 8px;
    bottom: 0%;
    left: 8px;
    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%;
}

/* ------------------------------------------------------------------------- *
 *  13 - FOOTER
 * ------------------------------------------------------------------------- */
.jeg_footer_content {
    background: #212121;
    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: #13317F;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
}
.jeg_footer.dark .jeg_footer_heading h3,
.jeg_footer .footer_dark .jeg_footer_heading h3,
.jeg_footer .footer_dark .widget h2 {
    color: #f93d53;
}
.jeg_footer .jeg_footer_heading_2 h3 {
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}
.footer_widget, .jeg_footer .widget {
    margin-bottom: 30px;
}
.footer_widget:last-of-type,
.jeg_footer .widget:last-of-type {
    margin-bottom: 0;
}
.jeg_footer .widget_tag_cloud a {
    color: #666;
    background: #E9E9E9;
}
.jeg_footer .widget_tag_cloud a:hover {
    color: #fff;
    background: #f93d53;
}
.jeg_footer .jeg_postblock .jeg_post_meta .fa {
    color: #bdbdbd;
}

.jeg_footer h1, .jeg_footer h2, .jeg_footer h3, .jeg_footer h4, .jeg_footer h5, .jeg_footer h6 {
    margin-top: 0;
}

.jeg_footer p {
    margin-bottom: 1em;
    color: #e0e0e0;
    font-size: 15px;/*12*/
}

/** Footer: Widget Social Icon **/
.jeg_footer .socials_widget:not(.nobg) .fa {
    color: #666;
    background: #e0e0e0;
}
.jeg_footer .socials_widget.nobg .fa {
    color: #a0a0a0;
}
.jeg_footer.dark .socials_widget .fa,
.jeg_footer .footer_dark .socials_widget .fa {
    color: #a8a8aa;
    background: rgba(255, 255, 255, 0.15);
}
.jeg_footer.dark .socials_widget:not(.nobg) a .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a .fa {
    background: rgba(255, 255, 255, 0.15);
    color: #eee;
}
.jeg_footer.dark .socials_widget:not(.nobg) a:hover .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a:hover .fa {
    color: #fff;
    background: #13317F;
    opacity: 1;
}

/* Footer: Widget Line */
.jeg_footer .widget_jnews_line {
    margin-bottom: 0;
}

/** Scroll to top button **/
.jscroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.jscroll-to-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.jscroll-to-top > a {
    color: #a0a0a0;
    font-size: 30px;
    display: block;
    width: 46px;
    border-radius: 5px;
    height: 46px;
    line-height: 44px;
    background: rgba(180, 180, 180, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0.8;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.jscroll-to-top > a:hover {
    opacity: 1;
}

/** Footer Forms **/
.jeg_footer input:not([type="submit"]), .jeg_footer textarea, .jeg_footer select {
    border: 2px solid #e0e0e0;
    font-size: 12px;
}
.jeg_footer .chosen-container-single .chosen-single {
    border: 2px solid #e0e0e0;
}
.jeg_footer.dark input[type="submit"], .jeg_footer.dark .btn, .jeg_footer.dark .button,
.jeg_footer .footer_dark input[type="submit"], .jeg_footer .footer_dark .btn, .jeg_footer .footer_dark .button {
    background: #f93d53;
    color: #fff;
}
.jeg_footer.dark input:not([type="submit"]),
.jeg_footer.dark textarea,
.jeg_footer.dark select,
.jeg_footer.dark .chosen-container-single .chosen-single,
.jeg_footer .footer_dark input:not([type="submit"]),
.jeg_footer .footer_dark textarea,
.jeg_footer .footer_dark select,
.jeg_footer .footer_dark .chosen-container-single .chosen-single {
    color: #eee;
    background: rgba(255, 255, 255, 0.15);
    border: 0;
}
.jeg_footer.dark .chosen-container .chosen-drop,
.jeg_footer .footer_dark .chosen-container .chosen-drop {
    border: 0;
}
.jeg_footer.dark .chosen-container-single .chosen-search,
.jeg_footer .footer_dark .chosen-container-single .chosen-search {
    background: #f5f5f5;
}
.jeg_footer.dark .chosen-container-single .chosen-search input[type="text"],
.jeg_footer .footer_dark .chosen-container-single .chosen-search input[type="text"] {
    color: #212121;
    background: #fff;
    border: 1px solid #e7e7e7;
}
.jeg_footer.dark .chosen-container .chosen-results li,
.jeg_footer .footer_dark .chosen-container .chosen-results li {
    color: inherit !important;
}
.jeg_footer.dark .chosen-container-active.chosen-with-drop .chosen-single,
.jeg_footer .footer_dark .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}
.jeg_footer.dark input::-webkit-input-placeholder { color: #eee; }
.jeg_footer.dark input:-moz-placeholder { color: #eee; }
.jeg_footer.dark input::-moz-placeholder { color: #eee; }
.jeg_footer.dark input:-ms-input-placeholder { color: #eee; }

.jeg_footer .footer_dark input::-webkit-input-placeholder { color: #eee; }
.jeg_footer .footer_dark input:-moz-placeholder { color: #eee; }
.jeg_footer .footer_dark input::-moz-placeholder { color: #eee; }
.jeg_footer .footer_dark input:-ms-input-placeholder { color: #eee; }


/* Custom */
.jeg_footer.custom input:not([type="submit"]), .jeg_footer.custom textarea, .jeg_footer.custom select {
    border: 0;
}

.jeg_footer .copyright {
    margin-bottom: 1em;
    font-size: 15px;/*12*/
}
.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: #212121;
    padding: 20px 0;
    color: #a8a8aa;
    border-top: 1px solid #505050;
}
.jeg_footer_bottom a {
    color: #e0e0e0;
}
.jeg_footer_bottom p.copyright {
    margin-bottom: 0;
}
.jeg_footer.dark .jeg_footer_bottom {
    background: #141414;
    color: #a8a8aa;
}
.jeg_footer.dark .jeg_footer_bottom a {
    color: #eee;
}
.jeg_footer.dark .jeg_footer_bottom a:hover {
    color: #f5f5f5;
}
.footer_right {
    float: right;
    text-align: right;
}
.footer_center {
    float: none;
    text-align: center;
}
.jeg_footer hr {
    border-color: #e0e0e0;
}
.footer2col {
    -webkit-columns: 130px 2;
    -moz-columns: 130px 2;
    columns: 130px 2;
}
.jeg_menu_footer, .footer-holder .jeg_social_icon_block {
    display: inline-block;
}

/** Footer Menu **/
.jeg_menu_footer {
    margin-bottom: 1em;
}
.jeg_footer_bottom .jeg_menu_footer {
    margin-bottom: 0;
}
.jeg_menu_footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}
.jeg_menu_footer .empty-menu {
    white-space: initial;
}
.jeg_menu_footer li:not(:last-child):after {
    content: '/';
    margin-right: 6px;
    color: #e0e0e0;
}
.footer_right .jeg_menu_footer li:not(:last-child):after {
    margin: 0 0 0 6px;
}
.dark .jeg_menu_footer li:not(:last-child):after {
    color: rgba(255, 255, 255, 0.3);
}
.jeg_menu_footer li a {
    font-size: 13px;
    position: relative;
    margin: 0 6px 0 0;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.footer_right .jeg_menu_footer li a {
    margin: 0 0 0 6px;
}
.jeg_footer_sidecontent .jeg_menu_footer li {
    display: inline;
}
.jeg_footer_sidecontent .jeg_menu_footer li a {
    margin: 0 1.2em 0 0;
}
.jeg_menu_footer li ul {
    margin: 0;
    display: inline;
}

/** Footer Social **/
.jeg_footer_social {
    padding: 30px 0;
}
.jeg_footer_social .socials_widget {
    text-align: center;
}

.jeg_footer_social .socials_widget span {
    text-transform: uppercase;
    font-weight: bold;
}
.jeg_footer_social .socials_widget a {
    margin: 0 20px;
}

/* Footer Bottom Social */
.jeg_social_icon_block.nobg a .fa {
    font-size: 16px;
}
.jeg_footer.custom .jeg_social_icon_block a:hover .fa {
    opacity: 1;
}
.jeg_social_icon_block a {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {
    .footer_right .socials_widget,
    .footer_right .socials_widget.nobg a {
        margin-left: 1em;
    }
    .footer_right .socials_widget a {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 5px;
    }
}

/** Footer Instagram **/
.jeg_instagram_feed {
    position: relative;
    text-align: center;
}
.jeg_instagram_heading {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    text-align: center;
}
.jeg_instagram_heading > a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #212121;
}
.jeg_instagram_heading > a .fa{
    font-size: 12px;
}
.jeg_instagram_feed {
    position: relative;
}
.jeg_instagram_feed .jeg_instagram_heading > a,
.jeg_footer.dark .jeg_instagram_feed .jeg_instagram_heading > a {
    color: #212121;
}
.jeg_instagram_feed .instagram-pics.col5 li {
    width: 20%;
}
.jeg_instagram_feed .instagram-pics.col6 li {
    width: 16.666666667%;
}
.jeg_instagram_feed .instagram-pics.col7 li {
    width: 14.285714286%;
}
.jeg_instagram_feed .instagram-pics.col8 li {
    width: 12.5%;
}
.jeg_instagram_feed .instagram-pics.col9 li {
    width: 11.11111111%;
}
.jeg_instagram_feed .instagram-pics.col10 li {
    width: 10%;
}
.jeg_instagram_feed .instagram-pics li {
    float: left;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_instagram_feed .instagram-pics li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.jeg_instagram_feed .normal li:hover {
    opacity: 0.6;
}

.jeg_instagram_feed .zoom li .thumbnail-container,
.jeg_instagram_feed .zoom-rotate li .thumbnail-container {
    -webkit-transition: 1s linear;
    transition: 1s linear;
}
.jeg_instagram_feed .zoom li:hover .thumbnail-container {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}
.jeg_instagram_feed .zoom-rotate li:hover .thumbnail-container {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
    -webkit-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}
.jeg_instagram_feed .zoom li:hover a:after,
.jeg_instagram_feed .zoom-rotate li:hover a:after {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.jeg_instagram_feed .zoom li a:after,
.jeg_instagram_feed .zoom-rotate li a:after {
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 8px solid #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.jeg_instagram_feed .icon li:hover a:before,
.jeg_instagram_feed .like li:hover a:before,
.jeg_instagram_feed .comment li:hover a:before {
    opacity: .5;
}

.jeg_instagram_feed .icon a:before,
.jeg_instagram_feed .like a:before,
.jeg_instagram_feed .comment a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}
.jeg_instagram_feed .icon li:hover a:after,
.jeg_instagram_feed .like li:hover .fa,
.jeg_instagram_feed .comment li:hover .fa {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jeg_instagram_feed .icon a:after {
    font-family: 'FontAwesome';
    content: '\f16d';
    font-size: 32px;
}
.jeg_instagram_feed .icon a:after,
.jeg_instagram_feed .like .fa, .jeg_instagram_feed .comment .fa {
    display: block;
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_instagram_feed .like .fa, .jeg_instagram_feed .comment .fa {
    font-family: inherit;
    font-size: 16px;
}
.jeg_instagram_feed .like .fa:before, .jeg_instagram_feed .comment .fa:before {
    margin-right: 6px;
    font-family: 'FontAwesome';
}
.jeg_footer_social .socials_widget a:first-child {
    margin-left: 0;
}
.jeg_footer_social .socials_widget a:last-child {
    margin-right: 0;
}
ul.instagram-pics {
    list-style-type: none;
    margin: 0;
}

/** Footer Style 2 **/
.jeg_footer_2 .jeg_footer_primary {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jeg_footer_2 .footer_column {
    vertical-align: top;
    border-color: #e0e0e0;
    border-style: solid;
    border-right-width: 1px;
    padding: 10px 30px 40px;
}
.jeg_footer_2 .footer_column:last-child {
    border-right: 0;
}
@media (min-width:1024px) {
    .jeg_footer_2 .footer_column:nth-child(3) .footer_widget.widget_categories > ul,
    .jeg_footer .col-md-2 .widget_categories > ul, .jeg_footer .col-sm-2 .widget_categories > ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .jeg_footer_2 .footer_column .widget_categories li li,
    .jeg_footer_2 .footer_column .widget_nav_menu li li,
    .jeg_footer .col-md-2 .widget_categories li li {
        padding-left: 0;
    }
}
@media (min-width:992px) and (max-width:1198px) {
    .jeg_footer_2 .footer_column { width: 23.333333333%; padding-bottom: 10px 20px 40px; }
    .jeg_footer_2 .footer_column:first-child { width: 30%; }
    .jeg_footer_2 .footer_column .footer_widget.widget_categories > ul { -webkit-columns: 1; -moz-columns: 1; columns: 1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; }
    .jeg_footer_2 .jeg_inline_subscribeform .mc4wp-form-fields p { margin-bottom: 0; }
    .jeg_footer_2 .mc4wp-form { text-align: center; }
    .jeg_footer_2 .mc4wp-form-fields p { display: block; line-height: 1.4 }
    .jeg_footer_2 .mc4wp-form input[type="text"], .jeg_footer_2 .mc4wp-form input[type="email"], .jeg_footer_2 .mc4wp-form input[type="submit"] { text-align: center; position: relative !important; margin: 0.5em auto !important; padding: 0 1em; width: 100% !important; }
    .jeg_footer_2 .footer_widget .mc4wp-form { text-align: left; }
}

/** Footer Style 3 **/
.jeg_footer_3 .jeg_footer_primary {
    padding: 40px 0;
}

/** Footer Style 4 **/
.jeg_footer_4 .jeg_footer_primary {
    padding: 40px 0 20px;
}
.jeg_footer_4 .jeg_footer_secondary {
    padding: 20px 0 30px;
}

/** Footer Style 5 **/
.jeg_footer_5 .footer_logo {
    margin-bottom: 40px;
}
.jeg_footer_5 .jeg_footer_social {
    border-bottom: 1px solid #e0e0e0;
}
.jeg_footer_5.dark .jeg_footer_social {
    border-color: rgba(255, 255, 255, 0.15);
}
.jeg_footer_5 .jeg_footer_primary {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jeg_footer_5 .footer_column {
    float: none;
    vertical-align: top;
    text-align: center;
    padding: 60px 40px 50px;
    border-right: 1px solid #e0e0e0;
}
.jeg_footer_5 .footer_column:last-child {
    border-right: 0;
}
.jeg_footer_5 .jeg_footer_secondary {
    padding: 30px 0 20px;
}
.jeg_footer_5 .jeg_scroll_top {
    margin: 10px 0;
}
@media (min-width:992px) and (max-width:1024px) {
    .jeg_footer_5 .footer_column .footer_widget.widget_categories > ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
.jeg_footer_5 .footer_column .widget_categories li li,
.jeg_footer_5 .footer_column .widget_nav_menu li li {
    padding-left: 0;
}

/** Footer Style 6 **/
.jeg_footer_6 .jeg_footer_primary {
    padding: 80px 40px 70px;
    max-width: 540px;
    margin: auto;
    text-align: center;
}
.jeg_footer_6 .footer_logo {
    margin-bottom: 30px;
}
.jeg_footer_6 .widget_categories li li,
.jeg_footer_6 .widget_nav_menu li li {
    padding-left: 0;
}

/** Footer Style 7 **/
.jeg_footer_sidecontent .jeg_footer_primary {
    padding: 40px 0 30px;
}

/* Footer Dark Scheme */
.jeg_footer.dark .jeg_footer_content, .footer_dark {
    background: #212121;
    color: #a8a8aa;
}
.jeg_footer.dark .jeg_footer_content a,
.jeg_footer.dark h1,
.jeg_footer.dark h2,
.jeg_footer.dark h3,
.jeg_footer.dark h4,
.jeg_footer.dark h5,
.jeg_footer.dark h6,
.jeg_footer .footer_dark a,
.jeg_footer .footer_dark h1,
.jeg_footer .footer_dark h2,
.jeg_footer .footer_dark h3,
.jeg_footer .footer_dark h4,
.jeg_footer .footer_dark h5,
.jeg_footer .footer_dark h6 {
    color: rgba(255, 255, 255, 0.8);
}
.jeg_footer.dark .jeg_scroll_top a {
    color: #a8a8aa
}
.jeg_footer.dark .jeg_footer_content a:hover,
.jeg_footer .footer_dark a:hover {
    color: #fff;
}
.jeg_footer.dark .socials_widget a:hover .fa,
.jeg_footer .footer_dark .socials_widget a:hover .fa {
    color: inherit;
    opacity: 1
}
.jeg_footer.dark .jeg_footer_secondary {
    color: #a8a8aa;
}
.jeg_footer_2.dark .footer_column,
.jeg_footer_5.dark .footer_column,
.jeg_footer.dark .jeg_footer_secondary,
.jeg_footer.dark hr, .jeg_footer .footer_dark hr,
.jeg_footer.dark .jeg_footer_heading_2 h3 {
    border-color: rgba(255, 255, 255, 0.15);
}
.jeg_footer.dark .widget_tag_cloud a,
.jeg_footer .footer_dark .widget_tag_cloud a {
    background: rgba(255, 255, 255, 0.15);
}
.jeg_footer.dark .jeg_postblock .jeg_post_meta .fa,
.jeg_footer .footer_dark .jeg_postblock .jeg_post_meta .fa {
    color: #BDBDBD;
}
.jeg_footer.dark .widget_categories li,
.jeg_footer .footer_dark .widget_categories li {
    color: #a8a8aa
}

/*** Footer Custom ***/
.jeg_footer_custom .jeg_content {
    padding: 0;
}

.jeg_footer_custom .wpb_content_element:last-child {
    margin-bottom: 0;
}

.jeg_footer_custom .jeg_vc_content > p {
    display: none;
}

/* front end editor */
.compose-mode .jeg_footer .wpb_column>.wpb_wrapper>.vc_element:last-child>.wpb_content_element {
    margin-bottom: 0;
}

.compose-mode .jeg_footer {
    overflow: hidden;
}

/* content placeholder */
.content-placeholder { padding: 30px 0 40px; }
.content-placeholder div[class*=placeholder_] { background: #f5f5f5; }
.content-placeholder .placeholder_title { height: 32px; margin-bottom: 10px; }
.content-placeholder .w60 { width: 60%; }
.content-placeholder .placeholder_title.w60 { margin-bottom: 20px; }
.content-placeholder .placeholder_img { height: 375px; margin-bottom: 30px; }
.content-placeholder .placeholder_text { height: 18px; margin-bottom: 1em; }
.content-placeholder .placeholder_widget { height: 200px; margin-bottom: 20px }


/* ------------------------------------------------------------------------- *
 *  14 - PRELOADER & ANIMATION
 * ------------------------------------------------------------------------- */
.split-container {
    position: relative;
}
.split-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.preview-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.split-wrapper.loading + .split-overlay {
    display: block;
}
.preloader_type .jeg_preloader {
    display: none;
}
.preloader_type {
    width: 100%;
    height: 100%;
    position: relative;
}
.preloader_type.preloader_dot .jeg_preloader.dot {
    display: block;
}
.preloader_type.preloader_circle .jeg_preloader.circle {
    display: block;
}
.preloader_type.preloader_square .jeg_preloader.square {
    display: block;
}
.preloader_type.preloader_circle .jeg_preloader.circle {
    width: 100%;
    height: 100%;
}
.preloader_type.preloader_square .jeg_preloader.square {
    width: 30px;
    height: 30px;
}
.jnews_preloader_circle_outer {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
}
.jnews_preloader_circle_inner {
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid rgba(0, 0, 0, 0.6);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spincircle .9s infinite linear;
    animation: spincircle .9s infinite linear;
}
.jnews_preloader_circle_inner, .jnews_preloader_circle_inner::after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.preview-slider-overlay .jnews_preloader_circle_inner {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
}
.preview-slider-overlay .jnews-cube-grid .jnews-cube {
    background-color: #fff;
    border: 1px solid #eee;
}
@-webkit-keyframes spincircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spincircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Preloader Cube */
.jeg_square {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #555;
    top: 50%;
    animation: jeg_square 2s infinite ease;
}

.jeg_square_inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #555;
    animation: jeg_square_inner 2s infinite ease-in;
}

@-webkit-keyframes jeg_square {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes jeg_square {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes jeg_square_inner {
    0% { height: 0%; }
    25% { height: 0%; }
    50% { height: 100%; }
    75% { height: 100%; }
    100% { height: 0%; }
}
@keyframes jeg_square_inner {
    0% { height: 0%; }
    25% { height: 0%; }
    50% { height: 100%; }
    75% { height: 100%; }
    100% { height: 0%; }
}

/** Module Animation **/
@-webkit-keyframes jeg_bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes jeg_bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/* Fade in right */
@-webkit-keyframes jeg_fadeinright {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes jeg_fadeinright {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.jeg_fadeinright {
    -webkit-animation-name: jeg_fadeinright;
    animation-name: jeg_fadeinright;
}

/* Fade in left */
@-webkit-keyframes jeg_fadeinleft {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes jeg_fadeinleft {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Fade in Up */
@-webkit-keyframes jeg_fadeinup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes jeg_fadeinup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.jeg_fadeinup {
    -webkit-animation-name: jeg_fadeinup;
    animation-name: jeg_fadeinup;
}

/* Scale */
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ------------------------------------------------------------------------- *
 *  15 - MISC
 * ------------------------------------------------------------------------- */

/** Visual Composer Fix **/
.wpb_row {
    margin-bottom: 0;
}
.vc_column_container>.vc_column-inner, .vc_row-no-padding .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 30px;
}

/* fix flex vc */
.vc_row.vc_row-flex {
    display: block;
}

.vc_row.vc_row-flex > .jeg-vc-wrapper {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.vc_row-o-equal-height .jeg-vc-wrapper > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container >.jeg_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container >.jeg_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

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

}


/* Front End Editor Fix */
.compose-mode .vc_empty-placeholder {
    margin-bottom: 0 !important;
}
.compose-mode .vc_row[data-vc-full-width] {
    overflow: visible !important;
}
.compose-mode .wpb_column>.wpb_wrapper>.vc_element:last-child>.wpb_content_element {
    margin-bottom: 35px;
}
.compose-mode .vc_controls>.vc_controls-bc {
    z-index: 2;
}
.compose-mode .vc_vc_row>.vc_parallax, .compose-mode .vc_vc_row>[data-vc-full-width=true], .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section>.vc_parallax, .compose-mode .vc_vc_section>[data-vc-full-width=true], .compose-mode .vc_vc_video {
    padding-top: 0;
}
.compose-mode .vc_element:hover .jeg-vc-wrapper > .vc_element:before {
    content: '';
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    outline: #EBEBEB dashed 1px;
    outline: rgba(125, 125, 125, .4) dashed 1px
}
.compose-mode .vc_element:hover .footer_dark .jeg-vc-wrapper > .vc_element:before {
    outline-color: rgba(247, 247, 247, .4);
}

/* GIF Image */
.ff-container {
    display: inline-block;
    position: relative;
    background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc1MHB4JyBoZWlnaHQ9JzUwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+") center center no-repeat;
}
.ff-container .ff-image {
    z-index: 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.ff-container .ff-image.ff-image-ready {
    opacity: 1;
}
.ff-container .ff-canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    vertical-align: top;
    opacity: 0;
}
.ff-container .ff-canvas.ff-responsive {
    width: 100%;
}
.ff-container .ff-canvas.ff-canvas-ready {
    transition: opacity 300ms;
    opacity: 1;
}
.ff-container .ff-canvas.ff-canvas-active {
    transition: none;
    opacity: 0;
}
.ff-container.ff-responsive {
    width: 100%;
}
.ff-container.ff-responsive .ff-image {
    width: 100%;
}
.ff-container.ff-responsive .ff-canvas-ready {
    width: 100%;
}
.ff-container > img {
    margin: 0 auto;
}
.ff-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2;
}
.ff-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    width: 72px;
    height: 72px;
    padding: 3px;
    border-radius: 72px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    left: 50%;
}
.ff-container-active .ff-control {
    visibility: hidden;
}
.ff-overlay.ff-container-active {
    background-color: rgba(0, 0, 0, 0);
}
.ff-control:before {
    content: " ";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 66px;
    height: 66px;
    border: 3px dashed #fff;
    border-radius: 66px;
}

/** Customizer **/
.customize-partial-refreshing {
    position: relative;
    min-height: 30px;
    min-width: 30px;
    opacity: 0.7;
}
.customize-partial-refreshing:after, .customize-partial-refreshing:before {
    content: "";
    display: block;
    position: absolute;
}
.customize-partial-refreshing:before {
    width: 100%;
    height: 100%;
    background: rgba(210, 210, 210, 0.9);
    z-index: 1;
}
.customize-partial-refreshing:after {
    font-family: FontAwesome;
    content: "\f013";
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    font-size: 24px;
    color: #000;
    animation: fa-spin 2s infinite linear;
}
.jspPane {
    margin-left: 0 !important;
}

/* front post edit */
.jnews-edit-post,
.jeg_menu .jnews-edit-post {
    position: absolute;
    top: -8px;
    opacity: 0;
    z-index: 5;
    color: #ffffff;
    padding: 4px 8px;
    line-height: 20px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    visibility: hidden;
}
.jnews-edit-post.left {
    color: #fff;
    left: 0;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.jnews-edit-post.right {
    right: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.jnews-edit-post .fa {
    margin: 0 2px;
    font-size: 13px;
    color: rgba(240,245,250,.6);;
}
.jnews-edit-post:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    outline: 0;
}
.jeg_post:hover .jnews-edit-post,
.jeg_popup_post .jeg_popup_content:hover .jnews-edit-post,
.jeg_newsfeed_item:hover .jnews-edit-post,
.jeg_slide_item:hover .jnews-edit-post {
    color: #fff !important;
    visibility: visible;
    opacity: 1;
    top: 0;
}
.search-result-wrapper .jnews-edit-post span,
.jeg_popup_post .jnews-edit-post span,
.jeg_sidefeed .jeg_pl_xs_3 .jnews-edit-post span {
    display: none;
}

/**
 * Customizer Panel Label
 */
#wp-admin-bar-jnews .fa {
    font-family: fontawesome;
    font-weight: normal !important;
    font-size: 12px;
    width: 16px;
    padding-right: 5px;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.jeg_relative {
    position: relative;
}

.jeg_row_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jeg_top_ribon, .jeg_bottom_ribon {
    position: absolute;
    width: 100%;
    background-repeat: repeat-x;
    left: 0;
}

.jeg_top_ribon {
    top: 0;
}

.jeg_bottom_ribon {
    bottom: 0;
}


/** review search **/

.review-search-form {
    padding: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.jeg_review_search_result_wrapper,
.search-bar-wrapper {
    position: relative;
}

.search-bar-wrapper {
    margin-bottom: 20px;
}

.jeg_review_info {
    width: 130px;
    margin-left: 25px;
    padding-right: 8px;
    padding-left: 8px;
    background: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jeg_review_info .info-title {
    color: #c0c0c0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    font-weight: 600;
}

.jeg_review_info .price-info {
    margin-bottom: 8px;
}

.jeg_review_info .price-info strong {
    font-size: 24px;
    line-height: 1.6em;
}

.jeg_review_info .price-info strong {
    font-size: 20px;
}

.jeg_review_info .store-info li {
    margin-top: 5px;
}

.jeg_review_info .store-info a {
    font-size: 12px;
    color: #212121;
    letter-spacing: 0px;
}

.jeg_price_review_list::before {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
}

.jeg_price_review_list {
    font-weight: bold;
    color: #13317F;
}

/* Review New Element */
.jeg_review_search_result .jeg_post {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jeg_review_search_result .jeg_post > div {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.jeg_review_search_result .jeg_post .jeg_postblock_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
    float: none;
}

.jeg_block_icon_link i {
    line-height: 42px;
    height: 42px;
    width: 42px;
    font-size: 26px;
    margin-right: 8px;

    display: inline-block;
    float: left;
    text-align: center;
    color: #ccc;
}

.jeg_block_icon_desc_span span {
    color: #999;
}

.jeg_iconlink .jeg_block_icon_link i,
.jeg_iconlink .jeg_block_icon_desc_span span {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.jeg_iconlink:hover .jeg_block_icon_link i{
    color: #999;
}

.jeg_iconlink:hover .jeg_block_icon_desc_span span {
    color: #666;
}

.jeg_block_icon_desc {
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 38px;
}

.jeg_block_icon_desc h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.jeg_iconlink {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.jeg_block_icon_desc_span {
    font-size: 12px;
    margin-top: 2px;
}

.jeg_iconlink:last-child {
    border-bottom: 0;
}

.jeg_vertical_menu {
    min-width: 150px;
    border-top: 6px solid #000;
    margin-right: 10px;
}

.jeg_vertical_menu a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.jeg_vertical_menu .menu {
    margin-top: 4px;
    margin-left: 2px;
}

/*** dark element ***/

.jeg_postblock.alt .jeg_post_title a,
.jeg_breakingnews.alt .jeg_news_ticker a,
.jeg_meganav_bar.alt.jeg_splitpost_bar .current_title,
.jeg_iconlink.alt .jeg_block_icon_desc h3,
.jeg_review_search.alt .jeg_post_title a,
.jeg_postblock.alt .jeg_readmore,
.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_postblock.alt .okayNav__menu-toggle.icon--active span,
.jeg_review_search.alt .jeg_pagenav_1 .page_number,
.jeg_review_search.alt .jeg_pagenav_1 .page_nav,
.jeg_meganav_bar.alt,
.alt .jeg_block_title,
.alt.jeg_block_title
{
    color: #fff;
}

.jeg_postblock.alt .jeg_post_excerpt p,
.jeg_postblock.alt .jeg_post_meta,
.jeg_postblock.alt .jeg_subcat_list > li > a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_author a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_comment a,
.jeg_iconlink.alt,
.jeg_review_search.alt,
.jeg_iconlink.alt .jeg_block_icon_link i,
.jeg_postblock.alt .okayNav__nav--invisible a,
.jeg_postblock.alt .jeg_meta_author a,
.jeg_postblock.alt .jeg_post_meta a {
    color: #eee;
}

.jeg_postblock.alt .jeg_block_nav a.disabled {
    color: #999;
}

.jeg_postblock.alt .jeg_meta_footer .label {
    color: #ccc;
}

.jeg_breakingnews.alt .jeg_news_ticker_arrow,
.jeg_review_search.alt .review-search-form,
.jeg_postblock.alt .okayNav__nav--invisible {
    background: rgb(255, 255, 255);
}

.jeg_postblock.alt .jeg_block_nav a:hover:not(.disabled),
.jeg_postblock.alt .jeg_block_loadmore a:before,
.jeg_postblock.alt .jeg_block_loadmore a:after {
    background: rgba(255,255,255,0.3);
}

.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_breakingnews.alt .jeg_news_ticker_arrow:hover {
    background: rgba(0, 0, 0, 0.4);
}

.jeg_postblock.alt .jeg_block_nav:before,
.jeg_postblock.alt .jeg_block_nav:after {
    border-color: rgba(255, 255, 255, 0.1);
}

.jeg_postblock.alt .jeg_block_nav a{
    border-color: rgba(255,255,255,0.3);
}

.jeg_review_search.alt .jeg_pagenav_1 a.page_nav:hover,
.jeg_review_search.alt .jeg_pagenav_1 a.page_number:hover {
    background: #999;
}

.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content,
.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content,
.jeg_heropost_14.alt .jeg_pl_lg_7,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_thumb .jeg_post_category a {
    background: #000;
}

.jeg_postblock.alt .jeg_block_heading_2,
.alt.jeg_block_heading_2,
.jeg_postblock.alt .module-overlay,
.jeg_review_search.alt .module-overlay {
    background: rgba(0,0,0,0.2);
}

.jeg_postblock.alt .okayNav__menu-toggle span {
    background: #ccc;
}

.jeg_breakingnews.alt .jeg_news_ticker_arrow {
    border-color: #444;
    color: #aaa;
}

.jeg_iconlink.alt {
    border-color: #333;
}

.jeg_postblock.alt .jeg_block_heading_1,
.jeg_postblock.alt .jeg_block_heading_6,
.jeg_block_heading_1.alt,
.jeg_block_heading_6.alt {
    border-color: rgba(255,255,255,0.2);
}

.jeg_postblock.alt .okayNav__nav--invisible a {
    color: #333;
}

.jeg_postblock.alt .jeg_pl_lg_8:not(:last-of-type),
.jeg_postblock.alt .jeg_meta_footer,
.jeg_postblock.alt .jeg_meta_footer > div,
.jeg_postblock.alt .jeg_meta_footer > div,
.jeg_postblock.alt .jeg_pl_lg_9,
.jeg_heropost_14.alt .jeg_pl_lg_7 {
    border-color: rgba(255,255,255,0.2);
}

.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_heropost_14.alt .jeg_pl_sm_2:after {
    border-color: rgba(255,255,255,0.2);
}

.jeg_postblock.alt  .jeg_pl_lg_6 {
    border-color: rgba(255,255,255,0.1);
}

.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content {
    padding: 12px 20px 10px;
}

.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content {
    padding: 8px 30px 8px;
}

.jeg_breakingnews.alt .jeg_news_ticker {
    border-color: rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.1);
}
.jeg_breakingnews.alt .jeg_news_ticker_item .post-date {
    color: #ddd;
}

.jeg_meganav_bar.alt {
    border: 1px solid #666;
    background: #222;
}

.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content,
.jeg_heropost_14.alt .jeg_pl_lg_7 {
    background: transparent;
}

.alt .jeg_pl_xs_4 .jeg_postblock_content:before,
.alt .jeg_pl_xs_2:before {
    color: #fff;
}

.alt .jeg_meta_footer .jeg_post_share a {
    color: #fff;
}

.alt .jeg_post_meta .fa {
    color: #fff;
}

.alt .jeg_pl_sm_2::after {
    border-color: rgba(255,255,255,0.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%;
}
/** Inline Related Post Content **/
@media only screen and (min-width: 736px) {
    .jnews_inline_related_post_wrapper.half {
        width: 320px;
    }
    .jnews_inline_related_post_wrapper.half.left {
        float: left;
        margin-right: 25px;
    }
    .jnews_inline_related_post_wrapper.half.right {
        float: right;
        margin-left: 25px;
    }

}

.jnews_inline_related_post_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: 8px;
    margin-top: 0;
}

/* postblock inline */

.jnews_inline_related_post .jeg_pl_sm .jeg_thumb {
    width: 90px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_postblock_content {
    margin-left: 90px;
    min-height: 85px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_title {
    font-size: 16px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_meta {
    line-height: 1;
    margin-top: 8px;
}

/* Inline Related Post: Post Pagination */
.jnews_inline_related_post .jeg_block_nav {
    margin-bottom: 0;
}
.jnews_inline_related_post .jeg_postblock .jeg_block_nav {
    margin-top: 10px;
}
.jnews_inline_related_post .jeg_postblock .jeg_block_loadmore {
    margin-top: 10px;
    padding: 0;
}

/*** Mobile truncate ***/
.truncate-read-more,
#footer .truncate-read-more {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .mobile-truncate.content-inner {
        position: relative;
        height: 250px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .mobile-truncate.content-inner:after {
        position: absolute;
        bottom: 0;
        z-index: 2;
        content: "";
        display: block;
        width: 100%;
        height: 150px;

        -webkit-box-shadow: inset 0px -107px 61px -8px rgba(250, 250, 250, 0.8);
        -moz-box-shadow: inset 0px -107px 61px -8px rgba(250, 250, 250, 0.8);
        box-shadow: inset 0px -107px 61px -8px rgba(250, 250, 250, 0.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;
    }

}
.navigation {
    height: 50px;
    width: 100%;
    color: #000;
    margin: 10px auto;
    padding: 15px 0;
    font-size: 14px;
    clear: both;
    text-align: center!important
}

.navigation b {
    font-size: 25px!important
}

.navigation a:active,
.navigation a:link,
.navigation a:visited {
    line-height: 24px!important;
    text-decoration: none;
    padding: 4px 11px;
    color: #303030;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 2px
}

.navigation a:hover {
    text-decoration: underline;
    color: #c43751
}

.navigation span {
    line-height: 24px!important;
    text-decoration: none;
    padding: 4px 11px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 18px;
    display: inline-block;
    background: #990d66
}

.nav_ext {
    background: 0 0!important;
    color: #909090!important;
    font-weight: 700;
    box-shadow: none!important
}

.next,
.prev {
    display: inline-block!important;
    font-weight: 400
}

.next span,
.prev span {
    background: 0 0!important;
    color: #909090
}

.next a,
.prev a {
    background: #eee!important;
    text-decoration: none!important
}

.next a:hover,
.prev a:hover {
    background: #ccc!important
}

.layiheler{
    max-height: 204px;
}