@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans+Condensed:300,700|Ope+Sans:400,400i,600,600i,700,700i,800&subset=latin-ext");

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.container-main--left {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .container-main--left {
        order: 2;
    }
}

.container-main--left-info {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .container-main--left-info {
        border-bottom: none;
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .container-main--left-info .content {
        margin-bottom: 30px;
    }
}

.container-main--left-info .row {
    margin: 0;
}

.container-main--left-info--section-left {
    border-right: 1px solid #dedede;
    padding: 0;
}

.container-main--left-info--section-left .topic-title {
    padding-left: 3px;
}

@media (max-width: 767px) {
    .container-main--left-info--section-left {
        border-right: 0;
        order: 2;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-left .row {
        flex-direction: column;
        align-items: center;
    }
}

.container-main--left-info--section-left .section-c {
    padding: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .container-main--left-info--section-left .section-c {
        margin: 0 -10px 20px 0;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-left .section-c {
        flex: 0 0 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        border-right: 0 !important;
        text-align: center;
    }
}

.container-main--left-info--section-left .section-c::after {
    background: #dedede;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    right: 7px;
    width: 97%;
}

.container-main--left-info--section-left .section-c:last-of-type {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .container-main--left-info--section-left .section-c:last-of-type::after {
        content: '';
        content: none;
    }
}

@media (max-width: 767px) {
    .container-main--left-info--section-left .section-c:nth-of-type(odd) {
        border-right: 1px solid #dedede;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .container-main--left-info--section-left .section-c:not(:first-of-type), .container-main--left-info--section-left .section-c:not(:nth-of-type(2n)) {
        margin-top: -20px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-main--left-info--section-left .section-title {
        padding-left: 15px;
    }
}

.container-main--left-info--section-right {
    padding-right: 7px;
}

@media (max-width: 767px) {
    .container-main--left-info--section-right {
        order: 1;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .category-article {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .category-article .img {
        margin-bottom: 10px;
        order: 1;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .category-article .text-c {
        order: 2;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .category-article .text-c .art-auth {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .category-article .text-c .card-title {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .container-main--left-info--section-right hr {
        margin-left: 0;
        margin-right: 0;
    }
}

.container-main--left-tabs {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .container-main--left-tabs .homepage-tabs .tab-content .col:first-of-type {
        border-right: 0 !important;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
        padding-right: 15px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .container-main--left-tabs {
        margin-bottom: 30px;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.container-main--right {
    padding-bottom: 20px;
    border-left: 1px solid #dedede;
}

@media (max-width: 767px) {
    .container-main--right {
        order: 1;
        border-left: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 180px;
    }
}

@media (max-width: 575px) {
    .container-main--right {
        order: 1;
    }
}

@media (max-width: 767px) {
    .container-main--right .arhiva {
        display: none;
    }
}

@media (max-width: 575px) {
    .container-main--right .arhiva .row {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .container-main--right .arhiva .text {
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .container-main--right .arhiva .img {
        justify-content: center;
        margin-top: 10px;
    }
}

.container-main--right .editorial {
    border: 1px solid #dedede;
    margin: 10px 0 2px;
    padding: 15px 20px 21px;
}

.container-main--right .editorial .topic-title {
    padding-left: 3px;
}

.container-main--right .editorial .text-c .art-info .item {
    margin: 5px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-main--right .editorial .text-c .art-info {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1138px) {
    .container-main--right .editorial .text-c .art-info {
        justify-content: space-between;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-main--right .editorial .text-c .art-info {
        flex-direction: row;
        justify-content: space-between;
    }
}

.container-main--right .editorial .container.content .row {
    margin: 0;
}

.container-main--right .editorial .container.content .card-title {
    margin-top: 0;
}

.container-main--right .editorial .container.content .credit-area {
    margin-bottom: 7px;
}

.container-main--right .editorial .container.content .credit-area a {
    font-size: 13px;
    color: #c6c6c6;
}

.container-main--right .editorial .container.content .credit-area a:hover {
    color: #a0a0a0;
}

.container-main--right .editorial .container.content .editorial-image {
    max-width: 170px;
    object-fit: cover;
    float: right;
    margin-top: 0;
    margin-left: 14px;
    margin-bottom: 14px;
}

@media (max-width: 575px) {
    .container-main--right .editorial .editorial-image {
        display: block;
        float: none !important;
        padding-top: 80px;
        margin-left: 0 !important;
    }
}

.container-main--right .section-c.banner {
    object-fit: cover;
    height: 200px;
    background: url("https://images.unsplash.com/photo-1510234591826-c5a87a6832c9?ixlib=rb-0.3.5&s=4b6be76511b50c613408452f58322dc2&auto=format&fit=crop&w=685&q=80") center/cover no-repeat;
    margin: 10px 2px 10px 2px;
}

.container-main--right .double-divider {
    position: relative;
}

.container-main--right .double-divider:before {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.container-main--right .double-divider:after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.container-main--right .section-c.mini-featured {
    display: flex;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.container-main--right .section-c.mini-featured .item {
    display: flex;
    flex-direction: column;
    padding: 11px;
    flex: 1;
    font-family: "Open Sans Condensed", sans-serif;
}

.container-main--right .section-c.mini-featured .item:first-of-type {
    position: relative;
}

.container-main--right .section-c.mini-featured .item:first-of-type:after {
    content: "";
    width: 1px;
    height: 70%;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container-main--right .section-c.mini-featured .item .mini-section-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #dedede;
    font-size: 17px;
}

.container-main--right .section-c.mini-featured .item .title a {
    color: #636c72;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.container-main--right .section-c.mini-featured .item .title a:focus, .container-main--right .section-c.mini-featured .item .title a:hover {
    color: rgba(99, 108, 114, 0.8);
}

@media (max-width: 575px) {
    .container-main--right .section-c.arhiva .month-c {
        margin-top: 50px;
    }

    .container-main--right .section-c.arhiva .month-c:first-of-type {
        margin-top: 20px;
    }
}

.container-main--right .section-c.arhiva,
.container-main--right .texte-main-tabs > .tab-content > .tab-pane {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 10px;
    margin-top: 20px;
}

.container-main--right .section-c.arhiva .month-c,
.container-main--right .texte-main-tabs > .tab-content > .tab-pane .month-c {
    margin-top: 20px;
}

.container-main--right .section-c.arhiva .section-title,
.container-main--right .texte-main-tabs > .tab-content > .tab-pane .section-title {
    text-align: center;
}

.container-main--right .section-c.arhiva hr,
.container-main--right .texte-main-tabs > .tab-content > .tab-pane hr {
    width: 100%;
    margin: 0;
}

.container-main--right .section-c.social-media {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.container-main--right .section-c.social-media .social-c {
    width: 170px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.container-main--right .section-c.social-media .social-c .item i {
    font-size: 40px;
}

.container-main--right .section-c.social-media .social-c .item.fb svg path {
    fill: #3B5999;
}

.container-main--right .section-c.social-media .social-c .item.tw i {
    color: #1DA1F3;
}

.container-main--right .section-c.social-media .social-c .item.gl i {
    color: #DD4E40;
}

.container-main--right .section-c.contact {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .container-main--right .section-c.contact {
        margin-bottom: 20px;
    }
}

.container-main--right .section-c.contact .row {
    margin: 0;
}

.container-main--right .section-c.contact .contact-form .col input,
.container-main--right .section-c.contact .contact-form .col textarea {
    border-radius: 0;
}

.container-main--right .section-c.contact .contact-form .col input:focus,
.container-main--right .section-c.contact .contact-form .col textarea:focus {
    box-shadow: none;
}

.container-main--right .section-c.contact .contact-form .msg {
    margin-top: 10px;
}

.container-main--right .section-c.contact .contact-form .row.button-row {
    justify-content: flex-end;
    margin-top: 10px;
}

.container-main--right .section-c.contact .contact-form .row.button-row button {
    border: none;
    height: 100%;
    background-color: #185a69;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 23px;
    transition: all 0.2s ease;
}

.container-main--right .section-c.contact .contact-form .row.button-row button:focus, .container-main--right .section-c.contact .contact-form .row.button-row button:hover {
    cursor: pointer;
    background-color: rgba(24, 90, 105, 0.9);
}

@media (max-width: 767px) {
    .container-main--right .section-c.contact hr {
        display: none;
    }
}

.newsletter {
    margin: 10% 0;
}

.newsletter .input-c {
    display: flex;
    height: 40px;
    position: relative;
}

.newsletter .input-c input {
    flex: 1;
    border: none;
    border-radius: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    padding: 0 100px 0 10px;
    color: #636c72;
    margin: 4px 0;
    font-size: 13px;
}

.newsletter .input-c button {
    margin-right: -1px;
    flex: 1;
    border: none;
    height: 100%;
    background-color: #185a69;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
}

.newsletter .input-c button:focus, .newsletter .input-c button:hover {
    cursor: pointer;
    background-color: rgba(24, 90, 105, 0.9);
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

footer {
    background-color: #282828;
    color: #fff !important;
    font-size: 13px;
    margin: 0 auto !important;
    width: 100%;
    max-width: 1500px;
    padding: 5px 0 0 0 !important;
}

footer .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    footer .main-row ul {
        margin: 15px 0;
    }
}

footer .row.main-row .footer-title {
    margin-bottom: 10px;
}

footer .container {
    padding: 15px;
}

footer .no-hover:hover {
    background-color: initial;
}

footer li,
footer p {
    line-height: 19px;
}

footer li:focus, footer li:hover {
    background-color: #fff;
    text-decoration: none;
}

footer li:focus a, footer li:hover a {
    color: #282828;
    text-decoration: none;
}

footer li a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 6px 10px;
    text-decoration: none;
    width: 100%;
}

footer .footer-copyright {
    background-color: #000;
}

footer .footer-copyright .container {
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

footer .footer-copyright .text {
    margin: auto;
}

@media (max-width: 575px) {
    footer .footer-copyright .text {
        flex: 1;
    }
}

footer .footer-copyright .logo {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    footer .footer-copyright .logo {
        flex: 1;
    }
}

footer .footer-copyright .logo img {
    height: 70px;
    object-fit: contain;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

@media (min-width: 576px) and (max-width: 767px) {
    header {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
    }
}

.translator-manager a {
    display: block;
    padding: 0 6px;
}

#main-header {
    z-index: 1020 !important;
}

@media (min-width: 768px) {
    #main-header .upper-login .btn {
        white-space: nowrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 95%;
        margin: 0 2.5%;
        z-index: 999;
    }
}

@media (max-width: 575px) {
    #main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        margin: 0;
    }
}

#main-header.show-mobile {
    width: 100%;
}

#main-header .mobile-navigation-menu a {
    color: #fff;
}

#main-header a.settings-a {
    width: 100%;
}

#main-header .white-line > .container {
    align-items: flex-end;
    display: flex;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-header .white-line.p1 {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    #main-header .white-line.p1 {
        margin: 0;
    }
}

#main-header .white-line.p1 a {
    padding: 0;
    width: 100%;
}

#main-header .white-line.p1 .decorator {
    background: transparent no-repeat bottom left/contain;
    height: 30.7px;
    margin-left: 12px;
}

@media (max-width: 767px) {
    #main-header .white-line.p1 .decorator {
        margin-left: -2px;
    }
}

#main-header .white-line.p1 .data {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    text-align: right;
    width: 52%;
}

#main-header .white-line .subtitle-website {
    white-space: nowrap;
    font-size: 13px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    #main-header .white-line .subtitle-website .text {
        visibility: hidden;
    }
}

#main-header .white-line .details {
    display: flex;
    justify-content: space-between;
    margin: 0 20%;
    padding: 10px 0;
    position: relative;
}

#main-header .white-line .details::after, #main-header .white-line .details::before {
    background-color: #dedede;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
}

#main-header .white-line .details::before {
    bottom: 2px;
}

#main-header .white-line .details .item {
    align-items: center;
    border-right: 1px solid #dedede;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    padding: 5px;
    text-align: center;
    width: 100%;
}

#main-header .white-line .details .item:last-of-type {
    border-right: 0;
}

#main-header .bg-dark > .container {
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-header .bg-dark.p2 {
    display: flex;
}

@media (max-width: 767px) {
    #main-header .bg-dark.p2 {
        margin: 0 !important;
    }
}

#main-header .bg-dark.p2.logo-dark-c {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0;
}

@media (max-width: 991px) {
    #main-header .bg-dark.p2.logo-dark-c .dark-decorator {
        position: absolute;
    }
}

@media (max-width: 767px) {
    #main-header .bg-dark.p2.logo-dark-c .dark-decorator .decorator {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    #main-header .bg-dark.p2.logo-dark-c a {
        overflow: hidden;
    }
}

#main-header .bg-dark.p2.logo-dark-c .decorator {
    background: transparent no-repeat top left/contain;
    height: 40px;
    min-width: 202px;
    width: 202px;
    margin-left: 1rem;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login {
    position: relative;
    align-items: center;
    display: flex;
    margin-left: auto;
}

@media (min-width: 992px) {
    #main-header .bg-dark.p2.logo-dark-c .upper-login {
        display: block;
    }
}

@media (max-width: 1199px) {
    #main-header .bg-dark.p2.logo-dark-c .upper-login {
        display: none;
    }
}

#main-header .bg-dark.p2.logo-dark-c .upper-login a.log-btn {
    background: #185a69;
    color: #fff !important;
    font-weight: bold;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase !important;
    width: 130px !important;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login .settings,
#main-header .bg-dark.p2.logo-dark-c .upper-login .burger-menu {
    color: #fff;
    margin: 0 20px 0 15px;
    transition: all .2s ease;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login .settings:focus, #main-header .bg-dark.p2.logo-dark-c .upper-login .settings:hover,
#main-header .bg-dark.p2.logo-dark-c .upper-login .burger-menu:focus,
#main-header .bg-dark.p2.logo-dark-c .upper-login .burger-menu:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown {
        display: block;
        padding: .5rem 0;
    }

    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .container-fluid {
        padding-left: 0;
    }

    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .container-fluid .nav.navbar-nav .row {
        margin-left: 0;
        margin-right: 0;
    }

    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .container-fluid .nav.navbar-nav .row ul:first-of-type {
        padding: 0 9px 0 0;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .container-fluid .nav.navbar-nav .row ul:first-of-type {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .container-fluid .nav.navbar-nav .row ul:last-of-type {
        padding: 0;
    }
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show {
    border-radius: 0;
    padding: 0;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show li {
    padding: 7px 5px;
    transition: all .5s ease;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show li:focus, #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show li:hover {
    background: rgba(0, 0, 0, 0.1);
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show .log-btn {
    margin: 0 0 1px 0;
    padding: 7px;
    width: 100%;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show .log-btn:focus, #main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .dropdown-menu.show .log-btn:hover {
    background: #1e6f82;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #burger-menu-dropdown .fa-2x.fa.fa-bars.dropdown-toggle::after {
    content: none;
    content: '';
}

#main-header .bg-dark.p2.logo-dark-c .upper-login .nav-tab.nav .dropdown .dropdown-toggle {
    color: #fff;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login button {
    background: none;
    border: 0;
    margin: 0 5px;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login button i {
    color: #fff;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login button:hover {
    cursor: pointer;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login button:focus {
    border: 0;
    outline: 1px dotted rgba(255, 255, 255, 0);
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #user-profile-options {
    background-color: #fff;
    border: 1px solid #dedede;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1222;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #user-profile-options a {
    width: 100%;
    display: block;
    padding: 7px 6px;
    transition: all .3s ease;
}

#main-header .bg-dark.p2.logo-dark-c .upper-login #user-profile-options a:hover {
    background-color: rgba(222, 222, 222, 0.3);
}

#main-header .bg-dark.p2.logo-dark-c .menu-container {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    #main-header .bg-dark.p2.logo-dark-c .menu-container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-header .bg-dark.p2.logo-dark-c .menu-container {
        width: 150%;
    }
}

@media (max-width: 991px) {
    #main-header .bg-dark.p2.logo-dark-c .menu-container {
        overflow-x: hidden;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .navbar-header {
        padding: 2px 10px 3px 10px;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .navbar-header button {
        border: 1px solid;
        padding: 10px 25px;
        padding-right: 10px;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu .row {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul {
        padding-right: 0 !important;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul li a {
        display: block;
        padding: 10px !important;
        max-width: 100%;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul li a:hover:not([class*="btn"]) {
        background: #393f46;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul li a:focus:not([class*="btn"]) {
        background: #424951;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul li a.log-btn {
        margin-bottom: 3px;
    }

    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul li a[class*="btn"] {
        display: inline-block;
        margin: 3px 0;
    }
}

#main-header .bg-dark.p2.logo-dark-c .menu-container .navbar.navbar-default .container-fluid {
    justify-content: flex-end;
    padding-right: 0;
}

#main-header .bg-dark.p2.logo-dark-c .menu-container .navbar.navbar-default .navbar-toggle {
    background: none;
    border: 0;
    color: #fff;
}

#main-header .bg-dark.p2.logo-dark-c .menu-container .navbar.navbar-default .nav.navbar-nav {
    text-align: right;
}

@media (max-width: 575px) {
    #main-header .bg-dark.p2.logo-dark-c .menu-container .navbar.navbar-default .nav.navbar-nav {
        margin-right: 10px;
    }
}

#main-header .bg-dark.p2.logo-dark-c .menu-container .navbar.navbar-default .nav.navbar-nav li {
    text-align: right;
    color: #fff;
}

#main-header .bg-dark.p2.logo-dark-c .menu-container .settings-cog {
    align-items: flex-start !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    padding: 13px 13px 0 10px !important;
    width: 30px !important;
}

@media (max-width: 575px) {
    #main-header .bg-dark.p2.logo-dark-c .menu-container .mobile-navigation-menu ul {
        margin-right: 8px;
    }
}

#main-header .ago-menu {
    display: flex;
    flex-flow: row wrap;
    padding-left: 10rem;
    padding-top: 5rem;
}

#main-header .ago-menu a {
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: .25rem;
    position: relative;
}

#main-header .ago-menu a:focus, #main-header .ago-menu a:hover {
    color: #fff;
    text-decoration: none;
}

#main-header .ago-menu a:focus::before, #main-header .ago-menu a:hover::before {
    width: 100%;
}

#main-header .ago-menu a::before {
    content: '';
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 1px;
    position: absolute;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
}

#main-header .ago-menu .ago-menu-col {
    margin-right: 4rem;
}

#main-header .ago-menu .ago-menu-col > div {
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    #main-header ~ .main-ctn {
        padding-top: 50px;
    }
}

@media (max-width: 1199px) {
    .white-line.menu-c,
    .bg-dark.p2.logo-dark-c .burger-menu,
    .show-m {
        display: block;
    }
}

@media (min-width: 992px) {
    .bg-dark.p2.logo-dark-c .burger-menu,
    #burger-menu-dropdown {
        display: none;
    }
}

@media (max-width: 1199px) {
    .bg-dark.p2.logo-dark-c {
        position: relative;
    }
}

.sticky-top.white-line.menu-c {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .sticky-top.white-line.menu-c {
        display: none;
    }
}

.sticky-top.white-line.menu-c .subtitle-c, .sticky-top.white-line.menu-c .subtitle-c.sticky-top-bar-mobile {
    align-items: baseline;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    display: flex;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}

.sticky-top.white-line.menu-c .subtitle-c .subtitle-website,
.sticky-top.white-line.menu-c .subtitle-c .sub-web-info .text > [class^='text-'], .sticky-top.white-line.menu-c .subtitle-c.sticky-top-bar-mobile .subtitle-website,
.sticky-top.white-line.menu-c .subtitle-c.sticky-top-bar-mobile .sub-web-info .text > [class^='text-'] {
    font-size: 13px;
}

.sticky-top-bar-mobile,
.sticky-top-bar-mobile .subtitle-website {
    font-size: 13px;
}

.sticky-top-bar-mobile {
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.1);
    position: relative;
}

@media (min-width: 768px) {
    .sticky-top-bar-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .sticky-top-bar-mobile {
        background-color: #fff;
        display: flex;
        width: 100%;
        margin: 0;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border-bottom: 1px solid #dedede;
    }
}

.sticky-top-bar-mobile .subtitle-website {
    white-space: normal !important;
}

.sticky-top-bar-mobile .subtitle-website .row .text:not(#a) {
    align-items: center;
}

.sticky-top-bar-mobile .subtitle-website .row .text:not(#a) .text-danger {
    padding-top: 0;
}

.sticky-top-bar-mobile .subtitle-website .search-form:not(#a) {
    top: -8px;
}

@media (max-width: 575px) {
    .sticky-top-bar-mobile .subtitle-website .search-form:not(#a) {
        top: -27px;
    }
}

.sticky-top-bar-mobile .subtitle-website .form-control-submit {
    height: auto;
}

@media (max-width: 575px) {
    .sticky-top-bar-mobile .sub-web-info .row .text {
        display: none;
    }
}

.navbar.white-line.menu-c {
    margin: 0 -16px;
    padding: 0;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.1);
}

.navbar.white-line.menu-c .collapse.navbar-collapse {
    width: 100%;
}

.navbar.white-line.menu-c .collapse.navbar-collapse .menu-links {
    margin-bottom: 0;
    border: 1px solid #dedede;
    display: flex;
    height: 40px;
    padding: 0;
    width: 100%;
}

.navbar.white-line.menu-c .collapse.navbar-collapse .menu-links li {
    align-items: center;
    border-right: 1px solid #dedede;
    display: flex;
    text-align: center;
    transition: all .2s ease;
    width: 100%;
}

.navbar.white-line.menu-c .collapse.navbar-collapse .menu-links li:focus, .navbar.white-line.menu-c .collapse.navbar-collapse .menu-links li:hover {
    background-color: rgba(222, 222, 222, 0.1);
}

.navbar.white-line.menu-c .collapse.navbar-collapse .menu-links li:last-of-type {
    border: 0;
}

.navbar.white-line.menu-c .collapse.navbar-collapse .menu-links li a {
    align-items: center;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.subtitle-c {
    display: flex;
}

.subtitle-c .subtitle-website {
    white-space: nowrap;
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
}

.subtitle-c .sub-web-info {
    height: 20px;
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
}

.subtitle-c .sub-web-info .row {
    height: 100%;
    margin: 0;
    width: 100%;
}

.subtitle-c .sub-web-info .text {
    align-items: baseline;
    display: flex;
    justify-content: flex-end;
    transition: all .3s ease;
    padding: 0 22px 0 0;
}

@media (max-width: 991px) {
    .subtitle-c .sub-web-info .text {
        display: none;
    }
}

.subtitle-c .sub-web-info .search-form {
    align-items: center;
    display: flex;
    padding: 0;
    position: absolute;
    right: 0;
}

.subtitle-c .sub-web-info .search-form .form-group {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.subtitle-c .sub-web-info .search-form .form-group button {
    align-items: center;
    background-color: #185a69;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 1px;
    transition: all .3s ease;
    width: 30px;
}

.subtitle-c .sub-web-info .search-form .form-group button:focus, .subtitle-c .sub-web-info .search-form .form-group button:hover {
    background-color: #1d6c7e;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

.subtitle-c .sub-web-info .search-form .form-group input {
    margin-left: 10px;
    height: 2.23rem;
    padding: 0 0 0 10px;
    position: absolute;
    right: 26px;
    top: 2px;
    transition: all .3s ease;
}

.search-form-mobile .form-group {
    margin: 0;
}

.search-form-mobile .form-group button {
    align-items: center;
    background-color: #185a69;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.search-form-mobile .form-group button:focus, .search-form-mobile .form-group button:hover {
    background-color: #1d6c7e;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

.search-form-mobile .form-group input {
    width: 79%;
    background: transparent;
    top: -4px;
    margin-left: 10px;
    height: 2.23rem;
    padding: 0 0 0 10px;
    position: absolute;
    right: 45px;
    transition: all .3s ease;
}

.translator-manager {
    margin: 0;
}

.translator-manager .dropdown-menu {
    z-index: 1999;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
}

.translator-manager .dropdown-menu a {
    color: #000;
}

.translator-manager .dropdown-menu a:hover, .translator-manager .dropdown-menu a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.translator-manager .dropdown-menu a:active {
    background: rgba(0, 0, 0, 0.1);
}

.translator-manager a {
    color: #fff;
}

.translator-manager a:hover, .translator-manager a:focus {
    color: rgba(228, 228, 228, 0.9);
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

body, wrapper {
    min-height: 100vh;
}

.ago-content {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.ago-content .container-main {
    margin: 0;
}

@media (max-width: 767px) {
    .ago-content .container-main {
        display: flex;
    }
}

.post-view .ago-content {
    width: 100%;
}

.ago-content,
main {
    margin: 0 auto !important;
    max-width: 1500px;
    padding: 0;
    width: 95%;
}

.ago-content .main-row,
main .main-row {
    margin: 0;
    padding: 10px;
}

footer .container,
footer .footer-copyright .container {
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .container-main .page-header.show-mobile {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .container-main .page-header.show-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .container-main .page-header.show-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .container-main .page-header.show-desktop {
        display: block;
    }
}

@media (max-width: 575px) {
    .ago-content, footer {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    main {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: inherit;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .not-home:not(.security-login),
    .not-home:not(.registration-register) {
        padding-top: 130px;
    }

    .not-home:not(.security-login) .container-main,
    .not-home:not(.registration-register) .container-main {
        flex-direction: column-reverse;
    }
}

.settings-profile .img-rounded,
.settings-account .img-rounded {
    max-width: 150px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

#main-header a,
#main-header .white-line .menu-links li {
    justify-content: center;
}

#main-header .white-line .menu-links li a {
    color: inherit;
    font-size: 13px;
    padding: 10px 3px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease;
    width: 100%;
}

.container-main--left #main-header .container.p2 .upper-login .nav.navbar-nav .dropdown #burger-menu-dropdown li {
    padding: 10px;
    transition: all .5s ease;
}

.container-main--left #main-header .container.p2 .upper-login .nav.navbar-nav .dropdown #burger-menu-dropdown li:focus, .container-main--left #main-header .container.p2 .upper-login .nav.navbar-nav .dropdown #burger-menu-dropdown li:hover {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.wrapper-post {
    align-items: stretch;
    display: flex;
    overflow: hidden;
    position: relative;
}

.post-view-sidebar {
    position: relative;
}

.post-view-sidebar #sidebarCollapse {
    position: absolute;
    right: -16px;
    z-index: 999;
}

#post-sidebar {
    border: 0;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 20px;
    right: -30%;
    position: absolute;
    transition: all .5s ease;
    transform-origin: right center;
    width: 30%;
}

#post-main {
    border: 0;
    transition: all .5s ease;
    width: 100%;
}

.active-post-sidebar {
    right: 0 !important;
}

@media (min-width: 992px) {
    .display-feature-class {
        display: none;
    }
}

@media (max-width: 992px) {
    .active-post-sidebar {
        right: -30% !important;
    }

    .display-feature-class {
        display: flex;
    }
}

@media (max-width: 520px) {
    .active-post-sidebar {
        right: -30% !important;
    }

    .display-feature-class {
        display: block;
    }
}

.active-post-main {
    border-right: 1px solid #dedede !important;
    width: 70% !important;
}

@media (max-width: 992px) {
    .active-post-main {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #post-sidebar,
    #sidebarCollapse {
        display: none;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.container-main--left-info--section-right hr {
    margin-left: -6px;
    margin-right: -10px;
}

@media (max-width: 575px) {
    .container-main--left-info--section-right .art-info .empty-col {
        display: none;
    }

    .container-main--left-info--section-right .art-info .left, .container-main--left-info--section-right .art-info .right {
        padding: 0 !important;
    }
}

.category-article {
    align-items: flex-start;
    display: flex;
}

.category-article .topic-title {
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .category-article .art-info {
        flex-direction: column;
    }

    .category-article .art-info .art-date {
        margin-left: 0;
        margin-bottom: 2px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .category-article {
        flex-direction: row;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .category-article .art-info {
        justify-content: space-between;
    }
}

.category-article .text-c {
    height: auto;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 130px;
    justify-content: space-between;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 0;
}

@media (max-width: 575px) {
    .category-article .text-c {
        text-align: center;
    }
}

.category-article .text-c .card-description {
    white-space: initial;
}

.category-article .text-c .card-title {
    word-break: break-word;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .category-article .text-c .card-title,
    .category-article .text-c .card-description {
        text-align: left;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .category-article .text-c .art-auth {
        flex-flow: row wrap;
        justify-content: flex-start;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .category-article .text-c .art-info {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .category-article .text-c .art-info {
        flex-direction: column;
    }
}

.category-article .text-c .art-info .right {
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .category-article .text-c .art-info .left,
    .category-article .text-c .art-info .right {
        justify-content: center;
    }
}

.category-article .text-c .art-info .item {
    padding: 0 !important;
}

.category-article .img {
    width: 130px;
    height: 130px;
    word-wrap: break-word;
    padding: 3px;
}

.category-article .img img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.category-article .img p {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin: 11px 0 0;
    max-height: 100%;
    text-transform: uppercase;
}

.category-article .img p.evenimente {
    font-size: 35px;
    margin-top: 27px;
}

.category-article .img .img-obj-cover {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.ad {
    padding-bottom: 20px;
}

.main-article {
    text-align: left;
}

@media (max-width: 575px) {
    .main-article {
        text-align: center;
    }
}

.main-article .topic-title {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0;
}

.main-article .img img {
    max-height: 310px;
    object-fit: cover;
    width: 100%;
}

.main-article hr {
    margin-right: -10px;
}

.main-article .card-title {
    font-size: 21px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

.main-article .card-subtitle {
    font-size: 14px;
    font-weight: 500;
}

.main-article .card-description {
    padding: 0;
    text-align: left;
    white-space: initial;
}

@media (max-width: 575px) {
    .main-article .card-description {
        text-align: center;
    }
}

.main-article .art-auth {
    font-size: 13px;
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .main-article .art-auth {
        justify-content: center;
    }
}

.main-article .art-date {
    margin-left: 3px;
}

.main-article .art-info {
    justify-content: space-between;
}

.main-article .art-info .left,
.main-article .art-info .right {
    align-items: center;
    display: flex;
}

@media (max-width: 575px) {
    .main-article .art-info .left,
    .main-article .art-info .right {
        justify-content: flex-start;
    }
}

.main-article .art-info .right .item:first-of-type {
    padding-left: 0;
}

.main-article .art-info .item:first-of-type {
    padding-left: 0;
}

.main-article .art-info .item:last-of-type {
    padding-right: 0;
}

@media (min-width: 576px) and (max-width: 1137px) {
    .main-article .art-info {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .main-article .art-info {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-article .art-info {
        flex-direction: column;
    }

    .main-article .art-info .art-date {
        margin-left: 0;
        margin-bottom: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-article .art-info {
        justify-content: space-between;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.list-group-flush .item.mini-article-list-tab {
    line-height: normal !important;
}

.list-group-flush .item.mini-article-list-tab:first-of-type {
    margin-bottom: 25px;
}

.item.mini-article-list-tab {
    width: 100%;
    padding-top: 0;
}

.item.mini-article-list-tab .art-info {
    width: 95%;
    padding: 0 10px;
}

.item.mini-article-list-tab .img {
    margin-bottom: 10px;
}

.list-group-item .mini-article-list-tab {
    margin-top: 15px;
    margin-bottom: 25px;
}

.list-group-item .mini-article-list-tab:first-of-type {
    padding-top: 0;
}

.item-title.mini-article-list-title {
    color: #c6c6c6;
    font-size: 13px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    width: 100%;
}

.item-title.mini-article-list-title::before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.item.mini-article-list {
    font-family: "Open Sans", sans-serif;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin: 10px 0 11px;
    position: relative;
}

.item.mini-article-list ul {
    margin: 0;
    width: 100%;
}

.item.mini-article-list .art-auth {
    margin-bottom: 5px;
}

.item.mini-article-list .left {
    padding-left: 0;
}

.item.mini-article-list .row {
    margin: 0;
    width: 100%;
}

.item.mini-article-list .row .data {
    color: #c6c6c6;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
}

@media (max-width: 575px) {
    .item.mini-article-list .row .data {
        flex-flow: row wrap;
    }
}

.item.mini-article-list .row .data p {
    margin: 0 3px;
    text-align: center;
}

.item.mini-article-list .row .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .item.mini-article-list .row .text {
        text-align: center;
    }
}

.item.mini-article-list .row .text .title {
    margin-top: 0;
}

.item.mini-article-list .row .text .title a {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #636c72;
}

.item.mini-article-list .row .text .title a:hover {
    color: rgba(99, 108, 114, 0.7);
}

.item.mini-article-list .row .text .para {
    letter-spacing: 0.001em;
    color: #7c7777;
    font-size: 12px;
    line-height: 17px;
}

.item.mini-article-list .row .text .para:first-letter {
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .item.mini-article-list .row .text .para {
        word-break: break-word;
    }
}

@media (max-width: 575px) {
    .item.mini-article-list .row .text .art-auth {
        justify-content: center;
    }
}

.item.mini-article-list .row .img {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.item.mini-article-list .row .img img {
    height: 70px;
    object-fit: cover;
    max-width: 70px;
}

.texte-main-tabs .item.mini-article-list,
.featured-genreview-tabs .item.mini-article-list {
    font-size: 15px;
    padding-top: 10px;
}

.texte-main-tabs .tab-pane,
.featured-genreview-tabs .tab-pane {
    border: 1px solid #dedede;
    border-top: 0;
    margin-top: -10px;
}

.author-view-recent {
    margin-top: 0 !important;
}

.author-view-recent .list-group-item {
    border: 0 !important;
}

.author-view-navtab::before {
    left: -30px !important;
    width: 31px !important;
}

.author-view-navtab + .tab-content {
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.author-view-rec-com .summary {
    padding-left: 0 !important;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.art-info {
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    line-height: 1.5;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 999px) {
    .art-info {
        flex-direction: column;
    }

    .art-info .left .art-date {
        margin-left: 0;
    }
}

.art-info .item {
    border-right: 1px solid #dedede;
    padding: 0 6px;
}

.art-info .item:last-of-type {
    border: 0;
}

.art-info .item a {
    color: #010639;
    display: block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
}

.art-info .item a:focus, .art-info .item a:hover {
    color: rgba(1, 6, 57, 0.7);
}

@media (max-width: 1138px) {
    .art-info {
        justify-content: center;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.text-c .topic-title {
    display: inline-block;
    margin-bottom: -20px;
    margin-top: 0;
}

.text-c .img img {
    max-height: 310px;
    object-fit: cover;
    width: 100%;
}

.text-c hr {
    margin-right: -10px;
}

.text-c p {
    margin-bottom: 0 !important;
}

.text-c .card-title {
    font-size: 21px;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
}

.text-c .card-description {
    padding: 0;
}

.text-c .art-auth {
    font-size: 13px;
    justify-content: flex-start;
}

.text-c .art-date {
    margin-left: 3px;
}

.text-c .art-info {
    justify-content: space-between;
}

.text-c .art-info .left,
.text-c .art-info .right {
    display: flex;
    align-items: center;
}

.text-c .art-info .right .item:first-of-type {
    padding-left: 0;
}

.text-c .art-info .item:first-of-type {
    padding-left: 0;
}

.text-c .art-info .item:last-of-type {
    padding-right: 0;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.container-main--left .container-kk.ago-notification-area {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .container-main--left .container-kk.ago-notification-area {
        padding-top: 20px;
    }
}

.container-main--left .container-kk.ago-notification-area .breadcrumb {
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 0;
    height: auto;
    padding: 0.3rem 1rem;
    list-style: none !important;
    margin-left: 0;
    margin-top: 0;
}

.container-main--left .container-kk.ago-notification-area .breadcrumb .breadcrumb-item,
.container-main--left .container-kk.ago-notification-area .breadcrumb .breadcrumb-item a {
    color: #58585a;
    font-size: 12px;
    font-weight: lighter;
}

.container-main--left .container-kk.ago-notification-area .breadcrumb .breadcrumb-item.active {
    font-weight: bold;
}

@media (max-width: 767px) {
    .security-login .container-kk.ago-notification-area,
    .registration-register .container-kk.ago-notification-area {
        padding-top: 20px;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.btn-minimal-white {
    color: inherit;
    border: 1px solid #fff;
    transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-minimal-white:focus, .btn-minimal-white:hover {
    background-color: #fff;
    color: #636c72;
}

@media (max-width: 1199px) {
    .container-main--left #main-header .log-btn {
        width: 100%;
    }
}

.log-btn {
    background: #185a69;
    border: none;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    margin: 0 5px 0 1px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    width: 120px;
}

.log-btn:focus, .log-btn:hover {
    background: #1e6f82;
}

.btn-style {
    border: none;
    border-radius: 0;
    margin: 0 5px 0 1px;
    padding: 6px;
    transition: all .2s ease;
    width: 100px;
    max-width: 150px;
}

.btn-auto {
    width: auto !important;
}

.btn-txt {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
}

.btn-txt:focus, .btn-txt:hover {
    color: #fff;
}

.btn-dropdown {
    margin: 0 10px;
}

.btn-wrap {
    white-space: pre-wrap;
}

.btn-red {
    background: #a84e4a;
}

.btn-red:focus, .btn-red:hover {
    background: #af514d;
}

.btn-green {
    background: #367565;
}

.btn-green:focus, .btn-green:hover {
    background: #397c6b;
}

.btn-yellow {
    background: #e2c003;
}

.btn-yellow:focus, .btn-yellow:hover {
    background: #ecc903;
}

.btn-yellow-darker {
    background: #b09502;
}

.btn-yellow-darker:focus, .btn-yellow-darker:hover {
    background: #ba9e02;
}

.btn-blue {
    background: #195E6E;
}

.btn-blue:focus, .btn-blue:hover {
    background: #1b6576;
}

.btn-orange {
    background: #EF761D;
}

.btn-orange:focus, .btn-orange:hover {
    background: #f07c27;
}

.cta-login {
    height: 100%;
}

@media (max-width: 991px) {
    .cta-login {
        height: auto;
        margin-top: 2rem;
    }
}

.logged-in .cta-login img + .card-body > div:last-child {
    display: flex;
    flex-flow: column wrap;
}

.com-btn {
    background: #185a69;
    border: 0;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    margin: 0 5px 0 1px;
    padding: 10px 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    width: 120px;
}

.com-btn:focus, .com-btn:hover {
    background: #1e6f82;
    cursor: pointer;
}

.btn-author-toggle {
    background: #185a69;
    border: 0;
    color: #fff;
    padding: 5px 10px;
}

.btn-author-toggle:focus, .btn-author-toggle:hover {
    cursor: pointer;
}

.btn-sidebar-toggle {
    background: #185a69;
    border: 0;
    padding: 10px;
    color: #fff;
    width: 35px;
}

.new-post-btn {
    background-color: #28a745 !important;
    color: #fff;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
    width: 130px;
    transition: all .3s ease;
}

.new-post-btn a {
    text-transform: uppercase !important;
}

.new-post-btn:hover {
    background-color: #259b40 !important;
}

.nav-btn {
    border: none;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    margin: 0 5px 0 1px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    width: 120px;
}

.orange-btn {
    background: #EF761D !important;
}

.blue-btn {
    background-color: #185a69;
    color: #fff;
}

.blue-btn-style {
    border: none;
    border-radius: 0;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 23px;
    transition: all 0.2s ease;
    height: auto;
}

.blue-btn-style:hover {
    cursor: pointer;
    background-color: rgba(24, 90, 105, 0.9);
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.card-description {
    letter-spacing: 0.001em;
    color: #7c7777;
    font-size: 13px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 0 15%;
    text-align: center;
}

.art-auth {
    display: flex;
    justify-content: center;
}

.art-auth a {
    color: #c6c6c6;
    display: block;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.art-auth a:focus, .art-auth a:hover {
    color: #a0a0a0;
}

.container.content {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.container.content .card {
    border: 0;
}

.container.content .card-body {
    background-color: #fff;
    box-shadow: none;
    padding: 0 3px;
}

.container.content .card-body .card-text .credit-area a {
    color: rgba(198, 198, 198, 0.8);
}

.container.content .card-body .card-text .credit-area a:hover {
    color: #a0a0a0;
}

.container.content .card-body p,
.container.content .card-body .text {
    letter-spacing: 0.001em;
    color: #7c7777;
    font-size: 13px;
    line-height: 19px;
}

.card .credit-area {
    color: #636c72;
    font-size: .9rem;
    margin-bottom: 1.6em !important;
    margin-top: 0.2em !important;
}

@media (max-width: 991px) {
    .site-index .fw-section + .container div[class^="col-"]:not(.split-2):not(:first-child) {
        margin-top: 2rem;
    }
}

.site-index .fw-section + .container .ago-inner-card .card-title {
    margin-bottom: .25rem;
}

.site-index .fw-section + .container .ago-inner-card:last-child hr {
    display: none;
}

.site-index .fw-section + .container .card {
    height: 100%;
}

.site-index .fw-section + .container .card .card-body > .card-title:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem 1.25rem;
}

.site-index .fw-section + .container .card + .card {
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .site-index .fw-section + .container .split-2 .ago-card-ctn div[class^="col-"] {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .site-index .fw-section + .container .split-2 .ago-card-ctn {
        height: 100%;
    }

    .site-index .fw-section + .container .split-2 .ago-card-ctn > div + div {
        margin-top: 2rem;
    }
}

.card-col-block {
    display: flex;
    flex-direction: column;
}

.card-col-block .card-image {
    object-fit: cover;
    height: 170px;
    width: 100%;
}

.card-col-block .card-title {
    font-size: 21px;
    padding-bottom: 3px;
    padding-top: 10px;
}

.card-col-block .card-title a {
    font-size: 21px;
}

.card-col-block .card-subtitle {
    font-family: "Open Sans", sans-serif;
    color: rgba(99, 108, 114, 0.8);
    font-size: 12px;
    margin-top: 0;
}

.card-col-block .card-text {
    font-family: "Open Sans", sans-serif;
    color: #7c7777;
    font-size: 13px;
    letter-spacing: .001em;
    line-height: 19px;
    padding-top: 10px;
}

.card-col-block-footer {
    background: none;
    border: none;
    padding: 5px 5px 5px 0;
    margin-top: 10px;
}

.card-col-block-footer a {
    color: #010639;
    font-size: 13px;
    transition: all .2s ease;
}

.card-col-block-footer a:hover {
    color: rgba(1, 6, 57, 0.7);
}

.card-author-c {
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.card-author-c:nth-of-type(2n) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

@media (max-width: 575px) {
    .card-author-c:nth-of-type(2n) {
        border-left: 0;
        border-right: 0;
    }
}

@media (max-width: 575px) {
    .card-author-c {
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.card-subject-deck {
    flex-direction: row;
    padding-left: 20px;
}

.card-subject-deck .pagination {
    padding-top: 10px;
    min-width: 100% !important;
}

.card-subject-deck .pagination li {
    padding: 0 3px;
}

.card-subject-deck .card-subject-c {
    border: none;
    border-radius: 0;
    flex: auto;
    justify-content: space-between;
    padding: 0 13px 10px;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .card-subject-deck .card-subject-c {
        border-right: 0;
    }
}

.card-subject-deck .card-subject-c::before {
    background: #dedede;
    bottom: -10px;
    content: "";
    height: 1px;
    position: absolute;
    right: 6px;
    width: 100%;
}

.card-subject-deck .card-subject-c .card-img {
    border-radius: 0;
    object-fit: contain;
    max-height: 170px;
    min-height: 170px;
}

.card-subject-deck .card-subject-c .card-title {
    color: #636c72;
    font-weight: bold;
    transition: all .2s ease;
}

.card-subject-deck .card-subject-c .card-title:focus, .card-subject-deck .card-subject-c .card-title:hover {
    color: rgba(99, 108, 114, 0.8);
}

.card-subject-deck .card-subject-c .card-subtitle a {
    font-family: "Open Sans", sans-serif;
}

.card-subject-deck .card-subject-c .card-text {
    flex: 1;
}

.card-subject-deck .card-col-block {
    flex: 1;
}

.card-subject-deck .card-col-block-footer {
    margin: 0;
}

.editorial-second-theme {
    border: 1px solid #dedede;
    margin: 10px 0 2px;
    padding: 15px 20px 21px;
}

.editorial-second-theme .card-body {
    background: #fff !important;
}

.editorial-second-theme .text-c {
    padding: 0 !important;
}

.editorial-second-theme .editorial-image {
    max-height: 240px;
    float: right;
    max-width: 200px;
    object-fit: contain;
}

.recommended-second-theme .title {
    padding: 0 15px;
}

.recommended-second-theme .section-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.second-theme-middle {
    display: flex;
    flex-direction: column;
}

.second-theme-middle .editorial-second-theme {
    flex-basis: 70%;
}

.second-theme-middle .recommended-second-theme {
    flex-basis: 20%;
}

.second-theme-middle .recommended-second-theme .homepage-workshop-carousel .owl-nav button span {
    height: 100px;
    display: flex;
    align-items: center;
    width: 17px;
    justify-content: center;
}

.second-theme-middle .recommended-second-theme .owl-carousel {
    display: flex;
    text-align: center;
    padding-bottom: 0;
    align-items: flex-end;
    padding-bottom: 0;
}

.second-theme-middle .recommended-second-theme .owl-nav > * {
    top: 50%;
    transform: translateY(-50%);
}

.second-theme-right {
    background: #E9ECEF;
}

.second-theme-right .social-c .item {
    font-size: 41px;
    text-align: center;
}

.second-theme-right .social-c i {
    color: #3B5999;
}

.second-theme-texts {
    margin-top: 60px !important;
}

.second-theme-texts .section-title {
    background-color: #636c72;
    color: #fff;
    padding: 10px;
}

.second-theme-texts .container-main--left-info--section-left:first-of-type {
    border-left: 1px solid #dedede;
}

.section__texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.ago-carousel .carousel-control-next, .ago-carousel.carousel-control-prev {
    background-color: rgba(0, 0, 0, 0.25);
    width: 50px;
}

.ago-carousel-item #ago-home-carousel {
    color: #fff;
    background-color: #7e6b8f;
}

@media (min-width: 992px) {
    .ago-carousel-item #ago-home-carousel {
        height: 400px;
    }
}

.ago-carousel-item .row {
    height: 100%;
}

.ago-carousel-item .ago-carousel-caption > div {
    padding: 3rem 2rem;
}

.carousel.slide {
    margin-top: 20px;
}

.carousel.slide .carousel-inner {
    height: 100px;
    overflow-y: hidden;
    position: relative;
}

.carousel.slide .carousel-inner.section-c.mini-featured {
    margin-bottom: 0;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
}

.carousel.slide .carousel-inner.section-c.mini-featured .item .mini-section-title {
    word-wrap: break-word;
}

.carousel.slide .carousel-inner.section-c.mini-featured .carousel-item {
    height: 100%;
    position: absolute;
}

.carousel.slide .carousel-inner.section-c.mini-featured .carousel-item .item:first-of-type {
    padding-right: 20px;
    text-align: right;
}

.carousel.slide .carousel-inner.section-c.mini-featured .carousel-item .section-c.mini-featured .item:last-of-type {
    padding-left: 20px;
}

.carousel.slide .carousel-inner.section-c.mini-featured .carousel-item .section-c.mini-featured .row {
    margin: 0;
    padding: 0 14%;
    width: 100%;
}

.carousel.slide .section-title {
    margin: 0;
    padding: 0;
    text-align: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
    color: #000;
    font-family: FontAwesome;
    font-size: 55px;
}

.carousel-control-next-icon::after {
    content: '\f105';
}

.carousel-control-prev-icon::before {
    content: '\f104';
}

.carouselGeneral {
    margin: 0 7px;
}

.carouselGeneral .item {
    margin: 0 10px;
    position: relative;
}

.carouselGeneral .item:focus .item-title, .carouselGeneral .item:hover .item-title {
    bottom: 0;
}

.carouselGeneral .item a {
    display: block;
}

.carouselGeneral .item-title {
    background: rgba(255, 255, 255, 0.9);
    bottom: -110px;
    display: block;
    height: 150px;
    position: absolute;
    text-align: center;
    transition: all .3s ease;
    width: 100%;
    z-index: 999;
}

.carouselGeneral .item-title a {
    color: #8e8d8d;
}

.carouselGeneral .item-title .contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 10px 5px;
}

.carouselGeneral .item-title .contents .work-title {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.carouselGeneral .item-title .contents .work-title:hover {
    color: rgba(99, 108, 114, 0.8);
}

.carouselGeneral .item-title .contents .work-author,
.carouselGeneral .item-title .contents .work-title,
.carouselGeneral .item-title .contents .stats-c,
.carouselGeneral .item-title .contents .stats-c a {
    color: #636c72;
}

.carouselGeneral .item-title .contents .stats-c {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.carouselGeneral .item-title .contents .stats-c a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.carouselGeneral .item-title .contents .stats-c a:focus, .carouselGeneral .item-title .contents .stats-c a:hover {
    color: #636c72;
}

.carouselGeneral .item img {
    height: 200px;
    object-fit: cover;
}

.carouselGeneral .owl-nav button {
    position: absolute;
    top: 25%;
}

.carouselGeneral .owl-nav button span {
    font-size: 60px;
}

.carouselGeneral .owl-nav button:focus {
    outline-color: #fff;
}

.carouselGeneral .owl-nav .owl-next {
    right: 0;
}

.text-carosel-main .owl-carousel .owl-nav {
    display: flex !important;
}

.text-carosel-main .owl-carousel .owl-nav button {
    background: #fff !important;
}

.text-carosel-main .owl-nav:not(:first-of-type) {
    display: none;
}

.author-view-carousel .item .author-name {
    margin-top: -10px;
    font-size: 14px;
}

.author-view-carousel .item .description {
    font-size: 13px;
}

.author-view-carousel h5 {
    margin-top: 0 !important;
}

.author-view-carousel img {
    object-fit: contain !important;
}

.carousel-recommended__item {
    height: 600px;
    position: relative;
}

.carousel-recommended__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-recommended__info {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    padding: 10px 30px 25px;
    box-shadow: -3px -3px 8px 1px rgba(0, 0, 0, 0.2);
}

.carousel-recommended__text {
    color: #fff !important;
}

.carousel-recommended .owl-nav > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-recommended .owl-nav span {
    font-size: 3em;
    color: #fff;
    padding: 20px;
    text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
}

.carousel-recommended .owl-nav .owl-prev {
    left: 0;
}

.carousel-recommended .owl-nav .owl-next {
    right: 0;
}

.carousel-recommended .card-title {
    font-size: 21px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.comment-box {
    display: flex;
    flex-flow: column wrap;
}

.comment-box .comment-controls .fa {
    cursor: pointer;
}

.comment-box .comment-controls .fa-thumbs-up:focus, .comment-box .comment-controls .fa-thumbs-up:hover {
    color: #96e6b3;
}

.comment-box .comment-controls .fa-thumbs-down:focus, .comment-box .comment-controls .fa-thumbs-down:hover {
    color: #ff1e00;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

input,
textarea {
    border: none !important;
    border-bottom: 2px solid #dedede !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

input:focus, input:hover,
textarea:focus,
textarea:hover {
    box-shadow: none !important;
    outline: none !important;
}

.google-ad {
    overflow: hidden;
}

.grey-section {
    background-color: #F7F7F7;
    padding: 1.5rem 1.4rem;
    margin: 0 -15px 20px;
}

@media (max-width: 767px) {
    .grey-section {
        padding: 5rem 1.4rem 1.5rem;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.index-row {
    border-bottom: 2px solid #343A40;
    border-top: 1px solid #dedede;
    display: flex;
    padding: 6px 0 5px 6px;
}

.index-row a {
    border-right: 1px solid #dedede;
    padding: 0 10px;
}

.index-row a:first-of-type {
    padding-left: 0;
}

.moderator-box {
    background: #f8f5db;
    padding: 20px;
}

.moderator-box .moderator-txt {
    font-family: "Open Sans", sans-serif;
}

.moderator-box label {
    margin-top: 20px;
    margin-bottom: 5px;
}

.moderator-box table {
    background-color: #fff;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.comment-preview {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #fdfcfc;
    margin: 10px 0;
    padding: 5px;
}

.comment-preview:last-of-type {
    margin-bottom: 0;
}

.comment-preview .row {
    margin: 0;
}

.comment-preview .content-left {
    margin: 0;
    padding: 0;
    width: 100%;
}

.comment-preview .content-left .right-c .card-title {
    color: #636c72;
    font-weight: bold;
    word-break: break-word;
}

.comment-preview .content-left .right-c .card-description {
    color: #212529;
    padding-left: 0;
    text-align: left;
}

.comment-preview .content-left .right-c .info-p {
    color: #636c72;
    font-size: 13px;
}

.comment-preview .left-c {
    padding: 0;
}

.comment-preview .content-right .card-title {
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .comment-preview .img-cover {
        margin-left: 15px;
        margin-bottom: 10px;
    }
}

.rec-com-img {
    height: 70px !important;
    width: 70px !important;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.subcategSticky.sticky-top {
    background-color: #fff;
    top: 76px;
    z-index: 1019;
    padding: 0 !important;
    margin-left: -15px;
    margin-right: -15px !important;
}

.subcategSticky.sticky-top hr {
    display: none;
}

@media (max-width: 767px) {
    .subcategSticky.sticky-top {
        top: 170px !important;
    }
}

@media (max-width: 991px) {
    .subcategSticky.sticky-top {
        top: 33px;
    }
}

.list-inline {
    background: #fff;
    border-bottom: 2px solid #343A40;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dedede;
    display: flex;
    min-height: 30px;
    padding-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
}

.list-inline:not(:last-child) {
    margin-right: 0;
}

.list-inline .list-inline-item {
    align-items: center;
    border-right: none;
    display: flex;
    justify-content: center;
    margin-right: 0;
    padding: 0;
    transition: all .2s ease;
    border-bottom: 1px solid #dedede;
    max-width: 14.266667% !important;
}

.list-inline .list-inline-item:focus, .list-inline .list-inline-item:hover {
    background-color: rgba(222, 222, 222, 0.1);
}

.list-inline .list-inline-item:not(:last-of-type) {
    border-right: 1px solid #dedede;
}

@media (max-width: 575px) {
    .list-inline .list-inline-item {
        max-width: 50% !important;
    }

    .list-inline .list-inline-item:last-of-type {
        border-right: 1px solid #dedede;
    }

    .list-inline .list-inline-item:nth-of-type(2n):not(:last-of-type) {
        border-right: 0;
    }
}

.list-inline .list-inline-item a {
    align-items: center;
    border: 0;
    color: inherit;
    display: flex;
    font-size: 11px;
    height: 100%;
    justify-content: center;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease;
    width: 100%;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.list-group-flush .summary {
    color: #636c72;
    font-size: 13px;
    padding: 10px 10px 5px;
}

.list-group-flush .pagination {
    font-size: 12px;
    padding: 5px 10px 10px;
}

.list-group-flush .pagination li {
    padding: 0 3px;
}

.list-group-flush .pagination li a {
    color: #636c72;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.nav-tabs li a.active {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.05);
    border: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 13px 30px 8px;
    text-decoration: none;
}

.active-tab-link, .user-settings-tab li.active a {
    color: #999;
    height: 48px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.05);
    border: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 13px 30px 8px;
    text-decoration: none;
}

.nav-tabs li a {
    display: block;
    padding: 13px 30px 8px;
    text-decoration: none;
    color: #999;
    height: 48px;
}

.featured-genreview-tabs li:last-of-type a,
.texte-main-tabs li:last-of-type a {
    display: flex !important;
}

.nav-tabs li {
    z-index: 2;
}

.nav.nav-tabs {
    height: 48px;
    margin-left: 30px;
    position: relative;
}

.nav.nav-tabs::before {
    background: #dee2e6;
    bottom: -1px;
    content: '';
    height: 1px;
    left: -35px;
    position: absolute;
    width: 35px;
}

.nav.nav-tabs .nav-item {
    margin-top: 2px;
}

.nav.nav-tabs .nav-item .nav-link {
    align-items: center;
    border-color: transparent;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    font-weight: bold;
    height: 46px;
    justify-content: center;
    padding: 13px 45px;
    transition: all .2s ease;
}

.nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.07);
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
}

.tabs-top-bar .nav.nav-tabs::after {
    background: #343A40;
    content: '';
    height: 2px;
    left: -33px;
    position: absolute;
    top: 7px;
    width: 103.3%;
    z-index: 1;
}

.tabs-top-bar .nav.nav-tabs .nav-item {
    z-index: 2;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .tab-col-content .art-info,
    .featured-text-tabs .art-info {
        flex-direction: column;
    }

    .tab-col-content .art-info .art-date,
    .featured-text-tabs .art-info .art-date {
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tab-col-content .art-info,
    .featured-text-tabs .art-info {
        justify-content: space-between;
    }
}

.tab-col-content .title,
.featured-text-tabs .title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 0;
}

.tab-col-content .title a,
.featured-text-tabs .title a {
    color: #636c72;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.tab-col-content .title a:focus, .tab-col-content .title a:hover,
.featured-text-tabs .title a:focus,
.featured-text-tabs .title a:hover {
    color: rgba(99, 108, 114, 0.5);
}

.tab-col-content .auth,
.featured-text-tabs .auth {
    margin-bottom: 1rem;
    font-size: 14px;
}

.tab-col-content .auth a,
.featured-text-tabs .auth a {
    color: rgba(99, 108, 114, 0.8);
    text-decoration: none;
    transition: all .2s ease;
}

.tab-col-content .auth a:focus, .tab-col-content .auth a:hover,
.featured-text-tabs .auth a:focus,
.featured-text-tabs .auth a:hover {
    color: rgba(99, 108, 114, 0.6);
}

.tab-col-content .text,
.featured-text-tabs .text {
    letter-spacing: 0.001em;
    font-size: 13px;
    line-height: 19px;
    color: #7c7777;
}

.tab-col-content .card-description,
.featured-text-tabs .card-description {
    white-space: initial !important;
}

.featured-text-tabs .nav-tabs {
    display: flex;
    height: auto;
}

.featured-text-tabs .nav-tabs li {
    flex: 1;
}

.featured-text-tabs .nav-tabs a,
.featured-text-tabs .nav-tabs a.active {
    margin-bottom: -1px;
    flex: 1;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .homepage-tabs .nav-link {
        font-size: 11px;
    }

    .homepage-tabs .nav-tabs {
        padding-left: 0;
    }

    .genre-index .nav-tabs,
    .homepage-tabs .nav-tabs {
        display: flex;
        height: auto;
    }

    .genre-index .nav-tabs li,
    .homepage-tabs .nav-tabs li {
        flex: 1;
    }

    .homepage-tabs .nav-tabs a,
    .homepage-tabs .nav-tabs a.active,
    .genre-index .nav-tabs a,
    .genre-index .nav-tabs a.active {
        margin-bottom: -1px;
        flex: 1;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.featured-text-tabs {
    padding-right: 0;
}

.featured-text-tabs .nav.nav-tabs {
    margin-left: 0;
}

.featured-text-tabs .nav.nav-tabs::before {
    content: '';
    content: none;
}

.featured-text-tabs .nav.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-top: 2px;
}

.featured-text-tabs .nav.nav-tabs .nav-item .nav-link {
    padding: 13px 8px;
}

@media (max-width: 1159px) {
    .featured-text-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 4px;
        font-size: 13px;
    }
}

@media (min-width: 767px) and (max-width: 791px) {
    .featured-text-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 3px;
        font-size: 12px;
    }
}

@media (max-width: 765px) {
    .featured-text-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 30px;
        font-size: 14px;
    }
}

@media (max-width: 499px) {
    .featured-text-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 6px;
    }
}

.featured-text-tabs .tab-content {
    margin-left: 5px;
}

.featured-text-tabs .art-date {
    font-size: 13px;
}

@media (max-width: 575px) {
    .featured-text-tabs .art-info {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .featured-text-tabs .art-info .art-date {
        margin-left: 0;
    }
}

.featured-text-tabs .section-title {
    padding-bottom: 10px;
}

.featured-text-tabs .tab-pane {
    border: 1px solid #dedede;
    border-top: 0;
    padding: 9px 16px 30px;
    margin: -1px 0 0 -5px;
}

@media (max-width: 767px) {
    .featured-text-tabs .text-c .card-description {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .featured-text-tabs {
        padding-left: 0;
    }
}

.searchTabIcon {
    margin-bottom: 0;
}

.texte-main-tabs {
    margin-top: 20px;
}

.texte-main-tabs .list-group-flush {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .texte-main-tabs .text-c .card-description {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .texte-main-tabs .text-c .card-description {
        text-align: center !important;
    }
}

.texte-main-tabs .tab-content {
    margin-top: 10px;
}

.texte-main-tabs .nav.nav-tabs::before {
    left: -30px;
    width: 31px;
}

.texte-main-tabs .nav.nav-tabs::after {
    left: -31px;
    width: 103.2%;
}

@media (max-width: 509px) {
    .texte-main-tabs .nav.nav-tabs {
        margin-left: 0;
    }

    .texte-main-tabs .nav.nav-tabs::before {
        content: '';
        content: none;
    }

    .texte-main-tabs .nav.nav-tabs::after {
        left: -9px;
    }
}

@media (max-width: 1139px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        font-size: 14px;
        padding: 13px 30px;
    }
}

@media (max-width: 929px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        padding: 13px 15px;
    }
}

@media (max-width: 766px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        padding: 13px 35px;
    }
}

@media (max-width: 669px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        padding: 13px 20px;
    }
}

@media (max-width: 512px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        padding: 13px 10px;
    }
}

@media (max-width: 402px) {
    .texte-main-tabs .nav.nav-tabs .nav-link {
        padding: 13px 3px;
        font-size: 12px;
    }
}

.texte-main-tabs .art-info {
    justify-content: space-between;
}

@media (max-width: 575px) {
    .texte-main-tabs .art-info {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .texte-main-tabs .data {
        flex-direction: row !important;
    }

    .texte-main-tabs .data p {
        padding: 0 3px;
    }
}

@media (max-width: 575px) {
    .texte-main-tabs .list-group-item {
        padding-left: 0;
        padding-right: 0;
    }

    .texte-main-tabs .list-group-item .data {
        order: 1;
    }

    .texte-main-tabs .list-group-item .img {
        justify-content: center;
        order: 2;
        padding: 10px 0;
    }

    .texte-main-tabs .list-group-item .text {
        order: 3;
        text-align: center;
    }
}

.texte-main-tabs .art-info .item {
    font-size: 13px;
}

.texte-main-tabs .art-info .item:first-of-type {
    padding-left: 0;
}

.texte-main-tabs .art-info a {
    color: rgba(99, 108, 114, 0.8);
    text-decoration: none;
    transition: all .2s ease;
}

.texte-main-tabs hr {
    height: 1px;
    width: 100%;
}

.texte-main-tabs .item-mini-article-list .row .text .text-c .card-description {
    text-align: left;
}

.texte-main-tabs .item-mini-article-list .row .text .text-c .card-title {
    word-wrap: break-word !important;
}

.texte-main-tabs li.list-group-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
    position: relative;
}

.texte-main-tabs li.list-group-item::after {
    content: "";
    position: absolute;
    width: 93%;
    height: 1px;
    left: 3%;
    background: rgba(0, 0, 0, 0.1);
}

.texte-main-tabs .list-group-item hr {
    display: none;
}

.searchTabIcon {
    font-size: 0.9em;
}

#searchTabInput {
    border-bottom: 0 !important;
    width: 60px;
    min-width: 60px;
    font-weight: bold;
}

#searchTabInput::placeholder {
    color: rgba(99, 108, 114, 0.8);
    font-weight: bold;
    font-size: 15px;
}

#searchTabInput:hover {
    cursor: pointer;
}

#searchTabInput:hover::placeholder {
    color: rgba(99, 108, 114, 0.6);
}

#searchTabInput:-webkit-autofill {
    background-color: red !important;
}

.tab-content .tab-pane .tabs-rows {
    border: 1px solid #dedede;
    margin: -1px 0 0;
    padding-bottom: 30px;
    padding-top: 9px;
}

.tab-content .tab-pane .section-c {
    width: 100%;
}

.tab-content.printable {
    border-radius: 0;
}

@media (max-width: 575px) {
    .homepage-tabs .text-c .art-info {
        flex-direction: row !important;
        justify-content: space-between;
    }

    .homepage-tabs .text-c .art-info .right {
        flex-direction: row !important;
    }

    .homepage-tabs .text-c .art-info .right .item:first-of-type {
        margin-top: 0 !important;
        margin-right: 6px;
    }
}

@media (max-width: 991px) {
    .homepage-tabs .text-c .art-info .right {
        flex-direction: column;
        align-items: flex-start;
    }

    .homepage-tabs .text-c .art-info .right .item {
        padding: 0;
        border: 0;
        margin: 0;
    }

    .homepage-tabs .text-c .art-info .right .item:first-of-type {
        margin-top: 5px;
    }
}

@media (max-width: 1299px) {
    .homepage-tabs .text-c .art-info {
        flex-direction: column;
    }

    .homepage-tabs .text-c .art-info .art-date {
        margin-left: 0;
    }
}

.homepage-tabs .nav.nav-tabs::after {
    left: -30px;
}

.homepage-tabs .nav.nav-tabs::before {
    content: '';
    content: none;
}

@media (max-width: 509px) {
    .homepage-tabs .nav.nav-tabs {
        margin-left: 0;
    }

    .homepage-tabs .nav.nav-tabs::before {
        content: '';
        content: none;
    }

    .homepage-tabs .nav.nav-tabs::after {
        left: -9px;
    }
}

.homepage-tabs .nav.nav-tabs .nav-item .nav-link {
    padding: 13px 25px;
}

.homepage-tabs .tab-content .tab-pane .tabs-rows {
    padding: 20px 20px 30px;
}

.homepage-tabs .tab-content .tab-pane .tabs-rows .col:first-of-type {
    border-right: 1px solid #dedede;
    padding-right: 30px;
}

.homepage-tabs .tab-content .tab-pane .tabs-rows .col:last-of-type {
    padding-left: 30px;
}

.homepage-tabs h1, .homepage-tabs h2, .homepage-tabs h3, .homepage-tabs h4, .homepage-tabs h5 {
    font-size: 15px;
    margin-bottom: 10px;
}

.homepage-tabs ul, .homepage-tabs ol {
    padding-left: 2em;
}

.homepage-tabs .tab-content .text img {
    object-fit: contain;
}

.featured-genreview-tabs {
    margin-left: 3px;
    margin-top: 45px;
}

.featured-genreview-tabs .tab-pane {
    padding: 0 !important;
    margin-top: -10px !important;
}

@media (max-width: 366px) {
    .featured-genreview-tabs .nav.nav-tabs .nav-link {
        padding: 13px 20px;
    }
}

@media (max-width: 366px) {
    .featured-genreview-tabs .nav.nav-tabs .nav-link {
        padding: 13px 20px;
    }
}

@media (max-width: 509px) {
    .featured-genreview-tabs .nav.nav-tabs::after {
        left: -9px;
    }
}

.featured-genreview-tabs .summary,
.featured-genreview-tabs .pagination {
    padding-left: 30px;
}

.featured-genreview-tabs .empty {
    padding: 10px;
}

.featured-genreview-tabs i {
    padding-right: 10px;
}

.featured-genreview-tabs .searchTabInput {
    border: 0;
    font-weight: bold;
    margin-right: -30px;
    padding: 0 10px;
    width: 110px;
}

.featured-genreview-tabs .searchTabInput:focus, .featured-genreview-tabs .searchTabInput:hover {
    cursor: pointer;
}

.featured-genreview-tabs .searchTabInput::placeholder {
    font-weight: bold;
    color: #636c72;
    transition: all .2s ease;
}

.featured-genreview-tabs .searchTabInput:focus::placeholder {
    color: rgba(99, 108, 114, 0.8);
}

.featured-genreview-tabs .tab-pane {
    margin-top: 0;
}

.featured-genreview-tabs .tabs-top-bar .nav.nav-tabs::before {
    left: -30px;
    width: 31px;
}

.featured-genreview-tabs .list-group-item {
    border: 0;
    padding: 0;
}

.featured-genreview-tabs .list-group-item:first-of-type {
    margin-top: 0;
}

.featured-genreview-tabs .list-group-item .item.mini-article-list {
    padding-top: 0;
}

.featured-genreview-tabs .list-group-item .item.mini-article-list hr {
    margin-bottom: 0;
}

.featured-genreview-tabs .list-group-item .item.mini-article-list .art-info a {
    color: rgba(99, 108, 114, 0.8);
}

.featured-genreview-tabs #searchTabInput {
    border-bottom: 0 !important;
    width: 60px;
}

.nav.nav-tabs .nav-item .nav-link form input[type="text"] {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .genre-index .art-info {
        flex-direction: row;
    }
}

@media (max-width: 575px) {
    .genre-index .item.mini-article-list .data {
        flex-direction: row;
    }
}

@media (max-width: 575px) {
    .genre-index .item.mini-article-list .data p {
        padding: 0 5px;
    }
}

.genre-index .tab-pane,
.genre-view .tab-pane {
    border: 1px solid #dedede;
    border-top: none;
    padding: 20px;
}

.genre-index .nav.nav-tabs::before,
.genre-view .nav.nav-tabs::before {
    left: -29px;
    width: 30px;
}

.genre-index .art-info,
.genre-view .art-info {
    justify-content: space-between;
}

@media (max-width: 499px) {
    .genre-index .nav.nav-tabs,
    .genre-view .nav.nav-tabs {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .genre-index .nav.nav-tabs::before,
    .genre-view .nav.nav-tabs::before {
        content: '';
        content: none;
    }
}

@media (max-width: 1029px) {
    .genre-index .nav.nav-tabs .nav-item .nav-link,
    .genre-view .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 20px;
    }
}

@media (max-width: 449px) {
    .genre-index .nav.nav-tabs .nav-item .nav-link,
    .genre-view .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 4px;
    }
}

.tabs-profile .tab-rows {
    border: 1px solid #dedede;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tabs-profile .nav.nav-tabs::before {
    left: -30px;
    width: 33px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

#authors-A {
    border: 0;
}

.litera-index {
    color: #636c72;
}

.litera-index.sticky-top {
    background: #fff;
    top: 107px;
}

.index-row {
    margin-top: 14px;
}

.author-index-page {
    margin-top: 1.5rem;
}

.author-index-page .section-title {
    padding-bottom: 20px;
}

.author-index-row {
    flex-flow: row wrap;
    margin: 0 -4px;
}

.author-index-row .list-inline-item a {
    height: 100%;
    padding: 3px 10px;
}

.author-index-c {
    padding: 10px 13px;
}

.author-index-c .litera-index {
    z-index: 1000 !important;
}

.author-index-c::after {
    background-color: #dedede;
    content: '';
    height: 1px;
    margin-top: 17px;
    width: 100%;
}

.m-222 {
    margin-top: 222px !important;
}

.recentlyRecomAuthor {
    border-right: 1px solid #dedede;
}

.recentlyRecomAuthor .card-deck {
    display: flex;
    flex-direction: column;
}

.author-mini .img {
    padding: 0;
}

.author-mini .text {
    justify-content: flex-start !important;
}

.author-mini .text .card-title {
    padding-top: 0;
    margin-top: 0;
}

.author-mini-indexed .img img {
    margin: 0;
}

.recentText {
    margin: 0 !important;
}

.list-group-index-extended:last-child .list-group-item:last-child {
    border-bottom: 1px solid #dedede !important;
}

.author-index-extended .container-main--left form {
    display: flex;
}

.author-index-extended .container-main--left form input {
    padding-left: 10px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.author-view-c .card-image {
    height: 170px;
    margin-left: 15px;
    margin-bottom: 10px;
    object-fit: contain;
    padding: 0;
    width: 170px;
}

.author-view-c .additional-info {
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 13px;
}

.author-view-c .additional-info strong {
    padding-right: 5px;
}

.author-view-c .author-description-user-action {
    display: block;
}

.author-view-c .author-description-full {
    transform-origin: top;
    transition-delay: .5s;
    transition: 1s;
    opacity: 0;
    white-space: pre-wrap;
}

.author-view-c .fadeIn {
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.author-view-c .author-texts-c {
    padding-top: 3px;
}

@media (max-width: 768px) {
    .author-view-c .author-texts-c {
        margin-top: 20px;
    }
}

.author-view-c .author-texts-c .card-deck {
    flex-direction: row;
    flex-flow: row wrap;
}

.author-view-c .author-texts-c .card-deck .card {
    border: none;
    flex: auto;
    justify-content: space-between;
    margin: 10px 0;
    position: relative;
}

.author-view-c .author-texts-c .card-deck .card:not(:last-of-type)::before {
    background: #dedede;
    bottom: -10px;
    content: '';
    height: 1px;
    position: absolute;
    right: 6px;
    width: 100%;
}

.author-view-c .author-texts-c .collections-deck .card-image {
    height: 130px;
    max-height: 130px;
    width: 130px;
    padding: 0;
}

.author-view-c .author-texts-c .collections-deck .card::before {
    right: 0 !important;
}

.author-view-c .author-texts-c .collections-deck .card:last-of-type::before {
    background: #dedede;
    bottom: -10px;
    content: '';
    height: 1px;
    position: absolute;
    right: 6px;
    width: 100%;
}

@media (max-width: 991px) {
    .author-view-c .author-texts-c .collections-deck .card:not(:last-of-type)::before {
        right: 0;
    }
}

.author-view-c .author-texts-c .collections-deck .card::after {
    content: none;
    content: '';
}

.author-view-c .card-title {
    color: #636c72;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.author-view-c .card-subtitle {
    font-family: "Open Sans", sans-serif;
    color: rgba(99, 108, 114, 0.8);
    font-size: 12px;
    padding: 10px 0;
}

.author-view-c .card-text {
    color: #7c7777;
    font-size: 13px;
    letter-spacing: .001em;
    line-height: 19px;
    padding-top: 10px;
    word-break: break-word;
}

.author-view-c .card-image {
    padding: 0 10px;
}

.author-view-c p {
    color: #7c7777;
}

.author-view-c .author-works {
    border: 0;
}

@media (min-width: 576px) and (max-width: 1137px) {
    .author-view-c .author-works .art-info {
        justify-content: flex-start;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .author-view-c .author-works .art-info {
        justify-content: space-between;
    }
}

.author-collections-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.author-collections-card .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.author-collections-card .left {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.author-collections-card .left .card-title {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 576px) {
    .author-collections-card .left {
        text-align: center;
    }
}

.author-collections-card .right {
    display: flex;
    justify-content: center;
}

@media (max-width: 576px) {
    .author-collections-card .right {
        padding-top: 20px;
    }
}

.collections-deck .card-col-block-footer {
    padding-left: 15px;
}

@media (max-width: 576px) {
    .collections-deck .card-col-block-footer {
        text-align: center;
    }
}

.author-view-recent-com .card-title {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.author-view-recent-com .info-p {
    font-size: 13px;
    line-height: 1;
}

.author-view-recent-com .card-description {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
}

.user-dosar-records [class*='title'] {
    color: #212529;
}

.user-dosar-records .summary {
    font-size: 12px;
    padding: 10px;
}

.user-dosar-records_old {
    margin: 20px 0;
}

.user-dosar-records_old .info {
    padding: 5px;
    border-bottom: 1px solid #dedede;
}

.user-dosar-records_old .col {
    padding: 0 5px;
    word-break: break-word;
}

.user-dosar-records_new, .user-dosar-records_old {
    background: #f8f5db;
    padding: 20px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.mini-sec-l-a {
    margin: 0;
    text-align: left;
}

.text-c,
.text-c.featured-poem {
    padding: 0 0 10px;
}

.text-c .title a,
.text-c.featured-poem .title a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

.text-c .auth,
.text-c.featured-poem .auth {
    font-size: 14px;
    margin-bottom: 1rem;
}

.text-c .text,
.text-c.featured-poem .text {
    letter-spacing: 0.001em;
    color: #7c7777;
    font-size: 13px;
    line-height: 19px;
}

.genre-view .section-mini-title {
    text-transform: uppercase;
}

.genre-view .big-section-title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.genre-view .top {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}

.genre-view .top--left {
    padding-left: 0;
}

.genre-view .top--left hr {
    margin-bottom: 0;
    margin-top: 0;
}

.genre-view .top--left .col {
    padding-bottom: 14px;
    padding-top: 10px;
}

.genre-view .top--left .two-col .col:first-of-type {
    border-right: 1px solid #dedede;
}

.genre-view .top--right {
    border-left: 1px solid #dedede;
    padding: 10px 0 0 7px;
}

.genre-view .top--right .section-title {
    padding-left: 10px;
}

.genre-view .bottom {
    padding-top: 20px;
}

.genre-view .card-description {
    text-align: left;
}

.genre-sticky {
    margin-top: -1px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.homepage-workshop-carousel {
    position: relative;
    padding-bottom: 10px;
}

.homepage-workshop-carousel .carousel-item {
    flex-direction: column;
}

.homepage-workshop-carousel .owl-nav button {
    position: absolute;
    top: -20%;
}

.homepage-workshop-carousel .owl-nav button.owl-prev {
    left: 0;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.homepage-workshop-carousel .owl-nav button.owl-next {
    right: 0;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.homepage-workshop-carousel .owl-nav button span {
    font-size: 40px;
}

.homepage-workshop-carousel .owl-nav button:focus {
    outline-color: #fff;
}

.homepage-workshop-carousel .owl-item::after {
    background: #dedede;
    content: '';
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.login-row {
    justify-content: center;
}

.login-row label {
    padding-bottom: 10px;
}

.login-row label a {
    font-size: 13px;
}

.login-row .side-msg {
    font-size: 13px;
}

.login-row .btn {
    font-weight: bold;
    text-transform: uppercase;
}

.basic-blue {
    color: #fff;
    background-color: #185a69;
}

.help-block {
    font-size: 12px;
}

.registration-register .w0-info {
    width: 98%;
    margin: 1% auto;
}

.registration-register .w0-info i {
    padding-right: 5px;
}

.field-login-form-password {
    display: flex;
    flex-direction: column;
}

.field-login-form-password label {
    order: 2;
}

.field-login-form-rememberme {
    font-size: 13px;
}

.field-login-form-login {
    margin-top: 20px;
}

label,
label a,
.side-msg a,
.forgot-pass {
    font-size: 12px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.post-create #post-tip {
    display: block;
    border: 0;
    border-bottom: 2px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin: 10px 0;
    padding: 0.375rem 0.7rem;
    line-height: 1.5;
    color: #495057;
    font-size: 13px;
}

.select2-container--krajee .select2-selection {
    border: none;
    border-bottom: 2px solid #dedede;
    border-radius: 0;
    box-shadow: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #dedede;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #dedede;
}

.has-success.select2-container--krajee .select2-dropdown, .has-success .select2-container--krajee .select2-selection {
    border-bottom: 2px solid #dedede;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.featured-texte-article {
    border-right: 1px solid #dedede;
    padding-right: 18px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .featured-texte-article {
        border-right: 0;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.featured-texte-article .section-title, .featured-texte-article .text-c {
    text-align: left;
}

.featured-texte-article .text-c .art-auth,
.featured-texte-article .text-c, .featured-texte-article .art-info {
    justify-content: flex-start;
}

.section-c.main-article.left-align-main-article .card-title {
    padding-left: 0;
}

.section-c.main-article.left-align-main-article .card-title, .section-c.main-article.left-align-main-article .card-description {
    text-align: left;
}

.section-c.main-article.left-align-main-article .art-info .views {
    padding-left: 0;
}

.section-c.main-article.left-align-main-article .art-auth {
    font-size: 13px;
}

.texte-sticky {
    flex-flow: row wrap;
}

.texte-sticky .list-inline-item {
    margin: 0;
}

.texte-sticky .list-inline-item a {
    height: 100%;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.post-view-main-text .text-body {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.6em;
    white-space: pre-wrap;
}

.post-view-main-text .text-body img {
    max-width: 100%;
}

.post-view-main-text .text-body ul,
.post-view-main-text .text-body ol {
    padding-left: 2em;
}

.post-view-main-text .text-body h2 {
    margin-bottom: .7em;
}

.post-view-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .post-view-sidebar .card-info {
        flex-direction: column;
        align-items: flex-end;
    }

    .post-view-sidebar .card-info .icon {
        order: 1;
    }

    .post-view-sidebar .card-info .text {
        order: 2;
    }
}

.post-view-sidebar .recommended-c {
    padding: 10px 0;
    word-wrap: break-word;
}

.post-view-sidebar .recommended-c .section-title {
    font-size: 21px;
    text-align: right;
}

.post-view-sidebar .recommended-c .text-c {
    text-align: right;
}

.post-view-sidebar .recommended-c .text-c .title a {
    color: #636c72;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.post-view-sidebar .recommended-c .text-c .title a:focus, .post-view-sidebar .recommended-c .text-c .title a:hover {
    color: rgba(99, 108, 114, 0.7);
}

.post-view-sidebar .recommended-c .text-c .credit-area a {
    font-family: "Open Sans", sans-serif;
    color: #636c72;
    font-size: 13px;
    text-decoration: none;
    transition: all .2s ease;
}

.post-view-sidebar .recommended-c .text-c .credit-area a:focus, .post-view-sidebar .recommended-c .text-c .credit-area a:hover {
    color: rgba(99, 108, 114, 0.8);
}

.interact-c .voting-ctn {
    align-items: center;
    display: flex;
    padding-left: 20px;
}

.interact-c .voting-ctn:hover {
    cursor: default;
}

.interact-c .voting-ctn span {
    padding: 0 3px;
}

.interact-c .voting-ctn i {
    padding: 0 2px;
    font-size: 20px;
    color: rgba(33, 37, 41, 0.7);
    transition: all .3s ease;
}

.interact-c .voting-ctn i:first-of-type {
    padding-right: 10px;
}

.interact-c .voting-ctn i:last-of-type {
    padding-left: 10px;
}

.interact-c .voting-ctn i:hover {
    cursor: pointer;
    color: #212529;
}

.interact-c .details-ctn {
    text-align: right;
    padding-left: 20px;
}

.sidebar-comments-read + form {
    padding-left: 15px;
}

.comment-row {
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .comment-row .comments-read {
        order: 2;
    }
}

.comment-row .comments-read .dropdown-menu.show {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    top: -2px !important;
}

.comment-row .comments-read .dropdown-menu.show li {
    padding: 0;
    border-bottom: 1px solid #dedede;
}

.comment-row .comments-read .dropdown-menu.show li:last-of-type {
    border-bottom: 0;
}

.comment-row .comments-read .dropdown-menu.show li a {
    display: block;
    padding: 5px 15px;
    font-size: 13px !important;
    letter-spacing: .02em;
    transition: all .5s ease;
}

.comment-row .comments-read .dropdown-menu.show li a:hover {
    background: rgba(214, 214, 214, 0.1);
}

.comment-row .comments-read .com-author {
    align-items: center;
}

.comment-row .comments-read .com-author .dropdown {
    margin: 10px auto;
}

@media (max-width: 575px) {
    .comment-row .comments-read .com-author img {
        margin: 0;
    }
}

@media (max-width: 1399px) {
    .comment-row .comments-read .com-details {
        padding-left: 0;
    }
}

@media (max-width: 1399px) {
    .comment-row .comments-read .com-details,
    .comment-row .comments-read .com-author {
        max-width: 100%;
        margin: 5px 0;
    }
}

.comment-row .comments-read .empty {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 27px;
}

@media (max-width: 767px) {
    .comment-row .comments-add .img-cover {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .comment-row .comments-add {
        order: 1;
        padding-bottom: 20px;
    }
}

.comment-row .comments-add .card {
    border-radius: 0;
    display: flex;
    flex-direction: row;
}

.comment-row .comments-add .card .card-img {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.comment-row .comments-add .card .card-img img {
    height: 124px;
    width: 124px;
}

.comment-row .comments-add .card-body .card {
    border: none;
}

.comment-row .comments-add .card-title {
    color: #7c7777;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
}

.comment-row .comments-add .card-text {
    font-size: 14px;
}

.comment-row .comments-read .card,
.comment-row .comments-add .card {
    border-radius: 0;
    background: #fdfcfc;
}

.comment-row .comments-read .card input,
.comment-row .comments-read .card textarea,
.comment-row .comments-add .card input,
.comment-row .comments-add .card textarea {
    background: #fdfcfc;
}

.comment-row .comments-read .card .card-body .com-author,
.comment-row .comments-add .card .card-body .com-author {
    padding-left: 0;
}

.comment-row .comments-read .card .card-body .com-author img,
.comment-row .comments-add .card .card-body .com-author img {
    height: 124px;
    width: 124px;
}

.comment-row .comments-read .card .card-body .com-details .title-c,
.comment-row .comments-add .card .card-body .com-details .title-c {
    display: flex;
    flex-direction: column;
}

.comment-row .comments-read .card .card-body .com-details .title-c .section-mini-title,
.comment-row .comments-add .card .card-body .com-details .title-c .section-mini-title {
    margin: 0;
    text-align: left;
    width: auto;
}

.comment-row .comments-read .card .card-body .com-details .title-c .credit-area,
.comment-row .comments-read .card .card-body .com-details .title-c .credit-area a,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area a {
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    font-size: 13px;
    transition: all .2s ease;
}

.comment-row .comments-read .card .card-body .com-details .title-c .credit-area span,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area span {
    text-transform: lowercase;
}

.comment-row .comments-read .card .card-body .com-details .title-c .credit-area a:focus, .comment-row .comments-read .card .card-body .com-details .title-c .credit-area a:hover,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area a:focus,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area a:hover {
    color: rgba(198, 198, 198, 0.8);
}

.comment-row .comments-read .card .card-body .com-details .title-c .credit-area small,
.comment-row .comments-add .card .card-body .com-details .title-c .credit-area small {
    text-transform: lowercase;
}

.comment-row .comments-read .card .card-body .com-details .text-c .text-body,
.comment-row .comments-add .card .card-body .com-details .text-c .text-body {
    font-size: 14px;
    line-height: 23px;
    white-space: pre-wrap;
}

.comment-row .comments-read .card .card-body .com-details .text-c .text-body a,
.comment-row .comments-add .card .card-body .com-details .text-c .text-body a {
    color: #413c3c;
}

.comment-row .comments-read .card .card-body .com-details .interact-c .row,
.comment-row .comments-add .card .card-body .com-details .interact-c .row {
    display: flex;
    justify-content: space-between;
}

.comment-row .comments-read .card .card-body .com-details .interact-c .row a,
.comment-row .comments-add .card .card-body .com-details .interact-c .row a {
    color: #7c7777;
    font-size: 14px;
}

.comment-row .comments-read .card .card-body .com-details .interact-c .row .left,
.comment-row .comments-add .card .card-body .com-details .interact-c .row .left {
    align-items: flex-end;
    display: flex;
    padding-left: 0;
    text-align: left;
}

.comment-row .comments-read .card .card-body .com-details .interact-c .row .right,
.comment-row .comments-add .card .card-body .com-details .interact-c .row .right {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
}

.comment-row .comments-read .card .card-body .com-details .interact-c .row .right i,
.comment-row .comments-add .card .card-body .com-details .interact-c .row .right i {
    color: #413c3c;
}

.comment-row .comments-read .list-view .summary,
.comment-row .comments-add .list-view .summary {
    font-size: 13px;
    padding: 10px 10px 15px 0;
}

.post-view .author-area {
    display: flex;
    margin-bottom: 2rem;
}

.post-view .author-area .ago-img-ctn-flex {
    flex: 0 100px;
}

.post-view .author-area > div:last-child {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding-left: 1rem;
}

.post-view .author-area > div:last-child * {
    margin: 0;
}

.work-details .card-info .text-info-c {
    align-items: center;
    font-size: 11px;
    font-weight: lighter;
    display: flex;
}

.work-details .card-info .text-info-c i {
    font-size: 6px;
}

.work-details .card-info .text-info-c span {
    margin: 0 3px;
}

.work-details .left {
    flex-direction: column;
    display: flex;
}

.work-details .left .card-title-big {
    align-items: flex-start;
    color: #636c72;
    display: flex;
    font-size: 44px !important;
    margin-top: 0;
}

.work-details .left .card-title-big i {
    padding-top: 10px;
}

.work-details .left .card-title-big small {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.work-details .left .text-info-c {
    color: #636c72;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.work-details .left .text-info-c .card-date {
    display: flex;
}

.work-details .left .text-info-c .card-date i {
    font-size: 7px;
    display: flex;
    align-items: center;
}

.work-details .left .text-info-c .card-date .categ,
.work-details .left .text-info-c .card-date .date {
    font-size: 12px;
}

.work-details .left .text-info-c .card-date .categ {
    padding-right: 5px;
    text-transform: uppercase;
}

.work-details .left .text-info-c .card-date .date {
    padding-left: 5px;
}

.work-details .left .text-info-c .card-stats {
    align-items: center;
    display: flex;
    padding-left: 10px;
}

.work-details .right {
    display: flex;
    justify-content: flex-end;
}

.work-details .right .card-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.work-details .right .card-info .text {
    align-items: flex-end;
    color: #636c72;
    display: flex;
    flex-direction: column;
    text-align: right;
    transition: all .2s ease;
}

.work-details .right .card-info .text:focus, .work-details .right .card-info .text:hover {
    color: rgba(99, 108, 114, 0.8);
}

.work-details .right .card-info .text .author-quote {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: lighter;
    text-align: right;
    padding-right: 0;
}

.work-details .right .card-info .icon img {
    height: 100px;
    margin-left: 10px;
    width: 160px;
    object-fit: contain !important;
}

/*subscription switch*/
/*switch label*/
.field-subscriptionform-subscribe label {
    color: #7c7777;
    padding-left: 10px;
}

/*switch container*/
.bootstrap-switch {
    border-radius: 0;
    margin: 10px;
}

/*off and on switch*/
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
    border-radius: 0;
}

/*off switch*/
/*on switch*/
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
    border-color: #ccc;
}

/*switch label*/
/*switch status*/
.status {
    display: block;
}

/*featured article*/
.featured-star {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

@media (max-width: 991px) {
    .featured-star {
        justify-content: flex-start;
    }
}

.featured-star i {
    color: #ff1e00;
    font-size: 3em;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

@media (min-width: 768px) and (max-width: 991px) {
    .subject-index .card-deck .card.card-subject-c:nth-of-type(2n-1) {
        border-right: 1px solid #dedede;
    }
}

@media (min-width: 992px) {
    .subject-index .card-deck .card.card-subject-c:nth-of-type(1n):not(:nth-of-type(4n)) {
        border-right: 1px solid #dedede;
    }
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.subject-view .card-img {
    max-height: 500px;
    object-fit: cover;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.settings-profile .profile-form {
    padding-top: 0;
    padding-left: 30px;
}

.settings-profile .profile-form label {
    font-weight: bold;
}

.alert-success {
    border-radius: 0;
}

.help-block {
    padding: 3px 0 0 6px;
    color: #ff1e00;
}

@media (max-width: 767px) {
    .user-account .left {
        padding: 10px 15px 20px;
    }

    .user-account .right {
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid #dedede;
    }
}

.user-account .panel-body ul,
.settings-profile .panel-body ul {
    display: flex;
    flex-direction: column;
}

.user-account label,
.settings-profile label {
    font-weight: bold;
}

.user-account .right,
.settings-profile .right {
    border-left: 1px solid #dedede;
}

.user-account hr,
.settings-profile hr {
    border-top-color: #dedede;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.user-account .panel-title,
.settings-profile .panel-title {
    word-wrap: break-word;
}

.user-avatar {
    margin: 35px 10px;
}

.user-avatar-height {
    height: 150px;
}

.border-before-right {
    position: relative;
}

.border-before-right::before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #dedede;
}

.bordered-row {
    margin: 0;
    border: 1px solid #dedede;
    border-top: 0;
}

.user-settings-tab .nav.nav-tabs::before {
    left: -30px;
    width: 30px;
}

.username-title-lg {
    font-weight: 500;
    font-size: 34px;
}

.username-title-sm {
    font-weight: 500;
    font-size: 24px;
}

.change-pass-row {
    padding-left: 16px;
}

.change-pass-row input {
    margin-left: 10px;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.h3.visible-print-block {
    display: none;
}

@media print {
    .h3.visible-print-block {
        display: block;
    }

    .nav.nav-tabs.hidden-print {
        display: none;
    }
}

@media (max-width: 768px) {
    .container-main--left .white-line.details-c .details {
        margin: 0 8% !important;
    }

    .container-main--left .white-line.subtitle-c .subtitle {
        padding: 10px !important;
    }

    .nav.navbar-nav .dropdown #burger-menu-dropdown {
        left: -7px !important;
    }

    .container-main--left-info--section-left .section-c:last-of-type {
        border-bottom: 1px solid #dedede !important;
    }

    .container-main--right .section-c.editorial {
        padding: 15px 10px 30px !important;
    }

    .section-c.category-article {
        margin: 20px 0 !important;
    }
}

#main-header .container.p2 .upper-login .nav.navbar-nav .dropdown #burger-menu-dropdown {
    top: 15px !important;
    left: -8px !important;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

body,
html {
    font: 15px "Montserrat", sans-serif;
}

p,
.text,
.card-description,
.post-view-main-text {
    font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 17px;
}

p {
    margin-bottom: 0 !important;
}

h1,
h2,
h3 {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
}

a {
    color: rgba(99, 108, 114, 0.8);
    text-decoration: none !important;
    transition: all .2s ease;
    font-family: "Open Sans", sans-serif;
}

a:focus, a:hover {
    color: rgba(99, 108, 114, 0.6);
}

footer {
    color: #636c72;
}

[class^="title"] a, [class$="title"] a {
    font-family: "Open Sans Condensed", sans-serif;
}

.big-section-title {
    color: #A5A5A5;
    font-size: 30px;
}

.section-title {
    word-wrap: break-word;
    text-transform: uppercase;
    color: #dedede;
    font-size: 26px;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    border-bottom: 0;
    padding: 4px 0;
}

.section-mini-title {
    width: 170px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    color: #7c7777;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 22px;
    font-family: "Open Sans Condensed", sans-serif;
}

.mini-section-title {
    color: #dedede;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
}

.title a {
    color: #636c72;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.title a:focus, .title a:hover {
    color: rgba(99, 108, 114, 0.8);
}

.card-title {
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 0;
    font-family: "Open Sans Condensed", sans-serif;
}

.card-title a {
    color: #636c72;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    font-weight: bold;
}

.card-title a:focus, .card-title a:hover {
    color: rgba(99, 108, 114, 0.8);
}

.topic-title {
    color: #939DA9;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.linked-topic-title {
    color: #D99D93;
}

.linked-topic-title:focus, .linked-topic-title:hover {
    color: #e0aea6;
}

.linked-tip-title {
    color: #cc7b6d;
}

.linked-tip-title:focus, .linked-tip-title:hover {
    color: #d28c80;
}

.ago-timestamp {
    color: #636c72;
    font-size: .8rem;
}

.text-danger {
    font-size: 12px;
    padding-top: 10px;
}

.auth a {
    color: #c6c6c6;
}

.auth a:hover {
    color: #a0a0a0;
}

.ago-bg-white {
    background-color: #fff;
}

.ago-bg-green {
    background-color: #96e6b3;
}

.ago-bg-blue {
    background-color: #a3d9ff;
}

.ago-bg-grey {
    background-color: #e9ecef;
}

.ago-bg-yellow {
    background-color: #fad000;
}

.ago-bg-indigo {
    background-color: #7e6b8f;
}

.ago-bg-pale-green {
    background-color: #96e6b3;
}

.ago-bg-red {
    background-color: #ff1e00;
}

.ago-bg-pale-blue {
    background-color: #a3d9ff;
}

.ago-bg-pale-yellow {
    background-color: #f2e94e;
}

.ago-bg-muted {
    background-color: #636c72;
}

.ago-c-white {
    color: #fff;
}

.ago-c-green {
    color: #96e6b3;
}

.ago-c-blue {
    color: #a3d9ff;
}

.ago-c-grey {
    color: #e9ecef;
}

.ago-c-yellow {
    color: #fad000;
}

.ago-c-indigo {
    color: #7e6b8f;
}

.ago-c-pale-green {
    color: #96e6b3;
}

.ago-c-red {
    color: #ff1e00;
}

.ago-c-pale-blue {
    color: #a3d9ff;
}

.ago-c-pale-yellow {
    color: #f2e94e;
}

.ago-c-muted {
    color: #636c72;
}

.ttup {
    text-transform: uppercase;
}

.ws-pre {
    white-space: pre-line;
}

.white-line {
    background: #fff;
}

.img-big img {
    height: 124px !important;
    max-width: 124px !important;
}

.img-small img {
    height: 72px;
    width: 72px;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-padding {
    padding: 0 !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.o-invisible {
    opacity: 0 !important;
}

.w-240 {
    width: 240px !important;
}

.h-auto {
    height: auto !important;
}

.w-auto {
    width: auto !important;
}

.o-auto {
    overflow: auto !important;
}

.brd-l-r {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.a-l {
    text-align: left !important;
}

.p-0 {
    padding: 0 !important;
}

.p-l-40 {
    padding-left: 40px;
}

.m-l-8 {
    margin-left: -8px;
}

.sp-btw {
    justify-content: space-between !important;
}

.fade-out-text {
    position: relative;
}

.fade-out-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, white 100%);
}

.w-76 {
    width: 76% !important;
}

.ver-sep {
    width: 1px;
    height: 100%;
    background: black;
    margin: 0 10px;
}

.with-b-b {
    border-bottom: 1px solid #dedede !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.p-10-15-btn {
    padding: 10px 15px;
}

.p-10-15-btn:hover {
    cursor: pointer;
}

.up-clicked {
    color: green;
    font-weight: bold;
}

.down-clicked {
    color: red;
    font-weight: bold;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-r-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mt-40 {
    margin-top: -40px;
}

img {
    max-width: 100%;
}

.art-auth {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .poems-row .col-sm-12 {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .poems-row .col-sm-12 {
        padding-left: 0;
    }
}

.poems-row .art-date {
    font-size: 13px;
    padding-left: 4px;
    padding-bottom: 15px;
}

.flex-end {
    justify-content: flex-end;
}

.no-p {
    padding-left: 0;
    padding-right: 0;
}

.m-t-2 {
    margin-top: 10px;
}

.m-t-b-20 {
    margin: 20px 0;
}

.m-t-b-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.min-h-15 {
    min-height: 15px !important;
}

.list-no-style {
    list-style: none !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.hidden {
    display: none;
}

.flex-1 {
    flex: 1 !important;
}

.flow-wrap {
    flex-flow: row wrap !important;
}

.status-new {
    background-color: rgba(163, 213, 233, 0.2) !important;
}

.status-rejected {
    background-color: rgba(168, 78, 74, 0.2) !important;
}

.status-offtopic {
    background-color: rgba(243, 237, 184, 0.2) !important;
}

.status-approved {
    background-color: rgba(172, 225, 172, 0.2) !important;
}

.status-reported {
    background-color: rgba(128, 128, 128, 0.2) !important;
}

.status-reviewed {
    background-color: rgba(128, 128, 128, 0.5) !important;
}

.no-p-r {
    padding-right: 0 !important;
}

.no-p-l {
    padding-left: 0 !important;
}

.p-l-17 {
    padding-left: 17px;
}

.p-l-7 {
    padding-left: 7px !important;
}

.no-m {
    margin: 0 !important;
}

.highlight-box {
    box-shadow: 0 0 15px #ede3a9;
    border: 3px solid #ede3a9;
}

.flash {
    position: relative;
    border: 3px solid #dedede;
    box-shadow: none;
    animation: flash-b 1s forwards;
    background: #ede3a9;
}

.flash::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(237, 227, 169, 0.5);
    z-index: -1;
    transform: scale(1.2);
    animation: flash 1s .1s forwards;
    border-radius: 0;
    opacity: 1;
}

@keyframes flash-b {
    0% {
        background: #ede3a9;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 #ede3a9;
        border: 3px solid #dedede;
    }
    50% {
        background: rgba(237, 227, 169, 0.5);
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), 0 0 0 #ede3a9;
        border: 3px solid #dedede;
    }
    100% {
        border: 3px solid #ede3a9;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2), 0 0 20px #ede3a9;
    }
}

@keyframes flash {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.bordered-right {
    border-right: 1px solid #dedede;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .d-flex {
        -ms-flex-flow: column nowrap;
    }

    .flex-1 {
        flex: auto !important;
    }

    .card-subject-c {
        min-height: 550px;
    }

    .editorial-image {
        height: 170px;
    }

    footer {
        max-width: 1425px;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

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

blockquote {
    width: 90%;
    margin: 20px auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 5px solid #397B6A;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

blockquote::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    display: none;
}

blockquote::before, blockquote > svg[data-prefix="fas"]:first-child {
    color: #397B6A;
    font-size: 2.5em;
    position: absolute;
    left: 10px;
    top: 10px;
}

blockquote::after {
    content: '';
}

code,
.code,
pre {
    font-family: 'Source Code Pro';
    background: #222;
    color: grey;
    font-size: 16px;
    margin: 10px;
    padding: 20px;
    white-space: pre-wrap;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-latin;
}

ul {
    list-style-type: circle;
}

ol,
ul {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: initial;
}

ol li,
ul li {
    line-height: 1.8;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 7px !important;
}
