.scroller {
    height: 100%;
    position: relative;
}

.scroller-viewport {
    height: 100%;
    margin: 0px auto;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 0px solid #bdbdbd;
    position: relative;
    margin: 0px;
}

.scroller-container {
    width: 100%;
    /* transition: transform 100ms ease-out; */
    will-change: transform, opacity;
    position: relative;
}


/* Only For Firefox */
@supports (-moz-appearance:none) {
    .scroller-container {
        transition: transform 0ms ease-out;
        will-change: transform, opacity;

        transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        /* Firefox 4 */
        -moz-transition-delay: 0ms;
        transition-delay: 0ms;
        /* Firefox 4 */
    }
}

/* Microsoft Edge Browser 12-18 */
@supports (-ms-ime-align:auto) {
    .scroller-container {
        transition: transform 0ms ease-out;
        will-change: transform, opacity;
    }
}

.scroller-row-v {
    position: absolute;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
    transition: transform 0.1s
}

.scroller-cell-v {
    position: relative;
    /* background-color: #9abacc; */
    text-align: center;
    line-height: 40px;
    font-size: 9pt;
    font-family: Arial;
    color: #ffffff;
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    animation: fade-in .2s ease-in;

    transition: transform .2s ease-in-out;
}

.aeroscroll-postcell-image {
    transition: visibility 0.2s linear, fade-in .2s linear;
    animation: fade-in .2s linear;

    width: 100%;
    height: inherit;

    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /* animation: Items 600ms ease-in forwards; */
}

/* .js-loading,
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
} */

/* .imagehidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s, opacity .3s ease-in;
}
 */
.imagevisible {
    animation: Items 600ms ease-in forwards;
}

@keyframes Items {
    0% {
        opacity: 0;
        transform: scale(0.3) rotateY(90deg);
    }

    60% {
        transform: scale(1.4);
    }

    90% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
    }
}

@keyframes append-animate {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.scroller-scrollbar {
    font-family: verdana;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12px;
}

.scroller-scrollbar-down {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    border-radius: 0px;
    width: 100%;
}

.scroller-scrollbar-thumb {
    background-color: #393838d4;
    cursor: pointer;
    position: absolute;
    right: 0;
    border-radius: 10px;
    width: 100%;
    height: 30px;
}

.scroller-scrollbar-thumb-down {
    background-color: #24242442;
}

.scroller-scrollbar-thumb-over {
    background-color: #5e5e5e42;
}

.scroller-scrollbar-track {
    background-color: #3938382f;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.scroller-scrollbar-up {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
}

.bounce {
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.aeroscroll-postcell {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #dbdfe5;
    position: relative;
    transition: transform .3s ease-in-out;
}


.aeroscroll-postcell img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CELL THEME HEADER */
/* ----------------- */
.theme-header-postcell:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    /* width: calc(100% - var(--cellgap)); */
    height: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}

.theme-header-postcell:focus:before, .theme-header-postcell:hover:before {
    top: 50%;
    opacity: 1;
}

.theme-header-headerbox {
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.theme-header-headerbox div {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}

.theme-header-headerbox .theme-header-title {
    line-height: 1;
    font-weight: 600;
    font-size: 1em;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.theme-header-postcell:focus .theme-header-title, .theme-header-postcell:hover .theme-header-title {
    opacity: 1;
    top: 0;
    transition-delay: 0.15s;
    text-align: left;
}

.theme-header-headerbox .theme-header-subtitle {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 12px;
}

.theme-header-postcell:focus .theme-header-subtitle, .theme-header-postcell:hover .theme-header-subtitle {
    opacity: 1;
    top: 0;
    transition-delay: 0.25s;
}

/* ----------------- */



.aeroscroll-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.aeroscroll-preloader-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* border: 1px solid #eaeaea; */
}

.aeroscroll-preloader-container img {
    width: 30px;
    height: 30px;
}

.aeroscroll-cell-headerbox {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: auto;
    width: 100%;
}

.aeroscroll-cell-headerbox span {
    font-size: 14pt;
}

.aeroscroll-cell-header-title {
    font-size: 14pt;
    line-height: 14pt;
    padding: 10px;
    cursor: pointer;
}


.aeroscroll-cell-header-subtitle {
    font-size: 10pt;
    line-height: 10pt;
    padding: 10px;
}

.container-theme-bg-fade {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 100%;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}


.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #ffffff);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-zp9dbg 1s infinite linear;
}

.isready-loading-label {
    color: #ffffff;
    margin-top: 10px;
}

@keyframes spinner-zp9dbg {
    to {
        transform: rotate(1turn);
    }
}

.scroller-cell-v:hover {
    /* cursor: pointer; */
}

.aeroscroll-cell-scale-animation:hover {
    z-index: 1000;
    cursor: pointer;
    transition: transform .2s;
    transform: scale(1.07);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.aeroscroll-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #383838cc;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aeroscroll-overlay-notification {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #44403ecc;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aeroscroll-overlay-message {
    color: #fff;
    font-size: 16pt;
    padding: 11px 0px;
    text-align: center;
    font-weight: 200;
    padding: 20px;
}

.aeroscroll-overlay-icon {
    width: 120px;
    height: 120px;
}


/* -- MASONRY -- */
/* .masonry-container {
    display: flex;    
} */

.scroller-masonrycolumn-v {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    transition: transform 0.1s
}

.scroller-masonrycolumn-v-horizontal {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    transition: transform 0.1s
}

.scroller-masonrycolumn-v .scroller-cell-v {
    position: absolute;
}

.scroller-masonrycolumn-v-horizontal .scroller-cell-v {
    position: absolute;
}

.scroller-justifiedrow-v {
    width: 100%;
    position: absolute;
    display: block;
    transition: transform 0.1s
}

.scroller-justifiedrow-v .scroller-cell-v {
    position: relative;
}


.aeroscroll-container *:focus {
    outline: none;
}

/* LINK Themes */
/* -------------------------- */



/* Theme A */

.onhoverscalecellimage:hover {
    transform: scale(1.02);
    z-index: 1000;
}

.container-theme-a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* Theme B */

.container-theme-b {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

    opacity: 0;
    transition: 0.8s;
}

.container-theme-b:hover {
    opacity: 1;
}

.bg-theme-b {
    opacity: 0.7;
    background: #2d2f31ff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.text-container-a {
    display: flex;
    height: 100%;
    justify-content: end;
    margin: 8px;
}

.text-container-b {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
    z-index: 2;
}

.theme-title-b {
    font-size: 15pt;
    line-height: 16pt;
    text-align: left;
    margin-bottom: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40pt;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-desc-b {
    font-size: 12pt;
    text-align: left;
    line-height: 12pt;
    color: #bfbfbf;
    max-height: 36pt;
    overflow-y: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-x: hidden;
}

.theme-readmore-b {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    line-height: 15pt;
    max-height: 15pt;
    margin-top: 9pt;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline: none;
}

.theme-readmore-b:hover {
    text-decoration: underline !important;
}

/* Theme C */

.container-theme-c {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;

    bottom: -100%;
}

.containeronhover:hover .container-theme-c {
    bottom: 0px;
    transition: bottom 0.5s ease 0s;
}

.containerstatictheme .container-theme-c {
    bottom: 0px;
}

.bg-theme-c {
    opacity: 0.7;
    /* background: #2d2f31ff; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.text-container-c {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
    z-index: 2;
}

.theme-title-c {
    font-size: 17pt;
    line-height: 20pt;
    text-align: left;
    margin-bottom: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40pt;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-desc-c {
    font-size: 12pt;
    text-align: left;
    line-height: 12pt;
    color: #bfbfbf;
    max-height: 36pt;
    overflow-y: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-x: hidden;
}

.theme-readmore-c {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    line-height: 15pt;
    max-height: 15pt;
    margin-top: 9pt;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline: none;
}


/* Theme D */

.container-theme-d {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;

    bottom: -100%;
}

.containeronhover:hover .container-theme-d {
    bottom: 0px;
    transition: bottom 0.5s ease 0s;
}

.containerstatictheme .container-theme-d {
    bottom: 0px;
}

.bg-theme-d {
    opacity: 0.0;
    background: #2d2f31ff;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.9) 100%); */
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.container-theme-d-share {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex: 1;
}

.container-theme-f-share {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
}

.container-theme-b-share {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    z-index: 10;
}

.container-theme-c-share {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    z-index: 10;
}

.container-theme-e-share {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    z-index: 10;
}

.text-container-d {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    z-index: 2;
    background: #2d2f31ff;
}

.theme-title-d {
    font-size: 17pt;
    line-height: 20pt;
    text-align: left;
    margin-bottom: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40pt;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-desc-d {
    font-size: 12pt;
    text-align: left;
    line-height: 12pt;
    color: #bfbfbf;
    max-height: 36pt;
    overflow-y: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-x: hidden;
}

.theme-readmore-d {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    line-height: 15pt;
    max-height: 15pt;
    margin-top: 9pt;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline: none;
}

/* Theme E */

.container-theme-e {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    transition: 0.8s;
}

.container-theme-e:hover {
    opacity: 1;
}

.bg-theme-e {
    opacity: 0.7;
    background: #2d2f31ff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.text-container-e {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
    z-index: 2;
}

.text-container-e .social-share {
    margin-top: 10px;
    justify-content: center;
}

.theme-title-e {
    font-size: 17pt;
    line-height: 20pt;
    text-align: center;
    margin-bottom: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40pt;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-desc-e {
    font-size: 12pt;
    text-align: center;
    line-height: 12pt;
    color: #bfbfbf;
    max-height: 36pt;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-x: hidden;
}

.theme-readmore-e {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 15pt;
    max-height: 15pt;
    margin-top: 9pt;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline: none;
}

/* Theme F */

.container-theme-f {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;

    opacity: 0;
    transition: 0.8s;
    /* border: 10px solid #2d2f31ff; */
    -webkit-box-shadow: inset 0px 0px 0px 10px #2d2f31ff;
    -moz-box-shadow: inset 0px 0px 0px 10px #2d2f31ff;
    box-shadow: inset 0px 0px 0px 10px #2d2f31ff;
}

.containeronhover:hover .container-theme-f {
    opacity: 1;
}

.containerstatictheme .container-theme-f {
    opacity: 1;
}

.bg-theme-f {
    opacity: 0.0;
    background: #2d2f31ff;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.9) 100%); */
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}


.text-container-f {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 10px 10px;
    z-index: 2;
    background: #2d2f31ff;
}

.theme-title-f {
    font-size: 17pt;
    line-height: 20pt;
    text-align: left;
    margin-bottom: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40pt;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-desc-f {
    font-size: 12pt;
    text-align: left;
    line-height: 12pt;
    color: #bfbfbf;
    max-height: 36pt;
    overflow-y: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-x: hidden;
}

.theme-readmore-f {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    line-height: 15pt;
    max-height: 15pt;
    margin-top: 9pt;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline: none;
}

/* --- LightBox ---*/

.vel-img-title {
    font-size: 17pt !important;
    color: #fff !important;
}

.vel-modal {
    z-index: 999899999 !important;
}


.social-share {
    display: flex;
    flex-direction: row;
    position: relative;
    max-height: 30px;
    flex-wrap: wrap;
    /* position: absolute; */
    /* top: 10px;
    right: 10px; */
}

.social-share a {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    overflow: hidden;
}

.social-share a:hover {
    transform: scale(1.2);
}

.social-share a img {
    width: 100%;
    height: 100%;    
}


a.fb-h {
    /* background: #3B5998; */
}

.as-credit {
    display: none !important;
    opacity: 0 !important;
    filter: opacity(0%) !important;
    transform: scale(0) !important;
    transform: translate(-999px, 0) !important;
    clip-path: circle(0) !important;
    visibility: hidden !important;
    position: relative !important;
    left: -999px !important;
    width: 0px !important; 
    height: 0px !important;
}

.theme-datetime 
{
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
}
.theme-datetime-d {

}

.theme-datetime-e {
    text-align: center;
}

.text-container p {
    margin: 0px;
}