@-webkit-keyframes opacityWithDisplay {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes opacityWithDisplay {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes crtFadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes crtFadeOut {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: block;
        opacity: 0
    }

    100% {
        display: none;
        opacity: 0
    }
}

.crt-clearfix:before,.crt-clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-clearfix:after {
    clear: both
}

.crt-responsive-video {
    padding-bottom: 100%
}

.crt-responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-sep {
    width: 4px;
    height: 1em;
    display: inline-block;
    margin: 0 4px;
    position: relative
}

.crt-sep:before {
    position: absolute;
    background-color: #ccc;
    width: 4px;
    height: 4px;
    display: block;
    content: "";
    top: 50%;
    margin-top: -1px
}

.crt-widget button {
    cursor: pointer
}

.crt-notice {
    text-align: center;
    margin: 20px
}

.crt-notice span {
    background-color: rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 10px 20px;
    color: #0b0b0b;
    display: inline-block
}

.crt-notice.crt-notice-error span {
    color: red;
    background-color: rgba(255,0,0,.05)
}

.crt-notice.crt-notice-info span {
    color: #4e7291;
    background-color: rgba(143,188,240,.25)
}

.crt-notice.crt-notice-warning span {
    color: #b4987a;
    background-color: rgba(247,231,220,.25)
}

.crt-notice.crt-notice-success span {
    color: #8ac194;
    background-color: rgba(201,237,205,.25)
}

.crt-widget :focus {
    outline-color: rgba(204,204,204,.8)
}

.crt-icon-youtube {
    color: red !important
}

.crt-widget svg {
    fill: currentColor;
    display: inline-block
}

.crt-widget svg.crt-icon-clone {
    width: 20px;
    height: 20px;
    bottom: 0
}

.crt-widget {
    position: relative;
    padding-bottom: 24px;
    flex: 0 0 100%;
    border-radius: 16px;
    overflow: hidden
}

.crt-widget * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.crt-widget div {
    box-sizing: border-box
}

.crt-widget a {
    cursor: pointer
}

.crt-widget a:hover {
    text-decoration: none
}

.crt-widget.crt-widget-branded {
    padding-bottom: 25px
}

.crt-widget.crt-widget-branded .crt-logo {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: .9em;
    z-index: 999;
    color: #090909;
    text-decoration: none
}

.crt-widget.crt-widget-unbranded .crt-logo {
    display: none
}

.crt-post-username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .8em;
    text-transform: uppercase
}

@media(max-width: 480px) {
    .crt-post-username {
        font-size:1em
    }
    
    /* Force single column on mobile for better readability */
    .crt-widget-grid .crt-grid-post,
    .crt-widget-mosaic .crt-mosaic-post {
        width: 100% !important;
    }
}

/* Tablet responsive - force 2 columns max */
@media(max-width: 768px) and (min-width: 481px) {
    .crt-widget-grid.crt-grid-col4 .crt-grid-post,
    .crt-widget-grid.crt-grid-col5 .crt-grid-post,
    .crt-widget-grid.crt-grid-col6 .crt-grid-post,
    .crt-widget-mosaic.crt-mosaic-col4 .crt-mosaic-post,
    .crt-widget-mosaic.crt-mosaic-col5 .crt-mosaic-post,
    .crt-widget-mosaic.crt-mosaic-col6 .crt-mosaic-post {
        width: 50% !important;
    }
}

.crt-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.crt-post:not(.crt-post-youtube) .crt-play-icon,.crt-grid-post:not(.crt-post-youtube) .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid rgba(0,0,0,0);
    border-left: 24px solid #efefef;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5
}

.crt-post:not(.crt-post-youtube) .crt-play-icon:before,.crt-grid-post:not(.crt-post-youtube) .crt-play-icon:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -46px;
    bottom: -30px;
    right: -14px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-post:not(.crt-post-youtube) .crt-play-icon:after,.crt-grid-post:not(.crt-post-youtube) .crt-play-icon:after {
    content: "";
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-post:not(.crt-post-youtube) .crt-play-icon.active,.crt-grid-post:not(.crt-post-youtube) .crt-play-icon.active {
    border-color: rgba(0,0,0,0)
}

.crt-post:not(.crt-post-youtube) .crt-play-icon.active:after,.crt-grid-post:not(.crt-post-youtube) .crt-play-icon.active:after {
    content: "";
    opacity: 1;
    width: 20px;
    height: 32px;
    background: #efefef;
    position: absolute;
    right: 2px;
    top: -16px;
    border-left: 8px solid #efefef;
    box-shadow: inset 12px 0 0 0 #f9f9f9
}

.crt-post.crt-post-youtube .crt-play-icon,.crt-grid-post.crt-post-youtube .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 76px;
    color: rgba(255,255,255,.55);
    margin: 0;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MS40IDUwIiB3aWR0aD0iNzEiIGhlaWdodD0iNTAiPjxnIHRyYW5zZm9ybT0ic2NhbGUoMC41ODgyMzUyOSAwLjU4ODIzNTI5KSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC45IDEzLjNDMTE3LjUgOC4xIDExMy40IDQgMTA4LjIgMi42IDk4LjcgMCA2MC43IDAgNjAuNyAwIDYwLjcgMCAyMi43IDAgMTMuMiAyLjUgOC4xIDMuOSAzLjkgOC4xIDIuNSAxMy4zIDAgMjIuOCAwIDQyLjUgMCA0Mi41IDAgNDIuNSAwIDYyLjMgMi41IDcxLjcgMy45IDc2LjkgOCA4MSAxMy4yIDgyLjQgMjIuOCA4NSA2MC43IDg1IDYwLjcgODVjMCAwIDM4IDAgNDcuNS0yLjUgNS4yLTEuNCA5LjMtNS41IDEwLjctMTAuNyAyLjUtOS41IDIuNS0yOS4yIDIuNS0yOS4yIDAgMCAwLjEtMTkuOC0yLjUtMjkuM3oiIGZpbGw9IiNmMDAiLz48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjgwLjIgNDIuNSA0OC42IDI0LjMgNDguNiA2MC43ICIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.crt-popup .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 35px solid rgba(0,0,0,0);
    border-bottom: 35px solid rgba(0,0,0,0);
    border-left: 42px solid #efefef;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5
}

.crt-popup .crt-play-icon:before {
    content: "";
    position: absolute;
    top: -52.5px;
    left: -80.5px;
    bottom: -52.5px;
    right: -24.5px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-popup .crt-play-icon:after {
    content: "";
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-popup .crt-play-icon.active {
    border-color: rgba(0,0,0,0)
}

.crt-popup .crt-play-icon.active:after {
    content: "";
    opacity: 1;
    width: 35px;
    height: 56px;
    background: #efefef;
    position: absolute;
    right: 3.5px;
    top: -28px;
    border-left: 14px solid #efefef;
    box-shadow: inset 21px 0 0 0 #f9f9f9
}

.crt-image-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.crt-image-responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-panel-next,.crt-panel-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0,0,0,0);
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    z-index: 100;
    background-color: rgba(151,152,172,.27);
    border-radius: 50%;
    transition: background-color .5s ease
}

.crt-panel-next svg,.crt-panel-prev svg {
    color: #fff;
    height: 20px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.crt-panel-next:hover,.crt-panel-next:focus,.crt-panel-prev:hover,.crt-panel-prev:focus {
    background-color: #9798ac
}

.crt-panel-prev {
    left: -60px
}

.crt-panel-prev svg {
    margin-left: -3px
}

.crt-panel-next {
    right: -60px
}

.crt-panel-next svg {
    margin-left: 3px
}

.crt-controls-over .crt-panel-prev {
    left: 10px
}

.crt-controls-over .crt-panel-next {
    right: 10px
}

.crt-controls-outside {
    padding-left: 65px;
    padding-right: 65px
}

.crt-controls-outside .crt-panel-prev {
    left: 0
}

.crt-controls-outside .crt-panel-next {
    right: 0
}

.crt-controls-show-on-hover .crt-panel-prev,.crt-controls-show-on-hover .crt-panel-next {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-controls-show-on-hover:hover .crt-panel-prev,.crt-controls-show-on-hover:hover .crt-panel-next {
    visibility: visible;
    opacity: 1
}

.crt-hidden {
    height: 1px;
    width: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    display: none;
    top: -100px
}

.crt-ad.crt-ad-no-title .crt-post-header,.crt-ad.crt-ad-no-header .crt-post-header {
    display: none
}

.crt-ad.crt-ad-no-title .crt-post-text,.crt-ad.crt-ad-no-header .crt-post-text {
    padding-top: 28px
}

.crt-ad.crt-ad-no-image .crt-post-content-image {
    display: none
}

.crt-ad.crt-ad-no-image .crt-post-text {
    padding: 15px
}

.crt-post-text.with-max-lines {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-bottom: 0 !important;
    margin-bottom: 28px
}

.crt-widget-waterfall .crt-post {
    margin: 0 12px 24px
}

.crt-general-post-2 .crt-post-share .crt-popup-share-icon-container {
    background-color: #fff
}

.crt-post-border {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.crt-post {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08)
}

.crt-post a {
    transition: color .2s linear
}

/* Modern hover effects for posts */
.crt-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: all 0.3s ease
}

/* Add modern styling to post borders for a cleaner look */
.crt-post,
.crt-grid-post,
.crt-list-post,
.crt-mosaic-post {
    transition: all 0.3s ease;
}

/* Enhance modern spacing and visual hierarchy */
.crt-widget {
    background: rgba(255,255,255,0.02);
}

.crt-post .crt-post-header {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 17px;
    color: #2b2b2b;
    position: relative;
    text-align: left;
    border: 1px dotted rgba(0,0,0,0);
    display: flex;
    align-items: center;
    gap: 12px
}

.crt-post .crt-post-header .crt-social-icon {
    margin-bottom: 0;
    flex-shrink: 0
}

.crt-post .crt-post-header .crt-social-icon i {
    font-size: 24px
}

.crt-post .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 26px;
    margin-left: 6px
}

.crt-post .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    flex: 1
}

.crt-post .crt-post-content-image {
    overflow: hidden;
    position: relative
}

.crt-post .crt-post-content-image .text {
    display: none
}

.crt-post .crt-post-content-image IMG {
    width: 100%;
    vertical-align: middle
}

.crt-post .crt-post-content-image .crt-post-image {
    opacity: 0
}

.crt-post .crt-post-content-image .crt-play {
    display: none
}

.crt-post video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.crt-post .crt-post-max-height-read-more,.crt-post .crt-post-read-more {
    display: none;
    text-align: center;
    margin: .5em
}

.crt-post .crt-post-max-height-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: .5em;
    padding-top: 4em;
    margin: 0em;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(239, 239, 239)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0)
}

.crt-post .crt-post-read-more-button {
    display: inline-block;
    background-color: #ddd;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    color: #666;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 30px rgba(0,0,0,0)
}

.crt-post.crt-post-has-title .crt-post-title {
    display: inherit
}

.crt-post.crt-post-rss .crt-post-title {
    display: none
}

.crt-post.crt-has-image-carousel .crt-image .crt-image-carousel {
    display: block;
    background-color: rgba(255, 255, 255, 0.24);
    padding: 1px 6px 6px 6px;
    height: 36px;
    border-radius: 7px;
    color: white;
}

.crt-post.crt-has-image-carousel .crt-image svg {
    fill: white;
}

.crt-post.crt-post-show-read-more .crt-post-read-more {
    display: block
}

.crt-post.crt-post-has-video .crt-play {
    display: block
}

.crt-post.crt-post-has-video .crt-hitarea:hover i:before,.crt-post.crt-post-has-video .crt-hitarea:focus i:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.crt-post.crt-post-has-video.crt-post-video-playing video {
    display: block;
    visibility: visible
}

.crt-post.crt-post-has-video.crt-post-video-playing .crt-play {
    display: none
}

.crt-post.crt-post-max-height .crt-post .crt-post-share {
    bottom: -50px;
    display: none
}

.crt-post.crt-post-max-height .crt-post-max-height-read-more {
    display: block
}

.crt-post.crt-post-no-image .crt-post-content-image {
    display: none
}

.crt-post.crt-post-is-embed .crt-post-c.crt-post-border {
    border-width: 0
}

.crt-post.crt-post-is-embed .crt-post-header {
    display: none
}

.crt-post.crt-post-is-embed .crt-post-text {
    padding: 0
}

.crt-post.crt-post-is-embed iframe {
    min-width: 0 !important
}

.crt-post.crt-post-is-embed .instagram-media,.crt-post.crt-post-is-embed .tiktok-embed {
    margin: 0;
    min-width: 0 !important
}

.crt-post.crt-post-is-embed.crt-post-facebook .fb-post,.crt-post.crt-post-is-embed.crt-post-facebook span,.crt-post.crt-post-is-embed.crt-post-facebook iframe {
    width: 100% !important;
    max-width: 100% !important
}

.crt-post.crt-post-is-embed blockquote {
    min-width: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.crt-post.crt-post-is-embed .crt-post-footer {
    display: none
}

.crt-post-london .crt-post-c {
    overflow: hidden
}

.crt-post-london .crt-post-border {
    border-width: 10px
}

.crt-post-london .crt-social-icon {
    position: absolute;
    right: 15px;
    top: 0
}

.crt-post-london .crt-social-icon i {
    line-height: .6em
}

.crt-post-london .crt-social-icon i:before {
    font-size: .6em
}

.crt-post-london .crt-post-header {
    margin: 15px 0 0;
    padding-top: 0
}

.crt-post-london .crt-post-fullname {
    text-align: left;
    padding-left: 15px;
    padding-right: 50px
}

.crt-post-london .crt-post-title {
    margin: 15px 0;
    text-align: left;
    padding: 0 15px
}

.crt-post-london .crt-post-text {
    padding: 15px;
    text-align: left
}

.crt-post-london .crt-comments-likes {
    text-transform: none;
    text-align: left;
    padding-left: 15px
}

.crt-post-london .crt-post-footer {
    border-top: none;
    height: 60px
}

.crt-post-london .crt-post-footer .crt-post-userimage {
    top: 0;
    width: 54px
}

.crt-post-london .crt-post-footer .crt-post-date,.crt-post-london .crt-post-footer .crt-post-username {
    position: absolute;
    left: 72px;
    top: 12px;
    line-height: 1.2em
}

.crt-post-london .crt-post-footer .crt-post-date {
    top: 30px;
    text-transform: none
}

.crt-post-london .crt-post-footer .crt-post-share {
    top: auto;
    bottom: 5px;
    line-height: 1em
}

.crt-post-london .crt-post-footer .crt-post-share .crt-popup-share-icon-container {
    bottom: 10px
}

.crt-post-london.crt-no-user-image .crt-post-footer,.crt-post-london.crt-hide-user-image .crt-post-footer {
    height: 40px
}

.crt-post-london.crt-no-user-image .crt-post-footer .crt-post-userimage,.crt-post-london.crt-hide-user-image .crt-post-footer .crt-post-userimage {
    display: none
}

.crt-post-london.crt-no-user-image .crt-post-footer .crt-post-date,.crt-post-london.crt-no-user-image .crt-post-footer .crt-post-username,.crt-post-london.crt-hide-user-image .crt-post-footer .crt-post-date,.crt-post-london.crt-hide-user-image .crt-post-footer .crt-post-username {
    position: absolute;
    left: 15px;
    top: 0
}

.crt-post-london.crt-no-user-image .crt-post-footer .crt-post-date,.crt-post-london.crt-hide-user-image .crt-post-footer .crt-post-date {
    top: 18px
}

.crt-post-london.crt-no-user-screen-name .crt-post-footer .crt-post-username,.crt-post-london.crt-hide-user-screen-name .crt-post-footer .crt-post-username {
    display: none
}

.crt-post-london.crt-no-user-image.crt-no-user-screen-name .crt-post-footer,.crt-post-london.crt-hide-user-image.crt-hide-user-screen-name .crt-post-footer {
    height: 40px
}

.crt-post-london.crt-no-user-image.crt-no-user-screen-name .crt-post-footer .crt-post-date,.crt-post-london.crt-hide-user-image.crt-hide-user-screen-name .crt-post-footer .crt-post-date {
    top: 8px
}

.crt-post-berlin .crt-post-c {
    overflow: hidden
}

.crt-post-berlin .crt-post-border {
    border-width: 0
}

.crt-post-berlin .crt-social-icon {
    position: absolute;
    left: 0;
    top: 0
}

.crt-post-berlin .crt-social-icon i {
    line-height: .6em;
    font-size: .6em
}

.crt-post-berlin .crt-post-header {
    margin: 15px 0 0;
    padding-top: 0;
    height: 20px
}

.crt-post-berlin .crt-post-fullname {
    text-align: left;
    padding-left: 37px;
    padding-right: 0;
    text-transform: uppercase
}

.crt-post-berlin .crt-post-title {
    margin: 15px 0;
    text-align: left;
    padding: 0 0
}

.crt-post-berlin .crt-post-text {
    text-align: left;
    padding: 15px 0
}

.crt-post-berlin .crt-comments-likes {
    text-transform: none;
    text-align: left;
    padding-left: 15px
}

.crt-post-berlin .crt-post-footer {
    border-top: none;
    height: 38px
}

.crt-post-berlin .crt-post-footer .crt-post-userimage {
    top: 0;
    width: 32px
}

.crt-post-berlin .crt-post-footer .crt-post-date,.crt-post-berlin .crt-post-footer .crt-post-username {
    position: absolute;
    left: 50px;
    top: 3px;
    line-height: 1.2em
}

.crt-post-berlin .crt-post-footer .crt-post-username {
    left: 45px
}

.crt-post-berlin .crt-post-footer .crt-post-date {
    top: 18px
}

.crt-post-berlin .crt-post-footer .crt-post-share {
    top: auto;
    bottom: 3px;
    right: 0;
    line-height: 1em
}

.crt-post-berlin .crt-post-footer .crt-post-share .crt-share-button {
    width: 40px;
    margin-right: 10px
}

.crt-post-berlin .crt-post-footer .crt-post-share .crt-popup-share-icon-container {
    bottom: 10px;
    right: 15px
}

.crt-post-berlin .crt-post-date {
    text-transform: uppercase
}

.crt-post-berlin.crt-no-user-image .crt-post-footer,.crt-post-berlin.crt-hide-user-image .crt-post-footer {
    height: 40px
}

.crt-post-berlin.crt-no-user-image .crt-post-footer .crt-post-userimage,.crt-post-berlin.crt-hide-user-image .crt-post-footer .crt-post-userimage {
    display: none
}

.crt-post-berlin.crt-no-user-image .crt-post-footer .crt-post-date,.crt-post-berlin.crt-no-user-image .crt-post-footer .crt-post-username,.crt-post-berlin.crt-hide-user-image .crt-post-footer .crt-post-date,.crt-post-berlin.crt-hide-user-image .crt-post-footer .crt-post-username {
    position: absolute;
    left: 0;
    top: 0
}

.crt-post-berlin.crt-no-user-image .crt-post-footer .crt-post-date,.crt-post-berlin.crt-hide-user-image .crt-post-footer .crt-post-date {
    top: 18px
}

.crt-post-berlin.crt-no-user-screen-name .crt-post-footer .crt-post-username,.crt-post-berlin.crt-hide-user-screen-name .crt-post-footer .crt-post-username {
    display: none
}

.crt-post-berlin.crt-no-user-image.crt-no-user-screen-name .crt-post-footer,.crt-post-berlin.crt-hide-user-image.crt-hide-user-screen-name .crt-post-footer {
    height: 40px
}

.crt-post-berlin.crt-no-user-image.crt-no-user-screen-name .crt-post-footer .crt-post-date,.crt-post-berlin.crt-hide-user-image.crt-hide-user-screen-name .crt-post-footer .crt-post-date {
    top: 8px
}

.crt-widget-waterfall .crt-post.crt-post-berlin {
    margin-bottom: 40px
}

.crt-grid-post {
    border: 0;
    margin: 0;
    float: left;
    clear: none;
    overflow: hidden;
    position: relative;
    padding: 0
}

.crt-grid-post:focus {
    border: 1px solid rgba(204,204,204,.8)
}

.crt-grid-post .crt-post-c {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.crt-grid-post .crt-grid-post-content {
    width: 100% !important;
    display: block;
    padding-bottom: 100%;
    position: relative;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.crt-grid-post .crt-post-only-text {
    height: 100%;
    position: relative;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    background-color: #e9ebf0
}

.crt-grid-post .crt-post-only-text .crt-post-text {
    padding: 0px;
    margin: 0px 5px 0px 5px;
    color: #000
}

.crt-grid-post .crt-post-only-text .crt-post-userimage {
    width: 15%;
    padding: 10%
}

.crt-grid-post .crt-post-only-text .crt-post-fullname {
    padding: 0px 5px 5px 5px
}

.crt-grid-post .crt-post-only-text .crt-post-fullname a {
    color: #000;
    opacity: .5;
    text-decoration: none
}

.crt-grid-post .crt-post-only-text .crt-post-footer {
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 0%;
    width: 100%;
    background-color: #e9ebf0;
    border: none
}

.crt-grid-post .crt-post-only-text .crt-post-footer .crt-post-share {
    width: 100%;
    height: 100%;
    display: flex
}

.crt-grid-post .crt-post-only-text .crt-post-footer .crt-post-share .crt-post-date {
    opacity: 1;
    width: 60%
}

.crt-grid-post .crt-post-only-text .crt-post-footer .crt-post-share .crt-post-date a {
    position: relative;
    width: 100%
}

.crt-grid-post .crt-social-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    font-size: 24px;
    transition: opacity .2s linear
}

.crt-grid-post .crt-grid-post-text,.crt-grid-post .crt-grid-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-grid-post video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    overflow: hidden
}

.crt-grid-post video.aspect-square {
    width: 100%;
    height: 100%
}

.crt-grid-post video.aspect-portrait {
    width: 100%;
    height: auto
}

.crt-grid-post video.aspect-landscape {
    width: auto;
    height: 100%
}

.crt-grid-post .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 17px
}

.crt-grid-post .crt-post-header .crt-social-icon {
    margin-bottom: 0;
    flex-shrink: 0
}

.crt-grid-post .crt-post-header .crt-social-icon i {
    font-size: 24px
}

.crt-grid-post .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 26px;
    margin-left: 6px
}

.crt-grid-post .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    flex: 1
}

.crt-grid-post .crt-post-footer {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #fff
}

.crt-grid-post .crt-post-footer .crt-post-userimage {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px
}

.crt-grid-post .crt-post-footer .crt-post-share {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: .9em;
    color: #2b2b2b;
    text-align: right;
    box-shadow: none
}

.crt-grid-post .crt-post-footer .crt-post-share .crt-share-button {
    display: inline-block;
    width: 32px;
    text-align: center
}

.crt-grid-post .crt-post-footer .crt-post-share .crt-popup-share-icon-container {
    right: 15px
}

.crt-grid-post .crt-grid-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-grid-post .crt-social-icon i,.crt-grid-post .crt-social-icon svg {
    color: #fff
}

.crt-grid-post .crt-play {
    display: none;
    z-index: 4
}

.crt-grid-post .crt-grid-post-text {
    display: none
}

.crt-grid-post .crt-grid-post-text .crt-grid-post-text-wrap {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px 20px;
    overflow: hidden
}

.crt-grid-post .crt-grid-post-text .crt-grid-post-text-wrap div {
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis
}

.crt-grid-post .crt-post-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-grid-post .crt-post-hover .crt-post-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px
}

.crt-grid-post .crt-post-hover .crt-post-text .crt-image {
    display: none
}

.crt-grid-post .crt-post-hover .crt-post-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crt-grid-post .crt-post-read-more,.crt-grid-post .crt-post-max-height-read-more {
    display: none
}

.crt-grid-post.crt-has-image-carousel .crt-image-carousel {
    display: block
}

.crt-grid-post.crt-post-has-video .crt-play {
    display: block
}

.crt-grid-post.crt-post-has-video.crt-post-video-playing .crt-play {
    display: none
}

.crt-grid-post.crt-post-has-video.crt-post-video-playing .crt-grid-post-image {
    display: none
}

.crt-grid-post.crt-post-has-video.crt-post-youtube.crt-post-video-playing .crt-grid-post-image,.crt-grid-post.crt-post-has-video.crt-post-youtube.crt-post-video-playing .crt-play {
    display: block
}

.crt-grid-post.crt-post-has-image .crt-grid-post-image {
    display: block
}

.crt-grid-post.crt-post-has-image .crt-grid-post-text {
    display: none
}

.crt-grid-post.crt-post-has-image .crt-post-text {
    display: block
}

.crt-grid-post.crt-post-has-title .crt-post-title {
    display: block
}

.crt-grid-post.crt-post-content-image-hidden .crt-grid-post-image {
    display: none
}

.crt-grid-post.crt-post-content-image-hidden .crt-grid-post-text {
    display: block
}

.crt-touch .crt-grid-post:not(.crt-post-youtube):not(.crt-post-has-image):not(.crt-ad-has-image) .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube):not(.crt-post-has-image):not(.crt-ad-has-image) .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube):not(.crt-post-has-image):not(.crt-ad-has-image) .crt-post-hover:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 40px
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube).crt-grid-post-new-york .crt-post-c .crt-post-hover:after {
    bottom: 0
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube).crt-grid-post-new-york .crt-post-c:hover .crt-post-hover:after {
    bottom: 0
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c {
    cursor: pointer
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:hover .crt-social-icon-normal,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus .crt-social-icon-normal,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus-within .crt-social-icon-normal {
    opacity: 0
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:hover .crt-image-carousel,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus .crt-image-carousel,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus-within .crt-image-carousel {
    opacity: 0
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus .crt-post-hover,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus-within .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover:after,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus .crt-post-hover:after,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus-within .crt-post-hover:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 40px
}

.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:hover .crt-play,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus .crt-play,.crt-no-touch .crt-grid-post:not(.crt-post-youtube) .crt-post-c:focus-within .crt-play {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-grid-post.crt-grid-post-tokyo .crt-post-hover:after {
    background: none !important
}

.crt-grid-post.crt-post-has-image .crt-post-text-c {
    display: none
}

.crt-grid-post-new-york .crt-grid-post-content {
    padding-bottom: 125%
}

.crt-grid-post-new-york .crt-social-icon {
    bottom: auto;
    top: 6px;
    right: auto;
    left: 10px
}

.crt-grid-post-new-york .crt-post-date,.crt-grid-post-new-york .crt-date {
    position: absolute;
    top: 12px;
    left: 40px;
    z-index: 2;
    color: #fff
}

.crt-grid-post-new-york .crt-post-date a,.crt-grid-post-new-york .crt-date a {
    color: #fff
}

.crt-grid-post-new-york .crt-post-hover {
    top: auto;
    max-height: 100%;
    overflow: hidden
}

.crt-grid-post-new-york .crt-post-hover .crt-post-title {
    text-align: left;
    padding: 10px 17px 0;
    margin-bottom: 0
}

.crt-grid-post-new-york .crt-post-hover .crt-post-text {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}

.crt-grid-post-new-york .crt-post-footer {
    position: relative;
    height: 60px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #fff
}

.crt-grid-post-new-york .crt-post-footer .crt-post-userimage {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 40px
}

.crt-grid-post-new-york .crt-post-footer .crt-post-fullname {
    position: absolute;
    top: 10px;
    left: 60px;
    line-height: 1em;
    right: 10px;
    overflow: hidden;
    text-align: left
}

.crt-grid-post-new-york .crt-post-footer .crt-post-username {
    position: absolute;
    top: 7px;
    left: 60px
}

.crt-grid-post-new-york .crt-post-footer .crt-post-date,.crt-grid-post-new-york .crt-post-footer .crt-date {
    top: 7px;
    left: 60px
}

.crt-grid-post-new-york .crt-post-footer .crt-post-share {
    position: absolute;
    top: auto;
    bottom: 13px
}

.crt-grid-post-new-york .crt-post-footer .crt-post-share .crt-popup-share-icon-container {
    right: 15px
}

.crt-grid-post-new-york.crt-post-youtube .crt-social-icon,.crt-grid-post-new-york.crt-post-youtube .crt-post-date,.crt-grid-post-new-york.crt-post-youtube .crt-date {
    display: none
}

.crt-grid-post-new-york.crt-no-user-image .crt-post-footer .crt-post-username,.crt-grid-post-new-york.crt-no-user-image .crt-post-footer .crt-post-date {
    left: 0
}

.crt-grid-post-tokyo .crt-grid-post-content,.crt-grid-post-tokyo .crt-video-container {
    border-radius: 10px;
    overflow: hidden
}

.crt-grid-post-tokyo .crt-post-hover,.crt-grid-post-tokyo .crt-grid-post-image {
    border-radius: 10px
}

.crt-grid-post-tokyo .crt-post-footer {
    display: none
}

.crt-grid-post-tokyo .crt-post-hover {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.crt-grid-post-tokyo .crt-post-header {
    margin: 0;
    padding: 0;
    width: 100%
}

.crt-grid-post-tokyo .crt-post-header .crt-social-icon,.crt-grid-post-tokyo .crt-post-header .crt-post-share {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    margin-bottom: 0
}

.crt-grid-post-tokyo .crt-post-header .crt-social-icon .crt-share-button i,.crt-grid-post-tokyo .crt-post-header .crt-social-icon .crt-share-button svg,.crt-grid-post-tokyo .crt-post-header .crt-post-share .crt-share-button i,.crt-grid-post-tokyo .crt-post-header .crt-post-share .crt-share-button svg {
    color: #0b0b0b
}

.crt-grid-post-tokyo .crt-post-header .crt-post-date {
    display: block
}

.crt-grid-post-tokyo .crt-post-header .crt-post-share {
    width: 50px;
    display: inline-block;
    z-index: 999
}

.crt-grid-post-tokyo .crt-post-header .crt-post-share .crt-popup-share-icon-container {
    bottom: 30px;
    right: -30px
}

.crt-grid-post-tokyo .crt-post-header .crt-date {
    margin-bottom: 4px
}

.crt-grid-post-tokyo .crt-post-header .crt-post-title {
    margin: 0;
    padding: 0
}

.crt-widget-theme-tokyo .crt-grid-ad .crt-grid-post-content {
    border-radius: 10px
}

.crt-widget-theme-tokyo .crt-grid-ad .crt-post-hover,.crt-widget-theme-tokyo .crt-grid-ad .crt-grid-post-image {
    border-radius: 10px
}

.crt-list-post {
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 1
}

.crt-list-post a {
    transition: color .2s linear
}

.crt-list-post .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 17px
}

.crt-list-post .crt-post-header .crt-social-icon {
    margin-bottom: 0;
    flex-shrink: 0
}

.crt-list-post .crt-post-header .crt-social-icon i {
    font-size: 24px
}

.crt-list-post .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 26px;
    margin-left: 6px
}

.crt-list-post .crt-post-fullname {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    flex: 1
}

.crt-list-post .crt-post-footer {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.1)
}

.crt-list-post .crt-post-footer .crt-post-userimage {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px
}

.crt-list-post .crt-post-footer .crt-post-share {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: .9em;
    color: #2b2b2b;
    text-align: right;
    box-shadow: none
}

.crt-list-post .crt-post-footer .crt-post-share a {
    display: inline-block;
    color: #2b2b2b;
    opacity: .5;
    transition: opacity .3s linear
}

.crt-list-post .crt-post-footer .crt-post-share a:hover {
    opacity: 1
}

.crt-list-post .crt-post-footer .crt-post-share a i {
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top
}

.crt-list-post .crt-post-footer .crt-post-share a i:before {
    margin: 0 0 0 5px
}

.crt-list-post .crt-post-footer .crt-post-share a i.crt-icon-twitter {
    font-size: 1.1em;
    margin-top: 0em
}

.crt-list-post .crt-post-content-image {
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.crt-list-post .crt-post-content-image img {
    width: 100%
}

.crt-list-post .crt-post-content-image .crt-play {
    display: none
}

.crt-list-post video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-list-post .crt-post-title {
    padding: 0 17px 10px;
    color: #2b2b2b;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold
}

.crt-list-post .crt-post-max-height-read-more,.crt-list-post .crt-post-read-more {
    display: none;
    text-align: center;
    margin: .5em
}

.crt-list-post .crt-post-read-more-button {
    display: inline-block;
    background-color: #ddd;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    border-radius: .1em;
    color: #666
}

.crt-list-post.crt-post-show-read-more .crt-post-read-more {
    display: block
}

.crt-list-post.crt-post-has-video .crt-play {
    display: block
}

.crt-list-post.crt-post-has-video .crt-hitarea:hover i:before,.crt-list-post.crt-post-has-video .crt-hitarea:focus i:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.crt-list-post.crt-post-has-video.crt-post-video-playing .crt-play {
    display: none
}

.crt-list-post.crt-post-max-height .crt-post .crt-post-share {
    bottom: -50px;
    display: none
}

.crt-list-post.crt-post-max-height .crt-post-max-height-read-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: .5em;
    padding-top: 4em;
    margin: 0em;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(239, 239, 239)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(239, 239, 239) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0)
}

.crt-list-post.crt-post-no-image .crt-post-content-image {
    display: none
}

.crt-list-post .crt-post-content {
    display: table;
    width: 100%
}

.crt-list-post .crt-list-post-image {
    display: table-cell;
    vertical-align: top;
    width: 170px;
    padding-right: 0px
}

.crt-list-post .crt-list-post-image img {
    max-width: 100%;
    display: block
}

.crt-list-post .crt-list-post-image div {
    position: relative
}

.crt-list-post .crt-list-post-text {
    padding-top: 20px;
    display: table-cell;
    vertical-align: top;
    position: relative
}

.crt-list-post .crt-list-post-text .crt-post-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.crt-list-post .crt-list-post-text .crt-comments-likes {
    padding-top: 10px
}

.crt-list-post .crt-list-post-text-wrap {
    padding: 10px 20px 60px;
    text-align: center
}

.crt-list-post .crt-social-icon {
    position: absolute;
    right: 7px;
    bottom: 5px;
    z-index: 3;
    font-size: 1.3em;
    transition: opacity .4s linear
}

.crt-list-post .crt-social-icon i,.crt-list-post .crt-social-icon svg {
    color: #fff
}

.crt-list-post .crt-social-icon {
    left: 7px;
    right: auto
}

.crt-list-post .crt-image-carousel {
    display: none
}

.crt-list-post.crt-has-image-carousel .crt-image .crt-image-carousel {
    display: block
}

.crt-mosaic-post {
    border: 0;
    margin: 0;
    float: left;
    clear: none;
    overflow: hidden;
    position: relative;
    padding: 0
}

.crt-mosaic-post .crt-post-c {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%
}

.crt-mosaic-post .crt-post-c:focus {
    border-width: 2px
}

.crt-mosaic-post .crt-mosaic-post-content .crt-social-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    transition: opacity .2s linear
}

.crt-mosaic-post .crt-post-only-text {
    height: 100%;
    position: relative;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    background-color: #e9ebf0;
    padding: 30px
}

.crt-mosaic-post .crt-post-only-text .crt-post-text {
    padding: 0px;
    margin: 0px 5px 0px 5px;
    color: #000
}

.crt-mosaic-post .crt-post-only-text .crt-post-userimage {
    width: 15%;
    padding: 10%
}

.crt-mosaic-post .crt-post-only-text .crt-post-fullname {
    padding: 0px 5px 5px 5px
}

.crt-mosaic-post .crt-post-only-text .crt-post-fullname a {
    color: #000;
    opacity: .5;
    text-decoration: none
}

.crt-mosaic-post .crt-post-text:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 35px;
    right: 0;
    left: 0;
    height: 40px
}

.crt-mosaic-post .crt-post-text-footer {
    z-index: 100;
    position: absolute;
    height: 35px;
    left: 0px
}

.crt-mosaic-post .crt-post-text-footer .crt-share-facebook svg {
    width: 9px
}

.crt-mosaic-post .crt-post-text-footer .crt-share-facebook svg,.crt-mosaic-post .crt-post-text-footer .crt-share-twitter svg {
    margin-top: 0px
}

.crt-mosaic-post .crt-post-spots-content {
    background-color: #efefef;
    padding: 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.5em;
    text-align: left
}

.crt-mosaic-post .crt-post-spots-content a {
    text-decoration: underline;
    color: #707070
}

.crt-mosaic-post .crt-grid-post-text,.crt-mosaic-post .crt-grid-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-mosaic-post video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    overflow: hidden
}

.crt-mosaic-post video.aspect-square {
    width: 100%;
    height: 100%
}

.crt-mosaic-post video.aspect-portrait {
    width: 100%;
    height: auto
}

.crt-mosaic-post video.aspect-landscape {
    width: auto;
    height: 100%
}

.crt-mosaic-post .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 17px
}

.crt-mosaic-post .crt-post-header .crt-social-icon {
    margin-bottom: 0;
    flex-shrink: 0
}

.crt-mosaic-post .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    flex: 1
}

.crt-mosaic-post .crt-post-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crt-mosaic-post .crt-grid-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-mosaic-post .crt-social-icon i,.crt-mosaic-post .crt-social-icon svg {
    color: #fff
}

.crt-mosaic-post .crt-play {
    display: none;
    z-index: 4
}

.crt-mosaic-post .crt-grid-post-text {
    display: none
}

.crt-mosaic-post .crt-grid-post-text .crt-grid-post-text-wrap {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px 20px;
    overflow: hidden
}

.crt-mosaic-post .crt-grid-post-text .crt-grid-post-text-wrap div {
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis
}

.crt-mosaic-post .crt-post-title {
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 17px 0;
    font-weight: bold;
    text-align: center;
    word-break: break-word;
    margin-bottom: 12px
}

.crt-mosaic-post .crt-post-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-mosaic-post .crt-post-hover .crt-social-icon i,.crt-mosaic-post .crt-post-hover .crt-social-icon svg {
    color: #707070
}

.crt-mosaic-post .crt-post-hover .crt-post-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px
}

.crt-mosaic-post .crt-post-hover .crt-post-text .crt-image {
    display: none
}

.crt-mosaic-post .crt-post-read-more,.crt-mosaic-post .crt-post-max-height-read-more {
    display: none
}

.crt-mosaic-post.crt-has-image-carousel .crt-image-carousel {
    display: block
}

.crt-mosaic-post:not(.crt-post-youtube).crt-post-has-video .crt-play {
    display: block
}

.crt-mosaic-post:not(.crt-post-youtube).crt-post-has-video.crt-post-video-playing .crt-play {
    display: none
}

.crt-mosaic-post:not(.crt-post-youtube).crt-post-has-video.crt-post-video-playing .crt-grid-post-image {
    display: none
}

.crt-mosaic-post.crt-post-has-image .crt-grid-post-image {
    display: block
}

.crt-mosaic-post.crt-post-has-image .crt-grid-post-text {
    display: none
}

.crt-mosaic-post.crt-post-has-image .crt-post-text {
    display: block
}

.crt-mosaic-post.crt-post-has-title .crt-post-title {
    display: block
}

.crt-mosaic-post.crt-post-content-image-hidden .crt-grid-post-image {
    display: none
}

.crt-mosaic-post.crt-post-content-image-hidden .crt-grid-post-text {
    display: block
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c {
    cursor: pointer
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c:hover .crt-image-carousel {
    opacity: 0
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 40px
}

.crt-no-touch .crt-mosaic-post:not(.crt-post-youtube) .crt-post-c:hover .crt-play {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s,opacity .3s linear
}

.crt-mosaic-post.crt-post-has-image .crt-post-text-c {
    display: none
}

.crt-tetris-post {
    border: 0;
    margin: 0;
    float: left;
    clear: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    box-sizing: border-box
}

.crt-tetris-post .crt-post-c {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    border-radius: 6px;
    border: 0
}

.crt-tetris-post .crt-tetris-post-content {
    width: 100% !important;
    height: 100%;
    display: block;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.crt-tetris-post .crt-tetris-post-content .crt-social-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    transition: opacity .2s linear
}

.crt-tetris-post .crt-tetris-post-content .crt-tetris-post-image {
    background-color: #f1f1f1
}

.crt-tetris-post .crt-post-only-text {
    height: 100%;
    position: relative;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    background-color: #e9ebf0;
    padding: 30px
}

.crt-tetris-post .crt-post-only-text .crt-post-text {
    padding: 30px;
    margin: 15px 5px 0px 5px;
    color: #000
}

.crt-tetris-post .crt-post-only-text .crt-post-userimage {
    width: 15%;
    max-width: 40px;
    margin: 20px 0px 10px 0px;
    aspect-ratio: 1/1
}

.crt-tetris-post .crt-post-only-text .crt-post-fullname {
    padding: 0px 5px 5px 5px
}

.crt-tetris-post .crt-post-only-text .crt-post-fullname a {
    color: #000;
    opacity: .5;
    text-decoration: none
}

.crt-tetris-post .crt-post-text-footer {
    z-index: 100;
    position: absolute;
    height: 75px;
    padding-top: 20px;
    left: 0px
}

.crt-tetris-post .crt-post-spots-content {
    background-color: #efefef;
    padding: 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.5em;
    text-align: left
}

.crt-tetris-post .crt-post-spots-content a {
    text-decoration: underline;
    color: #707070
}

.crt-tetris-post .crt-grid-post-text,.crt-tetris-post .crt-grid-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-tetris-post video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    overflow: hidden
}

.crt-tetris-post video.aspect-square {
    width: 100%;
    height: 100%
}

.crt-tetris-post video.aspect-portrait {
    width: 100%;
    height: auto
}

.crt-tetris-post video.aspect-landscape {
    width: auto;
    height: 100%
}

.crt-tetris-post .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: center
}

.crt-tetris-post .crt-post-header .crt-social-icon {
    margin-bottom: 12px
}

.crt-tetris-post .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 0px;
    font-weight: bold
}

.crt-tetris-post .crt-post-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crt-tetris-post .crt-grid-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-tetris-post .crt-social-icon i,.crt-tetris-post .crt-social-icon svg {
    color: #fff
}

.crt-tetris-post .crt-play {
    display: none;
    z-index: 4
}

.crt-tetris-post .crt-grid-post-text {
    display: none
}

.crt-tetris-post .crt-grid-post-text .crt-grid-post-text-wrap {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px 20px;
    overflow: hidden
}

.crt-tetris-post .crt-grid-post-text .crt-grid-post-text-wrap div {
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis
}

.crt-tetris-post .crt-post-title {
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 17px 0;
    font-weight: bold;
    text-align: center;
    word-break: break-word;
    margin-bottom: 12px
}

.crt-tetris-post .crt-post-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-tetris-post .crt-post-hover .crt-social-icon i,.crt-tetris-post .crt-post-hover .crt-social-icon svg {
    color: #707070
}

.crt-tetris-post .crt-post-hover .crt-post-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px
}

.crt-tetris-post .crt-post-hover .crt-post-text .crt-image {
    display: none
}

.crt-tetris-post .crt-post-read-more,.crt-tetris-post .crt-post-max-height-read-more {
    display: none
}

.crt-tetris-post.crt-has-image-carousel .crt-image-carousel {
    display: block
}

.crt-tetris-post.crt-post-has-video .crt-play {
    display: block
}

.crt-tetris-post.crt-post-has-video.crt-post-video-playing .crt-play {
    display: none
}

.crt-tetris-post.crt-post-has-video.crt-post-video-playing .crt-grid-post-image {
    z-index: 0
}

.crt-tetris-post.crt-post-has-image .crt-grid-post-image {
    display: block
}

.crt-tetris-post.crt-post-has-image .crt-grid-post-text {
    display: none
}

.crt-tetris-post.crt-post-has-image .crt-post-text {
    display: block
}

.crt-tetris-post.crt-post-has-title .crt-post-title {
    display: block
}

.crt-tetris-post.crt-post-content-image-hidden .crt-grid-post-image {
    display: none
}

.crt-tetris-post.crt-post-content-image-hidden .crt-grid-post-text {
    display: block
}

.crt-no-touch .crt-tetris-post:not(.crt-post-youtube) .crt-post-c {
    cursor: pointer
}

.crt-no-touch .crt-tetris-post:not(.crt-post-youtube) .crt-post-c:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-no-touch .crt-tetris-post:not(.crt-post-youtube) .crt-post-c:hover .crt-image-carousel {
    opacity: 0
}

.crt-no-touch .crt-tetris-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-tetris-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%)
}

.crt-tetris-post.crt-post-has-image .crt-post-text-c {
    display: none
}

.crt-widget .crt-post.crt-post-havana {
    border-radius: 0;
    font-size: 14px
}

.crt-widget .crt-post.crt-post-havana .crt-post-c {
    padding-top: 28px
}

.crt-widget .crt-post.crt-post-havana .crt-post-userimage {
    height: 54px;
    width: 54px;
    margin: auto;
    display: block;
    overflow: hidden;
    background-color: #e9ebf0
}

.crt-widget .crt-post.crt-post-havana.crt-post-has-image .crt-post-c {
    padding-top: 0
}

.crt-widget .crt-post.crt-post-havana.crt-post-has-image .crt-post-content {
    position: relative;
    margin-bottom: 27px
}

.crt-widget .crt-post.crt-post-havana.crt-post-has-image .crt-post-content .crt-post-userimage {
    position: absolute;
    bottom: -27px;
    left: 50%;
    border: 4px solid #fff;
    transform: translateX(-50%)
}

.crt-widget .crt-post.crt-post-havana.crt-no-user-screen-name .post-footer-2 .crt-post-share {
    flex-grow: 1
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 {
    background-color: rgba(0,0,0,0);
    position: relative;
    flex-direction: row
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 .crt-social-icon {
    text-align: left;
    padding-left: 15px
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 .hide {
    position: static;
    opacity: 1
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 .crt-post-username {
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 .crt-post-username a {
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.crt-widget .crt-post.crt-post-havana .post-footer-2 .crt-post-username.hide {
    display: block
}

.crt-widget .crt-post.crt-post-helsinki .crt-post-footer-helsinki {
    background-color: rgba(0,0,0,0);
    font-size: 13px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki {
    display: flex;
    height: 66px;
    padding: 18px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-post-userimage {
    height: 30px;
    width: 30px;
    overflow: hidden;
    background-color: #e9ebf0;
    margin-right: 13px;
    border: 1px solid rgba(185,185,198,.4);
    min-width: 30px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-post-helsinki-user-fullname-date {
    height: 30px;
    flex-grow: 1;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-post-helsinki-user-fullname-date .crt-post-fullname {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: .1px;
    margin-bottom: 0;
    max-height: 15px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-post-helsinki-user-fullname-date .crt-post-date {
    max-height: 14px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-post-helsinki-user-fullname-date .crt-post-date .crt-post-date-link {
    font-family: "Roboto-Medium";
    font-size: 9px;
    vertical-align: middle;
    line-height: 13px;
    letter-spacing: 1px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-social-icon {
    min-width: 15px
}

.crt-widget .crt-post.crt-post-helsinki.crt-post-has-image .crt-post-footer-helsinki .crt-social-icon svg {
    margin-top: 7px;
    height: 15px;
    width: 15px;
    align-self: flex-end
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-content {
    width: 100%;
    text-align: center
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-content .crt-post-userimage {
    margin-top: 28px;
    height: 54px;
    width: 54px;
    margin-bottom: 49px;
    display: inline-block
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-content .crt-post-fullname {
    margin-top: 20px;
    letter-spacing: .1px;
    font-weight: normal;
    font-size: 14px;
    opacity: .5;
    padding: 0 17px
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-content .crt-post-text {
    margin-top: 15px;
    font-size: 26px
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-footer-helsinki {
    position: relative;
    height: 50px
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-footer-helsinki .crt-post-date {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: middle
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-footer-helsinki .crt-post-date a {
    width: 100%;
    font-weight: 500
}

.crt-widget .crt-post.crt-post-helsinki:not(.crt-post-has-image) .crt-post-footer-helsinki .crt-social-icon svg {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.crt-wall-post {
    border: 0;
    margin: 0;
    float: left;
    clear: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%
}

.crt-wall-post .crt-post-c.crt-post-border {
    border: none
}

.crt-wall-post .crt-post-c .crt-image-c {
    display: flex
}

.crt-wall-post .crt-post-c .crt-image-c img {
    width: 100%
}

.crt-wall-post .crt-wall-post-content .crt-social-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    transition: opacity .2s linear
}

.crt-wall-post .crt-post-only-text {
    height: 100%;
    position: relative;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    background-color: #e9ebf0;
    padding: 30px
}

.crt-wall-post .crt-post-only-text .crt-post-text {
    padding: 0px;
    color: #000
}

.crt-wall-post .crt-post-only-text .crt-post-userimage {
    width: 15%;
    padding: 10%
}

.crt-wall-post .crt-post-only-text .crt-post-fullname {
    padding: 0px 5px 5px 5px
}

.crt-wall-post .crt-post-only-text .crt-post-fullname a {
    color: #000;
    opacity: .5;
    text-decoration: none
}

.crt-wall-post .crt-post-text-footer {
    z-index: 100;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0), #e9ebf0 50%);
    height: 55px;
    padding-top: 20px;
    left: 0px;
    border-bottom: 1px solid #a9a9a9
}

.crt-wall-post .crt-post-spots-content {
    background-color: #efefef;
    padding: 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.5em;
    text-align: left
}

.crt-wall-post .crt-post-spots-content a {
    text-decoration: underline;
    color: #707070
}

.crt-wall-post video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    overflow: hidden
}

.crt-wall-post video.aspect-square {
    width: 100%;
    height: 100%
}

.crt-wall-post video.aspect-portrait {
    width: 100%;
    height: auto
}

.crt-wall-post video.aspect-landscape {
    width: auto;
    height: 100%
}

.crt-wall-post .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: center
}

.crt-wall-post .crt-post-header .crt-social-icon {
    margin-bottom: 12px
}

.crt-wall-post .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 6px;
    font-weight: bold
}

.crt-wall-post .crt-post-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crt-wall-post .crt-social-icon i,.crt-wall-post .crt-social-icon svg {
    color: #fff
}

.crt-wall-post .crt-play {
    display: none;
    z-index: 4
}

.crt-wall-post .crt-post-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s,opacity .3s linear
}

.crt-wall-post .crt-post-hover .crt-social-icon i,.crt-wall-post .crt-post-hover .crt-social-icon svg {
    color: #707070
}

.crt-wall-post .crt-post-hover .crt-post-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px
}

.crt-wall-post .crt-post-hover .crt-post-text .crt-image {
    display: none
}

.crt-wall-post .crt-post-read-more,.crt-wall-post .crt-post-max-height-read-more {
    display: none
}

.crt-wall-post.crt-post-has-video .crt-post-video-playing .crt-play {
    display: none
}

.crt-wall-post.crt-post-has-image .crt-post-text {
    display: block
}

.crt-wall-post.crt-post-has-image .crt-post-text-c {
    display: none
}

.crt-no-touch .crt-wall-post:not(.crt-post-youtube) .crt-post-c {
    cursor: pointer
}

.crt-no-touch .crt-wall-post:not(.crt-post-youtube) .crt-post-c:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-no-touch .crt-wall-post:not(.crt-post-youtube) .crt-post-c:hover .crt-image-carousel {
    opacity: 0
}

.crt-no-touch .crt-wall-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-no-touch .crt-wall-post:not(.crt-post-youtube) .crt-post-c:hover .crt-post-hover:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%)
}

.crt-widget-theme-manila .crt-post-c .crt-post-header,.crt-widget-theme-manila .crt-post-c .crt-post-text,.crt-widget-theme-manila .crt-post-c .crt-post-footer,.crt-widget-theme-manila .crt-post-c .crt-post-read-more,.crt-widget-theme-manila .crt-post-c .crt-post-max-height-read-morecrt-post-max-height-read-more,.crt-widget-theme-manila .crt-post-c .crt-social-icon {
    display: none
}

.crt-widget-theme-manila .crt-post-c .crt-post-text.with-max-lines {
    display: none !important
}

.crt-widget-theme-manila .crt-grid-post .crt-post-c:hover .crt-post-hover,.crt-widget-theme-manila .crt-mosaic-post .crt-post-c:hover .crt-post-hover {
    display: none
}

.crt-widget-theme-manila .crt-grid-post .crt-post-c .crt-post-footer,.crt-widget-theme-manila .crt-mosaic-post .crt-post-c .crt-post-footer {
    display: none
}

.crt-widget-theme-manila.crt-select .crt-selected-post .crt-select-post-content .crt-select-post-image-container {
    margin-right: 0
}

.crt-widget-theme-manila.crt-select .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-select-post-image {
    border-radius: 8px
}

.crt-widget-theme-manila.crt-select .crt-selected-post .crt-select-post-body-container {
    display: none
}

.crt-widget .crt-post-tiktok .crt-post-text .tiktok-embed {
    min-width: 0 !important
}

.crt-widget .crt-post-tiktok .crt-image-c .crt-play {
    display: block
}

.crt-widget .crt-post-youtube .crt-social-icon svg {
    height: 20px !important;
    width: 29px !important
}

.crt-popup-manager .crt-popup-network-id-8 .crt-popup-header .crt-social-icon svg {
    width: 29px
}

.crt-filter {
    margin: 5px;
    padding: 5px;
    text-align: center
}

.crt-filter label,.crt-filter a {
    color: #2b2b2b
}

.crt-filter .crt-filter-networks,.crt-filter .crt-filter-sources {
    position: relative;
    display: block;
    margin-bottom: 3px
}

.crt-filter .crt-filter-networks ul,.crt-filter .crt-filter-sources ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.crt-filter .crt-filter-networks ul li,.crt-filter .crt-filter-sources ul li {
    display: inline-block
}

.crt-filter .crt-filter-networks ul li a,.crt-filter .crt-filter-sources ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 1em;
    line-height: 25px;
    margin-right: 5px;
    border-radius: 20px;
    transition: background-color .3s linear
}

.crt-filter .crt-filter-networks ul li a i,.crt-filter .crt-filter-sources ul li a i {
    pointer-events: none
}

.crt-filter .crt-filter-networks ul li a:hover,.crt-filter .crt-filter-sources ul li a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.1)
}

.crt-filter .crt-filter-networks ul li a svg,.crt-filter .crt-filter-sources ul li a svg {
    vertical-align: baseline;
    width: 30px;
    height: 20px;
    margin-right: 4px;
    position: relative
}

.crt-filter .crt-filter-networks ul li.crt-network-filter-youtube svg,.crt-filter .crt-filter-networks ul li.crt-source-filter-network-youtube svg,.crt-filter .crt-filter-sources ul li.crt-network-filter-youtube svg,.crt-filter .crt-filter-sources ul li.crt-source-filter-network-youtube svg {
    margin-right: 10px
}

.crt-filter .crt-filter-networks ul li.active a,.crt-filter .crt-filter-sources ul li.active a {
    background-color: #ccc
}

.crt-filter .crt-filter-networks .crt-filter-label,.crt-filter .crt-filter-sources .crt-filter-label {
    margin: 0 5px
}

.crt-social-icon {
    display: block
}

.crt-social-icon i {
    display: inline-block;
    color: #2b2b2b;
    line-height: 1em
}

.crt-social-icon svg {
    width: 24px;
    height: auto;
    max-height: 24px
}

.crt-post-userimage {
    width: 24px;
    height: auto;
    border-radius: 50%
}

.loading-image-svg {
    width: 80px;
    height: 80px;
    background-size: initial;
    background-repeat-y: initial;
    background-repeat-x: initial;
    background-position-y: initial;
    background-position-x: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: initial;
    background-attachment: initial;
    animation-play-state: paused
}

.loading-image-svg .dot-1 {
    animation: loading 1s linear .1s infinite;
    transform-origin: center
}

.loading-image-svg .dot-2 {
    animation: loading 1s linear .2s infinite;
    transform-origin: center
}

.loading-image-svg .dot-3 {
    animation: loading 1s linear .4s infinite;
    transform-origin: center
}

@keyframes loading {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.crt-post-date {
    margin-top: 0
}

.crt-post-date .crt-post-date-link {
    text-transform: uppercase;
    opacity: .5;
    color: #999;
    font-size: .8em;
    text-decoration: none
}

body.crt-popup-visible {
    overflow: hidden
}

.crt-popup-underlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 100
}

.crt-popup-wrapper-c {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100%;
    width: 100%;
    position: relative
}

.crt-popup-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: auto
}

.crt-popup-wrapper.crt-popup-wrapper-visible {
    display: block
}

.crt-popup-wrapper.crt-popup-wrapper-visible .crt-popup-underlay {
    display: block
}

.crt-popup-wrapper div {
    box-sizing: border-box
}

.crt-popup-wrapper .crt-popup-container {
    padding: 60px;
    position: relative;
    z-index: 101
}

.crt-popup-wrapper .crt-popup-padding {
    padding: 60px 0;
    margin: 0 auto
}

.crt-popup-wrapper .crt-popup {
    position: relative;
    max-width: 950px;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    float: left;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15)
}

.crt-popup-wrapper .crt-popup a {
    text-overflow: ellipsis;
    text-decoration: none;
    color: #2b2b2b;
    cursor: pointer
}

.crt-popup-wrapper .crt-popup a:hover {
    color: #000
}

@media(max-width: 480px) {
    .crt-popup-wrapper .crt-popup .crt-popup-left {
        min-height:auto !important
    }
}

.crt-popup-wrapper .crt-popup .popup-video-container {
    min-width: 400px;
    min-height: 400px;
    display: flex;
    align-items: center
}

.crt-popup-wrapper .crt-popup .crt-popup-images {
    position: relative
}

.crt-popup-wrapper .crt-popup .crt-popup-background-image,.crt-popup-wrapper .crt-popup .crt-popup-left .crt-popup-background-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.crt-popup-wrapper .crt-popup .crt-popup-left {
    display: none;
    background-color: #fff;
    position: relative;
    padding-right: 335px;
    min-height: 310px
}

.crt-popup-wrapper .crt-popup .crt-popup-left img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    z-index: 10;
    position: relative
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video {
    width: 100%;
    display: none
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-youtube,.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-vimeo {
    display: block;
    width: 615px
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-youtube .crt-play,.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-vimeo .crt-play {
    display: none
}

@media(max-width: 768px) {
    .crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-youtube,.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video.crt-has-video-vimeo {
        width:100%
    }
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container {
    position: relative
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container img {
    position: relative;
    display: block;
    z-index: 1
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: visible
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container iframe {
    display: block
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 335px;
    z-index: 200
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li {
    padding: 0;
    display: inline-block;
    margin: 0 5px
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li a {
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 5px rgba(0,0,0,.5)
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li.selected a {
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6
}

.crt-popup-wrapper .crt-popup blockquote,.crt-popup-wrapper .crt-popup iframe,.crt-popup-wrapper .crt-popup .instagram-media {
    margin: 0;
    min-width: 0 !important
}

.crt-popup-wrapper .crt-popup .crt-popup-right {
    width: 335px;
    padding: 0 24px 24px;
    font-family: Arial,san-serif;
    font-weight: normal !important;
    font-size: 15px;
    color: #0b0b0b
}

.crt-popup-wrapper .crt-popup .crt-popup-right a {
    color: #58585b;
    opacity: 1
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-post-share,.crt-popup-wrapper .crt-popup .crt-popup-right .crt-share-button {
    height: 100%
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-post-share .crt-share-button>svg {
    margin-top: 2px
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-post-share .crt-popup-share-icon-container {
    background-color: #fff
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text .crt-popup-text-container {
    padding: 16px 5px 16px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text .crt-popup-text-container .crt-popup-post-spots-content {
    font-size: 10px;
    padding: 10px 6px 10px 6px;
    background: #f0f0f0;
    font-weight: bold;
    line-height: 1.5em
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text .crt-popup-text-container .crt-popup-post-spots-content a {
    text-decoration: underline;
    color: #666
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar-thumb {
    background: #ccc
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar-track {
    background: #fff
}

.crt-popup-wrapper .crt-popup .crt-popup-header {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #2b2b2b;
    padding: 20px 24px 16px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px
}

.crt-popup-wrapper .crt-popup .crt-popup-header:before,.crt-popup-wrapper .crt-popup .crt-popup-header:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-header:after {
    clear: both
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 0;
    flex-shrink: 0
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i {
    margin-top: 0;
    font-size: 35px;
    color: #2b2b2b
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i.crt-icon-twitter {
    font-size: 32px;
    margin-right: 6px
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i.crt-icon-instagram {
    margin-left: -1px
}

.crt-popup-wrapper .crt-popup .crt-popup-header img {
    float: left;
    width: 40px;
    margin-right: 9px;
    margin-top: 7px;
    aspect-ratio: 1/1
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    font-size: .9em;
    line-height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name br{
    display: none
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name.username-ad {
    left: 45px
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more {
    display: none;
    padding: 10px 15px 10px;
    background-color: #fff;
    line-height: 1em;
    text-align: center;
    z-index: 1
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more:before,.crt-popup-wrapper .crt-popup .crt-popup-read-more:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more:after {
    clear: both
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more a.crt-button {
    border-radius: 6px;
    background-color: #efefef;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1em;
    color: #2e2e2e
}

.crt-popup-wrapper .crt-popup .crt-popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #efefef;
    padding: 10px 15px 10px;
    background-color: #fff;
    margin-top: 4px;
    line-height: 1em;
    z-index: 2
}

.crt-popup-wrapper .crt-popup .crt-popup-footer:before,.crt-popup-wrapper .crt-popup .crt-popup-footer:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-footer:after {
    clear: both
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats {
    float: left;
    color: #58585b;
    font-size: .8em;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 2px
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats span {
    color: #666
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats .sep {
    background-color: #ccc;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-post-share {
    float: right;
    text-align: right
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-post-share i {
    color: #666
}

.crt-popup-wrapper .crt-popup .crt-date {
    margin-top: 0;
    opacity: .5
}

.crt-popup-wrapper .crt-popup .crt-link {
    text-decoration: underline
}

.crt-popup-wrapper .crt-popup .crt-popup-text-title {
    font-weight: bold;
    display: none
}

.crt-popup-wrapper .crt-popup a.crt-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.crt-popup-wrapper .crt-popup .crt-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 200;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid rgba(0,0,0,0.6);
}

.crt-popup-wrapper .crt-popup .crt-close:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1)
}

.crt-popup-wrapper .crt-popup .crt-previous,.crt-popup-wrapper .crt-popup .crt-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 50;
    color: #fff;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px)
}

.crt-popup-wrapper .crt-popup .crt-previous:hover,.crt-popup-wrapper .crt-popup .crt-next:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1)
}

.crt-popup-wrapper .crt-popup .crt-previous svg,.crt-popup-wrapper .crt-popup .crt-next svg {
    width: 24px;
    height: 24px
}

.crt-popup-wrapper .crt-popup .crt-previous {
    left: 9px
}

.crt-popup-wrapper .crt-popup .crt-next {
    right: 9px
}

.crt-popup-wrapper .crt-popup.crt-popup-has-title .crt-popup-text-title {
    display: block
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-left {
    display: block
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right {
    position: absolute;
    width: 335px;
    height: 100%;
    top: 0;
    right: 0
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-text {
    position: absolute;
    top: 75px;
    left: 20px;
    right: 20px;
    bottom: 40px
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-footer {
    bottom: 0
}

.crt-popup-wrapper .crt-popup.has-video .crt-popup-left .crt-video {
    display: block
}

.crt-popup-wrapper .crt-popup.has-video .crt-popup-left .crt-image {
    display: none
}

.crt-popup-wrapper .crt-popup.has-video a.crt-play {
    display: block
}

.crt-popup-wrapper .crt-popup.crt-has-read-more .crt-popup-read-more {
    display: block
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right {
    padding-bottom: 100px
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39px
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-text {
    bottom: 100px
}

.crt-popup-wrapper .crt-popup.video-playing .crt-popup-left .crt-video .crt-video-container a i {
    opacity: 0
}

@media screen and (max-width: 910px) {
    .crt-popup-wrapper .crt-popup-container {
        padding:40px
    }

    .crt-popup-wrapper .crt-popup .crt-previous,.crt-popup-wrapper .crt-popup .crt-next {
        width: 40px
    }

    .crt-popup-wrapper .crt-popup .crt-next {
        right: -41px
    }

    .crt-popup-wrapper .crt-popup .crt-previous {
        left: -41px
    }

    .crt-popup-wrapper .crt-popup .crt-close {
        background-color: #fff;
        top: 0;
        right: 0;
        width: 30px;
        line-height: 30px;
        height: 30px;
        text-align: center
    }

    .crt-popup-wrapper .crt-popup .crt-popup-right {
        position: relative;
        width: auto;
        max-width: 600px;
        right: auto;
        height: auto;
        padding-bottom: 40px
    }

    .crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 300px;
        padding-bottom: 15px
    }

    .crt-popup-wrapper .crt-popup .crt-popup-left {
        padding-right: 0
    }

    .crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination {
        right: 0
    }

    .crt-popup-wrapper .crt-popup.has-image .crt-popup-right {
        position: relative;
        width: auto;
        max-width: 600px;
        right: auto;
        height: auto
    }

    .crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 300px
    }

    .crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-text {
        bottom: auto
    }
}

.crt-post-share {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: .9em;
    text-align: right;
    box-shadow: none
}

.crt-post-share a {
    display: inline-block;
    color: #2b2b2b;
    transition: opacity .3s linear
}

.crt-post-share a:hover,.crt-post-share a:focus {
    opacity: 1
}

.crt-post-share a.crt-share-twitter {
    margin-left: .4em
}

.crt-post-share .crt-share-button {
    width: 20px;
    text-align: right;
    cursor: pointer
}

.crt-post-share .crt-share-button>svg {
    width: 16px;
    margin-top: -3px;
    height: 30px;
    vertical-align: middle
}

.crt-post-share:hover .crt-popup-share-icon-container,.crt-post-share:focus .crt-popup-share-icon-container,.crt-post-share:focus-within .crt-popup-share-icon-container {
    display: block
}

.crt-post-share:not(:hover):not(:focus) .crt-share-button>svg {
    opacity: .4
}

.crt-post-share .crt-popup-share-icon-container {
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    padding: 10px 8px;
    text-align: center;
    box-shadow: 0px 4px 28px 0px rgba(0,0,0,.25);
    border-radius: 16px;
    right: 5px;
    z-index: 99999;
    width: 110px;
    height: 89px;
    display: none
}

.crt-post-share .crt-popup-share-icon-container>p {
    line-height: 18px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons {
    display: flex;
    flex-direction: row;
    z-index: 100;
    justify-content: center
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons>a {
    height: 37px;
    width: 37px;
    border-radius: 4px
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-facebook,.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-twitter {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-facebook:not(:hover):not(:focus),.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-twitter:not(:hover):not(:focus) {
    opacity: .4
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-facebook svg,.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-twitter svg {
    height: 17px
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-facebook:hover,.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-facebook:focus {
    background-color: #1b76f2;
    border-color: #1b76f2;
    color: #fff
}

.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-twitter:hover,.crt-post-share .crt-popup-share-icon-container .crt-popup-share-icon-container-icons .crt-share-twitter:focus {
    background-color: #000;
    border: #000;
    color: #fff
}

.crt-popup-text-content {
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word
}

.crt-popup-text-content img {
    max-width: 100%;
    height: auto
}

.crt-popup-text-content a {
    color: #2b2b2b
}

.crt-popup-text-content a:hover {
    color: #000
}

.crt-popup-text-content .crt-image {
    display: none
}

.crt-popup-text-embed-container {
    position: relative
}

.crt-popup-text-embed-container>.crt-popup-text-embed-wrapper {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1
}

.crt-warning-dialog {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding-top: 90px
}

.crt-warning-dialog p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 20px
}

.crt-warning-dialog svg {
    vertical-align: bottom;
    height: 20px
}

.crt-load-more-container {
    text-align: center
}

button.crt-load-more {
    background-color: #fff;
    color: #26476c;
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    border: none;
    box-shadow: 0px 2px 30px rgba(0,0,0,0);
}

.crt-post-video-playing .crt-video-container.playable .crt-play {
    display: block !important;
    z-index: 1
}

.crt-post-video-playing .crt-video-container.playable .crt-play .crt-play-icon {
    display: none
}

.crt-image-carousel {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    display: none;
    z-index: 3
}

.crt-post-spots-content {
    background-color: #efefef;
    padding: 12px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.5em
}

.crt-post-spots-content a {
    text-decoration: underline;
    color: #2b2b2b
}

.crt-comments-likes {
    position: relative;
    font-size: .8em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 13px
}

.crt-comments-likes span span {
    opacity: .5
}

.crt-post-text {
    padding: 0 17px 28px;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word
}

.crt-post-text p,.crt-post-text a {
    font-size: 1em
}

.crt-post-text img {
    max-width: 100%;
    height: auto
}

.crt-post-text a {
    color: #2b2b2b
}

.crt-post-text a:hover {
    color: #000
}

.crt-post-text .crt-image {
    display: none
}

.crt-post-text-embed-container {
    position: relative
}

.crt-post-text-embed-container>.crt-post-text-embed-wrapper {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1
}

.crt-post-footer {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0)
}

.crt-post-footer .crt-post-userimage {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    aspect-ratio: 1/1
}

.crt-post-footer .hide {
    position: absolute;
    opacity: 0
}

.crt-post-title {
    margin: 17px 17px 6px;
    color: #2b2b2b;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 10px 17px 0;
    word-break: break-word;
    margin-bottom: 12px
}

.crt-post-text-footer.post-footer-2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 0%;
    width: 100%;
    background-color: #e9ebf0;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: row
}

.crt-post-text-footer.post-footer-2 a {
    display: block;
    opacity: 1;
    width: 20%
}

.crt-post-text-footer.post-footer-2 a svg {
    width: 18px
}

.crt-post-text-footer.post-footer-2 a.crt-share-facebook {
    text-align: center
}

.crt-post-text-footer.post-footer-2 a.crt-share-twitter {
    text-align: center
}

.crt-post-text-footer.post-footer-2 .crt-post-share a {
    display: inline-block
}

.crt-post-text-footer.post-footer-2 .crt-post-share a svg {
    margin-left: 0
}

.crt-post-text-footer.post-footer-2 .crt-post-date {
    opacity: 1;
    width: 60%
}

.crt-post-text-footer.post-footer-2 .crt-post-date a {
    position: relative;
    width: 100%
}

.crt-post-text-footer.post-footer-2 .crt-post-share {
    position: static;
    padding-right: 5px
}

.crt-post-text-footer.post-footer-2 .crt-post-share a {
    text-align: center;
    width: 30px
}

.crt-post-text-footer.post-footer-2 .hide {
    position: absolute;
    opacity: 0
}

.crt-widget-waterfall {
    min-height: 400px;
    position: relative;
    display: block;
    clear: both;
    max-width: 100%;
    overflow-anchor: none
}

.crt-widget-waterfall .crt-feed-scroll {
    width: 100%
}

.crt-widget-waterfall .crt-feed {
    width: 100%
}

.crt-widget-waterfall .crt-feed:before,.crt-widget-waterfall .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-waterfall .crt-feed:after {
    clear: both
}

.crt-widget-waterfall .crt-post {
    border: 0
}

.crt-feed-spacer {
    height: 1px;
    opacity: 0
}

.crt-widget-grid {
    position: relative
}

.crt-widget-grid:before,.crt-widget-grid:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-grid:after {
    clear: both
}

.crt-widget-grid .crt-grid-post {
    width: 33%
}

.crt-widget-grid.crt-grid-col1 .crt-grid-post {
    width: 100%
}

.crt-widget-grid .crt-grid-col1 .crt-grid-post {
    width: 100%
}

.crt-widget-grid.crt-grid-col2 .crt-grid-post {
    width: 50%
}

.crt-widget-grid .crt-grid-col2 .crt-grid-post {
    width: 50%
}

.crt-widget-grid.crt-grid-col3 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid .crt-grid-col3 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid.crt-grid-col4 .crt-grid-post {
    width: 50%
}

.crt-widget-grid .crt-grid-col4 .crt-grid-post {
    width: 50%
}

.crt-widget-grid.crt-grid-col5 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid .crt-grid-col5 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid.crt-grid-col6 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid .crt-grid-col6 .crt-grid-post {
    width: 33.3333333333%
}

.crt-widget-grid.crt-grid-col7 .crt-grid-post {
    width: 14.2857142857%
}

.crt-widget-grid .crt-grid-col7 .crt-grid-post {
    width: 14.2857142857%
}

.crt-widget-grid.crt-grid-col8 .crt-grid-post {
    width: 12.5%
}

.crt-widget-grid .crt-grid-col8 .crt-grid-post {
    width: 12.5%
}

.crt-widget-grid.crt-grid-col9 .crt-grid-post {
    width: 11.1111111111%
}

.crt-widget-grid .crt-grid-col9 .crt-grid-post {
    width: 11.1111111111%
}

.crt-widget-grid.crt-grid-col10 .crt-grid-post {
    width: 10%
}

.crt-widget-grid .crt-grid-col10 .crt-grid-post {
    width: 10%
}

.crt-widget-grid.crt-grid-col11 .crt-grid-post {
    width: 9.0909090909%
}

.crt-widget-grid .crt-grid-col11 .crt-grid-post {
    width: 9.0909090909%
}

.crt-widget-grid.crt-grid-col12 .crt-grid-post {
    width: 8.3333333333%
}

.crt-widget-grid .crt-grid-col12 .crt-grid-post {
    width: 8.3333333333%
}

.crt-widget-grid.crt-grid-col13 .crt-grid-post {
    width: 7.6923076923%
}

.crt-widget-grid .crt-grid-col13 .crt-grid-post {
    width: 7.6923076923%
}

.crt-widget-grid.crt-grid-col14 .crt-grid-post {
    width: 7.1428571429%
}

.crt-widget-grid .crt-grid-col14 .crt-grid-post {
    width: 7.1428571429%
}

.crt-widget-grid.crt-grid-col15 .crt-grid-post {
    width: 6.6666666667%
}

.crt-widget-grid .crt-grid-col15 .crt-grid-post {
    width: 6.6666666667%
}

.crt-widget-grid .crt-feed:before,.crt-widget-grid .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-grid .crt-feed:after {
    clear: both
}

.crt-widget-grid .crt-load-more-container {
    margin-top: 20px
}

.crt-widget-grid .crt-post {
    border: 0;
    margin: 0
}

.crt-widget-grid .crt-post img.spacer {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.crt-widget-grid .crt-post .crt-post-content-text-c,.crt-widget-grid .crt-post .crt-post-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none
}

.crt-widget-grid .crt-post .crt-social-icon-normal {
    color: #fff
}

.crt-widget-grid .crt-post .crt-social-icon {
    position: absolute;
    right: 3px;
    bottom: 5px;
    z-index: 3;
    font-size: 1.3em;
    transition: opacity .4s linear
}

.crt-widget-grid .crt-post .crt-post-content-image {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-widget-grid .crt-post .crt-post-content-text-c {
    z-index: 2
}

.crt-widget-grid .crt-post .crt-post-content-text-c .crt-post-content-text {
    font-size: 20px
}

.crt-widget-grid .crt-post .crt-post-hover {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgba(255,255,255,.8);
    z-index: 3;
    opacity: 0;
    transition: opacity .4s linear
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon,.crt-widget-grid .crt-post .crt-post-hover .crt-post-header {
    background-color: rgba(0,0,0,0)
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon IMG,.crt-widget-grid .crt-post .crt-post-hover .crt-post-header IMG {
    margin-left: 6px;
    margin-top: 6px
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon .crt-post-name,.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-post-name {
    left: 53px;
    margin-top: 0;
    font-size: .8em
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-hover-text {
    padding: 6px;
    font-size: .85em
}

.crt-widget-grid .crt-post.crt-post-has-image .crt-post-content-text-c {
    display: none
}

.crt-widget-grid.crt-no-touch .crt-post .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-widget-grid.crt-no-touch .crt-post .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-carousel-pane {
    position: relative
}

.crt-carousel-pane .crt-pane-index {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid red;
    z-index: 100;
    padding: 3px;
    display: none
}

.crt-widget.crt-widget-carousel {
    max-width: 100%;
    margin: 0 auto;
    min-height: 400px;
    position: relative
}

.crt-widget.crt-widget-carousel .crt-carousel-feed {
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased
}

.crt-widget.crt-widget-carousel .crt-hide-controls .crt-panel-next,.crt-widget.crt-widget-carousel .crt-hide-controls .crt-panel-prev {
    display: none
}

.crt-widget.crt-widget-carousel .crt-post {
    border-width: 0
}

.crt-widget.crt-widget-carousel .crt-post .crt-post-c {
    width: 100%
}

.crt-widget.crt-widget-carousel .crt-carousel-stage {
    width: 100%;
    overflow: hidden;
    position: relative
}

.crt-widget.crt-widget-carousel .crt-carousel-slider {
    width: 0%;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    left: 0;
    display: block
}

.crt-widget.crt-widget-carousel .crt-carousel-slider .crt-post-c {
    height: 100%;
    justify-content: center
}

.crt-widget.crt-widget-carousel .crt-carousel-slider:not(.moving) .crt-carousel-pane[aria-hidden=true] a {
    visibility: hidden
}

.crt-widget.crt-widget-carousel .crt-carousel-slider:not(.moving) .crt-carousel-pane[aria-hidden=true] *[tabindex="0"] {
    visibility: hidden
}

.crt-widget.crt-widget-carousel .crt-match-heights .crt-post-c {
    padding-bottom: 40px;
    position: relative
}

.crt-widget.crt-widget-carousel .crt-match-heights .crt-carousel-pane {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch
}

.crt-widget.crt-widget-carousel .crt-match-heights .crt-carousel-pane .crt-post {
    flex-grow: 1
}

.crt-widget.crt-widget-carousel .crt-match-heights .crt-post-footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.crt-carousel-pane {
    float: left
}

.crt-carousel-pane .crt-grid-post {
    float: none
}

.crt-widget-grid-carousel {
    position: relative;
    max-width: 100%
}

.crt-widget-grid-carousel .crt-grid-carousel-feed {
    width: 100%;
    position: relative
}

.crt-widget-grid-carousel .crt-hide-controls .crt-panel-next,.crt-widget-grid-carousel .crt-hide-controls .crt-panel-prev {
    display: none
}

.crt-widget-grid-carousel .crt-post {
    width: 100%;
    padding: 0 10px;
    float: left
}

.crt-widget-grid-carousel .crt-post .crt-post-c {
    width: 100%
}

.crt-widget-grid-carousel .crt-grid-carousel-stage {
    width: 100%;
    overflow: hidden;
    position: relative
}

.crt-widget-grid-carousel .crt-grid-carousel-stage.crt-match-heights .crt-post-content {
    margin-bottom: 40px
}

.crt-widget-grid-carousel .crt-grid-carousel-stage.crt-match-heights .crt-post-footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.crt-widget-grid-carousel .crt-grid-carousel-slider {
    width: 0%;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    left: 0;
    display: block
}

.crt-widget-grid-carousel .crt-grid-carousel-slider .crt-post-c {
    height: auto;
    justify-content: center
}

.crt-widget-panel {
    min-height: 400px;
    position: relative
}

.crt-widget-list {
    position: relative
}

.crt-widget-list:before,.crt-widget-list:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-list:after {
    clear: both
}

.crt-widget-list .crt-feed:before,.crt-widget-list .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-list .crt-feed:after {
    clear: both
}

.crt-post-text-footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 0%;
    width: 100%;
    background-color: #e9ebf0;
    border: none;
    width: 100%;
    display: flex
}

.crt-post-text-footer a {
    display: block;
    opacity: 1;
    width: 20%
}

.crt-post-text-footer a svg {
    width: 18px
}

.crt-post-text-footer .crt-post-date {
    opacity: 1;
    width: 60%
}

.crt-post-text-footer .crt-post-date a {
    position: relative;
    width: 100%
}

.crt-widget-mosaic {
    min-height: 400px;
    position: relative;
    display: block;
    clear: both;
    max-width: 100%;
    overflow-anchor: none
}

.crt-widget-mosaic:before,.crt-widget-mosaic:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-mosaic:after {
    clear: both
}

.crt-widget-mosaic .crt-feed {
    position: relative
}

.crt-widget-mosaic .crt-post-instagram {
    padding: 2px
}

.crt-widget-mosaic.crt-mosaic-col1 .crt-mosaic-post {
    width: 100%
}

.crt-widget-mosaic.crt-mosaic-col2 .crt-mosaic-post {
    width: 50%
}

.crt-widget-mosaic.crt-mosaic-col3 .crt-mosaic-post {
    width: 33.3333333333%
}

.crt-widget-mosaic.crt-mosaic-col4 .crt-mosaic-post {
    width: 50%
}

.crt-widget-mosaic.crt-mosaic-col5 .crt-mosaic-post {
    width: 33.3333333333%
}

.crt-widget-mosaic.crt-mosaic-col6 .crt-mosaic-post {
    width: 33.3333333333%
}

.crt-widget-mosaic.crt-mosaic-col7 .crt-mosaic-post {
    width: 14.2857142857%
}

.crt-widget-mosaic.crt-mosaic-col8 .crt-mosaic-post {
    width: 12.5%
}

.crt-widget-mosaic.crt-mosaic-col9 .crt-mosaic-post {
    width: 11.1111111111%
}

.crt-widget-mosaic.crt-mosaic-col10 .crt-mosaic-post {
    width: 10%
}

.crt-widget-mosaic.crt-mosaic-col11 .crt-mosaic-post {
    width: 9.0909090909%
}

.crt-widget-mosaic.crt-mosaic-col12 .crt-mosaic-post {
    width: 8.3333333333%
}

.crt-widget-mosaic.crt-mosaic-col13 .crt-mosaic-post {
    width: 7.6923076923%
}

.crt-widget-mosaic.crt-mosaic-col14 .crt-mosaic-post {
    width: 7.1428571429%
}

.crt-widget-mosaic.crt-mosaic-col15 .crt-mosaic-post {
    width: 6.6666666667%
}

.crt-widget-mosaic .crt-feed:before,.crt-widget-mosaic .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-mosaic .crt-feed:after {
    clear: both
}

.crt-widget-mosaic .crt-load-more-container {
    margin-top: 20px
}

.crt-widget-mosaic.crt-no-touch .crt-post .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-widget-mosaic.crt-no-touch .crt-post .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-post-centered-text {
    height: 100%
}

.crt-post-centered-text.middle-text {
    display: flex;
    align-items: center
}

.crt-widget-tetris {
    position: relative
}

.crt-widget-tetris .crt-logo {
    display: none
}

.crt-widget-tetris:before,.crt-widget-tetris:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-tetris:after {
    clear: both
}

.crt-widget-tetris .crt-feed {
    position: relative
}

.crt-widget-tetris .crt-post-instagram {
    padding: 2px
}

.crt-widget-tetris.crt-tetris-col1 .crt-tetris-post {
    width: 100%
}

.crt-widget-tetris.crt-tetris-col2 .crt-tetris-post {
    width: 50%
}

.crt-widget-tetris.crt-tetris-col3 .crt-tetris-post {
    width: 33.3333333333%
}

.crt-widget-tetris.crt-tetris-col4 .crt-tetris-post {
    width: 25%
}

.crt-widget-tetris.crt-tetris-col5 .crt-tetris-post {
    width: 20%
}

.crt-widget-tetris.crt-tetris-col6 .crt-tetris-post {
    width: 16.6666666667%
}

.crt-widget-tetris.crt-tetris-col7 .crt-tetris-post {
    width: 14.2857142857%
}

.crt-widget-tetris.crt-tetris-col8 .crt-tetris-post {
    width: 12.5%
}

.crt-widget-tetris.crt-tetris-col9 .crt-tetris-post {
    width: 11.1111111111%
}

.crt-widget-tetris.crt-tetris-col10 .crt-tetris-post {
    width: 10%
}

.crt-widget-tetris.crt-tetris-col11 .crt-tetris-post {
    width: 9.0909090909%
}

.crt-widget-tetris.crt-tetris-col12 .crt-tetris-post {
    width: 8.3333333333%
}

.crt-widget-tetris.crt-tetris-col13 .crt-tetris-post {
    width: 7.6923076923%
}

.crt-widget-tetris.crt-tetris-col14 .crt-tetris-post {
    width: 7.1428571429%
}

.crt-widget-tetris.crt-tetris-col15 .crt-tetris-post {
    width: 6.6666666667%
}

.crt-widget-tetris .crt-feed:before,.crt-widget-tetris .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-tetris .crt-feed:after {
    clear: both
}

.crt-widget-tetris .crt-load-more-container {
    margin-top: 20px
}

.crt-widget-tetris.crt-no-touch .crt-post .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-widget-tetris.crt-no-touch .crt-post .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-widget-tetris .crt-tetris-post .crt-post-date {
    display: block
}

.crt-widget-tetris .crt-tetris-post .crt-post-date a {
    color: #1e1e23;
    font-weight: 500
}

.crt-widget-tetris .crt-tetris-post .crt-post-only-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 55px
}

.crt-widget-tetris .crt-tetris-post .crt-post-only-text .crt-post-userimage {
    margin-top: 40px
}

.crt-widget-tetris .crt-tetris-post .crt-post-only-text .crt-post-text {
    margin: 0
}

.crt-widget-tetris .crt-tetris-post .crt-post-only-text .crt-post-text.with-max-lines {
    margin-bottom: 30px
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer {
    line-height: 24px;
    background-color: #fff
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-social-icon {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    top: auto
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-social-icon svg,.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-social-icon i {
    width: 18px;
    max-height: 24px;
    color: #1e1e23
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-social-icon svg:before,.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-social-icon i:before {
    vertical-align: bottom
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-username {
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 18px;
    padding: 0px
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-username a {
    color: #1e1e23;
    opacity: 1;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-share {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: auto
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-share .crt-share-button {
    width: auto;
    display: inline-block
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-share .crt-share-button svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-widget-tetris .crt-tetris-post .crt-post-text-footer .crt-post-share .crt-popup-share-icon-container {
    bottom: 6px
}

.crt-widget-wall {
    min-height: 400px;
    position: relative;
    display: block;
    clear: both;
    max-width: 100%;
    overflow-anchor: none
}

.crt-widget-wall .crt-feed-scroll {
    width: 100%
}

.crt-widget-wall .crt-feed {
    width: 100%;
    padding: 10px
}

.crt-widget-wall .crt-feed:before,.crt-widget-wall .crt-feed:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-wall .crt-feed:after {
    clear: both
}

.crt-widget-select {
    padding: 50px
}

.crt-select .crt-feed .crt-selected-post {
    width: 100%
}

.crt-select .crt-feed .crt-selected-post .crt-post .crt-post-border {
    border: 0
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content {
    min-height: 470px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container {
    flex: 1;
    margin-right: 13px;
    position: relative
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-select-post-image {
    width: 100%;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video .crt-video-container {
    border-radius: 8px 0px 0px 8px;
    overflow: hidden
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video .crt-video-container,.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video .crt-video-container>div,.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video .crt-video-container img {
    height: 100%;
    width: 100%
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-image-container .crt-video .crt-video-container {
    background-color: #b3b3b3
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container {
    margin-left: 13px;
    border: 1px solid #aeb0bc;
    flex: 1;
    box-sizing: border-box;
    border-radius: 0px 8px 8px 0px;
    max-height: 470px;
    position: relative
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body {
    flex-direction: column;
    padding: 20px 20px 80px;
    display: flex;
    align-items: center;
    height: 100%
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 1;
    bottom: 60px;
    right: 0;
    left: 0;
    height: 60px
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-post-date a {
    color: #1e1e23;
    font-weight: 500;
    font-family: "Roboto-Medium";
    opacity: 1
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-center-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-center-body .center-body {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    overflow: hidden
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-post-userimage {
    margin-top: 20px;
    height: 43px;
    width: 43px;
    margin-bottom: 35px
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-post-fullname {
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .1px;
    white-space: pre-wrap;
    overflow: inherit
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    height: 60px;
    width: 100%;
    line-height: 24px;
    border-radius: 0px 0px 8px 0px
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-social-icon {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    top: auto
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-social-icon svg {
    width: 18px;
    max-height: 24px;
    color: #1e1e23
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-username {
    position: absolute;
    top: auto;
    left: 48px;
    bottom: 18px;
    padding: 0px
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-username a {
    color: #1e1e23;
    opacity: 1;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-share {
    bottom: 20px;
    right: 20px;
    top: auto
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-share .crt-share-button {
    width: auto;
    opacity: 1;
    display: inline-block
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-share .crt-share-button svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-select .crt-feed .crt-selected-post .crt-select-post-content .crt-select-post-body-container .crt-select-post-body .crt-select-post-text-footer .crt-post-share .crt-popup-share-icon-container {
    bottom: 5px
}

.crt-select .crt-feed .crt-selected-post .crt-post.crt-post-video-playing .crt-select-post-image {
    filter: blur(1px)
}

.crt-select .crt-feed .crt-select-post-list {
    align-items: center;
    position: relative;
    padding: 10px 45px;
    margin: 17px auto 0;
    width: 100%
}

.crt-select .crt-feed .crt-select-post-list .crt-post .crt-post-c button {
    width: 100%;
    padding: 10px
}

.crt-select .crt-feed .crt-select-post-list .crt-post.selected .crt-post-c button {
    padding: 0
}

.crt-select .crt-feed .crt-select-post-list .crt-panel-next,.crt-select .crt-feed .crt-select-post-list .crt-panel-prev {
    height: 40px;
    width: 40px
}

.crt-select .crt-feed .crt-select-post-list .crt-panel-next {
    right: 0
}

.crt-select .crt-feed .crt-select-post-list .crt-panel-prev {
    left: 0
}

.crt-select .crt-feed .crt-select-post-list .crt-select-post-list-item {
    display: inline-block;
    margin-right: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer
}

.crt-select .crt-feed .crt-select-post-list .crt-select-post-list-item:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.crt-select .crt-feed .crt-select-post-list .crt-select-post-list-item.has-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.crt-stack.crt-widget .crt-stack-feed-container {
    padding: 20px;
    display: flex;
    width: 90%;
    margin: auto;
    flex-direction: row;
    align-items: stretch;
    max-width: 1100px
}

.crt-stack.crt-widget .crt-stack-content {
    flex: 1;
    position: relative
}

.crt-stack.crt-widget .crt-stack-content .arrow-left-icon {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #8b8e9f
}

.crt-stack.crt-widget .crt-stack-content .arrow-left-icon:hover {
    color: #000
}

.crt-stack.crt-widget .crt-stack-content .arrow-right-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #8b8e9f
}

.crt-stack.crt-widget .crt-stack-content .arrow-right-icon:hover {
    color: #000
}

.crt-stack.crt-widget .crt-stacked-cards-box {
    flex: 1;
    position: relative;
    min-height: 300px
}

.crt-stack.crt-widget .crt-stacked-cards-box .hidden-card {
    width: 88%;
    padding-bottom: 100%;
    margin-left: 13%;
    background-color: #fff
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card {
    width: 87.5%;
    cursor: pointer;
    background-color: #f1f1f1
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .card-image {
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .crt-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .crt-video .crt-video-container,.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .crt-video .crt-video-container>div,.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .crt-video .crt-video-container img {
    height: 100%;
    width: 100%
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card .crt-video.crt-video-playing img {
    filter: blur(3px)
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card.hide {
    visibility: hidden;
    position: absolute
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide) {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .8s cubic-bezier(0.18, 0.98, 0.45, 1)
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="0"] {
    transform: translate(0px, 0px) scale(1);
    z-index: 6;
    opacity: 1
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="1"] {
    transform: translate(2.85%, 2.85%);
    z-index: 5;
    opacity: .9
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="2"] {
    transform: translate(5.7%, 5.7%);
    z-index: 4;
    opacity: .9
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="3"] {
    transform: translate(8.55%, 8.55%);
    z-index: 3;
    opacity: .9
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="4"] {
    transform: translate(11.4%, 11.4%);
    z-index: 2;
    opacity: .9
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="5"] {
    transform: translate(14.25%, 14.25%);
    z-index: 1;
    opacity: .9
}

.crt-stack.crt-widget .crt-stacked-cards-box .crt-stacked-card:not(.hide)[data-slide="0"] {
    transition: all .32s cubic-bezier(0.18, 0.98, 0.45, 1)
}

.crt-stack.crt-widget .crt-stack-post-content {
    height: 100%;
    padding: 0 50px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body {
    flex-direction: column;
    padding: 20px 0 60px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-center-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-center-body .center-body {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-center-body .center-body .crt-post-userimage {
    width: 43px;
    height: 43px;
    margin-bottom: 18px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-center-body .center-body .crt-post-text {
    overflow: hidden
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-center-body .center-body:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: 56px;
    right: 0;
    left: 0;
    height: 60px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    height: 60px;
    width: 100%;
    line-height: 24px;
    border-radius: 0px 0px 8px 0px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-social-icon {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    top: auto
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-social-icon svg {
    width: 18px;
    max-height: 24px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-username {
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 18px;
    padding: 0px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-username a {
    color: #1e1e23;
    opacity: 1;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-share {
    bottom: 20px;
    right: 20px;
    top: auto
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-share .crt-share-button {
    width: auto;
    opacity: 1;
    display: inline-block
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-share .crt-share-button svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-stack.crt-widget .crt-stack-post-content .crt-stack-post-body .crt-stack-post-text-footer .crt-post-share .crt-popup-share-icon-container {
    right: -45px;
    bottom: 20px
}

.crt-stack.crt-widget .crt-stack-post-content.crt-stack-post-youtube .crt-stack-post-text-footer .crt-social-icon svg {
    width: 29px
}

.crt-stack.crt-widget .crt-stack-post-content.crt-stack-post-youtube .crt-stack-post-text-footer .crt-post-username {
    margin-left: 10px
}

.crt-stack.crt-widget svg {
    width: 15px
}

.crt-cover-flow .crt-feed {
    padding: 20px 50px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap {
    display: flex;
    flex-direction: row;
    position: relative
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex .8s ease;
    margin: 0 2px;
    min-width: 10px;
    background-color: #f1f1f1;
    border-radius: 4px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-post-c {
    height: 100%
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item:not(:hover):not(:focus):not(:focus-within) {
    flex: 1 !important
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item:hover .crt-cover-flow-image-content,.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item:focus .crt-cover-flow-image-content,.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item:focus-within .crt-cover-flow-image-content {
    opacity: 1
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 20px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-social-icon {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 31px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-social-icon svg {
    max-width: 15px;
    max-height: 15px;
    color: #fff
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer {
    background: rgba(0,0,0,0);
    position: absolute;
    height: auto;
    line-height: 15px;
    color: #fff;
    bottom: 20px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer a {
    color: #fff;
    width: calc(100% - 115px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer .crt-post-userimage {
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255,255,255,.5)
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer .user-info {
    margin-left: 17px;
    width: 100%;
    text-align: left
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer .user-info .crt-post-fullname {
    font-size: 13px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-text-footer .user-info .crt-post-date a {
    font-size: 9px;
    opacity: 1
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-share {
    bottom: 23px;
    right: 23px;
    top: auto
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-share .crt-share-button {
    width: auto;
    opacity: 1;
    display: inline-block
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-share .crt-share-button svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-share .crt-popup-share-icon-container {
    bottom: 5px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-cover-flow-image-content .crt-post-share .crt-popup-share-icon-container a:not(:hover):not(:focus):not(:focus-within) {
    color: #848795;
    border-color: #e4e4e8;
    opacity: 1
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item .crt-post-max-height-read-more {
    display: none
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item.crt-post-youtube .crt-social-icon {
    height: 47px;
    width: 47px
}

.crt-cover-flow .crt-cover-flow-gallery-wrap .crt-cover-flow-item.crt-post-youtube .crt-social-icon svg {
    max-width: 29px;
    max-height: 20px !important
}

.crt-widget-stagger {
    padding: 50px
}

.crt-stagger .crt-feed .crt-stagger-post.crt-stagger-post-reverse .crt-stagger-post-content {
    flex-direction: row-reverse
}

.crt-stagger .crt-feed .crt-stagger-post.crt-stagger-post-reverse .crt-stagger-post-content .crt-stagger-post-image-container,.crt-stagger .crt-feed .crt-stagger-post.crt-stagger-post-reverse .crt-stagger-post-content .crt-stagger-post-image-container .crt-stagger-post-image {
    border-radius: 0px 15px 15px 0px
}

.crt-stagger .crt-feed .crt-stagger-post.crt-stagger-post-reverse .crt-stagger-post-content .crt-stagger-post-body-container {
    border-radius: 15px 0px 0px 15px
}

.crt-stagger .crt-feed .crt-stagger-post {
    width: 100%
}

.crt-stagger .crt-feed .crt-stagger-post.crt-post-youtube .crt-post-username {
    padding-left: 20px !important
}

.crt-stagger .crt-feed .crt-stagger-post .crt-post-c.crt-post-border {
    border: 0
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content {
    min-height: 440px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container {
    flex: 1;
    position: relative;
    border-radius: 15px 0px 0px 15px;
    background-color: #f1f1f1
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-stagger-post-image {
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video .crt-video-container {
    overflow: hidden
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video .crt-video-container,.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video .crt-video-container>div,.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video .crt-video-container img {
    height: 100%;
    width: 100%
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-image-container .crt-video .crt-video-container {
    background-color: #b3b3b3
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container {
    flex: 1;
    box-sizing: border-box;
    border-radius: 0px 15px 15px 0px;
    max-height: 470px;
    position: relative;
    overflow: hidden
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-body {
    flex-direction: column;
    padding: 20px 20px 80px;
    display: flex;
    align-items: center;
    height: 100%
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-body:after {
    content: "";
    text-align: right;
    position: absolute;
    z-index: 99;
    bottom: 60px;
    right: 0;
    left: 0;
    height: 60px
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-body .post-footer-2 {
    background-color: rgba(0,0,0,0)
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-post-date a {
    color: #1e1e23;
    font-weight: 500;
    font-family: "Roboto-Medium";
    opacity: 1
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-center-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-center-body .center-body {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    overflow: hidden
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-post-userimage {
    margin-top: 20px;
    height: 43px;
    width: 43px;
    margin-bottom: 35px
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-post-fyullname {
    line-height: 30px;
    text-align: center;
    letter-spacing: .1px;
    white-space: pre-wrap;
    overflow: inherit
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    height: 60px;
    width: 100%;
    line-height: 24px
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-social-icon {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    top: auto
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-social-icon svg {
    width: 18px;
    max-height: 24px;
    color: #1e1e23
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-username {
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 18px;
    padding: 0px
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-username a {
    color: #1e1e23;
    opacity: 1;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-share {
    bottom: 20px;
    right: 20px;
    top: auto
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-share .crt-share-button {
    width: auto;
    opacity: 1;
    display: inline-block
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-share .crt-share-button svg {
    width: 18px;
    max-height: 24px;
    margin: 0
}

.crt-stagger .crt-feed .crt-stagger-post .crt-stagger-post-content .crt-stagger-post-body-container .crt-stagger-post-text-footer .crt-post-share .crt-popup-share-icon-container {
    bottom: 5px
}

.crt-stagger .crt-feed .crt-post.crt-post-video-playing .crt-stagger-post-image {
    filter: blur(1px)
}

.crt-stagger .crt-load-more-container {
    margin-top: 10px
}

.crt-widget-layers {
    padding: 50px
}

.crt-layers-posts-container {
    height: 700px;
    width: 100%;
    overflow-y: scroll;
    position: relative
}

.crt-layers-posts-container::-webkit-scrollbar {
    display: none
}

.crt-layers-posts-container .rear .crt-post,.crt-layers-posts-container .front .crt-post {
    background-color: rgba(0,0,0,0);
    width: 100%
}

.crt-layers-posts-container .rear .crt-post:first-child,.crt-layers-posts-container .front .crt-post:first-child {
    margin-top: 0
}

.crt-layers-posts-container .rear .crt-post:last-child,.crt-layers-posts-container .front .crt-post:last-child {
    margin-bottom: 0
}

.crt-layers-posts-container .rear .crt-post .crt-layers-thumbnail,.crt-layers-posts-container .front .crt-post .crt-layers-thumbnail {
    padding-bottom: 80%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.crt-layers-posts-container .rear .crt-post.small,.crt-layers-posts-container .front .crt-post.small {
    width: 45%;
    height: auto;
    margin-bottom: 60px
}

.crt-layers-posts-container .rear .crt-post.small .crt-layers-thumbnail,.crt-layers-posts-container .front .crt-post.small .crt-layers-thumbnail {
    height: auto;
    padding-bottom: 100%
}

.crt-layers-posts-container .rear {
    position: absolute;
    width: 60%;
    top: 0
}

.crt-layers-posts-container .rear .crt-post {
    margin-top: 200px
}

.crt-layers-posts-container .rear .crt-post.small {
    margin-top: 60px;
    margin-left: 8%
}

.crt-layers-posts-container .rear .crt-layer-thumbnail-footer {
    width: 67%
}

.crt-layers-posts-container .front {
    margin-top: 0;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s
}

.crt-layers-posts-container .front .crt-post {
    margin-bottom: 200px;
    text-align: right
}

.crt-layers-posts-container .front .crt-post.small {
    float: right;
    margin-right: 8%;
    text-align: left
}

.crt-layers-posts-container .crt-layer-thumbnail-footer {
    padding-top: 5px
}

.crt-layers-posts-container .crt-layer-thumbnail-footer .crt-post-username,.crt-layers-posts-container .crt-layer-thumbnail-footer .crt-post-date {
    max-width: 50%;
    display: inline-block;
    top: 0;
    padding-top: 0;
    vertical-align: top;
    line-height: 12px
}

.crt-layers-posts-container .crt-layer-thumbnail-footer .crt-post-username a,.crt-layers-posts-container .crt-layer-thumbnail-footer .crt-post-date a {
    vertical-align: top
}

.crt-layers-posts-container .crt-layer-thumbnail-footer .crt-post-date a {
    line-height: 12px
}

.crt-widget .crt-post-text{
    display: none !important;
}