/* Minification failed. Returning unminified contents.
(610,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.slider-container {
    margin: 0 auto;
    border-bottom: #593128 1px solid;
    height: 420px;
}

.slider,
.news-slider-slide {
    -ms-background-position: center center;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.news-slider-slide {
    position: absolute;
}

.slide-button {
    position: relative;
    top: 5px;
    float: right;
    margin: 0 0 5px 5px;
    background-color: transparent;
    border: 1px solid #ECE0E0;
    display: inline-block;
    cursor: pointer;
    color: #ECE0E0;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 19px 40px;
    text-decoration: none;
    -ms-transition: 0.22s all ease-in;
    -o-transition: 0.22s all ease-in;
    -webkit-transition: 0.22s all ease-in;
    transition: 0.22s all ease-in;
}

    .slide-button:hover {
        background-color: rgba(206, 144, 144, 0.1);
        color: #e69886;
        border: 1px solid #e69886;
    }

.slide-date {
    margin: 0.5rem 0;
    font-weight: 300;
    line-height: 22px;
    color: #ECE0E0;
    text-align: left;
    font-size: 1.1rem;
}

.slide-title {
    margin: 0.9rem 0;
    font-weight: 300;
    font-size: 36px;
    color: #ECE0E0;
    text-align: left;
}

.slide-subtitle {
    margin: 0.9rem 0;
    font-weight: 300;
    line-height: 24px;
    font-size: 1.1rem;
    color: #ECE0E0;
    text-align: left;
}

.news-slider-arrow-left,
.news-slider-arrow-right {
    color: whitesmoke;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 35%;
    text-shadow: 0 10px 2px #223422;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
}

.news-slider-arrow-svg {
    margin-top: 3px;
}

.news-slider-arrow-left {
    left: -100px;
}

.news-slider-arrow-right {
    right: -100px;
}

.slider:hover .news-slider-arrow-left {
    left: 0;
}

.slider:hover .news-slider-arrow-right {
    right: 0;
}

.news-slider-arrow-left:hover {
    background: #fff;
    background: rgba(255, 255, 255, .6);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

.news-slider-arrow-right:hover {
    background: #fff;
    background: rgba(255, 255, 255, .6);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.news-slider-arrow-right:active,
.news-slider-arrow-left:active {
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.slider:hover .news-slider-slide {
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.hoverZoomOff:hover .news-slider-slide {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slides-dots-list {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slides-dots-list-item {
    padding: 0;
    width: 18px;
    height: 18px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #eaeaeabf;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

    .slides-dots-list-item:hover {
        background-color: #ddddddbf;
    }

.show-dot {
    background-color: #dbd9d982;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    -ms-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.show-slide {
    z-index: 1;
}

.hideDots .slides-dots-list {
    display: none;
}

.showArrows > .news-slider-arrow-left {
    left: 0;
}

.showArrows > .news-slider-arrow-right {
    right: 0;
}

.news-slider-slide-description {
    display: block;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    padding: 20px 30px 25px 30px;
    width: 100%;
}

@keyframes boing {
    0% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(.6);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@media(max-width: 1400px) {
    .slide-title {
        font-size: 30px;
    }

    .slide-button {
        padding: 15px 30px;
    }
}

@media(max-width: 800px) {
    .slide-title {
        font-size: 1.6rem;
    }

    .slide-button {
        padding: 10px 20px;
    }

    .slide-subtitle {
        font-size: 1rem;
    }

    .slide-date {
        font-size: 0.9rem;
    }

    .slides-dots-list-item {
        width: 12px;
        height: 12px;
    }
}

@media(max-width: 600px) {
    .slide-title {
        margin: 10px 0px 8px 0px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .slide-subtitle {
        margin: 6px 0 10px 0;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }

    .news-slider-slide-description {
        padding: 20px 15px 20px 15px;
        min-height: 200px;
    }

    .slide-button {
        top: 3px;
        font-size: 0.8rem;
        padding: 10px 30px;
    }

    .slide-date {
        margin: 10px 0px 15px 0px;
        line-height: 1.5rem;
        font-size: 0.8rem;
    }

    .slides-dots-list-item {
        width: 8px;
        height: 8px;
        margin: 6px 10px 0;
    }

    .slider-container {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .slide-subtitle {
        line-height: 1.1rem;
        font-size: 0.7rem;
    }

    .news-slider-slide-description {
        padding: 10px 10px 20px 10px;
        min-height: 150px;
    }

    .slide-title {
        margin: 10px 0px 5px 0px;
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .slide-button {
        font-size: 0.7rem;
        padding: 8px 20px;
    }

    .slide-date {
        margin: 10px 0 10px 0px;
        font-size: 0.7rem;
    }
}
.glass-body-item {
    display: flex;
    flex-direction: column;
    flex: 25%;
    margin: 0.5rem 0;
    width: 100%;
    color: #ece0e0;
}


.psh-news-item-header {
    display: flex;
    margin-bottom: 0.25rem;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.psh-news-item-title {
    font-size: 1.1rem;
    margin-right: 0.7rem;
    font-weight: 400;
}

.psh-news-item-date {
    font-size: 0.75rem;
    margin: auto 0 auto 0;
    color: rgba(255,255,255,0.4);
}

.psh-news-item-message {
    font-size: 0.85rem;
    line-height: 1.4rem;
    font-weight: 200;
    transition: 0.2s all ease-in;
}

.glass-body-item:hover .psh-news-item-message {
    color: #e69886;
}

.psh-news-item-anchor {
    font-weight: 500;
    color: #ece0e0;
}

@media(max-width: 1200px) {
    .psh-news-item-title {
        font-size: 1rem;
    }

    .psh-news-item-message {
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .psh-news-item-date {
        font-size: 0.7rem;
    }
}

@media(max-width: 800px) {
    .psh-news-item-title {
        font-size: 0.85rem;
    }

    .psh-news-item-message {
        font-size: 0.7rem;
        line-height: 1.1rem;
    }

    .psh-news-item-date {
        font-size: 0.65rem;
    }
}
.home-container {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
    min-height: 1000px;
    position: relative;
}

.ui-tree-container {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}
/*#region HomePage grid */

.home-page-row-container {
    display: flex;
    min-height: 600px;
}

.home-social-column-container {
    flex: 50%;
    padding: 1rem 0.5rem 1rem 1rem;
}

.home-comments-column-container {
    flex: 50%;
    padding: 1rem 1rem 1rem 0.5rem;
}

@media(max-width: 600px) {
    .home-page-row-container {
        flex-direction: column;
        min-height: 0;
    }

    .home-social-column-container,
    .home-comments-column-container {
        flex: 100%;
        padding: 0 0.6rem 0 0.6rem;
    }
}

/*#endregion */
.recent-comments-item-anchor {
    width: 100%;
}

.recent-comments-item {
    display: flex;
    flex-direction: row;
    flex: 25%;
    margin: 0.5rem 0;
    transition: 0.2s all ease-in;
}

    .recent-comments-item:hover {
        background-color: rgba(206, 144, 144, 0.1);
    }

.recent-comments-item-thumbnail {
    width: 90px;
    object-fit: cover;
    display: inline-block;
}

.recent-comments-item-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.2rem 0 0 0.9rem;
    color: #ece0e0;
    transition: 0.2s all ease-in;
}

.recent-comments-item-creation {
    display: flex;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.recent-comments-item-author {
    margin-right: 10px;
    color: rgba(255,255,255,0.6);
}

.recent-comments-item-date {
    margin-right: 10px;
    color: rgba(255,255,255,0.4);
}

.recent-comments-item-message {
    line-height: 1.3rem;
    font-weight: 300;
    font-size: 0.85rem;
}

.recent-comments-item:hover .recent-comments-item-body {
    color: #e69886;
}

.recent-comments-item-message-more {
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
}

@media(max-width: 1200px) {
    .recent-comments-item-message {
        font-size: 0.8rem;
    }

    .recent-comments-item-creation {
        font-size: 0.7rem;
    }
}

@media(max-width: 800px) {
    .recent-comments-item-message {
        font-size: 0.7rem;
    }
}

@media(max-width: 600px) {
    .recent-comments {
        padding: 0.2rem 0.4rem;
    }

    .recent-comments-item {
        margin: 0.3rem 0;
    }

    .recent-comments-item-message {
        font-size: 0.65rem;
    }

    .recent-comments-item-creation {
        font-size: 0.6rem;
    }
}
.social-content-header {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 20px;
}

.social-tiles-container {
    width: 100%;
    text-align: center;
    color: #ECE0E0;
}

.social-tiles-list {
    padding: 4px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.tile-social {
    text-decoration: none;
    text-align: center;
    padding: 4px;
    margin: 4px;
    min-width: 90px;
    letter-spacing: 0.05em;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    font-size: 0.6rem;
    text-transform: uppercase;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: inline-block;
    background: linear-gradient( to right bottom, rgba(255, 255, 255, 0.03), rgba(255,255,255,0.01));
    border: 1px rgba(255, 255, 255, 0.03) solid;
    backdrop-filter: blur(0.2rem);
    box-shadow: box-shadow: 3px 3px 6px rgba(0,0,0, 0.2);
    color: #ECE0E0;
}

    .tile-social:hover {
        color: #e69886;
        background-color: rgba(206, 144, 144, 0.1);
    }

.tile-social-icon {
    height: 42px;
    width: 42px;
    fill: #ECE0E0;
    line-height: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    overflow: hidden;
    -ms-transition: 0.28s all ease-in;
    -o-transition: 0.28s all ease-in;
    -webkit-transition: 0.28s all ease-in;
    transition: 0.28s all ease-in;
}

    .tile-social-icon rect {
        width: 32px;
        height: 32px;
        fill: transparent;
    }

.tile-social:hover .tile-social-icon {
    fill: #e69886;
}

.tile-label {
    margin-top: 0;
    font-weight: 300;
    display: block;
    line-height: 2;
    margin-bottom: 6px;
}

@media(max-width: 970px) {
    .tile-social-icon {
        height: 30px;
        width: 30px;
    }

    .tile-social {
        text-transform: none;
        padding: 2px;
        margin: 2px;
        min-width: 60px;
    }
}
.recent-people-tags {
    display: flex;
    justify-content: left;
    padding: 5px;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    -o-flex: 100%;
    flex: 100%;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px;
}

.recent-people-empty {
    margin: auto;
    color: #ECE0E0;
}

.recent-people-item-anchor {
    display: flex;
    justify-content: left;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 19%;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    background-color: rgba(255,255,255,0.01);
    border: 1px rgba(255, 255, 255, 0.05) solid;
    box-shadow: 3px 3px 6px rgba(0,0,0, 0.2);
    margin: 0.5%;
    min-width: 19%;
}

    .recent-people-item-anchor:hover {
        color: #e69886;
        background-color: rgba(206, 144, 144, 0.1);
    }

        .recent-people-item-anchor:hover .recent-people-item-description {
            color: #e69886;
        }

.recent-people-item {
    display: flex;
    flex-direction: column;
    padding: 5px;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    -o-flex: 100%;
    flex: 100%;
    width: 100%;
    overflow: hidden;
}

.recent-people-thumbnail-container {
    height: 120px;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    min-height: 120px;
}

.recent-people-item-thumbnail {
    display: block;
    height: 100%;
    width: auto;
}

.recent-people-item-description {
    display: flex;
    flex-direction: column;
    color: #ECE0E0;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 8px;
    flex: 100%;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    min-height: 70px;
}

.recent-people-item-label {
    margin-bottom: 0.5rem;
    line-height: 1.1rem
}

.recent-people-item-date {
    color: rgba(255,255,255,0.4);
    font-size: 0.7rem;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media(max-width: 1440px) {
    .recent-people-item-anchor {
        max-width: 23%;
        margin: 1%;
        min-width: 23%;
    }
}

@media(max-width: 1270px) {
    .recent-people-thumbnail-container {
        height: 100px;
        min-height: 100px;
    }

    .recent-people-item-description {
        min-height: 50px;
    }
}

@media(max-width: 900px) {
    .recent-people-item-anchor {
        max-width: 31%;
        margin: 1.15%;
        min-width: 31%;
    }
}

@media(max-width: 800px) {
    .recent-people-thumbnail-container {
        height: 90px;
        min-height: 90px;
    }

    .recent-people-item-description {
        font-size: 0.7rem;
        min-height: 40px;
    }

    .recent-people-item-date {
        font-size: 0.7rem;
    }
}

@media(max-width: 600px) {
    .recent-people-item-anchor {
        max-width: 19%;
        margin: 0.5%;
        min-width: 19%;
    }

    .recent-people-item-description {
        font-size: 0.7rem;
    }
}

@media(max-width: 540px) {
    .recent-people-item-anchor {
        max-width: 23%;
        margin: 1%;
        min-width: 23%;
    }

    .recent-people-item-description {
        font-size: 0.7rem;
    }
}

@media(max-width: 440px) {
    .recent-people-item-anchor {
        max-width: 31%;
        margin: 1.15%;
        min-width: 31%;
    }

}
