/* TOP1 CSS  */
/* slider layout */
.swiper-wrapper.top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
 .swiper-container-wrapper.gallery_right .swiper-slide {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all ease-in-out .5s;
}
 .swiper-container-wrapper.gallery_left .swiper-slide {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all ease-in-out .5s;
}
.swiper-container-wrapper.gallery_bottom .swiper-slide, 
.swiper-container-wrapper.gallery_top .swiper-slide {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    transition: all ease-in-out .5s;
}

.swiper-container-wrapper.normal .swiper-slide {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    transition: all ease-in-out .5s;
}
.swiper-container-wrapper .swiper-slide {
    position: relative;
    clear: none!important;
    height: max-content;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide {
    position: unset;
}
.swiper-container-wrapper .swiper-wrapper-gallery .swiper-slide::before {
    position: absolute;
    bottom: 20px;
}
.swiper-slide:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
 .swiper-container-wrapper .swiper-slide:hover .article-title a {
    transition: all ease-in-out .5s;
    text-decoration: underline;
}
 .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper,
 .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper,
 .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide.active .text-content-wrapper,
 .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide.active .text-content-wrapper {
    padding-left: 46% ;
    float: left;
}

.swiper-slide[data-ptype] .video_preview_wrapper {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 !important;
    z-index: -1;
}

.swiper-slide[data-ptype] {
    position: relative;
    z-index: 0;
}

button.mobile-vod-preview {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: xx-large;
}

@media (hover: hover) and (pointer: fine) {
    button.mobile-vod-preview {
        display: none;
    }
    .mute-vod-preview {
        display: block;
    }
}

#mobile_preview_popup {
    padding: unset;
}

.mobile-vod-preview-popup-dialog .ui-dialog-titlebar {
    display: none;
}

@media (min-width: 980px) and (max-width: 1200px) {
     .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide .image-wrapper,
     .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide .image-wrapper,
     .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide.active .image-wrapper,
     .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide.active .image-wrapper {
        height: 20%;
    }

     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper {
        height: 110px;
    }

     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper h1,
     .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide .text-content-wrapper h1,
     .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide .text-content-wrapper h1 {
        font-size: 13px;
        line-height: 1.2;
        padding: 5px 0 0 0;
    }
}
@media screen and (max-width: 980px) {
     .swiper-container-wrapper.gallery_right .swiper-slide,
     .swiper-container-wrapper.gallery_right .swiper-wrapper.top.slick-initialized.slick-slider,
     .swiper-container-wrapper.gallery_left .swiper-wrapper.top.slick-initialized.slick-slider {
        margin-left: unset;
        margin-right: unset;
        margin: 0;
    }
}
 .swiper-container-wrapper .swiper-wrapper-top .swiper-text {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    bottom: 0;
    justify-content: flex-end;
    padding: 0px 30px 30px 30px;
}
 .full-view-mode .swiper-container-wrapper .swiper-wrapper-top .swiper-text{
    width: 100%;
    max-width: 100%;
}
 .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .swiper-text {
    display: flex;
    flex-direction: column;
    bottom: 1em;
    justify-content: flex-end;
    padding-bottom: 30px;
    width: 100vw ;
}
@media screen and (max-width: 440px) {
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .swiper-text {
        padding-bottom: 7px;
    }
}
 .swiper-container-wrapper.normal .swiper-wrapper-top .swiper-text {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0;
    justify-content: flex-end;
}
 .swiper-container-wrapper .hasDots .swiper-text{
    padding-bottom: 60px;
}
 .swiper-container-wrapper .swiper-wrapper-top .article-title {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    flex-direction: row;
    text-align: left;
    align-self: flex-start;
    order: 3;
}
.swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .article-title,
.swiper-container-wrapper.gallery-top .swiper-wrapper-top .article-title {
    max-width: 100%;
}

@media screen and (min-width: 1250px) {
     .swiper-container-wrapper.normal .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.normal .swiper-wrapper-top p.article-lead {
        max-width: 1300px;
    }
}

.swiper-container-wrapper .swiper-wrapper-top .article-title a {
    color: white;
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    width: fit-content; 
    width: -moz-fit-content;
    width:  -webkit-fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-weight: 700 ;
    margin-right: 10px;
    text-decoration: none;

}
@media screen and (max-width: 1024px) {
     .swiper-container-wrapper .swiper-wrapper-top .article-title a {
        font-size: 25px;
    }
}

.swiper-container-wrapper .swiper-wrapper-top p.article-lead {
    max-width: 100%;
    width: 100%;
    align-self: flex-start;
    text-align: left;
    word-wrap: normal;
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    padding-right: 12vw;
    display: inline-block;
    z-index: 9;
    order: 4;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
@media screen and (max-width: 1366px) {
     .swiper-container-wrapper .swiper-wrapper-top p.article-lead {
        max-width: 59vw;
    }
     .swiper-container-wrapper .swiper-wrapper-top .article-title {
        max-width: 59vw;
    }
}

.swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
}

@media screen and (max-width: 981px) {
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead {
        max-width: 80vw;
    }
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead{
        font-size: 14px;
    }
}
 .swiper-container-wrapper .swiper-wrapper-top .article-title a,
 .swiper-container-wrapper .swiper-wrapper-top p.article-lead,
 .swiper-container-wrapper .swiper-wrapper-top .post_time {
    padding: 0;
}
 .swiper-container-wrapper .swiper-wrapper.gallery {
    background: transparent;
}
 .swiper-container-wrapper .gallery-thumbs::-webkit-scrollbar-thumb,
 .hotlinemain-container-top-right::-webkit-scrollbar-thumb {
    background: rgb(34,34,34);
    background: linear-gradient(0deg, rgba(34,34,34,0.2) 0%, rgba(65, 182, 230, 1) 50%, rgba(37, 42, 55, 0.2) 100%);
    border-radius: 3px;
}
 .swiper-container-wrapper .gallery-thumbs::-moz-scrollbar-thumb:hover,
 .hotlinemain-container-top-right::-moz-scrollbar-thumb:hover {
    background: rgb(34,34,34);
    background: linear-gradient(0deg, rgba(34,34,34,0) 0%, rgba(65, 182, 230, 1) 50%, rgba(0,16,99,0) 100%);
    border-radius: 3px;
}
 .swiper-container-wrapper.gallery_right .gallery-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    overflow-y: scroll;
}
.swiper-container-wrapper.gallery_left .gallery-thumbs {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 7;
    overflow-y: scroll;
    width: 100%;
    height: 25vh;
    padding-top: 0;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs {
    position: absolute;
    top: -14em;
    left: 0;
    z-index: 7;
    width: 100%;
    padding: 0;
}
.swiper-container-wrapper.gallery_bottom .gallery-thumbs {
    position: absolute;
    bottom: -14em;
    left: 0;
    z-index: 7;
    width: 100%;
    padding: 0;
}
.swiper-container {
    min-height: 1px;
}
.swiper-container-wrapper.gallery_top .swiper-wrapper.gallery.swiper-wrapper-gallery,
.swiper-container-wrapper.gallery_bottom .swiper-wrapper.gallery.swiper-wrapper-gallery  {
    height: 16em;
    background: rgb(34, 34, 34);
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.swiper-container-wrapper.gallery_top .ppGalleryContainer .swiper-wrapper.gallery.swiper-wrapper-gallery,
.swiper-container-wrapper.gallery_bottom .ppGalleryContainer .swiper-wrapper.gallery.swiper-wrapper-gallery {
    background: black;
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: scroll;
    height: 16em;
}

.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .image-wrapper, 
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .image-wrapper {
    background-size: cover;
    background-position: center top;
    padding-bottom: 80%;
    display: block;
    float: left;
    width: 100%;
    position: unset;
    left: unset;
    overflow: unset;
    height: unset;
    margin-left: unset;
}
.swiper-container-wrapper .gallery-thumbs .swiper-wrapper.colwrapper {
    flex-direction: row;
    background: transparent;
    height: 100%;
}
 .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-wrapper,
 .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-wrapper {
    background: rgb(34, 34, 34);
}
@media (min-width: 980px) {
     .swiper-container-wrapper.gallery_right .gallery-thumbs,
     .swiper-container-wrapper.gallery_left .gallery-thumbs {
        width: 36%;
        height: 100%;
        padding: 0;
    }
}

@media (min-width: 480px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-wrapper {
        flex-direction: row;
        height: 100%;
        padding-top: 0;
        overflow: initial;
    }
     .swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-wrapper,
     .swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
        height: 100%;
        padding-top: 0;
        overflow: initial;
    }
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide {
        flex-flow: row;
        width: 100%;
        overflow: hidden;
        background: linear-gradient(to right, rgba(37, 42, 55, 1), rgba(37, 42, 55, 0.6));
    }

     .swiper-container-wrapper.gallery_right,
     .swiper-container-wrapper.gallery_left {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
    }

     .swiper-container-wrapper.gallery_top,
     .swiper-container-wrapper.gallery_bottom {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
    }

     .gallery-top {
        position: relative;
        width: 100%;
        margin-right: 10px;
        padding: 0;
    }
}
@media (min-width: 480px) and (max-width: 979px) {
     .swiper-container-wrapper.gallery_top {
        margin-top: 10px;
    }
}
@media screen and (min-width: 979px) {
     .swiper-container-wrapper.gallery_top{
        margin-top: 16em;
    }
     .swiper-container-wrapper.gallery_bottom {
        margin-bottom: 16em;
    }
 }
@media screen and (max-width: 979px) {
     .gallery-top {
        height: unset ;
    }
}
 .widget.widget_contentgalleryslider {
    margin-bottom: 30px;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide,
.swiper-container-wrapper .gallery-thumbs .swiper-slide.active {
    width: 25%;
    cursor: pointer;
    flex-flow: row nowrap;
}
.swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide,
.swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide.active,
.swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide,
.swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide.active {
    height: 20%;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide {
    background: rgb(121, 121, 121);
    border-bottom: 1px solid #fff;
    cursor: pointer;
    width: 100%;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide.active {
    background: rgb(230, 230, 230);
    width: 100%;
    border-bottom: 1px solid #fff;
}
.swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide.active *,
.swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide.active * {
    color: #232323 ;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide .image-wrapper {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 40%;
    position: absolute;
    left: 0;
    opacity: 1;
    overflow: hidden;
    height: 20%;
    margin-left: 5px;
    border-bottom: 1px solid #fff;
}

/* szövegek */
.swiper-container-wrapper .gallery-thumbs .swiper-slide .text-content-wrapper {
    padding-left: 46%;
    text-align: left;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    width: 100%;
}
 .swiper-container-wrapper .gallery-thumbs .swiper-slide .text-content-wrapper:hover .article-title {
    transition: all ease-in-out .3s;
    text-decoration: underline;
    scrollbar-width: none;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide .text-content-wrapper h1 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 5px 5px 5px 5px;
    color: white;
    font-weight: 500;
    display: block;
    overflow-y: scroll;
    max-height: 12vh;
    max-width: 16vw;
    transition: all ease-in-out .3s;
}
.swiper-container-wrapper .gallery-thumbs .swiper-slide .text-content-wrapper h1 { /*Firefox-ban megjelenő görgetősáv kiküszöbölése*/
    scrollbar-width: none;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper {
    padding-left: 0 ;
    text-align: left;
    float: left;
    height: max-content;
    position: absolute;
    bottom: 0;
    width: 90%;
    background: rgba(0, 0, 0, .4)
}
 .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
 .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper {
    padding-left: 0 ;
    text-align: left;
    float: left;
    height: max-content;
    position: absolute;
    bottom: 0;
    width: calc(90% - 10px);
    background: rgba(0, 0, 0, .4)
}
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active, 
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%, rgb(0, 0, 0) 99%) ;
    background-blend-mode: overlay ;
}
.swiper-container-wrapper.gallery_top .ppGalleryContainer .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
.swiper-container-wrapper.gallery_top .ppGalleryContainer .gallery-thumbs .swiper-slide .text-content-wrapper, 
.swiper-container-wrapper.gallery_bottom .ppGalleryContainer .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
.swiper-container-wrapper.gallery_bottom .ppGalleryContainer .gallery-thumbs .swiper-slide .text-content-wrapper {
    position: initial;
    bottom: initial;
    width: initial;
    background: initial;
}
.swiper-container-wrapper.gallery_right .gallery-thumbs .swiper-slide .text-content-wrapper a,
.swiper-container-wrapper.gallery_left .gallery-thumbs .swiper-slide .text-content-wrapper a,
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper a,
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper a {
    color: white;
    text-decoration: none;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper h1, 
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper h1 {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px;
    margin: 10px;
    width: 100%;
    min-width: unset;
    max-width: unset;
}
@media all and (max-width: 1366px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper h1, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper h1 {
        font-size: 12px;
    }
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide {
    background: #00000096;
    flex: 0 0 auto;
    width: 20%;
    max-width: 100%;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide, 
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide {
    flex-flow: row nowrap;
    height: 100%;
    cursor: pointer;
    background: transparent ;
    flex: 0 0 auto;
    width: 20%;
    max-width: 100%;
    margin-bottom: -5px;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide,
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide {
    background: #00000096;
    flex: 0 0 auto;
    width: 20%;
    max-width: 100%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 20px;
    position: relative;
    opacity: .65;
}
.swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active, 
.swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active {
    opacity: 1;
}
@media all and (max-width: 1340px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper {
        width: calc(90% - 15px);
        bottom: 20px;
    }
}
@media all and (max-width: 1230px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper {
        bottom: 30px;
    }
}
@media all and (max-width: 1200px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper {
        bottom: 40px;
    }
}
@media all and (max-width: 1060px) {
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_top .gallery-thumbs .swiper-slide .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide.active .text-content-wrapper, 
     .swiper-container-wrapper.gallery_bottom .gallery-thumbs .swiper-slide .text-content-wrapper {
        width: calc(90% - 20px);
        bottom: 0;
    }
}
@media all and (max-width: 979px) {
     .swiper-container-wrapper.gallery_right .swiper-button-next,
     .swiper-container-wrapper.gallery_left .swiper-button-next,
     .swiper-container-wrapper.gallery_top .swiper-button-next,
     .swiper-container-wrapper.gallery_bottom .swiper-button-next,
     .swiper-container-wrapper.normal .swiper-button-next {
        visibility: hidden;
    }
     .swiper-container-wrapper.gallery_right .swiper-button-prev,
     .swiper-container-wrapper.gallery_left .swiper-button-prev,
     .swiper-container-wrapper.gallery_top .swiper-button-prev,
     .swiper-container-wrapper.gallery_bottom .swiper-button-prev,
     .swiper-container-wrapper.normal .swiper-button-prev {
        visibility: hidden;
    }
     .swiper-container-wrapper .gallery-thumbs {
        display: none ;
    }
     .swiper-container-wrapper .swiper-slide {
        margin: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
     .swiper-container-wrapper .swiper-wrapper-top .article-title a {
        font-size: 23px;
        margin: 0;
    }
     .swiper-container-wrapper .swiper-wrapper-top .swiper-text {
        min-width: 100%;
        margin-top: 0px;
        flex-direction: column;
        padding: 0 20px 20px 20px;
        margin-left: 0;
    }
     .swiper-container-wrapper .hasDots .swiper-text{
        padding-bottom: 45px;
    }
     .swiper-container-wrapper .swiper-wrapper-top .article-title,
     .swiper-container-wrapper .swiper-wrapper-top p.article-lead {
        width: 100vw;
        margin: 4px 0;
        padding: 0px;
        left: 10vw;
        max-width: 80vw;
    }
     .swiper-container-wrapper .swiper-wrapper-top .article-title {
        bottom: 17vh;
        margin-top: 10px;
    }
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.normal .swiper-wrapper-top {
        margin-top: 0;
        height: 100%;
    }
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top p.article-lead {
        font-size: 14px;
    }
     .slick-arrow {
        width: 24px;
        height: 24px;
    }
     .swiper-container-wrapper #swiper-button-next-container {
        width: 40px;
    }
     .swiper-container-wrapper #swiper-button-prev-container {
        width: 40px;
    }
}

@media screen and (max-height: 700px) {
     .swiper-container-wrapper .swiper-wrapper-top .swiper-text {
        max-height: 100%;
    } 
}

@media all and (max-width: 600px) {
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.normal .swiper-wrapper-top .article-title,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.normal .swiper-wrapper-top p.article-lead {
        padding: 0px 0px 0px 3px;
        max-width: 80vw;
    }
     .swiper-container-wrapper .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper .swiper-wrapper-top .post_time p {
        font-size: 15px;
    }
}

@media all and (max-width: 480px) {
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.normal .swiper-wrapper-top {
        margin-top: 0;
    }

     .swiper-container-wrapper.gallery_left .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top p.article-lead,
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top p.article-lead {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
     .swiper-container-wrapper .swiper-wrapper-top .article-title a {
        padding-top: 10px;
        padding-right: 5px;
    }
}
 .swiper-wrapper.gallery.swiper-wrapper-gallery .text-content-wrapper .categoryContainer {
    display: none;
}

@media screen and (max-width: 981px) {
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top .swiper-text {
        margin-left: 0;
        padding-left: 50px;
    }
}

@media screen and (max-width: 768px) {
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top .swiper-text {
        padding-left: 30px;
    }
}
.swiper-container-wrapper .slick-list .swiper-slide.layer_off.slick-active .swiper-text::before, 
.swiper-container-wrapper .slick-list .swiper-slide.layer_transition_black.slick-active .swiper-text::before {
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, .8) 20%, rgba(125, 185, 232, 0) 70%);
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: unset;
    bottom: 0;
    z-index: 0;
}
/* lapozó nyilak */
 .swiper-container-wrapper .swiper-button-prev:hover,
 .swiper-container-wrapper .swiper-button-next:hover {
    border-color: rgba(255, 255, 255, 1);
    transition: ease-in-out 0.4s;
    cursor: pointer;
}

 .swiper-container-wrapper #swiper-button-next-container {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 40px);
}

 .swiper-container-wrapper .swiper-button-next {
    position: absolute;
    border: solid;
    border-color: rgba(225, 225, 225, .7);
    border-width: 0 7px 7px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); /* kompatibilitás miatt kell */
    width: 40px;
    height: 40px;
    transition: ease-in-out 0.2s;
}

 .swiper-container-wrapper #swiper-button-prev-container {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 40px);
}

 .swiper-container-wrapper .swiper-button-prev {
    position: absolute;
    border: solid;
    border-color: rgba(225, 225, 225, .7);
    border-width: 0 7px 7px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); /* kompatibilitás miatt kell */
    background-position: 0;
    width: 40px;
    height: 40px;
    transition: ease-in-out 0.2s;
}
 .swiper-container-wrapper.gallery_right #swiper-button-next-container {
    right: 35%;
}

 .swiper-container-wrapper.gallery_right .swiper-button-next {
    right: 20%;
}

 .swiper-container-wrapper.gallery_right #swiper-button-prev-container {
    left: 0px;
}

 .swiper-container-wrapper.gallery_right .swiper-button-prev {
    left: 12px;
}

 .swiper-container-wrapper.gallery_left #swiper-button-prev-container {
    left: 35%;
}

 .swiper-container-wrapper.gallery_left .swiper-button-prev {
    left: 27%;
}

 .swiper-container-wrapper.gallery_left #swiper-button-next-container {
    right: 0px;
}

 .swiper-container-wrapper.gallery_left .swiper-button-next {
    right: 15px;
}

@media screen and (max-width: 1366px) {
     .swiper-container-wrapper.gallery_bottom .swiper-button-prev {
        left: -20px;
    }
}

@media screen and (max-width: 979px) {
     .swiper-container-wrapper.gallery_right .swiper-button-next,
     .swiper-container-wrapper.gallery_right #swiper-button-next-container {
        right: 5px;
    }

     .swiper-container-wrapper.gallery_left .swiper-button-prev,
     .swiper-container-wrapper.gallery_left #swiper-button-prev-container {
        left: 15px;
    }
}

 .swiper-container-wrapper.gallery_top #swiper-button-next-container,
 .swiper-container-wrapper.normal #swiper-button-next-container {
    right: 0px;
    top: calc(50% - 50px);
}

 .swiper-container-wrapper.gallery_bottom #swiper-button-next-container {
    right: 30px;
    top: calc(50% - 50px);
}

 .swiper-container-wrapper.gallery_top #swiper-button-prev-container,
 .swiper-container-wrapper.normal #swiper-button-prev-container {
    left: 0px;
    top: calc(50% - 50px);
}

 .swiper-container-wrapper.gallery_bottom #swiper-button-prev-container {
    left: 30px;
    top: calc(50% - 50px);

}

 .swiper-container-wrapper.gallery_top .swiper-button-prev,
 .swiper-container-wrapper.gallery_bottom .swiper-button-prev,
 .swiper-container-wrapper.normal .swiper-button-prev {
    left: 30px;
}

 .swiper-container-wrapper.gallery_top .swiper-button-next,
 .swiper-container-wrapper.gallery_bottom .swiper-button-next,
 .swiper-container-wrapper.normal .swiper-button-next {
    right: 30px;
}

 .swiper-container-wrapper.gallery_bottom .swiper-button-prev {
    left: 0px;
}

 .swiper-container-wrapper.gallery_bottom .swiper-button-next {
    right: 0px;
}

/*lapozó pöttyök*/

 .swiper-container-wrapper .slick-dots {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    display: flex;
    text-align: center;
    margin: unset;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
 .swiper-container-wrapper .slick-dots li {
    margin: 0 5px;
    border: 3px solid #6A6A6A;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

 .swiper-container-wrapper .slick-dots li.slick-active {
    border: 3px solid rgb(164, 165, 165);
    opacity: 1;
    width: 22px;
    height: 22px;
    transition: 0.5s;
}

@media screen and (max-width: 979px) {
     .swiper-container-wrapper .slick-dots {
        position: inherit;
        margin-top: -38px;
        padding-left: 0;
    }
     .swiper-container-wrapper.normal .slick-dots {
        bottom: 2%;
    }
}

@media screen and (max-width: 768px) {
     .swiper-container-wrapper .slick-dots li {
        width: 18px;
        height: 18px;
    }

     .swiper-container-wrapper .slick-dots li.slick-active {
        width: 19px;
        height: 19px;
    }
}

@media screen and (max-width: 480px) {
     .swiper-container-wrapper .slick-dots,
     .swiper-container-wrapper.normal .slick-dots {
        position: inherit;
        margin-top: -30px;
        bottom: 13px;
        padding-left: 0;
    }

     .swiper-container-wrapper .slick-dots li {
        width: 15px;
        height: 15px;
    }

     .swiper-container-wrapper .slick-dots li.slick-active {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 440px) {
     .swiper-container-wrapper .slick-dots:not( .swiper-container-wrapper.normal .slick-dots) {
        margin-top: -23px;
    }
}
@media screen and (max-width: 320px) {
     .swiper-container-wrapper .slick-dots li {
        width: 13px;
        height: 13px;
    }

     .swiper-container-wrapper .slick-dots li.slick-active {
        width: 15px;
        height: 15px;
    }
}
/* typeicon */

 .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.gallery-type,
 .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.pp_main-type,
 .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.video-type {
    position: relative;
    width: 60px;
    height: 60px;
    top: unset;
    float: left;
    margin: 0 0 15px 0;
    background-size: contain;
    background-position: center center; 
    order: 1;
    background-repeat: no-repeat;
}

 .typeicon.slidertypeicon.pp_main-type {
    background-image: url("/wp-content/plugins/hms-global-widgets/common/styles/images/m4-redesign/pp-ikon.png");
}

 .typeicon.slidertypeicon.video-type {
    background: url('/wp-content/plugins/hms-global-widgets/common/styles/images/hirado_redesign/hr_video_white.svg');
}

 .typeicon.slidertypeicon.gallery-type {
    background: url('/wp-content/plugins/hms-global-widgets/common/styles/images/tokio2020/gallery.svg');
}
.widget_contentgalleryslider .swiper-container-wrapper.gallery_right .slidertypeicon.gallery-type,
.widget_contentgalleryslider .swiper-container-wrapper.gallery_right .slidertypeicon.pp_main-type,
.widget_contentgalleryslider .swiper-container-wrapper.gallery_right .slidertypeicon.video-type ,
.widget_contentgalleryslider .swiper-container-wrapper.gallery_left .slidertypeicon.gallery-type,
.widget_contentgalleryslider .swiper-container-wrapper.gallery_left .slidertypeicon.pp_main-type,
.widget_contentgalleryslider .swiper-container-wrapper.gallery_left .slidertypeicon.video-type {
   width: 40px;
   height: 40px;
   margin: 0 20px 10px 0;
}
@media screen and (max-width: 1024px) {
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.gallery-type,
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.pp_main-type,
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.video-type {
        height: 50px;
        width: 50px;
    }
}
@media screen and (max-width: 600px) {
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.gallery-type,
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.pp_main-type,
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.video-type {
        height: 36px;
        width: 36px;
    }
}

/*post time*/

 .swiper-container-wrapper .swiper-wrapper-top span.post_time {
    color: white;
    /* margin-left: 3.6vw; */
    border: none;
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
    z-index: 9;
    order: 5;
    border-top: 1px solid #fff;
}
 .swiper-container-wrapper .swiper-wrapper-top span.post_time p{
    width: max-content;
}
 .swiper-container-wrapper.gallery_top .swiper-wrapper-top span.post_time,
 .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top span.post_time {
    width: 100%
}

 .swiper-container-wrapper.normal .swiper-wrapper-top span.post_time {
    width: 100%;
}


@media screen and (max-width: 980px) {
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.normal .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top span.post_time {
        width: 95vw;
        margin: unset;
    }
}

@media screen and (max-width: 768px) {
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.normal .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top span.post_time {
        width: 93vw;
    }
}

@media screen and (max-width: 440px) {
     .swiper-container-wrapper.gallery_top .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.normal .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_bottom .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_right .swiper-wrapper-top span.post_time,
     .swiper-container-wrapper.gallery_left .swiper-wrapper-top span.post_time {
        width: 90vw;
    }
}

/* PP headline */
 .ppGalleryContainer .swiper-wrapper.gallery.swiper-wrapper-gallery {
    background: black;
    height: max-content;
    padding: 15px;
}

 .swiper-container-wrapper .ppGalleryContainer .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
    height: auto;
}

 .swiper-container-wrapper .ppGalleryContainer .gallery-thumbs .swiper-slide {
    background: #00000096;
    border-bottom: 5px solid transparent;
    border-radius: 0px;
    border-image-source: linear-gradient(90deg, rgb(110, 110, 110) , rgba(255, 255, 255, 0));
    border-image-slice: 5;
    cursor: pointer;
    height: unset ;
    flex-flow: column nowrap;
    width: 100%;
    overflow: hidden;
}

 .swiper-container-wrapper .ppGalleryContainer .gallery-thumbs .swiper-slide .text-content-wrapper {
    padding: 15px;
    text-align: left;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}
 
 .swiper-container-wrapper .ppGalleryContainer .gallery-thumbs .swiper-slide .text-content-wrapper a {
    color: white;
    text-decoration: none;
}

 .swiper-container-wrapper .ppGalleryContainer .gallery-thumbs .swiper-slide .text-content-wrapper h1 {
    max-width: unset;
    padding: 0;
    font-size: 17px;
}

/*Category*/

 .swiper-container-wrapper .categoryContainer {
    order: 2;
    margin-bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 980px) {
     .swiper-container-wrapper .categoryContainer {
        margin-left: 0;
    }
     .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.gallery-type,
      .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.pp_main-type,
       .widget_contentgalleryslider .swiper-container-wrapper .slidertypeicon.video-type {
        margin: 0 20px 10px 0vw;
    }
}
/*16:9 TOP1 stlye*/
@media (max-width: 440px) {
     .swiper-container-wrapper .swiper-wrapper-top .article-title a {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }    
     .swiper-container-wrapper .swiper-wrapper-top .swiper-text .post_time, 
     .swiper-container-wrapper .swiper-wrapper-top .swiper-text .post_time p {
        font-size: 12px;
    }
     .full-view-mode .hh-row-wrapper .swiper-container-wrapper .slick-list .swiper-slide.layer_transition_black.slick-active .swiper-text::before,
     .full-view-mode .hh-row-wrapper .swiper-container-wrapper .slick-list .swiper-slide.layer_transition_blue.slick-active .swiper-text::before,
     .full-view-mode .hh-row-wrapper .swiper-container-wrapper .slick-list .swiper-slide.layer_transition_red.slick-active .swiper-text::before {
        height: 100px;
        width: 100vw;
    }
     .swiper-container-wrapper .swiper-wrapper-top .swiper-text,
     .swiper-container-wrapper.normal .swiper-wrapper-top .swiper-text {
        padding: 0 0 10px 10px;
    }
     .swiper-container-wrapper .hasDots .swiper-text{
        padding-bottom: 25px;
    }
     .swiper-container-wrapper .slick-dots,  .swiper-container-wrapper.normal .slick-dots {
        bottom: 0;
        margin-top: -20px;
        margin-left: 0;
    }
}