@media (min-width: 960px) {
    body:not(.light-headered):not(.index-page):not(.spectacular) {
        padding-top: 110px;
    }
}

.bg-su{
    background-color: #3EC1C1;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.bg-su .container{
    max-width: 800px;
}
.bg-su .thumbnail{
    padding:10px;
    overflow: hidden;
    border-radius: 0;
    border:0;
}
.bg-su .thumbnail .top-container,
.bg-su .thumbnail .foot-link{
    padding-left: 9px;
}
.bg-su .thumbnail .foot-link,
#section-l2 .thumbnail .foot-link{
    font-size: 12px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    width: 100%;
}
.main-img{
    overflow: hidden;
}
.main-img img:not(.gal-img){
    transform: scale(1.3);
    transition: all 1.7s ease-in-out;
}
.main-img img:not(.gal-img).enlarge-img{
    transform: scale(1.6);
}
.main-img img.gal-img{
    transform: scale(1.6);
    transition: all 1.7s ease-in-out;
}
.main-img img.gal-img.enlarge-img{
    transform: scale(1);
}
.top-container{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    font-size: 12px;
}
a.item-holder{
    text-decoration: none;
    overflow: hidden;
    color: #8b8b8b;
}
.justify-content-end{
    justify-content: end
}
.align-items-end{
    align-items: end;
}
.h-100{
    height: 100%;
}
.mh-250{
    min-height: 250px;
}
.bg-su .caption h3,
#section-l2 .caption h3{
    font-size: 40px;
    font-weight: bold;
}
.bg-su .caption p,
#section-l2 p{
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.text-left{
    text-align: left!important;
}
.pb-60{
    padding-bottom: 60px;
}
.position-relative{
    position: relative; 
}
.main-article .full-mob{
    height: 604px;
    overflow: hidden;
}
#section-l2 .thumbnail{
    padding: 0;
    border: 0;
    background: none;
}
#section-l2 .item-holder{
    position: absolute!important;
    left: 15px;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    width: calc(100% - 30px);
    z-index: 2;
}
#section-l2 .item-holder h3,
#section-l2 .item-holder p,
#section-l2 .top-container,
#section-l2 .item-holder .foot-link span{
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000;
    line-height: 1.2!important;
}
#section-l2 .item-holder h3{
    font-size: 28px;
}
#section-l2 .item-holder p{
    font-size: 18px;
}
#section-l2 .item-holder,
#section-l2 .top-container, 
#section-l2 .foot-link{
    padding:15px;
}
.line-under{
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
}
.mt-3{
    margin-top:1.5em;
}
.overflow-hidden{
    overflow: hidden;
}

.section-l3 h3{
    font-size: 20px;
}
.section-l3 p{
    color: #ffffff;
}
.main-article{
    background-size:cover;
    backdrop-filter: blur(10px);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.styleclass .sml-mob{
    overflow: hidden;
}
.main-article::before, .styleclass .sml-mob:before{
    content:'';
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#section-l2 .main-article::after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)); /* Fading from opac white to mostly transparent */
    pointer-events: none; /* Ensure overlay does not capture clicks */
}
#section-l2 .lead{
    font-size: 1.1em;
}
.styleclass .sml-mob:before{
    backdrop-filter: blur(30px);
    left: 15px;
    width: calc(100% - 30px);
}
.su-hashtag::before{
    content: "";
    background-image: url("/img/technolust/hashtag.svg");
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50%;
    position: absolute;
    left: 0;
    bottom: 0;

}
@keyframes swipe-y {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(50px) rotateZ(-10deg);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-50px) rotateZ(10deg);
    }
}
.swipe-vertical {
    opacity: .75;
}
.hand-y, .line-vertical, .arrow-down, .arrow-up{
    fill: transparent;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.t-wrapper * {
    transform-origin: 50% 50%;
    perspective: 100px;
}
.t-wrapper{
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 2;
    width: 100px;
    height: 100px;
}
.hand-y {
    fill: #ffffff;
    animation: swipe-y 1.25s ease-in-out backwards;
    animation-iteration-count:infinite;
}
@media screen and (min-width: 1080px) {
    .t-wrapper{
        display: none;
    }
    .su-hashtag{
        padding-left: 20px;
    }
.su-hashtag::before{
    bottom:auto;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 20px;
}
    .w-800{
        max-width: 800px;
    }
    .w-600{
        max-width: 800px;
    }
    .sml-mob{
        max-height: 336px;
        position: relative;
    }
    .dateon{
        position: absolute;
        left: 16px;
        bottom:0;
        width: calc(100% - 50px);
        padding-left: 12px;
        border-color: #ffffff;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
        padding-bottom: 7px;
        margin-bottom: 0!important;
    }
    .d-lg-block{
        display: block!important;
    }
    .d-lg-none{
        display: none!important;
    }
    /* #section-l2{
        padding-top: 60px;
    } */
     .mt-lg-30{
        margin-top: 30px;
     }
     .mt-lg-60{
        margin-top: 60px;
     }
     .mt-lg-30{
        margin-top: 30px;
     }
     .main-img{
        min-height: 685px;
    }
    .d-main-image{
        position: absolute;
        left: 0;
        top:50%;
        transform: translateY(-60%);
    }
    #section-l2 .item-holder{
        left: 0;
        width: 100%;
    }
    .mb-lg-16{
        margin-bottom: 16px;
    }
    .mt-lg-20{
        margin-top: 20px;
    }
    .mt-lg-30{
        margin-top: 30px;
    }    
    #header .navbar-brand{
        height: 60px;
    }
}
@media screen and (max-width: 922px) {

    .su-hashtag{
        height: 20px;
        width: 26px;
    }
    .su-hashtag::before{
        height: 20px;
        width: 26px;
        margin-bottom: -5px;
    }
    .styleclass .sml-mob:before{
        z-index: 0;
    }
    .section-l3 .styleclass{
        height: 33.5vh;
        overflow: hidden;
    }
    .d-xs-none{
        display: none!important;
    }
    .d-xs-block{
        display: block!important;
    }
    .dateon{
        border-bottom: 1px solid #ededed;
    }
    .sml-mob{
        min-height: 320px;
    }
    .p-sm-0{
        padding:0!important
     }
     .m-sm-0{
        margin:0!important
     }
    .bg-su, .main-article, .main-img{
        padding-top: 0;
        height: calc(100vh - 50px);
        margin-bottom: 0;
    }
    .scrollclass:not(.bg-su), .scrollclass:not(.bg-su) .main-img,
    .scrollclass:not(.last){
        height: calc(100vh - 50px);
    }
    .bg-su .thumbnail{
        padding:0;
        border:0;
    }
    #section-l2 p{
        font-size: 14px;
    }
    #section-l2 .small-bold-title{
        padding-left: 20px;
    }
    .main-article .full-mob {
        padding: 0;
        height: calc(100vh - 50px);
        overflow: hidden;
    }


    .bg-su .inner-mob{
       position: absolute;
       bottom: 0;
       left: 0;
       background: rgb(0,0,0);
       background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    }

    .bg-su .inner-mob h3,
    .bg-su .inner-mob p,
    .bg-su .top-container,
    .bg-su .inner-mob .foot-link span{
        color: #ffffff;
        text-shadow: 1px 1px 0px #000000;
        line-height: 1.2!important;
    }
    .bg-su .inner-mob .foot-link{
        padding-bottom: 20px;
    }
    .bg-su .inner-mob .foot-link span{
        text-decoration: underline;
    }
    .bg-su .inner-mob h3{
        font-size: 28px;
    }
    .bg-su .inner-mob p{
        font-size: 18px;
    }
    .pb-60{
        padding-bottom: 30px;
    }
    .bg-su .top-container{
        color: #ffffff;
        border-color: #ffffff;
    }
    .bg-su .caption p{
        -webkit-line-clamp: 4;
    }
    a.item-holder{
        position: relative!important;

    }
    #section-l2 .item-holder{
        width: 100%;
        left:0;
        padding-bottom: 80px;
    }
    .section-l3 h3{
        font-size: 18px;
    }
    .section-l3 p{
        color:#cccccc
    }
    .mt-sm-3{
        margin-top:1.5em
    }
    .mb-sm-3{
        margin-top:1.5em
    }
    .section-l3 .styleclass:nth-child(even) .col-xs-6:nth-child(1){
        float:right
    }
    .section-l3 .styleclass:nth-child(even) .col-xs-6:nth-child(2){
        float:left
    }
    .section-l3 .styleclass:nth-child(even) .col-xs-6 h3,
    .section-l3 .styleclass:nth-child(even) .col-xs-6 p{
        padding-left: 15px;
    }
    .section-l3 .styleclass:nth-child(odd){
        background-color: #ffffff;
    }
    .section-l3 .styleclass img{
        transform: translateY(-50%);
    }

    #section-l2 > .container > .row{
        scroll-snap-type: y mandatory;
        height: calc(100vh - 50px);
        overflow-y: scroll;
    }
    .scrollclass{
        /* overflow: hidden; */
        scroll-snap-align:center;
        scroll-snap-stop: always;
        scroll-padding:0;
        scroll-margin:0 0 0 0;
        overflow: hidden;

    }
    .small-bold-title{
        margin:10px 0;
    }
    .articles-list.numbered li{
        padding:5px 0;
    }
    #section-l2 .container.thumbnail {
        margin-bottom: 0;
    }
    /* .section-l3 .styleclass .col-xs-6:nth-child(1){
        padding-left: 0 !important;;
    }
    .section-l3 .styleclass .col-xs-6:nth-child(2){
        padding-right: 0 !important;;
    } */
    #pagination{
        /*position: fixed;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*z-index: 1;*/
        /*background-color: #fff;*/
        /*transform: translateY(110%);*/
        /*transition: transform .75s ease-in;*/
        /*width: 100%;*/
        display: none!important;
    }
    /*#pagination.active{*/
    /*    transform: translateY(0);*/
    /*}*/
    .hand-flick {
        animation: flick 1.25s ease-out backwards;
        animation-iteration-count:infinite;
    }
}
@media screen and (max-width: 419px) {
    .section-l3 .styleclass{
        height: 30.9vh;
    }
}