
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body{
    font-size: 15px;
    background: #f6f6f6;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #111;
    line-height: 1.4em;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

h4,h5,h6{
    margin-bottom: 10px;
}

h2 {
    font-size: 23px;
}


ol, ul {
    list-style: none;
}

ol {
    list-style: decimal;
    margin: 10px 0 18px 1.5em;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


del
{
    text-decoration:line-through;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

a {
    text-decoration: none;
    color: #f51212;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix
{
    display:inline-block;
}

* html .clearfix
{
    height:1%;
}

p, dd, #comments .comment-body ul, #comments .comment-body ol {
    margin-bottom: 18px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.alignleft,img.alignleft
{
    display:inline;
    float:left;
    margin-right:24px;
    margin-top:4px;
}

.alignright,img.alignright
{
    display:inline;
    float:right;
    margin-left:24px;
    margin-top:4px;
}

.aligncenter,img.aligncenter
{
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption
{
    background:#f1f1f1;
    line-height:18px;
    margin-bottom:20px;
    max-width:632px!important;
    text-align:center;
    padding:4px;
}

.wp-caption img
{
    margin:5px 5px 0;
}

.wp-caption p.wp-caption-text
{
    color:#888;
    font-size:12px;
    margin:5px;
}

.container {
    width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.single-documentation .container,
.single-theme .container {
    position: relative;
    width: 850px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 120px;
    margin-right: auto;
    margin-left: 0;
    background: white;
    border-right: 1px solid #eee;
    min-height: 1200px;
}

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
    margin-top: 15px;
}

hr.shorthr {
    width: 15%;
    margin: 0 auto 1.5em;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 15px;
}

.alert > strong {
    display: block;
    margin: -16px -16px 16px -16px;
    padding: 12px 20px;
    background: #087fba;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.alert.alert-warning > strong { background: #bdb401; }
.alert.alert-success > strong { background: #168c04; }
.alert.alert-danger > strong { background: #cc0b0b; }

#topbar {
    background: #2100a5;
    padding: 15px 20px;
}

.logo, .searchwrapper , .search-input-wrapper, .search-select-wrapper, .search-submit, .search-wrapper-right {
    display: inline-block;
    vertical-align: top;
}

.searchwrapper {
    background: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    vertical-align: top;
    margin: 4px 0 0 20px;
}

.search-input-wrapper input {
    border: 0;
    width: 300px;
    color: #272727;
    font-size: 14px;
}

.search-select-wrapper {
    position: relative;
}

.search-select-wrapper select {
    border: 0;
    font-size: 14px;
    width: 170px;
    color: #776ba8;
    padding: 0 15px;
}

.search-select-wrapper .triangle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #030303 transparent transparent;
    z-index: 5;
}

.search-submit button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0 6px;
}

.search-submit i  {
    position: relative;
    top: -1px;
    left: 8px;
}


.search-select-wrapper .nice-select {
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    border: none;
}

.search-select-wrapper .nice-select .list {
    border-radius: 2px;
    margin-top: 16px;
}

#topbar .right, #topbar .mobile-menu {
    float: right;
}

#topbar .mobile-menu {
    display: none;
}

#topbar .right > ul > li, #topbar .mobile-menu > ul > li  {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    color: #000;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    box-sizing: content-box;
}

#topbar .right > ul > li > a, #topbar .mobile-menu > ul > li > a {
    display: block;
    color: #000;
}

#topbar .right > ul > li > i, #topbar .mobile-menu > ul > li > i {
    color: #000;
}

#topbar .right > ul > li.open .menu-drop {
    display: block;
}

.menu-drop {
    position: absolute;
    min-width: 190px;
    right: 0;
    top: 100%;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: none;
    text-align: left;
    z-index: 100;
}

li.documentation .menu-drop,
li.forum .menu-drop {
    min-width: 600px;
}

.menu-drop li a {
    text-decoration: none;
    color: #000;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    font-size: 15px;
}

.menu-drop li a:hover {
    background: #eee;
}

.menu-drop li:last-child a {
    border-bottom: 0;
}

.menu-drop h4 {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 20px;
}

.menu-drop h3 {
    padding: 14px 20px;
    font-size: 15px;
    margin: 0;
    background: #e0e0e0;
}

.menu-drop .row {
    margin: 0;
}
.menu-drop .col-md-6 {
    padding: 0;
}

.second-bar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ececec;

    -webkit-box-shadow: 0 11px 7px -6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 11px 7px -6px rgba(0,0,0,0.05);
    box-shadow: 0 11px 7px -6px rgba(0,0,0,0.05);
}

/** product **/

.product-landing {
    padding: 20px 30px;
}

.product-row .item-landing .item-link:after,
.product-landing:after {
    display: table;
    width: 100%;
    content: "";
}
.product-row .item-landing {
    width: 33.333%;
    float: left;
}

.product-row .item-landing .item-landing-wrapper {
    margin: 25px;
    background: #fff;
    border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
}

.product-row .item-landing .item-landing-wrapper:hover {
    -webkit-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.8);
}

.product-row .item-landing .item-header {
    padding: 5px 20px;
    line-height:50px;
}

.product-row .item-landing .item-header img {
    margin-right: 5px;
}

.product-row .item-landing .item-header img,
.product-row .item-landing .item-header strong,
.product-row .item-landing .item-header span {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
}

.product-row .item-landing .item-header span {
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 13px;
    margin-left: 10px;
}

.product-row .item-landing .item-image img {
    max-width: 100%;
    width: 100%;
}

.product-row .item-landing .item-link li {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 15px 0;
}

.product-row .item-landing .item-link li a {
    line-height: 30px;
    color: #333;
    display: block;
    border-right: 1px solid #ececec;
    font-weight: bold;
    font-size: 14px;
}

.product-row .item-landing .item-link li:last-child a {
    border-right: 0;
}

footer .first-line {
    background: #fff;
    padding: 20px 0;
    text-align: center;

    -webkit-box-shadow: 0 -20px 10px -20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -20px 10px -20px rgba(0,0,0,0.1);
    box-shadow: 0 -20px 10px -20px rgba(0,0,0,0.1);
}

footer .first-line  img {
    vertical-align: middle;
    width: 32px;
    margin-right: 10px;
}

footer .first-line .item-ticker {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.product-ticker li {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 13px;
    border-right: 1px solid #eee;
    padding: 0 30px !important;
}

.product-ticker a {
    font-family: "Playfair Display", "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif;
    font-style: italic;
    padding: 0 5px 0 0;
    font-weight: normal;
}

.product-ticker strong {
    margin-right: 5px;
}

.product-ticker .item-ticker a:after {
    content: '-';
    margin-left: 5px;
}

.product-ticker .item-ticker a:last-child:after {
    content: "";
}

.product-ticker .jeg_news_ticker_item strong {
    margin-right: 10px;
}

.product-ticker .item-ticker a:focus,
.product-ticker .item-ticker a:hover {
    text-decoration: none;
}


.category_ticker {
    color: #fff;
    padding: 3px 12px;
    margin-right: 10px;
    border-radius: 30px;
}

footer .second-line {
    background: #2100a5;
    color: #fff;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
}

footer .second-line .copyright {
    float: left;
    line-height: 30px;
    font-size: 14px;
}

footer .second-line .footer-right {
    display: flex;
    gap: 10px;
}

footer .second-line .footer-menu {
    display: flex;
    gap: 10px;
    align-items: center;
}

footer .second-line .footer-menu a {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 782px) {
    footer .second-line .copyright {
        float: unset;
        text-align: center;
    }

    footer .second-line {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }

    footer .second-line .footer-right {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
}

footer .second-line .social {
    float: right;
}

footer .second-line .social li {
    display: inline-block;
}

footer .second-line .social a {
    width: 30px;
    line-height: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
}

/** side content **/

.single-documentation #wrapper,
.single-theme #wrapper{
    margin-left: 340px;
    position: relative;
}

.documentation-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;
}

.documentation-sidecontent.fixed {
    position: fixed;
    top: 0;
}

.documentation-wrapper {
    width: 100%;
    overflow: auto;
}

.documentation-scroll {
    padding: 20px;
}

.document-section {
    position: relative;
    padding: 0 10px;
    background: #f5f5f5;
    margin: 5px 0;
    border-radius: 2px;
}

.document-section h3 {
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
}

.document-section ul {
    display: none;
    padding: 10px 15px;
}

.document-section li {
    font-size: 13px;
    line-height: 28px;
}

.document-section li.active {
    font-weight: bold;
    background: #fff;
    margin: 2px -15px;
    padding: 0 14px;
    border-radius: 2px;
}

.document-section a {
    display: block;
}

.document-section.open h3 {
    background: #ddd;
    margin: 0 -10px;
    padding: 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.document-section.open .article-list {
    display: block;
}

.section-arrow {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.section-arrow:before {
    content: "\f054";
}

.document-section.open .section-arrow:before {
    content: "\f078";
}

.doc-title-meta {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.doc-title-meta h1,
.doc-title-meta h3 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-right: 30%;
}

.doc-title-meta h3 {
    font-size: 23px;
    margin-top: 40px;
}

.doc-title-meta > span {
    color: #333;
    bottom: 35px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.doc-title-meta time {
    font-family: "Playfair Display", Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.doc-change-log-wrap {
    background: #eee;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

.doc-change-log-version {
    font-weight: bold;
    background: #ddd;
    margin: -20px -20px 20px -20px;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.doc-change-log-content {

}

.doc-change-log-content pre {
}


.documentation-button,
.documentation-button:hover {
    background: #2100a5;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-weight: bold;
    letter-spacing: -1px;
}

.breadcrumb {
    padding: 15px 40px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 -40px;
    border-bottom: 1px solid #eee;
}

.breadcrumb ol {
    margin: 0;
}

.breadcrumb li {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    color: #555;
    font-size: 14px;
    padding-right: 4px;
    font-weight: bold;
}

.breadcrumb li + li::before {
    color: #a6a6a6;
    content: "\203A";
    padding-right: 8px;
    font-weight: normal;
}

.doc-content img {
    padding: 20px 15px;
}

.doc-content {
    font-size: 15px;
    line-height: 1.6em;
}

.highlight {
    background-color: #555;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    padding: 1px 5px;
}

.documentation-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

/** initial setup **/
.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}
.nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background : rgba(0,0,0,.25);
    position   : absolute;
    width      : 10px;
    right      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
    border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}

.nano > .nano-content { padding: 20px; }
.nano > .nano-pane   { background: #e3e3e3; width: 8px; top: 3px; bottom: 3px; right: 3px; }
.nano > .nano-pane > .nano-slider { background: #a7a7a7; }

/* Forum Notice */
.forum-notice-title {
    color: rgb(239, 155, 2);
}
.forum-notice {
  padding: 15px 20px;
  border: 1px solid #FFE9B9;
  margin-bottom: 17px;
  background: lightyellow;
}
.blog-wrapper {
    width: 900px;
    margin: 80px auto;
}

.blog-wrapper article {
    padding: 60px 80px;
    background: #fff;
    margin-bottom: 80px;
    border-radius: 8px;

    -webkit-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
}

.feature-holder {
    margin: 0 -80px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.blog-wrapper article.short-content {
    text-align: center;
}

article .content-time, article .content-meta {
    display: block;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

article .content-time, article .content-meta,
article .content-time a, article .content-meta a{
    color: #ababab;
}

article .content-title a {
    color: #000;
}

.entry {
    font-size: 16px;
    line-height: 1.7em;
}

article .entry {
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 40px;
    display: block;
}

article .entry ol,
article .entry ul {
    list-style-position: inside;
}

article h1,
article h2,
article h3 {
    margin-bottom: 20px;
    margin-top: 35px;
}

article p {
    margin-top: 20px;
}

article .content-meta span::after {
    content: ',';
}

article .content-meta span:last-child::after {
    content: '';
}
article .readmore,
article .readmore:hover {
    background: #2100a5;
    color: #fff;
    border-radius: 30px;
    padding: 6px 30px;
    text-decoration: none;
    margin: 30px 0 15px;
    display: inline-block;
    font-size: 16px;
}

blockquote {
    font-size:18px;
    border-left: 10px solid #aaa;
    font-style: italic;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-top: 1px;
    margin: 0 0 20px 0;
    font-family: "Playfair Display", "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif;
}

blockquote p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 0;
}

.paging {
    margin-bottom: 20px;
    text-align: center;
}

.paging .page-detail {
    color: #a4abb2;
    display: block;
    font-size: 0.65em;
    letter-spacing: 0.2em;
    margin: 15px 0;
    text-transform: uppercase;
}

.paging span, .paging a {
    margin: 0 5px;
    padding: 0 5px;
}

.paging a {
    background: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #dedede;
    margin: 0 2px;
}

article .content-meta {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

article .content-title {
    line-height: 1.6em;
    overflow: hidden;
    font-weight: bold;
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 10px;
}

article .content-title, article .content-time {
    text-align: center;
}

.meta-article-header {
    color: #888;
    display: block;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article-tag {
    padding-top: 10px;
}

.tag-wrapper {
    padding: 30px 0;
    text-align: center;
}

.article-tag > a {
    margin: 0 5px;
}

.sharing > div {
    background: white;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 0 15px;
    text-align: center;
    z-index: 100;
    color: #666;
}

.sharing-wrapper.bottom {
    left: auto;
    margin: 60px 15% 60px;
    position: relative;
    right: auto;
}

.sharing-wrapper {
    left: -80px;
    position: absolute;
    text-align: center;
    top: 0;
}

.sharing-wrapper.circle .sharing > div {
    border-radius: 100%;
}

.sharing-wrapper.bottom .sharing > div {
    display: inline-block;
    margin: 0 6px;
}

.sharing i {
    font-size: 18px;
    line-height: 44px;
    width: 46px;
}


/** author box **/
.author-box {
    background: #f6f6f6;
    border-radius: 2px;
    margin: 40px 0 0;
    padding: 23px 20px 20px;
    border: 1px solid #eee;
    min-height: 120px;
}

.author-box img {
    border-radius: 50%;
    display: block;
    float: left;
    height: 120px;
    width: 120px;
}

.author-box-wrap {
    margin-left: 150px;
}

.author-box h5 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0 15px;
}

.author-box ul {
    font-size: 13px;
    margin-top: 8px;
}

.author-box li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.author-box-wrap > p {
    font-size: 16px;
    text-indent: 0;
}

.author-box ul {
    margin: 10px 0 0;
    font-size: 15px;
}



/*  base : prev next article
/* ------------------------------------ */

.prev-next-article {
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 80px;
    position: fixed;
    bottom: 200px;
    width: 35px;
    z-index: 1;

    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);

    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.prev-next-article:hover {
    width: 300px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prev-next-article a {
    display: table;
    border: 0;
    padding: 0;
    line-height: 0;
    height: 100%;
}
.prev-next-article a:hover { background: none }

.prev-next-article article {
    width: 260px;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    padding: 0;

    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prev-next-article:hover article {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.prev-next-article.prev-article {
    border-left: medium none;
    border-radius: 0 2px 2px 0;
    left: 0;
}

.prev-next-article.next-article {
    border-radius: 2px 0 0 2px;
    border-right: 0 none;
    right: 0;
}

.prev-next-article .arrow.arrow-left {
    border-color: transparent #bbb transparent transparent;
    border-style: inset solid inset inset;
    border-width: 9px 18px 9px 0;
    left: 7px;
}

.prev-next-article:hover .arrow.arrow-left {
    border-color: transparent #666 transparent transparent;
}

.prev-next-article .arrow.arrow-right {
    border-color: transparent transparent transparent #bbb;
    border-style: inset inset inset solid;
    border-width: 9px 0 9px 18px;
    right: 7px;
}

.prev-next-article:hover .arrow.arrow-right {
    border-color: transparent transparent transparent #666;
}

.prev-next-article .arrow {
    border-style: solid;
    display: block;
    height: 0;
    margin-top: 28.5px;
    overflow: visible;
    position: absolute;
    transition: border 0.2s ease-in 0s;
    width: 0;
    top: 0;
}

.prev-next-article .arrow.arrow-right .arrow-inner {
    border-color: transparent transparent transparent #f3f3f3;
    border-style: inset inset inset solid;
    border-width: 9px 0 9px 5px;
    left: -18px;
}

.prev-next-article .arrow.arrow-left .arrow-inner {
    border-color: transparent #f3f3f3 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 9px 5px 9px 0;
    right: -18px;
}

.prev-next-article .arrow .arrow-inner {
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    top: -9px;
    width: 0;
}


.prev-next-article.prev-article a {
    margin-left: 40px;
}

.prev-next-article.next-article a {
    margin: 0 40px 0 5px;
}

.prev-next-article .thumb {
    float: left;
    height: 60px;
    overflow: hidden;
    width: 60px;
}
.prev-article .thumb { padding: 6px 10px 0 5px; }
.next-article .thumb { padding: 6px 10px 0 10px; }

.prev-next-article .thumb > img {
    border-radius: 100%;
}

.prev-next-article .summary {
    padding-left: 10px;
}

.prev-next-article .date {
    color: #a4abb2;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    text-transform: uppercase;
}

.prev-next-article .heading {
    color: #2e2f34;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 0;
}



/** related article **/
.relative-article {
    margin: 40px 0 0;
    text-align: center;
}

.relative-article:after {
    content: "";
    display: table;
    clear: both;
}

.related-article-wrapper {
    display: table;
}

.related-article-content {
    padding: 15px;
}

.related-article-content > h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
}

.related-article-content > p {
    color: #444;
    line-height: 26px;
}

.related-article-single {
    display: table-cell;
    border-right: 1px solid #eee;
    width: 33%;
    vertical-align: top;

    transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
.related-article-wrapper .related-article-single:last-child {
    border-right: none;
}

.related-article-single:hover {
    background: #fff4cc;
}

.related-article-single img {
    width: 100%;
}

/*** comment ***/
.comment-wrapper {
    padding-top: 30px;
}

.comment-wrapper h3.heading {
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 30px;
}

.comment-tab {
    margin-top: 40px;
}

.commentlist, .pinglist { margin-bottom: 20px; margin-left: 0; }
.commentlist li, .pinglist li { padding-left: 70px; list-style: none; }
.commentlist .comment-body, .pinglist li  { clear: both; position: relative; padding-bottom: 20px; line-height: 1.7em; font-size: 16px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: inline-block; line-height: 22px; }
.commentlist .comment-author { margin-right: 6px; margin-bottom: 10px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 17px; font-style: normal; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -70px; top: 0; width: 52px; height: 52px; -webkit-border-radius: 3px; border-radius: 100%; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply {
    font-size: 13px;
    line-height: 16px;
    background: #f3f3f3;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
}
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #24a5db; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }
.pinglist .ping-meta { font-size: 13px; line-height: 22px; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #666; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }





/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link {
    bottom: 30px;
    color: #999;
    display: block;
    font-size: 15px;
    position: absolute;
    right: 22px;
}
#cancel-comment-reply-link:hover { color: #777; }
#commentform {
    background:  #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
}
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"],
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 20px; margin-bottom: 0; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }

.heading, #reply-title {
    color: #2e2f34;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}

#comments h1, #comments h2, #comments h3, #comments h4, #comments h5, #comments h6 { clear: both; }

/**
Mobile Menu
 */

#topbar .mobile {
    display: none;
}

.mobile-wrapper {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #2100a5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 20px;
}

.mobile-section {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mobile-section h3 {
    background: #071d5a;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 0;
}

.mobile-section .mobile-body {
    padding: 15px 20px;
}

.mobile-section .mobile-body form > div {
    margin-bottom: 10px;
    display: block;
}

.mobile-section .mobile-body form > div input,
.mobile-section .mobile-body form > div select {
    width: 100%;
    border: 1px solid #c0c0c0;
    padding: 3px 7px;
}

.mobile-section .mobile-body ul li a {
    display: block;
    line-height: 30px;
}

.close-mobile, .documentation-close {
    background: #fff;
    margin: -20px -20px 20px -20px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.documentation-close {
    border-bottom: 1px solid #eaeaea;
    display: none;
    margin: -20px -20px 20px -20px;
}

.jeg_show_menu .mobile-wrapper {
    left: 0;
}

#topbar .right > ul > li.documentation-mobile {
    display: none;

}

.jeg_show_documentation .documentation-sidecontent {
    left: 0;
}

#bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a {
    display: inline-block;
}

#bbpress-forums .reply-author-role {
    padding: 6px;
    font-weight: 600;
    background: #022cbf;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.bbp-topic-image {
    position: relative;
}

.last-poster {
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-wrapper {
    width: 1600px;
    margin: 50px auto;
    box-shadow: 1px 1px 43px -12px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 120px;
}

.service-header {
    height: 350px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.service-container {
    width: 1000px;
    margin: -50px auto 0;
    background: white;
    padding: 40px 0 70px;
}

.service-container .alt {
    font-size: 17px;
    font-weight: normal;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6em;
}

.service-list {
    width: 1200px;
    margin: 0 auto;
}

.service-list:after {
    content: "";
    clear: both;
    display: block;
}

.service-item {
    width: 33.33%;
    float: left;
}

.service-item-inner {
    margin: 20px;
    border-bottom: 1px dashed #b4b4b4;
    padding-bottom: 40px;
}

.service-item-header {
    font-size: 21px;
    line-height: 28px;
    padding: 20px 0;
    font-weight: bold;
}
.service-description {
    font-size: 17px;
    margin: 5px 0;
    line-height:1.6em;
}

.service-title {
    display: inline-block;
}

.service-price {
    font-size: 17px;
    padding: 20px 0;
}

.service-price-begin {
    display: inline-block;
}

.service-price-right {
    display: inline-block;
    float: right;
    font-weight: bold;
}
.product-filter {
    text-align: center;
    padding: 50px 0 30px;
}
.product-filter li {
    display: inline-block;
    cursor: pointer;
}
.product-filter li.active {
    background-color: #2214a4;
    border-radius: 3px;
    color: #fff;
}
.product-filter span {
    padding: 5px 15px;
    display: block;
    opacity: .8;
}
.product-filter li.active span,
.product-filter li:hover span {
    opacity: 1;
}

.jeg-banner-notice {
    padding: 15px;
    margin-bottom: 20px;
}

.jsupport-pagination {
    display: flex;
    margin: 40px 0 30px;
}

.jsupport-pagination-links {

}