/*

.fomenu-fozoshow

ezzel indítunk minden osztályt

*/

/* template css */


/* END */

/* layout css */
/*
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    -webkit-font-smoothing: antialiased;
    padding-right: 0!important;
}

@media (max-width: 1024px) {
    body {
        background-position: unset;
        background-size: cover !important;
        background-position: 70% 40% !important;
    }
}
*/
.ult-container.container_12.fomenu-fozoshow {
    min-height: 65vh;
    margin-top: 20px;
}

@supports (-webkit-touch-callout: none) {
    body {
        background-attachment: scroll !important;
        background-size: auto 100vh !important;
        background-repeat: repeat !important;
        background-position: right 30% top!important;
    }
}

/* template */

.grid_12.main-section {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.container_12.fomenu-fozoshow {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: block;
}

.fomenu-fozoshow .grid_8 {
    width: 66.66%;
    margin: 0;
    padding: 0 20px 0 10px;
    margin-left: 0;
    margin-right: 0;
}
.fomenu-fozoshow .grid_4 {
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1024px) {
    .fomenu-fozoshow .grid_8,
    .fomenu-fozoshow .grid_4 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .grid_12.fomenu-fozoshow {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}



/* template - end */

/* layout css */

.ult-column.grid_12.fomenu-fozoshow.hero .colwrapper{
    height: 80vh;
    display: flex;
    justify-content: space-between !important;
    align-items: flex-end;
    margin-bottom: 50px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 1px 0px;
}


.fomenu-fozoshow .scd.container {
    position: relative;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15%;
    bottom: 25%;
    /*background: darkviolet;*/
    padding: 20px 3px;
}

.fomenu-fozoshow .chevron {
    position: absolute;
    margin-bottom: 50px;
    bottom: 50px;
    width: 42px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.fomenu-fozoshow .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.fomenu-fozoshow .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.fomenu-fozoshow .chevron:before,
.fomenu-fozoshow .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.fomenu-fozoshow .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.fomenu-fozoshow .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.fomenu-fozoshow.hero h3{
    color: white;
    text-transform: uppercase;
    font-size: 2.5em;
    background: #36353563;
    backdrop-filter: blur(13px);
    margin-bottom: 50px;
    padding: 15px;
    position: relative;
    z-index: -1;
    margin-top: 70vh;
    right: -20%;
}

@-moz-document url-prefix() {
    .fomenu-fozoshow.hero h3 {
        background: #1c1c1cbd;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fomenu-fozoshow.hero h3  {
        background: rgba(28,28,28,0.74);
    }
}

.fomenu-fozoshow .main-section h1.article-title a{
    position: relative;
    padding: 10px 20px;
    color: white;
}

.fomenu-fozoshow .main-section h3{
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    position:relative;
    padding-bottom: 20px
}

.fomenu-fozoshow .main-section h3:before{
    background: url('images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    bottom:0;
    left:0;
    width: 40%;
    height: 20px;
    content:"";
}

.fomenu-fozoshow.hero h3:before,
    /*.fomenu-fozoshow .main-section h1.article-title a:before,*/
.fomenu.desc p:before
{/*left bracket*/
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .5em;
    right: 0;
}


.fomenu-fozoshow .main-section .article-title{
    position:relative;
    padding: 20px;
}

.fomenu-fozoshow .main-section .accessibilityShowWhenNormal.textcontent{
    background: transparent;
}

.fomenu.desc:before{
    background: url('images/fomenu-fozoshow/lilahatter.png');
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    top:15%;
    left:0;
    width: 100%;
    height: 100%;
    content:"";
}

.fomenu-fozoshow.hero h3:after,
    /*.fomenu-fozoshow .main-section h1.article-title a:after,*/
.fomenu.desc p:after
{/*right bracket*/
    content: " ";
    border: solid 2px white;
    border-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .5em;
    right: 0;
}

.fomenu-fozoshow .main-section .widget_text.widget.widget_custom_html.inner-container{
    max-width: 100%;
    margin: 0 auto;
    padding: 1px 0;
}

.fomenu-fozoshow .main-section .cikk-content-title{
    text-align: center;
    background: transparent;
    padding: 0px 10px 0px 10px;
}



.fomenu.gallery {
    background: transparent!important;
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 20px);
    border: solid 1px white;
}

.fomenu-fozoshow .fomenu.gallery:hover {

}

.fomenu.gallery img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    position: absolute;
    top:0;
    left:0;
}

.fomenu-fozoshow .fomenu.desc {
    /*padding-top: 15%;*/
    text-align: center;
    color: white;
    position: relative;
}
/*
* {
    box-sizing: border-box;
}
*/
.fomenu.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    margin-top: 5px;
    margin-bottom: 5px;
}


@media only screen and (min-width: 769px) and (max-width: 1200px){
    .fomenu.gallery {
        background: #454545;
        padding: 15px 0 0 0;
        height: 200px;
    }
}


@media only screen and (max-width: 768px) {
    .fomenu.responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .fomenu.desc {
        padding: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .fomenu.responsive {
        width: 100%;
    }

    .fomenu.gallery {
        background: #454545;
        padding: 15px 0 0;
        height: auto;
    }
    .ult-container.container_12.fomenu-fozoshow {
        padding: 40px 46x 20px !important;
    }

}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* END */

/* template css */

.ult-column.grid_12.fomenu-fozoshow .colwrapper{
    display: flex;
    justify-content:center;
}

.fomenu .navbar-inner{
    background: transparent;
    border: none;
    box-shadow: none
}


a.fomenu_logo.small_fm_logo div {
    width: 100px;
    height: 200px;
    margin-left: 100px;
    background-repeat: no-repeat;
}

/* footer */
/*
footer.footwrapper{
    width: 100%;
    margin-top: 30px;
    float: left;
    background-color: #18191e;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top: 3px solid #5d288d;
    padding: 30px 0;
}
*/
footer.footwrapper .logo {
    display: block;
    float: left;
    height: 40px;
    width: 150px;
    background-image: url(/wp-content/plugins/hms-mediaklikk/common/styles/images/mediaklikk-logo-trans.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

footer a{
    color: white;
}

footer.footwrapper .ultimatum-nav ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

footer.footwrapper .ultimatum-nav .horizontal-menu ul li {
    border-left: 0;
    padding: 8px 10px;
}

footer.footwrapper hr.hr {
    width: 100%;
    height: 1px;
    background: #37383c;
    border: none;
    margin: 30px 0;
}
*/
/* footer template */
/*
.footer.footwrapper .logo {
    margin: 0px auto 20px auto;
    float: none;
}
.footwrapper .grid_3,.footwrapper .grid_9{
    margin: 0;
    padding: 0 10px;
}
.footwrapper .grid_9 {
    width: 75%;
}
.footwrapper .grid_3 {
    width: 25%;
}
.footwrapper .horizontal-menu {
    width: 100%;
}
footer.footwrapper .ultimatum-nav ul li a {
    text-align: center;
}
.footwrapper #menu-footer-menu-3 {
    width: 100%;
    text-align: center;
    display: block;
}
.footwrapper #menu-footer-menu-3 li {
    float: none;
    display: inline-block;
}
*/
/* END */

.fomenu-fozoshow.hero {
    height: 50vw;
}

.fomenu-fozoshow a.fomenu_logo div {
    width: 200px;
    background-repeat: no-repeat;
    background-position: center !important;
    height: 300px;
    background-size: contain !important;
    position: relative;
    backdrop-filter: blur(13px);
    z-index: 1111;
}

@-moz-document url-prefix() {
    .fomenu-fozoshow a.fomenu_logo div {
        background: #1c1c1cbd;
        background-repeat: no-repeat;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fomenu-fozoshow a.fomenu_logo div {
        background: rgba(28,28,28,0.74);
        background-repeat: no-repeat;
    }
}

.fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
    width: 100px;
    height: 159px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.fomenu-fozoshow .fomenu_logo.small_fm_logo {
    z-index: 22222222;
}

.fomenu-fozoshow.fomenu .navbar .nav > li > a,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 18px;
    padding-top: 0;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
    float: none;
    padding: 10px 10px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.fomenu-fozoshow.fomenu .navbar .nav > li > a::before,
.fomenu-fozoshow.fomenu .nav > li > a::after,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a::before,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a::after {
     position: absolute;
     top: -16%;
     font-weight: 100;
     font-size: 190%;
     line-height: 1;
     opacity: 0;
     -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
     transition: opacity 0.2s, transform 0.2s;
 }

/*
@media (max-width: 979px) {
    .fomenu-fozoshow.fomenu .navbar .nav > li > a::before,
    .fomenu-fozoshow.fomenu .nav > li > a::after {
        top: 9px;
    }
}
*/
.FomenuMenu .ultimatum-nav .sub-menu{
    background: rgba(0, 0, 0, 0.3) no-repeat;
    backdrop-filter: blur(13px);
    margin-top: 25px;
}
.fomenu-fozoshow.fomenu .navbar .nav > li > a::before,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a::before {
    left: -0.1em;
    content: '[';
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
}
.fomenu-fozoshow.fomenu .navbar .nav > li > a::after,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a::after {
    right: -0.1em;
    content: ']';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fomenu-fozoshow.fomenu .navbar .nav > li > a:hover::before,
.fomenu-fozoshow.fomenu .navbar .nav > li > a:hover::after,
.fomenu-fozoshow.fomenu .navbar .nav > li > a:active::after,
.fomenu-fozoshow.fomenu .navbar .nav > li > a:active::before,
.fomenu-fozoshow.fomenu .nav .menu-item.current-menu-item > a:before,
.fomenu-fozoshow.fomenu .nav .menu-item.current-menu-item > a:after,

.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:hover::before,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:hover::after,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:active::after,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:active::before,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav .current-menu-item > a:before,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav .current-menu-item > a:after
{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fomenu-fozoshow.fomenu .navbar .nav > li > a:focus,
.fomenu-fozoshow.fomenu .navbar .nav > li > a:hover,
.fomenu-fozoshow.fomenu .nav .menu-item.current-menu-item
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:focus,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a:hover,
.FomenuMenu .widget_ultimatummenu .ultimatum-nav .current-menu-item {
    background-color: transparent;
    /*color: #333333;*/
    text-decoration: none;
    background: url('images/fomenu-fozoshow/lilahatter_fill.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.fomenu-fozoshow.fomenu .navbar .nav > li > a:hover {
    color: #ffffff;
}
.ultimatum-responsive-menu .slicknav_btn{
    float: right!important;
    margin-top: 7px;
}
.ultimatum-responsive-menu .slicknav_nav{
    max-width: 300px;
    float: right;
    background-color: #152672;
    padding: 10px;
}
.ultimatum-responsive-menu .slicknav_nav li{
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.ult-column.grid_12.fomenu-fozoshow.fomenu .colwrapper {
    display: flex;
    justify-content: unset;
}




.fomenu-fozoshow.fomenu a.fomenu_logo {
    top: 0;
    position: absolute;
    z-index: 99999999;
}



.fomenu-fozoshow.fomenu .navbar .nav,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav ul {
    /*
    position: fixed;
    top: 0px;
    left: auto;
    */
    z-index: 1;
    width: 100% !important;
    /*left: 0 !important;*/
    left: calc((100% - 380px)/2);
    padding: 20px 0;
    -webkit-transition:background 0.5s;
    -moz-transition:background 0.5s;
    -o-transition:background 0.5s;
    transition:background 0.5s;
    transition-delay: 0.25s;
    /*backdrop-filter: blur(10px);*/
}
/*
.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
    margin-left: calc((100% - 660px)/2);
}
*/
.blurbg {
    backdrop-filter: blur(13px);
    background: #36353563;
}

@-moz-document url-prefix() {
    .blurbg {
        background: #1c1c1cbd;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blurbg {
        background: rgba(28,28,28,0.74);
    }
}

.fomenu-fozoshow.fomenu .socialLinkLine {
    z-index: 1;
    z-index: 1;
    position: absolute;
    right: 60px;
    top: 30px;
    z-index: 11;
    float: right;
}

.fomenu-fozoshow .socialLinkLine a.socialLink.outlined {
    padding: 0 5px;
}
.fomenu-fozoshow .small_fomenu_logo div {
    width: 100%;
    height: 100px;
    margin-left: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    backdrop-filter: blur(13px);
    /*backdrop-filter: blur(50px) !important;*/
    z-index:1;
}

@-moz-document url-prefix() {
    .fomenu-fozoshow .small_fomenu_logo div {
        background: #1c1c1cbd;
        background-repeat: no-repeat;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fomenu-fozoshow .small_fomenu_logo div {
        background: rgba(28,28,28,0.74);
        background-repeat: no-repeat;
    }
}

/*
.hero h3:before,
.main-section h1.article-title a:before,
.fomenu.desc p:before {
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .5em;
}

.hero h3:after,
.main-section h1.article-title a:after,
.fomenu.desc p:after {
    content: " ";
    border: solid 2px white;
    border-left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: .5em;
    right: 0;
}
*/
.fomenu-fozoshow.fomenu .widget_ultimatummenu .navbar .container .brand {
    opacity: 1;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    z-index: 9999;
    pointer-events: auto;
}
/*
.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
*/
.fomenu-fozoshow.fomenu .widget_ultimatummenu .navbar .navbar-inner .container .brand {
    position: absolute;
    width: 70px;
    height: 50px;
    left: 0;
    top: 0;
    opacity: 0;
    text-indent: -40000px;
    border-bottom: 2px solid #b5b5b5;
    background-image: -webkit-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: -o-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: -moz-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    pointer-events: none;
}

.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .brand {
    opacity: 1;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    z-index: 9999;
    pointer-events: auto;
}






.fomenu-fozoshow .block {
    height: 5em;
    line-height: 5em;
    width: 10em;
    background: #464646;
    color: #fdfdfd;
    text-align: center;
    margin: 1em auto;
    text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
    position: absolute;
    width: 70px;
    height: 50px;
    left: 0;
    top: 0;
}

.animatable {

    visibility: hidden;

    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animate-in {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.animate-out {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;

    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

.animate-out:after {
    content: '';
    letter-spacing: inherit;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }	100% {
             opacity: 1;
             -webkit-transform: translateY(0);
         }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.animate-in.animationDelay, .animate-out.animationDelay {
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}
.animate-in.animationDelayMed, .animate-out.animationDelayMed {
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animate-in.animationDelayLong, .animate-out.animationDelayLong {
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}

.animate-in.fadeInDown, .animate-out.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/* title pozi */

.fomenu-fozoshow .multigridItemWrapper .overlay-lead {
    position: relative;
/*    margin-bottom: 30px;*/
    overflow: visible;
    height: 240px;
}
/*
.fomenu-fozoshow .multigridItemWrapper .cikk-content-title {
    bottom: -220px;
}
*/
.fomenu-fozoshow .main-section h1.article-title:before
    /*.main-section .cikk-content-title:before*/ {
    background: url('images/fomenu-fozoshow/lilahatter_fill.png') no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    /*
        background-size: 100%;
        top: 20px;

     */
}
.fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
    background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 112%;
    content: "";
    z-index: -1;
}
.fomenu-fozoshow .coverMultipleGrid h1.article-title:before {
    background: url('images/fomenu-fozoshow/lilahatter_fill.png') no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 115%;
    content: "";
    z-index: -1;
}

/* hover */

.fomenu-fozoshow .image-wrapper .cikk-content-title {
    webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.fomenu-fozoshow .image-wrapper:hover .cikk-content-title {
    opacity: 1;
}
.fomenu-fozoshow .image-wrapper:hover .cikk-content-moving-container {
    opacity: 0;
}
.fomenu-fozoshow .multigridItemWrapper .image-wrapper:hover .cikk-content-title {
    bottom: -235px;
}

/*
.fomenu-fozoshow .cikk.overlay-lead.m1.post div.overflow {
    width: 100%;
    padding-bottom: 42.25%;
}
*/
/* extrák */

.fomenu.gallery {
    background: transparent!important;
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 20px);
    border: solid 1px white;
}
.fomenu.desc {
    padding: 20px;
    text-align: center;
    color: white;
    position: relative;
    margin-top: -30px;
    padding-top: 20px !important;
    webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.fomenu.desc p{
    position:relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px
}
.fomenu.desc:before{
    background: url(images/fomenu-fozoshow/lilahatter_fill.png);
    background-repeat: no-repeat;
    background-size: 70%;
    position: absolute;
    top: -3%;
    width: 100%;
    height: 100%;
    content: "";
    left: 15%;
}
.fomenu.responsive:hover .fomenu.desc {
    margin-top: -10px;
}
.fomenu.responsive {
    height: 400px;
}

/* címek */

.fomenu-fozoshow .main-section h3.element-title {
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    position:relative;
    padding-bottom: 20px;

    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
}

.fomenu-fozoshow .main-section h3.element-title:before{
    background: url('images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    bottom:0;
    left:0;
    width: 40%;
    height: 20px;
    content:"";
}

/* menü */
.fomenu-fozoshow.fomenu .navbar .nav > li,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav li {
    float: left;
    margin: 0 14px;
    line-height: 10px;
}

/* slider */
.fomenu-fozoshow .segment-two-thirds .mediaklikkCoverFeaturedSlider .cikk .image-wrapper {
    padding-bottom: 57.25%;
}


.fomenu-fozoshow .segment-two-thirds .mediaklikkCoverFeaturedSlider .cikk .textcontent {
    background: none;
}
.fomenu-fozoshow .mediaklikkCoverFeaturedSlider .cikk {
    padding-bottom: 33px;
}

/* cikkmegjelenítő */

.ult-container.container_12.fomenu-fozoshow {
    position: relative;
    margin-bottom: 0;
    padding-top: 20px;    
    background: #36353563;
    backdrop-filter: blur(13px);
    /*margin-top: 110px;*/
}

@-moz-document url-prefix() {
    .ult-container.container_12.fomenu-fozoshow {
        background: #1c1c1cbd !important;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ult-container.container_12.fomenu-fozoshow {
        background: rgba(28,28,28,0.74);
    }
}

.fomenu-fozoshow .hms_article_cat{
    display: none;
}

.fomenu-fozoshow .hms_article_title,
.fomenu-fozoshow .widgetHeader{
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    position: relative;
    padding-bottom: 20px;
}
.fomenu-fozoshow .widgetHeader h2 {
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
}

.fomenu-fozoshow .hms_article_title:before/*,
.fomenu-fozoshow .widgetHeader:before*/ {
    background: url('images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 20px;
    content: "";
    margin-bottom: 10px
}
.fomenu-fozoshow .article_title:before {
    background: url('images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 20px;
    content: "";
    margin-bottom: 10px
}

.fomenu-fozoshow .hms_article_post_content{
    /*background: white;*/
    font-size: 16px;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    color: white;
}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper {
    display: inline-block;
    margin: 10px 20px 20px 0;
    width: 100%;
    position: relative;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper span.hms_article_post_date {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    width: 168px;
    text-align: center;
    height: 20px;
    background-color: #19245d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.fomenu-fozoshow .btn .label {
    display: inline-block;
    vertical-align: top;
    zoom: 1;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper {
    display: inline-block;
    float: right;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper .facebook_share_wrapper, .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper .twitter_share_wrapper {
    margin: 0 0 0 15px;
    display: inline-block;
    float: right;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper {
    padding-top: 21px;
    position: relative;
    width: 100%;
    text-align: right;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper .facebook_share_wrapper {
    display: inline-block;}

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper > div {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.fomenu-fozoshow .main-section .article_title{
    background: url('images/fomenu-fozoshow/lilahatter-1.png');
    background-size: cover;
    background-repeat: no-repeat
}

/* end */

.fomenu-fozoshow .multigridItemWrapper .accessibilityShowWhenNormal.cikk.overlay-lead.gallery {
    background-color: rgba(249, 249, 249, 0) !important;
}

.fomenu-fozoshow .mediaklikkCoverFeaturedSlider p.article-meta {
    display: none;
}

.fomenu-fozoshow .pagerNext,
.fomenu-fozoshow .pagerLast,
.fomenu-fozoshow .pagerFirst,
.fomenu-fozoshow .pagerPrevious,
.fomenu-fozoshow .pagerCounter {
    background-color: unset;
}
.fomenu-fozoshow .pagerCounter a,
.fomenu-fozoshow .pagerCounter {
    font-size: 24px;
}

/* slider */

.fomenu-fozoshow .mediaklikkCoverFeaturedSlider .owl-buttons .owl-prev {
    margin-left: 0 !important;
}
.fomenu-fozoshow .owl-theme .owl-controls .owl-page span {
    background: none !important;
    border: 2px solid white;
    width: 20px;
    height: 20px;
}
.fomenu-fozoshow .owl-theme .owl-controls .owl-page.active span,
.fomenu-fozoshow .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: rgba(21, 38, 144, 0.9) !important;
}
.fomenu-fozoshow .owl-theme .owl-controls .owl-page {
    margin: 10px 5px;
}

.fomenu-fozoshow .cover .hh-row-container .hh-row-wrapper {
    max-width: 100%;
}

/* GALÉRIA */

.fomenu-fozoshow .ultimateGallery .utgHeadLine h2{
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    color: white;
    position: relative;
    margin-bottom: 30px
}

.fomenu-fozoshow .utgHeadLine h2:after {
    background: url('images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 0;
    width: 40%;
    height: 20px;
    content: "";
    margin-bottom: 10px;
}

.fomenu-fozoshow .ultimateGallery .utgContent {
    background-color: transparent;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .image .imageZoom a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(images/fomenu-fozoshow/mediaklikk_sprite-01.png);
    background-position: -280px -60px;
    text-indent: -40000px;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-next {
    background-color:transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(images/fomenu-fozoshow/mediaklikk_sprite-01.png);
    background-position: 240px -20px;
    color: transparent;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-prev {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(images/fomenu-fozoshow/mediaklikk_sprite-01.png);
    background-position: 280px -20px;
    color: transparent;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .socialButtons .googleplus {
    display: none;
}

.fomenu-fozoshow .utgContent .galleryTextBlock {
    background-color: transparent !important;
    padding: 10px;
    border:none;
    text-align: center;
}

.fomenu-fozoshow .utgContent .galleryTextBlock .socialButtons {
    background-color: transparent !important;
}

.fomenu-fozoshow .ultimateGallery .utgContent .utgIndexCont .slider .slick-list {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.fomenu-fozoshow .ultimateGallery .utgContent .utgIndexCont .slider .slick-track {
    display: block;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-prev {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url(images/fomenu-fozoshow/mediaklikk_sprite-01.png);
    background-position: 395px -25px;
    color: transparent;
}

.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-next {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url(images/fomenu-fozoshow/mediaklikk_sprite-01.png);
    background-position: 475px -25px;
    color: transparent;
}

.fomenu-fozoshow .widgetHeader h2 a{
    color:white;
}
.fomenu-fozoshow .hms_article_post_content p a{
    font-weight:  bold;
    color:white !important;
    text-decoration: underline;
}

/* GALÉRIA - END */

.fomenu-fozoshow .program_info{
    padding: 20px 10px;
    padding-left: 0;
}
.fomenu-fozoshow .vp-info-title h1 {
    font-size: 32px;
    color: white;
    background: none;
    text-transform: none !important;
    font-variant: small-caps;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.fomenu-fozoshow .vp-info-title h1:before {
    background: url(images/fomenu-fozoshow/feher-satircsik.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100% !important;
    height: 20px;
    content: "";
    margin-bottom: 10px;
}
.fomenu-fozoshow #hms_social_wrapper {
    float: right;
}
.fomenu-fozoshow .facebook_share_wrapper,
.fomenu-fozoshow .facebook_like_wrapper,
.fomenu-fozoshow .twitter_share_wrapper {
    float: left;
    margin-left: 5px;
}
.fomenu-fozoshow .program_info p,
.fomenu-fozoshow .program_description p,
.fomenu-fozoshow .vp-footer-to-wishlist p{
    color: white!important;
    font-size: 16px
}
.fomenu-fozoshow .program_info p{
    color: white!important;
    font-size: 16px;
    margin-top: 30px;
}
.fomenu-fozoshow .vp-footer {
    display: none;
}

/* ideó megjelenítő layout css - END */


/* cikkmegjelenítő */

.fomenu-fozoshow .widgetHeader,
.fomenu-fozoshow .titleContainer {
    min-height: 0!important;
    padding: 0 10px;
    margin: 0px 0 5px 0;
}

.fomenu-fozoshow .hms_article_title,
.fomenu-fozoshow .widgetHeader {
    color: white;
    text-transform: capitalize;
    font-size: 2em;
    position: relative;
    padding-bottom: 50px;
    line-height: 1.2;
    font-variant: small-caps;
    font-size: 32px;
}

.fomenu-fozoshow .widgetHeader h2{
    position: relative
}

/* .fomenu-fozoshow .widgetHeader h2:before {
    background: url(images/fomenu-fozoshow/feher-satircsik_400.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 45px;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    content: "";
    margin-bottom: 10px;
} */
.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_lead_content {
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    padding: 20px;
}

.fomenu-fozoshow .goAdverticum,
.fomenu-fozoshow .googleAdPlaceHolder,
.fomenu-fozoshow .ads_show_ad_title {
    text-align: center;
}
.fomenu-fozoshow .goAdverticum {
    margin: 10px auto 0px auto;
    padding-top: 2px;
    display: table;
}

.fomenu-fozoshow .twitter-tweet.twitter-tweet-rendered{
    float:none!important
}

.fomenu-fozoshow .hms_article_post_content p {
    line-height: 26px;
}

/* cikkmegjelenítő - end */

/* extra - videok */
/* extra videok - end */

/* műsorvezetők */

.fomenu-fozoshow .recommendedgrid .textcontent{
    margin-top: -50px
}


.fomenu-fozoshow .main-section .article-title,
.fomenu-fozoshow .displaymodeB h1.article-title {
    position: relative;
    padding: 20px;
    text-align: center;
    z-index: 1;
    color: #ffffff;
}
/*
.fomenu-fozoshow .mediaklikkCoverFeaturedSlider .cikk:hover .article-title {
    bottom: -10px;
}
*/

.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount {
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
}

.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister .cikk,
.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister .cikk {
    position: relative;
    max-width: 350px;
}

.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
    height: auto;
    margin-bottom: 20px;
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister .cikk .image-wrapper.tizenhatkilenc,
.fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister .cikk .image-wrapper.tizenhatkilenc {
    padding-bottom: 150%;
}

.fomenu-fozoshow .hms_article_content_wrapper.post_type_crew .hms_auth_and_date_wrapper{
    display:none
}

/* műsorvezetők - end */


/* receptek */
/* receptek - end */


/* vendegek */
/* vendegek - end */



.fomenu-fozoshow .listimagetagItemWrapper h1.article-title {
    color: #ffffff;
}
/*
.fomenu-fozoshow .listimagetagItemWrapper h1.article-title:before {
    background: url(images/fomenu-fozoshow/lilahatter_fill.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
}
*/
/*
.fomenu-fozoshow .coverListWithImageOrTag .nagy .text-content-wrapper {
    padding-left: unset;
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.fomenu-fozoshow .coverListWithImageOrTag .nagy .image-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    float: left;
}
*/


.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_title:before {
    background: url(images/fomenu-fozoshow/feher-satircsik.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 45px;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    content: "";
    margin-bottom: 10px;
}

/* zárójel javitas */

.fomenu-fozoshow .cikk-content-title{
    position: relative;
    padding: 0px 10px 0px 10px;

    webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.fomenu-fozoshow .cikk-content-title:before{
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: .5em;
    z-index: 2;
}

.fomenu-fozoshow .cikk-content-title:after {
    content: " ";
    border: solid 2px white;
    border-left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: .5em;
    z-index:2;
}

/*
.fomenu-fozoshow .main-section .article-title a:before{
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .5em;
    z-index: 2;
}
.fomenu-fozoshow .main-section .article-title a:after {
    content: " ";
    border: solid 2px white;
    border-left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: .5em;
    z-index:2;
}
*/
.main-section .fomenu-fozoshow .multigridItemWrapper .cikk-content-title {
    bottom: 50px;
}
.main-section .fomenu-fozoshow .multigridItemWrapper .image-wrapper:hover .cikk-content-title {
    bottom: 25px;
}
.main-section .fomenu-fozoshow .multigridItemWrapper .cikk:hover .cikk-content-title {
    bottom: 40px;
}

.fomenu-fozoshow .displaymodeB .cikk-content-title {
    min-height: 1px;
    max-height: none;
    overflow: hidden;
    bottom: 50px;
    text-align: center;
    background: transparent;
    padding: 0px 10px 0px 10px;
}
.fomenu-fozoshow .displaymodeB:hover .cikk-content-title {
    bottom: 40px;
}

/*
.fomenu-fozoshow .multigridItemWrapper .cikk-content-title {
    bottom: 30px;
    z-index: 5;
}
.fomenu-fozoshow .main-section .article-title{
    color:white;
}
.fomenu-fozoshow .main-section h1.article-title:before {
    background: url(//cdn.cms.mtv.hu/wp-content/uploads/sites/4/2020/11/lilahatter_fill.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
}
.fomenu-fozoshow .displaymodeB .cikk-content-title{
    padding-top: 0
}
.fomenu-fozoshow .cikk-content-title:before {
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: .5em;
    z-index: 2;
}
*/
/* zárójel javitas - end */


.fomenu-fozoshow .multigridItemWrapper .overlay-lead .inactiveLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    pointer-events: none;
    cursor: default;
}
.multiplerowGrid_inactiveOuter {
    pointer-events: none;
    cursor: default;
}


/* mobilmenu */

/*
.fomenu-fozoshow.fomenu .navbar {
    display: none;
}
.menu-fomenu-main-container {
    display: block !important;
}
@media (max-width: 960px) {
    .fomenu-fozoshow.fomenu .navbar {
        display: block;
        margin: 0;
    }
    .menu-fomenu-main-container {
        display: none;
    }
}
*/

.ult-wrapper.wrapper.FomenuMenu {
    backdrop-filter: blur(13px);
    height: 80px;
    margin-top: 0;
    background: #36353563;
}
@media (max-width: 1024px) {
    .ult-wrapper.wrapper.FomenuMenu {
        margin-top: 0px;
    }
}
@-moz-document url-prefix() {
    .ult-wrapper.wrapper.FomenuMenu {
        background: #1c1c1ccf;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ult-wrapper.wrapper.FomenuMenu {
        background: rgba(28,28,28,0.81);
    }
}


/* IE */
/*
background: rgba(200, 54, 54, 0.5);
*/
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .btn-navbar {
    background-color: transparent;
    background-image: none;
    border: none;
    margin: 11px 0px 12px 80px;
    float: right;
    margin-left: 200px;
}
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .brand {
    position: absolute;
    width: 70px;
    height: 50px;
    left: 0;
    top: 0;
    opacity: 0;
    text-indent: -40000px;
    border-bottom: 2px solid #B5B5B5;
    background-image: -webkit-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: -o-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: -moz-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    background-image: linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    pointer-events: none;
}
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container {
    position: relative;
    z-index: 8;
}
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
    display: block;
    width: auto !important;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    left: 18% !important;
    position: fixed;
}
.FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
    float: none;
    display: inline-block;
}
.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .brand:before {
    background-size: 40px auto;
}
.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .brand {
    opacity: 1;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    z-index: 9999;
    pointer-events: auto;
}
.headwrapper .FomenuMenu{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 1024px) {

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
        padding-left: inherit;
        position: unset;
    }

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse {
        overflow-y: auto;
        position: absolute;
        top: 50px;
        max-height: calc(100vh - 65px);
        background-color: #152672;
        width: 100%;
    }

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
        padding-left: inherit;
    }

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
        width: 100%;
    }

    .fomenu-fozoshow.fomenu .widget.widget_ultimatummenu.inner-container {
        width: 100%;
    }

    .ult-wrapper.wrapper.FomenuMenu {
        height: 50px;
    }

    .fomenu-fozoshow.fomenu .navbar .nav {
        margin-left: 0;
    }

    .FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
        margin-left: 0px;
    }

    .fomenu-fozoshow.fomenu a.fomenu_logo {
        left: 10px;
    }
    .fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
        height: 160px;
        background-repeat: no-repeat;
    }
    .fomenu-fozoshow a.fomenu_logo.small_fm_logo,
    .fomenu-fozoshow.fomenu a.fomenu_logo {
        left: 10px;
    }

}

/* lapozó */

.fomenu-fozoshow .pagerNext {
    background-image: url(images/mediaklikk_sprite-01.png);
    background-position: -40px -25px !important;
}
.fomenu-fozoshow .pagerPrevious {
    background-image: url(images/mediaklikk_sprite-01.png);
    background-position: -130px -25px !important;
}
.fomenu-fozoshow .widget_multiplerowgrid_widget .pagination {
    margin: 15px 10px 20px 0;
}
.fomenu-fozoshow .mediaklikkCoverFeaturedSlider .owl-pagination {
    margin-top: -20px;
}

@media (max-width: 1280px) {
    .fomenu-fozoshow .galleryHead .indexCont .oneIndex,
    .fomenu-fozoshow .newGallery .indexCont .onIndexHover {
        width: 132px;
        height: 132px;
    }
}

.fomenu-fozoshow .cikk.overlay-lead.displaymodeB.gallery {
    background-color: rgba(249, 249, 249, 0) !important;
}
.fomenu-fozoshow .multigridItemWrapper .overlay-lead {
    background: none;
}

/* resp javitas */

.FomenuMenu .container_12 {
    width: 100%;
}
.container_12.fomenu-fozoshow-footer,
.container_12.fomenu-fozoshow-footer .grid_12 {
    width: 100%;
    margin: 0;
}

@media (max-width: 1440px) {
    .FomenuMenu .grid_12 {
        width: 100%;
        margin: 0;
    }
    .container_12.fomenu-fozoshow {
        margin: 0 auto;
    }
    .grid_12.main-section {
        margin: 0 auto;
        float: none;
    }
    .fomenu-fozoshow.fomenu .navbar .nav > li > a {
        color: white;
        font-size: 15px;
    }
    .fomenu-fozoshow.fomenu a.fomenu_logo {
        left: 10px;
    }
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 460px));
    }
    .fomenu-fozoshow.fomenu .navbar .nav > li {
        margin: 0 8px;
    }
    .FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
        margin-left: calc((100% - 1020px)/2);
    }
}
@media (max-width: 1200px) {
    .container_12.fomenu-fozoshow {
        width: 1024px;
        margin: 0 auto;
    }
    .grid_12.main-section {
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .fomenu-fozoshow.fomenu .navbar .nav > li > a,
    .FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav a {
        color: white;
        font-size: 16px;
    }
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 520px));
    }
    .fomenu-fozoshow.fomenu .navbar .nav > li,
    .FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav li {
        margin: 0 7px;
    }
    .FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
        margin-left: calc((100% - 820px)/2);
    }
}
@media (max-width: 1024px) {
    .container_12.fomenu-fozoshow {
        width: 100%;
        margin: 0 auto;
    }
    .grid_12.main-section {
        width: 100%;
    }
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper{
        padding: 1px 70px;
    }
    /*
    .fomenu-fozoshow.fomenu .navbar .nav > li > a {
        color: white;
        font-size: 11px;
    }
    */
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 460px));
    }
    .fomenu-fozoshow.fomenu .navbar .nav > li {
        margin: 0 4px;
    }
}

@media (max-width: 767px) {
    .FomenuMenu .container_12 .grid_12 {
        width: 100%;
    }
    .fomenu-fozoshow.fomenu a.fomenu_logo {
        left: 0;
    }
}

@media (max-width: 1200px) {
    .fomenu-fozoshow .multigridItemWrapper .overlay-lead {
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .fomenu-fozoshow .multigridItemWrapper .overlay-lead {
        height: auto;
    }
}
@media (max-width: 768px) {
    .fomenu-fozoshow .multigridItemWrapper .overlay-lead {
        height: auto;
    }
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper{
        padding: 1px 150px;
    }
}

/* WCAG */

.fomenu-fozoshow.fomenu #accessibility_toggle {
    left: calc((100% - 50px));
    position: fixed;
    top: 25px;
    height: 50px;
    background-color: transparent;
    border-color: transparent;
    z-index: 999999;
    background-image: url(images/fomenu-fozoshow/wcag_fff.png);
    width: 50px;
    float: left;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-size: 50%;
}

@media (max-width: 1024px) {

    .fomenu-fozoshow.fomenu #accessibility_toggle {
        left: calc((100% - 100px));
        top: 7px;
    }

    .fomenu-fozoshow.fomenu .socialLinkLine {
        right: 110px;
        top: 13px;
    }
    .fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
        height: 160px;
        width: 100px;
        background-repeat: no-repeat;
    }
    .fomenu-fozoshow a.fomenu_logo div {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain !important;
        backdrop-filter: blur(13px);
        z-index: 1111;
        position: fixed;
        width: 100px;
        height: 160px;
    }

    @-moz-document url-prefix() {
        .fomenu-fozoshow a.fomenu_logo div {
            background: #1c1c1cbd;
            background-repeat: no-repeat;
        }
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .fomenu-fozoshow a.fomenu_logo div {
            background: rgba(28,28,28,0.74);
            background-repeat: no-repeat;
        }
    }
}

.fomenu-fozoshow.hero {
    height: 100vh;
}

@media (max-width: 1440px) {
    .fomenu-fozoshow.hero {
        height: 100vh;
    }

    .fomenu-fozoshow.hero h3 {
        font-size: 1.5em;
        margin-right: 30px;
    }
}

@media (max-width: 979px) {
    .fomenu-fozoshow.hero {
        height: 100vh;
    }

    .fomenu-fozoshow.hero h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .fomenu.responsive {
        height: 400px;
        margin-bottom: 150px;
    }
    .fomenu-fozoshow.hero h3 {
        font-size: 1em !important;
    }
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper {
        padding: 1px 45px;
    }
}

@media only screen and (max-width: 425px) {
    .fomenu-fozoshow.hero h3 {
        font-size: 1em !important;
        margin-right: 0 !important;
    }
}




.fomenu-fozoshow.fomenu a.fomenu_logo {
    top: 0;
    position: absolute;
    z-index: 99999999;
    margin-left: calc((100% - 1440px) / 2);
    margin-left: 0;
}
.fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
    margin-left: 0;
    background-repeat: no-repeat;
    background-size: 100% !important;
}

#menu-fomenu-main.nav {
    position: relative;
    left: calc((100% - 380px)/2);
    left: 18%;
}
.fomenu-fozoshow a.fomenu_logo {
    top: 0;
    left: 1%;
    position: absolute;
    z-index: 9999999;
}
/*
.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
    margin-left: -5%;
}
*/
.FomenuMenu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav.leftSlide {
    margin-left: -5%;
}
@media (max-width: 1440px) {
    #menu-fomenu-main.nav {
        position: relative;
        left: calc((100% - 380px) / 2);
        left: 21%;
    }
}
@media (max-width: 1200px) {
    .fomenu-fozoshow a.fomenu_logo div {
        width: 150px;
        background-repeat: no-repeat;
        background-position: center !important;
        height: 250px;
        background-size: contain !important;
        position: relative;
        backdrop-filter: blur(13px);
        z-index: 1111;
    }

    @-moz-document url-prefix() {
        .fomenu-fozoshow a.fomenu_logo div {
            background: #1c1c1cbd;
            background-repeat: no-repeat;
        }
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .fomenu-fozoshow a.fomenu_logo div {
            background: rgba(28,28,28,0.74);
            background-repeat: no-repeat;
        }
    }

}


@media (max-width: 380px) {
    .fomenu-fozoshow a.fomenu_logo div {
        width: 100px;
        background-repeat: no-repeat;
        background-position: center !important;
        height: 150px;
        background-size: contain !important;
        position: relative;
        backdrop-filter: blur(13px);
        z-index: 1111;
    }

    @-moz-document url-prefix() {
        .fomenu-fozoshow a.fomenu_logo div {
            background: #1c1c1cbd;
            background-repeat: no-repeat;
        }
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .fomenu-fozoshow a.fomenu_logo div {
            background: rgba(28,28,28,0.74);
            background-repeat: no-repeat;
        }
    }
    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
        float: none;
        display: inline-block;
        text-align: left;
        padding-left: 40px;
    }
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper {
        padding: 1px 23px;
    }
    .fomenu-fozoshow .widget_multiplerowgrid_widget .pagination {
        margin: 15px 49px 20px 0;

    }

}



.FomenuMenu .fomenu.sites .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav,
.FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav {
    height: 80px;
    display: flex;
    align-items: center;
    width: auto !important;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    left: 13% !important;
    position: fixed;
}
.FomenuMenu.sticky .fomenu.sites .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
    margin-left: 0% !important;
}

@media (max-width: 979px) {
    .FomenuMenu .fomenu.sites .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
        position: unset;
    }
}


/*
.ult-wrapper.wrapper.FomenuMenu {
    margin-top: -22px;
}
*/
.fomenu-fozoshow.sites a.small_fomenu_logo div {
    width: 100px;
    height: 159px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: 100% !important;
}
.fomenu-fozoshow .small_fomenu_logo div {
    backdrop-filter: blur(1px);
    z-index: 1;
}

.fomenu-fozoshow.sites a.small_fomenu_logo {
    left: 0;
}
@media (max-width: 979px) {
    .ult-wrapper.wrapper.FomenuMenu {
        margin-top: -1px;
        position: fixed;
        z-index: 9;
    }
}

.fomenu-fozoshow.sites a.small_fomenu_logo {
    z-index: 11111111 !important;
}




.multiplerowGrid_inactiveOuter
{
    pointer-events: none;
    cursor: default;
}



/* WCAG template */

/* WCAG */
.ult-column .grid_12 .fozoshow_wcag .accessibility_toggle{
    top: 24px !important;
}

.MkAccessibility .ult-wrapper.wrapper.FomenuMenu{
    backdrop-filter: none;
    height: 80px;
    margin-top: -1px;
    background: black;
}

.MkAccessibility .main-section h1.article-title:before{
    background:none
}

.MkAccessibility .fomenu-fozoshow .listimagetagItemWrapper h1.article-title {
    max-height: 100%;
}


.MkAccessibility .fomenu-fozoshow.hero{
    height: 100vh;
    background-image: url(//cdn.cms.mtv.hu/wp-content/uploads/sites/4/2020/11/MTVA_Fomenu1483.jpg) !important;
    background-size: cover;
    background-position: 70% 0%;
}

.MkAccessibility .fomenu-fozoshow .scd.container{display:none}

.MkAccessibility .fomenu-fozoshow .vp-info-title h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    line-height: 150% !important;
    color: white !important;
}

.MkAccessibility .fomenu-fozoshow h1.article-title{
    font-size: 22px !important;
    max-height: 100%
}

.MkAccessibility .fomenu-fozoshow .widget_recommendedgrid_widget .mediaklikkCoverArticleLister .article-type-crew .textcontent .article-title a {
    padding: 0;
}

.MkAccessibility .fomenu-fozoshow.hero h3{
    background: black;
    color:white;
    z-index: 999;
}

.MkAccessibility .fomenu-fozoshow .widgetHeader h2{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 150% !important;
    color: white;
    font-size: 150% !important
}

.MkAccessibility .fomenu-fozoshow .vp-info-title p {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 150% !important;
    line-height: 150% !important;
}

.ut-ultimatum-default.ut-layout-cikkmegjelenito-recept.MkAccessibility .fomenu-fozoshow .widgetHeader h2,
.ut-ultimatum-default.ut-layout-cikkmegjelenito.MkAccessibility .fomenu-fozoshow .widgetHeader h2
{
    font-size: 30px !important
}

.MkAccessibility .fomenu-fozoshow .widgetHeader h2:before {
    top: 60px;
}

.ut-ultimatum-default.ut-layout-cikkmegjelenito-recept.MkAccessibility .fomenu-fozoshow .widgetHeader h2:before,
.ut-ultimatum-default.ut-layout-cikkmegjelenito.MkAccessibility .fomenu-fozoshow .widgetHeader h2:before
{
    top: 40px;
}

.MkAccessibility .fomenu-fozoshow .fomenu.desc p{
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 150% !important;
    line-height: 140% !important;
    padding-top: 10px;
    text-decoration: underline;
}

.MkAccessibility .fomenu-fozoshow .fomenu.desc:before,
.MkAccessibility .fomenu-fozoshow .fomenu.desc p:before,
.MkAccessibility .fomenu-fozoshow .fomenu.desc p:after{
    display:none
}

.MkAccessibility .fomenu-fozoshow .fomenu.desc p{
    text-align: left;
    font-weight: normal;
    padding-top:20px;
}

.MkAccessibility .fomenu-fozoshow .fomenu.desc{
    text-align: left;
    padding-left:0;
    padding-left:0;
}

.MkAccessibility .fomenu-fozoshow  h1.article-title:hover a {
    background:none;
}

.MkAccessibility .fomenu-fozoshow .cikk.col.article-type-crew.nochannel.active_crew .textcontent h1,
.MkAccessibility .fomenu-fozoshow .cikk.col.article-type-crew.nochannel.passive_crew .textcontent h1 {
    color: black !important;
    opacity: 1;
    background: white!important;
}

.MkAccessibilityText .fomenu-fozoshow,
.MkAccessibility .fomenu-fozoshow h1.article-title:hover,
.MkAccessibility .fomenu-fozoshow .onerowgrid h1.article_title:hover,
.MkAccessibility .fomenu-fozoshow .coverFeaturedSlider h1.article-title:hover a,
.MkAccessibility .fomenu-fozoshow h1.article-title:hover a {
    color: black !important;
    opacity: 1;
    background: transparent!important;
}


.MkAccessibility .fomenu-fozoshow .main-section .article-title a:before,
.MkAccessibility .fomenu-fozoshow .main-section .article-title a:after,
.MkAccessibility .fomenu-fozoshow.hero h3:before,
.MkAccessibility .fomenu-fozoshow.hero h3:after
{
    display:none
}

.MkAccessibility .fomenu-fozoshow .owl-theme .owl-controls .owl-page.active span, .fomenu-fozoshow .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:white !important
}

.MkAccessibility .fomenu-fozoshow .hms_article_wrapper .hms_article_title{
    font-size: 38px!important
}


.MkAccessibility .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
    background: none;
}
/*
.MkAccessibility .cikk.col.post.non .article-title a {
    color: white !important;
}
*/
@media (max-width:425px){
    .MkAccessibility .fomenu-fozoshow .widgetHeader h2 {
        font-size: 100% !important;
    }
}


/* WCAG layout */



.fomenu-fozoshow.fomenu .navbar .nav {
    left: 60% !important;
}

@media (max-width: 1440px){
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 0px))!important;
    }
}
@media (max-width: 1200px){
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 0px))!important;
    }}
@media (max-width: 1024px){
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: calc((100% - 0px))!important;
    }}
@media (max-width: 979px){
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: 0px !important;
    }}
@media (max-width: 480px){
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: 20% !important;
    }}


@media (max-width: 600px) {
    .fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
        height: 130px;
        width: 80px;
        background-repeat: no-repeat;
    }
    .fomenu-fozoshow a.fomenu_logo div {
        height: 130px;
        width: 80px;
        margin-left: 10px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 380px) {
    .fomenu-fozoshow a.fomenu_logo.small_fm_logo div {
        height: 100px;
        width: 60px;
        background-repeat: no-repeat;
    }
    .fomenu-fozoshow a.fomenu_logo div {
        height: 100px;
        width: 60px;
        margin-left: 10px;
        background-repeat: no-repeat;
    }
}


@media (max-width: 1200px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -10%;
    }
}
@media (max-width: 979px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -5%;
    }
}


@media (max-width: 979px) {
    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse {
        width: 60%;
        right: 0;
    }
}
@media (max-width: 600px) {
    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse {
        width: 60%;
        right: 0;
    }
}
@media (max-width: 480px) {
    .fomenu-fozoshow.fomenu .navbar .nav {
        left: 0% !important;
    }

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse {
        width: 75%;
        right: 0;
    }

    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
        text-align: center !important;
        padding-left: 0;
        margin-left: 0 !important;
    }
}

.fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
    background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 112%;
    content: "";
    z-index: -1;
}

.fomenu-fozoshow .segment-two-thirds .mediaklikkCoverFeaturedSlider .cikk .textcontent {
    padding: 0px 15px 0px;
}
.fomenu-fozoshow .segment-two-thirds .mediaklikkCoverFeaturedSlider .cikk .textcontent:before {
    content: " ";
    border: solid 2px white;
    border-right: 0px;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: .5em;
    z-index: 2;
}

.fomenu-fozoshow .segment-two-thirds .mediaklikkCoverFeaturedSlider .cikk .textcontent:after {
    content: " ";
    border: solid 2px white;
    border-left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: .5em;
    z-index: 2;
}
@media (max-width: 979px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 0%;
    }
}
@media (max-width: 663px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 5% !important;
        background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
        background-repeat: no-repeat;
        background-size: 120%;
        left: -20px;
    }
    .fomenu-fozoshow .main-section h1.article-title a {
        padding: 10px 0;
    }
}
@media (max-width: 540px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 5% !important;
        background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
        background-repeat: no-repeat;
        background-size: 140%;
        left: -20px;
    }
}
@media (max-width: 480px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -5% !important;

    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider .article-title {
        padding: 10px 20px;
    }
}
@media (max-width: 420px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 5% !important;
        background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
        background-repeat: no-repeat;
        background-size: 180%;
        left: -20px;
    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -5% !important;

    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider .article-title {
        padding: 10px 20px;
    }
}



/* blur jav FF */
/*
@supports (backdrop-filter: blur(5px)) {
    .ult-container.container_12.fomenu-fozoshow {
        backdrop-filter: blur(5px);
    }
}
*/
@media (max-width: 480px) {
    .FomenuMenu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
        margin-left: 0 !important;
    }
}

a.scd.text {
    width: 40px;
    height: 80px;
    cursor: pointer;
    position: absolute;
}


/* címlap slider háttér beállítása */

.fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
    background: url(images/fomenu-fozoshow/lilahatter_fill_slider.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 112%;
    content: "";
    z-index: -1;
}
@media (min-width: 769px) and (max-width: 880px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 0 !important;
    }
}
@media (max-width: 663px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -5% !important;
        background: url(images/fomenu-fozoshow/lilahatter-768.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0px;
    }
    .fomenu-fozoshow .main-section h1.article-title a {
        padding: 10px 0;
    }
}
@media (max-width: 540px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -5% !important;
        background: url(images/fomenu-fozoshow/lilahatter-530.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0;
    }
}
@media (max-width: 480px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -15% !important;
    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider .article-title {
        padding: 10px 20px;
    }
}
@media (max-width: 420px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -10px !important;
        background: url(images/fomenu-fozoshow/lilahatter-420.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0;
    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider .article-title {
        padding: 10px 20px;
    }
}
@media (max-width: 375px){
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper {
        padding: 1px 40px !important;
    }
}
@media (max-width: 320px){
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper {
        padding: 1px 25px !important;
    }
}
@media (max-width: 370px) {
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -10px !important;
        background: url(images/fomenu-fozoshow/lilahatter-320.png);
        background-repeat: no-repeat;
        background-size: 120%;
        left: 0;
    }
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider .article-title {
        padding: 10px 20px;
    }
    .fomenu-fozoshow .widget_multiplerowgrid_widget .pagination {
        margin: 15px 20px 15px 20px;
    }
}


@media (max-width: 960px) {
    .fomenu-fozoshow .hh-row-segment[data-width="66"],
    .fomenu-fozoshow  .hh-row-segment[data-width="33"] {
        padding: 0 5px !important;
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    .fomenu-fozoshow .hh-row-segment[data-width="66"],
    .fomenu-fozoshow  .hh-row-segment[data-width="33"] {
        padding: 0 5px !important;
        width: 100% !important;
    }
}


/* cikkmegjelenito layout */

.ut-ultimatum-default.ut-layout-cikkmegjelenito .fomenu-fozoshow .widgetHeader h2{
    font-size: 28px}
@media (max-width: 425px){
    .ut-ultimatum-default.ut-layout-cikkmegjelenito .fomenu-fozoshow .widgetHeader h2{
        font-size: 20px}
}
.fomenu-fozoshow .hms_article_post_content p{
    line-height: 26px
}
.fomenu-fozoshow .multigridItemWrapper .overlay-lead{
    background:transparent!important;
}
.fomenu-fozoshow .hms_article_post_content p{
    line-height: 26px
}
.fomenu-fozoshow .multigridItemWrapper .overlay-lead{
    background:transparent!important;
}
.fomenu-fozoshow .cikk.nagy.gallery {
    background:transparent!important;
}
.fomenu-fozoshow .listimagetagItemWrapper h1.article-title:before{
    background-image:none
}
.fomenu-fozoshow  .listimagetagItemWrapper h1.article-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    overflow: hidden;
    max-height: 78px;
}
.fomenu-fozoshow .hms-banner-wrapper.roadblock_cat{
    margin: 40px 0
}
/*
.ut-ultimatum-default.ut-layout-cikkmegjelenito.MkAccessibility{
    background-image:none
}
 */
.MkAccessibility .fomenu-fozoshow.fomenu .navbar .nav > li > a:focus,
.MkAccessibility .fomenu-fozoshow.fomenu .navbar .nav > li > a:hover,
.MkAccessibility .fomenu-fozoshow.fomenu .nav .menu-item.current-menu-item {
    background: none;
    text-decoration: underline
}
.MkAccessibility .fomenu-fozoshow .listimagetagItemWrapper h1.article-title:before{
    background:none
}

/* cikkbe illesztett galéria pikto */

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_post_content .articleGallery {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 70%;
    cursor: pointer;
    position: relative;
}
.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_post_content .articleGalleryPicto {
    background-image: url('images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: -480px -20px;
    top: 50px;
    left: 20px;
    width: 40px;
    height: 40px;
    position: relative;
}

/* cikkbe illesztett link */

.fomenu-fozoshow .hms_article_post_content p a{
    font-weight:  bold;
    color:white !important;
    text-decoration: underline;
}

/* cikkmegjelenito layout - end */


/* galeria megjelenito */

.ut-ultimatum-default.ut-layout-galeria-megjelenito .fomenu-fozoshow .widgetHeader h2{
    font-size: 28px}
@media (max-width: 425px){
    .ut-ultimatum-default.ut-layout-galeria-megjelenito .fomenu-fozoshow .widgetHeader h2{
        font-size: 20px}
}
.fomenu-fozoshow .hms_article_post_content p{
    line-height: 26px
}
.fomenu-fozoshow .multigridItemWrapper .overlay-lead{
    background:transparent!important;
}
.fomenu-fozoshow .hms_article_post_content p{
    line-height: 26px
}
.fomenu-fozoshow .multigridItemWrapper .overlay-lead{
    background:transparent!important;
}
.fomenu-fozoshow .cikk.nagy.gallery {
    background:transparent!important;
}
.fomenu-fozoshow .listimagetagItemWrapper h1.article-title:before{
    background-image:none
}
.fomenu-fozoshow  .listimagetagItemWrapper h1.article-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    overflow: hidden;
    max-height: 78px;
}
.fomenu-fozoshow .hms-banner-wrapper.roadblock_cat{
    margin: 40px 0
}
/*
.ut-ultimatum-default.ut-layout-galeria-megjelenito.MkAccessibility{
    background-image:none
}
*/
.MkAccessibility .fomenu-fozoshow.fomenu .navbar .nav > li > a:focus,.MkAccessibility .fomenu-fozoshow.fomenu .navbar .nav > li > a:hover,.MkAccessibility .fomenu-fozoshow.fomenu .nav .menu-item.current-menu-item {
    background: none;
    text-decoration: underline
}
.MkAccessibility .fomenu-fozoshow .listimagetagItemWrapper h1.article-title:before{
    background:none
}

/* GALÉRIA */

.fomenu-fozoshow .ultimateGallery .utgHeadLine h2{
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    color: white;
    position: relative;
    margin-bottom: 30px
}
.fomenu-fozoshow .utgHeadLine h2:after {
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/feher-satircsik.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 0;
    width: 40%;
    height: 20px;
    content: "";
    margin-bottom: 10px;
}
.fomenu-fozoshow .ultimateGallery .utgContent {
    background-color: transparent;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .image .imageZoom a {
    width: 40px;
    height: 40px;
    display: block;
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: -280px -60px;
    text-indent: -40000px;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-next {
    background-color:transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: 240px -20px;
    color: transparent;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-prev {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: 280px -20px;
    color: transparent;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .socialButtons .googleplus {
    display: none;
}
.fomenu-fozoshow .utgContent .galleryTextBlock {
    background-color: transparent !important;
    padding: 10px;
    border:none;
    text-align: center;
}
.fomenu-fozoshow .utgContent .galleryTextBlock .socialButtons {
    background-color: transparent !important;
}
.fomenu-fozoshow .ultimateGallery .utgContent .utgIndexCont .slider .slick-list {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.fomenu-fozoshow .ultimateGallery .utgContent .utgIndexCont .slider .slick-track {
    display: block;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-prev {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: 395px -25px;
    color: transparent;
}
.fomenu-fozoshow .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-next {
    background-color: transparent;
    border: none;
    text-indent: -40000px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url('https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/mediaklikk_sprite-01.png');
    background-position: 475px -25px;
    color: transparent;
}
.fomenu-fozoshow .widgetHeader h2 a{
    color:white;
}
/*
.ultimateGallery .utgContent .galleryTextBlock .galleryInfo .infoTxt {
    color: white;
}
*/
/* galeria megjelenito - end */


/* musorvezetok */

@media (max-width: 420px){
    .fomenu-fozoshow .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
        width: 100% !important;
    }
}

/* musorvezetok - end */


/* video megjelenito */

.fomenu-fozoshow .vp-info-title h1 {
    font-size: 28px;
    color: white;
    background: none;
    text-transform: capitalize;
    font-variant: small-caps;
    position: relative;
    margin-bottom: 30px
}
.fomenu-fozoshow .vp-info-title h1:before {
    background: url(images/fomenu-fozoshow/feher-satircsik.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40%;
    height: 20px;
    content: "";
    margin-bottom: 10px;
}


.fomenu-fozoshow .program_info p{
    color: white!important;
    font-size: 16px;
    margin-top: 30px;
}
/*
.ut-ultimatum-default.ut-video-megjelenito.MkAccessibility{
    background-image:none
}
*/
/* video megjelenito - end */

@media (max-width: 600px) {
    .fomenu-fozoshow.hero h3 {
        margin-right: 0;
        left: 0;
    }
    .fomenu-fozoshow .scd.container {
        left: 45%;
        bottom: 0;
        top: 90vh;
    }
}


/* template */
/* slider csik */

@media (max-width: 979px){
    .fomenu-fozoshow .owl-theme .owl-controls .owl-page span {
        background: none !important;
        border: 2px solid white;
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 766px){
    .ult-column.grid_12.fomenu-fozoshow.hero .colwrapper {
        padding: 1px 30px;
    }
}
@media (max-width: 768px){
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: -10%;
    }
}
@media (max-width: 579px){
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 0;
    }
}
@media (max-width: 500px){
    .fomenu-fozoshow .mediaklikkCoverFeaturedSlider h1.article-title:before {
        top: 10px;
    }
}

@media (max-width: 1440px){
    .fomenu-fozoshow.fomenu a.small_fomenu_logo {
        margin-left: 10px;
    }
}
@media (max-width: 960px){
    /*
    .ut-ultimatum-default.ut-layout-hirek{
        background-position: top center;
    }
    */
    .scd.container{
        display:none
    }
    .fomenu-fozoshow.fomenu a.small_fomenu_logo,
    .fomenu-fozoshow.sites a.small_fomenu_logo div {
        left:0;
    margin-left: 5px;}
    .fomenu-fozoshow.sites a.small_fomenu_logo div {
        width: 100px;
        height: 159px;
    }
}
.fomenu-fozoshow.sites a.small_fomenu_logo div {
    width: 100px;
    height: 159px;
}

.ult-container.container_12.fomenu-fozoshow {
    padding: 40px 46px 20px !important;
    margin-top: 90px;
}


@media (max-width:1330px){
    .fomenu-fozoshow .displaymodeB .cikk-content-title {
        min-height: 1px;
        max-height: 85px;
        overflow: hidden;
    }
}

.fomenu.desc p {
    font-weight: bold;
    font-size: 16px;
}

/* template - end */

@media (max-width: 1024px) {
    .FomenuMenu .fomenu.sites .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav li,
    .FomenuMenu .fomenu.sites .widget_ultimatummenu .ultimatum-nav li {
        line-height: 10px;
    }
}
.FomenuMenu .fomenu.sites .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav li {
    line-height: 10px;
}
/*
@media (max-width: 1267px) {
    .ut-ultimatum-default.ut-layout-cikkmegjelenito .fomenu-fozoshow .widgetHeader h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .fomenu-fozoshow .widgetHeader h2:before {
        top: 70px;
        width: 80%;
    }
    .fomenu-fozoshow .hms_article_title:before {
        background-size: 100%;
        width: 70%;
        top: 80px;
    }
}
@media (max-width: 1024px) {
    .fomenu-fozoshow .widgetHeader h2:before {
        top: 35px;
        width: 60%;
    }
}
*/

.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_post_content .articleGallery {
    max-width: 100%;
}
.fomenu-fozoshow .widget_hms_article_viewer_widget .hms_article_post_content .articleGallery img {
    width: 100%;
}


.fomenu-fozoshow .main-section .vp-info-title .article_title {
    background: none;
}
.ult-container.fomenu-fozoshow .hms_article_post_content .instaEmbed,
.ult-container.fomenu-fozoshow .hms_article_post_content iframe{
    display: block;
    margin: auto!important;
    max-width: 100%;
}

@media (max-width: 960px) {
    .ult-container.container_12.fomenu-fozoshow{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}
@media only screen and (max-device-width: 480px){
    .ult-container.fomenu-fozoshow .hms_article_post_content {
    padding: 0px 10px;
    margin-top: 0px;
    }
}

.fomenu-fozoshow .hms_article_wrapper ul {
    list-style: revert;
}
.fomenu-fozoshow .hms_article_wrapper ul li{
    font-size: 16px;
}

.fomenu-fozoshow .hms_article_content_wrapper::before {
    content: '';
    background: url(https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/feher-satircsik.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 25px;
    content: "";
    margin-bottom: 10px;
}

.fomenu-fozoshow .vp-info-title h1::before {
    background: url(https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/fomenu-fozoshow/feher-satircsik.png) !important;
  }