@charset "UTF-8"; /********* public:node_list.less ********/
.node+.node {
    border-top: 1px solid #31435d
}

.block.block--category .block-body {
    color: #fff;
    background: #1f2b3b;
    border: 1px solid #31435d;
    border-radius: 8px
}

.node-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 15px 0 15px 15px
}

.node-icon i {
    display: block;
    line-height: 1.125;
    font-size: 24px
}

.node-icon i:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8494ac
}

.node--unread .node-icon i:before {
    opacity: 1;
    color: #0da9ef
}

.node--category .node-icon i:before {
    content: "\f4a6";
    width: 1em;
    display: inline-block;
    text-align: center
}

.node--search .node-icon i::before {
    content: "\f002";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--page .node-icon i:before {
    content: "\f15c";
    width: .86em;
    display: inline-block;
    text-align: center
}

.node--link .node-icon i:before {
    content: "\f0c1";
    width: .93em;
    display: inline-block;
    text-align: center
}

.node-main {
    display: table-cell;
    vertical-align: middle;
    padding: 15px
}

.node-stats {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0
}

.node-stats>dl.pairs.pairs--rows {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 3px
}

.node-stats>dl.pairs.pairs--rows:first-child {
    padding-left: 0;
    border-right: 1px solid #31435d
}

.node-stats>dl.pairs.pairs--rows:last-child {
    padding-right: 0
}

.node-stats.node-stats--single {
    width: 100px
}

.node-stats.node-stats--single>dl.pairs.pairs--rows {
    width: 100%;
    float: none
}

.node-stats.node-stats--triple {
    width: 240px
}

.node-stats.node-stats--triple>dl.pairs.pairs--rows {
    width: 33.333%
}

@media (max-width: 1000px) {
    .node-stats {
        display:none
    }
}

.node-extra {
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    padding: 15px;
    font-size: 13px
}

.node-extra-row {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #8494ac
}

.node-extra-icon {
    padding-top: 5px;
    padding-right: 10px;
    float: left
}

.node-extra-icon .avatar {
    width: 28px;
    height: 28px;
    font-size: 17px
}

.node-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400
}

.node--unread .node-title {
    font-weight: 700
}

.node-description {
    font-size: 13px;
    color: #c2cad6
}

.has-js:not(.has-touchevents) .node-description.node-description--tooltip {
    display: none
}

.node-meta {
    font-size: 13px
}

.node-statsMeta {
    display: none
}

@media (max-width: 1000px) {
    .node-statsMeta {
        display:inline
    }
}

.node-bonus {
    font-size: 13px;
    color: #8494ac;
    text-align: right
}

.node-subNodesFlat {
    font-size: 13px;
    margin-top: .3em
}

.node-subNodesFlat .node-subNodesLabel {
    display: none
}

.node-subNodeMenu {
    display: inline
}

.node-subNodeMenu .menuTrigger {
    color: #8494ac
}

@media (max-width: 650px) {
    .node-main {
        display:block;
        width: auto
    }

    .node--link .node-main,.node--page .node-main {
        display: table-cell
    }

    .node-extra {
        display: block;
        width: auto;
        margin-top: -4px;
        padding-top: 0
    }

    .node-extra-row {
        display: inline-block;
        vertical-align: top;
        max-width: 100%
    }

    .node-extra-icon {
        display: none
    }

    .node-description,.node-stats,.node-subNodesFlat {
        display: none
    }
}

@media (max-width: 480px) {
    .node-subNodeMenu {
        display:none
    }
}

.subNodeLink:before,.subNodeLink .subNodeLink-icon {
    display: inline-block;
    width: 1.28571429em;
    margin-right: .3em;
    text-decoration: none;
    text-align: center;
    color: #8494ac
}

.subNodeLink:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.subNodeLink:hover:before:before,.subNodeLink:hover:before .subNodeLink-icon {
    text-decoration: none
}

.subNodeLink.subNodeLink--unread {
    font-weight: 700
}

.subNodeLink.subNodeLink--unread:before,.subNodeLink.subNodeLink--unread .subNodeLink-icon {
    color: #0da9ef
}

.subNodeLink.subNodeLink--category:before {
    content: "\f086";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--page:before {
    content: "\f15c";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--link:before {
    content: "\f0c1";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--search::before {
    content: "\f002";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node-subNodeFlatList {
    list-style: none;
    margin: 0;
    padding: 0
}

.node-subNodeFlatList:before,.node-subNodeFlatList:after {
    content: " ";
    display: table
}

.node-subNodeFlatList:after {
    clear: both
}

.node-subNodeFlatList>li {
    display: inline-block;
    margin-right: 1em
}

.node-subNodeFlatList>li:last-child {
    margin-right: 0
}

.node-subNodeFlatList ol,.node-subNodeFlatList ul,.node-subNodeFlatList .node-subNodes {
    display: none
}

.subNodeMenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu ol,.subNodeMenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu .subNodeLink {
    display: block;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.subNodeMenu .subNodeLink:hover {
    color: #fff;
    text-decoration: none;
    background: #171e29;
    border-radius: 16px
}

.subNodeMenu li li .subNodeLink {
    padding-left: 1.5em
}

.subNodeMenu li li li .subNodeLink {
    padding-left: 3em
}

.subNodeMenu li li li li .subNodeLink {
    padding-left: 4.5em
}

.subNodeMenu li li li li li .subNodeLink {
    padding-left: 6em
}

.subNodeMenu li li li li li li .subNodeLink {
    padding-left: 7.5em
}

/********* public:thholidays_holiday_1.less ********/
.node-icon i:before {
    content: "_" !important;
    text-indent: -9999 !important;
    color: transparent !important
}

.node-icon i {
    background-image: url('styles/themehouse/holidays/winter/bell-muted.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center
}

.node-icon i span {
    background-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important
}

.node--unread.node--category .node-icon i,.node--unread.node--forum .node-icon i {
    background-image: url('styles/themehouse/holidays/winter/bell.png')
}

.p-nav-inner {
    position: relative
}

.p-nav-inner .th_holiday__navInner__left {
    position: absolute
}

.p-nav-inner .th_holiday__navInner__center {
    background: url("styles/themehouse/holidays/winter/snow-09.png");
    position: absolute;
    bottom: -20px;
    left: 45%;
    height: 20px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none
}

@media (max-width: 900px) {
    .p-nav-inner .th_holiday__navInner__center {
        display:none
    }
}

.p-nav-inner .th_holiday__navInner__right {
    background: url("styles/themehouse/holidays/winter/snow-12.png");
    position: absolute;
    bottom: -20px;
    right: -45px;
    height: 40px;
    width: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none
}

@media (max-width: 900px) {
    .p-nav-inner .th_holiday__navInner__right {
        display:none
    }
}

.p-body-pageContent .block--category .block-header {
    position: relative
}

.p-body-pageContent .block--category .block-header a {
    z-index: 5;
    position: relative
}

.p-body-pageContent .block--category:first-child .block-header::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    pointer-events: none;
    background-image: url('styles/themehouse/holidays/winter/ribbon.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-30deg);
    width: 20px;
    height: 20px
}

.p-body-pageContent .block--category:first-child .block-header::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 2;
    pointer-events: none;
    background-image: url('styles/themehouse/holidays/winter/holly.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(30deg);
    width: 20px;
    height: 20px
}

.p-body-pageContent .block--category:nth-child(odd) .th_holiday__categoryStrip__center {
    background: url("styles/themehouse/holidays/winter/snow-02.png");
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 45%;
    height: 25px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none
}

@media (max-width: 480px) {
    .p-body-pageContent .block--category:nth-child(odd) .th_holiday__categoryStrip__center {
        display:none
    }
}

.p-body-pageContent .block--category:nth-child(odd) .th_holiday__categoryStrip__right {
    background: url("styles/themehouse/holidays/winter/snow-10.png");
    position: absolute;
    z-index: 1;
    top: -13px;
    right: 0;
    width: 46px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none
}

.p-body-pageContent .block--category:nth-child(even) .th_holiday__categoryStrip__left {
    background: url("styles/themehouse/holidays/winter/snow-05.png");
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    height: 35px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none
}

.p-body-pageContent .block--category:nth-child(even) .th_holiday__categoryStrip__center {
    background: url("styles/themehouse/holidays/winter/snow-11.png");
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 45%;
    width: 46px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none
}

@media (max-width: 480px) {
    .p-body-pageContent .block--category:nth-child(even) .th_holiday__categoryStrip__center {
        display:none
    }
}

.p-body-pageContent .block--category:nth-child(even) .th_holiday__categoryStrip__right {
    background: url("styles/themehouse/holidays/winter/snow-08.png");
    position: absolute;
    z-index: 1;
    top: -13px;
    right: 0;
    width: 46px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none
}

.p-body-pageContent .block,.p-body-sidebar .block {
    position: relative
}

.p-body-pageContent .block:nth-child(odd)::after,.p-body-sidebar .block:nth-child(odd)::after {
    content: "";
    pointer-events: none;
    background: url("styles/themehouse/holidays/winter/snow-repeating-01.png");
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 25px;
    background-size: contain
}

.p-body-pageContent .block:nth-child(even)::after,.p-body-sidebar .block:nth-child(even)::after {
    content: "";
    pointer-events: none;
    background: url("styles/themehouse/holidays/winter/snow-repeating-02.png");
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 25px;
    background-size: contain
}

.p-body-pageContent>.block:after {
    display: none
}

.avatar {
    position: relative
}

.avatar::after {
    content: "";
    pointer-events: none;
    background: url("styles/themehouse/holidays/winter/snow-03.png");
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat
}

/********* public:thholidays_snowstorm.less ********/
.js-thHolidaysSnowstormCanvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 100000
}

/********* public:extra.less ********/
.xfworld-copyright {
    display: none
}

.p-header-logo--before {
    background-image: url(styles/fury/img/logobg.jpg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center top !important
}

.p-header-logo--before::after {
    display: none
}

.p-body-sidebar .block-minorHeader {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.button.button--primary,a.button.button--primary {
    color: #fff;
    background: #0078af;
    min-width: 80px
}

.button,a.button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    margin-left: 2px;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease,border-color .125s ease,color .125s ease;
    transition: background-color .125s ease,border-color .125s ease,color .125s ease;
    font-size: 12px;
    border-radius: 4px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    letter-spacing: .05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12);
    color: #fff;
    background: #0078af
}

.quick-access .button {
    padding: .5px 0;
    width: 100%;
    height: 40px;
    border: .5px solid #4d5460;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease,border-color .125s ease,color .125s ease;
    transition: background-color .125s ease,border-color .125s ease,color .125s ease;
    font-size: 13px;
    border-radius: 1px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    letter-spacing: .05em;
    border: none;
    color: #fff;
    background: #0078af
}
