@font-face {
  font-family: FontAwesome;
  src: url(font/fontawesome-webfont.eot);
  src: url(font/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(font/fontawesome-webfont.woff2) format("woff2"),
    url(font/fontawesome-webfont.woff) format("woff"),
    url(font/fontawesome-webfont.ttf) format("truetype"),
    url(font/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\F150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\F151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\F152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\F156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\F157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\F158";
}
.fa-krw:before,
.fa-won:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\F19C";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\F1C5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\F1C6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\F1D0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\F1D8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-television:before,
.fa-tv:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\F2A3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\F2BB";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: jegicon;
  src: url(font/jegicon.eot);
  src: url(font/jegicon.eot?#iefix) format("embedded-opentype"),
    url(font/jegicon.woff) format("woff"),
    url(font/jegicon.ttf) format("truetype"),
    url(font/jegicon.svg#jegicon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class*=" jegicon-"]:before,
[class^="jegicon-"]:before,
[data-icon]:before {
  font-family: jegicon !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jegicon-foggy-lg:before {
  content: "a";
}
.jegicon-rainy-lg:before {
  content: "h";
}
.jegicon-windy-sm:before {
  content: "i";
}
.jegicon-sunny-lg:before {
  content: "j";
}
.jegicon-rainy-day-lg:before {
  content: "k";
}
.jegicon-snowy-sm:before {
  content: "l";
}
.jegicon-rainy-sm:before {
  content: "m";
}
.jegicon-rainy-night-lg:before {
  content: "n";
}
.jegicon-cloudy-lg:before {
  content: "o";
}
.jegicon-snowy-night-sm:before {
  content: "p";
}
.jegicon-rainy-day-sm:before {
  content: "q";
}
.jegicon-sunny-day-sm:before {
  content: "r";
}
.jegicon-foggy-sm:before {
  content: "s";
}
.jegicon-thunderstorm-night-sm:before {
  content: "t";
}
.jegicon-cloudy-day-sm:before {
  content: "u";
}
.jegicon-thunderstorm-sm:before {
  content: "v";
}
.jegicon-thunderstorm-day-sm:before {
  content: "x";
}
.jegicon-cloudy-night-lg:before {
  content: "y";
}
.jegicon-cloudy-sm:before {
  content: "z";
}
.jegicon-sunny-night-lg:before {
  content: "A";
}
.jegicon-sunny-day-lg:before {
  content: "B";
}
.jegicon-snowy-day-sm:before {
  content: "C";
}
.jegicon-snowy-night-lg-1:before {
  content: "D";
}
.jegicon-snowy-night-lg:before {
  content: "E";
}
.jegicon-windy-lg:before {
  content: "F";
}
.jegicon-sunny-sm:before {
  content: "G";
}
.jegicon-thunderstorm-lg:before {
  content: "H";
}
.jegicon-sunny-night-sm:before {
  content: "I";
}
.jegicon-thunderstorm-day-lg:before {
  content: "J";
}
.jegicon-thunderstorm-night-lg:before {
  content: "K";
}
.jegicon-cloudy-day-lg:before {
  content: "L";
}
.jegicon-cloudy-night-sm:before {
  content: "M";
}
.jegicon-snowy-lg:before {
  content: "N";
}
.jegicon-foggy-night-lg:before {
  content: "O";
}
.jegicon-foggy-day-lg:before {
  content: "P";
}
.jegicon-foggy-day-sm:before {
  content: "Q";
}
.jegicon-foggy-night-sm:before {
  content: "R";
}
.jegicon-rainy-night-sm:before {
  content: "S";
}
.jegicon-angle-down:before {
  content: "b";
}
.jegicon-bookmark:before {
  content: "c";
}
.jegicon-cross:before {
  content: "d";
}
.jegicon-angle-left:before {
  content: "e";
}
.jegicon-angle-right:before {
  content: "f";
}
.jegicon-check:before {
  content: "g";
}
.jegicon-angle-up:before {
  content: "w";
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  width: 100% !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: transparent;
}
.jspDrag {
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.jspContainer:hover .jspDrag {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: transparent;
  position: relative;
}
.jspDrag {
  background: #ababab;
  position: relative;
  top: 0;
  left: -3px;
  cursor: pointer;
  border-radius: 5px;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 9px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
body.okayNav-loaded {
  overflow-x: hidden;
}
.okayNav-header {
  position: fixed;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.okayNav ul {
  float: left;
}
.okayNav a {
  position: relative;
  z-index: 1;
}
.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}
.okayNav__nav--visible li {
  display: inline-block;
}
.okayNav__nav--visible a {
  display: block;
  padding: 15px;
  transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__nav--visible:empty ~ .okayNav__menu-toggle {
  top: 0;
}
.okayNav__nav--invisible {
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.okayNav__nav--invisible a {
  color: #7b7b7b;
  font-size: 11px;
  padding: 3px 16px;
  display: block;
  border-bottom: 1px solid #eee;
}
.okayNav__nav--invisible.nav-left {
  left: 0;
}
.okayNav__nav--invisible.nav-right {
  right: 0;
}
.okayNav__nav--invisible.transition-enabled {
  transition: opacity 0.4s ease 0.2s,
    transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
}
.okayNav__nav--invisible.nav-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.okayNav__menu-toggle {
  position: relative;
  z-index: 1;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  display: none;
}
.okayNav__menu-toggle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  margin: auto;
  pointer-events: none;
  border-radius: 50%;
}
.okayNav__menu-toggle span:first-child {
  margin-top: -5px;
}
.okayNav__menu-toggle span:nth-child(3) {
  margin-top: 5px;
}
.okayNav__menu-toggle.icon--active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.okayNav__menu-toggle span {
  background: #a0a0a0;
}
.okayNav__menu-toggle.icon--active span {
  background: #212121;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  zoom: 1;
  outline: 0;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  border: 1px solid silver;
  border-radius: 3px;
  background: #feffff;
  background: linear-gradient(180deg, #feffff 0, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feffff",endColorstr="#f4f4f4",GradientType=0);
  box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(image/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px !important;
  height: 100%;
}
.chosen-container-single .chosen-single div:after {
  font-family: FontAwesome;
  display: block;
  content: "\F0DC";
  line-height: 34px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(image/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #949494;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(180deg, #f4f4f4 0, #feffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#feffff",GradientType=0);
  box-shadow: inset 0 1px 0 #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url(image/chosen-sprite.png) no-repeat -30px -20px;
  background: url(image/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 144dpi) {
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(image/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: b;
  animation-name: b;
}
@-webkit-keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(image/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}
.pswp__img {
  width: auto;
  height: auto;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(image/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 1.1dppx),
  (min-resolution: 105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(font/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(image/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: g 0.5s linear infinite;
  animation: g 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: c 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: c 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes c {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.jeg_video_playlist .jspTrack {
  background: rgba(0, 0, 0, 0.1);
}
.jeg_video_playlist .jspDrag {
  left: 0 !important;
  border-radius: 8px !important;
}
.jeg_video_playlist_video_content {
  background: #141414;
}
.jeg_video_playlist_item {
  line-height: 1;
}
.jeg_video_playlist_title {
  color: #212121;
  font-size: 13px;
  margin: 0 0 5px;
}
.jeg_video_playlist_category {
  color: #a0a0a0;
  font-size: 11px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_video_playlist_current {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
}
.jeg_video_playlist_current_info {
  z-index: 2;
  position: relative;
}
.jeg_video_playlist_current h2 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.jeg_video_playlist_current h2 a {
  color: #212121;
}
.jeg_video_holder {
  position: relative;
}
.jeg_dark_playlist .jeg_video_playlist_list_wrapper {
  background: #141414;
  overflow: hidden;
}
.jeg_dark_playlist .jeg_video_playlist_category {
  color: hsla(0, 0%, 100%, 0.5);
}
.jeg_dark_playlist .jspTrack {
  background: hsla(0, 0%, 100%, 0.2);
}
.jeg_dark_playlist .jspDrag {
  background: hsla(0, 0%, 100%, 0.5);
}
.jeg_dark_playlist .jeg_video_playlist_title {
  color: #fff;
}
.jeg_vertical_playlist .jeg_video_playlist_video_content {
  width: 68%;
  float: left;
}
.jeg_vertical_playlist .jeg_video_playlist_list_wrapper {
  width: 32%;
  height: auto !important;
  float: right;
  overflow: hidden;
}
.jeg_vertical_playlist .jeg_video_playlist_list_inner_wrapper {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-top: 0;
  background: #f5f5f5;
  position: relative;
}
.jeg_vertical_playlist .jeg_video_playlist_item {
  padding: 10px 15px;
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.jeg_vertical_playlist .jeg_video_playlist_item img {
  width: 85px;
  height: 63px;
}
.jeg_vertical_playlist .jeg_video_playlist_item.active {
  background: #fff;
}
.jeg_vertical_playlist
  .jeg_video_playlist_item.active
  .jeg_video_playlist_thumbnail
  img {
  border: 3px solid #f70d28;
}
.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
  width: 85px;
  vertical-align: middle;
  position: relative;
}
.jeg_vertical_playlist
  .jeg_video_playlist_item.active
  .jeg_video_playlist_thumbnail:before {
  font-family: Fontawesome;
  content: "\F04B";
  color: #f70d28;
  position: absolute;
  font-size: 8px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_video_playlist.embedplaylist
  .jeg_vertical_playlist
  .jeg_video_playlist_thumbnail:after {
  content: "";
  opacity: 1;
  background: #f7f7f7 url(image/preloader.gif);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jeg_vertical_playlist .jeg_video_playlist_thumbnail img.lazyloaded {
  position: relative;
  z-index: 1;
}
.jeg_vertical_playlist .jeg_video_playlist_description {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
.jeg_vertical_playlist .jeg_video_playlist_current {
  background: #f70d28;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.jeg_vertical_playlist .jeg_video_playlist_play span {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: smaller;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_vertical_playlist .jeg_video_playlist_play_icon {
  color: #f70d28;
  position: absolute;
  background: #fff;
  text-align: center;
  opacity: 0.4;
  width: 100px;
  line-height: 100px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  padding-left: 10px;
  font-size: 50px;
}
.jeg_vertical_playlist .jeg_video_playlist_current h2 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jeg_vertical_playlist .jeg_video_playlist_current h2,
.jeg_vertical_playlist .jeg_video_playlist_current h2 a {
  color: #fff;
}
.jeg_vertical_playlist.jeg_dark_playlist
  .jeg_video_playlist_list_inner_wrapper {
  background: transparent;
  border: 0;
}
.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_item {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.jeg_vertical_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
  background: hsla(0, 0%, 100%, 0.1);
}
.jeg_horizontal_playlist .jeg_video_playlist_current {
  padding: 0;
  margin: 10px 0;
  padding: 0 80px 0 10px;
  line-height: 30px;
  border: 1px solid #eee;
}
.jeg_horizontal_playlist
  .jeg_video_playlist_current
  .jeg_video_playlist_current_info
  h2,
.jeg_horizontal_playlist
  .jeg_video_playlist_current
  .jeg_video_playlist_current_info
  span,
.jeg_horizontal_playlist .jeg_video_playlist_current_info,
.jeg_horizontal_playlist .jeg_video_playlist_play,
.jeg_horizontal_playlist .jeg_video_playlist_play_icon {
  display: inline-block;
}
.jeg_horizontal_playlist .jeg_video_playlist_play {
  color: #f70d28;
  font-size: 12px;
  margin-right: 5px;
}
.jeg_horizontal_playlist .jeg_video_playlist_play span {
  text-transform: uppercase;
  margin-left: 3px;
  font-weight: bolder;
}
.jeg_horizontal_playlist .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jeg_horizontal_playlist .jeg_video_playlist_item {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px solid #eee;
  transition: 0.2s;
}
.jeg_horizontal_playlist .jeg_video_playlist_item.active {
  border: 2px solid #f70d28;
}
.jeg_horizontal_playlist .jeg_video_playlist_title {
  margin: 5px 0;
}
.jeg_horizontal_playlist .owl-carousel .owl-nav {
  position: absolute;
  top: -42px;
  right: 0;
}
.jeg_horizontal_playlist .owl-carousel .owl-nav div {
  width: 30px;
  height: 32px;
  line-height: 30px;
  right: 0;
  margin-right: 0;
  border-color: #eee;
}
.jeg_horizontal_playlist .owl-carousel .owl-nav .owl-prev {
  border-right: 0;
}
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current,
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item,
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
  border: 0;
}
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_item.active {
  background: hsla(0, 0%, 100%, 0.1);
}
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current h2,
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_current h2 a {
  color: #fff;
}
.jeg_horizontal_playlist.jeg_dark_playlist .jeg_video_playlist_play span {
  color: hsla(0, 0%, 100%, 0.5);
}
.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav {
  top: -40px;
  right: 10px;
}
.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav div {
  line-height: 26px;
  height: 30px;
  color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.15);
}
.jeg_horizontal_playlist.jeg_dark_playlist .owl-carousel .owl-nav div:hover {
  background: hsla(0, 0%, 100%, 0.15);
}
.jeg_preview_slider_loader {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -100px;
  z-index: 1;
}
.jeg_preview_slider_loader_circle {
  margin: 60px auto;
  font-size: 9px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid hsla(0, 0%, 100%, 0.2);
  border-right: 0.4em solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 0.4em solid hsla(0, 0%, 100%, 0.2);
  border-left: 0.4em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: g 1.1s infinite linear;
  animation: g 1.1s infinite linear;
}
.jeg_preview_slider_loader_circle,
.jeg_preview_slider_loader_circle:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.mejs-container .mejs-controls {
  background: hsla(0, 0%, 100%, 0.9);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(0, 0, 0, 0.15);
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #616161;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
  border-radius: 1px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #aaa;
  border-radius: 1px;
}
.mejs-container .mejs-controls .mejs-time {
  color: #a0a0a0;
}
.mejs-controls .mejs-time-rail span {
  border-radius: 1px;
}
.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-pause button,
.mejs-controls .mejs-play button,
.mejs-controls .mejs-unmute button {
  background: transparent;
  font-family: FontAwesome, serif;
  color: #616161;
  font-size: 13px;
  display: block;
}
.mejs-controls .mejs-play button:after {
  content: "\F04B";
}
.mejs-controls .mejs-pause button:after {
  content: "\F04C";
}
.mejs-controls .mejs-mute button:after {
  content: "\F028";
}
.mejs-controls .mejs-unmute button:after {
  content: "\F026";
}
.mejs-controls .mejs-fullscreen-button button:after {
  content: "\F065";
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  left: -3px;
}
.mejs-poster {
  background-size: cover;
}
.mejs-container .mejs-controls div {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .jeg_vertical_playlist:not(.jeg_col_12) .jeg_video_playlist_list_wrapper,
  .jeg_vertical_playlist:not(.jeg_col_12) .jeg_video_playlist_video_content {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_vertical_playlist .jeg_video_playlist_video_content {
    width: 100%;
    float: none;
  }
  .jeg_horizontal_playlist .jeg_video_playlist_title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_video_content {
    width: 67%;
  }
  .jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_list_wrapper {
    width: 33%;
  }
  .jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_title {
    font-size: 12px;
  }
  .jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_description {
    padding: 0 10px;
  }
  .jeg_col_8.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
    width: 70px;
  }
  .jeg_col_8.jeg_vertical_playlist
    .jeg_video_playlist_item.active
    .jeg_video_playlist_thumbnail
    img {
    border-width: 2px;
  }
  .jeg_col_2.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_2.jeg_vertical_playlist .jeg_video_playlist_video_content,
  .jeg_col_3.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_3.jeg_vertical_playlist .jeg_video_playlist_video_content,
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_video_content,
  .jeg_col_5.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_5.jeg_vertical_playlist .jeg_video_playlist_video_content,
  .jeg_col_6.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_6.jeg_vertical_playlist .jeg_video_playlist_video_content,
  .jeg_col_7.jeg_vertical_playlist .jeg_video_playlist_list_wrapper,
  .jeg_col_7.jeg_vertical_playlist .jeg_video_playlist_video_content {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_current {
    padding: 5px 15px;
    line-height: normal;
  }
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_description {
    padding: 0 10px;
  }
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_thumbnail {
    width: 60px;
  }
  .jeg_col_4.jeg_vertical_playlist
    .jeg_video_playlist_item.active
    .jeg_video_playlist_thumbnail
    img {
    border-width: 2px;
  }
  .jeg_col_4.jeg_vertical_playlist .jeg_video_playlist_title {
    font-size: 11px;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #53585c;
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  height: 100%;
  margin: 0;
}
a {
  color: #f70d28;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #212121;
  outline: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1.25em 0;
  padding: 0;
}
hr.post-divider {
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img {
  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;
}
button,
input,
label,
optgroup,
select,
textarea {
  font: inherit;
}
[class*="jeg_"] .fa {
  font-family: FontAwesome;
}
.clearfix:after,
.comment-navigation:after,
.container:after,
.jeg_authorbox:after,
.jeg_block_heading:after,
.jeg_popup_content:after,
.jeg_postblock:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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: 700;
}
em,
i {
  font-style: italic;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #efca56;
  padding: 0 0.4em;
  color: #fff;
}
p,
pre {
  margin: 0 0 1.75em;
  text-rendering: optimizeLegibility;
}
code,
kbd,
pre,
samp {
  font-family: Lucida Console, Monaco, monospace;
  font-size: 0.9em;
  padding: 0.2em 0.5em;
}
pre {
  color: #7b7b7b;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 0.5em 1.5em;
  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;
}
.jeg_vc_content .vc_row,
.jeg_vc_content .vc_row[data-vc-full-width="true"] > .jeg-vc-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.jeg_vc_content .vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.jeg_boxed .jeg_main .jeg_container {
  overflow: hidden;
}
.jeg_otb {
  overflow: visible !important;
}
.jeg_vc_content .vc_row[data-vc-full-width="true"] {
  left: 0 !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .container {
    width: 98%;
    width: calc(100% - 10px);
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .jeg_vc_content > .vc_element > .vc_row,
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 750px;
  }
  .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container,
  .jeg_vc_content > .vc_element > .vc_row,
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 970px;
  }
  .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container,
  .jeg_vc_content > .vc_element > .vc_row,
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 1170px;
  }
  .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper,
  .jeg_vc_content > .vc_row[data-vc-full-width="true"],
  .jeg_vc_content > .vc_row[data-vc-stretch-content="true"] > .jeg-vc-wrapper {
    width: 100%;
    max-width: none;
  }
}
.container,
.vc_column_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.jeg_fullwidth .container {
  width: 100%;
  padding: 0;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 767px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .vc_col-sm-1,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .vc_col-md-1,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12 {
    float: left;
  }
  .vc_col-md-12 {
    width: 100%;
  }
  .vc_col-md-11 {
    width: 91.66666667%;
  }
  .vc_col-md-10 {
    width: 83.33333333%;
  }
  .vc_col-md-9 {
    width: 75%;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
  }
  .vc_col-md-7 {
    width: 58.33333333%;
  }
  .vc_col-md-6 {
    width: 50%;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-1 {
    width: 8.33333333%;
  }
  .vc_col-md-pull-12 {
    right: 100%;
  }
  .vc_col-md-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-md-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-md-pull-9 {
    right: 75%;
  }
  .vc_col-md-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-md-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-md-pull-6 {
    right: 50%;
  }
  .vc_col-md-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-md-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-md-pull-3 {
    right: 25%;
  }
  .vc_col-md-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-md-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-md-pull-0 {
    right: auto;
  }
  .vc_col-md-push-12 {
    left: 100%;
  }
  .vc_col-md-push-11 {
    left: 91.66666667%;
  }
  .vc_col-md-push-10 {
    left: 83.33333333%;
  }
  .vc_col-md-push-9 {
    left: 75%;
  }
  .vc_col-md-push-8 {
    left: 66.66666667%;
  }
  .vc_col-md-push-7 {
    left: 58.33333333%;
  }
  .vc_col-md-push-6 {
    left: 50%;
  }
  .vc_col-md-push-5 {
    left: 41.66666667%;
  }
  .vc_col-md-push-4 {
    left: 33.33333333%;
  }
  .vc_col-md-push-3 {
    left: 25%;
  }
  .vc_col-md-push-2 {
    left: 16.66666667%;
  }
  .vc_col-md-push-1 {
    left: 8.33333333%;
  }
  .vc_col-md-push-0 {
    left: auto;
  }
  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-md-offset-9 {
    margin-left: 75%;
  }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-md-offset-6 {
    margin-left: 50%;
  }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-md-offset-3 {
    margin-left: 25%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .vc_col-lg-1,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12 {
    float: left;
  }
  .vc_col-lg-12 {
    width: 100%;
  }
  .vc_col-lg-11 {
    width: 91.66666667%;
  }
  .vc_col-lg-10 {
    width: 83.33333333%;
  }
  .vc_col-lg-9 {
    width: 75%;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
  }
  .vc_col-lg-6 {
    width: 50%;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
  }
  .vc_col-lg-3 {
    width: 25%;
  }
  .vc_col-lg-2 {
    width: 16.66666667%;
  }
  .vc_col-lg-1 {
    width: 8.33333333%;
  }
  .vc_col-lg-pull-12 {
    right: 100%;
  }
  .vc_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-lg-pull-9 {
    right: 75%;
  }
  .vc_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-lg-pull-6 {
    right: 50%;
  }
  .vc_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-lg-pull-3 {
    right: 25%;
  }
  .vc_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-lg-pull-0 {
    right: auto;
  }
  .vc_col-lg-push-12 {
    left: 100%;
  }
  .vc_col-lg-push-11 {
    left: 91.66666667%;
  }
  .vc_col-lg-push-10 {
    left: 83.33333333%;
  }
  .vc_col-lg-push-9 {
    left: 75%;
  }
  .vc_col-lg-push-8 {
    left: 66.66666667%;
  }
  .vc_col-lg-push-7 {
    left: 58.33333333%;
  }
  .vc_col-lg-push-6 {
    left: 50%;
  }
  .vc_col-lg-push-5 {
    left: 41.66666667%;
  }
  .vc_col-lg-push-4 {
    left: 33.33333333%;
  }
  .vc_col-lg-push-3 {
    left: 25%;
  }
  .vc_col-lg-push-2 {
    left: 16.66666667%;
  }
  .vc_col-lg-push-1 {
    left: 8.33333333%;
  }
  .vc_col-lg-push-0 {
    left: auto;
  }
  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-lg-offset-9 {
    margin-left: 75%;
  }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-lg-offset-6 {
    margin-left: 50%;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-lg-offset-3 {
    margin-left: 25%;
  }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
.hidden {
  display: none;
}
.jeg_viewport {
  position: relative;
}
.jeg_container,
.jeg_container_full {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.jeg_boxed .jeg_main .jeg_container,
.jeg_content {
  background: #fff;
}
.jeg_content {
  padding: 30px 0 40px;
}
.jeg_sidecontent .jeg_viewport {
  margin-left: 340px;
}
.jeg_sidecontent .jeg_header.full {
  margin-left: -340px;
}
.jeg_sidebar {
  padding-left: 30px;
}
.jeg_double_sidebar .row > .jeg_sidebar:first-of-type,
.jeg_sidebar_left .jeg_sidebar {
  padding-right: 30px;
  padding-left: 15px;
}
@media (min-width: 767px) {
  .jeg_sidebar_left .jeg_main_content.col-sm-8,
  .jeg_sidebar_left .jeg_main_content.vc_col-sm-8 {
    float: right;
  }
  .jeg_double_right_sidebar .jeg_main_content,
  .jeg_double_sidebar .jeg_main_content {
    width: 100%;
  }
  .jeg_double_right_sidebar .jeg_sidebar,
  .jeg_double_sidebar .jeg_sidebar.left,
  .jeg_double_sidebar .jeg_sidebar.right {
    width: 50%;
    float: left;
  }
  .jeg_wide_content .jeg_main_content {
    width: 66.66666667%;
    float: left;
  }
  .jeg_wide_content .jeg_sidebar {
    width: 33.33333333%;
    float: left;
  }
}
@media (min-width: 992px) {
  .jeg_sidebar_left .jeg_main_content,
  .jeg_sidebar_left .jeg_main_content.col-md-8,
  .jeg_sidebar_left .jeg_main_content.vc_col-md-8 {
    float: right;
  }
  .jeg_double_right_sidebar .jeg_main_content,
  .jeg_double_sidebar .jeg_main_content {
    width: 50%;
  }
  .jeg_double_sidebar .jeg_main_content {
    left: 25%;
  }
  .jeg_double_sidebar .jeg_sidebar.left {
    width: 25%;
    right: 50%;
    padding-left: 15px;
    padding-right: 30px;
  }
  .jeg_double_right_sidebar .jeg_sidebar,
  .jeg_double_sidebar .jeg_sidebar.right {
    width: 25%;
  }
  .jeg_wide_content .jeg_main_content {
    width: 75%;
  }
  .jeg_wide_content .jeg_sidebar {
    width: 25%;
  }
}
.theiaStickySidebar {
  -webkit-backface-visibility: hidden;
}
.jeg_normalise_top .theiaStickySidebar {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: transform 0.3s;
}
.jeg_sidefeed .jeg_post.active {
  background: #f5f5f5;
  border-left: 3px solid #f70d28;
  padding-left: 12px !important;
}
.post-ajax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  display: none;
  z-index: 5;
}
.post-ajax-overlay .jnews_preloader_circle_outer {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  margin-left: 170px;
}
.post-ajax-overlay .jeg_preloader.dot {
  position: fixed;
  top: 50%;
  margin-top: 40px;
  margin-left: 170px;
  left: 50%;
}
.post-ajax-overlay .jeg_preloader.square {
  position: fixed;
  top: 50%;
  margin-top: 0;
  left: 50%;
  margin-left: 170px;
}
.chosen-container-single .chosen-single,
input:not([type="submit"]),
select,
textarea {
  display: inline-block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 7px 14px;
  height: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: 0.25s ease;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  line-height: inherit;
  display: inline;
}
.chosen-container-single .chosen-single {
  display: block;
  padding: 0 1em;
  line-height: 38px;
}
.chosen-container-single .chosen-search input[type="text"] {
  height: 32px;
  line-height: 32px;
  background-image: none !important;
}
.chosen-container-single .chosen-single div:after {
  line-height: inherit;
  color: inherit;
}
.chosen-container .chosen-results {
  color: #7b7b7b;
  margin: 0 0 5px;
  padding: 0;
}
.chosen-container .chosen-results li.active-result {
  padding: 4px 14px;
  font-size: 13px;
  line-height: inherit;
  text-align: inherit;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
}
.chosen-container .chosen-drop {
  border-color: #a0a0a0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 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, 0.05);
}
textarea {
  min-height: 60px;
  height: auto;
}
.btn,
.button,
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #f70d28;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0;
  -webkit-appearance: none;
  transition: 0.3s ease;
}
.btn:focus,
.button:focus,
input[type="submit"]:focus {
  color: #fff;
  outline: thin dotted #666;
}
.btn:hover,
.button:hover,
input[type="submit"]:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}
.jeg_header {
  position: relative;
}
.jeg_header .container {
  height: 100%;
}
.jeg_header.full .container {
  max-width: 100%;
}
.jeg_nav_row {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.jeg_nav_grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jeg_nav_normal {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.item_wrap {
  width: 100%;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.jeg_nav_left {
  margin-right: auto;
}
.jeg_nav_right {
  margin-left: auto;
}
.jeg_nav_center {
  margin: 0 auto;
}
.jeg_nav_alignleft {
  justify-content: flex-start;
}
.jeg_nav_alignright {
  justify-content: flex-end;
}
.jeg_nav_aligncenter {
  justify-content: center;
}
.jeg_topbar {
  font-size: 12px;
  color: #757575;
  position: relative;
  z-index: 11;
  background: #f5f5f5;
  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;
}
.jeg_topbar.dark {
  background: #212121;
  color: #f5f5f5;
  border-bottom-width: 0;
}
.jeg_topbar.dark .jeg_search_toggle,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input,
.jeg_topbar.dark .jeg_top_lang_switcher > li > a {
  color: #f5f5f5;
}
.jeg_topbar.dark .jeg_top_lang_switcher > li > a:hover,
.jeg_topbar.dark .jeg_top_menu > li > a:hover {
  color: #fff;
}
.jeg_topbar.dark .sf-arrows .sf-with-ul:after {
  color: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.15);
}
.jeg_topbar .jeg_nav_item:last-child {
  border-right-width: 0;
}
.jeg_topbar .jeg_nav_row {
  height: 34px;
  line-height: 34px;
}
.jeg_midbar {
  background-color: #fff;
  height: 140px;
  position: relative;
  z-index: 10;
  border-bottom: 0 solid #e8e8e8;
}
.jeg_navbar + .jeg_midbar {
  z-index: 9;
}
.jeg_midbar .jeg_nav_item {
  padding: 0 14px;
}
.jeg_midbar.dark {
  background-color: #212121;
  color: #f5f5f5;
}
.jeg_midbar.dark .sf-arrows .sf-with-ul:after {
  color: hsla(0, 0%, 100%, 0.6);
}
.jeg_midbar.dark .jeg_carticon,
.jeg_midbar.dark .jeg_nav_icon .jeg_mobile_toggle,
.jeg_midbar.dark .jeg_search_toggle,
.jeg_midbar.dark .jeg_top_weather,
.jeg_midbar.dark .jeg_top_weather .jeg_weather_condition .jeg_weather_icon,
.jeg_midbar.dark .jeg_top_weather > .jeg_weather_temp > .jeg_weather_unit,
.jeg_midbar.dark .jeg_vertical_menu a {
  color: #f5f5f5;
}
.jeg_midbar.dark .jeg_vertical_menu {
  border-top-color: #fff;
}
.jeg_navbar {
  background: #fff;
  position: relative;
  border-top: 0 solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  line-height: 50px;
  z-index: 9;
  box-sizing: content-box;
}
.jeg_navbar.jeg_search_expanded {
  z-index: 9999;
}
.jeg_navbar:first-child,
.jeg_topbar + .jeg_navbar {
  z-index: 10;
}
.jeg_navbar .jeg_nav_item {
  padding: 0 14px;
}
.jeg_navbar .jeg_separator {
  margin: 0 7px;
}
.jeg_navbar .jeg_separator:first-child {
  margin-left: 0;
}
.jeg_navbar .jeg_separator:last-child {
  margin-right: 0;
}
.jeg_navbar_boxed .jeg_nav_alignright .jeg_nav_item:last-child {
  padding-right: 20px;
}
.jeg_navbar_boxed .jeg_nav_alignleft .jeg_nav_item:first-child {
  padding-left: 20px;
}
.jeg_navbar_boxed
  .jeg_nav_alignleft
  .jeg_nav_item:first-child
  .jeg_menu_style_1 {
  margin-left: -14px;
}
.jeg_nav_item:first-child {
  padding-left: 0;
}
.jeg_nav_item:last-child {
  padding-right: 0;
}
.jeg_navbar_shadow {
  border-bottom: 0 !important;
}
.jeg_navbar_shadow:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26000000",endColorstr="#00000000",GradientType=0);
}
.jeg_navbar_boxed {
  background: transparent;
  border: 0;
}
.jeg_navbar_boxed .jeg_nav_row {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-style: solid;
  box-sizing: content-box;
}
.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row {
  border-width: 0;
}
.jeg_navbar_boxed.jeg_navbar_shadow .jeg_navbar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-width: 0;
}
.jeg_navbar_boxed:after {
  display: none;
}
.jeg_boxed .jeg_navbar_boxed {
  background: #fff;
}
.jeg_navbar_dark.jeg_navbar_boxed .jeg_nav_row,
.jeg_navbar_dark:not(.jeg_navbar_boxed) {
  background: #212121;
}
body:not(.jeg_boxed) .jeg_navbar_dark.jeg_navbar_boxed {
  background: transparent;
}
.jeg_navbar_dark .cartdetail,
.jeg_navbar_dark .jeg_carticon,
.jeg_navbar_dark .jeg_menu > li > a,
.jeg_navbar_dark .jeg_search_toggle {
  color: #fafafa;
}
.jeg_navbar_dark .sf-arrows .sf-with-ul:after {
  color: hsla(0, 0%, 100%, 0.6);
}
.jeg_navbar_dark .sf-arrows ul .sf-with-ul:after {
  color: inherit;
}
.jeg_navbar_dark .jeg_menu > li > ul {
  border-top: 0;
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_featured_big {
  position: static;
}
.jeg_force_fs .jeg_navbar_mobile,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar {
  background: hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.jeg_force_fs .toggle_btn,
.jeg_force_fs:not(.jeg_sidecontent).jeg_boxed .jeg_navbar_boxed,
.jeg_force_fs:not(.jeg_sidecontent) .jeg_midbar {
  background: transparent !important;
}
.jeg_force_fs:not(.jeg_sidecontent) .dark .jeg_nav_item {
  border-color: hsla(0, 0%, 100%, 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_search_wrapper.jeg_search_no_expand
  .jeg_search_button,
.jeg_force_fs:not(.jeg_sidecontent)
  .jeg_topbar
  .jeg_search_wrapper.jeg_search_no_expand
  .jeg_search_input,
.jeg_force_fs:not(.jeg_sidecontent)
  .jeg_topbar
  .jeg_top_lang_switcher
  > li
  > a {
  color: #f5f5f5;
}
.jeg_force_fs:not(.jeg_sidecontent) .jeg_topbar .jeg_top_menu > li > a:hover {
  color: #fff;
}
.jeg_logo_wrapper {
  -ms-flex: 0 auto !important;
  flex: 0 auto !important;
}
.jeg_logo {
  position: relative;
}
.site-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 60px;
  letter-spacing: -0.02em;
}
.jeg_mobile_logo .site-title {
  font-size: 34px;
}
.site-title a {
  display: block;
  color: #212121;
}
.jeg_midbar.dark .site-title a,
.jeg_navbar.jeg_navbar_dark .site-title a {
  color: #f5f5f5;
}
.jeg_logo img {
  height: auto;
  image-rendering: optimizeQuality;
  display: block;
}
.jeg_nav_left .jeg_logo {
  margin-right: 7px;
}
.jeg_nav_left .jeg_logo:last-child {
  margin-right: 28px;
}
.jeg_midbar .jeg_social_icon_block.nobg a .fa {
  font-size: 18px;
}
.jeg_topbar .jeg_social_icon_block.nobg a .fa {
  font-size: 14px;
}
.btn.round {
  border-radius: 40px;
}
.btn.rounded {
  border-radius: 4px;
}
.btn.secondary {
  background: #2e9fff;
}
.btn.outline {
  color: inherit;
  letter-spacing: 1.5px;
  line-height: 36px;
  height: auto;
  background: transparent;
  border: 2px solid #e0e0e0;
}
.dark .btn.outline,
.jeg_navbar_dark .btn.outline {
  color: #f5f5f5;
  border-color: hsla(0, 0%, 100%, 0.15);
}
.dark .btn.outline:hover,
.jeg_navbar_dark .btn.outline:hover {
  box-shadow: inset 0 0 0 100px hsla(0, 0%, 100%, 0.15);
}
.btn .fa {
  margin-right: 2px;
  font-size: 14px;
}
.jeg_topbar .btn {
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 0 10px;
}
.jeg_topbar .btn.outline {
  line-height: 22px;
}
.jeg_topbar .btn.round {
  padding: 0 14px;
}
.jeg_navbar .btn {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 16px;
}
.jeg_navbar .btn.outline {
  line-height: 34px;
}
.jeg_midbar .jeg_nav_html,
.jeg_navbar .jeg_nav_html {
  line-height: 1.4em;
}
.jeg_nav_html .fa {
  margin-right: 2px;
}
.jeg_nav_account {
  position: relative;
}
.jeg_accountlink {
  float: left;
}
.jeg_accountlink:last-child {
  padding-right: 0;
}
.jeg_accountlink ul {
  min-width: 100%;
}
.jeg_accountlink li {
  position: static !important;
}
.jeg_accountlink li .fa {
  margin-right: 2px;
}
.jeg_accountlink .fa-spinner {
  font-size: 14px;
}
.jeg_accountlink img {
  margin-right: 5px;
  margin-top: -3px;
  border-radius: 100%;
  height: 22px;
  width: auto;
}
.jeg_midbar .jeg_accountlink img,
.jeg_navbar .jeg_accountlink img {
  margin-right: 0.65em;
}
.jeg_navbar_dark .jeg_accountlink,
.jeg_topbar.dark .jeg_accountlink {
  color: #f5f5f5;
}
.jeg_nav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jeg_nav_icon .jeg_mobile_toggle {
  color: #212121;
  display: block;
  position: relative;
  width: 18px;
  height: 14px;
}
.jeg_topbar .jeg_nav_icon {
  height: 34px;
}
.jeg_topbar .jeg_mobile_toggle {
  color: inherit;
}
.jeg_navbar_dark .jeg_mobile_toggle {
  color: #fafafa;
}
.jeg_nav_icon .jeg_mobile_toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-top: 2px solid;
  transition: 0.15s ease;
}
.jeg_nav_icon .jeg_mobile_toggle span:first-child {
  top: 0;
}
.jeg_nav_icon .jeg_mobile_toggle:hover span:first-child {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.jeg_nav_icon .jeg_mobile_toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.jeg_nav_icon .jeg_mobile_toggle span:nth-child(3) {
  bottom: 0;
}
.jeg_nav_icon .jeg_mobile_toggle:hover span:nth-child(3) {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.jeg_topbar .jeg_nav_icon .jeg_mobile_toggle {
  width: 15px;
  height: 12px;
}
.jeg_topbar .socials_widget a {
  margin: 0 5px 0 0;
}
.jeg_topbar .socials_widget a .fa {
  width: 26px;
  line-height: 26px;
}
.jeg_topbar .socials_widget.nobg a {
  margin-right: 14px;
}
.jeg_topbar .socials_widget.nobg a:last-child {
  margin-right: 0;
}
.jeg_topbar .socials_widget.nobg a .fa {
  font-size: 14px;
}
.jeg_top_lang_switcher {
  float: left;
}
.jeg_top_lang_switcher > li {
  padding-right: 12px;
  float: left;
}
.jeg_top_lang_switcher > li:last-child {
  padding-right: 0;
}
.jeg_top_lang_switcher a {
  color: #212121;
}
.jeg_topbar .jeg_top_lang_switcher a {
  color: inherit;
}
.jeg_top_lang_switcher > li img {
  margin: 0 2px 2px 0;
}
.jeg_midbar .jeg_top_lang_switcher > li img,
.jeg_navbar .jeg_top_lang_switcher > li img {
  margin-right: 4px;
}
.jeg_mobile_lang_switcher .jeg_top_lang_switcher {
  float: none;
  font-size: 13px;
}
.jeg_mobile_lang_switcher .jeg_top_lang_switcher > li {
  display: inline-block;
  float: none;
  padding: 0 15px 0 0;
}
.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher {
  text-align: left;
}
.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher > li {
  padding: 0 10px 0 0;
}
.item_bottom .jeg_mobile_lang_switcher .jeg_top_lang_switcher > li img {
  margin: 0 2px 0 0;
}
.jeg_separator {
  height: 30px;
  border-left: 1px solid #e0e0e0;
}
.dark .jeg_separator,
.jeg_navbar_dark .jeg_separator {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.widget_jnews_module_element_header {
  margin-bottom: 30px;
}
.jeg_cartcontent_fallback {
  text-align: initial;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 11;
  top: 100%;
  right: 0;
  width: 435px;
  padding: 20px 20px 15px;
  color: #53585c;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 32px 60px rgba(0, 0, 0, 0.1);
  line-height: normal;
  transition: 0.25s ease;
}
.jeg_cart.open .jeg_cartcontent_fallback {
  visibility: visible;
  opacity: 1;
}
.jeg_search_wrapper {
  position: relative;
}
.jeg_search_wrapper .jeg_search_form {
  display: block;
  position: relative;
  line-height: normal;
  min-width: 60%;
}
.jeg_search_toggle {
  color: #212121;
  display: block;
  text-align: center;
}
.jeg_topbar .jeg_search_toggle {
  font-size: 14px;
  min-width: 13px;
  color: inherit;
}
.jeg_midbar .jeg_search_toggle {
  font-size: 18px;
  min-width: 16px;
  line-height: 50px;
}
.jeg_navbar .jeg_search_toggle {
  font-size: 16px;
  min-width: 15px;
}
.jeg_search_wrapper .jeg_search_input {
  width: 100%;
  vertical-align: middle;
  height: 40px;
  padding: 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;
}
.jeg_navbar .jeg_search_wrapper .jeg_search_input {
  height: 36px;
}
.jeg_topbar .jeg_search_wrapper .jeg_search_form {
  display: block;
}
.jeg_topbar .jeg_search_no_expand .jeg_search_input {
  line-height: 34px;
  height: auto;
  padding: 0 20px 0 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.jeg_topbar .jeg_search_no_expand .jeg_search_button {
  color: #757575;
  width: auto;
  padding-right: 0 !important;
}
.jeg_search_no_expand .jeg_search_toggle {
  display: none;
}
.jeg_search_no_expand.rounded .jeg_search_input {
  border-radius: 4px;
}
.jeg_search_no_expand.square .jeg_search_input {
  border-radius: 0;
}
.jeg_search_no_expand.round .jeg_search_input {
  border-radius: 33px;
  padding: 0.5em 15px;
}
.jeg_search_no_expand.round .jeg_search_button {
  padding-right: 12px;
}
.jeg_midbar .jeg_search_no_expand .jeg_search_input {
  font-size: 15px;
  padding: 0.5em 35px 0.5em 15px;
}
.jeg_midbar .jeg_search_wrapper .jeg_search_button {
  padding-right: 15px;
}
.jeg_midbar .jeg_search_no_expand.round .jeg_search_input {
  padding: 0.5em 35px 0.5em 20px;
}
.jeg_midbar .jeg_search_no_expand.round .jeg_search_button {
  padding-right: 15px;
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input {
  background: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.75);
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-moz-placeholder,
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.jeg_navbar_dark .jeg_search_no_expand .jeg_search_input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.jeg_search_popup_expand .jeg_search_form {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -4px;
  text-align: center;
  width: 325px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0;
  height: 0;
  z-index: 12;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  transition: height 0.1s;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
  opacity: 1;
  visibility: visible;
  padding: 20px;
  height: auto;
  transition: padding 0.2s, height 0.1s, opacity 0.15s;
}
.jeg_search_popup_expand .jeg_search_form:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  right: 16px;
  position: absolute;
  top: -8px;
  z-index: 98;
}
.jeg_search_popup_expand .jeg_search_form:after {
  border-color: transparent transparent #eaeaea;
  border-style: solid;
  border-width: 0 9px 9px;
  content: "";
  right: 15px;
  position: absolute;
  top: -9px;
  z-index: 97;
}
.jeg_topbar .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand .jeg_search_result {
  right: 0;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
  left: 0;
}
.jeg_topbar .jeg_search_popup_expand .jeg_search_form:before {
  right: 11px;
  top: -6px;
  border-width: 0 6px 6px;
}
.jeg_topbar .jeg_search_popup_expand .jeg_search_form:after {
  right: 10px;
  top: -8px;
  border-width: 0 7px 7px;
}
.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_topbar .jeg_search_popup_expand:last-child .jeg_search_result {
  right: -12px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_topbar
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_result {
  left: -12px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
  right: auto;
  left: 11px;
}
.jeg_topbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
  right: auto;
  left: 10px;
}
.jeg_search_popup_expand .jeg_search_input {
  width: 100%;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.jeg_search_popup_expand .jeg_search_button {
  color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_midbar .jeg_search_popup_expand:last-child .jeg_search_result {
  right: -18px;
}
.jeg_midbar .jeg_search_popup_expand .jeg_search_form:before {
  right: 17px;
}
.jeg_midbar .jeg_search_popup_expand .jeg_search_form:after {
  right: 16px;
}
.jeg_header.full
  .jeg_midbar
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form,
.jeg_header.full
  .jeg_midbar
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_result {
  right: -15px;
}
.jeg_header.full
  .jeg_midbar
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form:before {
  right: 14px;
}
.jeg_header.full
  .jeg_midbar
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form:after {
  right: 13px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
  right: auto;
  left: -4px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
  right: auto;
  left: 16px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
  right: auto;
  left: 15px;
}
.jeg_midbar .jeg_nav_left .jeg_search_popup_expand:first-child .jeg_search_form,
.jeg_midbar
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_result {
  left: -18px;
}
.jeg_midbar
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form:before {
  right: auto;
  left: 17px;
}
.jeg_midbar
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form:after {
  right: auto;
  left: 16px;
}
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_search_popup_expand:last-child
  .jeg_search_form,
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_search_popup_expand:last-child
  .jeg_search_result {
  right: -17px;
}
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form,
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_result {
  left: -17px;
}
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form,
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_result {
  right: -15px;
}
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form:before {
  right: 14px;
}
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_right
  .jeg_search_popup_expand:last-child
  .jeg_search_form:after {
  right: 13px;
}
.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
  right: auto;
  left: -4px;
}
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_left
  .jeg_search_popup_expand:not(:first-child)
  .jeg_search_form:before,
.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:before {
  right: auto;
  left: 16px;
}
.jeg_header.full
  .jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder)
  .jeg_nav_left
  .jeg_search_popup_expand:not(:first-child)
  .jeg_search_form:after,
.jeg_navbar .jeg_nav_left .jeg_search_popup_expand .jeg_search_form:after {
  right: auto;
  left: 15px;
}
.jeg_navbar.jeg_navbar_boxed
  .jeg_search_popup_expand:last-child
  .jeg_search_form,
.jeg_navbar.jeg_navbar_boxed
  .jeg_search_popup_expand:last-child
  .jeg_search_result {
  right: 0;
}
.jeg_navbar.jeg_navbar_boxed
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form,
.jeg_navbar.jeg_navbar_boxed
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_result {
  left: 0;
}
.jeg_navbar.jeg_navbar_menuborder
  .jeg_nav_col:not(.jeg_nav_left)
  .jeg_search_popup_expand:last-child
  .jeg_search_form:before {
  right: 14px;
}
.jeg_navbar.jeg_navbar_menuborder
  .jeg_nav_col:not(.jeg_nav_left)
  .jeg_search_popup_expand:last-child
  .jeg_search_form:after {
  right: 13px;
}
.jeg_navbar.jeg_navbar_boxed
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form:before {
  right: auto;
  left: 19px;
}
.jeg_navbar.jeg_navbar_boxed
  .jeg_nav_left
  .jeg_search_popup_expand:first-child
  .jeg_search_form:after {
  right: auto;
  left: 18px;
}
.jeg_nav_left .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_left .jeg_search_popup_expand .jeg_search_result {
  right: auto;
  left: 0;
}
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:after,
.jeg_nav_center .jeg_search_popup_expand .jeg_search_form:before {
  right: 50% !important;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.jeg_search_expanded .jeg_search_modal_expand {
  background: #fff;
  z-index: 10000;
  position: fixed;
  float: none;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
}
.jeg_search_modal_expand .jeg_search_form {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.jeg_search_expanded .jeg_navbar_mobile,
.jeg_search_expanded .jeg_navbar_mobile.jeg_sticky_nav,
.jeg_search_expanded .jeg_navbar_wrapper,
.jeg_search_expanded .jeg_navbar_wrapper.jeg_sticky_nav {
  transform: none !important;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
  opacity: 1;
  visibility: visible;
  width: 80%;
  height: 160px;
  left: 0;
  right: 0;
  top: -80px;
  bottom: 0;
  margin: auto;
}
.jeg_search_modal_expand .jeg_search_input {
  opacity: 0;
  transition: opacity 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;
  transition: opacity 0.3s ease-out 0.15s;
  border-bottom: 5px solid #eee;
  box-shadow: none;
  outline: 0;
}
.jeg_search_modal_expand .jeg_search_input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_input:-moz-placeholder,
.jeg_search_modal_expand .jeg_search_input::-moz-placeholder {
  color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_input:-ms-input-placeholder {
  color: #a0a0a0;
}
.jeg_search_modal_expand .jeg_search_button {
  opacity: 0;
  margin-left: 0;
  -webkit-transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, 0, 0) scale3d(0, 0, 1);
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button {
  color: #a0a0a0;
  position: absolute;
  right: 0;
  padding: 0 0 0 5px;
  font-size: 5em;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, 0, 0) scaleX(1);
  transform: translate3d(-30px, 0, 0) scaleX(1);
  transition: 0.25s ease-out 0.15s;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button .fa {
  font-size: inherit;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:focus,
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button:hover {
  outline: 0;
  color: #212121;
}
.jeg_header
  .jeg_search_expanded
  .jeg_search_wrapper.jeg_search_modal_expand
  .jeg_search_toggle {
  color: #888;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 24px;
  line-height: normal;
  pointer-events: auto;
}
.jeg_search_hide {
  display: none;
}
.jeg_search_result {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -4px;
  width: 325px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0;
  height: 0;
  line-height: 1;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  transition: height 0.1s;
}
.jeg_header .jeg_search_result {
  z-index: 10;
}
.dark .jeg_search_result .jeg_post_meta .fa {
  color: inherit;
}
.jeg_nav_left .jeg_search_result {
  right: auto;
  left: 0;
}
.jeg_search_result .jeg_pl_xs_3 .jeg_thumb {
  width: 60px;
}
.jeg_search_result .jeg_pl_xs_3 .jeg_postblock_content {
  margin-left: 60px;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_result {
  margin-top: 81px;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: padding 0.2s, height 0.1s, opacity 0.15s;
}
.widget_search .jeg_search_result {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: padding 0.2s, height 0.1s, opacity 0.15s;
  width: 100%;
  left: 0;
}
.jeg_search_no_expand .jeg_search_result {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  height: auto;
  min-width: 100%;
  right: 0;
}
.jeg_search_result .jeg_post,
.jeg_search_result.no_result .search-noresult,
.jeg_search_result.with_result .search-all-button {
  overflow: hidden;
}
.jeg_search_result .jeg_post {
  margin: 15px;
  padding: 0;
}
.jeg_search_result .search-link {
  display: none;
  text-align: center;
  font-size: 12px;
  padding: 12px 15px;
  border-top: 1px solid #eee;
}
.jeg_search_result .search-link .fa {
  margin-right: 5px;
}
.jeg_search_result.with_result .search-all-button {
  display: block;
  cursor: pointer;
}
.jeg_search_result.no_result .search-noresult {
  display: block;
}
.jeg_popup {
  position: relative;
  background: #fff;
  padding: 35px;
  width: auto;
  max-width: 380px;
  margin: 20px auto;
}
.jeg_popupform {
  text-align: center;
}
.jeg_popupform .input_field {
  margin-bottom: 1em;
}
.jeg_popupform h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 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: 700;
}
.bottom_links .forgot {
  float: left;
  color: #a0a0a0;
  font-weight: 400;
}
.register_privacy_policy {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.register_privacy_policy .required {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 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 {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
}
.mfp-container figcaption,
.mfp-counter,
.mfp-title {
  font-size: 13px;
}
body.admin-bar .jeg_popup .mfp-close {
  top: 0;
}
.jeg_menu > li {
  position: relative;
  float: left;
  text-align: left;
  padding-right: 1.2em;
}
.jeg_menu > li:last-child {
  padding-right: 0;
}
.jeg_menu > li > a {
  transition: 0.2s ease;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a {
  color: #212121;
  font-weight: bolder;
  line-height: 50px;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu) > li > a:hover,
.jeg_navbar .jeg_menu:not(.jeg_main_menu) > li > a:hover {
  color: #f70d28;
}
.jeg_midbar.dark .jeg_menu > li > a,
.jeg_navbar.jeg_navbar_dark .jeg_menu > li > a {
  color: #f5f5f5;
}
.jeg_topbar .jeg_menu > li > a {
  color: inherit;
}
.jeg_menu li li {
  position: relative;
  line-height: 20px;
}
.jeg_menu li > ul {
  background: #fff;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 15em;
  text-align: left;
  z-index: 11;
  white-space: nowrap;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18);
}
.jeg_menu li > ul li a {
  padding: 8px 16px;
  font-size: 13px;
  color: #7b7b7b;
  border-bottom: 1px solid #eee;
  transition: 0.1s;
}
.jeg_menu li > ul > li:last-child > a {
  border-bottom: 0;
}
.jeg_menu li > ul li.current-menu-ancestor > a,
.jeg_menu li > ul li.current-menu-item > a,
.jeg_menu li > ul li.sfHover > a,
.jeg_menu li > ul li:hover > a {
  color: #212121;
  background: #f5f5f5;
}
.jeg_menu li > ul li.current-menu-ancestor > .sf-with-ul:after,
.jeg_menu li > ul li.current-menu-item > .sf-with-ul:after,
.jeg_menu li > ul li.sfHover > .sf-with-ul:after,
.jeg_menu li > ul li:hover > .sf-with-ul:after {
  color: #212121;
}
.sf-arrows .sf-with-ul:after {
  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;
  transition: 0.1s;
}
.sf-arrows ul .sf-with-ul {
  padding-right: 32px;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\F105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
  color: #949494;
}
.jeg_menu a,
.jeg_menu li.sfHover > ul,
.jeg_menu li:hover > ul {
  display: block;
}
.jeg_menu a {
  position: relative;
}
.jeg_menu ul ul {
  top: 0;
  left: 100%;
}
.jeg_main_menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.jeg_main_menu > li > a {
  color: #212121;
  display: block;
  position: relative;
  padding: 0 16px;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.jeg_main_menu > li.sfHover > .sf-with-ul:after,
.jeg_main_menu > li > .sf-with-ul:hover:after {
  color: inherit;
}
.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li {
  padding-right: 0;
}
.jeg_topbar .jeg_main_menu:not(.jeg_menu_style_1) > li > a {
  line-height: inherit;
}
.jeg_navbar_menuborder:not(.jeg_navbar_boxed):not(.jeg_stickybar) {
  border-top: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder .jeg_nav_item {
  border-right: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder.jeg_navbar_dark .jeg_main_menu > li:not(:last-child),
.jeg_navbar_menuborder.jeg_navbar_dark .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_dark:not(.jeg_navbar_boxed)
  .jeg_nav_left
  .jeg_nav_item:first-child {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.jeg_navbar_menuborder.jeg_navbar_boxed
  .jeg_nav_right
  .jeg_nav_item:last-child {
  border-right: 0;
}
.jeg_navbar_menuborder:not(.jeg_navbar_boxed)
  .jeg_nav_left
  .jeg_nav_item:first-child {
  border-left: 1px solid #e8e8e8;
}
.jeg_navbar_menuborder .jeg_nav_item,
.jeg_navbar_menuborder.jeg_navbar_boxed
  .jeg_nav_alignright
  .jeg_nav_item:last-child {
  padding-right: 14px;
}
.jeg_navbar_menuborder .jeg_nav_item:first-child,
.jeg_navbar_menuborder.jeg_navbar_boxed
  .jeg_nav_alignleft
  .jeg_nav_item:first-child {
  padding-left: 14px;
}
.jeg_navbar_menuborder .jeg_main_menu {
  margin-left: -14px;
  margin-right: -14px;
}
.jeg_megamenu ul.sub-menu {
  display: none !important;
}
.jeg_navbar_boxed .jeg_nav_alignleft .jeg_mainmenu_wrap:first-child {
  padding-left: 0;
}
.jeg_navbar_boxed
  .jeg_nav_alignleft
  .jeg_mainmenu_wrap:first-child
  .jeg_menu_style_1 {
  margin-left: 20px;
}
.jeg_navbar_fitwidth .jeg_main_menu_wrapper {
  width: 100%;
}
.jeg_navbar_fitwidth .jeg_mainmenu_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jeg_navbar_fitwidth .jeg_main_menu {
  float: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.jeg_navbar_fitwidth .jeg_main_menu > li {
  float: none;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.jeg_navbar_fitwidth .jeg_main_menu > li > a {
  width: 100%;
  text-align: center;
}
.jeg_navbar_shadow .jeg_megamenu .sub-menu,
.jeg_navbar_shadow .jeg_menu > li > ul {
  border-top: 0;
  z-index: 1;
}
.jeg_menu_style_1 > li {
  padding-right: 22px;
  line-height: 50px;
}
.jeg_menu_style_1 > li:last-child,
.jeg_navbar_menuborder .jeg_menu_style_1 > li {
  padding-right: 0;
}
.jeg_navbar_menuborder .jeg_menu_style_1 > li > a {
  margin: 0 16px;
}
.jeg_navbar_fitwidth .jeg_menu > li > ul {
  min-width: 100%;
}
.jeg_navbar_fitwidth .jeg_menu_style_1 > li {
  line-height: 50px;
  text-align: center;
}
.jeg_navbar_fitwidth .jeg_menu_style_1 > li > a {
  width: auto;
}
.jeg_menu_style_1 > li > a {
  display: inline-block;
  padding: 6px 0;
  margin: 0;
  line-height: normal;
}
.jeg_menu_style_1 > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #f70d28;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.jeg_menu_style_1 > li.current-menu-ancestor > a:before,
.jeg_menu_style_1 > li.current-menu-item > a:before,
.jeg_menu_style_1 > li.sfHover > a:before,
.jeg_menu_style_1 > li > a:hover:before {
  width: 75%;
  opacity: 1;
}
.jeg_menu_style_2 > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #f70d28;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.jeg_navbar_dark .jeg_menu_style_2 > li > a:before,
.jeg_navbar_shadow .jeg_menu_style_2 > li > a:before {
  bottom: 0;
}
.jeg_menu_style_2 > li.current-menu-ancestor > a:before,
.jeg_menu_style_2 > li.current-menu-item > a:before,
.jeg_menu_style_2 > li.sfHover > a:before,
.jeg_menu_style_2 > li > a:hover:before {
  width: 80%;
  opacity: 1;
}
.jeg_menu_style_3 > li > a:before {
  content: "";
  position: absolute;
  top: -1px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #f70d28;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.jeg_navbar_dark .jeg_menu_style_3 > li > a:before,
.jeg_navbar_shadow .jeg_menu_style_3 > li > a:before {
  top: 0;
}
.jeg_menu_style_3 > li.current-menu-ancestor > a:before,
.jeg_menu_style_3 > li.current-menu-item > a:before,
.jeg_menu_style_3 > li.sfHover > a:before,
.jeg_menu_style_3 > li > a:hover:before {
  width: 80%;
  opacity: 1;
}
.jeg_menu_style_4 > li.current-menu-ancestor > a,
.jeg_menu_style_4 > li.current-menu-item > a,
.jeg_menu_style_4 > li.sfHover > a,
.jeg_menu_style_4 > li > a:hover {
  background: #f5f5f5;
}
.jeg_menu_style_4 > li.current-menu-ancestor > .sf-with-ul:after,
.jeg_menu_style_4 > li.current-menu-item > .sf-with-ul:after {
  color: inherit;
}
.jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-ancestor > a,
.jeg_navbar_dark .jeg_menu_style_4 > li.current-menu-item > a,
.jeg_navbar_dark .jeg_menu_style_4 > li.sfHover > a,
.jeg_navbar_dark .jeg_menu_style_4 > li > a:hover {
  background: hsla(0, 0%, 100%, 0.15);
}
.jeg_menu_style_5 > li.current-menu-ancestor > a,
.jeg_menu_style_5 > li.current-menu-item > a,
.jeg_menu_style_5 > li.sfHover > a,
.jeg_menu_style_5 > li > a:hover {
  color: #f70d28;
}
.jeg_navbar_mobile_wrapper,
.jeg_navbar_mobile_wrapper .sticky_blankspace {
  display: none;
}
.jeg_navbar_mobile_wrapper .jeg_sticky_nav ~ .sticky_blankspace {
  display: block;
}
.jeg_header_sticky.sticky_blankspace {
  visibility: hidden;
  height: 0;
}
.jeg_stickybar {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  z-index: 9997;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.jeg_stickybar.jeg_sticky_nav {
  opacity: 1;
  visibility: visible;
}
.jeg_stickybar.jeg_navbar_boxed .jeg_nav_row {
  border-top: 0;
}
.jeg_stickybar[data-mode="fixed"] {
  -webkit-transform: translate3d(0, -130%, 0);
  transform: translate3d(0, -130%, 0);
  transition: transform 0.15s ease-in;
}
.jeg_stickybar[data-mode="fixed"].jeg_sticky_nav {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.25s ease-out 0.1s;
}
.jeg_navbar_mobile:not(.notransition)[data-mode="pinned"],
.jeg_stickybar:not(.notransition)[data-mode="pinned"] {
  transition: transform 0.3s;
}
.jeg_navbar_mobile.notransition,
.jeg_stickybar.notransition {
  transition: none;
}
.jeg_boxed:not(.jeg_sidecontent)
  .jeg_container
  .jeg_navbar_wrapper.jeg_sticky_nav {
  max-width: 1230px;
}
.jeg_stickybar .jeg_logo img {
  width: auto;
  max-height: 36px;
}
.jeg_header .jeg_sticky_nav .jeg_carticon,
.jeg_header .jeg_sticky_nav .jeg_main_menu > li > a,
.jeg_header .jeg_sticky_nav .jeg_navbar .jeg_search_wrapper {
  line-height: 50px;
}
.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li {
  height: 50px;
  line-height: 50px;
}
.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li > a {
  line-height: normal;
}
.jeg_navbar_mobile.jeg_sticky_nav {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  z-index: 9997;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_menu .jeg_child_megamenu > ul {
  padding: 10px;
  white-space: normal;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
}
.jeg_child_megamenu.two_row > ul {
  width: 24em !important;
  -webkit-column-count: 2;
  column-count: 2;
}
.jeg_child_megamenu.three_row > ul {
  width: 36em !important;
  -webkit-column-count: 3;
  column-count: 3;
}
.jeg_child_megamenu.four_row > ul {
  width: 48em !important;
  -webkit-column-count: 4;
  column-count: 4;
}
.jeg_menu .jeg_child_megamenu > ul > li > a {
  border-bottom: 0;
  padding: 7px 10px;
}
.jeg_menu .jeg_child_megamenu > ul ul {
  display: none !important;
}
.jeg_menu .jeg_child_megamenu > ul .sf-with-ul:after {
  content: "";
}
.jeg_menu li a.empty-menu {
  text-transform: none;
  font-weight: 400;
  text-align: left;
  color: inherit;
}
.jeg_topbar .jeg_menu > li {
  padding-right: 12px;
}
.jeg_topbar .jeg_menu > li:last-child {
  padding-right: 0;
}
.jeg_topbar.dark .jeg_top_menu > li > ul {
  border-top: 0;
}
.jeg_top_menu li > ul li a {
  font-size: 12px;
  padding: 6px 12px;
}
.jeg_top_menu li > ul {
  width: auto;
}
.jeg_topbar,
.jeg_topbar.dark {
  border-top-style: solid;
}
.jeg_font_menu,
.jeg_font_menu_child {
  height: 1em;
}
.jeg_font_menu {
  margin-right: 10px;
}
.jeg_menu li .menu-item-has-badge,
.widget_nav_menu li .menu-item-has-badge {
  min-width: 200px;
}
.jeg_menu .menu-item-badge,
.widget_nav_menu .menu-item-badge {
  background: #f70d28;
  padding: 2px 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 2px;
}
.jeg_menu .jeg-badge-floating,
.widget_nav_menu .jeg-badge-floating {
  position: absolute;
  top: -10px;
}
.jeg_menu .jeg-badge-floating:after,
.widget_nav_menu .jeg-badge-floating:after {
  content: "";
  border-left: 3px solid #f70d28;
  border-top: 3px solid #f70d28;
  position: absolute;
  bottom: -3px;
  left: 0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.jeg_menu .jeg-badge-inline,
.widget_nav_menu .jeg-badge-inline {
  display: inline;
  margin-left: 6px;
}
.jeg_menu ul .menu-item-badge,
.widget_nav_menu ul .menu-item-badge {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.widget_nav_menu a {
  position: relative;
}
.widget_nav_menu ul .menu-item-badge {
  margin-left: 6px;
  top: 0;
  right: unset;
}
.widget_nav_menu ul .menu-item-badge.jeg-badge-inline {
  top: 50%;
}
.jeg_font_menu_child {
  margin-right: 10px;
}
.jeg_menu li.jeg_megamenu {
  position: static;
}
.jeg_megamenu .sub-menu,
.sub-menu.force-show {
  background: #fff;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 11;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18);
}
.custom-mega-menu {
  padding: 20px;
}
.jeg_menu .custom-mega-menu a {
  display: inline;
}
.jeg_navbar .custom-mega-menu {
  line-height: 1.6em;
}
.custom-mega-menu
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  width: 100%;
  max-width: 100%;
}
.sub-menu.force-show {
  display: block !important;
}
.jeg_megamenu .jeg_thumb {
  max-height: 200px;
}
.jeg_megamenu .owl-loaded .jeg_thumb {
  max-height: none;
}
.jeg_boxed .jeg_navbar_wrapper:not(.jeg_navbar_boxed) .jeg_megamenu .sub-menu,
.jeg_boxed
  .jeg_navbar_wrapper:not(.jeg_navbar_boxed)
  .sub-menu.custom-mega-menu {
  width: calc(100% + 90px);
  margin-left: -45px;
  margin-right: -45px;
}
.jeg_newsfeed {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 192px;
}
.sub-menu .jeg_newsfeed_subcat {
  display: table-cell;
  background: #f9f9f9;
  border-color: #eee;
  border-style: solid;
  border-right-width: 1px;
  vertical-align: top;
  width: 180px;
}
ul.jeg_subcat_item {
  margin: 20px 0;
}
.jeg_newsfeed_subcat li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.2s ease;
}
.jeg_newsfeed_subcat li a {
  display: block;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  transition: color 0.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;
  transition: all 0.3s ease;
}
.jeg_newsfeed_list.loaded .jeg_newsfeed_container {
  opacity: 1;
  height: auto;
}
.newsfeed_carousel.owl-carousel {
  display: block;
  overflow: visible;
}
.jeg_newsfeed .jeg_post_title {
  font-size: 13px;
  margin: 5px 0 0;
}
.jeg_newsfeed_list .newsfeed_carousel {
  position: absolute;
  visibility: hidden;
}
.jeg_newsfeed_list.loaded .newsfeed_carousel {
  position: relative;
  visibility: visible;
}
.newsfeed_carousel.owl-carousel .owl-nav {
  margin-top: 15px;
  margin-bottom: -5px;
  line-height: normal;
}
.newsfeed_carousel.no_subcat .owl-nav {
  text-align: center;
}
.newsfeed_carousel.owl-carousel .owl-nav div {
  font-size: 12px;
  width: 26px;
  line-height: 22px;
  color: #53585c;
}
.newsfeed_carousel.owl-carousel .owl-nav div.disabled {
  color: #9e9e9e;
  border-color: #eee;
  background: transparent;
}
.jeg_newsfeed.style2 .jeg_newsfeed_container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsfeed_static {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -20px;
}
.newsfeed_static .jeg_newsfeed_item {
  float: left;
  width: 33.333333333%;
  padding-right: 20px;
  margin-bottom: 15px;
}
.jeg_header.full .newsfeed_static .jeg_newsfeed_item {
  width: 20%;
}
.jeg_header.full .jeg_megamenu .sub-menu {
  left: -15px;
  right: -15px;
}
.jeg_newsfeed_tags {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  padding: 20px 25px;
  border-color: #eee;
  border-style: solid;
  border-left-width: 1px;
}
.jeg_newsfeed_tags h3 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.jeg_newsfeed_tags li a {
  font-size: 13px;
  padding: 3px 0;
  position: relative;
}
.newsfeed_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.jeg_newsfeed_list.loaded .newsfeed_overlay {
  opacity: 0;
}
.module-preloader,
.newsfeed_preloader,
.split-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.jeg_preloader span {
  height: 16px;
  width: 16px;
  background-color: #999;
  -webkit-animation: d 1.4s infinite ease-in-out both;
  animation: d 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 d {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes d {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.jeg_navbar_mobile {
  display: none;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  top: 0;
  transform: translateZ(0);
  transition: 0.2s ease;
}
.jeg_navbar_mobile .container {
  width: 100%;
  height: 100%;
}
.jeg_mobile_topbar {
  font-size: 12px;
  color: #757575;
  min-height: 30px;
  line-height: 30px;
  position: relative;
  background: #f5f5f5;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_mobile_topbar a {
  color: inherit;
}
.jeg_mobile_topbar .jeg_nav_item {
  padding: 0 10px;
}
.jeg_sticky_nav .jeg_mobile_topbar {
  display: none;
}
.jeg_mobile_bottombar {
  border-style: solid;
  height: 60px;
  line-height: 60px;
}
.jeg_mobile_bottombar .jeg_nav_item {
  padding: 0 10px;
}
.jeg_navbar_mobile .jeg_nav_left .jeg_nav_item:first-child {
  padding-left: 0;
}
.jeg_navbar_mobile .jeg_nav_right .jeg_nav_item:last-child {
  padding-right: 0;
}
.jeg_mobile_bottombar.dark {
  background: #000;
  color: #fff;
}
.jeg_mobile_bottombar.dark .jeg_search_toggle,
.jeg_mobile_bottombar.dark .toggle_btn,
.jeg_mobile_bottombar.dark a {
  color: #fff;
}
.jeg_navbar_mobile .jeg_search_toggle,
.jeg_navbar_mobile .toggle_btn {
  color: #212121;
  font-size: 22px;
  display: block;
}
.jeg_mobile_topbar .jeg_search_toggle,
.jeg_mobile_topbar .toggle_btn {
  font-size: 16px;
}
.jeg_mobile_topbar.dark {
  background: #222;
  color: #fff;
}
.jeg_mobile_topbar.dark .jeg_search_toggle,
.jeg_mobile_topbar.dark .toggle_btn,
.jeg_mobile_topbar.dark a {
  color: #fff;
}
.jeg_mobile_logo a {
  display: block;
}
.jeg_mobile_logo img {
  width: 310px;
  max-height: 100%;
  display: block;
}
.jeg_mobile_topbar .jeg_social_icon_block.nobg a {
  margin-right: 10px;
}
.jeg_mobile_topbar .jeg_social_icon_block.nobg a .fa {
  font-size: 14px;
}
.jeg_aside_copyright {
  font-size: 11px;
  color: #757575;
  letter-spacing: 0.5px;
}
.jeg_aside_copyright a {
  color: inherit;
  border-bottom: 1px solid #aaa;
}
.jeg_aside_copyright p {
  margin-bottom: 1.2em;
}
.jeg_aside_copyright p:last-child {
  margin-bottom: 0;
}
.jeg_navbar_mobile .jeg_search_wrapper {
  position: static;
}
.jeg_navbar_mobile .jeg_search_popup_expand {
  float: none;
}
.jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle {
  position: relative;
}
.jeg_navbar_mobile
  .jeg_search_expanded
  .jeg_search_popup_expand
  .jeg_search_toggle:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  z-index: 98;
}
.jeg_navbar_mobile
  .jeg_search_expanded
  .jeg_search_popup_expand
  .jeg_search_toggle:after {
  border-color: transparent transparent #eee;
  border-style: solid;
  border-width: 0 9px 9px;
  content: "";
  right: -1px;
  position: absolute;
  bottom: 0;
  z-index: 97;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:after,
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:before {
  display: none !important;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
  width: auto;
  border-left: 0;
  border-right: 0;
  left: -15px !important;
  right: -15px !important;
  padding: 20px;
  -webkit-transform: none;
  transform: none;
}
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
  margin-top: 84px;
  width: auto;
  left: -15px !important;
  right: -15px !important;
  border: 0;
}
.jeg_navbar_mobile .jeg_search_form .jeg_search_button {
  font-size: 18px;
}
.jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
  font-size: 18px;
  padding: 0.5em 40px 0.5em 15px;
  height: 42px;
}
.jeg_navbar_mobile
  .jeg_nav_left
  .jeg_search_popup_expand
  .jeg_search_form:before {
  right: auto;
  left: 16px;
}
.jeg_navbar_mobile
  .jeg_nav_left
  .jeg_search_popup_expand
  .jeg_search_form:after {
  right: auto;
  left: 15px;
}
.jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}
.jeg_mobile_wrapper .jeg_search_result {
  width: 100%;
  border-left: 0;
  border-right: 0;
  right: 0;
}
.admin-bar .jeg_mobile_wrapper {
  padding-top: 32px;
}
body.admin-bar.jeg_show_menu .jeg_menu_close {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .jeg_mobile_wrapper {
    padding-top: 46px;
  }
  body.admin-bar.jeg_show_menu .jeg_menu_close {
    top: 65px;
  }
}
body.jeg_show_menu {
  overflow: hidden;
}
.jeg_bg_overlay {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #000;
  background: linear-gradient(180deg, #000, #434343);
  transition: 0.2s ease-out 0.1s;
  opacity: 0;
  z-index: 9998;
  visibility: hidden;
}
.jeg_show_menu .jeg_bg_overlay {
  opacity: 0.85;
  visibility: visible;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
.jeg_mobile_wrapper {
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 320px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_show_menu .jeg_mobile_wrapper {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
}
.jeg_menu_close {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.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: 0.75;
  visibility: visible;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: 0.2s ease 0.3s;
}
.jeg_mobile_wrapper .nav_wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.jeg_mobile_wrapper .nav_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  z-index: -1;
}
.jeg_mobile_wrapper .item_main {
  flex: 1;
}
.jeg_mobile_wrapper .item_bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jeg_aside_item {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.item_bottom .jeg_aside_item {
  padding: 10px 20px;
  border-bottom: 0;
}
.item_bottom .jeg_aside_item:first-child {
  padding-top: 20px;
}
.item_bottom .jeg_aside_item:last-child {
  padding-bottom: 20px;
}
.jeg_aside_item:last-child {
  border-bottom: 0;
}
.jeg_aside_item:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_mobile_wrapper .widget {
  display: block;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.jeg_mobile_wrapper .widget:last-child {
  border-bottom: 0;
}
.jeg_mobile_wrapper .widget .jeg_ad_module {
  margin-bottom: 0;
}
.jeg_mobile_profile {
  position: relative;
}
.jeg_mobile_profile:first-child {
  padding-top: 30px;
}
.jeg_mobile_profile .jeg_accountlink {
  float: none;
}
.jeg_mobile_profile .jeg_accountlink li:not(:last-child) {
  margin-right: 15px;
  float: left;
}
.jeg_mobile_profile .jeg_accountlink li a {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.profile_box h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.profile_box .profile_img {
  display: block;
  float: left;
  padding-right: 20px;
}
.profile_box .profile_img img {
  border-radius: 100%;
  width: 45px;
}
.profile_links li {
  float: left;
  font-size: 12px;
  margin-right: 15px;
  line-height: normal;
}
.profile_links li:last-child {
  margin-right: 0;
}
.profile_links li a {
  color: #757575;
}
.jeg_navbar_mobile_wrapper {
  position: relative;
  z-index: 9;
}
.jeg_mobile_menu li a {
  color: #212121;
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 1.444em;
  font-weight: 700;
  position: relative;
}
.jeg_mobile_menu li.sfHover > a,
.jeg_mobile_menu li a:hover {
  color: #f70d28;
}
.jeg_mobile_menu ul {
  padding-bottom: 10px;
}
.jeg_mobile_menu ul li a {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.jeg_mobile_menu.sf-arrows .sf-with-ul:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: auto;
  text-align: center;
  content: "f";
  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);
}
.jeg_mobile_wrapper .socials_widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jeg_mobile_wrapper .socials_widget a {
  margin-bottom: 0 !important;
  display: block;
}
.dark .jeg_bg_overlay {
  background: #fff;
}
.dark .jeg_mobile_wrapper {
  background-color: #212121;
  color: #f5f5f5;
}
.dark .jeg_mobile_wrapper .jeg_search_result {
  background: rgba(0, 0, 0, 0.9);
  color: #f5f5f5;
  border: 0;
}
.dark .jeg_menu_close {
  color: #212121;
}
.dark .jeg_aside_copyright,
.dark .jeg_mobile_menu li a,
.dark .jeg_mobile_wrapper .jeg_search_result .search-link,
.dark .jeg_mobile_wrapper .jeg_search_result a,
.dark .profile_box a {
  color: #f5f5f5;
}
.dark .jeg_aside_copyright a {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.dark .jeg_aside_item,
.dark .jeg_mobile_menu ul li a,
.dark .jeg_search_result.with_result .search-all-button {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.dark .jeg_mobile_menu.sf-arrows .sf-with-ul:after,
.dark .jeg_mobile_menu ul li a,
.dark .jeg_mobile_wrapper .jeg_search_result .jeg_post_meta,
.dark .profile_links li a {
  color: hsla(0, 0%, 100%, 0.5);
}
.dark .jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
  background: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.75);
}
.dark
  .jeg_mobile_wrapper
  .jeg_search_no_expand
  .jeg_search_input:-moz-placeholder,
.dark
  .jeg_mobile_wrapper
  .jeg_search_no_expand
  .jeg_search_input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.dark
  .jeg_mobile_wrapper
  .jeg_search_no_expand
  .jeg_search_input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
#jeg_sidecontent {
  position: absolute;
  left: 0;
  background: #fff;
  width: 340px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: 4;
  border-right: 2px solid #eee;
  outline: 0;
}
#jeg_sidecontent.fixed {
  position: fixed;
  top: 0;
}
.sidecontent_postwrapper {
  height: 100%;
  overflow: hidden;
}
.jeg_side_heading {
  position: relative;
}
.jeg_side_heading .jeg_cat_dropdown {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}
.jeg_filter_menu {
  text-align: right;
  left: auto;
  right: 0;
}
.jeg_filter_menu .active {
  background: #fafafa;
  color: #a0a0a0;
}
.jeg_cat_dropdown:hover .jeg_filter_menu {
  display: block;
}
.jeg_filter_button {
  color: #53585c;
  background: #fff;
  border: 1px solid #eee;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  outline: 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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 12px 30px rgba(0, 0, 0, 0.25);
}
.jeg_filter_menu li a {
  color: inherit;
  font-size: 11px;
  padding: 5px 12px;
  line-height: normal;
  display: block;
  border-bottom: 1px solid #eee;
}
.jeg_filter_menu li a:hover {
  color: #212121;
  background: #f7f7f7;
}
.jeg_side_tabs {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.jeg_side_tabs li {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.jeg_side_tabs li:not(:last-child) {
  margin-right: 15px;
}
.jeg_side_tabs li.active {
  color: #f70d28;
}
#jeg_sidecontent .overlay_container {
  position: relative;
}
#jeg_sidecontent .jeg_pl_md_box {
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
#jeg_sidecontent .jeg_pl_xs,
#jeg_sidecontent .jeg_pl_xs_3 {
  margin: 0;
  padding: 15px;
  overflow: hidden;
  border-top: 0;
  border-bottom: 1px solid #eee;
}
.sidefeed_loadmore {
  text-align: center;
  padding: 15px;
}
.sidefeed_loadmore .btn {
  font-size: 11px;
  padding: 0 30px;
  min-height: 0;
  line-height: 30px;
  border-radius: 3px;
}
.jeg_sidefeed .widget {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 0;
}
.jeg_sidefeed .widget .jeg_block_heading {
  margin-bottom: 20px;
}
.jeg_sidefeed .widget .jeg_block_heading ~ * {
  margin-bottom: 10px;
}
.jeg_sidecontent .elementor-section.elementor-section-stretched {
  left: 0 !important;
}
.jeg_slider_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.jeg_slider_wrapper .owl-carousel {
  overflow: hidden;
}
.jnews_overlay_slider_notice {
  color: #fff;
  background: #c9c9c9;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}
.owl-carousel {
  cursor: -webkit-grab;
}
.owl-carousel .owl-wrapper-outer {
  z-index: 1;
}
.owl-carousel.owl-loaded {
  height: auto !important;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-item img {
  width: 100%;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px 0;
  background: #eee;
  display: block;
  border-radius: 30px;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #888;
}
.owl-carousel .owl-nav div {
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  line-height: 24px;
  font-size: 12px;
  background: transparent;
  color: #53585c;
  border: 1px solid #e0e0e0;
  text-align: center;
  transition: all 0.2s ease;
}
.owl-carousel .owl-nav div:last-child {
  margin-right: 0;
}
.owl-carousel .owl-nav div:hover {
  color: #212121;
  background: #f7f7f7;
}
.owl-carousel .owl-nav div:before {
  font-family: FontAwesome;
  text-rendering: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-prev:before {
  content: "\F104";
}
.owl-carousel .owl-next:before {
  content: "\F105";
}
.jeg_slide_caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 20px;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
}
.jeg_slide_caption .jeg_post_meta .fa,
.jeg_slide_caption .jeg_post_meta a,
.jeg_slide_caption a {
  color: #fff;
}
.jeg_slide_caption .jeg_post_title a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.jeg_caption_container {
  padding: 0 20px;
}
.jeg_slide_caption .jeg_post_title {
  font-size: 26px;
  font-weight: 700;
  margin: 10px auto;
}
.jeg_slide_caption .jeg_post_category {
  line-height: normal;
}
.jeg_slide_caption .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: normal;
  margin-right: 5px;
  padding: 3px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}
.jeg_slide_caption .jeg_post_excerpt {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.jeg_slide_caption .jeg_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.jeg_slide_caption .jeg_post_meta > div {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.jeg_slide_caption .jeg_post_meta span {
  display: inline-block;
  margin-right: 6px;
}
.jeg_slide_caption .jeg_post_meta span:last-child {
  margin-right: 0;
}
.jeg_slider_wrapper_loaded .jeg_slider_thumbnail_wrapper {
  visibility: visible;
  position: relative;
}
.jeg_slider_thumbnail_wrapper {
  visibility: hidden;
  position: absolute;
}
.jeg_slider_type_1_wrapper .jeg_slider_placeholder .thumbnail-container {
  padding-bottom: 60.7%;
}
.jeg_slider_type_1 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 40px 30px 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
}
.jeg_slider_type_1 .jeg_slide_item {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.jeg_slider_type_1 .jeg_slide_item:not(:first-child) {
  display: none;
}
.jeg_slider_type_1 .jeg_caption_container {
  padding: 0 30px;
  max-width: 80%;
}
.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
  font-size: 34px;
  line-height: 1.1;
  margin-top: 10px;
}
.jeg_slider_thumbnail {
  margin-top: 10px;
}
.jeg_slider_thumbnail.disabled_nav .owl-nav {
  display: none;
}
.jeg_slider_thumbnail .jeg_slide_thumbnail_item {
  position: relative;
}
.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  right: 0;
  left: 0;
  width: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 2;
}
.jeg_slider_thumbnail .active.current .jeg_slide_thumbnail_item:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
}
.jeg_slider_type_1 .owl-nav div {
  font-size: 14px;
  color: #212121;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border: 0;
  transition: all 0.2s ease;
  opacity: 1;
}
.jeg_slider_type_1 .owl-nav div:before {
  font-family: jegicon !important;
}
.jeg_slider_type_1 .owl-nav .owl-next {
  bottom: 40px;
  background: #f70d28;
  color: #fff;
}
.jeg_slider_type_1 .owl-prev:before {
  content: "e" !important;
}
.jeg_slider_type_1 .owl-next:before {
  content: "f" !important;
}
.jeg_slider_type_1:hover .owl-next,
.jeg_slider_type_1:hover .owl-prev {
  opacity: 1;
}
.jeg_slider_wrapper .jeg_slider.jeg_slider_type_1 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.jeg_slider_type_1_wrapper .jeg_slider_thumbnail_wrapper {
  visibility: visible;
  position: relative;
}
.jeg_slider_type_1_wrapper
  .jeg_slider_thumbnail:not(.owl-carousel)
  .jeg_slide_thumbnail_item {
  width: 14.2857142857%;
  display: inline-block;
}
.jeg_slider_type_1_wrapper
  .jeg_slider_thumbnail:not(.owl-carousel)
  .jeg_slide_thumbnail_item:nth-child(n + 8) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .jeg_slider_type_1_wrapper
    .jeg_slider_thumbnail:not(.owl-carousel)
    .jeg_slide_thumbnail_item {
    width: 25%;
  }
  .jeg_slider_type_1_wrapper
    .jeg_slider_thumbnail:not(.owl-carousel)
    .jeg_slide_thumbnail_item:nth-child(n + 5) {
    display: none;
  }
}
.jeg_slider_type_2_wrapper .thumbnail-container {
  padding-bottom: 540px;
}
.jeg_slider_type_2 .jeg_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_slider_type_2 .jeg_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0.45) 50%,
    transparent
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
}
.jeg_slider_type_2 .jeg_caption_container {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  transition: 0.4s ease 0.2s;
}
.jeg_slider_type_2 .active .jeg_caption_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jeg_slider_type_2 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: inherit;
  padding: 30px 0;
  width: 50%;
  background: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px auto;
  letter-spacing: -0.04em;
}
.jeg_slider_type_2 .jeg_slide_caption .jeg_post_excerpt {
  max-width: 80%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.jeg_slider_type_2 .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.jeg_slider_type_2:hover .owl-dots {
  opacity: 1;
}
.jeg_slider_type_2 .owl-dot {
  display: block;
  zoom: 1;
}
.jeg_slider_type_2 .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 10px 0;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.3s;
}
.jeg_slider_type_2 .owl-dots .owl-dot.active span,
.jeg_slider_type_2 .owl-dots .owl-dot:hover span {
  background: #fff;
}
.jeg_slider_wrapper .jeg_slider.jeg_slider_type_2 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.jeg_slider_type_2 .jeg_slide_item:not(:first-child) {
  display: none;
}
.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-inner {
  display: block;
}
.jeg_slider_type_3_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .jeg_slider_type_3_wrapper
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 4):not(:last-child) {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .jeg_slider_type_3_wrapper
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 3):not(:last-child) {
    display: none;
  }
}
.jeg_slider_type_3 .jeg_caption_container {
  opacity: 0;
  transition: 0.2s ease 0.1s;
}
.jeg_slider_type_3 .active .jeg_caption_container {
  opacity: 1;
}
.jeg_slider_type_3 .jeg_slide_caption {
  background: transparent;
}
.jeg_slider_type_3 .jeg_slide_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}
.jeg_slider_type_3 .jeg_slide_caption {
  z-index: 2;
}
.jeg_slider_type_3 .jeg_slide_caption .jeg_post_excerpt {
  display: none;
}
.jeg_slider_type_3 .jeg_post_title {
  font-size: 20px;
}
.jeg_slider_type_3.owl-carousel .owl-nav div {
  color: #fff;
  width: 30px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s linear;
  border: 0;
  opacity: 0;
}
.jeg_slider_type_3 .owl-nav div:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.jeg_slider_type_3 .owl-nav .owl-next {
  right: 0;
}
.jeg_slider_type_3 .owl-nav .owl-prev {
  left: 0;
}
.jeg_slider_type_3 .owl-nav div:before {
  display: block;
  position: absolute;
  top: 50%;
  font: normal normal normal 30px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_slider_type_3 .owl-prev:before {
  content: "\F053";
}
.jeg_slider_type_3 .owl-next:before {
  content: "\F054";
}
.jeg_slider_type_3:hover .owl-next,
.jeg_slider_type_3:hover .owl-prev {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,
  .jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .jeg_col_1o3
    .jeg_slider_type_3[data-items="2"]
    .jeg_slide_caption
    .jeg_post_category
    a,
  .jeg_col_2o3
    .jeg_slider_type_3[data-items="4"]
    .jeg_slide_caption
    .jeg_post_category
    a,
  .jeg_col_2o3
    .jeg_slider_type_3[data-items="5"]
    .jeg_slide_caption
    .jeg_post_category
    a {
    font-size: 10px;
    padding: 2px 5px;
  }
  .jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_slide_caption,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_slide_caption {
    padding: 30px 0 15px;
  }
  .jeg_col_1o3 .jeg_slider_type_3[data-items="2"] .jeg_caption_container,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_caption_container {
    padding: 0 15px;
  }
}
.jeg_slider_type_4_wrapper .thumbnail-container {
  padding-bottom: 47.369%;
}
.jeg_slider_type_4_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_slider_type_4 .jeg_slide_item {
  width: 100%;
  height: 0;
  padding-bottom: 47.369%;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .elementor-element.elementor-section-stretched
    .jeg_slider_type_4
    .jeg_slide_item,
  .jeg_vc_content
    .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_4
    .jeg_slide_item {
    height: 540px;
    padding-bottom: 0;
  }
}
.jeg_slider_type_4 .jeg_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}
.jeg_slider_type_4 .jeg_caption_container {
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.4s ease-in-out 0.2s;
}
.jeg_slider_type_4 .active .jeg_caption_container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.jeg_slider_type_4 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  bottom: inherit;
  margin: auto;
  width: 60%;
  max-width: 700px;
  text-align: center;
  background: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
  font-size: 44px;
  font-weight: 500;
  margin: 0 auto 15px;
  letter-spacing: -0.04em;
  position: relative;
}
.jeg_slider_type_4 .jeg_slide_caption:after,
.jeg_slider_type_4 .jeg_slide_caption:before {
  content: "";
  width: 60%;
  display: block;
  position: absolute;
  border: 1px solid hsla(0, 0%, 100%, 0.7);
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out 0.6s;
}
.jeg_slider_type_4 .jeg_slide_caption:before {
  height: 50px;
  top: 0;
  border-bottom: 0;
}
.jeg_slider_type_4 .jeg_slide_caption:after {
  height: 45px;
  bottom: 0;
  border-top: 0;
}
.jeg_slider_type_4 .active .jeg_slide_caption:before {
  top: -25px;
  opacity: 1;
}
.jeg_slider_type_4 .active .jeg_slide_caption:after {
  bottom: -25px;
  opacity: 1;
}
.jeg_slider_type_4 .jeg_slide_caption .jeg_post_excerpt {
  max-width: 80%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.jeg_slider_type_5_wrapper .thumbnail-container {
  padding-bottom: 540px;
}
.jeg_slider_type_5_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_slider_type_5 .jeg_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_slider_type_5 .jeg_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a000000",endColorstr="#b3000000",GradientType=0);
}
.jeg_slider_type_5 .jeg_caption_container {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  transition: 0.4s ease 0.2s;
}
.jeg_slider_type_5 .active .jeg_caption_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jeg_slider_type_5 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0;
  width: 50%;
  background: none;
  z-index: 2;
}
.jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px auto 15px;
  letter-spacing: -0.04em;
}
.jeg_slider_type_5 .jeg_slide_caption .jeg_post_category a {
  font-size: 11px;
  padding: 0;
  background: transparent;
}
.jeg_slider_type_5 .owl-nav div {
  font-size: 16px;
  color: #212121;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  opacity: 0;
}
.jeg_slider_type_5 .owl-nav div.disabled {
  opacity: 0;
}
.jeg_slider_type_5 .owl-next {
  right: 40px;
}
.jeg_slider_type_5 .owl-prev {
  left: 40px;
}
.jeg_slider_type_5:hover .owl-nav div {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .jeg_slider_type_5.jeg_col_2o3 .jeg_slide_caption {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_5.jeg_col_3o3
    .jeg_slide_caption {
    max-width: 700px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_5.jeg_col_3o3
    .jeg_post_title {
    font-size: 46px;
  }
}
.jeg_slider_type_6_wrapper .thumbnail-container {
  padding-bottom: 540px;
}
.jeg_slider_type_6_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_slider_type_6 .jeg_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_slider_type_6 .jeg_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}
.jeg_slider_type_6 .jeg_caption_container {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  transition: 0.4s ease 0.2s;
}
.jeg_slider_type_6 .active .jeg_caption_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jeg_slider_type_6 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: inherit;
  width: 80%;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 30px auto 40px;
  letter-spacing: -0.04em;
  position: relative;
}
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
  width: 40px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  border-top: 5px solid #fff;
}
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
  max-width: 40%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt,
.jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
  margin-left: 90px;
}
.jeg_slider_type_6 .owl-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transition: 0.25s ease-in;
}
.jeg_slider_type_6 .owl-nav div {
  position: relative;
  font-size: 12px;
  background: #fff;
  color: #212121;
  width: auto;
  margin: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  transition: 0.2s;
  opacity: 1;
}
.jeg_slider_type_6 .owl-nav .owl-prev {
  margin-right: 10px;
}
.jeg_slider_type_6 .owl-nav div:hover,
.jeg_slider_type_6:hover .owl-nav {
  opacity: 0.9;
}
.jeg_slider_type_6 .owl-nav .owl-next:before,
.jeg_slider_type_6 .owl-nav .owl-prev:before {
  width: 13px;
  font-size: 14px;
  top: -0.04em;
  position: absolute;
  transition: all 0.15s ease-in-out;
}
.jeg_slider_type_6 .owl-nav .owl-prev {
  padding-left: 30px;
}
.jeg_slider_type_6 .owl-prev:before {
  left: 12px;
}
.jeg_slider_type_6 .owl-nav .owl-next {
  padding-right: 30px;
}
.jeg_slider_type_6 .owl-nav .owl-next:before {
  right: 12px;
}
@media only screen and (min-width: 768px) {
  .jeg_slider_type_6.jeg_col_2o3 .jeg_post_title {
    font-size: 40px;
    margin: 20px auto 30px;
  }
  .jeg_slider_type_6.jeg_col_2o3 .jeg_post_title:before {
    bottom: -42px;
  }
  .jeg_slider_type_6.jeg_col_2o3 .jeg_slide_caption .jeg_post_excerpt {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_6.jeg_col_3o3
    .jeg_slide_caption
    .jeg_post_excerpt {
    font-size: 16px;
    max-width: 420px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_6.jeg_col_3o3
    .jeg_post_title {
    font-size: 80px;
  }
}
.jeg_slider_type_7_wrapper .thumbnail-container {
  padding-bottom: 540px;
}
.jeg_slider_type_7_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_slider_type_7 {
  cursor: auto;
}
.jeg_slider_type_7 .jeg_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.jeg_slider_type_7.featured-left .jeg_slide_caption,
.jeg_slider_type_7.featured-left .jeg_slide_image {
  float: left;
}
.jeg_slider_type_7.featured-right .jeg_slide_caption,
.jeg_slider_type_7.featured-right .jeg_slide_image {
  float: right;
}
.jeg_slider_type_7 .jeg_slide_image {
  width: 65%;
  height: 100%;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_slider_type_7 .jeg_slide_image a {
  width: 100%;
  height: 100%;
  display: block;
}
.jeg_slider_type_7 .jeg_slide_caption {
  width: 35%;
  padding: 40px;
  position: relative;
  height: 100%;
  background: #111;
}
.jeg_slider_type_7 .jeg_caption_container {
  padding: 0;
}
.jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
  font-size: 28px;
  margin: 20px auto;
}
.jeg_slider_type_7 .jeg_slide_caption .jeg_post_category a {
  background: transparent;
  padding: 0;
}
.jeg_slider_type_7 .jeg_slide_caption .jeg_post_excerpt {
  font-size: 1em;
  margin-bottom: 25px;
}
.jeg_slider_type_7 .jeg_readmore {
  border: 0;
  box-shadow: none;
  padding: 5px 5px 5px 0;
  margin-top: 0;
  position: relative;
  text-shadow: none;
}
.jeg_slider_type_7 .jeg_readmore:before {
  height: 2px;
  background: #fff;
  content: "";
  width: 40px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}
.jeg_slider_type_7 .jeg_readmore:hover:before {
  width: 60px;
}
.jeg_slider_type_7 .jeg_readmore:hover {
  background: transparent;
}
.jeg_slider_type_7 .jeg_block_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
.jeg_slider_type_7 .jeg_block_nav a {
  background: none;
  color: #fff;
  width: auto;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-color: hsla(0, 0%, 100%, 0.15);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  flex: 1;
  margin: 0;
  border-bottom: 0;
}
.jeg_slider_type_7.featured-left .jeg_block_nav a,
.jeg_slider_type_7.featured-right .jeg_block_nav .prev {
  border-left: 0;
}
.jeg_slider_type_7.featured-left .jeg_block_nav .next,
.jeg_slider_type_7.featured-right .jeg_block_nav a {
  border-right: 0;
}
.jeg_slider_type_7 .jeg_block_nav .fa {
  font-size: 14px;
}
.jeg_slider_type_7 .prev .fa {
  margin-right: 10px;
}
.jeg_slider_type_7 .next .fa {
  margin-left: 10px;
}
.jeg_slider_type_7 .jeg_block_nav a:not(.disabled):hover {
  background: hsla(0, 0%, 100%, 0.1);
}
.jeg_slider_type_7 .jeg_block_nav:after,
.jeg_slider_type_7 .jeg_block_nav:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_item {
    height: auto;
  }
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption,
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_image {
    float: none;
    width: 100%;
  }
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_image {
    padding-bottom: 50%;
  }
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption {
    padding: 30px 30px 80px;
  }
  .jeg_slider_type_7.jeg_col_2o3 .jeg_slide_caption .jeg_post_excerpt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_7.jeg_col_3o3
    .jeg_slide_item {
    height: 600px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_7.jeg_col_3o3
    .jeg_slide_image {
    width: 66.66667%;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_7.jeg_col_3o3
    .jeg_slide_caption {
    width: 33.3333%;
    padding: 60px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_7.jeg_col_3o3
    .jeg_post_title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .vc_row[data-vc-stretch-content="true"]
    .jeg_slider_type_7.jeg_col_3o3
    .jeg_post_title {
    font-size: 42px;
  }
}
.jeg_slider_type_8 .owl-stage {
  display: flex;
}
.jeg_slider_type_8 .jeg_slide_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.jeg_slider_type_8 .jeg_item_caption {
  flex-grow: 1;
  background: #fff;
  position: relative;
  padding: 20px;
  text-align: center;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.jeg_slider_type_8 .jeg_post_category {
  line-height: normal;
}
.jeg_slider_type_8 .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: normal;
  margin-right: 5px;
  padding: 3px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}
.jeg_slider_type_8 .jeg_caption_container {
  opacity: 0;
  padding: 0;
  transition: 0.25s;
}
.jeg_slider_type_8 .active .jeg_caption_container {
  opacity: 1;
}
.jeg_slider_type_8 .jeg_item_caption .jeg_post_meta,
.jeg_slider_type_8 .jeg_item_caption .jeg_post_title a {
  color: #212121;
  text-shadow: none;
}
.jeg_slider_type_8 .jeg_item_caption .jeg_post_category a {
  color: #a0a0a0;
  background: transparent;
  padding: 0;
}
.jeg_slider_type_8 .jeg_item_caption .jeg_post_meta {
  color: #a0a0a0;
  font-size: 11px;
  text-shadow: none;
  text-transform: uppercase;
}
.jeg_slider_type_8 .jeg_post_title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto 15px;
}
.jeg_slider_type_8 .owl-nav div {
  font-size: 16px;
  color: #212121;
  position: absolute;
  top: 50%;
  margin: auto;
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  opacity: 0;
}
.jeg_slider_type_8 .owl-nav div.disabled {
  opacity: 0;
}
.jeg_slider_type_8 .owl-next {
  right: 26px;
}
.jeg_slider_type_8 .owl-prev {
  left: 26px;
}
.jeg_slider_type_8:hover .owl-nav div {
  opacity: 1;
}
.jeg_slider_type_8_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .jeg_col_2o3 .jeg_slider_type_8[data-items="4"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
    margin: 15px auto 10px;
  }
  .jeg_col_2o3 .jeg_slider_type_8[data-items="5"] .jeg_post_title {
    font-size: 13px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_col_3o3
    .jeg_slider_type_8
    .jeg_item_caption {
    padding: 30px 10%;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_col_3o3
    .jeg_slider_type_8
    .jeg_post_title {
    font-size: 22px;
  }
  .vc_row[data-vc-stretch-content="true"]
    .jeg_col_3o3
    .jeg_slider_type_8[data-items="5"]
    .jeg_post_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jeg_slider_type_8_wrapper
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 4):not(:last-child) {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .jeg_slider_type_8_wrapper
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 3):not(:last-child) {
    display: none;
  }
}
.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
  padding-bottom: 190px;
}
.jeg_slider_type_9_wrapper .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
  font-size: 18px;
  margin: 10px auto 0;
}
.jeg_slider_type_9 .jeg_post_meta {
  display: none;
}
.jeg_slider_type_9 .epic-owl-dots {
  right: 15px;
}
.jeg_slider_type_9 .epic-owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 0;
}
@media only screen and (max-width: 320px) {
  .jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
    padding-bottom: 145px;
  }
  .jeg_slider_type_9 .jeg_slide_item {
    height: 145px;
  }
  .jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
    font-size: 1em;
    margin-top: 5px;
  }
}
.jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
  padding-bottom: 540px;
}
.jeg_slider_type_9 .jeg_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_slider_type_9 .jeg_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0.45) 50%,
    transparent
  );
}
.jeg_slider_type_9 .jeg_caption_container {
  padding: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  transition: 0.4s ease 0.2s;
}
.jeg_slider_type_9 .active .jeg_caption_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jeg_slider_type_9 .jeg_slide_caption {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 0;
  padding: 30px 0;
  width: 50%;
  background: 0 0;
  z-index: 2;
}
.jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px auto;
  letter-spacing: -0.04em;
}
.jeg_slider_type_9 .jeg_slide_caption .jeg_post_excerpt {
  max-width: 80%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.jeg_slider_type_9 .epic-owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.jeg_slider_type_9:hover .epic-owl-dots {
  opacity: 1;
}
.jeg_slider_type_9 .epic-owl-dot {
  display: block;
  zoom: 1;
}
.jeg_slider_type_9 .epic-owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 10px 0;
  border-radius: 20px;
  background: 0 0;
  border: 2px solid #fff;
  transition: 0.3s;
}
.jeg_slider_type_9 .epic-owl-dots .epic-owl-dot.active span,
.jeg_slider_type_9 .epic-owl-dots .epic-owl-dot:hover span {
  background: #fff;
}
.jeg_slider_type_9 .jeg_slide_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.jeg_slider_type_9 .jeg_post_meta {
  margin-top: 20px;
}
.jeg_slider_type_9_thumb .jeg_post.jeg_pl_sm:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_slider_type_9_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.jeg_slider_type_9_thumb.jeg_posts {
  max-width: 445px;
  padding: 25px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  height: 555px;
  overflow: scroll;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.jeg_slider_type_9_thumb .jeg_post {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.075);
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}
.jeg_slider_type_9_thumb .jeg_post:hover {
  cursor: pointer;
}
.entry-content .jeg_slider_type_9_thumb .jeg_post_title a {
  color: #fff !important;
  font-weight: 400;
}
.jeg_slider_type_9_thumb .jeg_post_meta {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
}
.jeg_slider_type_9_thumb .jeg_post_meta .fa {
  color: #fff;
  padding-right: 2px;
}
.jeg_slider_type_9_thumb .jeg_post:last-child {
  margin-bottom: 0 !important;
}
.jeg_slider_type_9_thumb .thumbnail-container img {
  max-width: 100%;
  transition: all 0.3s;
}
.jeg_slider_type_9_thumb .thumbnail-container:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jeg_slider_type_9_thumb .thumbnail-container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.3);
  content: "";
  z-index: 9;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
}
.jeg_slider_type_9_thumb .thumbnail-container:hover:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 140%, 0);
}
.jeg_slider_type_9_thumb .jeg_post_title a {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .jeg_slider_type_9 .jeg_slide_wrapper {
    max-width: 100%;
  }
  .jeg_slider_type_9_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .jeg_slider_type_9_thumb {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
    padding-bottom: 445px;
  }
  .jeg_slider_type_9 .jeg_slide_item {
    height: 445px;
  }
  .jeg_slider_type_9 .jeg_slide_caption {
    width: 60%;
  }
  .jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .jeg_slider_type_9 .epic-owl-dots {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
    padding-bottom: 364px;
  }
  .jeg_slider_type_9 .jeg_slide_item {
    height: 364px;
  }
  .jeg_slider_type_9 .jeg_slide_caption {
    left: 30px;
  }
  .jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
    margin: 15px auto 5px;
  }
}
@media only screen and (max-width: 767px) {
  .jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
    padding-bottom: 320px;
  }
  .jeg_slider_type_9 .jeg_slide_item {
    height: 320px;
  }
}
@media only screen and (max-width: 568px) {
  .jeg_slider_type_9_wrapper .jeg_slider_placeholder .thumbnail-container {
    padding-bottom: 228px;
  }
  .jeg_slider_type_9 .jeg_slide_item {
    height: 228px;
  }
  .jeg_slider_type_9 .jeg_slide_caption {
    left: 20px;
  }
  .jeg_slider_type_9 .jeg_slide_caption .jeg_post_title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.jeg_empty_module {
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding-top: 20px;
  background: #fafafa;
}
.jeg_sidefeed_overlay,
.module-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 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;
}
.jeg_block_heading {
  position: relative;
  margin-bottom: 30px;
}
.jeg_block_title {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  float: left;
}
.jeg_block_title a {
  color: inherit;
}
.jeg_block_title i,
.jeg_block_title span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
}
.jeg_block_title i {
  margin-right: 8px;
  padding: 0;
}
.jeg_aligncenter {
  text-align: center;
}
.jeg_aligncenter .jeg_block_title {
  float: none;
}
.jeg_footer .widget_jnews_module_element_header,
.widget.widget_jnews_module_element_header {
  margin-bottom: 0;
}
.jeg_block_heading_1 {
  border-bottom: 2px solid #eee;
}
.jeg_block_heading_1 .jeg_block_title span {
  background: #f70d28;
  color: #fff;
  border-radius: 2px 2px 0 0;
  margin-bottom: -2px;
}
.jeg_block_heading_1 .jeg_subcat {
  margin-bottom: -2px;
}
.jeg_block_heading_1 .jeg_subcat_list > li > a,
.jeg_block_heading_1 .okayNav__menu-toggle {
  height: 34px;
  line-height: 34px;
}
.jeg_block_heading_2 {
  background: #eee;
  border-radius: 2px;
}
.jeg_block_heading_2 .jeg_block_title {
  font-size: 14px;
}
.jeg_block_heading_2 .jeg_block_title span {
  background: #f70d28;
  color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.jeg_block_heading_2 .jeg_subcat_list > li > a {
  font-size: 11px;
}
.jeg_block_heading_2 .jeg_subcat {
  background: transparent;
  padding-right: 10px;
}
.jeg_block_heading_2 .okayNav__menu-toggle {
  margin-right: -10px;
}
.jeg_block_heading_3 {
  background: #f70d28;
  border-radius: 2px;
}
.jeg_block_heading_3 .jeg_block_title span {
  color: #fff;
}
.jeg_block_heading_3 .okayNav__menu-toggle span {
  background: #fff;
}
.jeg_block_heading_4 .jeg_block_title span {
  background: #f70d28;
  color: #fff;
  border-radius: 2px;
}
.jeg_block_heading_5 {
  margin-bottom: 15px;
}
.jeg_block_heading_5 .jeg_block_title span {
  position: relative;
  padding-left: 0;
  background: #fff;
}
.jeg_block_heading_5.jeg_aligncenter .jeg_block_title span {
  padding: 0 15px;
}
.jeg_block_heading_5:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #eee;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.jeg_block_heading_5 .jeg_subcat {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.jeg_block_heading_5 .okayNav__nav--visible {
  padding-left: 7px;
}
.jeg_block_heading_6 {
  border-bottom: 2px solid #eee;
}
.jeg_block_heading_6:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #f70d28;
  display: block;
  position: relative;
  bottom: -2px;
}
.jeg_block_heading_6 .jeg_block_title span {
  padding: 0;
}
.jeg_block_heading_6.jeg_aligncenter:after {
  margin: auto;
}
.jeg_block_heading_7 .jeg_block_title span {
  border-bottom: 2px solid #f70d28;
  padding: 0;
}
.jeg_block_heading_8 {
  margin-bottom: 15px;
}
.jeg_block_heading_8 .jeg_block_title {
  font-size: 18px;
}
.jeg_block_heading_8 .jeg_block_title span {
  padding: 0;
}
.jeg_block_heading_8 .jeg_block_title i,
.jeg_block_heading_8 .jeg_block_title span,
.jeg_block_heading_8 .jeg_subcat_list > li > a,
.jeg_block_heading_8 .okayNav__menu-toggle {
  height: 30px !important;
  line-height: 30px !important;
}
.jeg_block_heading_8 .okayNav__menu-toggle {
  width: 30px !important;
}
.jeg_header_style_8 .jeg_topright .socials_widget a {
  margin: 5px 10px 5px 0;
}
.jeg_block_heading_9 {
  border-top: 5px solid #eee;
  border-bottom: 2px solid #eee;
}
.jeg_block_heading_9 .jeg_block_title span {
  padding: 0;
}
.jeg_block_heading_9.jeg_aligncenter:after {
  margin: auto;
}
.jeg_block_heading_5 strong,
.jeg_block_heading_6 strong,
.jeg_block_heading_7 strong,
.jeg_block_heading_8 strong {
  color: #f70d28;
}
.dark.jeg_block_title,
.dark .jeg_block_title {
  color: #fff;
}
.dark.jeg_block_heading_1,
.dark .jeg_block_heading_1,
.dark.jeg_block_heading_2,
.dark .jeg_block_heading_2,
.dark.jeg_block_heading_5 .jeg_block_title span:after,
.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:before {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.dark.jeg_block_heading_1 .jeg_block_title span,
.dark .jeg_block_heading_1 .jeg_block_title span,
.dark.jeg_block_heading_2 .jeg_block_title span,
.dark .jeg_block_heading_2 .jeg_block_title span,
.dark.jeg_block_heading_3,
.dark .jeg_block_heading_3 {
  background: hsla(0, 0%, 100%, 0.2);
}
.jeg_subcat {
  display: block;
  float: left;
  margin-left: 1em;
}
.jeg_subcat .okayNav__menu-toggle {
  width: 30px;
}
.jeg_subcat_list,
.jeg_subcat_list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}
.jeg_subcat_list > li > a {
  color: #7b7b7b;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 7px;
  transition: all 0.25s ease;
}
.jeg_subcat_list li a:hover,
.jeg_subcat_list li button:hover {
  color: #f70d28;
}
.jeg_subcat_list li a.current {
  color: #212121;
}
.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_block_heading:not(.jeg_subcat_right) .okayNav__menu-toggle.icon--active {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
}
.jeg_subcat_right .jeg_subcat {
  float: right;
  margin-left: 0;
}
.jeg_subcat_right .jeg_cat_menu {
  left: inherit;
  right: 0;
}
.jeg_block_heading_3 .jeg_subcat_list li a {
  color: #fff;
}
.jeg_block_heading_3 .jeg_subcat_list li a.current {
  border-bottom: 3px solid rgba(0, 0, 0, 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;
}
.jeg_pl_lg_1 {
  margin-bottom: 30px;
}
.jeg_pl_lg_1 .jeg_post_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 15px 0 5px;
}
.jeg_pl_lg_2,
.jeg_pl_lg_3 {
  margin-bottom: 30px;
  overflow: hidden;
}
.jeg_pl_lg_2 .jeg_thumb,
.jeg_pl_lg_3 .jeg_thumb {
  width: 360px;
}
.jeg_pl_lg_2 .jeg_thumb {
  float: left;
  margin-right: 30px;
}
.jeg_pl_lg_3 .jeg_thumb {
  float: right;
  margin-left: 30px;
}
.jeg_pl_lg_2 .jeg_thumb .jeg_post_category,
.jeg_pl_lg_3 .jeg_thumb .jeg_post_category {
  top: 10px;
  bottom: auto;
}
.jeg_pl_lg_2 .jeg_postblock_content,
.jeg_pl_lg_3 .jeg_postblock_content {
  overflow: hidden;
}
.jeg_pl_lg_2 .jeg_post_title,
.jeg_pl_lg_3 .jeg_post_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}
.jeg_pl_lg_2 .jeg_readmore,
.jeg_pl_lg_3 .jeg_readmore {
  margin-bottom: 5px;
}
.jeg_pl_lg_4 {
  margin-bottom: 50px;
}
.jeg_pl_lg_4 .jeg_post_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 5px;
}
.jeg_pl_lg_4 .jeg_thumb .jeg_post_category {
  bottom: auto;
  top: 10px;
}
.jeg_pl_lg_4 .jeg_postblock_heading {
  margin-bottom: 20px;
}
.jeg_pl_lg_5 {
  margin-bottom: 30px;
}
.jeg_pl_lg_5 .jeg_post_title {
  font-weight: 700;
  margin-bottom: 10px;
}
.jeg_pl_lg_6 {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.jeg_pl_lg_6:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jeg_pl_lg_6 .jeg_post_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.jeg_pl_lg_6 .jeg_thumb {
  width: 300px;
  float: right;
  margin-left: 30px;
}
.jeg_pl_lg_7 {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #eee;
  overflow: visible;
}
.jeg_pl_lg_7 .jeg_postblock_content {
  padding: 20px 30px 30px;
  margin: 0 15px;
  position: relative;
  text-align: center;
}
.jeg_pl_lg_7 .jeg_post_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 8px;
}
.jeg_pl_lg_7 .jeg_thumb .jeg_post_category {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
  line-height: 20px;
}
.jeg_pl_lg_7 .jeg_thumb .jeg_post_category a {
  display: inline-block;
  color: #f70d28;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 12px;
  line-height: 20px;
}
.jeg_pl_lg_8:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.jeg_pl_lg_8 .jeg_post_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.jeg_pl_lg_8 .jeg_postblock_content {
  max-width: 600px;
}
.jeg_pl_lg_8 .jeg_post_meta {
  margin: 15px 0 0;
}
.jeg_pl_lg_8 .jeg_thumb img {
  width: 100%;
}
.jeg_pl_lg_8 .jeg_share_button {
  margin: 15px 0 20px;
}
.jeg_pl_lg_8 .jeg_post_meta a {
  font-weight: 400;
}
.jeg_pl_lg_8 .jeg_post_meta > div {
  margin-right: 0 !important;
}
.jeg_pl_lg_8 .jeg_post_meta > div:not(:last-of-type):after {
  display: inline-block;
  content: "\2022";
  padding: 0 7px;
}
.jeg_pl_lg_8 .jeg_sharelist {
  float: right;
}
.jeg_postblock_18.jeg_col_2o3 .jeg_block_navigation,
.jeg_postblock_18.jeg_col_3o3 .jeg_block_navigation {
  margin-top: 20px;
}
.jeg_pl_lg_9 {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.jeg_pl_lg_9 .jeg_postblock_heading {
  margin-bottom: 20px;
  text-align: center;
}
.jeg_pl_lg_9 .jeg_post_title {
  font-size: 34px;
  letter-spacing: -0.035em;
  margin: 0 0 10px;
}
.jeg_pl_lg_9 .jeg_post_category {
  margin-bottom: 10px;
}
.jeg_pl_lg_9 .jeg_post_excerpt {
  margin-top: 20px;
}
.jeg_pl_lg_9 .jeg_readmore_wrap {
  text-align: center;
}
.jeg_meta_footer {
  display: table;
  width: 100%;
  font-size: 12px;
  margin-bottom: -40px;
  color: #a0a0a0;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.jeg_meta_footer .label {
  font-style: italic;
}
.jeg_meta_footer > div > .fa {
  margin-right: 2px;
}
.jeg_meta_footer > div {
  display: table-cell;
  width: 33.3333333%;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #eee;
}
.jeg_meta_footer > div:last-of-type {
  border-right: 0;
}
.jeg_meta_footer .jeg_meta_author a,
.jeg_meta_footer .jeg_meta_comment a {
  color: #212121;
  font-weight: 700;
}
.jeg_meta_footer .jeg_post_share a {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  transition: 0.2s;
}
.jeg_pl_lg_card {
  margin-bottom: 30px;
  overflow: visible;
}
.jeg_pl_lg_card .jeg_thumb {
  position: relative;
}
.jeg_pl_lg_card .jeg_thumb img {
  width: 100%;
}
.jeg_pl_lg_card .jeg_postblock_content {
  background: #fff;
  padding: 15px 30px 20px;
  margin: -60px 20px 0;
  position: relative;
  z-index: 3;
}
.jeg_pl_lg_card .jeg_post_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 8px;
}
.jeg_pl_lg_card .jeg_post_excerpt {
  margin: 5px 0 10px;
}
.jeg_pl_md_card {
  margin-bottom: 30px;
  overflow: visible;
}
.jeg_pl_md_card .jeg_thumb {
  position: relative;
}
.jeg_pl_md_card .jeg_thumb img {
  width: 100%;
}
.jeg_pl_md_card .jeg_postblock_content {
  background: #fff;
  padding: 12px 20px 15px;
  margin: -50px 15px 0;
  position: relative;
  z-index: 3;
}
.jeg_pl_lg_card .jeg_inner_post,
.jeg_pl_md_card .jeg_inner_post {
  background: #fff;
}
.jeg_pl_md_card .jeg_post_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto 5px;
}
.jeg_pl_lg_card .jeg_post_category,
.jeg_pl_md_card .jeg_post_category {
  line-height: normal;
  margin-top: -2px;
  margin-bottom: 8px;
}
.jeg_pl_lg_card .jeg_post_category a,
.jeg_pl_md_card .jeg_post_category a {
  font-size: 11px;
  color: #a0a0a0;
  font-weight: 400;
  letter-spacing: normal;
}
.jeg_pl_lg_card .jeg_post_category a:hover,
.jeg_pl_md_card .jeg_post_category a:hover {
  color: #212121;
}
.jeg_pl_lg_box,
.jeg_pl_md_box {
  margin-bottom: 30px;
}
.jeg_pl_lg_box .box_wrap,
.jeg_pl_md_box .box_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_pl_lg_box .jeg_thumb img,
.jeg_pl_md_box .jeg_thumb img {
  width: 100%;
}
.jeg_pl_lg_box .jeg_postblock_content,
.jeg_pl_md_box .jeg_postblock_content {
  padding: 20px 15px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 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: #ff0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}
.jeg_pl_lg_box .jeg_postblock_content {
  padding: 40px 20px 20px;
}
.jeg_pl_lg_box .jeg_post_title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.jeg_pl_md_box .jeg_post_title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 5px;
}
.jeg_pl_lg_box .jeg_thumb .jeg_post_category,
.jeg_pl_md_box .jeg_thumb .jeg_post_category {
  top: 10px;
  bottom: auto;
}
.jeg_pl_lg_box .jeg_post_meta,
.jeg_pl_lg_box .jeg_post_title a,
.jeg_pl_lg_box a,
.jeg_pl_lg_box a:hover,
.jeg_pl_md_box .jeg_post_meta,
.jeg_pl_md_box .jeg_post_title a,
.jeg_pl_md_box a,
.jeg_pl_md_box a:hover,
.jeg_postblock .jeg_pl_lg_box .jeg_post_title a:hover,
.jeg_postblock .jeg_pl_md_box .jeg_post_title a:hover {
  color: #fff;
}
.jeg_pl_lg_box .jeg_post_meta .fa,
.jeg_pl_lg_box .jeg_post_meta a,
.jeg_pl_md_box .jeg_post_meta .fa,
.jeg_pl_md_box .jeg_post_meta a {
  color: inherit;
}
.jeg_pl_md_1 {
  margin-bottom: 30px;
}
.jeg_pl_md_1 .jeg_post_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
}
.jeg_pl_md_1 .jeg_thumb {
  margin-bottom: 15px;
}
.jeg_pl_md_2,
.jeg_pl_md_3 {
  margin-bottom: 30px;
  overflow: hidden;
}
.jeg_pl_md_2 .jeg_thumb,
.jeg_pl_md_3 .jeg_thumb {
  width: 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: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.jeg_pl_md_4 {
  margin-bottom: 40px;
}
.jeg_pl_md_4 .jeg_thumb {
  margin-bottom: 15px;
}
.jeg_pl_md_4 .jeg_post_title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 5px;
}
.jeg_pl_md_5 {
  margin-bottom: 30px;
}
.jeg_pl_md_5 .jeg_post_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.jeg_pl_md_5 .jeg_thumb {
  margin-bottom: 10px;
}
.jeg_pl_sm {
  margin-bottom: 25px;
  overflow: hidden;
}
.jeg_pl_sm .jeg_post_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.jeg_pl_sm .jeg_thumb {
  width: 120px;
  float: left;
}
.jeg_pl_sm .jeg_postblock_content {
  margin-left: 120px;
  padding-left: 15px;
}
.jeg_footer .jeg_post_meta {
  color: inherit;
}
.jeg_footer_3 .jeg_pl_sm .jeg_thumb {
  width: 90px;
}
.jeg_footer_3 .jeg_pl_sm .jeg_postblock_content {
  margin-left: 90px;
}
.jeg_pl_sm_2 .jeg_post_title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto 5px;
  letter-spacing: normal;
}
.jeg_pl_sm_2 {
  margin-bottom: 20px;
}
.jeg_pl_sm_2:after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 50px;
  border-bottom: 1px solid #eee;
}
.jeg_pl_sm_2 .jeg_post_category {
  margin-bottom: 5px;
}
.jeg_pl_sm_2 .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.jeg_pl_sm_3 {
  margin-bottom: 25px;
  overflow: hidden;
}
.jeg_pl_sm_3 .jeg_post_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.jeg_pl_sm_3 .jeg_thumb {
  width: 120px;
  float: right;
}
.jeg_pl_sm_3 .jeg_postblock_content {
  margin-right: 120px;
  padding-right: 15px;
}
.jeg_pl_xs {
  margin: 0 0 12px;
}
.jeg_pl_xs .jeg_postblock_content {
  position: relative;
  overflow: hidden;
  line-height: 1.4;
}
.jeg_pl_xs .jeg_post_title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: inline;
  margin-right: 5px;
  letter-spacing: normal;
}
.jeg_pl_xs .jeg_post_meta {
  display: inline;
}
.jeg_pl_xs_2 {
  margin: 0 0 15px;
  padding-left: 18px;
}
.jeg_pl_xs_2,
.jeg_pl_xs_2 .jeg_postblock_content {
  position: relative;
}
.jeg_pl_xs_2:before {
  color: #f70d28;
  position: absolute;
  left: 0;
  top: 0;
  content: "\F0DA";
  font-family: FontAwesome;
  text-rendering: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_pl_xs_2 .jeg_post_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
  margin: 0 0 0.5em;
  letter-spacing: normal;
}
.jeg_pl_xs_3 {
  overflow: hidden;
  margin-bottom: 20px;
}
.jeg_pl_xs_3 .jeg_post_title {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.jeg_pl_xs_3 .jeg_thumb {
  float: left;
  width: 75px;
}
.jeg_pl_xs_3 .jeg_postblock_content {
  margin-left: 75px;
  padding-left: 15px;
}
.jeg_pl_xs_4 {
  margin: 0 0 10px;
}
.jeg_pl_xs_4 .jeg_postblock_content {
  position: relative;
  padding: 0 0 0 14px;
}
.jeg_pl_xs_4 .jeg_postblock_content:before {
  color: #f70d28;
  font-size: 14px;
  position: absolute;
  left: 1px;
  top: 0;
  content: "\F0DA";
  font-family: FontAwesome;
  text-rendering: auto;
  width: 100%;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_pl_xs_4 .jeg_post_title {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: normal;
}
.jeg_pl_xs_4 .jeg_post_meta {
  display: inline;
}
.jeg_post.format-gallery .jeg_thumb:before,
.jeg_post.format-video .jeg_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
  transition: 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.jeg_post.format-gallery .jeg_thumb:after,
.jeg_post.format-video .jeg_thumb:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.jeg_post.format-gallery .jeg_thumb:hover .jeg_thumb:before,
.jeg_post.format-video .jeg_thumb:hover .jeg_thumb:before {
  opacity: 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-gallery .jeg_thumb:after,
.jeg_pl_sm.format-video .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3
  .jeg_post:nth-child(n + 3).format-gallery
  .jeg_thumb:after,
.jeg_postblock_8.jeg_col_2o3
  .jeg_post:nth-child(n + 3).format-video
  .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3
  .jeg_post:nth-child(n + 4).format-gallery
  .jeg_thumb:after,
.jeg_postblock_8.jeg_col_3o3
  .jeg_post:nth-child(n + 4).format-video
  .jeg_thumb:after {
  transform: scale(0.7);
}
@media only screen and (min-width: 768px) {
  .jeg_postblock_carousel_3 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_carousel_3 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(0.6);
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-gallery .jeg_thumb:after,
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2.format-video .jeg_thumb:after,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-gallery .jeg_thumb:after,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3.format-video .jeg_thumb:after,
  .jeg_postblock_13.jeg_col_1o3
    .jeg_pl_md_1:nth-child(n + 1).format-gallery
    .jeg_thumb:after,
  .jeg_postblock_13.jeg_col_1o3
    .jeg_pl_md_1:nth-child(n + 1).format-video
    .jeg_thumb:after,
  .jeg_postblock_14.jeg_col_1o3
    .jeg_posts
    .jeg_post:nth-child(n + 1).format-gallery
    .jeg_thumb:after,
  .jeg_postblock_14.jeg_col_1o3
    .jeg_posts
    .jeg_post:nth-child(n + 1).format-video
    .jeg_thumb:after,
  .jeg_postblock_22.jeg_col_1o3 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_22.jeg_col_1o3 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(0.7);
  }
  .jeg_col_3o3 .jeg_pl_lg_5.format-gallery .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_5.format-video .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_9.format-gallery .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_9.format-video .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_box.format-video .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after,
  .jeg_col_3o3 .jeg_pl_lg_card.format-video .jeg_thumb:after,
  .jeg_postblock_10.jeg_col_2o3 .jeg_pl_lg_4.format-gallery .jeg_thumb:after,
  .jeg_postblock_10.jeg_col_2o3 .jeg_pl_lg_4.format-video .jeg_thumb:after,
  .jeg_postblock_10.jeg_col_3o3 .jeg_pl_lg_4.format-gallery .jeg_thumb:after,
  .jeg_postblock_10.jeg_col_3o3 .jeg_pl_lg_4.format-video .jeg_thumb:after {
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 768px) {
  .jeg_post.format-video .jeg_thumb:after {
    font-size: 16px;
    line-height: 30px;
    height: 34px;
    width: 34px;
    margin: -17px 0 0 -17px;
    -webkit-backface-visibility: hidden;
  }
  .jeg_post.format-gallery .jeg_thumb:after {
    font-size: 24px;
    margin: -12.5px 0 0 -14px;
  }
  .jeg_pl_lg_5.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_5.format-video .jeg_thumb:after,
  .jeg_pl_lg_9.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_9.format-video .jeg_thumb:after,
  .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_box.format-video .jeg_thumb:after,
  .jeg_postblock_13 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_13 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(1.5);
  }
  .jeg_pl_lg_card.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_card.format-video .jeg_thumb:after {
    transform: scale(1.5);
    margin-top: -37px;
  }
}
@media only screen and (max-width: 667px) {
  .jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 568px) {
  .jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,
  .jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 480px) {
  .jeg_postblock_5 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_5 .jeg_post.format-video .jeg_thumb:after,
  .jeg_postblock_6 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_6 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(0.8);
  }
  .jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after {
    transform: scale(1.5);
  }
  .jeg_pl_lg_5.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_5.format-video .jeg_thumb:after,
  .jeg_pl_lg_box.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_box.format-video .jeg_thumb:after,
  .jeg_postblock_8.jeg_col_2o3
    .jeg_post:nth-child(n + 3).format-gallery
    .jeg_thumb:after,
  .jeg_postblock_8.jeg_col_2o3
    .jeg_post:nth-child(n + 3).format-video
    .jeg_thumb:after,
  .jeg_postblock_8.jeg_col_3o3
    .jeg_post:nth-child(n + 4).format-gallery
    .jeg_thumb:after,
  .jeg_postblock_8.jeg_col_3o3
    .jeg_post:nth-child(n + 4).format-video
    .jeg_thumb:after {
    transform: none;
  }
}
@media only screen and (max-width: 320px) {
  .jeg_pl_lg_9.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_9.format-video .jeg_thumb:after,
  .jeg_pl_lg_card.format-gallery .jeg_thumb:after,
  .jeg_pl_lg_card.format-video .jeg_thumb:after,
  .jeg_postblock_22 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_22 .jeg_post.format-video .jeg_thumb:after,
  .jeg_postblock_23 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_23 .jeg_post.format-video .jeg_thumb:after,
  .jeg_postblock_25 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_25 .jeg_post.format-video .jeg_thumb:after,
  .jeg_postblock_27 .jeg_post.format-gallery .jeg_thumb:after,
  .jeg_postblock_27 .jeg_post.format-video .jeg_thumb:after {
    transform: none;
  }
  .jeg_col_1o3 .jeg_pl_lg_card.format-gallery .jeg_thumb:after,
  .jeg_col_1o3 .jeg_pl_lg_card.format-video .jeg_thumb:after {
    margin-top: -27px;
  }
}
.jeg_slider_wrapper,
.jeg_video_playlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.jeg_postblock {
  margin-bottom: 20px;
  position: relative;
}
.jeg_postblock.loaded,
.jeg_postblock.menu-active {
  z-index: 2;
}
.jeg_post_title {
  letter-spacing: -0.02em;
}
.jeg_post_title a {
  color: #212121;
  transition: color 0.2s;
}
.jeg_postblock .jeg_post_title a:hover,
.jeg_sidefeed .jeg_pl_xs_3 .jeg_post_title a:hover,
.widget_jnews_popular .jeg_post_title a:hover {
  color: #f70d28;
}
.jeg_post_excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}
.jeg_post_excerpt p {
  margin-bottom: 1em;
}
.jeg_post_excerpt p:last-of-type {
  margin-bottom: 0;
}
.jeg_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
}
.jeg_post_category {
  margin-bottom: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_post_category a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}
.jeg_post_category a:last-child {
  margin-right: 0;
}
.jeg_pl_lg_1 .jeg_review_stars,
.jeg_pl_lg_4 .jeg_review_stars,
.jeg_pl_lg_6 .jeg_review_stars,
.jeg_pl_lg_box .jeg_review_stars,
.jeg_pl_lg_card .jeg_review_stars {
  font-size: 16px;
}
.jeg_post_meta .jeg_post_category {
  text-transform: uppercase;
}
.jeg_post_meta a {
  color: inherit;
  font-weight: 700;
}
.jeg_meta_date a,
.jeg_meta_views a,
.jeg_modified_date a {
  font-weight: 400;
}
.jeg_meta_author a {
  color: #f70d28;
}
.jeg_post_meta .fa {
  color: #2e9fff;
}
.jeg_post_meta > div {
  display: inline-block;
}
.jeg_post_meta > div:not(:last-of-type) {
  margin-right: 1em;
}
.jeg_post_meta > div > .fa {
  margin-right: 2px;
}
.jeg_readmore {
  color: #53585c;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  margin-top: 15px;
  padding: 6px 18px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.jeg_readmore:hover {
  color: #fff;
  background: #f70d28;
  border-color: #f70d28;
}
.jeg_thumb,
.thumbnail-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.thumbnail-container {
  display: block;
  height: 0;
  background: #f7f7f7;
  background-position: 50%;
  background-size: cover;
}
.thumbnail-container.no_thumbnail:after {
  font-family: FontAwesome, serif;
  content: "\F03E";
  display: block;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 50%;
  background: none;
  color: #bfbfbf;
  font-size: 18px;
  margin-top: -9px;
  margin-left: -10px;
  line-height: 1;
}
.thumbnail-container > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  color: #a0a0a0;
  z-index: -1;
}
.jeg_postblock_35 .thumbnail-container > img {
  min-height: 0;
}
.thumbnail-background > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.size-500 {
  padding-bottom: 50%;
}
.size-715 {
  padding-bottom: 71.5%;
}
.size-1000 {
  padding-bottom: 100%;
}
.size-1400 {
  padding-bottom: 140%;
}
.size-1500 {
  padding-bottom: 150%;
}
.thumbnail-container.animate-lazy > img {
  opacity: 0;
}
.thumbnail-container:after {
  content: "";
  opacity: 1;
  background: #f7f7f7 url(image/preloader.gif);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.lazyloaded,
.thumbnail-background > div.lazyloaded {
  opacity: 1 !important;
  transition: opacity 0.4s ease;
}
.jeg_thumb .jeg_post_category {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  margin: 0;
  line-height: 1;
}
.jeg_thumb .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}
.jeg_post_category span {
  display: inline-block;
  line-height: 1;
}
.jeg_block_navigation {
  position: relative;
}
.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_pagination_scrollload .jeg_block_navigation {
  margin: 20px 0;
}
.navigation_overlay {
  position: relative;
  height: 48px;
  display: none;
}
.jeg_block_nav {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.jeg_block_nav:after,
.jeg_block_nav:before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #eee;
  left: -40px;
  top: 50%;
}
.jeg_block_nav:after {
  right: -40px;
  left: auto;
}
.jeg_block_nav a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  width: 30px;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #212121;
  background: #fff;
  transition: 0.2s ease;
}
.jeg_block_nav .prev {
  margin-right: 2px;
}
.jeg_block_nav a:not(.disabled):hover {
  background: #f5f5f5;
}
.jeg_block_nav a.disabled {
  color: #a0a0a0;
  border-color: #eee;
}
.jeg_block_nav.inactive {
  display: none;
}
.jeg_block_nav.showtext {
  text-align: left;
}
.jeg_block_nav.showtext:after,
.jeg_block_nav.showtext:before {
  display: none;
}
.jeg_block_nav.showtext a {
  width: auto;
  min-width: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 1;
}
.jeg_block_nav.showtext i {
  position: relative;
  font-size: 13px;
}
.jeg_block_nav.showtext .prev i {
  left: -2px;
}
.jeg_block_nav.showtext .next i {
  right: -2px;
}
.jeg_block_loadmore {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jeg_block_loadmore a {
  min-width: 30%;
  height: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
  color: #212121;
  background: #fff;
  transition: 0.2s ease;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_block_loadmore a:after,
.jeg_block_loadmore a:before {
  content: "";
  height: 1px;
  background: #eee;
  width: 1000px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: none;
  pointer-events: none;
}
.jeg_block_loadmore a:before {
  right: 100%;
  margin-right: 20px;
}
.jeg_block_loadmore a:after {
  left: 100%;
  margin-left: 20px;
}
.jeg_block_loadmore a.active,
.jeg_block_loadmore a:hover {
  color: #fff;
  background: #f70d28;
  border-color: #f70d28;
}
.jeg_block_loadmore a.disabled {
  display: none;
}
.jeg_postblock.loaded {
  overflow: hidden;
  height: auto;
}
.jeg_postblock.loaded .jeg_block_container {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.jeg_postblock.loaded.subclass .jeg_block_container {
  -webkit-animation-name: m;
  animation-name: m;
}
.jeg_postblock.loaded.next .jeg_block_container {
  -webkit-animation-name: k;
  animation-name: k;
}
.jeg_postblock.loaded.prev .jeg_block_container {
  -webkit-animation-name: l;
  animation-name: l;
}
.jeg_postblock.loaded.more .jeg_ajax_loaded,
.jeg_postblock.loaded.scroll .jeg_ajax_loaded {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: m;
  animation-name: m;
}
.jeg_postblock.loaded.more .anim_1,
.jeg_postblock.loaded.scroll .anim_1 {
  -webkit-animation-delay: 0.05s;
}
.jeg_postblock.loaded.more .anim_2,
.jeg_postblock.loaded.scroll .anim_2 {
  -webkit-animation-delay: 0.15s;
}
.jeg_postblock.loaded.more .anim_3,
.jeg_postblock.loaded.scroll .anim_3 {
  -webkit-animation-delay: 0.25s;
}
.jeg_postblock.loaded.more .anim_4,
.jeg_postblock.loaded.scroll .anim_4 {
  -webkit-animation-delay: 0.35s;
}
.jeg_postblock.loaded.more .anim_5,
.jeg_postblock.loaded.scroll .anim_5 {
  -webkit-animation-delay: 0.45s;
}
.jeg_postblock.loaded.more .anim_6,
.jeg_postblock.loaded.scroll .anim_6 {
  -webkit-animation-delay: 0.55s;
}
.jeg_postblock.loaded.more .anim_7,
.jeg_postblock.loaded.scroll .anim_7 {
  -webkit-animation-delay: 0.65s;
}
.jeg_postblock.loaded.more .anim_8,
.jeg_postblock.loaded.scroll .anim_8 {
  -webkit-animation-delay: 0.75s;
}
.jeg_postblock.loaded.more .anim_9,
.jeg_postblock.loaded.scroll .anim_9 {
  -webkit-animation-delay: 0.85s;
}
.jeg_postblock.loaded.more .anim_10,
.jeg_postblock.loaded.scroll .anim_10 {
  -webkit-animation-delay: 0.95s;
}
.jeg_postblock.loaded.more .anim_11,
.jeg_postblock.loaded.scroll .anim_11 {
  -webkit-animation-delay: 10.05s;
}
.jeg_postblock.loaded.more .anim_12,
.jeg_postblock.loaded.scroll .anim_12 {
  -webkit-animation-delay: 10.15s;
}
.jeg_postblock.loaded.more .anim_13,
.jeg_postblock.loaded.scroll .anim_13 {
  -webkit-animation-delay: 10.25s;
}
.jeg_postblock.loaded.more .anim_14,
.jeg_postblock.loaded.scroll .anim_14 {
  -webkit-animation-delay: 10.35s;
}
.jeg_postblock.loaded.more .anim_15,
.jeg_postblock.loaded.scroll .anim_15 {
  -webkit-animation-delay: 10.45s;
}
.jeg_postblock.loaded.more .anim_16,
.jeg_postblock.loaded.scroll .anim_16 {
  -webkit-animation-delay: 10.55s;
}
.jeg_postblock.loaded.more .anim_17,
.jeg_postblock.loaded.scroll .anim_17 {
  -webkit-animation-delay: 10.65s;
}
.jeg_postblock.loaded.more .anim_18,
.jeg_postblock.loaded.scroll .anim_18 {
  -webkit-animation-delay: 10.75s;
}
.jeg_postblock.loaded.more .anim_19,
.jeg_postblock.loaded.scroll .anim_19 {
  -webkit-animation-delay: 10.85s;
}
.jeg_postblock.loaded.more .anim_20,
.jeg_postblock.loaded.scroll .anim_20 {
  -webkit-animation-delay: 1.95s;
}
.jeg_postblock.loaded.more .anim_21,
.jeg_postblock.loaded.scroll .anim_21 {
  -webkit-animation-delay: 20.05s;
}
.jeg_postblock.loaded.more .anim_22,
.jeg_postblock.loaded.scroll .anim_22 {
  -webkit-animation-delay: 20.15s;
}
.jeg_postblock.loaded.more .anim_23,
.jeg_postblock.loaded.scroll .anim_23 {
  -webkit-animation-delay: 20.25s;
}
.jeg_postblock.loaded.more .anim_24,
.jeg_postblock.loaded.scroll .anim_24 {
  -webkit-animation-delay: 20.35s;
}
.jeg_postblock.loaded.more .anim_25,
.jeg_postblock.loaded.scroll .anim_25 {
  -webkit-animation-delay: 20.45s;
}
.jeg_postblock.loaded.more .anim_26,
.jeg_postblock.loaded.scroll .anim_26 {
  -webkit-animation-delay: 20.55s;
}
.jeg_postblock.loaded.more .anim_27,
.jeg_postblock.loaded.scroll .anim_27 {
  -webkit-animation-delay: 20.65s;
}
.jeg_postblock.loaded.more .anim_28,
.jeg_postblock.loaded.scroll .anim_28 {
  -webkit-animation-delay: 20.75s;
}
.jeg_postblock.loaded.more .anim_29,
.jeg_postblock.loaded.scroll .anim_29 {
  -webkit-animation-delay: 20.85s;
}
.jeg_postblock.loaded.more .anim_30,
.jeg_postblock.loaded.scroll .anim_30 {
  -webkit-animation-delay: 2.95s;
}
.jeg_postblock_3 .jeg_block_loadmore,
.jeg_postblock_3 .jeg_block_nav,
.jeg_postblock_4 .jeg_block_loadmore,
.jeg_postblock_4 .jeg_block_nav,
.jeg_postblock_5 .jeg_block_loadmore,
.jeg_postblock_5 .jeg_block_nav,
.jeg_postblock_6 .jeg_block_loadmore,
.jeg_postblock_6 .jeg_block_nav {
  margin-bottom: 20px;
}
.jeg_postblock_11.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_postblock_11.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_postblock_11.jeg_pagination_scrollload .jeg_block_navigation {
  margin-top: -5px;
  margin-bottom: 20px;
}
.jeg_postblock_12.jeg_pagination_loadmore .jeg_block_navigation,
.jeg_postblock_12.jeg_pagination_nextprev .jeg_block_navigation,
.jeg_postblock_12.jeg_pagination_scrollload .jeg_block_navigation {
  margin-top: -10px;
  margin-bottom: 30px;
}
.jeg_postblock_3,
.jeg_postblock_4,
.jeg_postblock_5,
.jeg_postblock_6,
.jeg_postblock_14,
.jeg_postblock_15,
.jeg_postblock_15 .jeg_block_loadmore,
.jeg_postblock_15 .jeg_block_nav {
  margin-bottom: 10px;
}
.jeg_postblock_19 {
  margin-bottom: 15px;
}
.jeg_postblock_2 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_2 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: normal;
  margin-right: -30px;
}
.jeg_postblock_2 .jeg_pl_sm {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.jeg_postblock_8 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_8 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -30px;
}
.jeg_postblock_8 .jeg_post {
  float: left;
  width: 33.333333333%;
  padding-right: 30px;
}
.jeg_postblock_8 .jeg_post_title {
  font-size: 14px;
  line-height: 1.4;
}
.jeg_postblock_9 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_9 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -30px;
}
.jeg_postblock_9 .jeg_post {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.jeg_postblock_11 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_11 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  margin-right: -30px;
}
.jeg_postblock_11 .jeg_post {
  float: left;
  width: 50%;
  padding-right: 30px;
  display: flex;
}
.jeg_postblock_11 .jeg_post .jeg_inner_post {
  width: 100%;
}
.jeg_postblock_11 .jeg_postblock_content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.jeg_postblock_11 .jeg_post_title {
  flex: 1 0 auto;
  margin: 0 0 5px;
}
.jeg_postblock_12 {
  margin-bottom: 0;
}
.jeg_postblock_11.jeg_pb_boxed_shadow,
.jeg_postblock_12.jeg_pb_boxed_shadow {
  box-shadow: none;
}
.jeg_postblock_11.jeg_pb_boxed_shadow .jeg_inner_post,
.jeg_postblock_12.jeg_pb_boxed_shadow .jeg_inner_post {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.jeg_postblock_14 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_14 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -30px;
}
.jeg_postblock_14 .jeg_posts .jeg_post {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.jeg_postblock_14 .jeg_block_nav {
  margin-bottom: 30px;
}
.jeg_postblock_15 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_15 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -30px;
}
.jeg_postblock_15 .jeg_post {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.jeg_postblock_16 {
  margin-bottom: 30px;
}
.jeg_postblock_16 .jeg_postbig .jeg_post {
  margin-bottom: 20px;
}
.jeg_postblock_16 .jeg_posts {
  padding-top: 15px;
  border-top: 1px solid #eee;
  -webkit-columns: 2 340px;
  columns: 2 340px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.jeg_postblock_16 .jeg_pl_xs_2 {
  page-break-inside: avoid;
  margin-bottom: 5px;
}
.jeg_postblock_20 .jeg_pl_sm,
.jeg_postblock_22 {
  margin-bottom: 15px;
}
.jeg_postblock_22 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_22 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -30px;
}
.jeg_postblock_22 .jeg_post {
  float: left;
  width: 33.333333333%;
  padding-right: 30px;
  margin-bottom: 25px;
}
.jeg_postblock_22.jeg_col_1o3 .jeg_posts {
  margin-right: -20px;
}
.jeg_postblock_22.jeg_col_1o3 .jeg_post {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
}
.jeg_postblock_23 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_23 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-right: -40px;
}
.jeg_postblock_23 .jeg_post {
  float: left;
  width: 50%;
  padding-right: 40px;
}
.jeg_postblock_23 .jeg_post_excerpt {
  margin: 10px 0;
}
.jeg_postblock_24 {
  margin-bottom: 40px;
}
.jeg_postblock_24 .jeg_pl_md_box {
  margin-bottom: 20px;
}
.jeg_postblock_24 .jeg_pl_xs_4 {
  margin-bottom: 8px;
}
.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.jeg_postblock_24.jeg_col_1o3.jeg_pagination_loadmore
  .jeg_pl_xs_4:last-child
  .jeg_postblock_content,
.jeg_postblock_24.jeg_col_1o3.jeg_pagination_nextprev
  .jeg_pl_xs_4:last-child
  .jeg_postblock_content {
  border-bottom: 0;
}
.jeg_postblock_25 .jeg_post {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.jeg_postblock_25 .jeg_post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jeg_postblock_25 .jeg_postblock_heading {
  margin-bottom: 15px;
}
.jeg_postblock_25 .jeg_post_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.jeg_postblock_25 .jeg_thumb {
  width: 280px;
  float: left;
  margin-right: 30px;
}
.jeg_postblock_25 .jeg_post_excerpt {
  margin-top: 0;
}
.jeg_postblock_26 {
  margin-bottom: 0;
}
.jeg_postblock_27 .jeg_posts_wrap {
  position: relative;
  overflow: hidden;
}
.jeg_postblock_27 .jeg_post_excerpt {
  margin: 10px 0;
}
@media only screen and (min-width: 567px) {
  .jeg_postblock_27 .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -25px;
  }
  .jeg_postblock_27 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .jeg_postblock_27 .jeg_posts {
    margin-right: -40px;
  }
  .jeg_postblock_27 .jeg_post {
    padding-right: 40px;
  }
  .jeg_postblock_27.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
}
.jeg_postblock_28 .jeg_meta_date {
  display: inline;
  margin-left: 5px;
}
.jeg_postblock_28 .show_border article,
.jeg_postblock_29 .show_border article {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.jeg_postblock_28 .show_border article:last-child,
.jeg_postblock_29 .show_border article:last-child {
  border-bottom: 0;
}
.jeg_postblock_32 .jeg_block_container,
.jeg_postblock_33 .jeg_block_container {
  overflow: visible;
}
.jeg_postblock_32 .jeg_post,
.jeg_postblock_33 .jeg_post,
.jeg_postblock_34 .jeg_post,
.jeg_postblock_37 .jeg_post {
  width: 100%;
  margin-bottom: 20px;
}
.jeg_postblock_32 .jeg_post .box_wrap,
.jeg_postblock_33 .jeg_post .box_wrap,
.jeg_postblock_35 .jeg_pl_md_5 .box_wrap,
.jeg_postblock_36 .jeg_pl_md_5 .box_wrap,
.jeg_postblock_37 .jeg_post .box_wrap {
  background: #fff;
  border: 1px solid #eee;
}
.jeg_postblock_32.alt .jeg_post .box_wrap,
.jeg_postblock_33.alt .jeg_post .box_wrap,
.jeg_postblock_35.alt .jeg_pl_md_5 .box_wrap,
.jeg_postblock_36.alt .jeg_pl_md_5 .box_wrap,
.jeg_postblock_37.alt .jeg_post .box_wrap {
  background: #000;
  border: 0;
}
.jeg_postblock_32 .box_shadow .box_wrap,
.jeg_postblock_33 .box_shadow .box_wrap,
.jeg_postblock_35 .jeg_pl_md_5.box_shadow .box_wrap,
.jeg_postblock_36 .jeg_pl_md_5.box_shadow .box_wrap,
.jeg_postblock_37 .box_shadow .box_wrap {
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.jeg_postblock_32 .jeg_postblock_heading {
  padding: 15px 20px;
  position: relative;
}
.jeg_postblock_32 .jeg_post_title {
  font-size: 18px;
  margin: 5px 0 0;
}
.jeg_postblock_32 .jeg_postblock_content {
  padding: 15px 20px 25px;
}
.jeg_postblock_32 .jeg_post_excerpt {
  margin-top: 0;
}
.jeg_postblock_32 .jeg_post_meta {
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jeg_postblock_32.alt .jeg_post_meta {
  color: hsla(0, 0%, 100%, 0.7);
  background: #111;
  border-color: hsla(0, 0%, 100%, 0.1);
}
.jeg_postblock_32 .jeg_meta_author a {
  color: inherit;
}
.jeg_postblock_32 .jeg_post_meta > div:not(:last-of-type) {
  margin-right: 15px;
}
.jeg_postblock_32 .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_32 .jeg_post_meta .jeg_post_review {
  float: right;
  margin-right: 0 !important;
}
.jeg_postblock_32 .thumbnail-container > img,
.jeg_postblock_33 .thumbnail-container > img,
.jeg_postblock_34 .thumbnail-container > img,
.jeg_postblock_35 .thumbnail-container > img {
  position: relative;
}
.jeg_postblock_32 .thumbnail-container,
.jeg_postblock_33 .thumbnail-container,
.jeg_postblock_34 .thumbnail-container,
.jeg_postblock_35 .thumbnail-container {
  height: auto;
  padding-bottom: 0;
}
.jeg_postblock_32 .jeg_readmore,
.jeg_postblock_33 .jeg_readmore,
.jeg_postblock_35 .jeg_readmore {
  background: #53585c;
  color: #fff;
  box-shadow: none;
  border: 0;
}
.jeg_postblock_32 .jeg_readmore:hover,
.jeg_postblock_33 .jeg_readmore:hover,
.jeg_postblock_35 .jeg_readmore:hover {
  background: #212121;
}
.jeg_postblock_33 .jeg_postblock_content {
  padding: 20px;
}
.jeg_postblock_33 .jeg_thumb .jeg_post_category {
  top: 20px;
  left: 20px;
}
.jeg_postblock_33 .jeg_post_title,
.jeg_postblock_35 .jeg_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.jeg_postblock_34 .jeg_pl_md_box .jeg_postblock_content,
.jeg_postblock_35 .jeg_pl_md_box .jeg_postblock_content {
  padding: 20px;
}
.jeg_postblock_34 .jeg_post .jeg_thumb:before,
.jeg_postblock_35 .jeg_pl_md_box .jeg_thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-out;
  opacity: 0.18;
  pointer-events: none;
}
.jeg_postblock_34 .jeg_post:hover .jeg_thumb:before,
.jeg_postblock_35 .jeg_pl_md_box:hover .jeg_thumb:before {
  opacity: 0.35;
}
.jeg_postblock_35 .jeg_pl_md_box .jeg_post_title,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_title {
  font-size: 20px;
  margin-bottom: 10px;
}
.jeg_postblock_35 .jeg_pl_md_5 .jeg_postblock_content {
  padding: 20px 20px 30px;
}
.jeg_postblock_35 .jeg_pl_md_5 .jeg_post_meta {
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jeg_postblock_35.alt .jeg_pl_md_5 .jeg_post_meta {
  color: hsla(0, 0%, 100%, 0.7);
  background: #111;
  border-color: hsla(0, 0%, 100%, 0.1);
}
.jeg_postblock_35 .jeg_pl_md_5 .jeg_meta_author a {
  color: inherit;
}
.jeg_postblock_35 .jeg_pl_md_5 .jeg_thumb,
.jeg_postblock_36 .jeg_pl_md_5 .jeg_thumb {
  margin-bottom: 0;
}
.jeg_postblock_35 .jeg_thumb .jeg_post_category,
.jeg_postblock_36 .jeg_thumb .jeg_post_category {
  top: 20px;
  left: 20px;
}
.jeg_postblock_35 .jeg_pl_md_box .jeg_postblock_content {
  background: transparent;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.jeg_postblock_35 .jeg_pl_md_box .jeg_thumb:before {
  opacity: 0.35;
}
.jeg_postblock_35 .jeg_pl_md_box.format-gallery .jeg_thumb:after,
.jeg_postblock_35 .jeg_pl_md_box.format-video .jeg_thumb:after,
.jeg_postblock_36 .jeg_pl_md_box.format-gallery .jeg_thumb:after,
.jeg_postblock_36 .jeg_pl_md_box.format-video .jeg_thumb:after {
  display: none;
}
.jeg_postblock_35 .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_postformat_icon:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  z-index: 1;
}
.jeg_postblock_35 .jeg_post.format-video .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_post.format-video .jeg_postformat_icon:after {
  content: "\F04B";
  border-radius: 100%;
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  letter-spacing: -4px;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 0 2px #fff;
}
.jeg_postblock_35 .jeg_post.format-gallery .jeg_postformat_icon:after,
.jeg_postblock_36 .jeg_post.format-gallery .jeg_postformat_icon:after {
  content: "\F03E";
  font-size: 24px;
  top: 20px;
  right: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.jeg_postblock_35 .jeg_pl_md_box .jeg_post_excerpt,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_excerpt {
  color: #fff;
}
.jeg_postblock_35 .jeg_pl_md_box .jeg_post_meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}
.jeg_postblock_35 .jeg_post_meta > div:not(:last-of-type) {
  margin-right: 15px;
}
.jeg_postblock_35 .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_35 .jeg_post_meta .jeg_post_review,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta .jeg_meta_comment,
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta .jeg_post_review {
  float: right;
  margin-right: 0 !important;
}
.jeg_postblock_36 .jeg_posts,
.jeg_postblock_37 .jeg_posts {
  flex-wrap: wrap;
  display: flex;
}
.jeg_postblock_36 .jeg_pl_md_5 .jeg_postblock_content {
  position: relative;
  padding: 20px 20px 25px;
}
.jeg_postblock_36 .jeg_pl_md_box .jeg_post_meta {
  margin-top: 20px;
}
.jeg_postblock_36 .jeg_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.jeg_postblock_36 .jeg_pl_md_box {
  min-height: 400px;
}
.jeg_postblock_36 .jeg_post {
  width: 100%;
}
.jeg_postblock_36 .box_wrap,
.jeg_postblock_37 .box_wrap {
  height: 100%;
}
.jeg_postblock_36 .jeg_pl_md_box .jeg_thumb {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jeg_postblock_37 .jeg_postblock_content {
  padding: 20px 20px 25px;
  position: relative;
  text-align: center;
}
.jeg_postblock_37 .jeg_post_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}
.jeg_postblock_37 .jeg_post_category {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (min-width: 567px) {
  .jeg_postblock_32 .jeg_posts_masonry,
  .jeg_postblock_33 .jeg_posts_masonry,
  .jeg_postblock_34 .jeg_posts_masonry,
  .jeg_postblock_35 .jeg_posts_masonry,
  .jeg_postblock_36 .jeg_posts,
  .jeg_postblock_37 .jeg_posts {
    margin: 0 -10px;
  }
  .jeg_postblock_32 .jeg_post,
  .jeg_postblock_33 .jeg_post,
  .jeg_postblock_34 .jeg_post,
  .jeg_postblock_35 .jeg_post,
  .jeg_postblock_36 .jeg_post,
  .jeg_postblock_37 .jeg_post {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .jeg_postblock_32 .jeg_posts_masonry,
  .jeg_postblock_33 .jeg_posts_masonry,
  .jeg_postblock_34 .jeg_posts_masonry,
  .jeg_postblock_35 .jeg_posts_masonry,
  .jeg_postblock_36 .jeg_posts,
  .jeg_postblock_37 .jeg_posts {
    margin: 0 -15px;
  }
  .jeg_postblock_32 .jeg_post,
  .jeg_postblock_33 .jeg_post,
  .jeg_postblock_34 .jeg_post,
  .jeg_postblock_35 .jeg_post,
  .jeg_postblock_36 .jeg_post,
  .jeg_postblock_37 .jeg_post {
    padding: 0 15px;
  }
  .jeg_postblock_32.jeg_col_1o3 .jeg_posts_masonry,
  .jeg_postblock_33.jeg_col_1o3 .jeg_posts_masonry,
  .jeg_postblock_34.jeg_col_1o3 .jeg_posts_masonry,
  .jeg_postblock_35.jeg_col_1o3 .jeg_posts_masonry,
  .jeg_postblock_36.jeg_col_1o3 .jeg_posts,
  .jeg_postblock_37.jeg_col_1o3 .jeg_posts {
    margin: 0;
  }
  .jeg_postblock_32.jeg_col_1o3 .jeg_post,
  .jeg_postblock_33.jeg_col_1o3 .jeg_post,
  .jeg_postblock_34.jeg_col_1o3 .jeg_post,
  .jeg_postblock_35.jeg_col_1o3 .jeg_post,
  .jeg_postblock_36.jeg_col_1o3 .jeg_post,
  .jeg_postblock_37.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding: 0;
  }
  .jeg_postblock_32.jeg_col_3o3 .jeg_post,
  .jeg_postblock_33.jeg_col_3o3 .jeg_post,
  .jeg_postblock_34.jeg_col_3o3 .jeg_post,
  .jeg_postblock_35.jeg_col_3o3 .jeg_post,
  .jeg_postblock_36.jeg_col_3o3 .jeg_post,
  .jeg_postblock_37.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
}
@media only screen and (min-width: 1024px) {
  .jeg_postblock_32 .jeg_post_title,
  .jeg_postblock_35 .jeg_pl_md_box .jeg_post_title,
  .jeg_postblock_36 .jeg_pl_md_box .jeg_post_title {
    font-size: 22px;
  }
  .jeg_postblock_33 .jeg_post_title,
  .jeg_postblock_35 .jeg_pl_md_5 .jeg_post_title,
  .jeg_postblock_36 .jeg_pl_md_5 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_postblock_37 .jeg_post_title {
    font-size: 18px;
  }
}
.jeg_postblock_38 .jeg_post {
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  border-top: 1px solid #eaeaea;
}
.jeg_postblock_38 .jeg_thumb:after {
  display: none;
}
.jeg_postblock_38 .box_wrap {
  position: relative;
}
.jeg_postblock_38 .box_wrap > div {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.jeg_postblock_38 .box_wrap .jeg_readmore_arrow {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.jeg_postblock_38 .jeg_readmore_arrow a {
  opacity: 0;
  font-size: 22px;
  color: #a0a0a0;
  transition: 0.25s ease-out;
  transform: translate3d(-20px, 0, 0);
}
.jeg_postblock_38 .jeg_post:hover .jeg_readmore_arrow a {
  opacity: 1;
  transform: translateZ(0);
}
.jeg_postblock_38 .jeg_post_title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.jeg_postblock_38 .jeg_post_meta > div:not(:last-of-type) {
  margin-right: 1em;
}
.jeg_postblock_38 .jeg_post_meta {
  margin-top: 1.5em;
}
.jeg_postblock_38 .jeg_post .jeg_post_excerpt {
  font-size: 16px;
}
.jeg_postblock_38 .jeg_meta_author {
  color: #212121;
}
.jeg_postblock_38 .jeg_meta_author a {
  color: inherit;
}
.jeg_postblock_38 .jeg_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.jeg_postblock_38 .jeg_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.4;
  transition: 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.jeg_postblock_38 .jeg_post:hover .jeg_thumb {
  opacity: 1;
  transition: 0.35s;
}
.jeg_postblock_38 .jeg_post .jeg_meta_date a {
  font-weight: 600;
}
.jeg_postblock_38 .jeg_post:hover .jeg_meta_author,
.jeg_postblock_38 .jeg_post:hover .jeg_post_category a,
.jeg_postblock_38 .jeg_post:hover .jeg_post_excerpt,
.jeg_postblock_38 .jeg_post:hover .jeg_post_meta,
.jeg_postblock_38 .jeg_post:hover .jeg_post_meta .fa,
.jeg_postblock_38 .jeg_post:hover .jeg_post_title a,
.jeg_postblock_38 .jeg_post:hover .jeg_readmore_arrow a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .jeg_postblock_38 .box_wrap {
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
  .jeg_postblock_38 .jeg_post_category {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .jeg_postblock_38 .jeg_postblock_content {
    flex-grow: 1;
  }
  .jeg_postblock_38 .box_wrap .jeg_readmore_arrow {
    position: relative;
    bottom: auto;
    right: auto;
    flex: 0 0 10%;
    max-width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .jeg_postblock_38 .jeg_readmore_arrow a {
    padding: 15px;
  }
  .jeg_postblock_38.jeg_col_3o3 .jeg_post {
    padding: 35px 0;
  }
  .jeg_postblock_38.jeg_col_1o3 .box_wrap,
  .jeg_postblock_38.jeg_col_2o3 .box_wrap {
    display: block;
  }
  .jeg_postblock_38.jeg_col_1o3 .box_wrap > div,
  .jeg_postblock_38.jeg_col_2o3 .box_wrap > div {
    flex: none;
    max-width: none;
  }
  .jeg_postblock_38.jeg_col_1o3 .box_wrap > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .jeg_postblock_38.jeg_col_1o3 .jeg_readmore_arrow,
  .jeg_postblock_38.jeg_col_2o3 .jeg_readmore_arrow {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .jeg_postblock_38.jeg_col_1o3 .jeg_readmore_arrow a,
  .jeg_postblock_38.jeg_col_2o3 .jeg_readmore_arrow a {
    padding: 0;
  }
}
@media only screen and (min-width: 1571px) {
  .elementor-section-stretched.elementor-section-full_width
    .jeg_postblock_38
    .box_wrap,
  .jeg_vc_content
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper
    .jeg_postblock_38
    .box_wrap {
    max-width: 90%;
  }
  .elementor-section-stretched.elementor-section-full_width
    .jeg_postblock_38
    .jeg_post_category,
  .jeg_vc_content
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper
    .jeg_postblock_38
    .jeg_post_category {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .elementor-section-stretched.elementor-section-full_width
    .jeg_postblock_38
    .jeg_readmore_arrow,
  .jeg_vc_content
    > .vc_row[data-vc-stretch-content="true"]
    > .jeg-vc-wrapper
    .jeg_postblock_38
    .jeg_readmore_arrow {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.jeg_carousel_placeholder,
.jeg_slider_placeholder {
  position: relative;
  font-family: FontAwesome, Arial, Helvetica, sans-serif;
  width: 100%;
}
.jeg_carousel_placeholder i,
.jeg_slider_placeholder i {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jeg_carousel_post,
.jeg_slider_wrapper .jeg_slider {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.jeg_carousel_post.owl-loaded,
.jeg_slider_wrapper .jeg_slider.owl-loaded {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.thumbnail-wrapper {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.thumbnail-wrapper .thumbnail-inner {
  -ms-flex: 1;
  flex: 1;
}
.thumbnail-wrapper .thumbnail-container {
  visibility: hidden;
}
.jeg_carousel_placeholder {
  overflow: hidden;
}
.jeg_carousel_placeholder .thumbnail-wrapper .thumbnail-container {
  visibility: visible;
}
.jeg_postblock_carousel_1 {
  margin-bottom: 40px;
}
.jeg_postblock_carousel_1 .jeg_post_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px auto 5px;
}
.jeg_postblock_carousel_1 .owl-carousel .owl-nav {
  margin-top: 15px;
}
.jeg_postblock_carousel_1 .jeg_block_heading_6 + .owl-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  margin-top: 0;
}
.jeg_postblock_carousel_1 [data-margin="0"] .jeg_postblock_content {
  padding: 0 10px;
}
.jeg_postblock_carousel_2 {
  margin-bottom: 40px;
}
.jeg_postblock_carousel_2 .jeg_post {
  position: relative;
  margin-bottom: 0;
}
.jeg_postblock_carousel_2 .jeg_thumb {
  position: relative;
  z-index: 0;
}
.jeg_postblock_carousel_2 .format-gallery .jeg_thumb:before,
.jeg_postblock_carousel_2 .format-video .jeg_thumb:before,
.jeg_postblock_carousel_2 .jeg_thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: 0.35s;
  z-index: 1;
  pointer-events: none;
}
.jeg_postblock_carousel_2 .owl-item:hover .jeg_thumb:before {
  opacity: 0.5;
}
.jeg_postblock_carousel_2 .overlay_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  padding: 15px 20px;
  pointer-events: none;
}
.jeg_postblock_carousel_2 .overlay_content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.jeg_postblock_carousel_2 .overlay_content a {
  pointer-events: auto;
}
.jeg_postblock_carousel_2 .jeg_postblock_content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate3d(0, 1em, 0);
  transform: translate3d(0, 1em, 0);
  transition: transform 0.35s;
}
.jeg_postblock_carousel_2 .owl-item:hover .jeg_postblock_content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_postblock_carousel_2 .jeg_thumb .thumbnail-container {
  transition: 0.35s;
}
.jeg_postblock_carousel_2 .owl-item:hover .jeg_thumb .thumbnail-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jeg_postblock_carousel_2 .jeg_post.format-gallery .jeg_thumb:after,
.jeg_postblock_carousel_2 .jeg_post.format-video .jeg_thumb:after {
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0 !important;
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 100%;
  height: 36px;
  line-height: 34px;
  width: 36px;
  opacity: 1;
  transition: 0.2s;
}
.jeg_postblock_carousel_2 .owl-item:hover .jeg_post .jeg_thumb:after {
  opacity: 0;
}
.jeg_postblock_carousel_2 .jeg_post_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.jeg_postblock_carousel_2 .jeg_post_meta .fa,
.jeg_postblock_carousel_2 .jeg_post_title a,
.jeg_postblock_carousel_2 .jeg_post_title a:hover {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.jeg_postblock_carousel_2 .jeg_post_title a:hover {
  border-bottom: 0 !important;
}
.jeg_postblock_carousel_2 .jeg_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.jeg_postblock_carousel_2 .jeg_post_meta,
.jeg_postblock_carousel_2 .jeg_post_review {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translate3d(0, 1em, 0);
  transform: translate3d(0, 1em, 0);
  transition: 0.3s;
}
.jeg_postblock_carousel_2 .owl-item:hover .jeg_post_meta,
.jeg_postblock_carousel_2 .owl-item:hover .jeg_post_review {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_postblock_carousel_2 .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  line-height: normal;
  padding: 3px 6px;
  background: #f70d28;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.jeg_postblock_carousel_2 .jeg_post_meta a {
  color: #fff;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-nav {
  margin-top: 0;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-nav div {
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0.7;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-nav div:hover {
  background: transparent;
  border-color: #fff;
  opacity: 1;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-next {
  right: 20px;
  text-align: left;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-prev {
  left: 20px;
  text-align: right;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-prev:before {
  content: "\F177";
  margin-right: -2px;
}
.jeg_postblock_carousel_2 .owl-carousel .owl-next:before {
  content: "\F178";
  margin-left: -2px;
}
.jeg_postblock_carousel_3 .jeg_carousel_placeholder {
  height: 85px;
}
.jeg_postblock_carousel_3 [data-margin="0"] .jeg_postblock_content {
  padding-right: 12px;
}
.jeg_postblock_carousel_3 article {
  display: table;
}
.jeg_postblock_carousel_3 article:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_postblock_carousel_3 .jeg_thumb {
  width: 75px;
  float: left;
  margin-right: 10px;
}
.jeg_postblock_carousel_3 .jeg_post_title {
  font-size: 14px;
  margin: 0 0 5px;
}
.jeg_postblock_carousel_3 article .jeg_thumb,
.jeg_postblock_carousel_3 article .overlay_content {
  display: table-cell;
  vertical-align: middle;
}
.jeg_postblock_carousel_3 article .jeg_thumb {
  vertical-align: top;
}
.jeg_postblock_carousel_3.shownav .jeg_carousel_post {
  padding: 0 36px;
}
.jeg_postblock_carousel_3.shownav .jeg_postblock_content {
  padding-right: 15px;
}
.jeg_postblock_carousel_3 .owl-nav > div {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.jeg_postblock_carousel_3 .owl-nav .owl-next {
  left: auto;
  right: 0;
}
@media screen and (max-width: 320px) {
  .jeg_carousel_placeholder
    .thumbnail-wrapper
    .thumbnail-inner:not(:last-child) {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .jeg_postblock_carousel_1
    .thumbnail-wrapper
    .thumbnail-inner:not(:first-child):not(:last-child),
  .jeg_postblock_carousel_2
    .thumbnail-wrapper
    .thumbnail-inner:not(:last-child),
  .jeg_postblock_carousel_3
    .thumbnail-wrapper
    .thumbnail-inner:not(:last-child) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .jeg_postblock_carousel_2
    .thumbnail-wrapper
    .thumbnail-inner:not(:first-child):not(:last-child),
  .jeg_postblock_carousel_3
    .thumbnail-wrapper
    .thumbnail-inner:not(:first-child):not(:last-child) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .jeg_postblock_carousel_1
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 3):not(:last-child),
  .jeg_postblock_carousel_2
    .thumbnail-wrapper
    .thumbnail-inner:nth-child(n + 3):not(:last-child) {
    display: none;
  }
}
.jeg_pb_boxed,
.jnews_boxed_container .jeg_account_right,
.jnews_boxed_container .jeg_authorpage .jeg_author_wrap,
.jnews_boxed_container .jeg_inner_content,
.jnews_boxed_container .jeg_main .widget,
.jnews_boxed_container .jnews_index_content_wrapper {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.jnews_boxed_container .jeg_archive_header,
.jnews_boxed_container .jeg_cat_header_1 {
  margin-bottom: 30px;
}
.jnews_boxed_container .jeg_authorpage {
  margin-bottom: 0;
}
.jnews_boxed_container .jeg_authorpage .jeg_author_wrap {
  border-radius: 0;
}
.jeg_pb_boxed_shadow,
.jnews_boxed_container_shadow .jeg_account_left,
.jnews_boxed_container_shadow .jeg_account_right,
.jnews_boxed_container_shadow .jeg_authorpage .jeg_author_wrap,
.jnews_boxed_container_shadow .jeg_inner_content,
.jnews_boxed_container_shadow .jeg_main .widget,
.jnews_boxed_container_shadow .jnews_index_content_wrapper {
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.jnews_boxed_container .jeg_main .widget_jnews_module_element_ads,
.jnews_boxed_container .jeg_main .widget_jnews_weather,
.jnews_boxed_container
  .jeg_main
  div[class*="widget_jnews_module_"]
  .jeg_pb_boxed {
  border: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.jnews_boxed_container .jeg_main .popularpost_item:last-child,
.jnews_boxed_container
  .jeg_main
  div[class*="widget_jnews_module_"]
  .jeg_pb_boxed,
.jnews_boxed_container
  .jeg_main
  div[class*="widget_jnews_module_"]
  .jeg_postblock {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .jnews_boxed_container .jeg_sidebar {
    padding-left: 15px;
  }
  .jnews_boxed_container .jeg_double_sidebar .jeg_sidebar.left,
  .jnews_boxed_container .jeg_sidebar_left .jeg_sidebar {
    padding-right: 15px;
  }
}
.jeg_pb_boxed .jeg_block_heading,
.jnews_boxed_container .jeg_block_heading {
  margin-bottom: 20px;
}
.jeg_pb_boxed .jeg_block_heading_5,
.jeg_pb_boxed .jeg_block_heading_6,
.jeg_pb_boxed .jeg_block_heading_7,
.jeg_pb_boxed .jeg_block_heading_8,
.jnews_boxed_container .authorlink,
.jnews_boxed_container .jeg_block_heading_5,
.jnews_boxed_container .jeg_block_heading_6,
.jnews_boxed_container .jeg_block_heading_7,
.jnews_boxed_container .jeg_block_heading_8 {
  margin-top: -10px;
}
.jeg_pb_boxed .jeg_block_heading_9,
.jnews_boxed_container .jeg_block_heading_9 {
  margin: -20px -20px 20px;
  padding: 0 20px;
  border-bottom-color: #eee !important;
  border-bottom-width: 1px;
  border-top-color: inherit;
  border-top-width: 3px;
}
.jnews_boxed_container .jnews_related_post_container .jeg_block_heading_9 {
  margin: 0 0 20px;
  padding: 0;
}
.jeg_pb_boxed .jeg_block_loadmore,
.jeg_pb_boxed .jeg_block_nav,
.jeg_pb_boxed .widget .jeg_ad_module {
  margin-bottom: 0;
}
.jeg_pb_boxed .jeg_block_loadmore {
  padding-bottom: 0;
}
.jeg_pb_boxed .jeg_block_loadmore a {
  width: 100%;
}
.jeg_pb_boxed .jeg_block_loadmore a:after,
.jeg_pb_boxed .jeg_block_loadmore a:before {
  display: none;
}
.jeg_pb_boxed .jeg_block_navigation,
.jeg_pb_boxed .jeg_post:last-child {
  margin-bottom: 0;
}
.jeg_postblock_25.jeg_pb_boxed .jeg_post:last-child {
  padding-bottom: 0;
}
.jeg_postblock_7.jeg_pb_boxed .jeg_block_container,
.jeg_postblock_18.jeg_pb_boxed .jeg_block_container,
.jeg_postblock_25.jeg_pb_boxed .jeg_block_container {
  overflow: visible;
}
.jeg_postblock_7.jeg_pb_boxed .jeg_post,
.jeg_postblock_18.jeg_pb_boxed .jeg_post,
.jeg_postblock_25.jeg_pb_boxed .jeg_post {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.jeg_postblock_14.jeg_pb_boxed .jeg_pl_lg_box,
.jeg_postblock_16.jeg_pb_boxed .jeg_pl_lg_5 {
  margin-bottom: 20px;
}
.jeg_postblock_16.jeg_pb_boxed .jeg_posts {
  -webkit-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .jeg_postblock_2.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_2.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_8.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_8.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_9.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_9.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_15.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_15.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_17.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_17.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_21.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_21.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_22.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_22.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_23.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_23.jeg_pb_boxed.jeg_col_3o3 .jeg_posts,
  .jeg_postblock_27.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_27.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
    margin-bottom: -25px;
  }
  .jeg_postblock_19.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_19.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
    margin-bottom: -20px;
  }
  .jeg_postblock_13.jeg_pb_boxed.jeg_col_1o3 .jeg_posts_wrap .jeg_post {
    margin-bottom: 20px;
  }
  .jeg_postblock_13.jeg_pb_boxed.jeg_col_1o3 .jeg_block_container {
    margin-bottom: -20px;
  }
  .jeg_postblock_14.jeg_pb_boxed.jeg_col_2o3 .jeg_pl_lg_box,
  .jeg_postblock_14.jeg_pb_boxed.jeg_col_3o3 .jeg_pl_lg_box {
    margin-bottom: 30px;
  }
  .jeg_postblock_14.jeg_pb_boxed .jeg_block_navigation {
    margin-top: 0;
  }
  .jeg_postblock_25.jeg_pb_boxed.jeg_col_2o3 .jeg_post:last-child,
  .jeg_postblock_25.jeg_pb_boxed.jeg_col_3o3 .jeg_post:last-child {
    padding-bottom: 10px;
  }
}
.jeg_heropost_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.jeg_heropost_1 > div {
  padding: 0 15px;
}
.jeg_heropost_1 .jeg_postbig {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.jeg_heropost_1 .jeg_postsmall.left {
  width: 25%;
  padding-left: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.jeg_heropost_1 .jeg_postsmall.right {
  width: 25%;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.jeg_heroblock {
  margin-bottom: 40px;
}
.jeg_heroblock_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.jeg_heroblock .jeg_post {
  overflow: hidden;
  position: absolute;
}
.jeg_block_container {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.jeg_hero_empty .jeg_block_container {
  background: #ddd;
}
.jeg_heroblock.owl-carousel .owl-item.active {
  z-index: 1;
}
.jeg_heroblock.owl-carousel .owl-nav > div {
  position: absolute;
  background: #fff;
  border: 0;
  margin: 0;
  font-size: 20px;
  width: 30px;
  line-height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.25s;
}
.jeg_heroblock:hover .owl-nav > div {
  opacity: 1;
}
.jeg_heroblock.owl-carousel .owl-nav > .owl-next {
  left: auto;
  right: 0;
}
.jeg_heroblock .jeg_post_meta,
.jeg_heroblock .jeg_post_meta .fa,
.jeg_heroblock .jeg_post_meta a,
.jeg_heroblock .jeg_post_title a,
.jeg_heroblock .jeg_postblock_content {
  color: #fff;
}
.jeg_heroblock .jeg_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 10px;
}
.jeg_heroblock .jeg_post_info {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.jeg_heroblock .jeg_post_category {
  line-height: 1;
  font-size: 11px;
}
.jeg_heroblock .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: 1;
  margin-bottom: 5px;
  padding: 2px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}
.jeg_heroblock .thumbnail-container:not(.no_thumbnail).animate-lazy:before,
.jeg_postblock_carousel_2
  .thumbnail-container:not(.no_thumbnail).animate-lazy:before {
  background-color: #212121;
  background-image: linear-gradient(
    90deg,
    #212121,
    #313131 20%,
    #222 40%,
    #212121
  );
}
.jeg_heroblock .jeg_thumb,
.jeg_heroblock .jeg_thumb a > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jeg_heroblock .jeg_postblock_content {
  pointer-events: none;
}
.jeg_heroblock .jeg_postblock_content a {
  pointer-events: auto;
}
.jeg_hero_style_1 .jeg_thumb {
  max-width: none;
  width: calc(100% + 50px);
  transition: transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.jeg_hero_style_1 .jeg_post:hover .jeg_thumb {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_hero_style_1 .jeg_thumb a > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, #000 65%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  opacity: 0.6;
  z-index: 2;
}
.jeg_hero_style_1 .jeg_thumb a > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: hsla(0, 0%, 100%, 0.15);
  transition: 0.3s;
  opacity: 0;
}
.jeg_hero_style_1 .jeg_post:hover .jeg_thumb a > div:after {
  opacity: 1;
}
.jeg_hero_style_1 .jeg_post_category,
.jeg_hero_style_1 .jeg_post_title {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  transition: transform 0.35s;
}
.jeg_hero_style_1 .jeg_post_meta,
.jeg_hero_style_1 .jeg_post_review {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  transition: 0.35s ease;
}
.jeg_hero_style_1 .jeg_post:hover .jeg_post_category,
.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta,
.jeg_hero_style_1 .jeg_post:hover .jeg_post_review,
.jeg_hero_style_1 .jeg_post:hover .jeg_post_title {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta,
.jeg_hero_style_1 .jeg_post:hover .jeg_post_review {
  opacity: 1;
}
.jeg_hero_style_1 .jeg_postblock_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px 25px;
  z-index: 3;
}
.jeg_hero_style_2 .jeg_thumb a > div:before {
  background: linear-gradient(180deg, transparent 0, #000 65%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  opacity: 0.5;
}
.jeg_hero_style_2 .jeg_thumb a > div:after,
.jeg_hero_style_2 .jeg_thumb a > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.jeg_hero_style_2 .jeg_thumb a > div:after {
  background: #b3ffab;
  background: linear-gradient(270deg, #b3ffab, #12fff7);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.jeg_hero_style_2 .jeg_post:hover .jeg_thumb a > div:after {
  opacity: 0.35;
}
.jeg_hero_style_2 .jeg_postblock_content {
  position: static;
  top: auto;
  bottom: 0;
  z-index: 3;
}
.jeg_hero_style_2 .jeg_post_category,
.jeg_hero_style_2 .jeg_post_info {
  position: absolute;
  z-index: 3;
}
.jeg_hero_style_2 .jeg_post_category {
  top: 0;
  left: 25px;
  line-height: 1;
}
.jeg_hero_style_2 .jeg_post_info {
  margin: 0 25px;
  bottom: 25px;
}
.jeg_hero_style_3 .jeg_thumb a > div {
  max-width: none;
  width: calc(100% + 50px);
  transition: transform 0.35s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a > div {
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.jeg_hero_style_3 .jeg_thumb a > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    165deg,
    #000,
    rgba(0, 0, 0, 0.5) 65%,
    transparent
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0);
  opacity: 0.5;
  z-index: 2;
}
.jeg_hero_style_3 .jeg_thumb a:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  opacity: 0;
  z-index: 2;
  transform: scale(1.2);
  transition: 0.3s ease-out;
}
.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a:after {
  opacity: 1;
  transform: scale(1);
}
.jeg_hero_style_3 .jeg_postblock_content {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.jeg_hero_style_3 .jeg_post_category {
  margin: 25px 25px 5px;
}
.jeg_hero_style_3 .jeg_post_category,
.jeg_hero_style_3 .jeg_post_info {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.35s;
}
.jeg_hero_style_3 .jeg_post_info {
  bottom: auto;
  margin: 0 25px;
}
.jeg_hero_style_3 .jeg_post:hover .jeg_post_category,
.jeg_hero_style_3 .jeg_post:hover .jeg_post_info {
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
.jeg_hero_style_4 .jeg_postblock_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px 10px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
}
.jeg_hero_style_4 .jeg_post_category {
  position: absolute;
  top: -10px;
}
.jeg_hero_style_5 .jeg_postblock_content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding: 25px;
  z-index: 3;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jeg_hero_style_5 .jeg_post_info {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.jeg_hero_style_5 .jeg_thumb a > div:after,
.jeg_hero_style_5 .jeg_thumb a > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.25);
  z-index: 2;
}
.jeg_hero_style_5 .jeg_thumb a > div:after {
  opacity: 0.7;
  transition: 0.25s;
}
.jeg_hero_style_5 .jeg_post_category a {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.jeg_hero_style_5 .jeg_thumb {
  transition: 1.5s;
}
.jeg_hero_style_5 .jeg_post:hover .jeg_thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 2s;
}
.jeg_hero_style_5 .jeg_post:hover .jeg_thumb a > div:after {
  opacity: 0.3;
}
.jeg_hero_style_5 .jeg_hero_item_1 .jeg_thumb a > div:after {
  background: #1a237e;
  background: linear-gradient(45deg, #1a237e, #d84315);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a237e",endColorstr="#d84315",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_2 .jeg_thumb a > div:after {
  background: #004d40;
  background: linear-gradient(45deg, #004d40, #827717);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004d40",endColorstr="#827717",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_3 .jeg_thumb a > div:after {
  background: #0d47a1;
  background: linear-gradient(45deg, #0d47a1, #00897b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d47a1",endColorstr="#00897b",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_4 .jeg_thumb a > div:after {
  background: #311b92;
  background: linear-gradient(45deg, #311b92 1%, #c2185b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311b92",endColorstr="#c2185b",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_5 .jeg_thumb a > div:after {
  background: #827717;
  background: linear-gradient(45deg, #827717, #bf360c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#827717",endColorstr="#bf360c",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_6 .jeg_thumb a > div:after {
  background: #0288d1;
  background: linear-gradient(135deg, #0288d1, #ffa000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0288d1",endColorstr="#ffa000",GradientType=1);
}
.jeg_hero_style_5 .jeg_hero_item_7 .jeg_thumb a > div:after {
  background: #5d4037;
  background: linear-gradient(45deg, #5d4037, #512da8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d4037",endColorstr="#512da8",GradientType=1);
}
.jeg_hero_style_6 .jeg_postblock_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  right: 30px;
  padding: 0 25px 15px;
  z-index: 3;
}
.jeg_hero_style_6 .jeg_thumb a > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.1;
  z-index: 2;
  transition: 0.3s;
}
.jeg_hero_style_6 .jeg_post:hover .jeg_thumb a > div:before {
  background: #fff;
  opacity: 0.2;
}
.jeg_hero_style_6 .jeg_post_info {
  text-shadow: none;
  line-height: 1;
}
.jeg_hero_style_6 .jeg_post_title {
  line-height: 1.3;
  margin-bottom: 5px;
}
.jeg_hero_style_6 .jeg_post_meta,
.jeg_hero_style_6 .jeg_post_title a {
  display: inline;
  background: #fff;
  color: #212121;
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.jeg_hero_style_6 .jeg_post_meta {
  display: inline-block;
  padding: 2px 5px;
  text-transform: none;
  font-style: italic;
}
.jeg_hero_style_6 .jeg_meta_author {
  margin-right: 4px;
}
.jeg_hero_style_6 .jeg_meta_author:after {
  content: "\2013";
  margin-left: 6px;
}
.jeg_hero_style_6 .jeg_post_meta .fa {
  display: none;
}
.jeg_hero_style_6 .jeg_post_title a:hover {
  color: #f70d28;
}
.jeg_hero_style_6 .jeg_post_meta a {
  color: #212121;
}
.jeg_hero_style_7 .jeg_postblock_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 75%;
  padding: 15px 20px;
  z-index: 3;
  background: hsla(0, 0%, 100%, 0.94);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.jeg_hero_style_7 .jeg_post_info {
  text-shadow: none;
}
.jeg_hero_style_7 .jeg_post_title {
  margin: 20px 0 5px;
}
.jeg_hero_style_7 .jeg_post_title a {
  color: #212121;
}
.jeg_hero_style_7 .jeg_post_meta a {
  color: #53585c;
}
.jeg_hero_style_7 .jeg_post_category a {
  position: absolute;
  top: 0;
}
.jeg_hero_style_7 .jeg_post_meta,
.jeg_hero_style_7 .jeg_post_meta .fa {
  color: #a0a0a0;
}
.custom_post_template h1.jeg_post_title {
  font-size: 4em;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 0.4em;
  letter-spacing: -0.04em;
}
.custom_post_template .jeg_post_subtitle {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #a0a0a0;
}
.custom_post_template .jeg_post_meta {
  font-size: 13px;
  color: #a0a0a0;
  text-transform: none;
  display: block;
}
.custom_post_template .jeg_post_meta > div > div {
  display: inline-block;
}
.custom_post_template .jeg_post_meta > div > div:not(:last-of-type) {
  margin-right: 10px;
}
.custom_post_template .jeg_meta_author + .jeg_meta_date:before {
  content: "\2014";
  margin-right: 10px;
  padding-left: 10px;
}
.custom_post_template .meta_right {
  float: right;
}
.custom_post_template .jeg_meta_comment a,
.custom_post_template .jeg_meta_like a {
  color: #53585c;
  font-weight: 400;
  font-size: 16px;
}
.custom_post_template .jeg_modified_date i {
  margin-right: 6px;
  margin-left: 6px;
}
.custom_post_template a.dislike {
  padding-left: 10px;
}
.custom_post .thumbnail-container {
  background: #fc00ff;
  background: linear-gradient(90deg, #fc00ff, #00dbde);
}
.jeg_custom_featured_wrapper .thumbnail-container:after {
  opacity: 0;
}
.custom_post .thumbnail-container span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  background: rgba(255, 0, 0, 0.3);
  padding: 10px;
}
.custom_post .jeg_post_meta:after {
  content: "";
  clear: both;
  display: block;
}
.jeg_heroblock_5 .jeg_post_title,
.jeg_heroblock_8 .jeg_post_title,
.jeg_heroblock_10 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_10 .jeg_hero_item_5 .jeg_post_title,
.jeg_heroblock_11 .jeg_hero_item_2 .jeg_post_title,
.jeg_heroblock_11 .jeg_hero_item_3 .jeg_post_title,
.jeg_heroblock_12 .jeg_hero_item_2 .jeg_post_title,
.jeg_heroblock_12 .jeg_hero_item_3 .jeg_post_title {
  font-size: 22px;
}
.jeg_heroblock_1 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_2 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_3 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_4 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_5 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_9 .jeg_post_title {
  font-size: 26px;
  margin-bottom: 5px;
}
.jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,
.jeg_heroblock_13 .jeg_post_title,
.jeg_heroblock_skew .jeg_post_title {
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.jeg_heroblock_1 .jeg_heroblock_wrapper {
  height: 500px;
}
.jeg_heroblock_1 .jeg_hero_item_1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_1 .jeg_hero_item_2 {
  width: 50%;
  height: 55%;
  top: 0;
  left: 50%;
}
.jeg_heroblock_1 .jeg_hero_item_3,
.jeg_heroblock_1 .jeg_hero_item_4 {
  width: 25%;
  height: 45%;
  top: 55%;
}
.jeg_heroblock_1 .jeg_hero_item_3 {
  left: 50%;
}
.jeg_heroblock_1 .jeg_hero_item_4 {
  left: 75%;
}
.jeg_heroblock .jeg_post.format-gallery .jeg_thumb:after,
.jeg_heroblock .jeg_post.format-video .jeg_thumb:after {
  content: "";
  display: none;
}
.jeg_heroblock .jeg_postformat_icon:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  z-index: 1;
  opacity: 0.7;
}
.jeg_heroblock .jeg_post.format-video .jeg_postformat_icon:after {
  content: "\F04B";
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  letter-spacing: -4px;
  -webkit-backface-visibility: hidden;
}
.jeg_heroblock .jeg_post.format-gallery .jeg_postformat_icon:after {
  content: "\F03E";
  font-size: 22px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.jeg_heroblock_1 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_2 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_4 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_5 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_6 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
  font-size: 22px;
  line-height: 40px;
  height: 44px;
  width: 44px;
}
.jeg_heroblock_1 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_2 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_4 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_5 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_6 .jeg_hero_item_1.format-gallery .jeg_postformat_icon:after,
.jeg_heroblock_13 .jeg_post.format-gallery .jeg_postformat_icon:after {
  font-size: 30px;
  margin-top: 3px;
}
.jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
  top: 25px;
  right: 25px;
}
.jeg_heroblock_2 .jeg_heroblock_wrapper {
  height: 500px;
}
.jeg_heroblock_2 .jeg_hero_item_1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_2 .jeg_hero_item_2,
.jeg_heroblock_2 .jeg_hero_item_3,
.jeg_heroblock_2 .jeg_hero_item_4,
.jeg_heroblock_2 .jeg_hero_item_5 {
  width: 25%;
  height: 50%;
}
.jeg_heroblock_2 .jeg_hero_item_2 {
  top: 0;
  left: 50%;
}
.jeg_heroblock_2 .jeg_hero_item_3 {
  top: 0;
  left: 75%;
}
.jeg_heroblock_2 .jeg_hero_item_4 {
  top: 50%;
  left: 50%;
}
.jeg_heroblock_2 .jeg_hero_item_5 {
  top: 50%;
  left: 75%;
}
.jeg_heroblock_3 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_3 .jeg_hero_item_1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_3 .jeg_hero_item_2 {
  width: 25%;
  height: 100%;
  top: 0;
  left: 50%;
}
.jeg_heroblock_3 .jeg_hero_item_3,
.jeg_heroblock_3 .jeg_hero_item_4 {
  width: 25%;
  height: 50%;
}
.jeg_heroblock_3 .jeg_hero_item_3 {
  top: 0;
  left: 75%;
}
.jeg_heroblock_3 .jeg_hero_item_4 {
  top: 50%;
  left: 75%;
}
.jeg_heroblock_4 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_4 .jeg_hero_item_1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_4 .jeg_hero_item_2,
.jeg_heroblock_4 .jeg_hero_item_3 {
  width: 25%;
  height: 100%;
  top: 0;
  left: 50%;
}
.jeg_heroblock_4 .jeg_hero_item_3 {
  left: 75%;
}
.jeg_heroblock_5 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_5 .jeg_hero_item_1 {
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_5 .jeg_hero_item_2,
.jeg_heroblock_5 .jeg_hero_item_3 {
  width: 40%;
  height: 50%;
  top: 0;
  left: 60%;
}
.jeg_heroblock_5 .jeg_hero_item_3 {
  top: 50%;
}
.jeg_heroblock_6 .jeg_heroblock_wrapper {
  height: 500px;
}
.jeg_heroblock_6 .jeg_hero_item_1 {
  width: 68%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_6 .jeg_hero_item_2,
.jeg_heroblock_6 .jeg_hero_item_3,
.jeg_heroblock_6 .jeg_hero_item_4 {
  width: 32%;
  height: 33.33333333333333%;
  top: 0;
  left: 68%;
}
.jeg_heroblock_6 .jeg_hero_item_3 {
  top: 33.33333333333333%;
}
.jeg_heroblock_6 .jeg_hero_item_4 {
  top: 66.66666666666666%;
}
.jeg_heroblock_6 .jeg_post_title {
  font-size: 16px;
}
.jeg_heroblock_7 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_7 .jeg_post {
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_7 .jeg_hero_item_2 {
  left: 25%;
}
.jeg_heroblock_7 .jeg_hero_item_3 {
  left: 50%;
}
.jeg_heroblock_7 .jeg_hero_item_4 {
  left: 75%;
}
.jeg_heroblock_8 .jeg_heroblock_wrapper {
  height: 500px;
}
.jeg_heroblock_8 .jeg_post {
  width: 33.33333333333333%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_8 .jeg_hero_item_2 {
  left: 33.33333333333333%;
}
.jeg_heroblock_8 .jeg_hero_item_3 {
  left: 66.66666666666666%;
}
.jeg_heroblock_9 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_9 .jeg_post {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_9 .jeg_hero_item_2 {
  left: 50%;
}
.jeg_heroblock_10 .jeg_heroblock_wrapper {
  height: 540px;
}
.jeg_heroblock_10 .jeg_post {
  width: 33.333333333%;
  height: 33.333333333%;
}
.jeg_heroblock_10 .jeg_hero_item_1,
.jeg_heroblock_10 .jeg_hero_item_5 {
  height: 66.666666666%;
}
.jeg_heroblock_10 .jeg_hero_item_1 {
  top: 0;
  left: 0;
}
.jeg_heroblock_10 .jeg_hero_item_2 {
  top: 0;
  left: 33.333333333%;
}
.jeg_heroblock_10 .jeg_hero_item_3 {
  top: 0;
  left: 66.666666666%;
}
.jeg_heroblock_10 .jeg_hero_item_4 {
  top: 33.333333333%;
  left: 33.333333333%;
}
.jeg_heroblock_10 .jeg_hero_item_5 {
  top: 33.333333333%;
  left: 66.666666666%;
}
.jeg_heroblock_10 .jeg_hero_item_6 {
  top: 66.666666666%;
  left: 0;
}
.jeg_heroblock_10 .jeg_hero_item_7 {
  top: 66.666666666%;
  left: 33.333333333%;
}
.jeg_heroblock_11 .jeg_heroblock_wrapper {
  height: 540px;
}
.jeg_heroblock_11 .jeg_hero_item_2 {
  width: 38%;
  height: 50%;
  left: 0;
}
.jeg_heroblock_11 .jeg_hero_item_3 {
  width: 38%;
  height: 50%;
  top: 50%;
  left: 0;
}
.jeg_heroblock_11 .jeg_hero_item_1 {
  width: 35%;
  height: 100%;
  left: 38%;
}
.jeg_heroblock_11 .jeg_hero_item_4,
.jeg_heroblock_11 .jeg_hero_item_5 {
  width: 27%;
  left: 73%;
}
.jeg_heroblock_11 .jeg_hero_item_4 {
  top: 0;
  height: 40%;
}
.jeg_heroblock_11 .jeg_hero_item_5 {
  top: 40%;
  height: 60%;
}
.jeg_heroblock_11 .jeg_hero_item_1 .jeg_post_title {
  font-size: 24px;
}
.jeg_heroblock_12 .jeg_heroblock_wrapper {
  height: 540px;
}
.jeg_heroblock_12 .jeg_hero_item_1 {
  width: 35%;
  height: 100%;
  left: 0;
}
.jeg_heroblock_12 .jeg_hero_item_2,
.jeg_heroblock_12 .jeg_hero_item_3 {
  width: 38%;
  height: 50%;
  left: 35%;
  top: 0;
}
.jeg_heroblock_12 .jeg_hero_item_3 {
  top: 50%;
}
.jeg_heroblock_12 .jeg_hero_item_4,
.jeg_heroblock_12 .jeg_hero_item_5 {
  width: 27%;
  left: 73%;
}
.jeg_heroblock_12 .jeg_hero_item_4 {
  top: 0;
  height: 60%;
}
.jeg_heroblock_12 .jeg_hero_item_5 {
  top: 60%;
  height: 40%;
}
.jeg_heroblock_12 .jeg_hero_item_1 .jeg_post_title {
  font-size: 24px;
}
.jeg_heroblock_13 .jeg_heroblock_wrapper {
  height: 430px;
}
.jeg_heroblock_13 .jeg_post {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
  bottom: 40px;
  left: 40px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_1 .jeg_postblock_content {
    bottom: 10px;
    left: 20px;
    right: 20px;
    width: auto;
  }
  .jeg_heroblock_13.jeg_hero_style_4 .jeg_postblock_content {
    padding: 25px 30px 20px;
  }
  .jeg_heroblock_13.jeg_col_3o3.jeg_hero_style_4 .jeg_post_info {
    width: 80%;
  }
  .jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
    padding: 0 30px 30px;
  }
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_2 .jeg_post_info,
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_3 .jeg_postblock_content,
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_5 .jeg_postblock_content,
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_6 .jeg_postblock_content,
  .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_7 .jeg_postblock_content {
    width: 70%;
  }
}
.jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
  bottom: 20px;
  left: 40px;
  right: 40px;
}
.jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
  width: 50%;
}
.jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
  top: 30px;
  left: 30px;
  width: 50%;
}
.jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,
.jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
  width: 50%;
}
.jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
  bottom: 40px;
  left: 40px;
  width: 45%;
  padding: 30px;
}
.jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
  margin: 20px 0 15px;
}
.jeg_heroblock_skew {
  overflow: hidden;
}
.jeg_heroblock_skew .jeg_heroblock_wrapper {
  height: 350px;
  margin-left: -3% !important;
  margin-right: -3% !important;
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
}
.jeg_heroblock_skew[data-margin="30"] .jeg_heroblock_wrapper {
  margin-left: calc(-5% - 30px) !important;
  margin-right: -5% !important;
}
.jeg_heroblock_skew[data-margin="30"] .jeg_hero_item_1 .jeg_postblock_content {
  margin-left: calc(5% + 40px);
}
.jeg_heroblock_skew .jeg_postformat_icon:after {
  top: 20px;
  right: 30px;
}
.jeg_heroblock_skew .jeg_hero_item_2 .jeg_postformat_icon:after {
  margin-right: 8%;
}
.jeg_heroblock_skew .jeg_postblock_content {
  margin: 0 6% 0 4%;
  z-index: 3;
}
.jeg_heroblock_skew .jeg_postblock_content,
.jeg_heroblock_skew .jeg_postformat_icon:after {
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
}
.jeg_heroblock_skew .jeg_hero_item_1 .jeg_postblock_content {
  margin-left: 8%;
}
.jeg_heroblock_skew .jeg_thumb a > div {
  -webkit-transform: skewX(7deg) scale(1.1);
  transform: skewX(7deg) scale(1.1);
}
.jeg_heroblock_skew .jeg_hero_item_1 {
  width: 50%;
  top: 0;
  bottom: 0;
  left: 1px;
}
.jeg_heroblock_skew .jeg_hero_item_2 {
  width: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_thumb {
  -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
  transform: matrix(1, 0, 0, 1, -40, 0);
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_thumb {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_category,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_title {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 25);
  transform: matrix(1, 0, 0, 1, 0, 25);
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post_meta {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_category,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_meta,
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_post:hover .jeg_post_title {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_postblock_content {
  left: 10px;
  max-width: 600px;
}
.jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
  left: 40px;
}
.jeg_heroblock_skew.jeg_hero_style_2 .jeg_postblock_content {
  height: 100%;
}
.jeg_heroblock_skew.jeg_hero_style_3 .jeg_thumb a:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  transform: scale(1);
}
.jeg_heroblock_skew.jeg_hero_style_3 .jeg_thumb a > div {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.jeg_heroblock_skew.jeg_hero_style_3 .jeg_post:hover .jeg_thumb a > div {
  -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
  transform: matrix(1, 0, 0, 1, -40, 0);
}
.jeg_heroblock_skew.jeg_hero_style_3
  .jeg_hero_item_1
  .jeg_block_container:after {
  left: -4%;
}
.jeg_heroblock_skew.jeg_hero_style_3
  .jeg_hero_item_2
  .jeg_block_container:after {
  right: -4%;
}
.jeg_heroblock_skew.jeg_hero_style_4 .jeg_postblock_content {
  background: transparent;
  max-width: 96%;
}
.jeg_heroblock_skew.jeg_hero_style_4 .jeg_postblock_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.jeg_heroblock_skew.jeg_hero_style_5 .jeg_post:hover .jeg_thumb {
  -webkit-transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
  transform: matrix(1.08024, 0, 0, 1.08024, 0, 0);
}
.jeg_heroblock_skew.jeg_hero_style_5 .jeg_postblock_content {
  width: auto;
  -webkit-transform: matrix(1, 0, 0.122785, 1, 0, -103);
  transform: matrix(1, 0, 0.122785, 1, 0, -103);
}
.jeg_blocklink {
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 40px;
}
.jeg_blocklink .jeg_block_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jeg_blocklink .jeg_videowrapper {
  position: relative;
}
.jeg_blocklink .jeg_block_bg .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: 0.3s cubic-bezier(0, 1, 0.75, 1);
  transform: scale(1);
}
.jeg_blocklink:hover .jeg_block_bg .bg {
  transform: scale(1.1);
}
.jeg_blocklink .jeg_block_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jeg_blocklink .jeg_block_content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.3);
  transition: 0.2s;
  opacity: 0;
}
.jeg_blocklink:hover .jeg_block_content:before {
  opacity: 1;
}
.jeg_blocklink .jeg_block_content > div {
  position: relative;
  color: #a0a0a0;
  padding: 20px 30px;
  width: 60%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
}
.jeg_blocklink:hover a {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.jeg_blocklink .jeg_block_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 5px;
}
.jeg_blocklink .jeg_block_content span {
  font-size: 13px;
  display: block;
}
.jeg_blocklink .mejs-container .mejs-controls,
.jeg_blocklink .mejs-overlay {
  display: none !important;
}
.jeg_heropost_1 .jeg_post:last-child,
.jeg_postblock_8 .row:last-child .jeg_post,
.jeg_postblock_9 .row:last-child .jeg_post,
.jeg_postblock_11 .row:last-child .jeg_post,
.jeg_postblock_12 .row:last-child .jeg_pl_md_card,
.jeg_postblock_14 .row:last-child .jeg_pl_md_box,
.jeg_postblock_15 .row:last-child .jeg_pl_md_box,
.jeg_section .row:last-child > div[class*="col-"] > .jeg_postblock:last-child,
.widget .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post:last-child,
.widget
  .jeg_postblock_13.jeg_col_1o3
  .jeg_posts_wrap
  .jeg_post:nth-last-child(2),
.widget_jnews_recent_news .jeg_postblock .jeg_post:last-child,
.widget_postblock .jeg_post:last-child {
  margin-bottom: 0;
}
.jeg_breakingnews,
.jeg_overlay_slider {
  display: none;
}
.jeg_navigation {
  position: relative;
  margin-bottom: 30px;
}
.jeg_pagination .page_nav.next:after,
.jeg_pagination .page_nav.prev:before {
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_pagination .page_nav.prev:before {
  content: "\F104";
  padding-right: 6px;
}
.jeg_pagination .page_nav.next:after {
  content: "\F105";
  padding-left: 6px;
}
.no_navtext .navtext {
  display: none;
}
.no_navtext .page_nav.prev:before {
  padding-right: 0;
}
.no_navtext .page_nav.next:after {
  padding-left: 0;
}
.jeg_pagination.jeg_alignleft {
  text-align: left;
}
.jeg_pagination.jeg_alignright {
  text-align: right;
}
.jeg_pagination.jeg_aligncenter {
  text-align: center;
}
.no_pageinfo .page_info {
  display: none;
}
.jeg_pagination .page_nav,
.jeg_pagination .page_number {
  margin: 0 5px 10px 0;
}
.jeg_pagination .dots + .page_number {
  margin-right: 0;
}
.page_nav.hide {
  display: none;
}
.page_nav.disable {
  background: #f5f5f5;
}
.page_nav.disable a {
  color: #a0a0a0;
}
.jeg_pagenav_1 .page_nav,
.jeg_pagenav_1 .page_number {
  color: #212121;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  min-width: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}
.jeg_pagenav_1 a.page_nav:hover,
.jeg_pagenav_1 a.page_number:hover {
  background: #f5f5f5;
}
.jeg_pagenav_1 .page_number.active,
.jeg_pagenav_1 .page_number.active:hover {
  color: #fff;
  border-color: #f70d28;
  background: #f70d28;
}
.jeg_pagenav_1 .page_number.dots {
  border: 0;
  font-weight: 400;
}
.jeg_pagenav_1 .page_info,
.jeg_pagenav_2 .page_info {
  margin: 0 10px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 32px;
  float: left;
}
.jeg_pagenav_1.jeg_alignleft .page_info,
.jeg_pagenav_2.jeg_alignleft .page_info {
  float: right;
  margin: 0 0 0 10px;
}
.jeg_pagenav_1.jeg_alignright .page_nav,
.jeg_pagenav_1.jeg_alignright .page_number {
  margin-right: 0;
  margin-left: 5px;
}
.jeg_pagenav_1.jeg_aligncenter:not(.no_pageinfo) .page_info,
.jeg_pagenav_2.jeg_aligncenter:not(.no_pageinfo) .page_info {
  float: none;
  display: block;
  margin: 0;
}
.jeg_pagenav_1 .nav_link {
  display: inline-block;
}
.jeg_pagenav_1 .page_nav.disabled {
  display: none;
}
.jeg_pagenav_2 .page_nav,
.jeg_pagenav_2 .page_number {
  color: #212121;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  min-width: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}
.jeg_pagenav_2 .page_nav:hover,
.jeg_pagenav_2 .page_number:hover {
  background: #eee;
}
.jeg_pagenav_2 .page_number.active,
.jeg_pagenav_2 .page_number.active:hover {
  color: #fff;
  background: #212121;
}
.jeg_pagenav_2 .page_number.dots {
  border: 0;
  font-weight: 400;
}
.jeg_pagenav_2 .nav_link {
  display: inline-block;
}
.jeg_pagenav_2 .page_nav.disabled {
  display: none;
}
.jeg_pagenav_3 {
  border-top: 2px solid #eee;
}
.jeg_pagenav_3.jeg_aligncenter {
  padding-bottom: 30px;
}
.jeg_pagenav_3.jeg_aligncenter.no_pageinfo {
  padding-bottom: 0;
}
.jeg_pagenav_3 .page_nav {
  display: inline-block;
  position: absolute;
  color: #666;
  border: 1px solid #eee;
  height: 30px;
  min-width: 30px;
  width: 65px;
  top: 26px;
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 28px;
  text-align: center;
}
.jeg_pagenav_3.jeg_aligncenter .page_nav {
  width: auto;
}
.jeg_pagenav_3.no_navtext .page_nav {
  width: 30px;
  font-size: 16px;
}
.jeg_pagenav_3 .page_nav.prev {
  right: 70px;
}
.jeg_pagenav_3 .page_nav.next {
  right: 0;
}
.jeg_pagenav_3.no_navtext .page_nav.prev {
  right: 35px;
}
.jeg_pagenav_3.jeg_aligncenter .page_nav.prev {
  left: 0;
  right: auto;
}
.jeg_pagenav_3.jeg_aligncenter .page_nav.next {
  right: 0;
}
.jeg_pagenav_3 .page_number {
  color: #666;
  padding: 30px 0 5px;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  min-width: 30px;
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid transparent;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.jeg_pagenav_3 .page_number:hover {
  border-color: #f70d28;
}
.jeg_pagenav_3 .page_nav:hover {
  color: #212121;
  border-color: #e0e0e0;
  background: #f5f5f5;
}
.jeg_pagenav_3 .page_number.active,
.jeg_pagenav_3 .page_number.active:hover {
  color: #212121;
  border-color: #212121;
}
.jeg_pagenav_3 .page_number.dots {
  color: #a0a0a0;
  border: 0;
  font-weight: 400;
}
.jeg_pagenav_3 .page_info {
  float: left;
  margin-right: 15px;
  padding: 30px 0 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jeg_pagenav_3.jeg_aligncenter .page_info {
  color: #a0a0a0;
  font-size: 11px;
  float: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.jeg_pagenav_3 .nav_link {
  display: inline-block;
}
.jeg_pagenav_3 .page_nav.disabled {
  color: #a0a0a0;
}
.jeg_loadmore {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.jeg_loadmore .btn {
  position: relative;
  min-width: 30%;
  height: 30px;
  line-height: 30px;
}
.jeg_loadmore .btn:after,
.jeg_loadmore .btn:before {
  content: "";
  height: 2px;
  background: #eee;
  width: 1000px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: none;
  pointer-events: none;
}
.jeg_loadmore .btn:before {
  right: 100%;
  margin-right: 20px;
}
.jeg_loadmore .btn:after {
  left: 100%;
  margin-left: 20px;
}
.jeg_ad {
  text-align: center;
}
.jeg_ad .adlink {
  display: inline-block;
}
.jeg_ad small {
  font-size: 10px;
  margin: 5px 0 -10px;
  display: block;
  text-transform: uppercase;
  color: #a0a0a0;
}
.ads-text {
  font-size: 9px;
  letter-spacing: 4px;
  padding: 10px 0 5px;
  font-family: Arial, Times New Roman, Bitstream Charter, Times, serif;
  color: #a0a0a0;
}
.jeg_preview_slider_ads .ads-text {
  padding: 0;
}
.jnews_content_bottom_ads {
  margin: 30px auto;
}
.jnews_sidefeed_ads .ads-wrapper {
  display: block !important;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.jeg_ad_module {
  margin-bottom: 40px;
}
.jeg_ad_module:empty {
  display: none;
}
.jnews_header_top_ads {
  position: relative;
  background: #f5f5f5;
  z-index: 9999;
}
.jnews_archive_above_content_ads > .ads-wrapper > *,
.jnews_archive_above_hero_ads > .ads-wrapper > *,
.jnews_archive_below_hero_ads > .ads-wrapper > *,
.jnews_article_top_ads > .ads-wrapper > * {
  padding-bottom: 30px;
}
.jeg_single_tpl_9 .jnews_article_top_ads > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.jeg_ad_article .align-center {
  margin: 1em 0;
}
.jeg_ad_article .align-right {
  float: right;
  padding: 10px 0 10px 30px;
}
.jeg_ad_article .align-left {
  float: left;
  padding: 10px 30px 10px 0;
}
.bgads {
  position: fixed;
  left: 0;
}
.bgads,
.bgads a {
  width: 100%;
  height: 100%;
}
.bgads a {
  display: block;
}
.jnews_mobile_sticky_ads > * {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #dbdbdb;
  text-align: center;
  line-height: 1;
}
.jnews_mobile_sticky_ads > .ads-wrapper > * {
  padding: 10px;
}
@media (min-width: 1198px) {
  .jeg_ads_hide_desktop {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 766px) {
  .jeg_ads_hide_tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .jeg_ads_hide_phone {
    display: none;
  }
}
.jeg_ad .ads_image,
.jeg_ad .ads_image_phone,
.jeg_ad .ads_image_tablet {
  display: none;
}
@media (min-width: 1025px) {
  .jeg_ad .ads_image {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .jeg_ad .ads_image_tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  .jeg_ad .ads_image_phone {
    display: block;
  }
}
.widget {
  margin-bottom: 40px;
}
.jeg_tabpost_nav {
  display: block;
  overflow: hidden;
}
.jeg_tabpost_nav li {
  float: left;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  border-right: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  width: 33.333333333%;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.jeg_tabpost_nav li:last-child {
  border-right: 1px solid #eee;
}
.jeg_tabpost_nav li:hover {
  color: #212121;
  background: #fafafa;
}
.jeg_tabpost_nav li.active {
  border-bottom-color: #f70d28;
  color: #212121;
}
.jeg_tabpost_content {
  padding-top: 30px;
}
.jeg_tabpost_content .jeg_tabpost_item {
  display: none;
}
.jeg_tabpost_content .jeg_tabpost_item.active {
  display: block;
}
.widget_search .jeg_search_form {
  position: relative;
}
.widget_search .jeg_search_input {
  padding-right: 50px;
}
.widget_search .jeg_search_button {
  width: 40px;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
  letter-spacing: normal;
}
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li,
.widget_rss li {
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 0.5em;
  list-style: none;
  position: relative;
}
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_rss li a {
  color: #212121;
}
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover {
  color: #f70d28;
}
.widget_recent_entries ul li,
.widget_rss ul li {
  margin-bottom: 12px;
}
.widget_rss .rss-date {
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
}
.widget_rss .rssSummary {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  margin: 5px 0;
}
.widget_rss cite {
  display: block;
  font-size: 12px;
  color: #f70d28;
}
.jeg_footer.dark .widget_rss cite,
.jeg_footer .footer_dark .widget_rss cite {
  color: hsla(0, 0%, 100%, 0.8);
}
.widget_categories li,
.widget_nav_menu li,
.widget_polylang li {
  margin: 0;
  list-style: none;
  color: #a0a0a0;
  border-top: 1px solid #eee;
  position: relative;
  line-height: 1.8em;
  padding: 6px 0;
}
.widget.widget_categories li {
  text-align: right;
}
.widget.widget_categories a {
  float: left;
  text-align: left;
}
.widget.widget_categories li:after {
  clear: both;
  content: "";
  display: table;
}
.widget.widget_categories ul.children {
  clear: both;
}
.widget_categories > ul > li:first-child,
.widget_nav_menu .menu > li:first-child,
.widget_polylang li:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget_categories li a {
  text-transform: uppercase;
}
.widget_categories li a,
.widget_nav_menu li a,
.widget_polylang li a {
  color: #212121;
  display: inline-block;
  font-weight: 700;
}
.widget_categories li a:hover,
.widget_polylang li a:hover {
  color: #f70d28;
}
.widget_categories li span {
  position: absolute;
  right: 0;
  top: 5px;
}
.widget_categories li ul,
.widget_nav_menu li ul {
  padding-top: 6px;
}
.widget_categories li li,
.widget_nav_menu li li {
  font-size: 12px;
  padding: 3px 0 3px 20px;
  border-style: dotted;
}
.widget_categories li.current-cat > a {
  color: #f70d28;
}
.widget_categories li.current-cat ul {
  display: block;
}
.widget.widget_categories .chosen-container li {
  text-align: left;
}
.widget_polylang li img {
  margin: 0 4px 2px 0;
}
.jeg_footer .widget_categories > ul {
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.footer_column.col-md-2 .widget_categories > ul {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.jeg_footer .widget_categories li {
  border-top: 0;
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.jeg_footer .widget_categories li a {
  padding: 0;
  text-transform: capitalize;
}
.jeg_footer .widget_categories li span {
  font-size: 0.9em;
  position: relative;
  top: 0;
}
.jeg_footer .col-md-3 .widget_categories > ul,
.jeg_footer .vc_col-sm-3 .widget_categories > ul {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.jeg_footer .widget_nav_menu li {
  border: 0;
  line-height: normal;
  padding: 0 0 10px;
}
.widget_tag_cloud a {
  font-size: 11px !important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #f5f5f5;
  padding: 3px 10px;
  color: #616161;
  display: inline-block;
  margin: 0 3px 6px 0;
  text-decoration: none !important;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all 0.2s linear;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background: #f70d28;
}
.widget_calendar .calendar_wrap {
  border: 1px solid #e0e0e0;
}
.widget_calendar caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  padding: 12px 0;
  color: #616161;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.widget_calendar table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar thead {
  border-bottom: 1px solid #e0e0e0;
}
.widget_calendar thead th {
  font-size: 12px;
  font-weight: 700;
  color: #53585c;
  padding: 10px 0;
  text-align: center;
}
.widget_calendar tbody td {
  text-align: center;
  color: #a0a0a0;
  font-size: 13px;
}
.widget_calendar tbody tr:nth-child(2n) {
  background: #f7f7f7;
}
.widget_calendar tbody td#today {
  color: #212121;
  font-weight: bolder;
}
.widget_calendar tbody tr {
  background: 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: 700;
  color: #53585c;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}
.jeg_footer .widget_calendar .calendar_wrap {
  background: #fff;
}
.jeg_footer.dark .widget_calendar .calendar_wrap,
.jeg_footer .footer_dark .widget_calendar .calendar_wrap {
  background: hsla(0, 0%, 100%, 0.05);
  border: none;
}
.jeg_footer.dark .widget_calendar caption,
.jeg_footer .footer_dark .widget_calendar caption {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
  border: 0;
}
.jeg_footer.dark .widget_calendar thead,
.jeg_footer .footer_dark .widget_calendar thead {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.jeg_footer.dark .widget_calendar tbody td#today,
.jeg_footer.dark .widget_calendar thead th,
.jeg_footer .footer_dark .widget_calendar tbody td#today,
.jeg_footer .footer_dark .widget_calendar thead th {
  color: #fff;
}
.jeg_footer.dark .widget_calendar tbody tr:nth-child(2n),
.jeg_footer .footer_dark .widget_calendar tbody tr:nth-child(2n) {
  background: hsla(0, 0%, 100%, 0.05);
}
.jeg_footer.dark .widget_calendar tfoot,
.jeg_footer .footer_dark .widget_calendar tfoot {
  border: 0;
}
.jeg_ad_widget .ad_container {
  padding: 15px 0;
  border: 1px solid #eee;
}
.jeg_sidebar .mc4wp-form,
.widget .mc4wp-form {
  padding: 20px 25px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.mc4wp-form h3 {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 0;
}
.mc4wp-form-fields p {
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc4wp-form-fields p:last-of-type {
  margin-bottom: 0;
}
.mc4wp-form input[type="submit"] {
  width: 100%;
}
.mc4wp-form input + input[type="submit"] {
  width: auto;
}
.mc4wp-response p {
  margin: 0 !important;
}
.mc4wp-alert {
  padding: 6px 10px;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.5;
  margin: 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;
}
.jeg_main_content .mc4wp-form {
  padding: 30px;
  margin-bottom: 40px;
  border: 6px solid #eee;
}
.jeg_main_content .mc4wp-form .mc4wp-form-fields {
  max-width: 640px;
  margin: auto;
}
.jeg_main_content .mc4wp-form h3 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 0;
}
.jeg_main_content .mc4wp-form input[type="email"],
.jeg_main_content .mc4wp-form input[type="text"] {
  font-size: 16px;
}
.jeg_main_content .mc4wp-form input[type="email"]:not(:only-child) {
  width: 70%;
}
.jeg_main_content .mc4wp-form input + input[type="submit"] {
  width: 25%;
  right: auto;
  margin-left: 15px;
  vertical-align: top;
}
.jeg_inline_subscribeform .mc4wp-form {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
.jeg_inline_subscribeform .mc4wp-form h3 {
  font-size: 16px;
  margin: 0 0 4px;
}
.jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
  padding-right: 40px;
  max-width: 45%;
  margin-bottom: 0;
}
.jeg_inline_subscribeform .mc4wp-form-fields {
  display: flex;
  max-width: none !important;
  align-items: center;
  justify-content: space-between;
}
.jeg_inline_subscribeform .mc4wp-form-fields p {
  padding-right: 20px;
  flex-grow: 1;
  font-size: 14px;
  margin-bottom: 0;
}
.jeg_inline_subscribeform .mc4wp-form-fields p:last-of-type {
  padding-right: 0;
}
.widget_jnews_about p {
  margin-bottom: 15px;
}
.widget_jnews_about p:last-of-type {
  margin-bottom: 0;
}
.jeg_about_widget .readmore {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.jeg_about_img {
  display: block;
  margin-bottom: 20px;
}
.jeg_about_name {
  display: block;
  position: relative;
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}
.elementor-widget .jeg_about_name,
.jeg_sidebar .widget_jnews_about .jeg_about_name,
.widget .widget_jnews_about .jeg_about_name {
  background: #fff;
  font-weight: 400;
  margin: -50px 30px 0;
  padding: 10px;
}
.jeg_about_title {
  color: #a0a0a0;
  font-style: italic;
  margin-top: -5px;
  position: relative;
}
.jeg_about_autograph {
  display: block;
  margin: 15px 0;
}
.circle .jeg_about_name {
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
}
.circle .jeg_about_title {
  font-size: 13px;
}
.circle .jeg_about_img img {
  border-radius: 100%;
  max-width: 240px;
}
.socials_widget a {
  display: inline-block;
  margin: 0 10px 10px 0;
  text-decoration: none !important;
}
.socials_widget a .fa {
  font-size: 1em;
  display: inline-block;
  width: 38px;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.socials_widget .fa {
  font-size: 16px;
}
.socials_widget a:hover .fa,
.socials_widget a img:hover {
  opacity: 0.75;
}
.socials_widget span {
  display: inline-block;
  margin-left: 0.5em;
}
.socials_widget.rounded a .fa {
  border-radius: 3px;
}
.socials_widget.circle a .fa {
  border-radius: 100%;
}
.socials_widget.nobg a {
  margin: 0 20px 15px 0;
}
.socials_widget a:last-child {
  margin-right: 0;
}
.socials_widget.nobg a .fa {
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: inherit;
  background: transparent !important;
}
.socials_widget.monochrome a .fa {
  background: #212121;
}
.socials_widget.nobg.monochrome a .fa {
  color: #212121;
}
.socials_widget.vertical_social a {
  color: #212121;
  display: block;
  margin: 0 0 1em;
}
.jeg_aligncenter .vertical_social {
  text-align: left;
}
.socials_widget .jeg_rss .fa {
  background: #ff6f00;
}
.socials_widget .jeg_facebook .fa {
  background: #45629f;
}
.socials_widget .jeg_twitter .fa {
  background: #5eb2ef;
}
.socials_widget .jeg_google-plus .fa {
  background: #df5443;
}
.socials_widget .jeg_linkedin .fa {
  background: #0083bb;
}
.socials_widget .jeg_instagram .fa {
  background: #e4405f;
}
.socials_widget .jeg_pinterest .fa {
  background: #e02647;
}
.socials_widget .jeg_behance .fa {
  background: #1e72ff;
}
.socials_widget .jeg_dribbble .fa {
  background: #eb5590;
}
.socials_widget .jeg_reddit .fa {
  background: #5f99cf;
}
.socials_widget .jeg_stumbleupon .fa {
  background: #ff4e2e;
}
.socials_widget .jeg_telegram .fa {
  background: #08c;
}
.socials_widget .jeg_vimeo .fa {
  background: #a1d048;
}
.socials_widget .jeg_github .fa {
  background: #313131;
}
.socials_widget .jeg_flickr .fa {
  background: #f07;
}
.socials_widget .jeg_tumblr .fa {
  background: #2d4862;
}
.socials_widget .jeg_soundcloud .fa {
  background: #ffae00;
}
.socials_widget .jeg_youtube .fa {
  background: #c61d23;
}
.socials_widget .jeg_twitch .fa {
  background: #6441a5;
}
.socials_widget .jeg_vk .fa {
  background: #3e5c82;
}
.socials_widget .jeg_weibo .fa {
  background: #ae2c00;
}
.socials_widget .jeg_line_chat .fa {
  background: #00c300;
}
.socials_widget .jeg_line_chat .fa span {
  content: url(image/line-share.png);
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
}
.socials_widget.nobg .jeg_rss .fa {
  color: #ff6f00;
}
.socials_widget.nobg .jeg_facebook .fa {
  color: #45629f;
}
.socials_widget.nobg .jeg_twitter .fa {
  color: #5eb2ef;
}
.socials_widget.nobg .jeg_google-plus .fa {
  color: #df5443;
}
.socials_widget.nobg .jeg_linkedin .fa {
  color: #0083bb;
}
.socials_widget.nobg .jeg_instagram .fa {
  color: #e4405f;
}
.socials_widget.nobg .jeg_pinterest .fa {
  color: #e02647;
}
.socials_widget.nobg .jeg_behance .fa {
  color: #1e72ff;
}
.socials_widget.nobg .jeg_dribbble .fa {
  color: #eb5590;
}
.socials_widget.nobg .jeg_reddit .fa {
  color: #5f99cf;
}
.socials_widget.nobg .jeg_stumbleupon .fa {
  color: #ff4e2e;
}
.socials_widget.nobg .jeg_telegram .fa {
  color: #08c;
}
.socials_widget.nobg .jeg_vimeo .fa {
  color: #a1d048;
}
.socials_widget.nobg .jeg_github .fa {
  color: #313131;
}
.socials_widget.nobg .jeg_flickr .fa {
  color: #f07;
}
.socials_widget.nobg .jeg_tumblr .fa {
  color: #2d4862;
}
.socials_widget.nobg .jeg_soundcloud .fa {
  color: #ffae00;
}
.socials_widget.nobg .jeg_youtube .fa {
  color: #c61d23;
}
.socials_widget.nobg .jeg_twitch .fa {
  color: #6441a5;
}
.socials_widget.nobg .jeg_vk .fa {
  color: #3e5c82;
}
.socials_widget.nobg .jeg_weibo .fa {
  color: #ae2c00;
}
.socials_widget.nobg .jeg_line_chat .fa span {
  content: url(image/line-green.png);
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
}
.jeg_socialcounter {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.jeg_socialcounter li {
  float: left;
  text-align: center;
  margin: 0;
}
.jeg_socialcounter a {
  display: block;
  color: #53585c;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 6px 0;
  margin: 0 -1px -1px 0;
  transition: all 0.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: hsla(0, 0%, 100%, 0.1);
}
.jeg_footer.dark .jeg_socialcounter a .fa {
  color: inherit;
}
.jeg_socialcounter .fa {
  display: block;
  font-size: 28px;
  height: 32px;
  line-height: 32px;
  margin: 6px auto 3px;
}
.jeg_socialcounter li span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.jeg_socialcounter li small {
  color: #a0a0a0;
  font-size: 11px;
  line-height: 1;
}
.jeg_socialcounter .jeg_rss .fa {
  color: #ff6f00;
}
.jeg_socialcounter .jeg_facebook .fa {
  color: #45629f;
}
.jeg_socialcounter .jeg_twitter .fa {
  color: #5eb2ef;
}
.jeg_socialcounter .jeg_google-plus .fa {
  color: #df5443;
}
.jeg_socialcounter .jeg_linkedin .fa {
  color: #0083bb;
}
.jeg_socialcounter .jeg_instagram .fa {
  color: #e4405f;
}
.jeg_socialcounter .jeg_pinterest .fa {
  color: #e02647;
}
.jeg_socialcounter .jeg_behance .fa {
  color: #1e72ff;
}
.jeg_socialcounter .jeg_dribbble .fa {
  color: #eb5590;
}
.jeg_socialcounter .jeg_reddit .fa {
  color: #5f99cf;
}
.jeg_socialcounter .jeg_stumbleupon .fa {
  color: #ff4e2e;
}
.jeg_socialcounter .jeg_telegram .fa {
  color: #08c;
}
.jeg_socialcounter .jeg_vimeo .fa {
  color: #a1d048;
}
.jeg_socialcounter .jeg_github .fa {
  color: #313131;
}
.jeg_socialcounter .jeg_flickr .fa {
  color: #f07;
}
.jeg_socialcounter .jeg_tumblr .fa {
  color: #2d4862;
}
.jeg_socialcounter .jeg_soundcloud .fa {
  color: #ffae00;
}
.jeg_socialcounter .jeg_youtube .fa {
  color: #c61d23;
}
.jeg_socialcounter .jeg_vk .fa {
  color: #3e5c82;
}
.jeg_socialcounter .jeg_weibo .fa {
  color: #ae2c00;
}
.jeg_socialcounter .jeg_twitch .fa {
  color: #6441a5;
}
.jeg_socialcounter .jeg_foursquare .fa {
  color: #2d5be3;
}
.jeg_socialcounter .jeg_vine .fa {
  color: #00bf8f;
}
.jeg_socialcounter.colored:not(.col1) {
  position: relative;
  margin-right: -2px;
}
.jeg_socialcounter.colored:not(.col1) a {
  margin-right: 2px;
  margin-bottom: 2px;
}
.jeg_socialcounter.colored a {
  border: 0;
  background: #212121;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.jeg_socialcounter.colored a:hover {
  opacity: 0.75;
}
.jeg_socialcounter.colored .fa,
.jeg_socialcounter.colored li small {
  color: #fff;
}
.jeg_socialcounter.colored .jeg_rss a {
  background-color: #ff6f00;
}
.jeg_socialcounter.colored .jeg_facebook a {
  background-color: #45629f;
}
.jeg_socialcounter.colored .jeg_twitter a {
  background-color: #5eb2ef;
}
.jeg_socialcounter.colored .jeg_google-plus a {
  background-color: #df5443;
}
.jeg_socialcounter.colored .jeg_linkedin a {
  background-color: #0083bb;
}
.jeg_socialcounter.colored .jeg_instagram a {
  background-color: #e4405f;
}
.jeg_socialcounter.colored .jeg_pinterest a {
  background-color: #e02647;
}
.jeg_socialcounter.colored .jeg_behance a {
  background-color: #1e72ff;
}
.jeg_socialcounter.colored .jeg_dribbble a {
  background-color: #eb5590;
}
.jeg_socialcounter.colored .jeg_reddit a {
  background-color: #5f99cf;
}
.jeg_socialcounter.colored .jeg_stumbleupon a {
  background-color: #ff4e2e;
}
.jeg_socialcounter.colored .jeg_telegram a {
  background-color: #08c;
}
.jeg_socialcounter.colored .jeg_vimeo a {
  background-color: #a1d048;
}
.jeg_socialcounter.colored .jeg_github a {
  background-color: #313131;
}
.jeg_socialcounter.colored .jeg_flickr a {
  background-color: #f07;
}
.jeg_socialcounter.colored .jeg_tumblr a {
  background-color: #2d4862;
}
.jeg_socialcounter.colored .jeg_soundcloud a {
  background-color: #ffae00;
}
.jeg_socialcounter.colored .jeg_youtube a {
  background-color: #c61d23;
}
.jeg_socialcounter.colored .jeg_vk a {
  background-color: #3e5c82;
}
.jeg_socialcounter.colored .jeg_weibo a {
  background-color: #ae2c00;
}
.jeg_socialcounter.colored .jeg_twitch a {
  background-color: #6441a5;
}
.jeg_socialcounter.colored .jeg_foursquare a {
  background-color: #2d5be3;
}
.jeg_socialcounter.colored .jeg_vine a {
  background-color: #00bf8f;
}
.jeg_socialcounter.col1 li {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 10px;
}
.jeg_socialcounter.col1 li:last-child a {
  margin-bottom: 0;
}
.jeg_socialcounter.col1 a {
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.jeg_socialcounter.col1 .fa {
  float: left;
  width: 45px;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  margin: 0;
  text-align: center;
}
.jeg_socialcounter.col1 small,
.jeg_socialcounter.col1 span {
  display: inline-block;
  font-size: inherit;
  margin-right: 5px;
}
.jeg_socialcounter.col2 li {
  width: 50%;
}
.jeg_socialcounter.col2 li:nth-last-child(-n + 2) a {
  margin-bottom: 0;
}
.jeg_socialcounter.col3 li {
  width: 33.333333333%;
}
.jeg_socialcounter.col3 li:nth-last-child(-n + 3) a {
  margin-bottom: 0;
}
.jeg_socialcounter.col4 li {
  width: 25%;
}
.jeg_socialcounter.col4 li:nth-last-child(-n + 4) a {
  margin-bottom: 0;
}
.popularpost_item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}
.popularpost_item .jeg_post_title {
  font-size: 14px;
  margin: 0 0 5px;
}
.popularpost_item .jeg_post_title a:before {
  content: attr(data-num);
  position: absolute;
  font-size: 18px;
  text-align: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-style: italic;
  background: #eee;
  padding: 10px;
  border-radius: 100%;
  box-sizing: content-box;
  transition: all 0.3s;
}
.popularpost_item:hover .jeg_post_title a:before {
  background: #f70d28;
  color: #fff;
}
.popularpost_item:first-child {
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #eee;
}
.popularpost_item:first-child .jeg_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto 5px;
  line-height: 1.25;
  padding-right: 80px;
  position: relative;
}
.popularpost_item:first-child .jeg_post_title a:before,
.popularpost_item:first-child:hover .jeg_post_title a:before {
  right: 0;
  left: auto;
  text-align: center;
  height: auto;
  line-height: 1;
  width: 50px;
  font-size: 36px;
  border-radius: 0;
  background: 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 {
  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: 700;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 0 5px 0 22px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}
.socialshare_list .share-text:before {
  position: absolute;
  left: 5px;
  top: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialshare_list .share-count {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  color: #888;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: auto;
  line-height: 18px;
  margin-left: 5px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.socialshare_list .share-count:after,
.socialshare_list .share-count:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
}
.socialshare_list .share-count:before {
  border-color: transparent #bfbfbf;
  top: 5px;
  left: -6px;
}
.socialshare_list .share-count:after {
  border-color: transparent #fff;
  top: 5px;
  left: -4px;
}
.jeg_share_fb .share-text {
  color: #fff;
  background: #45629f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 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";
}
.jeg_facebook_widget,
.widget.widget_jnews_dribbble,
.widget.widget_jnews_flickr,
.widget.widget_jnews_instagram {
  margin-bottom: 30px;
}
.jeg_grid_thumb_widget {
  position: relative;
}
.jeg_footer.dark .jeg_grid_thumb_widget > h3 > a,
.jeg_grid_thumb_widget > h3 > a {
  color: #212121;
}
.jeg_grid_thumb_widget > h3 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 2;
  text-align: center;
}
.jeg_grid_thumb_widget > h3 > a {
  background: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  color: #212121;
}
.jeg_grid_thumb_widget .fa {
  font-size: 12px;
}
.jeg_grid_thumb_widget li {
  float: left;
  transition: all 0.3s ease;
  margin-right: 2.564102564102564%;
  margin-bottom: 2.564102564102564%;
}
.jeg_grid_thumb_widget .col2 li {
  width: 48.717948717948715%;
}
.jeg_grid_thumb_widget .col3 li {
  width: 31.623931623931625%;
}
.jeg_grid_thumb_widget .col4 li {
  width: 23.076923076923077%;
}
.jeg_grid_thumb_widget li.last {
  margin-right: 0;
}
.jeg_grid_thumb_widget li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.jeg_grid_thumb_widget .normal li:hover {
  opacity: 0.6;
}
.jeg_grid_thumb_widget .zoom-rotate li img,
.jeg_grid_thumb_widget .zoom li img {
  transition: 1s linear;
}
.jeg_grid_thumb_widget .zoom li:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: 1.5s ease-out;
}
.jeg_grid_thumb_widget .zoom-rotate li:hover img {
  -webkit-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
  transition: 1.5s ease-out;
}
.jeg_grid_thumb_widget .zoom-rotate li a:after,
.jeg_grid_thumb_widget .zoom li a:after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: 0.3s ease;
}
.jeg_grid_thumb_widget .zoom-rotate li:hover a:after,
.jeg_grid_thumb_widget .zoom li:hover a:after {
  opacity: 0.4;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jeg_grid_thumb_widget .comment li:hover a:before,
.jeg_grid_thumb_widget .icon li:hover a:before,
.jeg_grid_thumb_widget .like li:hover a:before,
.jeg_grid_thumb_widget .view li:hover a:before {
  opacity: 1;
}
.jeg_grid_thumb_widget .comment a:before,
.jeg_grid_thumb_widget .icon a:before,
.jeg_grid_thumb_widget .like a:before,
.jeg_grid_thumb_widget .view a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  z-index: 1;
  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: #fff;
  font-size: 32px;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transition: 0.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 .comment li:hover .fa,
.jeg_grid_thumb_widget .like li:hover .fa,
.jeg_grid_thumb_widget .view li:hover .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jeg_grid_thumb_widget .comment .fa,
.jeg_grid_thumb_widget .like .fa,
.jeg_grid_thumb_widget .view .fa {
  display: block;
  position: absolute;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_grid_thumb_widget .comment .fa:before,
.jeg_grid_thumb_widget .like .fa:before,
.jeg_grid_thumb_widget .view .fa:before {
  margin-right: 6px;
  font-family: FontAwesome;
}
.jeg_behance_widget .behance-pics li img,
.jeg_dribbble_widget .dribbble-pics li img,
.jeg_flickr_widget .flickr-pics li img {
  width: 100%;
}
.entry-header .jeg_post_title {
  color: #212121;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.15;
  margin: 0 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: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  align-content: flex-start;
}
.entry-header .jeg_meta_comment a,
.entry-header .jeg_meta_like a {
  color: #53585c;
  font-weight: 400;
}
.entry-header .jeg_meta_like {
  position: relative;
}
.entry-header .jeg_meta_like.clicked:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.entry-header .jeg_meta_like.clicked > a > i:before {
  content: "\F110";
}
.entry-header .jeg_post_meta_2 .jeg_meta_comment,
.entry-header .jeg_post_meta_2 .jeg_meta_like_container {
  margin-left: 15px;
  font-size: 16px;
}
.entry-header a.dislike {
  padding-left: 10px;
}
.entry-header .jeg_post_meta .fa {
  color: #2e9fff;
  font-size: 16px;
  margin-right: 2px;
}
.entry-header .jeg_meta_author + .jeg_meta_date:before {
  content: "\2014";
  margin-right: 10px;
}
.entry-header .meta_right {
  text-align: right;
  flex: 1 0 auto;
  margin-left: auto;
}
.entry-header .meta_left > div {
  display: inline-block;
}
.entry-header .meta_left > div:not(:last-of-type) {
  margin-right: 6px;
}
.entry-header .meta_right > div {
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
}
.entry-header .jeg_post_meta .meta_right .fa {
  font-size: inherit;
}
.jeg_meta_author img {
  width: 35px;
  border-radius: 100%;
  margin-right: 5px;
}
.entry-header .jeg_meta_trending .fa,
.entry-header .jeg_post_meta .jeg_meta_trending .fa,
.jeg_meta_trending .fa {
  width: 22px;
  border-radius: 50px;
  background: #f93d53;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}
.jeg_meta_sponsor {
  text-align: center;
}
.jeg_meta_sponsor p {
  margin: 1em 0 1.75em;
}
.jeg_meta_sponsor img {
  max-height: 70px;
  padding: 0 20px;
}
.jeg_meta_zoom button {
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.jeg_meta_zoom button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.jeg_meta_zoom button:not(.zoom-reset) {
  width: 50px;
}
.meta_right div.jeg_meta_zoom {
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
}
.jeg_post .jeg_meta_trending .fa {
  width: 16px;
  line-height: 16px;
  font-size: 10px;
}
.jeg_slider .jeg_meta_trending .fa {
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}
.jeg_postblock_carousel_1 .jeg_meta_trending .fa {
  margin-left: 2px;
}
.jeg_meta_trending strong {
  margin-left: 10px;
}
.entry-header > .jeg_meta_trending {
  margin-bottom: 10px;
}
.jeg_fs_content .jeg_meta_trending,
.jeg_single_tpl_6 .entry-header .jeg_meta_trending {
  color: #fff;
  margin-bottom: 10px;
}
.jeg_single_tpl_6 .entry-header .jeg_meta_trending {
  position: relative;
  top: -11em;
}
.jeg_overlay_slider .jeg_meta_trending {
  margin-bottom: 15px;
}
.elementor-widget-jnews_slider_overlay_elementor .jeg_section {
  position: relative;
  overflow: hidden;
}
.elementor-widget-jnews_slider_overlay_elementor .jeg_overlay_slider {
  margin-bottom: 0;
}
.jeg_read_progress_wrapper .jeg_progress_container {
  height: 4px;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.jeg_read_progress_wrapper .jeg_progress_container.top {
  top: 0;
}
.admin-bar .jeg_read_progress_wrapper .jeg_progress_container.top {
  top: 32px;
}
.jeg_read_progress_wrapper .jeg_progress_container .progress-bar {
  background: #f70d28;
  width: 0;
  display: block;
  height: inherit;
  transition: all 0.12s ease-in;
}
.jeg_featured {
  margin-bottom: 30px;
}
.jeg_featured .wp-caption-text {
  margin: 3px 0 0;
  text-align: right;
  font-size: 11px;
  color: #a0a0a0;
}
.jeg_owlslider .owl-nav div {
  font-size: 16px;
  color: #212121;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  opacity: 0;
}
.jeg_owlslider:hover .owl-nav div {
  opacity: 1;
}
.jeg_owlslider .owl-prev {
  left: 20px;
}
.jeg_owlslider .owl-nav .owl-next {
  right: 20px;
}
.jeg_owlslider .owl-nav div.disabled {
  opacity: 0;
}
.jeg_owlslider .owl-nav div:before {
  font-family: jegicon !important;
}
.jeg_owlslider .owl-prev:before {
  content: "e";
}
.jeg_owlslider .owl-next:before {
  content: "f";
}
.jeg_owlslider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.jeg_owlslider .owl-dot {
  display: inline-block;
  zoom: 1;
}
.jeg_owlslider .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
}
.jeg_owlslider .owl-dots .owl-dot.active span,
.jeg_owlslider .owl-dots .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.load-image {
  position: relative;
  display: block;
}
.load-image:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
}
.load-image:after,
.load-image:before {
  content: "";
  display: block;
  position: absolute;
}
.load-image:after {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-animation: n 1s infinite ease-in-out;
  animation: n 1s infinite ease-in-out;
}
.jeg_featured_big {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.jeg_fs_container {
  min-height: 0;
}
.jeg_fs_content {
  position: relative;
  height: 540px;
}
.jeg_featured_bg {
  background: #212121;
  background: #000;
  background: linear-gradient(180deg, #000 0, #545454);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545454",GradientType=0);
}
.jeg_featured_bg,
.jeg_featured_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jeg_featured_img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  opacity: 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: j 4s infinite;
  animation: j 4s infinite;
}
.jeg_featured_big #breadcrumbs,
.jeg_featured_big #breadcrumbs .breadcrumb_last,
.jeg_featured_big #breadcrumbs .breadcrumb_last_link a,
.jeg_featured_big #breadcrumbs a,
.jeg_featured_big .entry-header .jeg_post_meta,
.jeg_featured_big .entry-header .jeg_post_meta a,
.jeg_featured_big .entry-header .jeg_post_title,
.jeg_featured_big .jeg_post_subtitle,
.jeg_featured_big a {
  color: #fff;
}
.jeg_featured_big #breadcrumbs a:hover {
  color: inherit;
  text-decoration: underline;
}
.jeg_featured_big .entry-header .jeg_post_title {
  max-width: 960px;
  font-size: 58px;
}
.wp-block-embed-youtube .jeg_video_container {
  position: static;
  padding: inherit;
}
.featured_video.floating:after {
  content: "";
  display: block;
}
.featured_video.floating:after,
.jeg_video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.featured_video.floating .jeg_featured_video_wrapper {
  position: fixed;
  width: 300px;
  z-index: 100;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}
.featured_video.floating.bottom_right .jeg_featured_video_wrapper {
  top: auto;
  bottom: 15px;
  right: 15px;
  animation: f 0.25s ease forwards;
  transform: translateY(100%);
}
.featured_video.floating.bottom_left .jeg_featured_video_wrapper {
  top: auto;
  bottom: 15px;
  left: 15px;
  animation: f 0.25s ease forwards;
  transform: translateY(100%);
}
.featured_video.floating.top_right .jeg_featured_video_wrapper {
  top: 45px;
  right: 15px;
  animation: e 0.25s ease forwards;
  transform: translateY(-100%);
}
.featured_video.floating.top_left .jeg_featured_video_wrapper {
  top: 45px;
  left: 15px;
  animation: e 0.25s ease forwards;
  transform: translateY(-100%);
}
@keyframes e {
  0% {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes f {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.featured_video .floating_close {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 200;
  cursor: pointer;
  border-radius: 100%;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.featured_video.floating .floating_close {
  display: block;
}
.featured_video .floating_close:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F00D";
}
@media (max-width: 992px) {
  .featured_video.floating:after {
    display: none;
  }
  .featured_video.floating .jeg_featured_video_wrapper {
    position: relative;
    width: auto;
    z-index: 1;
    box-shadow: none;
  }
}
.jeg_video_container embed,
.jeg_video_container iframe,
.jeg_video_container object,
.jeg_video_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jeg_video_content {
  margin-bottom: 20px;
  padding-top: 0;
}
.jeg_video_square {
  padding-bottom: 100%;
}
.wp-video {
  width: 100% !important;
  margin-bottom: 15px;
}
.wpb_video_wrapper .jeg_video_container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.wpb_video_wrapper .jeg_video_content {
  margin-bottom: 0;
}
.entry-content iframe.instagram-media {
  max-width: 748px !important;
}
.entry-content {
  margin-bottom: 30px;
  position: relative;
}
.entry-content .content-inner.jeg_link_underline a {
  text-decoration: underline;
}
.content-inner {
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  word-break: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 500;
}
.entry-content blockquote,
.entry-content q {
  display: block;
  color: #7b7b7b;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5em;
  padding-left: 1em;
  border-style: solid;
  border-color: #eee;
  border-left-width: 4px;
}
.entry-content blockquote p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.entry-content blockquote cite {
  color: #a0a0a0;
  font-size: smaller;
  display: block;
  margin-top: 5px;
}
.entry-content blockquote cite:before {
  content: "\2014   \2009";
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content input:not([type="submit"]) {
  width: auto;
}
.entry-content table {
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  word-break: break-word;
  margin: 1em 0 30px;
  line-height: normal;
  color: #7b7b7b;
}
.entry-content tr {
  border-bottom: 1px solid #eee;
}
.entry-content tbody tr:hover {
  color: #53585c;
  background: #f7f7f7;
}
.entry-content thead tr {
  border-bottom: 2px solid #eee;
}
.entry-content td,
.entry-content th {
  font-size: 0.85em;
  padding: 8px 20px;
  text-align: left;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.entry-content th {
  color: #53585c;
  font-weight: 700;
  vertical-align: middle;
}
.entry-content tbody tr:last-child,
.entry-content td:first-child,
.entry-content td:last-child,
.entry-content th:first-child,
.entry-content th:last-child {
  border: 0;
}
.entry-content dt {
  font-weight: 600;
}
.entry-content dd {
  margin-bottom: 1.25em;
}
.entry-content cite,
.entry-content em {
  font-style: italic;
}
.entry-content ins {
  background: #fcf8e3;
}
.entry-content sub,
.entry-content sup {
  font-size: 62.5%;
}
.entry-content sub {
  vertical-align: sub;
  bottom: 0;
}
.entry-content sup {
  vertical-align: super;
  top: 0.25em;
}
.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.border,
.entry-content .dropcap.circle,
.entry-content .dropcap.rounded,
.entry-content .dropcap.square {
  color: #fff;
  background: #f70d28;
  display: inline-block;
  text-align: center;
  min-width: 68px;
  min-height: 68px;
  line-height: 1;
  font-size: 3em;
  margin-right: 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:after,
.entry-content .pullquote:before {
  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 ol,
.content-inner ul,
.wpb_text_column ol,
.wpb_text_column ul {
  padding-left: 2.14285714em;
  list-style-position: inside;
}
.content-inner li,
.wpb_text_column li {
  margin-bottom: 0.5em;
}
.content-inner ul,
.wpb_text_column ul {
  list-style: square;
}
.content-inner ol {
  list-style: decimal;
}
.content-inner ul.fa-ul {
  list-style: none;
  margin-left: inherit;
  padding-left: inherit;
}
.content-inner .btn {
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 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:focus,
.content-inner .btn.btn-primary:hover {
  background-color: #e0e0e0;
}
.content-inner .btn.btn-success {
  background-color: #00a652;
}
.content-inner .btn.btn-success:focus,
.content-inner .btn.btn-success:hover {
  background-color: #00984b;
}
.content-inner .btn.btn-info {
  background-color: #2e9fff;
}
.content-inner .btn.btn-info:focus,
.content-inner .btn.btn-info:hover {
  background-color: #2a92ea;
}
.content-inner .btn.btn-warning {
  background-color: #f9c203;
}
.content-inner .btn.btn-warning:focus,
.content-inner .btn.btn-warning:hover {
  background-color: #e4b203;
}
.content-inner .btn.btn-danger {
  background-color: #f95403;
}
.content-inner .btn.btn-danger:focus,
.content-inner .btn.btn-danger:hover {
  background-color: #e44d03;
}
.content-inner .alert {
  color: #666;
  padding: 8px 16px;
  margin: 1em 0;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}
.content-inner .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.content-inner .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.content-inner .alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.content-inner .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.content-inner blockquote,
.content-inner p,
.content-inner q {
  margin: 0 0 1.25em;
}
.jeg_pagelinks,
.jeg_splitpost_bar.bottom {
  margin: 1.75em auto 0;
  clear: both;
}
#split_content {
  position: relative;
  top: -50px;
}
#split_content:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_splitpost_bar {
  border: 1px solid #e0e0e0;
  margin: 0 0 1.25em;
  position: relative;
}
.jeg_splitpost_bar .nav_wrap {
  position: relative;
}
.jeg_splitpost_bar .current_title {
  cursor: pointer;
  color: #212121;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.jeg_splitpost_bar .current_title:after {
  font-family: FontAwesome;
  content: "\F107";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_splitpost_bar .page_nav {
  color: #a0a0a0;
  position: absolute;
  top: 0;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.jeg_splitpost_bar .page_nav a {
  display: block;
}
.jeg_splitpost_bar .page_nav .fa {
  font-size: 14px;
}
.jeg_splitpost_bar .page_nav.prev {
  left: 0;
}
.jeg_splitpost_bar .page_nav.prev .fa {
  padding-right: 3px;
}
.jeg_splitpost_bar .page_nav.next {
  right: 0;
}
.jeg_splitpost_bar .page_nav.next .fa {
  padding-left: 3px;
}
.content-inner .jeg_splitpost_nav {
  font-family: inherit !important;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 11;
  list-style: none !important;
  margin: 0 !important;
  white-space: nowrap;
  min-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 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;
  transition: 0.15s;
}
.jeg_splitpost_nav li:last-child {
  border-bottom: 0;
}
.jeg_splitpost_nav li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  text-align: left;
  color: #7b7b7b;
  white-space: normal;
  line-height: 1.4;
  transition: 0.15s;
}
.jeg_splitpost_nav li:before {
  color: #a0a0a0;
  font-family: FontAwesome;
  content: "\F105";
  position: absolute;
  font-size: 14px;
  left: 15px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  line-height: normal;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  transition: 0.2s ease-in-out;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_splitpost_nav li:hover:before {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jeg_splitpost_nav li:hover {
  background: #f5f5f5;
}
.jeg_splitpost_nav li:hover a {
  color: #53585c;
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}
.jeg_splitpost_nav li.current a {
  color: #212121;
  font-weight: 700;
}
.split-wrapper {
  display: block;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.split-carousel .split-wrapper,
.split-wrapper.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.jeg_splitpost_1 {
  display: table;
  width: 100%;
}
.jeg_splitpost_1 > span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
  font-size: 12px;
  width: 20%;
  min-width: 150px;
  text-align: center;
  color: #a0a0a0;
  background: #f5f5f5;
  border-right: 1px solid #e0e0e0;
}
.jeg_splitpost_1 .current_title {
  padding: 8px 40px 8px 20px;
}
.jeg_splitpost_1 .nav_wrap {
  display: table-cell;
}
.jeg_splitpost_2 .current_title {
  padding: 8px 40px 8px 20px;
}
.jeg_splitpost_3 {
  text-align: center;
}
.jeg_splitpost_3 .nav_wrap {
  width: auto;
  margin: auto;
  display: inline-block;
  position: static;
  padding: 0 120px;
}
.jeg_splitpost_3 .current_title {
  position: relative;
  padding: 8px 0;
}
.jeg_splitpost_3 .current_title:after {
  color: #a0a0a0;
  position: relative;
  right: 0;
  top: 2px;
  line-height: normal;
  -webkit-transform: none;
  transform: none;
  margin-left: 5px;
}
.jeg_splitpost_3 .page_nav {
  max-width: 120px;
  line-height: 41px;
}
.jeg_splitpost_3 .page_nav a {
  padding: 0 15px;
}
.jeg_splitpost_3 .jeg_splitpost_nav {
  min-width: 18em;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.jeg_splitpost_3 .jeg_splitpost_nav:after,
.jeg_splitpost_3 .jeg_splitpost_nav:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.jeg_splitpost_3 .jeg_splitpost_nav:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.jeg_splitpost_3 .jeg_splitpost_nav:before {
  border-color: hsla(0, 0%, 88%, 0);
  border-bottom-color: #e0e0e0;
  border-width: 6px;
  margin-left: -6px;
}
.jeg_splitpost_3 .page_nav.disable {
  background: transparent;
}
.jeg_splitpost_4 {
  border: 0;
  text-align: center;
}
.jeg_splitpost_4 .current_title {
  font-size: 22px;
  padding: 0 120px;
}
.jeg_splitpost_4 .current_title:after {
  display: none;
}
.jeg_splitpost_4 .page_nav {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: #f70d28;
  color: #fff;
  border-radius: 2px;
  width: 100px;
  padding: 0;
}
.jeg_splitpost_4 .page_nav a,
.jeg_splitpost_5 .page_nav a {
  color: #fff;
}
.jeg_splitpost_4 .page_nav.disable,
.jeg_splitpost_5 .page_nav.disable {
  background: #eee;
}
.jeg_splitpost_4 .page_nav.disable a,
.jeg_splitpost_5 .page_nav.disable a {
  color: #a0a0a0;
}
.jeg_splitpost_5 {
  border: 0;
}
.jeg_splitpost_5 .current_title {
  font-size: 24px;
  padding-right: 80px;
}
.jeg_splitpost_5 .current_title:after {
  display: none;
}
.jeg_splitpost_5 .page_nav {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: #f70d28;
  color: #fff;
  border-radius: 2px;
  width: 35px;
  padding: 0;
}
.jeg_splitpost_5 .page_nav .fa {
  padding: 0;
  font-size: 16px;
  line-height: inherit;
}
.jeg_splitpost_5 .page_nav.prev {
  left: auto;
  right: 40px;
}
.split-postlist .current_title {
  font-size: 24px;
  min-height: 38px;
  margin-bottom: 14px;
  position: relative;
}
.split-postlist .pagenum {
  position: absolute;
  left: 0;
  top: 0;
}
.split-image-wrap {
  position: relative;
}
.split-template-6 .current_title {
  display: flex;
  font-size: 26px;
}
.split-template-6 .pageinfo {
  text-align: center;
  position: relative;
  top: -2px;
  line-height: 1.2;
  flex-shrink: 0;
}
.split-template-6 .pagetitle span a,
.split-template-9 .current_title a {
  box-shadow: inset 0 -2px 0;
  transition: 0.2s;
}
.split-template-6 .pagetitle span a:hover,
.split-template-9 .current_title a:hover {
  box-shadow: none;
}
.split-template-6 .pagetitle {
  border-left: 1px solid #eee;
  padding-left: 15px;
  margin-left: 15px;
  padding-bottom: 0.15em;
}
.split-template-6 .pagenum {
  position: relative;
  font-weight: 700;
}
.split-template-6 .pagetotal {
  font-size: 13px;
  color: #a0a0a0;
}
.split-template-7 .current_title,
.split-template-8 .current_title {
  padding-left: 32px;
}
.split-template-7 .current_title,
.split-template-10 .current_title {
  border-bottom: 3px solid;
}
.split-template-8 .current_title,
.split-template-11 .current_title {
  border-top: 3px solid;
}
.split-template-8 .current_title {
  padding-top: 5px;
}
.split-template-8 .pagenum {
  top: 5px;
}
.split-template-9 .pagenum,
.split-template-10 .pagenum,
.split-template-11 .pagenum,
.split-template-12 .pagenum,
.split-template-13 .pagenum,
.split-template-15 .pagenum,
.split-template-18 .pagenum,
.split-template-20 .pagenum {
  color: #fff;
  background-color: #212121;
  display: inline-block;
  min-width: 36px;
  line-height: 36px;
  text-align: center;
}
.split-template-14 .current_title {
  color: #fff;
  background-color: #212121;
  line-height: 1.4;
  min-height: 36px;
  padding: 2px 0 2px 42px;
}
.split-template-14 .pagenum {
  top: 2px;
  left: 10px;
}
.split-template-9 .current_title,
.split-template-10 .current_title,
.split-template-11 .current_title,
.split-template-12 .current_title,
.split-template-13 .current_title,
.split-template-15 .no-image .current_title {
  padding-left: 52px;
}
.split-template-9 .pagenum,
.split-template-10 .pagenum,
.split-template-11 .pagenum,
.split-template-12 .pagenum,
.split-template-13 .pagenum {
  font-size: 22px;
}
.split-template-10 .pagenum,
.split-template-11 .pagenum {
  bottom: 0;
}
.split-template-12 .pagenum {
  border-radius: 5px;
}
.split-template-13 .pagenum {
  border-radius: 100%;
}
.split-template-15 .split-image-wrap .pagenum,
.split-template-18 .split-image-wrap .pagenum,
.split-template-20 .pagenum {
  font-weight: 700;
  font-size: 24px;
  min-width: 40px;
  line-height: 40px;
  z-index: 2;
}
.split-template-15 .split-wrapper {
  margin-top: 1.5em;
}
.split-template-15 .with-image .current_title {
  margin-top: 0;
}
.split-template-15 .split-image > img,
.split-template-18 .split-image > img,
.split-template-19 .split-image > img,
.split-template-20 .split-image > img {
  margin-top: 0;
  margin-bottom: 24px;
}
.split-carousel .owl-nav .owl-next,
.split-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  width: 30px !important;
  line-height: 50px !important;
  background: #fff !important;
  border: none !important;
  font-size: 22px !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.split-carousel .owl-nav .owl-next {
  right: 0;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
}
.split-carousel .owl-nav .disabled {
  opacity: 0.5;
}
.split-template-16,
.split-template-19,
.split-template-20 {
  background: #f5f5f5;
  margin-bottom: 30px;
}
.split-template-16 .split-image img,
.split-template-19 .split-image img,
.split-template-20 .split-image img {
  margin-top: 0;
  margin-bottom: 0;
}
.split-template-16 .split-content,
.split-template-19 .split-content,
.split-template-20 .split-content {
  padding: 24px 30px 30px;
}
.split-template-16 .page_info,
.split-template-19 .page_info {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.split-template-16 .current_title,
.split-template-19 .current_title,
.split-template-20 .current_title {
  margin-top: 10px;
}
.split-template-19 .current_title {
  margin-bottom: 16px;
}
.split-template-16 .split-content p:last-child,
.split-template-19 .split-content p:last-child,
.split-template-20 .split-content p:last-child {
  margin-bottom: 0;
}
.split-template-19 .current_title span,
.split-template-20 .current_title span {
  background-color: #212121;
  color: #fff;
  padding: 0 5px;
  display: inline;
}
@media only screen and (min-width: 1024px) {
  .split-half-content .split-image {
    width: 50%;
    float: left;
  }
  .split-half-content .split-content {
    padding-top: 20px;
    overflow: hidden;
  }
  .has-half-content .owl-nav .owl-next,
  .has-half-content .owl-nav .owl-prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .has-half-content:hover .owl-nav div {
    opacity: 1;
  }
  .has-half-content .owl-nav div:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .split-half-content .split-image > img {
    margin-bottom: 0;
  }
}
.jeg_bottomnav {
  margin: 1.25em 0;
}
.jeg_bottomnav .page_nav {
  width: 40%;
}
.jeg_bottomnav .page_nav.prev {
  float: left;
}
.jeg_bottomnav .page_nav.next {
  float: right;
  text-align: right;
}
.jeg_bottomnav strong {
  display: block;
}
.jeg_bottomnav span {
  font-size: smaller;
  color: #a0a0a0;
}
.jeg_bottomnav.textcenter {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.jeg_bottomnav.textcenter .page_nav {
  text-align: center;
  width: 50%;
  padding: 0 20px;
}
.jeg_bottomnav.textcenter .page_nav.next {
  border-left: 1px solid #eee;
}
.jeg_single_tpl_2 .entry-header .jeg_post_title,
.jeg_single_tpl_3 .entry-header .jeg_post_title,
.jeg_single_tpl_6 .entry-header .jeg_post_title {
  font-size: 4em;
  line-height: 1.1;
}
.jeg_featured_big .entry-header .jeg_post_subtitle,
.jeg_single_tpl_2 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_3 .entry-header .jeg_post_subtitle,
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle {
  font-size: 1.4em;
}
@media screen and (min-width: 1024px) {
  .jeg_share_bottom_container,
  .jeg_single_narrow .content-inner > *,
  .jeg_single_narrow .jeg_inner_content > * {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .jeg_single_narrow .entry-content {
    max-width: 100%;
  }
  .jeg_single_narrow .jeg_inner_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.jeg_single_narrow .jeg_share_button.share-float {
  margin-left: 80px;
}
.jeg_single_narrow .with-share .content-inner {
  margin-left: 0;
}
.jeg_single_tpl_10 .jeg_featured_bg {
  position: relative;
}
.jeg_single_tpl_10 .jeg_featured_bg img {
  width: 100%;
}
.jeg_single_tpl_10 .entry-header {
  text-align: center;
  position: relative;
  margin: 40px auto 50px;
}
.jeg_single_tpl_10 .entry-header:before {
  content: "";
  width: 80px;
  border-bottom: 2px solid #e0e0e0;
  left: 0;
  right: 0;
  margin: 1.75em auto;
  display: block;
}
.jeg_single_tpl_4 .jeg_fs_container .entry-header:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  background: hsla(0, 0%, 100%, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.55))
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    rgba(0, 0, 0, 0.55)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0);
  bottom: 0;
  z-index: -1;
}
.jeg_single_tpl_5 .jeg_featured_big .entry-header {
  text-align: center;
  bottom: 50%;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.jeg_single_tpl_5 .jeg_featured_big .jeg_post_title {
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right {
  float: none;
}
.jeg_single_tpl_5 .jeg_featured_big .entry-header .meta_right > div {
  font-size: inherit;
}
.jeg_single_tpl_6 .jeg_featured_big {
  height: 350px;
}
.jeg_single_tpl_6.jnews_boxed_container .jeg_inner_content {
  margin-top: -30px;
}
.jeg_single_tpl_6 .jeg_fs_content {
  height: 100%;
}
.jeg_single_tpl_6 .jeg_featured_img {
  background-position: 50% 10%;
  background-size: cover;
}
.jeg_single_tpl_6 .jeg_breadcrumbs {
  margin-top: 15px;
}
.jeg_single_tpl_6 .entry-header .jeg_post_title {
  margin-top: -2.5em;
  min-height: 2em;
  position: relative;
}
.jeg_single_tpl_6 .entry-header .jeg_post_subtitle span,
.jeg_single_tpl_6 .entry-header .jeg_post_title span {
  background: #fff;
  box-shadow: 7px 0 0 #fff, -7px 0 0 #fff;
}
.jeg_single_tpl_9 .jeg_featured_big {
  padding: 0;
  background: #000;
}
.jeg_single_tpl_9 .jeg_fs_content {
  height: auto;
}
.jeg_single_tpl_9 .jeg_featured {
  margin-bottom: 0;
  position: relative;
}
.jeg_single_tpl_9 .jeg_featured .wp-caption-text {
  position: absolute;
  bottom: 5px;
  right: 0;
  line-height: normal;
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.65);
}
.jeg_post_nav .post {
  position: absolute;
  top: 50%;
  padding: 5px;
  transform: translateY(-50%);
}
.jeg_post_nav .prev-post {
  left: 0;
}
.jeg_post_nav .next-post {
  right: 0;
}
.jeg_post_nav .post .arrow {
  display: block;
  position: relative;
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: hsla(0, 0%, 100%, 0.5);
  transition: 0.25s ease 0.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: 0.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: 0.25s ease 0.3s;
  transform: translateZ(0);
}
.jeg_post_nav .prev-post .post-title {
  left: 20px;
  transform: translate3d(-30px, 0, 0);
}
.jeg_post_nav .next-post .post-title {
  right: 20px;
  text-align: right;
  transform: translate3d(30px, 0, 0);
}
body.jeg_single_tpl_4.jeg_force_fs,
body.jeg_single_tpl_5.jeg_force_fs {
  background-image: none !important;
}
.jeg_autoload_separator {
  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: 0;
}
.jsc_dark .jeg_autoload_separator .separator_bg {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVR4AWP4//8/BqaBoC8AeRBLA9DuAEcAAAAASUVORK5CYII=");
}
.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, 0.15),
    0 32px 60px rgba(0, 0, 0, 0.25);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.nav-open .jeg_meganav_wrap {
  visibility: visible;
  opacity: 1;
}
.jeg_meganav {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.jeg_meganav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jeg_meganav:last-child {
  border-bottom: 0;
}
.jeg_meganav > ul > li {
  flex: 1;
}
.jeg_meganav .sub-menu {
  border-right: 1px solid #eee;
  padding: 0 30px;
}
.jeg_meganav > ul > li:last-child .sub-menu {
  border: 0;
}
.jeg_meganav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #f70d28;
  margin: 0 30px 10px;
  display: block;
}
.jeg_meganav li li a {
  color: #7b7b7b;
  display: block;
  font-size: 13px;
  padding: 3px 0;
}
.jeg_meganav li li a:hover {
  color: #f70d28;
}
.jeg_breadcrumbs {
  margin-bottom: 20px;
}
.jeg_cat_header_4 .jeg_breadcrumbs,
.jeg_single_tpl_4 .jeg_breadcrumbs,
.jeg_single_tpl_5 .jeg_breadcrumbs {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.jeg_singlepage .jeg_breadcrumbs {
  margin: -10px auto 20px;
}
#breadcrumbs {
  font-size: 12px;
  margin: 0;
  color: #a0a0a0;
}
#breadcrumbs a {
  color: #53585c;
}
#breadcrumbs .fa {
  padding: 0 3px;
}
#breadcrumbs a:hover {
  color: #f70d28;
}
#breadcrumbs .breadcrumb_last_link a {
  color: #a0a0a0;
}
.jeg_sharelist {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jeg_share_button {
  margin-bottom: 30px;
}
.jeg_share_button a {
  float: left;
  width: 44px;
  max-width: 44px;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  padding: 0 10px;
  color: #fff;
  background: #212121;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.2s;
}
.jeg_share_button a:last-child {
  margin-right: 0;
}
.jeg_share_button a:hover {
  opacity: 0.75;
}
.jeg_share_button a.expanded {
  width: auto;
  max-width: none;
  padding: 0 12px;
}
.jeg_share_button a > span {
  display: none;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}
.jeg_share_button a.expanded > span {
  display: inline;
  position: relative;
}
.jeg_share_button span.count {
  font-weight: 400;
  margin-left: 3px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.jeg_share_button .fa {
  font-size: 18px;
  color: #fff;
  line-height: inherit;
}
.jeg_share_button .jeg_btn-facebook {
  background: #45629f;
}
.jeg_share_button .jeg_btn-twitter {
  background: #5eb2ef;
}
.jeg_share_button .jeg_btn-google-plus {
  background: #df5443;
}
.jeg_share_button .jeg_btn-linkedin {
  background: #0083bb;
}
.jeg_share_button .jeg_btn-pinterest {
  background: #cf2830;
}
.jeg_share_button .jeg_btn-reddit {
  background: #5f99cf;
}
.jeg_share_button .jeg_btn-stumbleupon {
  background: #ff4e2e;
}
.jeg_share_button .jeg_btn-telegram {
  background: #08c;
}
.jeg_share_button .jeg_btn-comments {
  background: #63c37e;
}
.jeg_share_button .jeg_btn-toggle {
  background: #bdbdbd;
}
.jeg_share_button .jeg_btn-tumbrl {
  background: #314358;
}
.jeg_share_button .jeg_btn-buffer {
  background: #333;
}
.jeg_share_button .jeg_btn-vk {
  background: #4c75a3;
}
.jeg_share_button .jeg_btn-whatsapp {
  background: #075e54;
}
.jeg_share_button .jeg_btn-wechat {
  background: #7bb32e;
}
.jeg_share_button .jeg_btn-qrcode {
  background: #bd0000;
}
.jeg_share_button .jeg_btn-email {
  background: #eb4d3f;
}
.jeg_share_button .jeg_btn-line {
  background: #00b900;
}
.jeg_share_button .jeg_btn-hatena {
  background: #039be5;
}
.jeg_share_button .jeg_btn-hatena .fa,
.jeg_share_button .jeg_btn-line .fa {
  background-repeat: no-repeat;
  background-position: 50%;
  width: 38px;
}
.jeg_share_button .jeg_btn-hatena .fa {
  background-image: url(image/hatena-share.png);
  background-size: 30px;
  background-color: #039be5;
}
.jeg_share_button .jeg_btn-line .fa {
  background-image: url(image/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-dislike,
.jeg_btn-like {
  background: #bdbdbd;
}
.jeg_share_stats > div {
  float: left;
  text-align: center;
  line-height: 1;
  margin-right: 15px;
  position: relative;
}
.jeg_share_stats > div:last-child {
  padding-right: 15px;
}
.jeg_share_stats > div:last-child:after {
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.jeg_share_stats .counts {
  font-size: 26px;
  font-weight: 700;
}
.jeg_share_count .counts {
  color: #f70d28;
}
.jeg_share_stats .sharetext {
  font-size: 11px;
  color: #a0a0a0;
}
.share-secondary {
  display: none;
}
.show-secondary .share-secondary {
  display: block;
  margin-right: 5px;
}
.jeg_btn-toggle .fa {
  transition: transform 0.2s ease;
}
.show-secondary .jeg_btn-toggle .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jeg_share_button.share-bottom {
  margin: 1.75em auto 0;
}
@media only screen and (min-width: 1024px) {
  .with-share .content-inner {
    margin-left: 90px;
  }
  .jeg_share_button.share-float {
    position: absolute !important;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .jeg_share_button.share-float a.expanded > span {
    display: none;
  }
  .jeg_share_button.share-float .jeg_sharelist {
    display: block;
  }
  .jeg_share_button.share-float a {
    display: block;
    margin: 0;
    border-radius: 0;
    width: 56px;
    max-width: none;
    height: 48px;
    line-height: 48px;
    float: none;
  }
  .jeg_share_button.share-float .fa {
    font-size: 20px;
  }
  .jeg_share_button.share-float.share-monocrhome a {
    margin: 0;
    border-radius: 0;
    background: #2e9fff;
  }
}
.content-inner .jeg_post_category,
.jeg_post_source,
.jeg_post_tags,
.jeg_post_via {
  font-size: 12px;
  clear: both;
}
.content-inner .jeg_post_category span,
.jeg_post_source span,
.jeg_post_tags span,
.jeg_post_via span {
  font-weight: 700;
  margin-right: 3px;
}
.content-inner .jeg_post_category a,
.jeg_post_source a,
.jeg_post_tags a,
.jeg_post_via a {
  color: #fff !important;
  background: #000 !important;
  display: inline-block;
  letter-spacing: 1px;
  line-height: normal;
  padding: 4px 10px;
  margin: 0 3px 5px 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all 0.2s linear;
}
.content-inner .jeg_post_category a:hover,
.jeg_post_source a:hover,
.jeg_post_tags a:hover,
.jeg_post_via a:hover {
  color: #000 !important;
  background: #00ff00 !important;
}
.jeg_prevnext_post {
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.jeg_prevnext_post:after,
.jeg_prevnext_post:before {
  content: " ";
  display: table;
}
.jeg_prevnext_post:after {
  clear: both;
}
.jeg_prevnext_post a {
  display: block;
  float: left;
  width: 50%;
  padding-right: 20px;
}
.jeg_prevnext_post a.next-post {
  float: right;
  padding-right: 0;
}
.jeg_prevnext_post span {
  font-weight: 700;
  color: #a0a0a0;
  position: relative;
}
.jeg_prevnext_post h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
  border-left: 10px solid #eee;
  margin: 10px 0;
  transition: 0.3s ease;
}
.jeg_prevnext_post a:hover h3 {
  border-color: #f70d28;
}
.jeg_popup_post {
  display: block;
  position: fixed;
  background: #fff;
  width: 300px;
  bottom: 150px;
  right: 15px;
  z-index: 9;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
  padding: 5px 20px 15px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.jeg_popup_post.active {
  opacity: 1;
  visibility: visible;
  bottom: 100px;
  transition: 0.4s ease;
}
.jeg_popup_post .caption {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 3px 5px;
  background: #f70d28;
}
.jeg_popup_content {
  margin-top: 15px;
}
.jeg_popup_content:nth-child(2) {
  margin-top: 10px;
}
.jeg_popup_content .jeg_thumb {
  float: left;
  margin-right: 10px;
  width: 60px;
}
.jeg_popup_content .post-title {
  font-size: 14px;
  margin: 0;
}
.jeg_popup_content .post-title a {
  color: inherit;
}
.jeg_popup_close {
  color: #949494;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}
.jeg_authorbox {
  border: 1px solid #eee;
  padding: 30px 0;
  margin-bottom: 30px;
}
.jeg_author_image {
  width: 150px;
  text-align: center;
  float: left;
}
.jeg_author_image img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.jeg_author_content {
  padding-right: 20px;
  margin-left: 150px;
  color: #a0a0a0;
}
.jeg_author_content p {
  margin-bottom: 1em;
}
h3.jeg_author_name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.jeg_author_socials a {
  font-size: 16px;
  display: inline-block;
  margin: 10px 10px 20px 0;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.jeg_author_socials a:hover {
  color: #53585c;
}
.jeg_comments {
  margin-bottom: 40px;
}
.comments-title {
  font-weight: 700;
  font-size: 26px;
  margin: 20px 0;
  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 hsla(0, 0%, 100%, 0.3);
}
.commentlist .children {
  margin-left: 2em;
}
.commentlist .comment-body,
.pinglist li {
  clear: both;
  margin-bottom: 10px;
}
.commentlist .comment-author,
.commentlist .comment-awaiting-moderation,
.commentlist .comment-meta {
  font-size: 15px;
  display: inline-block;
  line-height: 22px;
}
.commentlist .comment-author {
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.commentlist .fn,
.pinglist .ping-link {
  color: #212121;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.commentlist .fn a {
  color: inherit;
}
.commentlist .says {
  display: none;
}
.commentlist .avatar {
  border-radius: 100%;
  width: 55px;
  position: absolute;
  top: 0;
  left: -70px;
}
.commentlist .bypostauthor > .comment-body > .comment-author > .fn {
  color: #f70d28;
}
.commentlist .comment-meta .fa,
.pinglist .ping-meta:before {
  color: #a0a0a0;
  margin-right: 2px;
}
.pinglist .ping-meta:before {
  content: "\F017";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.commentlist .comment-meta a,
.pinglist .ping-meta {
  color: #a0a0a0;
  font-size: 12px;
}
.comment-content p {
  margin-bottom: 1em;
}
.comment-content p:first-child {
  margin-top: 0;
}
.comment-content p:last-child {
  margin-bottom: 0.5em;
}
.commentlist .reply a {
  color: #a0a0a0;
  font-weight: 700;
  font-size: 11px;
  text-rendering: auto;
}
.commentlist .reply a:before {
  content: "\F075";
  font-family: FontAwesome;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-awaiting-moderation {
  color: #24a5db;
  font-style: normal;
}
.comment-navigation {
  padding-top: 20px;
}
.comment-navigation a {
  color: #212121;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #eee;
  padding: 5px 10px;
  transition: 0.2s ease;
}
.comment-navigation a:after,
.comment-navigation a:before {
  font-family: FontAwesome;
}
.comment-navigation a:hover {
  background: #f5f5f5;
}
.comment-navigation .prev-comment {
  float: left;
}
.comment-navigation .next-comment {
  float: right;
}
.comment-navigation .prev-comment a:before {
  content: "\F104";
  padding-right: 6px;
}
.comment-navigation .next-comment a:after {
  content: "\F105";
  padding-left: 6px;
}
.pinglist li {
  padding-left: 0;
}
.pinglist .ping-meta {
  font-size: 13px;
  line-height: 22px;
}
.comment-respond {
  border-top: 3px solid #eee;
  margin-top: 30px;
}
.comment-reply-title {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 10px;
  letter-spacing: -0.02em;
  position: relative;
}
.comment-reply-title small a {
  position: absolute;
  top: 4px;
  right: 15px;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
}
.comment-reply-title small a:after,
.comment-reply-title small a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #f70d28;
  transition: background 0.2s linear;
}
.comment-reply-title small a:hover:after,
.comment-reply-title small a:hover:before {
  background: #212121;
}
.comment-reply-title small a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comment-reply-title small a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.comment-form p {
  margin: 0 0 20px;
}
.comment-form p.form-submit {
  clear: both;
}
.comment-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.comment-form-email,
.comment-form-url {
  width: 50%;
  float: left;
}
.comment-form-email {
  padding-right: 15px;
}
.comment-form-url {
  padding-left: 15px;
}
.comment-form-cookies-consent {
  clear: both;
  position: relative;
}
.comment-form-cookies-consent input {
  position: absolute;
  top: 0.35em;
  left: 0;
}
.comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 20px;
}
span.required {
  color: #f70d28;
  font-weight: 400;
  font-family: monospace;
  font-size: 16px;
}
.pingback .comment-body {
  padding-left: 0;
}
.pingback .edit-link:before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.pingback .comment-edit-link {
  color: #686868;
}
.pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.comment-form-privacy_policy {
  clear: both;
}
.comment.alt h3 {
  color: #212121;
}
.comment.alt label {
  color: #53585c;
}
.comment.alt .comment-respond {
  border-color: #eee;
}
.comment.alt .chosen-container-single,
.comment.alt .chosen-single,
.comment.alt input:not([type="submit"]),
.comment.alt select,
.comment.alt textarea {
  border: 1px solid #e0e0e0;
}
.comment.alt input:not([type="submit"]):focus,
.comment.alt select:focus,
.comment.alt textarea:focus {
  border-color: #ccc;
}
.jeg_review_wrap {
  border-top: 3px solid #eee;
  padding-top: 20px;
  margin: 40px 0;
}
.jeg_review_title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #f70d28;
}
.jeg_review_wrap .jeg_review_subtitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.jeg_review_wrap h3 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.review_score {
  float: left;
  color: #fff;
  text-align: center;
  width: 100px;
  margin-right: 15px;
}
.review_score .score_text {
  background: rgba(0, 0, 0, 0.08);
}
.score_good {
  background: #0d86f7;
}
.score_avg {
  background: #a20df7;
}
.score_bad {
  background: #f70d0d;
}
.score_value {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  padding: 15px 0;
}
.score_value .percentsym {
  font-size: 50%;
  vertical-align: super;
  margin-right: -0.45em;
}
.score_text {
  display: block;
  padding: 3px 0;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.jeg_reviewheader {
  margin-bottom: 20px;
}
.jeg_reviewheader .desc {
  padding-left: 120px;
}
.jeg_reviewdetail {
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 3px;
  display: table;
  width: 100%;
}
.conspros {
  width: 50%;
  padding: 20px 30px;
  display: table-cell;
}
.jeg_reviewdetail .conspros:first-child {
  border-right: 1px solid #e0e0e0;
}
.jeg_reviewdetail ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jeg_reviewdetail li {
  padding-left: 30px;
  position: relative;
}
.jeg_reviewdetail li > i {
  color: #a0a0a0;
  position: absolute;
  left: 0;
  top: -1px;
}
.jeg_reviewscore {
  padding: 20px 30px;
  border: 2px solid #eee;
  border-radius: 3px;
  margin-bottom: 30px;
}
.jeg_reviewscore ul {
  margin: 0;
  padding: 0;
  font-family: inherit;
}
.jeg_reviewscore li {
  margin: 1em 0;
  padding: 0;
  font-size: 13px;
  list-style: none !important;
}
.jeg_landing_review.jeg_review_stars {
  display: inline-block;
  margin-right: 10px;
}
.jeg_review_stars {
  font-size: 14px;
}
.jeg_review_stars .fa {
  color: #f7c90d;
}
.jeg_reviewstars li {
  border-top: 1px dotted #eee;
  padding-top: 8px;
  margin: 8px 0;
}
.jeg_reviewstars .reviewscore {
  float: right;
  font-size: 18px;
  color: #f7c90d;
}
.jeg_reviewbars .reviewscore {
  font-weight: 700;
  float: right;
}
.jeg_reviewbars .barbg,
.jeg_reviewbars .jeg_reviewbar_wrap {
  height: 4px;
  border-radius: 2px;
}
.jeg_reviewbars .jeg_reviewbar_wrap {
  position: relative;
  background: #eee;
  clear: both;
}
.jeg_reviewbars .barbg {
  position: relative;
  display: block;
  opacity: 0;
  width: 0;
  background: #f7c90d;
  background: linear-gradient(90deg, #f7c90d 0, #f7c90d 45%, #f77e0d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7c90d",endColorstr="#f77e0d",GradientType=1);
  transition: 0s ease;
}
.jeg_reviewbars.show .barbg {
  opacity: 1;
}
.jeg_reviewbars .barbg:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  display: block;
  border: 3px solid #f77e0d;
  top: -3px;
}
.jeg_deals h3 {
  text-transform: none;
  font-size: 22px;
  font-weight: bolder;
  margin: 0 0 5px;
}
.dealstitle {
  float: left;
}
.bestprice {
  float: right;
  width: 200px;
  text-align: right;
}
.bestprice h4 {
  margin: 0 0 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.bestprice .price {
  font-size: 34px;
  color: #f70d28;
}
.jeg_deals .price {
  font-weight: 700;
}
.jeg_deals a {
  color: #212121;
}
.content-inner .jeg_deals_float {
  display: block;
  float: right;
  width: 35%;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 3px;
  margin: 0 0 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .with-share .content-inner .jeg_deals_float {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .with-share .content-inner .jeg_deals_float {
    width: 40%;
  }
}
.jeg_deals_float h3 {
  font-size: 1em;
  margin: 5px 0 10px;
}
.jeg_deals_float .dealstitle {
  float: none;
}
.content-inner ul.jeg_storelist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: 1px solid #e0e0e0;
  font-family: inherit;
}
.jeg_storelist li {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
}
.jeg_storelist li:last-child {
  border-bottom: 0;
}
.jeg_storelist li .priceinfo {
  float: right;
}
.jeg_storelist .productlink {
  display: inline-block;
  padding: 0 10px;
  background: #f70d28;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.jeg_review_widget .jeg_reviewscore {
  padding: 0;
  border: 0;
}
.jeg_review_widget .jeg_review_procons .conspros {
  width: auto;
  display: block;
}
.jeg_review_widget {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
}
.jeg_review_widget .average_review_score {
  margin: -20px -20px 30px;
  padding: 20px;
}
.jeg_review_widget .average_review_score .average_score,
.jeg_review_widget .average_review_score .score_value {
  color: #fff;
}
.jeg_review_widget .average_review_score h3 {
  margin: 0;
}
.jeg_review_widget .average_review_score .average_score {
  float: left;
}
.jeg_review_widget .average_review_score .score_value {
  float: right;
  padding: 0;
  font-size: 24px;
}
.jeg_review_widget .average_review_score:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_review_widget .conspros {
  padding: 0;
}
.jeg_review_widget .conspros li {
  margin-bottom: 7px;
}
.jeg_review_widget .conspros i {
  margin-right: 8px;
  font-size: 10px;
}
.jeg_review_widget .conspros h3 {
  font-size: 18px;
}
.jeg_review_widget .jeg_deals {
  margin: 30px -20px -20px;
  padding: 30px 20px;
  border-top: 1px solid #e3e3e3;
}
.jeg_review_widget .jeg_deals .jeg_dealsheader h3 {
  float: left;
  font-weight: 400;
  padding: 0;
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 20px;
}
.jeg_review_widget .jeg_deals .jeg_dealsheader .price {
  float: right;
  font-size: 20px;
  margin-right: 10px;
}
.jeg_review_widget .jeg_deals .jeg_dealsheader {
  margin-bottom: 20px;
}
.jeg_review_widget .jeg_storelist li {
  padding: 12px 10px;
}
.jeg_review_widget .buy-now-deals {
  display: block;
  background: #43c801;
  color: #fff;
  clear: both;
  border-radius: 3px;
  padding: 7px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.jeg_review_widget .jeg_reviewbars .jeg_reviewbar_wrap {
  margin-top: 7px;
}
.storename .store-icon {
  margin-right: 7px;
  display: inline-block;
}
.jeg_page_header {
  margin: 20px 0 30px;
}
.jeg_main_content .jeg_page_header {
  margin-top: 0;
}
.jeg_cat_title,
.jeg_page_title {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.jeg_cat_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #a0a0a0;
}
.jeg_archive_header {
  margin-bottom: 40px;
}
.jeg_archive_title {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 15px;
}
.jeg_archive_search {
  background: #f7f7f7;
  padding: 20px;
}
.jeg_archive_search form {
  position: relative;
}
.jeg_archive_search .jeg_search_button,
.search_review_button {
  font-size: 14px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.jeg_authorpage .jeg_author_wrap {
  position: relative;
  padding: 30px 20px;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.jeg_authorpage .jeg_author_image {
  width: auto;
}
.jeg_authorpage .jeg_author_image img {
  width: 110px;
  height: 110px;
}
.jeg_authorpage .jeg_author_content {
  padding-left: 110px;
  margin-left: 30px;
}
.jeg_authorpage .jeg_author_name {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 5px;
}
.jeg_authorpage .jeg_author_content p {
  width: 75%;
}
.authorlink {
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.authorlink li {
  display: inline-block;
}
.authorlink li a {
  display: block;
  color: #212121;
  text-align: center;
  line-height: 38px;
  padding: 0 12px;
  position: relative;
}
.authorlink li.active a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #f70d28;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.authorlink a:hover {
  color: #f70d28;
}
.jeg_authorpage .jeg_author_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.jeg_cat_header_1 {
  margin-bottom: 40px;
  background: transparent;
}
.jeg_cat_header_2 {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: -30px 0 40px;
}
.jeg_cat_overlay {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.jeg_cat_overlay .jeg_cat_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.2);
}
.jeg_cat_overlay.dark .jeg_cat_bg:after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.65)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d000000",endColorstr="#a6000000",GradientType=0);
}
.jeg_cat_overlay .jeg_cat_bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: 0s linear;
}
.jeg_cat_overlay .jeg_title_wrap {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.jeg_cat_overlay .jeg_breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
}
.jeg_cat_overlay.dark #breadcrumbs,
.jeg_cat_overlay.dark #breadcrumbs a,
.jeg_cat_overlay.dark .jeg_cat_subtitle,
.jeg_cat_overlay.dark .jeg_cat_title {
  color: #fff;
}
.jeg_cat_overlay .jeg_cat_title {
  margin-bottom: 0;
}
.jeg_cat_header_3 {
  margin: -30px 0 40px;
}
.jeg_cat_header_3 .jeg_cat_subtitle {
  max-width: 700px;
}
.jeg_cat_header_4 {
  margin: -30px 0 40px;
}
.jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
  text-align: center;
  width: 80%;
  max-width: 670px;
  padding: 100px 0;
  margin: 0 auto;
}
.alignnone {
  margin: 5px 20px 1.25em 0;
}
.aligncenter,
div.aligncenter {
  text-align: center;
  display: block;
  margin: 5px auto 1.25em;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  box-sizing: border-box;
}
.sticky {
  background: #f5f5f5;
  padding: 15px;
  border: 1px dashed #ddd;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  margin: 3px 0 0;
  font-size: 12px;
  color: #a0a0a0;
  text-align: center;
}
.wp-caption a {
  color: #a0a0a0;
  text-decoration: underline;
}
.gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 15px auto !important;
}
.gallery:after {
  content: "";
  clear: both;
  display: block;
  margin-bottom: 30px;
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: none !important;
}
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  padding: 5px;
  margin: 0 !important;
  float: left;
}
.gallery-caption {
  color: #212121;
  background: hsla(0, 0%, 100%, 0.85);
  font-size: 11px;
  line-height: 1.4em;
  padding: 7px 12px;
  font-style: normal;
  margin: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  max-height: 50%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.gallery-item:hover .gallery-caption {
  bottom: 5px;
  opacity: 1;
}
.gallery-item {
  margin-top: 5px !important;
}
.gallery-item img {
  border: 0 !important;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16%;
}
.gallery-columns-7 .gallery-item {
  width: 14%;
}
.gallery-columns-8 .gallery-item {
  width: 12%;
}
.gallery-columns-9 .gallery-item {
  width: 11%;
}
body.admin-bar .mfp-close {
  top: 32px;
}
.entry-content .wp-block-gallery {
  padding-left: 0;
  list-style-type: none;
}
.entry-content .wp-block-image {
  position: relative;
}
.content-inner > * {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1280px) {
  .jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 1440px) {
  .jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
    max-width: 115%;
    width: 115%;
    margin-left: -7.5%;
  }
}
@media screen and (min-width: 1600px) {
  .jeg_single_fullwidth:not(.jeg_boxed) .content-inner > .alignwide {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}
.jeg_single_narrow .jeg_main_content .content-inner > .alignwide {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}
.jeg_single_fullwidth .content-inner > .alignfull {
  margin: 1.5em 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
}
@media screen and (min-width: 1024px) {
  .jeg_single_fullwidth:not(.jeg_boxed):not(.jeg_single_narrow)
    .with-share
    .content-inner
    > .alignwide,
  .jeg_single_fullwidth:not(.jeg_single_narrow)
    .with-share
    .content-inner
    > .alignfull {
    left: -45px;
  }
}
@media only screen and (min-width: 1280px) {
  .jeg_single_fullwidth.jeg_boxed .content-inner > .alignfull {
    width: 1230px;
    max-width: 1230px;
    margin-left: calc(-1 * (1230px - 100%) / 2);
  }
}
.jeg_footer_content {
  background: #f5f5f5;
  color: #666;
}
.jeg_footer_primary {
  width: 100%;
  padding: 60px 0 40px;
}
.jeg_footer_content a {
  color: #53585c;
}
.jeg_footer_bottom a:hover {
  text-decoration: underline;
}
.footer_logo {
  margin-bottom: 20px;
  display: block;
}
.jeg_footer .jeg_footer_heading h3,
.jeg_footer .widget h2 {
  color: #00ff00;
  font-size: 16px;
  font-weight: 700;
  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: #00ff00 !important;
}
.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;
}
.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: hsla(0, 0%, 100%, 0.15);
}
.jeg_footer.dark .socials_widget:not(.nobg) a .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a .fa {
  background: hsla(0, 0%, 100%, 0.15);
  color: #eee;
}
.jeg_footer.dark .socials_widget:not(.nobg) a:hover .fa,
.jeg_footer .footer_dark .socials_widget:not(.nobg) a:hover .fa {
  color: #fff;
  background: #f70d28;
  opacity: 1;
}
.jeg_footer .widget_jnews_line {
  margin-bottom: 0;
}
.jscroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.jscroll-to-top.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jscroll-to-top > a {
  color: #a0a0a0;
  font-size: 30px;
  display: block;
  width: 46px;
  border-radius: 5px;
  height: 46px;
  line-height: 44px;
  background: hsla(0, 0%, 71%, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.1),
    0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.jscroll-to-top > a:hover {
  opacity: 1;
}
.jeg_footer input:not([type="submit"]),
.jeg_footer select,
.jeg_footer textarea {
  border: 2px solid #e0e0e0;
  font-size: 12px;
}
.jeg_footer .chosen-container-single .chosen-single {
  border: 2px solid #e0e0e0;
}
.jeg_footer.dark .btn,
.jeg_footer.dark .button,
.jeg_footer.dark input[type="submit"],
.jeg_footer .footer_dark .btn,
.jeg_footer .footer_dark .button,
.jeg_footer .footer_dark input[type="submit"] {
  background: #f93d53;
  color: #fff;
}
.jeg_footer.dark .chosen-container-single .chosen-single,
.jeg_footer.dark input:not([type="submit"]),
.jeg_footer.dark select,
.jeg_footer.dark textarea,
.jeg_footer .footer_dark .chosen-container-single .chosen-single,
.jeg_footer .footer_dark input:not([type="submit"]),
.jeg_footer .footer_dark select,
.jeg_footer .footer_dark textarea {
  color: #eee;
  background: hsla(0, 0%, 100%, 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,
.jeg_footer.dark input::-moz-placeholder {
  color: #eee;
}
.jeg_footer.dark input:-ms-input-placeholder {
  color: #eee;
}
.jeg_footer .footer_dark input::-webkit-input-placeholder {
  color: #eee;
}
.jeg_footer .footer_dark input:-moz-placeholder,
.jeg_footer .footer_dark input::-moz-placeholder {
  color: #eee;
}
.jeg_footer .footer_dark input:-ms-input-placeholder {
  color: #eee;
}
.jeg_footer.custom input:not([type="submit"]),
.jeg_footer.custom select,
.jeg_footer.custom textarea {
  border: 0;
}
.jeg_footer .copyright {
  margin-bottom: 1em;
  font-size: 12px;
}
.jeg_footer_secondary {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 40px;
  color: #999;
  font-size: 13px;
}
.jeg_footer_secondary a {
  color: #666;
}
.jeg_footer_bottom {
  background: #fff;
  padding: 20px 0;
  color: #a8a8aa;
}
.jeg_footer_bottom a {
  color: #53585c;
}
.jeg_footer_bottom p.copyright {
  margin-bottom: 0;
}
.jeg_footer.dark .jeg_footer_bottom {
  background: #141414;
  color: #a8a8aa;
}
.jeg_footer.dark .jeg_footer_bottom a {
  color: #eee;
}
.jeg_footer.dark .jeg_footer_bottom a:hover {
  color: #f5f5f5;
}
.footer_right {
  float: right;
  text-align: right;
}
.footer_center {
  float: none;
  text-align: center;
}
.jeg_footer hr {
  border-color: #e0e0e0;
}
.footer2col {
  -webkit-columns: 130px 2;
  columns: 130px 2;
}
.footer-holder .jeg_social_icon_block,
.jeg_menu_footer {
  display: inline-block;
}
.jeg_menu_footer {
  margin-bottom: 1em;
}
.jeg_footer_bottom .jeg_menu_footer {
  margin-bottom: 0;
}
.jeg_menu_footer li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
.jeg_menu_footer .empty-menu {
  white-space: normal;
}
.jeg_menu_footer li:not(:last-child):after {
  content: "/";
  margin-right: 6px;
  color: #e0e0e0;
}
.footer_right .jeg_menu_footer li:not(:last-child):after {
  margin: 0 0 0 6px;
}
.dark .jeg_menu_footer li:not(:last-child):after {
  color: hsla(0, 0%, 100%, 0.3);
}
.jeg_menu_footer li a {
  font-size: 13px;
  position: relative;
  margin: 0 6px 0 0;
  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;
}
.jeg_footer_social {
  padding: 30px 0;
}
.jeg_footer_social .socials_widget {
  text-align: center;
}
.jeg_footer_social .socials_widget span {
  text-transform: uppercase;
  font-weight: 700;
}
.jeg_footer_social .socials_widget a {
  margin: 0 20px;
}
.jeg_social_icon_block.nobg a .fa {
  font-size: 16px;
}
.jeg_footer.custom .jeg_social_icon_block a:hover .fa {
  opacity: 1;
}
.jeg_social_icon_block a {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .footer_right .socials_widget,
  .footer_right .socials_widget.nobg a {
    margin-left: 1em;
  }
  .footer_right .socials_widget a {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
  }
}
.jeg_instagram_feed {
  text-align: center;
}
.jeg_instagram_heading {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 2;
  text-align: center;
}
.jeg_instagram_heading > a {
  background: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  color: #212121;
}
.jeg_instagram_heading > a .fa {
  font-size: 12px;
}
.jeg_instagram_feed {
  position: relative;
}
.jeg_footer.dark .jeg_instagram_feed .jeg_instagram_heading > a,
.jeg_instagram_feed .jeg_instagram_heading > a {
  color: #212121;
}
.jeg_instagram_feed .instagram-pics.col5 li {
  width: 20%;
}
.jeg_instagram_feed .instagram-pics.col6 li {
  width: 16.666666667%;
}
.jeg_instagram_feed .instagram-pics.col7 li {
  width: 14.285714286%;
}
.jeg_instagram_feed .instagram-pics.col8 li {
  width: 12.5%;
}
.jeg_instagram_feed .instagram-pics.col9 li {
  width: 11.11111111%;
}
.jeg_instagram_feed .instagram-pics.col10 li {
  width: 10%;
}
.jeg_instagram_feed .instagram-pics li {
  float: left;
  overflow: hidden;
  transition: 0.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-rotate li .thumbnail-container,
.jeg_instagram_feed .zoom li .thumbnail-container {
  transition: 1s linear;
}
.jeg_instagram_feed .zoom li:hover .thumbnail-container {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: 1.5s ease-out;
}
.jeg_instagram_feed .zoom-rotate li:hover .thumbnail-container {
  -webkit-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
  transition: 1.5s ease-out;
}
.jeg_instagram_feed .zoom-rotate li:hover a:after,
.jeg_instagram_feed .zoom li:hover a:after {
  opacity: 0.4;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jeg_instagram_feed .zoom-rotate li a:after,
.jeg_instagram_feed .zoom li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 8px solid #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.2s ease-out;
}
.jeg_instagram_feed .comment li:hover a:before,
.jeg_instagram_feed .icon li:hover a:before,
.jeg_instagram_feed .like li:hover a:before {
  opacity: 0.5;
}
.jeg_instagram_feed .comment a:before,
.jeg_instagram_feed .icon a:before,
.jeg_instagram_feed .like a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.jeg_instagram_feed .comment li:hover .fa,
.jeg_instagram_feed .icon li:hover a:after,
.jeg_instagram_feed .like li:hover .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jeg_instagram_feed .icon a:after {
  font-family: FontAwesome;
  content: "\F16D";
  font-size: 32px;
}
.jeg_instagram_feed .comment .fa,
.jeg_instagram_feed .icon a:after,
.jeg_instagram_feed .like .fa {
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jeg_instagram_feed .comment .fa,
.jeg_instagram_feed .like .fa {
  font-family: inherit;
  font-size: 16px;
}
.jeg_instagram_feed .comment .fa:before,
.jeg_instagram_feed .like .fa:before {
  margin-right: 6px;
  font-family: FontAwesome;
}
.jeg_footer_social .socials_widget a:first-child {
  margin-left: 0;
}
.jeg_footer_social .socials_widget a:last-child {
  margin-right: 0;
}
ul.instagram-pics {
  list-style-type: none;
  margin: 0;
}
.jeg_footer_2 .jeg_footer_primary {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jeg_footer_2 .footer_column {
  vertical-align: top;
  border-color: #e0e0e0;
  border-style: solid;
  border-right-width: 1px;
  padding: 10px 30px 40px;
}
.jeg_footer_2 .footer_column:last-child {
  border-right: 0;
}
@media (min-width: 1024px) {
  .jeg_footer .col-md-2 .widget_categories > ul,
  .jeg_footer .vc_col-sm-2 .widget_categories > ul,
  .jeg_footer_2
    .footer_column:nth-child(3)
    .footer_widget.widget_categories
    > ul {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .jeg_footer .col-md-2 .widget_categories li li,
  .jeg_footer .vc_col-sm-2 .widget_categories li li,
  .jeg_footer_2 .footer_column .widget_categories li li,
  .jeg_footer_2 .footer_column .widget_nav_menu li li {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  .jeg_footer_2 .footer_column {
    width: 23.333333333%;
    padding-bottom: 10px 20px 40px;
  }
  .jeg_footer_2 .footer_column:first-child {
    width: 30%;
  }
  .jeg_footer_2 .footer_column .footer_widget.widget_categories > ul {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .jeg_footer_2 .jeg_inline_subscribeform .mc4wp-form-fields p {
    margin-bottom: 0;
  }
  .jeg_footer_2 .mc4wp-form {
    text-align: center;
  }
  .jeg_footer_2 .mc4wp-form-fields p {
    display: block;
    line-height: 1.4;
  }
  .jeg_footer_2 .mc4wp-form input[type="email"],
  .jeg_footer_2 .mc4wp-form input[type="submit"],
  .jeg_footer_2 .mc4wp-form input[type="text"] {
    text-align: center;
    position: relative !important;
    margin: 0.5em auto !important;
    padding: 0 1em;
    width: 100% !important;
  }
  .jeg_footer_2 .footer_widget .mc4wp-form {
    text-align: left;
  }
}
.jeg_footer_3 .jeg_footer_primary {
  padding: 60px 0;
}
.jeg_footer_4 .jeg_footer_primary {
  padding: 40px 0 20px;
}
.jeg_footer_4 .jeg_footer_secondary {
  padding: 20px 0 30px;
}
.jeg_footer_5 .footer_logo {
  margin-bottom: 40px;
}
.jeg_footer_5 .jeg_footer_social {
  border-bottom: 1px solid #e0e0e0;
}
.jeg_footer_5.dark .jeg_footer_social {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.jeg_footer_5 .jeg_footer_primary {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jeg_footer_5 .footer_column {
  float: none;
  vertical-align: top;
  text-align: center;
  padding: 60px 40px 50px;
  border-right: 1px solid #e0e0e0;
}
.jeg_footer_5 .footer_column:last-child {
  border-right: 0;
}
.jeg_footer_5 .jeg_footer_secondary {
  padding: 30px 0 20px;
}
.jeg_footer_5 .jeg_scroll_top {
  margin: 10px 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .jeg_footer_5 .footer_column .footer_widget.widget_categories > ul {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.jeg_footer_5 .footer_column .widget_categories li li,
.jeg_footer_5 .footer_column .widget_nav_menu li li {
  padding-left: 0;
}
.jeg_footer_6 .jeg_footer_primary {
  padding: 80px 40px 70px;
  max-width: 540px;
  margin: auto;
  text-align: center;
}
.jeg_footer_6 .footer_logo {
  margin-bottom: 30px;
}
.jeg_footer_6 .widget_categories li li,
.jeg_footer_6 .widget_nav_menu li li {
  padding-left: 0;
}
.jeg_footer_sidecontent .jeg_footer_primary {
  padding: 40px 0 30px;
}
.footer_dark,
.jeg_footer.dark .jeg_footer_content {
  background: #212121;
  color: #a8a8aa;
}
.jeg_footer.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: hsla(0, 0%, 100%, 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.dark .jeg_footer_heading_2 h3,
.jeg_footer.dark .jeg_footer_secondary,
.jeg_footer.dark hr,
.jeg_footer .footer_dark hr,
.jeg_footer_2.dark .footer_column,
.jeg_footer_5.dark .footer_column {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.jeg_footer.dark .widget_tag_cloud a,
.jeg_footer .footer_dark .widget_tag_cloud a {
  background: hsla(0, 0%, 100%, 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;
}
.jeg_footer_custom .jeg_content {
  padding: 0;
}
.jeg_footer_custom .wpb_content_element:last-child {
  margin-bottom: 0;
}
.jeg_footer_custom .jeg_vc_content > p {
  display: none;
}
.jnews-cookie-law-policy {
  display: none;
  position: fixed;
  z-index: 999;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 10px;
  bottom: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
}
.jnews-cookie-law-policy .btn-cookie {
  margin-left: 10px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  text-transform: none;
}
.compose-mode
  .jeg_footer
  .wpb_column
  > .wpb_wrapper
  > .vc_element:last-child
  > .wpb_content_element {
  margin-bottom: 0;
}
.compose-mode .jeg_footer {
  overflow: hidden;
}
.content-placeholder {
  padding: 30px 0 40px;
}
.content-placeholder div[class*="placeholder_"] {
  background: #f5f5f5;
}
.content-placeholder .placeholder_title {
  height: 32px;
  margin-bottom: 10px;
}
.content-placeholder .w60 {
  width: 60%;
}
.content-placeholder .placeholder_title.w60 {
  margin-bottom: 20px;
}
.content-placeholder .placeholder_img {
  height: 375px;
  margin-bottom: 30px;
}
.content-placeholder .placeholder_text {
  height: 18px;
  margin-bottom: 1em;
}
.content-placeholder .placeholder_widget {
  height: 200px;
  margin-bottom: 20px;
}
.split-container {
  position: relative;
}
.split-overlay {
  background: hsla(0, 0%, 100%, 0.8);
  display: none;
}
.preview-slider-overlay,
.split-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.split-wrapper.loading + .split-overlay {
  display: block;
}
.preloader_type .jeg_preloader {
  display: none;
}
.preloader_type {
  width: 100%;
  height: 100%;
  position: relative;
}
.preloader_type.preloader_circle .jeg_preloader.circle,
.preloader_type.preloader_dot .jeg_preloader.dot,
.preloader_type.preloader_square .jeg_preloader.square {
  display: block;
}
.preloader_type.preloader_circle .jeg_preloader.circle {
  width: 100%;
  height: 100%;
}
.preloader_type.preloader_square .jeg_preloader.square {
  width: 30px;
  height: 30px;
}
.jnews_preloader_circle_outer {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
}
.jnews_preloader_circle_inner {
  margin: 0 auto;
  font-size: 15px;
  position: relative;
  text-indent: -9999em;
  border-top: 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);
  transform: translateZ(0);
  -webkit-animation: g 0.9s infinite linear;
  animation: g 0.9s infinite linear;
}
.jnews_preloader_circle_inner,
.jnews_preloader_circle_inner:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.preview-slider-overlay .jnews_preloader_circle_inner {
  border-top-color: hsla(0, 0%, 100%, 0.2);
  border-right-color: hsla(0, 0%, 100%, 0.2);
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  border-left-color: #fff;
}
.preview-slider-overlay .jnews-cube-grid .jnews-cube {
  background-color: #fff;
  border: 1px solid #eee;
}
@-webkit-keyframes g {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes g {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.jeg_square {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #555;
  top: 50%;
  animation: h 2s infinite ease;
}
.jeg_square_inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #555;
  animation: i 2s infinite ease-in;
}
@-webkit-keyframes h {
  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(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes h {
  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(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes i {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@keyframes i {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@-webkit-keyframes j {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes j {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes k {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes k {
  0% {
    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: k;
  animation-name: k;
}
@-webkit-keyframes l {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes l {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes m {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes m {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.jeg_fadeinup {
  -webkit-animation-name: m;
  animation-name: m;
}
@-webkit-keyframes n {
  0% {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes n {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.wpb_row {
  margin-bottom: 0;
}
.vc_column_container > .vc_column-inner,
.vc_row-no-padding .vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
.vc_row.vc_row-flex > .jeg-vc-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .jeg-vc-wrapper > .vc_column_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-o-equal-height .jeg-vc-wrapper > .vc_column_container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper,
.vc_row.vc_row-flex > .vc_column_container > .jeg_wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.vc_row.vc_row-o-content-top
  > .jeg-vc-wrapper
  > .vc_column_container
  > .jeg_wrapper,
.vc_row.vc_row-o-content-top > .vc_column_container > .jeg_wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)
  > .jeg-vc-wrapper
  > .vc_column_container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom
  > .jeg-vc-wrapper
  > .vc_column_container
  > .jeg_wrapper,
.vc_row.vc_row-o-content-bottom > .vc_column_container > .jeg_wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)
  > .jeg-vc-wrapper
  > .vc_column_container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle
  > .jeg-vc-wrapper
  > .vc_column_container
  > .jeg_wrapper,
.vc_row.vc_row-o-content-middle > .vc_column_container > .jeg_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)
  > .jeg-vc-wrapper
  > .vc_column_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper > *,
  .vc_row.vc_row-flex > .vc_column_container > .jeg_wrapper > * {
    min-height: 1em;
  }
}
.compose-mode .vc_empty-placeholder {
  margin-bottom: 0 !important;
}
.compose-mode .vc_row[data-vc-full-width] {
  overflow: visible !important;
}
.compose-mode
  .wpb_column
  > .wpb_wrapper
  > .vc_element:last-child
  > .wpb_content_element {
  margin-bottom: 35px;
}
.compose-mode .vc_controls > .vc_controls-bc {
  z-index: 2;
}
.compose-mode .vc_vc_row > .vc_parallax,
.compose-mode .vc_vc_row > [data-vc-full-width="true"],
.compose-mode .vc_vc_row_inner,
.compose-mode .vc_vc_section > .vc_parallax,
.compose-mode .vc_vc_section > [data-vc-full-width="true"],
.compose-mode .vc_vc_video {
  padding-top: 0;
}
.compose-mode .vc_element:hover .jeg-vc-wrapper > .vc_element:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  outline: 1px dashed #ebebeb;
  outline: 1px dashed hsla(0, 0%, 49%, 0.4);
}
.compose-mode
  .vc_element:hover
  .footer_dark
  .jeg-vc-wrapper
  > .vc_element:before {
  outline-color: hsla(0, 0%, 97%, 0.4);
}
.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+")
    50% 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 0.3s;
  opacity: 1;
}
.ff-container .ff-canvas.ff-canvas-active {
  transition: none;
  opacity: 0;
}
.ff-container.ff-responsive,
.ff-container.ff-responsive .ff-canvas-ready,
.ff-container.ff-responsive .ff-image {
  width: 100%;
}
.ff-container > img {
  margin: 0 auto;
}
.ff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.ff-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  width: 72px;
  height: 72px;
  padding: 3px;
  border-radius: 72px;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  left: 50%;
}
.ff-container-active .ff-control {
  visibility: hidden;
}
.ff-overlay.ff-container-active {
  background-color: transparent;
}
.ff-control:before {
  content: " ";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 66px;
  height: 66px;
  border: 3px dashed #fff;
  border-radius: 66px;
}
.customize-partial-refreshing {
  position: relative;
  min-height: 30px;
  min-width: 30px;
  opacity: 0.7;
}
.customize-partial-refreshing:after,
.customize-partial-refreshing:before {
  content: "";
  display: block;
  position: absolute;
}
.customize-partial-refreshing:before {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 82%, 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: a 2s infinite linear;
}
.jspPane {
  margin-left: 0 !important;
}
.jeg_menu .jnews-edit-post,
.jnews-edit-post {
  position: absolute;
  top: -15px;
  opacity: 0;
  z-index: 5;
  color: #fff;
  padding: 4px 8px;
  line-height: 20px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  visibility: hidden;
}
.jnews-edit-post.left {
  color: #fff;
  left: 0;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jnews-edit-post.right {
  right: 0;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.jnews-edit-post .fa {
  margin: 0 2px;
  font-size: 13px;
  color: rgba(240, 245, 250, 0.6);
}
.jnews-edit-post:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  outline: 0;
}
.jeg_newsfeed_item:hover .jnews-edit-post,
.jeg_popup_post .jeg_popup_content:hover .jnews-edit-post,
.jeg_post:hover .jnews-edit-post,
.jeg_slide_item:hover .jnews-edit-post {
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  top: 0;
}
.jeg_popup_post .jnews-edit-post span,
.jeg_sidefeed .jeg_pl_xs_3 .jnews-edit-post span,
.search-result-wrapper .jnews-edit-post span {
  display: none;
}
#wp-admin-bar-jnews .fa {
  font-family: fontawesome;
  font-weight: 400 !important;
  font-size: 12px;
  width: 16px;
  padding-right: 5px;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeg_relative {
  position: relative;
}
.jeg_row_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jeg_bottom_ribon,
.jeg_top_ribon {
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  left: 0;
}
.jeg_top_ribon {
  top: 0;
}
.jeg_bottom_ribon {
  bottom: 0;
}
#wpwrap #wp-admin-bar-jnews .ab-icon:before {
  content: "";
  background: url(image/dashboard.png) 50% no-repeat;
  opacity: 0.6;
  width: 20px;
  height: 20px;
  display: block;
  top: 3px;
}
#wpwrap #wp-admin-bar-jnews:hover .ab-icon:before {
  opacity: 1 !important;
}
.review-search-form {
  padding: 20px;
  background: #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.jeg_review_search_result_wrapper,
.search-bar-wrapper {
  position: relative;
}
.search-bar-wrapper {
  margin-bottom: 20px;
}
.jeg_review_info {
  width: 130px;
  margin-left: 25px;
  padding: 10px 15px;
  background: #f7f7f7;
}
.jeg_review_info .info-title {
  color: silver;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  font-weight: 600;
}
.jeg_review_info .price-info {
  margin-bottom: 15px;
}
.jeg_review_info .price-info strong {
  font-size: 24px;
  line-height: 1.6em;
  font-size: 20px;
}
.jeg_review_info .store-info li {
  margin-top: 5px;
}
.jeg_review_info .store-info a {
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
}
.jeg_price_review_list:before {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}
.jeg_price_review_list {
  font-weight: 700;
  color: #f70d28;
}
.jeg_review_search_result .jeg_post {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jeg_review_search_result .jeg_post > div {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.jeg_review_search_result .jeg_post .jeg_postblock_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
  float: none;
}
.jeg_block_icon_link i {
  line-height: 42px;
  height: 42px;
  width: 42px;
  font-size: 26px;
  margin-right: 8px;
  display: inline-block;
  float: left;
  text-align: center;
  color: #00ff00;
}
.jeg_block_icon_desc_span span {
  color: #999;
}
.jeg_iconlink .jeg_block_icon_desc_span span,
.jeg_iconlink .jeg_block_icon_link i {
  transition: all 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: 700;
}
.jeg_iconlink {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.jeg_block_icon_desc_span {
  font-size: 12px;
  margin-top: 2px;
}
.jeg_iconlink:last-child {
  border-bottom: 0;
}
.jeg_vertical_menu {
  min-width: 150px;
  border-top: 6px solid #000;
  margin-right: 10px;
}
.jeg_vertical_menu a {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.jeg_vertical_menu .menu {
  margin-top: 4px;
  margin-left: 2px;
}
.alt.jeg_block_title,
.alt .jeg_block_title,
.jeg_breakingnews.alt .jeg_news_ticker a,
.jeg_carousel .jeg_postblock_carousel_3 .jeg_post_title a,
.jeg_iconlink.alt .jeg_block_icon_desc h3,
.jeg_meganav_bar.alt,
.jeg_meganav_bar.alt.jeg_splitpost_bar .current_title,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .jeg_post_title a,
.jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_title a,
.jeg_postblock.alt .jeg_readmore,
.jeg_postblock.alt .okayNav__menu-toggle.icon--active span,
.jeg_postblock.alt .owl-carousel .owl-dot,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-next,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-prev,
.jeg_review_search.alt .jeg_pagenav_1 .page_nav,
.jeg_review_search.alt .jeg_pagenav_1 .page_number,
.jeg_review_search.alt .jeg_post_title a {
  color: #fff;
}
.jeg_iconlink.alt,
.jeg_iconlink.alt .jeg_block_icon_link i,
.jeg_postblock.alt .jeg_meta_author a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_author a,
.jeg_postblock.alt .jeg_meta_footer .jeg_meta_comment a,
.jeg_postblock.alt .jeg_post_excerpt p,
.jeg_postblock.alt .jeg_post_meta,
.jeg_postblock.alt .jeg_post_meta a,
.jeg_postblock.alt.jeg_postblock_27 .jeg_pl_md_4 .jeg_post_meta,
.jeg_postblock.alt .jeg_subcat_list > li > a,
.jeg_postblock.alt .okayNav__nav--invisible a,
.jeg_review_search.alt {
  color: #eee;
}
.jeg_postblock.alt .jeg_block_nav a.disabled {
  color: #999;
}
.jeg_postblock.alt .jeg_meta_footer .label,
.jeg_postblock.alt.jeg_postblock_27 .jeg_post_excerpt {
  color: #ccc;
}
.jeg_breakingnews.alt .jeg_news_ticker_arrow,
.jeg_postblock.alt .okayNav__nav--invisible,
.jeg_review_search.alt .review-search-form {
  background: #fff;
}
.jeg_postblock.alt .jeg_block_loadmore a:after,
.jeg_postblock.alt .jeg_block_loadmore a:before,
.jeg_postblock.alt .jeg_block_nav a:hover:not(.disabled),
.jeg_postblock.alt .owl-carousel .owl-nav div:hover {
  background: hsla(0, 0%, 100%, 0.3);
}
.jeg_breakingnews.alt .jeg_news_ticker_arrow:hover,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_postblock.alt .jeg_block_nav a {
  background: rgba(0, 0, 0, 0.4);
}
.jeg_postblock.alt .jeg_block_nav:after,
.jeg_postblock.alt .jeg_block_nav:before {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.jeg_postblock.alt .jeg_block_nav a,
.jeg_postblock.alt .owl-carousel .owl-dot,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-next,
.jeg_postblock.alt .owl-carousel .owl-nav .owl-prev {
  border-color: hsla(0, 0%, 100%, 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_heropost_14.alt .jeg_pl_lg_7,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_postblock_content,
.jeg_heropost_14.alt .jeg_pl_lg_7 .jeg_thumb .jeg_post_category a,
.jeg_postblock.alt .jeg_pl_lg_card .jeg_inner_post,
.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content,
.jeg_postblock.alt .jeg_pl_md_card .jeg_inner_post,
.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content {
  background: #000;
}
.alt.jeg_block_heading_2,
.jeg_postblock.alt .jeg_block_heading_2,
.jeg_postblock.alt .module-overlay,
.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_block_heading_1.alt,
.jeg_block_heading_6.alt,
.jeg_postblock.alt .jeg_block_heading_1,
.jeg_postblock.alt .jeg_block_heading_6 {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.jeg_postblock.alt .okayNav__nav--invisible a {
  color: #333;
}
.jeg_heropost_14.alt .jeg_pl_lg_7,
.jeg_heropost_14.alt .jeg_pl_sm_2:after,
.jeg_postblock.alt .jeg_block_loadmore a,
.jeg_postblock.alt .jeg_meta_footer,
.jeg_postblock.alt .jeg_meta_footer > div,
.jeg_postblock.alt .jeg_pl_lg_8:not(:last-of-type),
.jeg_postblock.alt .jeg_pl_lg_9,
.jeg_postblock.alt.jeg_postblock_16 .jeg_posts.jeg_load_more_flag,
.jeg_postblock.alt.jeg_postblock_24 .jeg_pl_xs_4 .jeg_postblock_content,
.jeg_postblock.alt.jeg_postblock_25 .jeg_post {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.jeg_postblock.alt .jeg_pl_lg_6 {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.jeg_postblock.alt .jeg_pl_md_card .jeg_postblock_content {
  padding: 12px 20px 10px;
}
.jeg_postblock.alt .jeg_pl_lg_card .jeg_postblock_content {
  padding: 15px 30px;
}
.jeg_breakingnews.alt .jeg_news_ticker {
  border-color: hsla(0, 0%, 100%, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
.jeg_breakingnews.alt .jeg_news_ticker_item .post-date {
  color: #ddd;
}
.jeg_meganav_bar.alt {
  border: 1px solid #666;
  background: #222;
}
.jeg_heropost_14.alt .jeg_pl_lg_7 {
  background: transparent;
}
.alt .jeg_meta_footer .jeg_post_share a,
.alt .jeg_pl_xs_2:before,
.alt .jeg_pl_xs_4 .jeg_postblock_content:before,
.alt .jeg_post_meta .fa {
  color: #fff;
}
.jeg_postblock_28.alt .show_border article,
.jeg_postblock_29.alt .show_border article {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.jeg_postblock_30.alt .jeg_pl_lg_7 {
  background: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
}
.alt .jeg_pl_sm_2:after {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.alt #breadcrumbs .breadcrumb_last_link a,
.alt #breadcrumbs a,
.alt .a:hover,
.alt .content-inner,
.alt .entry-content .dropcap,
.alt .entry-content blockquote p:last-child,
.alt .entry-header .jeg_meta_comment a,
.alt .entry-header .jeg_meta_like a,
.alt .entry-header .jeg_post_title,
.alt .gallery-caption,
.alt .jeg_author_content,
.alt .jeg_author_socials a,
.alt .jeg_block_title,
.alt .jeg_hero_style_7,
.alt .jeg_meta_category a,
.alt .jeg_post_source span,
.alt .jeg_post_tags span,
.alt .jeg_post_title a,
.alt .jeg_post_via span,
.alt .jeg_splitpost_bar .current_title,
.alt .jeg_video_playlist_title,
.alt .wp-caption .wp-caption-text,
.alt a:focus,
.alt h1,
.alt h1.jeg_post_title,
.alt h2,
.alt h3,
.alt h4,
.alt h5,
.alt h6,
.alt label {
  color: #fff;
}
.custom_post_template .jeg_custom_meta_wrapper.jeg_post_meta.alt,
.custom_post_template
  .jeg_custom_meta_wrapper.jeg_post_meta.alt
  .jeg_meta_comment
  a,
.custom_post_template
  .jeg_custom_meta_wrapper.jeg_post_meta.alt
  .jeg_meta_like
  a,
.jeg_custom_share_wrapper.alt .jeg_share_stats,
.jeg_custom_share_wrapper.alt .jeg_share_stats > div {
  color: #f0f0f0;
}
.alt .jeg_post_source a,
.alt .jeg_post_tags a,
.alt .jeg_post_via a {
  color: #fff;
  background: #474747;
}
.alt .comment-respond,
.alt .jeg_authorbox,
.alt .jeg_prevnext_post {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.alt .chosen-container-single,
.alt .chosen-single,
.alt input:not([type="submit"]),
.alt select,
.alt textarea {
  background: hsla(0, 0%, 100%, 0.1);
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #eee;
}
.alt .jeg_block_heading_1,
.alt .jeg_block_heading_6,
.alt .jeg_postblock .jeg_block_heading_1,
.alt .jeg_postblock .jeg_block_heading_6,
.alt .jeg_postblock .okayNav__nav--invisible a {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.alt .jeg_post_subtitle {
  color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .jeg_review_search_result .jeg_post {
    display: block;
  }
  .jeg_review_search_result .jeg_pl_md_2 .jeg_thumb {
    float: left;
    margin-bottom: 10px;
  }
  .jeg_review_info {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    clear: both;
  }
  .jeg_review_info .price-info {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .jeg_review_info .store-info {
    overflow: hidden;
  }
  .jeg_review_info .store-info li {
    display: inline-block;
    margin-right: 20px;
  }
}
.jeg_sidefeed .jeg_pl_md_box .overlay_container .jeg_postblock_content {
  position: absolute;
}
.elementor-element .jegStickyHolder {
  width: 100%;
}
@media only screen and (min-width: 736px) {
  .jnews_inline_related_post_wrapper.half {
    width: 320px;
  }
  .jnews_inline_related_post_wrapper.half.left {
    float: left;
    margin-right: 25px;
  }
  .jnews_inline_related_post_wrapper.half.right {
    float: right;
    margin-left: 25px;
  }
  .jnews_inline_related_post .jeg_postblock_29.jeg_col_2o3 .jeg_postsmall {
    white-space: normal;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
  }
  .jeg_postblock_22.jeg_col_1o3 .jeg_post {
    margin-bottom: 16px;
  }
}
.jnews_inline_related_post_wrapper h3.jeg_block_title strong {
  margin-left: 4px;
}
.jnews_inline_related_post .jeg_block_heading {
  margin-bottom: 20px;
  margin-top: 0.5em;
}
.jnews_inline_related_post .jeg_block_heading_5,
.jnews_inline_related_post .jeg_block_heading_8 {
  margin-bottom: 15px;
  margin-top: 0;
}
.jnews_inline_related_post .jeg_postblock_28 .jeg_post_title,
.jnews_inline_related_post .jeg_postblock_29 .jeg_post_title {
  font-weight: 700;
  font-size: 15px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_thumb {
  width: 90px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_postblock_content {
  margin-left: 90px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_title {
  font-size: 14px;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_meta {
  line-height: 1;
  margin-top: 8px;
}
.jnews_inline_related_post .jeg_block_nav {
  margin-bottom: 0;
}
.jnews_inline_related_post .jeg_postblock .jeg_block_nav {
  margin-top: 10px;
}
.jnews_inline_related_post .jeg_postblock .jeg_block_loadmore {
  margin-top: 10px;
  padding: 0;
}
.jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_loadmore,
.jnews_inline_related_post .jeg_postblock_21.jeg_col_1o3 .jeg_block_nav {
  margin-top: 0;
}
@media (min-width: 992px) {
  .jeg_account_page .col-md-4 {
    width: 25%;
    margin-right: 10%;
  }
  .jeg_account_page .col-md-8 {
    width: 65%;
  }
}
.jeg_account_left {
  background: #fff;
  text-align: center;
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.jeg_account_left img {
  width: 80px;
  margin: 15px 0;
  border-radius: 100%;
}
.jeg_account_page .jeg_author_content {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
.jeg_account_page .jeg_account_nav {
  margin: 25px 0;
}
.jeg_account_nav li a {
  display: block;
  padding: 5px 0;
}
.jeg_account_page .jeg_account_title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
}
.jeg_account_page .frontend-submit-button {
  margin: 15px -20px -20px;
  padding: 15px 20px;
  background: #f7f7f7;
}
.jeg_account_page .frontend-submit-button .button {
  max-width: 100%;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.jeg_account_page .frontend-submit-button .button .fa {
  margin-right: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .jeg_account_page .frontend-submit-button .button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jeg_account_page .col-md-4 {
    width: 30%;
    margin-right: 5%;
  }
  .jeg_account_page .col-md-8 {
    width: 65%;
  }
}
.jeg_account_page .description-label h3,
.jeg_account_page .social-label h3 {
  margin-top: 10px;
}
.jeg_account_page .alert {
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.jeg_upload_wrapper .btn {
  text-transform: none;
  color: #212121;
  font-weight: 400;
  font-family: inherit;
  font-size: 13px;
  background: #eee;
  border: 1px solid #ccc;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 5px;
  line-height: 35px;
  height: 35px;
}
.jeg_upload_wrapper .btn:hover {
  background: #fff;
  box-shadow: none;
  border-color: #999;
}
.jeg_upload_wrapper .upload_preview_container:after {
  content: " ";
  clear: both;
  display: block;
}
.jeg_upload_wrapper .upload_preview_container ul {
  padding-left: 0;
}
.jeg_upload_wrapper .upload_preview_container li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.jeg_upload_wrapper .upload_preview_container li .remove:after {
  position: absolute;
  content: "\F00D";
  font-family: FontAwesome;
  display: block;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.jeg_upload_wrapper .upload-progress {
  display: none;
}
.jeg_upload_wrapper li.sortable-placeholder {
  border: 1px dashed #ccc;
  width: 150px;
  height: 150px;
  display: block;
}
.jeg_upload_wrapper li.uploading {
  border: 1px dashed #c2c2c2;
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
}
.jeg_upload_wrapper li .uploading-progress {
  height: 100%;
  background: #eee;
  width: 0;
  -webkit-transition: width 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s;
}
.jeg_upload_wrapper.submit-field {
  margin-top: 10px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .chosen-container-single .chosen-single,
.form-group input:not([type="submit"]),
.form-group select,
.form-group textarea {
  font-size: 15px;
}
.jeg_account_posts {
  margin-bottom: 40px;
}
.jeg_post_list_count {
  text-align: right;
}
.jeg_account_page .jeg_post {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.jeg_account_page .jeg_post:last-child {
  border-bottom: none;
}
.jeg_account_page .jeg_post_title {
  font-size: 18px;
}
.jeg_account_page .jeg_post_status {
  font-weight: 700;
}
.jeg_account_page .jeg_post_control {
  opacity: 0;
  position: relative;
  transition: 0.2s;
  color: #a0a0a0;
}
.jeg_account_page .jeg_post:hover .jeg_post_control {
  opacity: 1;
}
.jeg_account_page .jeg_post_control a {
  font-size: 12px;
  display: inline-block;
}
.ajax_comment_button {
  text-align: center;
}
.ajax_comment_button span {
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
}
#footer .truncate-read-more,
.truncate-read-more {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-truncate.content-inner {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-truncate.content-inner:after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    box-shadow: inset 0 -107px 61px -15px hsla(0, 0%, 98%, 0.8);
  }
  .content-inner .truncate-read-more {
    display: none;
  }
}
.author-truncate.jnews_author_box_container .truncate-read-more,
.mobile-truncate.content-inner .truncate-read-more {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  display: block;
}
.author-truncate .truncate-read-more span,
.mobile-truncate .truncate-read-more span {
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
}
.jeg_postblock_39 .jeg_author_avatar {
  position: relative;
  display: inline-block;
}
.jeg_postblock_39 .jeg_meta_author img {
  width: 30px;
  margin-right: 8px;
}
body.rtl .jeg_postblock_39 .jeg_meta_author img {
  margin-right: 0;
  margin-left: 8px;
}
.jeg_postblock_39 .jeg_author_info > span {
  display: block;
  line-height: 22px;
}
.jeg_postblock_39 .jeg_pl_sm .jeg_postblock_content {
  margin-left: 0;
  padding-left: 0;
}
.jeg_postblock_39 .jeg_post:after {
  content: "";
  clear: both;
  display: table;
}
.jeg_postblock_39 .jeg_pl_md_1 .jeg_post_title a,
.jeg_postblock_39 .jeg_pl_sm .jeg_post_title a {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 14px;
  font-weight: 500;
  color: #000;
}
.jeg_postblock_39 .jeg_pl_md_1 .jeg_post_meta {
  box-sizing: border-box;
  border-bottom: 4px solid #eee;
  margin-top: 14px;
  padding-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.jeg_postblock_39 .jeg_pl_sm .jeg_meta_author {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
}
.jeg_postblock_39 .jeg_meta_author:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_postblock_39 .jeg_meta_author a {
  color: #212121;
}
.jeg_postblock_39 .jeg_author_desc {
  font-size: 14px;
  color: #666;
}
.jeg_postblock_39 .jeg_author_name:hover,
.jeg_postblock_39 .jeg_post_title:hover {
  text-decoration: underline;
}
.jeg_postblock_39 .jeg_author_avatar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.2s ease;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
}
.g-recaptcha {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .jeg_postblock_39.jeg_pb_boxed.jeg_col_2o3 .jeg_posts,
  .jeg_postblock_39.jeg_pb_boxed.jeg_col_3o3 .jeg_posts {
    margin-bottom: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts_wrap {
    position: relative;
  }
  .jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts_wrap:after {
    content: "";
    clear: both;
    display: table;
  }
  .jeg_postblock_39:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .widget .jeg_postblock_39.jeg_col_1o3 {
    margin-bottom: 0;
  }
  .jeg_postblock_39.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_39.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .jeg_postblock_39 .jeg_pl_md_1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jeg_postblock_39 .jeg_posts {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .jeg_postblock_39 .jeg_posts {
    margin-bottom: 0;
  }
}
.dark_mode_switch {
  position: relative;
  display: block;
  width: 45px;
  height: 25px;
}
.dark_mode_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.slider:before {
  color: #666;
  background-color: #fff;
  font-family: FontAwesome;
  font-size: 14px !important;
  position: absolute;
  content: "\F186";
  height: 19px;
  line-height: 20px;
  width: 19px;
  text-align: center;
  left: 3px;
  bottom: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.25s;
}
.jeg_midbar.dark .slider,
.jeg_navbar_dark .slider,
.jeg_topbar.dark .slider,
input:checked + .slider {
  background-color: hsla(0, 0%, 100%, 0.3);
}
input:checked + .slider:before {
  content: "\F185";
  -webkit-transform: translateX(19px);
  transform: translateX(19px);
}
.slider.round {
  border-radius: 25px;
}
.slider.round:before {
  border-radius: 50%;
}
[class*="google-plus"].removed,
[class*="google_plus"].removed,
[class*="googleplus"].removed {
  position: relative;
  opacity: 0.2;
  cursor: not-allowed;
}
[class*="google-plus"].removed:hover,
[class*="google_plus"].removed:hover,
[class*="googleplus"].removed:hover {
  opacity: 0.2;
}
[class*="google-plus"].removed:after,
[class*="google_plus"].removed:after,
[class*="googleplus"].removed:after {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-gallery figcaption {
  margin: 0;
}
.jeg_userlist {
  margin-bottom: 10px;
}
.jeg_userlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.jeg_userlist ul > li {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  vertical-align: top;
}
.jeg_userlist .jeg_userlist-wrap {
  height: 100%;
}
.jeg_userlist .jeg_userlist-name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.jeg_userlist .jeg_userlist-desc {
  color: #a0a0a0;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.jeg_userlist .jeg_userlist-socials {
  margin-top: 10px;
}
.jeg_userlist .jeg_userlist-socials a {
  display: inline-block;
  margin-right: 14px;
}
.jeg_userlist .jeg_userlist-socials a:last-child {
  margin-right: 0;
}
.jeg_userlist .jeg_userlist-socials a i {
  color: #999;
}
.jeg_userlist.style-1 .jeg_userlist-wrap {
  text-align: center;
  padding: 20px;
}
.jeg_userlist.style-1 img.photo {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.jeg_userlist.style-1 .jeg_userlist-content {
  margin-bottom: 10px;
}
.jeg_userlist.style-1 .jeg_userlist-wrap,
.jeg_userlist.style-2 .jeg_userlist-wrap {
  border: 1px solid #eee;
}
.jeg_userlist.style-2 .jeg_userlist-wrap {
  display: flex;
  padding: 20px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.03);
}
.jeg_userlist.style-2 .jeg_userlist-photo {
  flex: 0 0 60px;
  margin-right: 15px;
}
.jeg_userlist.style-2 img.photo,
.jeg_userlist.style-5 img.photo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.jeg_userlist.style-3 .jeg_userlist-wrap {
  border-bottom: 1px solid #eee;
}
.jeg_userlist.style-3 img.photo {
  width: 100%;
}
.jeg_userlist.style-3 .jeg_userlist-content {
  margin: 20px 0;
}
.jeg_userlist.style-3 .jeg_userlist-socials {
  margin-top: 5px;
  margin-right: -10px;
}
.jeg_userlist.style-3 .jeg_userlist-socials a {
  display: inline-block;
  margin: 10px 14px 0 0;
}
.jeg_userlist.style-4 {
  margin-bottom: 30px;
}
.jeg_userlist.style-4.jeg_1_block ul {
  margin: 0;
}
.jeg_userlist.style-4.jeg_1_block li {
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
.jeg_userlist.style-4 .jeg_userlist-wrap {
  text-align: left;
}
.jeg_userlist.style-4 .jeg_userlist-wrap > div {
  float: left;
}
.jeg_userlist.style-4 .jeg_userlist-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.jeg_userlist.style-4 .jeg_userlist-photo {
  width: 20px;
  height: 20px;
}
.jeg_userlist.style-4 .jeg_userlist-photo a {
  display: inline-block;
}
.jeg_userlist.style-4 img.photo {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.jeg_userlist.style-4 .jeg_userlist-name {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-left: 10px;
  margin-bottom: 0;
}
.jeg_userlist.style-5 .jeg_userlist-wrap {
  display: flex;
  background: #f7f7f7;
  padding: 16px;
  border-radius: 3px;
}
.jeg_userlist.style-5 .jeg_userlist-photo {
  flex: 0 0 48px;
  margin-right: 12px;
}
.jeg_userlist.style-5 img.photo {
  width: 48px;
  height: 48px;
  margin: 0;
}
.jeg_userlist.style-5 .jeg_userlist-name {
  color: #212121;
  font-size: 14px;
  margin-bottom: 4px;
}
.jeg_userlist.jeg_1_block li {
  width: 100%;
}
.jeg_userlist.jeg_2_block li {
  width: 50%;
}
.jeg_userlist.jeg_3_block li {
  width: 33.333333333%;
}
.jeg_userlist.jeg_4_block li {
  width: 25%;
}
.jeg_userlist.jeg_5_block li {
  width: 20%;
}
.jeg_userlist.jeg_6_block li {
  width: 16.666666667%;
}
@media screen and (max-width: 768px) {
  .jeg_userlist.jeg_4_block li,
  .jeg_userlist.jeg_5_block li,
  .jeg_userlist.style-2.jeg_3_block li {
    width: 50%;
  }
  .jeg_userlist.jeg_6_block li,
  .jeg_userlist.style-3.jeg_5_block li {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 480px) {
  .jeg_userlist.style-1.jeg_2_block li,
  .jeg_userlist.style-1.jeg_3_block li,
  .jeg_userlist.style-1.jeg_4_block li,
  .jeg_userlist.style-1.jeg_5_block li,
  .jeg_userlist.style-2.jeg_2_block li,
  .jeg_userlist.style-2.jeg_3_block li,
  .jeg_userlist.style-5.jeg_2_block li,
  .jeg_userlist.style-5.jeg_3_block li,
  .jeg_userlist.style-5.jeg_4_block li,
  .jeg_userlist.style-5.jeg_5_block li {
    width: 100%;
  }
  .jeg_userlist.style-3.jeg_4_block li,
  .jeg_userlist.style-3.jeg_5_block li,
  .jeg_userlist.style-3.jeg_6_block li {
    width: 50%;
  }
  .jeg_userlist ul > li {
    margin-bottom: 20px;
  }
  .jeg_userlist.jeg_4_block li {
    margin-bottom: 15px;
  }
}
.jeg_meta_author.coauthor .meta_text {
  margin-right: 0.25em;
}
.jeg_meta_author.coauthor .meta_text.separators-and {
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.jeg_meta_author.coauthor .jnews_multiple_author {
  position: relative;
  border: 1px solid var(--j-bg-color, #fff);
  z-index: 1;
}
.jeg_meta_author.coauthor .jnews_multiple_author:not(:first-child) {
  margin-left: -20px;
  z-index: 0;
}
.author-truncate.jnews_author_box_container {
  position: relative;
  height: 28em;
  overflow: hidden;
  margin-bottom: 40px;
}
.author-truncate.jnews_author_box_container:after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 13em;
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 60%, hsla(0, 0%, 100%, 0));
}
.jnews_author_box_container .truncate-read-more {
  display: none;
}
@media only screen and (min-width: 1571px) {
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_autoload_separator .container,
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_header.normal .container,
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_main .container,
  .jeg_sidecontent_left:not(.jeg_boxed)
    .jeg_main
    .jeg_vc_content
    > .vc_element
    > .vc_row,
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_main .jeg_vc_content > .vc_row {
    margin-left: 30px;
  }
  .jeg_sidecontent_left
    .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"],
  .jeg_sidecontent_left .jeg_vc_content > .vc_row[data-vc-full-width="true"],
  .jeg_sidecontent_left:not(.jeg_boxed)
    .jeg_main
    .jeg_vc_content
    > .vc_row
    .container {
    margin-left: 0;
  }
  .jeg_sidecontent_left .jeg_footer .container,
  .jeg_sidecontent_left
    .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper,
  .jeg_sidecontent_left
    .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .jeg_boxed.jeg_sidecontent .jeg_container,
  .jeg_boxed:not(.jeg_sidecontent) .jeg_viewport {
    max-width: 1230px;
    margin: 0 auto;
  }
  .jeg_boxed.jeg_sidecontent .jeg_header.full .jeg_container {
    max-width: none;
  }
}
@media only screen and (max-width: 1570px) and (min-width: 1025px) {
  .jeg_sidecontent .container,
  .jeg_sidecontent .elementor-section,
  .jeg_sidecontent .jeg_container,
  .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row,
  .jeg_sidecontent
    .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper,
  .jeg_sidecontent .jeg_vc_content > .vc_row,
  .jeg_sidecontent
    .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper {
    width: auto;
  }
  .jeg_sidecontent .container {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .jeg_sidecontent .container,
  .jeg_sidecontent .elementor-section,
  .jeg_sidecontent .jeg_vc_content > .vc_element > .vc_row,
  .jeg_sidecontent
    .jeg_vc_content
    > .vc_element
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper,
  .jeg_sidecontent .jeg_vc_content > .vc_row,
  .jeg_sidecontent
    .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]
    > .jeg-vc-wrapper {
    padding: 0 30px;
  }
  .jeg_sidecontent .jeg_sidebar {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .jeg_col_1o3
    .jeg_slider_type_3[data-items="2"]
    .jeg_slide_caption
    .jeg_post_meta,
  .jeg_col_2o3
    .jeg_slider_type_3[data-items="5"]
    .jeg_slide_caption
    .jeg_post_meta {
    display: none;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="3"]
    .jeg_post_title,
  .jeg_postblock_carousel_2.jeg_col_12
    .jeg_carousel_post[data-items="5"]
    .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .overlay_content,
  .jeg_postblock_carousel_2.jeg_col_12
    .jeg_carousel_post[data-items="5"]
    .overlay_content {
    padding: 10px 15px;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .jeg_post_category
    a,
  .jeg_postblock_carousel_2.jeg_col_12
    .jeg_carousel_post[data-items="5"]
    .jeg_post_category
    a {
    font-size: 10px;
    padding: 2px 5px;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .jeg_post_title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .jeg_post_title {
    font-size: 11px;
    margin-bottom: 0;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .jeg_post_category
    a {
    font-size: 9px;
    padding: 0 3px;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .jeg_post_category,
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .jeg_post_category {
    line-height: 1;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .jeg_postblock_content,
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .jeg_postblock_content {
    -webkit-transform: none;
    transform: none;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .overlay_content,
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .overlay_content {
    padding: 5px 10px;
  }
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="4"]
    .jeg_post_meta,
  .jeg_postblock_carousel_2.jeg_col_8
    .jeg_carousel_post[data-items="5"]
    .jeg_post_meta {
    display: none;
  }
  .widget .socials_widget.nobg a:nth-child(10),
  .widget .socials_widget:not(.nobg) a:nth-child(7) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .jeg_header {
    display: none;
  }
  #jeg_off_canvas,
  .jeg_navbar_mobile,
  .jeg_navbar_mobile_wrapper {
    display: block;
  }
  .admin-bar #jeg_off_canvas {
    top: 32px;
  }
  .jeg_navbar_mobile_wrapper {
    display: block;
  }
  .jeg_sidebar {
    padding: 0 15px !important;
  }
  .jeg_sidecontent .jeg_viewport,
  .jeg_sidecontent_left:not(.jeg_boxed) .container,
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_vc_content > .vc_element > .vc_row,
  .jeg_sidecontent_left:not(.jeg_boxed) .jeg_vc_content > .vc_row {
    margin-left: auto;
  }
  #jeg_sidecontent {
    display: none;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 445px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 445px;
  }
  .jeg_slider_type_2 .jeg_slide_caption {
    width: 60%;
  }
  .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
    font-size: 30px;
  }
  .jeg_slider_type_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title,
  .jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .jeg_slider_type_4 .jeg_slide_caption {
    width: 60%;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
  .jeg_slider_type_5_wrapper .thumbnail-container,
  .jeg_slider_type_6_wrapper .thumbnail-container {
    padding-bottom: 445px;
  }
  .jeg_slider_type_5 .jeg_slide_item,
  .jeg_slider_type_6 .jeg_slide_item {
    height: 445px;
  }
  .jeg_slider_type_5 .jeg_slide_caption {
    width: 60%;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
    font-size: 30px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 40px;
    margin: 20px auto 30px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
    bottom: -42px;
  }
  .jeg_slider_type_7_wrapper .thumbnail-container {
    padding-bottom: 445px;
  }
  .jeg_slider_type_7 .jeg_slide_item {
    height: 445px;
  }
  .jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
    font-size: 24px;
  }
  .jeg_slider_type_7 .jeg_post_excerpt {
    margin-bottom: 15px;
  }
  .jeg_slider_type_7 .jeg_block_nav a {
    height: 50px;
    line-height: 50px;
  }
  .jeg_postblock_carousel_3 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_carousel_3 .jeg_thumb {
    width: 65px;
  }
  .jeg_heroblock_1 .jeg_heroblock_wrapper,
  .jeg_heroblock_2 .jeg_heroblock_wrapper,
  .jeg_heroblock_6 .jeg_heroblock_wrapper,
  .jeg_heroblock_8 .jeg_heroblock_wrapper {
    height: 412px;
  }
  .jeg_heroblock_3 .jeg_heroblock_wrapper,
  .jeg_heroblock_4 .jeg_heroblock_wrapper,
  .jeg_heroblock_5 .jeg_heroblock_wrapper,
  .jeg_heroblock_7 .jeg_heroblock_wrapper,
  .jeg_heroblock_9 .jeg_heroblock_wrapper,
  .jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 355px;
  }
  .jeg_heroblock_10 .jeg_heroblock_wrapper,
  .jeg_heroblock_11 .jeg_heroblock_wrapper,
  .jeg_heroblock_12 .jeg_heroblock_wrapper {
    height: 445px;
  }
  .jeg_heroblock_skew .jeg_heroblock_wrapper {
    height: 289px;
  }
  .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
    left: 30px;
    bottom: 30px;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
    left: 30px;
    right: 30px;
  }
  .jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
    left: 20px;
    top: 20px;
  }
  .jeg_heroblock_skew.jeg_hero_style_1 .jeg_postblock_content {
    left: 0;
  }
  .jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
    left: 10px;
  }
  .jeg_heroblock_6.jeg_hero_style_1 .jeg_heroblock_scroller .jeg_post_category,
  .jeg_heroblock_6.jeg_hero_style_1 .jeg_heroblock_scroller .jeg_post_title {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  .jeg_hero_style_1 .jeg_postblock_content {
    padding-bottom: 20px;
  }
  .jeg_hero_style_2 .jeg_post_info {
    bottom: 20px;
  }
  .jeg_hero_style_7 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_hero_style_7 .jeg_post_meta {
    font-size: 10px;
  }
  .jeg_heroblock_1 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_1 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_2 .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_6 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_7 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_5 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_13 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 28px;
    line-height: 1.2;
  }
  .jeg_hero_style_7 .jeg_postblock_content {
    width: auto;
    right: 20px;
  }
  .jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_2.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_6 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_7 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title {
    font-size: 12px;
  }
  .jeg_heroblock_5.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_8.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_2.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_4.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_5.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_9.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_heroblock_skew.jeg_hero_style_7 .jeg_post_title {
    font-size: 22px;
    line-height: 1.3;
  }
  .jeg_heroblock_6.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
    font-size: 24px;
    line-height: 1.4;
  }
  .jeg_postblock_carousel_3 .jeg_post_meta {
    display: none;
  }
  .popularpost_item:first-child .jeg_post_title {
    font-size: 20px;
  }
  .jeg_ad_widget .ad_container {
    padding: 0;
    border: 0;
  }
  .jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .jeg_inline_subscribeform .mc4wp-form-fields p {
    font-size: 14px;
  }
  .jeg_footer_social .socials_widget a {
    margin: 0 15px;
  }
  .jeg_footer_social .socials_widget span {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .entry-header .jeg_post_title {
    font-size: 2.4em;
  }
  .jeg_featured_big .entry-header .jeg_post_title,
  .jeg_single_tpl_2 .entry-header .jeg_post_title,
  .jeg_single_tpl_3 .entry-header .jeg_post_title,
  .jeg_single_tpl_6 .entry-header .jeg_post_title {
    font-size: 3em;
  }
  .jeg_single_tpl_6 .entry-header .jeg_meta_trending {
    top: -8em;
  }
  .entry-content h1 {
    font-size: 2em;
  }
  .entry-content h2 {
    font-size: 1.703em;
  }
  .entry-content h3 {
    font-size: 1.35em;
  }
  .entry-content h4 {
    font-size: 1.2em;
  }
  .entry-content h5 {
    font-size: 1.17em;
  }
  .entry-content h3.jeg_block_title {
    font-size: inherit;
  }
  .jeg_single_narrow .jeg_main_content {
    margin-top: 0;
  }
  .jeg_single_narrow .jeg_share_button.share-float {
    margin-left: 10px;
  }
  .jeg_featured_img {
    background-attachment: inherit;
  }
  .jeg_parallax .jeg_featured_img {
    background-position: 50% !important;
    background-size: cover;
  }
  .jeg_single_tpl_6 .jeg_featured_big {
    height: 300px;
  }
  .jeg_single_tpl_10 .entry-header {
    margin: 20px auto 30px;
  }
  .alignleft,
  .alignright {
    max-width: 265px;
  }
  .entry-content .pullquote {
    font-size: 120%;
  }
  .entry-content blockquote,
  .entry-content q {
    font-size: 110%;
  }
  .entry-content .pullquote.align-left {
    max-width: 40%;
    margin-right: 1em;
  }
  .entry-content .pullquote.align-right {
    max-width: 40%;
    margin-left: 1em;
  }
  .jeg_authorpage .jeg_author_content p {
    width: 100%;
  }
  .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    padding: 70px 0;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer_right {
    float: none;
    text-align: inherit;
    margin: 0.5em 0;
  }
  .footer_right .jeg_menu_footer li:not(:last-child):after,
  .footer_right .jeg_menu_footer li a {
    margin: 0 1em 0 0;
  }
  .footer_right .socials_widget a {
    margin: 0 1em 1em 0;
  }
  .jeg_footer .jeg_social_icon_block a {
    margin-bottom: 1em !important;
  }
  .footer_column {
    margin-bottom: 40px;
  }
  .jeg_footer_2 .footer_column {
    display: block;
    border-right: 0;
    padding: 0 15px;
  }
  .jeg_footer_4 .footer_column {
    margin-bottom: 20px;
    text-align: center;
  }
  .jeg_footer_4 .footer_column:last-child {
    margin-bottom: 0;
  }
  .jeg_footer_4 .footer_right .footer_widget {
    margin-bottom: 15px !important;
  }
  .jeg_footer_5 .jeg_footer_primary {
    padding: 40px 0 0;
    display: block;
  }
  .jeg_footer_5 .footer_column {
    display: block;
    padding: 0;
    border-right: 0;
    max-width: 540px;
    margin: auto;
  }
  .jeg_slider_type_2 .owl-dots {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .jeg_main_wrapper {
    padding-top: 20px;
  }
  .admin-bar #jeg_off_canvas {
    top: 46px;
  }
  .admin-bar #jeg_sidecontent {
    top: 96px;
  }
  .jeg_slide_caption .jeg_post_category a {
    font-size: 10px;
  }
  .jeg_slider_type_1 .jeg_caption_container {
    min-width: 100%;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 364px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 364px;
  }
  .jeg_slider_type_2 .jeg_slide_caption {
    left: 30px;
  }
  .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
    margin: 15px auto 5px;
  }
  .jeg_slider_type_4 .jeg_slide_caption {
    width: 75%;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 28px;
  }
  .jeg_slider_type_4 .jeg_slide_caption:before {
    height: 35px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:before {
    top: -20px;
  }
  .jeg_slider_type_4 .jeg_slide_caption:after {
    height: 35px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:after {
    bottom: -25px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
    font-size: 10px;
  }
  .jeg_slider_type_5_wrapper .thumbnail-container,
  .jeg_slider_type_6_wrapper .thumbnail-container {
    padding-bottom: 364px;
  }
  .jeg_slider_type_5 .jeg_slide_item,
  .jeg_slider_type_6 .jeg_slide_item {
    height: 364px;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 32px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
    max-width: 50%;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt,
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
    margin-left: 75px;
  }
  .jeg_slider_type_7_wrapper .thumbnail-container {
    padding-bottom: 364px;
  }
  .jeg_slider_type_7 .jeg_slide_item {
    height: 364px;
  }
  .jeg_slider_type_7 .jeg_slide_caption {
    padding: 30px;
  }
  .jeg_slider_type_7 .jeg_slide_caption .jeg_post_title {
    font-size: 18px;
  }
  .jeg_slider_type_7 .jeg_slide_caption .jeg_post_excerpt {
    display: none;
  }
  .jeg_heropost_1 {
    display: block;
  }
  .jeg_heropost_1 > div {
    padding: 0;
  }
  .jeg_heropost_1 .jeg_postbig {
    width: 100%;
    margin-bottom: 30px;
  }
  .jeg_heropost_1 .jeg_postsmall.left {
    width: 50%;
    float: left;
    margin-right: 10%;
  }
  .jeg_heropost_1 .jeg_postsmall.right {
    width: 40%;
    float: left;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
    font-size: 20px;
    line-height: 1.3;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 {
    margin-bottom: 30px;
  }
  .jeg_heroblock_1 .jeg_heroblock_wrapper,
  .jeg_heroblock_2 .jeg_heroblock_wrapper,
  .jeg_heroblock_6 .jeg_heroblock_wrapper,
  .jeg_heroblock_8 .jeg_heroblock_wrapper {
    height: 350px;
  }
  .jeg_heroblock_3 .jeg_heroblock_wrapper,
  .jeg_heroblock_4 .jeg_heroblock_wrapper,
  .jeg_heroblock_5 .jeg_heroblock_wrapper,
  .jeg_heroblock_7 .jeg_heroblock_wrapper,
  .jeg_heroblock_9 .jeg_heroblock_wrapper,
  .jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 300px;
  }
  .jeg_heroblock_10 .jeg_heroblock_wrapper,
  .jeg_heroblock_11 .jeg_heroblock_wrapper,
  .jeg_heroblock_12 .jeg_heroblock_wrapper {
    height: 380px;
  }
  .jeg_heroblock_skew .jeg_heroblock_wrapper {
    height: 260px;
  }
  .jeg_heroblock .jeg_post_category {
    font-size: 10px;
  }
  .jeg_heroblock .jeg_post_category a {
    font-size: inherit;
  }
  .jeg_hero_style_7 .jeg_postblock_content {
    width: auto;
    padding: 18px 12px 10px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .jeg_hero_style_7 .jeg_post_title {
    margin-top: 15px;
  }
  .jeg_heroblock_1.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_2.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_3.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_6.jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_post_meta,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_4 .jeg_post_meta,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_meta {
    display: none;
  }
  .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
    left: 20px;
    bottom: 20px;
    width: 70%;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
    left: 20px;
    right: 20px;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
    bottom: 10px;
  }
  .jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
    left: 20px;
    top: 20px;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    bottom: 30px;
    left: 30px;
    padding: 15px 25px;
  }
  .jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_1 .jeg_postblock_content {
    left: -10px;
  }
  .jeg_heroblock .jeg_post_title {
    font-size: 14px;
  }
  .jeg_heroblock .jeg_post_meta {
    font-size: 10px;
  }
  .jeg_heroblock_1 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_1 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_2 .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_6 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_7 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_5 .jeg_post_title {
    font-size: 12px;
  }
  .jeg_heroblock_5 .jeg_post_title,
  .jeg_heroblock_8 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_5 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_11 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_1 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_heroblock_1 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_2 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_4 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_5 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_9 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 22px;
  }
  .jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_13 .jeg_post_title {
    font-size: 24px;
  }
  .jeg_hero_style_6 .jeg_postblock_content {
    right: 0;
  }
  .jeg_heroblock_5.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_8.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_7 .jeg_hero_item_5 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_3 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_heroblock_1.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_2.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_4.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_5.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_9.jeg_hero_style_7 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_6.jeg_hero_style_7 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_skew.jeg_hero_style_7 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    width: 50%;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
    font-size: 22px;
  }
  .jeg_heroblock_skew.jeg_hero_style_1 .jeg_hero_item_1 .jeg_postblock_content {
    left: 0;
  }
  .jeg_heroblock .jeg_postformat_icon:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 10px;
    right: 10px;
  }
  .jeg_heroblock_skew .jeg_postformat_icon:after {
    -webkit-transform: skewX(7deg) scale(0.8);
    transform: skewX(7deg) scale(0.8);
  }
  .jeg_sidebar .mc4wp-form-fields p,
  .widget .mc4wp-form-fields p {
    display: block;
  }
  .jeg_sidebar .mc4wp-form input + input[type="submit"],
  .widget .mc4wp-form input + input[type="submit"] {
    margin-top: 10px;
    width: 100%;
  }
  .jeg_main_content .mc4wp-form input[type="email"]:not(:only-child) {
    width: 65%;
  }
  .jeg_main_content .mc4wp-form input + input[type="submit"] {
    width: 30%;
  }
  .jeg_footer_primary {
    padding: 40px 0 30px;
  }
  .footer_column {
    margin-bottom: 20px;
  }
  .footer_column:last-child {
    margin-bottom: 0;
  }
  .jeg_footer_secondary {
    font-size: 11px;
    line-height: 20px;
    padding: 30px 0;
  }
  .jeg_footer p.copyright {
    margin: 0.5em 0;
  }
  .jeg_footer_2 .jeg_footer_primary {
    display: block;
  }
  .jeg_footer_2 .footer_column {
    display: block;
    border-right: 0;
    padding: 0 15px;
  }
  .jeg_footer .jeg_footer_heading_2 h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .jeg_footer_sidecontent .jeg_menu_footer li a {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
  .jeg_footer_sidecontent .socials_widget.nobg a {
    margin: 0 14px 14px 0;
  }
  .jeg_footer_sidecontent .socials_widget.nobg .fa {
    font-size: 14px;
  }
  .jeg_footer_social .socials_widget a {
    margin: 0 15px;
  }
  .jeg_footer_social .socials_widget span {
    display: none;
  }
  .jeg_footer_subscribe .subscribe_widget {
    float: none;
    text-align: center;
    max-width: none;
  }
  .jeg_footer_subscribe .socials_widget {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
  .jeg_singlepage .jeg_breadcrumbs {
    margin: 0 auto 15px;
  }
  .jeg_single_tpl_6 .jeg_featured_big {
    height: 240px;
  }
  .jeg_single_tpl_6 .entry-header .jeg_meta_trending {
    top: -6.5em;
  }
  .entry-header .jeg_post_title {
    font-size: 2.4em !important;
    line-height: 1.15 !important;
  }
  .entry-header .jeg_post_subtitle {
    margin: -5px 0 15px;
    font-size: 18px;
  }
  .jeg_fs_container .jeg_post_meta {
    margin: 15px 0 0;
  }
  .entry-header,
  .jeg_featured,
  .jeg_share_button {
    margin-bottom: 20px;
  }
  .entry-content .intro-text {
    font-size: larger;
  }
  .entry-content blockquote,
  .entry-content p,
  .entry-content q {
    margin-bottom: 1em;
  }
  .comment-body {
    padding-left: 55px;
  }
  .commentlist .avatar {
    width: 40px;
    left: -55px;
  }
  .jeg_author_image {
    width: 130px;
  }
  .jeg_author_content {
    margin-left: 130px;
  }
  .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    padding: 60px 0;
  }
  .jeg_hidden_md {
    display: none !important;
    visibility: hidden !important;
  }
  .jeg_instagram_feed .instagram-pics.col7 li {
    width: 33.333333333%;
  }
  .jeg_instagram_feed .instagram-pics.col8 li,
  .jeg_instagram_feed .instagram-pics.col9 li {
    width: 25%;
  }
  .jeg_instagram_feed .instagram-pics.col10 li {
    width: 20%;
  }
  .jeg_instagram_feed .instagram-pics.col7 li:nth-child(n + 7),
  .jeg_instagram_feed .instagram-pics.col8 li:nth-child(n + 9),
  .jeg_instagram_feed .instagram-pics.col9 li:nth-child(n + 9),
  .jeg_instagram_feed .instagram-pics.col10 li:nth-child(n + 11) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jeg_block_heading {
    margin-bottom: 20px;
  }
  .jeg_tabpost_content {
    padding-top: 20px;
  }
  .jeg_block_title span {
    font-size: 13px;
  }
  .jeg_subcat_list > li > a {
    font-size: 11px;
  }
  .jeg_block_title i,
  .jeg_block_title span,
  .jeg_subcat_list > li > a,
  .okayNav__menu-toggle {
    height: 30px !important;
    line-height: 30px !important;
  }
  .jeg_slider_type_3 .jeg_caption_container {
    padding: 0 15px;
  }
  .jeg_col_3o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
    font-size: 18px;
  }
  .jeg_col_1o3 .jeg_slider_type_3 .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_title,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="5"] .jeg_post_title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .jeg_col_1o3 .jeg_slider_type_3 .jeg_slide_caption .jeg_post_meta,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="3"] .jeg_post_meta,
  .jeg_col_2o3 .jeg_slider_type_3[data-items="4"] .jeg_post_meta {
    display: none;
  }
  .popularpost_item:first-child .jeg_post_title {
    font-size: 15px;
    line-height: 1.4;
    padding-right: 40px;
    margin-top: 10px;
  }
  .popularpost_item:first-child .jeg_post_title a:before,
  .popularpost_item:first-child:hover .jeg_post_title a:before {
    font-size: 26px;
    width: 30px;
  }
  .popularpost_item .jeg_post_title a:before {
    font-size: 15px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .popularpost_item {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .popularpost_item .jeg_post_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .jeg_cat_header_4 .jeg_breadcrumbs,
  .jeg_single_tpl_4 .jeg_breadcrumbs,
  .jeg_single_tpl_5 .jeg_breadcrumbs {
    margin-bottom: 0;
  }
  .jeg_featured_big .entry-header .jeg_post_title {
    font-size: 40px !important;
  }
  .jeg_fs_container .jeg_post_meta {
    margin-top: 30px;
  }
  .jeg_fs_container .entry-header {
    padding-bottom: 80px;
  }
  .jeg_single_narrow .jeg_main_content {
    width: 100%;
    padding: 0 15px;
  }
  .jeg_single_narrow .jeg_share_button.share-float {
    margin-left: 0;
  }
  .jeg_views_count {
    display: none;
  }
  .jeg_share_stats .counts {
    font-size: 20px;
  }
  .jeg_share_stats .sharetext {
    font-size: 9px;
  }
  .jeg_share_button a > span {
    font-size: 11px;
  }
  .jeg_share_button a {
    width: 32px;
    max-width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .jeg_share_button .fa {
    font-size: 14px;
  }
  .alignleft,
  .alignright {
    max-width: 300px;
  }
  .jeg_footer_sidecontent .jeg_footer_primary {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 736px) {
  .jeg_hero_style_1 .jeg_postblock_content {
    padding: 0 20px 20px;
  }
  .jeg_hero_style_2 .jeg_postblock_content {
    left: 20px;
    right: 20px;
  }
  .jeg_hero_style_2 .jeg_post_info {
    bottom: 15px;
  }
  .jeg_hero_style_3 .jeg_postblock_content {
    padding: 20px 20px 0;
  }
  .jeg_heroblock_5 .jeg_post_title,
  .jeg_heroblock_8 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_10 .jeg_hero_item_5 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_11 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_12 .jeg_hero_item_3 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_heroblock_1 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_2 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_3 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_4 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_5 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_9 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 20px;
  }
  .jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title,
  .jeg_heroblock_13 .jeg_post_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1024px) {
  .jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,
  .jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,
  .jeg_heroblock_2.jeg_hero_style_2 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,
  .jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,
  .jeg_heroblock_6 .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_2 .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_6 .jeg_post_meta,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_7 .jeg_post_meta,
  .jeg_heroblock_11.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_meta,
  .jeg_heroblock_12.jeg_hero_style_2 .jeg_hero_item_5 .jeg_post_meta {
    display: none;
  }
  .jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_1.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_2.jeg_hero_style_2 .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_3.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_6 .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_3 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_6 .jeg_post_title,
  .jeg_heroblock_10.jeg_hero_style_2 .jeg_hero_item_7 .jeg_post_title,
  .jeg_heroblock_11.jeg_hero_style_2 .jeg_hero_item_4 .jeg_post_title,
  .jeg_heroblock_12.jeg_hero_style_2 .jeg_hero_item_5 .jeg_post_title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jeg_content {
    padding: 20px 0 30px;
  }
  .jeg_sidebar_left .jeg_main_content {
    float: none;
  }
  .jeg_breadcrumbs,
  .jeg_postblock {
    margin-bottom: 10px;
  }
  .jeg_archive_header,
  .jeg_block_heading,
  .jeg_blocklink,
  .jeg_breakingnews,
  .jeg_cat_header {
    margin-bottom: 25px;
  }
  .jeg_ad_module,
  .jeg_heroblock,
  .jeg_postblock_carousel_2,
  .jeg_sidebar .widget,
  .jeg_slider_wrapper,
  .jeg_video_playlist {
    margin-bottom: 30px;
  }
  .jeg_tabpost_content {
    padding-top: 20px;
  }
  .jeg_cat_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .jeg_cat_header_2 {
    margin: -20px 0 20px;
  }
  .jeg_cat_overlay .jeg_title_wrap {
    padding: 20px 0;
  }
  .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    padding: 40px 0;
  }
  .jeg_meganav {
    padding: 10px 0;
  }
  .jeg_meganav .sub-menu {
    padding: 0 20px;
  }
  .jeg_meganav > ul > li > a {
    margin: 5px 20px;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 320px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 320px;
  }
  .jeg_slider_type_3 .jeg_post_title {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
    bottom: -30px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
    display: none;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
    margin-left: 0;
    padding-top: 30px;
  }
  .jeg_slider_type_7 .jeg_slide_item {
    height: auto;
  }
  .jeg_slider_type_7 .jeg_slide_caption,
  .jeg_slider_type_7 .jeg_slide_image {
    float: none !important;
    width: 100%;
  }
  .jeg_slider_type_7 .jeg_slide_image {
    padding-bottom: 50%;
  }
  .jeg_slider_type_7 .jeg_slide_caption {
    padding: 30px 30px 80px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
    font-size: 16px;
    line-height: 1.4;
  }
  #breadcrumbs {
    font-size: 12px;
  }
  .jeg_singlepage .jeg_breadcrumbs {
    margin-bottom: 0.5em;
  }
  .jeg_cat_header_4 .jeg_breadcrumbs,
  .jeg_single_tpl_4 .jeg_breadcrumbs,
  .jeg_single_tpl_5 .jeg_breadcrumbs {
    margin-bottom: 0;
    padding: 5px 0;
  }
  .entry-header .jeg_post_title {
    font-size: 32px !important;
  }
  .entry-header .meta_right > div {
    font-size: 16px;
  }
  .jeg_fs_scroll {
    bottom: 0;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .jeg_share_button.share-float .jeg_btn-hatena .fa,
  .jeg_share_button.share-float .jeg_btn-line .fa {
    height: auto;
    margin-top: 0;
  }
  .jeg_single_narrow .jeg_main_content {
    width: 100%;
    padding: 0 15px;
  }
  .jeg_single_narrow .jeg_share_button.share-float {
    margin-left: 0;
  }
  .jeg_single_tpl_6.jnews_boxed_container .jeg_inner_content {
    margin-top: -20px;
  }
  .jeg_single_tpl_10 .entry-header {
    margin-top: 10px;
  }
  .jeg_single_tpl_10 .entry-header:before {
    margin: 1em auto;
    border-width: 2px;
  }
  .jeg_review_wrap h3 {
    font-size: 18px;
  }
  .jeg_reviewdetail ul {
    font-size: smaller;
  }
  .jeg_reviewdetail li {
    padding-left: 20px;
  }
  .jeg_reviewdetail li > i {
    font-size: 10px;
  }
  .jeg_post_nav .post .arrow {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .jeg_post_nav .prev-post .post-title {
    left: 10px;
  }
  .jeg_post_nav .next-post .post-title {
    right: 10px;
  }
  .jeg_instagram_feed .instagram-pics.col6 li {
    width: 33.333333333%;
  }
  .jeg_instagram_feed .instagram-pics.col6 li:nth-child(n + 7) {
    display: none;
  }
  .jeg_slider_wrapper .size-1400 {
    padding-bottom: 140%;
  }
  .size-1400 {
    padding-bottom: 71.5%;
  }
}
@media only screen and (max-width: 667px) {
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 24px;
  }
  .jeg_slider_type_4 .jeg_slide_caption:before {
    height: 30px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:before {
    top: -15px;
  }
  .jeg_slider_type_4 .jeg_slide_caption:after {
    height: 30px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:after {
    bottom: -15px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
  }
  .jeg_breakingnews_title {
    width: 25px;
    text-align: center;
    margin-right: 0;
  }
  .jeg_breakingnews_title span {
    display: none;
  }
  .jeg_news_ticker_arrow {
    width: 25px;
  }
  .jeg_news_ticker {
    padding-right: 65px;
  }
  .jeg_meganav {
    padding: 0;
  }
  .jeg_meganav > ul {
    display: block;
  }
  .jeg_meganav .sub-menu {
    padding: 5px 20px 10px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .jeg_meganav > ul > li > a {
    margin: 10px 20px 0;
  }
  .jeg_heropost_1 .jeg_postsmall.left {
    margin-right: 0;
    padding-right: 15px;
  }
  .jeg_heropost_1 .jeg_postsmall.right {
    width: 50%;
    padding-left: 15px;
  }
  .jeg_heropost_1 .jeg_pl_md_box {
    margin-bottom: 20px;
  }
  .jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_wrapper {
    height: 440px;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_post,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_post {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_hero_item_1 {
    width: 100%;
    height: 60%;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller {
    white-space: nowrap;
    height: 40%;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post {
    width: 45%;
    height: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .jeg_heroblock:not(.owl-carousel).jeg_heroblock_4
    .jeg_heroblock_scroller
    .jeg_post,
  .jeg_heroblock:not(.owl-carousel).jeg_heroblock_5
    .jeg_heroblock_scroller
    .jeg_post {
    width: 50% !important;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_postblock_content,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_postblock_content {
    white-space: normal;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_post_title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title {
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 0;
  }
  .jeg_heroblock_1:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel):not(.jeg_hero_style_7)
    .jeg_hero_item_1
    .jeg_post_title {
    max-width: 85%;
    margin-left: 0;
    margin-right: 0;
  }
  .jeg_heroblock_1:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .jeg_heroblock_1:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_2:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_3:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_4:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_5:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_6:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_10:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_11:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_12:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content {
    width: 70%;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_meta {
    display: none;
  }
  .jeg_hero_style_1 .jeg_post_category,
  .jeg_hero_style_1 .jeg_post_meta,
  .jeg_hero_style_1 .jeg_post_review,
  .jeg_hero_style_1 .jeg_post_title {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .jeg_hero_style_3 .jeg_block_container:after {
    display: none;
  }
  .jeg_heroblock_7 .jeg_heroblock_wrapper,
  .jeg_heroblock_8 .jeg_heroblock_wrapper {
    height: auto;
  }
  .jeg_heroblock_7 .jeg_post {
    float: left;
    position: relative;
    width: 50%;
    height: 300px;
    left: 0;
    top: 0;
  }
  .jeg_heroblock_7 .jeg_post_title {
    font-size: 18px;
    line-height: 1.4;
  }
  .jeg_heroblock_8 .jeg_post {
    float: left;
    position: relative;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
  }
  .jeg_heroblock_8 .jeg_post_title {
    font-size: 24px;
    line-height: 1.4;
  }
  .jeg_heroblock_9 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 20px !important;
    line-height: 1.2;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    width: 60%;
  }
  .jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,
  .jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
    width: 80%;
  }
  .jeg_heroblock_1.owl-carousel .jeg_post,
  .jeg_heroblock_2.owl-carousel .jeg_post,
  .jeg_heroblock_3.owl-carousel .jeg_post,
  .jeg_heroblock_4.owl-carousel .jeg_post,
  .jeg_heroblock_5.owl-carousel .jeg_post,
  .jeg_heroblock_6.owl-carousel .jeg_post,
  .jeg_heroblock_7.owl-carousel .jeg_post,
  .jeg_heroblock_8.owl-carousel .jeg_post,
  .jeg_heroblock_10.owl-carousel .jeg_post,
  .jeg_heroblock_11.owl-carousel .jeg_post,
  .jeg_heroblock_12.owl-carousel .jeg_post {
    position: relative;
  }
  .jeg_heroblock_1.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_2.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_3.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_4.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_5.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_6.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_7.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_8.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_10.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_11.owl-carousel .jeg_heroblock_wrapper,
  .jeg_heroblock_12.owl-carousel .jeg_heroblock_wrapper {
    height: auto;
  }
  .jeg_heroblock.owl-carousel .jeg_heroblock_scroller {
    width: 100%;
  }
  .jeg_heroblock_1.owl-carousel .jeg_post,
  .jeg_heroblock_2.owl-carousel .jeg_post,
  .jeg_heroblock_3.owl-carousel .jeg_post,
  .jeg_heroblock_4.owl-carousel .jeg_post,
  .jeg_heroblock_5.owl-carousel .jeg_post,
  .jeg_heroblock_6.owl-carousel .jeg_post,
  .jeg_heroblock_7.owl-carousel .jeg_post,
  .jeg_heroblock_8.owl-carousel .jeg_post,
  .jeg_heroblock_10.owl-carousel .jeg_post,
  .jeg_heroblock_11.owl-carousel .jeg_post,
  .jeg_heroblock_12.owl-carousel .jeg_post {
    top: auto;
    left: auto;
  }
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_1 {
    width: 100%;
    height: 300px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_heroblock_scroller,
  .jeg_heroblock_2.owl-carousel .jeg_heroblock_scroller {
    height: 400px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_2 {
    width: 100%;
    height: 50%;
  }
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_2 .jeg_post_title,
  .jeg_heroblock_1.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_2.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_4.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_6.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_10.owl-carousel .jeg_post_title,
  .jeg_heroblock_11.owl-carousel .jeg_post_title,
  .jeg_heroblock_12.owl-carousel .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_3,
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_4,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_2,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_3,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_4,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_5 {
    float: left;
    width: 50%;
    height: 50%;
  }
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_1 {
    width: 100%;
    height: 300px;
  }
  .jeg_heroblock_3.owl-carousel .jeg_heroblock_scroller {
    width: 100%;
    height: 400px;
  }
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_2,
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_3,
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_4 {
    float: left;
    width: 50%;
  }
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_3,
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_4 {
    height: 50%;
  }
  .jeg_heroblock_4.owl-carousel .jeg_hero_item_1 {
    width: 100%;
    height: 300px;
  }
  .jeg_heroblock_4.owl-carousel .jeg_heroblock_scroller {
    width: 100%;
    height: 400px;
  }
  .jeg_heroblock_4.owl-carousel .jeg_hero_item_2,
  .jeg_heroblock_4.owl-carousel .jeg_hero_item_3 {
    float: left;
    width: 50%;
    height: 100%;
  }
  .jeg_heroblock_5.owl-carousel .jeg_hero_item_1 {
    width: 100%;
    height: 300px;
  }
  .jeg_heroblock_5.owl-carousel .jeg_heroblock_scroller {
    height: 400px;
  }
  .jeg_heroblock_5.owl-carousel .jeg_hero_item_2,
  .jeg_heroblock_5.owl-carousel .jeg_hero_item_3 {
    width: 100%;
    height: 50%;
  }
  .jeg_heroblock_6.owl-carousel .jeg_hero_item_1 {
    width: 100%;
    height: 300px;
  }
  .jeg_heroblock_6.owl-carousel .jeg_heroblock_scroller {
    height: 600px;
  }
  .jeg_heroblock_6.owl-carousel .jeg_hero_item_2,
  .jeg_heroblock_6.owl-carousel .jeg_hero_item_3,
  .jeg_heroblock_6.owl-carousel .jeg_hero_item_4 {
    width: 100%;
    height: 33.33%;
  }
  .jeg_heroblock_10.owl-carousel .jeg_post,
  .jeg_heroblock_11.owl-carousel .jeg_post,
  .jeg_heroblock_12.owl-carousel .jeg_post {
    width: 100%;
    height: 200px;
  }
  .jeg_heroblock_10.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_10.owl-carousel .jeg_hero_item_5,
  .jeg_heroblock_11.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_11.owl-carousel .jeg_hero_item_5,
  .jeg_heroblock_12.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_12.owl-carousel .jeg_hero_item_5 {
    height: 300px;
  }
  .jeg_footer_subscribe label {
    display: block;
    margin: 15px 0;
  }
  .jeg_footer_subscribe input[type="email"],
  .jeg_footer_subscribe input[type="text"] {
    margin-left: 0;
  }
  .jeg_single_tpl_6 .jeg_featured_big {
    height: 200px;
  }
  .jeg_cat_title {
    font-size: 26px;
  }
  .jeg_cat_subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .jeg_slider_type_1 .jeg_slide_caption {
    padding: 20px 40px 20px 0;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 20px;
    line-height: 1.4;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 228px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 228px;
  }
  .jeg_slider_type_2 .jeg_slide_caption {
    left: 20px;
  }
  .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
    font-size: 20px;
    line-height: 1.4;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .jeg_slider_type_5_wrapper .thumbnail-container,
  .jeg_slider_type_6_wrapper .thumbnail-container {
    padding-bottom: 228px;
  }
  .jeg_slider_type_5 .jeg_slide_item,
  .jeg_slider_type_6 .jeg_slide_item {
    height: 228px;
  }
  .jeg_slider_type_5 .jeg_slide_caption {
    left: 20px;
    bottom: 20px;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
    font-size: 20px;
  }
  .jeg_slider_type_5 .owl-next {
    right: 20px;
  }
  .jeg_slider_type_5 .owl-prev {
    left: 20px;
  }
  .jeg_slider_type_5 .owl-nav div,
  .jeg_slider_type_8 .owl-nav div {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .jeg_slider_type_6 .jeg_slide_caption {
    width: auto;
    left: 20px;
    right: 20px;
  }
  .jeg_slider_type_6 .owl-nav {
    right: 20px;
    bottom: 20px;
  }
  .jeg_slider_type_6 .owl-nav div {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
  .jeg_slider_type_8 .owl-prev {
    left: 15px;
  }
  .jeg_slider_type_8 .owl-next {
    right: 15px;
  }
  .jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
    font-size: 16px;
  }
  .jeg_heroblock_skew .jeg_heroblock_wrapper {
    height: 240px;
  }
  .jeg_heroblock_9 .jeg_heroblock_wrapper,
  .jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 260px;
  }
  .jeg_hero_style_7 .jeg_heroblock_scroller .jeg_post_title {
    margin-top: 6px;
  }
  .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
    left: 15px;
    bottom: 15px;
    width: 60%;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_postblock_content {
    left: 20px;
    right: 20px;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
    width: 60%;
  }
  .jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
    left: 15px;
    top: 15px;
    width: 60%;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    bottom: 20px;
    left: 20px;
    padding: 15px 20px;
    width: 60%;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_heroblock_1 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
  .jeg_heroblock_2 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
  .jeg_heroblock_4 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
  .jeg_heroblock_5 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
  .jeg_heroblock_6 .jeg_hero_item_1.format-video .jeg_postformat_icon:after,
  .jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 28px;
  }
  .jeg_heroblock_13 .jeg_post.format-video .jeg_postformat_icon:after {
    top: 10px;
    right: 10px;
  }
  .jeg_heroblock_9 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 16px !important;
  }
  .jeg_heroblock_6 .jeg_hero_item_1 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_13 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_fs_container .entry-header {
    padding-bottom: 40px;
  }
  .jeg_featured_big .jeg_post_subtitle {
    font-size: 14px;
  }
  .jeg_share_button .fa {
    font-size: 18px;
  }
  .jeg_share_button a > span {
    margin-left: 6px;
  }
  .entry-header .jeg_meta_category,
  .entry-header .jeg_meta_comment,
  .entry-header .jeg_meta_like {
    display: none !important;
  }
  .alignleft,
  .alignright,
  .wp-caption.alignleft,
  .wp-caption.alignright {
    float: none;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .pullquote.align-center,
  .entry-content .pullquote.align-left,
  .entry-content .pullquote.align-right {
    float: none;
    max-width: 100% !important;
    margin: 1.25em auto;
    padding: 0 10%;
  }
  .jeg_ad_article {
    margin: 0 0 1.25em;
  }
  .jeg_ad_article .align-left,
  .jeg_ad_article .align-right {
    float: none;
    padding: 0;
  }
  .jeg_splitpost_bar .current_title {
    font-size: 16px;
  }
  .jeg_splitpost_1 > span {
    min-width: 100px;
    width: 100px;
  }
  .jeg_splitpost_bar .page_nav {
    font-size: 11px;
  }
  .jeg_splitpost_3 .nav_wrap {
    padding: 0 30px;
  }
  .jeg_splitpost_3 .page_nav {
    line-height: 40px;
    top: 0;
    height: 40px;
    bottom: 0;
    margin: auto;
  }
  .jeg_splitpost_3 .page_nav a {
    display: block;
    padding: 0 10px;
    font-family: jegicon !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .jeg_splitpost_3 .page_nav.prev a:before {
    content: "e";
  }
  .jeg_splitpost_3 .page_nav.next a:before {
    content: "f";
  }
  .jeg_splitpost_3 .page_nav span {
    display: none;
  }
  .jeg_splitpost_4 .page_nav {
    width: 80px;
  }
  .jeg_splitpost_4 .current_title {
    padding: 5px 80px;
  }
  .jeg_splitpost_5 .current_title {
    padding-top: 5px;
  }
  .dealstitle {
    width: 70%;
  }
  .jeg_deals h3 {
    font-size: 18px;
  }
  .dealstitle p {
    font-size: 13px;
  }
  .bestprice .price {
    font-size: 30px;
  }
  .content-inner .jeg_deals_float {
    width: 45%;
  }
  .jeg_deals_float .jeg_storelist li {
    padding: 3px 7px;
  }
  .jeg_deals_float h3 {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .conspros,
  .jeg_reviewscore {
    padding: 20px;
  }
  .jeg_authorpage .jeg_author_image img {
    width: 80px;
    height: 80px;
  }
  .jeg_authorpage .jeg_author_content {
    padding-left: 80px;
    margin-left: 20px;
  }
  .jeg_authorpage .jeg_author_name {
    font-size: 20px;
  }
  .jeg_inline_subscribeform .mc4wp-form .jeg_mc4wp_heading {
    max-width: 100%;
  }
  .jeg_inline_subscribeform .mc4wp-form-fields {
    display: block;
  }
  .jeg_inline_subscribeform .mc4wp-form-fields p {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .jeg_block_heading,
  .jeg_breakingnews,
  .jeg_heropost_1 .jeg_pl_sm_2,
  .jeg_heropost_1 .jeg_postbig,
  .jeg_pl_lg_box,
  .jeg_pl_md_box,
  .jeg_postblock,
  .jeg_postblock_14
    .row:last-child
    > div[class*="col-"]:not(:last-child)
    .jeg_pl_md_box,
  .jeg_postblock_15
    .row:last-child
    > div[class*="col-"]:not(:last-child)
    .jeg_pl_md_box,
  .jeg_slider_wrapper,
  .jeg_video_playlist {
    margin-bottom: 20px;
  }
  #jeg_sidecontent {
    width: 80%;
    left: -80%;
  }
  .jeg_sidecontent .container {
    padding: 0 20px;
  }
  .jeg_slider_type_1 .jeg_slide_caption {
    padding: 15px 40px 15px 0;
  }
  .jeg_slider_type_1 .jeg_caption_container {
    padding: 0 20px;
  }
  .jeg_slider_type_1 .jeg_post_category a,
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_meta {
    font-size: 10px;
    line-height: 10px;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 190px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 190px;
  }
  .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
    font-size: 18px;
    margin: 10px auto 0;
  }
  .jeg_slider_type_2 .jeg_post_meta {
    display: none;
  }
  .jeg_slider_type_2 .owl-dots {
    right: 15px;
  }
  .jeg_slider_type_2 .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 0;
  }
  .jeg_slider_type_4_wrapper .thumbnail-container {
    padding-bottom: 56.25%;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .jeg_slider_type_4 .jeg_slide_item {
    padding-bottom: 56.25%;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    margin: 10px 0 5px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
    font-size: 8px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_meta {
    font-size: 10px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_meta_author {
    display: none;
  }
  .jeg_slider_type_4 .jeg_slide_caption:before {
    height: 15px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:before {
    top: -10px;
  }
  .jeg_slider_type_4 .jeg_slide_caption:after {
    height: 15px;
  }
  .jeg_slider_type_4 .active .jeg_slide_caption:after {
    bottom: -5px;
  }
  .jeg_slider_type_4 .owl-dots {
    padding-bottom: 8px;
  }
  .jeg_owlslider .owl-nav div {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .jeg_owlslider .owl-nav .owl-next {
    right: 15px;
  }
  .jeg_owlslider .owl-nav .owl-prev {
    left: 15px;
  }
  .jeg_owlslider .owl-dot span {
    width: 8px;
    height: 8px;
    line-height: 8px;
    margin: 0 4px;
  }
  .jeg_slider_type_5_wrapper .thumbnail-container {
    padding-bottom: 190px;
  }
  .jeg_slider_type_5 .jeg_slide_item {
    height: 190px;
  }
  .jeg_slider_type_5 .jeg_slide_caption {
    width: 70%;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
    font-size: 18px;
    margin: 12px auto 0;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_category a {
    font-size: 10px;
  }
  .jeg_slider_type_5 .jeg_post_meta {
    display: none;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 20px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
    display: none;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_category a {
    font-size: 8px;
  }
  .jeg_heropost_1 .jeg_postsmall.left {
    width: 100%;
    padding-right: 0;
  }
  .jeg_heropost_1 .jeg_postsmall.right {
    width: 100%;
    padding-left: 0;
  }
  .jeg_heropost_1 .jeg_pl_md_box .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 {
    text-align: center;
  }
  .jeg_heropost_1 .jeg_pl_sm_2:last-child {
    margin-bottom: 30px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2:after {
    width: 100%;
  }
  .jeg_heroblock .jeg_post_category {
    font-size: 9px;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_wrapper,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_wrapper {
    height: 300px;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_hero_item_1,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_hero_item_1 {
    height: 55%;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller {
    height: 45%;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_post_title {
    font-size: 18px !important;
  }
  .jeg_heroblock_1 .jeg_post_meta,
  .jeg_heroblock_2 .jeg_post_meta,
  .jeg_heroblock_3 .jeg_post_meta,
  .jeg_heroblock_4 .jeg_post_meta,
  .jeg_heroblock_5 .jeg_post_meta,
  .jeg_heroblock_6 .jeg_post_meta,
  .jeg_heroblock_10 .jeg_post_meta,
  .jeg_heroblock_11 .jeg_post_meta,
  .jeg_heroblock_12 .jeg_post_meta {
    display: none;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post {
    width: 80% !important;
  }
  .jeg_heroblock_1:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel) .jeg_heroblock_scroller .jeg_post_title {
    font-size: 15px !important;
  }
  .jeg_heroblock_1:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_2:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_3:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_4:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_5:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_6:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_10:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_11:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content,
  .jeg_heroblock_12:not(.owl-carousel).jeg_hero_style_7
    .jeg_hero_item_1
    .jeg_postblock_content {
    width: auto;
  }
  .jeg_heroblock_1:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_2:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_3:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_4:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_5:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_6:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_10:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_11:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title,
  .jeg_heroblock_12:not(.owl-carousel).jeg_hero_style_5
    .jeg_hero_item_1
    .jeg_post_title {
    max-width: 90%;
  }
  .jeg_heroblock_1.owl-carousel .jeg_post_title,
  .jeg_heroblock_2.owl-carousel .jeg_post_title,
  .jeg_heroblock_3.owl-carousel .jeg_post_title,
  .jeg_heroblock_4.owl-carousel .jeg_post_title,
  .jeg_heroblock_5.owl-carousel .jeg_post_title,
  .jeg_heroblock_6.owl-carousel .jeg_post_title,
  .jeg_heroblock_7.owl-carousel .jeg_post_title,
  .jeg_heroblock_8.owl-carousel .jeg_post_title,
  .jeg_heroblock_10.owl-carousel .jeg_post_title,
  .jeg_heroblock_11.owl-carousel .jeg_post_title,
  .jeg_heroblock_12.owl-carousel .jeg_post_title {
    font-size: 18px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_2.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_3.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_4.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_5.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_6.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_7.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_8.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_10.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_11.owl-carousel .jeg_heroblock_scroller .jeg_post_title,
  .jeg_heroblock_12.owl-carousel .jeg_heroblock_scroller .jeg_post_title {
    font-size: 14px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_2.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_3.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_4.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_5.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_6.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_10.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_10.owl-carousel .jeg_hero_item_5,
  .jeg_heroblock_11.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_11.owl-carousel .jeg_hero_item_5,
  .jeg_heroblock_12.owl-carousel .jeg_hero_item_1,
  .jeg_heroblock_12.owl-carousel .jeg_hero_item_5 {
    height: 200px;
  }
  .jeg_heroblock_1.owl-carousel .jeg_heroblock_scroller,
  .jeg_heroblock_2.owl-carousel .jeg_heroblock_scroller,
  .jeg_heroblock_3.owl-carousel .jeg_heroblock_scroller,
  .jeg_heroblock_4.owl-carousel .jeg_heroblock_scroller,
  .jeg_heroblock_5.owl-carousel .jeg_heroblock_scroller {
    height: 300px;
  }
  .jeg_heroblock_6.owl-carousel .jeg_heroblock_scroller {
    height: 500px;
  }
  .jeg_heroblock_10.owl-carousel .jeg_post,
  .jeg_heroblock_11.owl-carousel .jeg_post,
  .jeg_heroblock_12.owl-carousel .jeg_post {
    height: 130px;
  }
  .jeg_heroblock_7 .jeg_post {
    width: 100%;
    height: 200px;
  }
  .jeg_heroblock_8 .jeg_post {
    height: 200px;
  }
  .jeg_heroblock_8 .jeg_post_title {
    font-size: 16px;
    line-height: 20px;
  }
  .jeg_heroblock_9 .jeg_heroblock_wrapper,
  .jeg_heroblock_skew .jeg_heroblock_wrapper {
    height: 360px;
    margin: 0 !important;
  }
  .jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 210px;
    margin: 0 !important;
  }
  .jeg_heroblock_skew .jeg_heroblock_wrapper,
  .jeg_heroblock_skew .jeg_postblock_content,
  .jeg_heroblock_skew .jeg_thumb > div {
    -webkit-transform: none;
    transform: none;
  }
  .jeg_heroblock_skew.jeg_hero_style_5 .jeg_postblock_content {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .jeg_heroblock_9 .jeg_post,
  .jeg_heroblock_skew .jeg_post {
    position: relative;
    width: 100%;
    height: 50%;
    left: auto;
    right: auto;
    padding-left: 0 !important;
  }
  .jeg_heroblock_skew .jeg_postblock_content {
    margin: 0 !important;
  }
  .jeg_heroblock_skew .jeg_postformat_icon:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .jeg_heroblock_skew .jeg_hero_item_2 .jeg_postformat_icon:after {
    margin-right: 0;
  }
  .jeg_heroblock_9 .jeg_post_title,
  .jeg_heroblock_skew .jeg_post_title {
    font-size: 16px !important;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
  .jeg_hero_style_1 .jeg_postblock_content,
  .jeg_hero_style_6 .jeg_postblock_content {
    padding: 5px 15px 10px;
  }
  .jeg_hero_style_2 .jeg_postblock_content {
    left: 15px;
    right: 15px;
  }
  .jeg_hero_style_2 .jeg_post_info {
    bottom: 10px;
  }
  .jeg_hero_style_4 .jeg_postblock_content {
    padding: 15px 15px 10px;
  }
  .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
    left: 0;
    bottom: 0;
    width: 85%;
  }
  .jeg_heroblock_13.jeg_hero_style_2 .jeg_post_info {
    width: 85%;
  }
  .jeg_heroblock_13.jeg_hero_style_3 .jeg_postblock_content {
    left: 0;
    top: 0;
    width: auto;
  }
  .jeg_heroblock_13.jeg_hero_style_5 .jeg_postblock_content,
  .jeg_heroblock_13.jeg_hero_style_6 .jeg_postblock_content {
    width: auto;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_postblock_content {
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: auto;
    padding: 10px 12px;
  }
  .jeg_heroblock_13.jeg_hero_style_7 .jeg_post_title {
    max-width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .jeg_heroblock_skew.jeg_hero_style_3 .jeg_hero_item_1 .jeg_postblock_content {
    left: 0;
  }
  .jeg_heroblock .jeg_post.format-video .jeg_postformat_icon:after {
    top: 5px;
    right: 5px;
  }
  .jeg_main_content .mc4wp-form h3 {
    font-size: 16px !important;
  }
  .jeg_inline_subscribeform .mc4wp-form-fields p {
    margin-bottom: 0;
  }
  .mc4wp-form {
    text-align: center;
  }
  .mc4wp-form-fields p {
    display: block;
  }
  .mc4wp-form input[type="email"],
  .mc4wp-form input[type="submit"],
  .mc4wp-form input[type="text"] {
    text-align: center;
    position: relative !important;
    margin: 0.5em auto !important;
    padding: 0 1em;
    width: 100% !important;
  }
  .footer_widget .mc4wp-form {
    text-align: left;
  }
  .page_nav .navtext {
    display: none;
  }
  .jeg_pagination {
    text-align: center !important;
  }
  .jeg_pagination .page_info {
    float: none !important;
  }
  .jeg_pagination .page_nav.prev:before {
    padding-right: 0;
  }
  .jeg_pagination .page_nav.next:after {
    padding-left: 0;
  }
  .jeg_pagenav_1 .page_nav,
  .jeg_pagenav_2 .page_nav {
    padding: 0;
  }
  .jeg_pagenav_3.jeg_alignleft {
    padding-bottom: 30px;
  }
  .jeg_pagenav_3 .page_nav {
    width: 30px;
    position: relative;
    top: 0;
    left: auto !important;
    right: auto !important;
  }
  .jeg_pagenav_3.jeg_alignleft .page_info {
    color: #a0a0a0;
    font-size: 11px;
    float: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .jeg_footer_social .socials_widget a {
    margin: 0 7px;
  }
  .jeg_footer_social .socials_widget a .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .entry-header,
  .jeg_featured,
  .jeg_share_button,
  .jeg_share_button.share-float .jeg_sharelist {
    margin-bottom: 15px;
  }
  .jeg_share_button.share-float {
    margin-bottom: 0;
  }
  .jeg_single_tpl_6 .jeg_featured_big {
    height: 160px;
  }
  .jeg_single_tpl_10 .entry-header {
    margin: 0 auto 20px;
  }
  .jeg_meta_author img {
    width: 25px;
  }
  .entry #breadcrumbs .breadcrumb_last {
    display: none;
  }
  .entry-header .jeg_meta_category,
  .entry-header .jeg_meta_comment,
  .entry-header .jeg_meta_like {
    display: none !important;
  }
  .entry-content .pullquote.align-center,
  .entry-content .pullquote.align-left,
  .entry-content .pullquote.align-right {
    font-size: 1em;
    padding: 0 5%;
  }
  .entry-content blockquote,
  .entry-content q {
    font-size: 1em;
  }
  .jeg_views_count {
    display: none;
  }
  .jeg_share_button a > span {
    display: none !important;
  }
  .jeg_share_button a {
    width: auto !important;
    max-width: none !important;
    height: 32px;
    line-height: 32px;
  }
  .jeg_share_button .fa {
    font-size: 14px;
  }
  .jeg_authorbox {
    text-align: center;
    padding: 20px 0;
  }
  .jeg_author_image {
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
  .jeg_author_content {
    margin-left: 0;
    padding: 0 30px;
  }
  .jeg_prevnext_post a {
    width: 100%;
    padding-right: 0 !important;
    float: none;
    text-align: center;
  }
  .jeg_prevnext_post a:not(:last-child) {
    margin-bottom: 20px;
  }
  .jeg_prevnext_post h3 {
    border-left: 0;
    padding-left: 0;
  }
  .jeg_post_nav .post .arrow {
    font-size: 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .jeg_post_nav .post-title {
    font-size: 12px;
  }
  .jeg_post_nav .prev-post .post-title {
    left: 10px;
  }
  .jeg_post_nav .next-post .post-title {
    right: 10px;
  }
  .jeg_bottomnav .page_nav {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    text-align: center !important;
  }
  .jeg_bottomnav .page_nav.next {
    margin-top: 10px;
    border-left: 0 !important;
  }
  .jeg_bottomnav.textcenter {
    padding: 15px 0;
  }
  .comment-body {
    padding: 10px 0 0;
  }
  .commentlist {
    margin-bottom: 10px;
  }
  .commentlist .comment-author {
    margin-bottom: 5px;
  }
  .commentlist .avatar {
    display: none;
  }
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    float: none;
    padding: 0;
  }
  .content-inner .jeg_deals_float {
    width: 100%;
    float: none;
    margin: 0 0 1.25em;
  }
  .jeg_deals_float .jeg_storelist li {
    padding: 3px 7px;
  }
  .jeg_deals_float h3 {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .conspros,
  .jeg_reviewscore {
    padding: 20px;
  }
  .review_score {
    width: 70px;
    margin-right: 15px;
  }
  .score_value {
    font-size: 26px;
    padding: 10px 0;
  }
  .review_score .score_text {
    font-size: 11px;
  }
  .jeg_reviewheader .desc {
    padding-left: 0;
  }
  .bestprice,
  .dealstitle {
    width: auto;
    float: none;
  }
  .bestprice {
    text-align: left;
    margin-bottom: 20px;
  }
  .bestprice h4 {
    display: inline;
  }
  .bestprice .price {
    font-size: 1em;
    padding-left: 5px;
  }
  .conspros {
    width: 100%;
    display: block;
  }
  .jeg_reviewdetail li {
    padding-left: 26px;
  }
  .jeg_reviewdetail li > i {
    font-size: 12px;
    top: 0;
  }
  .jeg_reviewdetail .conspros:first-child {
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -1px;
  }
  .jeg_archive_title,
  .jeg_cat_title {
    font-size: 20px;
    line-height: 1.3;
  }
  .jeg_cat_subtitle {
    font-size: 14px;
  }
  .jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    padding: 20px 0;
  }
  .jeg_archive_search {
    padding: 10px;
  }
  .jeg_authorpage .jeg_author_wrap {
    text-align: center;
    padding-bottom: 0;
  }
  .jeg_authorpage .jeg_author_content {
    margin-left: 0;
    padding: 0 30px;
  }
  .jeg_authorpage .jeg_author_name {
    font-size: 18px;
  }
  .authorlink {
    position: relative;
    margin-top: 10px;
  }
  .jeg_socialcounter .fa {
    font-size: 24px;
  }
  .jeg_socialcounter li span {
    font-size: 16px;
  }
  .jeg_cat_header.jeg_cat_header_1 .jeg_cat_title,
  .jeg_cat_header.jeg_cat_header_2 .jeg_cat_title,
  .jeg_cat_header.jeg_cat_header_3 .jeg_cat_title {
    font-size: 27px;
  }
  .jeg_cat_header.jeg_cat_header_4 .jeg_cat_title {
    font-size: 30px;
  }
  .jeg_authorpage .jeg_author_wrap {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 320px) {
  .jeg_mobile_wrapper {
    width: 275px;
  }
  .profile_links li {
    font-size: 11px;
    margin-right: 10px;
  }
  .jeg_mobile_menu li a {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .jeg_mobile_wrapper .socials_widget.nobg a .fa {
    font-size: 16px;
  }
  .jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
    font-size: 16px;
    padding: 0.5em 35px 0.5em 12px;
    height: 38px;
  }
  .jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_result {
    margin-top: 80px;
  }
  .jeg_navbar_mobile .jeg_search_form .jeg_search_button {
    font-size: 16px;
  }
  #jeg_sidecontent {
    width: 90%;
    left: -90%;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 1em;
    line-height: 1.3;
    margin-top: 5px;
  }
  .jeg_slider_type_1 .jeg_slide_caption .jeg_post_meta {
    display: none;
  }
  .jeg_slider_type_2_wrapper .thumbnail-container {
    padding-bottom: 145px;
  }
  .jeg_slider_type_2 .jeg_slide_item {
    height: 145px;
  }
  .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
    font-size: 1em;
    margin-top: 5px;
  }
  .jeg_slider_type_3 .jeg_post_title {
    font-size: 16px !important;
  }
  .jeg_slider_type_3 .jeg_slide_caption {
    padding-bottom: 10px;
  }
  .jeg_slider_type_3 .jeg_caption_container {
    padding: 0 15px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
    font-size: 8px;
  }
  .jeg_slider_type_4 .jeg_slide_caption .jeg_post_meta,
  .jeg_slider_type_4 .jeg_slide_caption:after,
  .jeg_slider_type_4 .jeg_slide_caption:before {
    display: none;
  }
  .jeg_slider_type_4 .owl-dots {
    padding-bottom: 5px;
  }
  .jeg_owlslider .owl-dot span {
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin: 0 3px;
  }
  .jeg_slider_type_5_wrapper .thumbnail-container {
    padding-bottom: 145px;
  }
  .jeg_slider_type_5 .jeg_slide_item {
    height: 145px;
  }
  .jeg_slider_type_5 .jeg_slide_caption .jeg_post_title {
    font-size: 1em;
    margin: 10px auto 0;
  }
  .jeg_slider_type_6 .jeg_slide_item {
    height: 180px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 1em;
    margin: 15px auto 20px;
  }
  .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title:before {
    bottom: -20px;
    border-width: 2px;
  }
  .jeg_heropost_1 .jeg_postbig {
    margin-bottom: 15px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2:after {
    margin-top: 15px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2:last-child {
    margin-bottom: 20px;
  }
  .jeg_heroblock .jeg_post_meta {
    display: none;
  }
  .jeg_heroblock .jeg_post_title {
    margin-bottom: 0;
  }
  .jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 165px;
  }
  .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
    width: 100%;
  }
  .jeg_heroblock_9 .jeg_heroblock_wrapper,
  .jeg_heroblock_skew .jeg_heroblock_wrapper {
    height: 320px;
  }
  .jeg_heroblock:not(.jeg_hero_style_7) .jeg_hero_item_1 .jeg_post_title {
    font-size: 15px !important;
    max-width: 100% !important;
  }
  .jeg_heroblock .jeg_heroblock_scroller .jeg_post_title {
    font-size: 13px !important;
  }
  .jeg_featured_big .jeg_meta_category,
  .jeg_featured_big .meta_right,
  .jeg_fs_breadcrumb {
    display: none;
  }
  .jeg_single_tpl_6 .jeg_featured_big {
    height: 140px;
  }
  .jeg_single_tpl_10 .entry-header:before {
    width: 45px;
  }
  .jeg_prevnext_post span {
    font-size: 11px;
  }
  .jeg_prevnext_post h3 {
    font-size: 13px;
    margin-top: 5px;
  }
  .jeg_footer_social .socials_widget a {
    margin: 0 3px;
  }
  .jeg_reviewstars .reviewscore {
    font-size: 1em;
  }
  .jeg_template_cat_4 .jeg_cat_overlay .jeg_title_wrap {
    padding: 0;
  }
  .jeg_pagination .page_nav {
    display: none;
  }
  .jeg_socialcounter .fa {
    font-size: 20px;
    margin: 3px 0;
    line-height: 28px;
    height: 28px;
  }
  .jeg_socialcounter li span {
    font-size: 13px;
  }
  .jeg_socialcounter li small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .jeg_col_3o3 .jeg_pl_lg_2 .jeg_post_title,
  .jeg_col_3o3 .jeg_pl_lg_3 .jeg_post_title {
    font-size: 24px;
  }
  .jeg_postblock_1.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_2.jeg_col_3o3 .jeg_pl_sm {
    width: 33.3333333%;
  }
  .jeg_postblock_2.jeg_col_1o3 .jeg_pl_lg_2 .jeg_post_title {
    font-size: 16px;
    margin-top: 15px;
  }
  .jeg_postblock_2.jeg_col_1o3 .jeg_pl_lg_2 .jeg_thumb {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .jeg_postblock_2.jeg_col_1o3 .jeg_posts {
    display: block;
    margin-right: 0;
  }
  .jeg_postblock_2.jeg_col_1o3 .jeg_pl_sm {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_thumb {
    width: 120px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
    width: 120px;
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_post_title,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_postblock_content,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_postblock_content {
    overflow: visible;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_meta_author,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_meta_author {
    display: none;
  }
  .jeg_postblock_3.jeg_col_3o3 .jeg_pl_md_2 .jeg_post_title,
  .jeg_postblock_4.jeg_col_3o3 .jeg_pl_md_3 .jeg_post_title {
    font-size: 24px;
    line-height: 1.3em;
  }
  .jeg_postblock_5.jeg_col_1o3 .jeg_post .jeg_post_title,
  .jeg_postblock_6.jeg_col_1o3 .jeg_post .jeg_post_title {
    font-size: 16px;
    margin-top: 15px;
  }
  .jeg_postblock_5.jeg_col_1o3 .jeg_post .jeg_thumb,
  .jeg_postblock_6.jeg_col_1o3 .jeg_post .jeg_thumb {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .jeg_postblock_5.jeg_col_1o3 .jeg_readmore,
  .jeg_postblock_6.jeg_col_1o3 .jeg_readmore {
    display: none;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .jeg_col_1o3 .jeg_pl_lg_6:last-child {
    padding-bottom: 0;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 .jeg_thumb {
    width: 100%;
    margin: 0 0 5px;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_excerpt {
    margin-top: 5px;
  }
  .jeg_col_3o3 .jeg_pl_lg_6 .jeg_post_title {
    font-size: 26px;
  }
  .jeg_postblock_8.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_8.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:first-child,
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2) {
    width: 50%;
  }
  .jeg_postblock_8.jeg_col_3o3 .jeg_post {
    width: 25%;
  }
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:first-child,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2),
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) {
    width: 33.333333333%;
  }
  .jeg_postblock_8.jeg_col_1o3 .jeg_post_title,
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:first-child .jeg_post_title,
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2) .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:first-child .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2) .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_9.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_9.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .widget .jeg_postblock_9.jeg_col_1o3 .jeg_post:last-child {
    margin-bottom: 0;
  }
  .jeg_postblock_9.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
  .jeg_col_1o3 .jeg_pl_lg_4 {
    margin-bottom: 30px;
  }
  .jeg_col_1o3 .jeg_pl_lg_4 .jeg_postblock_heading {
    margin-bottom: 15px;
  }
  .jeg_col_1o3 .jeg_pl_lg_4 .jeg_post_title {
    font-size: 18px;
    line-height: 1.25;
  }
  .jeg_col_3o3 .jeg_pl_lg_4 .jeg_thumb img {
    width: 100%;
  }
  .jeg_col_3o3 .jeg_pl_lg_4 .jeg_post_title {
    font-size: 32px;
  }
  .jeg_postblock_11.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_11.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_11.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_post {
    margin-bottom: 30px;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_post_title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto 5px;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
    padding: 12px 20px 15px;
    margin: -50px 15px 0;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_meta_comment,
  .jeg_postblock_12.jeg_col_1o3 .jeg_meta_like,
  .jeg_postblock_12.jeg_col_1o3 .jeg_post_excerpt {
    display: none;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_block_loadmore,
  .jeg_postblock_12.jeg_col_3o3 .jeg_block_nav {
    margin-bottom: 20px;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_postblock_content {
    margin-top: -70px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 {
    margin-bottom: 30px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_13 .jeg_posts_wrap {
    position: relative;
    overflow: hidden;
  }
  .jeg_postblock_13 .jeg_posts_wrap .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -30px;
  }
  .jeg_postblock_13.jeg_col_2o3 .jeg_posts_wrap .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_13.jeg_col_3o3 .jeg_posts_wrap .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-right: -20px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_posts_wrap .jeg_post {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_pl_lg_1 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
    font-size: 12px;
    line-height: 1.4em;
  }
  .jeg_postblock_13.jeg_col_1o3 .jeg_pl_md_1 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_postblock_content {
    padding: 20px 15px 10px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_post_title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_posts {
    margin-right: -20px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_post {
    padding-right: 20px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_thumb .jeg_post_category {
    left: 0;
    bottom: 0;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_posts .jeg_thumb .jeg_post_category a {
    font-size: 10px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1,
  .jeg_postblock_14.jeg_col_1o3 .jeg_post {
    margin-bottom: 20px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
    font-size: 12px;
    font-weight: 500;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_meta_author {
    display: none;
  }
  .jeg_postblock_14.jeg_col_3o3 .jeg_postbig .jeg_post_title {
    font-size: 32px;
  }
  .jeg_postblock_14.jeg_col_3o3 .jeg_posts .jeg_post {
    width: 33.333333333%;
  }
  .jeg_postblock_15.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_15.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
  }
  .jeg_postblock_15.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
  .jeg_postblock_16.jeg_col_1o3 .jeg_pl_lg_5 {
    margin-bottom: 20px;
  }
  .jeg_postblock_16.jeg_col_1o3 .jeg_pl_lg_5 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_16.jeg_col_3o3 .jeg_pl_lg_5 .jeg_post_title {
    font-size: 32px;
  }
  .jeg_postblock_16.jeg_col_3o3 .jeg_pl_lg_5 .jeg_thumb img {
    width: 100%;
  }
  .jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts_wrap {
    position: relative;
    overflow: hidden;
  }
  .jeg_postblock_17:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .widget.widget_jnews_module_block_17 {
    margin-bottom: 20px;
  }
  .widget .jeg_postblock_17.jeg_col_1o3 {
    margin-bottom: 0;
  }
  .jeg_postblock_17.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_17.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_pl_lg_8:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_meta {
    margin-top: 5px;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_share_button {
    margin: 10px 0;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_share_button a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_share_button .fa {
    font-size: 14px;
  }
  .jeg_postblock_18.jeg_col_1o3 .jeg_meta_author,
  .jeg_postblock_18.jeg_col_1o3 .jeg_share_button a.expanded > span {
    display: none;
  }
  .widget_jnews_module_block_19 .jeg_col_1o3 .jeg_post:last-child,
  .widget_jnews_module_block_19 .jeg_postblock {
    margin-bottom: 0;
  }
  .widget_jnews_module_block_19 .jeg_block_loadmore,
  .widget_jnews_module_block_19 .jeg_block_nav {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .jeg_postblock_19:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .jeg_postblock_19.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_19.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .jeg_postblock_20:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .jeg_postblock_20.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_20.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .jeg_postblock_21:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .jeg_postblock_21.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_21.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .widget_jnews_module_block_21 .jeg_col_1o3 .jeg_post:last-child,
  .widget_jnews_module_block_21 .jeg_postblock {
    margin-bottom: 0;
  }
  .jeg_postblock_21.jeg_col_1o3 .jeg_block_loadmore,
  .jeg_postblock_21.jeg_col_1o3 .jeg_block_nav {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .jeg_postblock_22.jeg_col_1o3 .jeg_post_title {
    font-size: 12px;
    font-weight: 500;
  }
  .jeg_postblock_22.jeg_col_1o3 .jeg_post_meta {
    display: none;
  }
  .jeg_postblock_22.jeg_col_3o3 .jeg_post {
    width: 25%;
  }
  .jeg_postblock_23.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_23.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
  }
  .jeg_postblock_23.jeg_col_3o3 .jeg_post {
    width: 33.333333333%;
  }
  .jeg_postblock_24:not(.jeg_col_1o3) .jeg_posts {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin-right: -30px;
  }
  .jeg_postblock_24.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .jeg_postblock_24.jeg_col_3o3 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
  }
  .jeg_postblock_24 .jeg_pl_xs_4 .jeg_post_meta,
  .jeg_postblock_24 .jeg_pl_xs_4 .jeg_post_title {
    position: relative;
    z-index: 1;
  }
  .jeg_postblock_25.jeg_col_1o3 .jeg_post {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_thumb {
    width: 100%;
    float: none;
  }
  .jeg_postblock_25.jeg_col_1o3 .jeg_meta_comment,
  .jeg_postblock_25.jeg_col_1o3 .jeg_meta_like,
  .jeg_postblock_25.jeg_col_1o3 .jeg_post_excerpt {
    display: none;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 {
    margin-bottom: 30px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_postblock_heading {
    margin-bottom: 10px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_excerpt {
    line-height: 1.4;
    max-height: 4.2em;
    overflow: hidden;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .jeg_col_1o3 .jeg_meta_footer .jeg_post_share,
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_readmore {
    display: none;
  }
  .jeg_col_1o3 .jeg_meta_footer {
    margin-top: 20px;
  }
  .jeg_col_1o3 .jeg_meta_footer > div {
    width: 50%;
    padding: 5px;
    font-size: 11px;
  }
  .jeg_col_3o3 .jeg_pl_lg_9 .jeg_thumb img {
    width: 100%;
  }
  .jeg_postblock_27.jeg_col_1o3 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_27.jeg_col_1o3 .jeg_post {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_27.jeg_col_1o3 .jeg_post_excerpt {
    display: none;
  }
  .jeg_blocklink.jeg_col_3o3 {
    height: 400px;
  }
  .jeg_blocklink.jeg_col_3o3 .jeg_block_content a {
    max-width: 430px;
    padding: 30px;
  }
  .jeg_blocklink.jeg_col_2o3 .jeg_block_content a {
    max-width: 320px;
  }
  .jeg_blocklink.jeg_col_3o3 .jeg_block_content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .jeg_pl_lg_1 .jeg_post_title,
  .jeg_pl_lg_2 .jeg_post_title,
  .jeg_pl_lg_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_lg_1 .jeg_meta_comment,
  .jeg_pl_lg_1 .jeg_meta_like {
    display: none;
  }
  .jeg_pl_lg_2 .jeg_thumb,
  .jeg_pl_lg_3 .jeg_thumb {
    width: 280px;
  }
  .jeg_pl_lg_5 .jeg_post_title {
    font-size: 22px;
    line-height: 1.3em;
  }
  .jeg_pl_lg_6 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_lg_7 .jeg_post_title {
    font-size: 22px;
    line-height: 1.3em;
  }
  .jeg_pl_lg_9 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 {
    margin-bottom: 20px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_category {
    margin-bottom: 5px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 .jeg_post_category a {
    font-size: 11px;
  }
  .jeg_col_3o3 .jeg_pl_lg_9 .jeg_post_title {
    font-size: 26px;
  }
  .jeg_pl_lg_card {
    margin-bottom: 30px;
  }
  .jeg_pl_lg_card .jeg_postblock_content {
    padding: 15px 20px;
  }
  .jeg_pl_lg_box .jeg_post_title,
  .jeg_pl_lg_card .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_md_2 .jeg_post_title,
  .jeg_pl_md_3 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_pl_md_2 .jeg_thumb,
  .jeg_pl_md_3 .jeg_thumb {
    width: 200px;
  }
  .jeg_pl_sm {
    margin-bottom: 20px;
  }
  .jeg_pl_sm .jeg_post_title {
    font-size: 13px;
  }
  .jeg_pl_sm .jeg_thumb {
    width: 100px;
  }
  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 100px;
  }
  .jeg_pl_md_card {
    margin-bottom: 15px;
  }
  .jeg_pl_md_card .jeg_postblock_content {
    padding: 12px 15px;
  }
  .jeg_pl_md_card .jeg_post_title {
    font-size: 14px;
  }
  .jeg_pl_md_box .jeg_post_title {
    font-size: 14px;
    line-height: 1.3em;
  }
  .jeg_postblock_8 .jeg_meta_author {
    display: none;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
    padding: 12px 15px;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
    font-size: 28px;
  }
  .jeg_postblock_23 .jeg_posts {
    margin-right: -30px;
  }
  .jeg_postblock_23 .jeg_post {
    padding-right: 30px;
  }
  .jeg_postblock_25 .jeg_post_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .jeg_postblock_25 .jeg_thumb {
    margin-right: 20px;
  }
  .jeg_postblock_27 .jeg_post_title,
  .jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_blocklink .jeg_videowrapper {
    display: none;
  }
  .jeg_blocklink {
    height: 187px;
  }
  .jeg_blocklink.jeg_col_3o3 {
    height: 330px;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 20px;
  }
  .jeg_blocklink .jeg_block_content span {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .jeg_pl_lg_2 .jeg_thumb {
    width: 230px;
    margin-right: 20px;
  }
  .jeg_pl_lg_3 .jeg_thumb {
    width: 230px;
    margin-left: 20px;
  }
  .jeg_pl_xs .jeg_post_title {
    width: auto;
    float: none;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .jeg_pl_xs .jeg_post_meta {
    float: none;
    width: auto;
  }
  .jeg_postblock_17 .jeg_pl_md_1,
  .jeg_postblock_19 .jeg_pl_md_box {
    margin-bottom: 20px;
  }
  .jeg_postblock_20 .jeg_pl_sm {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jeg_post_meta {
    font-size: 10px;
  }
  .jeg_post_excerpt {
    font-size: 12px;
  }
  .jeg_pl_lg_1 .jeg_post_title,
  .jeg_pl_lg_2 .jeg_post_title,
  .jeg_pl_lg_3 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_pl_lg_6 .jeg_thumb {
    width: 220px;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_col_2o3 .jeg_pl_lg_6 .jeg_post_title {
    margin-bottom: 10px;
  }
  .jeg_col_3o3 .jeg_pl_lg_6 .jeg_post_title {
    font-size: 22px;
  }
  .jeg_col_1o3 .jeg_pl_lg_6 .jeg_meta_author,
  .jeg_col_2o3 .jeg_pl_lg_6 .jeg_meta_author {
    display: none;
  }
  .jeg_pl_lg_9 {
    margin-bottom: 40px;
  }
  .jeg_pl_lg_9 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_col_1o3 .jeg_pl_lg_9 {
    margin-bottom: 20px;
  }
  .jeg_col_3o3 .jeg_pl_lg_9 .jeg_post_title {
    font-size: 24px;
  }
  .jeg_pl_md_1 .jeg_post_title {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .jeg_pl_md_1 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_pl_md_2 .jeg_post_title,
  .jeg_pl_md_3 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_pl_sm .jeg_thumb,
  .jeg_pl_sm_3 .jeg_thumb {
    width: 80px;
  }
  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 80px;
    padding-left: 10px;
  }
  .jeg_pl_sm_3 .jeg_postblock_content {
    margin-right: 80px;
    padding-right: 10px;
  }
  .jeg_pl_xs .jeg_postblock_content,
  .jeg_pl_xs_4 .jeg_postblock_content {
    line-height: normal;
  }
  .jeg_pl_xs_4 .jeg_post_title {
    font-size: 12px;
  }
  .jeg_col_3o3 .jeg_pl_lg_2 .jeg_post_title,
  .jeg_col_3o3 .jeg_pl_lg_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_thumb {
    width: 80px;
    margin-right: 10px;
  }
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
    width: 80px;
    margin-left: 10px;
  }
  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_post_meta,
  .jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_post_meta {
    clear: both;
    padding-top: 5px;
  }
  .jeg_postblock_3.jeg_col_3o3 .jeg_pl_md_2 .jeg_post_title,
  .jeg_postblock_4.jeg_col_3o3 .jeg_pl_md_3 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_8 .jeg_post_title {
    font-size: 13px;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_post_title {
    font-size: 24px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_post_meta {
    display: none;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_lg_box .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_14.jeg_col_1o3 .jeg_pl_md_1 .jeg_post_title {
    font-size: 11px;
    line-height: normal;
  }
  .jeg_postblock_22 .jeg_post {
    padding-right: 20px;
  }
  .jeg_postblock_22 .jeg_post_title {
    font-size: 15px;
  }
  .jeg_postblock_24 .jeg_pl_md_box {
    margin-bottom: 10px;
  }
  .jeg_postblock_25 .jeg_post {
    padding-bottom: 20px;
  }
  .jeg_postblock_25 .jeg_thumb {
    width: 200px;
    margin-right: 15px;
  }
  .jeg_postblock_25 .jeg_readmore {
    display: none;
  }
  .jeg_postblock_25.jeg_col_1o3 .jeg_post .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_26 .jeg_meta_footer {
    margin-top: 20px;
  }
  .jeg_postblock_26 .jeg_meta_footer > div {
    padding: 5px;
    font-size: 11px;
  }
  .jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
    margin: 0 6px;
  }
  .jeg_postblock_27 .jeg_posts {
    margin-right: -30px;
  }
  .jeg_postblock_27 .jeg_post {
    padding-right: 30px;
  }
  .jeg_postblock_27 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_27 .jeg_post_category a {
    font-size: 11px;
  }
  .jeg_postblock_27 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_blocklink {
    height: 145px;
  }
  .jeg_blocklink.jeg_col_3o3 {
    height: 253px;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 18px;
  }
  .jeg_blocklink.jeg_col_3o3 .jeg_block_content h3 {
    font-size: 24px;
  }
  .jeg_blocklink .jeg_block_content a {
    width: 75%;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jeg_block_heading,
  .jeg_blocklink {
    margin-bottom: 20px;
  }
  .jeg_pl_lg_2 .jeg_thumb,
  .jeg_pl_lg_3 .jeg_thumb {
    width: 40%;
  }
  .jeg_pl_lg_6 .jeg_post_excerpt {
    margin-top: 5px;
  }
  .jeg_pl_lg_7 {
    margin-bottom: 20px;
  }
  .jeg_pl_lg_9 .jeg_post_title {
    font-size: 22px !important;
  }
  .jeg_pl_lg_9 {
    margin-bottom: 40px !important;
  }
  .jeg_pl_md_1 .jeg_post_title {
    font-size: 20px;
  }
  .jeg_pl_sm .jeg_post_title {
    font-size: 14px;
  }
  .jeg_col_3 .jeg_pl_sm .jeg_thumb {
    width: 100px;
  }
  .jeg_col_3 .jeg_pl_sm .jeg_postblock_content {
    margin-left: 100px;
  }
  .jeg_posttree_2.jeg_col_3 .jeg_post_excerpt {
    display: block;
  }
  .jeg_postblock_2 .jeg_posts {
    display: block;
    margin-right: 0;
  }
  .jeg_postblock_2 .jeg_pl_sm {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .jeg_postblock_8 .jeg_post_title {
    font-size: 13px;
  }
  .jeg_postblock_8 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:first-child .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2) .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3) .jeg_post_title,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(4) .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:first-child,
  .jeg_postblock_8.jeg_col_2o3 .jeg_post:nth-child(2),
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:first-child,
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(2),
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(3),
  .jeg_postblock_8.jeg_col_3o3 .jeg_post:nth-child(4) {
    width: 50%;
  }
  .jeg_postblock_9 .jeg_post .jeg_post_title,
  .jeg_postblock_14 .jeg_posts .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_9 .jeg_thumb,
  .jeg_postblock_14 .jeg_posts .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_12.jeg_col_1o3 .jeg_postblock_content {
    padding: 15px 20px 0;
  }
  .jeg_postblock_12.jeg_col_3o3 .jeg_post_title,
  .jeg_postblock_13 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_13 .jeg_thumb img {
    width: 100%;
  }
  .jeg_postblock_16 .jeg_pl_lg_5 {
    margin-bottom: 20px;
  }
  .jeg_postblock_17 .jeg_posts,
  .jeg_postblock_19 .jeg_posts,
  .jeg_postblock_20 .jeg_posts,
  .jeg_postblock_24 .jeg_posts {
    margin-bottom: 30px;
  }
  .jeg_postblock_19 .jeg_pl_md_box .jeg_post_title,
  .jeg_postblock_24 .jeg_pl_md_box .jeg_post_title {
    font-size: 22px;
  }
  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,
  .jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
    max-height: 350px;
  }
  .jeg_postblock_22.jeg_col_1o3 .jeg_posts {
    margin-right: -30px;
  }
  .jeg_postblock_22.jeg_col_1o3 .jeg_post {
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .jeg_postblock_22.jeg_col_3o3 .jeg_post {
    width: 50%;
  }
  .jeg_postblock_23 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_38 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_blocklink {
    height: 0 !important;
    padding-bottom: 50%;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 26px !important;
  }
  .jeg_blocklink .jeg_block_content span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 667px) {
  .jeg_pl_lg_box .jeg_post_title,
  .jeg_pl_md_box .jeg_post_title {
    font-size: 24px;
  }
  .jeg_pl_md_1 .jeg_post_title,
  .jeg_postblock_15 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_sm .jeg_thumb {
    width: 80px;
  }
  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 80px;
  }
  .jeg_pl_lg_4 .jeg_post_title {
    font-size: 22px;
  }
  .jeg_pl_lg_4 .jeg_readmore {
    line-height: 1;
    padding: 9px 18px;
  }
  .jeg_postblock_8 .jeg_post_title {
    font-size: 13px;
  }
  .jeg_postblock_22 .jeg_posts {
    margin-right: 0 !important;
  }
  .jeg_postblock_22 .jeg_post {
    width: 100% !important;
    padding: 0 !important;
  }
  .jeg_postblock_22 .jeg_post_title,
  .jeg_postblock_23 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .jeg_pl_lg_2 .jeg_post_title,
  .jeg_pl_lg_3 .jeg_post_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .jeg_pl_lg_4 .jeg_post_title,
  .jeg_pl_lg_5 .jeg_post_title,
  .jeg_pl_lg_6 .jeg_post_title,
  .jeg_pl_lg_7 .jeg_post_title,
  .jeg_pl_lg_8 .jeg_post_title {
    font-size: 18px;
    line-height: 1.3em;
  }
  .jeg_pl_lg_2 .jeg_thumb {
    margin-right: 20px;
  }
  .jeg_pl_lg_3 .jeg_thumb {
    margin-left: 20px;
  }
  .jeg_postblock_2 .jeg_pl_lg_2 .jeg_postblock_content {
    overflow: visible;
  }
  .jeg_postblock_5 .jeg_meta_comment,
  .jeg_postblock_5 .jeg_meta_like,
  .jeg_postblock_6 .jeg_meta_comment,
  .jeg_postblock_6 .jeg_meta_like {
    display: none;
  }
  .jeg_postblock_13 .jeg_pl_lg_1 {
    margin-bottom: 30px;
  }
  .jeg_pl_lg_6 .jeg_thumb {
    width: 42%;
  }
  .jeg_pl_xs_4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 {
    margin-bottom: 20px;
  }
  .jeg_heropost_1 .jeg_pl_sm_2 .jeg_post_title {
    font-size: 1em;
  }
  .jeg_postblock_9 .jeg_post .jeg_post_title,
  .jeg_postblock_14 .jeg_posts .jeg_post_title,
  .jeg_postblock_15 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,
  .jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
    max-height: 260px;
  }
  .jeg_postblock_23 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_23 .jeg_post {
    width: 100%;
    padding-right: 0;
  }
  .jeg_postblock_23 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_postblock_23 .jeg_post_excerpt {
    margin: 0 0 0.5em;
  }
  .jeg_postblock_25 .jeg_post {
    padding-bottom: 20px;
  }
  .jeg_postblock_25 .jeg_thumb {
    width: 42%;
  }
  .jeg_postblock_25 .jeg_readmore {
    display: none;
  }
  .jeg_postblock_26 .jeg_meta_footer {
    margin-top: 20px;
  }
  .jeg_postblock_26 .jeg_meta_footer > div {
    padding: 8px;
    font-size: 11px;
  }
  .jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
    margin: 0 6px;
  }
  .jeg_postblock_27 .jeg_post {
    margin-bottom: 30px;
  }
  .jeg_postblock_27 .jeg_post_title {
    font-size: 18px !important;
  }
  .jeg_postblock_27 .jeg_post_category a {
    font-size: 11px !important;
  }
  .jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 26px !important;
  }
  .jeg_blocklink .jeg_block_content span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .jeg_post_meta {
    font-size: 10px;
    text-rendering: auto;
  }
  .jeg_post_excerpt {
    margin-top: 5px;
  }
  .jeg_readmore {
    margin-top: 10px;
  }
  .jeg_pl_lg_1 {
    margin-bottom: 20px;
  }
  .jeg_pl_lg_1 .jeg_post_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .jeg_pl_lg_2,
  .jeg_pl_lg_3 {
    margin-bottom: 15px;
  }
  .jeg_pl_lg_2 .jeg_post_title,
  .jeg_pl_lg_3 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_pl_lg_9 .jeg_postblock_heading {
    margin-bottom: 10px;
  }
  .jeg_pl_lg_9 .jeg_post_title {
    font-size: 24px !important;
  }
  .jeg_pl_lg_9 .jeg_post_category {
    margin-bottom: 6px;
  }
  .jeg_pl_lg_9 .jeg_post_category a {
    font-size: 11px;
  }
  .jeg_pl_lg_9 .jeg_post_excerpt {
    margin-top: 10px;
  }
  .jeg_pl_md_1 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_pl_md_1 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_pl_md_2,
  .jeg_pl_md_3 {
    margin-bottom: 15px;
  }
  .jeg_pl_md_2 .jeg_post_title,
  .jeg_pl_md_3 .jeg_post_title {
    font-size: 15px;
    font-weight: 400;
  }
  .jeg_pl_md_2 .jeg_thumb,
  .jeg_pl_md_3 .jeg_thumb {
    width: 100px;
  }
  .jeg_pl_md_2 .jeg_thumb {
    margin-right: 10px;
  }
  .jeg_pl_md_3 .jeg_thumb {
    margin-left: 10px;
  }
  .jeg_pl_md_5 {
    margin-bottom: 20px;
  }
  .jeg_pl_lg_2 .jeg_thumb {
    margin-right: 10px;
  }
  .jeg_pl_lg_3 .jeg_thumb {
    margin-left: 10px;
  }
  .jeg_pl_lg_card,
  .jeg_pl_md_card {
    margin-bottom: 15px;
  }
  .jeg_col_1o3 .jeg_pl_lg_card .jeg_postblock_content,
  .jeg_col_3o3 .jeg_pl_lg_card .jeg_postblock_content,
  .jeg_pl_lg_card .jeg_postblock_content {
    margin: -50px 15px 0;
    padding: 12px 15px;
  }
  .jeg_pl_lg_box .jeg_post_title,
  .jeg_pl_md_box .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_xs_2 {
    margin-bottom: 10px;
  }
  .jeg_pl_xs_2 .jeg_post_title,
  .jeg_pl_xs_4 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_postblock_2 .jeg_pl_lg_2 {
    margin-bottom: 20px;
  }
  .jeg_postblock_2 .jeg_pl_lg_2 .jeg_postblock_content {
    overflow: visible;
  }
  .jeg_postblock_3 .jeg_post_excerpt,
  .jeg_postblock_4 .jeg_post_excerpt,
  .jeg_postblock_5 .jeg_post_excerpt,
  .jeg_postblock_6 .jeg_post_excerpt {
    display: none;
  }
  .jeg_postblock_5 .jeg_thumb .jeg_post_category,
  .jeg_postblock_5 .jeg_thumb .jeg_post_category a {
    font-size: 8px;
    line-height: 8px;
  }
  .jeg_pl_lg_6 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .jeg_pl_lg_6 .jeg_thumb {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }
  .jeg_pl_lg_7 .jeg_postblock_content {
    margin: 5px auto 0;
  }
  .jeg_postblock_8 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_8 .jeg_post {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_8 .jeg_post .jeg_post_title {
    font-size: 16px !important;
  }
  .jeg_postblock_8 .jeg_meta_author {
    display: inline-block;
  }
  .jeg_postblock_9 .jeg_posts,
  .jeg_postblock_14 .jeg_posts,
  .jeg_postblock_15 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_9 .jeg_post,
  .jeg_postblock_14 .jeg_posts .jeg_post,
  .jeg_postblock_15 .jeg_post {
    width: 100% !important;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_9 .jeg_post .jeg_post_title,
  .jeg_postblock_14 .jeg_posts .jeg_post_title {
    font-size: 16px;
  }
  .jeg_pl_lg_4 {
    margin-bottom: 30px;
  }
  .jeg_pl_lg_4 .jeg_post_excerpt {
    line-height: 1.5;
    max-height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .jeg_pl_lg_4 .jeg_postblock_heading {
    margin-bottom: 10px;
  }
  .jeg_postblock_11 .jeg_posts {
    margin-right: 0;
  }
  .jeg_postblock_11 .jeg_post {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .jeg_postblock_11 .jeg_post .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_12 .jeg_post_title {
    font-size: 16px !important;
  }
  .jeg_postblock_13 .jeg_post_title {
    font-size: 16px;
    margin-top: 0;
  }
  .jeg_postblock_13 .jeg_post_excerpt {
    display: none;
  }
  .jeg_postblock_13 .jeg_post {
    margin-bottom: 20px;
  }
  .jeg_postblock_13 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_16 .jeg_pl_lg_5 {
    margin-bottom: 15px;
  }
  .jeg_postblock_16 .jeg_posts {
    padding-top: 10px;
  }
  .jeg_postblock_17 .jeg_posts,
  .jeg_postblock_19 .jeg_posts,
  .jeg_postblock_20 .jeg_posts,
  .jeg_postblock_24 .jeg_posts {
    margin-bottom: 0;
  }
  .jeg_postblock_18 .jeg_pl_lg_8:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .jeg_postblock_18 .jeg_pl_lg_8 .jeg_post_meta {
    margin-top: 5px;
  }
  .jeg_postblock_18 .jeg_share_button {
    margin: 10px 0;
  }
  .jeg_postblock_18 .jeg_share_button a {
    width: 30px !important;
    height: 30px;
    line-height: 30px;
  }
  .jeg_postblock_18 .jeg_share_button .fa {
    font-size: 14px;
  }
  .jeg_postblock_18 .jeg_share_button a.expanded > span {
    display: none;
  }
  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb,
  .jeg_postblock_24 .jeg_pl_md_box .jeg_thumb {
    max-height: 220px;
  }
  .jeg_postblock_19 .jeg_pl_md_box .jeg_post_title,
  .jeg_postblock_24 .jeg_pl_md_box .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_22:not(.jeg_pb_boxed),
  .jeg_postblock_23:not(.jeg_pb_boxed) {
    margin-bottom: 10px;
  }
  .jeg_postblock_22 .jeg_post,
  .jeg_postblock_23 .jeg_post {
    margin-bottom: 20px;
  }
  .jeg_postblock_25 .jeg_postblock_heading {
    margin-bottom: 10px;
  }
  .jeg_postblock_25 .jeg_thumb {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .jeg_postblock_26 .jeg_meta_footer > div {
    width: 100%;
    display: block;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .jeg_postblock_26 .jeg_meta_footer > div:last-child {
    border-bottom: 0;
  }
  .jeg_postblock_26 .jeg_meta_footer .jeg_post_share a {
    margin: 0 6px;
  }
  .jeg_postblock_27 .jeg_post {
    margin-bottom: 20px;
  }
  .jeg_postblock_27 .jeg_post_title {
    font-size: 16px !important;
  }
  .jeg_postblock_27 .jeg_post_category a {
    font-size: 11px !important;
  }
  .jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 18px;
  }
  .jeg_pl_sm_2:after {
    margin-top: 15px;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 22px !important;
  }
  .jeg_blocklink .jeg_block_content span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .jeg_pl_lg_2 .jeg_post_title,
  .jeg_pl_lg_3 .jeg_post_title {
    font-size: 1em;
  }
  .jeg_pl_lg_2 .jeg_meta_author,
  .jeg_pl_lg_3 .jeg_meta_author {
    display: none;
  }
  .jeg_pl_lg_9 .jeg_post_title {
    font-size: 16px !important;
    margin-bottom: 0.5em;
  }
  .jeg_pl_lg_9 .jeg_post_category {
    margin-bottom: 5px;
  }
  .jeg_pl_lg_9 .jeg_postblock_heading {
    margin-bottom: 10px;
  }
  .jeg_pl_md_2 .jeg_post_title,
  .jeg_pl_md_3 .jeg_post_title {
    font-size: 1em;
  }
  .jeg_pl_md_2 .jeg_thumb,
  .jeg_pl_md_3 .jeg_thumb {
    width: 80px;
  }
  .jeg_pl_md_2 .jeg_meta_author,
  .jeg_pl_md_3 .jeg_meta_author {
    display: none;
  }
  .jeg_pl_lg_4 .jeg_post_title,
  .jeg_pl_lg_5 .jeg_post_title,
  .jeg_pl_lg_7 .jeg_post_title,
  .jeg_pl_lg_8 .jeg_post_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .jeg_pl_lg_6 .jeg_post_title {
    font-size: 15px;
  }
  .jeg_pl_lg_6 .jeg_post_excerpt {
    margin-top: 5px;
  }
  .jeg_pl_sm .jeg_post_title {
    font-size: 13px;
    line-height: normal;
  }
  .jeg_col_1o3 .jeg_pl_lg_card .jeg_postblock_content,
  .jeg_col_3o3 .jeg_pl_lg_card .jeg_postblock_content,
  .jeg_pl_lg_card .jeg_postblock_content,
  .jeg_pl_md_card .jeg_postblock_content {
    padding: 10px 15px;
  }
  .jeg_pl_lg_card .jeg_post_excerpt {
    display: none;
  }
  .jeg_pl_md_box .jeg_post_title,
  .jeg_postblock_8 .jeg_post .jeg_post_title,
  .jeg_postblock_9 .jeg_post .jeg_post_title,
  .jeg_postblock_11 .jeg_post .jeg_post_title,
  .jeg_postblock_12 .jeg_post .jeg_post_title,
  .jeg_postblock_13 .jeg_post_title,
  .jeg_postblock_14 .jeg_posts .jeg_post_title,
  .jeg_postblock_22 .jeg_post_title,
  .jeg_postblock_23 .jeg_post_title {
    font-size: 14px !important;
  }
  .jeg_pl_lg_7 .jeg_postblock_content {
    padding: 20px;
    margin: 0;
  }
  .jeg_pl_lg_7 .jeg_post_excerpt {
    display: none;
  }
  .jeg_postblock_14 .jeg_pl_lg_box .jeg_post_title {
    margin-bottom: 0;
  }
  .jeg_postblock_14 .jeg_pl_lg_box .jeg_post_meta {
    display: none;
  }
  .jeg_postblock_25 .jeg_post_title {
    font-size: 16px;
  }
  .jeg_postblock_27 .jeg_post {
    margin-bottom: 15px;
  }
  .jeg_postblock_27 .jeg_thumb {
    margin-bottom: 10px;
  }
  .jeg_postblock_27 .jeg_post_title {
    font-size: 14px !important;
  }
  .jeg_postblock_27 .jeg_post_category a {
    font-size: 11px !important;
  }
  .jeg_postblock_carousel_2 .jeg_post_title {
    font-size: 14px;
  }
  .jeg_blocklink .jeg_block_content h3 {
    font-size: 18px !important;
  }
}
.jeg_cart {
  position: relative;
  line-height: inherit;
}
.jeg_midbar .jeg_cart {
  line-height: 50px;
}
.jeg_carticon {
  color: #212121;
  cursor: pointer;
}
.jeg_cart.cartdetail .jeg_carticon {
  display: inline-block;
  margin-right: 12px;
}
.jeg_topbar .jeg_cart.cartdetail .jeg_carticon {
  margin-right: 6px;
}
.jeg_cart .cartlink {
  color: inherit;
  font-weight: 500;
}
.jeg_topbar .jeg_carticon {
  color: inherit;
  display: block;
  font-size: 14px;
  line-height: inherit;
}
.jeg_midbar .jeg_carticon {
  font-size: 18px;
}
.jeg_navbar .jeg_carticon {
  font-size: 16px;
}
.jeg_topbar .jeg_cart .cartlink {
  font-weight: 400;
}
.jeg_cartcontent {
  text-align: initial;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 11;
  top: 100%;
  right: 0;
  width: 280px;
  padding: 20px 20px 15px;
  color: #53585c;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 32px 60px rgba(0, 0, 0, 0.1);
  line-height: normal;
  transition: 0.25s ease;
}
.jeg_cart.open .jeg_cartcontent {
  visibility: visible;
  opacity: 1;
}
.jeg_cart .empty {
  text-align: center;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  position: relative;
  padding: 0 !important;
  margin-bottom: 15px;
}
.woocommerce ul.cart_list li:last-of-type,
.woocommerce ul.product_list_widget li:last-of-type {
  margin-bottom: 0;
}
.woocommerce a.remove {
  color: #a0a0a0 !important;
  background: transparent !important;
  margin: auto;
  line-height: 1;
}
.woocommerce a.remove:hover {
  color: #53585c !important;
}
.woocommerce.widget_shopping_cart_content .cart_list li a.remove,
.woocommerce .widget_shopping_cart_content .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff !important;
  border-radius: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px;
  float: left;
  margin: 0 15px 0 0;
}
.woocommerce.widget_shopping_cart ul.cart_list li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 90px;
}
.woocommerce.widget_shopping_cart ul.cart_list li a:not(.remove),
.woocommerce.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
  font-size: 15px;
}
.woocommerce .cart_list .quantity,
.woocommerce .product_list_widget .quantity {
  font-size: 11px;
  color: #a0a0a0;
}
.woocommerce .widget_shopping_cart_content .total {
  color: #212121;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.widget_shopping_cart_content .total .amount {
  float: right;
}
.woocommerce .widget_shopping_cart_content .button {
  float: left;
  width: 48%;
  background: #eee;
  text-align: center;
}
.jeg_cart.woocommerce .widget_shopping_cart_content .button {
  min-height: 0;
  line-height: 20px;
}
.woocommerce .widget_shopping_cart_content .checkout {
  float: right;
}
.woocommerce .widget_shopping_cart_content .button:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\F07A";
  margin-right: 5px;
  font-weight: 400;
}
.woocommerce .widget_shopping_cart_content .checkout:before {
  content: "\F14A";
}
.widget_product_categories li {
  font-size: 1em;
  margin: 0;
  list-style: none;
  color: #a0a0a0;
  border-top: 1px solid #eee;
  position: relative;
  line-height: 1.8em;
}
.widget_product_categories > ul > li:first-child {
  border-top: 0;
}
.widget_product_categories li a {
  color: #a0a0a0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 0;
}
.widget_product_categories li a:hover {
  color: #212121;
}
.widget_product_categories li span {
  position: absolute;
  right: 0;
  top: 5px;
}
.widget_product_categories li ul {
  margin-left: 20px;
  display: none;
}
.widget_product_categories li.current-cat > a {
  color: #212121;
}
.widget_product_categories li.current-cat ul {
  display: block;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #bdbdbd;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eee;
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #9e9e9e;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  line-height: normal;
  min-height: 0;
  font-size: 11px;
  padding: 6px 18px;
}
.woocommerce-page .page-title,
.woocommerce .page-title {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  margin: 0 0 20px;
  color: #a0a0a0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #53585c;
}
.woocommerce .woocommerce-breadcrumb .fa {
  padding: 0 5px;
}
.woocommerce .woocommerce-result-count {
  padding-top: 15px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering {
  float: right;
}
.woocommerce ul.products li.product a img {
  margin: 0 0 10px;
}
.woocommerce ul.products li.product h3 {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
}
.woocommerce .star-rating span:before {
  color: #f7c90d;
}
.woocommerce ul.products li.product .price {
  color: #a0a0a0;
  font-size: 13px;
}
.product .price del {
  display: inline-block !important;
  opacity: 1 !important;
}
.product .price ins {
  padding-left: 5px;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .woocommerce-page .col-sm-12 ul.products li.product,
  .woocommerce-page .columns-4 ul.products li.product,
  .woocommerce .col-sm-12 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
    width: 22.975%;
    margin: 0 2.7% 30px 0;
  }
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 30.8%;
  }
}
.woocommerce-page ul.products li.last,
.woocommerce ul.products li.last {
  margin-right: 0 !important;
}
.woocommerce li.product .button {
  margin: 0;
  padding: 0 !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #a0a0a0;
  background: transparent;
  transition: 0.2s ease;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #53585c;
}
.woocommerce ul.products li.product .button {
  margin-top: 5px;
  min-height: 0;
}
.woocommerce li.product .button:hover {
  color: inherit;
  background: transparent;
}
.woocommerce li.product .button:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\F07A";
  margin-right: 5px;
  font-weight: 400;
}
.woocommerce li.product .button.added:after,
.woocommerce li.product .button.loading:after {
  content: "";
  display: none;
}
.woocommerce li.product .button.added:before {
  content: "\F00C";
}
.woocommerce li.product .button.loading:before {
  font-family: WooCommerce;
  content: "\E01C";
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce a.added_to_cart {
  float: right;
  font-size: 11px;
  padding-top: 0;
  margin-top: 5px;
  line-height: 1;
}
.woocommerce span.onsale {
  display: inline-block;
  min-height: auto;
  min-width: auto;
  padding: 5px 10px;
  background: #f70d28;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  line-height: normal;
  left: 10px;
  top: 10px;
  font-weight: 700;
  text-rendering: auto;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px 10px 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  color: #212121;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  min-width: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #a0a0a0;
  background: #f5f5f5;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #212121;
  background: #f5f5f5;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product p.price {
  margin-bottom: 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
a.woocommerce-review-link {
  color: #a0a0a0;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}
.woocommerce div.product form.cart .variations {
  position: relative;
}
.woocommerce div.product form.cart .variations td {
  vertical-align: middle;
  padding: 0.5em 0;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
.woocommerce div.product form.cart .reset_variations {
  text-transform: uppercase;
  color: #a0a0a0;
  position: absolute;
  top: -15px;
  font-size: 11px;
  right: 0;
  line-height: normal;
}
.woocommerce div.product form.cart .variations td.value .chosen-container {
  width: 100% !important;
}
.woocommerce div.product form.cart .reset_variations {
  margin-left: 1em;
}
.product div[itemprop="description"] p {
  font-size: 14px;
  line-height: 1.6;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f70d28;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}
.single-product div.product .product_meta {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.woocommerce p.stars a {
  color: #f7c90d;
  font-size: 16px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin: 20px 0 10px;
  letter-spacing: -0.02em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-top: 1.5em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  height: auto;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 2px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #eee;
  background: transparent;
  margin: 0 -1px 0 0;
  padding: 0 20px;
  border-radius: 0;
  float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #f70d28;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover a {
  color: #212121;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 10px 0 20px;
  margin-bottom: 30px;
}
.woocommerce .related.products h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.jeg_cart_breadcrumb h1 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  color: #a0a0a0;
  font-weight: 400;
}
.jeg_cart_breadcrumb .current {
  color: #212121;
  font-weight: 700;
}
.jeg_cart_breadcrumb .arrow {
  padding: 0 0.5em;
  color: #e0e0e0;
  font-size: 80%;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: #eee;
}
.woocommerce table.cart th {
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #a0a0a0;
  background: #f5f5f5;
}
.woocommerce table.shop_table td {
  padding: 10px;
}
.woocommerce table.cart td.product-remove {
  width: 20px;
  padding: 0;
}
.woocommerce table.cart td.product-remove a.remove {
  text-align: right !important;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 100px;
}
.woocommerce a.remove {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 14px;
}
.woocommerce-cart table.cart img {
  width: 90px;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  display: none;
}
.woocommerce td.product-name dl.variation,
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border-left: 0;
  line-height: normal;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  color: #a0a0a0;
  font-weight: 400;
  padding: 0;
  margin: 0;
  float: none;
  font-size: 0.85em;
}
.woocommerce ul.cart_list li dl dd:not(:last-child),
.woocommerce ul.product_list_widget li dl dd:not(:last-child) {
  margin-right: 4px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
  border: 1px solid #e0e0e0;
  padding: 7px 14px;
  border-radius: 3px 0 0 3px;
  margin-right: -3px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 11px;
  line-height: inherit;
}
.woocommerce .cart .button,
.woocommerce input.button {
  padding: 0.618em 1.5em;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #f70d28;
  color: #fff;
}
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
  width: 40%;
}
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cross-sells {
  width: 56%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-radius: 0;
  border-left: 1px solid #eee;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 5px 12px;
}
.woocommerce .return-to-shop a.button {
  line-height: inherit;
  min-height: 0;
  padding: 5px 15px;
}
.woocommerce-checkout #payment {
  border: 5px solid #eee;
  border-radius: 3px;
  background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 20px 30px;
  margin: 0;
  background: #f7f7f7;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box {
  width: 100%;
  background: #eee;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #eee;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  height: auto;
  line-height: normal;
}
#add_payment_method
  #payment
  ul.payment_methods
  li
  input.input-radio:checked
  + label,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input.input-radio:checked
  + label {
  font-weight: 700;
}
.woocommerce form .form-row .select2-container {
  line-height: 40px;
}
.select2-container .select2-choice {
  border-color: #e0e0e0;
  border-radius: 0;
  padding-left: 14px;
}
.select2-drop-active {
  border-color: #e0e0e0;
}
.woocommerce .order_details li {
  border-right: 1px solid #eee;
}
.widget_product_search #woocommerce-product-search-field {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  padding: 4px 25px;
  display: block;
  background: #f0f0f0;
  margin-bottom: 2px;
  border: 1px solid #e9e9e9;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 78%;
  font-size: 15px;
}
.woocommerce table.my_account_orders .button {
  min-height: 0;
}
.woocommerce mark {
  background: #eee;
  color: #212121;
  border-radius: 2px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 20px;
}
.woocommerce .quantity .qty {
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .woocommerce .col3 ul.products li.product,
  .woocommerce .col4 ul.products li.product {
    width: 48%;
  }
  .woocommerce table.cart td.product-remove {
    width: auto;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .input-text + .button {
    width: 50%;
    text-align: center;
  }
  .woocommerce-page table.cart td.actions .input-text + .button {
    border-radius: 0 3px 3px 0;
  }
  .woocommerce-page table.cart td.actions .button {
    width: 100%;
  }
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cart_totals {
    width: auto;
  }
  .jeg_cart_breadcrumb h1 span:not(.current) {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-navigation-link {
    width: 50%;
    float: left;
    padding: 0 1px;
  }
  .woocommerce-MyAccount-navigation:after {
    content: "";
    clear: both;
    display: block;
  }
}
.woocommerce-product-search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .product_order,
  .woocommerce-page .jeg_page_title,
  .woocommerce .jeg_page_title {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering select {
    line-height: 1.6;
    height: 2.3em;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce .woocommerce-ordering {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
#bbpress-forums,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 14px;
}
#bbpress-forums {
  overflow: visible;
  position: relative;
}
.jeg_viewport #bbpress-forums div.odd,
.jeg_viewport #bbpress-forums li.bbp-footer,
.jeg_viewport #bbpress-forums li.bbp-header,
.jeg_viewport #bbpress-forums ul.odd {
  background: #fff;
}
#bbpress-forums > span#subscription-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#bbpress-forums div.bbp-search-form {
  float: none;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}
#bbpress-forums div.bbp-search-form:after,
#bbpress-forums div.bbp-search-form:before {
  content: " ";
  display: table;
}
#bbpress-forums div.bbp-search-form:after {
  clear: both;
}
#bbpress-forums div.bbp-search-form {
  *zoom: 1;
}
#bbpress-forums #bbp-search-form {
  position: relative;
}
#bbpress-forums #bbp-search-form #bbp_search {
  width: 84%;
  float: left;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  width: 14%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  #bbpress-forums #bbp-search-form #bbp_search {
    width: 70%;
  }
  #bbpress-forums #bbp-search-form #bbp_search_submit {
    width: 28%;
  }
}
@media only screen and (max-width: 480px) {
  #bbpress-forums #bbp-search-form #bbp_search_submit {
    width: 30%;
  }
  #bbpress-forums div.bbp-search-form {
    padding: 10px;
    margin-bottom: 20px;
  }
  div.bbp-search-form button,
  div.bbp-search-form input {
    padding: 0;
  }
}
.widget_display_search .hidden {
  display: none;
}
.widget_display_search #bbp-search-form #bbp_search {
  width: 70%;
  float: left;
}
.widget_display_search #bbp-search-form #bbp_search_submit {
  width: 28%;
  float: right;
}
.widget_display_search #bbp-search-form:after,
.widget_display_search #bbp-search-form:before {
  content: " ";
  display: table;
}
.widget_display_search #bbp-search-form:after {
  clear: both;
}
.widget_display_search #bbp-search-form {
  *zoom: 1;
}
.widget_display_forums li {
  font-size: 1em;
  margin: 0;
  list-style: none;
  color: #a0a0a0;
  border-top: 1px solid #eee;
  position: relative;
  line-height: 1.8em;
}
.widget_display_forums > ul > li:first-child {
  border-top: 0;
}
.widget_display_forums li a {
  color: #212121;
  display: block;
  font-weight: 700;
  padding: 6px 0;
}
.widget_display_forums li a:hover {
  color: #f70d28;
}
.widget_display_forums li span {
  position: absolute;
  right: 0;
  top: 5px;
}
.widget_display_forums li ul {
  margin-left: 20px;
  display: none;
}
.widget_display_replies li,
.widget_display_topics li,
.widget_display_views li {
  position: relative;
  padding: 0 0 0 12px;
}
.widget_display_replies li:before,
.widget_display_topics li:before,
.widget_display_views li:before {
  color: #f70d28;
  position: absolute;
  left: 0;
  top: 0;
  content: "\F0DA";
  font-family: FontAwesome;
  text-rendering: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_display_replies li a,
.widget_display_topics li a,
.widget_display_views li a {
  color: #212121;
  position: relative;
  z-index: 1;
}
.widget_display_stats dl {
  overflow: hidden;
}
.widget_display_stats dt {
  clear: left;
  display: block;
  float: left;
  font-weight: 700;
  width: 75%;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.widget_display_stats dd {
  display: block;
  float: right;
  text-align: right;
  width: 25%;
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.bbp_widget_login .bbp-logged-in {
  padding: 15px 15px 15px 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.bbp_widget_login .bbp-login-form {
  padding: 10px 30px 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.bbp-logged-in h4 {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 3px;
}
.bbp-logged-in a.logout-link {
  line-height: inherit;
  height: auto;
  background: transparent;
  color: #a0a0a0;
  letter-spacing: normal;
  padding: 0;
  font-size: 11px;
}
.bbp-logged-in img.avatar {
  border-radius: 100%;
}
.bbp-breadcrumb {
  font-size: 12px;
  margin: 0;
  color: #a0a0a0;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  font-size: inherit;
}
.bbp-breadcrumb a {
  color: #53585c;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 3px;
}
.bbp-breadcrumb a:hover {
  color: #f70d28;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  border: 0;
}
#bbpress-forums li.bbp-header {
  background: #f7f7f7;
  border-top-width: 2px;
  padding: 12px 16px;
}
#bbpress-forums li.bbp-footer {
  background: #f7f7f7;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 12px 16px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-title,
li.bbp-topic-title {
  font-size: 14px;
  font-weight: 700;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  line-height: 1.4;
  margin-bottom: 0;
}
#bbpress-forums p.bbp-topic-meta {
  margin: 10px 0;
  font-weight: 400;
}
#bbpress-forums p.bbp-topic-meta a {
  color: #a0a0a0;
}
#bbpress-forums .bbp-author-name {
  margin-left: 3px;
}
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
  margin-bottom: 0;
  border: 0;
  border-radius: 100%;
}
#bbpress-forums .bbp-forum-freshness > a,
#bbpress-forums .bbp-topic-freshness > a {
  font-size: 12px;
  color: #53585c;
}
div.bbp-template-notice {
  color: #53585c;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  padding: 2px 14px;
}
div.bbp-template-notice a {
  color: #212121;
}
div.bbp-template-notice .bbp-author-name {
  margin-right: 3px;
}
div.bbp-template-notice .bbp-author-avatar {
  margin-left: 3px;
}
#bbpress-forums div.bbp-the-content-wrapper {
  border: 1px solid #e0e0e0;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  width: auto;
  min-width: 25px;
  font-size: 11px;
  letter-spacing: normal;
  background: #fff;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-family: inherit;
  font-size: 14px;
}
#bbpress-forums fieldset.bbp-form {
  padding: 20px 20px 30px;
  border: 1px solid #ddd;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
  clear: both;
  padding-top: 30px;
}
div.bbp-template-notice p {
  font-size: 13px;
}
.bbp-reply-content p {
  line-height: 1.8em;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
  background: #fff;
  border-bottom: 3px double #eee;
}
span.bbp-admin-links {
  color: #a0a0a0;
}
span.bbp-admin-links a {
  color: #212121;
  font-size: 11px;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
  border-radius: 100%;
  margin-bottom: 5px;
}
#bbpress-forums div.bbp-forum-author br,
#bbpress-forums div.bbp-reply-author br,
#bbpress-forums div.bbp-search-author br,
#bbpress-forums div.bbp-topic-author br {
  display: none;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
  margin-right: 5px;
}
#bbpress-forums .bbp-user-section p {
  line-height: 1.4;
  margin-bottom: 1em;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 6px 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #f7f7f7;
  opacity: 1;
  color: #53585c;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset select,
#bbpress-forums #bbp-your-profile fieldset textarea {
  width: 60%;
  padding: 7px 14px;
}
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 0;
  float: none;
  width: inherit;
  clear: none;
}
#bbpress-forums #bbp-your-profile fieldset > div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  line-height: 1.4;
}
div.bbp-breadcrumb {
  float: none;
}
div.bbp-template-notice,
div.indicator-hint {
  margin: 20px 0;
}
.rtl #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
  margin: 0 0 0 5px;
}
.rtl #bbpress-forums > span#subscription-toggle {
  right: auto;
  left: 0;
}
.rtl .widget_display_replies li,
.rtl .widget_display_topics li,
.rtl .widget_display_views li {
  padding: 0 12px 0 0;
}
.rtl .widget_display_replies li:before,
.rtl .widget_display_topics li:before,
.rtl .widget_display_views li:before {
  left: auto;
  right: 0;
  content: "\F0D9";
}
.rtl .widget_display_stats dt {
  float: right;
}
.rtl .widget_display_stats dd {
  float: left;
  text-align: left;
}
.rtl #bbpress-forums #bbp-search-form #bbp_search_submit,
.rtl.widget_display_search #bbp-search-form #bbp_search_submit {
  float: left;
}
.rtl #bbpress-forums #bbp-search-form #bbp_search,
.rtl .widget_display_search #bbp-search-form #bbp_search {
  float: right;
}
.content-inner #buddypress {
  color: #53585c;
  font-size: 14px;
  line-height: 1.6em;
}
#buddypress.buddypress-wrap .members-list li .user-update .activity-read-more a,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .generic-button button,
#buddypress .standard-form button,
#buddypress a.bp-title-button,
#buddypress a.button,
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress input[type="submit"],
#buddypress ul.button-nav li a {
  border: 0;
  border-radius: 0;
  background: #f70d28;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  padding: 0 1em;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
}
#buddypress #reply-title small a:hover span,
#buddypress a.bp-primary-action:hover span {
  background: rgba(0, 0, 0, 0.2);
}
#buddypress div.activity-meta a {
  padding: 0 1em;
}
#buddypress div#item-header div.generic-button:last-child {
  margin-right: 0;
}
#buddypress.buddypress-wrap
  .members-list
  li
  .user-update
  .activity-read-more
  a:focus,
#buddypress .comment-reply-link:focus,
#buddypress .generic-button a:focus,
#buddypress .generic-button button:focus,
#buddypress .standard-form button:focus,
#buddypress a.bp-title-button:focus,
#buddypress a.button:focus,
#buddypress input[type="button"]:focus,
#buddypress input[type="reset"]:focus,
#buddypress input[type="submit"]:focus,
#buddypress ul.button-nav li a:focus {
  color: #fff;
  outline: thin dotted #666;
}
div#buddypress.buddypress-wrap
  .members-list
  li
  .user-update
  .activity-read-more
  a:hover,
div#buddypress .comment-reply-link:hover,
div#buddypress .generic-button a:hover,
div#buddypress .generic-button button:hover,
div#buddypress .standard-form button:hover,
div#buddypress a.bp-title-button:hover,
div#buddypress a.button:hover,
div#buddypress input[type="button"]:hover,
div#buddypress input[type="reset"]:hover,
div#buddypress input[type="submit"]:hover,
div#buddypress ul.button-nav li a:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  background: #f70d28;
  border: inherit;
}
#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span {
  color: #fff;
  font-weight: 400;
  margin-left: 3px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#buddypress ul.item-list li div.action > * {
  display: inline-block;
}
#buddypress.buddypress-wrap a[data-bp-close] span:before,
#buddypress.buddypress-wrap button[data-bp-close] span:before {
  font-size: inherit;
}
#buddypress .dir-search input[type="search"],
#buddypress .dir-search input[type="text"],
#buddypress .groups-members-search input[type="search"],
#buddypress .groups-members-search input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="password"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
  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%;
  transition: 0.25s ease;
  box-shadow: none;
}
#buddypress.buddypress-wrap form#group-members-search input[type="search"],
#buddypress.buddypress-wrap form#group-members-search input[type="text"],
#buddypress.buddypress-wrap form.bp-dir-search-form input[type="search"],
#buddypress.buddypress-wrap form.bp-dir-search-form input[type="text"],
#buddypress.buddypress-wrap form.bp-messages-search-form input[type="search"],
#buddypress.buddypress-wrap form.bp-messages-search-form input[type="text"],
#buddypress.buddypress-wrap
  form[data-bp-search].bp-invites-search-form
  input[type="search"],
#buddypress.buddypress-wrap
  form[data-bp-search].bp-invites-search-form
  input[type="text"] {
  width: 80%;
}
@media screen and (min-width: 46.8em) {
  #buddypress .activity-update-form #whats-new-submit input {
    width: auto;
  }
}
#buddypress .chosen-container-single .chosen-single {
  line-height: inherit;
  height: auto;
}
#buddypress div.item-list-tabs#subnav {
  margin-bottom: 15px;
  overflow: visible;
}
#buddypress div.item-list-tabs#subnav ul li.last {
  margin-top: 0;
}
#buddypress div.item-list-tabs#subnav div.chosen-container {
  vertical-align: middle;
}
#buddypress
  div.item-list-tabs#subnav
  div.chosen-container-single
  .chosen-single
  div {
  width: 26px !important;
}
#buddypress
  div.item-list-tabs#subnav
  div.chosen-container-single
  .chosen-single
  div:after {
  line-height: 30px;
  text-align: center;
}
#buddypress div.item-list-tabs#subnav ul li .chosen-container a span {
  background: unset;
  border-radius: 0;
  border: 0;
  font-size: inherit;
  padding: 4px 1em;
}
#buddypress #members-directory-form .item-list-tabs#subnav {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
#buddypress div.dir-search {
  margin-top: -62px;
}
#buddypress div.dir-search #search-members-form input {
  padding: 0 14px;
  line-height: 32px;
  height: 32px;
}
#buddypress div.dir-search #search-members-form input[type="text"] {
  min-width: 200px;
}
#buddypress .submit#previous-next input,
#buddypress div.dir-search #search-members-form input,
#buddypress div.dir-search input[type="text"],
#buddypress li.groups-members-search input[type="text"] {
  width: auto;
}
#buddypress .standard-form #header-cover-image {
  position: relative;
}
#buddypress table.bp-list,
#buddypress table.notification-settings {
  width: 100%;
}
#buddypress .notifications-options-nav .chosen-container {
  max-width: 180px;
  margin-right: 6px;
}
#buddypress .notifications-options-nav .chosen-single {
  line-height: 32px;
  height: 32px;
}
#buddypress table.forum,
#buddypress table.messages-notices,
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-fields,
#buddypress table.profile-settings,
#buddypress table.wp-profile-fields {
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
}
#buddypress td.notification-actions {
  text-align: center;
}
#buddypress .notification-settings td:nth-child(2),
#buddypress .notification-settings th:nth-child(2) {
  border-left: none;
}
@media screen and (max-width: 46.8em) {
  .bp-user
    #buddypress
    div.item-list-tabs
    ul:not(.tab-items):not(.jeg_subtab_items)
    li,
  .single-item.groups
    #buddypress
    div.item-list-tabs
    ul:not(.tab-items):not(.jeg_subtab_items)
    li {
    float: unset;
    border-bottom: 1px solid #eee;
  }
  .bp-user #buddypress:not(.entry-content) div.item-list-tabs,
  .single-item.groups #buddypress:not(.entry-content) div.item-list-tabs {
    border: 1px solid #eee;
  }
  #buddypress ul.item-list li div.action {
    position: unset;
  }
}
#buddypress div.item-list-tabs#subnav div.chosen-container {
  width: auto !important;
}
#buddypress div.item-list-tabs#subnav ul.chosen-results li {
  margin: 0;
  float: unset;
  display: block;
}
#buddypress .bp-navs,
#buddypress.buddypress-wrap .bp-subnavs,
#buddypress.buddypress-wrap ul.subnav {
  overflow: visible;
}
#buddypress .bp-navs:after,
#buddypress.buddypress-wrap .bp-subnavs:after,
#buddypress.buddypress-wrap ul.subnav:after,
#buddypress .standard-form .button-nav:after,
#buddypress div.item-list-tabs#subnav:after {
  content: "";
  display: table;
  clear: both;
}
#buddypress .bp-navs ul {
  padding: 0;
  margin: 0;
}
#buddypress #profile-edit-form ul.button-nav,
#buddypress div.item-list-tabs#subnav ul li div a,
#buddypress div.item-list-tabs#subnav ul li div span {
  display: block;
  padding: 0;
  text-decoration: none;
}
.buddypress-wrap .select-wrap span.select-arrow {
  display: none;
}
#buddypress div.item-list-tabs ul li a {
  color: inherit;
}
#buddypress div.item-list-tabs ul li a span {
  border-radius: 3px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
  opacity: 1;
  font-weight: 500;
  color: inherit;
}
#buddypress ul.item-list li img.avatar {
  border-radius: 100%;
}
#buddypress div.activity-meta {
  margin-top: 15px;
}
#buddypress .activity-list li .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  height: 50px;
  width: 50px;
  margin-left: 0;
}
#buddypress .activity-list .activity-content,
body.activity-permalink #buddypress .activity-list li .activity-content,
body.activity-permalink #buddypress div.activity-comments {
  margin: 0 0 0 70px;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
  margin: 0 5px 0 3px !important;
  position: relative;
  bottom: 1px;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
  line-height: 1.6;
}
#buddypress .activity-list li.mini {
  font-size: 100%;
}
#buddypress .acomment-meta a,
#buddypress .activity-header a,
#buddypress .activity-list .activity-content .activity-header a,
#buddypress .activity-list .activity-content .comment-header a,
#buddypress .comment-meta a {
  color: #212121;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
  color: #a0a0a0;
}
#buddypress #activity-stream p {
  margin: 0;
}
#buddypress .activity-list .activity-content .activity-inner img {
  display: block;
  max-width: 100%;
  margin-top: 1.5em;
}
#buddypress div.activity-comments ul {
  padding: 10px 0 0;
}
body.activity-permalink #buddypress div.activity-comments > ul {
  padding: 0;
}
#buddypress .acomment-options,
#buddypress div.activity-comments div.acomment-content {
  margin-left: 35px;
}
#buddypress .acomment-options a {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 700;
}
#buddypress .acomment-options a:hover {
  color: #212121;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
  height: 40px;
  line-height: 40px;
  position: relative;
  display: 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;
  transition: 0.2s ease;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
  display: block;
}
