body {
    background: #fff; }
body.theme-dark {
    background: #202239;
    color: #ffffff;
}
.top-header {
    background: #fff; }
.theme-dark .top-header {
    background: #202239;
}

.bottom-header {
    background: #fff; }

.main-list a {
    color: #000; }

.page-main {
    padding-top: 130px; }

.homepage-top {
    margin-top: 40px; }
.homepage-top .wrapper {
    display: flex; }
@media (max-width: 860px) {
    .homepage-top .wrapper {
        flex-direction: column; } }
.homepage-top .column {
    display: flex;
    flex-direction: column; }
.homepage-top .column:first-child {
    flex: 1; }
.homepage-top .column:last-child {
    flex: 1;
    max-width: 300px;
    margin-left: 25px; }
.homepage-top .column:last-child > .inner {
    padding: 20px;
    border: 1px solid #e4e4e4; }
@media (max-width: 860px) {
    .homepage-top .column:last-child {
        max-width: none;
        margin-left: 0; } }
.homepage-top .column .box {
    margin-bottom: 20px;
    text-align: center; }
.homepage-top .column .content {
    display: flex; }
.homepage-top .column .content .left {
    max-width: 300px;
    padding: 20px;
    flex: 1;
    border: 1px solid #e4e4e4;
    margin-right: 25px; }
@media (max-width: 1200px) {
    .homepage-top .column .content .left {
        display: none; } }
.homepage-top .column .content .right {
    flex: 1; }
.homepage-top .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #942d4b; }
.homepage-top .news-list {
    display: flex;
    flex-direction: column; }
.homepage-top .news-list li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4; }
.homepage-top .news-list li a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.2em; }
.homepage-top .news-list li a:hover {
    color: #942d4b; }
.homepage-top .see-more {
    display: flex;
    justify-content: center; }
.homepage-top .see-more .btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 35px;
    padding: 0 20px;
    width: 100%;
    max-width: 175px;
    text-align: center; }
.theme-dark .homepage-top .see-more .btn-more {
    color: #ffffff;
}
.homepage-top .block-news-list {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -15px; }
@media (max-width: 1200px) {
    .homepage-top .block-news-list {
        margin: 0 -10px; } }
.homepage-top .block-news-list .content-item {
    position: relative;
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 15px;
    padding: 0 15px; }
@media (max-width: 1200px) {
    .homepage-top .block-news-list .content-item {
        padding: 0 10px; } }
.homepage-top .block-news-list .content-item:first-child {
    flex-basis: 100%;
    max-width: 100%; }
.homepage-top .block-news-list .content-item:first-child .info-block .title {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8); }
.homepage-top .block-news-list .content-item:first-child .thumb .inner {
    position: relative; }
.homepage-top .block-news-list .content-item:first-child .thumb .inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: white;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 52%); }
.homepage-top .block-news-list .content-item .info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
.homepage-top .block-news-list .content-item .info-block .category {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #942d4b;
    text-transform: uppercase; }
.homepage-top .block-news-list .content-item .info-block .title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000; }
@media (max-width: 480px) {
    .homepage-top .block-news-list .content-item .info-block .title {
        font-size: 16px; } }
.homepage-top .block-news-list .content-item .info-block .desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #6a6a6a;
    line-height: 1.4em; }
.homepage-top .block-news-list .content-item:first-child .info-block {
    position: absolute;
    left: 40px;
    bottom: 20px;
    right: 40px; }
.homepage-top .block-news-list .content-item:first-child .info-block .title {
    color: #fff;
    font-size: 42px;
    line-height: 1em; }
@media (max-width: 860px) {
    .homepage-top .block-news-list .content-item:first-child .info-block .title {
        font-size: 30px; } }
@media (max-width: 480px) {
    .homepage-top .block-news-list .content-item:first-child .info-block .title {
        font-size: 26px; } }
.homepage-top .block-news-list .content-item:first-child .info-block .category {
    color: #fff;
    margin-top: 0; }
.homepage-top .block-news-list .content-item:first-child .info-block .desc {
    display: none; }
.homepage-top .category-news-list .content-item {
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4; }
.homepage-top .category-news-list .content-item .thumb {
    flex: 1;
    max-width: 100px; }
.homepage-top .category-news-list .content-item .info {
    flex: 1;
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
.homepage-top .category-news-list .content-item .info a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.1em; }
.theme-dark .homepage-top .category-news-list .content-item .info a {
    color: #ffffff;
}
.homepage-top .category-news-list .content-item .info a:hover {
    color: #942d4b; }
.homepage-top .category-news-list .content-item .info a.username {
    font-size: 14px;
    font-weight: 400;
    color: #942d4b;
    margin-top: 5px; }
.homepage-top .category-news-list .content-item .info a.username:hover {
    color: #000; }

.banner-block {
    display: flex;
    padding: 20px;
    justify-content: center; }

.page-header {
    flex-direction: column;
    display: flex; }
.page-header .top-header {
    flex: 1; }
.page-header .top-header .wrapper {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 15px; }
.page-header .top-header .wrapper:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    left: 15px;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: #e4e4e4; }
.theme-dark .page-header .top-header .wrapper:before {
    background: #494b60;
}
.page-header .top-header .wrapper .left {
    flex: 1;
    justify-content: flex-start;
    display: flex; }
.page-header .top-header .wrapper .left .links-top {
    display: flex;
    font-size: 18px;
    color: #333; }
.page-header .top-header .wrapper .left .links-top li {
    margin-right: 13px; }
.page-header .top-header .wrapper .left .links-top li a {
    transition: all .2s ease;
    color: #646464;
    font-weight: 600; }
.page-header .top-header .wrapper .left .links-top li a:hover {
    color: #FF7F11; }
.page-header .top-header .wrapper .center {
    flex: 1;
    justify-content: center;
    display: flex; }
.page-header .top-header .wrapper .center .logo {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center; }
@media (max-width: 768px) {
    .page-header .top-header .wrapper .center .logo {
        justify-content: flex-start;
        margin-right: 30px; } }
.page-header .top-header .wrapper .right {
    flex: 1;
    justify-content: flex-end;
    display: flex; }
@media (max-width: 768px) {
    .page-header .top-header .wrapper .right {
        flex: 0; } }
.page-header .top-header .wrapper .right i {
    font-size: 22px;
    display: inline-block;
    color: #000; }
.theme-dark .page-header .top-header .wrapper .right i {
    color: #000;
}
.page-header .top-header .wrapper .right .top-buttons {
    display: flex; }
.page-header .top-header .wrapper .right .top-buttons li {
    margin: 0 5px;
    display: flex;
    margin-right: 20px; }
.page-header .top-header .wrapper .right .top-buttons li a {
    display: flex;
    font-size: 21px;
    text-transform: uppercase;
    color: #646464;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .2s ease;
    font-weight: 700; }
.theme-dark .page-header .top-header .wrapper .right .top-buttons li a {
    color: #fcfcfc;
}
.page-header .top-header .wrapper .right .top-buttons li a:hover {
    color: #FF7F11; }
.page-header .top-header .wrapper .right .top-buttons li.orange {
    width: auto;
    height: auto;
    margin-right: 0; }
.page-header .top-header .wrapper .right .top-buttons li.orange a {
    background: #FF7F11;
    border: 1px solid #FF7F11;
    color: #fff;
    width: 183px;
    height: 40px; }
.page-header .top-header .wrapper .right .top-buttons li.orange a:hover {
    color: #FF7F11;
    background: #fff; }
.page-header .context-search {
    position: relative;
    display: flex; }
.page-header .context-search i {
    font-size: 22px;
    cursor: pointer;
    transition: all .2s ease; }
.page-header .context-search i:hover {
    color: #FF7F11; }
.page-header .context-search .search-wrapper {
    position: relative;
    display: flex;
    width: 220px;
    height: 30px;
    overflow: hidden;
    margin-top: -3px;
    margin-right: 10px; }
.page-header .context-search form {
    display: flex;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease;
    overflow: hidden;
    width: 0; }
.page-header .context-search form.visible {
    width: 220px;
    visibility: visible;
    opacity: 1; }
.page-header .context-search form input[type="text"] {
    height: 30px;
    line-height: 30px;
    width: 150px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 0 10px;
    font-family: "Source Sans Pro",sans-serif;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
.page-header .context-search form input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF7F11;
    color: #fff;
    font-weight: 800;
    height: 30px;
    padding: 0;
    line-height: 30px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Source Sans Pro",sans-serif;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer; }
.page-header .context-menu {
    position: relative; }
.page-header .context-menu i {
    font-size: 22px;
    cursor: pointer;
    transition: all .2s ease; }
.page-header .context-menu i:hover {
    color: #FF7F11; }
.page-header .context-menu ul {
    position: absolute;
    font-size: 14px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border: 1px solid #ccc; }
.page-header .context-menu ul.visible {
    position: absolute;
    left: 0;
    opacity: 1;
    visibility: visible;
    top: 30px; }
.page-header .context-menu ul li {
    border-bottom: 1px solid #ccc; }
.page-header .context-menu ul li a {
    display: block;
    color: #000;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    width: 170px; }
.page-header .bottom-header {
    flex: 1; }
.page-header .bottom-header .wrapper {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 10px 15px; }
.page-header .bottom-header .wrapper .left {
    display: flex;
    flex: 1;
    justify-content: flex-start; }
.page-header .bottom-header .wrapper .center {
    display: flex;
    flex: 1;
    justify-content: center; }
.page-header .bottom-header .wrapper .center .page-menu {
    display: flex; }
.page-header .bottom-header .wrapper .center .page-menu li {
    margin: 0 17px; }
.page-header .bottom-header .wrapper .center a {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    transition: all .2s ease;
    font-weight: 600; }
.page-header .bottom-header .wrapper .center a:hover {
    color: #FF7F11; }
.page-header .bottom-header .wrapper .right {
    display: flex;
    flex: 1;
    justify-content: flex-end; }
.page-header .bottom-header .wrapper .page-menu ul {
    display: flex; }

.banner-top .wrapper {
    margin-top: 20px;
    text-align: center; }
.banner-top .wrapper a {
    display: inline-block; }

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important; } }

@media (min-width: 768px) {
    .hidden-desktop {
        display: none !important; } }

.banner-main-col {
    flex: 1 0 100%;
    max-width: 300px; }
@media (max-width: 1200px) {
    .banner-main-col {
        display: none; } }

.item-home-latest {
    display: flex;
    margin-bottom: 20px; }
@media (max-width: 480px) {
    .item-home-latest {
        flex-direction: column;
        padding: 5px; } }
.item-home-latest .left {
    flex: 1 1 100%;
    max-width: 165px; }
@media (max-width: 480px) {
    .item-home-latest .left {
        max-width: 100%; } }
.item-home-latest .right {
    flex: 1;
    padding-left: 20px; }
@media (max-width: 480px) {
    .item-home-latest .right {
        padding-left: 0; } }
.item-home-latest .right .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #000; }
@media (max-width: 480px) {
    .item-home-latest .right .title {
        margin-top: 10px; } }
.item-home-latest .right .desc {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 500;
    color: #6d7275; }

.index-main-col .page-head {
    margin-top: 0 !important;
    margin-bottom: 0; }

.page-head .title-wrap .head-title {
    color: #942d4b; }
.theme-dark .page-head .title-wrap .head-title {
    color: #ff7f11; }

.index-asided-col {
    border: 1px solid #e4e4e4; }

.page-footer {
    background: #f5f5f5;
    color: #000; }
.theme-dark .page-footer {
    color: #ffffff;
}
.page-footer a {
    transition: all .3s ease;
    color: #000 !important; }
.page-footer a:hover {
    color: #FF7F11; }
.theme-dark .page-footer a {
    color: #cccccc !important;
}
.theme-dark .page-footer a:hover {
    color: #ff7f11 !important;
}
.page-footer .footer-links li:after {
    background: #000; }
.theme-dark .page-footer .footer-links li:after {
    background: #cccccc; }
.page-footer .footer-links li a {
    transition: all .3s ease;
    color: #000; }
.page-footer .footer-links li a:hover {
    color: #FF7F11; }

.page-pagination a,
ul.pagination a {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #000; }
.page-pagination a:hover,
ul.pagination a:hover {
    color: #fff;
    border: 1px solid #688388; }

.page-pagination span,
ul.pagination span {
    border-radius: 0;
    height: 31px; }

.top-links.-guest > li:not(.upload-menu) {
    display: block; }

.user-menu-opener {
    display: flex;
    justify-content: flex-end; }

.top-links > li.user-menu > ul {
    right: 0 !important;
    left: auto !important; }

.user-menu-opener b {
    color: #000; }
.theme-dark .user-menu-opener b {
    color: #ffffff; }

.top-links > li.user-menu {
    display: block !important; }

.top-links .fa,
.top-links .fas {
    margin-right: 15px; }

.page-header .top-header .wrapper .right i {
    line-height: 42px; }

.page-header .top-header .wrapper .right i.fa-user {
    margin-right: 0; }

.content-below-ad.poll {
    text-align: left !important;
    margin-top: 30px;
    padding: 30px 20px 30px 20px !important;
    background: #f0f0f0;
    border-top: 1px solid #ccc; }
.content-below-ad.poll .forum-inner-block {
    display: flex;
    flex-direction: column; }
.content-below-ad.poll .thread-poll-block form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px; }
.content-below-ad.poll .forum-block-title {
    font-size: 28px;
    color: #000;
    line-height: 30px; }
.content-below-ad.poll input[type="email"] {
    padding: 5px 10px;
    line-height: 22px;
    font-size: 16px;
    font-family: "Source Sans Pro",sans-serif;
    color: #000;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px; }
.content-below-ad.poll input[type="submit"] {
    background: #FF7F11;
    border: 1px solid #FF7F11;
    color: #fff;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer;
    font-family: "Source Sans Pro",sans-serif;
    transition: all .3s ease;
    margin-bottom: 10px;
    border-radius: 5px; }
.content-below-ad.poll input[type="submit"]:hover {
    background: #fff;
    color: #FF7F11; }
.content-below-ad.poll [type="radio"]:checked,
.content-below-ad.poll [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
.content-below-ad.poll [type="radio"]:checked + label,
.content-below-ad.poll [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
.content-below-ad.poll [type="radio"]:checked + label:before,
.content-below-ad.poll [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
.content-below-ad.poll [type="radio"]:checked + label:after,
.content-below-ad.poll [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF7F11;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.content-below-ad.poll [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
.content-below-ad.poll [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.content-below-ad.poll .poll-radio {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 16px; }
.content-below-ad.poll .progress-bar {
    display: flex;
    background: #ccc;
    height: 20px; }
.content-below-ad.poll .progress-bar .progress-item {
    background: #FF7F11; }
.content-below-ad.poll .poll-rate {
    display: flex;
    font-size: 16px;
    margin-bottom: 8px; }
.content-below-ad.poll .poll-rate:first-child {
    margin-top: 20px; }
.content-below-ad.poll .poll-rate label {
    flex: 1;
    max-width: 200px; }
.content-below-ad.poll .poll-rate .progress-bar {
    flex: 1;
    margin: 0 15px; }
.content-below-ad.poll .poll-rate .vote-ratio {
    flex: 1;
    max-width: 100px; }

.poll-disclaimer {
    font-size: 13px;
    color: #959595;
    margin-top: 15px; }

.textpage {
    margin-top: 20px;
    font-size: 18px !important;
    line-height: 30px;
    margin: 0 auto;
    max-width: 970px; }

.page-head {
    margin-bottom: 40px; }
.page-head.big-head {
    background: #222836;
    margin-top: 0;
    padding: 40px 0; }
.theme-dark .page-head.big-head {
    background: #2b2d42;
}
.page-head.big-head .title-wrap {
    background: transparent; }
.page-head.big-head .head-title {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    color: #fff; }

.ft-sidebar-right {
    padding-right: 0; }

.display-flex {
    display: flex;
    padding-right: 15px; }
@media (max-width: 860px) {
    .display-flex {
        flex-direction: column; } }

.page-content {
    flex: 1;
    padding-right: 25px; }
@media (max-width: 860px) {
    .page-content {
        padding-right: 0; } }

.page-aside {
    flex: 1;
    max-width: 300px; }
.page-aside.upload-sidebar {
    margin: 0;
    float: none;
    flex: 1;
    max-width: 300px; }
@media (max-width: 860px) {
    .page-aside {
        flex-basis: auto;
        max-width: none; } }

.display-flex .item {
    display: flex;
    max-width: 100%; }
@media (max-width: 640px) {
    .display-flex .item {
        flex-direction: column; } }
.display-flex .item .item-title {
    padding-top: 0; }
.display-flex .item .item-title a {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700; }
.display-flex .item .desc {
    font-size: 16px;
    margin-top: 10px;
    color: #777; }
.theme-dark .display-flex .item .desc {
    color: #C4C4C4;
}
.display-flex .item .item-time {
    display: flex;
    align-items: center; }
.display-flex .item .item-time i {
    font-size: 16px;
    margin-right: 5px; }
@media (max-width: 640px) {
    .display-flex .item .item-details {
        padding: 0; } }
.display-flex .item-image {
    flex: 1;
    max-width: 165px;
    height: 100px;
    padding: 0; }
@media (max-width: 640px) {
    .display-flex .item-image {
        flex: auto;
        width: 100%;
        height: auto;
        max-width: none; }
    .display-flex .item-image img {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        transform: none; } }
.display-flex .details {
    flex: 1;
    margin-left: 20px; }
@media (max-width: 640px) {
    .display-flex .details {
        margin: 0; } }

.page-aside .homepage-top {
    margin-top: 0; }
.page-aside .homepage-top .column:last-child {
    margin-left: 0; }

.banner-content {
    margin-bottom: 30px; }

.category-desc {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px; }

.content-details .article-title {
    font-size: 31px;
    line-height: 42px; }

.user-info .page-head {
    display: flex;
    flex-direction: column; }
.user-info .page-head .social-networking-icons {
    margin: 0 !important;
    margin-top: 5px; }

.page-content {
    font-size: 12px; }

.user-info {
    width: 100px; }
@media (max-width: 640px) {
    .user-info {
        width: 100%; } }

.user-desc {
    display: flex; }

.profile-header-col {
    align-items: flex-start; }
@media (max-width: 640px) {
    .profile-header-col {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; } }

.user-avatar {
    border-radius: 50%; }

.page-head .head-title {
    color: #000; }
.theme-dark .page-head .head-title {
    color: #ffffff; }

.profile-header-col + .tabs-list li.counters {
    margin-left: 0; }

.head-title .fas {
    color: #FF7F11; }

.notifications-list li .info {
    font-size: 17px; }

.notifications-list li .date {
    font-size: 12px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 45px;
    font-size: 14px;
    color: #777; }

.page-aside .item .item-title a {
    font-size: 16px; }

.page-aside .item .desc {
    display: none; }

.page-aside .item .item-time {
    font-size: 14px;
    margin-top: 5px;
    color: #777;
    display: inline-block; }
.page-aside .item .item-time i {
    margin-right: 5px; }

.center-text .column {
    flex: 1; }
.center-text .title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px; }
.center-text .buttons-lg {
    padding: 0; }
.center-text .buttons-lg input[type="submit"] {
    width: 100%;
    display: flex;
    font-size: 30px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }

.upgrade-options [type="radio"]:checked,
.upgrade-options [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
.upgrade-options [type="radio"]:checked + label,
.upgrade-options [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    color: #666; }
.upgrade-options [type="radio"]:checked + label:before,
.upgrade-options [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
.upgrade-options [type="radio"]:checked + label {
    background: #f0f0f0; }
.upgrade-options [type="radio"]:checked + label:after,
.upgrade-options [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 22px;
    height: 22px;
    background: #194C85;
    position: absolute;
    top: calc(50% - 11px);
    transform: translateY(-50%);
    right: 29px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.upgrade-options [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
.upgrade-options [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.upgrade-options .options p {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left; }
.upgrade-options .options p label {
    padding: 30px 20px;
    width: 100%;
    display: flex;
    flex-direction: column; }
.upgrade-options .options p label b {
    font-size: 22px;
    color: #000; }
.upgrade-options .options p label span {
    font-size: 16px;
    color: #777;
    margin-top: 10px; }

.page-aside .item .item-title a {
    font-size: 14px; }

.plug-page-only .plug .top-plug .title a {
    font-size: 36px;
    line-height: 42px;
    color: #000 !important; }
.plug-page-only .plug .plug-description {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px; }
.plug-page-only .read-more-button {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
.plug-page-only .read-more-button a {
    display: inline-flex;
    height: 50px;
    font-weight: 900;
    color: #fff;
    background: #FF7F11;
    border-radius: 5px;
    font-size: 26px;
    padding: 0 40px;
    justify-content: center;
    align-items: center; }
.plug-page-only .content-author .sub-info {
    font-weight: 600;
    font-size: 12px; }
.plug-page-only .content-author a {
    font-weight: 600;
    font-size: 12px; }
.plug-page-only .content-details {
    display: inline-block;
    width: 100%;
    border-bottom: 0;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 0; }
.plug-page-only .plug .plug-description {
    margin-top: 0;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px; }
.plug-page-only .follow-user-new {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    line-height: 18px;
    font-weight: 500; }

.page-aside .item .item-title {
    max-height: 70px; }

.page-header .bottom-header .wrapper .center .page-menu li {
    flex: auto; }
.page-header .bottom-header .wrapper .center .page-menu li a {
    font-size: 18px; }

.page-header .bottom-header .wrapper .center {
    flex: 4; }

.page-menu.hidden-mobile {
    display: flex !important; }
@media (max-width: 1200px) {
    .page-menu.hidden-mobile {
        display: none !important; } }

.page-header .bottom-header .wrapper .context-menu i {
    display: block !important; }
@media (min-width: 1201px) {
    .page-header .bottom-header .wrapper .context-menu i {
        display: none !important; } }

.top-header .buttons {
    display: none; }

.page-header .buttons {
    display: none; }
.page-header .context-search i {
    width: 25px; }
.page-header.fixed .top-header .wrapper {
    padding: 10px 15px; }
.page-header.fixed2 .context-menu {
    width: 20px; }
.page-header.fixed2 .context-search .search-wrapper {
    transition: all .3s ease;
    width: 0px; }
.page-header.fixed2 .top-header .left .links-top {
    display: none; }
.page-header.fixed2 .top-header .buttons {
    display: flex;
    justify-content: flex-start; }
.page-header.fixed2 .bottom-header {
    display: none; }
@media (max-width: 1200px) {
    .page-header .context-menu {
        width: 20px; }
    .page-header .context-search {
        display: none; }
    .page-header .context-search .search-wrapper {
        transition: all .3s ease;
        width: 0px; }
    .page-header .top-header .wrapper {
        padding: 10px 15px; }
    .page-header .top-header .wrapper .left {
        flex: inherit; }
    .page-header .top-header .wrapper .left .links-top {
        display: none; }
    .page-header .top-header .wrapper .right {
        flex: inherit; }
    .page-header .top-header .wrapper .center {
        flex: inherit; }
    .page-header .top-header .wrapper .center .logo img {
        max-width: 300px; }
    .page-header .top-header .left .links-top {
        display: none; }
    .page-header .top-header .buttons {
        display: flex;
        justify-content: flex-start; }
    .page-header .bottom-header {
        display: none; } }

.context-menu ul li:last-child {
    display: none; }

.page-main {
    padding-top: 90px; }

@media (max-width: 1200px) {
    .page-main {
        padding-top: 50px; }

    .page-header .context-menu ul li:last-child {
        display: block; }
    .page-header .context-menu .context-search {
        display: block !important; }
    .page-header .context-menu .context-search .search-wrapper {
        width: 220px !important;
        margin: 10px 5px; } }
@media (max-width: 640px) {
    .page-header .top-header .wrapper .center .logo img {
        max-width: 180px; } }
.category-desc {
    text-align: center; }

.theme-dark .page-header .top-header .wrapper .right i.fa-user {
	color: #fff; }

/*# sourceMappingURL=mods.css.map */